@charset "utf-8";
/* 共通設定
========================================================================== */

:root {
    --red: #E6242A;
    --hover:#AF0303;
    --font-family: 'Noto Sans JP',"Inter", sans-serif;
    --header-height:calc(110 * 100vw / 750);
}
html {
    font-size: 62.5%;
    /* 10px */
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    min-width: inherit;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--font-family);
    height: 100vh;
}
h2, h3, p, li, dt, dd, span, a {
    font-family: var(--font-family);
}
.section_wrap {
    position: relative;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #fa2d2d;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul, ol {
    list-style: none;
}
h2 {
    font-size: calc(44 * 100vw / 750);
    font-weight: 700;
    letter-spacing: .05em;
}
.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 calc(10 * 100vw / 750) rgba(0, 0, 0, .16);
    background-color: #ffffff;
}
.btn_top {
    z-index: 10;
}

@media screen and (min-width: 751px) {
:root {
    --header-height: min(calc(90 * 100vw / 1200), 90px);
}
.container {
    width: min(100%, 1200px);
    box-shadow: 0 0 min(calc(10 * 100vw / 1200), 10px) rgba(0, 0, 0, .16);
}
h2 {
    font-size: min(calc(35 * 100vw / 1200), 35px);
}
}

/* SP・PC 表示切替え
---------------------------------------------------------- */
@media screen and (max-width: 750px) {
.is-pc {
    display: none;
}
.is-sp {
    display: inline;
}
}
@media screen and (min-width: 751px) {
.is-pc {
    display: inline;
}
.is-sp {
    display: none;
}
}

/* タグ
---------------------------------------------------------- */
#tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* top
========================================================================== */
.top {
    position: relative;
}
.top_mv img {
    height: auto;
}
.logo_text {
    font-size: calc(14 * 100vw / 750);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom:calc(15 * 100vw / 750); 
}
.top_logo{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 2%;
}
.header_logo-link {
    width: calc(310 * 100vw / 750);
    min-width: 140px;
    line-height: 1;
}
.header_logo-images {
    width: 100%;
}

@media screen and (min-width: 751px) {
.top {
    position: relative;
}
.logo_text {
    font-size: min(calc(11 * 100vw / 1200), 11px);
    margin-bottom:min(calc(13 * 100vw / 1200), 13px);
}
.header_logo-link {
    width: min(calc(290 * 100vw / 1200), 290px);
}
}

/* navi
========================================================================== */
#navi {
.navi_wrap {
    margin: calc(64 * 100vw / 750) auto calc(100 * 100vw / 750);
}
.navi_list {
    margin-inline: auto;
    width: calc(670 * 100vw / 750);
    display: grid;
    gap: calc(40 * 100vw / 750);
}
.navi_item {
    margin-inline: auto;
    filter: drop-shadow(0 0 calc(24 * 100vw / 750) rgba(0 0 0 / 16%));
}
}

@media screen and (min-width: 751px) {
#navi {
.navi_wrap {
    margin: min(calc(60 * 100vw / 1200), 60px) auto min(calc(112 * 100vw / 1200), 112px);
}
.navi_list {
    width: min(calc(1102 * 100vw / 1200), 1102px);
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(48 * 100vw / 1200), 48px) min(calc(42 * 100vw / 1200), 42px);
}
.navi_item {
    margin-inline: auto;
    filter: drop-shadow(0 0 min(calc(24 * 100vw / 1200), 24px) rgba(0 0 0 / 16%));
    transition: all .3s;
}
.navi_item:hover {
    transform: translateY(-10px);
}
}
}


/* contents共通
========================================================================== */
/* 共通設定 
---------------------------------------------------------- */
.contents_wrap {
    margin: 0 auto calc(80 * 100vw / 750);
    padding: calc(36 * 100vw / 750) calc(40 * 100vw / 750) calc(32 * 100vw / 750);
    width: calc(670 * 100vw / 750);
    border-radius: calc(22 * 100vw / 750);
    filter: drop-shadow(0 0 calc(24 * 100vw / 750) rgba(0 0 0 / 16%));
}
.contents_title {
    margin-bottom: calc(32 * 100vw / 750);
}
.contents_title h2 {
    margin-bottom: calc(14 * 100vw / 750);
}
.contents_title-desc {
    font-size: calc(24 * 100vw / 750);
    line-height: 1.84;
}
.contents_body {
    margin-bottom: calc(44 * 100vw / 750);
}
.contents_body-list {
    display: grid;
    gap: calc(56 * 100vw / 750);
}
.contents_body-item {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(20 * 100vw / 750);
}
.contents_body-img {
    width: 100%;
    filter: drop-shadow(calc(4 * 100vw / 750) calc(4 * 100vw / 750) calc(16 * 100vw / 750) rgba(0 0 0 / 16%));
}
.contents_body-title {
    margin-bottom: calc(8 * 100vw / 750);
    font-size: calc(30 * 100vw / 750);
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
}
.contents_body-desc {
    font-size: calc(24 * 100vw / 750);
    line-height: 1.47;
}
.contents_link {
    margin-left: auto;
    width: fit-content;
    text-decoration: underline;
}
.contents_link:hover {
    text-decoration: none;
}
.contents_link-btn {
    font-size: calc(20 * 100vw / 750);
    line-height: 2.4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 calc(8 * 100vw / 750);
    word-break: break-all;
}
.contents_link-btn::before {
    content: "";
    width: calc(20 * 100vw / 750);
    height: calc(20 * 100vw / 750);
    background: url("../../group_common/images/link/ico_link.svg") no-repeat 0 0 /cover;
    flex-shrink: 0;
}

@media screen and (min-width: 751px) {
.contents_wrap {
    margin: 0 auto min(calc(80 * 100vw / 1200), 80px);
    padding: min(calc(54 * 100vw / 1200), 54px) min(calc(60 * 100vw / 1200), 60px) min(calc(48 * 100vw / 1200), 48px);
    width: min(calc(1100 * 100vw / 1200), 1100px);
    border-radius: min(calc(18 * 100vw / 1200), 18px);
    filter: drop-shadow(0 0 min(calc(2024 * 100vw / 1200), 20px) rgba(0 0 0 / 16%));
}
.contents_title {
    margin-bottom: min(calc(24 * 100vw / 1200), 24px);
}
.contents_title h2 {
    margin-bottom: min(calc(18 * 100vw / 1200), 18px);
}
.contents_title-desc {
    font-size: min(calc(19 * 100vw / 1200), 19px);
}
.contents_body {
    margin-bottom: min(calc(36 * 100vw / 1200), 36px);
}
.contents_body-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(40 * 100vw / 1200), 40px);
}
.contents_body-item {
    flex-direction: column;
    gap: min(calc(24 * 100vw / 1200), 24px);
}
.contents_body-img {
    filter: drop-shadow(min(calc(4 * 100vw / 1200), 4px) min(calc(4 * 100vw / 1200), 4px) min(calc(16 * 100vw / 1200), 16px) rgba(0 0 0 / 16%));
}
.contents_body-title {
    margin-bottom: min(calc(8 * 100vw / 1200), 8px);
    font-size: min(calc(24 * 100vw / 1200), 24px);
}
.contents_body-desc {
    font-size: min(calc(19 * 100vw / 1200), 19px);
}
.contents_link-btn {
    font-size: min(calc(16 * 100vw / 1200), 16px);
    gap: 0 min(calc(8 * 100vw / 1200), 8px);
}
.contents_link-btn::before {
    width: min(calc(19 * 100vw / 1200), 19px);
    height: min(calc(19 * 100vw / 1200), 19px);
}
}

/* 個別設定 
---------------------------------------------------------- */
/* filter */
#filter {
.contents_wrap {
    border: calc(6 * 100vw / 750) solid #1DB358;
    background: #EEFFF5;
}
h2,
.contents_body-title {
    color: #1DB358;
}
}
/* ainenga */
#ainenga {
.contents_wrap {
    border: calc(6 * 100vw / 750) solid #003F89;
    background: #EBF4FF;
}
h2,
.contents_body-title {
    color: #003F89;
}
}
/* favolist */
#favolist {
.contents_wrap {
    border: calc(6 * 100vw / 750) solid #FF768A;
    background: #FFF0F3;
}
h2,
.contents_body-title {
    color: #FF768A;
}
}
/* digital */
#digital {
.contents_wrap {
    border: calc(6 * 100vw / 750) solid #FFA500;
    background: #FFF3E6;
}
h2,
.contents_body-title {
    color: #FFA500;
}
}

