@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a:hover,
button:hover {
  cursor: pointer;
}

/*
***************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
****************************
*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 37.5rem;
  }
}

.section__title {
  padding: 1.875rem 0;
  background-color: #f39800;
  text-align: center;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 0.5142857143;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 1.5625rem;
    letter-spacing: 0;
    padding: 1.25rem 0;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section__title span {
    font-size: 45px;
  }
}

.accordion {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 2.5rem;
  }
}

.accordion__list {
  margin-top: 4.375rem;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .accordion__list {
    margin-top: 1.5625rem;
  }
}

.accordion__item {
  border-bottom: 2px solid #cecece;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .accordion__item {
    padding-bottom: 1.25rem;
  }
}

.accordion__item:not(:first-child) {
  margin-top: 1.5625rem;
}

.accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6875rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accordion__content {
    font-size: 0.9375rem;
  }
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .accordion__title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}

.accordion__title::before {
  content: "";
  width: 4.0625rem;
  height: 4.0625rem;
  background: url(../images/q@2x.png) no-repeat center/contain;
  margin-right: 2.0625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .accordion__title::before {
    width: 2.75rem;
    height: 2.9375rem;
    margin-right: 1.375rem;
  }
}

.accordion__content::before {
  content: "";
  width: 3.75rem;
  height: 4.0625rem;
  margin-right: 2.0625rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/a@2x.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .accordion__content::before {
    width: 2.625rem;
    height: 2.9375rem;
    margin-right: 1.375rem;
  }
}

.appeal {
  background-color: #fef4e5;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 767px) {
  .appeal {
    padding-bottom: 5.375rem;
  }
}

.appeal__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  margin-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .appeal__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 4.375rem;
  }
}

.appeal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 4px solid #f39800;
  padding: 0 1.125rem 1.5625rem 1.5625rem;
  border-radius: 5%;
}
@media screen and (max-width: 767px) {
  .appeal__item {
    padding: 0 1.25rem 1.5625rem 1.0625rem;
  }
}

.appeal__item span {
  display: block;
  margin-top: -3.75rem;
  background-color: #f39800;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  padding: 1.25rem;
  line-height: 1;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .appeal__item span {
    font-size: 1.1875rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: -2.75rem;
  }
}

.appeal__sub-title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.1875rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .appeal__sub-title {
    font-size: 1.8125rem;
    font-weight: 900;
    line-height: 1;
  }
}

.appeal__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .appeal__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.appeal__contents {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 4.25rem;
  color: #915b00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .appeal__contents {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.appeal__img {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .appeal__img {
    margin-top: 3.75rem;
  }
}

.contact {
  background-color: #fff799;
  padding-top: 3rem;
  padding-bottom: 2.8125rem;
  border-bottom: 2px solid #f39800;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 1.6875rem;
    padding-bottom: 2.8125rem;
  }
}

.contact__text {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 0.8571428571;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.5625rem;
    line-height: 1.32;
  }
}

.contact__sub--btn {
  text-align: center;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .contact__sub--btn {
    margin-top: 1.5625rem;
  }
}

.btn.btn--l {
  padding: 1.25rem 3.75rem;
  font-size: 2.25rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn.btn--l {
    padding: 0.75rem 1.875rem;
    font-size: 4.6666666667vw;
    line-height: 1.9523809524;
  }
}

.btn.btn--l::before {
  content: "";
  margin-right: 1.125rem;
  background: url(../images/btn@2x.png) no-repeat center/contain;
  width: 6.625rem;
  height: 4.125rem;
}
@media screen and (max-width: 767px) {
  .btn.btn--l::before {
    margin-right: 0.6875rem;
    width: 4.6875rem;
    height: 2.1875rem;
  }
}

footer {
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 1.5625rem;
    padding-bottom: 5rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  max-width: 9rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 7.8125rem;
  }
}

.footer__contents {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    margin-left: 0;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__list {
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}

.footer__list-item {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2;
}

.footer__copylight {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .footer__copylight {
    text-align: center;
    margin-top: 1.25rem;
  }
}

.footer__contact {
  padding: 1.25rem;
  text-align: center;
  background-color: #e60012;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 0.36;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  header {
    height: 3.125rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 85.375rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}

.header__logo {
  max-width: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 5.5rem;
  }
}

.header__logo a {
  display: block;
  height: inherit;
}

.header__nav {
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block !important;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .header__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 630px;
    padding-top: 6.875rem;
    background-color: #f39800;
    gap: 3.75rem;
  }
}

.header__list-item {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__list-item {
    font-size: 1.5625rem;
    line-height: 0.36;
    height: auto;
    height: initial;
    color: #fff;
  }
}

.header__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__btn {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.2777777778;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 50px;
  background-color: #e60012;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
          box-shadow: 0px 2px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}

.burger__btn {
  position: absolute;
  z-index: 9999;
  right: 20px;
  width: 40px;
  height: 25px;
}
.burger__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
}
.burger__btn span:nth-child(1) {
  top: 0;
}
.burger__btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.burger__btn span:nth-child(3) {
  bottom: 0;
}

.burger__btn.is-active span:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger__btn.is-active span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.burger__btn.is-active span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.introduction {
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 767px) {
  .introduction {
    padding-bottom: 3.3125rem;
  }
}

.introduction-box {
  padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
  background-color: #fef4e5;
}
@media screen and (max-width: 767px) {
  .introduction-box {
    padding: 1.5625rem 0.75rem 2.5rem 0.75rem;
  }
}

.introduction-box {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .introduction-box {
    margin-top: 1.5625rem;
  }
}

.introduction__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .introduction__list {
    grid-template-columns: repeat(1, 90%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 1.875rem;
    margin-top: 1.375rem;
  }
}

.introduction-box:nth-of-type(2) .introduction__list {
  grid-template-columns: repeat(1, 33%);
}
@media screen and (max-width: 767px) {
  .introduction-box:nth-of-type(2) .introduction__list {
    grid-template-columns: repeat(1, 90%);
  }
}

.introduction-box:nth-of-type(3) .introduction__list {
  grid-template-columns: repeat(1, 33%);
}
@media screen and (max-width: 767px) {
  .introduction-box:nth-of-type(3) .introduction__list {
    grid-template-columns: repeat(1, 90%);
  }
}

.introduction-box:nth-of-type(5) .introduction__list {
  grid-template-columns: repeat(1, 33%);
}
@media screen and (max-width: 767px) {
  .introduction-box:nth-of-type(5) .introduction__list {
    grid-template-columns: repeat(1, 90%);
  }
}

.introduction-box:nth-of-type(6) .introduction__list {
  grid-template-columns: repeat(1, 33%);
}
@media screen and (max-width: 767px) {
  .introduction-box:nth-of-type(6) .introduction__list {
    grid-template-columns: repeat(1, 90%);
  }
}

.section__title.section__title--small {
  width: 100%;
  padding: 0.8125rem;
  font-size: 1.75rem;
  line-height: 0.6428571429;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section__title.section__title--small {
    padding: 0.625rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.introduction__item-title {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: bold;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .introduction__item-title {
    font-size: 0.9375rem;
    line-height: 0.9333333333;
    margin-top: 0.9375rem;
  }
}

.job__img {
  margin-top: 3.375rem;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .job__img {
    width: 900px;
    margin-bottom: 1.875rem;
  }
}

/*ビジネススキーム　PC*/
.business-figure{
    margin-top: 3.375rem;
  margin-bottom: 4.6875rem;
    width: 100%;
    height:565px;
    background-image:url("../images/business_bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}
.business-figure .business-item-01{
    position: absolute;
    top:20px;
    left: 23px;
    width: 258px;
}
.business-figure .business-item-02{
    position: absolute;
    top:80px;
    left: 53px;
    width: 195px;
}
.business-figure .business-item-03{
    position: absolute;
    top:130px;
    left: 53px;
    width: 195px;
}
.business-figure .business-item-04{
    position: absolute;
    top:200px;
    left: 25px;
    width: 250px;
    text-align: center;
    font-size: 18px;
}
.business-figure .business-item-05{
    position: absolute;
    top:300px;
    left: 20px;
    width: 260px;
    font-size: 16px;
}
.business-figure .business-item-05 li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .8em;
}
.business-figure .business-item-06{
    position: absolute;
    top:105px;
    left: 320px;
    font-size: 13px;
}
.business-figure .business-item-07{
    position: absolute;
    top:235px;
    left: 305px;
    font-size: 13px;
}
.business-figure .business-item-08{
    position: absolute;
    top:105px;
    right: 308px;
    font-size: 13px;
}
.business-figure .business-item-09{
    position: absolute;
    top:235px;
    right: 320px;
    font-size: 13px;
}
.business-figure .business-item-10{
    position: absolute;
    top:15px;
    left: 390px;
    width: 270px;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    background-color: #3fa9f5;
    padding: .2em 0;
    color: #fff;
    text-align: center;
}
.business-figure .business-item-11{
    position: absolute;
    top:80px;
    left: 390px;
    width: 270px;
    font-size: 16px;
    padding-bottom: 1.8em;
    border-bottom: 1px #999 solid;
}
.business-figure .business-item-12{
    position: absolute;
    top:200px;
    left: 390px;
    width: 270px;
    font-size: 16px;
}
.business-figure .business-item-13{
    position: absolute;
    width: 425px;
    top:322px;
    left: 312px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.business-figure .business-item-14{
    position: absolute;
    width: 425px;
    top:373px;
    left: 312px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.business-figure .business-item-15{
    position: absolute;
    width: 260px;
    top:410px;
    left: 390px;
}
.business-figure .business-item-15 .txt-1{
    color: #ed1c24;
    font-weight: bold;
    font-size: 22px;
}
.business-figure .business-item-15 .txt-2{
    color: #ed1c24;
    font-weight: bold;
    font-size: 15px;
}
.business-figure .business-item-16{
    position: absolute;
    width: 425px;
    top:515px;
    left: 312px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.business-figure .business-item-17{
    position: absolute;
    top:15px;
    right: 20px;
    width: 270px;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    background-color: #7ac943;
    padding: .2em 0;
    color: #fff;
    text-align: center;
}
.business-figure .business-item-18{
    position: absolute;
    top:300px;
    right: 20px;
    width: 260px;
    font-size: 16px;
}
.business-figure .business-item-18 li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .8em;
}
/*ビジネススキーム　PC 終わり*/

/*ビジネススキーム　SP*/
@media screen and (max-width: 767px) {
.business-figure-sp{
    margin-top: 3.375rem;
    margin-bottom: 4.6875rem;
}
    .business-figure-sp .business-item-sp-01{
        width: 100%;
        border: 2px #ed1c24 solid;
        border-radius: 15px;
        padding: 1.5em;
    }
    .business-figure-sp .business-item-sp-01 .item_01_1{
        width: 100%;
    }
    .business-figure-sp .business-item-sp-01 .item_01_2{
        width: 100%;
        border: 2px #ed1c24 solid;
        border-radius: 15px;
        padding: 1em;
        margin-top: 10px;
    }
    .business-figure-sp .business-item-sp-01 .item_01_3{
        width: 100%;
        border: 2px #7ac943 solid;
        border-radius: 15px;
        padding: 1em;
        margin-top: 10px;
        text-align: center;
    }
    .business-figure-sp .business-item-sp-01 .item_01_3 .ttl{
        font-size: 23px;
        font-weight: bold;
        color: #7ac943;
        text-decoration-line:underline;
    }
    .business-figure-sp .business-item-sp-01 .item_01_3 .txt{
        font-size: 18px;
        font-weight: bold;
        color: #ed1c24;
        padding-top: .3em;
    }
    .business-figure-sp .business-item-sp-01 .item_01_4{
        width: 100%;
        border: 2px #3fa9f5 solid;
        border-radius: 15px;
        padding: 1em;
        margin-top: 10px;
        text-align: center;
    }
    .business-figure-sp .business-item-sp-01 .item_01_4 .ttl{
        font-size: 23px;
        font-weight: bold;
        color: #3fa9f5;
        text-decoration-line:underline;
    }
    .business-figure-sp .business-item-sp-01 .item_01_4 .txt{
        font-size: 18px;
        padding-top: .3em;
        font-weight: bold;
    }
    .business-figure-sp .business-item-sp-01 .item_01_4 .sub-txt1{
        color: #ed1c24;
        font-size: 23px;
    }
    .business-figure-sp .business-item-sp-01 .item_01_4 .sub-txt2{
        color: #ed1c24;
    }
    .business-figure-sp .business-item-sp-01 .item_01_2_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .business-figure-sp .business-item-sp-01 .item_01_2_flex p{
        width: 48%;
    }
    .business-figure-sp .business-item-sp-01 .item_01_2_txt{
        text-align: center;
        margin-top: .5em;
        font-size: 20px;
    }
    .business-figure-sp .business-item-sp-01 .item_01_3{
    width: 100%;
    font-size: 16px;
     margin-top: 1em;
}
.business-figure-sp .business-item-sp-01 .item_01_3 li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .8em;
}
    .business-figure-sp .business-item-sp-02{
        width: 100%;
        display: flex;
        justify-content: center;
        margin:1em 0; 
    } 
    .business-figure-sp .business-item-sp-02 div{
        width: 97px!important;
        margin: 0 1em;
    }
    .business-figure-sp .business-item-sp-03{
        width: 100%;
        border: 2px #3fa9f5 solid;
        border-radius: 15px;
        padding: 1.5em;
    }
    .business-figure-sp .business-item-sp-03 .item_03_1{
    width: 100%;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    background-color: #3fa9f5;
    padding: .2em 0;
    color: #fff;
    text-align: center;
    }
    .business-figure-sp .business-item-sp-03 .item_03_2{
        width: 100%;
        margin-top: 1em;
    font-size: 16px;
    padding-bottom: 1em;
    border-bottom: 1px #999 solid;
    }
    .business-figure-sp .business-item-sp-03 .item_03_3{
        width: 100%;
    font-size: 16px;
        margin-top: 1em;
    }
    .business-figure-sp .business-item-sp-04{
        width: 100%;
        border: 2px #7ac943 solid;
        border-radius: 15px;
        padding: 1.5em;
    }
    .business-figure-sp .business-item-sp-04 .item_04_1{
    width: 100%;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    background-color: #7ac943;
    padding: .2em 0;
    color: #fff;
    text-align: center;
    }
    .business-figure-sp .business-item-sp-04 .item_04_2{
        display: flex;
        justify-content: space-between;
        padding-top: 1em;
    }
    .business-figure-sp .business-item-sp-04 .item_04_2 .item_04_2_img{
        width: 40%;
    }
    .business-figure-sp .business-item-sp-04 .item_04_2 .item_04_2_txt{
        width: 55%;
    }
    .business-figure-sp .business-item-sp-04 .item_04_2 .item_04_2_txt li{
        padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .8em;
    }
   .business-figure-sp .business-item-sp-05{
        width: 100%;
        display: flex;
        justify-content: center;
        margin:1em 0; 
    } 
    .business-figure-sp .business-item-sp-05 div{
        width: 149px!important;
        margin: 0 .3em;
    }
}
/*ビジネススキーム　SP 終わり*/

/*トータルサポート　PC*/
.totalsupport-figure{
    margin-top: 3.375rem;
  margin-bottom: 4.6875rem;
    width: 100%;
    height:565px;
    background-image:url("../images/totalsupport_pc_bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
}
.totalsupport-figure .totalsupport-chach-ps{
    position: absolute;
    top:40.5%;
    left: 43.8%;
    width: 125px;
    font-size: 28px;
    font-weight: bold;
    color: #666666;
}
.totalsupport-figure .c-name{
    font-size: 18px;
    font-weight: bold;
}
.totalsupport-figure .totalsupport-item-ps-01{
    position: absolute;
    top:0;
    left: 0;
    color: #1f6fb1;
    font-size: 25px;
    font-weight: bold;
}
.totalsupport-figure .totalsupport-item-ps-02{
    position: absolute;
    top:40px;
    left: 0;
    width: 370px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-03{
    position: absolute;
    top:120px;
    left: 0;
    width: 310px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-04{
    position: absolute;
    top:240px;
    left: 0;
    color: #9e529c;
    font-size: 25px;
    font-weight: bold;
}
.totalsupport-figure .totalsupport-item-ps-05{
    position: absolute;
    top:280px;
    left: 0;
    width: 300px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-06{
    position: absolute;
    top:405px;
    left: 0;
    color: #e14136;
    font-size: 25px;
    font-weight: bold;
}
.totalsupport-figure .totalsupport-item-ps-07{
    position: absolute;
    top:445px;
    left: 0;
    width: 350px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-08{
    position: absolute;
    top:0;
    right:75px;
    color: #0da29a;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
}
.totalsupport-figure .totalsupport-item-ps-09{
    position: absolute;
    top:70px;
    right: 0;
    width: 375px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-10{
    position: absolute;
    top:220px;
    right:75px;
    color: #8abd42;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
}
.totalsupport-figure .totalsupport-item-ps-11{
    position: absolute;
    top:260px;
    right: 0;
    width: 300px;
    font-size: 14px;
}
.totalsupport-figure .totalsupport-item-ps-12{
    position: absolute;
    top:440px;
    right:35px;
    color: #ed9026;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
}
.totalsupport-figure .totalsupport-item-ps-13{
    position: absolute;
    top:478px;
    right: 0;
    width: 355px;
    font-size: 14px;
}
/*トータルサポート　PC 終わり*/

/*トータルサポート　SP*/
@media screen and (max-width: 767px) {
.totalsupport-figure-sp{
    margin-top: 3.375rem;
  margin-bottom: 4.6875rem;
}
.totalsupport-figure-sp .totalsupport-image-sp{
    width: 100%;
    position: relative
    }    
    .totalsupport-figure-sp .totalsupport-image-sp .totalsupport-chach-sp{
        position: absolute;
    top:35%;
    left: 37%;
    width: 30%;
    font-size: 6vw;
    font-weight: bold;
    color: #666666;
      }
    .totalsupport-figure-sp .totalsupport-item-sp{
    margin: 1.5rem 0 3em;
}
    .totalsupport-figure-sp .c-name{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: .3em;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-1,
    .totalsupport-figure-sp .totalsupport-item-sp .number-2,
    .totalsupport-figure-sp .totalsupport-item-sp .number-3,
    .totalsupport-figure-sp .totalsupport-item-sp .number-4,
    .totalsupport-figure-sp .totalsupport-item-sp .number-5,
    .totalsupport-figure-sp .totalsupport-item-sp .number-6{
        padding: .2em;
        width:35px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-1{
        background-color: #0da29a;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-2{
        background-color: #8abd42;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-3{
        background-color: #ed9026;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-4{
        background-color: #e14136;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-5{
        background-color: #9e529c;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .number-6{
        background-color: #1f6fb1;
    }
    
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-1,
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-2,
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-3,
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-4,
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-5,
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-6{
        font-size: 25px;
        font-weight: bold;
        line-height: 1.3em;
        margin: .3em 0;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-1{
        color: #0da29a;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-2{
        color: #8abd42;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-3{
        color: #ed9026;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-4{
        color: #e14136;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-5{
        color: #9e529c;
    }
    .totalsupport-figure-sp .totalsupport-item-sp .ttl-6{
        color: #1f6fb1;
    }
    .mt-20{margin-top: 20px;}
}
/*トータルサポート　SP 終わり*/

.registration {
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .registration {
    padding-bottom: 3.375rem;
  }
}

.registration__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .registration__list {
    margin-top: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
  }
}

.registration__item {
  border: 4px solid #f39800;
}

.registration__sub-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 0.9;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-color: #f39800;
  color: #fff;
  padding: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .registration__sub-title {
    font-size: 0.9375rem;
    line-height: 0.9333333333;
  }
}

.registration__img {
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .registration__img {
    margin-top: 1.0625rem;
  }
}

.registration__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: bold;
  margin-top: 2.5rem;
  padding-bottom: 1.5625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .registration__text {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    margin-top: 1.5625rem;
  }
}

.registration__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .registration__btn {
    margin-top: 3rem;
  }
}

.simplebar-track.simplebar-horizontal {
  max-width: 372px;
  height: 20px !important;
  margin: 0 auto;
  border-radius: 5px;
  background: #B5B5B5;
}

.simplebar-scrollbar {
  top: 0;
  height: 10px;
  border-radius: 10px;
  background: #41485B;
}

.simplebar-placeholder {
  margin-top: 1.25rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 3px !important;
  right: auto;
  bottom: 0;
  left: 4px !important;
  width: auto;
  min-width: 10px !important;
  min-height: 15px !important;
}

.support__img {
  margin-top: 4.375rem;
}

.support__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 2.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .support__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-top: 1.5625rem;
  }
}

.support__sub-img {
  margin-top: 3.75rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .support__sub-img {
    width: 900px;
    margin-bottom: 0rem;
  }
}

.scroll__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll__inner {
    overflow-x: scroll;
    margin-bottom: 50px;
  }
}

.top {
  position: relative;
}

.top .l-inner {
  display: contents;
}

.contact__btn {
  margin-top: 1.25rem;
  text-align: center;
}
.top img {
  vertical-align: middle;
}

.btn {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2.5rem;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background-color: #e60012;
  -webkit-box-shadow: 0 7px 0 0 rgb(0, 0, 0);
          box-shadow: 0 7px 0 0 rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 4.6666666667vw;
    font-weight: bold;
    line-height: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 1.875rem;
  }
}

.btn::before {
  width: 5.625rem;
  width: 4.6875rem;
  height: 3.125rem;
  height: 2.25rem;
  margin-right: 1.125rem;
  content: "";
  background: url(../images/btn@2x.png) no-repeat center/contain;
}

main {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 3.125rem;
  }
}

.top__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top__title {
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 1.875rem;
  text-align: center;
  color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="3" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.40625;
    margin-bottom: 2.5rem;
  }
}

.top__sub-title {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.875rem;
  text-align: center;
  color: #ff4e00;
}
@media screen and (max-width: 767px) {
  .top__sub-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
}

.top__text {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.5217391304;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__text {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.6666666667;
  }
}

.top__box {
  width: 100%;
  max-width: 55.375rem;
  height: 100%;
  margin: auto;
  padding: 1.25rem 4.375rem 1.25rem 4.375rem;
  background-color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 767px) {
  .top__box {
    padding: 1.25rem 1.25rem 1.375rem 1.25rem;
  }
}

.top__box-inner {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top__box-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
