@charset "UTF-8";

#header {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

#pagelink1,
#pagelink2,
#pagelink3 {
    scroll-margin-top: 100px;
}

h1 {
    font-size: 4rem;
    margin-left: 50px;
    letter-spacing: 10%;
    color: black;
}

h2 {
    font-size: 3.6rem;
    letter-spacing: 5%;
    text-align: center;
}

h3 {
    font-size: 2.4rem;
}

.num-b {
    font-size: 5rem;
}

.header-inner {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: white;
    z-index: 999;
}

.header-inner .header-logo {
    margin-left: 50px;
}

#header-nav {
    display: flex;
    margin-right: 50px;
}

#header-nav li {
    font-weight: bold;
    letter-spacing: 7%;
    padding: 10px 20px;
    color: black;
    transition: .3s ease;
}

.footer-right p {
    transition: .3s ease;
}

.products img {
    height: 15px;
}

.sec-contact .contact-left img {
    height: 20px;
    margin-top: 5px;
}

/*ボタン・カラーテキスト*/
.hover-4 {
    transition: .4s ease;
}

#header-nav .button-gray {
    background-color: #e0e0e0;
    border-radius: 40px;
    margin-left: 20px;
}

#header-nav .button-gray:hover {
    background-color: #E65100;
    color: white;
}

.button-black {
    background-color: black;
    border-radius: 10px;
    color: white;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: bold;
    border: 2px solid black;
}

.button-black:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.orange {
    color: #E65100;
}

.index-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-left,
.hero-right {
    width: 50%;
}

.hero-left {
    padding-left: 9%;
}

.hero-right {
    padding: 70px 9% 70px 10%;
}

.hero-right img {
    width: 100%;
    transition: .4s ease;
}

.hero-right img:hover {
    margin-bottom: 15px;
}

.sec-point {
    background-color: #C4EAFF;
    padding: 70px 0;
    font-weight: 300;
}

.point-innner,
.about-innner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.about-innner {
    max-width: 1120px;
}

.sec-point {
    position: relative;
}

.sec-point h2,
.under-yellow {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

.sec-point h2::after,
.under-yellow::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 8px;
    background-color: white;
    z-index: -1;
}

.point-innner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}

.point-top {
    max-width: 290px;
}

.point-bottom {
    max-width: 210px;
}

.sec-point .button-black {
    margin-top: 50px;
}

.point-innner .annotation {
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
    gap: 0;
    justify-content: unset;
    margin-top: 50px;
}

.sec-about {
    width: 100%;
    margin: 0 auto;
    max-width: 1120px;
}

.about-innner,
.staff,
.consultation {
    margin-top: 120px;

}

.under-yellow::after {
    background-color: #00599e;
    bottom: 2px;
}

.aruhi-nagano {
    margin-top: 30px;
    text-align: left;
}

.aruhi-nagano h3 {
    color: black;
    padding: 15px 30px;
    background-color: #C4EAFF;
    position: relative
}

.reservation {
    position: absolute;
    right: 20px;
    font-size: 1.8rem;
    color: white;
    padding: 5px 30px;
    background-color: #E65100;
    border-radius: 30px;
    border: 1px solid #E65100;
}

.chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: white;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 15px;
    margin-top: -4px;
    transition: .4s ease;
}

.chevron-right::before {
    content: '';
    color: #003D79;
    width: 0;
    height: 0;
    border-top: 2px solid #E65100;
    border-right: 2px solid #E65100;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    transition: .4s ease;
}

.aruhi-nagano a:hover .reservation {
    background-color: white;
    color: #E65100;
}

.aruhi-nagano a:hover .chevron-right {
    right: -3px;
    color: #E65100;
}

