@charset "UTF-8";

/* ===========
common
========== */
:root {
    --c-black: #333333;
    --c-white: #FCFCFC;
    --contentWidth: 90%;
    --contentPadding: 5%;
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        "BIZ UDPGothic",
        Arial,
        Helvetica,
        sans-serif;
    font-style: normal;
    color: var(--c-black);
    background-color: var(--c-white);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.section__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    align-items: center;
}

.section__title img {
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    vertical-align: text-top;
}

.title__txt {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.92px;
    padding-left: 10px;
}

.txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.6px;
}

/* coomon pc */
@media screen and (min-width:769px) {
    :root {
        --contentWidth: 62.5%;
        --contentPadding: 18.7%;
    }

    .section__title {
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }

    .section__title img {
        width: 16px;
        height: 16px;
    }

    .title__txt {
        font-size: 3.2rem;
        letter-spacing: 2.56px;
        padding-left: 10px;
    }
}

/* pc 769px */

/* ===========
header
=========== */

#header,
.nav__header {
    width: 93.3%;
    height: 40px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background-color: rgba(252, 252, 252, 0.20);
    position: fixed;
    top: 10px;
    left: 3.35%;
    z-index: 1;
}

.nav__header {
    border: 1px solid rgba(51, 51, 51, 0.50);
}

.header__topic img,
.nav__topic img {
    width: 103px;
    height: 19.96px;
    aspect-ratio: 103.00/19.96;
}

/* nav初期表示 */
.nav {
    background-image: url(../images/sp-menubg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-5%);
    transition: transform 0.5s;
    opacity: 0;
    pointer-events: none;
}

.nav__list {
    margin: 190px auto 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    position: absolute;
    left: 3.35%;
}

.nav__item a {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
}

.nav__item img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    margin-right: 10px;
}

.nav__item:hover img {
    transition: transform 1.5s;
    transform: rotate(360deg);
}

