
/*---------------------------------------------------

current

---------------------------------------------------*/
#page-current {
    overflow-x: hidden;
}

#current-top-header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1040px 1fr;
    position: relative;
    margin-bottom: 100px;
}
#current-top-header .mv {
    width: 100%;
    height: 650px;
    grid-area: 1 / 2 / 2 / 4;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-top-header .mv {
        height: inherit;
        aspect-ratio: 1000 / 650;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-top-header {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #current-top-header {
        display: block;
        margin-bottom: 44vw;
    }
    html[lang=en] #current-top-header {
        margin-bottom: 58vw;
    }
	#current-top-header .mv {
        width: 100%;
        height: inherit;
        aspect-ratio: 1000 / 650;
        display: block;
	}
}
#current-top-header .mv-img {
    width: 82%;
    height: 100%;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-top-header .mv-img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #current-top-header .mv-img {
        width: 100%;
    }
}
#current-top-header .mv-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#current-top-header .mv .title {
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-top-header .mv .title {
        padding-right: 24%;
        z-index: 2;
    }
}
#current-top-header .mv .title .space-top {
    font-size: 42px;
    font-weight: bold;
    color: #008b9f;
    background-color: #fff;
    padding: 0.5em 1.2em 0.5em 0;
    margin-bottom: 0.7em;
}

#current-top-header .mv .title .space-bm {
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 0.4em 0.4em 0.4em 0;
}
#current-top-header .mv .title .space-bm + .space-bm {
    margin-top: 0.2em;
}
@media screen and (max-width: 1080px) {
    #current-top-header .mv .title .space-top {
        padding: 0.5em 1.2em 0.5em 0.5em;
    }
    #current-top-header .mv .title .space-bm {
        padding: 0.4em 0.4em 0.4em 1em;
    }
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-top-header .mv .title .space-top {
        font-size: 42px;
        padding: 0.5em 1.2em 0.5em 0.5em;
    }
    #current-top-header .mv .title .space-bm {
        font-size: 20px;
        padding: 0.4em 0.4em 0.4em 1em;
    }
}
@media screen and (max-width: 767px) {
    #current-top-header .mv .title {
        top: 115%;
        left: 37%;
    }
    html[lang=en] #current-top-header .mv .title {
        display: block;
        padding-right: 8vw;
    }
    #current-top-header .mv .title .space-top {
        font-size: 4.2rem;
        padding: 0;
        font-feature-settings: "palt";
        margin-bottom: 1em;
    }
    html[lang=en] #current-top-header .mv .title .space-top {
        display: block;
    }
    #current-top-header .mv .title .space-bm {
        font-size: 2.4rem;
        padding: 0;
    }
    #current-top-header .mv .title .space-bm + .space-bm {
        margin-top: 0.8em;
    }
}
#current-top-header .map-img {
    width: 205px;
    max-width: 20%;
    position: absolute;
    top: 56%;
    left: 2%;
}
@media screen and (max-width: 767px) {
    #current-top-header .map-img {
        max-width: 28%;
        top: 60%;
        left: 7%;
    }
}

#current-body .area-section {
    padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
    #current-body .area-section {
        padding: 8vw 0 13vw;
    }
    #current-body .area-section .inner {
        max-width: 84%;
    }
}
#iwate.area-section {
    background: url("../img/current/bg_iwate.png") repeat top center;
}
#miyagi.area-section {
    background: url("../img/current/bg_miyagi.png") repeat top center;
}
#fukushima.area-section {
    background: url("../img/current/bg_fukushima.png") repeat top center;
}
.area-section .area-section-ttl {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    color: #0093a7;
    text-align: center;
    margin-bottom: 1.1em;
}
@media screen and (max-width: 767px) {
    .area-section .area-section-ttl {
        font-size: 5rem;
    }
}
#current-body .section-line {
    width: 1040px;
    max-width: 90%;
    height: 1px;
    background-color: #008b9f;
    margin: 70px auto;
}
@media screen and (max-width: 767px) {
    #current-body .section-line {
        max-width: 84%;
        margin: 10vw auto;
    }
}
#current-body .area-cont-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
#current-body .area-cont-list li {
    width: 480px;
    max-width: 48%;
    border-radius: 11px;
    background-color: #fff;
    padding: 40px 30px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#current-body .area-cont-list li .area-cont-img {
    width: 100%;
    aspect-ratio: 415 / 280;
    border-radius: 13px;
    overflow: hidden;
}
#current-body .area-cont-list li .area-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#current-body .area-cont-list li .area-cont-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75em;
    text-align: center;
    margin: 1.5em 0;
}
#current-body .area-cont-list li .area-cont-txt {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 2em;
}
#current-body .area-cont-list li a {
    margin-top: auto;
}
.area-section .button-wrap .button-01 {
    width: 84%;
    height: 60px;
    aspect-ratio: auto;
    margin: 0 auto;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-body .area-cont-list li {
        padding: 30px 20px 50px;
    }
    #current-body .area-cont-list li .area-cont-ttl {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #current-body .area-cont-list {
        flex-direction: column;
        gap: 8vw 0;
        margin-bottom: 13vw;
    }
    #current-body .area-cont-list li {
        width: 100%;
        max-width: 100%;
        padding: 4vw 4vw 7vw;
    }
    #current-body .area-cont-list li .area-cont-img {
        border-radius: 3vw;
    }
    #current-body .area-cont-list li .area-cont-ttl {
        font-size: 3.4rem;
        margin: 1.2em 0;
    }
    #current-body .area-cont-list li .area-cont-txt {
        font-size: 2.6rem;
    }
    #current-body .area-cont-list li a {
        width: 74%;
        font-size: 2.3rem;
    }
    .area-section .button-wrap .button-01 {
        width: 100%;
        height: 11vw;
        font-size: 2.3rem;
    }
}

#page-current #current-header {
    margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
	#page-current #current-header {
        margin-bottom: 22.6vw;
	}
}
#page-current #current-header .mv {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1040px 1fr;
    position: relative;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
	#page-current #current-header .mv {
        width: 100%;
        display: block;
        margin-bottom: 3vw;
	}
}
@media screen and (max-width: 767px) {
	#page-current #current-header .mv {
        width: 100%;
        display: block;
        margin-bottom: 6.6vw;
	}
}
#page-current #current-header .mv .inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    #page-current #current-header .mv .inner {
        width: 100%;
        max-width: 100%;
        left: auto;
        transform: none;
        right: 0;
    }
}
#page-current #current-header .mv-img {
    width: 100%;
    height: 700px;
    grid-area: 1 / 2 / 2 / 4;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-header .mv-img {
        height: inherit;
        aspect-ratio: 1212 / 700;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header .mv-img {
        height: inherit;
        aspect-ratio: 750 / 930;
    }
}
#page-current #current-header .mv-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#page-current #current-header .mv-img.pos_topleft img {
    object-position: left top;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-header .mv-img.pos_topleft img {
        object-position: 50% 50%;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header .mv-img.pos_topleft img {
        object-position: 50% 50%;
    }
}
#page-current #current-header h2 {
	display: flex;
    align-items: flex-start;
	gap: 15px;
    position: absolute;
    top: 0;
    left: -30px;
}
html[lang=en] #page-current #current-header h2 {
    flex-direction: column-reverse;
}
@media screen and (max-width: 1100px) {
    #page-current #current-header h2 {
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header h2 {
        gap: 2.7vw;
        left: inherit;
        right: 0;
        justify-content: flex-end;
    }
    html[lang=en] #page-current #current-header h2 {
        align-items: flex-end;
    }
}
#page-current #current-header h2 span {
    font-size: 36px;
	font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    display: inline-block;
    background-color: #009db1;
    color: #fff;
    padding: 1em 0.3em 0.3em;
}
html[lang=en] #page-current #current-header h2 span {
    font-size: 33px;
    padding: 0.2em 0.6em 0.3em;
    writing-mode: inherit;
    text-orientation: inherit;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-header h2 span {
        font-size: 3.4rem;
    }
    html[lang=en] #page-current #current-header h2 span {
        font-size: 3.1rem;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header h2 span {
        font-size: 4.8rem;
    }
    html[lang=en] #page-current #current-header h2 span {
        font-size: 4.5vw;
    }
}
#page-current #current-header h2 span.space-bm {
    padding-bottom: 0.8em;
}
#page-current #current-header .text {
    font-size: 14px;
    line-height: 1.75em;
    padding-left: 52%;
    text-align: left;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-header .text {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header .text {
        font-size: 2.6rem;
    }
}
#page-current #current-header .map {
    width: 485px;
    position: absolute;
    top: -120px;
    left: -50px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-header .map {
        width: 48.5vw;
        top: -10vw;
        left: -5vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-header .map {
        width: 100vw;
        top: -21vw;
        left: -8vw;
    }
}
#page-current #current-body {
    margin-bottom: 150px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-body {
        margin-bottom: 15vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-body {
        margin-bottom: 15vw;
    }
}
#page-current #current-body .text {
    margin-bottom: 110px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-body .text {
        margin-bottom: 11vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-body .text {
        margin-bottom: 16vw;
    }
}
#current-body .section:not(:first-child) {
    padding-top: 110px;
    border-top: 1px solid #009db1;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #current-body .section:not(:first-child) {
        padding-top: 11vw;
    }
}
@media screen and (max-width: 767px) {
    #current-body .section:not(:first-child) {
        padding-top: 16vw;
    }
}
#page-current #current-body figcaption {
    width: 90%;
    max-width: 900px;
	margin: 40px auto 110px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-body figcaption {
        margin: 4vw auto 11vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-body figcaption {
        width: 100%;
        margin: 4vw auto 12vw;
    }
}
#page-current #current-body figure.image {
    text-align: center;
}

