:root {
    --main-color: #1237a2;
    --main-color-light: rgb(243 245 250);
    --fadeDownAnime-transform-style: translateY(0) scale(.8);

    @media (max-width: 1000px) {
        --fadeDownAnime-transform-style: translateY(0) scale(1);
    }

    @media (max-width: 699px) {
        --fadeDownAnime-transform-style: translateY(0) scale(1.2);
    }

    --biggerAnime-transform-style: scale(1);

    @media (max-width: 699px) {
        --biggerAnime-transform-style: scale(1.2);
    }
}

/*MV*/
.mainvisual.blue {
    height: 100vh;
    margin-bottom: 100px;
}

main.l-main {
    position: relative;
}

main.l-main::after {
    content: "";
    display: block;
    width: auto;
    max-width: 80%;
    height: 15lvh;
    aspect-ratio: 480/141;
    background-image: url('/wp-content/themes/report/assets/img/obog/mainvisual_title.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	top: 0;
	left: 50%;
	transform-origin: 0% 100%;
	transform: translate(-50%,34%);
    z-index: 4;
	opacity: 0;
	scale: 0;
	animation: fadeInPop 1s 1s cubic-bezier(0.13, 1.13, 0.36, 1) forwards;
}

.mainvisual.blue img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.mainvisual.blue {
    width: 100%;
    height: calc(100lvh - 100px);
    overflow: scroll hidden;
    padding-bottom: 0;
    position: relative;
    box-sizing: content-box;
}

#jumbotron {
    background: none !important;
}

#jumbotron svg {
    width: auto !important;
    height: 100% !important;
}
#jumbotron svg g[data-name="text"] {
    fill: #fff;
	stroke: #fff;
	stroke-width: .3;
	filter: drop-shadow(0 0 2px rgb(0 0 0 /20%));
}
#jumbotron svg a.yel use{
    fill: #e1b52a;
}
#jumbotron svg a.red use{
    fill: #c53c26;
}
#jumbotron svg a.grn use{
    fill: #2d6535;
}
#jumbotron svg a.blu use{
    fill: #003d72;
}
#jumbotron svg a.lbl use{
    fill: #98b0c4;
}
#jumbotron svg a.lgr use{
    fill: #61a5a3;
}
#jumbotron svg a.pnk use{
    fill: #d39eba;
}
#jumbotron svg #balloon01 {
	transform: translateY(10px);
    animation: floatUp10 2s ease-in-out infinite alternate;
}
#jumbotron svg #balloon02 {
	transform: translateY(10px);
    animation: floatUp10 1.5s .5s ease-in-out infinite alternate;
}
#jumbotron svg #balloon03 {
	transform: translateY(10px);
    animation: floatUp10 2s ease-in-out infinite alternate;
}

#jumbotron svg g#job-icons{
	opacity: 0;
	scale: 0;
	transform-origin: 50% 100%;
	animation: fadeInPop 1.5s 2s cubic-bezier(0.13, 1.13, 0.36, 1) forwards;
}
#jumbotron svg a#blu_2 image{
	transform: translateY(10px);
	animation: floatUp10 2s 2s ease-in-out infinite alternate;
}
#jumbotron svg a#red_2 {
	transform: translateY(-10px);
}
#jumbotron svg a#red_2 use,#jumbotron svg a#red_2 g g{
	transform: translateX(10px);
}

@media screen and (min-aspect-ratio: 1 / 1) {
    #jumbotron {
        aspect-ratio: 1193.87/607.66;
    }

    #jumbotron svg {
        width: 100% !important;
    }

    body main.l-main::after {
        width: 40vw;
        height: auto;
		transform: translate(-50%,4%);
    }

    body.obog-index,
    body.obog-index02,
    body.obog-index03 {
        position: relative;
    }

    .mainvisual.blue {
        width: 100%;
        height: auto;
        border-bottom: 60px solid #231D99;
        overflow: hidden;
    }

    body.obog-index02 header {
        background: #f9f9f9;
    }

    body.js-open header {
        mix-blend-mode: unset !important;
        z-index: auto;
    }

    body.js-open main::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #1237a2;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        mix-blend-mode: multiply;
    }

    body.js-open nav {
        background: none;
    }

    body.js-open .l-side {
        z-index: -1;
    }
}

