@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPULUS-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPULUSR-Bold.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*================================
* フォントサイズ
=================================*/
/*ベース最大値*/
/*PCのfont-size掛け率*/
/*-------------------------------------
* COMMON
*--------------------------------------*/
/*.m-dot-1{
    background-color: #f7d1e2;
    background-image: radial-gradient(#f9deea 16%, transparent 16%),radial-gradient(#f9deea 16%, transparent 16%);
    background-position: 0 0,5px 5px;
    background-size: 10px 10px;
}
.m-dot-2{
    background-color: #ffc232;
    background-image: radial-gradient(#ffd56b 16%, transparent 16%),radial-gradient(#ffd56b 16%, transparent 16%);
    background-position: 0px 0px,10px 10px;
    background-size: 20px 20px;
}*/
.m-dot-3 {
  background-color: #faf85c;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 30%, transparent 30%), radial-gradient(rgba(255, 255, 255, 0.4) 30%, transparent 30%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
}

/*.m-graph-1 {
    background-color: #017ac9;
	background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 0),
                    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 0);
	background-size: 10px 10px;
}
.m-graph-2 {
    background-color: #a5e1fb;
	background-image: linear-gradient(rgba(255,255,255,0.3) 1px, transparent 0),
                    linear-gradient(90deg, rgba(255,255,255,0.3) 1px, transparent 0);
	background-size: 10px 10px;
}*/
.m-graph-3 {
  background-color: #fff;
  background-image: linear-gradient(#e0f4ff 1px, transparent 0), linear-gradient(90deg, #e0f4ff 1px, transparent 0);
  background-size: 10px 10px;
}

.m-stripe-1 {
  background-color: rgb(234, 108, 149);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(255, 255, 255, 0.09) 8px, rgba(255, 255, 255, 0.09) 15px);
}

.m-stripe-2 {
  background-color: rgb(255, 233, 242);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.41) 6px, rgba(255, 255, 255, 0.41) 12px);
}

.m-flex {
  display: flex;
  justify-content: space-between;
}

.m-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 820px) {
  .m-inner {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 30px 4%;
  }
}
.m-inner_m {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 820px) {
  .m-inner_m {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 30px 4%;
  }
}
.m-inner_l {
  max-width: calc(1080px + 2%);
  margin: 0 auto;
  padding: 60px 2%;
}
@media (max-width: 820px) {
  .m-inner_l {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 30px 4%;
  }
}

.m-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .m-ttl {
    margin-bottom: 25px;
  }
  .m-ttl img {
    max-width: 80%;
  }
}

.m-acc--btn.open::after {
  transform: rotate(180deg) translateY(50%);
}
.m-acc--content {
  display: none;
}

.m-more_btn {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f52e7f;
  border-radius: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  margin: 30px auto 0;
}
@media (max-width: 599px) {
  .m-more_btn {
    max-width: 80%;
  }
}
.t-right{
  text-align: right;
}

/*--Contents-------------------*/
@media (max-width: 760px) {
  .achievements-list {
    display: block;
  }
}
.achievements-list--item {
  flex-basis: 49%;
  margin-bottom: 45px;
}
.achievements-list--ttl {
  font-size: 32px;
  font-size: clamp(16px, 2.353vw, 32px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #f52e7f;
  padding: 10px;
}
@media (max-width: 599px) {
  .achievements-list--ttl {
    font-size: 18px;
    padding: 5px;
  }
}
.achievements-list--text {
  font-size: 24px;
  font-size: clamp(12px, 1.765vw, 24px);
  padding: 15px 0;
}
@media (max-width: 599px) {
  .achievements-list--text {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .cast .m-ttl img {
    max-width: 100%;
  }
}
.cast-bnr {
  background: #fff;
}
.cast-bnr img {
  width: 100%;
}
.cast-bnr:hover {
  opacity: 1;
}
.cast-bnr:hover img {
  display: block;
  transition: 0.5s;
  opacity: 0.8;
}
.cast-text {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  color: #fff;
  margin: 60px 0;
}
@media (max-width: 599px) {
  .cast-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.06em;
    margin: 20px 0;
  }
}
.cast-btn--link {
  font-size: 32px;
  font-size: clamp(16px, 2.353vw, 32px);
  font-weight: 700;
  color: #f52e7f;
  background: url(../img/cast-btn_bg.png) no-repeat 50% 50%/85%;
  text-align: center;
  padding: 40px 0;
  filter: drop-shadow(3px 5px 5px rgb(244, 46, 129));
  transition: 0.5s;
}
@media (max-width: 599px) {
  .cast-btn--link {
    font-size: 16px;
    padding: 20px;
  }
}
.cast-btn--link:hover {
  filter: none;
  opacity: 1;
}

.voice {
  padding: 60px 2%;
}
@media (max-width: 599px) {
  .voice {
    padding: 0;
  }
}
.voice .m-inner {
  border: 10px solid #f52e7f;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 599px) {
  .voice .m-inner {
    border-width: 5px;
  }
}
.voice .m-ttl {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .voice .m-ttl {
    margin-bottom: 10px;
  }
  .voice .m-ttl img {
    max-width: 60%;
  }
}
.voice-text {
  align-items: center;
  justify-content: center;
}
.voice-text p {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-weight: 700;
  line-height: 2;
  padding-right: 10px;
}
.voice-text p em {
  font-size: 44px;
  font-size: clamp(22px, 3.235vw, 44px);
  font-weight: 900;
  color: #bc003f;
}
.voice-text p span:nth-of-type(1) {
  border-bottom: 2px solid #494647;
}
.voice-text p span:nth-of-type(2) {
  border-bottom: 2px solid #bc003f;
}
.voice-img_1 {
  width: min(36.2666666667vw, 272px);
}
.voice-rating {
  font-size: 40px;
  font-size: clamp(20px, 2.941vw, 40px);
  font-weight: 700;
  text-align: center;
  margin: 10px auto 40px;
}
@media (max-width: 599px) {
  .voice-rating {
    display: flex;
    margin-bottom: 30px;
  }
  .voice-rating span {
    display: block;
  }
}
.voice-list--item {
  border-top: 1px solid #ddd;
  padding: 20px;
}
@media (max-width: 599px) {
  .voice-list--item {
    padding: 15px 10px;
  }
}
.voice-list--item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.voice-list--head {
  display: flex;
  margin-bottom: 10px;
}
.voice-list--icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #d9e7f3;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .voice-list--icon {
    width: 43px;
    height: 43px;
  }
}
.voice-list--icon img {
  width: 100%;
}
.voice-list--name {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  .voice-list--name {
    font-size: 14px;
  }
}
.voice-list--comment {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .voice-list--comment {
    font-size: 12px;
    line-height: 1.6;
  }
}
.voice-list--star {
  display: inline-block;
  max-width: 84px;
  vertical-align: baseline;
  margin-right: 10px;
}

.about {
  background-image: url(../img/about-bg_top.png), url(../img/about-bg_bottom.png);
  background-repeat: no-repeat;
  background-position: 50% top, 50% bottom;
  background-size: contain;
}
@media (max-width: 599px) {
  .about {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.about .m-inner {
  text-align: center;
}
.about-text {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
  text-align: left;
  margin: 60px 0 40px;
  padding: 0 2%;
}
@media (max-width: 599px) {
  .about-text {
    font-size: 16px;
    padding: 0 0;
    margin: 20px 0 10px;
  }
}

@media (max-width: 599px) {
  .plan .m-ttl img {
    max-width: 60%;
  }
}
.plan-box {
  background: #fff;
  padding: 50px 30px;
  border-radius: 15px;
}
@media (max-width: 599px) {
  .plan-box {
    padding: 30px 15px;
  }
}
.plan-box li{
  margin-bottom: 60px;
}
.plan-box li:last-of-type{
  margin-bottom: 0;
}
.plan-box--ttl {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  color: #fff;
  text-align: center;
  background: #f52e7f;
  padding: 8px;
  margin: 0 auto 30px;
  position: relative;
}
@media (max-width: 599px) {
  .plan-box--ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .plan-box li{
    margin-bottom: 40px;
  }
}
.plan-box--ttl::after {
  content: "";
  display: block;
  border: 10px solid;
  border-color: #f52e7f transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.plan-box--txt{
  font-size: 65px;
  font-size: clamp(35px, 4.7vw, 65px);
  font-weight: 900;
  text-align: center;
}
.plan-box--txt span{
  position: relative;
  z-index: 1;
}
.plan-box--txt span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18px;
  background: #faf85c;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 10px;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .plan-box--txt span::before {
    height: 15px;
    bottom: 2px;
  }
}
.plan-box--fee {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  font-size: 40px;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 900;
}
@media (max-width: 599px) {
  .plan-box--fee {
    font-size: 20px;
    justify-content: space-between;
  }
  .plan-box--fee + p.t-right{
    font-size: 14px;
  }
}
.plan-box--fee dt{
  flex-basis: 45%;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .plan-box--fee dt{
    flex-basis: 40%;
    margin-bottom: 5px;
  }
}
.plan-box--fee dd{
  color: #f52e7f;
  flex: 1 0 50%;
  text-align: right;
}
.plan-box--fee dd em {
  font-size: 70px;
  font-size: clamp(35px, 5.1vw, 70px);
}
@media (max-width: 599px) {
  .plan-box--fee dd em {
    font-size: 28px;
  }
}
.plan-box_bottom {
  padding: 40px 30px 30px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 599px) {
  .plan-box_bottom {
    padding: 25px 12px;
    margin-top: 10px;
  }
}
.plan-box_bottom p {
  text-align: center;
  position: relative;
  z-index: 10;
}
.plan-box_bottom p {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
}
@media (max-width: 599px) {
  .plan-box_bottom p {
    font-size: 16px;
  }
}

