@charset "UTF-8";
/*----- font -----*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*----- reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #555;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----- common -----*/
body {
  font-family: "Zen Maru Gothic", arial, sans-serif;
  color: var(--text);
}
body.fixed {
  position: fixed;
  width: 100%;
}

/* for CMS */
body:has(#wrapper) {
  display: block;
}

body:has(#wrapper)::after {
  position: relative;
  z-index: auto;
  pointer-events: all;
  opacity: 1;
  background: none;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}

.ojf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PC時Tel発信無効化 */
@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*--- fadein ---*/
/* for CMS */
#wrapper .fadein {
  opacity: 1;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.fadein_first {
  -webkit-animation-name: fadeIn1s;
          animation-name: fadeIn1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}
.fadein_first2 {
  -webkit-animation-name: fadeIn1s;
          animation-name: fadeIn1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn1s {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn1s {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----- wrap -----*/
.wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap_wide {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:767px) {
  .wrap {
    padding: 0 6vw;
  }
  .wrap_wide {
    padding: 0 6vw;
  }
}

.main {
  overflow-x: hidden;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  margin-left: 15vw;
}
.header__logo .catch {
  font-size: 17px;
}
.header__logo .logo {
  margin-top: 10px;
  width: 180px;
}
.header .sp_menu {
  margin-top: 20px;
  margin-right: 6vw;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.header .menu .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.header .menu .ul .li a {
  color: #2a2a2a;
  font-size: 17px;
}
.header .menu .ul .li a:hover {
  opacity: 0.8;
}
.header .menu .contact_btn a {
  display: block;
  padding: 10px 45px;
  background: #f4ce2f;
  border-radius: 40px;
  color: #2a2a2a;
  font-size: 16px;
}
.header .menu .contact_btn a:hover {
  background: #619b2a;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .header__logo {
    margin-left: 30px;
  }
  .header .sp_menu {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .header {
    height: 9vw;
  }
  .header__logo {
    margin-left: 30px;
  }
  .header__logo .catch {
    font-size: 1.4vw;
  }
  .header__logo .logo {
    margin-top: 1vw;
    width: 16vw;
  }
  .header .sp_menu {
    margin-top: 1.8vw;
    margin-right: 30px;
  }
  .header .menu {
    gap: 0 3vw;
  }
  .header .menu .ul {
    gap: 0 3vw;
  }
  .header .menu .ul .li a {
    font-size: 1.5vw;
  }
  .header .menu .contact_btn a {
    padding: 1vw 3vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .header {
    height: 60px;
    display: block;
  }
  .header__logo {
    margin-left: 6vw;
  }
  .header__logo .catch {
    display: none;
  }
  .header__logo .logo {
    margin-top: 10px;
    width: 180px;
  }
  .header .sp_menu {
    margin-top: 0;
    margin-right: 0;
  }
  .header .menu {
    display: block;
    background: #fff;
    padding: 15px 6vw 40px;
  }
  .header .menu .ul {
    display: block;
  }
  .header .menu .ul .li a {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .header .menu .contact_btn {
    max-width: 360px;
    margin: 20px auto 0;
  }
  .header .menu .contact_btn a {
    padding: 20px;
    text-align: center;
  }
}

/*----- nav -----*/
@media screen and (min-width:768px) {
  .sp_menu {
    display: block !important;
  }
  .spbtn {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .spbtn {
    position: absolute;
    top: 10px;
    right: 6vw;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .spbtn > div {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #2a2a2a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .spbtn > div:nth-of-type(1) {
    top: 8px;
  }
  .spbtn > div:nth-of-type(3) {
    top: 32px;
  }
  .spbtn.active > div {
    top: 50%;
    -webkit-transform: rotate(37.5deg);
            transform: rotate(37.5deg);
  }
  .spbtn.active > div:nth-of-type(2) {
    display: none;
  }
  .spbtn.active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-37.5deg);
            transform: rotate(-37.5deg);
  }
}
.f_contact {
  padding: 60px 0 75px;
  background: #2a2a2a;
  color: #fff;
}
.f_contact .m_title .ttl {
  background: url("/system_panel/uploads/images/title_bg2.png") repeat-x;
  background-position: left bottom;
  background-size: auto 10px;
}
.f_contact-btn {
  margin: 50px auto 0;
  width: 360px;
}
.f_contact-btn a {
  position: relative;
  display: block;
  padding: 20px 0 20px 30px;
  background-color: #f4ce2f;
  border-radius: 5px;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.f_contact-btn a::before, .f_contact-btn a::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.f_contact-btn a::before {
  background-image: url("/system_panel/uploads/images/icon_mail.png");
  opacity: 1;
}
.f_contact-btn a::after {
  background-image: url("/system_panel/uploads/images/icon_mail_w.png");
  opacity: 0;
}
.f_contact-btn a:hover {
  background-color: #619b2a;
  color: #fff;
}
.f_contact-btn a:hover::before {
  opacity: 0;
}
.f_contact-btn a:hover::after {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .f_contact {
    padding: 5vw 0 6vw;
  }
  .f_contact .m_title .ttl {
    background-size: auto 1vw;
  }
  .f_contact-btn {
    margin: 4vw auto 0;
    width: 33vw;
  }
  .f_contact-btn a {
    padding: 2vw 0 2vw 3vw;
    font-size: 1.8vw;
  }
  .f_contact-btn a::before, .f_contact-btn a::after {
    left: 5vw;
    width: 1.7vw;
    height: 1.3vw;
  }
}
@media screen and (max-width:767px) {
  .f_contact {
    padding: 50px 0;
  }
  .f_contact-btn {
    margin: 40px auto 0;
    width: min(100%, 360px);
  }
  .f_contact-btn a {
    font-size: min(5vw, 20px);
  }
  .f_contact-btn a::before, .f_contact-btn a::after {
    left: 40px;
  }
}

.footer {
  position: relative;
  padding: 75px 0 40px;
  background: url("/system_panel/uploads/images/footer_bg.png") no-repeat;
  background-position: right 6vw bottom;
  background-size: 630px auto;
}
.footer .pagetop {
  position: absolute;
  top: 80px;
  right: 14.5vw;
  display: block;
  width: 72px;
  height: 72px;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
}
.footer .pagetop::after {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: solid 3px #2a2a2a;
  border-right: solid 3px #2a2a2a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .logo {
  margin-bottom: 10px;
}
.footer .address {
  margin: 30px 0 90px;
}
.footer .copyright {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .footer {
    background-position: right -1vw bottom;
  }
  .footer .pagetop {
    right: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .footer {
    padding: 7vw 0 4vw;
    background-position: right -1vw bottom;
    background-size: 50vw auto;
  }
  .footer .pagetop {
    top: 10vw;
    right: 12vw;
    width: 6vw;
    height: 6vw;
  }
  .footer .pagetop::after {
    top: 2.75vw;
    width: 1vw;
    height: 1vw;
  }
  .footer .logo {
    width: 24vw;
    margin-bottom: 1vw;
  }
  .footer .address {
    margin: 3vw 0 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .footer {
    padding: 50px 0;
    background-position: right -100px bottom;
    background-size: 500px auto;
  }
  .footer .pagetop {
    top: 70px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
  .footer .pagetop::after {
    top: 27px;
  }
  .footer .logo {
    width: 201px;
  }
  .footer .address {
    margin: 30px 0 50px;
  }
  .footer .address.pm {
    font-size: min(4.5vw, 16px);
  }
  .footer .copyright {
    text-align: left;
  }
}

.bg_green {
  background: #f6fbf0;
}

.c_support {
  margin-bottom: 150px;
}
.c_support .frame {
  padding: 50px 100px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;

          justify-content: space-between;
}
.c_support .frame .conts .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.c_support .frame .illust {
  width: 428px;
  margin: 0 -10px -60px 0;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .c_support {
    margin-bottom: 10vw;
  }
  .c_support .frame {
    padding: 3vw;
  }
  .c_support .frame .conts .btns {
    gap: 1.5vw;
    margin-top: 3vw;
  }
  .c_support .frame .illust {
    width: 35vw;
    margin: 0 -1vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .c_support {
    margin-bottom: 50px;
  }
  .c_support .frame {
    padding: 30px 5vw;
    display: block;
  }
  .c_support .frame .conts .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
  }
  .c_support .frame .illust {
    width: min(100%, 428px);
    margin: 0 auto -15px;
  }
}

.main {
  margin-top: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .main {
    margin-top: 9vw;
  }
}
@media screen and (max-width:767px) {
  .main {
    margin-top: 60px;
  }
}

.cen {
  text-align: center;
}
@media screen and (max-width:767px) {
  .cen.spleft {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .spbrnone br {
    display: none;
  }
}

.m_title {
  margin-bottom: 40px;
}
.m_title .sub {
  margin-bottom: 10px;
  color: #f4ce2f;
  font-size: 25px;
  font-weight: 500;
}
.m_title .ttl {
  display: inline-block;
  padding: 5px 2px;
  background: url("/system_panel/uploads/images/title_bg.png") repeat-x;
  background-position: left bottom;
  background-size: auto 10px;
  font-size: 35px;
  font-weight: 500;
}
.m_title .ttl.green {
  color: #619b2a;
  line-height: 1;
}
.m_title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m_fv {
  background: #f6fbf0;
  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;
  text-align: center;
  height: 180px;
}
.m_fv .ttl {
  font-size: 35px;
  font-weight: 500;
}
.m_fv .en {
  margin-top: 10px;
  color: #f4ce2f;
  font-size: 25px;
  font-weight: 500;
}
.m_btn a,
.m_btn .button {
  display: block;
  width: 240px;
  padding: 15px;
  border-radius: 40px;
  border: none;
  background: #619b2a;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m_btn a:hover,
.m_btn .button:hover {
  background: #f4ce2f;
  color: #2a2a2a;
}
.m_btn.cen a,
.m_btn.cen .button {
  margin-left: auto;
  margin-right: auto;
}
.m_box {
  border: 2px solid #c2c2c2;
  border-radius: 5px;
}
.m_box-ttl {
  padding: 12px;
  background: #c2c2c2;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.m_box .inner {
  background: #fff;
  padding: 30px;
}
.m_box.green {
  border-color: #a7cb80;
}
.m_box.green .m_box-ttl {
  background: #a7cb80;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .m_title {
    margin-bottom: 4vw;
  }
  .m_title .sub {
    margin-bottom: 1vw;
    font-size: 2.2vw;
  }
  .m_title .ttl {
    padding: 0.5vw;
    font-size: 3.3vw;
    background-size: auto 1vw;
  }
  .m_fv {
    height: 16vw;
  }
  .m_fv .ttl {
    font-size: 3.3vw;
  }
  .m_fv .en {
    margin-top: 1vw;
    font-size: 2.2vw;
  }
  .m_btn a,
  .m_btn .button {
    width: 24vw;
    padding: 1.5vw;
    font-size: 1.7vw;
  }
  .m_box-ttl {
    padding: 1vw;
    font-size: 2vw;
  }
  .m_box .inner {
    padding: 2.5vw;
  }
}
@media screen and (max-width:767px) {
  .m_title {
    margin-bottom: 30px;
  }
  .m_title .sub {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .m_title .ttl {
    padding: 5px 0;
    font-size: 25px;
  }
  .m_title > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m_title > div > div {
    width: 100%;
  }
  .m_fv {
    height: 120px;
  }
  .m_fv .ttl {
    font-size: 25px;
  }
  .m_fv .en {
    margin-top: 5px;
    font-size: 18px;
  }
  .m_btn a,
  .m_btn .button {
    margin-left: auto;
    margin-right: auto;
  }
  .m_box-ttl {
    padding: 10px;
    font-size: min(4.5vw, 20px);
  }
  .m_box .inner {
    padding: 5vw;
  }
}

.p {
  font-size: 17px;
}
.pm {
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .p {
    font-size: 1.6vw;
  }
  .pm {
    font-size: 1.6vw;
  }
}
@media screen and (max-width:767px) {
  .p {
    font-size: 16px;
  }
  .pm {
    font-size: 16px;
  }
}

.top_mv {
  padding: 60px 0 0;
}
.top_mv-illust {
  position: relative;
  left: 100px;
  width: 65.833%;
  margin: auto;
}
.top_mv-illust .logo {
  position: absolute;
  z-index: 9;
  bottom: 28%;
  left: 32%;
  width: 22.8%;
}
.top_mv-conts {
  position: absolute;
  z-index: 99;
  top: 12vw;
  left: 15vw;
}
.top_mv-ttl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 55px;
}
.top_mv-ttl > div h2,
.top_mv-ttl > div p {
  line-height: 1.5;
}
.top_mv-ttl > div h2 {
  color: #619b2a;
  font-weight: 500;
}
.top_mv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-top: 20px;
}
.top_mv-text h3,
.top_mv-text p {
  line-height: 1.5;
  font-weight: 500;
}
.top_mv-text h3 {
  margin-right: 10px;
  padding: 0 10px;
  background: #f4ce2f;
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .top_mv-illust {
    left: 8vw;
  }
  .top_mv-conts {
    left: 8vw;
  }
  .top_mv-ttl > div {
    font-size: 4vw;
  }
  .top_mv-text {
    font-size: 1.75vw;
    margin-top: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_mv {
    padding: 5vw 0 0;
  }
  .top_mv-illust {
    left: 30px;
    width: 87.5%;
  }
  .top_mv-conts {
    top: 15vw;
    left: 30px;
  }
}
@media screen and (max-width:767px) {
  .top_mv {
    padding: 50px 0 0;
  }
  .top_mv-illust {
    left: 0;
    width: calc(100% - 6vw);
  }
  .top_mv-illust .logo {
    bottom: 22%;
    left: 24%;
    width: 40%;
  }
  .top_mv-conts {
    position: relative;
    top: 0;
    left: 0;
  }
  .top_mv-ttl > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: min(7.5vw, 36px);
  }
  .top_mv-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: min(4vw, 20px);
    margin: 10px 0 30px;
  }
  .top_mv-text h3 {
    margin-right: 5px;
    padding: 0 10px;
  }
}
.top_intro {
  padding: 75px 0 150px;
}
.top_intro .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.top_intro .title h3 {
  color: #619b2a;
  font-weight: 500;
}
.top_intro .title .ttl {
  display: inline-block;
  padding: 5px 2px;
  background: url("/system_panel/uploads/images/title_bg.png") repeat-x;
  background-position: left bottom;
  background-size: auto 10px;
  line-height: 1;
  font-size: 55px;
}
.top_intro-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_intro-text div p,
.top_intro-text div h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 2;
}
.top_intro-text div h4 {
  color: #a7cb80;
  text-decoration: underline;
}
.top_intro-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 60px 0;
}
.top_intro-ul .li {
  opacity: 0;
  width: calc(33.3333333333% - 20px);
  background: #a7cb80;
  border-radius: 5px;
  padding: 15px;
}
.top_intro-ul .li p {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.top_intro-box {
  position: relative;
  padding: 45px;
  background: #f5f5f5;
}
.top_intro-box p {
  font-size: 25px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.top_intro-box .illust {
  position: absolute;
  z-index: 9;
  right: -15px;
  bottom: -60px;
  width: 282px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_intro {
    padding: 7vw 0 12vw;
  }
  .top_intro .title {
    margin-bottom: 3vw;
  }
  .top_intro .title .ttl {
    padding: 0.5vw 0.2vw;
    background-size: auto 1vw;
    font-size: 4vw;
  }
  .top_intro-text div p,
  .top_intro-text div h4 {
    font-size: 2.2vw;
  }
  .top_intro-ul {
    gap: 2.5vw;
    margin: 5vw 0;
  }
  .top_intro-ul .li {
    width: calc(33.3333333333% - 1.6666666667vw);
    padding: 1.5vw 0;
  }
  .top_intro-ul .li p {
    font-size: 1.875vw;
  }
  .top_intro-box {
    padding: 4vw 8vw 4vw 0;
  }
  .top_intro-box p {
    font-size: 2vw;
  }
  .top_intro-box .illust {
    bottom: -5vw;
    width: 22.5vw;
  }
}
@media screen and (max-width:767px) {
  .top_intro {
    padding: 50px 0;
  }
  .top_intro .title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .top_intro .title .ttl {
    display: inline;
    padding: 5px 0;
    background-size: auto 10px;
    line-height: 1.5;
    font-size: min(6.3vw, 32px);
  }
  .top_intro-text div {
    display: inline;
  }
  .top_intro-text div p,
  .top_intro-text div h4 {
    display: inline;
    font-size: 18px;
  }
  .top_intro-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0 30px;
  }
  .top_intro-ul .li {
    width: 100%;
    padding: 10px;
  }
  .top_intro-ul .li p {
    font-size: min(5vw, 19px);
  }
  .top_intro-box {
    padding: 20px 5vw;
  }
  .top_intro-box p {
    font-size: 18px;
    text-align: left;
  }
  .top_intro-box p br {
    display: none;
  }
  .top_intro-box .illust {
    position: relative;
    right: auto;
    bottom: -30px;
    width: min(100%, 282px);
    margin: -20px auto 0;
  }
}
.top_about {
  padding: 75px 0 80px;
}
.top_about .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_about .frame_box {
  width: 48.5%;
}
.top_about-text {
  margin-top: 20px;
  color: #db0000;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_about {
    padding: 7vw 0;
  }
  .top_about-text {
    margin-top: 2vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width:767px) {
  .top_about {
    padding: 50px 0;
  }
  .top_about .frame {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .top_about .frame_box {
    width: 100%;
  }
  .top_about-text {
    margin-top: 15px;
    font-size: 17px;
  }
  .top_about-text.spnone {
    display: none;
  }
}
.top_service {
  padding: 100px 0 150px;
}
.top_service .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_service .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
.top_service .frame .conts .check_ul .li {
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  background: url("/system_panel/uploads/images/icon_check.png") no-repeat #f5f5f5;
  background-position: left 15px center;
  background-size: 17px auto;
}
.top_service .frame .conts .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.top_service .frame .illust {
  width: 45%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_service {
    padding: 8vw 0 10vw;
  }
  .top_service .frame .conts {
    width: 60%;
  }
  .top_service .frame .conts .check_ul .li {
    margin: 1vw 0;
    padding: 1vw 1vw 1vw 4vw;
    background-position: left 1.5vw center;
    background-size: 1.7vw auto;
  }
  .top_service .frame .conts .btns {
    gap: 2vw;
  }
  .top_service .frame .illust {
    width: 36%;
  }
}
@media screen and (max-width:767px) {
  .top_service {
    padding: 50px 0;
  }
  .top_service .frame {
    display: block;
  }
  .top_service .frame .conts {
    width: 100%;
  }
  .top_service .frame .conts .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .top_service .frame .illust {
    width: min(400px, 100%);
    margin: 30px auto 0;
  }
}
.top_company {
  padding: 75px 0 100px;
  background: #f5f5f5;
}
.top_company .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_company .boxes_box {
  width: 48.5%;
  background: #fff;
  margin-bottom: 30px;
}
.top_company .boxes_box .title {
  padding: 10px;
  background: #2a2a2a;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
.top_company .boxes_box:nth-of-type(3) {
  width: 100%;
}
.top_company .boxes_box:nth-of-type(3) .m_title {
  margin-bottom: 20px;
}
.top_company .boxes_box:nth-of-type(3) .m_title .ttl {
  background: none;
}
.top_company .boxes_box .inner {
  padding: 30px 40px;
}
.top_company .boxes_box .inner .pm.address br {
  display: none;
}
.top_company .boxes_box .frame {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_company .boxes_box .frame .conts {
  width: 76%;
}
.top_company .boxes_box .frame .illust {
  width: 20%;
}
.top_company .boxes_box .frame .illust img {
  margin-bottom: -45px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_company {
    padding: 7vw 0 8vw;
  }
  .top_company .boxes_box {
    margin-bottom: 3vw;
  }
  .top_company .boxes_box .title {
    padding: 1vw;
    font-size: 2vw;
  }
  .top_company .boxes_box:nth-of-type(3) .m_title {
    margin-bottom: 2vw;
  }
  .top_company .boxes_box .inner {
    padding: 2.5vw;
  }
  .top_company .boxes_box .frame {
    padding: 2.5vw;
  }
  .top_company .boxes_box .frame .illust img {
    margin-bottom: -4vw;
  }
}
@media screen and (max-width:767px) {
  .top_company {
    padding: 50px 0;
  }
  .top_company .boxes {
    display: block;
  }
  .top_company .boxes_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_company .boxes_box .title {
    font-size: 19px;
  }
  .top_company .boxes_box:nth-of-type(3) .m_title {
    margin-bottom: 15px;
  }
  .top_company .boxes_box .inner {
    padding: 20px 5vw;
  }
  .top_company .boxes_box .inner .pm.address {
    margin-bottom: 10px;
    font-size: min(4vw, 16px);
  }
  .top_company .boxes_box .inner .pm.address br {
    display: inline-block;
  }
  .top_company .boxes_box .frame {
    padding: 20px 5vw;
    display: block;
  }
  .top_company .boxes_box .frame .conts {
    width: 100%;
  }
  .top_company .boxes_box .frame .illust {
    width: 100%;
    text-align: center;
  }
  .top_company .boxes_box .frame .illust img {
    margin: 20px auto -25px;
  }
}

/* about */
.abt_about {
  padding: 75px 0 100px;
}
.abt_about .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abt_about .frame_box {
  width: 48.5%;
}
.abt_about_text {
  color: #db0000;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
.abt_merit {
  padding: 75px 0 10px;
}
.abt_merit-ul .li {
  margin-bottom: 90px;
}
.abt_merit-ul .li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #999;
}
.abt_merit-ul .li .title .num {
  padding: 10px 20px;
  background: #2a2a2a;
  color: #fff;
  font-size: 21px;
}
.abt_merit-ul .li .title .ttl {
  color: #619b2a;
  font-size: 37px;
}
.abt_merit-ul .li .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abt_merit-ul .li .frame_box {
  width: 48.5%;
}
.abt_merit-ul .li .frame_box .ttl {
  margin-bottom: 20px;
  font-size: 25px;
}
.abt_merit-ul .li .frame_box .dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 8px;
}
.abt_merit-ul .li .frame_box .dl div.line {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  padding: 0;
  background: #999;
}
.abt_merit-ul .li .frame_box .result {
  color: #db0000;
  font-size: 19px;
  font-weight: 500;
  text-align: right;
}
.abt_merit-ul .li .frame .conts {
  width: 56%;
}
.abt_merit-ul .li .frame .illust {
  width: 40%;
  text-align: center;
}
.abt_faq {
  padding: 75px 0 50px;
}
.abt_faq-ul .li {
  margin-bottom: 50px;
}
.abt_faq-ul .li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 2px dashed #999;
  color: #619b2a;
}
.abt_faq-ul .li .title .q,
.abt_faq-ul .li .title .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.abt_faq-ul .li .title .q {
  color: #f4ce2f;
}
.abt_faq-ul .li .m_box {
  width: 48.5%;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .abt_about {
    padding: 7vw 0 8vw;
  }
  .abt_about_text {
    font-size: 1.8vw;
  }
  .abt_merit {
    padding: 6vw 0 1vw;
  }
  .abt_merit-ul .li {
    margin-bottom: 6vw;
  }
  .abt_merit-ul .li .title {
    gap: 1.5vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  .abt_merit-ul .li .title .num {
    padding: 1vw 1.5vw;
    font-size: 2vw;
  }
  .abt_merit-ul .li .title .ttl {
    font-size: 3vw;
  }
  .abt_merit-ul .li .frame_box .ttl {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
  .abt_merit-ul .li .frame_box .dl div {
    padding: 0 0 0.5vw;
  }
  .abt_merit-ul .li .frame_box .dl div.line {
    margin-bottom: 1.5vw;
    padding: 0;
  }
  .abt_merit-ul .li .frame_box .result {
    font-size: 1.8vw;
  }
  .abt_faq {
    padding: 7vw 0 5vw;
  }
  .abt_faq-ul .li {
    margin-bottom: 5vw;
  }
  .abt_faq-ul .li .title {
    gap: 1.5vw;
    margin-bottom: 2vw;
    padding: 0 0 1vw;
  }
  .abt_faq-ul .li .title .q,
  .abt_faq-ul .li .title .ttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:767px) {
  .abt_about {
    padding: 50px 0;
  }
  .abt_about .frame {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .abt_about .frame_box {
    width: 100%;
  }
  .abt_about .frame_box img {
    margin: auto;
  }
  .abt_about_text {
    font-size: 17px;
  }
  .abt_merit {
    padding: 50px 0 10px;
  }
  .abt_merit-ul .li {
    margin-bottom: 40px;
  }
  .abt_merit-ul .li .title {
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .abt_merit-ul .li .title .num {
    padding: 5px 10px;
    font-size: 16px;
  }
  .abt_merit-ul .li .title .ttl {
    font-size: 23px;
  }
  .abt_merit-ul .li .frame {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .abt_merit-ul .li .frame_box {
    width: 100%;
  }
  .abt_merit-ul .li .frame_box .ttl {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .abt_merit-ul .li .frame .conts {
    width: 100%;
  }
  .abt_merit-ul .li .frame .illust {
    width: 100%;
  }
  .abt_faq {
    padding: 50px 0 10px;
  }
  .abt_faq-ul .li {
    margin-bottom: 40px;
  }
  .abt_faq-ul .li .title {
    gap: 10px;
    margin-bottom: 15px;
    padding: 0 0 5px;
  }
  .abt_faq-ul .li .title .q,
  .abt_faq-ul .li .title .ttl {
    font-size: 19px;
  }
  .abt_faq-ul .li .m_box {
    width: min(400px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

/* service */
.svc_intro {
  padding: 75px 0 100px;
}
.svc_intro .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.svc_intro .frame .conts {
  width: 50%;
}
.svc_intro .frame .conts .pm {
  padding-right: 60px;
}
.svc_intro .frame .illust {
  width: 50%;
}
.svc_intro-title .ttl {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
.svc_intro-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.svc_intro-title div h3 {
  color: #619b2a;
}
.svc_intro .solute {
  padding: 30px 40px;
  background: #a7cb80;
}
.svc_intro .solute .ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.svc_intro .solute .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.svc_intro .solute .checks p {
  padding: 15px 15px 15px 50px;
  background: url("/system_panel/uploads/images/icon_check.png") no-repeat #fff;
  background-position: left 22px top 22px;
  background-size: 17px auto;
  width: calc(50% - 7.5px);
}
.svc_service {
  padding: 75px 0 10px;
}
.svc_service-ul .li {
  margin-bottom: 90px;
}
.svc_service-ul .li .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.svc_service-ul .li .frame .conts {
  width: 58.5%;
}
.svc_service-ul .li .frame .conts .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #999;
}
.svc_service-ul .li .frame .conts .title .num {
  padding: 10px 20px;
  background: #2a2a2a;
  color: #fff;
  font-size: 21px;
}
.svc_service-ul .li .frame .conts .title .ttl {
  color: #619b2a;
  font-size: 37px;
}
.svc_service-ul .li .frame .illust {
  position: relative;
  z-index: 9;
  width: 40%;
  text-align: center;
}
.svc_service-ul .li .frame .illust img {
  margin-bottom: -15px;
}
.svc_service-ul .li:nth-of-type(2n+1) .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.svc_service-ul .li .points {
  background: #fff;
  padding: 30px 40px;
}
.svc_service-ul .li .points .ttl {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.svc_service-ul .li .points .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.svc_service-ul .li .points .list .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3333333333% - 16.6666666667px);
  background: #a7cb80;
  color: #fff;
  padding: 15px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.svc_service-ul .li .area {
  background: #fff;
  margin: 30px 0 0 41%;
  padding: 30px 40px;
}
.svc_service-ul .li .area .ttl {
  font-size: 25px;
  font-weight: 500;
}
.svc_partner {
  padding: 100px 0 130px;
}
.svc_partner-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 60px;
}
.svc_partner-ul .li {
  width: calc(33.3333333333% - 40px);
}
.svc_partner-ul .li a {
  display: block;
  text-align: center;
}
.svc_partner-ul .li a img {
  width: 100%;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
}
.svc_partner-ul .li a:hover {
  opacity: 0.8;
}
.svc_client {
  padding: 0 0 150px;
}
.svc_client-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.svc_client-ul .li {
  position: relative;
  width: calc(33.3333333333% - 16.6666666667px);
  padding: 20px 30px 66px;
  background: #a7cb80;
  border-radius: 3px;
  color: #fff;
}
.svc_client-ul_name {
  position: absolute;
  padding: 20px 30px;
  right: 0;
  bottom: 0;
  line-height: 1.2;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .svc_intro {
    padding: 7vw 0 8vw;
  }
  .svc_intro .frame {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .svc_intro .frame .conts {
    width: 60%;
  }
  .svc_intro .frame .conts .pm {
    padding-right: 5vw;
  }
  .svc_intro .frame .illust {
    width: 40%;
  }
  .svc_intro-title .ttl {
    font-size: 3vw;
  }
  .svc_intro .solute {
    padding: 3vw;
  }
  .svc_intro .solute .ttl {
    margin-bottom: 3vw;
    font-size: 2.2vw;
  }
  .svc_intro .solute .checks {
    gap: 1.5vw;
  }
  .svc_intro .solute .checks p {
    padding: 1.5vw 0 1.5vw 5vw;
    background-position: left 2.2vw top 2.2vw;
    background-size: 1.7vw auto;
    width: calc(50% - 0.75vw);
  }
  .svc_service {
    padding: 6vw 0 1vw;
  }
  .svc_service-ul .li {
    margin-bottom: 7vw;
  }
  .svc_service-ul .li .frame .conts .title {
    gap: 1.5vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  .svc_service-ul .li .frame .conts .title .num {
    padding: 1vw 1.5vw;
    font-size: 2vw;
  }
  .svc_service-ul .li .frame .conts .title .ttl {
    font-size: 3vw;
  }
  .svc_service-ul .li .frame .illust img {
    margin-bottom: -1.5vw;
  }
  .svc_service-ul .li .frame .illust.ptn img {
    max-width: 60%;
  }
  .svc_service-ul .li .frame .illust.intr img {
    max-width: 70%;
  }
  .svc_service-ul .li .points {
    padding: 2.5vw;
  }
  .svc_service-ul .li .points .ttl {
    margin-bottom: 2.5vw;
    font-size: 2.2vw;
  }
  .svc_service-ul .li .points .list {
    gap: 2vw;
  }
  .svc_service-ul .li .points .list .point {
    width: calc(33.3333333333% - 1.3333333333vw);
    padding: 1.5vw;
    font-size: 1.8vw;
  }
  .svc_service-ul .li .area {
    margin: 2.5vw 0 0 25%;
    padding: 2.5vw;
  }
  .svc_service-ul .li .area .ttl {
    font-size: 2.2vw;
  }
  .svc_partner {
    padding: 8vw 0 10vw;
  }
  .svc_partner-ul {
    gap: 3vw 4.5vw;
  }
  .svc_partner-ul .li {
    width: calc(33.3333333333% - 3vw);
  }
  .svc_client {
    padding: 0 0 9vw;
  }
  .svc_client-ul {
    gap: 2vw;
  }
  .svc_client-ul .li {
    width: calc(33.3333333333% - 1.3333333333vw);
    padding: 2vw 2vw 6vw;
  }
  .svc_client-ul_name {
    padding: 2vw;
  }
}
@media screen and (max-width:767px) {
  .svc_intro {
    padding: 50px 0;
  }
  .svc_intro .frame {
    display: block;
  }
  .svc_intro .frame .conts {
    width: 100%;
  }
  .svc_intro .frame .conts .pm {
    padding-right: 0;
  }
  .svc_intro .frame .illust {
    margin: 20px 0;
    width: 100%;
  }
  .svc_intro-title .ttl {
    display: inline;
    font-size: min(6vw, 24px);
  }
  .svc_intro-title div {
    display: inline;
  }
  .svc_intro .solute {
    padding: 20px 5vw;
  }
  .svc_intro .solute .ttl {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .svc_intro .solute .checks {
    gap: 10px;
  }
  .svc_intro .solute .checks p {
    padding: 10px 10px 10px 40px;
    background-position: left 17px top 17px;
    width: 100%;
  }
  .svc_service {
    padding: 50px 0 10px;
  }
  .svc_service-ul .li {
    margin-bottom: 40px;
  }
  .svc_service-ul .li .frame {
    display: block;
  }
  .svc_service-ul .li .frame .conts {
    width: 100%;
  }
  .svc_service-ul .li .frame .conts .title {
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .svc_service-ul .li .frame .conts .title .num {
    padding: 5px 10px;
    font-size: 16px;
  }
  .svc_service-ul .li .frame .conts .title .ttl {
    font-size: 23px;
  }
  .svc_service-ul .li .frame .illust {
    width: 100%;
  }
  .svc_service-ul .li .frame .illust img {
    margin: 20px 0 -10px;
  }
  .svc_service-ul .li .frame .illust.ptn img {
    max-width: 60%;
  }
  .svc_service-ul .li .frame .illust.intr img {
    max-width: 70%;
  }
  .svc_service-ul .li .points {
    padding: 20px 5vw;
  }
  .svc_service-ul .li .points .ttl {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .svc_service-ul .li .points .list {
    gap: 15px;
  }
  .svc_service-ul .li .points .list .point {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
  .svc_service-ul .li .area {
    margin: 20px 0 0;
    padding: 20px 5vw;
  }
  .svc_service-ul .li .area .ttl {
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
  }
  .svc_partner {
    padding: 50px 0;
  }
  .svc_partner-ul {
    gap: 20px;
  }
  .svc_partner-ul .li {
    width: min(100%, 360px);
    margin: auto;
  }
  .svc_client {
    padding: 0 0 50px;
  }
  .svc_client-ul {
    gap: 20px;
  }
  .svc_client-ul .li {
    width: 100%;
    padding: 20px 5vw 0;
  }
  .svc_client-ul_name {
    position: relative;
    padding: 10px 5vw 20px;
    line-height: 1.5;
  }
}

/* flow */
.flow {
  padding: 60px 0 120px;
}
.flow_ul {
  position: relative;
  margin-top: 60px;
}
.flow_ul .illust {
  position: absolute;
  z-index: 9;
  top: -220px;
  right: 75px;
  width: 232px;
}
.flow_ul .li {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 40px 30px;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  background: #f6fbf0;
}
.flow_ul .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #2a2a2a transparent transparent;
  translate: -50% 100%;
}
.flow_ul .li:last-child::after {
  display: none;
}
.flow_ul-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.flow_ul-ttl .step {
  color: #f4ce2f;
  text-align: center;
}
.flow_ul-ttl .step p {
  font-size: 20px;
}
.flow_ul-ttl .step p:nth-of-type(2) {
  font-size: 35px;
}
.flow_ul-ttl .ttl {
  color: #619b2a;
  font-size: 30px;
  line-height: 1.5;
}
.flow_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.flow_text p {
  font-size: 25px;
  font-weight: 500;
}
.flow_text p:nth-of-type(2) a {
  color: #619b2a;
}
.flow-box {
  margin-top: 20px;
  padding: 20px 40px;
  background: #fff;
}
.flow-box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 40px;
  margin-top: 15px;
}
.flow-box_list .check {
  background: url("/system_panel/uploads/images/icon_check.png") left center no-repeat;
  background-size: 19px auto;
  padding: 5px 0 5px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .flow_ul {
    margin-top: 5vw;
  }
  .flow_ul .illust {
    top: -15vw;
    right: 0;
    width: 16vw;
  }
  .flow_ul .li {
    margin-bottom: 3vw;
    padding: 1.5vw 3vw 3vw;
  }
  .flow_ul .li::after {
    border-width: 2vw 2vw 0 2vw;
  }
  .flow_ul-ttl {
    gap: 2vw;
    margin-bottom: 2vw;
  }
  .flow_ul-ttl .step {
    width: 4vw;
  }
  .flow_ul-ttl .step p {
    font-size: 1.8vw;
  }
  .flow_ul-ttl .step p:nth-of-type(2) {
    font-size: 3vw;
  }
  .flow_ul-ttl .ttl {
    font-size: 2.5vw;
  }
  .flow_text p {
    font-size: 2.2vw;
  }
  .flow-box {
    margin-top: 2vw;
    padding: 2vw 3vw;
  }
  .flow-box_list {
    gap: 1.5vw 3vw;
    margin-top: 1.5vw;
  }
  .flow-box_list .check {
    background-size: 1.8vw auto;
    padding: 0.5vw 0 0.5vw 3vw;
  }
}
@media screen and (max-width:767px) {
  .flow_ul {
    margin-top: 30px;
  }
  .flow_ul .illust {
   display:none;
  }
  .flow_ul .li {
    margin-bottom: 20px;
    padding: 10px 4vw 20px;
  }
  .flow_ul .li::after {
    border-width: 18px 18px 0 18px;
  }
  .flow_ul-ttl {
    gap: 10px;
    margin-bottom: 15px;
  }
  .flow_ul-ttl .step {
    width: 40px;
  }
  .flow_ul-ttl .step p {
    font-size: 16px;
  }
  .flow_ul-ttl .step p:nth-of-type(2) {
    font-size: 30px;
  }
  .flow_ul-ttl .ttl {
    font-size: 20px;
  }
  .flow_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow_text p {
    font-size: min(5vw, 20px);
    line-height: 1.5;
  }
  .flow-box {
    margin-top: 15px;
    padding: 15px 4vw;
  }
  .flow-box_list {
    gap: 12px 4vw;
    margin-top: 10px;
  }
  .flow-box_list .check {
    background-size: 17px auto;
    padding: 5px 0 5px 25px;
    line-height: 1.2;
  }
}

/* contact */
.contact {
  padding: 60px 0 120px;
}
.contact .form_area {
  padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .contact {
    padding: 5vw 0 9vw;
  }
  .contact .form_area {
    padding-top: 3vw;
  }
}
@media screen and (max-width:767px) {
  .contact {
    padding: 50px 0 75px;
  }
  .contact .form_area {
    padding-top: 20px;
  }
}

.complete {
  padding: 60px 0 120px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .complete {
    padding: 5vw 0 9vw;
  }
}
@media screen and (max-width:767px) {
  .complete {
    padding: 50px 0 75px;
  }
}

.u-mt__10 {
  margin-top: 10px;
}
.u-mt__20 {
  margin-top: 20px;
}
.u-mt__30 {
  margin-top: 30px;
}
.u-mt__40 {
  margin-top: 40px;
}
.u-mt__50 {
  margin-top: 50px;
}
.u-mt__60 {
  margin-top: 60px;
}
.u-mt__70 {
  margin-top: 70px;
}
.u-mt__80 {
  margin-top: 80px;
}
.u-mt__90 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mt__10 {
    margin-top: 1vw;
  }
  .u-mt__20 {
    margin-top: 2vw;
  }
  .u-mt__30 {
    margin-top: 2.8vw;
  }
  .u-mt__40 {
    margin-top: 3.6vw;
  }
  .u-mt__50 {
    margin-top: 4.4vw;
  }
  .u-mt__60 {
    margin-top: 5vw;
  }
  .u-mt__70 {
    margin-top: 6vw;
  }
  .u-mt__80 {
    margin-top: 6.75vw;
  }
  .u-mt__90 {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mt__10 {
    margin-top: 6px;
  }
  .u-mt__20 {
    margin-top: 12px;
  }
  .u-mt__30 {
    margin-top: 18px;
  }
  .u-mt__40 {
    margin-top: 24px;
  }
  .u-mt__50 {
    margin-top: 30px;
  }
  .u-mt__60 {
    margin-top: 36px;
  }
  .u-mt__70 {
    margin-top: 42px;
  }
  .u-mt__80 {
    margin-top: 48px;
  }
  .u-mt__90 {
    margin-top: 54px;
  }
}

.u-mb__10 {
  margin-bottom: 10px;
}
.u-mb__20 {
  margin-bottom: 20px;
}
.u-mb__30 {
  margin-bottom: 30px;
}
.u-mb__40 {
  margin-bottom: 40px;
}
.u-mb__50 {
  margin-bottom: 50px;
}
.u-mb__60 {
  margin-bottom: 60px;
}
.u-mb__70 {
  margin-bottom: 70px;
}
.u-mb__80 {
  margin-bottom: 80px;
}
.u-mb__90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mb__10 {
    margin-bottom: 1vw;
  }
  .u-mb__20 {
    margin-bottom: 2vw;
  }
  .u-mb__30 {
    margin-bottom: 2.8vw;
  }
  .u-mb__40 {
    margin-bottom: 3.6vw;
  }
  .u-mb__50 {
    margin-bottom: 4.4vw;
  }
  .u-mb__60 {
    margin-bottom: 5vw;
  }
  .u-mb__70 {
    margin-bottom: 6vw;
  }
  .u-mb__80 {
    margin-bottom: 6.75vw;
  }
  .u-mb__90 {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mb__10 {
    margin-bottom: 6px;
  }
  .u-mb__20 {
    margin-bottom: 12px;
  }
  .u-mb__30 {
    margin-bottom: 18px;
  }
  .u-mb__40 {
    margin-bottom: 24px;
  }
  .u-mb__50 {
    margin-bottom: 30px;
  }
  .u-mb__60 {
    margin-bottom: 36px;
  }
  .u-mb__70 {
    margin-bottom: 42px;
  }
  .u-mb__80 {
    margin-bottom: 48px;
  }
  .u-mb__90 {
    margin-bottom: 54px;
  }
}
/*# sourceMappingURL=style.css.map */