@charset "UTF-8";
.wrap {
  width: 100%;
  max-width: 1000px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: justify;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

.btn-shared {
  width: 79%;
  margin: 0 auto;
  padding-left: 4vw;
}

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .btn-shared {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn-shared p {
    margin: 10px auto;
  }
  .btn-shared p:nth-child(3) {
    margin: 20px auto 0px;
  }
  #sec2 {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .btn-shared {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
    gap: 20px;
    align-items: end;
  }
}
.txt-center {
  text-align: center;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header {
  padding: 7% 8% 2vw;
  background-color: #1766be;
  box-sizing: border-box;
}

.rss {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
}
.rss:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #d4a024;
}
.rss:hover .rss__img span {
  transform: scale(1.05);
}
.rss:hover .rss__more::after {
  transform: translateX(4px);
}
.rss .rss__img {
  overflow: hidden;
}
.rss .rss__img span {
  transition: transform 0.5s ease;
}
.rss .rss__ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.5em;
}
.rss .rss__desc {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rss .rss__date {
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rss .rss__more {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  color: #1a2b4c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.rss .rss__more::after {
  content: '→';
  margin-left: 5px;
  transition: transform 0.2s;
  color: #d4a024;
}
.rss .rss__content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .rss .rss__img span {
    width: 100% !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .rss {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .rss .rss__more {
    align-self: flex-end;
  }
}





#key-sale {
  text-align: center;
  padding: 70px 0 37px;
  border: 5px solid #fff;
  border-radius: 5px;
}

#key-sale .btn-shared {
  margin-top: 5vw;
  position: relative;
  z-index: 1;
}

#keytxt-wrap {
  width: 1000px;
  margin: 25px auto 30px;
}

#key-sale .price {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: url(../img/index/price_bg.png) no-repeat center top;
  width: 699px;
  height: 119px;
  background-size: cover;
  box-sizing: border-box;
  padding: 25px 0 0 38px;
  letter-spacing: 0px;
}

#key-sale .price span {
  color: #fb9704;
  font-size: 45px;
}

#key-sale .price span small {
  font-size: 29px;
}

#key-sale .ttl {
  font-size: 100px;
  line-height: 130px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin: -10px 0 11px -2px;
  letter-spacing: 0px;
}

#key-sale .ttl > span {
  background: #fff;
  color: #fb9704;
  display: inline-block;
  height: 113px;
  margin-top: 17px;
  line-height: 94px;
  padding-left: 15px;
  letter-spacing: -1px;
  padding-right: 16px;
}

#key-sale .ttl > span span {
  margin: 0 -20px;
}

#key-sale .ttl small {
  font-size: 68px;
}

.keytxt-04 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  margin-top: 29px;
  margin-left: 4px;
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  #key-sale {
    text-align: center;
    padding: 50px 0 0px;
    border: none;
  }
  #key-sale .price {
    width: 81vw;
    height: 14vw;
    font-size: 17px;
    margin: 0 auto;
    background-size: 100% 100%;
    padding-left: 0;
    padding-top: 0;
    line-height: 10vw;
    text-align: center;
  }
  #key-sale .price span {
    font-size: 20px;
  }
  #key-sale .price span small {
    font-size: 12.5px;
  }
  #key-sale .ttl {
    font-size: 12vw;
    margin: 1vw -5vw 0 0;
    line-height: 1;
    letter-spacing: 1px;
  }
  #key-sale .ttl > span {
    height: 11vw;
    margin-top: 10px;
    padding: 5px 0 0 5px;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 8.4vw;
  }
  #key-sale .ttl > span span {
    margin: 0 -10px;
  }
  #key-sale .ttl small {
    font-size: 5.6vw;
  }
  #key-sale .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .keytxt-04 {
    line-height: 32px;
    font-size: 20px;
    margin: 5vw 0 0 0;
    text-align: center;
    letter-spacing: 1.5px;
  }
  .keytxt-04 span {
    font-size: 3.9vw;
    letter-spacing: 0px;
    color: #f9f100;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  #key-sale .ttl {
    font-size: 90px;
  }
  #keytxt-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #keytxt-wrap {
    width: 97%;
    margin-top: 17px;
  }
  .keytxt-01 {
    text-align: center;
    font-size: medium;
    /* text-shadow: 3px 3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff,
      -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff,
      0px -3px 1px #fff; */
    margin-bottom: 1px;
  }
  .keytxt-01 .font-l {
    font-size: xx-large;
  }
  .keytxt-01 .font-m {
    font-size: x-large;
  }
}
#sec1 {
  background: url("../img/index/sec1_bg_sp.jpg") no-repeat center 0/150%;
  padding: 0vw 0 20vw;
}

#sec1 .lead {
  padding-bottom: 10vw;
}

#sec1 .lead .txt p {
  padding-bottom: 20px;
}

#sec1 .lead .photo {
  margin: 28vw 25vw -10vw;
}

#sec1 .point .item {
  position: relative;
  background-color: #f4f195;
  border-radius: 50px;
  padding: 8vw 10%;
  margin-bottom: 5vw;
}

#sec1 .point .item:before {
  content: "";
  background: url("../img/index/check.png") no-repeat center/100%;
  position: absolute;
  top: 4vw;
  left: 7vw;
  width: 8vw;
  height: 13vw;
}

#sec1 .point .item .catch {
  width: 50%;
  position: absolute;
  top: -25vw;
  right: 0;
}

#sec1 .point .item dt {
  color: #ea7400;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 6vw;
  padding-bottom: 4vw;
}

@media screen and (max-width: 768px) {
  #sec1 .wrap {
    display: flex;
    flex-direction: column;
  }
  #sec1 .wrap .btn-shared {
    order: 1;
  }
  #sec1 .wrap h2 {
    order: 2;
    margin-top: 15vw;
    margin-bottom: 8vw !important;
  }
  #sec1 .wrap .group {
    order: 3;
  }
}
.f-cl {
  color: #1766be;
}

#sec2 h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0em;
  font-size: 7.5vw;
  line-height: 1.3;
  padding-bottom: 10vw;
}

#sec2 h2 .f-cl {
  font-size: 10vw;
}

#sec2 h2 .t {
  color: #fff;
  background-color: #1766be;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding: 1% 4%;
}

#sec2 .course {
  margin-bottom: 10vw;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}

#sec2 .course h3 {
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1.4;
  padding-bottom: 8vw;
}

#sec2 .course h3 span {
  background: #e9edef;
  font-size: 5vw;
  line-height: 1.4;
  border-radius: 10vw;
  position: relative;
  padding: 3vw 11%;
  display: block;
  margin-bottom: 5vw;
}

#sec2 .course h3 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 34px solid #e9edef;
}

#sec2 .course .mn-list {
  background-color: #e9edef;
  padding: 5% 5%;
  font-weight: 700;
  margin-bottom: 10px;
}

#sec2 .course .mn-list .total {
  text-align: right;
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}

#sec2 .course .mn-list .total .tt {
  font-size: 17px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
  background: url("../img/index/li_bg.jpg") repeat-x 0 bottom;
}

#sec2 .course .mn-list .total .tt span {
  font-size: 22px;
}

#sec2 .course .mn-list dl {
  font-size: 16px;
  padding-bottom: 8px;
}

#sec2 .course .mn-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#sec2 .course .mn-list dl dt {
  float: left;
}

#sec2 .course .mn-list dl dd {
  float: right;
  text-align: right;
}

#sec2 .course.course2 {
  padding-bottom: 10vw;
}

#sec2 .course.course2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5vw;
  right: -5vw;
  bottom: 0;
  top: 11vw;
  background-color: #f4f195;
}

#sec2 .course.course2 h3 {
  color: #ea7400;
}

#sec2 .course.course2 h3 span {
  color: #ea7400;
  background: url("../img/index/sec2_catch.png") no-repeat 0 center/100% 100%;
  padding: 4vw 0 9vw;
  margin-bottom: 2vw;
}

#sec2 .course.course2 h3 span:before {
  display: none;
}

#sec2 .course.course2 .mn-list {
  color: #fff;
  background-color: #ea7400;
}

#sec2 .course.course2 .mn-list .total {
  border-top: 1px solid #fff;
  color: #fff;
}

#sec2 .course.course2 .mn-list .total .tt {
  background: url("../img/index/li_bg2.jpg") repeat-x 0 bottom;
}

#sec2 .menu-end {
  text-align: center;
  padding: 0vw 0 10vw;
  position: relative;
}

#sec2 .menu-end .catch {
  width: 25%;
  margin-left: 5%;
}

#sec2 .menu-end h3 {
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-bottom: 1vw;
}

#sec2 .menu-end h3 span {
  letter-spacing: 0;
  color: #ea7400;
  font-size: 10vw;
}

#sec2 .menu-end h3 span i {
  font-size: 12vw;
}

#sec2 .menu-end .tit {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.4;
}
  #sec2 .mini_txt {
    font-size: 3vw;
  line-height: 1.5;
  }

#sec2 .btn-shared {
  width: 80%;
  padding: 0 10%;
}

#sec3 {
  background-color: #1766be;
  color: #fff;
  padding: 20vw 0 20vw;
}

#sec3 h2 {
  font-weight: bold;
  letter-spacing: 0.3em;
  font-size: 9vw;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0px auto 15vw;
}

#sec3 .txt-lead {
  position: relative;
  background-color: #fff;
  color: #1766be;
  padding: 8vw 8%;
  font-weight: 700;
  border-radius: 13vw;
  margin-bottom: 10vw;
}

#sec3 .txt-lead:before {
  background: url("../img/index/shape3.png") no-repeat 0 center/100%;
  content: "";
  position: absolute;
  top: -16vw;
  left: 10vw;
  width: 28vw;
  height: 23vw;
}

#sec3 .group .item {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 5vw;
  color: #000;
  padding: 5vw;
  -webkit-box-sizing: border-box; /* 古いWebkit系用 */
  -moz-box-sizing: border-box; /* 古いFirefox用 */
  box-sizing: border-box; /* 標準 */
  width: 100%;
}

#sec3 .group .item h3 {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10vw;
}

#sec3 .group .item h3 img {
  margin-bottom: 10px;
}

#sec3 .group .item h3 span {
  background: url("../img/index/li_bg3.jpg") repeat-x 0 bottom/9vw;
  display: inline-block;
  font-weight: bold;
  font-size: 6.6vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#sec3 .group .item .txt_1st {
  margin-bottom: 20px;
}

#sec3 .video {
  background-color: #fff;
  border-radius: 10vw;
  color: #000;
  padding: 5vw 0;
  margin-bottom: 8vw;
}

#sec3 .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

#sec3 .video .youtube {
  position: relative;
  height: 49vw;
  margin-bottom: 10px;
}

#sec3 .video h3 {
  font-weight: bold;
  text-align: center;
  font-size: 6vw;
  line-height: 1.5;
  padding-bottom: 3vw;
}

#sec3 .video .txt {
  padding: 5vw 8%;
}

#sec4 {
  padding: 30vw 0;
}

#sec4 h2 {
  text-align: center;
  color: #ea7400;
  font-weight: bold;
  font-size: 5.5vw;
  line-height: 1.2;
  letter-spacing: 0.3em;
  padding-bottom: 10vw;
}

#sec4 h2 img {
  width: 50%;
  margin: 0 auto 3vw;
}

#sec4 .qa {
  padding-bottom: 10vw;
}

#sec4 .toggle .toggle-link {
  background: url("../img/index/arow.png") no-repeat right 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 2px solid #1766be;
  padding: 10px 30px 10px 28px;
  /* margin-bottom: 10px; */
  position: relative;
}

#sec4 .toggle .toggle-link:hover {
  opacity: 0.7;
}

#sec4 .toggle .toggle-link:before {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: "Q";
  font-size: 26px;
  color: #ea7400;
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: bold;
}

#sec4 .active .toggle-link {
  background: url("../img/index/arow_on.png") no-repeat right 19px;
}

#sec4 .toggle-main {
  padding: 0px 0 20px;
}

#sec4 .toggle-main p {
  padding: 5px 0 10px;
}

#sec4 .btn-shared {
  width: 80%;
  padding: 0 10%;
}


.menu-end_02 {
  text-align: center;
  padding: 7vw 0 10vw;
  position: relative;
}

.menu-end_02 .catch {
  width: 25%;
  margin-left: 5%;
}

.menu-end_02 h3 {
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-bottom: 1vw;
}

.menu-end_02 h3 span {
  letter-spacing: 0;
  color: #ea7400;
  font-size: 10vw;
}

.menu-end_02 h3 span i {
  font-size: 12vw;
}

.menu-end_02 .tit {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.4;
}
.menu-end_02 .mini_txt {
    font-size: 3vw;
  line-height: 1.5;
  }

.menu-end_02 .btn-shared {
  width: 80%;
  padding: 0 10%;
  padding-top: 10px!important;
}



@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }
  header {
    padding: 100px 40px 90px;
  }
  #key-sale .btn-shared {
    margin-top: 0;
    padding: 0;
  }
  #key-sale .tit1 {
    margin-bottom: -106px;
  }
  #sec1 {
    background: url("../img/index/sec1_bg.jpg") no-repeat center 0/100%;
    padding: 84px 0;
  }
  #sec1 .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #sec1 .lead {
    padding: 17px 0 0;
    width: 372px;
  }
  #sec1 .lead .txt p {
    padding-bottom: 32px;
  }
  #sec1 .lead .photo {
    margin: 1px 0 0 0px;
  }
  #sec1 .point {
    width: 580px;
    padding: 29px 0 0;
  }
  #sec1 .point .item {
    box-sizing: border-box;
    padding: 34px 0px 49px 62px;
    margin-bottom: 35px;
    width: 580px;
  }
  #sec1 .point .item.item2 {
    margin-left: 63px;
  }
  #sec1 .point .item.item3 {
    margin-left: -47px;
  }
  #sec1 .point .item:before {
    top: 33px;
    left: 25px;
    width: 38px;
    height: 45px;
  }
  #sec1 .point .item .catch {
    width: 185px;
    top: -110px;
    left: 393px;
  }
  #sec1 .point .item .catch img {
    width: 100%;
    height: auto;
  }
  #sec1 .point .item dt {
    font-size: 33px;
    padding-bottom: 14px;
    text-align: left;
  }
  #sec1 .point .item dd {
    width: 466px;
  }
  #sec2 h2 {
    font-size: 64px;
    line-height: 1;
    padding: 89px 0 45px;
  }
  #sec2 h2 .f-cl {
    font-size: 82px;
  }
  #sec2 h2 .t {
    font-size: 35px;
    letter-spacing: 0.3em;
    padding: 10px 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  #sec2 .course {
    margin-bottom: 0;
    width: 470px;
  }
  #sec2 .course h3 {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 30px;
  }
  #sec2 .course h3 span {
    font-size: 23px;
    letter-spacing: 0;
    width: 350px;
    margin: 0 auto;
    border-radius: 45px;
    padding: 29px 0;
    margin-bottom: 33px;
  }
  #sec2 .course .mn-list {
    padding: 30px 43px 40px;
    margin-bottom: 15px;
  }
  #sec2 .course .mn-list .total {
    margin-top: 13px;
    padding-top: 26px;
  }
  #sec2 .course .mn-list .total .tt {
    font-size: 24px;
    padding: 0 10px;
    margin-right: -12px;
    letter-spacing: 0.1em;
  }
  #sec2 .course .mn-list .total .tt span {
    letter-spacing: 0.1em;
    font-size: 37px;
  }
  #sec2 .course .mn-list dl {
    font-size: 18px;
    padding-bottom: 8px;
    letter-spacing: 0;
  }
  #sec2 .course .note {
    text-align: center;
  }
  #sec2 .course.course2 {
    padding-bottom: 50px;
  }
  #sec2 .course.course2:before {
    border-radius: 50px;
    left: -30px;
    right: -1000px;
    top: 47px;
  }
  #sec2 .course.course2 h3 span {
    padding: 14px 0 34px;
    margin-bottom: 11px;
    width: 352px;
  }
  #sec2 .course.course2 .mn-list .total .tt span {
    padding-left: 0;
  }
  #sec2 .menu-end {
    padding: 32px 0 70px;
    position: relative;
    margin: 43px 0 0;
  }
  #sec2 .menu-end .catch {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: -10px;
    right: calc(50% + 287px);
  }
  #sec2 .menu-end h3 {
    font-size: 49px;
    line-height: 1.4;
    padding: 0 0 0 127px;
  }
  #sec2 .menu-end h3 span {
    font-size: 82px;
  }
  #sec2 .menu-end h3 span i {
    font-size: 100px;
  }
  #sec2 .menu-end .tit {
    padding-bottom: 13px;
    font-size: 28px;
  }
  #sec2 .mini_txt {
	padding-top: 16px;
    font-size: 13px;
  }
  #sec2 .btn-shared {
    width: 1000px;
    padding: 0;
  }
	
	
	
  #sec3 {
    padding: 115px 0;
  }
  #sec3 h2 {
    font-size: 55px;
    margin: 0px;
    text-align: center;
  }
  #sec3 .txt-vertical {
    cursor: text;
    writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    word-wrap: normal;
  }
  #sec3 .txt-lead {
    padding: 33px 20px 34px 43px;
    border-radius: 55px;
    margin: 40px auto 40px;
    width: 651px;
    box-sizing: border-box;
  }
  #sec3 .txt-lead:before {
    background: url("../img/index/shape4.png") no-repeat 0 center/100%;
    transform: scale(-1, -1);
    top: auto;
    left: 250px;
    top: -42px;
    width: 80px;
    height: 55px;
  }
  #sec3 .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #sec3 .group .item {
    margin-bottom: 20px;
  }
  #sec3 .group .item h3 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  #sec3 .group .item h3 img {
    width: auto;
    float: left;
    margin-right: 20px;
  }
  #sec3 .group .item.item_even h3 img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  #sec3 .group .item h3 span {
    font-size: 2.6vw;
    background: url("../img/index/li_bg3.jpg") repeat-x 0 bottom/3vw;
  }
  #sec3 .video {
    text-align: center;
    border-radius: 55px;
    padding: 47px 20px 59px;
    margin: 82px auto 28px;
    width: 825px;
    box-sizing: border-box;
  }
  #sec3 .video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec3 .video .youtube {
    width: 700px;
    margin: 0 auto 10px;
    height: 397px;
  }
  #sec3 .video h3 {
    font-size: 38px;
    line-height: 1.5;
    padding-bottom: 18px;
  }
  #sec3 .video .txt {
    padding: 26px 0 0;
  }
  #sec3 .btn-shared {
    text-align: center;
  }
  #sec3 .btn-shared {
    width: 1000px;
    padding: 0;
  }
  #sec4 {
    padding: 174px 0 125px;
  }
  #sec4 h2 {
    font-size: 33px;
    line-height: 1.2;
    padding-bottom: 46px;
  }
  #sec4 h2 img {
    width: 241px;
    height: auto;
    margin: 0px auto 18px;
  }
  #sec4 .qa {
    padding-bottom: 107px;
  }
  #sec4 .toggle .toggle-link {
    background-position: 98.5% 35px;
    font-size: 19px;
    line-height: 32px;
    padding: 20px 30px 21px 36px;
    border-bottom: 3px solid #1766be;
    position: relative;
  }
  #sec4 .toggle .toggle-link:before {
    font-size: 32px;
    top: 18px;
    left: 0;
  }
  #sec4 .toggle-main {
    padding: 0px 0 20px;
  }
  #sec4 .toggle-main p {
    padding: 16px 40px;
  }
  #sec4 .btn-shared {
    width: 1000px;
    padding: 0;
  }
}
#case .highlight {
  color: #f00;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
.menu-end_02 {
    padding: 32px 0 70px;
    position: relative;
    margin: 43px 0 0;
  }
.menu-end_02 .catch {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: -10px;
    right: calc(50% + 287px);
  }
.menu-end_02 h3 {
    font-size: 49px;
    line-height: 1.4;
    padding: 0 0 0 127px;
  }
.menu-end_02 h3 span {
    font-size: 82px;
  }
.menu-end_02 h3 span i {
    font-size: 100px;
  }
.menu-end_02 .tit {
    padding-bottom: 13px;
    font-size: 28px;
  }
.menu-end_02 .mini_txt {
	padding-top: 16px;
    font-size: 13px;
  }
.menu-end_02 .btn-shared {
    width: 1000px;
    padding: 0;
    padding-top: 10px!important;
  }


}




@media screen and (max-width: 767px) {
  header h1 {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    text-align: left;
    top: 24vw;
    right: auto;
    left: 2vw;
    height: 130vw;
    font-size: 8px;
  }
}
#case {
  /* background: #e9edef url('../img/index/line.png') repeat-x center bottom; */
  background: #e9edef;
  position: relative;
}

#case .btn-more {
  margin: 20px 0 -20px;
  text-align: center;
}


#case .rssbox {
  padding-top: 50px;
}
#case .rssbox .ttl {
  margin: 0 0 15px;
  color: #1a2b4c;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
#case .rssbox .ttl .highlight {
  color: #d4a024;
  background: linear-gradient(transparent 70%, #fff3cd 70%);
  padding: 0 5px;
}
#case .rssbox .ttlbox {
  margin-bottom: 50px;
  text-align: center;
}
#case .rssbox .ttlbox .txt {
  margin: 0;
  color: #666;
  font-weight: 500;
  font-size: 16px;
}
#case #feed {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}



