@charset "utf-8";

/*=== 共通設定 ===*/
#primary *,
#primary *::before,
#primary *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#primary a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
#primary a:link    {color:#232b35;text-decoration:none;}
#primary a:visited {color:#232b35;text-decoration:none;}
#primary a:hover   {color:#232b35;text-decoration:underline;}
#primary a:active  {color:#232b35;text-decoration:underline;}
#primary img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#primary strong {
  font-weight: bold;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcOnly { display: none; }
  .spOnly { display: block; }
}

/*=== メインエリア ===*/
.main-inner {
  margin: 0 auto 80px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 20px 0;
}
.main-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
.main-subttl {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}
.main-lead {
  margin-top: 10px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.main-lead span {
  display: inline-block;
  margin: 0 5px;
  padding-top: 4px;
  line-height: 1;
  background-color: #d8e5f4;
}


/*=== ボタン ===*/
#primary a.main-btn:link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 20px 30px 16px;
  border: 2px solid #d8e3eb;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  background: linear-gradient(135deg, rgba(65,148,211,1) 0%, rgba(35,78,171,1) 100%);
  border-radius: 50px;
  box-shadow: 1px 1px 18px 6px rgba(120, 160, 177, 0.3);
}
a.main-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#primary a.main-btn:visited {
  color: #fff;
  border-color: #d8e3eb;
}
#primary a.main-btn:hover {
  border-color: #3271bf;
  color: #3271bf;
  background: #fff;
  text-decoration: none;
}
a.main-btn:hover::after {
  border-color: #3271bf;
}

#primary .red_btn a:link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 6px 14px 4px;
  border: 2px solid transparent;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, rgba(255,94,0,1) 0%, rgba(255,50,0,1) 100%);
  border-radius: 50px;
  box-shadow: 1px 1px 15px 6px rgba(255, 50, 0, 0.33);
}
.red_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0.1em;
  transform: translateY(-50%) rotate(45deg);
}
#primary .red_btn a:visited {
  color: #fff;
}
#primary .red_btn a:hover {
  border-color: #ff4800;
  color: #ff4800;
  background: #fff;
  text-decoration: none;
}
.red_btn a:hover::after {
  border-color: #ff4800;
}


/*=== メインビジュアル ===*/
.mainvisual {
  height: 21vw;
  min-height: 280px;
  background: url("../images/mv.png") no-repeat top left,linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(236,241,246,1) 100%);
  background-size: contain;
}
.mainvisual-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.mainvisual-cont {
  padding: 0 20px;
}
.mainvisual-main {
  max-width: 508px;
  margin: 0 auto;
}
.mainvisual-txt {
  margin-top: 20px;
  font-size: 20px;
}


/*=== 導入部分 ===*/
.about .main-ttl span {
  display: inline-block;
  margin-right: 20px;
}
.about-txt {
  margin-top: 35px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.about-txt span {
  display: inline-block;
  margin: 0 5px;
  padding-top: 4px;
  font-size: 32px;
  line-height: 1;
  background-color: #d8e5f4;
}
.about-transition {
  margin-top: 40px;
}


/*=== ナビゲーション ===*/
.navigation {
  margin-top: 110px;
  border-bottom: 1px solid #232b35;
}
.navigation-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 8px;
}
.navigation-list {
  display: flex;
  justify-content: space-between;
}
.navigation-item {
  width: calc((100% - (22px * 2)) / 3);
}
#primary a.navigation-link:link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 23px 5px 21px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 40px;
}
#primary a.navigation-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2e8ae5;
}
.navigation-txt {
  position: relative;
}
.navigation-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #232b35;
  border-right: 2px solid #232b35;
  transform: translateY(-90%) rotate(135deg);
}
a.navigation-link:hover .navigation-txt::after {
  border-color: #fff;
}


/*=== おすすめ ===*/
.recommend .main-section {
  max-width: 100%;
  margin-top: 60px;
  padding: 55px 0 0;
}
.recommend-wrap {
  background-color: #edf1f9;
}
.recommend-inner {
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 45px 20px 50px;
}
.recommend-column + .recommend-column {
  margin-top: 50px;
}
.recommend-list {
  display: flex;
  justify-content: center;
  margin: 20px -10px 0;
}
.recommend-item {
  width: 100%;
  max-width: 275px;
  min-height: 370px;
  margin: 0 10px;
  border: 1px solid #dcdfe6;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 7, 0.1);
  overflow: hidden;
}
#primary a.recommend-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.recommend-cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: calc(100% - 182px);
  padding: 12px 10px 10px;
}
.recommend-txt {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.recommend-txt span {
  color: #ff4800;
  font-size: 22px;
  line-height: 1.2;
}
.recommend-detail {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-right: 15px;
  font-size: 18px;
  text-align: right;
  line-height: 1.2;
}
.recommend-detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232b35;
  border-right: 2px solid #232b35;
  border-radius: 0.03em;
  transform: rotate(45deg);
}
.recommend-note {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
.recommend-transition {
  margin-top: 80px;
}


/*=== キャンペーン ===*/
.campaign .main-section {
  max-width: 100%;
  text-align: center;
}
.campaign .main-ttl {
  display: inline-block;
  background: linear-gradient(90deg, rgba(255,94,0,1) 0%, rgba(255,50,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campaign-banner {
  margin: 30px -20px 0;
  padding: 42px 0;
  background: url("../images/campaign_bg01.png") no-repeat top left, url("../images/campaign_bg02.png") no-repeat right bottom;
}
.campaign-banner a {
  display: inline-block;
  box-shadow: 1px 1px 29px 6px rgba(233, 225, 223, 1);
}
.campaign-banner a:hover {
  opacity: 0.7;
}


/*=== 比較表 ===*/
.benefit-scroll {
  max-width: 1075px;
}
.benefit-table {
  width: 100%;
  color: #5b4530;
  font-size: 16px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
}
.benefit-table th,
.benefit-table td {
  position: relative;
  text-align: center;
}
.benefit-table thead th {
  width: calc((100% - 110px) / 3);
  padding: 0 18px 30px;
  letter-spacing: -0.05em;
  vertical-align: top;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.benefit-table tbody th {
  font-weight: bold;
  font-size: 20px;
  background-color: #f0e9dc;
  border-radius: 20px 0 0 20px;
}
.benefit-table td {
  padding: 40px 0;
  background-color: #faf8f4;
}
.benefit-table thead th:nth-child(1) {
  width: 110px;
  border: none;
  background-color: transparent;
}
.benefit-plus {
  background-color: #f3ead8;
}
.benefit-table .benefit-standard {
  width: 350px;
  background-color: #fbebca;
}
.benefit-wide {
  background-color: #ffe9bb;
}
.benefit-icon {
  position: absolute;
  top: -37px;
  right: 0;
  width: 84px;
  height: 84px;
  padding: 35px 0 35px 9px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  background-color: #ee4e0f;
  border-radius: 50%;
}
.benefit-headline {
  position: relative;
  height: 75px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.benefit-headline::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 1px;
  background-color: #5b4530;
  transform: translateX(-50%);
}
.benefit-headline::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #5b4530;
  border-right: 1px solid #5b4530;
  background-color: #f3ead8;
  transform: translateX(-50%) rotate(135deg);
}
.benefit-standard .benefit-headline::after {
  background-color: #fbebca;
}
.benefit-wide .benefit-headline::after {
  background-color: #ffe9bb;
}
.benefit-head span {
  color: #ee4e0f;
  font-size: 26px;
  line-height: 1;
}
.benefit-head sup {
  font-size: 10px;
}
.benefit-name {
  margin-top: 20px;
}
.benefit-bottom {
  margin-top: 25px;
}
.benefit-txt {
  min-height: 112px;
  line-height: 1.7;
}
.benefit-detail {
  margin-top: 15px;
}
.benefit-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 78px;
}
.benefit-nomal {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.benefit-nomal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 19px;
  height: 7px;
  border-width: 7px 9px 0 9px;
  border-style: solid;
  border-color: #9a8b7c transparent transparent transparent;
}
.benefit-special {
  margin-top: 6px;
}
.benefit-note {
  max-width: 1075px;
  margin-top: 10px;
  color: #8b6949;
  font-size: 14px;
  text-align: right;
}
.benefit-lead {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.benefit-lead span {
  display: inline-block;
  margin: 0 5px;
  padding-top: 4px;
  font-size: 32px;
  line-height: 1;
  background-color: #d8e5f4;
}
.benefit-transition {
  margin-top: 50px;
}


/*=== 加入条件・加入方法 ===*/
.conditions .main-section,
.method .main-section {
  padding-top: 110px;
}
.detail {
  margin-top: 10px;
  padding: 50px 20px;
  text-align: center;
  background-color: #f7f9fe;
  border-radius: 20px;
}
.detail-txt {
  font-size: 20px;
}
.detail-note {
  margin-top: 5px;
  font-size: 14px;
}
.detail-transition {
  margin-top: 25px;
}


/*=== 注意事項 ===*/
.notes {
  max-width: 1200px;
  margin: 110px auto 0;
  padding: 0 20px;
}
.notes .main-section {
  padding-bottom: 80px;
  border: 1px solid #dadfeb;
  border-radius: 20px;
}
.notes-cont {
  max-width: 910px;
  margin: 40px auto 0;
  font-size: 16px;
}
.notes-txt {
  margin-top: 10px;
}


@media screen and (max-width: 767px) {
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0 auto;
  }
  .main-section {
    padding: 40px 10px 0;
  }
  .main-ttl {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .main-subttl {
    font-size: 20px;
  }
  .main-lead {
    font-size: 20px;
  }
  .main-lead span {
    display: inline;
    padding-top: 0;
    line-height: 1.7;
  }
  /*=== ボタン ===*/
  #primary a.main-btn:link {
    max-width: 440px;
    padding: 14px 20px 12px;
    font-size: 18px;
    box-shadow: 1px 1px 9px 3px rgba(120, 160, 177, 0.3);
  }
  a.main-btn::after {
    right: 13px;
    width: 10px;
    height: 10px;
  }
  #primary .red_btn a:link {
    max-width: 295px;
    padding: 10px 14px 7px;
    box-shadow: 0 0 4px 1px rgba(255, 50, 0, 0.33);
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    height: auto;
    min-height: auto;
    background: linear-gradient(90deg, rgba(255,255,255,1) -40%, rgba(236,241,246,1) 100%);
  }
  .mainvisual-inner {
    display: block;
  }
  .mainvisual-cont {
    padding: 0;
  }
  .mainvisual-main {
    max-width: 100%;
  }
  .mainvisual-txt {
    display: none;
  }
  /*=== 導入部分 ===*/
  .about .main-ttl {
    white-space: nowrap;
  }
  .about .main-ttl span {
    width: 78.4vw;
    max-width: 348px;
    margin-right: 2.667vw;
    line-height: 1.3;
  }
  .about-txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-txt span {
    font-size: 22px;
    line-height: 1.2;
  }
  /*=== ナビゲーション ===*/
  .navigation {
    margin-top: 60px;
  }
  .navigation-inner {
    padding: 0 10px 4px;
  }
  .navigation-item {
    width: calc((100% - (5px * 2)) / 3);
  }
  #primary a.navigation-link:link {
    padding: 16px 5px 13px;
    font-size: 16px;
    border-radius: 10px;
  }
  .navigation-txt {
    padding-right: 20px;
  }
  .navigation-txt::after {
    right: 3px;
    width: 10px;
    height: 10px;
  }
  /*=== おすすめ ===*/
  .recommend .main-section {
    margin-top: 30px;
    padding: 40px 0 0;
  }
  .recommend-inner {
    margin-top: 10px;
    padding: 30px 10px;
  }
  .recommend-column + .recommend-column {
    margin-top: 40px;
  }
  .recommend-list {
    flex-wrap: wrap;
    margin: 15px auto 0;
  }
  .recommend-item {
    margin: 0;
    min-height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 7, 0.1);
  }
  .recommend-item:not(:first-child) {
    margin-top: 15px;
  }
  .recommend-cont {
    display: block;
    height: auto;
  }
  .recommend-txt {
    font-size: 16px;
  }
  .recommend-txt span {
    font-size: 18px;
  }
  .recommend-detail {
    margin-top: 8px;
    font-size: 16px;
  }
  .recommend-detail::after {
    width: 9px;
    height: 9px;
  }
  .recommend-note {
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    line-height: 1.4;
  }
  .recommend-transition {
    margin-top: 40px;
  }
  /*=== キャンペーン ===*/
  .campaign-banner {
    margin: 0 -10px;
    padding: 20px 10px;
    background-size: auto 50%;
  }
  .campaign-banner a {
    box-shadow: 0 0 10px 5px rgba(233, 225, 223, 1);
  }
  /*=== コース ===*/
  .course .main-section {
    padding: 40px 0 0;
  }
  .course-item {
    margin-top: 40px;
    padding: 30px 10px;
    color: #5b4530;
  }
  .course-item.pattern-plus {
    background-color: #f3ead8;
  }
  .course-item.pattern-standard {
    background-color: #fbebca;
  }
  .course-item.pattern-wide {
    background-color: #ffe9bb;
  }
  .course-cont {
    display: flex;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  .course-icon {
    position: absolute;
    top: -33px;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 22px 0 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    text-align: center;
    line-height: 1;
    background-color: #ee4e0f;
    border-radius: 50%;
  }
  .course-name {
    flex-shrink: 0;
    max-width: 156px;
    margin-right: 12px;
  }
  .course-detail {
    width: 100%;
  }
  .course-lead {
    padding-bottom: 10px;
    border-bottom: 1px solid #5b4530;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
  }
  .course-lead strong {
    color: #ee4e0f;
    font-size: 26px;
    line-height: 1;
  }
  .course-lead sup {
    font-size: 10px;
  }
  .course-txt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .course-transition {
    margin-top: 30px;
  }
  .course-table {
    width: 100%;
    margin-top: 35px;
    border-collapse: separate;
    border-spacing: 3px;
  }
  .course-table th,
  .course-table td {
    position: relative;
    width: 50%;
    text-align: center;
    background-color: #faf8f4;
  }
  .course-table th {
    font-weight: bold;
    font-size: 16px;
    padding: 16px 10px 12px;
    border-radius: 10px 10px 0 0;
  }
  .course-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 78px;
    padding: 20px 0;
  }
  .course-nomal {
    position: relative;
    width: 100%;
    padding-bottom: 6px;
    color: #5b4530;
    font-size: 13px;
  }
  .course-nomal::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 10px;
    height: 4px;
    border-width: 4px 5px 0 5px;
    border-style: solid;
    border-color: #9a8b7c transparent transparent transparent;
  }
  .course-special {
    margin-top: 10px;
    max-width: 200px;
  }
  .course-txtbtn {
    margin-top: 15px;
  }
  /*=== 比較表 ===*/
  .benefit-scroll {
    margin: 0 -10px;
    overflow-x: scroll;
  }
  .benefit-table {
    min-width: 750px;
    margin: 30px 10px 0;
    border-spacing: 2px;
  }
  .benefit-table thead th {
    width: calc((100% - 100px) / 3);
    padding: 11px 0 10px;
    letter-spacing: 0;
    vertical-align: middle;
    border-radius: 10px 10px 0 0;
  }
  .benefit-table tbody th {
    font-size: 16px;
    border-radius: 10px 0 0 10px;
  }
  .benefit-table td {
    padding: 15px 0;
  }
  .benefit-table thead th:nth-child(1) {
    width: 100px;
  }
  .benefit-table .benefit-standard {
    width: 250px;
  }
  .benefit-icon {
    top: -24px;
    right: auto;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 22px 0 0 0;
    font-size: 8px;
    text-align: center;
  }
  .benefit-name {
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
  }
  .benefit-price {
    min-height: 78px;
  }
  .benefit-nomal {
    font-size: 13px;
  }
  .benefit-nomal::after {
    width: 10px;
    height: 4px;
    border-width: 4px 5px 0 5px;
  }
  .benefit-special {
    max-width: 180px;
    margin-top: 10px;
  }
  .benefit-buy {
    margin-top: 5px;
  }
  .benefit-note {
    margin: 10px 0 0;
    text-align: left;
  }
  .benefit-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .benefit-lead span {
    font-size: 22px;
    line-height: 1.2;
  }
  .benefit-transition {
    margin-top: 40px;
  }
  /*=== 加入条件・加入方法 ===*/
  .conditions .main-section {
    padding-top: 60px;
  }
  .method .main-section {
    padding-top: 40px;
  }
  /*=== detail ===*/
  .detail {
    padding: 30px 10px;
    border-radius: 10px;
  }
  .detail-txt {
    font-size: 18px;
  }
  /*=== 注意事項 ===*/
  .notes {
    padding: 0 10px;
    margin-top: 30px;
  }
  .notes .main-section {
    padding: 30px 10px;
    border-radius: 10px;
  }
  .notes-cont {
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .course-lead {
    letter-spacing: -1px;
  }
}