@media screen and (max-width: 1000px) {
    body .mainvisual.blue {
        height: calc(100svh - 70px) !important;
        background: none !important;
        padding-bottom: 0;
        position: relative;
        z-index: 3;
        width: 100%;
        border-bottom: 40px solid #231D99;
        box-sizing: content-box;
    }

    body .mainvisual.blue::-webkit-scrollbar {
        opacity: 1;
        height: 2em;
        background: #231D99;
    }

    body .mainvisual.blue::-webkit-scrollbar-thumb {
        background-color: #fff !important;
        border-top: .9em solid transparent;
        border-bottom: .9em solid transparent;
        background-clip: padding-box;
    }

    body .mainvisual.blue::-webkit-scrollbar-track {
        margin-left: 1em;
        margin-right: 1em;
    }

    body .mainvisual.blue::before,
    body .mainvisual.blue::after {
        /*content: "Scroll to Explore";*/
        padding-bottom: 15px;
        font-weight: 900;
        letter-spacing: .2em;
        font-size: .9em;
        position: sticky;
        top: 85%;
        left: calc(50% - 6em);
        color: #fff;
        border-bottom: 2px solid #fff;
        z-index: 1;
        text-shadow: 0px 0px 5px #000;
    }

    body .mainvisual.blue::after {
        /*content: "";*/
        display: block;
        top: unset;
        bottom: calc(15% - 38px);
        width: 10px;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 100%;
        background: #fff;
        border: none;
        padding: 0;
        animation: circleRoundTrip 4s infinite;
    }

    body .mainvisual.blue img {
        position: relative;
        top: -22px;
    }

    body svg#obog-map {
        position: relative;
        top: -22px;
    }
}

@media screen and (max-width: 699px) {}

@media screen and (max-width: 600px) {
    body .mainvisual.blue {
        height: calc(100svh - 50px) !important;
        margin-bottom: 60px;
    }
}

/*header-custom*/
header h1 img {
    display: none;
}

body.obog-index02 .hd-inner {
    mix-blend-mode: multiply;
	opacity: 0;
	animation-delay: 1.6s;
}

header .hd-inner {
    display: flex;
}

header .hd-inner h1 {
    height: 100%;
    top: unset;
    padding: 1.4em 0 1em;
    z-index: 4;
}

header .hd-inner h1 p {
    position: absolute;
    left: 0;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: .3em;
    font-family: serif;
    padding: 0;
    line-height: 1.5;
}

@media screen and (min-width: 1001px) {
    header .hd-inner h1 p {
        top: 100px;
		display: none;
    }
}

@media screen and (max-width: 1000px) {
    header .hd-inner h1 p {
        top: 70px;
		display: none;
    }
}

@media screen and (max-width: 699px) {
    header .hd-inner h1 p {
        font-size: 1.8rem;
        transition: 1s;
		display: none;
    }

    header .hd-inner h1 a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0;
        transition: 1s;
    }

    header .hd-inner h1.scrolled a::after {
        opacity: 1;
    }

    header .hd-inner h1.scrolled p {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 600px) {
    header .hd-inner h1 p {
        top: -50px;
		display: block;
    }
}

header .hd-inner p {
    right: 0;
    width: 230px;
    height: 100px;
}

