@charset "UTF-8";
@import 'slick.css';
#wrap.home {
  /* layout */
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
#wrap.home [class^=wfix] {
  max-width: 1400px;
  margin: 0 auto;
}
#wrap.home .wfix_type2 {
  max-width: 1100px;
}
@media screen and (max-width: 1720px) {
  #wrap.home:has(#wing) {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1480px) {
  #wrap.home .wfix {
    max-width: 1480px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1180px) {
  #wrap.home .wfix,
  #wrap.home .wfix_type2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home {
    padding-top: 68px;
  }
  #wrap.home .section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home body:has(#header.active) {
    overflow: hidden;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
#wrap.home #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
}
#wrap.home #header .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#wrap.home #header #h1 a {
  display: block;
}
#wrap.home #header #h1 img {
  width: auto;
  height: 32px;
}
#wrap.home #header #menu .inner {
  display: flex;
}
#wrap.home #header #menu .inner a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  font-weight: 500;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: 0.2s;
}
#wrap.home #header #menu .inner a .new {
  position: absolute;
  top: -4px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  min-width: 16px;
  height: 16px;
  transform: translateX(-50%);
  padding: 0 4px;
  border-radius: 16px;
  color: #F95914;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
#wrap.home #header #menu .inner .link {
  margin-right: 20px;
  border: none;
}
#wrap.home #header #menu .inner .link_guide,
#wrap.home #header #menu .inner .link_demo {
  margin-right: 12px;
}
#wrap.home #header #menu .inner .link_guide:after,
#wrap.home #header #menu .inner .link_demo:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/icon_pop.png) no-repeat center/contain;
  content: "";
}
#wrap.home #header #menu .inner .link_contact {
  border-color: #2864F0;
  color: #2864F0;
}
#wrap.home #header #menu .cs_area {
  display: none;
}
@media screen and (min-width: 1400px) {
  #wrap.home #header #menu .link_guide:hover {
    border-color: #777;
  }
  #wrap.home #header #menu .link_contact:hover {
    background-color: #2864F0;
    color: #fff;
  }
}
#wrap.home #header .menu_mo {
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrap.home #header .wfix {
    height: 68px;
  }
  #wrap.home #header #h1 img {
    height: 24px;
  }
  #wrap.home #header #menu {
    display: inline-block;
  }
  #wrap.home #header #menu .inner [class^=link] {
    margin-right: 40px;
    border: none;
    padding: 0;
    color: #222;
    font-size: 18px;
  }
  #wrap.home #header #menu .link_guide {
    order: 3;
    margin-right: 0;
  }
  #wrap.home #header .menu_mo {
    display: flex;
    align-items: center;
  }
  #wrap.home #header .menu_mo .btn_member {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 1em;
    border: 2px solid #2864F0;
    border-radius: 40px;
    font-size: 16px;
    color: #2864F0;
    font-weight: 500;
  }
  #wrap.home #header .menu_mo .btn_member.on {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home #header .wfix {
    position: relative;
  }
  #wrap.home #header #h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #wrap.home #header #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 0;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  #wrap.home #header #menu .inner {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 0 12px;
  }
  #wrap.home #header #menu .inner [class^=link] {
    margin: 0;
    font-size: 24px;
  }
  #wrap.home #header #menu .inner .link_pricing:after, #wrap.home #header #menu .inner .link_contact:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background: url(../img/arrow03_right.png) no-repeat center center/contain;
    content: "";
  }
  #wrap.home #header #menu .cs_area {
    display: block;
  }
  #wrap.home #header #menu .cs_area .list_cs {
    position: relative;
    display: flex;
    border-radius: 12px;
    background: #f5f5f5;
  }
  #wrap.home #header #menu .cs_area .list_cs:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  #wrap.home #header #menu .cs_area .list_cs li {
    width: 100%;
  }
  #wrap.home #header #menu .cs_area .list_cs a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  #wrap.home #header #menu .cs_area .list_cs .lab {
    font-size: 14px;
    color: #757575;
    font-weight: 500;
  }
  #wrap.home #header #menu .cs_area .list_link {
    display: flex;
    margin-top: 20px;
  }
  #wrap.home #header #menu .cs_area .list_link li {
    width: 100%;
    text-align: center;
  }
  #wrap.home #header #menu .cs_area .list_link li + li {
    position: relative;
  }
  #wrap.home #header #menu .cs_area .list_link li + li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  #wrap.home #header #menu .cs_area .list_link a {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
  }
  #wrap.home #header #menu .cs_area .list_link li:first-child a {
    font-weight: 500;
  }
  #wrap.home #header .menu_mo {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #wrap.home #header .menu_mo .btn_member {
    height: 36px;
    border-radius: 36px;
  }
  #wrap.home #header .btn_menu {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: -9px;
    font-size: 0;
  }
  #wrap.home #header .btn_menu .blind {
    display: none;
  }
  #wrap.home #header .btn_menu:before, #wrap.home #header .btn_menu:after {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 2px;
    margin-left: -16px;
    border-radius: 2px;
    background: #222;
    transition: 0.3s;
    content: "";
  }
  #wrap.home #header .btn_menu:before {
    top: 18px;
  }
  #wrap.home #header .btn_menu:after {
    bottom: 18px;
  }
  #wrap.home #header.active {
    position: fixed;
  }
  #wrap.home #header.active .btn_menu:before, #wrap.home #header.active .btn_menu:after {
    top: 50%;
    bottom: auto;
    width: 28px;
    margin-left: -14px;
  }
  #wrap.home #header.active .btn_menu:before {
    transform: rotate(45deg);
  }
  #wrap.home #header.active .btn_menu:after {
    transform: rotate(-45deg);
  }
  #wrap.home #header.active #menu {
    height: 100vh;
    opacity: 1;
    padding: 110px 20px 100px;
  }
}
#wrap.home #container {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  #wrap.home #container {
    padding-bottom: 72px;
  }
}
#wrap.home #footer {
  background: #fff;
  border-top: 1px solid #ddd;
}
#wrap.home #footer .ft_menu {
  border-bottom: 1px solid #ddd;
}
#wrap.home #footer .ft_menu .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
#wrap.home #footer .ft_menu .list_menu {
  display: flex;
  gap: 40px;
}
#wrap.home #footer .ft_menu .list_menu a {
  font-size: 16px;
  font-weight: 500;
}
#wrap.home #footer .ft_menu .link_partner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 1em;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
#wrap.home #footer .ft_menu .link_partner:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_partner.svg) no-repeat center center/contain;
  transition: 0.3s;
  content: "";
}
@media screen and (max-width: 1400px) {
  #wrap.home #footer .ft_menu .link_partner:hover {
    border-color: #2864F0;
    color: #2864F0;
  }
  #wrap.home #footer .ft_menu .link_partner:hover:before {
    filter: invert(13%) sepia(99%) saturate(7447%) hue-rotate(355deg) brightness(83%) contrast(105%);
  }
}
#wrap.home #footer .ft_conts {
  padding: 40px 0;
}
#wrap.home #footer .ft_conts .wfix {
  display: flex;
  justify-content: space-between;
}
#wrap.home #footer .ft_conts .left .logo_jc {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
#wrap.home #footer .ft_conts .left .ft_info {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1;
  color: #757575;
}
#wrap.home #footer .ft_conts .left .ft_info .row + .row {
  margin-top: 12px;
}
#wrap.home #footer .ft_conts .left .ft_info .copyright {
  margin-top: 32px;
  color: #999;
  letter-spacing: 0;
}
#wrap.home #footer .ft_conts .left .ft_info .item + .item {
  margin-left: 4px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