/* サービス利用の流れ */
#sec-flow {
  padding: 10vw 0;
  background-color: #fff;
}

#sec-flow h2 {
  font-size: 10.53vw;
  font-weight: 900;
  color: #1766be;
  letter-spacing: 0.05em;
  line-height: 1.1156;
  margin-bottom: 6vw;
}

.flow-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.flow-step {
  flex: 1;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  min-height: 350px;
}

.flow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.flow-step-icon {
  font-size: 48px;
  margin: 0 0 20px;
  line-height: 1;
}

.flow-step-number {
  display: inline-block;
  background-color: #e3f2fd;
  color: #1766be;
  border-radius: 20px;
  padding: 8px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 15px;
  letter-spacing: 0.05em;
  width: fit-content;
}

.flow-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.4;
}

.flow-step-text {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  letter-spacing: 0.05em;
  flex: 1;
}

.flow-highlight {
  background: linear-gradient(transparent 60%, #f4f195 60%);
  font-weight: 700;
  color: #1766be;
  padding: 0 2px;
}

.flow-highlight .flow-link {
  color: #1766be;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}

.flow-highlight .flow-link:hover {
  opacity: 0.8;
  text-decoration-color: #ea7400;
}

.flow-arrow {
  font-size: 32px;
  color: #1766be;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 5px;
  margin-top: 0;
  align-self: center;
}

.flow-arrow.sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .flow-step {
    min-width: auto;
    min-height: 350px;
  }

  .flow-arrow {
    display: none;
  }

  .flow-step:nth-of-type(1)::after {
    content: "→";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #999;
    font-weight: 700;
    z-index: 1;
  }

  .flow-step:nth-of-type(2)::after {
    content: "↓";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: #999;
    font-weight: 700;
    z-index: 1;
  }

  .flow-step:nth-of-type(3)::after {
    content: "→";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #999;
    font-weight: 700;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  #sec-flow {
    padding: 10vw 0;
  }

  #sec-flow h2 {
    font-size: 10.53vw;
    font-weight: 900;
    color: #1766be;
    letter-spacing: 0.05em;
    line-height: 1.1156;
    margin-bottom: 6vw;
  }

  .flow-container {
    flex-direction: column;
    gap: 4vw;
  }

  .flow-step {
    min-width: auto;
    width: 100%;
    padding: 8vw 5vw 6vw;
    align-items: center;
    text-align: center;
    min-height: auto;
  }

  .flow-step-icon {
    font-size: 12vw;
    margin: 0 0 4vw;
  }

  .flow-step-number {
    padding: 2vw 5vw;
    font-size: 3vw;
    margin: 0 auto 3vw;
    border-radius: 15px;
  }

  .flow-step-title {
    font-size: 5vw;
    margin: 0 0 3vw;
  }

  .flow-step-text {
    font-size: 3.5vw;
    line-height: 1.8;
  }

  .flow-highlight {
    background: linear-gradient(transparent 60%, #f4f195 60%);
    font-weight: 700;
    color: #1766be;
    padding: 0 1px;
  }

  .flow-highlight .flow-link {
    color: #1766be;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
  }

  .flow-highlight .flow-link:hover {
    opacity: 0.8;
    text-decoration-color: #ea7400;
  }

  .flow-arrow.pc {
    display: none;
  }

  .flow-arrow.sp {
    display: flex;
    font-size: 6vw;
    margin: 0;
    padding: 2vw 0;
    color: #999;
  }
}

#case .btn-more {
  margin: 20px 0 -20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #case {
    background-size: auto 12vw;
    padding: 6.6vw 0 20vw;
  }
  #case .wrap {
    padding: 0 3.2vw;
  }
  #case h2 {
    background: url("../img/index/case-icon.png") no-repeat center top/19vw auto;
    text-align: center;
    color: #1766be;
    font-weight: 700;
    font-size: 10.6vw;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 20vw;
  }
  #case .block {
    background-color: #fff;
    border-radius: 20px;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #424242;
    margin-top: 4.8vw;
    padding: 3.2vw 3.2vw 2vw 3.2vw;
  }
  #case .btn-more {
    margin-bottom: 0px;
  }
  #case .block .title dt {
    width: 40vw;
    background: #1766be url("../img/index/case-deco.jpg") no-repeat center left/auto 100%;
    color: #fff;
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    line-height: 6.6vw;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #case .block .title dt span {
    font-size: 5vw;
  }
  #case .block .title dd {
    font-weight: 500;
    font-size: 4.1vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    padding-top: 3.2vw;
  }
  #case .block .title dd span {
    background-image: linear-gradient(#ff2424, #ff2424);
    background-repeat: no-repeat;
    background-size: 0% 3px;
    background-position: bottom left;
    transition: background-size 1.5s;
    padding-bottom: 3px;
  }
  #case .block .title dd span.on {
    background-size: 100% 3px;
  }
  #case .block .box {
    border: 1px solid #424242;
    box-sizing: border-box;
    margin: 3.2vw auto 0;
  }
  #case .block .table table {
    width: 100%;
    table-layout: fixed;
  }
  #case .block .table th,
  #case .block .table td {
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #424242;
  }
  #case .block .table th {
    background-color: #e7e7e7;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-right: 1px dashed #424242;
  }
  #case .block .table td {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #case .block .table .table1 th {
    width: 20vw;
  }
  #case .block .table .table1 th,
  #case .block .table .table1 td {
    height: 10vw;
  }
  #case .block .table .table1 td {
    text-align: left;
    padding: 0 5.3vw;
  }
  #case .block .table .table2 th {
    width: 40vw;
  }
  #case .block .table .table2 th,
  #case .block .table .table2 td {
    height: 15vw;
  }
  #case .block .table .table2 td {
    color: #ea7400;
    font-weight: 700;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  #case .block .support {
    border-bottom: 1px solid #424242;
  }
  #case .block .support h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 10vw;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #1766be;
    color: #fff;
  }
  #case .block .support .txt {
    padding: 4vw 4vw;
  }
  #case .block .message h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 10vw;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #1766be;
    color: #fff;
  }
  #case .block .message .txt {
    padding: 4vw 4vw;
  }
  #case .btn-shared {
    padding-top: 75px;
  }


}
@media screen and (min-width: 768px) {
  #case {
    padding: 45px 0 135px;
  }
  #case .wrap {
    max-width: 1050px;
  }
  #case h2 {
    background: url("../img/index/case-icon.png") no-repeat center top/143px auto;
    text-align: center;
    color: #1766be;
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 0;
    padding-top: 155px;
  }
  #case .block {
    background-color: #fff;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #424242;
    margin-top: 40px;
    padding: 40px 0 0 0;
  }
  #case .block .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  #case .block .title dt {
    width: 280px;
    background: #1766be url("../img/index/case-deco.jpg") no-repeat center left/auto 100%;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 45px;
    text-align: right;
    box-sizing: border-box;
    padding: 16px 40px;
  }
  #case .block .title dt span {
    font-size: 45px;
  }
  #case .block .title dd {
    width: calc(100% - 330px);
    font-weight: 500;
    font-size: 29px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #000;
  }
  #case .block .title dd span {
    background-image: linear-gradient(#ff2424, #ff2424);
    background-repeat: no-repeat;
    background-size: 0% 5px;
    background-position: bottom left;
    transition: background-size 1.5s;
  }
  #case .block .title dd span.on {
    background-size: 100% 5px;
  }
  #case .block .box {
    width: 90%;
    max-width: 840px;
    border: 1px solid #424242;
    box-sizing: border-box;
    margin: 40px auto 0;
  }
  #case .block .table {
    display: flex;
  }
  #case .block .table table {
    width: 50%;
    table-layout: fixed;
  }
  #case .block .table th,
  #case .block .table td {
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #424242;
  }
  #case .block .table th {
    width: 140px;
    background-color: #e7e7e7;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-right: 1px dashed #424242;
  }
  #case .block .table td {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #case .block .table .table1 th,
  #case .block .table .table1 td {
    height: 60px;
  }
  #case .block .table .table1 td {
    text-align: left;
    padding: 0 20px;
  }
  #case .block .table .table2 th {
    border-left: 1px solid #424242;
  }
  #case .block .table .table2 th,
  #case .block .table .table2 td {
    height: 90px;
  }
  #case .block .table .table2 td {
    color: #ea7400;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 32px;
  }
  #case .block .support {
    border-bottom: 1px solid #424242;
  }
  #case .block .support h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #1766be;
    color: #fff;
    padding: 10px 0;
  }
  #case .block .support .txt {
    padding: 20px 30px;
  }
  #case .block .message h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #1766be;
    color: #fff;
    padding: 10px 0;
  }
  #case .block .message .txt {
    padding: 20px 30px;
  }
  #case .btn-shared {
    padding-top: 75px;
  }
    
  #case #feed {
    flex-direction: row;
    justify-content: center;
    column-gap: 24px;
  }
  #case #feed a:hover {
    text-decoration: none;
  }
  #case .rssbox {
    padding-top: 75px;
  }
  #case .rssbox .rss {
    max-width: 254px;
  }
  #case .rssbox .ttl {
    font-size: 32px;
  }
  #case .rssbox .ttl .highlight {
    color: #d4a024;
    background: linear-gradient(transparent 70%, #fff3cd 70%);
    padding: 0 5px;
  } 
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 220px;
  max-width: 100%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: #eb6100;
  border: solid 3px #eb6100;
  box-sizing: border-box;
  margin: auto;
  font-weight: 600;
}