header h1 a {
    width: auto;
    height: 100%;
    aspect-ratio: 300/72;
    display: block;
    background-image: url('https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/title_s_obog.svg?ver2');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header .btn-menu,
.js-open header .btn-menu,
header nav {
    background: var(--main-color);
}

header .btn-menu:hover {
    background: #1345d6;
}

header nav .hd-nav-wrap {
    display: none;
}

header nav .hd-nav-wrap.obog-menu {
    display: table !important;
}

header nav ul {
    display: block;
}

header nav .hd-logo {
    height: 95px;
}

header nav .hd-logo img {
    max-width: unset;
    width: auto;
    max-width: 270px;
    height: 95px;
}

header nav {
    overscroll-behavior-y: contain;
    padding: 0;
}

header nav .hd-nav-wrap {
    padding: 0;
}

header nav .hd-nav-inner {
    height: calc(100vh + 1px);
    padding: 100px 0;
    top: 0;
}

p.pagetop {
    z-index: 99999;
}

/*obog-index*/
.sec-article figcaption {
    opacity: .5 !important;
    font-size: .8em;
    line-height: 1.8em;
    padding: .5em 0;
    text-align: center;
}

.president .content figcaption {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    opacity: 1 !important;
    width: 100%;
    background: rgb(0 0 0 / 50%);
}

.mainimg figcaption {
    position: absolute;
    opacity: 1 !important;
    color: #fff;
    right: 1rem;
    top: .2rem;
    z-index: 2;
}

.obog-sec-about .copy {
    line-height: 2.5em;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.2em;
}

.obog-sec-about .copy p {
    margin-bottom: 2em;
}

.obog-sec-about .copy p:last-child {
    margin-bottom: 0;
}

.obog-sec-about .copy br.sp {
    display: none;
}

.obog-sec-about .copy span.pc {
    margin-left: 1em;
}

/* accordion */
.accordion {
    transition: 1s;
}

.accordion__summary {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 600px;
    margin: auto;
    gap: .5em;
}

.accordion__summary::after {
    content: "＋";
    position: absolute;
    right: 0;
    transition: .5s;
    color: #fff;
    width: 2em;
    height: 2em;
    background: #163aa0;
    border-radius: 100%;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .1em;
    padding-bottom: .1em;
}

.accordion input:checked ~ .accordion__summary::after {
    content: "－";
    animation: AccordionRotate .2s forwards;
}

@keyframes AccordionRotate {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.accordion input {
    display: none;
}

.accordion input,
.accordion label {
    background: none !important;
}

.accordion__detail {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    height: 0;
}

.accordion input:checked ~ .accordion__detail {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 3em;
}

a.president-link {
    display: inline-block;
    background: #fff;
    margin: auto !important;
    position: absolute;
    right: 40px;
    top: 0;
    padding: 7px 20px;
}

body.paged a.president-link {
    display: none;
}

a.president-link::before {
    content: '#';
    display: inline-block;
    color: var(--main-color);
    margin-right: 2px;
}

a.president-link:hover {
    background: var(--main-color);
    color: #fff;
}

a.president-link:hover::before {
    color: #fff;
}

section#sec-tag {
    /*display: flex;*/
    gap: 1em;
    padding: 70px 1em;
}

section#sec-tag::before {
    /*display: none;*/
}

section#sec-tag .l-inner-s:not(:first-child) {
    position: relative;
    margin-top: 110px;
}

section#sec-tag .l-inner-s:not(:first-child):before {
    content: '';
    width: 2px;
    height: 50px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -1px;
}

/*archive-obog*/
#sec-report.obog-sec-report .list-article .l-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;

    @media screen and (max-width: 1000px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 600px) {
        display: block;
    }
}

#sec-report.obog-sec-report .list-article article {
    top: unset;
    width: unset;
    margin: 0;

    @media screen and (max-width: 600px) {
        max-width: 280px;
    }
}

#sec-report.obog-sec-report .list-article article:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
    max-width: unset;
}

#sec-report.obog-sec-report .list-article article:first-child .num {
    font-size: 6em;
    top: -.5em;
    left: -.2em;

    @media screen and (max-width: 600px) {
        font-size: 4em;
    }
}

#sec-report.obog-sec-report .list-article article:first-child .txt {
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto 10%;
    z-index: 2;

    @media screen and (max-width: 1000px) {
        margin: 0 auto 3%;
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    #sec-report.obog-sec-report .list-article article:not(:last-child) {
        margin-bottom: 80px !important;
    }

    #sec-report.obog-sec-report .list-article article .txt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin: 0 auto 3%;
        width: 90%;
    }

    #sec-report.obog-sec-report .list-article article h3,
    #sec-report.obog-sec-report .list-article article a:hover h3 {
        color: #fff !important;
        font-size: 1.2em;
    }

    #sec-report.obog-sec-report .list-article article p.company-name {
        color: #fff !important;
    }
}

#sec-report.obog-sec-report .list-article article:first-child h3,
#sec-report.obog-sec-report .list-article article:first-child a:hover h3 {
    font-size: 2em;
    font-weight: 600;
    color: #fff !important;
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 30%));

    @media screen and (max-width: 1000px) {
        font-size: 1.5em;
    }

    @media screen and (max-width: 600px) {
        font-size: 1.2em;
    }
}

#sec-report.obog-sec-report .list-article article a {
    background: none;
    box-shadow: none;
}

