@charset "UTF-8";
.main .contentArea:after,
.mvToEnter:after {
  height: 100%;
  top: 0;
  content: "";
}

.main,
.mvToEnter,
.support {
  overflow: hidden;
}

.main .contentArea:after,
.mvToEnter:after,
.support .contentArea:after {
  content: "";
}

/* FV */
.main {
  margin: 0 auto 27px;
  background: url(../img/top/main_bg_pc-min.png) center 120px/100% auto no-repeat;
}

.main > * {
  font-family: 'Noto Sans JP';
  width: 100%;
  max-width: 1024px;
  padding: 51px 46px 31px !important;
  padding: 0;
}

.main h1 {
  padding-top: .9em;
  padding-bottom: .5em;
  margin-bottom: 86px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 36px;
  font-weight: 900;
  line-height: 0.5;
  letter-spacing: 2.16px;
}

.main h1 .font-small {
  font-size: 0.9em;
}

.main .detailArea {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 0 0;
}

.main .detailArea h2 {
  margin-bottom: 31px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .8px;
  text-align: center;
}

.main .detailArea h2 sup {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  vertical-align: top;
}

.main .detailArea ul {
  counter-reset: mainList;
  display: flex;
  margin-bottom: 20px;
}

.main .detailArea ul li {
  flex: 1;
  position: relative;
  padding: 14px 10px 16px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.main .detailArea ul li + li {
  margin-left: 20px;
}

.main .detailArea ul li:nth-child(2) {
  flex: 1.17647;
}

.main .detailArea ul li:before {
  counter-increment: mainList;
  content: counter(mainList);
  position: absolute;
  top: -12px;
  left: -12px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.main .detailArea ul li svg {
  display: block;
  height: 28px;
  margin: 0 auto 10px;
}

.main .detailArea ul li div {
  margin-top: 6px;
  font-size: 14px;
}

.main .detailArea ul li div em {
  font-size: 36px;
  font-style: normal;
}

.main .detailArea ul li div sup {
  margin-left: -13px;
  font-size: 10px;
  vertical-align: top;
}

.main .detailArea .btnArea a {
  display: block;
  padding: 20px 0;
  background: #f1b007;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.6);
  font-size: 21px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: .48px;
  text-align: center;
}

.main .detailArea .btnArea a div {
  display: inline-block;
  margin-right: 11px;
  padding: 0 12px;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
}

.main .detailArea .btnArea a div span:first-of-type {
  color: #74AF28;
}

.main .detailArea .supplement {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: .2px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .main {
    background-position: center bottom;
  }
}

@media screen and (max-width: 1100px) {
  .main {
    background-size: 1200px auto;
  }
}

@media screen and (max-width: 980px) {
  .main .contentArea {
    padding: 51px 30px 65px !important;
  }
  .main .detailArea h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    background-size: 1250px auto;
  }
  .main .contentArea {
    padding: 51px 30px 20px !important;
  }
  .main h1 .d-768 {
    display: none;
  }
  .main .detailArea ul li {
    padding-top: 26px;
    font-size: 14px;
  }
  .main .detailArea ul li:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .main .detailArea ul li + li {
    margin-left: 12px;
  }
  .main .detailArea ul li div em {
    font-size: 30px;
  }
  .main .detailArea .supplement {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main {
    background: url(../img/top/main_bg_sp.png) center 140px/100% auto no-repeat;
  }
  .main .contentArea {
    padding: 51px 16px 20px !important;
  }
  .main .detailArea h2 {
    margin-bottom: 24px;
  }
  .main .detailArea ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main .detailArea ul li + li {
    margin-left: 6px;
  }
  .main .detailArea .btnArea a {
    padding: 12px 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .main .detailArea .btnArea a > span {
    display: block;
  }
  .main .detailArea .btnArea a div {
    margin-right: auto;
    font-size: 15px;
  }
  .main .detailArea .supplement {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (max-width: 374px) {
  .main .detailArea h2 {
    font-size: 14px;
  }
  .main .detailArea ul li div em {
    font-size: 24px;
  }
}

@media screen and (min-width: 481px) {
  .main .detailArea .btnArea div .d320-480 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .main h1 .d320-768 {
    display: none;
  }
}

/* キャンペーン */
.campaign .contentArea {
  padding: 0 100px;
  margin-bottom: 80px;
  width: 1064px;
  text-align: center;
}

.campaign .contentArea .campaignDetail {
  padding: 16px;
  background-color: #fff;
  text-align: center;
  background: url(../img/top/campaign_bg_pc.jpg) center/cover no-repeat;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.campaign .contentArea .campaignDetail .inner {
  padding: 38px 60px 55px;
  border: 2px solid #fff;
}

.campaign .contentArea .campaignDetail h3 {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  color: #fff;
}

.campaign .contentArea .campaignDetail h2 {
  display: block;
  max-width: 520px;
  padding: 26px 0 13px;
  margin: 0 auto 10px;
  border: 2px solid #fff;
  border-width: 2px 0;
}

.campaign .contentArea .campaignDetail h2 img {
  max-width: 100%;
}

.campaign .contentArea .campaignDetail p {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: .5px;
  color: #fff;
}

.campaign .contentArea .campaignDetail .limit {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.campaign .contentArea .campaignDetail .limit span {
  font-size: 1.55em;
}

.campaign .contentArea .campaignDetail .supplement span {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  margin-top: 0 !important;
}

.campaign .contentArea .btnLarge {
  margin: 48px auto 28px;
  box-shadow: none;
}

.campaign .contentArea .campaignLink {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: .5px;
  color: #74AF28;
  border-bottom: solid 1px #74AF28;
}

.h2Title,
.text.subtext {
  font-weight: 700;
}

.text,
.title {
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1064px) {
  .campaign .contentArea {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .campaign .contentArea {
    padding: 0 50px;
    margin-bottom: 60px;
  }
  .campaign .contentArea .campaignDetail h3 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .campaign .contentArea .campaignDetail p {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .campaign .contentArea .campaignDetail .supplement span {
    font-size: 12px;
  }
  .campaign .contentArea .btnLarge {
    margin: 40px auto 20px;
  }
  .campaign .contentArea .campaignLink {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .campaign .contentArea {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .campaign .contentArea .campaignDetail {
    padding: 8px;
  }
  .campaign .contentArea .campaignDetail .inner {
    padding: 26px 12px 38px;
  }
  .campaign .contentArea .campaignDetail h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .campaign .contentArea .campaignDetail p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
  }
  .campaign .contentArea .campaignDetail p br {
    display: none;
  }
  .campaign .contentArea .campaignDetail .limit {
    text-align: center;
  }
  .campaign .contentArea .campaignDetail .supplement span {
    font-size: 11px;
  }
  .campaign .contentArea .btnLarge {
    margin: 30px auto 20px;
  }
  .campaign .contentArea .campaignLink {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .campaign .contentArea {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .campaign .contentArea .campaignDetail h2 {
    padding: 16px 0 6px;
  }
  .campaign .contentArea .campaignDetail h3 {
    margin-bottom: 28px;
    font-size: 16px;
  }
  .campaign .contentArea .campaignDetail p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .campaign .contentArea .campaignDetail .limit {
    font-size: 15px;
  }
  .campaign .contentArea .btnLarge a,
  .campaign .contentArea .campaignLink {
    font-size: 12px;
  }
  .campaign .contentArea .btnLarge {
    margin: 30px auto 20px;
  }
  .campaign .contentArea .btnLarge a span:after {
    border-width: 0 4px 2px 0;
  }
}

@media screen and (max-width: 360px) {
  .campaign .contentArea .campaignDetail h3 {
    font-size: 14px;
  }
}

.calendar {
  display: none;
  padding: 100px 0;
}

.calendar.on {
  display: block;
}

.calendar.on + .contentArea {
  display: none;
}

.calendar .contentArea iframe {
  display: block;
  width: 100%;
  height: 1610px;
}

.h2Title {
  display: block;
  margin-bottom: 24px;
  font-size: 68px;
  letter-spacing: -.39px;
  font-family: 'Josefin Sans',sans-serif;
}

@media screen and (max-width: 1000px) {
  .calendar {
    padding: 80px 0;
  }
  .h2Title {
    margin-bottom: 22px;
    font-size: 60px;
    letter-spacing: -.3px;
  }
}

@media screen and (max-width: 768px) {
  .calendar {
    padding: 60px 0;
  }
  .h2Title {
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: -.2px;
  }
}

@media screen and (max-width: 480px) {
  .calendar {
    padding: 40px 0;
  }
  .h2Title {
    margin-bottom: 5px;
    font-size: 44px;
    letter-spacing: -.2px;
  }
}

@media screen and (max-width: 320px) {
  .h2Title {
    font-size: 34px;
  }
}

.text {
  display: block;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 1.39px;
}

@media screen and (max-width: 1000px) {
  .text {
    font-size: 12px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 768px) {
  .text {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 480px) {
  .text {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
}

.title {
  display: block;
  font-size: 22px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: .68px;
}

@media screen and (max-width: 1000px) {
  .title {
    font-size: 20px;
    letter-spacing: .6px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 18px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 16px;
    letter-spacing: .4px;
  }
}

@media screen and (max-width: 320px) {
  .title {
    font-size: 14px;
    letter-spacing: .3px;
  }
}

.about {
  margin-bottom: 100px;
}

.about > img {
  display: none;
}

.about .contentArea {
  width: 100%;
  max-width: 1152px;
  padding: 0 48px;
}

.about .txtArea {
  position: relative;
  padding-top: 70px;
  margin-bottom: 60px;
}

.about .txtArea > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: -webkit-calc(100% - 500px);
  max-width: calc(100% - 500px);
}

.about .txtArea h2 {
  margin-bottom: 16px;
  color: #74AF28;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: .9px;
}

.about .txtArea h2 span {
  display: block;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 1.49px;
}

.about .txtArea p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 1.49px;
}

.about ul {
  display: flex;
}

.about ul li {
  flex: 1;
}

.about ul li + li {
  margin-left: 24px;
}

.about ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.about ul li h3 {
  margin: 26px auto 12px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: .7px;
}

.about ul li p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: .9px;
}

@media screen and (max-width: 1100px) {
  .about ul li h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .about ul li h3 br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .about .txtArea > img {
    max-width: -webkit-calc(100% - 450px);
    max-width: calc(100% - 450px);
  }
}

@media screen and (max-width: 768px) {
  .about > img {
    display: block;
    width: 100%;
  }
  .about .contentArea {
    padding: 0 20px;
  }
  .about .txtArea {
    padding-top: 48px;
  }
  .about .txtArea p .pcOnly {
    display: none;
  }
  .about ul {
    display: block;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .about ul li + li {
    margin-left: auto;
    margin-top: 36px;
  }
  .about ul li img {
    width: 75%;
  }
  .about ul li h3 {
    margin: 20px auto 10px;
  }
}

@media screen and (max-width: 480px) {
  .about .contentArea {
    padding: 0 16px;
  }
  .about .txtArea {
    padding-top: 30px;
    margin-bottom: 48px;
  }
  .about .txtArea h2 {
    font-size: 20px;
  }
  .about .txtArea h2 span {
    font-size: 20px;
  }
  .about .txtArea p {
    font-size: 14px;
  }
  .about ul {
    padding: 0 16px;
  }
  .about ul li img {
    width: 100%;
    max-width: 230px;
  }
}

.interview {
  overflow: hidden;
  background: #f5f5f5;
  padding: 60px 0 94px;
}

.interview .contentArea {
  width: 100%;
  max-width: 1080px;
}

.interview h2 {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
}

.interview .contentArea .interviewItem {
  display: none;
}

.interview .contentArea .interviewItem.slick-initialized {
  display: block;
}

.interview .contentArea .interviewItem .slick-list {
  overflow: visible;
}

.interview .contentArea .interviewItem .slick-slide {
  width: 340px !important;
  padding: 0 10px;
}

.interview .contentArea .interviewItem .slideItem {
  display: block;
  width: 320px;
}

.interview .contentArea .interviewItem .slideItem a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.interview .contentArea .interviewItem .slideItem a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}

.interview .contentArea .interviewItem .slideItem a .imgArea {
  width: 100%;
  padding-top: 65%;
  background-size: cover !important;
  background-position: center !important;
}

.interview .contentArea .interviewItem .slideItem a .txtArea {
  position: relative;
  padding: 36px 14px 20px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea h3 {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .34px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record {
  display: flex;
  position: absolute;
  top: -25px;
  left: 0;
  height: 50px;
  width: 305px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span {
  position: relative;
  width: 138px;
  height: 50px;
  padding: 15px 0;
  color: #74AF28;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span:first-of-type {
  padding-right: 10px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span:first-of-type:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 7px;
  border-color: transparent #74AF28 #74AF28 transparent;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span.sml {
  font-size: 12px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span + span {
  position: relative;
  width: 167px;
  background: #74AF28;
  color: #fff;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .record span + span:after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: -16px;
  display: block;
  width: 24px;
  height: 6px;
  background: url(../img/top/interview_record_arrow.svg) center/contain no-repeat;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .name {
  display: block;
  margin: 8px auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.54;
  letter-spacing: .34px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .name span {
  display: inline-block;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .name span + span {
  margin-left: .5em;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .lang {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: .34px;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .link {
  position: relative;
  margin-top: 16px;
  padding-right: 18px;
  color: #74AF28;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .44px;
  text-align: right;
}

.interview .contentArea .interviewItem .slideItem a .txtArea .link:after {
  content: '';
  position: absolute;
  bottom: 9px;
  right: -2px;
  display: block;
  width: 18px;
  height: 7px;
  background: url(../img/top/interview_arrow.svg) center/contain no-repeat;
}

.interview .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}

.interview .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}

.interview .contentArea .interviewItem .slick-prev,
.interview .contentArea .interviewItem .slick-next {
  width: 14px;
  height: 28px;
  z-index: 2;
}

.interview .contentArea .interviewItem .slick-prev {
  left: -45px;
}

.interview .contentArea .interviewItem .slick-next {
  right: -45px;
}

.interview .contentArea .interviewItem .slick-prev:before,
.interview .contentArea .interviewItem .slick-next:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  transform: scaleY(1.2) rotate(45deg);
  opacity: 1;
}

.interview .contentArea .interviewItem .slick-prev:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto 0 4px;
}

.interview .contentArea .interviewItem .slick-next:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 auto 0 -5px;
}

.interview .slick-dots {
  font-size: 0;
  bottom: -34px;
}

.interview .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.interview .slick-dots li button {
  width: 36px;
  height: 4px;
  padding: 0;
  background: #dbdbdb;
}

.interview .slick-dots li.slick-active button {
  background: #000;
}

.interview .slick-dots li button:before {
  content: none;
}

@media screen and (max-width: 1079px) {
  .interview .slick-slide {
    opacity: .6;
  }
}

@media screen and (max-width: 1000px) {
  .interview .contentArea .interviewItem .slideItem a {
    -webkit-box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.1);
  }
  .interview .contentArea .interviewItem .slideItem a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.2);
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea {
    padding: 36px 15px 20px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea h3 {
    font-size: 15px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea p {
    font-size: 13px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea .name span + span {
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .interview .contentArea .interviewItem .slideItem a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.1);
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea h3 {
    font-size: 14px;
  }
  .interview .slick-dots {
    bottom: -28px;
  }
}

@media screen and (max-width: 360px) {
  .interview .contentArea .interviewItem .slick-slide {
    width: 294px !important;
    padding: 0 7px;
  }
  .interview .contentArea .interviewItem .slideItem {
    width: 280px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea .record {
    width: 270px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea .record span {
    width: 122px;
    font-size: 10px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea .record span.sml {
    font-size: 10px;
  }
  .interview .contentArea .interviewItem .slideItem a .txtArea .record span + span {
    width: 148px;
  }
}

.support .contentArea {
  width: 100%;
  max-width: 1116px;
}

.support h2 {
  margin-bottom: 44px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
}

.support h3 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  color: #74AF28;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.49px;
  text-align: center;
}

.support h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 89px;
  height: 2px;
  background: #74AF28;
  margin: auto;
}

.support ul {
  display: flex;
}

.support ul:first-of-type {
  margin-bottom: 60px;
}

.support ul li {
  flex: 1;
}

.support ul li + li {
  margin-left: 24px;
}

.support ul li .thumb {
  position: relative;
  margin-bottom: 31px;
}

.support ul li .thumb:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  border-width: 25px 43px 25px 43px;
}

.support ul li .thumb p {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
  color: #74AF28;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -1.1px;
}

.support ul li img {
  display: block;
  max-width: 100%;
}

.support ul li h4 {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .43px;
}

.support ul li > p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .8px;
}

@media screen and (max-width: 768px) {
  .support h2 {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .support h3 {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
  .support ul li .thumb {
    margin-bottom: 28px;
  }
  .support ul li .thumb:after {
    border-width: 18px 38px 18px 38px;
  }
  .support ul li .thumb p {
    bottom: -22px;
    font-size: 40px;
  }
  .support ul li h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .support .contentArea {
    padding: 0 16px;
  }
  .support h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .support h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .support ul {
    display: block;
  }
  .support ul li + li {
    margin-left: auto;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .support h4 {
    font-size: 13px;
  }
}

@media screen and (min-width: 481px) {
  .support h3 .sml {
    display: none;
  }
}

.career {
  background: #f6f6f6;
}

.career .spacing {
  width: 100%;
  height: 137px;
  background: #fff;
}

.career .contentArea {
  padding: 0 62px 80px;
  position: relative;
  z-index: 1;
}

.career .contentArea:after {
  display: block;
  width: 100vw;
  height: 1000vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 80%;
  z-index: -1;
}

.career .contentArea .h2Title {
  margin-top: -25px;
}

.career .contentArea .subtext {
  margin-left: 80px;
}

@media screen and (max-width: 1000px) {
  .career .spacing {
    height: 110px;
  }
  .career .contentArea {
    padding: 0 50px 70px;
  }
  .career .contentArea:after {
    width: 100vw;
    height: 1000vh;
    top: 0;
    left: 80%;
  }
  .career .contentArea .h2Title {
    margin-top: -25px;
  }
  .career .contentArea .subtext {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .career .spacing {
    height: 90px;
  }
  .career .contentArea {
    padding: 0 30px 60px;
  }
  .career .contentArea:after {
    left: 85%;
  }
  .career .contentArea .h2Title {
    margin-top: -15px;
  }
  .career .contentArea .subtext {
    margin-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .career .spacing {
    height: 90px;
  }
  .career .contentArea {
    padding: 0 20px 40px;
  }
  .career .contentArea:after {
    left: 85%;
  }
  .career .contentArea .h2Title {
    margin-top: -15px;
  }
  .career .contentArea .subtext {
    margin-left: 0;
  }
}

.supporterItem {
  display: block;
  width: 100%;
  margin: 50px 0 0 50px;
  padding: 60px 100px 60px;
  background: #74AF28;
  position: relative;
  z-index: 1;
}

.supporterItem li {
  display: block;
}

.supporterItem li + li {
  margin-top: 60px;
}

.supporterItem li:nth-of-type(odd) .txtArea {
  margin: -250px 0 0 230px;
}

.supporterItem li:nth-of-type(even) .imgArea {
  margin: 0 0 0 auto;
}

.supporterItem li:nth-of-type(even) .txtArea {
  margin: -250px 0 0 30px;
}

.supporterItem li .imgArea {
  display: block;
  width: 293px;
  height: 293px;
  background-size: cover !important;
  background-position: center !important;
}

.supporterItem li .txtArea {
  display: block;
  width: 433px;
  padding: 32px 36px 40px;
  background: #fff;
}

.supporterItem li .txtArea * {
  display: block;
}

.supporterItem li .txtArea .position {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.supporterItem li .txtArea .name {
  margin-top: 12px;
}

.supporterItem li .txtArea .name span {
  font-size: 13px;
  font-weight: 700;
  color: #74AF28;
}

.supporterItem li .txtArea .name em {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}

.supporterItem li .txtArea .detaile {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.8;
}

.supporterItem li .txtArea .interviewLink {
  margin-top: 12px;
  font-size: 14px;
  text-align: right;
}

.supporterItem li .txtArea .interviewLink a {
  display: inline;
  color: #74AF28;
}

@media screen and (max-width: 1000px) {
  .supporterItem li .txtArea .name span,
  .supporterItem li .txtArea .position {
    font-size: 12px;
  }
  .supporterItem {
    width: 100%;
    margin: 30px 0 0 50px;
    padding: 60px 80px 60px;
  }
  .supporterItem li + li {
    margin-top: 60px;
  }
  .supporterItem li:nth-of-type(odd) .txtArea {
    margin: -30px 0 0 auto;
  }
  .supporterItem li:nth-of-type(even) .txtArea {
    margin: -30px 0 0;
  }
  .supporterItem li .imgArea {
    width: 40%;
    height: auto;
    padding-top: 40%;
  }
  .supporterItem li .txtArea {
    width: 70%;
    padding: 30px 35px 35px;
  }
  .supporterItem li .txtArea .name {
    margin-top: 10px;
  }
  .supporterItem li .txtArea .name em {
    margin-top: 5px;
    font-size: 18px;
  }
  .supporterItem li .txtArea .detaile {
    margin-top: 12px;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .supporterItem li .txtArea .name span,
  .supporterItem li .txtArea .position {
    font-size: 11px;
  }
  .supporterItem {
    width: calc(100% + 30px);
    margin: 30px 0 0;
    padding: 60px 30px 60px;
  }
  .supporterItem li + li {
    margin-top: 60px;
  }
  .supporterItem li:nth-of-type(odd) .txtArea {
    margin: -30px 0 0 auto;
  }
  .supporterItem li:nth-of-type(even) .txtArea {
    margin: -30px 0 0;
  }
  .supporterItem li .imgArea {
    width: 60%;
    padding-top: 60%;
  }
  .supporterItem li .txtArea {
    width: 70%;
    padding: 30px 20px;
  }
  .supporterItem li .txtArea .name {
    margin-top: 15px;
  }
  .supporterItem li .txtArea .name em {
    margin-top: 5px;
    font-size: 16px;
  }
  .supporterItem li .txtArea .detaile {
    margin-top: 12px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .supporterItem {
    width: calc(100% + 30px);
    margin: 20px 0 0 -30px;
    padding: 40px 30px 60px;
  }
  .supporterItem li + li {
    margin-top: 40px;
  }
  .supporterItem li:nth-of-type(odd) .txtArea {
    margin: -30px 0 0 auto;
  }
  .supporterItem li:nth-of-type(even) .txtArea {
    margin: -30px 0 0;
  }
  .supporterItem li .imgArea {
    width: 80%;
    padding-top: 80%;
  }
  .supporterItem li .txtArea {
    width: 90%;
    padding: 30px 20px;
  }
  .supporterItem li .txtArea .position {
    font-size: 10px;
  }
  .supporterItem li .txtArea .name {
    margin-top: 15px;
  }
  .supporterItem li .txtArea .name span {
    font-size: 11px;
  }
  .supporterItem li .txtArea .name em {
    margin-top: 5px;
    font-size: 16px;
  }
  .supporterItem li .txtArea .detaile {
    margin-top: 12px;
    font-size: 11px;
  }
}

/* 増税 */
#tax {
  margin-bottom: 80px;
}

#tax .caution {
  margin-bottom: 60px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(254, 60, 47, 0.1);
}

#tax .caution h2 {
  margin-bottom: 30px;
  color: #74AF28;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

#tax .caution p {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#tax .after table {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  border-collapse: collapse;
}

#tax .after table th,
#tax .after table td {
  padding: 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#tax .after table th {
  font-size: 1.2em;
}

#tax .after table thead th {
  background: #ddd;
}

#tax .after table thead th:last-of-type {
  background: rgba(254, 60, 47, 0.3);
}

#tax .after table tbody th {
  background: #eee;
}

#tax .after table tbody td:last-of-type {
  background: rgba(254, 60, 47, 0.1);
}

#tax .after em {
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
}

#tax .after p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tax {
    margin-bottom: 60px;
  }
  #tax .caution h2 {
    font-size: 20px;
  }
  #tax .after table th {
    font-size: 1em;
  }
  #tax .after em {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 480px) {
  #tax .caution {
    margin-bottom: 40px;
  }
  #tax .caution h2 {
    font-size: 18px;
  }
  #tax .caution p {
    font-size: 12px;
  }
  #tax .after table {
    margin-bottom: 40px;
    font-size: 12px;
  }
  #tax .after p {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  #tax .after p {
    font-size: 10px;
  }
}

@media screen and (min-width: 521px) {
  #tax .caution h2 .sml {
    display: none;
  }
}

/* 特待生 */
.specialStudent {
  display: block !important;
  margin-bottom: 100px;
}

.specialStudent .waku {
  width: 1000px;
  margin: auto;
  border: 2px solid #e7e7e7;
  background: #fff;
}

.specialStudent .waku img {
  display: block;
  width: 100%;
  height: auto;
}

.specialStudent .waku .txtArea {
  padding: 39px 39px 0;
}

.specialStudent .waku .txtArea .spText {
  display: none;
}

.specialStudent .waku .txtArea p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.specialStudent .waku .txtArea p span {
  color: #74AF28;
}

.specialStudent .waku .txtArea .btnLarge {
  margin-top: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1000px) {
  .specialStudent {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .specialStudent .waku {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .specialStudent {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .specialStudent .waku {
    width: 100%;
  }
  .specialStudent .waku .txtArea {
    padding: 30px 20px 0;
  }
  .specialStudent .waku .txtArea .spText {
    display: block;
  }
  .specialStudent .waku .txtArea .spText h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .specialStudent .waku .txtArea .spText ul {
    display: block;
    margin-bottom: 20px;
  }
  .specialStudent .waku .txtArea .spText ul li {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
  }
  .specialStudent .waku .txtArea .spText ul li em {
    font-weight: 700;
    font-style: normal;
  }
  .specialStudent .waku .txtArea p {
    font-size: 14px;
  }
  .specialStudent .waku .txtArea .btnLarge {
    margin-top: 20px;
  }
}

/* 料金表 */
#price {
  padding-top: 80px;
}

#gallery .h2Title,
#price .h2Title {
  margin-bottom: 0;
  line-height: 1em;
  text-align: center;
}

#price .subtext {
  margin: 12px auto 21px;
  text-align: center;
}

#price .btn01.bg_gra01 {
  margin-bottom: 54px;
  background: #74AF28;
}

#price .btn01.bg_gra01 a {
  padding-top: 20px;
  padding-bottom: 20px;
}

#price .btn01.bg_gra01.bottom a {
  padding-top: 32px;
  padding-bottom: 32px;
}

#price .priceList h3 {
  margin-bottom: 25px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.36);
}