.aruhi-nagano a:hover .chevron-right::before {
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.nagano-inner,
.operation-inner {
    display: flex;
    text-align: left;
    gap: 30px;
    margin-top: 10px;
}

.nagano-l {
    width: 40%;
    margin: 30px 0 30px 30px;
}

.nagano-image {
    display: flex;
    gap: 40px;
    margin: 0 30px;
}

.nagano-image iframe,
.nagano-image img {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.nagano-image img {
    width: 300px;
}

.nagano-r {
    width: 65%;
    margin: 30px 30px 0 0;
}

.box {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 3px;
    margin-right: 20px;
    width: 157px;
    text-align: center;
    height: 35px;
    display: inline-block;
}

.products {
    display: flex;
    margin-bottom: 20px;
}

.products p {
    width: 65%;
}

.operation-r .products p {
    width: 60%;
}

.operation {
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #00599e;
    border-radius: 5px;
}

.operation h3 {
    text-align: left;
}

.operation-l {
    width: 37%;
}

.staff {
    max-width: 1120px;
    margin: 120px auto 0;
    text-align: center;
}

.staff ul {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.staff ul li {
    width: 17%;
}

.staff ul .charge {
    font-size: 1.5rem;
    margin-top: 15px;
}

.staff ul .name {
    font-size: 2rem;
    font-weight: bold;
}

.consultation {
    margin-top: 100px;
    width: 100%;
    margin: 120px auto 0;
    text-align: center;
}

.consultation-innner {
    margin-top: 20px;
    padding: 60px 0;
    background-color: #f2f2f2;
}

.consultation-innner .h {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 10%;
}

.fukidashi-01-06 {
    margin: 0 auto;
    position: relative;
    width: fit-content;
    padding: 12px 16px;
    border: 2px solid #333333;
    border-radius: 4px;
    background-color: #ffffff;
    min-width: 260px;
    font-weight: bold;
}

.fukidashi-01-06::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    rotate: 135deg;
    translate: -50%;
}

.fukidashi-01-06::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #333333 #333333 transparent transparent;
    rotate: 135deg;
    translate: -50%;

}

.consultation-innner ul {
    display: flex;
    gap: 20px;
    max-width: 1120px;
    margin: 30px auto;
}

.consultation-innner ul li {
    width: 25%;
}

.consultation-innner li img {
    max-width: 220px;
    margin-top: 30px;
    max-height: 150px;
}

.solution {
    background-color: #C4EAFF;
    border-radius: 5px 5px 0px 0px;
    margin-top: 20px;
    padding: 20px 30px;
    font-size: 1.9rem;
    font-weight: bold;
}

.solution-t {
    line-height: 1rem;
    padding: 10px 10px 10px 30px;
    background-color: white;
    border-radius: 30px;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.solution-t::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(./image/solution.png) no-repeat center / cover;
    width: 15px;
    height: 20px;
}

.solution-t p {
    margin-top: 10px;
}

.supplement {
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    padding: 30px;
    font-weight: bold;
    border: 3px solid #C4EAFF;
    min-height: 168px;
    align-items: center;
    display: grid;
}

.loan {
    max-width: 1120px;
    margin: 50px auto 0;
}

.loan-h {
    font-size: 2.4rem;
    font-weight: bold;
}

.loan ul {
    display: flex;
    gap: 40px;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.loan ul li {
    font-weight: 1.8rem;
    font-weight: bold;
    position: relative;
}

.loan li {
    position: relative;
    padding-left: 30px;
}

.loan li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(./image/check_n.png) no-repeat center / cover;
    width: 24px;
    height: 20px;
}

.sec-contact {
    max-width: 1120px;
    margin: 100px auto 0;
    text-align: center;
    font-weight: bold;
}

.contact-inner {
    max-width: 1120px;
    margin: 40px auto 0;
    text-align: left;
    padding: 30px 60px;
    border: 2px solid black;
    display: flex;
    gap: 150px;
}

.contact-h {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.contact-tel,
.contact-mail {
    font-size: 2rem;
}

.sec-contact .button-black {
    margin-top: 0;
}

.sec-contact ul {
    display: flex;
    gap: 40px;
    font-weight: bold;
    margin-top: 40px;
    justify-content: center;
}

.sec-contact ul li {
    background-color: #C4EAFF;
    border-radius: 5px;
    padding: 20px 30px 30px;
    min-width: 245px;
    position: relative;
}

.sec-contact li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -26.5%;
    transform: translateY(-50%);
    background: url(./image/arrow.png) no-repeat center / cover;
    width: 66px;
    height: 60px;
    z-index: 3;
}

.sec-contact li:last-child::before {
    display: none;
}

.sec-contact .num {
    font-size: 4rem;
    margin: 0px auto 20px;
    line-height: 4rem;
}

.tel-b {
    font-size: 3rem;
}

.sec-contact img {
    height: 80px;
    margin-bottom: 10px;
}

.sec-contact .step {
    font-size: 1.3rem;
    margin-top: 20px;
}

footer {
    width: 100%;
    margin-top: 120px;
    background-color: #e6e6e6;
    padding: 50px;
}

.footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.footer-h {
    font-size: 2.4rem;
    letter-spacing: 5%;
    margin-bottom: 10px;
}

.footer-h a {
    color: black;
}

.footer-ad {
    font-weight: 200;
}

.footer-right a {
    color: black;
    text-align: right;
    margin-bottom: 10px;
}

/*プライバシーポリシー*/
.policy {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    font-size: 1.6rem;
}

.policy h2 {
    padding-top: 150px;
}

.h2-under {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.repre {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

.policy ul {
    display: grid;
    gap: 50px;
    margin-top: 60px;
}

.policy li h3 {
    position: relative;
    margin-bottom: 30px;
}

.policy li h3::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #00599e;
    left: 0;
    bottom: -5px;
}

.policy .ad {
    margin-top: 10px;
}

.strong {
    font-weight: bold;
}

.policy a {
    color: #E65100;
}

.procedure h2 {
    margin-bottom: 30px;
}

.procedure-h {
    margin-top: 60px;
    font-size: 2.6rem;
}

.procedure ul {
    margin-top: 20px;
}

/*SPメニュー*/
input[type="checkbox"] {
    display: none;
}

#menu-button {
    display: none;
}

#menu-button span {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    right: 20px;
    background-color: black;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#menu-button span:nth-child(1) {
    top: 26px;
}

#menu-button span:nth-child(2) {
    top: 32px;
}

#menu-button span:nth-child(3) {
    top: 38px;
}

#drawer-menu {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 10;
    background-color: white;
    opacity: 0.95;
    top: 70px;
    height: calc(100vh - 70px);
    transform: translateX(100%);
    transition: .4s ease;
}

#drawer-menu ul {
    display: grid !important;
    gap: 10px;
    height: 250px;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    width: 100%;
}

#drawer-menu li {
    text-align: center;
}

#drawer-menu li a {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: black;
    width: 100%;
}

#menu-toggle:checked~#drawer-menu {
    transform: translateX(0);
}

#menu-toggle:checked~#menu-button span {
    transform: rotate(-40deg);
    top: 32px;
}

#menu-toggle:checked~#menu-button span:nth-child(2) {
    transform: rotate(40deg);
    top: 32px;
}

#menu-toggle:checked~#menu-button span:nth-child(3) {
    opacity: 0;
}

.closed {
    margin-top: 50px;
}

#header-nav a {
    position: relative;
}

#header-nav a::after {
    width: 0;
    opacity: 0;
    content: "";
    position: absolute;
    border: 2px solid #00599e;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    transition: .3s ease;
}

#header-nav a:hover::after {
    width: 50%;
    opacity: 1;
}

#header-nav a:last-child::after {
    display: none;
}

@media only screen and (max-width: 970px) {

    .hero-left,
    .hero-right {
        width: 100%;
    }

    #header {
        position: fixed;
        z-index: 999;
    }

    body {
        overflow: hidden;
    }

    #menu-button {
        display: block;
        width: 70px;
        height: 100%;
    }

    #header-nav {
        display: none;
    }

    .header-inner {
        height: 70px;
    }

    .header-inner .header-logo {
        margin-left: 15px;
    }
    .header-logo a img{
        width: 80%;
    }

    .index-hero {
        display: grid;
        height: calc(100vh - 70px);
        margin-top: 70px;
    }

    .hero-left {
        width: 100%;
        padding: 40px 80px;
    }

    .hero-right {
        padding: 0px 80px 40px;
    }

    .consultation-innner ul {
        display: grid;
        gap: 50px;
        margin: 30px auto;
    }

    .consultation-innner ul li {
        width: 100%;
        padding: 0 30px;
    }

    .sec-contact ul {
        display: grid;
        width: 100%;
        margin: 30px 20px 0;
    }

    .sec-contact li::before {
        top: unset;
        bottom: -62px;
        transform: translateY(0) translateX(-50%) rotate(90deg);
        right: unset;
        left: 50%;
    }
}

@media only screen and (max-width: 768px) {

    .h2-under {
        font-size: 1.8rem;
    }

    .policy h2 {
        padding-top: 100px;
    }

    .repre {
        text-align: left;
    }

    h1 {
        font-size: 2.5rem;
        margin-left: 20px;
        letter-spacing: 10%;
    }

    h2 {
        font-size: 2.6rem;
        letter-spacing: 5%;
        text-align: center;
    }

    h3 {
        font-size: 1.7rem;
    }

    .hero-left {
        width: 100%;
        padding: 0 30px;
    }

    .hero-right {
        padding: 20px 40px;
    }

    #header-nav {
        display: none;
    }

    .header-inner {
        height: 70px;
    }

    .index-hero {
        display: grid;
    }

    .num-b {
        font-size: 3rem;
    }

    .point-bottom {
        width: 290px;
        max-width: 290px;
    }

    .point-bottom img {
        width: 290px;
    }

    .sec-point .button-black {
        margin-top: 30px;
    }

    .point-innner .annotation {
        padding: 0 20px;
        margin-top: 30px;
    }

    .about-innner,
    .staff,
    .consultation {
        margin-top: 80px;
    }

    .aruhi-nagano h3 {
        color: black;
        padding: 20px 30px;
    }

    .num-b {
        font-size: 3rem;
    }

    .point-bottom {
        width: 290px;
        max-width: 290px;
    }

    .point-bottom img {
        width: 290px;
    }

    .sec-point .button-black {
        margin-top: 30px;
    }

    .point-innner .annotation {
        padding: 0 20px;
        margin-top: 30px;
    }

    .about-innner,
    .staff,
    .consultation {
        margin-top: 80px;
    }

    .aruhi-nagano h3 {
        color: black;
        padding: 20px 30px;
    }

    .nagano-inner {
        display: grid;
    }

    .nagano-l,
    .nagano-r {
        width: 100%;
        padding: 10px 15px;
        margin: 0;
    }

    .staff ul {
        display: grid;
        gap: 40px;
        margin: 40px 0;
    }

    .sec-contact ul {
        display: grid;
        width: 100%;
        margin: 30px 20px 0;
    }

    .loan ul {
        display: grid;
        gap: 15px;
        text-align: left;
    }

    .products p {
        width: 100%;
    }

    .consultation-innner .h {
        font-size: 2rem;
    }

    .sec-contact ul li {
        min-width: 300px;
    }

    .products {
        display: grid;
        gap: 10px;
    }

    .operation {
        margin: 30px 20px 0;
    }

    .operation-inner,
    .contact-inner {
        display: grid;
    }

    .operation-l,
    .operation-r {
        width: 100%;
    }

    .aruhi-nagano {
        margin: 30px 20px 0;
    }

    .operation-r .products p {
        width: 100%;
    }

    .contact-inner {
        margin: 40px 20px 0;
        padding: 20px 30px;
        gap: 30px;
    }

    .tel-b {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .contact-mail {
        font-size: 1.8rem;
    }

    .contact-h {
        text-align: left;
    }

    .sec-contact .button-black {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    footer {
        width: 100%;
        margin-top: 100px;
        padding: 40px 20px;
    }

    .footer-inner {
        display: grid;
    }

    .footer-left {
        margin-bottom: 40px;
    }

    .footer-right a {
        text-align: left;
    }

    .sec-contact {
        margin-top: 80px;
    }

    .staff li {
        max-width: 300px;
        margin: 0 auto;
    }

    .sec-contact li::before {
        top: unset;
        bottom: -62px;
        transform: translateY(0) translateX(-50%) rotate(90deg);
        right: unset;
        left: 50%;
    }

    .loan-h {
        width: 100%;
        padding: 0 20px;
    }

    .reservation {
        font-size: 1.6rem;
        top: 16px;
        padding: 5px 15px;
    }

    .loan-h {
        font-size: 2rem;
    }

    .sec-contact ul {
        margin: 30px auto;
    }

    .header-inner {
        position: relative;
    }

    .point-sp {
        width: 100%;
        padding: 0 20px;
    }

    .loan .loan-h-img {
        width: 100%;
        padding: 0 40px 10px;
    }

    .sec-contact li {
        padding: 20px 30px 40px;
    }

    .closed {
        margin-top: 20px;
    }

    .sec-contact .contact-left img {
        height: 15px;
        margin-top: 7px;
    }

    .nagano-image {
        display: grid;
        gap: 10px;
        margin: 0 15px;
    }

    .nagano-image iframe,
    .nagano-image img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .nagano-image iframe {
        height: 200px;
    }

    .staff ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .aruhi-nagano h3 {
        padding: 20px 30px 70px;
    }

    .reservation {
        top: 60px;
        right: unset;
        margin: 0 20px;
        left: 0;
    }
}