#sec-report.obog-sec-report .list-article a:hover {
    background: none !important;
}

#sec-report.obog-sec-report .list-article a:hover h3 {
    color: unset !important;
}

#sec-report.obog-sec-report .list-article a:hover img {
    transform: scale(1.2) rotate(0.1deg);
}

#sec-report.obog-sec-report .list-article a:hover .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgb(18 55 162 / 20%) !important;
    z-index: 1;
}

#sec-report.obog-sec-report .list-article h3 {
    font-size: 16px;
    font-weight: 600;

    @media screen and (max-width: 600px) {
        filter: drop-shadow(0 0 5px rgb(0 0 0 / 30%));
    }
}

#sec-report.obog-sec-report .list-article h3 br {
    display: none;
}

#sec-report.obog-sec-report .list-article .txt {
    padding: 1em 0;
    position: relative;
    z-index: 1;
}

#sec-report.obog-sec-report .list-article .read {
    display: none;
}

@media screen and (min-width: 1000px) {
    #sec-report.obog-sec-report .list-article article:first-child .thumb {
        min-height: 650px;
    }
}

#sec-report.obog-sec-report .list-article .thumb {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

#sec-report.obog-sec-report .list-article article:not(:first-child) .thumb {
    aspect-ratio: 1;
}

@media screen and (max-width: 600px) {
    #sec-report.obog-sec-report .list-article article .thumb {
        aspect-ratio: 1;
    }
}

#sec-report.obog-sec-report .list-article article:first-child .thumb {
    height: 100%;
}

#sec-report.obog-sec-report .list-article article:first-child .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 80%));
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    #sec-report.obog-sec-report .list-article article .thumb::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 80%));
        position: absolute;
        z-index: 1;
    }
}

#sec-report.obog-sec-report .list-article .thumb img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
    opacity: unset !important;
    display: inline-block;
}

#sec-report.obog-sec-report .list-article .job {
    color: #fff;
    background: var(--main-color);
    display: inline-block;
    padding: .2em .5em;
    font-size: 17px;
    border: 1px solid rgb(255 255 255 / 60%);
}

#sec-report.obog-sec-report .list-article .job.president {
    background: #9a1021;
}

#sec-report.obog-sec-report .list-article article:first-child .job {
    margin-bottom: 1em;

    @media screen and (max-width: 1000px) {
        font-size: 1em;
    }

    @media screen and (max-width: 600px) {
        margin-bottom: .5em;
    }
}

#sec-report.obog-sec-report .list-article article:not(:first-child) .job {
    position: absolute;
    top: calc(-2.2em - .8em);
    left: 5%;
    font-size: 13px;

    @media screen and (max-width: 600px) {
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: .5em;
    }
}

#sec-report.obog-sec-report .list-article .company-name {
    color: #fff;
    margin-top: 1em;
    font-size: 13px;

    @media screen and (max-width: 600px) {
        margin-top: .5em;
        font-size: .9em;
    }
}

#sec-report.obog-sec-report .list-article article:not(:first-child) .company-name {
    color: #444;
    font-size: .8em;
}

/* tab */
.obog-index #sec-report .sec-report-wrap,
.obog-index02 #sec-report .sec-report-wrap {
    padding: 0 1.5em;
}

.tab-menu-container {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
}

#sec-report .tab-content {
    display: none;
    padding-top: 100px;
}

#sec-report .tab-content .l-inner {
    width: 100%;
}

#archive-obog:checked ~ #archive-obog-content,
#archive-president:checked ~ #archive-president-content,
#archive-student:checked ~ #archive-student-content {
    display: block;
}

#sec-report .tab-item {
    cursor: pointer;
}

#sec-report .tab-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
    transition: all 0.3s ease;
}

#sec-report input:checked + .tab-item::before {
    opacity: 0;
}

#sec-report .tab-item:hover::before {
    opacity: 0;
}

#sec-report input[type="radio"] {
    display: none;
}

#sec-report .tab-item {
    width: calc((100% - 2.5em)/3);
    aspect-ratio: 1025/600;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

#sec-report .tab-item[for="archive-obog"] {
    background-image: url('https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/obog/tab-menu-obog.jpg');
    margin-right: .5em;
}

#sec-report .tab-item[for="archive-president"] {
    background-image: url('https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/obog/tab-menu-president.jpg');
    margin-left: .5em;
    margin-right: .5em;
}