#wrap.home #footer .ft_conts .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}
#wrap.home #footer .ft_conts .right .logo {
  display: block;
}
#wrap.home #footer .ft_conts .right .logo img {
  width: 180px;
}
#wrap.home #footer .ft_conts .right .ft_cs [class^=ft_] {
  display: flex;
  align-items: center;
}
#wrap.home #footer .ft_conts .right .ft_cs [class^=ft_] .lab {
  font-size: 14px;
  margin-right: 8px;
}
#wrap.home #footer .ft_conts .right .ft_cs [class^=ft_] .num {
  font-size: 20px;
  font-weight: 500;
  color: #2864F0;
}
#wrap.home #footer .ft_conts .right .ft_cs [class^=ft_] .tel {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
#wrap.home #footer .ft_conts .right .ft_cs .ft_tel {
  justify-content: flex-end;
}
#wrap.home #footer .ft_conts .right .ft_cs .ft_tel a {
  display: flex;
  align-items: center;
}
#wrap.home #footer .ft_conts .right .ft_cs .ft_tel .lab {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url(../img/icon_call.png) no-repeat center center/contain;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  #wrap.home #footer .ft_menu .wfix {
    height: 60px;
  }
  #wrap.home #footer .ft_menu .list_menu {
    gap: 32px;
  }
  #wrap.home #footer .ft_menu .list_menu a {
    font-size: 14px;
  }
  #wrap.home #footer .ft_menu .ft_tel .lab {
    margin-right: 8px;
    font-size: 14px;
  }
  #wrap.home #footer .ft_menu .ft_tel .num {
    font-size: 16px;
  }
  #wrap.home #footer .ft_conts {
    padding: 32px 0;
  }
  #wrap.home #footer .ft_conts .left .ft_info {
    font-size: 13px;
  }
  #wrap.home #footer .ft_conts .right .ft_email span {
    font-size: 13px;
  }
  #wrap.home #footer .ft_conts .right .logo img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home #footer .ft_menu .wfix {
    padding: 0 16px;
  }
  #wrap.home #footer .ft_menu .list_menu {
    gap: 16px;
  }
  #wrap.home #footer .ft_menu .list_menu:only-child {
    width: 100%;
    justify-content: center;
  }
  #wrap.home #footer .ft_menu .link_partner {
    padding: 0 8px;
    font-size: 15px;
  }
  #wrap.home #footer .ft_menu .link_partner:before {
    display: none;
  }
  #wrap.home #footer .ft_conts {
    text-align: center;
  }
  #wrap.home #footer .ft_conts .wfix {
    display: block;
  }
  #wrap.home #footer .ft_conts .left .logo_jc {
    display: none;
  }
  #wrap.home #footer .ft_conts .left .ft_info {
    margin-top: 0;
  }
  #wrap.home #footer .ft_conts .right {
    display: block;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
  }
  #wrap.home #footer .ft_conts .right .ft_cs .ft_email, #wrap.home #footer .ft_conts .right .ft_cs .ft_tel {
    justify-content: center;
  }
  #wrap.home #footer .ft_conts .right .logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrap.home #footer .ft_menu .list_menu li:last-child {
    display: none;
  }
  #wrap.home #footer .ft_menu .ft_tel {
    height: 32px;
    padding: 0 10px 0 8px;
    border: 2px solid #2864F0;
    border-radius: 4px;
  }
  #wrap.home #footer .ft_menu .ft_tel .lab {
    margin: 0;
    color: #2864F0;
    padding: 0;
    background: none;
    border-radius: 0;
    height: auto;
  }
  #wrap.home #footer .ft_menu .ft_tel .lab:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../img/icon_call.png) no-repeat center center/contain;
    content: "";
  }
  #wrap.home #footer .ft_menu .ft_tel .num {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  #wrap.home #footer .ft_conts .left .ft_info .row + .row {
    margin-top: 8px;
  }
  #wrap.home #footer .ft_conts .left .ft_info .item {
    display: block;
  }
  #wrap.home #footer .ft_conts .left .ft_info .item + .item {
    margin-left: 0;
    margin-top: 8px;
    padding-left: 0;
    border-left: none;
  }
}
#wrap.home.signup #footer {
  height: 140px;
  background: #f7f7f7;
  color: #222;
  font-size: 14px;
}
#wrap.home.signup #footer .wfix {
  display: flex;
  justify-content: space-between;
  padding: 32px 14px;
}
#wrap.home.signup #footer .contact {
  display: flex;
  font-weight: bold;
  gap: 4px;
}
#wrap.home.signup #footer .contact dt {
  color: #999;
}
#wrap.home.signup #footer .area_terms {
  display: flex;
}
#wrap.home.signup #footer .area_terms li {
  display: inline-flex;
  align-items: center;
}
#wrap.home.signup #footer .area_terms li + li:before {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #aaa;
  margin: 0 12px;
  content: "";
}
#wrap.home.signup #footer .area_terms a {
  display: block;
}
#wrap.home.signup #footer .copyright {
  margin-top: 8px;
  text-align: right;
  color: #999;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #wrap.home.signup #footer {
    height: 170px;
    font-size: 13px;
  }
  #wrap.home.signup #footer .wfix {
    display: block;
    text-align: center;
  }
  #wrap.home.signup #footer .contact {
    display: inline-flex;
  }
  #wrap.home.signup #footer .ft_right {
    margin-top: 8px;
  }
  #wrap.home.signup #footer .ft_right .area_terms {
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrap.home.signup #footer .ft_right .area_terms li:last-child:before {
    display: none;
  }
  #wrap.home.signup #footer .ft_right .copyright {
    text-align: center;
    font-size: 12px;
  }
}
#wrap.home #wing {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  padding: 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#wrap.home #wing li {
  position: relative;
}
#wrap.home #wing li:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #000;
  opacity: 0.1;
  content: "";
}
#wrap.home #wing a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  padding: 0 1em;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: center;
  line-height: 1.2;
}
#wrap.home #wing a:before {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#wrap.home #wing .link1:before {
  background-image: url(../img/icon_wing1.png);
}
#wrap.home #wing .link2:before {
  background-image: url(../img/icon_wing2.png);
}
#wrap.home #wing .link3:before {
  background-image: url(../img/icon_wing3.png);
}
#wrap.home #wing .link4:before {
  background-image: url(../img/icon_wing4.png);
}
#wrap.home #wing .link4 {
  font-size: 14px;
}
#wrap.home #wing li:last-child:after {
  display: none;
}
@media screen and (max-width: 1720px) {
  #wrap.home #wing {
    display: none;
    top: auto;
    bottom: 24px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  }
  #wrap.home #wing .list {
    display: flex;
  }
  #wrap.home #wing li {
    display: flex;
  }
  #wrap.home #wing li:after {
    display: none;
  }
  #wrap.home #wing a {
    flex-direction: row;
    height: auto;
    padding: 24px 1em;
    font-size: 18px;
  }
  #wrap.home #wing a:before {
    margin: 0 4px 0 0;
  }
  #wrap.home #wing .link4 {
    font-size: 16px;
    white-space: nowrap;
  }
  #wrap.home #wing .link4 span:after {
    content: "-";
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home #wing {
    bottom: 12px;
  }
  #wrap.home #wing .list {
    width: 100%;
    justify-content: space-around;
  }
  #wrap.home #wing a {
    padding: 1.2em 1em;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home #wing {
    left: 12px;
    right: 12px;
    transform: unset;
  }
  #wrap.home #wing a {
    font-size: 16px;
    padding: 18px 12px;
  }
  #wrap.home #wing .link4 {
    font-size: 0;
  }
  #wrap.home #wing .link4 span {
    display: none;
  }
  #wrap.home #wing .link4:after {
    font-size: 16px;
    content: "カスタマーセンター";
  }
}
@media screen and (max-width: 480px) {
  #wrap.home #wing {
    border-radius: 12px;
  }
  #wrap.home #wing a {
    flex-direction: column;
    padding: 12px 8px;
    font-size: 13px;
  }
  #wrap.home #wing a:before {
    margin: 0 0 4px 0;
  }
  #wrap.home #wing .link4:after {
    font-size: 14px;
  }
}
#wrap.home .modal_email_policy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
#wrap.home .modal_email_policy .inner {
  position: relative;
  width: calc(100% - 28px);
  max-width: 640px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
}
#wrap.home .modal_email_policy .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
#wrap.home .modal_email_policy .close:before, #wrap.home .modal_email_policy .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
  background: #222;
  content: "";
}
#wrap.home .modal_email_policy .close:before {
  transform: rotate(45deg);
}
#wrap.home .modal_email_policy .close:after {
  transform: rotate(-45deg);
}
#wrap.home .price_plan {
  display: flex;
  margin-top: 24px;
  padding: 16px 0;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