#price .priceList h3 span {
  font-size: 20px;
  font-weight: bold;
  margin: 0 1em;
}

#price .priceList h3 em {
  color: #74AF28;
  font-style: normal;
}

@media screen and (max-width: 480px) {
  #price .priceList h3 span {
    display: block;
  }
  #price .priceList:last-of-type h3 span {
    margin-right: auto;
  }
}

.listStylePrice {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}

.listStylePrice .courseDetail {
  position: relative;
  width: 32%;
  padding: 23px 20px 0;
  background-color: #fff;
  vertical-align: top;
  border: 4px solid;
  overflow: hidden;
}

.listStylePrice .courseDetail:before {
  content: "";
  display: block;
  width: 200%;
  height: 500px;
  margin: auto;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: -390px;
  left: -50%;
  z-index: 0;
}

.listStylePrice .courseDetail.color01:before {
  background-color: #74AF28;
}

.listStylePrice .courseDetail + li {
  margin-left: 2%;
}

.listStylePrice .courseDetail.color01 {
  border-color: #74AF28;
}

.listStylePrice .courseDetail.color02:before {
  background-color: #f18931;
}

.listStylePrice .courseDetail.color02 {
  border-color: #f18931;
}

.listStylePrice .courseDetail.color03:before {
  background-color: #31c4f1;
}

.listStylePrice .courseDetail.color03 {
  border-color: #31c4f1;
}

.listStylePrice .courseDetail.color04:before {
  background-color: #1b75cd;
}

.listStylePrice .courseDetail.color04 {
  border-color: #1b75cd;
}

.listStylePrice .courseDetail.color05:before {
  background-color: #2052dc;
}

.listStylePrice .courseDetail.color05 {
  border-color: #2052dc;
}

.listStylePrice .courseDetail.color06:before {
  background-color: #ff3001;
}

.listStylePrice .courseDetail.color06 {
  border-color: #ff3001;
}

.listStylePrice .courseDetail.color07:before {
  background-color: #ff6901;
}

.listStylePrice .courseDetail.color07 {
  border-color: #ff6901;
}

.listStylePrice .plan > * {
  position: relative;
  z-index: 1;
}

.listStylePrice .plan .courseSubTitle {
  margin: 0 -5px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .23px;
  text-align: center;
}

.listStylePrice .plan .courseTitle {
  display: block;
  margin-bottom: 45px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.listStylePrice .plan .courseTitle em {
  display: block;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 900;
  font-style: normal;
}

.listStylePrice .plan .listStyleCheck {
  margin-bottom: 25px;
}

.listStylePrice .plan .listStyleCheck li {
  text-align: left;
}

.listStylePrice .plan .btn01 {
  margin-bottom: 30px;
  border: none;
}

.listStylePrice .plan table {
  table-layout: fixed;
  width: 100%;
}

.listStylePrice .plan table tbody {
  width: 100%;
}

.listStylePrice .plan table tbody tr.period td,
.listStylePrice .plan table tbody tr.period th,
.listStylePrice .plan table tbody tr.admissionFee td,
.listStylePrice .plan table tbody tr.admissionFee th {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}

.listStylePrice .plan table tbody tr td.totalPriceColor,
.listStylePrice .plan table tbody tr th.totalPriceColor {
  color: rgba(0, 0, 0, 0.87);
}

.listStylePrice .plan table tbody tr td,
.listStylePrice .plan table tbody tr th {
  padding: 10px 0;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #000;
}

.listStylePrice .plan table tbody tr td em {
  padding-right: 5px;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  .listStylePrice .plan .courseTitle {
    font-size: 15px;
  }
  .listStylePrice .courseDetail {
    width: 33%;
  }
  .listStylePrice .courseDetail:before {
    top: -390px;
    left: -50%;
  }
  .listStylePrice .courseDetail + li {
    margin-left: .5%;
  }
  .listStylePrice .plan .courseTitle em {
    margin-bottom: 4px;
    font-size: 32px;
  }
  .listStylePrice .plan table tbody tr td,
  .listStylePrice .plan table tbody tr th {
    padding: 15px 0;
  }
  .listStylePrice .plan table tbody tr th {
    font-size: 13px;
    width: 40%;
  }
  .listStylePrice .plan table tbody tr td {
    font-size: 10px;
  }
  .listStylePrice .plan table tbody tr td em {
    padding-right: 5px;
    font-size: 22px;
  }
  .listStylePrice .plan table tbody tr:not(.period) td {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .listStylePrice {
    display: block;
    margin-bottom: 20px;
  }
  .listStylePrice .plan .courseSubTitle {
    font-size: 13px;
  }
  .listStylePrice .plan .courseTitle {
    font-size: 15px;
  }
  .listStylePrice .courseDetail {
    width: 100%;
  }
  .listStylePrice .courseDetail:before {
    top: -395px;
    left: -50%;
  }
  .listStylePrice .courseDetail + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .listStylePrice .plan .courseTitle em {
    margin-bottom: 4px;
    font-size: 32px;
  }
  .listStylePrice .plan table tbody tr td,
  .listStylePrice .plan table tbody tr th {
    padding: 10px 0;
  }
  .listStylePrice .plan table tbody tr th {
    font-size: 13px;
  }
  .listStylePrice .plan table tbody tr td {
    font-size: 12px;
    text-align: left;
  }
  .listStylePrice .plan table tbody tr td em {
    padding-right: 5px;
    font-size: 20px;
  }
  .listStylePrice .plan table tbody tr:not(.period) td {
    text-align: left;
  }
}

.extCampaignPrice .listStylePrice .plan table tbody tr th {
  width: 70px;
}

.extCampaignPrice .listStylePrice .plan table tbody tr td {
  text-align: right;
}

.extCampaignPrice .listStylePrice .plan table tbody tr.period .extCampaign_period {
  display: inline-block;
  height: 30px;
  margin-left: 5px;
  padding: 3px 10px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .41px;
  background: #74AF28;
  border-radius: 15px;
}

/* キャンペーン */
.listStylePrice .plan table tbody tr.offPercent th {
  padding: 0;
}

.listStylePrice .plan table tbody tr.offPercent th.off_10 span,
.listStylePrice .plan table tbody tr.offPercent th.off_20 span,
.listStylePrice .plan table tbody tr.offPercent th.off_5 span {
  border-color: #74AF28;
  color: #74AF28;
}

.listStylePrice .plan table tbody tr.offPercent th span {
  display: block;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .4px;
  color: rgba(0, 0, 0, 0.36);
}

.listStylePrice .plan table tbody tr td em.nebiki {
  color: #74AF28;
}

.listStylePrice .plan table tbody tr td .oldPrice {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3px;
  position: relative;
}

.listStylePrice .plan table tbody tr td .oldPrice:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.listStylePrice .plan table tbody tr td .oldPrice span {
  margin-right: 2px;
  font-size: 13px;
}

/* 延長キャンペーン */
#extCampaign {
  padding: 0 50px;
  margin-bottom: 48px;
}

#extCampaign * {
  font-family: 'Noto Sans JP';
}

#extCampaign .contentArea {
  width: 100%;
  max-width: 924px;
  padding: 46px 30px 31px;
  background: #74AF28;
}

@media screen and (max-width: 768px) {
  #extCampaign {
    padding: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  #extCampaign {
    padding: 0 20px;
  }
  #extCampaign .contentArea {
    padding: 26px 12px 24px;
  }
}

#extCampaign .ttlArea {
  position: relative;
  margin-bottom: 20px;
}

#extCampaign * {
  position: relative;
  z-index: 2;
}

#extCampaign .ttlArea h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .44px;
  text-align: center;
}

#extCampaign .ttlArea h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 3.44px;
  text-align: center;
}

#extCampaign .ttlArea h3 span {
  color: #fec941;
  font-size: 1.83em;
}

#extCampaign .ttlArea .limit {
  position: absolute;
  bottom: 0;
  left: -webkit-calc(50% + 200px);
  left: calc(50% + 200px);
  z-index: 1;
  width: 128px;
  height: 128px;
  padding: 44px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  background: #E73248;
  border-radius: 50%;
  transform: rotate(8deg);
}

#extCampaign .ttlArea .limit span {
  font-size: 1.714em;
}

@media screen and (max-width: 768px) {
  #extCampaign .ttlArea h2 {
    font-size: 3.64vw;
  }
  #extCampaign .ttlArea h3 {
    font-size: 3.125vw;
  }
  #extCampaign .ttlArea .limit {
    left: auto;
    right: -40px;
  }
}

@media screen and (max-width: 640px) {
  #extCampaign .ttlArea .limit {
    width: 20vw;
    height: 20vw;
    padding: 6.875vw 0;
    font-size: 2.1875vw;
    line-height: 3.125vw;
  }
}

@media screen and (max-width: 480px) {
  #extCampaign .ttlArea h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #extCampaign .ttlArea h3 {
    font-size: 22px;
  }
  #extCampaign .ttlArea .limit {
    right: -25px;
    width: 27vw;
    height: 27vw;
    padding: 9.5vw 0;
    font-size: 3vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 374px) {
  #extCampaign .ttlArea h2 {
    font-size: 4.8vw;
  }
  #extCampaign .ttlArea h3 {
    font-size: 5.86vw;
  }
}

@media screen and (min-width: 769px) {
  #extCampaign .ttlArea h3 br {
    display: none;
  }
}

#extCampaign .detailArea ul {
  width: 100%;
  max-width: 556px;
  margin: 0 auto 20px;
}

#extCampaign .detailArea ul li {
  display: flex;
  padding: 16px 32px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

#extCampaign .detailArea ul li + li {
  margin-top: 8px;
}

#extCampaign .detailArea ul li .course {
  flex: 1;
}

#extCampaign .detailArea ul li .course p {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.69;
  letter-spacing: .44px;
}

#extCampaign .detailArea ul li .course p + p {
  margin-top: 10px;
}

#extCampaign .detailArea ul li .period {
  display: flex;
  align-items: center;
}

#extCampaign .detailArea ul li .period p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .44px;
}

#extCampaign .detailArea ul li .period p span {
  vertical-align: middle;
}

#extCampaign .detailArea ul li .period p span + span {
  color: #f1b007;
  font-size: 18px;
  font-weight: 900;
}

#extCampaign .detailArea ul li .period p span:nth-of-type(3) {
  font-size: 1.66em;
}

#extCampaign .detailArea .supplement {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: .44px;
}

@media screen and (max-width: 768px) {
  #extCampaign .detailArea ul li {
    display: block;
  }
  #extCampaign .detailArea ul li .course {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  #extCampaign .detailArea ul li .course p {
    text-align: center;
    letter-spacing: 0;
  }
  #extCampaign .detailArea ul li .period {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #extCampaign .detailArea ul li {
    padding: 14px 12px;
  }
  #extCampaign .detailArea ul li .course {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  #extCampaign .detailArea ul li .course p {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  #extCampaign .detailArea ul li .course p {
    font-size: 3.8vw;
  }
}

#extCampaign .btnArea {
  margin-bottom: 12px;
}

#extCampaign .btnArea > a {
  display: block;
  width: 100%;
  max-width: 385px;
  margin: 0 auto 16px;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1.44px;
  text-align: center;
  background: #f1b007;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
}

#extCampaign .btnArea p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .5px;
  text-align: center;
}

#extCampaign .btnArea p a {
  color: #f1b007;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #extCampaign .btnArea > a {
    max-width: none;
    font-size: 16px;
  }
}

.reservation {
  overflow: hidden;
}

.reservation * {
  font-family: 'Noto Sans JP', sans-serif;
}

.reservation .btnArea {
  width: 340px;
  margin: 0 auto;
}

.reservation .btnArea a {
  display: block;
  padding: 17px 0 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.44px;
  text-align: center;
  background: #74AF28;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
}

.reservation .btnArea a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .reservation .btnArea {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .reservation .btnArea a {
    padding: 17px 0 16px;
    font-size: 16px;
    line-height: 1.69;
  }
}

.reservation .inner001 {
  padding: 58px 0 60px;
  background: #74AF28 url(../img/top/reservation001_bg_pc.png) right center/contain no-repeat;
}

.reservation .inner001 > img {
  display: none;
}

.reservation .inner001 .contentArea {
  width: 100%;
  max-width: 1152px;
  padding: 0 48px;
}

.reservation .inner001 h2 {
  margin-bottom: 28px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .62px;
  line-height: 1.3;
}

.reservation .inner001 p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.49px;
  line-height: 1.88;
}

