@charset "UTF-8";
/*-----------------------------*/
/*CSS関数*/
/*-----------------------------*/
:root {
    --fontfamily_jp: YakuHanJPs,"noto-sans-cjk-jp", sans-serif;
    --fontfamily_en: YakuHanJPs,"din-2014", sans-serif;
    --main_color: #8FC33B;
    --accent_color: #000;
    --support_color: #000;
    --default_font-color: #333333;
    --smile_color: #76b92e;
    --ecurity_color: #316EB3;
    --grad_blue: linear-gradient(160deg,rgba(153, 205, 96, 1) 0%, rgba(3, 145, 155, 1) 100%);
    --grad_green: linear-gradient(184deg,rgba(185, 240, 165, 1) 0%, rgba(50, 142, 46, 1) 100%);
    --grad_green02: linear-gradient(-20deg,rgba(185, 240, 165, 1) 0%, rgba(50, 142, 46, 1) 100%);
}
/*-----------------------------*/
/*全体*/
/*-----------------------------*/
html {
    height: 100%;
    scroll-padding-top: 70px;
}
body {
    font-family: var(--fontfamily_jp);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    color: var(--default_font-color);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    max-width: 2560px;
    margin: 0px auto;
    counter-reset: number 0;
}
main {
    min-height: 94vh;
}
img {
    width: 100%;
    display: block;
}
ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
a {
    display: block;
    width: fit-content;
    color: rgb(51, 51, 51);
    transition: 0.2s;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    letter-spacing: 0.1em;
}
p {
    line-height: 1em;
}