#sec-report .tab-item[for="archive-student"] {
    content: "";
    background-image: url('https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/obog/tab-menu-student.jpg');
    margin-left: .5em;
    pointer-events: none;
    text-indent: unset;
    position: relative;
}

#sec-report .tab-item[for="archive-student"] span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    font-size: .8em;
    letter-spacing: .1em;
    padding: 0 .5em;
    text-align: center;
    line-height: 1.4;
}

#sec-report .tab-item[for="archive-student"]::before {
    opacity: .8;
}

#sec-report .tab-item span {
    display: none;
}

#sec-report .tab-content .list-nav .next {
    margin: 100px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}

#sec-report .tab-content .list-nav a {
    position: relative;
}

#sec-report .tab-content .list-nav a::before {
    left: calc(100% + 1em);
}

#sec-report .tab-content .list-nav a::after {
    left: calc(100% + 1em + 15px);
}

/*reportobog*/
.flex {
    display: flex;
    gap: 2em;
    margin-top: 50px;
}

div.box01,
div.box02 {
    font-weight: 500;
}

div.box01 {
    padding: 0;
    margin: auto;
    margin: 50px 0;
    display: flex;
    align-items: stretch;
}

.president div.box01 {
    gap: 40px;
}

div.box01 * {
    text-align: left;
}

div.box01 .info01 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.box01 .info02 {
    width: 50%;
}

div.box01 .info01 span.year {
    border: none;
}

div.box01 .info02 {
    background: rgb(18 55 162 / 5%) !important;
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
    line-height: 2em;
}

div.box01 .info02 .company-name {
    font-weight: 600 !important;
}

div.box01 .info02 .txt-name {
    text-align: left;
    width: 100%;
}

div.box01 .info02 .txt-name span {
    font-weight: normal;
    width: 100%;
    word-break: break-all;
}

div.box01 .info02 .profile {
    font-size: .8em;
    line-height: 1.8;
}

div.box02 {
    display: flex;
    margin: 50px 0;
}

div.box02 > div {
    width: 55%;
}

div.box02 > div:last-child {
    width: 45%;
    padding: 0 0 1em 1.5em;
    display: flex;
    flex-direction: column;
}

div.box02 div.txt-name {
    margin: 0;
}

div.box02 div.img {
    min-height: 250px;
    height: 100%;
    background-size: cover;
    background-position: center -30px;
    margin: 0;
}

div.box02 ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div.box02 ul li {
    display: flex;
}

div.box01 .info02 span,
div.box02 div span,
span.job,
span.birth,
span.highschool {
    border: none;
}

div.txt-name div {
    margin-bottom: 1em;
}

div.txt-name a {
    width: 100%;
    display: inline-block;
}

p.profile {
    margin-top: 30px;
    padding: 5px;
    font-weight: 400;
}

span.location {
    display: flex;
    align-items: center;
}

div.txt-name a::after {
    content: "";
    mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/arrow-up-right-from-square-solid.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/arrow-up-right-from-square-solid.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    display: inline-block;
    margin-left: .5em;
    width: 1em;
    aspect-ratio: 1/1;
    background: #04354D;
}

p.txt-name.obog-name,
p.txt-name.obog-name span {
    font-size: 1.3em;
    font-weight: 600;
}

.old-course {
    border: none !important;
    font-size: small;
}

.txt-name .birth,
.txt-name .highschool,
.txt-name .year,
.txt-name .old-course {
    font-weight: normal;
}

span.location::before {
    mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/location-dot-solid.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/location-dot-solid.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    margin: 0 .1em 0 0;
    aspect-ratio: unset;
    height: .9em;
}

span.job {
    font-size: 1.3em;
    background: rgb(18 55 162 / 90%) !important;
    padding: 0 .5em;
    color: #fff !important;
    display: inline-block;
    margin-bottom: .5em;
    max-width: 80%;
}

.sec-article.president span.job {
    background: #9a1021 !important;
}

span.box-title {
    display: block;
    text-align: left;
    line-height: 2.2em !important;
    font-weight: 600 !important;
}

span.box-title + ul li {
    line-height: 2em !important;
}

.request-box {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    margin: auto;
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    border-radius: 30px;
    color: #fff;
    padding: 1em 0;
}

.request-box p {
    margin: 0;
}

.request-box a {
    position: relative;
    width: 2.5em;
    aspect-ratio: 1/1;
}

.request-box a span {
    display: none;
}

.request-box a::before {
    content: "";
    mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/facebook-f.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/facebook-f.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    width: 1em;
    aspect-ratio: 1/1;
    background: #04354D;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request-box a:nth-of-type(2)::before {
    mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/instagram.svg");
    -webkit-mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/instagram.svg");
}

.request-box a:nth-of-type(3)::before {
    mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/envelope-solid.svg");
    -webkit-mask-image: url("https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/envelope-solid.svg");
}

.request-box a::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.content {
    margin-top: 2em;
}

.sec-article .content .img {
    position: relative;
}

h3.title-editors-note {
    margin-top: 50px;
}

.have-editors-list h3.title-editors-note {
    margin-top: 20px;
}

.editors-note h3.title-editors-note {
    margin-top: 0;
}

.editors-sec {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 300px;
    height: auto;
}

.editors-sec.have-editors-list {
    display: unset;
    align-items: stretch;
}

.editors-sec div.img {
    display: none;
    width: 50%;
    margin: 0 !important;
}

.editors-sec.have-editors-list div.img {
    width: 100%;
    max-height: 500px;
    max-width: 600px;
    margin: auto !important;
}

.editors-sec div.img figure {
    width: 100%;
    height: 100%;
}

.editors-sec span.dept {
    display: flex;
    gap: .5em;
    justify-content: center;
}

.editors-sec .editors-list .dept {
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.editors-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 1em;
    margin-top: 30px;
}

.editors-list {
    width: calc((100% - 3em)/4);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}

.editors-list p {
    text-align: center;
}

.editors-list img {
    margin: 0 auto;
    object-fit: contain;
    object-position: top;
    width: 150px;
}

.editors-note .single-editor-info {
    width: 100%;
    max-width: 230px;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 1.5em;
    flex-direction: column;
}

.editors-list p {
    margin: 1em 0 0 0 !important;
}

.editors-note .single-editor-info p {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-align: center;
}

.editors-note .single-editor-info img {
    /*width: 35%;*/
    width: 100%;
    max-width: 150px;
}

.editors-note .single-editor-info img,
.editors-list img {
    border-radius: 100%;
}

.editors-list li span {
    display: block;
}

.editors-list span.name,
.editors-note span.name {
    font-weight: bold;
    font-size: 1.2em;
    padding: .3em 0;
}

.editors-note {
    width: 100%;
    /*width: 50%;*/
    display: flex;
    gap: 2em;
    /*flex-direction: column;*/
}

.editors-note p {
    width: 100%;
}

h3.title-editors-note span {
    background: #9a1021 !important;
}

.editors-list-note {
    clear: both;
}

.interviewer-photo-slider {
    height: 100%;
}

.interviewer-photo-slider figcaption {
    padding-bottom: 2em;
}

.interviewer-photo-slider .slick-track {
    display: flex !important;
    align-items: center !important;
}

.interviewer-photo-slider .slick-slide {
    padding: 0 1em;
    position: relative;
}

.interviewer-photo-slider .slick-slide figure,
.interviewer-photo-slider .slick-slide img {
    width: 100%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    margin: auto;
}

.interviewer-photo-slider .slick-slide img {
    margin: auto;
}

.interviewer-photo-slider .slick-dots {
    display: flex;
    gap: 1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.interviewer-photo-slider .slick-dots li {
    aspect-ratio: 1/1;
    width: 8px;
    height: 8px;
    display: inline-block;
}

.interviewer-photo-slider .slick-dots button {
    background: #ccc;
    border-radius: 100%;
    border: none;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.interviewer-photo-slider .slick-dots li.slick-active button {
    background: #04354D;
}

div.partner-sec {
    width: 80%;
    max-width: 400px;
    margin: auto;
    text-align: center;
    padding: 1.5em 1em;
    margin-top: 5em;
    color: #04354D;
    position: relative;
    border: 1px solid #04354D;
    clear: both;
}

div.partner-sec h3 {
    margin-bottom: 1em !important;
    font-size: 1em !important;
    font-weight: bold;
}

/*obog-tag*/
.archive .sec-report-wrap {
    padding-top: 70px;
}

.txt-tag .tag {
    text-transform: uppercase;
}

/*color-custom*/
.sec-article:not(.president) .num {
    background: rgb(18 55 162 / 77%) !important;
}

#sec-report .list-article article .num {
    background: none !important;
    mix-blend-mode: multiply;
    color: #163aa0;
}

#sec-report .list-article article.president .num {
    color: #9a1021;
}