.reservation .inner001 p + p {
  margin-top: 6px;
}

.reservation .inner001 .btnArea {
  width: 100%;
  max-width: 340px;
  margin: 40px auto 0 0;
}

.reservation .inner001 .btnArea a {
  color: #000;
  background: #f1b007;
}

@media screen and (max-width: 768px) {
  .reservation .inner001 {
    padding: 0 0 38px;
    background-image: none;
  }
  .reservation .inner001 > img {
    display: block;
    max-width: 100%;
  }
  .reservation .inner001 .contentArea {
    padding: 0 16px;
  }
  .reservation .inner001 h2 {
    margin: 32px auto 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .reservation .inner001 p {
    letter-spacing: .8px;
  }
  .reservation .inner001 p + p {
    margin-top: 8px;
  }
  .reservation .inner001 .btnArea {
    margin: 32px auto 0;
  }
}

.reservation .inner002 {
  padding: 60px 0 73px;
}

.reservation .inner002 h2 {
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
}

.reservation .inner002 h2 span {
  color: #74AF28;
}

.reservation .inner002 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 785px;
}

@media screen and (max-width: 768px) {
  .reservation .inner002 h2 {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: .44px;
  }
}

@media screen and (max-width: 480px) {
  .reservation .inner002 img {
    max-width: 343px;
  }
}

@media screen and (max-width: 360px) {
  .reservation .inner002 h2 {
    font-size: 16px;
  }
}

.reservation .inner003 {
  margin-bottom: 40px;
}

.reservation .inner003 .ttlArea {
  padding: 87px 0 86px;
  text-align: center;
  background: url(../img/top/reservation003_ttl_pc.jpg) center/cover no-repeat;
}

.reservation .inner003 .ttlArea h2 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .58px;
}

.reservation .inner003 .ttlArea p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .38px;
}

.reservation .inner003 .contentArea {
  width: 100%;
  max-width: 900px;
  padding: 0;
}

.reservation .inner003 .voiceSlider {
  display: flex;
  margin: 82px auto 64px;
}

.reservation .inner003 .voiceSlider .slick-list {
  overflow: visible !important;
  width: 100%;
}

.reservation .inner003 .voiceSlider .slick-slide {
  width: 450px;
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.reservation .inner003 .voiceSlider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}

.reservation .inner003 .voiceSlider .slideItem {
  position: relative;
  padding: 66px 27px 32px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04), 0 0 12px 0 rgba(0, 0, 0, 0.04);
}

.reservation .inner003 .voiceSlider .slideItem + .slideItem {
  margin-left: 24px;
}

.reservation .inner003 .voiceSlider .slideItem .thumb {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
  background: #999 center / cover no-repeat;
}

.reservation .inner003 .voiceSlider .slideItem h3 {
  margin-bottom: 12px;
  color: #74AF28;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .38px;
}

.reservation .inner003 .voiceSlider .slideItem .comment {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .34px;
}

.reservation .inner003 .voiceSlider .slideItem .name {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .31px;
}

.reservation .inner003 .voiceSlider .slick-dots {
  font-size: 0;
}

.reservation .inner003 .voiceSlider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.reservation .inner003 .voiceSlider .slick-dots li button {
  width: 36px;
  height: 4px;
  padding: 0;
  background: #dbdbdb;
}

.reservation .inner003 .voiceSlider .slick-dots li.slick-active button {
  background: #000;
}

.reservation .inner003 .voiceSlider .slick-dots li button:before {
  content: none;
}

.reservation .inner003 .voiceSlider .slick-prev,
.reservation .inner003 .voiceSlider .slick-next {
  width: 14px;
  height: 28px;
  z-index: 2;
}

.reservation .inner003 .voiceSlider .slick-prev {
  left: -45px;
}

.reservation .inner003 .voiceSlider .slick-next {
  right: -45px;
}

.reservation .inner003 .voiceSlider .slick-prev:before,
.reservation .inner003 .voiceSlider .slick-next:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  transform: scaleY(1.2) rotate(45deg);
  opacity: 1;
}

.reservation .inner003 .voiceSlider .slick-prev:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto 0 4px;
}

.reservation .inner003 .voiceSlider .slick-next:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 auto 0 -5px;
}

@media screen and (max-width: 1079px) {
  .reservation .inner003 .voiceSlider .slick-slide {
    opacity: .6;
  }
}

@media screen and (max-width: 1024px) {
  .reservation .inner003 .contentArea {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .reservation .inner003 .ttlArea {
    padding: 63px 0;
    background-image: url(../img/top/reservation003_ttl_sp.jpg);
  }
  .reservation .inner003 .contentArea {
    padding: 0 30px;
  }
  .reservation .inner003 .voiceSlider {
    margin: 69px auto 60px;
  }
  .reservation .inner003 .voiceSlider .slideItem {
    padding: 61px 16px 24px;
    text-align: left;
  }
  .reservation .inner003 .voiceSlider .slideItem .thumb {
    width: 90px;
    height: 90px;
    top: -45px;
  }
  .reservation .inner003 .voiceSlider .slideItem h3 {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: .36px;
  }
  .reservation .inner003 .voiceSlider .slideItem .comment {
    font-size: 13px;
    letter-spacing: .31px;
  }
  .reservation .inner003 .voiceSlider .slideItem .name {
    font-size: 12px;
    letter-spacing: .29px;
  }
}

@media screen and (max-width: 480px) {
  .reservation .inner003 .ttlArea h2 {
    font-size: 18px;
    letter-spacing: .44px;
  }
  .reservation .inner003 .ttlArea p {
    font-size: 14px;
    letter-spacing: .34px;
  }
  .reservation .inner003 .contentArea {
    padding: 0 16px;
  }
  .reservation .inner003 .voiceSlider .slick-slide {
    width: 340px;
  }
}

@media screen and (max-width: 360px) {
  .reservation .inner003 .voiceSlider .slick-slide {
    width: 294px;
    padding: 0 7px;
  }
}

@media screen and (min-width: 769px) {
  .reservation .inner003 .ttlArea br {
    display: none;
  }
}

.reservation .inner004 {
  padding: 62px 0 60px;
  background: #f7f7f7;
}

.reservation .inner004 .contentArea {
  width: 100%;
  max-width: 1152px;
  padding: 0 50px;
}

.reservation .inner004 h2 {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
}

.reservation .inner004 ul {
  display: flex;
  margin: 0 auto 40px;
}

.reservation .inner004 ul li {
  flex: 1;
  text-align: center;
}

.reservation .inner004 ul li + li {
  margin-left: 45px;
}

.reservation .inner004 ul li .thumb {
  position: relative;
  padding: 25px 0 0 30px;
  margin-bottom: 24px;
}

.reservation .inner004 ul li .thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #74AF28;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}

.reservation .inner004 ul li .thumb span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 13.5px;
  border-color: transparent transparent transparent #74AF28;
}

.reservation .inner004 ul li img {
  max-width: 100%;
}

.reservation .inner004 ul li h3 {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.44px;
}

.reservation .inner004 ul li p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 1024px) {
  .reservation .inner004 .contentArea {
    padding: 0 30px;
  }
  .reservation .inner004 ul li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .reservation .inner004 {
    padding: 40px 0;
  }
  .reservation .inner004 h2 {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .44px;
  }
  .reservation .inner004 ul {
    display: block;
  }
  .reservation .inner004 ul li {
    text-align: left;
  }
  .reservation .inner004 ul li + li {
    margin-left: auto;
    margin-top: 24px;
  }
  .reservation .inner004 ul li .thumb {
    padding: 12px 0 0 22px;
    margin-bottom: 18px;
  }
  .reservation .inner004 ul li .thumb span {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }
  .reservation .inner004 ul li .thumb span:after {
    top: 100%;
    left: 0;
    border-width: 12px 22px 0 22px;
    border-color: #74AF28 transparent transparent transparent;
  }
  .reservation .inner004 ul li h3 {
    color: #000;
  }
  .reservation .inner004 ul li p {
    color: #000;
    line-height: 1.44;
  }
}

@media screen and (max-width: 480px) {
  .reservation .inner004 .contentArea {
    padding: 0 16px;
  }
}

.reservation .inner005 {
  margin: 60px auto 135px;
}

.reservation .inner005 .contentArea {
  width: 100%;
  max-width: 1152px;
  padding: 0;
}

.reservation .inner005 .ttlArea {
  margin-bottom: 32px;
  text-align: center;
}

.reservation .inner005 .ttlArea h2 {
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.53px;
}

.reservation .inner005 .ttlArea p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.38px;
}

.reservation .inner005 ul {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 38px;
  font-size: 0;
  text-align: center;
}

.reservation .inner005 ul li {
  display: inline-block;
  width: 290px;
  padding: 30px 20px;
  margin: 10px 15px;
  text-align: center;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  vertical-align: top;
}

.reservation .inner005 ul li img {
  max-width: 100%;
}

.reservation .inner005 ul li h4 {
  margin: 20px auto 5px;
  color: #74AF28;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .06px;
}

.reservation .inner005 ul li h3 {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05px;
}

.reservation .inner005 ul li p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .07px;
}

.reservation .inner005 ul li + li p {
  margin-bottom: 1em;
}

.reservation .inner005 .link {
  margin-bottom: 72px;
  text-align: center;
}

.reservation .inner005 .link a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 0.44px;
  color: #74AF28;
}

.reservation .inner005 .link a svg {
  vertical-align: middle;
  margin-top: -6px;
}

.reservation .inner005 .banner a {
  display: block;
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
  border: 1px solid #aaa;
}

.reservation .inner005 .banner img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .reservation .inner005 .contentArea {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .reservation .inner005 {
    margin: 40px auto 43px;
  }
  .reservation .inner005 .contentArea {
    padding: 0 16px;
  }
  .reservation .inner005 .ttlArea {
    margin-bottom: 20px;
  }
  .reservation .inner005 .ttlArea h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
  }
  .reservation .inner005 .ttlArea p {
    font-size: 14px;
  }
  .reservation .inner005 ul {
    padding: 15px 0;
    margin-bottom: 28px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .reservation .inner005 ul li {
    margin: 0;
  }
  .reservation .inner005 ul li + li {
    margin-left: 16px;
  }
  .reservation .inner005 .link {
    margin-bottom: 29px;
  }
  .reservation .inner005 .link a {
    font-size: 15px;
  }
}

/* service */
@media screen and (max-width: 767px) {
  .service .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .service .spOnly {
    display: none !important;
  }
}

.service .inner001 .subTtl {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.8px;
  text-align: center;
  color: #74AF28;
}

.service .inner001 .subTtl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 89px;
  height: 2px;
  margin: 0 auto;
  background: #74AF28;
}

.service .inner001 h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner001 .description {
  margin-bottom: 44px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner001 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service .inner001 .contentArea {
    padding: 0 16px;
  }
  .service .inner001 .subTtl {
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.49px;
  }
  .service .inner001 h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.44px;
  }
  .service .inner001 .description {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .service .inner001 h2 {
    font-size: 16px;
  }
}

.service .inner002 {
  padding: 50px 0 58px;
  background: #74AF28;
}

.service .inner002 .contentArea {
  width: 100%;
  max-width: 1152px;
}

.service .inner002 .subTtl {
  position: relative;
  width: 100%;
  padding: 0 0 12px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: .8px;
  color: #fff;
}

.service .inner002 .subTtl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 89px;
  height: 2px;
  background: #fff;
}

.service .inner002 .ttlArea {
  position: relative;
  margin-bottom: 40px;
}

.service .inner002 .ttlArea:after {
  content: '';
  display: block;
  width: 46%;
  max-width: 479px;
  height: 315px;
  position: absolute;
  top: 69px;
  right: -20px;
  background: url(../img/top/service002_01.png) center/contain no-repeat;
}

.service .inner002 .ttlArea * {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 528px;
}

.service .inner002 .ttlArea h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .5px;
  color: #ffffff;
}

.service .inner002 .ttlArea .description {
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: .4px;
  color: #fff;
}

.service .inner002 .ttlArea .description + .description {
  margin-top: 14px;
}

.service .inner002 .graph img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .service .inner002 .ttlArea .description br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .service .inner002 {
    padding: 40px 0;
  }
  .service .inner002 .contentArea {
    padding: 0 16px;
  }
  .service .inner002 .subTtl {
    margin-bottom: 20px;
  }
  .service .inner002 .ttlArea {
    margin-bottom: 30px;
  }
  .service .inner002 .ttlArea * {
    width: 100%;
    max-width: none;
  }
  .service .inner002 .ttlArea:after {
    width: 100%;
    max-width: none;
    height: 60vw;
    position: relative;
    top: 0;
    right: 0;
  }
  .service .inner002 .ttlArea h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .service .inner002 .ttlArea .description:last-of-type {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 374px) {
  .service .inner002 .subTtl {
    font-size: 14px;
  }
  .service .inner002 .ttlArea h2 {
    font-size: 16px;
  }
}

.service .inner003 {
  padding: 60px 0;
}

.service .inner003 .subTtl {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: .8px;
  text-align: center;
  color: #74AF28;
}

.service .inner003 .subTtl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 89px;
  height: 2px;
  margin: auto;
  background: #74AF28;
}

.service .inner003 h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.service .inner003 .description {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.service .inner003 .cfList {
  display: flex;
}

.service .inner003 .cfList > li {
  flex: 1;
  padding: 30px 20px 45px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service .inner003 .cfList > li + li {
  margin-left: 12px;
  border-color: #74AF28;
  background: #74AF28;
}

.service .inner003 .cfList > li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .38px;
  color: rgba(0, 0, 0, 0.6);
}

.service .inner003 .cfList > li h3 {
  margin: 18px auto 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .43px;
  color: rgba(0, 0, 0, 0.6);
}

.service .inner003 .cfList > li ul {
  display: inline-block;
}

.service .inner003 .cfList > li ul li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .38px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.service .inner003 .cfList > li ul li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/top/service003_01.svg) center/contain no-repeat;
}

.service .inner003 .cfList > li ul li + li {
  margin-top: 12px;
}

.service .inner003 .cfList > li + li p,
.service .inner003 .cfList > li + li h3,
.service .inner003 .cfList > li + li ul li {
  color: #fff;
}

.service .inner003 .cfList > li + li ul li:before {
  background-image: url(../img/top/service003_02.svg);
}

@media screen and (max-width: 767px) {
  .service .inner003 {
    padding: 40px 0;
  }
  .service .inner003 .contentArea {
    padding: 0 16px;
  }
  .service .inner003 .subTtl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.49px;
  }
  .service .inner003 h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.44px;
  }
  .service .inner003 .description {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .service .inner003 .cfList {
    display: block;
  }
  .service .inner003 .cfList > li {
    padding: 24px 16px;
  }
  .service .inner003 .cfList > li + li {
    margin-left: auto;
    margin-top: 8px;
  }
  .service .inner003 .cfList > li p {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.31px;
  }
  .service .inner003 .cfList > li h3 {
    margin: 8px auto 16px;
    font-size: 16px;
    letter-spacing: 0.38px;
  }
  .service .inner003 .cfList > li ul {
    display: block;
  }
  .service .inner003 .cfList > li ul li {
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: .34px;
  }
  .service .inner003 .cfList > li ul li:before {
    width: 12px;
    height: 12px;
  }
  .service .inner003 .cfList > li ul li + li {
    margin-top: 6px;
  }
}

@media screen and (max-width: 374px) {
  .service .inner003 h2 {
    font-size: 16px;
  }
}

.service .inner004 {
  padding: 60px 0 94px;
  background: #f5f5f5;
}

.service .inner004 .contentArea {
  width: 100%;
  max-width: 1151px;
  padding: 0 80px;
}

.service .inner004 h2 {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner004 .slick-slide:not(.slick-item) {
  width: 588px;
  padding: 0 12px;
  opacity: .4;
  pointer-events: none;
  transition: all .4s;
}

.service .inner004 .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}

.service .inner004 .slick-item a {
  display: block;
  background: #fff;
}

.service .inner004 .slick-item .thumb {
  height: 263px;
  background: transparent center / cover no-repeat;
}

.service .inner004 .slick-item .info {
  padding: 18px 24px 24px;
}

.service .inner004 .slick-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .43px;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner004 .slick-item h3 + p {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .31px;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner004 .info > div {
  display: flex;
  justify-content: space-between;
}

.service .inner004 .info > div .user {
  display: flex;
  align-items: center;
}

.service .inner004 .info > div .userThumb {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background: transparent center / cover no-repeat;
  border-radius: 24px;
}

.service .inner004 .info > div .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: rgba(0, 0, 0, 0.87);
}

.service .inner004 .info > div .name span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .31px;
  color: rgba(0, 0, 0, 0.6);
}

.service .inner004 .info > div .link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.31px;
  color: #74AF28;
}

.service .inner004 .info > div .link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/top/service004_link.svg) center/cover no-repeat;
}

.service .inner004 .slick-prev,
.service .inner004 .slick-next {
  width: 14px;
  height: 28px;
}

.service .inner004 .slick-prev {
  left: -46px;
}

.service .inner004 .slick-next {
  right: -46px;
}

.service .inner004 .slick-prev:before,
.service .inner004 .slick-next:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
}

.service .inner004 .slick-prev:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  margin-left: 3px;
}

.service .inner004 .slick-next:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-left: -9px;
}

.service .inner004 .slick-dots {
  bottom: -32px;
  font-size: 0;
}

.service .inner004 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

.service .inner004 .slick-dots li button {
  width: 36px;
  height: 4px;
  padding: 0;
  background: #dbdbdb;
}

.service .inner004 .slick-dots li.slick-active button {
  background: #000;
}

.service .inner004 .slick-dots li button:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .service .inner004 {
    padding: 40px 0 72px;
  }
  .service .inner004 .contentArea {
    padding: 0;
  }
  .service .inner004 h2 {
    margin-bottom: 31px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.44px;
  }
  .service .inner004 .slick-slide:not(.slick-item) {
    width: 315px;
    padding: 0 7px;
  }
  .service .inner004 .slick-item .thumb {
    height: 169px;
  }
  .service .inner004 .slick-item .info {
    padding: 14px 12px 17px;
  }
  .service .inner004 .slick-item h3 {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.34px;
  }
  .service .inner004 .slick-item h3 + p {
    margin-bottom: 14px;
  }
  .service .inner004 .info > div {
    display: block;
  }
  .service .inner004 .info > div .user {
    display: flex;
    align-items: center;
  }
  .service .inner004 .info > div .userThumb {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .service .inner004 .info > div .name {
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 0.31px;
  }
  .service .inner004 .info > div .name span {
    font-size: 12px;
    letter-spacing: 0.29px;
  }
  .service .inner004 .info > div .link {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 374px) {
  .service .inner004 h2 {
    font-size: 16px;
  }
  .service .inner004 .slick-slide:not(.slick-item) {
    width: 280px;
  }
}

.service .inner005 {
  position: relative;
  padding: 60px 0 74px;
  background: #74AF28;
}

.service .inner005:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/top/service005_bg_pc.jpg) center/cover no-repeat;
}

.service .inner005 * {
  position: relative;
  z-index: 2;
}

.service .inner005 h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .5px;
  color: #ffffff;
}

.service .inner005 p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .8px;
  color: #fff;
}

.service .inner005 .btnArea {
  width: 100%;
  max-width: 340px;
}

.service .inner005 .btnArea a {
  display: block;
  padding: 17px 0 18px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.44px;
  text-align: center;
  background: #f1b007;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 767px) {
  .service .inner005 {
    padding: 0 0 40px;
  }
  .service .inner005:before {
    width: 100%;
    height: 53.3333vw;
    margin-bottom: 32px;
    position: relative;
    background-image: url(../img/top/service005_bg_sp.jpg);
  }
  .service .inner005 .contentArea {
    padding: 0 16px;
  }
  .service .inner005 h2 {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .service .inner005 p {
    margin-bottom: 32px;
  }
  .service .inner005 .btnArea {
    width: 100%;
    max-width: 340px;
  }
  .service .inner005 .btnArea a {
    display: block;
    padding: 17px 0 18px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.44px;
    text-align: center;
    background: #f1b007;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
  }
}

@media screen and (max-width: 374px) {
  .service .inner005 h2 {
    font-size: 16px;
  }
}

.instructor {
  padding: 60px 0;
}

.instructor .contentArea {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 48px;
}

.instructor .subTtl {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: .8px;
  text-align: center;
  color: #74AF28;
}

.instructor .subTtl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 89px;
  height: 2px;
  margin: auto;
  background: #74AF28;
}

.instructor h2 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 767px) {
  .instructor {
    padding: 40px 0 60px;
  }
  .instructor .contentArea {
    padding: 0 16px;
  }
  .instructor .subTtl {
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.49px;
  }
  .instructor h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.44px;
  }
}

@media screen and (max-width: 374px) {
  .instructor h2 {
    font-size: 15px;
  }
}

.instructor .inner001 {
  margin-bottom: 60px;
}

.instructor .inner001 ul {
  display: flex;
}

.instructor .inner001 ul li {
  flex: 1;
}

.instructor .inner001 ul li + li {
  margin-left: 34px;
}

.instructor .inner001 ul li h3 {
  padding: 10px 0;
  margin-bottom: 16px;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .38px;
  text-align: center;
}

.instructor .inner001 ul li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.instructor .inner001 .sup {
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .instructor .inner001 ul {
    display: block;
  }
  .instructor .inner001 ul li + li {
    margin-left: auto;
    margin-top: 24px;
  }
  .instructor .inner001 ul li h3 {
    margin-bottom: 20px;
  }
}

.instructor .inner002 .instSpSlider {
  display: flex;
  margin-bottom: 40px;
}

.instructor .inner002 .instSpSlider .item {
  flex: 1;
}

.instructor .inner002 .instSpSlider .item + .item {
  margin-left: 24px;
}

.instructor .inner002 .instSpSlider .item .thumb {
  padding-top: 62.5%;
  margin-bottom: 12px;
  background: transparent center / cover no-repeat;
}

.instructor .inner002 .item .division {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: #74AF28;
}

.instructor .inner002 .item .name {
  margin: 6px auto 9px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .43px;
  color: rgba(0, 0, 0, 0.87);
}

.instructor .inner002 .item .name span {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Josefin Sans',sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: rgba(0, 0, 0, 0.6);
}

.instructor .inner002 .item .lang {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .38px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Josefin Sans', 'Noto Sans JP',sans-serif !important;
}

.instructor .inner002 .btnArea a {
  display: block;
  width: 220px;
  padding: 13px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 1.44px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
  background-color: #74AF28;
}

@media screen and (max-width: 767px) {
  .instructor {
    overflow: hidden;
  }
  .instructor .inner002 .instSpSlider {
    margin-bottom: 68px;
  }
  .instructor .inner002 .instSpSlider.slick-initialized {
    display: block;
  }
  .instructor .inner002 .instSpSlider .item {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  }
  .instructor .inner002 .instSpSlider .item + .item {
    margin-left: 14px;
  }
  .instructor .inner002 .instSpSlider .item .thumb {
    padding-top: 54.14%;
    margin-bottom: 0;
  }
  .instructor .inner002 .instSpSlider .item .info {
    padding: 16px 16px 26px;
    background: #fff;
  }
  .instructor .inner002 .item .lang {
    font-size: 13px;
  }
  .instructor .inner002 .slick-list {
    overflow: visible;
  }
  .instructor .inner002 .slick-slide {
    width: 328px;
    padding: 0 7px;
    opacity: .4;
    pointer-events: none;
    transition: all .4s;
  }
  .instructor .inner002 .slick-dots {
    bottom: -32px;
  }
  .instructor .inner002 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
  }
  .instructor .inner002 .slick-dots li button {
    width: 36px;
    height: 4px;
    padding: 0;
    background: #dbdbdb;
  }
  .instructor .inner002 .slick-dots li.slick-active button {
    background: #000;
  }
  .instructor .inner002 .slick-dots li button:before {
    content: none;
  }
  .instructor .inner002 .slick-slide.slick-active {
    opacity: 1;
    pointer-events: all;
  }
  .instructor .inner002 .btnArea a {
    width: 100%;
    max-width: 343px;
  }
}

@media screen and (max-width: 374px) {
  .instructor .inner002 .item .lang {
    font-size: 11px;
  }
  .instructor .inner002 .slick-slide {
    width: 294px;
  }
}

.curriculum {
  margin-bottom: 80px;
}

.curriculum .contentArea {
  width: 100%;
  max-width: 1152px;
  padding: 0 48px;
}

@media screen and (max-width: 767px) {
  .curriculum .pcOnly {
    display: none !important;
  }
  .curriculum .contentArea {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .curriculum .spOnly {
    display: none !important;
  }
}

.curriculum .inner001 {
  padding: 60px 0 53px;
  background: url(../img/top/curriculum001_bg.jpg) center/cover no-repeat;
}

.curriculum .inner001 .ttlArea .subTtl {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: .8px;
  text-align: center;
  color: #74AF28;
}

.curriculum .inner001 .ttlArea .subTtl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 89px;
  height: 2px;
  margin: auto;
  background: #74AF28;
}

.curriculum .inner001 .ttlArea h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner001 .ttlArea .description {
  margin-bottom: 27px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner001 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 928px;
  margin: 0 auto;
}

.curriculum .inner001 ul li {
  width: 300px;
  margin-left: 14px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.curriculum .inner001 ul li img {
  max-width: 100%;
}

.curriculum .inner001 .sup {
  margin-top: 28px;
  text-align: center;
}

.curriculum .inner001 .sup h3 {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .08px;
  color: #000;
}

.curriculum .inner001 .sup p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .08px;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1200px) {
  .curriculum .inner001 ul li {
    width: -webkit-calc(33.3333% - 9.3333px);
    width: calc(33.3333% - 9.3333px);
  }
}

