@charset "utf-8";

/**** entry-header ****/
.entry-header .c-title_h2 {
    font-family: "Commissioner", "M PLUS 1p", sans-serif;
    text-align: center;
    color: #fff;
    font-size: min(9vw,50px);
    font-weight: 700;
    text-transform: uppercase;
}
.entry-header .c-title_h2.ja-title {
    font-size: min(5vw,24px);
    max-width: 90%;
    margin: 0 auto;
}
.single-content .entry-header {
    background: url('../images/subpage/news_bg-sp.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 17vw 0 20vw;
}
@media screen and ( min-width: 960px ) {
    .entry-header .c-title_h2 {
        font-size: min(30vw,60px);
    }
    .entry-header .c-title_h2.ja-title {
        font-size: 30px;
        padding-bottom: 50px;
        max-width: 820px;
    }
    .single-content .entry-header {
        background: url('../images/subpage/news_bg-pc.jpg');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding: 6vw 0 7vw;
    }
}

/****breadcrumb****/
.breadcrumb {
    font-size: min(3vw,16px);
    color: #4D4D4D;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding-top: 3%;
    position: relative;
    z-index: 2;
}
.breadcrumb a {
    color: #006172;
}

/****single-content****/
.single-content {
    background: #fff;
}
.single-content.news-content article {
    background-image: url('../images/subpage/news_bg-line.png');
    background-repeat: no-repeat;
    background-position-y: 95%;
    background-size: 90% auto;
    background-position-x: -290%;
}
.news-content article {
    background-color: #fff;
    padding-bottom: 45%;
}
.single-content img {
    width: 100%;
    height: auto;
}
.single-content .content-inner h2,
.single-content .content-inner h3,
.single-content .content-inner h4,
.single-content .content-inner h5,
.single-content .content-inner h6 {
    font-weight: 500;
    line-height: 1.5;
    margin: 1.2em 0 1.0em;
    clear: both;
}
.single-content .content-inner h2 {
    font-size: 125%;
    background-color: #fff;
    padding: 9px 18px 16px;
    position: relative;
    border-left: 3px solid #006172;
}
.single-content .content-inner h3 {
    font-size: 112.5%;
    padding: 0 0 9px;
    position: relative;
}
.single-content .content-inner h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/top/top-news-line.svg);
    background-size: 6px 1px;
    background-position: top left;
    background-repeat: repeat-x;
}
.single-content .content-inner h4 {
    font-size: 112.5%;
    position: relative;
    padding-left: 22px;
}
.single-content .content-inner h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #00728c;
}
.single-content .content-inner p {
    margin: 0 0 0.8em 0;
    line-height: 1.75;
    font-size: 106%;
    word-break: break-word;
}
.single-content .content-inner a {
    color: #c44500;
}
.single-content .content-inner a:hover {
    border-bottom: 1px solid #c44500;
}
.single-content .content-inner ol,
.single-content .content-inner ul {
    margin: 0 0 1.2em 1.8em;
    list-style: decimal-leading-zero;
}
.single-content .content-inner ul {
    list-style: disc;
}
.single-content .content-inner ul li,
.single-content .content-inner ol li {
    margin: 0 0 0.5em;
}

.single-content .content-inner .table_scroll {
    overflow-x: scroll;
}
.single-content .content-inner table {
    background-color:#FFFFFF;
    border-collapse:collapse;
    border-spacing:0;
    border:1px solid #d2d2d2;
    min-width: 640px;
    width: 100%;
}
.single-content .content-inner table caption {
    padding:0 0 12px;
    font-weight:bold;
    text-align:left;
}
.single-content .content-inner table caption:empty {
    padding: 0;
}
.single-content .content-inner table td {
    padding:22px 22px;
    border:1px solid #d2d2d2;
}
.single-content .content-inner table p {
    margin: 0;
    padding: 0;
}
.single-content .content-inner table th {
    padding:22px 22px;
    color:inherit;
    background-color:#f5f5f5;
    border:1px solid #d2d2d2;
}
.single-content .link-button.news {
    margin-top: 10%;
    margin-left: auto;
    text-align: center;
}
.single-content .link-button.news a {
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    background-color: #008299;
    box-shadow: 0 5px 0 #006173;
    transition: background-color 0.1s ease-in-out;
    font-size: 100%;
    padding: 25px;
    border-radius: 100px;
    width: 80%;
}
.single-content .link-button.news a:hover {
    background-color: #c44500;
    box-shadow: 0 0;
}
.single-content .entry-content {
    position: relative;
    margin: auto;
    padding: 0 8%;
}
.single-content .entry-content::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20vw;
    background-image: url('../images/top/top-mv-bg-bottom-sp.svg');
    background-size: 110% auto;
    background-position: top center;
    z-index: 0;
}
.single-content .content-inner {
    width: 100%;
    margin: 8% auto 12%;
}
.single-content .content-head {
    width: 100%;
    margin-left: auto;
}
.single-content .content-head .content-title {
    font-size: min(6vw,30px);
}
.single-content .content-box {
    width: 100%;
    border: 2px dotted #008299;
    background: #fff;
    border-radius: 20px;
    padding: 6vw 5vw;
    box-sizing: border-box;
    line-height: 1.7;
    margin-top: 4vw;
}
.single-content .share-area {
    margin-top: 8vw;
}
.single-content .share-area .share-title {
    text-align: center;
    margin-bottom: 14px;
    font-size: min(4vw,24px);
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #006173, -1px -1px 0 #006173, -1px 1px 0 #006173, 1px -1px 0 #006173, 0px 1px 0 #006173, 0px -1px 0 #006173, -1px 0px 0 #006173, 1px 0px 0 #006173;
}
.single-content .share-area .share-title::after {
    display: none;
}
.single-content .share-area .share-title .en {
    display: block;
    color: #fff;
}
.single-content .share-area .addtoany_shortcode {
    text-align: center;
}
.single-content .share-area .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #c44500;
    border-radius: 100px;
    padding: 6px;
}
.single-content .share-area .addtoany_list.a2a_kit_size_32 a:hover {
    border: none;
}

.page-content .entry-content {
    padding: 0 3% 30vw;
}
.page-content .content-inner {
    margin: 8% auto 0;
    padding: 0 0 5vw;
}
@media screen and ( min-width: 960px ) {
    .single-content .entry-content {
        padding: 0 10%;
    }
    .page-content .entry-content {
        padding: 0 10% 30vw
    }
    .single-content .entry-content::before {
        height: 13.8vw;
        background-image: url('../images/top/top-mv-bg-bottom-pc.svg');
        background-size: 100% auto;
    }
    .single-content .content-inner {
        width: 90%;
    }
    .single-content .content-head .content-title {
        margin-bottom: 10px;
    }
    .news-content article {
        padding-bottom: 20%;
    }
    .single-content.news-content article {
        background-size: 50% auto;
        background-position-y: 80%;
        background-position-x: 0;
    }
    .single-content .content-inner h2 {
        font-size: 162.5%;
    }
    .single-content .content-inner h3 {
        font-size: 137.5%;
    }
    .single-content .content-inner h4 {
        font-size: 137.5%;
    }
    .single-content .content-inner table {
        min-width: inherit;
    }
    .single-content .link-button.news a {
        padding: 24px;
        box-shadow: 0 4px 0px #006173;
        width: auto;
        width: min(227px, 90%);
    }
    .single-content .content-box {
        padding: 40px 60px;
        margin-top: 3%;
    }
    .single-content .share-area {
        margin-top: 0;
        position: fixed;
        top: 60%;
        left: 2%;
        z-index: 10;
        transition: 0.6s ease-in-out;
    }
    .single-content .share-area .share-title {
        font-size: 16px;
        line-height: 1.5;
    }
    .single-content .share-area .addtoany_list a, .widget .addtoany_list a {
        margin-top: 5px;
        display: block;
        text-align: center;
    }
    .single-content .share-area.hidden {
        opacity: 0;
    }
    .single-content .link-button.news {
        width: 100%;
        margin-top: 5%;
        margin-left: auto;
        text-align: center;
    }
}