#sec-report .list-article article .num {
    background: none !important;
}

.sec-article,
.sec-article .mainimg,
#sec-report {
    background: var(--main-color-light);
}

.sec-article:not(.president) h2 {
    color: #04354D;
    font-weight: 600;
}

.sec-article .title-art-b span {
    background: var(--main-color);
}

.sec-article.president .title-art-b span {
    background: #9a1021;
}

.sec-article .mainimg .inner::before,
#sec-about:before,
#sec-about:after {
    border-bottom: 10vw solid var(--main-color-light);
}

.sec-article .mainimg .inner::after {
    border-bottom: 10vw solid rgb(18 55 162 / 30%)
}

.txt-name span {
    color: #04354D;
    border-color: #04354D;
}

.sec-article.president .txt-name span {
    color: #333;
    border-color: #333;
}

.list-nav .next a:hover,
.list-nav .prev a:hover,
.sec-request .btn:hover,
#sec-link a,
.list-tags li a:before,
.txt-tag .tag:before {
    color: var(--main-color);
}

.list-nav .next a:hover::before,
.list-nav .prev a:hover::before,
#sec-link,
#sec-link a:hover,
.sec-request .btn,
.list-tags li a:hover,
.title-line:before,
#sec-report .list-article article .read:before,
.list-article article a:hover {
    background: var(--main-color) !important;
}

.sec-request .btn:hover::after,
#sec-link a::after,
.sec-request .btn,
.list-nav .prev a::after,
.list-nav .next a::after {
    border-color: var(--main-color);
}

#sec-report .list-article article a:hover .read:before {
    background: #fff !important;
}

.wp-pagenavi .current,
.nextpostslink,
.previouspostslink,
.wp-pagenavi a:hover {
    color: var(--main-color);
}

/*animes*/
.fadeIn {
	animation: fadeIn .5s linear forwards;
}

@keyframes fadeIn {
  from {
	  opacity: 0;
  }
  to {
	  opacity: 1;
  }
}

@keyframes fadeInPop {
  from {
	  opacity: 0;
	  scale: 0;
  }
  to {
	  opacity: 1;
	  scale: 1;
  }
}

@keyframes floatUp10 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes floatUp2 {
	0% {
		transform: translateY(2px);
	}
	100% {
		transform: translateY(0px);
	}
}