@media screen and (min-width: 751px) {
/* filter */
#filter {
.contents_wrap {
    border: min(calc(5 * 100vw / 1200), 5px) solid #1DB358;
}
}
/* ainenga */
#ainenga {
.contents_wrap {
    border: min(calc(5 * 100vw / 1200), 5px) solid #003F89;
}
}
/* favolist */
#favolist {
.contents_wrap {
    border: min(calc(5 * 100vw / 1200), 5px) solid #FF768A;
}
}
/* digital */
#digital {
.contents_wrap {
    border: min(calc(5 * 100vw / 1200), 5px) solid #FFA500;
}
}
}
    




/* footer
========================================================================== */
.footer {
    position: relative;
    height: calc(580*100vw/750);
}
.footer_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}
.footer_btn {
    margin: 0 auto calc(150* 100vw / 750);
    display: flex;
    flex-direction: column;
    gap: calc(36* 100vw / 750);
}
.footer_btn-text {
    font-size: calc(38* 100vw / 750);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--red);
}
.footer_btn a {
    margin-inline: auto;
    position: relative;
    padding: calc(12* 100vw / 750) 0;
    width: calc(580* 100vw / 750);
    font-size: calc(38* 100vw / 750);
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: calc(44* 100vw / 750);
}
.footer_btn-arrow {
    position: relative;
    left: calc(14* 100vw / 750);
    width: calc(38* 100vw / 750);
    height: calc(38* 100vw / 750);
    border-radius: 50%;
    background: #ffffff;
}
.footer_btn-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: calc(15* 100vw / 750);
    height: calc(20* 100vw / 750);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.footer_btn-top,
.footer_btn-top .footer_btn-arrow::after {
    background: #EE0000;
}

/* bottom */
.bottom {
    padding: calc(20 * 100vw / 750) 0;
    font-size: calc(24 * 100vw / 750);
    letter-spacing: .02em;
    background: var(--red);
    color: #fff;
}
.bottom a {
    color: #fff;
}
/* bread */
.bread_list {
    display: flex;
    justify-content: center;
    margin-bottom: calc(8 * 100vw / 750);
}
.bread_item:not(:last-child)::after {
    padding: 0 calc(8 * 100vw / 750);
    content: "＞";
}
/* copy */
.copyright {
    text-align: center;
}
.copyright_link {
    text-decoration: underline;
}
.copyright_link:hover {
    text-decoration: none;
}

@media screen and (min-width: 751px) {
.footer {
    height: min(calc(500 * 100vw / 1200), 500px);
}
.footer_btn {
    margin: 0 auto min(calc(132 * 100vw / 1200), 132px);
    gap: min(calc(28 * 100vw / 1200), 28px);
}
.footer_btn-text {
    font-size: min(calc(26 * 100vw / 1200), 26px);
}
.footer_btn a {
    padding: min(calc(12 * 100vw / 1200), 12px) 0;
    width: min(calc(500 * 100vw / 1200), 500px);
    position: relative;
    font-size: min(calc(32 * 100vw / 1200), 32px);
    border-radius: min(calc(35 * 100vw / 1200), 35px);
    transition: all .3s;
}
.footer_btn-arrow {
    top: min(calc(1* 100vw / 1200), 1px);
    left: min(calc(8 * 100vw / 1200), 8px);
    width: min(calc(32 * 100vw / 1200), 32px);
    height: min(calc(32 * 100vw / 1200), 32px);
}
.footer_btn-arrow::after {
    width: min(calc(15 * 100vw / 1200), 15px);
    height: min(calc(18 * 100vw / 1200), 18px);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.footer_btn-top:hover,
.footer_btn-top:hover .footer_btn-arrow::after {
    background: var(--hover);
}
/* bottom */
.bottom {
    padding: min(calc(14 * 100vw / 1200), 14px) 0;
    font-size: min(calc(14 * 100vw / 1200), 14px);
    letter-spacing: .04em;
}
/* bread */
.bread_list {
    margin-bottom: min(calc(4 * 100vw / 1200), 4px);
}
.bread_item:not(:last-child)::after {
    padding: 0 min(calc(8 * 100vw / 1200), 8px);
}
.bread_item a:hover {
    text-decoration: underline;
}

}