.balloon2 span {
  font-size: 26px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #eb6100;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eb6100;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #sec2 .balloon {
    position: relative;
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .balloon {
    position: absolute;
    top: -25px;
    left: calc(50% - 122px);
    width: 100%;
    z-index: 2;
  }
}

#keytxt-wrap .ttl2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #FFF;
  width: 100%;
}

#keytxt-wrap .ttl2item {
  text-align: center;
  width: 38vw;
  margin: 2em 0 0;
}

#keytxt-wrap .circle {
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 5.2vw;
  line-height: 1.2;
  background: url(../img/index/gekkeiju.png) no-repeat center;
  background-size: cover;
}

#keytxt-wrap .description {
  font-size: 3vw;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #keytxt-wrap .description {
    display: none;
  }
  #keytxt-wrap .ttl2item {
    text-align: center;
    max-width: 140px;
  }
  #keytxt-wrap .ttl2 {
    position: absolute;
    top: 270px;
    left: calc(50% + 100px);
    width: 300px;
  }
  #keytxt-wrap .circle {
    width: 140px;
    height: 140px;
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  #keytxt-wrap .ttl2 {
    left: calc(50% + 180px);
  }
}
#sec-reasons {
  padding: 10vw 0;
  background-color: #faf8f5;
}

#sec-reasons h2 {
  font-size: 10vw;
  font-weight: 700;
  color: #1766be;
  text-align: center;
  margin: 0 0 6vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#sec-reasons h2 .title-prefix {
  font-size: 7.5vw;
  color: #000;
  letter-spacing: 0em;
}

#sec-reasons h2 .underline {
  position: relative;
  display: inline-block;
  font-size: 10vw;
  color: #1766be;
}

#sec-reasons h2 .underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1766be;
}

#sec-reasons .reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
}

#sec-reasons .reason-card {
  background-color: #fff;
  border-radius: 15px;
  /* padding: 6vw 5vw; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#sec-reasons .reason-icon {
  text-align: center;
  margin-bottom: 3vw;
}

#sec-reasons .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  background-color: #fff9e6;
}

#sec-reasons .icon-circle span {
  font-size: 10vw;
  display: block;
}

#sec-reasons .reason-label {
  font-size: 3.5vw;
  font-weight: 700;
  color: #ea7400;
  text-align: center;
  margin: 0 0 2vw;
  letter-spacing: 0.1em;
}

#sec-reasons .reason-title {
  font-size: 4.5vw;
  font-weight: 700;
  color: #1766be;
  text-align: center;
  margin: 0 0 3vw;
  line-height: 1.5;
}

#sec-reasons .reason-text {
  font-size: 3.5vw;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin: 0;
}

#sec-reasons .reason-text .highlight {
  background-color: #fffacd;
  padding: 0.2em 0.3em;
  font-weight: 600;
  display: inline;
}

@media screen and (min-width: 768px) {
  #sec-reasons {
    padding: 80px 0;
  }

  #sec-reasons h2 {
    font-size: 64px;
    margin: 0 0 60px;
  }

  #sec-reasons h2 .title-prefix {
    font-size: 64px;
    color: #000;
    letter-spacing: 0em;
  }

  #sec-reasons h2 .underline {
    font-size: 82px;
    color: #1766be;
  }

  #sec-reasons h2 .underline::after {
    height: 4px;
    bottom: -8px;
  }

  #sec-reasons .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  #sec-reasons .reason-card {
    /* padding: 0; */
  }

  #sec-reasons .reason-icon {
    margin-bottom: 20px;
  }

  #sec-reasons .icon-circle {
    width: 100px;
    height: 100px;
  }

  #sec-reasons .icon-circle span {
    font-size: 50px;
  }

  #sec-reasons .reason-label {
    font-size: 14px;
    margin: 0 0 15px;
  }

  #sec-reasons .reason-title {
    font-size: 22px;
    margin: 0 0 20px;
  }

  #sec-reasons .reason-text {
    font-size: 15px;
    line-height: 1.9;
  }
}
#sec-difference {
  padding: 10vw 0;
  background-color: #faf8f5;
}

#sec-difference .wrap {
  max-width: 1050px;
}

#sec-difference h2 {
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#sec-difference h2 .heading-prefix {
  color: #424242;
}

#sec-difference h2 .heading-main {
  color: #1766be;
}

#sec-difference .heading-subtitle {
  font-size: 3.5vw;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin: 0 0 6vw;
  line-height: 1.6;
}

#sec-difference .comparison-table {
  margin-top: 5vw;
}

/* スマホ表示 */
#sec-difference .comparison-mobile {
  display: block;
}

#sec-difference .comparison-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 5vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 4vw;
}

#sec-difference .comparison-header {
  background-color: #1766be;
  color: #fff;
  padding: 3vw;
  border-radius: 10px 10px 0 0;
  margin: -5vw -5vw 3vw -5vw;
  text-align: center;
}

