@charset "utf-8";

.lower-cover-bg-pc {
	display: block;
}

.lower-cover-bg-sp {
	display: none;
}

/*===========================================================
ACCESS01
===========================================================*/

.access01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 0 0 1.5rem;
}

.access01-frame {
    max-width: 171.6rem;
    width: 90.8%;
    margin: 0 0 0 auto;
    position: relative;
}

.access01-illust-box {
    max-width: 17.8rem;
    width: 10.4%;
    position: absolute;
    top: 5rem;
    left: 0;
    margin: auto;
}

.access01-container {
    max-width: 152.5rem;
    width: 88.9%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.access01-text-container {
    max-width: 46rem;
    width: 30.2%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
}

.access01-img-box {
    max-width: 96rem;
    width: 63%;
}

.access01-title-box {
    max-width: 22rem;
    width: 85%;
}

.access01-text-box {
    max-width: 16rem;
    width: 43.4%;
}

.access01-title01 {
    line-height: 1.8em;
    letter-spacing: 0.2em;
}

.access01-text01 {
    letter-spacing: 0.2em;
}

/*===========================================================
ACCESS02
===========================================================*/

.access02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 9rem 1.5rem 0;
}

.access02-frame {
    max-width: 149rem;
    width: 79.5%;
    margin: 0 auto;
    position: relative;
}

.access02-illust-box {
    max-width: 57rem;
    width: 38.2%;
    position: absolute;
    right: 0;
    bottom: -70%;
    z-index: -1;
}

.access02-container {
    max-width: 134rem;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.access02-img-box {
    max-width: 69rem;
    width: 80%;
}

.access02-text-container {
    max-width: 61rem;
    width: 100%;
}

.access02-title-box {
    text-align: center;
}

.access02-text-box {
    margin: 4rem 0 0;
    width: 100%;
    text-align: center;
}

/*===========================================================
ACCESS03
===========================================================*/

.access03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 11rem 1.5rem 0;
    position: relative;
}