@media screen and (max-width: 767px) {
  .curriculum .inner001 {
    padding: 60px 0 53px;
    background: url(../img/top/curriculum001_bg.jpg) center/cover no-repeat;
  }
  .curriculum .inner001 .ttlArea .subTtl {
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.49px;
  }
  .curriculum .inner001 .ttlArea h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .44px;
  }
  .curriculum .inner001 .ttlArea .description {
    font-size: 14px;
  }
  .curriculum .inner001 ul li {
    width: -webkit-calc(50% - 3.5px);
    width: calc(50% - 3.5px);
    margin-left: 7px;
  }
  .curriculum .inner001 ul li:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  .curriculum .inner001 ul li:nth-of-type(n + 3) {
    margin-top: 7px;
  }
  .curriculum .inner001 .sup p {
    text-align: left;
  }
}

@media screen and (max-width: 374px) {
  .curriculum .inner001 .ttlArea h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .curriculum .inner001 ul li:nth-of-type(3n - 2) {
    margin-left: 0;
  }
  .curriculum .inner001 ul li:nth-of-type(n + 4) {
    margin-top: 14px;
  }
}

.curriculum .inner002 {
  padding: 60px 0;
}

.curriculum .inner002 .ttlArea {
  margin-bottom: 32px;
}

.curriculum .inner002 .ttlArea h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .53px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .ttlArea p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langList {
  padding: 20px 90px 32px;
  background: #fafafa;
}

.curriculum .inner002 .switchList {
  display: flex;
  width: 100%;
}

.curriculum .inner002 .switchList li {
  flex: 1;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid #dbdbdb;
  cursor: pointer;
}

.curriculum .inner002 .switchList li.active {
  color: #74AF28;
  border-bottom-color: #74AF28;
}

.curriculum .inner002 .langItem {
  display: none;
  padding: 28px 6px 32px;
}

.curriculum .inner002 .langItem.active {
  display: block;
}

.curriculum .inner002 .langItem h3 {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .43px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.curriculum .inner002 .langItem .user .thumb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: #999 center / cover no-repeat;
  border-radius: 16px;
}

.curriculum .inner002 .langItem .user .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .36px;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .overview {
  display: flex;
  justify-content: center;
  text-align: center;
}

.curriculum .inner002 .langItem .overview > div {
  padding: 0 32px;
}

.curriculum .inner002 .langItem .overview > div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.curriculum .inner002 .langItem .overview > div .ttl {
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .overview .text {
  font-family: 'Josefin Sans',sans-serif;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: .08px;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .overview .text span {
  font-size: 14px;
  font-weight: 500;
}

.curriculum .inner002 .langItem .content {
  display: flex;
  flex-flow: row-reverse;
  margin-top: 20px;
}

.curriculum .inner002 .langItem .content ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 376px;
  margin-right: 50px;
}

.curriculum .inner002 .langItem .content ul li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #74AF28;
}

.curriculum .inner002 .langItem .content ul li + li {
  margin-top: 5px;
}

.curriculum .inner002 .langItem .content ul li div {
  width: 59px;
  margin-right: 11px;
  background: #74AF28;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .31px;
  text-align: center;
}

.curriculum .inner002 .langItem .content ul li div span {
  display: inline-block;
  padding: 8px 0 6px;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: .5px;
  color: #ffffff;
}

.curriculum .inner002 .langItem .content ul li p {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .content > div {
  width: 330px;
  margin-left: 38px;
  text-align: center;
}

.curriculum .inner002 .langItem .content > div p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .34px;
  color: rgba(0, 0, 0, 0.87);
}

.curriculum .inner002 .langItem .content > div a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .31px;
  color: #74AF28;
}

.curriculum .inner002 .langItem .content > div a img {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

.curriculum .inner002 .langItem .content > div > img {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .curriculum .inner002 .langList {
    padding: 20px 45px 32px;
  }
  .curriculum .inner002 .langItem .content ul {
    width: 44%;
    margin-right: 5.85%;
  }
  .curriculum .inner002 .langItem .content > img {
    width: 7%;
  }
  .curriculum .inner002 .langItem .content > div {
    width: 38.7%;
    margin-left: 4.45%;
  }
}

@media screen and (max-width: 767px) {
  .curriculum .inner002 {
    padding: 40px 0 58px;
  }
  .curriculum .inner002 .contentArea {
    padding: 0;
  }
  .curriculum .inner002 .ttlArea {
    margin-bottom: 24px;
  }
  .curriculum .inner002 .ttlArea h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .44px;
  }
  .curriculum .inner002 .ttlArea p {
    font-size: 14px;
  }
  .curriculum .inner002 .langList {
    padding: 13px 16px 16px;
  }
  .curriculum .inner002 .switchList {
    display: none;
  }
  .curriculum .inner002 .langItem {
    padding: 0;
  }
  .curriculum .inner002 .langItem .sub {
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .09px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .curriculum .inner002 .langItem h3 {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.38px;
  }
  .curriculum .inner002 .langItem .user {
    margin-bottom: 12px;
  }
  .curriculum .inner002 .langItem .user .thumb {
    width: 29px;
    height: 29px;
    margin-right: 8px;
  }
  .curriculum .inner002 .langItem .user .name {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .31px;
  }
  .curriculum .inner002 .langItem .overview {
    display: none;
  }
  .curriculum .inner002 .langItem .content {
    display: block;
    margin-top: 0;
  }
  .curriculum .inner002 .langItem .content ul {
    display: block;
    width: 100%;
    margin: 14px auto 0;
  }
  .curriculum .inner002 .langItem .content ul li {
    border-bottom: none;
    background: #fff;
  }
  .curriculum .inner002 .langItem .content ul li + li {
    margin-top: 2px;
  }
  .curriculum .inner002 .langItem .content ul li div {
    width: 48px;
    margin-right: 7px;
    font-size: 12px;
    letter-spacing: .29px;
  }
  .curriculum .inner002 .langItem .content ul li div span {
    padding: 6px 0 7px;
    font-size: 17px;
    letter-spacing: .41px;
  }
  .curriculum .inner002 .langItem .content ul li p {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .18px;
  }
  .curriculum .inner002 .langItem .content > div {
    width: 100%;
    margin: 0 auto;
  }
  .curriculum .inner002 .langItem .content > div p {
    margin: 12px auto;
    line-height: 1.36;
  }
  .curriculum .inner002 .langItem .content > div > img {
    max-width: 228px;
  }
  .curriculum .inner002 .langItem .content > div a {
    margin-bottom: 0;
  }
  .curriculum .inner002 .langItem .content > img {
    display: none;
  }
  .curriculum .inner002 #langList {
    margin-bottom: 0;
  }
  .curriculum .inner002 #langList .slick-list {
    padding: 0 !important;
  }
  .curriculum .inner002 #langList .slick-dots {
    bottom: -34px;
    font-size: 0;
    text-align: center;
  }
  .curriculum .inner002 #langList .slick-dots li {
    width: 36px;
    height: 4px;
    margin: 0 3px;
  }
  .curriculum .inner002 #langList .slick-dots li button {
    width: 36px;
    height: 4px;
    padding: 0;
    background: #dbdbdb;
  }
  .curriculum .inner002 #langList .slick-dots li.slick-active button {
    background: #000;
  }
  .curriculum .inner002 #langList .slick-dots li button:before {
    content: none;
  }
}

.curriculum .inner003 {
  padding: 58px 0 72px;
  background: #74AF28 url(../img/top/curriculum003_bg.png) center right/contain no-repeat;
}

.curriculum .inner003 h2 {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .62px;
  color: #ffffff;
}

.curriculum .inner003 p {
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 1.49px;
  color: #ffffff;
}

.curriculum .inner003 .btnArea {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 0 0;
}

.curriculum .inner003 .btnArea a {
  display: block;
  padding: 17px 0 18px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.44px;
  text-align: center;
  background: #f1b007;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 767px) {
  .curriculum .inner003 {
    padding: 0 0 40px;
    background-image: none;
  }
  .curriculum .inner003 > img {
    display: block;
    width: 100%;
  }
  .curriculum .inner003 h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .5px;
  }
  .curriculum .inner003 p {
    margin-bottom: 32px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  .curriculum .inner003 .btnArea {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 0 0;
  }
  .curriculum .inner003 .btnArea a {
    display: block;
    padding: 17px 0 18px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.44px;
    text-align: center;
    background: #f1b007;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.32);
  }
}

.center {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.price {
  margin-bottom: 100px;
}

.gradientSubtitle {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 50px;
  /* background-image: linear-gradient(137.99deg, #BDDD10 0, #74AF28 100%); */
  margin-left: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 3.7px;
  background-clip: text;
}

.recommend-wrapper {
  position: relative;
}

.recommend {
  color: red;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  transform: rotate(-10deg);
  font-size: 16px;
}

.recommend-list {
  margin-top: 25px;
  margin-left: 1.5em;
}

.recommend-list li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.7em;
  text-align: left;
}

.recommend-list li::before {
  content: '';
  position: absolute;
  display: block;
  left: .2em;
  top: 0;
  width: .4em;
  height: .6em;
  border-bottom: 4px solid red;
  border-right: 4px solid red;
  transform: rotate(45deg);
}