/**** news一覧 ****/
.index-container {
    background-image: url('../images/subpage/news_bg-line.png');
    background-repeat: no-repeat;
    background-position-y: 90%;
    background-size: 90% auto;
    background-position-x: -290%;
}
.index-container .entry-content > .obj {
    position: absolute;
    top: -8%;
    right: 6%;
    width: min(32%,250px);
}
.news-container {
    padding: 18vw 0 56vw;
}
.news-container .news-pickup {
    position: relative;
}
.news-container .news-pickup .obj {
    position: absolute;
    top: -24%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: min(50%,200px);
}
.news-container .news-pickup a {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    padding: 2vw;
    border: 1px solid #008299;
    border-radius: 4vw;
    margin: 0 auto;
    box-shadow: 1vw 1vw 0 #00728c;
    background-color: #fff;
}
.news-container .news-pickup .thumbnail {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 4vw;
    line-height: 0;
}
.news-container .news-pickup .thumbnail img {
    border-radius: 4vw;
    width: 100%;
    height: 36.4vw;
    object-fit: cover;
    transition: 0.1s ease-in-out;
}
.news-container .news-pickup a:hover .thumbnail img {
    transform: scale(1.03);
    transition: 0.1s ease-in-out;
}
.news-container .news-pickup a > div {
    margin-top: 2vw;
    display: flex;
}
.news-container .news-pickup a > div > .news-date {
    width: 20%;
    padding: 0 3% 2vw;
    font-weight: 500;
}
.news-container .news-pickup a > div > .news-date p {
    line-height: 1;
    text-align: center;
    width: 100%;
}
.news-container .news-pickup a > div > .news-date > p:nth-child(1) {
    color: #fff;
    font-size: 7vw;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
}
.news-container .news-pickup a > div > .news-date div p:nth-child(1) {
    margin-top: 2px;
}
.news-container .news-pickup a > div > .news-date div p:nth-child(2) {
    margin-top: 0.5vw;
    font-size: 3vw;
}
.news-container .news-pickup a > div > .news-title {
    width: 80%;
    padding: 0;
}
.news-container .news-pickup a > div > .news-title .title {
    font-size: min(4vw, 18px);
}
.news-container .news-pickup a > div > .news-title p:nth-child(2) {
    margin-top: 1vw;
}
.news-container .news-pickup a > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
    margin: 1.5vw 0 0 auto;
}
.news-container .news-pickup a > .bottom .tag span {
    line-height: 1;
    background-color: #ffffff;
    color: #c44500;
    border: 2px solid #c44500;
    padding: 0.8vw 3vw 0.5vw;
    border-radius: 100px;
    font-weight: 600;
    box-sizing: border-box;
    font-size: min(3vw, 16px);
}
.news-container .arrow01 {
    position: absolute;
    display: block;
    width: 9vw;
    height: 9vw;
}
.news-container .arrow01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #008299;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
.news-container .arrow01::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-icon.svg);
    background-size: 30%;
    background-position: center center;
}
.news-container .news-pickup a .arrow01 {
    right: 0;
    bottom: 0;
    position: relative;
}
.news-container .news-pickup a:hover .arrow01::before,
.news-container .news-list ul li a:hover .arrow01::before {
    width: 100%;
    height: 100%;
}
.news-container .news-list {
    margin-top: 8vw;
}
.news-container .news-list ul li {
    position: relative;
    background: #fff;
}
.news-container .news-list ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/top/top-news-line.svg);
    background-size: 6px 1px;
    background-position: top center;
    background-repeat: repeat-x;
}
.news-container .news-list ul li:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/top/top-news-line.svg);
    background-size: 6px 1px;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.news-container .news-list ul li a {
    display: block;
    width: 100%;
    padding: 4vw 13% 3vw 0;
}
.news-container .news-list ul li .date {
    line-height: 1;
    font-size: 95%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}