.access03-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.access03-main-title-box {
    max-width: 28.8rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.access03-title-img-box {
    margin: 1.2rem auto 0;
    max-width: 28.8rem;
    width: 100%;
}

.access03-area {
    margin: 7.7rem 0 0;
    width: 100%;
}

.access03-block {
    margin: 10rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.access03-block:first-child {
    margin: 0;
}

.access03-block:nth-of-type(even) {
    flex-direction: row-reverse;
}

.access03-img-box {
    max-width: 50rem;
    width: 100%;
}

.access03-text-container {
    max-width: 61rem;
    width: 100%;
}

.access03-text-box {
    margin: 4rem 0 0;
}

.access03-title01.point01 br {
    display: none;
}

.access03-private-container {
    margin: 15rem auto 0;
    padding: 6rem 1.5rem;
    max-width: 70rem;
    width: 100%;
    position: relative;
}

.access03-private-illust-box {
    max-width: 21.2rem;
    width: 31%;
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    margin: 0;
}

.access03-private-area {
    max-width: 53.6rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.access03-private-text01 strong {
    font-size: 1.8rem;
    font-weight: 700;
}

.access03-private-text01 br {
    display: none;
}

.access03-illust-box {
    max-width: 57rem;
    width: 40%;
    position: absolute;
    bottom: 8rem;
    left: 8rem;
    margin: auto;
    z-index: -1;
}

.access03-text01 strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

/*===========================================================
ACCESS04
===========================================================*/

.access04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 20rem 1.5rem 0;
}

.access04-title-box {
    text-align: center;
}

.access04-container {
    max-width: 122rem;
    width: 100%;
    margin: 12rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem 4rem;
}

.access04-img-box {
    max-width: 61rem;
    width: 100%;
}

.access04-address-container {
    max-width: 52rem;
    width: 100%;
}

.access04-logo {
    max-width: 20.4rem;
    width: 100%;
    margin: 0 auto;
}

.access04-area {
    margin: 4.5rem 0 0;
}

.access04-row {
    padding: 3rem 0 1rem;
    display: flex;
    align-items: flex-start;
    border-bottom: 0.1rem solid var(--bg-primary);
}

.access04-row:first-child {
    padding: 0 0 1rem;
}

.access04-th {
    padding: 0 1rem 0 0;
    max-width: 10rem;
    width: 100%;
}

/*===========================================================
ACCESS05
===========================================================*/

.access05 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 15rem 1.5rem 0;
}

.access05-title-box {
    width: 100%;
    text-align: center;
}

.access05-container {
    margin: 4.5rem auto 0;
    max-width: 122rem;
    width: 100%;
}

.access05-block {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.5rem 8.5rem;
}

.access05-item {
    width: 100%;
    position: relative;
}

.access05-item::before {
    content: "";
    display: block;
    width: 1rem;
    height: 2rem;
    background-image: url(../../../../uploads/icon_arrow_right.svg) !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4.5rem;
    margin: auto;
}

.access05-item:nth-child(3n)::before {
    display: none;
}

.access05-img-area {
    padding: 2.5rem 0 0;
    position: relative;
}

.access05-number {
    max-width: 5rem;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.access05-img-box {
    width: 100%;
    aspect-ratio: 350 / 250;
}

.access05-text-box {
    margin: 2rem 0 0;
}

/*===========================================================
ACCESS06
===========================================================*/

.access06 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 16rem 1.5rem 13rem;
}

.access06-container {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
}

.access06-title-box {
    width: 100%;
    text-align: center;
}

/* .contact-area {
    margin: 7rem 0 0;
} */

.contact-area form {
    padding: 7rem 0 0;
}

/*フォーム*/

.smf-focus-point {
    top: -180px !important;
}

.contact-area .smf-button-control {
    margin: 4rem auto 0;
    display: block;
    max-width: 33rem;
    width: 100%;
    padding: 0 0 0.5rem 0.5rem;
    transition: all .3s;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}

.contact-area .smf-action .smf-button-control+.smf-button-control {
    margin-left: auto !important;
}

.contact-area .smf-button-control:hover {
	filter: brightness(1.4)
}

.contact-area .smf-button-control::before {
	content: "";
	display: block;
	border-radius: 10px;
	width: 0.3rem;
	height: 80%;
	background: var(--black);
	position: absolute;
	left: -0.1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact-area .smf-button-control::after {
	content: "";
	display: block;
	border-radius: 10px;
	width: 95%;
	height: 0.3rem;
	background: var(--black);
	position: absolute;
	bottom: -0.1rem;
	right: 1rem;
	margin: auto;
}

.contact-area .smf-button-control__control {
    padding: 1.4rem 1.5rem 1.8rem !important;
    max-width: 32rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--white) !important;
    text-align: center;
    background-image: url(../../../../uploads/btn_bg01.jpg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.contact-area .smf-button-control__control::before {
    content: "";
	max-width: 4.7rem;
	width: 100%;
	display: flex;
    align-items: center;
	position: absolute;
    background-image: url(../../../../uploads/btn01_decoration01.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
	right: 0;
	top: 30%;
	bottom: 0;
	margin: auto;
}

.contact-area .smf-item__controls {
    text-align: left;
}

.contact-area .smf-item__label {
    text-align: left;
}

.contact-area .smf-form--simple-table .smf-item {
    padding: 2rem 0 !important;
    border-bottom: 0.1rem solid var(--bg-primary);
}

.required-text {
    margin: 0 0 0 2rem !important;
    padding: 0.3rem 0.5rem 0.4rem !important;
    background: #C74C4C !important;
}

input {
    width: 100%;
}

.smf-form .smf-text-control__control, .smf-textarea-control__control {
    border: 0 !important;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .16) !important;
    border-radius: 0 !important;
}

input::placeholder {
    color: #C6DCE1
}

.privacyCheck {
    margin: 4rem auto 0;
    text-align: center;
}

#privacy:hover {
    text-decoration: none;
}

#privacy {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    text-decoration: underline;
    font-size: 1.8rem;
    line-height: 1.45;
}

.privacy-text {
    margin: 0 0 2rem 0;
}

.smf-form .smf-checkbox-control {
    align-items: center;
}

.hide-area {
    display: none;
}

.privacy-title01 {
    text-align: center;
    font-size: 2rem;
}

.privacy-title {
    display: flex !important;
    margin: 4rem 0 0 !important;
    border-left: 1rem solid var(--primary) !important;
}

.privacy-title p {
    font-size: 2.2rem;
    line-height: 1.5em;
    padding: 0 0 0 2rem;
}

.privacy-box p:last-of-type {
    flex: 1;
}

.privacy-flex {
    display: flex;
}

.privacy-flex p {
    display: inline;
}

.inBtm a {
    text-decoration: underline;
}

.inBtm a:hover {
    text-decoration: none;
}

.smf-system-error-content {
    text-align: center;
    color: red;
}

.smf-complete-content {
    text-align: center;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


/*===========================================================

===========================================================*/



}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {


/*===========================================================
ACCESS01
===========================================================*/

.access01-illust-box {
	top: 0;
    left: -4rem;
}


}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {

/*===========================================================
ACCESS02
===========================================================*/

.access02-frame {
    width: 100%;
}

.access02-title01 {
    font-size: 3.9rem;
}

/*===========================================================
ACCESS03
===========================================================*/

.access03-title01.point01 br {
    display: block;
}

.access03-title01 {
    font-size: 3.6rem;
}

.access03-illust-box {
    bottom: 20rem;
    left: 4rem;
}

.access03-private-container {
    margin: 8rem auto 0;
}

.access03-private-container {
    padding: 4rem 1.5rem;
}

.access01-illust-box {
	top: -4rem;
    left: 0;
}

/*===========================================================
ACCESS04
===========================================================*/

.access04-container {
    margin: 8rem 0 0;
}

/*===========================================================
ACCESS06
===========================================================*/

.access06 {
    padding: 10rem 1.5rem;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {

.lower-cover-bg-pc {
	display: none;
}

.lower-cover-bg-sp {
	display: block;
}

/*===========================================================
ACCESS01
===========================================================*/

.access01 {
    padding: 8rem 0 0 1.5rem;
}

.access01-container {
    flex-direction: column;
}

.access01-frame {
    width: 100%;
}

.access01-container {
    width: 100%;
}

.access01-text-container {
    width: 100%;
}

.access01-img-box {
    width: 100%;
}

.access01-title-box {
    max-width: none;
    width: auto;
}

.access01-text-box {
    max-width: none;
    width: auto;
}

/*===========================================================
ACCESS02
===========================================================*/

.access02-container {
    flex-direction: column-reverse;
}

/*===========================================================
ACCESS03
===========================================================*/

.access03-area {
    margin: 6rem 0 0;
}

.access03-block {
    margin: 6rem 0 0;
    flex-direction: column;
    gap: 3rem;
}

.access03-block:nth-of-type(even) {
    flex-direction: column;
}

.access03-img-box {
    max-width: 61rem;
}

.access03-text-box {
    margin: 2rem 0 0;
}

/*===========================================================
ACCESS04
===========================================================*/

.access04 {
    padding: 14rem 1.5rem 0;
}

.access04-container {
    margin: 8rem 0 0;
    flex-direction: column;
    justify-content: center;
}

.access04-address-container {
    max-width: 61rem;
}

.access04-area {
    margin: 3rem 0 0;
}

/*===========================================================
ACCESS05
===========================================================*/

.access05 {
    padding: 10rem 1.5rem 0;
}

.access05-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5rem 8.5rem;
}

.access05-item:nth-child(3n)::before {
    display: block;
}

.access05-item:nth-child(2n)::before {
    display: none;
}

/*===========================================================
ACCESS06
===========================================================*/

.access06 {
    padding: 8rem 1.5rem;
}

/* .contact-area {
    margin: 4rem 0 0;
} */

.contact-area form {
    padding: 4rem 0 0;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {

.access01-text-container {
    align-items: center;
    justify-content: center;
    -ms-writing-mode: unset;
    writing-mode: unset;
}

.access01-text-box {
    margin: 2rem 0 0;
}

.access01-title-box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* .access01-text-container {
    align-items: flex-start;
} */

/* .access01-text-box {
    margin: 4rem 0 0;
} */

.access01-illust-box {
    max-width: 10.4rem;
    width: 100%;
    top: -5rem;
    right: 2%;
    left: auto;
}

.access01-text01 br {
    display: none;
}

/*===========================================================
ACCESS02
===========================================================*/

.access02-title01 {
    font-size: 2.7rem;
}

/*===========================================================
ACCESS02
===========================================================*/

.access02-img-box {
	width: 100%;
}

.access02-text01 br {
	display: none;
}

/*===========================================================
ACCESS03
===========================================================*/

.access03 {
    padding: 8rem 1.5rem 0;
}

.access03-title-img-box {
    width: 80%;
}

.access03-title01 {
    font-size: 2.7rem;
}

.access03-private-text01 br {
    display: block;
}

/*===========================================================
ACCESS04
===========================================================*/

.access04 {
    padding: 10rem 1.5rem 0;
}

.access04-container {
    margin: 6rem 0 0;
}

/*===========================================================
ACCESS05
===========================================================*/

    .smf-focus-point {
        top: -90px !important;
    }

.access05-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5rem 8.5rem;
}

.access05-item::before {
    top: auto;
    bottom: -4rem;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
}

.access05-item:nth-child(2n)::before {
    display: block;
}

.access05-item:last-child::before {
    display: none;
}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */