@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

html {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-all;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #F9F8F5;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
}

p {
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
    word-wrap: break-word;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

button {
    border: none;
    cursor: pointer;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.c-top-bg {
    position: relative;
    background-image: url(../img/home/img-bg.jpg);
}

.c-top-bg .c-top-bg-img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

main {
    display: block;
    margin-top: 78px;
}

@media only screen and (max-width: 1080px) {
    .main-contents {
        margin-top: 56px;
    }
}

section {
    position: inherit;
    z-index: 10;
}

.inner-block {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1024px;
    padding: 0 24px;
    position: relative;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

small{
    font-size: initial;
}

.c-svg {
    display: inline-block;
    fill: currentColor;
    vertical-align: top;
}


.slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 !important;
    z-index: 99;
}

.slide-arrow__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.slide-arrow__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #1764AA;
}

.slide-arrow__wrap:after {
    content: "";
    position: absolute;
    border-color: #fff;
    transform: rotate(45deg);
}

.l-main-visual .next-arrow .slide-arrow__wrap:after {
    transform: rotate(-135deg);
}



/*------------------------------------------------------------------------------
reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
l-header
----------------------------------- */
.l-header {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #fff;
}
@media only screen and (max-width: 1080px) {
    .l-header {
        width: 100%;
        height: 56px;
    }
}

.l-header__inner {
    align-items: center;
    display: flex;
    font-weight: bold;
    gap: 16px;
    justify-content: space-between;
    border-radius: 8px;
}
@media only screen and (max-width: 1080px) {
    .l-header__inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 5px 0;
    }
}
@media only screen and (max-width: 1080px) {
    .l-header__logo__wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.l-header__logo {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-left: 40px;
}

@media only screen and (max-width: 1080px) {
    .l-header__logo {
        margin-left: 0px;
    }
}

.l-header__logo img {
    width: 213px;
    height: auto;
}

/* --------------------------------
l-wrapper
----------------------------------- */
.l-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

/* --------------------------------
l-footer
----------------------------------- */
.l-footer {
    background-color: #fff;
}

.l-footer__contact {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 32px 0;
}

#top .l-footer__contact {
    display: block;
}

.l-footer__contact__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.l-footer__contact__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.l-footer__contact__col p {
    font-weight: bold;
    font-size: 20px;
}

.l-footer__contact__col .tel {
    font-size: 32px;
    font-weight: bold;
    color: #D02621;
}

/* footer slider */
.l-footer__slider {
    position: relative;
    margin-inline: auto;
    width: 100%;
    background: #244C9F;
    z-index: 99;
    padding: 20px 0;
}

@media only screen and (min-width:1080px) {
	.l-footer__slider .l-footer__slider-item {
		height:80px;
	}
}
@media only screen and (max-width:1080px) {
    .l-footer__slider {
        padding: 20px;
    }
}

.l-footer__slider .l-footer__slider-item {
    font-size: 20px;
    background: #ffffff;
    margin: 0 5px;
    padding-right: 17px;
    padding-left: 17px;
	min-width:17em;
}

@media only screen and (max-width:768px) {
    .l-footer__slider .l-footer__slider-item {
        font-size: 16px;
        padding-right: 4px;
        padding-left: 8px;
    }
}

.l-footer__slider .l-footer__slider-item.center {
    text-align: center;
    padding-top: 21px;
    padding-bottom: 21px;
}

.l-footer__slider .l-footer__slider-item.left {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.l-footer__slider .slide-arrow {
    width: 40px;
    height: 40px;
}

.l-footer__slider .slide-arrow.prev-arrow {
    left: 40px;    
}

.l-footer__slider .slide-arrow.next-arrow {
    right: 40px;
}

@media only screen and (max-width:768px) {
    .l-footer__slider .slide-arrow.prev-arrow {
        left: 10px;    
    }
    
    .l-footer__slider .slide-arrow.next-arrow {
        right: 10px;
    }
}

.l-footer__slider .slide-arrow__wrap:before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #1764AA;
}


.l-footer__slider .slide-arrow__wrap:after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 16px;
    margin: auto 0;
}

.l-footer__slider .prev-arrow .slide-arrow__wrap:after {
    transform: rotate(45deg);
}

.l-footer__slider .next-arrow .slide-arrow__wrap:after {
    left: 14px;
    transform: rotate(-135deg);
}

/* footer */
.l-footer__copyRight {
    background-color: #1764AA;
    color: #fff;
    font-size: 12px;
    padding: 20px 0 30px;
    text-align: center;
}

/* --------------------------------
c-button
----------------------------------- */
.c-button{
    text-align: center;
}

.c-button__member-only {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 320px;
    background: linear-gradient(90deg, #3D79C9 0%, #004381 100%);
    border-radius: 24px;
    padding: 7px 0;
}

.c-button__member-only p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 28px;
}

