@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
b,
em,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
mark,
time,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    scroll-behavior: smooth;
}

@media screen and (max-width: 360px) {
    html {
        font-size: calc(100vw * 10 / 360);
    }
}

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

body {
    font-size: 1.6rem;
    line-height: 1.5;
    background: #F8FAFB;
    color: #231B29;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Noto Sans JP", sans-serif;
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

a {
    backface-visibility: hidden;
    transition: .2s ease-in;
    transition-property: opacity, color, border, background, transform, box-shadow;
    opacity: 1;
    line-height: inherit;
}

img {
    vertical-align: middle;
}

img,
input[type="image"] {
    border: 0;
    height: auto;
    max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: inherit;
    letter-spacing: inherit;
    background: none;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
}

*:focus-visible {
    border: solid 2px rgba(209, 73, 0, 0.7);
}

a:hover,
input[type="image"]:hover {
    opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
    font-weight: 500;
}

p,
dt,
dd,
th,
td {
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    main {
        overflow: hidden;
    }
}

.m_ft {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
    font-family: "Josefin Sans", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
    visibility: hidden;
}

.evt.done {
    visibility: visible;
}

.c_anchor {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -12.5rem;
}

@media screen and (max-width: 767px) {
    .c_anchor {
        margin-top: -6.4rem;
    }
}

.c_btn.lg a {
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .c_btn.lg a {
        min-height: 7.2rem;
    }
}

@media screen and (max-width: 767px) {
    .c_btn.lg a {
        line-height: 1.5;
    }
}

.c_btn.anchor a:after {
    background-image: url(../img/ico-anchor01.svg);
}

.c_btn.anchor a:hover:after {
    background-image: url(../img/ico-anchor01-w.svg);
}

.c_btn a {
    border: 1px solid #EEF2F6;
    box-shadow: 4px 4px 8px rgba(128, 126, 125, 0.1);
    min-height: 5.6rem;
    display: inline-flex;
    align-items: center;
    padding: .35em 4.4em .35em 1.25em;
    font-weight: 500;
    border-radius: .2rem;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    background: #fff;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .c_btn a {
        padding: .5em 4.2em .5em 1.25em;
        line-height: 1.5;
    }
}

.c_btn a[target=_blank]:after {
    background-image: url(../img/ico-link04.svg);
}

.c_btn a[target=_blank]:hover:after {
    background-image: url(../img/ico-link04-w.svg);
}

.c_btn a.ov {
    color: #fff;
    border: none;
}

.c_btn a.ov i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.c_btn a.ov i:before {
    content: '';
    position: absolute;
    width: calc(100% + 2.5rem);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: transform .3s;
    background: #D14900;
    clip-path: polygon(0 0, calc(100% - 2.5rem) 0, 100% 100%, 0% 100%);
}

.c_btn a.ov i:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: .2rem;
    border: 1px solid #EEF2F6;
}

.c_btn a.ov:after {
    background-image: url(../img/ico-arrow02-w.svg);
}

.c_btn a.ov.blank:after {
    background-image: url(../img/ico-link04.svg);
}

.c_btn a.ov.blank:hover:after {
    background-image: url(../img/ico-link04.svg);
}

.c_btn a.ov:hover {
    color: #231B29;
    background: #fff;
}

.c_btn a.ov:hover i:before {
    transform: translateX(-100%);
}

.c_btn a.ov:hover:after {
    background-image: url(../img/ico-arrow02.svg);
    border-color: #E0E6EF;
}

.c_btn a.anchor:after {
    background-image: url(../img/arrow-down.svg);
}

.c_btn a.anchor:hover:after {
    background-image: url(../img/arrow-down-w.svg);
}

.c_btn a.anchor.ov:after {
    background-image: url(../img/arrow-down.svg);
}

.c_btn a.anchor.ov:hover:after {
    background-image: url(../img/arrow-down.svg);
}

.c_btn a.gray {
    color: #231B29;
}

.c_btn a.gray i {
    border-color: #B4BDCC;
}

.c_btn a.gray i:before {
    background: #EEF2F6;
}

.c_btn a.gray i:after {
    border-color: #B4BDCC;
    z-index: 1;
}

.c_btn a.gray:after {
    border-color: #B4BDCC;
    background-image: url(../img/ico-arrow02.svg);
}

.c_btn a.gray:hover:after {
    border-color: #E0E6EF;
}

@media screen and (max-width: 767px) {
    .c_btn a {
        min-height: 4.4rem;
        width: 100%;
        font-size: 1.4rem;
    }
}

.c_btn a:hover {
    opacity: 1;
    color: #fff;
    background: #D14900;
}

.c_btn a:hover:after {
    background-image: url(../img/ico-arrow02-w.svg);
    border-color: rgba(255, 255, 255, 0.5);
}

.c_btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 3.6rem;
    border-left: solid 1px #E0E6EF;
    width: 5.6rem;
    right: 0;
    background: url(../img/ico-arrow02.svg) no-repeat 50%/2rem;
}

@media screen and (max-width: 767px) {
    .c_btn a:after {
        width: 4.5rem;
        height: 2.4rem;
    }
}

.c_btn a:focus-visible {
    border: solid 2px rgba(209, 73, 0, 0.7);
}

.c_sub {
    color: #D14900;
    font-weight: 500;
    background: url(../img/ico-star.svg) no-repeat left center/3.7rem;
    padding-left: 4.5rem;
    margin-bottom: 9rem;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c_sub {
        margin-bottom: 3.5rem;
    }
}

.c_ttl {
    text-align: center;
    font-size: 4.8rem;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
    .c_ttl {
        font-size: 3.2rem;
    }
}

.c_ttl.b {
    margin-bottom: 2rem;
}