#wrap.home .price_plan .item_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#wrap.home .price_plan .item_plan + .item_plan {
  border-left: 1px solid #ddd;
}
#wrap.home .price_plan dt {
  font-size: 18px;
  font-weight: 500;
  color: #757575;
}
#wrap.home .price_plan dd {
  font-size: 24px;
  font-weight: 500;
  color: #2864F0;
}
#wrap.home .price_plan .unit {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1480px) {
  #wrap.home .price_plan dt {
    font-size: 16px;
  }
  #wrap.home .price_plan dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home .price_plan dt {
    font-size: 14px;
  }
  #wrap.home .price_plan dd {
    font-size: 18px;
  }
}
#wrap.home .box.guide_free {
  margin-top: 36px;
  box-shadow: none;
  padding: 40px;
  color: #444;
  background: none;
  border: 1px solid #ddd;
}
#wrap.home .box.guide_free .desc {
  font-size: 16px;
}
#wrap.home .box.guide_free .hd_free .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
#wrap.home .box.guide_free .hd_free .title:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_warning.svg) no-repeat center/contain;
  content: "";
}
#wrap.home .box.guide_free .conts_free {
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  gap: 60px;
}
#wrap.home .box.guide_free [class^=item] {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 440px;
}
#wrap.home .box.guide_free .tit_item {
  display: block;
  font-weight: 500;
  color: #2864F0;
}
#wrap.home .box.guide_free .list {
  margin-top: 1em;
}
#wrap.home .box.guide_free .list li {
  position: relative;
  padding-left: 12px;
  line-height: 23px;
}
#wrap.home .box.guide_free .list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #444;
  content: "";
}
#wrap.home .box.guide_free .list li + li {
  margin-top: 0.5em;
}
#wrap.home .box.guide_free .desc {
  margin-top: 0.3em;
}
#wrap.home .box.guide_free .item1 {
  flex-shrink: 1;
}
#wrap.home .box.guide_free .item2 .list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 2em;
}
#wrap.home .box.guide_free .item2 .list li + li {
  margin-top: 0;
}
@media screen and (max-width: 1480px) {
  #wrap.home .box.guide_free .conts_free {
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home .box.guide_free {
    padding: 24px;
  }
  #wrap.home .box.guide_free .desc {
    font-size: 15px;
  }
  #wrap.home .box.guide_free .conts_free {
    margin-top: 20px;
    padding-top: 20px;
  }
  #wrap.home .box.guide_free .tit_item {
    font-size: 16px;
  }
  #wrap.home .box.guide_free .list {
    margin-top: 8px;
    font-size: 15px;
  }
  #wrap.home .box.guide_free .item2 {
    flex-shrink: 1;
  }
  #wrap.home .box.guide_free .item2 .list {
    display: block;
  }
  #wrap.home .box.guide_free .item2 .list li + li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home .box.guide_free .conts_free {
    display: block;
  }
  #wrap.home .box.guide_free .conts_free [class^=item] {
    max-width: none;
  }
  #wrap.home .box.guide_free .conts_free [class^=item] + [class^=item] {
    margin-top: 1em;
  }
}
@media screen and (max-width: 440px) {
  #wrap.home .box.guide_free {
    padding: 0;
    background: none;
  }
  #wrap.home .box.guide_free .hd_free {
    text-align: center;
  }
  #wrap.home .box.guide_free .hd_free .title {
    display: inline-flex;
    font-size: 18px;
  }
  #wrap.home .box.guide_free .list li + li {
    margin-top: 0.25em !important;
  }
}
#wrap.home #container {
  padding: 0;
}
#wrap.home .section {
  padding-top: 200px;
}
#wrap.home .title_section {
  text-align: center;
}
#wrap.home .title_section .title {
  display: block;
  font-size: 36px;
}
#wrap.home .title_section .desc {
  margin-top: 24px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
