@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

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

.new-bread-section.service-bread {
  margin-top: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .new-bread-section.service-bread {
    margin-top: 60px;
  }
}

.service-header {
  background: rgb(0, 81, 156);
  background: linear-gradient(149deg, rgb(0, 81, 156) 0%, rgb(20, 112, 197) 100%);
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .service-header {
    padding: 20px 15px 25px;
  }
}
.service-header__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .service-header__title {
    margin-bottom: 20px;
  }
}
.service-header__linkList {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .service-header__linkList {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service-header__linkItem {
  width: 150px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 5px;
  position: relative;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem {
    width: 48%;
    padding: 10px 0 30px;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.service-header__linkItem:first-of-type .service-header__linkImageWrap {
  width: 32px;
  height: 28px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:first-of-type .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
  }
}
.service-header__linkItem:nth-of-type(2) {
  padding: 15px 0 20px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:nth-of-type(2) {
    padding: 10px 0 30px;
  }
}
.service-header__linkItem:nth-of-type(2) .service-header__linkImageWrap {
  width: 30px;
  height: 23px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:nth-of-type(2) .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
  }
}
.service-header__linkItem:nth-of-type(3) .service-header__linkImageWrap {
  width: 37px;
  height: 29px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:nth-of-type(3) .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
  }
}
.service-header__linkItem:nth-of-type(4) .service-header__linkImageWrap {
  width: 22px;
  height: 34px;
  margin: 0 auto 2px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:nth-of-type(4) .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 8px;
  }
}
.service-header__linkItem:nth-of-type(5) .service-header__linkImageWrap {
  width: 25px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:nth-of-type(5) .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 8px;
  }
}
.service-header__linkItem:last-of-type .service-header__linkImageWrap {
  width: 25px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkItem:last-of-type .service-header__linkImageWrap {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 8px;
  }
}
.service-header__linkItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0px;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  border-top: 2px solid #00519c;
  border-right: 2px solid #00519c;
  transform: rotate(135deg);
}
.service-header__linkImageWrap {
  margin: 0 auto 8px;
}
@media only screen and (max-width: 768px) {
  .service-header__linkImageWrap {
    margin: 0 10px 0 8px;
  }
}
.service-header__linkImage {
  width: 100%;
}
.service-header__linkText {
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  color: #00519C;
}
@media only screen and (max-width: 768px) {
  .service-header__linkText {
    font-size: 12px;
    text-align: left;
  }
}