#sec-difference .comparison-header h3 {
  font-size: 4.5vw;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}

#sec-difference .recommend-badge-mobile {
  display: inline-block;
  background-color: #ea7400;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  padding: 1.5vw 3vw;
  border-radius: 15px;
  white-space: nowrap;
}

#sec-difference .comparison-item.misekari-card {
  border: 3px solid #1766be;
}

#sec-difference .comparison-item.misekari-mobile-card {
  background-color: #f1f8f4;
  border: 3px solid #1766be;
}

#sec-difference .comparison-header.misekari-header {
  background-color: #1766be;
}

#sec-difference .comparison-row {
  display: flex;
  flex-direction: column;
  padding: 3vw 0;
  border-bottom: 1px solid #e0e0e0;
}

#sec-difference .comparison-row:last-child {
  border-bottom: none;
}

#sec-difference .comparison-label {
  font-size: 3.2vw;
  font-weight: 700;
  color: #1766be;
  margin-bottom: 1.5vw;
}

#sec-difference .comparison-text {
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

#sec-difference .mark-excellent {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  border-radius: 50%;
  background-color: #c8e6c9;
  color: #2e7d32;
  font-weight: 700;
  font-size: 7vw;
  margin-right: 2vw;
  flex-shrink: 0;
}

#sec-difference .mark-good {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  border-radius: 50%;
  background-color: #fff9c4;
  color: #f57f17;
  font-weight: 700;
  font-size: 7vw;
  margin-right: 2vw;
  flex-shrink: 0;
}

#sec-difference .mark-fair {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  border-radius: 50%;
  background-color: #ffe0b2;
  color: #e65100;
  font-weight: 700;
  font-size: 7vw;
  margin-right: 2vw;
  flex-shrink: 0;
}

#sec-difference .mark-bad {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  border-radius: 50%;
  background-color: #ffcdd2;
  color: #c62828;
  font-weight: 700;
  font-size: 7vw;
  margin-right: 2vw;
  flex-shrink: 0;
}

/* PC表示 */
#sec-difference .comparison-desktop {
  display: none;
}

#sec-difference .comparison-table-main {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#sec-difference .comparison-table-main thead {
  background-color: #1766be;
  color: #fff;
}

#sec-difference .comparison-th {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#sec-difference .comparison-th:last-child {
  border-right: none;
}

#sec-difference .comparison-th-label {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #1766be;
  color:#fff;
}

#sec-difference .comparison-td {
  padding: 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 1.6;
}

#sec-difference .comparison-td-feature {
  text-align: center;
  background-color: #f1f8f4;
}

#sec-difference .feature-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1766be;
  margin-bottom: 8px;
}

#sec-difference .comparison-td-feature .detail-text {
  text-align: center;
}

#sec-difference .comparison-td:last-child {
  border-right: none;
}

#sec-difference .comparison-td-label {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  white-space: nowrap;
  text-align: center;
}

#sec-difference .comparison-td-label small {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

#sec-difference .comparison-td-label.misekari-label {
  background-color: #e3f2fd;
  color: #1766be;
  font-weight: 700;
}

#sec-difference .recommend-badge {
  display: block;
  background-color: #ea7400;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin: 8px auto 0;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
}

#sec-difference .comparison-table-main tbody tr.misekari-row {
  background-color: #f1f8f4;
}

#sec-difference .comparison-table-main tbody tr.misekari-row .comparison-td {
  background-color: #f1f8f4;
}

#sec-difference .comparison-cell-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

#sec-difference .comparison-cell-content .mark-excellent,
#sec-difference .comparison-cell-content .mark-good,
#sec-difference .comparison-cell-content .mark-fair,
#sec-difference .comparison-cell-content .mark-bad {
  display: inline-block;
  flex-shrink: 0;
  margin: 0 auto;
}

#sec-difference .summary-text {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

#sec-difference .detail-text {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

#sec-difference .comparison-table-main tbody tr:last-child .comparison-td {
  border-bottom: none;
}

/* スマホ表示：左列固定、右側スクロール */
@media screen and (max-width: 767px) {
  #sec-difference .comparison-table-wrapper {
         overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        margin: 0 -7vw;
        padding: 3vw 5vw;
  }

  #sec-difference .comparison-table-main {
    min-width: 800px;
    table-layout: fixed;
  }

  /* 見出し行（thead）を固定 */
  #sec-difference .comparison-table-main thead {
    position: sticky;
    top: 0;
    z-index: 20;
  }

  /* サービス名列の見出し：固定 */
  #sec-difference .comparison-th-label {
    position: sticky;
    left: 0;
    z-index: 25;
    background-color: #1766be;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    padding: 15px 10px;
    font-size: 14px;
            vertical-align: middle;
  }

  /* その他の見出し列も固定 */
  #sec-difference .comparison-th {
    position: relative;
    z-index: 21;
    background-color: #1766be;
  }

  /* サービス名列のデータ：固定 */
  #sec-difference .comparison-td-label {
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: #f5f5f5;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    padding: 15px 10px;
    font-size: 13px;
    white-space: normal;
    word-break: break-word;
  }

  #sec-difference .comparison-td-label.misekari-label {
    background-color: #e3f2fd;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  }

  #sec-difference .comparison-table-main tbody tr.misekari-row .comparison-td-label {
    background-color: #e3f2fd;
  }

  /* その他の列：最適化された幅 */
  #sec-difference .comparison-th {
    width: 190px;
    min-width: 190px;
    padding: 15px 12px;
    font-size: 13px;
  }

  #sec-difference .comparison-td {
    width: 190px;
    min-width: 190px;
    padding: 15px 12px;
    font-size: 12px;
  }

  #sec-difference .comparison-td-label small {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.3;
  }

  #sec-difference .recommend-badge {
    font-size: 10px;
    padding: 4px 8px;
    margin: 6px auto 0;
  }
}

@media screen and (min-width: 768px) {
  #sec-difference {
    padding: 80px 0;
  }

  #sec-difference .wrap {
    max-width: 1050px;
  }

  #sec-difference h2 {
    font-size: 64px;
    margin: 0 0 20px;
  }

  #sec-difference h2 .heading-prefix {
    color: #424242;
  }

  #sec-difference h2 .heading-main {
    color: #1766be;
  }

  #sec-difference .heading-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin: 0 0 60px;
  }

  #sec-difference .comparison-table {
    margin-top: 40px;
  }

  #sec-difference .comparison-mobile {
    display: none;
  }

  #sec-difference .comparison-desktop {
    display: block;
  }

  #sec-difference .comparison-table-main {
    table-layout: fixed;
  }

  #sec-difference .comparison-th {
    padding: 25px 20px;
    font-size: 18px;
    vertical-align: middle;
    width: 28%;
  }

  #sec-difference .comparison-th-label {
    padding: 25px 20px;
    font-size: 18px;
    width: 14%;
    min-width: 160px;
    vertical-align: middle;
    text-align: center;
  }

  #sec-difference .comparison-td {
    padding: 25px 20px;
    font-size: 15px;
    line-height: 1.7;
    vertical-align: top;
    width: 28%;
  }

  #sec-difference .comparison-td-feature {
    text-align: center;
  }

  #sec-difference .feature-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  #sec-difference .comparison-td-feature .detail-text {
    text-align: center;
  }

  #sec-difference .comparison-td-label {
    padding: 25px 20px;
    font-size: 22px;
    width: 16%;
    min-width: 160px;
    vertical-align: middle;
    line-height: 1.5;
    white-space: normal;
    text-align: center;
  }

  #sec-difference .comparison-td-label small {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
  }

  #sec-difference .recommend-badge {
    font-size: 16px;
    padding: 8px 20px;
    margin: 10px auto 0;
  }

  #sec-difference .mark-excellent,
  #sec-difference .mark-good,
  #sec-difference .mark-fair,
  #sec-difference .mark-bad {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    margin-right: 0;
  }

  #sec-difference .comparison-cell-content .mark-excellent,
  #sec-difference .comparison-cell-content .mark-good,
  #sec-difference .comparison-cell-content .mark-fair,
  #sec-difference .comparison-cell-content .mark-bad {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
  }

  #sec-difference .comparison-cell-content {
    gap: 12px;
    align-items: center;
    text-align: center;
  }

  #sec-difference .summary-text {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
  }

  #sec-difference .detail-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
  }
}
#sec-gg {
  margin: 10vw 0px;
}