.c_box {
    background: rgba(0, 0, 0, 0.004);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border-radius: 8px;
    padding: 9.6rem 7.564%;
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .c_box {
        padding: 2.2rem 2.4rem;
        margin-bottom: 3.2rem;
        background: rgba(255, 255, 255, 0.5);
    }

    .c_box:last-child {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .c_box.mb {
        margin-bottom: 8rem;
    }

    .c_box.mb:last-child {
        margin-bottom: 4rem;
    }

    .c_box.stickey {
        display: flex;
        gap: 4.8rem;
        align-items: flex-start;
        justify-content: space-between;
    }

    .c_box.stickey > *:nth-child(1) {
        position: sticky;
        top: 14rem;
        width: 20.30075%;
    }

    .c_box.stickey > *:nth-child(2) {
        width: 75.18797%;
    }

    .c_box.stickey.contact_sec > *:nth-child(1) {
        width: 23.49624%;
    }

    .c_box.stickey.contact_sec > *:nth-child(2) {
        width: 72.18045%;
    }
}

@media screen and (max-width: 767px) {
    .c_tbl dt {
        margin-bottom: .4em;
    }

    .c_tbl > dd {
        border-bottom: solid 1px #667284;
    }

    .c_tbl > dd dl {
        margin-left: -1em;
        margin-top: 1em;
        margin-bottom: -1em;
    }

    .c_tbl dd {
        padding-left: 1em;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .c_tbl dd:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .c_tbl {
        display: flex;
        flex-wrap: wrap;
    }

    .c_tbl dt,
    .c_tbl dd {
        padding: 2.5rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .c_tbl > dt {
        width: 30%;
        border-bottom: solid 1px #231B29;
    }

    .c_tbl > dd {
        width: 70%;
        padding-left: 2.5rem;
        border-bottom: solid 0.5px #667284;
    }

    .c_tbl > dd:has(dl) {
        padding: 0;
    }

    .c_tbl dl {
        display: flex;
        flex-wrap: wrap;
    }

    .c_tbl dl dt {
        width: 33.39286%;
        border-bottom: solid 0.5px #667284;
        padding-left: 2.5rem;
    }

    .c_tbl dl dt:last-of-type {
        border: none;
    }

    .c_tbl dl dd {
        width: 66.60714%;
        border-bottom: solid 0.5px #667284;
    }

    .c_tbl dl dd:last-of-type {
        border: none;
    }
}

.c_tbl .c_link {
    margin-top: 1rem;
    font-weight: 500;
}

.c_tbl .c_link.r {
    text-align: right;
}

table {
    border-left: solid 0.5px #B4BDCC;
    border-bottom: solid 0.5px #B4BDCC;
}

@media screen and (max-width: 767px) {

    table:not(.normal) th,
    table:not(.normal) td {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    table.auto th {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    table.large th {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    table.three th {
        width: 65%;
    }
}

@media screen and (min-width: 768px) {
    table.half th {
        width: 50%;
    }
}

th,
td {
    padding: 1.5em;
    border-top: solid 0.5px #B4BDCC;
    border-right: solid 0.5px #B4BDCC;
    vertical-align: top;
}

@media screen and (max-width: 767px) {

    th,
    td {
        padding: 1em;
    }
}

@media screen and (min-width: 768px) {
    tr:has(th, td) th {
        width: 16rem;
    }
}

th {
    text-align: left;
    background: rgba(209, 73, 0, 0.1);
    font-weight: 400;
    vertical-align: middle;
}

td {
    background: #fff;
}

td small {
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    margin-top: .5em;
}

.c_link a {
    text-decoration: underline;
    text-underline-offset: .3em;
    overflow: hidden;
    position: relative;
    margin-right: .2em;
}

.c_link a.back:after {
    transform: rotate(180deg);
}

.c_link a[target=_blank]:after {
    background-image: url(../img/ico-link03.svg);
}

.c_link a:after {
    content: '';
    background: url(../img/ico-arrow.svg) no-repeat left center/contain;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: .2em;
    vertical-align: -.1em;
}

.c_link a:hover {
    opacity: 1;
    color: #D14900;
}

.c_link a:hover:after {
    animation: arrowMove2 .4s linear forwards;
}

@keyframes arrowMove2 {
    from {
        background-position: 100%;
    }

    50% {
        background-position: calc(100% + 1.5em);
    }

    51% {
        background-position: -1.5em;
    }

    to {
        background-position: 0;
    }
}

.c_submenu small {
    display: block;
    font-size: 1.4rem;
    margin-top: .5em;
}

.c_submenu a {
    display: flex;
}

.c_submenu a[target=_blank]:after {
    background-image: url(../img/ico-link04.svg);
}

.c_submenu a[target=_blank]:hover:after {
    background-image: url(../img/ico-link04-w.svg);
}

ul.c_submenu {
    display: flex;
    gap: 1.6rem 1.5%;
}

@media screen and (min-width: 768px) {
    ul.c_submenu {
        align-items: center;
    }

    .contact_sec ul.c_submenu {
        gap: 1.6rem 2.08%;
        align-items: flex-start;
    }

    ul.c_submenu.fit {
        flex-wrap: wrap;
    }

    ul.c_submenu.fit li {
        flex-grow: 1;
        flex-basis: auto;
        min-width: 7em;
    }

    ul.c_submenu:not(.fit) li {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    ul.c_submenu {
        flex-direction: column;
        gap: .8rem;
    }
}

.c_imgnav {
    display: flex;
    gap: 1.6rem 1.5%;
}

@media screen and (min-width: 768px) {
    .c_imgnav li {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .c_imgnav {
        flex-direction: column;
        gap: .8rem;
    }
}

.c_imgnav p {
    border: 1px solid #EEF2F6;
    box-shadow: 4px 4px 8px rgba(128, 126, 125, 0.1);
    height: 5.6rem;
    display: flex;
    align-items: center;
    padding: 0 4em 0 2rem;
    font-weight: 500;
    border-radius: .2rem;
    z-index: 0;
    line-height: 1.05;
    transition: inherit;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c_imgnav p {
        height: 4.4rem;
        padding: 0 4em 0 1.2rem;
    }
}

.c_imgnav p:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 3.6rem;
    border-left: solid 1px #E0E6EF;
    width: 5.6rem;
    right: 0;
    background: url(../img/ico-arrow02.svg) no-repeat 50%/2rem;
    transition: background .3s;
}

.c_imgnav dl {
    padding: 2.1rem 2.4rem 5.8rem;
}

@media screen and (max-width: 767px) {
    .c_imgnav dl {
        padding: 1.6rem 2rem 3.2rem;
    }
}

.c_imgnav dt {
    font-weight: 500;
    font-size: 1.8rem;
}

.c_imgnav a {
    display: block;
    border-radius: 0 0 .2rem .2rem;
    background: #fff;
    height: 100%;
}

.c_imgnav a:has(dl) {
    position: relative;
}

.c_imgnav a:has(dl):before {
    content: '';
    position: absolute;
    background: url(../img/ico-arrow02.svg) no-repeat 50%/1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    right: 2.4rem;
    bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .c_imgnav a:has(dl):before {
        width: 3.2rem;
        height: 3.2rem;
        right: 0;
        bottom: 0;
        background-color: #F8FAFB;
    }
}

.c_imgnav a:hover {
    opacity: 1;
}

.c_imgnav a:hover p {
    color: #fff;
    border-color: #D14900;
    background: #D14900;
}

.c_imgnav a:hover p:after {
    background-image: url(../img/ico-arrow02-w.svg);
    border-color: rgba(255, 255, 255, 0.5);
}

.c_imgnav a:hover:hover img {
    transform: scale(1.2);
}

.c_imgnav img {
    width: 100%;
    transition: transform .3s;
}

.c_imgnav figure {
    overflow: hidden;
    border-radius: .4rem .4rem 0 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0);
        transform: translate3d(0, 6rem, 0);
    }

    30% {
        opacity: .5;
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0);
        transform: translate3d(0, 6rem, 0);
    }

    30% {
        opacity: .5;
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.c_more {
    text-align: center;
    margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
    .c_more {
        margin-top: 2.4rem;
    }
}

.c_more a {
    text-decoration: underline;
    text-underline-offset: .3em;
    background: url(../img/ico-plus.svg) no-repeat right center/1em;
    padding-right: 1.3em;
}

.c_more a:hover {
    color: #D14900;
    opacity: 1;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .u_inner {
        width: 125.6rem;
        max-width: calc(100% - 4rem);
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .u_inner {
        margin: 0 1.6rem;
    }
}

.u_switch_img {
    opacity: 1;
}

.u_relative {
    position: relative;
}

@media screen and (min-width: 768px) {
    .is_sp {
        display: none;
    }

    .is_tel {
        pointer-events: none;
        cursor: default;
    }

    .is_tel:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .is_pc {
        display: none;
    }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
    display: block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 66;
    height: 12.5rem;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

@media screen and (max-width: 767px) {
    header {
        height: 6.4rem;
    }
}

@media screen and (max-width: 767px) {
    #header {
        padding: 2rem 1.6rem 0;
    }
}

@media screen and (min-width: 768px) {
    .h_inner {
        padding: 3.2rem 0 0;
        width: 125.6rem;
        max-width: calc(100% - 2.4rem);
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    body.open #header {
        height: 6.4rem;
        backdrop-filter: blur(1rem);
        -webkit-backdrop-filter: blur(1rem);
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    }

    body.open header {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .pc_submenu {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pc_submenu {
        background: #fff;
        font-weight: 500;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(1rem);
        position: fixed;
        z-index: 66;
        top: 12.5rem;
        left: 0;
        width: 100%;
    }

    header.show-submenu .pc_submenu .sub {
        visibility: hidden;
        height: 0;
    }

    header.show-submenu .pc_submenu .sub.active {
        visibility: visible;
        height: auto;
    }

    .pc_submenu .sub dt {
        border-bottom: solid 1px #B4BDCC;
        padding: 0 1rem 2rem;
    }

    .pc_submenu .sub dd {
        padding: 1.6rem 1rem;
    }

    .pc_submenu .sub ul {
        width: 125.6rem;
        max-width: calc(100% - 2.4rem);
        margin: 0 auto;
        padding: 4rem 0;
        display: flex;
        gap: 3.4rem;
        flex-wrap: wrap;
    }

    .pc_submenu .sub ul ul {
        display: none;
    }

    .pc_submenu .sub a {
        background: url(../img/ico-arrow.svg) no-repeat right center/1.6rem;
        overflow: hidden;
        animation: arrowDefault .4s linear forwards;
    }

    .pc_submenu .sub a:hover {
        animation-name: arrowMove;
        opacity: 1;
    }

    header.show-submenu .pc_submenu {
        visibility: visible;
        animation: itemFadeIn .5s;
    }

    header:not(.show-submenu) .pc_submenu {
        visibility: hidden;
        animation: itemFadeOut 0s;
    }
}

@keyframes arrowMove {
    from {
        background-position: 100%;
        padding-right: 1.2em;
    }

    50% {
        background-position: calc(100% + 1.5em);
    }

    51% {
        background-position: -1.5em;
    }

    to {
        background-position: 0;
        padding-left: 1.2em;
    }
}

@keyframes arrowDefault {
    from {
        background-position: 0;
        padding-left: 1.2em;
    }

    50% {
        background-position: -1.5em;
    }

    51% {
        background-position: calc(100% + 1.5em);
    }

    to {
        background-position: 100%;
        padding-right: 1.2em;
    }
}

.h_logo {
    display: inline-block;
}

.h_logo img {
    width: 31.6rem;
}

@media screen and (max-width: 767px) {
    .h_logo img {
        width: 18.1rem;
    }
}

@media screen and (max-width: 767px) {
    .c_nav p {
        border-bottom: solid 1px #B4BDCC;
        background: url(../img/ico-mark.svg) no-repeat 0.5rem center/1.8rem;
        padding-left: 3rem;
        display: flex;
        font-weight: 500;
        height: 3.6rem;
        margin-bottom: 1.5rem;
    }

    .c_nav p:not(:has(i)) a {
        background: url(../img/ico-arrow-sp.svg) no-repeat calc(100% - 1.2rem) center/1.6rem;
    }

    .c_nav p a {
        display: flex;
        align-items: center;
    }

    .c_nav p * {
        flex: 1;
    }

    .c_nav p i {
        background: url(../img/ico-open.svg) no-repeat calc(100% - 1.2rem) center/1.6rem;
    }

    .c_nav p i.open {
        background-image: url(../img/ico-close.svg);
    }

    .c_nav p:has(i.open) + * {
        margin: 0 0 2rem;
    }

    .c_nav p + * {
        height: 0;
        overflow: hidden;
        transition: height .3s;
    }

    .c_nav li li {
        font-size: 1.4rem;
        margin-left: 3rem;
    }

    .c_nav li li + li {
        margin-top: .3em;
    }

    .c_nav li li ul {
        margin-top: .3em;
    }

    .c_nav li li li {
        margin-left: 0;
    }

    .c_nav li li li + li {
        margin-top: 0;
    }

    .c_nav li li li a:before {
        content: '・';
        color: #D14900;
    }

    .c_nav .sub dt {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .top_nav .c_nav ul a:hover {
        color: #D14900;
        text-decoration: underline;
        text-underline-offset: .3em;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .h_nav {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .h_nav {
        margin-top: 2.2rem;
        font-weight: 500;
        /*li {
			&:not(:has(.sub)) {
				ul {
					display: none;
				}
			}
			&:not(:hover) {
				.sub {
					visibility: hidden;
					animation: itemFadeOut 0s;
				}
			}
			&:hover {
				.sub {
					visibility: visible;
					animation: itemFadeIn .4s;
				}
			}
		}*/
    }

    .h_nav > ul {
        display: flex;
        gap: 1.6rem;
        font-size: 1.4rem;
    }

    .h_nav > ul > li:hover p a:hover {
        opacity: 1;
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    .h_nav .sub {
        display: none;
    }

    .h_nav p a {
        padding: 0 1.6rem 1.6rem;
        border-bottom: solid 2px transparent;
    }

    .h_nav p a.active {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    body:has(#sustainability.active) header.show-submenu .h_nav p a[data-submenu=sustainability] {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    body:has(#company.active) header.show-submenu .h_nav p a[data-submenu=company] {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }
}

@media screen and (min-width: 768px) {
    .h_link {
        position: absolute;
        right: 0;
        top: 2.4rem;
        display: flex;
        align-items: center;
        gap: 4.8rem;
    }
}

.h_merge {
    color: #D14900;
}

@media screen and (max-width: 767px) {
    .h_merge {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .h_merge {
        position: relative;
    }

    .h_merge:after {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        height: 1.6rem;
        background: #231B29;
        width: 1px;
        right: -2.4rem;
    }
}

.h_merge a {
    background: url(../img/ico-link01.svg) no-repeat right center/1.6rem;
    padding-right: 1.2em;
    font-weight: 500;
    display: inline-block;
}

.h_merge a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: .3em;
}

@media screen and (min-width: 768px) {
    .h_mail {
        width: 18.5rem;
    }
}

.h_mail a {
    background: #EEF2F6;
    height: 4.8rem;
    display: flex;
    align-items: center;
    padding-left: 1.4em;
    font-weight: 500;
    position: relative;
    border-radius: .4rem;
}

.h_mail a:hover {
    opacity: 1;
    color: #fff;
    background: #D14900;
}

.h_mail a:hover:after {
    background-image: url(../img/h-mail-w.svg);
    border-color: #fff;
}

.h_mail a:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 2.8rem;
    border-left: solid 1px #B4BDCC;
    width: 5rem;
    right: 0;
    background: url(../img/h-mail.svg) no-repeat 50%/2rem;
    transition: background .3s;
}

@media screen and (max-width: 767px) {
    .h_mail2 {
        top: 1rem;
        position: absolute;
        right: 6rem;
        width: 4.8rem;
        aspect-ratio: 1 / 1;
        position: absolute;
        color: transparent;
        overflow: hidden;
        background: #EEF2F6 url(../img/h-mail.svg) no-repeat 50%/2rem;
    }

    .h_menu {
        position: absolute;
        right: 1.5rem;
        top: 2rem;
        width: 2.8rem;
        height: 2.8rem;
        cursor: pointer;
    }

    .h_menu .icon {
        position: relative;
        display: block;
        left: calc(50% - 1.4rem);
        top: calc(50% - 1px);
    }

    .h_menu .icon,
    .h_menu .icon:before,
    .h_menu .icon:after {
        width: 2.8rem;
        height: 1px;
        background-color: #D14900;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition-property: background-color, top;
    }

    .h_menu .icon:before,
    .h_menu .icon:after {
        content: '';
        position: absolute;
        top: -.8rem;
        left: 0;
    }

    .h_menu .icon:after {
        top: .8rem;
    }

    body.open .h_menu .icon {
        background-color: transparent;
    }

    body.open .h_menu .icon:before,
    body.open .h_menu .icon:after {
        top: 0;
    }

    body.open .h_menu .icon:before {
        transform: rotate(35deg);
    }

    body.open .h_menu .icon:after {
        transform: rotate(-35deg);
    }

    #toggle_menu {
        position: fixed;
        overflow-y: auto;
        top: 6.4rem;
        height: calc(100vh - 6.4rem);
        left: 0;
        width: 100%;
        z-index: 66;
        background: rgba(0, 0, 0, 0.004);
        box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.04);
        padding: 4rem 2.4rem;
    }

    body.open {
        overflow-y: hidden;
    }

    body.open #toggle_menu {
        visibility: visible;
        animation: itemFadeIn 1s;
    }

    body:not(.open) #toggle_menu {
        visibility: hidden;
        animation: itemFadeOut 0s;
    }

    body.loaded #toggle_menu {
        animation-duration: .8s;
    }
}

@keyframes itemFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes itemFadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
    }
}

#footer {
    background: #fff;
    padding: 8rem 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 6rem 0;
    }
}

@media screen and (max-width: 767px) {
    .f_logo {
        text-align: center;
    }
}

.f_logo img {
    width: 31.2rem;
}

.f_btn {
    display: flex;
    gap: .8rem 3.2rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
    .f_btn {
        flex-direction: column;
    }
}

.f_row {
    margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
    .f_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2.38%;
    }

    .f_row.b {
        align-items: flex-end;
    }
}

.f_bnr img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .f_bnr {
        width: 25.8%;
    }
}

.f_merge {
    background: #F2F5F8;
}

.f_merge a {
    padding: .8rem;
    display: flex;
    border-radius: .4rem;
    background: #F2F5F8;
    gap: 1rem 2rem;
}

@media screen and (max-width: 767px) {
    .f_merge a {
        flex-direction: column;
        padding-bottom: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .f_merge a {
        align-items: center;
    }

    .f_merge a > * {
        width: 50%;
    }
}

.f_merge a:hover {
    background: #D14900;
    opacity: 1;
    color: #fff;
}

.f_merge a:hover p:after {
    background-image: url(../img/ico-arrow02-w.svg);
    border-color: #fff;
}

.f_merge p {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 4em 0 .4em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .f_merge p {
        padding-left: 1.2rem;
    }
}

.f_merge p:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background: url(../img/ico-arrow.svg) no-repeat 50%/1.6rem;
    width: 4rem;
    height: 4.4rem;
    border-left: solid 1px #E0E6EF;
    right: 0;
    transition: .2s;
    transition-property: background, border;
}

@media screen and (max-width: 767px) {
    .f_merge p:after {
        right: 1.2rem;
    }
}

.f_merge small {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
}

.f_merge img {
    width: 100%;
    border-radius: .4rem;
}

@media screen and (min-width: 768px) {
    .f_merge {
        width: 50%;
    }
}

.f_logos {
    display: flex;
    gap: 1.6rem;
}

@media screen and (min-width: 768px) {
    .f_logos {
        width: 19.1%;
    }
}

@media screen and (max-width: 767px) {
    .f_logos {
        margin: 3.2rem 0;
    }
}

.f_logos img {
    height: 4.8rem;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .f_logos img {
        height: 4rem;
    }
}

.f_link {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.6rem;
}

.f_link a {
    background: url(../img/ico-arrow.svg) no-repeat right center/1.6rem;
    padding-right: 1.6em;
}

.f_link a[target=_blank] {
    background-image: url(../img/ico-link01.svg);
    padding-right: 1.6em;
}

.f_link a:hover {
    color: #D14900;
    text-decoration: underline;
    text-underline-offset: .3em;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .f_link li {
        margin-bottom: .8rem;
    }
}

.f_iso {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.f_iso p {
    font-size: 1.2rem;
}

.f_iso img {
    height: 6.2rem;
}

.f_copy {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.2rem;
    color: #667284;
}

@media screen and (max-width: 767px) {
    .f_copy {
        margin-top: 3.2rem;
    }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.mv_circle {
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.mv_circle .circle {
    position: relative;
    width: 160rem !important;
    height: 160rem !important;
    top: -34rem;
    left: calc(50% - 46.55rem);
}

@media screen and (max-width: 767px) {
    .mv_circle .circle {
        height: 93rem !important;
        width: 93rem !important;
        left: -21.5rem;
        top: -18.5rem;
    }
}

.mv_circle #svg {
    width: 100%;
    height: 100%;
    display: block;
}

.effect_wrap .effect_ttl span {
    display: inline-flex;
    white-space: nowrap;
}

.effect_wrap .effect_ttl u {
    white-space: nowrap;
    text-decoration: none;
}

.effect_wrap .effect_ttl em i {
    opacity: 0;
    transform: translateY(1rem);
    display: inline-block;
    transition: opacity .3s, transform .3s;
}

.effect_wrap .effect_ttl em i:nth-child(1) {
    transition-delay: 0s;
}

.effect_wrap .effect_ttl em i:nth-child(2) {
    transition-delay: 0.075s;
}

.effect_wrap .effect_ttl em i:nth-child(3) {
    transition-delay: 0.15s;
}

.effect_wrap .effect_ttl em i:nth-child(4) {
    transition-delay: 0.225s;
}

.effect_wrap .effect_ttl em i:nth-child(5) {
    transition-delay: 0.3s;
}

.effect_wrap .effect_ttl em i:nth-child(6) {
    transition-delay: 0.375s;
}

.effect_wrap .effect_ttl em i:nth-child(7) {
    transition-delay: 0.45s;
}

.effect_wrap .effect_ttl em i:nth-child(8) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em i:nth-child(9) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em i:nth-child(10) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em i:nth-child(11) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em i:nth-child(12) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em i:nth-child(13) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em i:nth-child(14) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b i:nth-child(1) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b i:nth-child(2) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b i:nth-child(3) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b i:nth-child(4) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b i:nth-child(5) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b i:nth-child(6) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b i:nth-child(7) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b i:nth-child(8) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b i:nth-child(9) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b i:nth-child(10) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b i:nth-child(11) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b i:nth-child(12) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b i:nth-child(13) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b i:nth-child(14) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(1) {
    transition-delay: 0.225s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(2) {
    transition-delay: 0.3s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(3) {
    transition-delay: 0.375s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(4) {
    transition-delay: 0.45s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(5) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(6) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(7) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(8) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(9) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(10) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(11) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(12) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(13) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b4 i:nth-child(14) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(1) {
    transition-delay: 0.3s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(2) {
    transition-delay: 0.375s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(3) {
    transition-delay: 0.45s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(4) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(5) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(6) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(7) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(8) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(9) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(10) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(11) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(12) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(13) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b5 i:nth-child(14) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(1) {
    transition-delay: 0.375s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(2) {
    transition-delay: 0.45s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(3) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(4) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(5) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(6) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(7) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(8) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(9) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(10) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(11) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(12) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(13) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b6 i:nth-child(14) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(1) {
    transition-delay: 0.45s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(2) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(3) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(4) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(5) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(6) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(7) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(8) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(9) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(10) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(11) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(12) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(13) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b7 i:nth-child(14) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(1) {
    transition-delay: 0.525s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(2) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(3) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(4) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(5) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(6) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(7) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(8) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(9) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(10) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(11) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(12) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(13) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b8 i:nth-child(14) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(1) {
    transition-delay: 0.6s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(2) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(3) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(4) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(5) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(6) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(7) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(8) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(9) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(10) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(11) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(12) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(13) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b9 i:nth-child(14) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(1) {
    transition-delay: 0.675s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(2) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(3) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(4) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(5) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(6) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(7) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(8) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(9) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(10) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(11) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(12) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(13) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b10 i:nth-child(14) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(1) {
    transition-delay: 0.75s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(2) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(3) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(4) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(5) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(6) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(7) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(8) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(9) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(10) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(11) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(12) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(13) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b11 i:nth-child(14) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(1) {
    transition-delay: 0.825s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(2) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(3) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(4) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(5) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(6) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(7) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(8) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(9) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(10) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(11) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(12) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(13) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b12 i:nth-child(14) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(1) {
    transition-delay: 0.9s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(2) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(3) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(4) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(5) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(6) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(7) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(8) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(9) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(10) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(11) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(12) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(13) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b13 i:nth-child(14) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(1) {
    transition-delay: 0.975s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(2) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(3) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(4) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(5) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(6) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(7) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(8) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(9) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(10) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(11) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(12) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(13) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b14 i:nth-child(14) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(1) {
    transition-delay: 1.05s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(2) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(3) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(4) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(5) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(6) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(7) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(8) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(9) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(10) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(11) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(12) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(13) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b15 i:nth-child(14) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(1) {
    transition-delay: 1.125s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(2) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(3) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(4) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(5) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(6) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(7) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(8) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(9) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(10) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(11) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(12) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(13) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b16 i:nth-child(14) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(1) {
    transition-delay: 1.2s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(2) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(3) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(4) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(5) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(6) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(7) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(8) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(9) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(10) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(11) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(12) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(13) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b17 i:nth-child(14) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(1) {
    transition-delay: 1.275s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(2) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(3) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(4) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(5) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(6) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(7) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(8) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(9) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(10) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(11) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(12) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(13) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(14) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b18 i:nth-child(15) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(1) {
    transition-delay: 1.35s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(2) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(3) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(4) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(5) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(6) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(7) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(8) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(9) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(10) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(11) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(12) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(13) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(14) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(15) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b19 i:nth-child(16) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(1) {
    transition-delay: 1.425s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(2) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(3) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(4) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(5) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(6) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(7) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(8) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(9) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(10) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(11) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(12) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(13) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(14) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(15) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(16) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b20 i:nth-child(17) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(1) {
    transition-delay: 1.5s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(2) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(3) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(4) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(5) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(6) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(7) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(8) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(9) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(10) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(11) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(12) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(13) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(14) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(15) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(16) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(17) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b21 i:nth-child(18) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(1) {
    transition-delay: 1.575s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(2) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(3) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(4) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(5) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(6) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(7) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(8) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(9) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(10) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(11) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(12) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(13) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(14) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(15) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(16) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(17) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(18) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b22 i:nth-child(19) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(1) {
    transition-delay: 1.65s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(2) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(3) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(4) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(5) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(6) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(7) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(8) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(9) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(10) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(11) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(12) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(13) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(14) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(15) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(16) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(17) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(18) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(19) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b23 i:nth-child(20) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(1) {
    transition-delay: 1.725s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(2) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(3) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(4) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(5) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(6) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(7) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(8) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(9) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(10) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(11) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(12) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(13) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(14) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(15) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(16) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(17) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(18) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(19) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(20) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b24 i:nth-child(21) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(1) {
    transition-delay: 1.8s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(2) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(3) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(4) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(5) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(6) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(7) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(8) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(9) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(10) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(11) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(12) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(13) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(14) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(15) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(16) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(17) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(18) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(19) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(20) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(21) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b25 i:nth-child(22) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(1) {
    transition-delay: 1.875s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(2) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(3) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(4) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(5) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(6) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(7) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(8) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(9) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(10) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(11) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(12) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(13) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(14) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(15) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(16) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(17) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(18) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(19) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(20) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(21) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(22) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b26 i:nth-child(23) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(1) {
    transition-delay: 1.95s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(2) {
    transition-delay: 2.025s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(3) {
    transition-delay: 2.1s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(4) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(5) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(6) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(7) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(8) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(9) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(10) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(11) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(12) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(13) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(14) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(15) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(16) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(17) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(18) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(19) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(20) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(21) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(22) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(23) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b27 i:nth-child(24) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(1) {
    transition-delay: 2.175s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(2) {
    transition-delay: 2.25s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(3) {
    transition-delay: 2.325s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(4) {
    transition-delay: 2.4s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(5) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(6) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(7) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(8) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(9) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(10) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(11) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(12) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(13) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(14) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(15) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(16) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(17) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(18) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(19) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(20) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(21) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(22) {
    transition-delay: 3.75s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(23) {
    transition-delay: 3.825s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(24) {
    transition-delay: 3.9s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(25) {
    transition-delay: 3.975s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(26) {
    transition-delay: 4.05s;
}

.effect_wrap .effect_ttl em .b30 i:nth-child(27) {
    transition-delay: 4.125s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(1) {
    transition-delay: 2.475s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(2) {
    transition-delay: 2.55s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(3) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(4) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(5) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(6) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(7) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(8) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(9) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(10) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(11) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(12) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(13) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(14) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(15) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(16) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(17) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(18) {
    transition-delay: 3.75s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(19) {
    transition-delay: 3.825s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(20) {
    transition-delay: 3.9s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(21) {
    transition-delay: 3.975s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(22) {
    transition-delay: 4.05s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(23) {
    transition-delay: 4.125s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(24) {
    transition-delay: 4.2s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(25) {
    transition-delay: 4.275s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(26) {
    transition-delay: 4.35s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(27) {
    transition-delay: 4.425s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(28) {
    transition-delay: 4.5s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(29) {
    transition-delay: 4.575s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(30) {
    transition-delay: 4.65s;
}

.effect_wrap .effect_ttl em .b34 i:nth-child(31) {
    transition-delay: 4.725s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(1) {
    transition-delay: 2.625s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(2) {
    transition-delay: 2.7s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(3) {
    transition-delay: 2.775s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(4) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(5) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(6) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(7) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(8) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(9) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(10) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(11) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(12) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(13) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(14) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(15) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(16) {
    transition-delay: 3.75s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(17) {
    transition-delay: 3.825s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(18) {
    transition-delay: 3.9s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(19) {
    transition-delay: 3.975s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(20) {
    transition-delay: 4.05s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(21) {
    transition-delay: 4.125s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(22) {
    transition-delay: 4.2s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(23) {
    transition-delay: 4.275s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(24) {
    transition-delay: 4.35s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(25) {
    transition-delay: 4.425s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(26) {
    transition-delay: 4.5s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(27) {
    transition-delay: 4.575s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(28) {
    transition-delay: 4.65s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(29) {
    transition-delay: 4.725s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(30) {
    transition-delay: 4.8s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(31) {
    transition-delay: 4.875s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(32) {
    transition-delay: 4.95s;
}

.effect_wrap .effect_ttl em .b36 i:nth-child(33) {
    transition-delay: 5.025s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(1) {
    transition-delay: 2.85s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(2) {
    transition-delay: 2.925s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(3) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(4) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(5) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(6) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(7) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(8) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(9) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(10) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(11) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(12) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(13) {
    transition-delay: 3.75s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(14) {
    transition-delay: 3.825s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(15) {
    transition-delay: 3.9s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(16) {
    transition-delay: 3.975s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(17) {
    transition-delay: 4.05s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(18) {
    transition-delay: 4.125s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(19) {
    transition-delay: 4.2s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(20) {
    transition-delay: 4.275s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(21) {
    transition-delay: 4.35s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(22) {
    transition-delay: 4.425s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(23) {
    transition-delay: 4.5s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(24) {
    transition-delay: 4.575s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(25) {
    transition-delay: 4.65s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(26) {
    transition-delay: 4.725s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(27) {
    transition-delay: 4.8s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(28) {
    transition-delay: 4.875s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(29) {
    transition-delay: 4.95s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(30) {
    transition-delay: 5.025s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(31) {
    transition-delay: 5.1s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(32) {
    transition-delay: 5.175s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(33) {
    transition-delay: 5.25s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(34) {
    transition-delay: 5.325s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(35) {
    transition-delay: 5.4s;
}

.effect_wrap .effect_ttl em .b39 i:nth-child(36) {
    transition-delay: 5.475s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(1) {
    transition-delay: 3s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(2) {
    transition-delay: 3.075s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(3) {
    transition-delay: 3.15s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(4) {
    transition-delay: 3.225s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(5) {
    transition-delay: 3.3s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(6) {
    transition-delay: 3.375s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(7) {
    transition-delay: 3.45s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(8) {
    transition-delay: 3.525s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(9) {
    transition-delay: 3.6s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(10) {
    transition-delay: 3.675s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(11) {
    transition-delay: 3.75s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(12) {
    transition-delay: 3.825s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(13) {
    transition-delay: 3.9s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(14) {
    transition-delay: 3.975s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(15) {
    transition-delay: 4.05s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(16) {
    transition-delay: 4.125s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(17) {
    transition-delay: 4.2s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(18) {
    transition-delay: 4.275s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(19) {
    transition-delay: 4.35s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(20) {
    transition-delay: 4.425s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(21) {
    transition-delay: 4.5s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(22) {
    transition-delay: 4.575s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(23) {
    transition-delay: 4.65s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(24) {
    transition-delay: 4.725s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(25) {
    transition-delay: 4.8s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(26) {
    transition-delay: 4.875s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(27) {
    transition-delay: 4.95s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(28) {
    transition-delay: 5.025s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(29) {
    transition-delay: 5.1s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(30) {
    transition-delay: 5.175s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(31) {
    transition-delay: 5.25s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(32) {
    transition-delay: 5.325s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(33) {
    transition-delay: 5.4s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(34) {
    transition-delay: 5.475s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(35) {
    transition-delay: 5.55s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(36) {
    transition-delay: 5.625s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(37) {
    transition-delay: 5.7s;
}

.effect_wrap .effect_ttl em .b41 i:nth-child(38) {
    transition-delay: 5.775s;
}

.effect_wrap .effect_ttl b {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(90deg, #231B29 0%, #231B29 40%, rgba(255, 0, 64, 0.2) 42.5%, rgba(255, 136, 0, 0.2) 45%, rgba(255, 238, 0, 0.2) 47.5%, rgba(0, 221, 68, 0.2) 50%, rgba(0, 170, 255, 0.2) 52.5%, rgba(136, 0, 255, 0.2) 55%, rgba(255, 0, 136, 0.2) 57.5%, #231B29 60%, #231B29 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.effect_wrap .effect_ttl b i {
    display: inline-block;
}

.effect_wrap.show .effect_ttl i {
    opacity: 1;
    transform: none;
}

.effect_wrap.load .effect_ttl b {
    opacity: 1;
    animation: gradientMove 12s linear infinite;
}

.effect_wrap.load .effect_ttl em {
    opacity: 0;
}

.top_main {
    padding-top: 12.5rem;
    margin-bottom: 13rem;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .top_main {
        height: 88rem;
    }
}

@media screen and (max-width: 767px) {
    .top_main {
        padding-top: 6.4rem;
        margin-bottom: 4.5rem;
    }

    .top_main .u_inner {
        margin: 0 4rem;
    }
}

.top_main:before,
.top_main:after {
    content: '';
    position: absolute;
    z-index: -2;
}

.top_main:before {
    background: url(../img/fixed-bg.png) no-repeat left top/100%;
    height: 124.05rem;
    width: 144rem;
    right: calc(50% - 13rem);
    opacity: .6;
    top: 0;
}

@media screen and (max-width: 767px) {
    .top_main:before {
        background-image: url(../img/fixed-bg-sp.png);
        width: 128.1rem;
        height: 128.95rem;
        left: -64rem;
        right: auto;
    }
}

.top_main .ttl {
    font-size: 9.6rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: .1em;
    white-space: nowrap;
    margin: 11rem 0 6.4rem;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top_main .ttl {
        font-size: 3.6rem;
        margin: 16rem 0 6.4rem;
    }
}

.top_main.show .lead {
    opacity: 1;
    transition: opacity .5s, transform .5s;
    transition-delay: 1.5s;
    transform: none;
}

.top_main .lead {
    font-size: 1.8rem;
    line-height: 2.2;
    font-weight: 500;
    transform: translateY(2rem);
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .top_main .lead {
        font-size: 1.6rem;
    }

    .top_main .lead br {
        display: none;
    }
}

.top_main .merge {
    background: #fff;
    border-radius: .8rem;
    overflow: hidden;
    margin-top: 4rem;
}

@media screen and (max-width: 767px) {
    .top_main .merge {
        margin-top: 3rem;
    }
}

.top_main .merge a {
    padding: 1.2rem 0 1.2rem 1.2rem;
}

@media screen and (min-width: 768px) {
    .top_main .merge a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .top_main .merge a {
        display: block;
        padding: 1.2rem;
    }
}

.top_main .merge a:hover {
    background: #D14900;
    opacity: 1;
    color: #fff;
}

.top_main .merge a:hover p:after {
    background-image: url(../img/ico-arrow02-w.svg);
    border-color: #fff;
}

.top_main .merge p {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top_main .merge p {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .top_main .merge p {
        width: calc(100% - 19.9rem);
    }
}

.top_main .merge p:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background: url(../img/ico-arrow02.svg) no-repeat 50%/1.6rem;
    width: 4rem;
    height: 4.4rem;
    border-left: solid 1px #EEF2F6;
    right: 0;
    transition: .2s;
    transition-property: background, border;
}

.top_main .merge small {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    margin-top: .4em;
}

@media screen and (max-width: 767px) {
    .top_main .merge small {
        margin-top: -.1em;
    }
}

.top_main .merge img {
    width: 100%;
    border-radius: .4rem;
}

@media screen and (min-width: 768px) {
    .top_main .merge {
        width: 48.8rem;
    }

    .top_main .merge figure {
        width: 18.9rem;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.top_vision {
    margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    .top_vision {
        position: relative;
    }

    .top_vision:before {
        content: '';
        position: absolute;
        left: 50%;
        translate: -50% 0;
        background: url(../img/vision-bg-sp.png) no-repeat 50%/contain;
        width: 76.5rem;
        height: 66.6rem;
        bottom: -24rem;
        z-index: -1;
    }
}

@media screen and (min-width: 768px) {
    .top_vision {
        margin-bottom: 16rem;
        position: relative;
    }

    .top_vision .u_inner {
        width: 118rem;
        position: relative;
    }

    .top_vision .desc {
        width: 37.711%;
        margin-left: auto;
    }

    .top_vision figure {
        position: absolute;
        top: -6rem;
        width: 69.83%;
        right: calc(50% - 17rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .top_vision figure {
        right: 34%;
    }
}

.top_vision figure {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .top_vision figure {
        width: 117%;
        margin-left: -1.6rem;
        margin-bottom: 4rem;
    }
}

.top_vision figure img {
    max-width: 50%;
}

.top_vision figure img + img {
    margin-left: -8%;
    margin-top: 13.5%;
}

@media screen and (max-width: 767px) {
    .top_vision .desc {
        padding: 0 2.5rem;
    }
}

.top_vision .ttl {
    font-size: 3.2rem;
    margin-bottom: .75em;
    line-break: strict;
}

@media screen and (max-width: 767px) {
    .top_vision .ttl {
        font-size: 2.4rem;
    }

    .top_vision .ttl span {
        display: block;
        white-space: nowrap;
    }
}

.top_vision .c_btn {
    margin-top: 8rem;
}

@media screen and (max-width: 767px) {
    .top_vision .c_btn {
        margin-top: 3.5rem;
    }

    .top_vision .c_btn a {
        font-size: 1.6rem;
    }
}

.news_list li {
    background: #fff;
    box-shadow: 4px 4px 8px rgba(128, 126, 125, 0.1);
    border-radius: .4rem;
}

.news_list li + li {
    margin-top: .8rem;
}

.news_list .new p {
    position: relative;
}

.news_list .new p:first-of-type:after {
    content: 'New';
    border: solid 1px #D14900;
    color: #D14900;
    font-family: "inter", sans-serif;
    font-weight: 600;
    padding: 0 .6em;
    line-height: 1.3;
    border-radius: .2rem;
    right: 2.4rem;
}

@media screen and (min-width: 768px) {
    .news_list .new p:first-of-type:after {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.news_list a {
    display: block;
    padding: 2rem 2.4rem;
    position: relative;
}

@media screen and (max-width: 767px) {
    .news_list a {
        padding-bottom: 3.8rem;
    }
}

.news_list a:before {
    content: '';
    background: url(../img/news-arrow.svg) no-repeat 50%/contain;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: background .3s;
}

.news_list a:hover {
    opacity: 1;
}

.news_list a:hover:before {
    background-image: url(../img/news-arrow-b.svg);
}

.news_list a:hover p:not(:has(time)) {
    text-decoration: underline;
    color: #D14900;
    text-underline-offset: .2em;
}

.news_list p:has(time) {
    margin-bottom: .2em;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #667284;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5em 1em;
}

@media screen and (max-width: 767px) {
    .news_list p:has(time) {
        margin-bottom: .5rem;
    }
}

.news_list p:not(:has(time)) {
    margin-right: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 767px) {
    .news_list p:not(:has(time)) {
        margin-right: 0;
        -webkit-line-clamp: 2;
    }
}

.news_list time {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    top: .15em;
}

.news_list i {
    position: relative;
    padding-left: .9em;
}

.news_list i:before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: .5rem;
    height: .5rem;
    background: #D14900;
    border-radius: .1rem;
    left: 0;
}

.news_list em {
    border: solid 1px #B4BDCC;
    border-radius: 3em;
    background: #F8FAFB;
    padding: 0 .8em;
}

.top_sec .c_box {
    padding-bottom: 13.5rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .top_sec .c_box {
        padding-bottom: 8rem;
    }
}

.top_sec .c_sub {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .top_sec .c_sub {
        position: absolute;
        left: 3.2rem;
        top: 3.2rem;
    }
}

.top_sec .c_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.top_sec .c_btn a {
    border-radius: .8rem .2rem .2rem 0;
}

.top_sec .c_btn a i:after {
    border-radius: .8rem .2rem .8rem 0;
}

@media screen and (max-width: 767px) {
    .top_sec .c_btn a {
        font-size: 1.6rem;
    }
}

.top_news {
    position: relative;
    margin-bottom: 8rem;
}

.top_news:before {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    background: url(../img/news-bg.png) no-repeat 50%/contain;
    width: 130.7rem;
    height: 107.75rem;
    top: -14rem;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .top_news:before {
        background-image: url(../img/news-bg-sp.png);
        width: 47.5rem;
        height: 35.95rem;
        top: auto;
        bottom: 11rem;
    }
}

@media screen and (max-width: 767px) {
    .top_news {
        margin-bottom: 6.5rem;
    }
}

.top_biz {
    text-align: center;
    overflow: hidden;
    margin-bottom: 4rem;
}

.top_biz .lead {
    max-width: 63.2rem;
    margin: 0 auto .5rem;
}

.top_biz .c_box {
    padding-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
    .top_biz .c_box {
        padding-left: 1.5%;
        padding-right: 1.5%;
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .top_biz {
        margin-bottom: 1.6rem;
    }

    .top_biz figure {
        margin: 0 -2.4rem;
    }
}

.top_sustaina {
    background: url(../img/sustaina-bg.jpg) no-repeat 50%/cover;
    padding: 9rem 0;
    margin-bottom: 4rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .top_sustaina .c_box {
        padding-bottom: 9rem;
    }
}

@media screen and (max-width: 767px) {
    .top_sustaina {
        background-image: url(../img/sustaina-bg-sp.jpg);
        padding: 4.5rem 0;
        margin-bottom: 1.5rem;
    }
}

.top_sustaina:before {
    content: '';
    position: absolute;
    background: url(../img/top-bg.png) no-repeat 50%/contain;
    width: 244.3rem;
    height: 246.1rem;
    left: calc(50% - 72rem);
    top: 2rem;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .top_sustaina:before {
        background-image: url(../img/top-bg-sp.png);
        width: 128.05rem;
        height: 128.95rem;
        top: 9rem;
        left: -44.3rem;
    }
}

.top_sustaina .c_sub {
    color: #231B29;
}

.top_sustaina .c_box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.top_sustaina p {
    max-width: 48rem;
    margin: 0 auto;
}

.top_company {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .top_company {
        margin-bottom: 8rem;
    }

    .top_company ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

.top_recruit .c_box {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.top_recruit .c_box:before {
    content: '';
    position: absolute;
    background: url(../img/recruit-bg.png) no-repeat center top/contain;
    width: 125.6rem;
    height: 44.4rem;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 2s 1s;
}

@media screen and (max-width: 767px) {
    .top_recruit .c_box:before {
        background-image: url(../img/recruit-bg-sp.png);
        right: 0;
        top: 75vw;
        width: 100%;
    }
}

.top_recruit .c_box.animated:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top_recruit .c_box.animated p {
    background-position: -50% 0%;
}

@media screen and (min-width: 768px) {
    .top_recruit .c_box {
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .top_recruit figure {
        width: 46.89%;
    }
}

.top_recruit .ttl {
    color: #D14900;
    margin-left: 1.2em;
    margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
    .top_recruit .ttl {
        margin-left: .5em;
        margin-bottom: .8em;
    }
}

.top_recruit p {
    font-style: italic;
    font-size: 4.8rem;
    letter-spacing: -.1em;
    line-height: 1.4;
    text-indent: .2em;
    background-image: linear-gradient(20deg, #231B29 25% 0, #50a8a0 38% 0, #1feefa 39% 0, #439be8 40% 0, #243f92 41% 0, #231B29 80% 0, #231B29 100% 0);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: 110% 0%;
    transition: background-position 0.5s cubic-bezier(0.5, 0, 0.5, 1) 2s;
}

@media screen and (max-width: 767px) {
    .top_recruit p {
        font-size: 2.4rem;
        letter-spacing: 0;
    }
}

.top_recruit .desc {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .top_recruit .desc {
        padding-left: 3.5rem;
        margin-top: 3rem;
    }
}

.part_nav {
    margin-top: 8rem;
}

@media screen and (max-width: 767px) {
    .part_nav {
        margin-top: 3rem;
    }

    .part_nav .c_box {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .part_nav .c_nav > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4rem 3.3rem;
    }

    .part_nav .c_nav > ul > li {
        width: calc(25% - 2.475rem);
    }

    .part_nav p {
        border-bottom: solid 1px #B4BDCC;
        background: url(../img/ico-mark.svg) no-repeat 0.5rem center/1.8rem;
        padding: .2em 0;
        padding-left: 3rem;
        display: flex;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .part_nav p a {
        display: flex;
        align-items: center;
    }

    .part_nav li li {
        font-size: 1.4rem;
        margin-left: 3rem;
    }

    .part_nav li li + li {
        margin-top: .3em;
    }

    .part_nav li li ul {
        margin-top: .3em;
    }

    .part_nav li li li {
        margin-left: 0;
    }

    .part_nav li li li + li {
        margin-top: 0;
    }

    .part_nav li li li a:before {
        content: '・';
        color: #D14900;
    }

    .part_nav .policy {
        display: none;
    }

    .part_nav .sub dt {
        display: none;
    }

    .part_nav .sub dd dl {
        background: #EEF2F6;
        margin-left: -3rem;
        padding: 1.6rem;
        margin-top: .5rem;
    }

    .part_nav .sub dd dd {
        font-size: 1.2rem;
        padding-left: 3rem;
    }

    .part_nav .sub dd dd + dt {
        margin-top: 2.2rem;
    }
}

.low_header {
    padding-top: 12.5rem;
    margin-bottom: 8.8rem;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .low_header {
        padding-top: 6.4rem;
        margin-bottom: 3.2rem;
    }
}

.low_header:before,
.low_header:after {
    content: '';
    position: fixed;
    z-index: -2;
}

.low_header:before {
    background: url(../img/fixed-bg.png) no-repeat left top/100%;
    height: 124.05rem;
    width: 144rem;
    right: calc(50% - 13rem);
    opacity: .6;
    top: 0;
}

@media screen and (max-width: 767px) {
    .low_header:before {
        background-image: url(../img/fixed-bg-sp.png);
        width: 128.1rem;
        height: 128.95rem;
        left: -64rem;
        right: auto;
    }
}

.low_header:after {
    background: url(../img/fixed-circle.png) no-repeat left top/100%;
    height: 80rem;
    width: 80rem;
    left: calc(50% - 7rem);
    top: -21.5rem;
}

@media screen and (max-width: 767px) {
    .low_header:after {
        background-image: url(../img/fixed-circle-sp.png);
        width: 43.2rem;
        height: 43.2rem;
        left: auto;
        right: 1rem;
        top: -8rem;
    }
}

.low_header .ttl {
    margin-left: 6.4rem;
    position: relative;
    font-size: 6.4rem;
}

.low_header .ttl small {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .low_header .ttl {
        font-size: 3.6rem;
        margin: 0 1.6rem;
    }
}

.low_header .ttl:before {
    content: '';
    position: absolute;
    left: -6.4rem;
    background: url(../img/ico-mark.svg) no-repeat 50%/contain;
    width: 6.4rem;
    height: 6.4rem;
}

@media screen and (max-width: 767px) {
    .low_header .ttl:before {
        width: 3.2rem;
        height: 3.2rem;
        top: -2rem;
        left: -1.6rem;
    }
}

.low_path {
    padding-top: 2.5rem;
    color: #667284;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    gap: 3.2rem;
}

@media screen and (min-width: 768px) {
    .low_path {
        width: 125.6rem;
        max-width: calc(100% - 2.4rem);
        margin: 0 auto 8.6rem;
    }
}

@media screen and (max-width: 767px) {
    .low_path {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        white-space: nowrap;
        overflow-x: auto;
        width: calc(100% - 1.6rem);
        margin-left: auto;
        margin-bottom: 5.8rem;
    }
}

.low_path br {
    display: none;
}

.low_path a {
    text-decoration: underline;
    text-underline-offset: .4em;
}

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

.low_path li + li {
    position: relative;
}

.low_path li + li:before {
    content: '';
    position: absolute;
    left: -2.3rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/ico-path.svg) no-repeat 50%/contain;
}

.low_ttl {
    font-size: 3.2rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .low_ttl {
        font-size: 2.4rem;
        margin-bottom: 4rem;
    }

    .low_ttl br {
        display: none;
    }
}

.low_ttl i {
    display: block;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    color: #D14900;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .low_ttl i {
        font-size: 1.2rem;
    }
}

.desc .low_ttl i {
    font-size: 1.4rem !important;
}

.desc .low_ttl {
    margin-bottom: 0;
}

.low_ttl2 {
    font-size: 2.4rem;
    line-height: 1.75;
    font-weight: 500;
    margin: 5.2rem 0 2.4rem;
}

.low_ttl2:has(i) {
    position: relative;
    padding-left: 1em;
}

.low_ttl2 i {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .low_ttl2 {
        font-size: 1.8rem;
        margin: 3.6rem 0 2rem;
    }
}

.low_ttl3 {
    font-size: 1.8rem;
    line-height: 1.75;
    background: url(../img/ico-mark02.svg) no-repeat left top/3.2rem;
    padding-left: 3.5rem;
    margin: 4.8rem 0 .7rem;
}

.low_ttl3:first-child {
    margin-top: 0;
}

.low_nav .ttl {
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
    .low_nav .ttl {
        font-size: 3.2rem;
    }
}

.low_lead {
    position: relative;
    z-index: 1;
}

.low_lead .c_submenu {
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .low_lead {
        margin: 0 2.4rem 5.6rem;
    }
}

@media screen and (min-width: 768px) {
    .low_lead {
        margin: 0 6.4rem 8rem;
    }
}

@media screen and (min-width: 768px) {
    .contact_sec .mt_tel p {
        height: 5.6rem;
    }
}

@media screen and (max-width: 767px) {
    .contact_sec .head {
        margin-bottom: 5.2rem;
    }
}

.contact_sec p + .c_submenu {
    margin-top: 3.3rem;
}

.contact_sec .low_ttl {
    margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
    .contact_sec .low_ttl2 + .row {
        margin-top: -.6rem;
    }
}

.contact_sec .low_ttl3 {
    margin-bottom: 1.7rem;
}

.contact_sec dt {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: .4rem;
}

.contact_sec dd small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    margin-top: .5em;
}

.contact_sec .tel {
    background: #fff;
    border: solid 1px #EEF2F6;
    border-radius: .2rem;
    height: 4.4rem;
    display: flex;
    padding: 0 2rem;
    align-items: center;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .contact_sec .tel a[href^="tel:"] {
        pointer-events: none;
    }
}

.contact_sec .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.08%;
}

@media screen and (max-width: 767px) {
    .contact_sec .row {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact_sec .note {
    color: #D14900;
    font-weight: 500;
    border: solid 1px #D14900;
    border-radius: .8rem;
    padding: 1.5rem 2.4rem;
    margin-bottom: -1.3rem;
    font-size: 1.8rem;
    background: #fff;
}

.contact_sec .note2 {
    color: #231B29;
    font-size: 1.4rem !important;
    font-weight: 500;
    border: solid 1px #231B29;
    border-radius: .8rem;
    padding: 1.5rem 2.4rem;
    margin-bottom: -1.3rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .contact_sec .note {
        padding: 1.5rem 1.6rem;
        margin: -.5rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .contact_sec.other .c_submenu a {
        font-size: 1.6rem;
        line-height: 1.75;
        padding-left: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .com_msg2 .head {
        margin-bottom: 2.4rem;
    }

    .com_msg2 .low_ttl {
        margin-bottom: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .com_msg2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .com_msg2 .head {
        width: 35.71429%;
        max-width: 27.3rem;
    }

    .com_msg2 figure {
        width: 60.15038%;
    }
}

.com_nav ul.c_submenu {
    margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
    .com_nav .low_ttl {
        margin-bottom: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .com_nav ul.c_submenu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem 1.96078%;
    }
}

@media screen and (min-width: 768px) and (min-width: 900px) {
    .com_nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .com_nav > *:nth-child(1) {
        width: 20.30075%;
    }

    .com_nav > *:nth-child(1) + * {
        width: 76.69173%;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .relate_nav .low_ttl {
        margin-bottom: 1.8rem;
    }

    .relate_nav .c_imgnav {
        gap: 1rem;
    }

    .relate_nav .c_imgnav a {
        display: flex;
        justify-content: space-between;
        padding: 1.9rem;
        padding-right: 5rem;
    }

    .relate_nav .c_imgnav a:before {
        border-left: solid 1px #E0E6EF;
        background-color: transparent;
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        right: .8rem;
    }

    .relate_nav .c_imgnav figure {
        width: 6.4rem;
        border-radius: 0;
    }

    .relate_nav .c_imgnav figure img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .relate_nav .c_imgnav dl {
        width: calc(100% - 7.8rem);
        padding: 0;
        margin-top: -.6rem;
    }

    .relate_nav .c_imgnav dt {
        font-size: 1.6rem;
    }

    .relate_nav .c_imgnav dd {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
    .relate_nav .c_imgnav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.6rem 1.96078%;
    }
}

@media screen and (max-width: 767px) {
    .com_access .desc {
        margin-top: -1.7rem;
    }
}

.com_access .name {
    font-size: 2.4rem;
    margin: 5rem 0 .5em;
    margin-bottom: .7em;
}

.com_access .name:first-child {
    margin-top: 0;
}

.com_access iframe {
    width: 100%;
    height: 100%;
}

.com_access .map {
    height: 45rem;
}

@media screen and (max-width: 767px) {
    .com_access .map {
        height: 15.8rem;
        margin-bottom: 2.5rem;
    }
}

.com_access li {
    margin-left: 1em;
    text-indent: -1em;
}

.com_access li:before {
    content: '・';
}

@media screen and (max-width: 767px) {
    .news_body {
        padding-top: 2.5rem;
    }
}

.filter_dummy {
    display: none;
}

.filter_main .notfound {
    text-align: center;
    margin: 5rem 0;
}

.filter_main:has(li:nth-child(1)) .notfound {
    display: none;
}

@media screen and (min-width: 768px) {
    .filter_wrap:has(.filter_side) {
        display: flex;
        justify-content: space-between;
    }

    .filter_wrap:has(.filter_side) .filter_main {
        width: 75.1%;
    }

    .filter_wrap:has(.filter_side) .filter_side {
        width: 20.3%;
    }
}

@media screen and (max-width: 767px) {
    .filter_side {
        margin-bottom: 2.4rem;
    }
}

.filter_side dt {
    color: #D14900;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .filter_side dt {
        font-size: 1.2rem;
    }
}

.filter_side dd {
    background: #fff;
    border: solid 1px #E0E6EF;
    border-radius: .2rem;
    position: relative;
}

@media screen and (max-width: 767px) {
    .filter_side dd {
        font-size: 1.4rem;
    }
}

.filter_side dd:before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background: #E0E6EF;
    right: 5.6rem;
    width: 1px;
    height: 3.6rem;
}

@media screen and (max-width: 767px) {
    .filter_side dd:before {
        height: 2.4rem;
        right: 4.4rem;
    }
}

.filter_side dd + dt {
    margin-top: 6rem;
}

@media screen and (max-width: 767px) {
    .filter_side dd + dt {
        margin-top: 1.5rem;
    }
}

.filter_side select {
    width: 100%;
    height: 5.6rem;
    -webkit-appearance: none;
    font-weight: 500;
    color: #231B29;
    padding: 0 1.2em;
    padding-right: 4em;
    background: url(../img/arrow-down02.svg) no-repeat calc(100% - 1.8rem)/2rem;
}

@media screen and (max-width: 767px) {
    .filter_side select {
        height: 4.4rem;
        background-size: 1.6rem;
        background-position: calc(100% - 1.4rem);
    }
}

.filter_side .search {
    display: flex;
}

.filter_side input[type="text"] {
    height: 5.6rem;
    width: calc(100% - 5.6rem);
    padding: 0 .5em;
}

@media screen and (max-width: 767px) {
    .filter_side input[type="text"] {
        height: 4.4rem;
        width: calc(100% - 4.4rem);
    }
}

.filter_side input[type="submit"] {
    background: url(../img/ico-search.svg) no-repeat 50%/2rem;
    color: transparent;
    width: 5.6rem;
}

@media screen and (max-width: 767px) {
    .filter_side input[type="submit"] {
        background-size: 1.6rem;
        background-position: calc(100% - 1.4rem);
        width: 4.4rem;
    }
}

.com_msg {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .com_msg {
        margin-top: 9rem;
    }
}

.com_msg .name {
    font-size: 2.4rem;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 4rem;
}

@media screen and (max-width: 767px) {
    .com_msg .name {
        font-size: 2rem;
        margin-top: 3.2rem;
    }
}

.com_msg .name small {
    color: #D14900;
    display: block;
    font-size: 1.4rem;
    margin-bottom: .3em;
}

.com_msg .desc {
    padding: 9.6rem 7.564%;
}

@media screen and (max-width: 767px) {
    .com_msg .desc {
        padding: 2.2rem 2.4rem;
    }
}

.com_msg p {
    margin-top: .4em;
}

.com_msg figure {
    margin: -1px;
    position: relative;
}

.com_msg figure img {
    border-radius: .8rem .8rem 0 0;
}

.com_chart .inner {
    position: relative;
}

@media screen and (min-width: 768px) {
    .com_chart .inner {
        width: 96em;
        margin: 0 auto;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
    .com_chart .inner {
        font-size: calc(100vw * 10 / 1190);
    }
}

.com_chart .date {
    text-align: right;
    margin-bottom: 4.8rem;
    font-size: 1.6rem;
}

.com_chart .box {
    position: relative;
}

@media screen and (min-width: 768px) {

    .com_chart .box:before,
    .com_chart .box:after {
        content: '';
        position: absolute;
        background: #667284;
    }

    .com_chart .box:before {
        height: 75rem;
        width: 1px;
        left: 12em;
        z-index: -1;
    }

    .com_chart .box:after {
        height: 1px;
        width: 16.8em;
        left: 12em;
        top: 75rem;
    }
}

.com_chart ul {
    position: relative;
}

@media screen and (max-width: 767px) {

    .com_chart ul:before,
    .com_chart ul:after {
        content: '';
        position: absolute;
        background: #667284;
    }

    .com_chart ul:before {
        height: 100%;
        width: 1px;
        left: 50%;
        z-index: -1;
        bottom: -1.6rem;
    }

    .com_chart ul:after {
        height: 1px;
        width: calc(50% - 1.4rem);
        left: 1.4rem;
        bottom: -1.6rem;
    }
}

.com_chart li {
    margin-bottom: 1.6rem;
}

.com_chart li p {
    background: #EEF2F6;
    border: solid 1px #B4BDCC;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .com_chart li {
        width: 24em;
    }
}

.com_chart .audit {
    border-color: transparent;
}

.com_chart .audit:before {
    width: 100%;
}

.com_chart .audit dt {
    width: 50%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    border: solid 0.5px #667284;
}

.com_chart dl {
    border: solid 0.5px #667284;
    margin-bottom: .8rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .com_chart dl {
        margin-bottom: 1.6rem;
    }
}

.com_chart dl:before,
.com_chart dl:after {
    content: '';
    position: absolute;
    background: #667284;
}

.com_chart dl:before {
    width: 3.2em;
    height: 1px;
    top: 50%;
    left: -3.2em;
}

@media screen and (max-width: 767px) {
    .com_chart dl:before {
        width: 1.7rem;
        left: -1.7rem;
    }
}

.com_chart dl:after {
    height: calc(100% + 1.6rem + 2px);
    width: 1px;
    left: -3.2em;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .com_chart dl:after {
        left: -1.7rem;
    }
}

.com_chart dl:first-of-type:after {
    height: 50%;
}

.com_chart dl:last-of-type:after {
    height: calc(150% + 1.6rem + 2px);
    bottom: 50%;
}

.com_chart .list {
    position: relative;
    margin-top: -16.5rem;
    margin-left: auto;
    width: 64em;
}

@media screen and (max-width: 767px) {
    .com_chart .list {
        margin-top: 3.2rem;
        width: calc(100% - 4.6rem);
    }

    .com_chart .list:before,
    .com_chart .list:after {
        content: '';
        position: absolute;
        background: #667284;
    }

    .com_chart .list:before {
        height: 70rem;
        width: 1px;
        left: -3.2rem;
        z-index: -1;
        top: -1.6rem;
    }

    .com_chart .list:after {
        height: 1px;
        width: 1.6rem;
        left: -3.2rem;
        top: 68.3rem;
    }
}

.com_chart dt,
.com_chart dd {
    background: #EEF2F6;
    font-size: 1.6rem;
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    padding: .4em 1em;
}

.com_chart dd {
    border-top: solid 0.5px #667284;
    background: #fff;
}

.policy_body p b {
    font-weight: 500;
}

.policy_body p + .low_ttl {
    margin-top: 6.4rem;
}

@media screen and (min-width: 768px) {
    .policy_body .inner {
        max-width: 102.4rem;
        margin: 0 auto;
    }
}

.policy_body a {
    word-break: break-all;
}

.policy_body th a {
    word-break: normal;
}

.policy_body th b {
    font-weight: bold;
}

.policy_body .ttl {
    font-size: 2.4rem;
    border-bottom: solid 1px #B4BDCC;
    padding-bottom: 1em;
    margin: 6.4rem 0 2.4rem;
    display: flex;
}

.policy_body .ttl:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .policy_body .ttl {
        font-size: 1.8rem;
        margin: 5rem 0 1.6rem;
    }
}

.policy_body .ttl i {
    padding-right: .2em;
}

.policy_body .low_ttl2 {
    margin: 6.4rem 0 1.2rem;
}

.policy_body .low_ttl2:first-child {
    margin-top: 0;
}

.policy_body .low_ttl3 {
    margin: 4.8rem 0 1.2rem;
}

.policy_body .low_ttl3 i {
    padding-right: .2em;
}

.policy_body .low_ttl3:first-child {
    margin-top: 0;
}

.policy_body .low_ttl3.b {
    background: none;
    padding: 0;
    margin: 2.4rem 0 .4rem;
}

.policy_body .data {
    text-align: right;
}

.policy_body .mc {
    color: #D14900;
}

.policy_body .contact {
    background: #fff;
    border: solid 1px #B4BDCC;
    padding: 1em;
    border-radius: .8rem;
    margin: 2.4rem 0;
}

@media screen and (max-width: 767px) {
    .policy_body .contact {
        magin: 1.6rem 0;
    }
}

.policy_body td ul,
.policy_body td ol {
    margin: 0;
}

.policy_body li {
    position: relative;
    line-height: 1.75;
}

.policy_body ul {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .policy_body ul {
        margin-bottom: 1.6rem;
    }
}

.policy_body ul ul li:before {
    content: '・';
}

.policy_body ul > li {
    padding-left: 1em;
}

.policy_body ul > li:before {
    content: '●';
}

.policy_body ul > li:before {
    position: absolute;
    left: 0;
}

.policy_body ul.alpha > li {
    padding-left: 0;
    text-indent: 1em;
}

.policy_body ul.alpha > li:before {
    content: none;
}

.policy_body ul.check > li:before {
    content: '✔︎';
}

.policy_body ol {
    counter-reset: item;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .policy_body ol {
        margin-bottom: 1.6rem;
    }
}

.policy_body ol > li {
    counter-increment: item;
    line-height: 1.8;
    text-indent: 1.5em;
}

.policy_body ol > li:before {
    content: "("counter(item) ")";
    position: absolute;
    left: -1.5em;
}

.policy_body ol > li > p {
    text-indent: 1.2em;
}

.policy_body ol > li > ul {
    text-indent: 0;
}

.policy_body ul.num2 > li {
    text-indent: 0 !important;
    padding-left: 1.5em;
}

.policy_body ul.num2 > li:before {
    left: 0;
}

.policy_body .num:has(> li:nth-child(10)) > li {
    padding-left: 1.8em;
}

.policy_body .num:has(> li:nth-child(10)) > li:before {
    width: 1.5em;
}

.policy_body .num > li {
    padding-left: 1.5em;
    text-indent: 0;
}

.policy_body .num > li:before {
    content: counter(item) ".";
    left: 0;
    width: 1.2em;
    text-align: right;
}

.policy_body .num:has(ol, ul) > li {
    padding-left: 0;
    text-indent: 1.2em;
}

.policy_body .num:has(ol, ul) > li:before {
    left: -1.2em;
}

.policy_body .num ol > li {
    text-indent: 2.5em;
}

.policy_body li dl {
    margin-left: 1em;
}

.policy_body dd ul {
    margin-bottom: 0;
}

.policy_body div.num2 ol > li {
    text-indent: 2.5em;
}

.policy_body table {
    margin: 2.4rem 0;
}

@media screen and (max-width: 767px) {
    .policy_body table {
        margin: 1.6rem 0;
    }
}

.policy_body .c_btn {
    margin-top: .8rem;
}

.policy_body .c_btn a {
    width: auto;
}

.policy_body a.pdf {
    display: inline-block;
    background: url(../img/ico-pdf.svg) no-repeat right center/1em;
    padding-right: 1.3em;
}

.policy_body .mb {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .policy_body .mb {
        margin-bottom: 1.6rem;
    }
}

.policy_body .mb2 {
    margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
    .policy_body .mb2 {
        margin-bottom: 3.2rem;
    }
}

.policy_body .mt {
    margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
    .policy_body .mt {
        margin-top: 1.6rem;
    }
}

.policy_body .mt2 {
    margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
    .policy_body .mt2 {
        margin-top: 3.2rem;
    }
}

.policy_body .mt0 {
    margin-top: 0;
}

.policy_body .mb0 {
    margin-bottom: 0;
}

.policy_body .org dt {
    font-weight: 400;
}

.policy_body .org dd {
    padding-left: 7em;
    position: relative;
}

.policy_body .org i {
    position: absolute;
    left: 0;
}

.history_name {
    font-size: 2.4rem;
    padding-bottom: 1em;
    border-bottom: solid 1px #B4BDCC;
}

@media screen and (max-width: 767px) {
    .history_name {
        font-size: 1.8rem;
        padding-bottom: .5em;
    }
}

.history_switch {
    padding: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .history_switch {
        background: rgba(0, 0, 0, 0.004);
        backdrop-filter: blur(1rem);
        -webkit-backdrop-filter: blur(1rem);
    }
}

.history_switch .box {
    display: none;
    background: #fff;
    padding: 9.6rem 7.564%;
}

.history_switch .box.active {
    display: block;
    animation: itemFadeIn 1s;
}

@media screen and (max-width: 767px) {
    .history_switch .box {
        padding: 2.2rem 2.4rem;
    }
}

.history_tab {
    display: flex;
}

.history_tab li {
    flex: 1;
}

.history_tab a {
    height: 10.6rem;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 1.6rem;
}

@media screen and (max-width: 767px) {
    .history_tab a {
        height: 8rem;
        font-size: 1.6rem;
    }
}

.history_tab a.active {
    background: #fff;
}

.history_list.current {
    padding: 3rem 2.5rem;
    border: solid 1px #D14900;
    border-radius: .8rem;
    margin-top: 3rem;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
    .history_list.current {
        padding: 1.6rem;
    }
}

.history_list.current dl:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .history_list.current dd {
        padding-left: 0;
    }

    .history_list.current dd i {
        position: absolute;
        top: -3.8rem;
        left: 7rem;
    }
}

.history_list dl {
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    .history_list dl:first-of-type {
        margin-top: 2rem;
    }
}

.history_list dt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #D14900;
}

@media screen and (min-width: 768px) {
    .history_list dt {
        position: absolute;
    }
}

.history_list dd {
    position: relative;
}

.history_list dd b {
    display: block;
    font-weight: 500;
    margin-bottom: .6rem;
}

@media screen and (min-width: 768px) {
    .history_list dd {
        margin-left: 9.4rem;
        padding-left: 13%;
    }
}

@media screen and (max-width: 767px) {
    .history_list dd {
        margin-top: .8rem;
        padding-left: 3em;
    }
}

.history_list dd i {
    position: absolute;
    left: 0;
    font-weight: 500;
}

.policy_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 3rem;
}

@media screen and (max-width: 767px) {
    .policy_menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }
}

.policy_menu .ttl {
    font-size: 2.4rem;
    line-height: 1.75;
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 1em;
}

.policy_menu .ttl i {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .policy_menu .ttl {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
}

.policy_menu li {
    line-height: 1.75;
    margin-top: .8rem;
    position: relative;
    padding-left: 1.5625em;
}

@media screen and (max-width: 767px) {
    .policy_menu li {
        margin-top: .4rem;
    }
}

.policy_menu li:before {
    content: '・';
    position: absolute;
    left: .2em;
}

.info_densi tr > *:nth-child(1) {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .info_densi tr > *:nth-child(1) {
        width: 32.14286%;
    }
}

.info_densi .box:has(table) {
    margin-bottom: 6.4rem;
}

@media screen and (max-width: 767px) {
    .info_densi .box:has(table) {
        margin-bottom: 2.4rem;
    }
}

.info_densi .box:has(table):last-of-type {
    margin-bottom: 0;
}

.info_densi td a {
    display: inline-block;
    background: url(../img/ico-pdf.svg) no-repeat right center/1em;
    padding-right: 1.3em;
}

@media screen and (max-width: 767px) {
    .info_densi .low_ttl2 {
        margin: 0 0 1rem;
    }
}

@media screen and (min-width: 768px) {
    .info_densi .low_ttl2 {
        position: absolute;
        margin: 0;
    }

    .info_densi .box {
        margin-left: 24.81203%;
    }
}

.info_densi .box {
    min-height: 11rem;
}

@media screen and (max-width: 767px) {
    .info_densi .box {
        min-height: 5.6rem;
    }
}

.info_densi .box:last-child {
    min-height: 0;
}

.info_zaimu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 3.2rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .info_zaimu ul {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 3.2rem;
    }
}

.info_zaimu li p {
    text-align: right;
}

.info_zaimu figure {
    border-top: solid 1px #B4BDCC;
    padding: 3.5rem 0;
    margin-top: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .info_zaimu figure {
        padding: .7rem 0;
    }
}

@media screen and (min-width: 768px) {
    .news_post .inner {
        max-width: 92rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .news_post {
        margin-top: -4.2rem;
    }
}

.news_post .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
    .news_post .head {
        margin-bottom: 2.4rem;
    }
}

.news_post .sns {
    display: flex;
    gap: .8rem;
    filter: drop-shadow(4px 4px 8px rgba(128, 126, 125, 0.1));
    transform: translateZ(0);
}

.news_post .sns a {
    display: block;
}

.news_post .sns img {
    width: 4rem;
}

.news_post time {
    color: #D14900;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    top: .2em;
}

.news_post .sub {
    display: flex;
    gap: 0 .5em;
    line-height: 1.5;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .news_post .sub {
        flex-direction: column;
    }
}

.news_post .sub a {
    text-decoration: underline;
    text-underline-offset: .2em;
}

.news_post .sub i {
    font-size: 1.4rem;
}

.news_post .ttl {
    font-size: 2.4rem;
    line-height: 1.75;
    margin: 0 0 1.6rem;
}

@media screen and (max-width: 767px) {
    .news_post .ttl {
        margin: 0 0 2.4rem;
    }
}

.news_post .ttl i {
    display: inline-block;
    width: 1em;
}

.news_post .sign {
    text-align: right;
    margin: 4.8rem 0 3rem;
}

@media screen and (max-width: 767px) {
    .news_post .sign {
        margin: 4.8rem 0 2.4rem;
    }
}

.news_post h2 {
    font-size: 2.4rem;
    margin: 5rem 0 .8rem;
    position: relative;
    line-height: 1.75;
    padding-left: 2.4rem;
}

@media screen and (max-width: 767px) {
    .news_post h2 {
        font-size: 1.8rem;
        padding-left: 2rem;
    }
}

.news_post h2:before {
    content: '';
    position: absolute;
    background: url(../img/ico-mark02.svg) no-repeat 50%/contain;
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .news_post h2:before {
        width: 2rem;
        height: 2rem;
    }
}

.news_post .table {
    margin: 0 0 1.6rem;
}

@media screen and (max-width: 767px) {
    .news_post .table table {
        margin-bottom: .8rem;
    }
}

.news_post figure {
    margin: 3rem 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .news_post figure {
        margin: 2.4rem 0;
    }
}

.news_post .note {
    margin-top: .8rem;
}

.news_post .note.mt {
    margin-top: 8rem;
}

@media screen and (max-width: 767px) {
    .news_post .note.mt {
        margin-top: 2.4rem;
    }
}

.news_post .note li {
    font-size: 1.2rem;
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.5;
    background: url(../img/ico-note.svg) no-repeat left top/1.8rem;
}

.news_post .mb {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
    .news_post .mb {
        margin-bottom: 1.6rem;
    }
}

.news_post .mb0 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .news_relate .low_ttl {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .news_relate .inner {
        max-width: 80rem;
        margin: 0 auto;
    }
}

.news_relate .c_link {
    text-align: center;
    margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
    .news_relate .c_link {
        margin-top: 1.6rem;
    }
}

.effort_body .filter_side {
    display: flex;
    justify-content: space-between;
    gap: 4.5%;
}

.effort_body .filter_side dl {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .effort_body .filter_side {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.effort_body select {
    background-image: url(../img/arrow-down02.svg);
}

.filter_main li {
    transition: .3s;
}

.filter_main li.hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-top: 0 !important;
}

.effort_list:has(.row) li {
    margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
    .effort_list:has(.row) li {
        margin-top: .8rem;
    }
}

.effort_list .row {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2.4rem;
    position: relative;
    box-shadow: 4px 4px 8px rgba(128, 126, 125, 0.1);
}

@media screen and (min-width: 768px) {
    .effort_list .row figure {
        width: 28.4rem;
    }

    .effort_list .row .desc {
        width: calc(100% - 31rem);
    }
}

@media screen and (max-width: 767px) {
    .effort_list .row {
        flex-direction: column;
        gap: 1.7rem;
        padding: 0 0 2.4rem;
        border-radius: .4rem .4rem 0 0;
    }

    .effort_list .row .desc {
        padding: 0 2.4rem;
    }
}

.effort_list .desc p:has(i) {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    gap: .4rem .8rem;
    margin-bottom: .6rem;
}

.effort_list .desc i {
    color: #fff;
    border-radius: .4rem;
    padding: .2em .8em;
    font-weight: 500;
}

.effort_list .c_link {
    margin-top: 1rem;
}

.effort_list .cat1 {
    background: #02008A;
}

.effort_list .cat2 {
    background: #BA7600;
}

.effort_list .cat3 {
    background: #4B00AD;
}

.effort_list .cat4 {
    background: #A00003;
}

.effort_list .cat5 {
    background: #006A0B;
}

.effort_list figure img {
    border-radius: .4rem .4rem 0 0;
    width: 100%;
}

.sus_sec .low_ttl {
    margin-bottom: 1.6rem;
}

.sus_lead .c_btn {
    margin-top: 3.4rem;
}

@media screen and (max-width: 767px) {
    .sus_lead .low_ttl3 {
        margin-top: 2.6rem;
    }
}

.sus_materi .low_ttl2 {
    color: #D14900;
    padding-top: 6.4rem;
    margin-top: 6.4rem;
    border-top: solid 1px #B4BDCC;
}

@media screen and (max-width: 767px) {
    .sus_materi .low_ttl2 {
        border: none;
        border-bottom: solid 1px #B4BDCC;
        margin-bottom: 1.6rem;
        padding-top: 0;
        padding-bottom: .9em;
    }
}

@media screen and (max-width: 1023px) {
    .sus_materi .row .pc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
    .sus_materi .row {
        display: flex;
        justify-content: space-between;
    }

    .sus_materi .row .fig {
        width: 37.59398%;
        display: flex;
        justify-content: space-between;
    }

    .sus_materi .row .fig figure {
        width: 72%;
    }

    .sus_materi .row .fig ul {
        width: 20%;
        flex-direction: column;
    }

    .sus_materi .row .desc {
        width: 59.3985%;
    }
}

@media screen and (max-width: 1023px) {
    .sus_materi .pc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
    .sus_materi .sp {
        display: none;
    }
}

.sus_materi .fig ul {
    display: flex;
    gap: .8rem;
}

@media screen and (max-width: 1023px) {
    .sus_materi .fig {
        margin-top: 3.2rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .sus_materi .fig {
        margin-top: 1.6rem;
    }
}

@media screen and (max-width: 1023px) {
    .sus_materi .fig ul {
        margin-top: 3.2rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .sus_materi .fig ul {
        margin-top: 1.6rem;
    }
}

@media screen and (max-width: 1023px) {
    .sus_materi .fig li {
        width: 8rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .sus_materi .fig li {
        width: 6.4rem;
    }
}

.sus_materi .logo {
    background: #fff;
    padding: 1.1rem;
}

.sus_materi .desc figure {
    text-align: center;
    margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
    .sus_materi .desc figure {
        margin-top: 1.6rem;
    }
}

.sus_materi .box {
    background: #fff;
    border-radius: .8rem;
    padding: 2.4rem;
    margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
    .sus_materi .box {
        margin-top: 1.6rem;
        padding: 1.2rem;
    }
}

.sus_materi .box p {
    font-weight: 500;
    margin-bottom: .2rem;
}

.sus_materi ul + p {
    margin-top: 2.6rem;
}

.sus_materi .c_link li {
    line-height: 1.75;
    position: relative;
    padding-left: 1.5625em;
}

@media screen and (max-width: 767px) {
    .sus_materi .c_link li {
        margin-top: .4rem;
    }
}

.sus_materi .c_link li:before {
    content: '・';
    position: absolute;
    left: .2em;
}

@media screen and (min-width: 768px) {
    .sus_effort {
        padding-right: 0;
    }
}

.sus_effort .swiper-slide {
    width: 32rem;
    height: auto;
    background: #fff;
    margin-right: 1.6rem;
}

@media screen and (max-width: 767px) {
    .sus_effort .swiper-slide {
        width: 100%;
        margin: 0 .8rem;
    }
}

@media screen and (max-width: 767px) {
    .sus_effort .wrap {
        width: 28rem;
        margin: 0 auto;
    }
}

.sus_effort .slide {
    overflow: hidden;
}

.sus_effort .box {
    position: relative;
}

.sus_effort .desc {
    padding: 2rem 2.4rem 5rem;
}

.sus_effort .desc:has(.c_link) {
    padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
    .sus_effort .desc:has(.c_link) {
        padding-bottom: 5.5rem;
    }
}

@media screen and (max-width: 767px) {
    .sus_effort .desc {
        padding: 1.6rem 2rem 3rem;
    }
}

.sus_effort .desc p:nth-of-type(2) {
    margin-top: .8rem;
}

.sus_effort .btn {
    display: flex;
}

@media screen and (max-width: 767px) {
    .sus_effort .btn {
        justify-content: space-between;
        margin: .8rem -1.6rem 0;
    }
}

@media screen and (min-width: 768px) {
    .sus_effort .btn {
        position: absolute;
        z-index: 2;
        top: 9.6rem;
        right: 7.564%;
    }
}

.sus_effort .btn i {
    cursor: pointer;
    width: 8rem;
    height: 8rem;
    background: url(../img/ico-prev.svg) no-repeat 50%/contain;
}

.sus_effort .btn .next {
    background-image: url(../img/ico-next.svg);
}

.sus_effort .c_btn {
    margin-top: 3.2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sus_effort .c_btn {
        margin-top: .8rem;
    }
}

.biz_lead {
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .biz_lead {
        margin-top: 10.5rem;
        margin-bottom: 3rem;
    }
}

.biz_lead .row {
    margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
    .biz_lead .row {
        margin-bottom: 13.2rem;
        display: flex;
        justify-content: space-between;
    }

    .biz_lead .row p {
        width: 51.77305%;
        margin-top: 6rem;
    }
}

.biz_lead .ttl {
    font-size: 4.8rem;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .biz_lead .ttl {
        font-size: 3.2rem;
        margin-bottom: 2.8rem;
    }
}

.biz_sec .head {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .biz_sec .head {
        flex-direction: column;
        gap: 1.8rem;
        margin-bottom: 1.6rem;
    }

    .biz_sec .head .low_ttl {
        margin-bottom: 0;
    }
}

.biz_sec .head p {
    font-weight: 500;
    width: 8.8rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #D14900;
    color: #D14900;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .biz_sec .head p {
        margin-top: 3.7rem;
    }
}

.biz_sec .head .corp {
    color: #231B29;
    border-color: #B4BDCC;
}

.biz_sec .desc {
    margin-top: 4rem;
    max-width: 96.8rem;
    margin: 9.8rem auto 3.5rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .desc {
        margin: 6.4rem auto 3.5rem;
    }
}

.biz_sec .logo {
    margin-bottom: 3.2rem;
}

.biz_sec .logo img {
    height: 3.2rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .logo img.b {
        height: 2.4rem;
    }
}

.biz_sec .low_ttl3 {
    font-size: 2.4rem;
    background-size: 2.4rem;
    background-position: left top;
    padding-left: 3rem;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .low_ttl3 {
        font-size: 1.8rem;
        background-size: 2rem;
        padding-left: 2.4rem;
        margin-bottom: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .biz_sec .ttl {
        display: flex;
        justify-content: center;
    }
}

.biz_sec .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.2%;
}

@media screen and (max-width: 767px) {
    .biz_sec .list ul {
        justify-content: center;
        gap: .8rem;
    }
}

.biz_sec .list li {
    background: #fff;
    border-radius: .8rem;
    text-align: center;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    padding: 2.4rem 1rem 1.7rem;
    width: calc(33.33% - 1.466%);
}

@media screen and (max-width: 767px) {
    .biz_sec .list li {
        width: calc(50% - .4rem);
        padding: 1.6rem 1rem 2rem;
    }
}

.biz_sec .list dl {
    margin-top: 1rem;
}

.biz_sec .list dt {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
    .biz_sec .list dt {
        font-size: 1.4rem;
    }
}

.biz_sec .list dd {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #333;
}

@media screen and (max-width: 767px) {
    .biz_sec .list dd {
        font-size: 1.6rem;
    }
}

.biz_sec .list img {
    height: 10.5rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .list img {
        height: 8.4rem;
    }
}

.biz_sec .list.b li {
    padding: 2.4rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .list.b li {
        padding: 1.6rem;
    }
}

.biz_sec .list.b dd {
    font-size: 1.2rem;
    text-align: left;
    color: #3E424E;
    line-height: 1.5;
}

.biz_sec .list.b img {
    height: 9.6rem;
}

.biz_sec .box {
    background: #fff;
    padding: 4rem;
    display: flex;
    border-radius: .8rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .box {
        flex-direction: column;
        gap: 1.4rem;
        padding: 1.6rem;
        margin: 0 -2.4rem 3rem;
    }

    .biz_sec .box figure {
        text-align: center;
    }

    .biz_sec .box figure img {
        width: 18.1rem;
    }

    .biz_sec .box figure img.b {
        width: 29rem;
        margin-bottom: 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .biz_sec .box {
        justify-content: space-between;
        align-items: center;
    }

    .biz_sec .box figure {
        width: 28.04878%;
    }

    .biz_sec .box .list {
        width: 68.69919%;
    }
}

.biz_sec .c_btn {
    text-align: center;
}

.biz_sec .c_btn a {
    width: 33.6rem;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .biz_sec .c_btn a {
        width: 28rem;
    }
}

.biz_sec .list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .list2 {
        margin-top: 2.5rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem;
    }
}

.biz_sec .list2 li {
    background: #fff;
    padding: 0 2.4rem 2.4rem;
    border-radius: .4rem .4rem 0 0;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .biz_sec .list2 li {
        position: relative;
        padding-bottom: 9.8rem;
    }

    .biz_sec .list2 li:has(.c_btn.lg) {
        padding-bottom: 11.4rem;
    }
}

.biz_sec .list2 figure {
    margin: 0 -2.4rem 2.4rem;
}

@media screen and (max-width: 767px) {
    .biz_sec .list2 figure {
        margin: 0 -1.6rem 1.6rem;
    }
}

.biz_sec .list2 figure img {
    width: 100%;
}

.biz_sec .list2 .c_btn {
    margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
    .biz_sec .list2 .c_btn {
        position: absolute;
        left: 50%;
        translate: -50% 0;
        bottom: 2.4rem;
        width: calc(100% - 4.8rem);
    }
}

.biz_sec .list2 .c_btn a {
    width: 100%;
}

.biz_sec .list2 dt {
    font-size: 1.8rem;
}

.mission_lead .ttl {
    font-size: 4.8rem;
    margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
    .mission_lead .ttl {
        font-size: 3.2rem;
        margin-bottom: 1.5em;
    }
}

.mission_lead p {
    line-height: 2.2;
}

@media screen and (max-width: 767px) {
    .mission_lead {
        padding: 0 1.6rem;
    }

    .mission_lead figure {
        margin: 1.4rem -1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .mission_lead {
        display: flex;
        justify-content: space-between;
        max-width: 144rem;
        margin: 17rem auto 12rem;
    }

    .mission_lead .desc {
        width: 38.19%;
        margin-top: 6rem;
    }

    .mission_lead figure {
        width: 26.59%;
    }

    .mission_lead figure.a {
        margin-top: 9rem;
    }

    .mission_lead figure.b img {
        width: 80%;
        display: block;
        margin-left: auto;
    }
}

.mission_lead p {
    font-weight: 500;
}

.com_access li:before {
    content: none;
}

@media screen and (min-width: 768px) {
    .history_list dd {
        margin-left: 9.4rem;
        padding-left: 9%;
    }
}

.c_submenu small {
    display: block;
    font-size: 1.4rem;
    margin-top: .5em;
    padding: 0 0 0 1.2em;
}

.contact_sec dd small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    margin-top: .5em;
    padding: 0 2rem;
}

.margin-t2 {
    margin-top: 4rem;
}

.margin-b2 {
    margin-bottom: 2rem;
}

.desc2 p {
    margin-bottom: 2.4rem;
}

.sus_materi .fig2 ul {
    display: flex;
    gap: 0.8rem;
    /* width: 20%; */
}



@media screen and (min-width: 768px) and (min-width: 1024px) {
    .sus_materi .row {
        display: flex;
        justify-content: space-between;
        gap: 3rem;
    }

    .sus_materi .fig2 ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .sus_materi .fig2 ul {
        margin-top: 1.6rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .sus_materi .fig2 li {
        width: 6.4rem;
    }
}

@media (min-width: 768px) {
    .footer_list {
        display: grid;
        grid-gap: 1rem;
        font-size: 1.4rem;
        width: 100%;
        max-width: 22rem;
    }
}

@media screen and (min-width: 768px) {
    .mission_lead .desc {
        width: 43.19%;
        margin-top: 6rem;
    }
}

.box .list3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    align-items: flex-end;
    justify-content: center;
}

.box .list3 ul li {
    text-align: center;
}

.box .list3 ul dd {
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
}

.box .list3 ul li:nth-child(2) img {
    width: 247px;
}

.box .list3 ul li:nth-child(1) dt {
    text-align: center;
    background: #ECD6A3;
    margin: 1rem 0;
}

.box .list3 ul li:nth-child(2) dt {
    text-align: center;
    background: #D4D2D1;
    margin: 1rem 0;
}

@media screen and (max-width: 767px) {
    .box .list3 ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem;
    }

    .box .list3 ul li:nth-child(1) {
        padding-top: 2.4rem;
    }

    .box .list3 ul li {
        padding: 0 2.4rem 2.4rem;
    }

}

/*# sourceMappingURL=style.css.map */