.consult {
  background-image: url(/img_new/price/consult__back.jpg);
  background-size: cover;
  padding: 54px 0 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .consult {
    padding: 24px 0 28px;
    background-image: url(/img_new/price/consult__back_sp.jpg);
  }
}
.consult__inner {
  padding: 0 15px;
  text-align: center;
}
.consult__subText {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 12px;
  position: relative;
  display: inline;
}
.consult__subText::before {
  transform: rotate(-30deg);
  left: -20px;
  bottom: 0;
  content: "";
  width: 1px;
  height: 23px;
  background: #FFF;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .consult__subText::before {
    height: 18px;
  }
}
.consult__subText::after {
  transform: rotate(30deg);
  right: -20px;
  bottom: 0;
  content: "";
  width: 1px;
  height: 23px;
  background: #FFF;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .consult__subText::after {
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .consult__subText {
    font-size: 15px;
  }
}
.consult__link,
.consult__link:visited {
  font-size: 21px;
  font-weight: 700;
  background: linear-gradient(90deg, #faaa61 0%, #f1681b 52.6%, #f35624 100%);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);
  border: 1px solid #F2691C;
  border-radius: 50px;
  padding: 10px 0 10px 23px;
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  margin: 13px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .consult__link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .consult__link {
    font-size: 16px !important;
  }
}
.consult__link::before {
  content: "";
  background-image: url(/img_new/price//consult__free.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .consult__link::before {
    width: 52px;
    height: 52px;
  }
}
@media only screen and (max-width: 400px) {
  .consult__link::before {
    margin-right: 12px;
  }
}
.consult__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 50px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
}
@media only screen and (max-width: 400px) {
  .consult__link::after {
    width: 11px;
    height: 11px;
    right: 20px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}
.consult__link:hover {
  opacity: 1;
  color: #F2691C;
  background: #FFFFFF;
  border-color: #F2691C;
}
.consult__link:hover::before {
  background-image: url(/consult__free.png) no-repeat;
  background-size: contain;
}
.consult__link:hover::after {
  border-color: #F2691C;
}



.line-area {
  margin: 45px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .line-area {
    padding: 0 35px;
    margin: 27px 0 0;
  }
}
.line-area.line-area-bottom {
  margin: 50px 0 20px;
}
.line-area.line-area-bottom .line-area__shindan {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  .line-area.line-area-bottom {
    margin: 25px auto 0px;
  }
  .line-area.line-area-bottom .line-area__shindan {
    margin: 0 auto 25px;
  }
}
.line-area__shindanWrap {
  display: block;
  position: relative;
  width: 397px;
  margin: 0 auto;
}
.line-area__shindanWrap:hover .line-area__shindan {
  position: relative;
  opacity: 1;
  color: #00B900;
  background: #FFF;
  border: 1px solid #00B900;
}
.line-area__shindanWrap:hover .line-area__shindan::after {
  border-top: 2px solid #00B900;
  border-right: 2px solid #00B900;
}
@media screen and (max-width: 768px) {
  .line-area__shindanWrap {
    width: 100%;
    max-width: 412px;
  }
}

@media screen and (max-width: 768px) {
  .line-area__shindanWrap::before {
    right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .line-area__shindanWrap::before {
    right: 30px;
    height: 53px;
  }
}
.line-area a:hover {
  opacity: 1;
}
.line-area::after{
  content: "";
  position: absolute;
  right: 0px;
  left: 0;
  margin: auto;
  top: -20px;
  /* width: 0px; */
  height: 2.4rem;
  width: 13.25rem;
  background-image: url(/img_new/top/cta_sp_bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
  /* transition: 0.2s; */
  z-index: 2;
}

.line-area__shindan {
  font-size: 20px;
  line-height: 1;
  background: #00B900;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 18.5px 25px 18.5px 40px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0 auto 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

  .line-area__shindan span {
    margin-left: 0.875rem; /* 30px */
  }
@media screen and (max-width: 768px){
  .line-area__shindan{
    padding: 21.5px 25px 21.5px 40px;
  }
  .line-area__shindan span {
    margin-left: 1.875rem; /* 30px */
  }
}


@media screen and (max-width: 768px) {
  .line-area__shindan {
    font-size: 20px;
    max-width: 100%;
    padding: 20px 25px 20px 40px;
  }
}
@media only screen and (max-width: 375px) {
  .line-area__shindan {
    font-size: 14px;
  }
}
.line-area__shindan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 60px;
  background-image: url(/img_new/price/outerSec_icon01.svg);
  background-repeat: no-repeat;
  transition: 0.2s;
  z-index: 2;
}

.line-area__shindan::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .line-area__shindan::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.line-area-noticeList {
  max-width: 530px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #888;
}
.line-area-noticeList-item-num {
  display: inline-block;
  margin-right: 10px;
}



.outerSec {
  padding: 53px 0 20px;
}
@media only screen and (max-width: 768px) {
  .outerSec {
    padding: 32px 0 0px;
  }
}
.outerSec__inner {
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .outerSec__inner {
    padding: 0;
  }
}
.outerSec__shindanWrap {
  display: block;
  position: relative;
  width: 412px;
  margin: 0 auto;
}
.outerSec__shindanWrap:hover .outerSec__shindan {
  position: relative;
  opacity: 1;
  color: #00B900;
  background: #FFF;
  border: 1px solid #00B900;
}
.outerSec__shindanWrap:hover .outerSec__shindan::after {
  border-top: 2px solid #00B900;
  border-right: 2px solid #00B900;
}
.outerSec__shindanWrap:hover .outerSec__shindan span {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  transition: 0.3s;
}
.outerSec__shindanWrap:hover .outerSec__shindan span.menu-data {
  background: url(/img_new/common/data_white.svg) center right no-repeat;
}
.outerSec__shindanWrap:hover .outerSec__shindan span.menu-style {
  background: url(/img_new/common/style_white.svg) center right no-repeat;
}
.outerSec__shindanWrap:hover .outerSec__shindan span.menu-counselor {
  background: url(/img_new/common/counselor_white.svg) center right no-repeat;
}
.outerSec__shindanWrap:hover .outerSec__shindan span.menu-service-hikaku {
  background: url(/img_new/common/service-hikaku_white.svg) center right no-repeat;
}
@media only screen and (max-width: 768px) {
  .outerSec__shindanWrap {
    width: 100%;
    max-width: 412px;
  }
}
.outerSec__shindanWrap::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 37px;
  width: 87px;
  height: 59px;
  background-image: url(/img_new/price/outerSec_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outerSec__shindanWrap::before {
    right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .outerSec__shindanWrap::before {
    right: 30px;
    height: 53px;
  }
}
.outerSec a:hover {
  opacity: 1;
}
.outerSec__shindan {
  font-size: 20px;
  line-height: 1;
  background: #00B900;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 20px 25px 20px 20px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0 auto 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .outerSec__shindan {
    font-size: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .outerSec__shindan {
    font-size: 14px;
  }
}
.outerSec__shindan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 80px;
  height: 60px;
  background-image: url(/img_new/price/outerSec_icon01.svg);
  background-repeat: no-repeat;
  transition: 0.2s;
  z-index: 2;
}
.outerSec__shindan::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .outerSec__shindan::after {
    width: 10px;
    height: 10px;
    right: 18px;
  }
}
.outerSec__container {
  padding: 25px 30px;
  background-color: #E6EBF4;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .outerSec__container {
    padding: 18px 5px;
    margin: 0 10px;
  }
}
.outerSec__listWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .outerSec__listWrap {
    display: block;
  }
}
.outerSec__list {
  font-size: 15px;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #00519c;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 14px 25px 15px 20px;
  width: 48%;
  max-width: 335px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00519c;
  margin: 0 auto 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.outerSec__list:first-of-type, .outerSec__list:nth-of-type(2) {
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .outerSec__list {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .outerSec__list:first-of-type, .outerSec__list:nth-of-type(2) {
    margin: 0 auto 10px;
  }
}
.outerSec__list:hover {
  position: relative;
  opacity: 1;
  color: #FFFFFF;
  background: #00519c;
}
.outerSec__list:hover::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.outerSec__list:hover .outerSec__listText::before {
  filter: invert(100%) brightness(1000%);
}
.outerSec__list::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00519c;
  border-right: 2px solid #00519c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .outerSec__list::after {
    width: 8px;
    height: 8px;
    right: 18px;
  }
}
.outerSec__listText {
  position: relative;
  display: flex;
  align-items: center;
}
.outerSec__listText01:before {
  content: "";
  display: block;
  background-image: url(/img/service/service-outersec-logo-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 22px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .outerSec__listText01:before {
    width: 24px;
    height: 24px;
    left: -30px;
  }
}
.outerSec__listText02:before {
  content: "";
  display: block;
  background-image: url("/img/service/service-outersec-logo-02.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 25px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .outerSec__listText02:before {
    width: 29px;
    height: 26px;
    left: -25px;
  }
}
.outerSec__listText03:before {
  content: "";
  display: block;
  background-image: url(/img_new/price/outersec_linkIcon03.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 23px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .outerSec__listText03:before {
    width: 19px;
    height: 23px;
    left: -30px;
  }
}
.outerSec__listText04:before {
  content: "";
  display: block;
  background-image: url(/img_new/price/outersec_linkIcon04.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .outerSec__listText04:before {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}

.description {
  padding-bottom: 80px;
  background-color: #E6EBF4;
}
@media screen and (max-width: 768px) {
  .description {
    padding-bottom: 35px;
  }
}
.description__kvArea {
  position: relative;
}
.description__heading {
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  line-height: 1.56;
  color: #00519C;
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(0, -50%);
}
.description__heading span {
  font-size: 20px;
}
@media screen and (max-width: 1140px) {
  .description__heading {
    font-size: 25px;
    left: 10%;
  }
  .description__heading span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .description__heading {
    font-size: 28px;
    line-height: 1.45;
    transform: translate(0, -65%);
  }
  .description__heading span {
    font-size: 15px;
  }
}
@media screen and (max-width: 460px) {
  .description__heading {
    font-size: 22px;
    left: 20px;
  }
  .description__heading span {
    font-size: 12px;
  }
}
.description__inner {
  margin: 60px 0 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .description__inner {
    margin: 20px 0 0;
  }
}
.description__title {
  margin-bottom: 30px;
  font-size: 18px;
  color: #00519C;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.description__title .notes {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .description__title {
    line-height: 1.4;
  }
}
.description__list {
  display: inline-block;
  text-align: left;
  transform: translate(-13%, 0);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .description__list {
    display: block;
    padding: 0 20px;
    transform: translate(0, 0);
  }
}
.description__listItem span {
  font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #888888;
}

.about {
  margin-top: -30px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: -50px;
    padding-top: 80px;
  }
}
.about__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.about__logoWrap {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .about__logoWrap {
    width: 60px;
    margin: 0 auto 10px;
  }
}
.about__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.about__subTitle {
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #00519C;
}
@media screen and (max-width: 768px) {
  .about__subTitle {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}
.about__text {
  margin-bottom: 50px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}
.about__container {
  width: 89%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 950px) {
  .about__container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    margin: 0 auto 35px;
  }
}

.feature {
  margin-top: -30px;
  padding: 100px 0 80px;
  background-color: #E6EBF4;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .feature {
    padding: 100px 15px 78px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    margin-top: -40px;
    padding: 80px 15px 35px;
  }
}
.feature__inner {
  width: 67%;
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .feature__inner {
    width: 100%;
    min-width: 0;
  }
}
.feature__logoWrap {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .feature__logoWrap {
    width: 54px;
    margin: 0 auto 10px;
  }
}
.feature__title {
  margin-bottom: 50px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
}
@media screen and (max-width: 768px) {
  .feature__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.feature__list {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .feature__list {
    display: block;
  }
}
.feature__listItem {
  width: 32%;
  padding: 18px 30px 30px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
@media screen and (max-width: 950px) {
  .feature__listItem {
    width: 100%;
    padding: 15px 15px 25px;
    margin-bottom: 15px;
  }
}
.feature__listItem:first-child .feature__listItem-logo {
  width: 78px;
}
@media screen and (max-width: 950px) {
  .feature__listItem:first-child .feature__listItem-logo {
    width: 64px;
  }
}
.feature__listItem:nth-child(2) .feature__listItem-logo {
  width: 56px;
}
@media screen and (max-width: 950px) {
  .feature__listItem:nth-child(2) .feature__listItem-logo {
    width: 46px;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 768px) {
  .feature__listItem:last-child {
    padding: 25px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .feature__listItem:last-child .feature__listItem-num {
    margin: 0 auto 5px 0;
  }
}
.feature__listItem:last-child .feature__listItem-title {
  margin-bottom: 28px;
}
@media screen and (max-width: 950px) {
  .feature__listItem:last-child .feature__listItem-title {
    margin-bottom: 10px;
  }
}
.feature__listItem:last-child .feature__listItem-logo {
  width: 77px;
}
@media screen and (max-width: 950px) {
  .feature__listItem:last-child .feature__listItem-logo {
    width: 63px;
  }
}
@media screen and (max-width: 950px) {
  .feature__listItem-inner {
    display: flex;
    align-items: center;
  }
}
.feature__listItem-num {
  width: 100px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 950px) {
  .feature__listItem-num {
    width: 26%;
    margin: 10px auto 10px 0;
  }
  .feature__listItem-num img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .feature__listItem-num {
    min-width: 90px;
    margin: 0 auto 0 0;
  }
}
.feature__listItem-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #00519C;
  font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 150%;
}
.feature__listItem-title .notes {
  font-size: 10px;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .feature__listItem-title {
    text-align: left;
    margin: 0 15px 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .feature__listItem-title {
    margin: 10px 15px 10px 0;
  }
}
.feature__listItem-logo {
  width: 77px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 950px) {
  .feature__listItem-logo {
    margin: 0 auto 20px 0;
  }
}
.feature__listItem-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #222222;
}
.feature__listItem-text .notes {
  font-size: 10px;
  font-weight: 400;
}
.feature__listItem-text .bold-text {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #F0DAB0 0%);
}
.feature__listItem-text .bold-text .notes {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .feature__listItem-text {
    font-size: 14px;
  }
}
.feature__notesList {
  text-align: left;
}
.feature__notesListItem {
  display: flex;
  font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 500;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .feature__notesListItem {
    display: block;
    line-height: 1.6;
  }
}
.feature__notesListItem-num {
  margin-right: 10px;
}

.program {
  margin-top: -30px;
  padding: 100px 0 80px;
  background-color: #FFFAF0;
}
@media screen and (max-width: 768px) {
  .program {
    margin-top: -40px;
    padding: 80px 0 35px;
  }
}
.program__inner {
  width: 65%;
  min-width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .program__inner {
    width: 100%;
    padding: 0 15px;
    min-width: 0;
  }
}
.program__logoWrap {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__logoWrap {
    width: 69px;
    margin: 0 auto 15px;
  }
}
.program__title {
  margin-bottom: 60px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.program__subTitle {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
  color: #222222;
  position: relative;
}
.program__subTitle::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background-color: #00519C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .program__subTitle {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
  .program__subTitle::after {
    width: 60px;
  }
}
.program__text {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
  color: #222222;
}
@media only screen and (max-width: 950px) {
  .program__text {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .program__text {
    width: 70%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}
.program__table {
  position: relative;
  z-index: 1;
}
.program__table-inner {
  position: relative;
}
.program__table-logo {
  width: 64px;
  position: absolute;
  top: 0;
  right: 35px;
  transform: translate(0, -95%);
}
@media screen and (max-width: 768px) {
  .program__table-logo {
    right: 25px;
  }
}
.program__table-top {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
}
.program__table-topItem {
  width: calc((100% - 225px) / 3);
}
.program__table-topItem:first-child .program__table-topItem-title {
  border: none;
  border-left: 1px solid #785920;
  border-top: 1px solid #785920;
  border-bottom: 1px solid #785920;
}
.program__table-topItem:first-child .program__table-topItem-picture {
  border-left: 1px solid #785920;
}
.program__table-topItem:nth-child(2) {
  width: calc((100% - 225px) / 3.01);
}
.program__table-topItem:nth-child(2) .program__table-topItem-picture {
  border-left: 1px solid #785920;
  border-right: 1px solid #785920;
}
.program__table-topItem:last-child .program__table-topItem-title {
  border: none;
  border-right: 1px solid #785920;
  border-top: 1px solid #785920;
  border-bottom: 1px solid #785920;
}
.program__table-topItem:last-child .program__table-topItem-picture {
  border-right: 1px solid #785920;
}
.program__table-topItem-title {
  padding: 10px 0;
  background-color: #F8EDD7;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
  color: #785920;
  border-radius: 10px 10px 0 0;
  border: 1px solid #785920;
}
.program__table-topItem-picture {
  height: 0;
  padding-bottom: 46.0526%;
  overflow: hidden;
  position: relative;
}
.program__table-topItem-picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.program__table-main {
  width: 100%;
  table-layout: fixed;
  background: #FFFFFF;
}
.program__table-main tr:nth-of-type(even) {
  background: transparent;
}
.program__table-main tr {
  border-top: 1px solid #785920;
}
.program__table-main tr:last-of-type {
  border-bottom: 1px solid #785920;
}
.program__table-main-th {
  width: 160px;
  background-color: #B1945A;
  border-left: 1px solid #785920;
  border-right: 1px solid #785920;
  text-align: center;
}
.program__table-main-th p:first-child {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
  border: 1px solid #FFFFFF;
}
.program__table-main-th p:last-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
}
.program__table-main-month {
  width: 65px;
  padding: 5px;
  background-color: #F7EBD4;
  border-right: 1px solid #785920;
  text-align: center;
}
.program__table-main-month p:first-child {
  margin-bottom: 5px;
  font-size: 26px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  color: #785920;
}
.program__table-main-month p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #785920;
}
.program__table-main-td {
  width: 33.3333333333%;
  padding: 8px;
}
.program__table-main-td p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #222222;
}
.program__table-main-td:nth-of-type(3) {
  width: 32.7868852459%;
  border-right: 1px solid #785920;
  border-left: 1px solid #785920;
}
.program__table-main-td:last-child {
  border-right: 1px solid #785920;
}
.program__notes {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #888;
}
.program__notes span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .program__notes {
    margin-top: 15px;
  }
}
.program__table-tab-btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.program__table-tab-btn.program__table-tab-btn-top .program__table-tab-btnItem {
  border-radius: 10px 10px 0 0;
}
.program__table-tab-btn.program__table-tab-btn-bottom .program__table-tab-btnItem {
  border: 1px solid #785920;
  border-radius: 0 0 10px 10px;
}
.program__table-tab-btnItem {
  width: 33.3%;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #B1945A;
}
.program__table-tab-btnItem p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #785920;
}
.program__table-tab-btnItem.js-active {
  background: rgb(120, 89, 32);
  background: linear-gradient(0deg, rgb(120, 89, 32) 0%, rgb(177, 148, 90) 100%);
}
.program__table-tab-btnItem.js-active p {
  color: #FFFFFF;
}
.program__table-tab-btnItem-text {
  pointer-events: none;
}
.program__table-tab-container {
  display: none;
}
.program__table-tab-container.tab-counselor {
  display: block;
}
.program__table-tab-container-listItem-th {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B1945A;
}
.program__table-tab-container-listItem-th span:first-child {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 7px 2px;
  border: 1px solid #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  color: #FFFFFF;
}
.program__table-tab-container-listItem-th span:nth-child(2) {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
  color: #FFFFFF;
}
.program__table-tab-container-listItem-box {
  display: flex;
  border-bottom: 1px solid #785920;
}
.program__table-tab-container-listItem-box:last-of-type {
  border-bottom: none;
}
.program__table-tab-container-listItem-month {
  min-width: 60px;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7EBD4;
  text-align: center;
}
.program__table-tab-container-listItem-month span:first-child {
  display: block;
  font-size: 26px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  color: #785920;
}
.program__table-tab-container-listItem-month span:nth-child(2) {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #785920;
}
.program__table-tab-container-listItem-td {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  background-color: #FFFFFF;
  position: relative;
}
.program__table-tab-container-listItem-td .td-pic-two {
  width: 92px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(50%);
  z-index: 2;
}
.program__table-tab-container-listItem-td .td-pic-four {
  width: 92px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-70%);
  z-index: 2;
}
.program__table-tab-container-listItem-td .td-pic-five {
  width: 92px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(85%);
  z-index: 2;
}
.program__table-tab-container-listItem-td .td-pic-seven {
  width: 92px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(70%);
  z-index: 2;
}
.program__table-tab-container-listItem-td .td-pic-ten {
  width: 92px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-60%);
  z-index: 2;
}
.program__table-tab-container-listItem-td .td-pic-eleven {
  width: 92px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(85%);
  z-index: 2;
}

