@charset "UTF-8";
/*Theme Name: 合同会社楽々Edit*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 120px;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    width: 100%;
    line-height: 1.8;
  }
  body.top {
    background: #fafafa;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div:last-child {
    width: 100%;
    margin-left: 40px;
  }
  body .imgleft > div:last-child p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div:last-child {
    width: 100%;
    margin-right: 40px;
  }
  body .imgright > div:last-child p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
  }
  body .inner.mdl {
    max-width: 1040px;
  }
  body .bg_grade_white {
    background: linear-gradient(90deg, #eef6f9 0%, #fff 100%);
  }
  body .main_title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body .main_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body .main_title {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  body .main_title.white {
    color: #fff;
  }
  body .main_title.bold {
    font-weight: 500;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
  }
  body .main_title em {
    display: block;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title div {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 10px;
  }
  body .btn {
    position: relative;
    display: block;
    width: 220px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 14px;
    border-radius: 100px;
    background: #016cb5;
  }
  body .btn:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 56px;
    top: 0;
    right: -55px;
    bottom: 0;
    margin: auto;
    background: #016cb5;
    border-radius: 50%;
    transition: 0.5s;
  }
  body .btn:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
  }
  body .btn:hover {
    background: #54c2ec;
  }
  body .btn:hover:before {
    background: #54c2ec;
  }
  body .arrow_btn a {
    position: relative;
    font-family: "Inter", sans-serif;
    display: inline-block;
    padding-right: 60px;
  }
  body .arrow_btn a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #016cb5;
    border-radius: 50%;
    transition: 0.5s;
  }
  body .arrow_btn a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
  }
  body .arrow_btn a:hover {
    color: #54c2ec;
  }
  body .arrow_btn a:hover:before {
    background: #54c2ec;
  }
  body .arrow_btn.white a {
    color: #fff;
  }
  body .arrow_btn.white a:before {
    background: #fff;
  }
  body .arrow_btn.white a:after {
    border-top: 3px solid #016cb5;
    border-right: 3px solid #016cb5;
  }
  body .arrow_btn.white a:hover {
    color: #54c2ec;
  }
  body .arrow_btn.white a:hover:before {
    background: #54c2ec;
  }
  body .arrow_btn.white a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  body .works_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  body .works_list > li {
    height: auto;
    display: flex;
    flex-direction: column;
    font-weight: 500;
  }
  body .works_list > li .thumb {
    display: block;
    margin: 0 auto 10px;
  }
  body .works_list > li .thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 16/9;
  }
  body .works_list > li span {
    display: block;
    font-size: 0.75rem;
  }
  body .works_list > li .title a {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body .works_list > li .title a:hover {
    color: #016cb5;
  }
  body .works_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    font-weight: 500;
    line-height: 1.3;
  }
  body .works_detail dt {
    width: 60px;
    color: #fff;
    text-align: center;
    background: #016cb5;
    border-radius: 100px;
  }
  body .works_detail dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .works_detail dd {
    width: calc(100% - 70px);
  }
  body .works_detail dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .works_detail dd a {
    color: #54c2ec;
    text-decoration: underline;
  }
  body .works_detail dd a:hover {
    color: #016cb5;
  }
  body .works_detail.sub_white {
    font-size: 0.75rem;
  }
  body .works_detail.sub_white dt {
    width: 45px;
    background: #f1f5f6;
    color: #222;
  }
  body .works_detail.sub_white dt:not(:last-of-type) {
    margin-bottom: 5px;
  }
  body .works_detail.sub_white dd {
    width: calc(100% - 55px);
  }
  body .works_detail.sub_white dd:not(:last-of-type) {
    margin-bottom: 5px;
  }
  body .news_list > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body .news_list > li {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  body .news_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .news_list time {
    font-family: "Poppins", sans-serif;
  }
  body .news_list .cat_list {
    max-width: 140px;
  }
  body .news_list .title a {
    display: block;
    letter-spacing: 1.6px;
  }
  body .news_list .title a:hover {
    color: #016cb5;
  }
  body .post_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
  }
  body .post_list > li {
    display: flex;
    flex-direction: column;
  }
  body .post_list > li .thumb {
    max-width: 320px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 15px;
  }
  body .post_list > li .thumb:before {
    content: "";
    display: block;
    padding-top: 52.5%;
  }
  body .post_list > li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .post_list > li time {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
  }
  body .post_list > li .title a {
    display: block;
    letter-spacing: 1.6px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
  }
  body .post_list > li .title a:hover {
    color: #016cb5;
  }
  body .post_list > li > div {
    margin-top: auto;
  }
  body .post_list > li .blc {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body .post_list > li .blc {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  body .post_list.flx {
    display: block;
  }
  body .post_list.flx > li {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body .post_list.flx > li {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  body .post_list.flx > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .post_list.flx > li > div {
    margin-top: 0;
    width: 100%;
  }
  body .post_list.flx .thumb {
    max-width: 180px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body .post_list.flx .thumb {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  body .post_list.flx .thumb img {
    border-radius: 4px;
  }
  body .post_list.flx .title a {
    margin-bottom: 10px;
  }
  body .cat_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  body .cat {
    display: inline-block;
    padding: 0 20px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #222;
    border-radius: 20px;
  }
  body .cat:hover {
    background: #016cb5;
  }
  body .cat.active {
    background: #54c2ec;
  }
  body .cat.active:hover {
    background: #016cb5;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  body .dec {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  body .category_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  body .category_list a {
    display: block;
    text-align: center;
    border-radius: 100px;
    background: #eef6f9;
    padding: 0 35px;
  }
  body .category_list a.active, body .category_list a:hover {
    background: #016cb5;
    color: #fff;
  }
  body .faq_list li {
    background: #fff;
    border-radius: 4px;
  }
  body .faq_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  body .faq_list .accordion {
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  body .faq_list .accordion:before, body .faq_list .accordion:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background: #016cb5;
    border-radius: 4px;
    transition: 0.3s;
  }
  body .faq_list .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  body .faq_list .accordion:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  body .faq_list .accordion.open:after {
    transform: rotate(0deg);
  }
  body .faq_list .accordion .q {
    color: #016cb5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1;
  }
  body .faq_list .accordion .title {
    display: block;
    width: 90%;
    font-weight: 500;
  }
  body .faq_list .cont {
    display: none;
  }
  body .faq_list .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 15px;
  }
  body .faq_list .cont .a {
    color: #54c2ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1;
  }
  body .faq_list .cont .txt {
    width: 90%;
    line-height: 1.5;
  }
  body .faq_list .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .faq_list.md_white li {
    background: #f6fafc;
  }
  body .graf li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 20px;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf .title {
    width: 24%;
    color: #016cb5;
    font-weight: bold;
  }
  body .graf .cont {
    width: 75%;
  }
  body .graf .cont a {
    display: inline-block;
    text-decoration: underline;
  }
  body .graf .cont a:hover {
    color: #016cb5;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
    max-height: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc {
    padding: 30px 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc .logo a {
    max-width: 165px;
    display: block;
  }
  header .h_blc nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    background: #fff;
    padding: 0 20px 0 40px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc nav {
    font-size: 0.8rem;
    padding: 10px;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav .nav {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc nav .nav {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav > li {
    position: relative;
  }
  header .h_blc nav .nav > li > a {
    display: block;
    padding: 15px 0;
  }
  header .h_blc nav .nav > li > a:hover {
    color: #016cb5;
  }
  header .h_blc nav .nav .sub_arrow {
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav .nav .sub_arrow {
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav .sub_arrow:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: 2px solid #54c2ec;
    border-right: 2px solid #54c2ec;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  header .h_blc nav .nav .sub_arrow:hover .sub_menu {
    opacity: 1;
    visibility: visible;
  }
  header .h_blc nav .nav .sub_arrow:first-of-type:before {
    border-bottom: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
  }
  header .h_blc nav .nav .sub_menu {
    position: absolute;
    top: 100%;
    left: -30%;
    display: flex;
    gap: 40px;
    background: #016cb5;
    border-radius: 10px;
    padding: 0 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav .nav .sub_menu {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc nav .nav .sub_menu {
    left: -60%;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav .sub_menu a {
    color: #fff;
    display: block;
    padding: 40px 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav .nav .sub_menu a {
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav .sub_menu a:hover {
    color: #54c2ec;
  }
  header .h_blc nav .nav .mega_menu:hover .mega_wrap {
    opacity: 1;
    visibility: visible;
  }
  header .h_blc nav .nav .mega_wrap {
    position: absolute;
    top: 100%;
    left: 40%;
    transform: translateX(-40%);
    width: max-content;
    background: #016cb5;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .h_blc nav .nav .mega_wrap {
    left: 45%;
    transform: translateX(-45%);
    padding: 20px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  header .h_blc nav .nav .mega_col p a:hover {
    color: #54c2ec;
  }
  header .h_blc nav .nav .mega_col p a svg {
    margin-left: -10px;
  }
  header .h_blc nav .nav .mega_col ul a {
    color: #fff;
    display: block;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc nav .nav .mega_col ul a {
    font-size: 0.7rem;
  }
}
@media (min-width: 769px) {
  header .h_blc nav .nav .mega_col ul a:hover {
    color: #54c2ec;
  }
  header .h_blc nav .h_cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  header .h_blc nav .h_cta li:first-child a {
    background: #016cb5;
  }
  header .h_blc nav .h_cta li:first-child a:hover {
    background: #54c2ec;
  }
  header .h_blc nav .h_cta li:last-child a {
    background: #54c2ec;
  }
  header .h_blc nav .h_cta li:last-child a:hover {
    background: #016cb5;
  }
  header .h_blc nav .h_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  header .fv {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    height: 800px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .fv {
    height: 700px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv {
    height: 600px;
  }
}
@media (min-width: 769px) {
  header .fv:after {
    position: absolute;
    content: "";
    bottom: -80px;
    left: 0;
    margin: auto;
    background: url("../images/fv/fv_deco.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    min-width: 1288px;
    width: 90%;
    min-height: 730px;
    height: 50vw;
    z-index: -2;
  }
  header .fv .fv_title {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
  }
  header .fv .fv_title strong {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 5rem;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .fv .fv_title strong {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .fv_title strong {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  header .fv .fv_title span {
    font-family: "Montserrat", sans-serif;
    font-size: 7.25rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: 6px transparent;
    background: linear-gradient(45deg, #016cb5 0%, #64f8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  header .fv .fv_title span {
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .fv_title span {
    font-size: 4rem;
  }
}
@media (min-width: 769px) {
  header .fv .copy {
    position: absolute;
    top: 82%;
    transform: translateY(-82%);
    left: 80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  header .fv .copy {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .copy {
    left: 40px;
  }
}
@media (min-width: 769px) {
  header .fv .copy strong {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .copy strong {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  header .fv .copy p {
    margin-bottom: 50px;
  }
  header .fv .copy p span {
    color: #016cb5;
    font-weight: 500;
  }
  header .fv .copy .btn {
    font-size: 1.5rem;
    padding: 10px;
    width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .copy .btn {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  header .fv .copy .btn::before {
    width: 64px;
    height: 64px;
    right: -64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .copy .btn::before {
    width: 55px;
    height: 55px;
    right: -55px;
  }
}
@media (min-width: 769px) {
  header .fv .copy .btn:after {
    right: -35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .copy .btn:after {
    right: -30px;
  }
}
@media (min-width: 769px) {
  header .fv .anime {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 1400px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv .anime {
    width: 95%;
  }
}
@media (min-width: 769px) {
  header .fv_sub {
    position: relative;
    width: 100%;
    min-height: 360px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv_sub {
    min-height: 280px;
  }
}
@media (min-width: 769px) {
  header .fv_sub:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url("../images/fv/bg_fv_sub.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 240px;
    z-index: -1;
  }
  header .fv_sub .main_title {
    position: absolute;
    content: "";
    top: 70%;
    transform: translateY(-70%);
    left: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .fv_sub .main_title {
    top: 75%;
    transform: translateY(-75%);
  }
}
@media (min-width: 769px) {
  header .fv_sub .main_title span:first-letter {
    text-transform: capitalize;
  }
  header .breadcrumbs {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 10px auto 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .breadcrumbs {
    margin: 10px auto 80px;
  }
}
@media (min-width: 769px) {
  header .breadcrumbs > span {
    position: relative;
  }
  header .breadcrumbs > span:not(:last-child):after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
  }
  header .breadcrumbs > span:not(:last-child):after:hover {
    color: #016cb5;
  }
  header .breadcrumbs a {
    text-decoration: underline;
  }
  main {
    overflow-x: hidden;
  }
  main.top #works {
    padding: 80px 0;
  }
  main.top #works .swiper_wrap {
    overflow-x: hidden !important;
    max-width: 1800px;
    margin: 0 auto 40px;
  }
  main.top #works .swiper {
    margin-left: 5vw;
  }
  main.top #works .works_list {
    display: flex;
    gap: 0;
  }
  main.top #works .swiper_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    max-width: 210px;
    margin: 8px 80px 20px auto;
  }
  main.top #works .swiper_nav.is-hidden {
    display: none;
  }
  main.top #works .swiper_nav .swiper-button-prev,
  main.top #works .swiper_nav .swiper-button-next {
    position: relative;
    top: 10px;
    width: 12px;
    height: 10px;
    border: 0;
    transform: rotate(45deg);
  }
  main.top #works .swiper_nav .swiper-button-prev:after,
  main.top #works .swiper_nav .swiper-button-next:after {
    display: none;
  }
  main.top #works .swiper_nav .swiper-button-prev {
    border-bottom: 3px solid #54c2ec;
    border-left: 3px solid #54c2ec;
  }
  main.top #works .swiper_nav .swiper-button-next {
    content: "";
    border-top: 3px solid #54c2ec;
    border-right: 3px solid #54c2ec;
  }
  main.top #works .swiper_nav .swiper-scrollbar {
    position: static;
    height: 2px;
    background: #d9d9d9;
    border-radius: 0;
  }
  main.top #works .swiper_nav .swiper-scrollbar-drag {
    background: #54c2ec;
    border-radius: 0;
  }
  main.top #works .arrow_btn {
    text-align: right;
  }
  main.top #partner {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #partner {
    margin-bottom: 100px;
  }
}
@media (min-width: 769px) {
  main.top #partner .wrap {
    overflow: hidden;
    width: 100%;
  }
  main.top #partner .partner_list {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: partnerScroll 40s linear infinite;
    will-change: transform;
  }
  main.top #partner .partner_list li {
    width: 240px;
    height: 100px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.top #partner .partner_list img {
    width: 226px;
    max-height: 75px;
  }
  @keyframes partnerScroll {
    to {
      transform: translateX(var(--scroll-width));
    }
  }
  main.top #problem {
    padding: 80px 0 190px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem {
    padding: 80px 0 40px;
  }
}
@media (min-width: 769px) {
  main.top #problem .bg_curve {
    width: 100%;
    line-height: 0;
    position: absolute;
    left: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  main.top #problem .bg_curve {
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  main.top #problem .bg_curve {
    top: 0;
  }
}
@media (min-width: 769px) {
  main.top #problem .bg_curve svg {
    display: block;
    width: 100%;
    height: auto;
  }
  main.top #problem .main_title {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem .main_title {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  main.top #problem .imgright {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem .imgright {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  main.top #problem .imgright img {
    position: absolute;
    top: 0;
    right: -150px;
    max-width: 690px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #problem .imgright img {
    max-width: 540px;
    right: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem .imgright img {
    position: inherit;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 769px) {
  main.top #problem .imgright p {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #problem .imgright p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem .imgright p {
    text-align: center;
  }
}
@media (min-width: 769px) {
  main.top #problem .imgright p em {
    position: relative;
  }
  main.top #problem .imgright p em:after {
    position: absolute;
    content: "・・・・・";
    top: -30px;
    left: 0;
  }
  main.top #problem .imgright p span {
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top #problem .imgright ul {
    max-width: 580px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #problem .imgright ul {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #problem .imgright ul {
    margin: 0 auto 60px;
  }
}
@media (min-width: 769px) {
  main.top #problem .imgright ul li {
    position: relative;
    background: #fff;
    font-size: 1.25rem;
    padding: 5px 15px 5px 45px;
    border-radius: 10px;
  }
  main.top #problem .imgright ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #problem .imgright ul li:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 20px;
    background: url("../images/common/icon_check.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  main.top #seo {
    padding: 80px 0 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #seo {
    padding: 40px 0 80px;
  }
}
@media (min-width: 769px) {
  main.top #seo .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #seo .inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  main.top #seo .circle {
    position: relative;
    width: 540px;
    height: 500px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #seo .circle {
    width: 520px;
    height: 440px;
  }
}
@media (min-width: 769px) {
  main.top #seo .circle:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: rgba(181, 248, 255, 0.2);
    z-index: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #seo .circle:before {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 769px) {
  main.top #seo .circle:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 2px solid #54c2ec;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #seo .circle:after {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 769px) {
  main.top #seo .circle li {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #016cb5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #seo .circle li {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 769px) {
  main.top #seo .circle li:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main.top #seo .circle li:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  main.top #seo .circle h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #seo .circle h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  main.top #seo .txt {
    width: 45%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #seo .txt {
    width: 100%;
  }
}
@media (min-width: 769px) {
  main.top #seo .txt .arrow_btn {
    padding-top: 50px;
    text-align: right;
  }
  main.top #service {
    background: #016cb5;
    border-radius: 60px 60px 0 0;
    padding: 160px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #service {
    padding: 80px 0;
  }
}
@media (min-width: 769px) {
  main.top #service .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.top #service .list {
    width: 880px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #service .list {
    width: 780px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #service .list {
    width: 74%;
  }
}
@media (min-width: 769px) {
  main.top #service .list a {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    padding: 40px 20px 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #service .list a {
    padding: 20px 20px 60px;
  }
}
@media (min-width: 769px) {
  main.top #service .list a:after {
    position: absolute;
    content: "";
    background: url("../images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
  }
  main.top #service .list a:hover {
    background: #f1f5f6;
  }
  main.top #service .list h3 {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #service .list h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #service .list h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  main.top #service .list h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #54c2ec;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  main.top #service .list p {
    margin-bottom: 20px;
  }
  main.top #service .list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    border-radius: 4px;
    padding: 10px;
    background: linear-gradient(90deg, #eef6f9 0%, #fff 100%);
  }
  main.top #service .list ul li {
    color: #016cb5;
    font-size: 0.75rem;
  }
  main.top #service .arrow_btn {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  main.top #price {
    padding: 160px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #price {
    padding: 80px 0;
  }
}
@media (min-width: 769px) {
  main.top #price .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.top #price ul {
    width: 880px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #price ul {
    width: 780px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #price ul {
    width: 74%;
  }
}
@media (min-width: 769px) {
  main.top #price ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #price ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }
  main.top #price ul a:after {
    position: absolute;
    content: "";
    background: url("../images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
  }
  main.top #price ul a:hover {
    background: #fafafa;
  }
  main.top #price ul h3 {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #price ul h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  main.top #price ul h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #54c2ec;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  main.top #price ul p {
    margin-right: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #price ul p {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  main.top #price ul p span {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-right: 5px;
  }
  main.top #price .arrow_btn {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  main.top #news {
    padding: 160px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #news {
    padding: 80px 0;
  }
}
@media (min-width: 769px) {
  main.top #news .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.top #news .news_list {
    width: 960px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  main.top #news .news_list {
    width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #news .news_list {
    width: 75%;
  }
}
@media (min-width: 769px) {
  main.top #news .arrow_btn {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  main.top #post {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #post {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  main.top #post > div {
    position: relative;
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  main.top #post .post_list {
    margin-bottom: 40px;
  }
  main.top #post .arrow_btn {
    text-align: right;
    margin-top: auto;
  }
  main.top #faq {
    padding: 80px 0;
    border-radius: 40px;
  }
  main.top #faq .main_title {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.top #faq .main_title {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  main.top #faq .arrow_btn {
    text-align: right;
    margin: 70px 50px 0 0;
  }
  main.sub .recruit h2 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 60px;
  }
  main.sub .recruit .list > li {
    position: relative;
    background: #f6fafc;
    border-radius: 20px;
    padding: 80px 50px;
  }
  main.sub .recruit .list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .recruit .graf {
    padding: 0 30px;
  }
  main.sub .recruit .graf li {
    display: block;
  }
  main.sub .recruit .graf .title {
    width: 100%;
    margin-bottom: 10px;
  }
  main.sub .recruit .graf .cont {
    width: 100%;
  }
  main.sub .recruit .arrow_btn {
    position: absolute;
    top: 100px;
    right: 60px;
  }
  main.sub .pagination {
    padding-top: 160px;
    font-family: "Montserrat", sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.sub .pagination {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  main.sub .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  main.sub .pagination .page-numbers {
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none;
  }
  main.sub .pagination .page-numbers.current {
    color: #54c2ec !important;
  }
  main.sub .pagination .page-numbers:not(.prev):not(.next):hover {
    color: #54c2ec;
  }
  main.sub .pagination .prev,
  main.sub .pagination .next {
    position: relative;
    width: 40px;
    height: 40px;
    background: #016cb5;
    border-radius: 50%;
    color: transparent;
  }
  main.sub .pagination .prev::before,
  main.sub .pagination .next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%);
  }
  main.sub .pagination .prev:hover,
  main.sub .pagination .next:hover {
    background: #54c2ec;
  }
  main.sub .pagination .prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }
  main.sub .pagination .next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }
  main.sub .single {
    padding-bottom: 10px;
  }
  main.sub .single .thumbnail img {
    margin: 80px auto;
    display: block;
    border-radius: 20px;
  }
  main.sub .single h1,
  main.sub .single h2 {
    font-size: 2rem;
    margin: 40px 0;
  }
  main.sub .single .content {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.sub .single .content {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  main.sub .single .content button {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #016cb5;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
    transition: 0.5s;
    cursor: pointer;
  }
  main.sub .single .content button:hover {
    background: #54c2ec;
  }
  main.sub .single .content p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content p a {
    text-decoration: underline;
  }
  main.sub .single .content a {
    word-break: break-all;
    color: #016cb5;
    font-weight: 500;
  }
  main.sub .single .content a:hover {
    color: #54c2ec;
  }
  main.sub .single .content strong {
    font-weight: 500;
  }
  main.sub .single .content em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px 0;
    display: block;
    border-radius: 20px;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 80px 0;
    background: #f7f7f7;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #016cb5;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #016cb5;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 40px;
    margin: 40px auto;
  }
  main.sub .single .content ul:not([class]) li {
    position: relative;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #54c2ec;
    border-radius: 50%;
    top: 10px;
    left: -25px;
  }
  main.sub .single .content h3 {
    margin: 40px 0;
    font-size: 1.5rem;
    padding: 0 15px;
    border-left: 4px solid #016cb5;
  }
  main.sub .single .content h4 {
    font-size: 1.25rem;
    margin: 40px 0;
    color: #016cb5;
    font-weight: 500;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 80px 0;
  }
  main.sub .single .content table th {
    background: #016cb5;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f7f7f7;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content > dl {
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content > dl dt {
    background: #016cb5;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content > dl dd {
    width: 70%;
    background: #f7f7f7;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .detail {
    background: #f6fafc;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 80px;
  }
  main.sub .single .detail p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main.sub #error {
    padding: 80px 0;
  }
  main.sub #error .arrow_btn {
    margin: 40px auto 0;
  }
  footer {
    position: relative;
  }
  footer #cta {
    padding: 160px 0;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #cta {
    padding: 80px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  footer #cta ul {
    display: flex;
    justify-content: space-between;
  }
  footer #cta ul li {
    position: relative;
    width: 48%;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  footer #cta ul li:first-child .cont {
    background: #54c2ec;
  }
  footer #cta ul li:first-child .arrow_btn a:after {
    border-top: 3px solid #54c2ec;
    border-right: 3px solid #54c2ec;
  }
  footer #cta ul li:first-child .arrow_btn a:hover {
    color: #016cb5;
  }
  footer #cta ul li:first-child .arrow_btn a:hover:before {
    background: #016cb5;
  }
  footer #cta ul li:first-child .arrow_btn a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  footer #cta ul li:last-child .cont {
    background: #016cb5;
  }
  footer #cta ul li > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  footer #cta ul li > a:hover li:first-child .cont {
    background: #016cb5;
  }
  footer #cta ul li > a:hover li:last-child .cont {
    background: #54c2ec;
  }
  footer #cta ul li img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  footer #cta ul li .cont {
    padding: 20px 20px 90px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  footer #cta ul li h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #cta ul li h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  footer #cta ul .arrow_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  footer .f_blc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  footer .f_blc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .f_blc {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  footer .f_blc .f_left .f_logo {
    max-width: 206px;
  }
  footer .f_blc .f_left p {
    font-size: 0.75rem;
    margin: 40px 0 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .f_blc .f_left p {
    margin: 20px 0;
  }
}
@media (min-width: 769px) {
  footer .f_blc .f_left p span {
    display: block;
    font-size: 0.875rem;
  }
  footer .f_blc .f_right {
    width: 930px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  footer .f_blc .f_right {
    width: 700px;
  }
}
@media (min-width: 769px) {
  footer .f_blc .f_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  footer .f_blc .f_top > li {
    width: 22%;
  }
  footer .f_blc .f_top h3 {
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_top .menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_top .menu > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
  }
  footer .f_blc .f_top .menu > li > a:hover {
    color: #016cb5;
  }
  footer .f_blc .f_top .sub_menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .f_blc .f_top .sub_menu a {
    position: relative;
    display: block;
    font-size: 0.875rem;
  }
  footer .f_blc .f_top .sub_menu a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  footer .f_blc .f_top .sub_menu a:hover {
    color: #016cb5;
  }
  footer .f_blc .f_btm h3 a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_btm h3 a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  footer .f_blc .f_btm h3 a:hover {
    color: #016cb5;
  }
  footer .f_blc .f_btm > ul {
    display: flex;
    justify-content: space-between;
  }
  footer .f_blc .f_btm > ul > li {
    width: 22%;
  }
  footer .f_blc .f_btm > ul > li > a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  footer .f_blc .f_btm > ul > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
  }
  footer .f_blc .f_btm > ul > li > a:hover {
    color: #016cb5;
  }
  footer .f_blc .f_btm > ul .sub_menu a {
    display: block;
    font-size: 0.75rem;
  }
  footer .f_blc .f_btm > ul .sub_menu a:hover {
    color: #016cb5;
  }
  footer small {
    display: block;
    font-size: 0.75rem;
    color: #fff;
    background: #016cb5;
    padding: 10px 0;
  }
  footer .bg_curve {
    width: 100%;
    height: 53%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .bg_curve {
    height: 70%;
  }
}
@media (min-width: 769px) {
  footer .bg_curve svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #016cb5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #54c2ec;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 70px;
    overflow-x: hidden;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body.top {
    background: #fafafa;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_grade_white {
    background: linear-gradient(90deg, #eef6f9 0%, #fff 100%);
  }
  body .main_title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.bold {
    font-weight: 500;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
  }
  body .main_title em {
    display: block;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title div {
    font-size: 0.9rem;
    font-weight: normal;
    padding-top: 10px;
  }
  body .btn {
    position: relative;
    display: block;
    width: 200px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 7px;
    border-radius: 100px;
    background: #016cb5;
  }
  body .btn:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    bottom: 0;
    margin: auto;
    background: #016cb5;
    border-radius: 50%;
  }
  body .btn:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto;
  }
  body .arrow_btn a {
    position: relative;
    font-family: "Inter", sans-serif;
    display: inline-block;
    padding-right: 40px;
  }
  body .arrow_btn a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #016cb5;
    border-radius: 50%;
  }
  body .arrow_btn a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
  }
  body .arrow_btn.white a {
    color: #fff;
  }
  body .arrow_btn.white a:before {
    background: #fff;
  }
  body .arrow_btn.white a:after {
    border-top: 3px solid #016cb5;
    border-right: 3px solid #016cb5;
  }
  body .works_list > li {
    height: auto;
    font-weight: 500;
  }
  body .works_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .works_list > li .thumb {
    display: block;
    margin: 0 auto 10px;
  }
  body .works_list > li .thumb img {
    border-radius: 10px;
    aspect-ratio: 16/9;
  }
  body .works_list > li span {
    display: block;
    font-size: 0.8rem;
  }
  body .works_list > li .title a {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body .works_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    font-weight: 500;
    line-height: 1.3;
  }
  body .works_detail dt {
    width: 60px;
    color: #fff;
    text-align: center;
    background: #016cb5;
    border-radius: 100px;
  }
  body .works_detail dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .works_detail dd {
    width: calc(100% - 70px);
  }
  body .works_detail dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .works_detail dd a {
    color: #54c2ec;
    text-decoration: underline;
  }
  body .works_detail.sub_white {
    font-size: 0.8rem;
  }
  body .works_detail.sub_white dt {
    width: 50px;
    background: #f1f5f6;
    color: #222;
  }
  body .works_detail.sub_white dt:not(:last-of-type) {
    margin-bottom: 5px;
  }
  body .works_detail.sub_white dd {
    width: calc(100% - 65px);
  }
  body .works_detail.sub_white dd:not(:last-of-type) {
    margin-bottom: 5px;
  }
  body .news_list > li {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list time {
    font-family: "Poppins", sans-serif;
  }
  body .news_list .title a {
    display: block;
    letter-spacing: 1.2px;
  }
  body .post_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .post_list .thumb {
    max-width: 500px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 10px;
  }
  body .post_list .thumb:before {
    content: "";
    display: block;
    padding-top: 52.5%;
  }
  body .post_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  body .post_list time {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
  }
  body .post_list .title a {
    display: block;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.4;
  }
  body .post_list .blc {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body .cat_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .cat {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #222;
    border-radius: 20px;
  }
  body .cat.active {
    background: #54c2ec;
  }
  body .cat.active:hover {
    background: #016cb5;
  }
  body .dec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }
  body .category_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body .category_list a {
    display: block;
    text-align: center;
    border-radius: 100px;
    background: #eef6f9;
    padding: 0 20px;
  }
  body .category_list a.active {
    background: #016cb5;
    color: #fff;
  }
  body .faq_list li {
    background: #fff;
    border-radius: 4px;
  }
  body .faq_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .faq_list .accordion {
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  body .faq_list .accordion:before, body .faq_list .accordion:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #016cb5;
    border-radius: 4px;
    transition: 0.3s;
  }
  body .faq_list .accordion:before {
    top: 50%;
    transform: translateY(-50%);
  }
  body .faq_list .accordion:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  body .faq_list .accordion.open:after {
    transform: rotate(0deg);
  }
  body .faq_list .accordion .q {
    color: #016cb5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
  }
  body .faq_list .accordion .title {
    display: block;
    width: 82%;
    font-weight: 500;
  }
  body .faq_list .cont {
    display: none;
  }
  body .faq_list .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
  body .faq_list .cont .a {
    color: #54c2ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
  }
  body .faq_list .cont .txt {
    width: 90%;
    line-height: 1.5;
  }
  body .faq_list .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .faq_list.md_white li {
    background: #f6fafc;
  }
  body .graf li {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 20px;
  }
  body .graf li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf .title {
    color: #016cb5;
    font-weight: bold;
  }
  body .graf .cont a {
    display: inline-block;
    text-decoration: underline;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #fff;
    max-height: 70px;
  }
  header .logo a {
    max-width: 180px;
    display: inline-block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    border-radius: 50%;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 24px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
    color: #fff;
  }
  header .menu-content .nav > li > a {
    display: block;
    padding: 10px;
    font-weight: bold;
    position: relative;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav .sub_menu {
    margin-bottom: 10px;
  }
  header .menu-content .nav .sub_menu a {
    position: relative;
    display: block;
    padding: 5px 30px;
    font-size: 0.9rem;
  }
  header .menu-content .nav .sub_menu a:after {
    position: absolute;
    content: "ー";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  header .menu-content .nav .mega_col p a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 0;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  header .menu-content .nav .mega_col ul {
    margin-bottom: 10px;
  }
  header .menu-content .nav .mega_col ul a {
    position: relative;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    padding: 5px 30px;
  }
  header .menu-content .nav .mega_col ul a:after {
    position: absolute;
    content: "ー";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  header .menu-content .h_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  header .menu-content .h_cta li:first-child a {
    background: #016cb5;
  }
  header .menu-content .h_cta li:last-child a {
    background: #54c2ec;
  }
  header .menu-content .h_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  header .fv {
    position: relative;
    padding-top: 90px;
    overflow: hidden;
    height: 600px;
  }
  header .fv:after {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    margin: auto;
    background: url("../images/fv/fv_deco.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  header .fv .fv_title {
    text-align: right;
    width: 92%;
    margin: 0 auto;
    line-height: 1.2;
  }
  header .fv .fv_title strong {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .fv_title span {
    font-family: "Montserrat", sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: 4px transparent;
    background: linear-gradient(45deg, #016cb5 0%, #64f8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-left: 10px;
  }
  header .fv .copy {
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
  }
  header .fv .copy strong {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  header .fv .copy p {
    font-size: 1.15rem;
    margin-bottom: 40px;
  }
  header .fv .copy p span {
    color: #016cb5;
    font-weight: 500;
  }
  header .fv .copy .btn {
    width: 150px;
  }
  header .fv .anime {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 120%;
  }
  header .fv_sub {
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 70px;
  }
  header .fv_sub:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url("../images/fv/bg_fv_sub.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    z-index: -1;
  }
  header .fv_sub .main_title {
    position: absolute;
    content: "";
    top: 75%;
    transform: translateY(-75%);
    left: 20px;
    margin-bottom: 0;
  }
  header .fv_sub .main_title span:first-letter {
    text-transform: capitalize;
  }
  header .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 20px;
  }
  header .breadcrumbs > span {
    position: relative;
  }
  header .breadcrumbs > span:not(:last-child):after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
  }
  header .breadcrumbs a {
    text-decoration: underline;
  }
  main.top #works {
    padding: 40px 20px;
  }
  main.top #works .swiper_wrap {
    overflow-x: hidden !important;
    margin: 0 auto 10px;
  }
  main.top #works .swiper_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    max-width: 150px;
    margin: 8px 0 20px auto;
  }
  main.top #works .swiper_nav.is-hidden {
    display: none;
  }
  main.top #works .swiper_nav .swiper-button-prev,
  main.top #works .swiper_nav .swiper-button-next {
    position: relative;
    top: 11px;
    width: 12px;
    height: 9px;
    border: 0;
    transform: rotate(45deg);
  }
  main.top #works .swiper_nav .swiper-button-prev:after,
  main.top #works .swiper_nav .swiper-button-next:after {
    display: none;
  }
  main.top #works .swiper_nav .swiper-button-prev {
    border-bottom: 3px solid #54c2ec;
    border-left: 3px solid #54c2ec;
  }
  main.top #works .swiper_nav .swiper-button-next {
    content: "";
    border-top: 3px solid #54c2ec;
    border-right: 3px solid #54c2ec;
  }
  main.top #works .swiper_nav .swiper-scrollbar {
    position: static;
    height: 2px;
    background: #d9d9d9;
    border-radius: 0;
  }
  main.top #works .swiper_nav .swiper-scrollbar-drag {
    background: #54c2ec;
    border-radius: 0;
  }
  main.top #works .arrow_btn {
    text-align: right;
  }
  main.top #partner {
    margin-bottom: 40px;
  }
  main.top #partner .main_title {
    padding: 0 20px;
  }
  main.top #partner .wrap {
    overflow: hidden;
    width: 100%;
  }
  main.top #partner .partner_list {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: partnerScroll 40s linear infinite;
    will-change: transform;
  }
  main.top #partner .partner_list li {
    width: 200px;
    height: 60px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.top #partner .partner_list img {
    width: 180px;
    max-height: 45px;
  }
  @keyframes partnerScroll {
    to {
      transform: translateX(var(--scroll-width));
    }
  }
  main.top #problem {
    padding: 40px 20px 0;
    position: relative;
    overflow: hidden;
  }
  main.top #problem .bg_curve {
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main.top #problem .bg_curve svg {
    display: block;
    width: 100%;
    height: auto;
  }
  main.top #problem .imgright {
    position: relative;
  }
  main.top #problem .imgright img {
    max-width: 320px;
  }
  main.top #problem .imgright p {
    font-size: 1.1rem;
    font-weight: 500;
  }
  main.top #problem .imgright p em {
    position: relative;
  }
  main.top #problem .imgright p em:after {
    position: absolute;
    content: "・・・・・";
    top: -20px;
    left: 0;
  }
  main.top #problem .imgright p span {
    background: linear-gradient(90deg, #016cb5 0%, #54c2ec 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main.top #problem .imgright ul {
    margin-bottom: 40px;
  }
  main.top #problem .imgright ul li {
    position: relative;
    background: #fff;
    padding: 5px 5px 5px 35px;
    border-radius: 10px;
  }
  main.top #problem .imgright ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #problem .imgright ul li:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 18px;
    background: url("../images/common/icon_check.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  main.top #seo {
    padding: 40px 20px;
  }
  main.top #seo .circle {
    position: relative;
    width: 330px;
    height: 290px;
    z-index: 1;
    margin: 0 auto 40px;
  }
  main.top #seo .circle:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(181, 248, 255, 0.2);
    z-index: -1;
  }
  main.top #seo .circle:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #54c2ec;
    z-index: -1;
  }
  main.top #seo .circle li {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #016cb5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  main.top #seo .circle li:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main.top #seo .circle li:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  main.top #seo .circle h3 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  main.top #seo .circle p {
    font-size: 0.7rem;
  }
  main.top #seo .txt .arrow_btn {
    padding-top: 40px;
    text-align: right;
  }
  main.top #service {
    background: #016cb5;
    border-radius: 40px 40px 0 0;
    padding: 40px 20px;
  }
  main.top #service .list {
    margin-bottom: 40px;
  }
  main.top #service .list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #service .list a {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 50px;
  }
  main.top #service .list a:after {
    position: absolute;
    content: "";
    background: url("../images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 20px;
  }
  main.top #service .list h3 {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  main.top #service .list h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #54c2ec;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  main.top #service .list p {
    margin-bottom: 10px;
  }
  main.top #service .list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    border-radius: 4px;
    padding: 10px;
    background: linear-gradient(90deg, #eef6f9 0%, #fff 100%);
  }
  main.top #service .list ul li {
    color: #016cb5;
    font-size: 0.8rem;
  }
  main.top #service .arrow_btn {
    text-align: right;
  }
  main.top #price {
    padding: 40px 20px;
  }
  main.top #price ul {
    margin-bottom: 40px;
  }
  main.top #price ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #price ul a {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }
  main.top #price ul a:after {
    position: absolute;
    content: "";
    background: url("../images/common/grade_arrow.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  main.top #price ul h3 {
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
  }
  main.top #price ul h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #54c2ec;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  main.top #price ul p {
    text-align: right;
    margin-right: 40px;
  }
  main.top #price ul p span {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    margin-right: 5px;
  }
  main.top #price .arrow_btn {
    text-align: right;
  }
  main.top #news {
    padding: 40px 20px;
  }
  main.top #news .news_list {
    margin-bottom: 40px;
  }
  main.top #news .arrow_btn {
    text-align: right;
  }
  main.top #post {
    padding: 0 20px;
  }
  main.top #post > div {
    margin-bottom: 40px;
  }
  main.top #post .post_list {
    margin-bottom: 40px;
  }
  main.top #post .arrow_btn {
    text-align: right;
  }
  main.top #faq {
    padding: 40px 20px;
    border-radius: 40px;
  }
  main.top #faq .faq_list {
    margin-bottom: 40px;
  }
  main.top #faq .arrow_btn {
    text-align: right;
  }
  main.sub .recruit {
    padding: 40px 20px;
  }
  main.sub .recruit h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.sub .recruit h2 img {
    width: 40px;
  }
  main.sub .recruit .list > li {
    position: relative;
    background: #f6fafc;
    border-radius: 20px;
    padding: 20px;
  }
  main.sub .recruit .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .arrow_btn {
    padding-top: 30px;
    text-align: right;
  }
  main.sub .company,
  main.sub .faq,
  main.sub .archive {
    padding: 40px 20px;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  main.sub .pagination .page-numbers {
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none;
  }
  main.sub .pagination .page-numbers.current {
    color: #54c2ec !important;
  }
  main.sub .pagination .prev,
  main.sub .pagination .next {
    position: relative;
    width: 30px;
    height: 30px;
    background: #016cb5;
    border-radius: 50%;
    color: transparent;
  }
  main.sub .pagination .prev::before,
  main.sub .pagination .next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%);
  }
  main.sub .pagination .prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }
  main.sub .pagination .next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }
  main.sub .single {
    padding: 40px 20px;
  }
  main.sub .single .thumbnail img {
    margin: 40px auto;
    display: block;
    border-radius: 20px;
  }
  main.sub .single h1,
  main.sub .single h2 {
    font-size: 1.4rem;
    margin: 20px 0;
  }
  main.sub .single .content {
    margin-bottom: 40px;
  }
  main.sub .single .content button {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #016cb5;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px auto;
  }
  main.sub .single .content p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content p a {
    text-decoration: underline;
  }
  main.sub .single .content a {
    word-break: break-all;
    color: #016cb5;
    font-weight: 500;
  }
  main.sub .single .content strong {
    font-weight: 500;
  }
  main.sub .single .content em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
    border-radius: 20px;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16/9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    background: #f7f7f7;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #016cb5;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #016cb5;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 40px auto;
  }
  main.sub .single .content ul:not([class]) li {
    position: relative;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content ul:not([class]) li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #54c2ec;
    border-radius: 50%;
    top: 10px;
    left: -15px;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    font-size: 1.2rem;
    padding: 0 10px;
    border-left: 4px solid #016cb5;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #016cb5;
    font-weight: 500;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #016cb5;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #f7f7f7;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .single .content > dl {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  main.sub .single .content > dl dt {
    background: #016cb5;
    color: #fff;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content > dl dd {
    width: 60%;
    background: #f7f7f7;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .detail {
    background: #f6fafc;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
  }
  main.sub .single .detail p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main.sub #error {
    padding: 40px 20px;
  }
  main.sub #error .arrow_btn {
    margin: 40px auto 0;
  }
  footer {
    position: relative;
  }
  footer #cta {
    padding: 40px 20px;
  }
  footer #cta ul li {
    position: relative;
    color: #fff;
  }
  footer #cta ul li:first-child {
    margin-bottom: 20px;
  }
  footer #cta ul li:first-child .cont {
    background: #54c2ec;
  }
  footer #cta ul li:first-child .arrow_btn a:after {
    border-top: 2px solid #54c2ec;
    border-right: 2px solid #54c2ec;
  }
  footer #cta ul li:last-child .cont {
    background: #016cb5;
  }
  footer #cta ul li > a {
    display: block;
  }
  footer #cta ul li img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  footer #cta ul li .cont {
    padding: 10px 20px 60px;
    border-radius: 0 0 20px 20px;
  }
  footer #cta ul li h2 {
    font-size: 1.4rem;
    font-weight: 500;
  }
  footer #cta ul .arrow_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  footer .f_blc {
    padding: 40px 20px 20px;
  }
  footer .f_blc .f_left {
    margin-bottom: 40px;
  }
  footer .f_blc .f_left .f_logo {
    max-width: 206px;
  }
  footer .f_blc .f_left p {
    font-size: 0.8rem;
    margin: 20px 0;
  }
  footer .f_blc .f_left p span {
    display: block;
    font-size: 1rem;
  }
  footer .f_blc .f_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .f_blc .f_top > li {
    width: 46%;
    margin-bottom: 20px;
  }
  footer .f_blc .f_top h3 {
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_top .menu > li > a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_top .menu > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
  }
  footer .f_blc .f_top .sub_menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .f_blc .f_top .sub_menu a {
    position: relative;
    display: block;
    font-size: 0.8rem;
  }
  footer .f_blc .f_top .sub_menu a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  footer .f_blc .f_btm h3 a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #016cb5;
  }
  footer .f_blc .f_btm h3 a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  footer .f_blc .f_btm > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .f_blc .f_btm > ul > li {
    width: 46%;
    margin-bottom: 20px;
  }
  footer .f_blc .f_btm > ul > li > a {
    position: relative;
    display: block;
    font-size: 0.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  footer .f_blc .f_btm > ul > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #016cb5;
    border-right: 2px solid #016cb5;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
  }
  footer .f_blc .f_btm > ul .sub_menu a {
    display: block;
    font-size: 0.65rem;
  }
  footer small {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    background: #016cb5;
    padding: 10px;
  }
  footer .bg_curve {
    width: 100%;
    max-height: 1280px;
    height: 66%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  footer .bg_curve svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #016cb5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
  }
  footer .pagetop:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */