@charset "utf-8";
@import url("https://use.typekit.net/dbz8ztk.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');
/*
Theme Name: ミダス財団
Theme URI: 
Description: 
Version: 2.0
Author: 
Author URI: 
*/
/* Custom Properties
--------------------------------------------------*/
:root {
    --color-primary: #cea000;
    --color-secondary: #84978a;
    --color-text: #272727;
    --color-error: #d80000;
    --color-dark-gray: #282828;
    --color-light-gray: #f4f4f4;
    --color-light-yellow: #fffcf3;
    --font-family-sans: "Zen Kaku Gothic New", sans-serif;
    --font-family-serif: "Zen Old Mincho", serif;
    --font-family-en: "objektiv-mk3", sans-serif;
}
/* Reset
--------------------------------------------------*/
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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
/* Grobal
--------------------------------------------------*/
/* link */
a {
    color: #272727;
    text-decoration: none;
    outline: none;
}
a:hover img, a:focus img {
    opacity: .7;
}
.txt-border {
    border-bottom: 1px solid #999;
}
a.txt-border:hover {
    border-bottom: none;
}
/* transition */
a, a img, input {
    transition: all .5s;
}
/* font */
strong {
    font-weight: bold;
}
.serif {
    font-family: var(--font-family-serif);
}
.en {
    font-family: var(--font-family-en);
}
.objektiv {
    font-family: objektiv-mk3, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.color-primary {
    color: var(--color-primary);
}
/* img */
img {
    max-width: 100%;
    height: auto;
}
.bg-white {
    background: #fff;
}
/* position */
.relative {
    position: relative;
}
/* pc, sp */
.sp {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
/* margin, padding */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .mb-sp-20 {
        margin-bottom: 10px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
}
/* form  */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
/* layout
--------------------------------------------------*/
/* Body */
body {
    color: #272727;
    font-size: 16px;
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    word-break: break-all;
    background: #fff;
}
body.no-scroll {
    overflow: hidden;
}
/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 100;
}
header.float {
    top: -100%;
    z-index: 400;
    transition: all 2s;
}
header.float.show {
    top: 0;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px 0 0;
}
header.float .header-inner {
    max-width: 1280px;
    padding: 10px;
    background: var(--color-primary);
    border-radius: 9999px;
}
.header-inner h1 {
    flex-shrink: 0;
    padding-left: 30px;
}
.header-inner h1 img {
    width: auto;
    height: 52px;
    transition: opacity .5s;
}
header.float .header-inner h1 img {
    height: 42px;
}
@media screen and (max-width: 768px) {
    header,
    header h1 {
        transition: opacity .5s;
    }
    header {
        padding: 15px;
        box-sizing: border-box;
    }
    header.float {
        background: none;
        pointer-events: none;
        transition: all .5s;
    }
    header.float h1 {
        opacity: 0;
    }
    header.active {
        z-index: 400;
        background: none;
        pointer-events: auto;
    }
    .header-inner {
        justify-content: space-between;
        padding: 0;
    }
    header.float .header-inner {
        padding: 0;
        background: none;
        border-radius: none;
    }
    .header-inner h1 {
        padding: 4px;
    }
    .header-inner h1 img {
        height: 48px;
    }
}
/* Nav */
.header-nav {
    display: flex;
    align-items: center;
    align-self: stretch;
}
.header-nav ul {
    display: flex;
    align-items: center;
}
.header-menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
}
@media screen and (min-width: 1480px) {
    .header-menu {
        margin-right: 15vw;
    }
    header.float .header-menu {
        margin-right: 0;
    }
}
.header-menu > li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 min(30px, 3vw);
}
.header-menu > li > a {
    text-align: center;
    line-height: 1;
}
.header-menu a,
.header-lang a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header-menu a:hover {
    opacity: .7;
}
.btn-sub-menu > a:hover {
    text-decoration: none;
}
.sub-menu {
    position: absolute;
    top: calc(100%);
    left: -20px;
    padding-top: 20px;
}
.sub-menu-bg {
    display: flex;
    width: 600px;
    padding: 20px;
    background: #fff;
    border-radius: 0 16px 16px 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
.sub-menu-inner {
    width: 50%;
}
.sub-menu-title {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
    color: var(--color-primary);
}
.sub-menu-title small {
    font-size: .5em;
}
.sub-menu-content {
    display: flex;
    gap: 10px;
}
.sub-menu-img {
    flex-shrink: 0;;
}
.header-menu .sub-menu-txt a {
    display: block;
    padding-left: 1.5em;
    font-size: 12px;
    color: var(--color-text);
    text-indent: -1.5em;
}
.sub-menu-txt a::before {
    content: "ー ";
    color: var(--color-primary);
}
.header-lang,
.header-btn {
    gap: 10px;
}
.header-lang {
    margin-right: 40px;
    white-space: nowrap;
}
.header-lang li {
    flex-shrink: 0;
}
.btn-search,
.search-box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    cursor: pointer;
}
.search-box button {
    box-sizing: content-box;
    background: var(--color-primary);
    border: none;
}
.btn-search:hover,
.search-box button:hover {
    background: #282828;
}
.btn-search:hover img,
.search-box button img {
    filter: invert(100%);
}
.search-box {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
}
.search-box form {
    display: flex;
    gap: 5px;
    width: 280px;
    padding: 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    transition: all .2s;
}
.search-box input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #272727;
    border: none;
    outline: none;
}
.btn-contact {
    display: block;
    padding: 1em 3em;
    white-space: nowrap;
    color: #fff;
    font-family: var(--font-family-en);
    line-height: 1;
    background: #393939;
    border-radius: 1.5em;
}
.btn-contact:hover {
    color: var(--color-primary);
    background: #fff;
}
@media screen and (max-width: 768px) {
    .header-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 6%;
        overflow-x: scroll;
        background: url(/wp-content/themes/midas-foundation/img/common/bg-nav-sp.jpg) no-repeat center center;
        background-size: cover;
        opacity: 0;
        pointer-events: none;
        transition: all .5s;
    }
    .header-nav.active {
        opacity: 1;
        pointer-events: auto;
    }
    .header-nav ul {
        display: block;
    }
    .header-menu {
        margin-bottom: 20px;
        border-bottom: solid 1px rgba(255, 255, 255, .25);
    }
    .header-menu li {
        display: block;
        margin-right: 0;
    }
    .header-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nav-logo-sp {
        width: 190px;
        margin-bottom: 20px;
    }
    .header-menu a,
    .header-lang a {
        font-size: 18px;
    }
    .header-menu a:hover {
        text-decoration: none;
    }
    .btn-sub-menu > a::after {
        content: " ＋";
    }
    .btn-sub-menu > a.active::after {
        content: " ー";
    }
    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 0;
    }
    .sub-menu-bg {
        display: block;
        width: auto;
        margin-top: 20px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: none;
    }
    .sub-menu-inner {
        width: auto;
    }
    .sub-menu-inner:first-child {
        margin-bottom: 20px;
    }
    .sub-menu-title {
        font-size: 18px;
    }
    ul.header-lang {
        display: none;
    }
    ul.header-btn {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .header-btn li:last-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px rgba(255, 255, 255, .25);
    }
    .btn-contact {
        text-align: center;
    }
    .btn-search {
        display: none;
    }
    .search-box {
        display: block;
        position: relative;
        top: 0;
    }
    .search-box form {
        width: auto;
        box-shadow: none;
    }
}
/* nav-btn-sp */
.nav-btn-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .nav-btn-sp {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        padding: 19px;
        z-index: 200;
        cursor: pointer;
        transition: all .2s;
        background: #484848;
        border-radius: 4px;
        pointer-events: auto;
    }
    .nav-btn-sp i,
    .nav-btn-sp i:before,
    .nav-btn-sp i:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 18px;
        height: 2px;
    }
    .nav-btn-sp i {
        left: 50%;
        margin: 0 0 0 -9px;
        transition: .1s;
        background: var(--color-primary);
    }
    .nav-btn-sp i:before,
    .nav-btn-sp i:after {
        content: "";
        transition: .2s;
        background: #fff;
    }
    .nav-btn-sp i:before {
        margin-top: -8px;
    }
    .nav-btn-sp i:after {
        margin-top: 6px;
    }
    .nav-btn-sp.close i {
        background: transparent;
    }
    .nav-btn-sp.close i:before,
    .nav-btn-sp.close i:after {
        margin-top: 0;
    }
    .nav-btn-sp.close i:before {
        transform: rotate(-45deg);
    }
    .nav-btn-sp.close i:after {
        transform: rotate(-135deg);
    }
}
/* breadcrumb */
.breadcrumb {
    position: relative;
    padding: 0 20px;
    z-index: 200;
    background: var(--color-primary);
}
.breadcrumb ul {
    display: flex;
    padding: 1em 0;
}
.breadcrumb li,
.breadcrumb a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.breadcrumb ul li:not(:first-child)::before {
    content: "・";
}
.breadcrumb a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        padding: 0 6%;
    }
}
/* Footer */
footer {
    position: relative;
    z-index: 200;
    color: #fff;
    background: var(--color-dark-gray);
}
footer a {
    color: #fff;
}
footer li a:hover {
    opacity: .7;
}
footer li a:hover .bg-white {
    opacity: 1;
}
.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px;
}
.footer-note-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ico-note,
.ico-youtube,
.ico-facebook {
    padding-left: 3em;
    background: no-repeat left center;
}
.ico-note {
    background-image: url(/wp-content/themes/midas-foundation/img/common/ico-note.png);
}
.ico-youtube {
    background-image: url(/wp-content/themes/midas-foundation/img/common/ico-youtube.png);
}
.ico-facebook {
    background-image: url(/wp-content/themes/midas-foundation/img/common/ico-facebook.png);
}
.footer-note-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.footer-note-list li {
    width: 22%;
}
.footer-note-list li .bg-white {
    overflow: hidden;
    border-radius: 4px;
}
.footer-note-txt {
    margin-top: 1em;
}
.footer-hr {
    margin: 40px 0;
    border: none;
    height: 1px;
    background: #282828;
}
.footer-link {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    width: 180px;
}
.footer-link ul li {
    font-size: 14px;
}
.footer-link ul li:not(:last-child) {
    margin-bottom: 40px;
}
.footer-sub-menu {
    min-width: 13em;
}
.footer-sub-menu > a:hover {
    text-decoration: none;
}
.footer-sub-menu > a::after {
    content: "＋";
    padding-left: .5em;
    color: var(--color-primary);
    font-weight: 800;
}
.footer-sub-menu > a.active::after {
    content: "－";
}
.footer-sub-menu div {
    padding-left: 1em;
}
.footer-sub-menu div p {
    padding: 1em 0;
    color: var(--color-primary);
}
.footer-sub-menu div ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-link h3 {
    margin-bottom: 30px;
}
.footer-link-btn {
    margin-top: 45px;
}
.footer-link-btn a {
    display: block;
    padding: 22px 0;
    line-height: 1;
    text-align: center;
    border: solid 1px #666;
    border-radius: 9999px;
}
.footer-link-btn a:hover {
    color: #fff;
    background: var(--color-primary);
}
.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 40px;
    font-size: 14px;
}
.footer-copy ul {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .footer-inner {
        padding: 40px 6%;
    }
    .footer-inner:first-child {
        padding-bottom: 10px;
    }
    .footer-note-title p {
        position: absolute;
        left: 15px;
        bottom: 20px;
    }
    .footer-note-title .ico-note {
        margin-left: -.4em;
        font-size: 18px;
    }
    .footer-note-list-area {
        overflow-x: scroll;
        padding-bottom: 60px;
    }
    .footer-note-list {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .footer-note-list li {
        flex-shrink: 0;
        width: 280px;
        margin-right: 40px;
    }
    .footer-note-txt {
        display: -webkit-box;
        height: 3.6em;
        margin-top: 1em;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .footer-hr {
        display: none;
    }
    .footer-link {
        display: block;
    }
    .footer-logo {
        width: 190px;
        margin-bottom: 20px;
    }
    .footer-link ul {
        margin: 20px 0 60px;
    }
    .footer-link ul li {
        font-size: 16px;
    }
    .footer-link ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-sub-menu div ul {
        margin: 0;
    }
    .footer-link h3 {
        margin-bottom: 20px;
    }
    .footer-copy {
        display: block;
        margin-top: 60px;
        padding-bottom: 0;
        text-align: center;
    }
    .footer-copy ul {
        display: none;
    }
}
/* Movein */
.movein {
    position: fixed;
    bottom: 32px;
    right: -100%;
    z-index: 300;
    transition: all 1s;
}
.movein a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    color: var(--color-light-yellow);
    background: #383839;
    border-radius: 24px 0 0 24px;
}
.movein a:hover {
    background: var(--color-primary);
}
.movein-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.movein-txt small {
    font-size: .875em;
}
.movein-arrow {
    width: 48px;
    height: 48px;
    background: var(--color-primary) url(/wp-content/themes/midas-foundation/img/common/ico-arrow-01.png) no-repeat center 45%;
    background-size: 20px auto;
    border-radius: 9999px;
}
.movein a:hover .movein-arrow {
    background-color: var(--color-dark-gray);
}
@media screen and (max-width: 768px) {
    .movein {
        bottom: calc(-100% - 15px);
        left: 15px;
        right: 15px;
    }
    .movein a {
        justify-content: space-between;
        font-size: 14px;
        border-radius: 24px;
    }
}
/* Common to all pages
--------------------------------------------------*/
/* fv */
.fv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 128px 20px 40px;
    box-sizing: border-box;
    z-index: 50;
    background: var(--color-primary) url(/wp-content/themes/midas-foundation/img/common/bg-01.jpg) no-repeat center center;
    background-size: cover;
}
.fv-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 40px;
}
.fv-copy {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 9%;
    color: #fff;
    font-size: 48px;
    font-family: var(--font-family-serif);
    line-height: 1.2;
    opacity: 0;
    transition: opacity 1s;
}
.fv-copy.is-visible {
    opacity: 1;
}
.fv-copy.fv-copy-top {
    font-size: 56px;
}
.no-thumbnail .fv-copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 1em 0;
}
.fv-copy > span {
    position: relative;
    display: inline-block;
    z-index: 50;
}
.fv-copy > span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    top: 0;
    right: -5px;
    background: var(--color-primary);
    z-index: -1;
}
.no-thumbnail .fv-copy > span::before {
    display: none;
}
@media screen and (max-width: 768px) {
    .fv {
        padding: 86px 15px 15px;
        background-image: url(/wp-content/themes/midas-foundation/img/common/bg-01-sp.jpg);
    }
    .fv-img {
        position: relative;
        height: calc(100vh - 86px - 15px);
        height: calc(100svh - 86px - 15px);
        overflow: hidden;
    }
    .fv-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .fv-copy {
        bottom: 5%;
        font-size: 32px;
    }
    .fv-copy.fv-copy-top {
        font-size: 32px;
    }
    .no-thumbnail .fv-copy {
        font-size: 32px;
        padding: 2em 0;
    }
}
/* main */
main {
    position: relative;
    z-index: 200;
    overflow-x: hidden;
    background: #fff;
}
/* section */
section {
    padding: 60px 20px;
}
.bg-yellow {
    background: var(--color-light-yellow);
}
.bg-gray {
    background: var(--color-light-gray);
}
.section-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.space-y {
    padding: 100px 0;
}
@media screen and (max-width: 768px) {
    section {
        padding: 40px 6%;
    }
    .space-y {
        padding: 50px 0;
    }
}
/* page */
.page-inner {
    max-width: 840px;
}
/* Title */
.title-01,
.title-02,
.title-03,
.news_ttl,
.title-04 {
    line-height: 1.4;
}
.title-01 {
    color: var(--color-primary);
    font-family: var(--font-family-en);
    font-size: 56px;
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
    text-transform: uppercase;
}
.title-01.right {
    text-align: right;
}
.title-01 span {
    display: block;
    margin-top: 20px;
    color: var(--color-text);
    font-family: var(--font-family-serif);
    font-size: 32px
}
.title-02 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 28px;
}
.title-02::before {
    content: "●";
    padding-right: .3em;
    color: var(--color-primary);
    font-size: .8em;
}
.title-03,
.news_ttl {
    margin-bottom: 20px;
    font-size: 22px;
}
.title-03::before,
.news_ttl::before {
    content: "●";
    display: inline-block;
    padding-right: 1em;
    color: var(--color-primary);
    font-size: .5em;
    transform: translateY(-.3em);
}
.title-04 {
    margin-bottom: 20px;
    color: var(--color-primary);
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    .title-01 {
        font-size: 40px;
    }
    .top-vision .title-01 {
        font-size: 32px;
    }
    .title-01 span {
        font-size: 24px;
    }
    .title-02 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .title-03 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .title-04 {
        margin-bottom: 20px;
        color: var(--color-primary);
        font-size: 20px;
    }
}
/* btn */
.btn-01,
.btn-02,
.btn-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family-en);
    line-height: 1;
    border-radius: 9999px;
}
.btn-01 {
    padding: 16px 16px 16px 24px;
    color: #fff;
    font-size: 18px;
    background: var(--color-primary);
}
.btn-02 {
    padding: 8px 8px 8px 24px;
    color: var(--color-text);
    font-size: 16px;
    border: solid 1px #e0e0e0;
}
.btn-03 {
    padding: 8px 8px 8px 24px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #666;
}
.btn-01::after,
.btn-02::after,
.btn-03::after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(/wp-content/themes/midas-foundation/img/common/ico-arrow-01.png) no-repeat center 45%;
    background-size: 14px auto;
    border-radius: 9999px;
}
.btn-01::after {
    background-color: var(--color-dark-gray);
}
.btn-02::after {
    background-color: var(--color-dark-gray);
}
.btn-03::after {
    background-color: var(--color-primary);
}
.btn-01:hover,
.btn-02:hover,
.btn-03:hover {
    color: var(--color-primary);
    background: #484848;
}
.btn-03:hover {
    color: #fff;;
    background: var(--color-primary);
}
.btn-01:hover::after,
.btn-02:hover::after,
.btn-03:hover::after {
    background-color: var(--color-primary);
}
.btn-03:hover::after {
    background-color: var(--color-text);
}
.arrow-01 {
    display: block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    background: var(--color-dark-gray);
    border-radius: 9999px;
    transition: all .2s;
}
.arrow-01::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 46%;
    height: 16%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: translate(-70%, -80%) skew(40deg);
    transition: all .2s;
}
.arrow-01.w-40 {
    width: 40px;
    height: 40px;
}
.arrow-left {
    transform: scaleX(-1);
}
.arrow-gray {
    background: #ccc;
}
/* top
--------------------------------------------------*/
/* top-slide */
.top-slide {
    max-height: calc(100vh - 168px);
}
@media screen and (max-width: 768px) {
    .top-slide {
        max-height: unset;
    }
    .top-slide .slick-slide {
        position: relative;
        height: calc(100vh - 86px - 15px);
        height: calc(100svh - 86px - 15px);
        overflow: hidden;
    }
    .top-slide .slick-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
/* top-vision */
.top-vision {
    padding: 0 20px;
}
.page-about .top-vision {
    background: var(--color-light-yellow);
}
.top-vision-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 120px;
}
.top-vision-txt {
    margin-top: 180px;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
}
.top-vision-01,
.top-vision-02,
.top-vision-03,
.top-vision-04 {
    position: absolute;
    overflow: hidden;
    border-radius: 24px;
}
.top-vision-01 img,
.top-vision-02 img,
.top-vision-03 img,
.top-vision-04 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.top-vision-01 {
    top: 60px;
    left: 50%;
}
.top-vision-02 {
    top: 110px;
    left: -10%;
    width: 320px;
    height: 370px;
}
.top-vision-03 {
    top: 390px;
    right: -10%;
}
.top-vision-04 {
    top: 580px;
    left: 0;
    width: 285px;
}
.top-vision-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .top-vision {
        padding: 0 6%;
    }
    .top-vision-inner {
        padding: 20px 0 40px;
    }
    .top-vision-txt {
        margin-top: 240px;
        font-size: 16px;
    }
    .top-vision-01,
    .top-vision-02,
    .top-vision-03,
    .top-vision-04 {
        border-radius: 16px;
    }
    .top-vision-01 {
        top: 140px;
        left: auto;
        right: 0;
        width: 136px;
    }
    .top-vision-02 {
        top: 50px;
        left: 25%;
        width: 104px;
        height: 130px;
    }
    .top-vision-03 {
        top: 190px;
        left: 0;
        right: auto;
        width: 104px;
    }
    .top-vision-04 {
        display: none;
    }
    .top-vision-btn {
        margin-top: 20px;
    }
}
/* top-activity */
.top-activity {
    padding: 0 20px;
    background: #faf7ed;
}
.top-activity-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0 80px;
}
.activity-title-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.top-activity-txt-01 {
    text-align: right;
}
.top-activity-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.top-activity-list li {
    width: calc(50% - 20px);
}
.top-activity-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--color-primary);
    border-radius: 24px;
}
.top-activity-list li a::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 56px;
    height: 56px;
    background: #383838 url(/wp-content/themes/midas-foundation/img/common/ico-arrow-01.png) no-repeat center 45%;
    background-size: 26px auto;
    border-radius: 9999px;
    transition: all .2s;
}
.top-activity-list li a:hover::after {
    background-color: var(--color-primary);
}
.top-activity-list li a:hover img {
    opacity: .5;
}
.top-activity-list-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em 1.2em;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background: var(--color-primary);
    border-radius: 0 0 0 24px;
}
.top-activity-list-txt {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.top-activity-list-txt small {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .top-activity {
        padding: 0 6%;
    }
    .top-activity-inner {
        padding: 40px 0;
    }
    .activity-title-area {
        display: block;
        margin-bottom: 50px;
    }
    .activity-title-area h2 {
        margin-bottom: 40px;
    }
    .top-activity-txt-01 {
        text-align: left;
    }
    .top-activity-list {
        gap: 16px;
    }
    .top-activity-list li {
        width: 100%;
    }
    .top-activity-list li a {
        border-radius: 16px;
    }
    .top-activity-list li a::after {
        width: 40px;
        height: 40px;
        background-size: 20px auto;
    }
    .top-activity-list-img {
        position: relative;
        width: 100%;
        aspect-ratio: 33 / 40;
        overflow: hidden;
    }
    .top-activity-list-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-activity-list-txt {
        left: 16px;
        bottom: 16px;
        font-size: 16px;
    }
    .top-activity-list-txt small {
        font-size: 14px;
    }
}
/* top-output */
.top-output {
    margin-top: 70px;
    padding: 30px 50px 60px 30px;
    color: #fff;
    background: url(/wp-content/themes/midas-foundation/img/top/activity-label.png) no-repeat right 20px top #84978a;
    border-radius: 24px;
}
.top-output h3 {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.4;
}
.top-output-list {
    display: flex;
    justify-content: center;
}
.top-output-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 28%;
    text-align: center;
    line-height: 1.2;
}
.top-output-list.has-4 li {
    width: 25%;
}
.top-output-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 4em;
    margin-bottom: 1em;
    padding-bottom: 2em;
    font-size: 18px;
    line-height: 2;
}
.top-output-item::after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
    height: 1px;
    background: #fff;
}
.top-output-num {
    font-size: 80px;
    font-weight: 200;
}
.top-output-num small {
    padding-left: .5em;
    font-size: .375em;
}
@media screen and (max-width: 768px) {
    .top-output {
        margin-top: 20px;
        padding: 20px 20px 40px;
        background-position: right 20px top;
        background-size: 18px auto;
    }
    .top-output h3 {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .top-output-list {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .top-output-list li {
        width: auto;
    }
    .top-output-item {
        margin-bottom: .5em;
        padding-bottom: 1.5em;
        font-size: 16px;
    }
    .top-output-num {
        font-size: 64px;
    }
    .top-output-num small {
        padding-left: .2em;
    }
}
/* top-news */
.top-news {
    padding: 60px 20px 80px;
}
.top-news-inner {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    max-width: 1280px;
    margin: 0 auto;
}
.top-news-list li {
    position: relative;
}
.top-news-list li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1000%;
    height: 1px;
    background: #e0e0e0;;
}
.top-news-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 1.5em 0;
    line-height: 1.5;
}
.top-news-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fff;
    transition: all .5s;
    z-index: -1;
}
.top-news-list a:hover::before {
    background: var(--color-light-gray);
}
.top-news-date,
.top-news-category {
    white-space: nowrap;
}
.top-news-category span {
    display: inline-block;
    width: 120px;
    padding: .5em 0;
    color: #fff;
    font-family: "aktiv-grotesk", sans-serif;;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: var(--color-primary);
    border-radius: 4px;
}
.top-news-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 40px 6%;
    }
    .top-news-inner {
        display: block;
    }
    .top-news-inner h2 {
        margin-bottom: 30px;
    }
    .top-news-list a {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 1.5em 0;
    }
    .top-news-title {
        width: 100%;
        padding-top: .5em;
    }
    .top-news-btn {
        justify-content: center;
    }
}
/* about
--------------------------------------------------*/
/* about-scheme */
.about-scheme {
    display: flex;
    justify-content: center;
    gap: 120px;
}
.about-scheme-inner {
    max-width: min(500px, calc(50% - 60px));
    padding: 8px;
    background: var(--color-light-yellow);
    border-radius: 24px;
}
.about-scheme-inner p {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 24px;
}
.about-scheme-inner dl {
    padding: 0 10px;
}
.about-scheme-inner dt {
    margin-bottom: 20px;
    color: var(--color-primary);
    font-size: 32px;
}
.about-scheme-inner dd {
    font-size: 16px;
}
.about-scheme-inner dd ul {
    list-style: disc;
    padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
    .about-scheme {
        flex-direction: column;
        gap: 20px;
    }
    .about-scheme-inner {
        max-width: 100%;
    }
    .about-scheme-inner dt {
        margin-bottom: 12px;
        font-size: 24px;
    }
}
/* about-overview */
@media screen and (max-width: 768px) {
    .about-overview-img {
        padding-bottom: 20px;
        overflow-x: scroll;
    }
    .about-overview-img img {
        display: block;
        width: 200%;
        max-width: unset;
    }
}
/* about-member */
.about-member {
    background: var(--color-light-yellow);
}
.about-member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px calc(40% / 1280 * 100);
}
.about-member-list li {
    max-width: calc(290% / 1280 * 100);
}
.about-member-list a {
    display: block;
    line-height: 1.4;
}
.about-member-pic {
    flex-shrink: 0;
    max-width: 290px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 24px;
}
.about-member-role,
.about-member-name {
    line-height: 1.2;
}
.about-member-role {
    margin-bottom: 10px;
}
.about-member-name {
    font-size: 24px;
}
.about-member-detail {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 860px;
    margin: 20px auto;
    padding: 25px;
    background: var(--color-light-gray);
    border-radius: 24px;
}
.about-member-detail .about-member-role {
    color: var(--color-primary);
}
.about-member-detail .about-member-name {
    margin-bottom: 30px;
}
.about-member-profile {
    line-height: 2;
}
.mfp-close-btn-in .mfp-close {
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    opacity: 1;
}
.mfp-close-btn-in .mfp-close:hover {
    opacity: .7;
}
@media screen and (max-width: 768px) {
    .about-member-list {
        gap: 32px 16px;
    }
    .about-member-list li {
        max-width: calc(50% - 8px);
    }
    .about-member-pic {
        border-radius: 16px;
    }
    .about-member-role {
        font-size: 12px;
    }
    .about-member-name {
        font-size: 18px;
    }
    .about-member-detail {
        flex-direction: column;
        gap: 20px;
        max-width: calc(100% - 90px);
    }
    .about-member-detail .about-member-pic {
        max-width: 160px;
        margin-bottom: 0;
    }
}
/* about-info */
.about-info {
    padding: 100px 20px;
}
.about-info-box {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #e0e0e0;
}
.about-info-box:first-child {
    margin-bottom: 60px;
}
.about-info-box h2,
.about-info-right dt,
.about-info-right dd a,
.about-info-right th,
.about-info-right td {
    padding: 15px 0;
}
.about-info-box h2 {
    width: 40%;
}
.about-info-right {
    width: 60%;
}
.about-info-right dl {
    display: flex;
    justify-content: space-between;
}
.about-info-right dd a,
.about-info-right th,
.about-info-right td {
    border-bottom: solid 1px #e0e0e0;
}
/*.about-info-right dt,*/
.about-info-right th {
    width: 30%;
    color: var(--color-primary);
}
.about-info-right dt {
    font-size: 24px;
    border-bottom: none;
}
/*.about-info-right dd,*/
.about-info-right td {
    width: 70%;
}
.about-info-right dd {
    width: 100%;
}
.about-info-right dd a {
    display: block;
    position: relative;
}
.about-info-right dd a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fff;
    transition: all .5s;
    z-index: -1;
}
.about-info-right dd a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: .8em;
    height: .25em;
    border: solid var(--color-text);
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) skew(40deg);
}
.about-info-right dd a:hover::before {
    background: var(--color-light-gray);
}
.about-info-right table {
    width: 100%;
}
.about-info-right th {
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .about-info {
        padding: 40px 20px 60px;
    }
    .about-info-box {
        flex-direction: column;
        border-top: none;
    }
    .about-info-box h2 {
        width: 100%;
        padding-bottom: 0;
    }
    .about-info-right {
        width: 100%;
    }
    .about-info-right dl {
        flex-direction: column;
    }
    .about-info-right dt,
    .about-info-right th {
        width: auto;
    }
    .about-info-right dt {
        padding-top: 0;
    }
    .about-info-right dd,
    .about-info-right td {
        width: auto;
    }
    .about-info-right th {
        padding-right: 2em;
    }
}
/* attempt
--------------------------------------------------*/
/* attempt-intro */
.attempt-intro-inner {
    position: relative;
    height: 440px;
}
.attempt-intro-txt,
.attempt-intro-img-01,
.attempt-intro-img-02,
.attempt-intro-img-03 {
    position: absolute;
}
.attempt-intro-txt {
    left: 0;
    bottom: 0;
    max-width: 400px;
    line-height: 2;
}
.attempt-intro-img-01,
.attempt-intro-img-02,
.attempt-intro-img-03 {
    overflow: hidden;
    border-radius: 20px;
}
.attempt-intro-img-01 img,
.attempt-intro-img-02 img,
.attempt-intro-img-03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.attempt-intro-img-01 {
    left: 40%;
    bottom: 0;
    width: 289px;
    height: 226px;
}
.attempt-intro-img-02 {
    top: 0;
    right: 0;
    width: 396px;
    height: 400px;
}
.attempt-intro-img-03 {
    top: 0;
    left: 30%;
    width: 218px;
    height: 170px;
}
@media screen and (max-width: 768px) {
    .attempt-intro-inner {
        height: auto;
        padding-top: 320px;
    }
    .attempt-intro-txt {
        position: relative;
        max-width: unset;
        line-height: 1.8;
    }
    .attempt-intro-img-01,
    .attempt-intro-img-02,
    .attempt-intro-img-03 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .attempt-intro-img-01 {
        top: 60px;
        right: 0;
        width: 38%;
        height: 100px;
    }
    .attempt-intro-img-02 {
        top: 0;
        left: 0;
        width: 52%;
        height: 170px;
    }
    .attempt-intro-img-03 {
        top: 190px;
        left: 30%;
        width: 38%;
        height: 100px;
    }
}
/* global-intro */
.global-intro {
    background: url(/wp-content/themes/midas-foundation/img/attempt/global/bg-01.jpg) no-repeat center center / cover;
}
.global-intro-inner {
    position: relative;
    height: 730px;
}
.global-intro-txt,
.global-intro-img-01,
.global-intro-img-02,
.global-intro-img-03,
.global-intro-img-04 {
    position: absolute;
}
.global-intro-txt {
    top: 50%;
    left: 50%;
    max-width: 400px;
    color: #fff;
    transform: translate(-50%, -50%);
    line-height: 2;
}
.global-intro-img-01,
.global-intro-img-02,
.global-intro-img-03,
.global-intro-img-04 {
    overflow: hidden;
    border-radius: 20px;
}
.global-intro-img-01 img,
.global-intro-img-02 img,
.global-intro-img-03 img,
.global-intro-img-04 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.global-intro-img-01 {
    top: 5%;
    left: -5%;
    width: 290px;
    height: 226px;
}
.global-intro-img-02 {
    left: 0;
    bottom: 0;
    width: 292px;
    height: 400px;
}
.global-intro-img-03 {
    top: 0;
    right: -10%;
    width: 290px;
    height: 400px;
}
.global-intro-img-04 {
    right: 5%;
    bottom: 5%;
    width: 292px;
    height: 226px;
}
@media screen and (max-width: 768px) {
    .global-intro-inner {
        height: auto;
        padding: 310px 0 290px;
    }
    .global-intro-txt,
    .global-intro-img-01,
    .global-intro-img-02,
    .global-intro-img-03,
    .global-intro-img-04 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .global-intro-txt {
        position: relative;
        max-width: unset;
        line-height: 1.8;
        transform: none;
    }
    .global-intro-img-01 {
        top: 0;
        left: 0;
        width: 155px;
        height: 121px;
    }
    .global-intro-img-02 {
        top: 70px;
        right: 0;
        width: 153px;
        height: 210px;
    }
    .global-intro-img-03 {
        left: 0;
        bottom: 50px;
        width: 155px;
        height: 214px;
    }
    .global-intro-img-04 {
        right: 0;
        bottom: 0;
        width: 153px;
        height: 119px;
    }
}
/* country-list */
.country-list {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 40px;
}
.country-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .5em;
    border-bottom: solid 1px #e0e0e0;
}
.country-list li:not(.active) {
    cursor: pointer;
}
.country-list li:hover {
    border-bottom-color: var(--color-text);
}
.country-list li.active {
    border-bottom-color: var(--color-primary);
}
.country-num {
    display: block;
    padding: .2em .8em;
    font-size: .8em;
    line-height: 1;
    background: #e0e0e0;
    border-radius: 9999px;
}
.country-list li.active .country-num {
    color: #fff;
    background: var(--color-primary);
}
@media screen and (max-width: 768px) {
    .country-list {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        overflow-x: scroll;
    }
    .country-list li {
        justify-content: center;
        white-space: nowrap;
        font-size: 14px;
    }
}
/* attempt-list */
.attempt-list li {
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 3%;;
}
.attempt-list-img {
    position: relative;
    width: 100%;
    max-width: unset;
    left: 24%;
    overflow: hidden;
    border-radius: 24px;
}
.attempt-list-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    max-width: 536px;
    padding: 24px 20px 16px 32px;
    color: #fff;
    background: var(--color-primary);
    border-radius: 24px;
}
.attempt-list-box:hover {
    background: #af7510;
}
.attempt-list-year,
.attempt-list-country,
.attempt-list-title {
    line-height: 1.2;
}
.attempt-list-year {
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotate(-270deg) translateX(100%);
    transform-origin: right top;
    font-family: var(--font-family-en);
}
.attempt-list-year::before {
    content: "―";
    padding-right: .5em;
}
.attempt-list-country {
    margin-bottom: 20px;
}
.attempt-list-title {
    margin-bottom: 40px;
    font-size: 32px;
}
.attempt-list-description {
    padding-right: 40px;
    line-height: 2;
}
.attempt-list-link {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
a:hover .attempt-list-link .arrow-01 {
    background-color: #fff;
}
a:hover .attempt-list-link .arrow-01::after {
    border-color: var(--color-text);
}
@media screen and (max-width: 768px) {
    .attempt-list li {
        margin-bottom: 24px;
        padding-bottom: 0;
    }
    .attempt-list-img {
        height: 300px;
        padding-bottom: 0;
        left: 0;
    }
    .attempt-list-img img {
        width: 100%;
        max-width: unset;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .attempt-list-box {
        position: relative;
        margin-top: -48px;
        max-width: unset;
        padding: 16px;
    }
    .attempt-list-country {
        margin-bottom: 10px;
    }
    .attempt-list-title {
        margin-bottom: 20px;
        padding-right: 20px;
        font-size: 24px;
    }
    .attempt-list-description {
        padding-right: 20px;
        line-height: 1.8;
    }
}
/* single
--------------------------------------------------*/
/* single-inner */
.single-inner {
    max-width: 840px;
}
.single-inner > p {
    margin-bottom: 2rem;
    line-height: 2;
}
.single-inner a {
    text-decoration: underline;
}
.single-inner a:hover {
    text-decoration: none;
}
.single-inner > ol {
    list-style: decimal;
    margin: 1em 0;
    padding-left: 1.5em;
}
.single-inner > p + ol {
    margin-top: -1em;
}
.single-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.single-iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .single-inner > p {
        margin-bottom: 1.8rem;
        line-height: 1.8;
    }
}
/* w-1280 */
.w-1280 {
    margin: 0 -220px;
}
.w-1280 > img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .w-1280 {
        margin: auto;
    }
}
/* grant
--------------------------------------------------*/
/* grant-intro */
.grant-intro-inner {
    position: relative;
    height: 650px;
}
.grant-intro-txt,
.grant-intro-img-01,
.grant-intro-img-02,
.grant-intro-img-03 {
    position: absolute;
}
.grant-intro-txt {
    left: 0;
    bottom: 0;
    max-width: 400px;
    line-height: 2;
}
.grant-intro-img-01,
.grant-intro-img-02,
.grant-intro-img-03 {
    overflow: hidden;
    border-radius: 20px;
}
.grant-intro-img-01 img,
.grant-intro-img-02 img,
.grant-intro-img-03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.grant-intro-img-01 {
    top: 0;
    left: 40%;
    bottom: 0;
    width: 396px;
    height: 400px;
}
.grant-intro-img-02 {
    top: 20%;
    right: 0;
    width: 289px;
    height: 226px;
}
.grant-intro-img-03 {
    bottom: 0;
    left: 55%;
    width: 289px;
    height: 226px;
}
@media screen and (max-width: 768px) {
    .grant-intro-inner {
        height: auto;
        padding-top: 320px;
    }
    .grant-intro-txt {
        position: relative;
        max-width: unset;
        line-height: 1.8;
    }
    .grant-intro-img-01,
    .grant-intro-img-02,
    .grant-intro-img-03 {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .grant-intro-img-01 {
        top: 60px;
        right: 0;
        width: 38%;
        height: 100px;
    }
    .grant-intro-img-02 {
        top: 0;
        left: 0;
        width: 52%;
        height: 170px;
    }
    .grant-intro-img-03 {
        top: 190px;
        left: 30%;
        width: 38%;
        height: 100px;
    }
}
/* grant-link */
.grant-link-box {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    padding: 6px;
    color: #fff;
    line-height: 1.4;
    background: var(--color-primary);
    border-radius: 24px;
}
.grant-link-box:hover {
    background: #af7510;
}
.grant-link-img {
    flex-shrink: 0;
    width: 392px;
    height: 228px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.grant-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.grant-link-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.grant-link-txt-01 {
    margin-bottom: 30px;
    padding-right: 60px;
    font-size: 32px;
}
.grant-link-txt-03 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .grant-link-box {
        flex-direction: column;
        gap: 20px;
        padding: 8px;
    }
    .grant-link-img {
        width: 100%;
        height: auto;
    }
    .grant-link-detail {
        padding: 0 10px 50px;
    }
    .grant-link-txt-01 {
        margin-bottom: 15px;
        padding-right: 0;
        font-size: 18px;
    }
    .grant-link-txt-02 {
        font-size: 14px;
    }
    .grant-link-txt-03 {
        bottom: 5px;
        right: 5px;
        gap: 15px;
    }
}
/* grant-info */
.grant-info-area {
    position: relative;
    display: flex;
}
.grant-info-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background: #e0e0e0;
}
.grant-info-area.border-none::before {
    display: none;
}
.grant-info-area > *:first-child{
    flex-shrink: 0;
    width: 35%;
    padding: 40px 0 20px;
}
.bg-gray .grant-info-area > *:first-child{
    padding: 0 0 20px;
}
.grant-info-detail {
    width: 65%;
}
.grant-info-list {
    padding: 10px 0;
}
.grant-info-list li {
    position: relative;
}
.grant-info-list li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background: #e0e0e0;
}
.grant-info-list a {
    position: relative;
    display: block;
    padding: 30px 60px 30px 0;
}
.grant-info-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fff;
    transition: all .5s;
    z-index: -1;
}
.grant-info-list a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: .8em;
    height: .25em;
    border: solid var(--color-text);
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) skew(40deg);
}
.grant-info-list a:hover::before {
    background: var(--color-light-gray);
}
.grant-info-detail > p:first-child {
    padding-top: 40px;
}
.grant-info-detail > p:last-child {
    padding-bottom: 40px;
}
.grant-info-schedule li {
    display: flex;
    gap: 100px;
    padding: 30px 0;
}
.grant-list-disc {
    list-style-type: disc;
    padding-left: 1.5em;
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .grant-info-area {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .grant-info-area::before {
        display: none;
    }
    .grant-info-area > *:first-child {
        width: 100%;
        padding: 0;
    }
    .grant-info-detail {
        width: 100%;
    }
    .grant-info-list {
        margin-top: -10px;
        padding: 0;
    }
    .grant-info-list li:not(:first-child)::after {
        width: 100%;
    }
    .grant-info-list a {
        padding: 20px 40px 20px 0;
        font-size: 14px;
    }
    .grant-info-list a::after {
        right: 10px;
    }
    .grant-info-detail > p:first-child {
        padding-top: 0;
    }
    .grant-info-detail > p:last-child {
        padding-bottom: 0;
    }
    .grant-info-schedule li {
        gap: 20px;
        padding: 20px 0;
    }
    .grant-list-disc {
        padding-bottom: 0;
    }
}
/* grant-report */
.grant-report-detail {
    display: flex;
    gap: 20%;
}
.grant-report-txt-01 {
    white-space: nowrap;
    color: var(--color-primary);
    font-size: 24px;
}
.grant-report-list {
    list-style-type: disc;
    padding-left: 1.5em;
}
.grant-report-list li {
    padding-bottom: 1em;
}
.grant-report-list li:last-child,
.grant-report-list li li {
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .grant-report-detail {
        flex-direction: column;
    }
}
/* archive
--------------------------------------------------*/
/* archive-inner */
.archive-inner {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}
.archive-left {
    width: 180px;
}
.archive-left h3 {
    color: var(--color-primary);
    font-size: 14px;
}
.archive-left ul li {
    border-bottom: solid 1px #e0e0e0;
}
.archive-left li a {
    display: block;
    padding: 1em 0;
}
.archive-left li a:hover {
    background: var(--color-light-gray);
}
.archive-left li a small {
    padding-left: 1em;
    color: #484848;
    font-size: .5em;
    letter-spacing: .04em;
}
.archive-search {
    display: flex;
    align-items: center;
    margin-top: 1em;
    background: var(--color-light-gray);
    border-radius: 4px;
}
.archive-search input[type="text"] {
    width: calc(100% - 40px);
    padding: 10px 0 10px 10px;
    font-size: 14px;
    line-height: 20px;
    background: var(--color-light-gray);
}
.archive-search button {
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.archive-right {
    width: calc(100% - 10% - 180px);
}
.archive-pager {
    margin-top: 40px;
}
.archive-pager .nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.archive-pager .nav-links > * {
    display: block;
    min-width: 1em;
    text-align: center;
}
.archive-pager .current {
    position: relative;
}
.archive-pager .current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
}
@media screen and (max-width: 768px) {
    .archive-inner {
        flex-direction: column;
        gap: 40px;
    }
    .archive-left {
        width: 100%;
    }
    .archive-left ul {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .archive-left li {
        flex-shrink: 0;
        width: 50%;
        white-space: nowrap;
    }
    li.w-sp-100 {
        width: 100%;
    }
    .archive-right {
        width: 100%;
    }
    .archive-pager .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* single-news
--------------------------------------------------*/
/* fv-news */
.fv-news {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 128px 20px 60px;
    box-sizing: border-box;
    z-index: 50;
    background: url(/wp-content/themes/midas-foundation/img/common/bg-01.jpg) no-repeat center center;
    background-size: cover;
}
.fv-news.has_thumbnail {
    padding-bottom: 340px;
}
main.has_thumbnail {
    padding-top: 280px;
}
.fv-news-inner {
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
}
.fv-news-inner h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.4;
}
.news-back {
    display: flex;
    margin-bottom: 60px;
}
.news-back a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .04em;
}
.news-back a:hover {
    text-decoration: underline;
}
.news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .04em;
}
.news-category {
    padding: .5em 1em;
    font-family: "aktiv-grotesk", sans-serif;
    border: solid 1px rgba(255, 255, 255, .2);
    border-radius: 9999px;
}
.news-thumbnail-area {
    position: relative;
    max-width: 1280px;
    height: 560px;
    margin: -280px auto;
    padding: 0 20px;
    z-index: 300;
}
.news-thumbnail {
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}
.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    .fv-news {
        padding: 86px 15px 15px;
        background: var(--color-primary);
    }
    .fv-news.has_thumbnail {
        padding-bottom: 140px;
    }
    main.has_thumbnail {
        padding-top: 120px;
    }
    .news-back {
        margin-bottom: 30px;
    }
    .news-back a {
        font-size: 12px;
    }
    .fv-news-inner h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .news-meta {
        font-size: 10px;
    }
    .news-thumbnail-area {
        height: 240px;
        margin: -120px auto;
    }
}
/* news-pager */
.news-pager {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    margin: 120px auto 0;
    font-size: 14px;
    line-height: 1.4;
}
.news-pager a:hover {
    text-decoration: underline;
}
.news-pager-arrow a,
.news-pager-arrow span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-pager-arrow span {
    color: #ccc;
}
.news-pager-list {
    font-size: 12px;
    text-align: center;
}
.news-pager-list img {
    display: block;
    width: 14px;
    margin: 0 auto 4px;
}
/* contact
--------------------------------------------------*/
/* contact-wrap */
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 0;
}
.contact-confirm {
    display: none;
}
.mw_wp_form_confirm .contact-input {
    display: none;
}
.mw_wp_form_confirm .contact-confirm {
    display: block;
}
.contact-required {
    font-size: 12px;
    text-align: right;
}
.contact-required span {
    color: red;
}
.contact-wrap dt {
    width: 26%;
    padding: 1em 0;
    color: #3a2c05;
}
.required label::after {
    content: " *";
    color: red;
}
.contact-wrap dd {
    width: 74%;
}
.mw_wp_form_confirm .contact-wrap dd {
    padding: 1em 0;
    border-bottom: solid 1px #e0e0e0;
}
.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap textarea {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    line-height: 1em;
    border-radius: 4px;
    background: var(--color-light-gray);
}
.contact-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-consent .mwform-checkbox-field-text {
    display: none;
}
.mw_wp_form .contact-consent .error {
    display: none;
}
.mw_wp_form_confirm .contact-consent-text {
    display: none;
}
.mwform-checkbox-field.horizontal-item {
    line-height: 0;
}
.contact-wrap input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #f4f4f4;
    cursor: pointer;
}
.contact-wrap input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(-45deg);
}
.contact-btn {
    display: flex;
    justify-content: space-between;
}
.contact-btn button,
.contact-btn a {
    display: block;
    width: 100%;
    padding: 1.5em 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: var(--color-primary);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
}
.mw_wp_form_confirm .contact-btn button {
    width: 50% - 10px;
}
.contact-btn button.gray {
    background: #84978a;
}
.contact-btn button:hover,
.contact-btn a:hover {
    background: #af7510;
}
.contact-btn button.gray:hover {
    background: #77887C;
}
.mw_wp_form_complete {
    max-width: 540px;
    margin: 0 auto;
    padding: 10% 0;
}
.mwform-tel-field {
    display: flex;
    align-items: center;
}
.mwform-tel-field input[type="text"] {
    width: 6em !important;
}
@media screen and (max-width: 768px) {
    .contact-wrap {
        display: block;
    }
    .contact-required {
        margin-bottom: 1em;
        text-align: left;
    }
    .contact-wrap dt {
        width: auto;
        margin-bottom: .5em;
        padding: 0;
    }
    .contact-wrap dd {
        width: auto;
        margin-bottom: 20px;
    }
    .mw_wp_form_confirm .contact-btn button {
        width: calc(50% - 5px);
    }
}
/* dsclosure
--------------------------------------------------*/
.dsclosure-table {
    width: 100%;
    border-collapse: collapse;
}
.dsclosure-table th,
.dsclosure-table td {
    padding: 1em;
    border: solid 1px #e0e0e0;
    text-align: left;
    vertical-align: top;
}