#wrap.home .title_section [class^=link] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  min-width: 220px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
}
#wrap.home .title_section .link_line {
  border: 2px solid #2864F0;
  background: #fff;
  color: #2864F0;
}
#wrap.home .title_section .btn_area {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
#wrap.home .title_section .btn_area [class^=link] {
  margin-top: 0;
}
#wrap.home .contents {
  margin-top: 72px;
}
#wrap.home .list_conts:not(.slick-initialized) {
  display: flex;
  gap: 24px;
}
#wrap.home .list_conts:not(.slick-initialized) .item {
  width: 100%;
}
#wrap.home .box {
  background: #F1F7FF;
  border-radius: 20px;
}
#wrap.home .box.gray {
  background: #fff;
}
@media screen and (max-width: 1180px) {
  #wrap.home .section {
    padding-top: 120px;
  }
  #wrap.home .title_section .title {
    font-size: 32px;
  }
  #wrap.home .title_section .desc {
    font-size: 18px;
  }
  #wrap.home .title_section [class^=link] {
    height: 48px;
    padding: 0 16px;
    font-size: 18px;
  }
  #wrap.home .contents {
    margin-top: 60px;
  }
  #wrap.home .list_conts:not(.slick-initialized) {
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home .section {
    padding-top: 100px;
  }
  #wrap.home .title_section .title {
    font-size: 22px;
  }
  #wrap.home .title_section .desc {
    margin-top: 16px;
    font-size: 16px;
  }
  #wrap.home .title_section [class^=link] {
    font-size: 16px;
    height: 44px;
    min-width: 0;
  }
  #wrap.home .contents {
    margin-top: 40px;
  }
  #wrap.home .box {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home .title_section .title br {
    display: none;
    font-size: 0;
  }
  #wrap.home .title_section .btn_area {
    flex-direction: column;
    align-items: center;
  }
}
#wrap.home #visual .wfix {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#wrap.home #visual .visual_conts {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 73%;
  margin-right: 32px;
  border-radius: 20px;
  overflow: hidden;
}
#wrap.home #visual .visual_conts .swiper {
  width: 100%;
}
#wrap.home #visual .visual_conts .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 96px 90px;
  overflow: hidden;
}
#wrap.home #visual .visual_conts .inner:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: calc(100% - 50px) 50%;
  background-repeat: no-repeat;
  background-size: auto 310px;
  background-color: #F1F7FF;
  content: "";
}
#wrap.home #visual .visual_conts .slide1 .inner:before {
  background-image: url(../img/main_visual1_img.png);
}
#wrap.home #visual .visual_conts .slide2 .inner:before {
  background-image: url(../img/main_visual2_img.png);
}
#wrap.home #visual .visual_conts .conts_slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 72px;
}
#wrap.home #visual .visual_conts .wrap_tit {
  height: 210px;
}
#wrap.home #visual .visual_conts .sup, #wrap.home #visual .visual_conts .title, #wrap.home #visual .visual_conts .desc, #wrap.home #visual .visual_conts .wrap_btn {
  transform: translateX(30%);
  transition-duration: 1s;
  opacity: 0;
}
#wrap.home #visual .visual_conts .sup {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  background: #fff;
  border-radius: 40px;
  color: #2864F0;
  font-weight: bold;
  font-size: 20px;
}
#wrap.home #visual .visual_conts .title {
  display: block;
  margin-top: 16px;
  font-size: 36px;
  font-weight: 500;
}
#wrap.home #visual .visual_conts .desc {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
}
#wrap.home #visual .visual_conts .wrap_btn {
  margin-top: 64px;
}
#wrap.home #visual .visual_conts .wrap_btn .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 52px;
  padding: 0 1.5em;
  border: 1px solid #2864F0;
  border-radius: 8px;
  background: #2864F0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#wrap.home #visual .visual_conts .wrap_btn .link:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow03_right.png) no-repeat center/contain;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(104deg) brightness(107%) contrast(102%);
  content: "";
}
#wrap.home #visual .visual_conts .slick-active .sup, #wrap.home #visual .visual_conts .slick-active .title, #wrap.home #visual .visual_conts .slick-active .desc, #wrap.home #visual .visual_conts .slick-active .wrap_btn {
  transform: translateX(0%);
  opacity: 1;
}
#wrap.home #visual .visual_conts .slick-active .sup {
  transition-delay: 0.2s;
}
#wrap.home #visual .visual_conts .slick-active .title {
  transition-delay: 0.4s;
}
#wrap.home #visual .visual_conts .slick-active .desc {
  transition-delay: 0.6s;
  opacity: 0.8;
}
#wrap.home #visual .visual_conts .slick-active .wrap_btn {
  transition-delay: 0.8s;
}
#wrap.home #visual .visual_conts .slick-dots {
  position: absolute;
  bottom: 110px;
  left: 90px;
  font-size: 0;
}
#wrap.home #visual .visual_conts .slick-dots li + li {
  margin-left: 8px;
}
#wrap.home #visual .visual_conts .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ccc;
  transition: 0.2s;
}
#wrap.home #visual .visual_conts .slick-dots .slick-active button {
  width: 60px;
  background: #2864F0;
}
#wrap.home #visual .members {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
  min-width: 320px;
  flex-shrink: 0;
}
#wrap.home #visual .members .link_join {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  height: 120px;
  padding: 0 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2864F0 0%, #143278 100%);
  color: #fff;
}
#wrap.home #visual .members .link_join:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.3s;
  content: "";
}
#wrap.home #visual .members .link_join .txt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
#wrap.home #visual .members .link_join .tit {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
}
#wrap.home #visual .members .link_join .tit img {
  width: 92px;
  height: auto;
  margin-right: 8px;
}
#wrap.home #visual .members .link_join .tit span {
  display: inline-flex;
  align-items: center;
}
#wrap.home #visual .members .link_join .tit span:after {
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow01_right.png) no-repeat center/contain;
  transition: 0.3s;
  content: "";
}
@media screen and (min-width: 1400px) {
  #wrap.home #visual .members .link_join:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  #wrap.home #visual .members .link_join:hover:after {
    border-color: #2864F0;
  }
  #wrap.home #visual .members .link_join:hover .tit:after {
    animation: arrow 0.6s infinite;
  }
}
#wrap.home #visual .members .wrap_login .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 36px 30px;
  border-radius: 20px;
  border: 2px solid #2864F0;
}
#wrap.home #visual .members .wrap_login .item {
  position: relative;
}
#wrap.home #visual .members .wrap_login .wrap_inp {
  margin-top: 4px;
  padding-bottom: 20px;
}
#wrap.home #visual .members .wrap_login .inp {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  font-size: 20px;
  transition: 0.2s;
}
@media screen and (min-width: 1400px) {
  #wrap.home #visual .members .wrap_login .inp:focus {
    border-color: #2864F0;
  }
}
#wrap.home #visual .members .wrap_login .text-danger {
  position: absolute;
  font-size: 0.9em;
}
#wrap.home #visual .members .wrap_login .wrap_inp .text-danger {
  top: 0;
  right: 0;
}
#wrap.home #visual .members .wrap_login .wrap_btn {
  position: relative;
  padding: 10px 0 20px;
}
#wrap.home #visual .members .wrap_login .wrap_btn .text-danger {
  top: 100%;
  left: 0;
  margin-top: -12px;
}
#wrap.home #visual .members .wrap_login .btn_login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: #2864F0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.2s;
  border: 2px solid #2864F0;
}
@media screen and (min-width: 1400px) {
  #wrap.home #visual .members .wrap_login .btn_login:hover {
    background-color: #2864F0;
  }
}
#wrap.home #visual .members .wrap_login .close {
  display: none;
}
@media screen and (max-width: 1480px) {
  #wrap.home #visual .visual_conts {
    margin-right: 20px;
  }
  #wrap.home #visual .visual_conts .inner {
    padding: 72px 60px;
  }
  #wrap.home #visual .visual_conts .inner:before {
    background-size: auto 20vw;
    background-position: calc(100% - 40px) 70%;
  }
  #wrap.home #visual .visual_conts .slick-dots {
    left: 60px;
    bottom: 72px;
  }
  #wrap.home #visual .members .link_join {
    height: 100px;
    padding: 0 24px;
  }
  #wrap.home #visual .members .link_join .txt {
    font-size: 14px;
  }
  #wrap.home #visual .members .link_join .tit {
    font-size: 16px;
  }
  #wrap.home #visual .members .wrap_login .inner {
    padding: 36px 24px;
    font-size: 16px;
  }
  #wrap.home #visual .members .wrap_login .inp {
    height: 50px;
    font-size: 18px;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1180px) {
  #wrap.home #visual .visual_conts .inner {
    padding: 72px 40px;
  }
  #wrap.home #visual .visual_conts .sup {
    height: 36px;
    padding: 0 12px;
    font-size: 18px;
  }
  #wrap.home #visual .visual_conts .title {
    font-size: 32px;
  }
  #wrap.home #visual .visual_conts .desc {
    font-size: 18px;
  }
  #wrap.home #visual .visual_conts .slick-dots {
    left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home #visual .wfix {
    display: block;
  }
  #wrap.home #visual .visual_conts {
    width: 100%;
    margin: 12px 0 0;
    border-radius: 12px;
  }
  #wrap.home #visual .visual_conts .inner {
    height: auto;
    padding: 50px 32px;
  }
  #wrap.home #visual .visual_conts .inner:before {
    background-size: auto 28vw;
  }
  #wrap.home #visual .visual_conts .wrap_tit {
    height: 164px;
  }
  #wrap.home #visual .visual_conts .sup {
    height: 32px;
    font-size: 16px;
  }
  #wrap.home #visual .visual_conts .title {
    margin-top: 12px;
    font-size: 28px;
  }
  #wrap.home #visual .visual_conts .desc {
    font-size: 16px;
    font-weight: normal;
  }
  #wrap.home #visual .members {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
  }
  #wrap.home #visual .members .link_join {
    height: auto;
    padding: 16px 20px;
    border-radius: 12px;
  }
  #wrap.home #visual .members .link_join .txt {
    font-weight: normal;
  }
  #wrap.home #visual .members .link_join .tit img {
    width: 60px;
  }
  #wrap.home #visual .members .wrap_login {
    position: relative;
    display: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #wrap.home #visual .members .wrap_login .close {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  #wrap.home #visual .members .wrap_login .close:before, #wrap.home #visual .members .wrap_login .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    border-radius: 2px;
    background: #222;
    content: "";
  }
  #wrap.home #visual .members .wrap_login .close:before {
    transform: rotate(45deg);
  }
  #wrap.home #visual .members .wrap_login .close:after {
    transform: rotate(-45deg);
  }
  #wrap.home #visual .members .wrap_login .inner {
    gap: 24px;
  }
  #wrap.home #visual .members .wrap_login .btn_login {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #wrap.home #visual .visual_conts .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 12px;
    text-align: center;
  }
  #wrap.home #visual .visual_conts .inner:before {
    background-image: none !important;
    border-block-start-width: 12px;
  }
  #wrap.home #visual .visual_conts .inner .conts_slide {
    padding-bottom: 48px;
  }
  #wrap.home #visual .visual_conts .inner .sup, #wrap.home #visual .visual_conts .inner .title, #wrap.home #visual .visual_conts .inner .desc, #wrap.home #visual .visual_conts .inner .wrap_btn {
    transform: translate(0, 30%);
  }
  #wrap.home #visual .visual_conts .inner .sup {
    background: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    color: #2864F0;
  }
  #wrap.home #visual .visual_conts .inner .title {
    font-size: 22px;
    line-height: 1.3;
  }
  #wrap.home #visual .visual_conts .inner .title br {
    font-size: 0;
    display: none;
  }
  #wrap.home #visual .visual_conts .inner .desc {
    margin-top: 8px;
    font-size: 15px;
  }
  #wrap.home #visual .visual_conts .inner .desc .block {
    display: inline-block;
  }
  #wrap.home #visual .visual_conts .inner .wrap_btn {
    margin-top: 0;
  }
  #wrap.home #visual .visual_conts .inner .wrap_btn:before {
    display: block;
    width: 224px;
    height: 164px;
    margin: 0 auto 32px;
    background: url(../img/main_visual1_img.png) no-repeat center center/contain;
    content: "";
  }
  #wrap.home #visual .visual_conts .inner .wrap_btn .link {
    height: 42px;
    border-radius: 42px;
    font-size: 16px;
    background: #fff;
    border-color: #2864F0;
    color: #2864F0;
  }
  #wrap.home #visual .visual_conts .inner .wrap_btn .link:after {
    filter: invert(44%) sepia(70%) saturate(6443%) hue-rotate(216deg) brightness(96%) contrast(97%);
  }
  #wrap.home #visual .visual_conts .slick-active .sup, #wrap.home #visual .visual_conts .slick-active .title, #wrap.home #visual .visual_conts .slick-active .desc, #wrap.home #visual .visual_conts .slick-active .wrap_btn {
    transform: translate(0%, 0%);
  }
  #wrap.home #visual .visual_conts .slide2 .inner .wrap_btn:before {
    background-image: url(../img/main_visual2_img.png);
  }
  #wrap.home #visual .visual_conts .slick-dots {
    left: 0;
    bottom: 32px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  #wrap.home #visual .visual_conts .inner .desc .block {
    display: inline;
  }
}
#wrap.home #section1 {
  padding-top: 120px;
}
#wrap.home #section1 .box {
  padding: 40px 0 16px;
}
#wrap.home #section1 .box .tit {
  display: block;
  padding: 0 40px;
  font-size: 24px;
  line-height: 1;
}
#wrap.home #section1 .box .img {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 12px auto 0;
}
#wrap.home #section1 .box.gray {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  #wrap.home #section1 {
    padding-top: 80px;
  }
  #wrap.home #section1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 32px 0 12px;
  }
  #wrap.home #section1 .box .tit {
    font-size: 20px;
  }
  #wrap.home #section1 .box .img {
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home #section1 .list_conts {
    flex-wrap: wrap;
  }
  #wrap.home #section1 .list_conts .item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 430px) {
  #wrap.home #section1 .list_conts .box {
    aspect-ratio: 1/1;
    padding: 20px 0 0;
  }
  #wrap.home #section1 .list_conts .box .img {
    margin-top: 4px;
  }
}
#wrap.home #section2 .list_conts .item {
  display: flex;
  word-break: normal;
}
#wrap.home #section2 .box {
  padding: 60px 30px;
  text-align: center;
}
#wrap.home #section2 .box .tit {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
#wrap.home #section2 .box .sub {
  display: block;
  margin-top: 12px;
  color: #2864F0;
  font-weight: 500;
}
#wrap.home #section2 .box .desc {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  #wrap.home #section2 .box {
    padding: 32px;
  }
  #wrap.home #section2 .box .tit {
    font-size: 20px;
  }
  #wrap.home #section2 .box .sub {
    font-size: 14px;
    line-height: 1.4;
  }
  #wrap.home #section2 .box .desc {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 16px;
  }
  #wrap.home #section2 .box .desc br {
    display: none;
    font-size: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrap.home #section2 .list_conts {
    margin: 0 -20px;
  }
  #wrap.home #section2 .slick-track {
    display: flex;
  }
  #wrap.home #section2 .slick-list {
    overflow: visible;
  }
  #wrap.home #section2 .item {
    padding: 0 6px;
  }
  #wrap.home #section2 .box {
    position: relative;
    transition: 0.5s 0.2s;
    box-shadow: none;
    border: 2px solid transparent;
  }
  #wrap.home #section2 .box .desc {
    margin-top: 32px;
    padding-top: 0;
    border-top: none;
  }
  #wrap.home #section2 .item.slick-active .box {
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
    border-color: #2864F0;
  }
}
#wrap.home #section3 .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#wrap.home #section3 .list > li {
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#wrap.home #section3 .list .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap.home #section3 .list .tit {
  display: flex;
  width: 32%;
  min-height: 68px;
  align-items: center;
  padding-right: 108px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 68px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