/*responsive*/
/*
@media screen and (min-width: 1001px) {
    body.obog-index header h1 {
      width: 580px;
      max-width: unset;
      height: 250px;
      top: 25px;
      mix-blend-mode:hard-light;
    }
    body.obog-index header h1 a {
      background-image: url('https://innovation.agu.ac.jp/wp-content/themes/report/assets/img/title_obog.svg?ver2');
      background-size: contain;
      background-position: top;
    }
}
*/
@media screen and (max-width: 1200px) {
    header .hd-inner p {
        right: 0;
        width: unset;
        height: unset;
    }

    header nav .hd-nav-inner {
        display: block;
        padding-left: .1em;
    }

    header nav .hd-nav-inner {
        display: table-cell;
    }

    div.box01,
    div.box02 {
        display: block;
    }

    div.box01 .info01,
    div.box01 .info02,
    div.box02 > div {
        width: 100%;
        margin: auto;
    }

    div.box01 .info02 {
        margin-top: 30px;
        justify-content: flex-start;
    }

    div.box02 > div:last-child {
        padding: 1em 1em 0;
    }

    div.box02 ul {
        justify-content: flex-start;
        margin-left: 0;
    }

    div.box02 div.img {
        min-height: 400px;
        background-position: center;
    }

    div.box02 > div:last-child {
        width: 100%;
    }

    span.box-title {
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    .sec-article .mainimg .inner::before {
        bottom: -1px;
    }

    .sec-article .mainimg .inner::after {
        bottom: -1px;
    }

    .txt-name .name {
        font-size: 16px;
    }

    .obog-sec-about .copy br.sp {
        display: block;
    }

    .obog-sec-about .copy span.pc {
        margin-left: 0;
    }

    .editors-sec {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    div.box02 div.img {
        min-height: unset;
        width: 100%;
        aspect-ratio: 2/1;
        background-size: cover;
    }

    svg#mv-map.photo-pin g {
        transform: scale(1.5);
    }

    svg#mv-map.photo-pin a.fadeDown:hover g {
        transform: scale(2);
    }

    h3.title-editors-note {
        clear: both;
        padding: 30px 0 0 20px !important;
        margin-top: 0;
    }

    .editors-note {
        padding-left: 20px;
    }

    .editors-note h3.title-editors-note {
        padding-top: 0 !important;
    }

    .have-editors-list h3.title-editors-note {
        margin-top: 20px;
        padding-top: 0 !important;
    }

    .editors-note .single-editor-info {
        /*width: 150px;*/
        flex-direction: column;
        gap: 0;
    }

    .editors-list-note {
        /*padding: 20px 20px 0 20px; */
        padding: 0 20px 0 0;
    }

    .have-editors-list .editors-list-note {
        padding: 0 20px;
    }

    .editors-list-note h3 {
        padding-left: 0 !important;
    }

    .editors-note .single-editor-info p {
        align-items: center;
    }

    .editors-sec span.dept {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .editors-sec {
        display: unset;
    }

    .editors-sec div.img {
        padding: 0;
        float: left;
        width: calc(100% - 150px);
    }

    .editors-sec.have-editors-list div.img {
        float: none;
        padding-bottom: 20px;
    }

    .editors-sec div.img figure {
        width: 100%;
        height: 400px;
    }

    .editors-sec.have-editors-list div.img figure {
        height: unset;
    }

    .editors-sec div.img img {
        width: 100%;
        object-fit: cover;
    }

    .editors-note span.dept {
        /*flex-direction: column;*/
        /*gap: 0;*/
        align-items: center;
    }

    .editors-note .single-editor-info img,
    .editors-list img {
        /*width: 80px;*/
        /*height: 80px;*/
    }
}

@media screen and (max-width: 699px) {
    p.pagetop {
        z-index: 0;
    }

    a.president-link {
        right: -50%;
        transform: translate(-50%);
        top: unset;
        padding: 5px 10px;
        position: relative;
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 600px) {
    main.l-main::after {
        transform: translate(-50%,calc(50px + 75%));
    }

    #jumbotron svg {
        width: 440vw !important;
        height: auto !important;
    }

    #jumbotron {
        display: flex;
        height: auto !important;
        margin-bottom: 60px;
        flex-direction: column;
    }

    #jumbotron::-webkit-scrollbar {
        display: none;
    }

    header .hd-inner h1 {
        padding: .5em 0;
    }

    header .hd-inner h1 a {
        max-width: 130px;
    }

    .editors-list {
        width: calc((100% - 2em)/3);
        align-items: center;
    }

    .interviewer-photo-slider .slick-slide {
        padding: 0 0 0 1em;
        position: relative;
    }

    .have-editors-list .interviewer-photo-slider .slick-slide {
        padding: 0;
    }

    .editors-sec div.img figure {
        height: unset;
    }

    .accordion__summary {
        flex-direction: column;
        gap: 0;
    }

    body.obog-index #sec-report .sec-report-wrap,
    body.obog-index02 #sec-report .sec-report-wrap {
        padding: 30px 10px;
    }

    #sec-report .tab-item {
        width: calc((100% - 16px)/3);
    }

    #sec-report .tab-item[for="archive-obog"] {
        margin-right: 5px;
    }

    #sec-report .tab-item[for="archive-president"] {
        margin-left: 0;
        margin-right: 5px;
    }

    #sec-report .tab-item[for="archive-student"] {
        margin-left: 0;
    }

    .tab-menu-container {
        margin-top: 20px;
    }

    #sec-report .tab-content {
        padding-top: 60px;
    }
}

@media screen and (max-width: 500px) {
    div.box01 .info01 {
        padding: 0 1.5em;
    }

    .editors-list-wrapper {
        padding: 0 20px;
    }

    .editors-list {
        width: calc((100% - 1em)/2);
    }
}

@media screen and (max-width: 400px) {
    .editors-note {
        display: block;
    }

    .editors-note .single-editor-info {
        margin: 0 auto 1em;
    }
}