.news-container .news-list ul li .post-title {
    font-size: 106%;
    font-weight: 500;
}
.news-container .news-list ul li .arrow01 {
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and ( min-width: 960px ) {
    .index-container {
        background-size: 50% auto;
        background-position-y: 73%;
        background-position-x: 0;
    }
    .index-container .entry-content > .obj {
        width: min(17%,250px);
    }
    .news-container {
        padding: 5vw 0 36%;
    }
    .news-container .news-pickup {
        width: 80%;
        margin: auto;
    }
    .news-container .news-pickup a {
        width: 100%;
        padding: 0;
        border-radius: 1.2vw;
        box-shadow: 0.5vw 0.5vw 0 #00728c;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .news-container .news-pickup .obj {
        position: absolute;
        top: -28%;
        left: 20%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: min(50%,200px);
    }
    .news-container .news-pickup .thumbnail {
        border-radius: 0 1.2vw;
        width: 65%;
        margin-bottom: 4vw;
    }
    .news-container .news-pickup .thumbnail img {
        height: 21vw;
        border-radius: 0 1.2vw;
    }
    .news-container .news-pickup a > div {
        display: block;
        margin: 1.3vw auto;
        padding: 0 1.3vw;
        width: 35%;
    }
    .news-container .news-pickup a > div > .news-date {
        width: 100%;
        padding: 0 0 5%;
        display: flex;
        align-items: center;
    }
    .news-container .news-pickup a > div > .news-date > p:nth-child(1) {
        font-size: 2.7vw;
        border-bottom: none;
        border-right: 2px solid #000;
        padding: 0px 5px 0 0;
        width: 20%;
    }
    .news-container .news-pickup a > div > .news-date div {
        padding-left: 10px;
    }
    .news-container .news-pickup a > div > .news-date div p:nth-child(1) {
        margin-top: 0px;
    }
    .news-container .news-pickup a > div > .news-date div p:nth-child(1) {
        font-size: 1.8vw;
        text-align: left;
    }
    .news-container .news-pickup a > div > .news-date div p:nth-child(2) {
        font-size: 1vw;
        margin-top: -1px;
        letter-spacing: 4px;
        text-align: left;
    }
    .news-container .news-pickup a > div > .news-title {
        width: 100%;
        padding: 0;
    }
    .news-container .news-pickup a > div > .news-title p:nth-child(2) {
        margin-top: 0.6vw;
    }
    .news-container .news-pickup a .bottom {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 64%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-container .news-pickup a > .bottom .tag span {
        padding: 0.2vw 1vw 0.3vw;
        font-size: min(0.9vw,16px);
    }
    .news-container .arrow01 {
        width: 3.5vw;
        height: 3.5vw;
    }
    .news-container .news-pickup a .arrow01 {
        right: 0;
        bottom: 0;
        position: relative;
    }
    .news-container .news-list {
        margin: 4vw auto 0;
        padding: 0;
        width: 90%;
    }
    .news-container .news-list ul li a {
        display: flex;
        align-items: center;
        padding: 1.5vw 5vw 1.5vw 0;
        background-size: 4% auto;
    }
    .news-container .news-list ul li .date {
        margin-bottom: 0;
        width: 100px;
    }
    .news-container .news-list ul li .arrow01 {
        right: 1vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

/**** 404 ****/
.error-404 {
    background: #008299;
    background: linear-gradient(0deg, rgb(0 97 115) 58%, rgb(0 130 153) 58%, rgb(0 130 153) 100%);
    color: #fff;
    position: relative;
}
.error-404::before {
    content: "";
    position: absolute;
    top: -12%;
    left: 0;
    width: 100%;
    height: 54%;
    background-image: url('../images/subpage/merit_midasi_bg_02.png');
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 0;
}
.error-404 .entry-content {
    position: relative;
    padding: 33vw 5% 25vw;
}
.single-content.error-content .entry-content::before {
    display: none;
}
.error-404 .error-title {
    text-align: center;
    font-size: 246%;
    line-height: 1.35;
    margin-bottom: 5%;
}
.error-404 .error-title .sub {
    font-size: 38%;
    background: #008299;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 5px 20px 6px;
    font-weight: 600;
    display: inline-block;
}
.error-404 .error-title .title-en {
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
}
.error-404 .e-text {
    font-size: 100%;
    line-height: 2;
    text-align: left;
}
.error-404 .link-button {
    position: relative;
    text-align: center;
    margin: 8% auto 4%;
    z-index: 5;
}
.error-404 .link-button a {
    position: relative;
    display: block;
    width: min(347px, 90%);
    margin: auto;
    background: #fff;
    border-radius: 100px;
    padding: 15px;
    font-size: 110%;
    font-weight: bold;
    color: #006173;
    box-sizing: border-box;
    box-shadow: 0 4px 0px #008299;
    transition: 0.1s ease-in-out;
}
.error-404 .link-button a::after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-icon_blue.svg);
    background-size: cover;
    background-position: center center;
    padding-top: 5%;
    padding-left: 5%;
    top: 50%;
    right: 6%;
    transform: translate(0%, -50%);
    transition: 0.1s ease-in-out;
}
.error-404 .link-button a:hover {
    background: #008299;
    color: #fff;
    box-shadow: 0 0;
}
.error-404 .link-button a:hover::after {
    background-image: url(../images/arrow-icon.svg);
}
.error-404 .breadcrumb,
.error-404 .breadcrumb a {
    color: #fff;
}
.error-404 .icon-list span {
    position: absolute;
}
.error-404 .icon-list .icon01 {
    width: 23%;
    top: 8%;
    left: 24%;
}
.error-404 .icon-list .icon02 {
    width: 23%;
    top: 8.3%;
    right: 3%;
}
.error-404 .icon-list .icon03 {
    width: 25%;
    top: 89%;
    left: 8%;
}
.error-404 .icon-list .icon04 {
    width: 25%;
    top: 71%;
    right: 9%;
}
@media screen and ( min-width: 960px ) {
    .error-404 {
        background: linear-gradient(0deg, rgb(0 97 115) 55%, rgb(0 130 153) 55%, rgb(0 130 153) 100%);
    }
    .error-404::before {
        top: -9%;
    }
    .error-404 .entry-content {
        padding: 6vw 10% 13vw;
    }
    .error-404 .error-title {
        font-size: 420%;
        margin-bottom: 2%;
        line-height: 1.2;
    }
    .error-404 .error-title .sub {
        font-size: 30%;
    }
    .error-404 .error-title .title-en {
        letter-spacing: 5px;
    }
    .error-404 .e-text {
        font-size: 106%;
        line-height: 2.6;
        text-align: center;
    }
    .error-404 .link-button {
        margin: 3% auto 0;
    }
    .error-404 .link-button a {
        font-size: 116%;
    }
    .error-404 .icon-list .icon01 {
        width: 11%;
        top: 20%;
        left: 12%;
    }
    .error-404 .icon-list .icon02 {
        width: 11%;
        right: 10%;
        top: 9%;
    }
    .error-404 .icon-list .icon03 {
        width: 11%;
        top: 48%;
        left: 8%;
    }
    .error-404 .icon-list .icon04 {
        width: 11%;
        top: 51%;
        right: 13%;
    }
}