/*-----------------------------*/
/*幅*/
/*-----------------------------*/
.w-style-full {
    max-width: calc(92%);
    margin: 0px auto;
}
.w-style-default {
    max-width: calc(12% + 1400px);
    margin: 0px auto;
    padding: 0px 6%;
}
.w-style-min {
    max-width: calc(12% + 1100px);
    margin: 0px auto;
    padding: 0px 6%;
}
.w-style-single {
    max-width: calc(12% + 900px);
    margin: 0px auto;
    padding: 0px 6%;
}
/*-----------------------------*/
/*タイトル*/
/*-----------------------------*/
.title_main{
    font-family: var(--fontfamily_en);
    font-size: clamp(50px, 6.25vw, 120px);
    font-weight: 300;
    letter-spacing: 0;
}
.title_main span {
    display: block;
    font-size: clamp(12px, 0.94vw, 18px);
    letter-spacing: .08em;
    margin-top: 8px;
    margin-bottom: 64px;
    font-weight: 500;
    font-family: var(--fontfamily_jp);
    padding-left: clamp(6px, 0.63vw, 12px);
}
/*-----------------------------*/
/*ボタン*/
/*-----------------------------*/
.button_default {
    width: clamp(172px, 10.63vw, 204px);
    height: clamp(42px, 2.76vw, 53px);
    display: flex;
    align-items: center;
    padding-left: clamp(12px, 1.25vw, 24px);
    color: rgb(255, 255, 255);
    position: relative;
    border-radius: 40px;
    font-size: 14px;
}
.button_default span {
    z-index: 1;
}
.button_default::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 40px;
    transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
    .button_default:hover::before {
        opacity: .1;
    }
}
.links__text .button_default span {z-index: 1;}
.button_default .link_arrow {
    width: clamp(32px, 2.19vw, 42px);
    height: clamp(32px, 2.19vw, 42px);
    background: rgb(255 255 255 / 90%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.button_default .link_arrow svg {
    transform: scale(.7);
    transition: 0.2s;
}
.link_arrow .circle_svg {
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
}
.link_arrow .circle_svg circle {
    fill: transparent;
    stroke: #aeaeae;
    stroke-width: 1px;
}
@media (hover: hover) and (pointer: fine) {
    .arrow-link__item a:hover .link_arrow .circle_svg circle {
        animation: circle 1.5s 1;
        stroke: var(--main_color);
    }
}
@keyframes circle {
    0% { stroke-dasharray: 0 377; }
    99.9%,to { stroke-dasharray: 377 377; }
}
.arrow-link__item a .arrow_svg {
    position: absolute;
    top: -4px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    transform: scale(.7);
    transition: .2s;
}
@media (hover: hover) and (pointer: fine) {
    .arrow-link__item a:hover svg.arrow_svg {
        transform: scale(.6);
    }
}

/*================================================================
  ヘッダー
================================================================*/
header {
    padding-bottom: clamp(12px, 1.25vw, 24px);
    padding-top: clamp(12px, 1.25vw, 24px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
header.fixed,header.sub_open,header.hum_open {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 18px;
    transition: top .3s;
}
header.is-hidden,.service__fixed-links.is-hidden {
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header__logo {
    width: clamp(220px, 13.8vw, 300px);
}
.header__nav-list {
    display: flex;
    gap: 2vw;
    font-weight: 500;
}
.rotate {
    position: relative;
    overflow: hidden;
    height: 24px;
}
.rotate .rotate__default {
    display: block;
    color: var(--default_font-color);
    transition: .2s;
    position:relative;
    font-weight: 400;
}
.rotate .rotate__gradation {
    display: block;
    background: var(--grad_blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 30px;
    left: 0;
    transition: .2s;
}
.rotate:hover .rotate__gradation {
    top: 0;
}
.rotate:hover .rotate__default {
    margin-top:-30px;
}
.header__links-list {
    display: flex;
    gap: 8px;
}
.header__links-list-item--smile:hover {
    color: var(--smile_color);
}
.header__links-list-item--security:hover {
    color: var(--ecurity_color);
}
.header__links-list-item--smile {
    border: 1px solid var(--smile_color);
}
.header__links-list-item--security {
    border: 1px solid var(--ecurity_color);;
}
.header__links-list-item--smile::before {
    background: var(--smile_color);
    z-index: 0;
}
.header__links-list-item--security::before {
    background: var(--ecurity_color);
    z-index: 0;
}

.header__links-list-item--smile:hover .link_arrow{
    background: var(--smile_color)!important;
}
.header__links-list-item--security:hover .link_arrow{
    background: var(--ecurity_color)!important;
}


header .button_default .link_arrow svg {
    transform: scale(.5);
}
header .button_default:hover .link_arrow svg {
    fill:#fff;
}
.header__links-list-item--smile svg {
    fill: var(--smile_color);
}
.header__links-list-item--security svg {
    fill: var(--ecurity_color);
}
.header__service-sub {
    display: none;
}
header.sub_open .header__service-sub {
    display: block;
    width: 100%;
}
.header__service-sub__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 64px 0 40px;
}
.header__service-sub__inner span {
    font-size: clamp(30px, 3.13vw, 60px);
    font-family: var(--fontfamily_en);
    font-weight: 300;
    line-height: 1;
    background: var(--grad_blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header__service-sub__inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    width: 70%;
}
.header__service-sub__inner ul li {
    width: calc(100% / 2 - 8px);
    padding: 24px 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.header__service-sub__inner ul li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #333, 0 0 0 #333;
    transition: text-shadow 0.3s;
}
.header__service-sub__inner ul li a:hover {
    text-shadow: 0 0 0 #333, 0 -1.5em 0 #333;
}
.header__service-sub__inner ul li a svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    fill: #8c8c8c;
}
header.sub_open .header__nav-list-service .rotate__gradation {
    top: 0;
}
header.sub_open .header__nav-list-service .rotate__default {
    opacity: 0;
}
.header__nav-list-service {
    display: flex;
}
.header__nav-list-service svg {
    transform: scale(.7);
}
.header__sp {
    display: none;
    max-height: 80vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.header__sp::-webkit-scrollbar{
    display:none;
}
.header__hamburger {
    display: none;
}
@media (max-width: 1420px) {
    .header__links {
        display: none;
    }
    header.fixed, header.sub_open, header.hum_open {
        border-radius: 6px;
    }
}
@media (max-width: 1070px) {
    .header__service-sub__inner {
        display: block;
        padding: 40px 0 24px;
    }
    .header__service-sub__inner ul {
        width: 100%;
        margin-top: 16px;
    }
}
@media (max-width: 991px) {
    .header__hamburger {
        display: block;
        position: relative;
        top: 1px;
    }
    .header__hamburger__button {
        width: 32px;
        height: 14px;
        position: relative;
        cursor: pointer;
    }
    .header__hamburger__button span {
        width: 100%;
        height: 1px;
        background: #555555;
        position: absolute;
        right: 0;
    }
    .header__hamburger__button span:nth-child(1){
        top: 0;
        width: 80%;
    }
    .header__hamburger__button span:nth-child(2){
        top: 0;
        bottom: 0;
        margin: auto;
        width: 90%;
    }
    .header__hamburger__button span:nth-child(3){
        bottom: 0;
    }
    .header__hamburger__button span {
        background: var(--default_font-color);
    }
    /*クリック後*/
    header.hum_open .header__hamburger__button span:nth-child(2) {
        display: none;
    }
    header.hum_open .header__hamburger__button span:nth-child(1) {
        transform: rotate(30deg);
        top: 6px;
        width: 24px;
    }
    header.hum_open .header__hamburger__button span:nth-child(3) {
        transform: rotate(-30deg);
        bottom: 7px;
        width: 24px;
    }
    .header__nav {
        display: none;
    }
    header.sub_open .header__service-sub {
        display: none;
    }
    .header__sp {
        width: 100%;
    }
    .hum_open .header__sp {
        display: block;
    }
    .header__nav-list {
        display: block;
        margin-top: 20px;
    }
    .header__nav-list-service {
        flex-wrap: wrap;
    }
    .header__nav-list-service ul {
        width: 100%;
    }
    .header__nav-list > li {
        border-bottom: 1px solid rgb(229, 229, 229);
        padding: 16px 0;
    }
    .header__nav-list-service > svg {
        position: absolute;
        top: 16px;
        right: 0;
    }
    .header__nav-list a {
        width: 100%;
        font-weight: 400;
    }

    li.header__nav-list-service {
        position: relative;
    }
    li.header__nav-list-service > ul {
        display: none;
        margin-top: 8px;
    }
    li.header__sp__service.hum_sub_open > ul {
        display: block;
    }
    li.header__nav-list-service > ul li a {
        padding: 4px 0;
        display: flex;
        align-items: center;
    }
    .header__sp__other {
        padding: 24px 0;
    }
    a.header__sp__other-s svg {
        width: 12px;
        margin-left: 4px;
        height: auto;
    }
    .header__sp__other a {
        font-size: 14px;
        line-height: 1;
        padding: 4px 0;
    }
}
@media (max-width: 500px) {
    header.fixed, header.sub_open, header.hum_open {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 8px;
    }
    .header__logo {
        width: 200px;
    }
}

/*================================================================
  フッター
================================================================*/
footer {
    background: #222;
    color: #fff;
    padding-top: clamp(70px, 8.02vw, 154px);
    padding-bottom: clamp(80px, 9.90vw, 190px);
}
.footer__contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__contact-text {
    font-size: clamp(15px, 1.25vw, 24px);
    line-height: 1.6;
    opacity: .7;
    margin-top: 12px;
    letter-spacing: .08em;
    font-weight: 300;
}
.footer__contact-right {
    max-width: clamp(400px, 27.08vw, 520px);
    width: 50%;
}
.footer__contact-link {
    background: rgb(255 255 255 / 10%);
    width: 100%;
    height: clamp(100px, 6.41vw, 123px);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: clamp(16px, 1.25vw, 24px);
    position: relative;
    padding-right: 48px;
}
.footer__contact-link .link_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 56px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__contact-link .arrow_svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    transform: scale(.7);
    transition: .2s;
    fill: rgb(255 255 255 / 80%);
}
.footer__contact-link .icon_svg {
    margin-right: 8px;
    width: clamp(14px, 1.25vw, 24px);
    height: clamp(14px, 1.25vw, 24px);
}
.footer__contact-link--tel {
    flex-direction: column;
}
.footer__contact-tel {
    display: block;
    font-size: clamp(20px, 2.08vw, 40px);
    line-height: 1;
    text-align: center;
    font-family: var(--fontfamily_en);
    letter-spacing: 0;
}
.footer__contact-tel-text {
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 12px;
    margin-top: 12px;
    letter-spacing: 0.04em;
}
.footer__links-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 64px 0;
}
.footer__links-item {
    width: 50%;
}
.footer__links-link {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    padding: 32px 0;
    position: relative;
    letter-spacing: .08em;
}
.footer__links-link svg {
    width: 16px;
    margin-left: 4px;
}
.footer__links-item:last-child .footer__links-link::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.footer__navi {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__navi-logo {
    width: 212px;
    margin-bottom: 12px;
}
.footer__navi-address {
    font-size: 14px;
    line-height: 1.6;
    opacity: .7;
    letter-spacing: 0;
}
.footer__navi-list {
    display: flex;
    gap: 40px;
}
.footer__navi-menu li {
    width: 100%;
}
.footer__navi-link, .footer__navi-sublink {
    color: #fff;
}
.footer__navi-link {
    opacity: .8;
}
.footer__navi-submenu {
    margin-top: 16px;
}
.footer__navi-sublink {
    display: block;
    opacity: .6;
    margin-bottom: 8px;
}
.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.footer__copyright-text {
    letter-spacing: 0;
    font-size: 14px;
}
.footer__copyright-link {
    font-size: 14px;
    color: #fff;
    opacity: .6;
}
.footer__links-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-bottom: clamp(48px, 3.33vw, 64px);
    margin-top: clamp(24px, 3.33vw, 64px);
}
.footer__links-item {
    width: 50%;
}
.footer__links-link {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-size: clamp(14px, 1.25vw, 24px);
    padding-bottom: clamp(18px, 1.67vw, 32px);
    padding-top: clamp(18px, 1.67vw, 32px);
    position: relative;
    letter-spacing: .08em;
}
.footer__links-link svg {
    width: clamp(12px, 0.83vw, 16px);
    margin-left: 4px;
}
.footer__links-item:last-child .footer__links-link::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.footer__navi {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__navi-logo {
    width: 212px;
    margin-bottom: 12px;
}
.footer__navi-address {
    font-size: 14px;
    line-height: 1.8;
    opacity: .7;
    letter-spacing: 0;
}
img.footer__privacymark {
    width: 64px;
    margin-top: 24px;
}
.footer__navi-list {
    display: flex;
    gap: 40px;
}
.footer__navi-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 204px;
}
.footer__navi-menu li {
    width: 100%;
}
.footer__navi-link, .footer__navi-sublink {
    color: #fff;
}
.footer__navi-link {
    opacity: .8;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
    transition: text-shadow 0.3s;
}
.footer__navi-link:hover {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
}
.footer__navi-submenu {
    margin-top: 16px;
}
.footer__navi-sublink {
    display: block;
    opacity: .6;
    margin-bottom: 8px;
}
.footer__navi-sublink:hover,.footer__copyright-link:hover {
    opacity: .2;
}
.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(50px, 5.21vw, 100px);
}
.footer__copyright-text {
    letter-spacing: 0;
    font-size: 14px;
}
.footer__copyright-link {
    font-size: 14px;
    color: #fff;
    opacity: .6;
}
@media (hover: hover) and (pointer: fine) {
    .footer__contact-link:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    .footer__contact-link:hover .link_arrow .circle_svg circle{
        animation: circle 1.5s 1;
    }
    .footer__contact-link:hover svg.arrow_svg {
        transform: scale(.5);
    }
    .footer__links-link:hover {
        opacity: .6;
    }
}
@media (max-width: 991px) {
    .footer__contact {
        display: block;
    }
    .footer__contact-right {
        margin-top: 32px;
        display: flex;
        gap: 8px;
        max-width: none;
        width: 100%;
    }
    .footer__navi {
        flex-wrap: wrap;
    }
    .footer__navi-info {
        width: 100%;
        order: 2;
    }
    .footer__navi-list {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .footer__navi-sublink {
        margin-bottom: 4px;
    }
    .footer__contact-link {
        padding-right: 32px;
    }
    .footer__contact-link .link_arrow {
        right: 24px;
        transform: scale(.8);
    }
}
@media (max-width: 768px) {
    .footer__contact-right {
        display: block;
    }
    .footer__contact-link {
        height: 80px;
        padding-right: 0;
    }
    .footer__navi-address {
        font-size: 13px;
    }
    .footer__navi-logo {
        width: 190px;
    }
    .footer__navi-list {
        font-size: 14px;
    }
    .footer__navi-submenu {
        margin-top: 8px;
    }
    .footer__copyright-text,.footer__copyright-link {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .footer__navi-list {
        display: block;
    }
    .footer__navi-sublink {
        margin-bottom: 0;
    }
    .footer__navi-submenu {
        margin-top: 0;
    }
    .footer__contact-link {
        padding-right: 32px;
    }
}