@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/*@font-face {
  font-family: "matisseb";
  src: url("../../common/font/matisse-b.woff") format("woff"), url("../../common/font/matisse-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "matissem";
  src: url("../../common/font/matisse-m.woff") format("woff"), url("../../common/font/matisse-m.otf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "rodinb";
  src: url("../../common/font/rodin-b.woff") format("woff"), url("../../common/font/rodin-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700;
}*/

#sub_main {
  margin-bottom: 0;
}

main * {
  box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo UI", "Meiryo", "Helvetica", "Open Sans", sans-serif;
}

main .flex {
  display: flex;
}

main .maxWid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  main .mbPad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

main .btn_inner a,
main .btn_inner a:visited {
  padding: 18px 28px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #ff6b00;
  border: 1px solid #ff6b00;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  gap: 10px;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {

  main .btn_inner a,
  main .btn_inner a:visited {
    margin: auto;
  }
}

main .btn_inner a .arrow,
main .btn_inner a:visited .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  transition-duration: 0.5s;
  background-color: #fff;
}

main .btn_inner a .arrow::before,
main .btn_inner a:visited .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #ff6b00;
  -webkit-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  transition-duration: 0.5s;
}

@media (min-width: 641px) {

  main .btn_inner a:hover,
  main .btn_inner a:visited:hover {
    background-color: #fff;
    color: #ff6b00;
    border-color: #ff6b00;
    transition-duration: 0.5s;
  }

  main .btn_inner a:hover .arrow,
  main .btn_inner a:visited:hover .arrow {
    background-color: #ff6b00;
    transition-duration: 0.5s;
  }

  main .btn_inner a:hover .arrow::before,
  main .btn_inner a:visited:hover .arrow::before {
    border-left-color: #fff;
    transition-duration: 0.5s;
  }
}

main img {
  display: block;
  margin: 0;
  padding: 0;
}

main .heading_img img {
  margin: 0 auto;
}

@media (max-width: 480px) {
  main .heading_img img {
    max-height: 28px;
  }
}

main .catch_wrap .description {
  text-align: center;
  margin-top: 25px;
}

main .catch_wrap .description p {
  display: inline-block;
  font-size: 16px;
  max-width: 611px;
  text-align: justify;
  line-height: 1.5em;
}

@media (max-width: 480px) {
  main .catch_wrap .description p {
    text-align: left;
    font-size: 14px;
  }
}

.hero {
  position: relative;
  padding-top: 95px;
  padding-bottom: 104px;
  overflow: hidden;
}

.hero .bg_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .maxWid {
  position: relative;
  z-index: 2;
}

.hero .textFlex {
  width: 50%;
  position: relative;
  z-index: 4;
}

.hero .imgFlex {
  width: 50%;
  z-index: 3;
  position: relative;
}

.hero .imgFlex img {
  max-width: initial;
  position: relative;
  top: 4px;
  left: -40px;
}

.hero .logoarea .price_block {
  display: flex;
  margin-top: 8px;
}

.hero .logoarea .price_block .price_wrap {
  margin-right: 12px;
}

.hero .logoarea .price_block .price_wrap span {
  display: inline-block;
  background-color: #ea1f1f;
  padding: 12px 13px;
  height: 42px;
}

.hero .logoarea .title {
  margin: 36px 0 12px;
}

.hero .logoarea .title2 {
  margin-top: 14px;
  position: relative;
  left: -2px;
}

.hero .text p {
  font-size: 18px;
  font-weight: 400;
  max-width: 468px;
}

.hero .btn_wrap {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 104px;
  }

  .hero .bg_img {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .hero .bg_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero .maxWid {
    position: relative;
    z-index: 2;
  }

  .hero .flex {
    flex-wrap: wrap;
  }

  .hero .textFlex {
    width: 100%;
  }

  .hero .imgFlex {
    width: 100%;
    position: static;
  }

  .hero .imgFlex img {
    position: absolute;
    top: -50px;
    right: 0;
    bottom: auto;
    left: auto;
    max-width: 60%;
    opacity: 0.5;
  }

  .hero .logoarea .price_block {
    display: flex;
    margin-top: 8px;
  }

  .hero .logoarea .price_block .price_wrap {
    margin-right: 12px;
  }

  .hero .logoarea .price_block .price_wrap span {
    display: inline-block;
    background-color: #ea1f1f;
    padding: 12px 13px;
    height: 42px;
  }

  .hero .logoarea .title {
    margin: 36px 0 12px;
  }

  .hero .logoarea .title2 {
    margin-top: 14px;
    position: relative;
    left: -2px;
  }

  .hero .text p {
    font-size: 16px;
    font-weight: 400;
  }

  .hero .btn_wrap {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero .imgFlex img {
    top: -20px;
    max-width: 50%;
  }

  .hero .logoarea .logo img {
    max-width: 65%;
  }

  .hero .logoarea .price_block {
    display: flex;
    margin-top: 8px;
  }

  .hero .logoarea .price_block .price_wrap {
    margin-right: 8px;
  }

  .hero .logoarea .price_block .price_wrap span {
    padding: 10px 10px;
    height: 32px;
  }

  .hero .logoarea .price_block .price_wrap img {
    max-height: 16px;
  }

  .hero .logoarea .title {
    margin: 36px 0 12px;
  }

  .hero .logoarea .title1 img {
    max-width: 70%;
  }

  .hero .logoarea .title2 {
    margin-top: 14px;
  }

  .hero .text p br:nth-last-of-type(1) {
    display: none;
  }

  .hero .btn_wrap {
    margin-top: 40px;
  }
}

.worry {
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 70px;
}

.worry::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(img/worry_bg.png);
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.worry .catch_wrap {
  text-align: center;
  margin-bottom: 50px;
}

.worry .catch_wrap .small {
  color: #FF6A00;
  font-weight: 700;
  margin-bottom: 6px;
}

.worry .catch_wrap .jap {
  font-size: 1.8rem;
  font-weight: 700;
}

.worry .worry_wrap {
  position: relative;
}

.worry .worry_wrap .worry_decor {
  margin: 0 auto 0px;
  padding-bottom: 78px;
}

.worry .worry_wrap .ilust img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

@media (max-width: 1000px) {
  .worry .worry_wrap .ilust img {
    max-width: 30vw;
  }
}

.worry .worry_list {
  margin-top: 10px;
}

.worry .worries {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
}

.worry .worries .worry_item {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.worry .worries .worry_item .icon {
  margin-bottom: 10px;
}

.worry .worries .worry_item p {
  font-weight: 600;
}

.worry .worry_visual {
  max-width: 560px;
  margin: 24px auto 0;
}

.worry .worry_logo {
  max-width: 320px;
  margin: 14px auto 0;
}

.worry .tab_image {
  display: none;
}

@media (max-width: 480px) {
  .worry {
    padding-top: 50px;
  }

  .worry .catch_wrap {
    margin-bottom: 32px;
  }

  .worry .worry_decor,
  .worry .ilust {
    display: none;
  }

  .worry .tab_image {
    display: block;
  }

  .worry .heading_img img {
    max-height: initial;
  }
}

.solve {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}

@media (max-width: 1000px) {
  .solve {
    padding: 50px 32px;
  }
}

.solve .catch_wraps {
  text-align: center;
  background-color: #0079c5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 12px;
}

.solve .catch_wrap {
  position: relative;
}

.solve .catch_wrap img {
  position: absolute;
  top: -138px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.solve .sol_image img {
  position: relative;
  z-index: 1;
  right: -22px;
}

@media (max-width: 1000px) {
  .solve .sol_image img {
    right: 0;
  }
}

.solve .features {
  margin-top: -16px;
  position: relative;
  z-index: 2;
}

.solve .features_inner {
  background-color: #eef9ff;
  padding: 80px 50px;
}

@media (max-width: 1000px) {
  .solve .features_inner {
    padding: 80px 32px;
  }
}

.solve .feature_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solve .feature_flex .top {
  width: calc(33.3333% - 20px);
}

.solve .feature_flex .bottom {
  width: calc(25% - 20px);
  margin-top: 26px;
}

.solve .feature_flex .feature_item {
  background: #fff;
  border: 7px solid #9eb6c3;
  border-radius: 10px;
  padding: 46px 14px 20px;
  position: relative;
}

.solve .feature_flex .feature_item .icon img {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}

.solve .feature_flex .feature_item h3 {
  color: #ef3e00;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
  line-height: 1.1em;
}

.solve .feature_flex .feature_item .text {
  margin: auto;
  max-width: 190px;
}

.solve .feature_flex .feature_item p {
  margin: 0;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: justify;
}

.solve .feature_flex .feature_item .notice {
  text-align: justify;
  margin: 0;
  margin-top: 6px;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.3px;
}

.solve .feature_flex .feature_item .notice:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.solve .feature_flex .bottom {
  padding-top: 62px;
}

.solve .feature_flex .bottom .icon img {
  top: -19px;
}

.solve .feature_flex .bottom h3 {
  font-size: 14px;
  color: #000;
}

.solve .feature_flex .bottom p {
  font-size: 11px;
  line-height: 1.5em;
}

@media (max-width: 640px) {
  .solve .features_inner {
    padding: 56px 48px 48px;
  }

  .solve .feature_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .solve .feature_flex .top {
    width: 100%;
    margin-bottom: 40px;
  }

  .solve .feature_flex .bottom {
    width: calc(50% - 10px);
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .solve .feature_flex .feature_item {
    background: #fff;
    border: 7px solid #9eb6c3;
    border-radius: 10px;
    padding: 46px 14px 20px;
    position: relative;
  }

  .solve .feature_flex .feature_item .icon img {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .solve .feature_flex .feature_item h3 {
    color: #ef3e00;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
    line-height: 1.1em;
  }

  .solve .feature_flex .feature_item .text {
    margin: auto;
    max-width: 300px;
  }

  .solve .feature_flex .feature_item p {
    margin: 0;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: justify;
  }

  .solve .feature_flex .feature_item .notice {
    text-align: justify;
    margin: 0;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 10px;
    line-height: 1.5em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.3px;
  }

  .solve .feature_flex .feature_item .notice:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .solve .feature_flex .bottom {
    padding-top: 62px;
  }

  .solve .feature_flex .bottom .icon img {
    top: -19px;
  }

  .solve .feature_flex .bottom h3 {
    font-size: 14px;
    color: #000;
  }

  .solve .feature_flex .bottom p {
    font-size: 11px;
    line-height: 1.5em;
  }
}

@media (max-width: 480px) {
  .solve {
    padding: 32px 20px;
  }

  .solve .catch_wrap {
    margin-bottom: 30px;
  }

  .solve .catch_wrap img {
    max-width: 230px;
    top: -100px;
  }

  .solve .catch_wraps {
    padding: 16px 12px;
  }

  .solve .catch_wraps img {
    max-height: 24px;
  }

  .solve .features_inner {
    padding: 56px 20px 20px;
  }

  .solve .feature_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .solve .feature_flex .top {
    width: 100%;
    margin-bottom: 40px;
  }

  .solve .feature_flex .feature_item .icon img {
    border-radius: 50%;
  }

  .solve .feature_flex .feature_item h3 {
    font-size: 22px;
  }

  .solve .feature_flex .feature_item .text {
    margin: auto;
    max-width: 300px;
  }

  .solve .feature_flex .feature_item p {
    margin: 0;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
  }

  .solve .feature_flex .feature_item .notice {
    text-align: left;
    margin: 0;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 10px;
    line-height: 1.5em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.3px;
  }

  .solve .feature_flex .feature_item .notice:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .solve .feature_flex .bottom {
    width: calc(50% - 5px);
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 40px 8px 12px;
  }

  .solve .feature_flex .bottom .icon img {
    top: -30px;
    max-width: 60px;
  }

  .solve .feature_flex .bottom h3 {
    font-size: 14px;
    color: #000;
  }

  .solve .feature_flex .bottom p {
    font-size: 10px;
    line-height: 1.5em;
  }
}

.plans {
  margin-top: 170px;
}

.plans .catch_wrap {
  text-align: center;
}

.plans .plan_cards {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.plans .plan_cards .plan_card {
  max-width: 300px;
  width: calc(33.3333% - 10px);
}

.plans .plan_cards .plan_card .plan_head {
  padding: 12px 8px;
  background: linear-gradient(to bottom right, #56caea, #2662aa);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #2662aa;
  border-bottom: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans .plan_cards .plan_card .plan_head h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 1000px) {
  .plans .plan_cards .plan_card .plan_head h3 {
    font-size: 20px;
    list-height: 1.3em;
  }
}

.plans .plan_cards .plan_card .plan_body {
  padding: 16px 18px;
  border: 1px solid #2662aa;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: calc(100% - 74px);
}

.plans .plan_cards .plan_card .plan_body .price_block {
  margin-top: 0px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: center;
}

.plans .plan_cards .plan_card .plan_body .price_block .price_inner {
  display: inline-block;
  margin: auto;
}

.plans .plan_cards .plan_card .plan_body .price_block .price_inner .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: flex;
  align-items: baseline;
}

.plans .plan_cards .plan_card .plan_body .price_block .price_inner .price .big {
  line-height: 1em;
  font-size: 48px;
  color: #a068ab;
  bottom: -2px;
  position: relative;
  padding-left: 3px;
  padding-right: 2px;
}

@media (max-width: 1000px) {
  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price {
    font-size: 18px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price .big {
    font-size: 36px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: 0;
  }
}

.plans .plan_cards .plan_card .plan_body .price_block .price_inner .price_tax {
  font-size: 14px;
  text-align: right;
  margin-left: auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.plans .plan_cards .plan_card .plan_body .description_block {
  margin-top: 20px;
}

.plans .plan_cards .plan_card .plan_body .description_block p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

.plans .plan_cards .plan_card .plan_body .description_block .notice {
  position: relative;
  font-size: 10px;
  line-height: 1.3em;
  padding-left: 1em;
  display: block;
  margin-top: 4px;
}

.plans .plan_cards .plan_card .plan_body .description_block .notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list {
  margin-top: 24px;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 4px;
  font-size: 14px;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 17px;
  height: 15px;
  background-image: url(img/plan_check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li .small {
  position: relative;
  display: block;
  font-size: 10px;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li .li_notice {
  font-size: 10px;
  position: relative;
  display: block;
  line-height: 1.3em;
  padding-left: 1em;
}

.plans .plan_cards .plan_card .plan_body .description_block .description_list li .li_notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.plans .plan_cards .plan_card .plan_body .description_block .detail {
  margin-top: 12px;
  position: relative;
  padding-left: 1em;
}

.plans .plan_cards .plan_card .plan_body .description_block .detail::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  margin: auto;
  line-height: 1.2em;
}

.plans .plan_cards .plan_card .plan_body .description_block .detail p {
  line-height: 1.2em;
  font-size: 12px;
}

.plans .plan_cards .plan_card .plan_body .description_block .detail span {
  font-size: 10px;
  display: block;
}

.plans .plan_cards .plan_card .plan_body .recruit_block {
  margin-top: 13px;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .plus_icon {
  margin: auto;
  text-align: center;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .plus_icon img {
  margin: auto;
  text-align: center;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap {
  margin-top: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 14px 16px;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap .catch {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul li {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1px;
  color: #2662aa;
  font-weight: 700;
  line-height: 1.3em;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(img/plan_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.plans .plan_cards .plan_card .plan_body .recruit_block .small {
  text-align: right;
  font-size: 10px;
  display: block;
  margin-top: 2px;
}

@media (max-width: 640px) {
  .plans {
    margin-top: 170px;
  }

  .plans .catch_wrap {
    text-align: center;
  }

  .plans .plan_cards {
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
    margin-top: 46px;
  }

  .plans .plan_cards .plan_card {
    max-width: initial;
    width: 100%;
    margin-bottom: 50px;
  }

  .plans .plan_cards .plan_card:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .plans .plan_cards .plan_card .plan_head h3 {
    font-size: 24px;
  }

  .plans .plan_cards .plan_card .plan_body {
    height: auto;
    padding: 32px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block {
    padding-bottom: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner {
    display: inline-block;
    margin: auto;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price {
    font-size: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price .big {
    font-size: 48px;
    padding-left: 3px;
    padding-right: 2px;
  }

  .plans .plan_cards .plan_card .plan_body .description_block {
    margin-top: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .description_block p {
    text-align: left;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .notice {
    position: relative;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .description_list {
    margin-top: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .description_list li::before {
    background-image: url(img/plan_check@2x.png);
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block {
    margin-top: 16px;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap {
    margin-top: 16px;
    padding: 16px 24px;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul {
    margin-top: 2px;
    justify-content: flex-start;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul li {
    margin-right: 12px;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul li::before {
    background-image: url(img/plan_icon@2x.png);
  }
}

@media (max-width: 480px) {
  .plans {
    margin-top: 120px;
  }

  .plans .plan_cards {
    max-width: 400px;
  }

  .plans .plan_cards .plan_card {
    max-width: initial;
    width: 100%;
    margin-bottom: 50px;
  }

  .plans .plan_cards .plan_card:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .plans .plan_cards .plan_card .plan_head {
    min-height: auto;
  }

  .plans .plan_cards .plan_card .plan_head h3 {
    font-size: 20px;
  }

  .plans .plan_cards .plan_card .plan_body {
    height: auto;
    padding: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block {
    padding-bottom: 16px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner {
    display: inline-block;
    margin: auto;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price {
    font-size: 18px;
  }

  .plans .plan_cards .plan_card .plan_body .price_block .price_inner .price .big {
    font-size: 32px;
    bottom: 0;
  }

  .plans .plan_cards .plan_card .plan_body .description_block {
    margin-top: 16px;
  }

  .plans .plan_cards .plan_card .plan_body .description_block p {
    text-align: left;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .notice {
    position: relative;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .description_list {
    margin-top: 24px;
  }

  .plans .plan_cards .plan_card .plan_body .description_block .description_list li::before {
    background-image: url(img/plan_check@2x.png);
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block {
    margin-top: 16px;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap {
    margin-top: 16px;
    padding: 16px 24px;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul {
    margin-top: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .plans .plan_cards .plan_card .plan_body .recruit_block .recruit_wrap ul li {
    width: 100%;
    margin-right: 0px;
  }
}

.cta_banner .mb_bnr {
  display: none;
}

.cta_banner a {
  display: block;
}

@media (min-width: 481px) {
  .cta_banner a:hover {
    opacity: 0.7;
    transition-duration: 0.5s;
  }
}

.cta_1 {
  margin-top: 170px;
}

.cta_2 {
  margin-top: 190px;
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  .cta_banner .mb_bnr {
    display: block;
  }

  .cta_banner .pc_bnr {
    display: none;
  }

  .cta_1 {
    margin-top: 100px;
  }

  .cta_2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.compare {
  margin-top: 170px;
}

.compare .catch_wrap {
  text-align: center;
}

.compare .logo_row {
  display: flex;
  justify-content: center;
  margin: 10px 0 14px;
}

.compare .table_wrap {
  overflow-x: auto;
}

.compare .compare_table {
  margin-top: 74px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 0;
}

.compare .compare_table th,
.compare .compare_table td {
  font-size: 24px;
  padding: 12px;
  text-align: center;
}

@media (max-width: 1000px) {

  .compare .compare_table th,
  .compare .compare_table td {
    line-height: 1.2em;
    font-size: 20px;
  }
}

.compare .compare_table thead th {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0;
  vertical-align: bottom;
}

.compare .compare_table thead th:nth-last-of-type(1) .cell_inner {
  border-top-right-radius: 10px;
}

.compare .compare_table thead th .cell_inner {
  background-color: #999999;
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare .compare_table thead th:nth-of-type(1) {
  visibility: hidden;
  border-top: 0;
  border-left: 0;
}

.compare .compare_table thead th.main_product_column .main_cell_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  background-color: #fd7911;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.compare .compare_table thead th.main_product_column .main_cell_inner img {
  margin: auto;
  max-width: 100%;
}

.compare .compare_table tbody th {
  background-color: #60a1e8;
  color: #fff;
  font-weight: 700;
  border-top: 3px solid #fff;
  width: 19.5%;
  padding: 20px 28px;
  text-align: left;
}

.compare .compare_table tbody td {
  min-height: 79px;
  width: 27%;
}

.compare .compare_table tbody td.red {
  color: #f21414;
}

.compare .compare_table tbody td:nth-of-type(1) {
  font-weight: 700;
  border-left: 3px solid #fd7911;
  border-right: 3px solid #fd7911;
  border-top: 3px solid #fd7911;
}

.compare .compare_table tbody td:nth-of-type(2),
.compare .compare_table tbody td:nth-of-type(3) {
  color: #767676;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}

.compare .compare_table tbody tr:nth-of-type(1) th {
  border-top-left-radius: 10px;
}

.compare .compare_table tbody tr:nth-last-of-type(1) th {
  border-bottom-left-radius: 10px;
}

.compare .compare_table tbody tr:nth-last-of-type(1) td:nth-of-type(1) {
  border-bottom: 3px solid #fd7911;
}

.compare .compare_table tbody tr:nth-last-of-type(1) td:nth-of-type(2),
.compare .compare_table tbody tr:nth-last-of-type(1) td:nth-of-type(3) {
  border-bottom: 1px solid #aaaaaa;
}

@media (max-width: 640px) {
  .compare .compare_table {
    margin-top: 64px;
  }

  .compare .compare_table th,
  .compare .compare_table td {
    font-size: 16px;
    padding: 8px;
    line-height: 1.2em;
  }

  .compare .compare_table thead th .cell_inner {
    min-height: 70px;
  }

  .compare .compare_table thead th.main_product_column .main_cell_inner {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 100px;
  }

  .compare .compare_table tbody th {
    padding: 24px 8px;
    text-align: left;
    width: 20%;
  }

  .compare .compare_table tbody td:nth-of-type(1) {
    width: 35%;
  }

  .compare .compare_table tbody td:nth-of-type(2),
  .compare .compare_table tbody td:nth-of-type(3) {
    width: 22.5%;
  }
}

@media (max-width: 480px) {
  .compare {
    margin-top: 100px;
  }

  .compare .compare_table {
    margin-top: 48px;
  }

  .compare .compare_table th,
  .compare .compare_table td {
    font-size: 14px;
    padding: 8px;
  }

  .compare .compare_table thead th .cell_inner {
    min-height: 60px;
  }

  .compare .compare_table thead th.main_product_column .main_cell_inner {
    min-height: 90px;
  }

  .compare .compare_table tbody th {
    padding: 20px 8px;
    text-align: left;
    width: 25%;
  }

  .compare .compare_table tbody td:nth-of-type(1) {
    width: 35%;
  }

  .compare .compare_table tbody td:nth-of-type(2),
  .compare .compare_table tbody td:nth-of-type(3) {
    width: 20%;
  }
}

.flow {
  padding: 80px 0 90px;
  margin-top: 167px;
  background-color: #eaf4f9;
}

.flow .catch_wrap {
  text-align: center;
}

.flow .flow_list {
  margin-top: 62px;
}

.flow .flow_list .flow_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 42px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  justify-content: space-between;
}

.flow .flow_list .flow_item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flow .flow_list .flow_item:nth-last-of-type(1)::before {
  display: none;
}

.flow .flow_list .flow_item::before {
  content: "";
  border-left: 3px solid #36498f;
  position: absolute;
  top: 50%;
  left: 74px;
  margin: auto;
  width: 1px;
  height: calc(100% + 24px);
  z-index: 4;
}

.flow .flow_list .flow_item .flow_dot {
  position: relative;
  position: relative;
  width: 68px;
  z-index: 5;
}

.flow .flow_list .flow_item .flow_dot .image {
  border: 3px solid #36498f;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.flow .flow_list .flow_item .flow_dot .image img {
  margin: auto;
}

.flow .flow_list .flow_item .flow_card {
  width: calc(100% - 68px - 40px);
}

.flow .flow_list .flow_item .flow_card .heading {
  display: flex;
  align-items: center;
}

.flow .flow_list .flow_item .flow_card .flow_badge {
  background-color: #36498f;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  padding: 4px 8px;
  height: 23px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.flow .flow_list .flow_item .flow_card .flow_title {
  margin-left: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
}

.flow .flow_list .flow_item .flow_card .flow_desc {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 6px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.3px;
}

@media (max-width: 640px) {
  .flow .flow_list .flow_item {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    justify-content: space-between;
  }

  .flow .flow_list .flow_item::before {
    left: 60px;
    height: calc(100% + 24px);
  }

  .flow .flow_list .flow_item .flow_dot {
    width: 48px;
  }

  .flow .flow_list .flow_item .flow_dot .image {
    width: 60px;
    height: 60px;
    padding: 8px;
  }

  .flow .flow_list .flow_item .flow_dot .image img {
    max-width: 100%;
    max-height: 100%;
  }

  .flow .flow_list .flow_item .flow_card {
    width: calc(100% - 48px - 40px);
  }

  .flow .flow_list .flow_item .flow_card .flow_badge {
    padding: 4px 8px;
    font-size: 12px;
  }

  .flow .flow_list .flow_item .flow_card .flow_title {
    font-size: 22px;
  }

  .flow .flow_list .flow_item .flow_card .flow_desc {
    font-size: 14px;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  .flow .flow_list .flow_item {
    padding: 16px 16px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .flow .flow_list .flow_item::before {
    left: 40px;
    height: calc(100% + 20px);
  }

  .flow .flow_list .flow_item .flow_dot {
    width: 50px;
  }

  .flow .flow_list .flow_item .flow_dot .image {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .flow .flow_list .flow_item .flow_dot .image img {
    max-width: 100%;
    max-height: 100%;
  }

  .flow .flow_list .flow_item .flow_card {
    width: calc(100% - 50px - 20px);
  }

  .flow .flow_list .flow_item .flow_card .flow_badge {
    padding: 2px 6px;
    font-size: 10px;
  }

  .flow .flow_list .flow_item .flow_card .flow_title {
    font-size: 18px;
  }

  .flow .flow_list .flow_item .flow_card .flow_desc {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.faq {
  margin-top: 160px;
  /* パネル（高さトランジション + 透明度 + Y移動） */
  /* 開いている状態（.is-openはJSで付与） */
  /* 低モーション環境の緩和 */
}

.faq .catch_wrap {
  text-align: center;
}

.faq * {
  background: #fff;
}

.faq .faq_list {
  border-top: 1px solid #aaaaaa;
  margin-top: 78px;
}

.faq .faq_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}

.faq .faq_item .alpha {
  width: 35px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo UI", "Meiryo", "Helvetica", "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.faq .faq_item .content {
  width: calc(100% - 35px);
  display: flex;
  justify-content: space-between;
}

.faq .faq_question {
  width: 100%;
  padding: 16px 0;
  border: 0;
  text-align: left;
  align-items: baseline;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

@media (min-width: 481px) {
  .faq .faq_question:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
  }
}

.faq .faq_question .faq_q {
  color: #36498f;
  font-weight: 700;
}

.faq .faq_question .faq_title {
  line-height: 1.3em;
  font-weight: 700;
  font-size: 18px;
  padding-right: 12px;
}

.faq .faq_question .faq_arrow {
  width: 17px;
  height: 17px;
  color: #36498f;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.faq .faq_panel {
  overflow: hidden;
  height: 0;
  transition: height 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.faq .faq_panel .faq_body {
  align-items: baseline;
  padding-top: 8px;
  opacity: 0;
  display: flex;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition: opacity 0.26s ease, -webkit-transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.26s ease, transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.26s ease, transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding-right: 32px;
}

.faq .faq_panel p {
  margin: 0;
  line-height: 1.3em;
  font-size: 18px;
  margin-bottom: 4px;
}

.faq .faq_panel small {
  line-height: 1.3em;
  font-size: 14px;
  display: block;
}

.faq .faq_panel .notice {
  position: relative;
  padding-left: 1em;
  margin-top: 5px;
}

.faq .faq_panel .notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.faq .faq_panel .faq_a {
  color: #d82020;
  font-weight: 700;
}

.faq .faq_item.is-open .faq_question .faq_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .faq_item.is-open .faq_panel .faq_body {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  .faq .faq_question,
  .faq .faq_panel,
  .faq .faq_panel .faq_body {
    transition: none;
  }
}

@media (max-width: 480px) {
  .faq {
    margin-top: 120px;
    /* パネル（高さトランジション + 透明度 + Y移動） */
    /* 開いている状態（.is-openはJSで付与） */
    /* 低モーション環境の緩和 */
  }

  .faq .faq_list {
    margin-top: 60px;
  }

  .faq .faq_item .alpha {
    width: 35px;
    font-size: 18px;
    line-height: 1em;
  }

  .faq .faq_item .content {
    width: calc(100% - 35px);
    display: flex;
    justify-content: space-between;
  }

  .faq .faq_question {
    padding: 16px 0;
  }

  .faq .faq_question .faq_q {
    color: #36498f;
    font-weight: 700;
  }

  .faq .faq_question .faq_title {
    font-size: 16px;
    padding-right: 0px;
    color: #000;
    width: calc(100% - 20px);
  }

  .faq .faq_question .faq_arrow {
    width: 17px;
    height: 17px;
    color: #36498f;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: color 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, color 0.25s ease;
    transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  }

  .faq .faq_panel .faq_body {
    padding-right: 24px;
  }

  .faq .faq_panel p {
    font-size: 16px;
    line-height: 1.4em;
  }

  .faq .faq_panel small {
    font-size: 12px;
  }

  .faq .faq_panel .notice {
    position: relative;
    padding-left: 1em;
    margin-top: 5px;
  }

  .faq .faq_panel .notice::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .faq .faq_panel .faq_a {
    color: #d82020;
    font-weight: 700;
  }

  .faq .faq_item.is-open .faq_question .faq_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .faq .faq_item.is-open .faq_panel .faq_body {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 480px) and (prefers-reduced-motion: reduce) {

  .faq .faq_question,
  .faq .faq_panel,
  .faq .faq_panel .faq_body {
    transition: none;
  }
}

@media (min-width: 960px) {
  .cta_banner .cta_inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  .solve .feature_grid {
    -ms-grid-columns: (minmax(220px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .plans .plan_cards {
    -ms-grid-columns: (minmax(260px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}

@media (max-width: 960px) {
  .worry .worries {
    -ms-grid-columns: (minmax(220px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .solve .feature_grid {
    -ms-grid-columns: (minmax(220px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .plans .plan_cards {
    -ms-grid-columns: (minmax(240px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .flow .steps {
    -ms-grid-columns: (minmax(220px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 600px) {
  .worry .worries {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .solve .feature_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plans .plan_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .flow .steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logos .logo_list {
    -ms-grid-columns: (minmax(120px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}


/*-------------------------------------------*/
/*タイトルバー*/
/*-------------------------------------------*/
main {
  margin-top: 98px;
}

@media screen and (max-width: 1000px) {
  main {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 92px;
  }
}

@media screen and (max-width: 480px) {
  main {
    margin-top: 55px;
  }
}

.mainimg {
  position: relative;
}

.mainimg .bgimg img {
  max-height: 230px;
  width: 100vw;
  object-fit: cover;
}

.text_img {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: left;
  top: 29%;
}

.text_img span {
  display: block;
}

.text_img span.eng {
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .mainimg .bgimg img {
    height: 150px;
  }

  .text_img .eng img {
    height: 30px;
  }

  .text_img .jap img {
    height: 18px;
  }
}

@media screen and (max-width: 480px) {
  .mainimg .bgimg img {
    object-position: -90px 10px;
  }
}