.reason {
  background: url(../img/reason-bg.jpg) no-repeat 50% top;
  background-size: cover;
}
.reason-list {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .reason-list {
    margin-top: 20px;
  }
}
.reason-list--item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .reason-list--item {
    margin-bottom: 12px;
  }
  .reason-list--item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .reason-list--item {
    padding: 10px;
  }
}
.reason-list--ttl {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-weight: 900;
  color: #f52e7f;
  line-height: 1.2;
  background-color: #feebf3;
  padding: 0 10px 0 90px;
  position: relative;
}
@media (max-width: 599px) {
  .reason-list--ttl {
    padding: 0 10px 0 70px;
  }
}
.reason-list--ttl span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
  min-height: 76px;
  position: relative;
}
@media (max-width: 599px) {
  .reason-list--ttl span {
    min-height: 55px;
  }
}
.reason-list--ttl em {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 83px;
  width: min(11.0666666667vw, 83px);
  height: 83px;
  height: min(11.0666666667vw, 83px);
  border-radius: 50%;
  background-color: #f52e7f;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .reason-list--ttl em {
    font-size: 22px;
    width: 55px;
    height: 55px;
  }
}
.reason-list--ttl em::before {
  content: "理由";
  display: block;
  font-size: 22px;
  font-size: clamp(11px, 1.618vw, 22px);
}
.reason-list--text {
  font-size: 24px;
  font-size: clamp(12px, 1.765vw, 24px);
  padding-top: 20px;
}
@media (max-width: 820px) {
  .reason-list--text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.features {
  background-color: #fefbc6;
  background-image: url(../img/features-bg.png);
  background-position: 50% top;
  background-size: contain;
  background-repeat: no-repeat;
}
.features-inner {
  padding: 60px 2%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .features-inner {
    padding: 30px 4%;
  }
}
.features-ttl{
  position: relative;
}
.features-ttl .m-logo{
  font-size: 48px;
  font-size: clamp(24px,3.5vw,48px);
  color: #f35c9f;
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .features-ttl .m-logo{
    font-size: 20px;
    top: 8px;
  }
}
.features-list {
  counter-reset: number;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-right: -1%;
}
@media (max-width: 599px) {
  .features-list {
    display: block;
    margin-top: 0;
  }
}
.features-list--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  counter-increment: number;
  flex-basis: 32%;
  background: #fff;
  padding: 30px 15px;
  margin: 20px 1% 0 0;
  position: relative;
}
.features-list--item:nth-of-type(-n+2) {
  flex-basis: 33%;
}
@media (max-width: 599px) {
  .features-list--item {
    flex-basis: 100%;
    padding: 25px 15px;
    margin-top: 15px;
  }
}
.features-list--item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 45px solid;
  border-color: #efc4d7 transparent transparent #efc4d7;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 599px) {
  .features-list--item::before {
    border-width: 32px;
  }
}
.features-list--text {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
  color: #f52e7f;
  font-weight: 900;
  line-height: 1.3;
  padding-left: 15%;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 599px) {
  .features-list--text {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.features-list--text::before {
  content: counter(number);
  display: inline-block;
  font-size: 70px;
  font-size: clamp(35px, 5.147vw, 70px);
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .features-list--text::before {
    font-size: 48px;
    left: 0;
  }
}
.features-list--text-sub {
  font-size: 20px;
  font-size: clamp(10px, 1.471vw, 20px);
  color: #3e3e3e;
  flex: 1 0 auto;
  margin-bottom: 10px;
}
.features-list--text-sub span{
  display: inline-block;
  background: linear-gradient(0deg, rgba(255,255,0,0.9038209033613446) 0%, rgba(255,255,0,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
  font-weight: 700;
}
@media (max-width: 599px) {
  .features-list--text-sub {
    font-size: 14px;
  }
}
.features-list a {
  display: inline-block;
  font-size: 22px;
  font-size: clamp(11px, 1.618vw, 22px);
  font-weight: 700;
  color: #18a82e;
  text-decoration: underline;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .features-list a {
    font-size: 16px;
  }
}

.flow {
  background: #f9dfea;
}
.flow-ttl {
  text-align: center;
  border: 2px dotted #f52e7f;
  padding: 30px;
  margin-bottom: 40px;
  transform: skewX(-10deg);
}
@media (max-width: 599px) {
  .flow-ttl {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.flow-ttl img {
  max-width: 400px;
  margin: 0 auto;
  transform: skewX(10deg);
}
@media (max-width: 599px) {
  .flow-ttl img {
    max-width: 90%;
  }
}
.flow-list {
  border-left: 6px solid #f52e7f;
  padding: 50px 0 40px;
  position: relative;
}
@media (max-width: 599px) {
  .flow-list {
    border-width: 4px;
    margin-left: 6%;
    padding: 30px 0 20px;
  }
}
.flow-list::before, .flow-list::after {
  content: "";
  display: block;
  background: #f52e7f;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: -11px;
}
.flow-list::before {
  top: 0;
}
.flow-list::after {
  bottom: 0;
}
.flow-list--item {
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 599px) {
  .flow-list--item {
    margin-bottom: 35px;
    padding-left: 25px;
  }
  .flow-list--item:last-of-type {
    margin-bottom: 10px;
  }
}
.flow-list--item::before {
  font-size: 48px;
  font-size: clamp(24px, 3.529vw, 48px);
  font-weight: 500;
  color: #f52e7f;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border: 1px solid #f52e7f;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  left: -30.5px;
  top: 0;
}
@media (max-width: 599px) {
  .flow-list--item::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: -19.5px;
  }
}
.flow-list--item:nth-of-type(1)::before {
  content: "1";
}
.flow-list--item:nth-of-type(2)::before {
  content: "2";
}
.flow-list--item:nth-of-type(4)::before {
  content: "3";
}
.flow-list--item:nth-of-type(5)::before {
  content: "4";
}
.flow-list--l_wrap {
  flex-basis: 70%;
}
@media (max-width: 599px) {
  .flow-list--l_wrap {
    flex-basis: 68%;
  }
}
.flow-list--ttl {
  font-size: 48px;
  font-size: clamp(24px, 3.529vw, 48px);
  font-weight: 900;
  color: #f52e7f;
  line-height: 1.2;
  margin-bottom: 10px;
}
.flow-list--text {
  font-size: 28px;
  font-size: clamp(14px, 2.059vw, 28px);
}
.flow-list--text a{
  display: inline-block;
  text-decoration: underline;
}
.flow-list--img {
  flex-basis: 30%;
}
.flow-list--box {
  text-align: center;
  background: #fff;
  border: 6px solid #4fbfe5;
  margin-left: -5%;
  padding: 15px 15px 25px;
}
@media (max-width: 599px) {
  .flow-list--box {
    border-width: 4px;
    padding: 15px 10px 25px;
  }
}
.flow-list--box_ttl {
  font-size: 48px;
  font-size: clamp(24px, 3.529vw, 48px);
  font-weight: 900;
  color: #41b9de;
  margin-bottom: 10px;
}
.flow-list--box_ttl em {
  font-size: 58px;
  font-size: clamp(29px, 4.265vw, 58px);
}
.flow-list--box_ttl span {
  display: inline-block;
  border-bottom: 3px solid #41b9de;
}
.flow-list--box_text {
  font-size: 40px;
  font-size: clamp(20px, 2.941vw, 40px);
  font-weight: 700;
}
@media (max-width: 599px) {
  .flow-list--box_text {
    font-size: 18px;
  }
}

.company {
  color: #000;
  background-color: #ebebeb;
}
.company-ttl {
  font-size: 50px;
  font-size: clamp(25px, 3.676vw, 50px);
  font-weight: 700;
  color: #014c9c;
  text-align: center;
  border-bottom: 8px solid #014c9c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .company-ttl {
    font-size: 30px;
    border-width: 4px;
    padding-bottom: 10px;
  }
}
.company-ttl_2 {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-weight: 700;
  color: #014c9c;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .company-ttl_2 {
    margin-bottom: 10px;
  }
}
.company-text {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 75px;
}
@media (max-width: 599px) {
  .company-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.company-staff {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 100px 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 599px) {
  .company-staff {
    padding: 50px 20px 40px;
    margin-bottom: 20px;
  }
}
.company-staff--ttl {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #014c9c;
  padding: 15px 30px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .company-staff--ttl {
    padding: 10px 30px;
    top: -20px;
  }
}
.company-staff--text {
  font-size: 20px;
  font-weight: 700;
  color: #014c9c;
  text-align: left;
  padding-top: 40px;
}
@media (max-width: 599px) {
  .company-staff--text {
    font-size: 14px;
    padding-top: 20px;
  }
}
.company-address {
  font-size: 30px;
  font-size: clamp(15px, 2.206vw, 30px);
  font-weight: 700;
}
.company-address span {
  display: block;
}
.company-address a {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .company-address a {
    margin-bottom: 15px;
  }
}

.qa {
  background: #f52e7f;
}
@media (max-width: 599px) {
  .qa .m-ttl img {
    max-width: 40%;
  }
}
.qa-list {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .qa-list {
    margin-left: -4%;
    margin-right: -4%;
  }
}
.qa-list--q {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  font-weight: 700;
  color: #f52e7f;
  line-height: 1.2;
  background: #f1c3d6;
  padding: 15px 10% 15px 20px;
  position: relative;
}
@media (max-width: 599px) {
  .qa-list--q {
    padding: 12px 40px 12px 15px;
  }
}
.qa-list--q::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #f52e7f;
  border-color: #f52e7f transparent transparent transparent;
  position: absolute;
  right: 5%;
  top: 50%;
}
@media (max-width: 599px) {
  .qa-list--q::after {
    border-width: 8px;
  }
}
.qa-list--a {
  font-size: 36px;
  font-size: clamp(18px, 2.647vw, 36px);
  color: #fff;
  padding: 15px 20px;
}

/*--footer-------------------*/
.footer {
  padding: 10px 3%;
  border-bottom: 5px solid #f52e7f;
}
.footer-copy {
  display: block;
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  display: none;
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 10px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 760px) {
  .fix_btn {
    padding: 10px 1%;
  }
}
.fix_btn-ttl {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
}
@media (max-width: 599px) {
  .fix_btn-ttl {
    max-width: 115px;
    margin-bottom: 5px;
  }
}
.fix_btn .footer-btn {
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .fix_btn .footer-btn {
    max-width: 70%;
  }
}
.fix_btn a {
  font-size: 34px;
  font-size: clamp(17px, 2.5vw, 34px);
  border: 1px solid #fff;
}
@media (max-width: 599px) {
  .fix_btn a {
    font-size: 14px;
    -webkit-font-smoothing: auto;
    padding: 7px 0;
    margin-right: 5px;
  }
  .fix_btn a .btn_sub_t {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .fix_btn a img {
    width: 1.6rem;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .fix_btn .m-btn_tel img {
    width: 0.8rem;
    margin-bottom: 0;
  }
}
.fix_btn .m-btn_web {
  padding-top: 14px;
}
@media (max-width: 599px) {
  .fix_btn .m-btn_web {
    padding-top: 12px;
  }
}/*# sourceMappingURL=style.css.map */

.features-ttl .m-logo {
font-size: clamp(20px,3.5vw,42px);
}

@media (max-width: 599px) {
    .features-ttl .m-logo {
    left: 14%;
    transform: none;
}
    .m-ttl img {
        max-width: 90%;
    }
}