.data {
  margin-top: -100px;
  padding-top: 100px;
  background-color: #E6EBF4;
}
@media screen and (max-width: 768px) {
  .data {
    margin-top: -80px;
    padding: 80px 0 35px;
  }
}
.data__inner {
  padding: 70px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .data__inner {
    padding: 40px 0 0;
  }
}
.data__logoWrap {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data__logoWrap {
    width: 30px;
    margin: 0 auto 10px;
  }
}
.data__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.data__picArea {
  width: 95%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .data__picArea {
    display: block;
  }
}
.data__picArea-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .data__picArea-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .data__picArea-item:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .data__picArea-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #222222;
    text-align: center;
    position: relative;
  }
  .data__picArea-title span {
    font-size: 10px;
  }
  .data__picArea-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #00519C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.data__notesList {
  width: 95%;
  margin: 0 auto;
}
.data__notesListItem {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #888;
  display: flex;
}
.data__notesListItem span:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .data__notesListItem {
    display: block;
  }
}

.style {
  margin-top: -30px;
  padding: 105px 0 80px;
  background-color: #FFFAF0;
}
@media screen and (max-width: 768px) {
  .style {
    margin-top: -40px;
    padding: 80px 0 35px;
  }
}
.style__inner {
  padding: 0 22px;
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .style__inner {
    width: 100%;
    min-width: 0;
    padding: 0 15px;
  }
}
.style__logoWrap {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .style__logoWrap {
    width: 42px;
    margin: 0 auto 10px;
  }
}
.style__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .style__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.style__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.style__text span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .style__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}
.style__list {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .style__list {
    display: block;
    margin-bottom: 40px;
  }
}
.style__listItem {
  width: 33%;
  max-width: 303px;
  padding: 18px 17px 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
@media only screen and (max-width: 950px) {
  .style__listItem {
    width: 32%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .style__listItem {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
  }
}
.style__listItem-titleBox {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.style__listItem-num {
  width: 68px;
  margin-right: 10px;
  transform: translateY(-2px);
}
.style__listItem-title {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  color: #00519C;
}
.style__listItem-pic {
  display: block;
  margin-bottom: 20px;
}
.style__listItem-text {
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #222222;
}
.style__listItem-text span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .style__listItem-text {
    font-size: 14px;
  }
}
.style__system-titleBox {
  margin-bottom: 25px;
  text-align: center;
}
.style__system-subTitle {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .style__system-subTitle {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.style__system-title {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #222222;
  position: relative;
}
.style__system-title::after {
  content: "";
  display: block;
  width: 134px;
  height: 2px;
  background-color: #00519C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .style__system-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .style__system-title::after {
    width: 60px;
  }
}
.style__system-box {
  margin-bottom: 25px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .style__system-box {
    padding: 0;
    margin-bottom: 0;
  }
}
.style__system-box-right {
  width: 41%;
  min-width: 363px;
}
@media screen and (max-width: 1000px) {
  .style__system-box-right {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .style__system-box-right {
    width: 50%;
    margin-left: 0;
    min-width: 0;
  }
}
.style__system-box-right-listItem {
  padding: 15px 0;
  display: flex;
  align-items: start;
  border-bottom: 1px solid #B1945A;
}
.style__system-box-right-listItem:first-child {
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .style__system-box-right-listItem {
    display: block;
    border-bottom: none;
  }
}
.style__system-box-right-listItem-num {
  width: 30px;
  min-width: 30px;
  transform: translateY(-3px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .style__system-box-right-listItem-num {
    margin-bottom: 3px;
    position: relative;
    z-index: 2;
  }
}
.style__system-box-right-listItem-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .style__system-box-right-listItem-text {
    font-size: 14px;
    position: relative;
  }
  .style__system-box-right-listItem-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #B1945A;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20px);
  }
}
.style__system-box-left {
  width: 51%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .style__system-box-left {
    width: 42%;
    display: block;
  }
}
.style__system-box-left-pic {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .style__system-box-left-pic {
    width: 100%;
    margin-bottom: 25px;
  }
}
.style__notes {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .style__notes {
    margin-left: 0;
    padding: 0 15px;
  }
}
.style__notes-item {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #888;
  display: flex;
}
.style__notes-item span:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .style__notes-item {
    display: block;
  }
}

.counselor {
  margin-top: -100px;
  padding-top: 100px;
  background-color: #E6EBF4;
}
@media screen and (max-width: 768px) {
  .counselor {
    margin-top: -80px;
    padding-top: 130px;
  }
}
.counselor__inner {
  width: 65%;
  min-width: 900px;
  max-width: 1000px;
  padding: 60px 0 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .counselor__inner {
    width: 100%;
    min-width: 0;
    padding: 70px 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  .counselor__inner {
    padding: 40px 15px 35px;
  }
}
.counselor__logoWrap {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counselor__logoWrap {
    width: 40%;
    margin: 0 auto 10px;
  }
}
.counselor__title {
  margin-bottom: 60px;
  font-size: 32px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #00519C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counselor__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.counselor__subTitle {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
  color: #222222;
  position: relative;
}
.counselor__subTitle::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background-color: #00519C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .counselor__subTitle {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
  .counselor__subTitle::after {
    width: 60px;
  }
}
.counselor__box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .counselor__box {
    display: block;
  }
}
.counselor__box-pickup {
  width: 39%;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  position: relative;
}
.counselor__box-pickup::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("/img/service/service-counselor-pickup.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-20%, -20%);
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup {
    width: 100%;
    display: flex;
    padding: 2px;
    margin-bottom: 15px;
  }
  .counselor__box-pickup::after {
    width: 50px;
    height: 50px;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(20%, -30%);
  }
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-pic {
    overflow: hidden;
  }
  .counselor__box-pickup-pic img {
    height: 100%;
    object-fit: cover;
  }
}
.counselor__box-pickup-inner {
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.counselor__box-pickup-name {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  color: #888;
}
.counselor__box-pickup-name span {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-name {
    font-size: 12px;
    font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
  }
  .counselor__box-pickup-name span {
    font-size: 12px;
    font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
  }
}
.counselor__box-pickup-message {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #00519C;
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-message {
    font-size: 16px;
  }
}
.counselor__box-pickup-btn {
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #00519C;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-btn {
    width: 100%;
    padding: 2px 10px;
    background-color: #00519C;
  }
}
.counselor__box-pickup-btn-text {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #00519C;
}
@media screen and (max-width: 768px) {
  .counselor__box-pickup-btn-text {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .counselor__check {
    margin-bottom: 10px;
    font-size: 10px;
    font-family: Roboto, NotoSansCJKjp, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    color: #333;
    text-align: center;
  }
}
.counselor__box-list {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .counselor__box-list {
    width: 100%;
  }
}
.counselor__box-listItem {
  width: 30%;
  border: 1px solid #888888;
  background-color: #FFFFFF;
}
.counselor__box-listItem:nth-child(odd) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .counselor__box-listItem {
    border: none;
    background-color: transparent;
  }
  .counselor__box-listItem:nth-child(odd) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .counselor__box-listItem-pic {
    display: block;
    padding: 2px;
    border: 1px solid #888888;
    background-color: #FFFFFF;
  }
}
.counselor__box-listItem-name {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #888;
  text-align: center;
}
.counselor__box-listItem-name span {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .counselor__box-listItem-name {
    padding: 0;
    font-size: 10px;
    text-align: right;
  }
  .counselor__box-listItem-name span {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .counselor {
    margin: 0px 0;
    padding-top: 100px;
  }
  .counselor .pc-flex {
    display: flex;
    max-width: 950px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.counselor h2 {
  font-size: 32px;
  text-align: center;
  padding: 30px 0 0px;
}
@media only screen and (max-width: 768px) {
  .counselor h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.counselor-wrapper {
  padding: 0 15px 90px;
  background: #E6EBF4;
}

@media only screen and (max-width: 768px) {
  .counselor-wrapper {
    padding: 0 15px 50px;
    background: #E6EBF4;
  }
}

.counselor-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul {
    flex-wrap: nowrap;
  }
}
.counselor-wrapper ul .counselor-left {
  width: 100%;
  border: 1px solid #888888;
  border-radius: 2px;
  padding: 3px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left {
    margin-right: 20px;
    width: 40%;
    margin-bottom: 0;
  }
}
.counselor-wrapper ul .counselor-left::after {
  content: "";
  position: absolute;
  background: url(/img_new/counselor/pickup_label.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  top: -15px;
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left::after {
    left: -10px;
    width: 70px;
    height: 70px;
  }
}
.counselor-wrapper ul .counselor-left__box {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box:hover span {
    transform: scale(1.2);
  }
}
.counselor-wrapper ul .counselor-left__box-img {
  width: 40%;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box-img {
    width: 100%;
    height: 230px;
  }
}
.counselor-wrapper ul .counselor-left__box-img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: transform 0.7s;
}
.counselor-wrapper ul .counselor-left__box-txt {
  width: 60%;
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box-txt {
    width: 90%;
  }
}
.counselor-wrapper ul .counselor-left__box-txt span {
  color: #888888;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box-txt span {
    font-size: 14px;
  }
}
.counselor-wrapper ul .counselor-left__box-txt p {
  font-size: 16px;
  font-weight: bold;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00519C;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-left__box-txt p {
    font-size: 18px;
  }
}
.counselor-wrapper ul .counselor-info {
  font-size: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.counselor-wrapper ul .counselor-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-right {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-right li:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.counselor-wrapper ul .counselor-right__box {
  width: 31%;
  height: 100px;
  background: #fff;
  border: 1px solid #888888;
  border-radius: 2px;
  padding: 3px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-right__box:hover .counselor-right__box-img span {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-right__box {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.counselor-wrapper ul .counselor-right__box-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.counselor-wrapper ul .counselor-right__box-img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: transform 0.7s;
}
.counselor-wrapper ul .counselor-right__box-txt {
  color: #888888;
  font-size: 10px;
  display: block;
  padding-top: 5px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .counselor-wrapper ul .counselor-right__box-txt {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 7px;
    line-height: 1;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-top {
  position: relative;
  font-weight: 300;
  font-size: 35px;
  display: contents;
}
.modal-close {
  color: #333;
  line-height: 0.3;
  position: absolute;
  position: absolute;
  top: 2%;
  right: 1%;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  background: #FFF;
  overflow-y: auto;
  width: 85%;
  max-width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-content__inner-head {
  padding: 15px 15px 10px;
  background: #E6EBF4;
}
.modal-content__inner-mainimg, .modal-content__inner-subimg {
  width: 100%;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-mainimg, .modal-content__inner-subimg {
    background-size: cover;
    height: 230px;
  }
}
.modal-content__inner-mainimg {
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-mainimg {
    background-size: 102%;
  }
}
.modal-content__inner-subimg {
  background-size: cover;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-subimg {
    float: right;
    width: 45%;
    margin: 0 0px 0px 10px;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-subimg {
    margin: 20px 0px 0px 10px;
  }
}
.modal-content__inner-label {
  display: flex;
  position: absolute;
  top: 24%;
  left: 0;
  background: #fff;
  padding: 4px 8px 4px 10px;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-label {
    top: 39%;
    left: 0;
  }
}
.modal-content__inner-label .label-name {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 600;
}
.modal-content__inner-label .label-kana {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00519C;
  font-size: 10px;
}
.modal-content__inner-txt {
  font-size: 16px;
  color: #00519C;
  font-weight: 600;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px 0 0;
}
.modal-content__inner-interview {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-interview {
    padding-bottom: 20px;
  }
}
.modal-content__inner-interview .question {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #00519C;
  font-size: 15px;
  position: relative;
  margin-bottom: 5px;
}
.modal-content__inner-interview .question::before {
  content: "";
  border-top: 1px solid #00519C;
  width: 15px;
  position: absolute;
  top: 11px;
  left: -20px;
}
.modal-content__inner-interview .answer {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .modal-content__inner-interview .answer {
    font-size: 14px;
  }
}
.modal-content__link {
  background: #E6EBF4;
  padding: 30px 15px;
  text-align: center;
}
.modal-content__link a {
  background: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  border-radius: 50px;
  border: 2px solid #00519C;
  max-width: 345px;
  margin: 0 auto;
}
.modal-content__link a::after {
  content: "";
  background: url(/img_new/counselor/link_icon_b.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
}
.modal-content__link a:hover {
  background: #00519C;
  color: #fff;
  opacity: 1;
}
.modal-content__link a:hover::after {
  background: url(/img_new/counselor/link_icon_w.svg) no-repeat;
  background-size: contain;
}
.modal-content__link .txt-bold {
  font-weight: bold;
}
.modal-content__link p {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.modal-content__link p::before, .modal-content__link p::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #333;
  position: absolute;
  bottom: 3px;
}
.modal-content__link p::before {
  transform: rotate(-20deg);
  left: -15px;
}
.modal-content__link p::after {
  transform: rotate(20deg);
  right: -10px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.button {
  width: 100%;
  padding: 5px 0 6px;
  font-size: 14px;
  color: #fff;
  background: #00519C;
  border: 1px solid #00519C;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  margin: 0 auto;
}
.button::after {
  content: "";
  background: url(/img_new/counselor/modal_icon_w.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 5px;
}
@media only screen and (min-width: 600px) {
  .button {
    background: #fff;
    color: #00519C;
    font-weight: bold;
    padding: 10px 0 10px;
    z-index: 1;
  }
  .button + .pc-only {
    margin-top: auto;
  }
  .button:hover {
    color: #fff;
    background: #00519C;
  }
  .button:hover::after {
    background: url(/img_new/counselor/modal_icon_w.svg) no-repeat;
  }
  .button::after {
    content: "";
    background: url(/img_new/counselor/modal_icon_b.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
      display: none;
  }
}

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