/* nav.active表示 */
.nav.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.nav__item.active {
    animation-name: fade;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

.header__btn {
    display: block;
    width: 20px;
    height: 13.175px;
    flex-shrink: 0;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* header pc */
@media screen and (min-width: 1160px) {
    #header {
        width: 98.9%;
        height: auto;
        padding: 15px 2.6%;
        position: fixed;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .nav__header {
        width: auto;
        height: auto;
        padding: 0;
        display: none;
        position: static;
        z-index: 0;
        border: none;
    }

    .header__topic img {
        width: auto;
        height: auto;
        max-width: 150px;
        flex-shrink: 0;
        aspect-ratio: 31/6;
    }

    .nav__topic img {
        display: none;
    }

    .nav {
        background-image: none;
        width: auto;
        height: auto;
        position: static;
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav__list {
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: static;
    }

    .nav__item a {
        font-size: 1.6rem;
        letter-spacing: 1.28px;
    }

    .nav__item img {
        width: 16px;
        height: 16px;
        aspect-ratio: 1/1;
        margin-right: 5px;
    }

    .header__btn {
        display: none;
    }

}

/* pc 1160px */

/* ===========
article header
=========== */
.article__header {
    position: relative;
}

.main__pc,
.main__pctxt {
    display: none;
}

.main__sptxt1 img {
    width: 61.6%;
    aspect-ratio: 21/2;
    position: absolute;
    left: 3.4%;
    top: 31.1%;
}

.main__sptxt1::before {
    content: '';
    width: 71.3%;
    background-image: url(../images/mv-sp-txtbg1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 269/59;
    position: absolute;
    top: 29%;
    opacity: 30%;
}

.main__sptxt2 img {
    width: 56.5%;
    aspect-ratio: 53/11;
    position: absolute;
    right: 3.4%;
    top: 81.6%;
}

.main__sptxt2::before {
    content: '';
    width: 65.3%;
    aspect-ratio: 245/53;
    background-image: url(../images/mv-sp-txtbg2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 79%;
    opacity: 30%;
}

.main__sptxt2::after {
    content: '';
    width: 47.7%;
    aspect-ratio: 179/42;
    background-image: url(../images/mv-sp-txtbg3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 18%;
    top: 84%;
    opacity: 30%;
}

/* article header pc */
@media screen and (min-width:769px) {

    .main__pc {
        display: block;
    }

    .main__pctxt {
        display: block;
        width: 52.9%;
        aspect-ratio: 1017/142;
        position: absolute;
        right: 4.4%;
        top: 72.9%;
    }

    .main__sp,
    .main__sptxt1 img,
    .main__sptxt1::before,
    .main__sptxt2 img,
    .main__sptxt2::before,
    .main__sptxt2::after {
        display: none;
    }
}

/* pc 769px */

/* ===========
section-about
=========== */
.section--about {
    display: flex;
    padding: 100px var(--contentPadding);
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background-image: url(../images/about-bg.jpeg);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about__item {
    display: flex;
    padding: 50px 8.9%;
    height: 270px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    border-radius: 30px;
    background: #FCFCFC;
    box-shadow: 0px 1px 1px 0px rgba(36, 34, 34, 0.30);
}

.about__title {
    color: #0064CD;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.title__1 {
    color: rgba(0, 100, 205, 0.80);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.92px;
}

.title__2 {
    color: rgba(0, 100, 205, 0.80);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.6px;
}

.about__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.28px;
}

/* section-about pc */
@media screen and (min-width:1480px) {

    .section--wrap {
        background-image: url(../images/about-bg.jpeg);
        background-color: rgba(255, 255, 255, 0.7);
        background-blend-mode: lighten;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

    }

    .section--about {
        display: flex;
        padding: 100px var(--contentPadding);
        align-items: baseline;
        background-image: none;
        background-color: transparent;
        gap: 100px;
    }

    .about__list {
        flex-direction: row;
        margin: 0 auto;
        gap: 0px;

    }

    .about__item {
        display: flex;
        padding: 80px 4.1%;
        min-height: 350px;
        gap: 50px;
        width: calc(100% / 3);
        justify-content: flex-start;
    }

    .about__title {
        font-size: 1.2rem;
    }

    .title__1 {
        font-size: 2.4rem;
        letter-spacing: 2.56px;
    }

    .title__2 {
        font-size: 2rem;
        letter-spacing: 1.92px;
    }
}

/* pc 769px */

/* ===========
section-profile
=========== */
.section--profile {
    background-color: var(--c-white);
    display: flex;
    padding: 50px var(--contentPadding);
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section--profile::before {
    content: '';
    width: 100vw;
    height: 50px;
    position: absolute;
    top: -50px;
    border-radius: 100px 100px 0px 0px;
    background: #FCFCFC;
}

.section--profile::after {
    content: '';
    width: 100vw;
    height: 50px;
    position: absolute;
    bottom: -50px;
    border-radius: 0px 0px 100px 100px;
    background: #FCFCFC;
}


.profile__item {
    padding: 50px 0px;
    position: relative;
    font-size: 0;
    border-bottom: 2px dashed rgba(146, 141, 141, 0.30);
}

.profile__item--last {
    padding: 50px 0 0;
    border-bottom: none;
}

.profile__item::before {
    content: '';
    display: block;
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 163px;
    left: -4px;
}

.profile__item::after {
    content: '';
    display: block;
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 163px;
    right: -4px;
}

.profile__item--4::before {
    content: '';
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 167px;
    left: -4px;
}

.profile__item--4::after {
    content: '';
    background-image: url(../images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 167px;
    right: -4px;
}

.profile__item--last::before {
    content: '';
    background-image: none;
}

.profile__item--last::after {
    content: '';
    background-image: none;
}

.profile__category {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.28px;
    border-left: 2px solid rgba(255, 0, 0, 0.70);
    padding-left: 10px;
    width: 71%;
    margin: 0 auto;
}

.profile__txtgroup {
    padding-top: 20px;
    width: 71%;
    margin: 0 auto;
}


.profile__txt {
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.28px;
}

.profile__txtb {
    padding-top: 0px;
}

.profile__txt svg {
    vertical-align: middle;
    margin-left: 2px;
}

.profile__txtsub,
.profile__txt span {
    color: rgba(51, 51, 51, 0.50);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}

.profile__txt--l {
    line-height: 1.5;
}

.profile__newlink {
    display: block;
    color: transparent;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.70) 50%, #333333 50%) 100%;
    background-clip: text;
    background-size: 200% 100%;
    transition: background-position 0.3s;
}

.profile__newlink:hover {
    background-position: 0 100%;
}


/* section-profile pc */
@media screen and (min-width:1300px) {
    .section--profile {
        background-color: transparent;
        display: flex;
        padding: 100px var(--contentPadding);
        gap: 100px;
        align-items: baseline;
    }

    .section--profile::before,
    .section--profile::after {
        background: transparent;
        width: auto;
        height: auto;
    }

    .profile__wrap {
        display: flex;
        width: 100%;
        position: relative;
    }

    .profile__wrap::before {
        content: '';
        background-image: url(../images/plus.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        top: -12px;
        right: -12px;
        z-index: 1;
    }

    .profile__wrap::after {
        content: '';
        background-image: url(../images/plus.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 350px;
        right: -12px;
        z-index: 1;
    }

    .profile__list {
        width: calc(100% / 3);
        position: relative;
    }

    .profile__item:first-of-type::before {
        content: '';
        background-image: url(../images/plus.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 167px;
        left: -12px;
        z-index: 1;
    }

    .profile__item:first-of-type::after {
        content: '';
        background-image: url(../images/plus.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        position: absolute;
        top: -12px;
        left: -12px;
        z-index: 1;
    }

    .profile__item::before {
        top: 168px;
        left: -12px;
    }

    .profile__item::after {
        top: 168px;
        right: -12px;
        z-index: 1;
    }

    .profile__item {
        border-bottom: transparent;
        background: rgba(255, 255, 255, 0.76);
        height: 180px;
    }

    .profile__item--1 {
        border-right: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
    }

    .profile__item:nth-of-type(2) {
        border-right: 1px solid #EAEAEA;
    }

    .profile__item--last {
        height: 363px;
        padding: 50px 0;
    }

    .profile__item--4::before {
        content: '';
        background-image: none;
    }

    .profile__item--last {
        justify-content: center;
    }
}

/* pc 769px */


/* ===========
section-contact
=========== */
.section--contact {
    display: flex;
    padding: 100px var(--contentPadding);
    flex-direction: column;
    background: rgba(0, 100, 205, 0.80);
    align-items: center;
    gap: 30px;
}

.section__title--contact,
.title__txt--contact,
.contact__category,
.contact__txt {
    color: var(--c-white);
}

.map {
    width: auto;
    height: 250px;
    aspect-ratio: 166/125;
    border-radius: 10px;
}

.contact__list {
    padding-top: 30px;
}

.contact__item {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #FFCD00;
    border-bottom: 1px solid #FFCD00;
}

.contact__itemwrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFCD00;
}

.contact__item--tel,
.contact__item--fax {
    width: 50%;
    border-top: none;
    border-bottom: none;
}

.contact__item--fax {
    border-left: 1px dashed #FFCD00;
}

.contact__category {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.96px;
}

.contact__txt {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.96px;
}

.contact__form {
    margin-top: 30px;
    display: flex;
    background: #FCFCFC;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #0064CD;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.12px;
    cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 0;
}

.contact__form::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFCD00;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
.contact__form:hover::before {
	transform: translateX(0);
}

.contact__form:hover svg{
    transform: translate(100px, -50px) rotate(45deg); 
    transition: ease-in-out 1s;
}


/* section-contact pc */
@media screen and (min-width:1300px) {
    .section--contact {
        display: flex;
        padding: 100px var(--contentPadding);
        flex-direction: column;
        align-items: baseline;
        gap: 100px;
    }

    .contact__wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .map {
        width: 44.9%;
        height: 288px;
        /* aspect-ratio: 539/288; */
    }

    .contact__list {
        padding-top: 0px;
        width: 50%;
    }

    .contact__txt {
        font-size: 1.4rem;
        letter-spacing: 1.12px;
    }

    .contact__form {
        max-width: 400px;
        margin: 30px auto 0;
    }
}

/* pc 769px */

/* ===========
footer
=========== */
.footer {
    background-color: var(--c-white);
}

.footer__group {
    display: flex;
    padding: 100px 13.3%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer__topic img {
    width: 186px;
    height: 36px;
    aspect-ratio: 31/6;
}

.menu__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.menu__item {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
}

.menu__item {
    padding-bottom: 3px;
    background-image: linear-gradient(#333, #333);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}

.menu__item:hover {
    background-position: bottom left;
    background-size: 100% 1px;
}


.copy {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

/* footer pc */
@media screen and (min-width:769px) {

    .footer__topic img {
        width: 232px;
        height: 45px;
        aspect-ratio: 232/45;
    }

    .menu__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }

    .menu__item {
        font-size: 1.6rem;
        letter-spacing: 1.28px;
    }

    .copy {
        font-size: 1.1rem;
    }
}