.c-button__member-only p:after {
    content: "";
    background: url(../img/home/img-icon-member.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto 0;
}

@media only screen and (max-width: 1080px) {
    .c-button__member-only p:after {
        display: none;
    }
}

/* --------------------------------
c-title
----------------------------------- */
.c-title {
    background: #fff;
    color: linear-gradient(107deg, #6fd19a 0%, #2bacc9 100%) 0 0 no-repeat padding-box;
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    padding: 12px 40px;
}
.c-title.-gradient {
    background: transparent linear-gradient(107deg, #6fd19a 0%, #2bacc9 100%) 0 0 no-repeat padding-box;
    color: #fff;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
    font-weight: bold;
    right: 30px;
    z-index: 10;
}
.c-pagetop a {
    bottom: 40px;
    color: #fff;
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    text-shadow: 0 0 15px #15509e;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.c-pagetop a::before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #15509e;
    box-shadow: 0 0 5px #15509e;
    content: "";
    display: inline-block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: -90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
}
/* --------------------------------
c-nav
----------------------------------- */
.c-nav {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: stretch;
    transition: .3s;
}

@media only screen and (max-width: 1080px) {
    .c-nav {
        position: absolute;
        top: 56px;
        right: -100%;
        width: 100%;
    }

    .c-nav.active {
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .c-nav {
        font-size: 14px;
    }
}

.c-nav-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    margin: 18px;
}

.c-nav-icon__wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.c-nav-icon__wrap span {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
}

.c-nav-icon__wrap span:first-child {
    top: 6px;
    left: 0;
    bottom: auto;
}

.c-nav-icon__wrap span:last-child {
    top: auto;
    left: 0;
    bottom: 6px;
}

.c-nav-icon.active .c-nav-icon__wrap span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c-nav-icon.active .c-nav-icon__wrap span:first-child {
    transform: rotate(-45deg);
}

.c-nav-icon.active .c-nav-icon__wrap span:last-child {
    transform: rotate(45deg);
}

.c-nav__list {
    display: flex;
    align-items: stretch;
}
@media only screen and (max-width: 1080px) {
    .c-nav__list {
        flex-direction: column;
        width: 100%;
    }
}

.c-nav__list__item {
    display: flex;
}

@media only screen and (max-width: 1080px) {
    .c-nav__list__item {
        width: 100%;
    }
}

.c-nav__list__item.member-only a::after {
    content:"";
    background:url("../img/home/img-icon-member.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 24px;
    bottom: 0px;
    margin: auto 0;
}

.c-nav__list__item a {
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
    background: #1764AA;
	text-align: center;
	display:flex;
	justify-content:center;
	align-items:center;
}
@media only screen and (min-width: 1081px) {
    .c-nav__list__item a {
        height:80px;
		border-left:#fff 1px solid;
    }
}
@media only screen and (max-width: 1080px) {
    .c-nav__list__item a {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
}

.c-nav__list__item.member-list a {
    background: #244C9F;
}

.c-nav__list__item.member-only a {
    position: relative;
    background: #2A9ED9;
    padding-right: 46px;
}

@media only screen and (max-width: 1080px) {
	
	.c-nav__list__item a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
	}
	
    .c-nav__list__item.member-only a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    }
}

.c-navHum {
    display: grid;
    place-items: center;
    cursor: pointer;
    height: 80px;
    width: 80px;
    z-index: 101;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(122.52deg, #77BD72 22.7%, #244C9F 100%);
}
.c-navHum__borderWrap {
    position: relative;
    width: 28px;
    height: 20px;
}
.c-navHum__list {
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 72px;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
.c-navHum__list a {
    color: #000;
    font-weight: normal;
}
.c-navHum span {
    background: #fff;
    display: block;
    height: 2px;
    width:28px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.c-navHum span:nth-child(1) {
    top: 0;
}
.c-navHum span:nth-child(2) {
    top: 8px;
}
.c-navHum span:nth-child(3) {
    top: 16px;
}
.c-navHum__nav{
    /* display: flex;
    gap: 48px;
    justify-content: flex-end; */
}
.c-navHum__nav__list {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap:24px
}
.c-navHum__nav__category li{
    color:#244C9F;
    position: relative;
    line-height: 32px;
}
.c-navHum__nav__category{
    display: flex;
    gap:32px;
}
.c-navHum__nav__category.-oneItem{
    display: flex;
    gap:32px;
    flex-direction: row;
}
.c-navHum__nav__category.-oneItem .c-navHum__nav__category{
    gap:0;
}
.c-navHum__nav__category.-oneItem .c-navHum__nav__category li::before{
    display: none;
}
.c-navHum__nav__category ul{
    display: flex;
    gap:8px 32px;
    flex-wrap: wrap;
}
.c-navHum__nav__category li::before{
    content: url(../img/common/img-footer-menu-icon.svg);
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
}

.is-open .c-navHum span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.is-open .c-navHum span:nth-child(2) {
    left: 50%;
    width: 0;
}

.is-open .c-navHum span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.is-open .c-navHum__list {
    align-items: center;
    display: flex;
    gap: 16px;
    width: calc(100% - 80px);
    padding: 40px;
    z-index: -1;
}

/* --------------------------------
c-button
----------------------------------- */
.c-contactButton {
    display: none;
}

/* --------------------------------
Utility
----------------------------------- */
.u-mt40{margin-top: 40px;}
.u-mb40{margin-bottom: 40px;}
.u-mt80{margin-top: 80px;}
.u-mb80{margin-bottom: 80px;}