#wrap.home #section3 .list .item1 .tit {
  background-image: url(../img/icon_func01.png);
}
#wrap.home #section3 .list .item2 .tit {
  background-image: url(../img/icon_func02.png);
}
#wrap.home #section3 .list .item3 .tit {
  background-image: url(../img/icon_func03.png);
}
#wrap.home #section3 .list .item4 .tit {
  background-image: url(../img/icon_func04.png);
}
#wrap.home #section3 .list .item5 .tit {
  background-image: url(../img/icon_func05.png);
}
#wrap.home #section3 .list .item6 .tit {
  background-image: url(../img/icon_func06.png);
}
#wrap.home #section3 .list .list_desc {
  flex-grow: 1;
  margin-left: 40px;
}
#wrap.home #section3 .list .list_desc li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
#wrap.home #section3 .list .list_desc li + li {
  margin-top: 0.4em;
}
#wrap.home #section3 .list .list_desc li:before {
  position: absolute;
  top: calc(0.75em - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #222;
  content: "";
}
@media screen and (max-width: 1024px) {
  #wrap.home #section3 .list .tit {
    min-width: 200px;
    min-height: 48px;
    padding-right: 72px;
    background-size: 48px;
    font-size: 18px;
  }
  #wrap.home #section3 .list .list_desc {
    margin-left: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #wrap.home #section3 .list {
    border-top: none;
  }
  #wrap.home #section3 .list > li {
    padding: 0;
    border: none;
  }
  #wrap.home #section3 .list > li + li {
    margin-top: 12px;
  }
  #wrap.home #section3 .list .inner {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #ddd;
  }
  #wrap.home #section3 .list .tit {
    width: 100%;
    padding: 24px 16px 24px 64px;
    background-position: 16px center;
    background-size: 40px;
    min-height: 40px;
    justify-content: space-between;
  }
  #wrap.home #section3 .list .tit br {
    display: none;
    font-size: 0;
  }
  #wrap.home #section3 .list .tit:after {
    flex-shrink: 0;
    margin-left: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/arrow04_top.png) no-repeat center center/contain;
    transform: rotate(180deg);
    transition: 0.3s;
    content: "";
  }
  #wrap.home #section3 .list .tit.on:after {
    transform: rotate(0deg);
  }
  #wrap.home #section3 .list .list_desc {
    display: none;
    margin-left: 0;
    padding: 0 20px 24px;
  }
}
#wrap.home #section4 {
  padding-bottom: 160px;
}
#wrap.home #section4 .title_section .link_line {
  transition: 0.3s;
}
#wrap.home #section4 .title_section .link_line:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow02_right.png) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 1400px) {
  #wrap.home #section4 .title_section .link_line:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  #wrap.home #section4 .title_section .link_line:hover:after {
    animation: arrow 0.6s infinite;
  }
}
#wrap.home #section4 .contents {
  margin-top: 92px;
}
#wrap.home #section4 .list_conts .item {
  display: flex;
}
#wrap.home #section4 .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 48px 40px;
  transition: 0.3s;
}
#wrap.home #section4 .box .tit_price {
  position: relative;
  height: 90px;
}
#wrap.home #section4 .box .tit_price .tit {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#wrap.home #section4 .box .tit_price .kor {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}
#wrap.home #section4 .box .tit_price .desc {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #2864F0;
  font-weight: 500;
  line-height: 1.3;
}
#wrap.home #section4 .box .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
#wrap.home #section4 .box .price span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}
#wrap.home #section4 .box .price .vat {
  font-size: 14px;
}
#wrap.home #section4 .box .list_func {
  flex-grow: 1;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#wrap.home #section4 .box .list_func li {
  position: relative;
  padding-left: 24px;
  background: url(../img/check_primary.png) no-repeat 0 center/16px auto;
}
#wrap.home #section4 .box .list_func li + li {
  margin-top: 0.2em;
}
#wrap.home #section4 .box .list_func li.warning {
  padding-left: 0;
  background: none;
  font-size: 0.9em;
  color: #2864F0;
}
#wrap.home #section4 .box .wrap_btn {
  margin-top: 24px;
}
#wrap.home #section4 .box .wrap_btn [class^=link] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}
#wrap.home #section4 .box .wrap_btn [class^=link] + [class^=link] {
  margin-top: 8px;
}
#wrap.home #section4 .box .wrap_btn [class^=link] .lab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
#wrap.home #section4 .box .wrap_btn [class^=link] .lab:after {
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url(../img/arrow10_right.png) no-repeat center/contain;
  content: "";
}
#wrap.home #section4 .box .wrap_btn [class^=link] .price {
  font-size: 20px;
}
#wrap.home #section4 .box .wrap_btn .link {
  height: 50px;
  background: #2864F0;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  font-weight: bold;
}
@media screen and (min-width: 1400px) {
  #wrap.home #section4 .box .wrap_btn .link:hover {
    background-color: #2864F0;
  }
}
#wrap.home #section4 .box .wrap_btn .link_free {
  border: 2px solid #2864F0;
  color: #2864F0;
}
#wrap.home #section4 .box .wrap_btn .link_free .lab:after {
  filter: invert(15%) sepia(79%) saturate(5681%) hue-rotate(352deg) brightness(81%) contrast(114%);
}
#wrap.home #section4 .box .wrap_btn .link_charge {
  background: #2864F0;
  color: #fff;
}
#wrap.home #section4 .box .wrap_btn .link_charge .lab:after {
  filter: invert(100%) sepia(1%) saturate(618%) hue-rotate(276deg) brightness(115%) contrast(100%);
}
@media screen and (min-width: 1400px) {
  #wrap.home #section4 .box:not(.guide_free):hover {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
  }
}
#wrap.home #section4 .guide_free {
  margin-top: 36px;
  box-shadow: none;
  padding: 40px;
  color: #444;
}
@media screen and (max-width: 1480px) {
  #wrap.home #section4 .list_conts {
    gap: 20px;
  }
  #wrap.home #section4 .list_conts.slick-slider {
    margin: 0 -20px;
  }
  #wrap.home #section4 .list_conts.slick-slider .slick-list {
    padding-left: 14px;
    overflow: visible;
  }
  #wrap.home #section4 .list_conts.slick-slider .slick-track {
    display: flex;
  }
  #wrap.home #section4 .list_conts.slick-slider .item {
    width: 360px;
    min-width: 40vw;
    padding: 0 12px;
  }
  #wrap.home #section4 .list_conts.slick-slider .box {
    padding: 32px 24px;
  }
  #wrap.home #section4 .box {
    padding: 40px 32px;
  }
  #wrap.home #section4 .box .price {
    font-size: 24px;
  }
  #wrap.home #section4 .box .wrap_btn [class^=link] .price .unit {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  #wrap.home #section4 .list_conts.slick-slider .slick-list {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.home #section4 {
    padding-bottom: 70px;
  }
  #wrap.home #section4 .box {
    padding: 32px;
  }
  #wrap.home #section4 .box .tit_price .tit {
    font-size: 24px;
  }
  #wrap.home #section4 .box .tit_price .kor {
    font-size: 14px;
  }
  #wrap.home #section4 .box .tit_price .desc {
    font-size: 15px;
  }
  #wrap.home #section4 .box .price {
    font-size: 24px;
    line-height: 1;
  }
  #wrap.home #section4 .box .price span {
    font-size: 16px;
  }
  #wrap.home #section4 .box .list_func {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 15px;
  }
  #wrap.home #section4 .box .list_func li {
    padding-left: 20px;
    background-size: 12px auto;
    color: #555;
  }
  #wrap.home #section4 .box .wrap_btn .link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.home #section4 .list_conts.slick-slider .slick-list {
    padding-left: 14px;
  }
  #wrap.home #section4 .list_conts.slick-slider .item {
    width: 320px;
    padding: 0 6px;
  }
  #wrap.home #section4 .list_conts.slick-slider .box {
    padding: 32px 24px;
  }
  #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_free, #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_charge {
    height: 50px;
  }
  #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_free .lab, #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_charge .lab {
    font-size: 15px;
  }
  #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_free .price, #wrap.home #section4 .list_conts.slick-slider .box .wrap_btn .link_charge .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  #wrap.home #section4 .box.guide_free {
    background: none;
    padding: 0;
    border: none;
  }
}