#page-current #current-body figure.image > figcaption > span {
    text-align: left;
    display: inline-block;
}
#page-current #current-body .production {
	font-size: 14px;
    line-height: 1.5em;
    text-align: right;
    margin-bottom: 170px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
	#page-current #current-body .production {
		font-size: 1.4rem;
        margin-bottom: 17vw;
	}
}
@media screen and (max-width: 767px) {
	#page-current #current-body .production {
		font-size: 2.6rem;
        line-height: 1.75em;
        margin-bottom: 32vw;
	}
}
#page-current #current-body .button-01.w100 {
    width: 100%;
    height: 60px;
    aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
    #page-current #current-body .button-01.w100 {
        height: 10.66vw;
    }
}
#page-current #current-body .button-01.w100 {
    width: 100%;
    height: 60px;
    aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
    #page-current #current-body .button-01.w100 {
        height: 10.66vw;
    }
}
#page-current #current-body .bnr-area {
    text-align: center;
}
#page-current #current-body .bnr-area img {
    vertical-align: bottom;
}
#page-current #current-body .bnr-wrap {
    max-width: 300px;
    display: inline-block;
    position: relative;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-body .bnr-wrap {
        max-width: 30vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-body .bnr-wrap {
        max-width: 100%;
    }
}
#page-current #current-body .bnr-wrap.size-l {
    max-width: 390px;
}
@media screen and (min-width: 768px)and (max-width: 1020px) {
    #page-current #current-body .bnr-wrap.size-l {
        max-width: 39vw;
    }
}
@media screen and (max-width: 767px) {
    #page-current #current-body .bnr-wrap.size-l {
        max-width: 100%;
    }
}
#page-current #current-body .bnr-wrap.line {
    border: 1px solid #e2e2e2;
}
#page-current #current-body .bnr-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
#page-current #current-body .bnr-wrap a {
    display: inline-block;
    position: relative;
    z-index: 2;
}
#page-current #current-body .bnr-wrap a:hover {
    opacity: .8;
}
.bnr-col2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
    .bnr-col2 {
        gap: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .bnr-col2 {
        flex-direction: column;
        gap: 4vw;
    }
}
.banner-list {
    width: 82%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto 40px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
    .banner-list {
        gap: 2vw;
        margin: 2vw auto 4vw;
    }
}
@media screen and (max-width: 767px) {
    .banner-list {
        width: 100%;
        flex-direction: column;
        gap: 4vw;
        margin: 4vw auto 10.6666666667vw;
    }
}
.banner-list > li {
    width: calc((100% - 20px) / 2);
    border: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
    .banner-list > li {
        width: calc((100% - 2.1vw) / 2);
    }
}
@media screen and (max-width: 767px) {
    .banner-list > li {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .banner-list > li a {
        transition: .3s;
    }
    .banner-list > li a:hover {
        opacity: .8;
    }
}
.banner-list > li .image img {
    width: 100%;
    vertical-align: bottom;
}