@charset "UTF-8";

/************************************
base
************************************/
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #333;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}
.pc {
    display: none;
}

.en {
    font-family: "Overpass", sans-serif;
}

.visually-hidden {
    position: fixed !important;
    /* keep it on viewport */
    top: 0px !important;
    left: 0px !important;
    /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
    width: 4px !important;
    height: 4px !important;
    /* visually hide it with overflow and opacity */
    opacity: 0 !important;
    overflow: hidden !important;
    /* remove any margin or padding */
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /* ensure no other style sets display to none */
    display: block !important;
    visibility: visible !important;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/************************************
header
************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
    margin: 0 auto;
    padding: 15px 3%;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
header.header.page__header02 .spnavButton__border,
header.fixed .spnavButton__border {
    background: #333;
}
header.page__header02 {
    background: #fff;
}
.headerWrap {
    position: relative;
    /* box-shadow: 0px 1px 5px #ddd; */
    z-index: 1;
}
.header__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subnav {
    position: absolute;
    top: 24px;
    right: 90px;
}

header.fixed .subnav {
    top: 15px;
}

.subnav_list {
    display: flex;
    gap: 8px;
}
.subnav_list > li {
}
.subnav_list > li > a {
    color: #fff;
    display: flex;
    min-height: 44px;
    width: 180px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transition: background 0.3s;
}
header.fixed .subnav_list > li > a,
header.page__header02 .subnav_list > li > a {
    color: #333;
}
.subnav_list > li > a:hover {
    background: oklab(1 0 0 / 0.2);
}
header.fixed .subnav_list > li > a:hover,
header.page__header02 .subnav_list > li > a:hover {
    background: #ea68762b;
}
.logo {
    max-width: 250px;
    width: 70%;
    position: relative;
    z-index: 9999;
}
.logo a {
    display: flex;
    align-items: center;
}
.fix_logo {
    display: none;
}
.nav {
    display: none;
    position: absolute;
    top: 58px;
    width: 100%;
    text-align: center;
    padding: 50px 5%;
    z-index: 9999;
}
.globalnav__list {
}
.globalnav__item {
    margin: 0 0 0 3%;
}
.globalnav__item:first-child {
    margin: 0;
}
.globalnav__link {
    display: block;
    padding: 20px 5%;
    color: #fff;
    font-weight: bold;
}
.globalnav__contact .globalnav__link {
}
header.fixed .globalnav__contact .globalnav__link {
}
header.fixed .logo_img,
header.page__header02 .logo_img {
    display: none;
}
header.fixed .fix_logo,
header.page__header02 .fix_logo {
    display: block;
}

.spnavButton {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 70px;
    height: 70px;
    z-index: 99999;
}

header.fixed .spnavButton {
    top: 3px;
    right: 0;
}
.spnavButton__border {
    position: absolute;
    right: 20px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
}
header.page__header02 .spnavButton__border {
    background: #333;
}
header.fixed .spnavButton,
header.page__header02 .spnavButton {
    /* background: linear-gradient(to right,#F8AE9C,#EA6876); */
}
header .spnavButton-active {
    background: none !important;
}
header .spnavButton-active .spnavButton__border {
    background: #333;
}
.spnavButton__border:nth-of-type(1) {
    top: 25px;
    width: 32px;
}
.spnavButton__border:nth-of-type(2) {
    top: 32px;
    /* width: 24px; */
    width: 32px;
}
.spnavButton__border:nth-of-type(3) {
    top: 39px;
    /* width: 16px; */
    width: 32px;
}
.spnavButton-active .spnavButton__border:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.spnavButton-active .spnavButton__border:nth-of-type(2) {
    opacity: 0;
}
.spnavButton-active .spnavButton__border:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    width: 32px;
}
.gnav_wrap {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}
.spnav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    padding: 80px 5%;
    overflow: scroll;
}
.spnav__list {
}
.spnav__item {
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
}
.spnav__item:first-child {
    border-top: 1px solid #fff;
}
.spnav__item:last-child {
    border-bottom: none;
}
.spnav__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.spnav__link:hover img.link__arrow {
    transform: translateX(5px);
}
.spnav__contact {
    margin: 20px 0 0;
}
.spnav__contact .spnav__link {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 28px;
}

/* .subnav__wrap {
	display: none;
} */
.subnav__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 0 0;
    flex: auto;
}
.subnav__item {
    /* width: 50%; */
    /* margin: 0 0 20px; */
}
.subnav__link {
    display: flex;
    align-items: flex-start;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}
/* .subnav__link::before{
	content: "";
	border-top: 1px solid #fff;
	width: 10px;
	margin: 0 10px 0 0;
} */

.subnav_sp.spnav__link {
    position: relative;
}
.subnav_sp .subnav_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 20px;
    height: 20px;
    display: none;
}
.subnav_sp .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.subnav_sp .icon:before,
.subnav_sp .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #333;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 1px;
    transform: translate(-50%, -50%);
}
.subnav_sp .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.subnav_sp .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}
.nav_ttl {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.nav_ttl span {
    color: #ea6876;
    font-size: 16px;
    font-family: "outfit", serif;
}
.subnav_list_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.nav_list_wrap {
    flex-grow: 1;
}
.nav_list_wrap.-fg2 {
    flex-grow: 2;
}

.gnav_bnr_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.gnav_bnr_list li {
    width: 100%;
}
.gnav_btm_link {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
/************************************
main
************************************/
main {
    width: 100%;
    /* padding-top: 40px; */
}

.side_btn {
    display: none;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 9999;
    filter: drop-shadow(-1px 1px 2px #999);
    background: #e60023;
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 20px 15px;
    border-radius: 5px 0 0 5px;
}
.side_btn-fix {
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 9999;
    display: block;
}
.side_btn img {
    display: inline-block;
    margin: 0 0 10px;
    width: 20px;
}
.side_btn:hover {
    filter: brightness(110%);
}

/************************************
breadcrumbs
************************************/
.breadcrumbs {
    width: 100%;
    padding: 5px 0;
    font-size: 10px;
}
.breadcrumbs__content {
    width: 90%;
    margin: 0 auto;
}

.bg_grey {
    background: #f5f5f5;
}
/************************************
footer
************************************/
footer {
    width: 100%;
    padding: 40px 5%;
}
.footer__info {
    margin: 0 0 30px;
}
.footer__logo {
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 0 0 20px;
}
.footer__info p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
}
.footer__group_company li {
    margin: 0 0 10px;
    font-size: 14px;
}
.footer__group_company li img {
    width: 12px;
    vertical-align: inherit;
    margin: 0 0 0 0.5em;
}

.footer__group_company a:hover,
.footernav__link:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    color: #888888;
}

.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.8;
    transition: 0.3s;
}
.pagetop__btn {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right, #f8ae9c, #ea6876);
    border-radius: 50%;
}
.pagetop__btn::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 57%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translate(-50%, -50%);
}
.pagetop:hover {
    opacity: 1;
}
.ooternav__list {
    flex: auto;
}

.footernav__list .activities__contentImg.shomomura__link {
}
.footernav__list .activities__contentImg a {
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #d6d6d6;
    border-top: 4px solid #ea6876;
}
.footernav__list .activities__contentImg a .shomomura {
    padding: 6px;
    display: inline-flex;
    flex-direction: column;
}
.footernav__list .activities__contentImg a .shomomura small {
    font-size: 12px;
}
.nav_ttl_wrap {
    pointer-events: none;
}

/*画面サイズが768pxからはここを読み込む*/
@media screen and (min-width: 768px) {
    /************************************
	base
	************************************/
    body {
    }

    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    /************************************
	header
	************************************/
    header {
        padding: 20px 3%;
    }

    .header__in {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        width: 23%;
    }
    .nav {
        display: block;
        position: relative;
        width: 75%;
        top: 0;
        text-align: left;
        padding: 0;
    }
    .globalnav__list {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .globalnav__item {
        margin: 0 0 0 3%;
    }
    .globalnav__item:first-child {
        margin: 0;
    }
    .globalnav__link {
        font-size: 14px;
        display: block;
        border-bottom: none;
        padding: 0;
    }

    header.fixed .globalnav__link,
    header.page__header02 .globalnav__link {
        color: #3c4042;
    }
    header.fixed .globalnav__contact .globalnav__link,
    header.page__header02 .globalnav__contact .globalnav__link {
        color: #fff;
        background: linear-gradient(to right, #f8ae9c, #ea6876);
        padding: 10px 20px;
        border-radius: 26px;
    }

    .globalnav__link:hover,
    header.fixed .globalnav__link:hover,
    header.page__header02 .globalnav__link:hover {
        cursor: pointer;
        color: #ea6876;
        border-bottom: 1px solid #ea6876;
    }
    header.fixed .globalnav__contact .globalnav__link:hover,
    header.page__header02 .globalnav__contact .globalnav__link:hover {
        color: #fff;
        opacity: 0.8;
        border-bottom: none;
    }

    .globalnav__item.current .globalnav__link,
    header.fixed .globalnav__item.current .globalnav__link {
        color: #ea6876;
        border-bottom: 1px solid #ea6876;
    }

    .subnav__wrap {
        /* position: absolute;
		top: 60px;
		left: 0;
		background: rgba(234,104,118,0.9);
		width: 100%;
		padding: 30px 5% 10px; */
    }
    .subnav__item {
        /* width: 25%; */
        /* margin: 0 0 20px; */
    }
    .subnav__link {
        display: flex;
        padding: 0 2% 0 0;
        gap: 8px;
    }
    .subnav__item:hover .subnav__link {
        text-decoration: underline;
    }
    .subnav__item:hover .link__arrow {
        transform: translateX(5px);
    }

    /************************************
	footer
	************************************/
    footer {
        width: 100%;
        padding: 70px 5%;
    }
    .footer__in {
        display: flex;
        justify-content: space-between;
    }
    .footer__info {
        width: 30%;
        margin: 0 0 30px;
    }
    .footer__logo {
        margin: 0 0 20px;
    }
    .footer__info p {
        margin: 0 0 30px;
    }
    .footer__group_company li {
        margin: 0 0 20px;
    }
    .footernav {
        width: 65%;
    }
    .footernav__in {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .footernav__list.left {
        width: 30%;
    }
    .footernav__list.center,
    .footernav__list.right {
        width: 30%;
    }
    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 0 20px;
        flex: none;
    }
    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }
    .footernav__item {
        margin: 0 0 20px;
    }
    .footernav__list.center .footernav__link,
    .footernav__list.right .footernav__link {
        display: flex;
        align-items: center;
    }
    .footernav__list.center .footernav__link::before,
    .footernav__list.right .footernav__link::before {
        content: "";
        border-top: 1px solid #a5a5a5;
        width: 10px;
        margin: 0 10px 0 0;
    }

    .pagetop {
        bottom: 30px;
        right: 30px;
    }
}

/*画面サイズが1025pxからはここを読み込む*/
@media screen and (min-width: 1025px) {
    /************************************
	header
	************************************/
    .globalnav__item {
        margin: 0 0 0 5%;
    }
    .globalnav__link {
        font-size: 16px;
    }

    header.fixed .globalnav__contact .globalnav__link,
    header.page__header02 .globalnav__contact .globalnav__link {
        padding: 10px 50px;
        border-radius: 26px;
    }

    /************************************
	footer
	************************************/
    footer {
        padding: 90px 5%;
    }
    .footer__info {
        width: 25%;
    }
    .footernav {
        width: 70%;
    }
    .footernav__list.left {
        /* width: 20%; */
    }
    .footernav__list.center,
    .footernav__list.right {
        width: 35%;
    }
    .footernav__list.center,
    .footernav__list.right {
        display: flex;
        width: 40%;
    }
    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 30px 0 0;
        flex: none;
    }
    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }
}

@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1510px) {
    footer {
        padding: 90px 10%;
    }
}

@media screen and (max-width: 990px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 820px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 768px) {
    .subnav {
        display: none;
    }
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -30px;
    }
    .gnav_wrap {
        flex-direction: column;
    }
    .subnav_list_wrap {
        gap: 12px;
    }
    .subnav__link {
        font-size: 16px;
        gap: 5px;
        align-items: start;
        padding-block: 5px;
    }
    .subnav__link .link__arrow {
        margin-top: 3px;
        width: 18px;
    }
    .gnav_bnr_list {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 30px;
    }
    .gnav_bnr_list li a.btn {
        margin: 0 auto;
    }
    .gnav_btm_link {
        flex-direction: column;
        gap: 5px;
    }
    .nav_ttl {
        margin-bottom: 0;
    }
    .spnav__link {
        margin-bottom: 0;
    }
    .spnav__link.-top {
        margin-bottom: 20px;
    }
    .nav_list_wrap {
        margin-bottom: 15px;
    }
    .subnav__wrap {
        display: none;
    }
    .subnav_sp .subnav_icon {
        display: block;
    }
    .nav_ttl_wrap {
        pointer-events: all;
    }
}