#sec-gg h2 {
  font-size: 6vw;
  font-weight: 600;
  margin: 0px 0px 6vw;
  text-align: left;
}

#sec-gg h2 span {
  display: inline-block;
  font-size: 4.5vw;
}

#sec-gg .slider-review .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
  transition: all 200ms ease-out;
  background-color: #ffffff;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #F4F4F4;
  border-radius: 15px;
  z-index: 10;
  font-size: 0;
  border: none;
}

#sec-gg .slider-review .slick-arrow::before {
  transition: all 200ms ease-out;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #575757;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
}

#sec-gg .slider-review .slick-arrow.slick-prev {
  left: 0px;
}

#sec-gg .slider-review .slick-arrow.slick-prev::before {
  transform: translate(-30%, -50%) rotate(45deg);
}

#sec-gg .slider-review .slick-arrow.slick-next {
  right: 0px;
}

#sec-gg .slider-review .slick-arrow.slick-next::before {
  transform: translate(-70%, -50%) rotate(-135deg);
}

#sec-gg .slider-review {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

#sec-gg .slick-slider {
  pointer-events: auto !important;
  user-select: auto !important;
}

#sec-gg .slick-slider * {
  pointer-events: auto;
  user-select: auto !important;
}

#sec-gg .slider-review .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  background: rgba(87, 87, 87, 0.35);
  height: 3px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 3px;
}

#sec-gg .slider-review .slick-dots li {
  flex: 1;
  height: 100%;
  position: relative;
}

#sec-gg .slider-review .slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  inset: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#sec-gg .slider-review .slick-dots li.slick-active button {
  background: #575757;
}

#sec-gg .list-review .review-box {
  width: 82vw !important;
  margin: 0px 2vw;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #F4F4F4;
  padding: 5vw;
  position: relative;
  box-sizing: border-box;
}

#sec-gg .list-review .review-box .icon-gg {
  position: absolute;
  width: 20px;
  top: 5vw;
  right: 5vw;
}

#sec-gg .list-review .review-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 20px);
}

#sec-gg .list-review .review-box dl dt {
  width: 40px;
  margin-right: 15px;
}

#sec-gg .list-review .review-box dl dd {
  width: calc(100% - 55px);
  line-height: 1.4;
}

#sec-gg .list-review .review-box dl dd .user-name {
  font-weight: 600;
  font-size: 15px;
}

#sec-gg .list-review .review-box dl dd .user-time {
  color: #767676;
  font-size: 13px;
}

#sec-gg .list-review .review-box .star {
  display: flex;
  justify-content: flex-start;
  margin: 3vw 0px;
  align-items: center;
}

#sec-gg .list-review .review-box .star li {
  width: 17px;
  margin-right: 1px;
}

#sec-gg .list-review .review-box .star li:last-child {
  margin-left: 7px;
  width: 15px;
}

#sec-gg .list-review .review-box .review-txt {
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-align: left;
  height: 87px;
}

#sec-gg .list-review .review-box .review-txt.open {
  height: 100% !important;
}

#sec-gg .list-review .review-box .review-btn {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 8px 0px 0px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #sec-gg {
    margin: 20px 0px 40px;
  }
  #sec-gg h2 {
    font-size: 28px;
    margin: 0px 0px 30px;
  }
  #sec-gg h2 span {
    font-size: 20px;
    margin-left: 20px;
  }
  #sec-gg .list-review .review-box .star {
    margin: 6px 0px;
  }
  #sec-gg .list-review .review-box {
    width: 360px !important;
    margin-right: 20px;
    margin-left: 0;
    padding: 20px;
  }
  #sec-gg .list-review .review-box .icon-gg {
    top: 20px;
    right: 20px;
  }
  #sec-gg .list-review .review-box .review-txt {
    font-size: 15px;
    line-height: 22px;
  }
  #sec-gg .list-review .review-box .review-btn {
    cursor: pointer;
  }
  #sec-gg .list-review .review-box .review-btn:hover {
    color: #000;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1240px) {
  #sec-gg .list-review .review-box {
    width: 300px !important;
  }
}
#sec_person {
  position: relative;
  padding: 10vw 0px 20vw;
}
#sec_person h2 {
  font-size: 10.53vw;
  font-weight: 900;
  color: #1766be;
  letter-spacing: 0.05em;
  line-height: 1.1156;
}
#sec_person h3 {
  font-size: 5.73vw;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 4vw;
}
#sec_person .inner {
  margin-top: 8vw;
}
#sec_person .col-right {
  margin-top: 8vw;
  line-height: 2.16;
}
#sec_person h4 {
  font-size: 6vw;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
}
#sec_person .person-name {
  margin-top: 5vw;
  font-size: 4.93vw;
  letter-spacing: 0;
  line-height: 1.31;
}
#sec_person .person-name small {
  font-size: 4.13vw;
}
#sec_person .person-name span {
  font-weight: 700;
  display: block;
}
#sec_person .person-name dt {
  color: #1766be;
}
#sec_person .person-name dd {
  margin-top: 3vw;
}
#sec_person .person-name dd span {
  margin-top: 1vw;
}
#sec_person .txt {
  letter-spacing: 0;
  margin-top: 4vw;
}
#sec_person .person-list {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  #sec-flow {
    padding: 80px 0px 80px;
  }
  #sec-flow h2 {
    font-size: 64px;
    margin-bottom: 68px;
  }
  #sec_person {
    padding: 80px 0px 130px;
    background-size: auto;
  }
  #sec_person h2 {
    font-size: 64px;
  }
  #sec_person h3 {
    font-size: 28px;
    margin-top: 17px;
  }
  #sec_person h4 {
    font-size: 30px;
  }
  #sec_person .inner {
    margin-top: 45px;
    justify-content: space-between;
  }
  #sec_person .person-name {
    margin-top: 15px;
    font-size: 22px;
  }
  #sec_person .person-name small {
    font-size: 16px;
  }
  #sec_person .person-name dd {
    margin-top: 12px;
  }
  #sec_person .person-name dd span {
    margin-top: 5px;
  }
  #sec_person .col-left {
    width: 370px;
  }
  #sec_person .col-right {
    width: 610px;
    font-size: 18px;
    margin-top: 4px;
  }
  #sec_person .txt {
    margin-top: 23px;
  }
  #sec_person .person-list {
    margin-top: 59px;
  }
}

.info {
  padding: 0 0 150px;
  text-align: center;
}

/* Title */
.info__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.info__title span {
  background: linear-gradient(transparent 60%, #fff200 60%);
  padding: 0 4px;
}

.info__desc {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* Card list */
.info__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

/* Card */
.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  text-decoration: none;
}

/* Thumbnail */
.card__thumb {
  background: #cfcfcf;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card__thumb span {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
/* Body */
.card__body {
  padding: 25px;
}

.card__date {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

/* Button */
.info__btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  position: relative;
  padding-bottom: 8px;
}

.info__btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d70000;
  transition: all 0.3s;
}

.info__btn span {
  margin-left: 5px;
}
.info__btn:hover {
  text-decoration: none;
}
.info__btn:hover:after {
  background: transparent;
}
@media (max-width: 767px) {
  .info {
    padding-bottom: 60px;
  }
  .info__list {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 500px;
  }

  .card__thumb {
    height: 56.25vw;
  }
}

#sec_consulting {
    padding: 0 0 130px;
        background: url("../img/index/line.png") repeat-x center bottom;
    background-size: auto;
    letter-spacing: 0;
}
  #sec_consulting .inner {
    width: 1040px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    box-sizing: border-box;
    position: relative;
    border: 3px dashed #d0d2d5;
    background: #f9fafb;
    border-radius: 10px;
    padding: 50px 45px;
  }
  #sec_consulting h2 {
    position: absolute;
    left: 48px;
    top: -30px;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
  }
  #sec_consulting h2 span {
    font-weight: 700;
    padding: 15.5px 60px;
    display: inline-block;
    border-radius: 35px;
    background: #ee2f2f;
  }
  #sec_consulting .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #sec_consulting .flex .left {
    width: 450px;
    margin: 60px 0 0;
  }
  #sec_consulting .flex .left .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 25px;
  }
  #sec_consulting .flex .left .title span {
    color: #ee2f2f;
  }

  #sec_consulting .flex .left .list li {
    box-shadow: 0px 4px 0px 0px #dde3ee;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #dde3ee;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 13px;
  }
  #sec_consulting .flex .left .list li::before {
    content: '';
    background: url('../img/index/icon_not.png') no-repeat center/ 100% auto;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  #sec_consulting .flex .left .list li span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 3px 0 0;
    letter-spacing: -0.1em;
  }
  #sec_consulting .flex .left .list li+li {
    margin-top: 20px;
  }

  #sec_consulting .flex .right {
    position: relative;
    width: 440px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 2px solid #f3d12b;
    background: #fff;
    padding: 32px;
  }

  #sec_consulting .flex .right .title {
    position: absolute;
    transform: rotate(10deg);
    top: -14px;
    right: -18px;
    border-radius: 10px;
    background: #f3d12b;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    padding: 3.5px 22px;
  }

  #sec_consulting .flex .right .title2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.15em;
    margin: 0 -15px 0 0;
  }
  #sec_consulting .flex .right .title2 span {
    color: #ee2f2f;
  }

  #sec_consulting .flex .right .txt {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0;
  }

  #sec_consulting .flex .right .txt strong {
    font-weight: 900;
  }

  #sec_consulting .flex .right .box-google {
    border-radius: 10px;
    border: 2px solid #b2c3e6;
    background: #f0f5ff;
    padding: 15px 28px 15px 22px;
  }

  #sec_consulting .flex .right .box-google .tit {
    display: flex;
    gap: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #3a319f;
  }

  #sec_consulting .flex .right .box-google .tit::before {
    content: '';
    background: url('../img/index/icon_balloon.png') no-repeat center/ 100% auto;
    width: 12px;
    height: 19px;
  }

  #sec_consulting .flex .right .box-google .tit2 {
    margin: 12px 0 0;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    color: #0b217f;
  }
  #sec_consulting .flex .right .box-google .owner {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    color: #4e41e9;
  }

  #sec_consulting .flex .right .google-start {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 24px 11px;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.4;
  }

  #sec_consulting .flex .right .google-start::before {
    content: '';
    width: 111px;
    height: 21px;
    background: url('../img/index/icon_start.png') no-repeat center/ 100% auto;
  }

  #sec_consulting .flex .right .btn {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  #sec_consulting .flex .right .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    height: 70px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #ffc17f;
    background: #f98203;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.5;
  }
  #sec_consulting .flex .right .btn a:hover {
    opacity: 0.8;
  }

  #sec_consulting .flex .right .btn a::before {
    content: '';
    background: url('../img/index/icon_chat.png') no-repeat center/ 100% auto;
    width: 27px;
    height: 26px;
    margin: 0 7px 0 0;
  }

  #sec_consulting .flex .right .btn a::after {
    content: '';
    background: url('../img/index/arrow.png') no-repeat center right/ 100% auto;
    width: 8px;
    height: 15px;
    margin: 0 0 0 20px;
  }

@media screen and (max-width: 767px) {
  #sec_consulting {
    background-size: auto 12vw;
    padding: 0 6.25% 20vw;
  }
  #sec_consulting .inner {
    padding: 35px 15px;
    max-width: 100%;
  }

  #sec_consulting h2 {
      font-size: 16px;
      left: 10px;
      top: -22px;
  }

  #sec_consulting h2 span {
      padding: 10px 20px;
  }

  #sec_consulting .flex {
      display: block;
  }

  #sec_consulting .flex .left {
      width: 100%;
      margin: 0 0 40px;
  }

  #sec_consulting .flex .left .title {
      font-size: 17px;
      margin: 0 0 15px;
  }

  #sec_consulting .flex .left .list li {
      gap: 10px;
  }

  #sec_consulting .flex .left .list li::before {
      width: 20px;
      height: 20px;
      min-width: 20px;
  }

  #sec_consulting .flex .left .list li span {
      font-size: 13px;
      margin: 0;
  }

  #sec_consulting .flex .right {
      width: 100%;
      padding: 20px 15px;
  }

  #sec_consulting .flex .right .title {
      top: -15px;
      font-size: 16px;
      padding: 3.5px 15px;
  }

  #sec_consulting .flex .right .title2 {
      font-size: 16px;
  }

  #sec_consulting .flex .right .txt {
      margin: 10px 0 15px;
  }

  #sec_consulting .flex .right .box-google {
      padding: 10px 15px;
  }

  #sec_consulting .flex .right .google-start {
      font-size: 11px;
      gap: 5px;
      letter-spacing: -0.05em;
      margin: 15px 0 15px 10px;
  }

  #sec_consulting .flex .right .google-start::before {
      width: 70px;
      height: 14px;
  }

  #sec_consulting .flex .right .btn a {
    height: 50px;
    font-size: 15px;
    letter-spacing: -0.1em;
  }

  #sec_consulting .flex .right .btn a::before {
      width: 18px;
      height: 17px;
      margin: 0 4px 0 0;
  }

  #sec_consulting .flex .right .btn a::after {
      margin: 0 0 0 10px;
      width: 6px;
      height: 12px;
  }
}