.annotation li {
  font-size: 15px;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 0.5em;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.annotation li::before {
  content: '※';
  position: absolute;
  display: block;
  left: .2em;
  top: 0;
  width: 1em;
  height: 1em;
}

.planBtn {
  position: relative;
  margin-top: 30px;
  transition: .3s;
}

.planBtn a {
  transition: .3s .3s;
  display: block;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  border: none;
  padding: 18px 40px 18px 20px;
  background: #f53c30;
  position: relative;
  width: 100%;
  font-size: 16px;
}

.planBtn:hover {
  box-shadow: 8px 8px 0 #f53c30;
}

.planBtn a:hover {
  background: #fff;
  color: #f53c30;
}

.planBtn a::after {
  transition: .3s .3s;
  content: "";
  top: 0;
  width: 26px;
  height: 5px;
  border: 2px solid #fff;
  border-width: 0 5px 3px 0;
  margin: auto;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.courseDetail {
  position: relative;
  padding-bottom: 100px !important;
}

.planBtn a:hover::after {
  border-color: #f53c30;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right !important;
}

.red {
  color: #f53c30;
}

.btn_seemore {
  display: block;
  max-width: 600px;
  margin: 0 auto 60px auto;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #f1b007;
  padding: 27px 30px 27px 0;
  position: relative;
  font-size: 20px;
  transition: .3s;
  width: 100%;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4);
}

.btn_seemore:hover {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .btn_seemore {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.btn_seemore::after {
  transition: .3s;
  content: "";
  top: 0;
  width: 26px;
  height: 5px;
  border: 2px solid #000;
  border-width: 0 5px 3px 0;
  margin: auto;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  position: absolute;
  top: 38px;
  right: 20px;
}

.btn_seemore:hover::after {
  right: 10px;
}

.price_ammount {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .price_ammount {
    padding-bottom: 15px;
  }
}

.price_ammount_total em {
  padding-right: 5px;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.price_ammount_btn {
  border-top: 1px solid #f3f3f3;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .price_ammount_btn {
    margin-top: 20px;
  }
}

.free {
  display: inline-block;
  margin-right: 11px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #74af28;
}

.plan-detail {
  margin-top: 30px;
  margin-bottom: 30px;
}

.plan-detail-title {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1;
}

.plan-detail-title span {
  font-family: 'Josefin Sans',sans-serif !important;
  font-size: 30px;
  font-weight: 900;
  padding: 0 15px;
  margin-right: 10px;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 50%, #31c4f1 50%, #31c4f1 50%);
}

.plan-detail-title.modern span {
  background: linear-gradient(to bottom, transparent 50%, #f18931 50%, #f18931 50%);
}

.plan-detail-title.ordermade span {
  background: linear-gradient(to bottom, transparent 50%, #aa8c5a 50%, #aa8c5a 50%);
}

.plan-detail-list {
  display: flex;
  flex-wrap: wrap;
}

.plan-detail-list .plan-detail-itemtitle {
  margin-bottom: 10px;
  font-weight: 700;
}

.plan-detail-list img {
  display: block;
  margin-bottom: 15px;
}

.plan-detail-list li {
  width: calc(25% - ( 20px * 3 / 4));
  margin-left: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .plan-detail-list li {
    width: calc(50% - ( 20px / 2));
  }
  .plan-detail-list li:nth-child(2n + 1) {
    margin-left: 0px;
  }
}

.plan-detail-list li:nth-child(4n + 1) {
  margin-left: 0px;
}

@media screen and (max-width: 480px) {
  .plan-detail-list li {
    width: 100%;
    margin-left: 0;
  }
}

.plan-detail-list .plan-detail-btn {
  color: #ffffff;
  display: block;
  padding: 12px 10px;
  background: #74AF28;
  border: 2px solid #74AF28;
  font-weight: bold;
  text-align: center;
  transition: .3s;
}

.plan-detail-list .plan-detail-btn::after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 10px;
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
}

.plan-detail-list .plan-detail-btn:hover {
  color: #74AF28;
  background: #ffffff;
}

.plan-detail-list .plan-detail-btn:hover::after {
  border-left: 8px solid #74AF28;
}

/*.value {
  margin-bottom: 200px;
}*/

@media screen and (max-width: 767px) {
  .value {
    margin-bottom: 100px;
  }
}

.value .contentArea .subtext {
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .value .contentArea .subtext {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}

.value .contentArea .valueItem {
  display: block;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem {
    margin-top: 30px;
  }
}

.value .contentArea .valueItem li {
  display: block;
  position: relative;
  z-index: 0;
}

.value .contentArea .valueItem li .imgArea {
  position: relative;
  z-index: 2;
}

.value .contentArea .valueItem li .imgArea img {
  width: 100%;
}

.value .contentArea .valueItem li .imgArea::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.value .contentArea .valueItem li .txtArea {
  display: block;
  padding: 50px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li .txtArea {
    padding: 30px 20px;
  }
}

.value .contentArea .valueItem li .txtArea .title {
  margin-bottom: 20px;
}

.value .contentArea .valueItem li.pattern-1 {
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-1 {
    margin-top: 100px;
  }
  .value .contentArea .valueItem li.pattern-1.mt130 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-1 {
    margin-top: 10px;
  }
  .value .contentArea .valueItem li.pattern-1.mt130 {
    margin-top: 80px;
  }
}

.value .contentArea .valueItem li.pattern-1 .imgArea {
  width: 534px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-1 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-1 .imgArea {
    border: 1px solid #74AF28;
    border-width: 24px 24px 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .value .contentArea .valueItem li.pattern-1 .imgArea {
    width: 100%;
    left: -20px;
  }
}

.value .contentArea .valueItem li.pattern-1 .imgArea:after {
  width: 100%;
  height: 100%;
  background: #74AF28;
  top: 0;
  left: 100px;
  transform: scale(1, 1.2);
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-1 .imgArea:after {
    content: none;
  }
}

.value .contentArea .valueItem li.pattern-1 .txtArea {
  width: 522px;
  margin: -330px 0 0 400px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-1 .txtArea {
    width: 52%;
    height: auto;
    margin: -30% 0 0 40%;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-1 .txtArea {
    width: 90%;
    margin: -10% 0 0 10%;
  }
}

.value .contentArea .valueItem li.pattern-2 {
  margin-top: 200px;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-2 {
    padding-top: 15%;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-2 {
    padding-top: 10%;
    margin-top: 0;
  }
}

.value .contentArea .valueItem li.pattern-2 .imgArea {
  margin: 0 0 0 auto;
  width: 566px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-2 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-2 .imgArea {
    border: 1px solid  #f6f6f6;
    border-width: 24px 24px 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .value .contentArea .valueItem li.pattern-2 .imgArea {
    width: 100%;
    left: 20px;
  }
}

.value .contentArea .valueItem li.pattern-2 .imgArea::after {
  width: 130%;
  height: 100%;
  background: #f6f6f6;
  top: 10%;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-2 .imgArea::after {
    content: none;
  }
}

.value .contentArea .valueItem li.pattern-2 .txtArea {
  width: 560px;
  margin: -37% 0 22%;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-2 .txtArea {
    width: 58%;
    height: auto;
    margin: -35% 40% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-2 .txtArea {
    width: 90%;
    margin: -10% 0 0 10%;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-2 .txtArea {
    width: 90%;
    margin: -20% 0 0 20px;
  }
}

.value .contentArea .valueItem li.pattern-3 {
  z-index: 1;
  margin-bottom: -60px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-3 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.value .contentArea .valueItem li.pattern-3 .imgArea {
  width: 556px;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-3 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 480px) {
  .value .contentArea .valueItem li.pattern-3 .imgArea {
    width: 95%;
    left: -20px;
  }
}

.value .contentArea .valueItem li.pattern-3 .txtArea {
  width: 662px;
  margin: -200px 0 0 250px;
  position: relative;
  z-index: 11;
  box-shadow: none;
}

.value .contentArea .valueItem li.pattern-3 .txtArea::before {
  z-index: -1;
  content: '';
  background: #74AF28;
  position: absolute;
  right: -30px;
  bottom: -30px;
  height: 200px;
  width: 200px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-3 .txtArea::before {
    height: 150px;
    width: 150px;
  }
}

.value .contentArea .valueItem li.pattern-3 .txtArea::after {
  z-index: -1;
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1000px) {
  .value .contentArea .valueItem li.pattern-3 .txtArea {
    width: calc(52% - 30px);
    height: auto;
    margin: -25% 0 0 48%;
  }
}

@media screen and (max-width: 768px) {
  .value .contentArea .valueItem li.pattern-3 .txtArea {
    width: 87%;
    margin: -25% 3% 0 10%;
  }
}

.gallery {
  padding-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 0;
  }
}

.gallery .h2Title + * {
  margin-top: 30px;
}

.gallery-slider {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #74AF28 50%, #74AF28 100%);
  padding-bottom: 30px;
}

.gallery-slider_item {
  width: 300px;
  padding: 10px;
}

.gallery-slider_item_thumbnail {
  display: block;
  margin: 0 -15px 0 -15px;
  font-size: 1.5em;
  color: #ffffff;
}

.gallery-slider_item_thumbnail img {
  display: block;
}

.gallery-slider_item_title {
  font-weight: bold;
  padding: 20px 0 0 0;
  font-size: 18px;
  min-height: 70px;
}

.gallery-slider_item_sub-title {
  color: rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  font-size: 13px;
  margin-bottom: 10px;
}

.gallery-slider_item_text {
  font-size: 13px;
  letter-spacing: .34px;
  line-height: 20px;
}

.gallery-slider_item_price {
  font-size: 13px;
  margin-top: 20px;
  color: red;
}

.gallery-slider_item .inner {
  background: #ffffff;
  padding: 0 15px 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.fiveplan {
  background: url(../img/top/top_bg.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .fiveplan {
    background: url(../img/top/top_bg.jpg) center bottom/180% auto no-repeat;
  }
}

.fiveplan .h2Title {
  text-align: center;
  margin-bottom: 30px;
}

.fiveplan .h2Title ~ p {
  text-align: center;
  line-height: 1.7;
}

.fiveplan .h2Title ~ p.last {
  margin-bottom: 100px;
}

.fiveplan .contentArea {
  padding-top: 50px;
  padding-bottom: 60px;
}

.fiveplan .titleStyle01 {
  font-weight: 900;
  display: block;
  font-size: 32px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: .78px;
  font-family: "Noto Sans JP",sans-serif;
}

@media screen and (max-width: 768px) {
  .fiveplan .titleStyle01 {
    font-size: 24px;
    letter-spacing: .6px;
  }
}

.fiveplan .listLayout03 li {
  margin-top: 60px;
}

.fiveplan .listLayout03 li.imgRtextL .txtArea {
  padding-right: 47px;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li.imgRtextL .txtArea {
    padding: 0 40px 0 0;
  }
}

.fiveplan .listLayout03 li.imgLtextR .txtArea {
  padding-left: 47px;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li.imgLtextR .txtArea {
    padding: 0 0 0 40px;
  }
}

.fiveplan .listLayout03 li .txtArea {
  float: left;
  width: calc(100% - 128px);
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .fiveplan .listLayout03 li .txtArea {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.fiveplan .listLayout03 li .txtArea h3 {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li .txtArea h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .fiveplan .listLayout03 li .txtArea h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.fiveplan .listLayout03 li .txtArea p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.86);
  line-height: 1.7;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li .txtArea p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .fiveplan .listLayout03 li .txtArea p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.fiveplan .listLayout03 li .imgArea {
  width: 128px;
  height: 128px;
  background-color: #83cb15;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li .imgArea {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .fiveplan .listLayout03 li .imgArea {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    float: left;
  }
}

.fiveplan .listLayout03 li .imgArea .no {
  padding: 0 10px;
  font-size: 85px;
  font-weight: 400;
  margin-top: -37px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .fiveplan .listLayout03 li .imgArea .no {
    padding: 0 10px;
    font-size: 80px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .fiveplan .listLayout03 li .imgArea .no {
    padding: 0;
    font-size: 70px;
    text-align: right !important;
    margin-top: -25px;
  }
}

.area {
  padding-top: 80px;
  margin-bottom: 50px;
}

.area .titleStyle01 {
  display: block;
  margin-bottom: 24px;
  font-size: 68px;
  letter-spacing: -.39px;
  font-family: 'Josefin Sans',sans-serif;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .area .titleStyle01 {
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: -.2px;
  }
}

.area_blanch {
  display: flex;
  flex-wrap: wrap;
}

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

.area .blanch {
  margin-bottom: 40px;
  width: 50%;
}

.area .blanch li {
  font-size: 16px;
  display: inline-block;
  padding: 3px 15px 3px 0;
}

.area .blanch li::before {
  content: '';
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-bottom: 10px;
  margin-right: 5px;
  vertical-align: -9px;
  background: #74AF28;
}

@media screen and (max-width: 768px) {
  .area .blanch {
    width: 100%;
  }
}

.area .blanch.fullsize {
  width: 100%;
}

.area .blanch_title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 15px;
}

.gallery-top {
  overflow: hidden;
}

.gallery-top .gallery-top_wrapper {
  display: flex;
  width: 400%;
  position: relative;
  animation: anileft 50s linear infinite;
}

@media screen and (max-width: 768px) {
  .gallery-top .gallery-top_wrapper {
    width: 800%;
  }
}

.gallery-top li {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .gallery-top li {
    width: 50%;
  }
}

.gallery-top img {
  display: block;
  width: 100%;
  transition: .3s;
}

@keyframes anileft {
  100% {
    transform: translateX(-50%);
  }
}

.story {
  /*background: #aa8c5a;*/
    background: #333333;
}

.story .contentArea {
  position: relative;
  height: 640px;
}

@media screen and (max-width: 1100px) {
  .story .contentArea {
    height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .story .contentArea {
    height: auto;
  }
}

.story_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  writing-mode: vertical-rl;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.story_wrapper h2, .story_wrapper p {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", MINCHO, Helvetica, sans-serif;
  line-height: 2.4;
}

.story_wrapper h2 {
  font-size: 40px;
}

.story_wrapper p {
  font-size: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1100px) {
  .story_wrapper {
    writing-mode: initial;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .story_wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .story_wrapper p {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .story_wrapper {
    padding: 30px 20px 50px 20px !important;
    position: initial;
    right: 0;
    transform: none;
  }
  .story_wrapper h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .story_wrapper p {
    font-size: 17px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.instagramfeed {
  display: flex;
  flex-wrap: wrap;
}

.instagramfeed_item {
  width: 25%;
  display: block;
  display: block;
}

@media screen and (max-width: 1000px) {
  .instagramfeed_item {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .instagramfeed_item {
    width: 50%;
  }
}

.instagramfeed_item:hover {
  background: #000000;
}

.instagramfeed_item:hover img {
  opacity: 0.6;
}

.instagramfeed_item img {
  transition: .3s;
  display: block;
  width: 100%;
}

/*.instagram {
  padding-top: 100px;
}*/

@media screen and (max-width: 1000px) {
  .instagram {
    margin-top: 50px;
  }
}

.instagram .h2Title {
  text-align: center;
}

.instagram p {
  text-align: center;
  margin-bottom: 50px;
}

.instagram-more-btn {
  display: block;
  border: 2px solid #D93177;
  background: #fff;
  color: #D93177;
  width: 200px;
  padding: 15px;
  margin: 30px auto;
  transition: .3s;
  font-size: 16px;
}

.instagram-more-btn i {
  margin-right: 5px;
}

.instagram-more-btn:hover {
  cursor: pointer;
  background: #D93177;
  color: #fff;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}

.youtube-area {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .youtube-area {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.youtube-area_main {
  flex: 1 1;
  padding-right: 20px;
}

.youtube-area_main h2 {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .youtube-area_main h2 {
    font-size: 20px;
  }
}

.youtube-area_movie {
  flex: 1 1;
  position: relative;
  display: block;
  box-shadow: 30px 20px 0 #74AF28;
}

@media screen and (max-width: 767px) {
  .youtube-area_movie {
    margin-top: 20px;
  }
}

.youtube-area_movie div {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.youtube-area_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .youtube {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.sns-links {
  text-align: center;
  padding: 1vh 1vw 1vh 0.5vw;
}

.sns-links li {
  vertical-align: middle;
  padding: 1vh 1.5vh 0.5vh;
  margin-bottom: 0.5vw;
  display: inline-block;
}

.sns-links li a:hover {
  opacity: 0.5;
}

.main .detailArea ul li div i {
  font-size: 0.8em;
  vertical-align: 5px;
  display: inline-block;
}

/* add css */
.detailArea i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 40px;
}

.main {
  margin-bottom: 0;
}

.main h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 7.6em;
  padding-bottom: 0;
  font-family: "DIN Alternate Bold","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",MINCHO,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main h1 span {
  font-family: "DIN Alternate Bold","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",MINCHO,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .main h1 {
    font-size: 5em;
  }
}

@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 9.2vw;
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

.main {
  background: url(../img/top/FV1@2x.jpg) bottom/cover no-repeat;
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  height: 0;
  padding-top: calc(1080 / 1920 * 90%);
}
/* value */
.v-panel--left, .v-panel--right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.v-panel--left{
  flex-direction: row-reverse;
}

.v-panel__main {
  width: 50%;
  padding: 30px 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.v-panel__main h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

.v-panel__img{
  width: 35%;
}

@media screen and (max-width: 768px) {
  .v-panel--left, .v-panel--right{
    display: block;
  }
  .v-panel__main {
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    border-top: none;
  }
  .v-panel__img{
    width: 100%;
    max-width: 500px;
    margin: 50px auto 20px;
    display: block;
  }
}


/*-- PC版表示CSS  --*/
.pc_partner{
  display:block;
}
.sp_partner{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_partner{
    display:none;
  }
  .sp_partner{
    display:block;
  }
}


.instagram_title {
  background: url(../img/top/insta_big.png) bottom/cover no-repeat;
  position: relative;
  /*height: 420px;*/
  width: 100%;
  height: 0;
  padding-top: calc(420 / 1920 * 100%);
}

@media screen and (max-width: 768px) {
  .instagram_title {
    background: url(../img/top/insta_sp.jpg) bottom/cover no-repeat;
    position: relative;
    /*height: 1700px;*/
    width: 100%;
    height: 0;
    padding-top: calc(244 / 375 * 100%);
  }
}

#area {
  background-color: #F7F7F7;
}

.banner {
  background: url(../img/top/banner@2x.jpg) bottom/cover no-repeat;
  position: relative;
  /*height: 675px;*/
  width: 100%;
  height: 0;
  padding-top: calc(675 / 1920 * 100%);

}

@media screen and (max-width: 768px) {
  .banner {
    background: url(../img/top/banner_sp.jpg) bottom/cover no-repeat;
    position: relative;
    /*height: 1700px;*/
    width: 100%;
    height: 0;
    padding-top: calc(657 / 375 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .main {
    background: url(../img/top/main-sp.jpg) right bottom/cover no-repeat;
  }
  .main h1 {
    padding-top: 23px;
    padding-bottom: 20px;
  }
}

/*.main::before {
  top: 0;
  margin-top: 100px;
  display: block;
  width: 100%;
  left: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: linear-gradient(to right, #74af28 40%, rgba(116, 175, 40, 0.3) 80%, transparent 100%);
}*/

@media screen and (max-width: 768px) {
  .main::before {
    width: 100%;
    background: linear-gradient(to top, #74af28 40%, rgba(116, 175, 40, 0.3) 80%, transparent 100%);
  }
}

/*.main::after {
  transform: skewY(-5deg);
  content: '';
  display: block;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  height: 30%;
  position: absolute;
  box-shadow: 0 -150px #fff;
}*/

/*.business {
  margin-bottom: 200px;
}*/

.business_text{
	margin: 20px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
  .business {
    margin-bottom: 100px;
  }
}

.business .contentArea .subtext {
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .business .contentArea .subtext {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}

.business .contentArea .businessItem {
  display: block;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem {
    margin-top: 30px;
  }
}

.business .contentArea .businessItem li {
  display: block;
  position: relative;
  z-index: 0;
}

.business .contentArea .businessItem li .imgArea {
  position: relative;
  z-index: 2;
}

.business .contentArea .businessItem li .imgArea img {
  width: 100%;
}

.business .contentArea .businessItem li .imgArea::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.business .contentArea .businessItem li .txtArea {
  display: block;
  padding: 50px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li .txtArea {
    padding: 30px 20px;
  }
}

.business .contentArea .businessItem li .txtArea .title {
  margin-bottom: 20px;
}

.business .contentArea .businessItem li.pattern-1 {
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-1 {
    margin-top: 100px;
  }
  .business .contentArea .businessItem li.pattern-1.mt130 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-1 {
    margin-top: 10px;
  }
  .business .contentArea .businessItem li.pattern-1.mt130 {
    margin-top: 80px;
  }
}

.business .contentArea .businessItem li.pattern-1 .imgArea {
  width: 534px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-1 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-1 .imgArea {
    border: 1px solid #74AF28;
    border-width: 24px 24px 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .business .contentArea .businessItem li.pattern-1 .imgArea {
    width: 100%;
    left: -20px;
  }
}

.business .contentArea .businessItem li.pattern-1 .imgArea:after {
  width: 100%;
  height: 100%;
  background: #74AF28;
  top: 0;
  left: 100px;
  transform: scale(1, 1.2);
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-1 .imgArea:after {
    content: none;
  }
}

.business .contentArea .businessItem li.pattern-1 .txtArea {
  width: 522px;
  margin: -330px 0 0 400px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-1 .txtArea {
    width: 52%;
    height: auto;
    margin: -30% 0 0 40%;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-1 .txtArea {
    width: 90%;
    margin: -10% 0 0 10%;
  }
}

.business .contentArea .businessItem li.pattern-2 {
  margin-top: 200px;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-2 {
    padding-top: 15%;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-2 {
    padding-top: 10%;
    margin-top: 0;
  }
}

.business .contentArea .businessItem li.pattern-2 .imgArea {
  margin: 0 0 0 auto;
  width: 566px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-2 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-2 .imgArea {
    border: 1px solid  #f6f6f6;
    border-width: 24px 24px 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .business .contentArea .businessItem li.pattern-2 .imgArea {
    width: 100%;
    left: 20px;
  }
}

.business .contentArea .businessItem li.pattern-2 .imgArea::after {
  width: 130%;
  height: 100%;
  background: #f6f6f6;
  top: 10%;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-2 .imgArea::after {
    content: none;
  }
}

.business .contentArea .businessItem li.pattern-2 .txtArea {
  width: 560px;
  margin: -37% 0 22%;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-2 .txtArea {
    width: 58%;
    height: auto;
    margin: -35% 40% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-2 .txtArea {
    width: 90%;
    margin: -10% 0 0 10%;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-2 .txtArea {
    width: 90%;
    margin: -20% 0 0 20px;
  }
}

.business .contentArea .businessItem li.pattern-3 {
  z-index: 1;
  margin-bottom: -60px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-3 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.business .contentArea .businessItem li.pattern-3 .imgArea {
  width: 556px;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-3 .imgArea {
    width: 53%;
  }
}

@media screen and (max-width: 480px) {
  .business .contentArea .businessItem li.pattern-3 .imgArea {
    width: 95%;
    left: -20px;
  }
}

.business .contentArea .businessItem li.pattern-3 .txtArea {
  width: 662px;
  margin: -200px 0 0 250px;
  position: relative;
  z-index: 11;
  box-shadow: none;
}

.business .contentArea .businessItem li.pattern-3 .txtArea::before {
  z-index: -1;
  content: '';
  background: #74AF28;
  position: absolute;
  right: -30px;
  bottom: -30px;
  height: 200px;
  width: 200px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-3 .txtArea::before {
    height: 150px;
    width: 150px;
  }
}

.business .contentArea .businessItem li.pattern-3 .txtArea::after {
  z-index: -1;
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1000px) {
  .business .contentArea .businessItem li.pattern-3 .txtArea {
    width: calc(52% - 30px);
    height: auto;
    margin: -25% 0 0 48%;
  }
}

@media screen and (max-width: 768px) {
  .business .contentArea .businessItem li.pattern-3 .txtArea {
    width: 87%;
    margin: -25% 3% 0 10%;
  }
}

/* business */
.b-panel--left, .b-panel--right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.b-panel--left{
  flex-direction: row-reverse;
}

.b-panel__main {
  width: 100%;
  padding: 30px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.b-panel__main h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}

.b-panel__main p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 1em;
}

.b-panel__img{
  width: 35%;
}

@media screen and (max-width: 768px) {
  .b-panel--left, .b-panel--right{
    display: block;
  }
  .b-panel__main {
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    border-top: none;
  }
  .b-panel__img{
    width: 100%;
    max-width: 500px;
    margin: 50px auto 20px;
    display: block;
  }
}

/*-- snsリンクリスト  --*/
.sns_list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 1vh;
}

.sns_list li {
  padding: 1vw 1vw;
}

/* 新スライダー */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%;height:auto; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

.slider_mb {
  display: none;
}

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

/* お知らせ用 */
.oshirase {
  text-align: center;
  margin: 1em auto 8em;
}

.oshirase h2 {
	font-size: 25px;
	margin: 3em auto 1em;
}

.oshirase p {
  font-size: 16px;
  margin: 1em;
}

.oshirase_b {
  font-size: 20px;
  font-weight: 500;
  color: #ff4500;
}

/* 中段用スライダー */
.slider_m_mb {
  display: none;
}

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

.instacenter {
  max-width: 500px;
  margin: 0 auto;
}

/* 下段バナー */
.bannersingle {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

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

.bannersingle img {
  max-width: 480px;
}

/*top背景差替え*/
.fiveplan {
  background: url(../img/top/top_partner.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .fiveplan {
    background: url(../img/top/top_partner.jpg) center top/180% auto no-repeat;
  }
}

.renew_bgimg {
  background: url(../img/top/top_BUSINESS_back_NEW.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .renew_bgimg {
    background: url(../img/top/top_BUSINESS_back_mb_NEW.jpg) center top/100% auto no-repeat;
  }
}
/*top背景差替え*/

.youtube-area_main .youtube-area_txt {
  font-weight: 900;
  font-size: 24px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .youtube-area_main .youtube-area_txt {
    font-size: 18px;
  }
}

/*ソトリエと他社との違い*/
.sotorievideo {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sotorievideo {
    margin-top: 1rem;
  }
}

.sotorievideo iframe {
  max-width: 500px;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/*Instagramテキスト追加*/

.insta_layer {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 auto 60px;
  max-width: 1000px;
}
.insta_pic {
  background: url(../img/top/insta_pc.png) center/cover no-repeat;
  height: 192px;
  width: 100%;
}
.insta_txt {
  width: 50%;
}
.insta_txt h3 {
  font-size: 18px;
  font-weight: 800;
}
.insta_txt p {
  font-size: 16px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .insta_layer {
    justify-content: center;
    align-items:end;
  }
  .insta_pic {
    background: url(../img/top/insta_mb.png) center/cover no-repeat;
    height: 0;
    padding-top: calc(268 / 375 * 77%);
  }
  .insta_txt {
    width: 80%;
    margin: 0 auto 8%;
  }
  .insta_txt h3 {
    font-size: clamp(12px, 3vw, 18px);
    font-weight: 800;
    text-align: center;
  }
  .insta_txt p {
    font-size: clamp(12px, 3vw, 16px);
    width: 100%;
  }
}

/*business content背景*/
.renew_bgimg {
  background: url(../img/top/business_content_bk.jpg) center center/cover;
}
.renew_bgimg .contentArea {color: #fff;}
.renew_bgimg .contentArea .b-panel__main{border-color: #fff;}

@media screen and (max-width: 768px) {
  .renew_bgimg {
    background: url(../img/top/business_content_bkw_mb.jpg) center top/100% auto no-repeat;
  }
  .renew_bgimg .contentArea {color: #000;}
  .renew_bgimg .contentArea .b-panel__main{border-color: #000;}
}

/*画像shadow*/
.v-panel_shadow {
  position: relative;
  width: 45%;
  height: auto;
  margin: 0 auto;
}
.v-panel_shadow::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 15px #fff;
}
.v-panel__img {
  width: 100%;
  max-width: 710px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .v-panel_shadow {
    width: 100%;
  }
}









/************************************
ADD_PART ADD_STYLE UPDATE 2023.10.10
************************************/
#top_portfolio ul.top_port_list > li {
    display : block;
	height: 100%;
	background: #fff;
	border: 1px solid #a9a9a9;
	position: relative;
}
#top_portfolio ul.top_port_list > li figure.thumb {
    display: block;
    width: 100%;
	height: 380px;
	margin: 0;
	overflow: hidden;
}
#top_portfolio ul.top_port_list > li figure.thumb > img {
    display: block;
    width: 100%;
	height: 380px;
    object-fit: cover;
}
#top_portfolio ul.top_port_list > li > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: rgba(0,0,0,0.333);
	width: 100%;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	transition: all 0.3s ;
}
#top_portfolio ul.top_port_list > li:hover > div {
	background: rgba(0,0,0,0.68);
}
#top_portfolio ul.top_port_list > li > div > h3 {
	display: inline-block;
	width: 87%;
	font-size: 16px;
	font-weight: 600;
}
#top_portfolio ul.top_port_list > li > div > span {
	font-size: 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 12%;
	margin-left: auto;
	margin-right: 0;
	gap: 0 11px
}
#top_portfolio ul.top_port_list > li > div > span::after {
    font-family: 'Material Icons';
    content: "\e5c8";
	color: #fff;
}
#top_portfolio ul.top_port_list > li > div > h3,
#top_portfolio ul.top_port_list > li > div > span a {
	color: #fff;
}
@media screen and (max-width: 768px){
#top_portfolio ul.top_port_list > li {
    width : 100%;
}
#top_portfolio ul.top_port_list > li figure.thumb,
#top_portfolio ul.top_port_list > li figure.thumb > img {
	height: 60.8vw;
}
#top_portfolio ul.top_port_list > li > div {
	display: block;
}
#top_portfolio ul.top_port_list > li > div > h3 {
	display: block;
	width: 100%;
	font-size: 4.2vw;
}
#top_portfolio ul.top_port_list > li > div > span {
	display: block;
	width: 100%;
	font-size: 2.8vw;
	margin: auto;
	text-align: right;
}
}