/* setting
-------------------------------------------------- */
#main_contents_area {
    line-break: strict;
    overflow-wrap: anywhere;
}

/* =============================================
module
============================================= */
/* form
-------------------------------------------------- */
button {
    border: none;
    cursor: pointer;
    width: 100%;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}


/* Adjustment
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

.tab {
    display: none;
}

@media only screen and (min-width: 768px) {
    .tab {
        display: block;
    } 
}

.pc {
    display: none;
}

.pc-none {
    display: block;
}

@media only screen and (min-width: 980px) {
    .pc {
        display: block;
    }

    .pc-none {
        display: none;
    }
}

.desktop {
    display: none;
}

.desktop-none {
    display: block;
}

@media only screen and (min-width: 1366px) {
    .desktop {
        display: block;
    }

    .desktop-none {
        display: none;
    }
}

/* section
-------------------------------------------------- */
.section {
    margin-top: 80px;
}

.pagetitle + .section {
    margin-top: -30px;
}

.section:last-of-type {
    margin-bottom: 80px;
}

/* text__block
-------------------------------------------------- */
.text__block {
    margin-top: 40px;
}

.text__block > p {
    font-size: 1.6rem;
    margin-top: 20px;
}

.text__block > p:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .text__block {
        margin-top: 60px;
    }
}

/* text__block__item
-------------------------------------------------- */
.text__block__item {
    margin-top: 40px;
}

.text__block__item + * {
    margin-top: 20px;
}

/* hdg
-------------------------------------------------- */

.hdg-lv2-01 {
    font-size: 3.2rem;
}

.hdg-lv2-01._center {
    text-align: center;
}

.hdg-lv2-01 > .sub {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #869698;
    font-weight: 400;
}

.hdg-lv2-02 {
    padding: 14px 0 14px;
    border-top: 2px solid #A40001;
    border-bottom: 1px dotted #869698;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

.hdg-lv2-02:first-of-type {
    margin-top: 0;
}

.hdg-lv2-01 + .hdg-lv3-01,
.hdg-lv2-02 + .hdg-lv3-01 {
    margin-top: 20px;
}

.hdg-lv2-02 + .hdg-lv3-02 {
    margin-top: 60px;
}

.hdg-lv2-02 + .text__block {
    margin-top: 20px;
}

.hdg-lv3-01 {
    font-size: 2rem;
    position: relative;
    padding-left: 25px;
}

.hdg-lv3-01::before {
    content: "";
    width: 18px;
    height: 4px;
    background-color: #A40001;
    position: absolute;
    left: 0;
    top: 10px;
}

.hdg-lv3-01 > .sub {
    font-size: 1.4rem;
    margin-left: 20px;
    font-weight: normal;
}

.hdg-lv3-02 {
    font-size: 2rem;
}

.hdg-lv3-03 {
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    padding-bottom: 13px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.hdg-lv3-03::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 120px;
    height: 4px;
    background-color: #A40001;
}

.hdg-lv4-01 {
    font-size: 1.6rem;
}

.hdg-lv4-02 {
    font-size: 1.6rem;
    border-left: 5px solid #A40001;
    padding-left: 20px;
}

/* btn
-------------------------------------------------- */
.btn-01 > a,
.btn-01 > button {
    background-color: #fff;
    max-width: 400px;
    display: flex;
    height: 70px;
    padding-left: 25px;
    align-items: center;
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
    transition: .2s;
}

.btn-01 > a:hover,
.btn-01 > button:hover {
    text-decoration: none;
    opacity: .7;
}

.btn-01 > a::after,
.btn-01 > button::after {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../images/icon-arrow-red.png) no-repeat left top /cover;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-02 > a,
.btn-02 > button {
    background-color: #A40001;
    color: #fff;
    max-width: 400px;
    display: flex;
    height: 70px;
    padding-left: 25px;
    align-items: center;
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
    transition: .2s;
}

.btn-02 > a:hover,
.btn-02 > button:hover {
    text-decoration: none;
    opacity: .7;
}

.btn-02 > a::after,
.btn-02 > button::after {
    content: "";
    width: 38px;
    height: 38px;
    background: url(../images/icon-arrow-white.png) no-repeat left top /cover;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

/* list-num
-------------------------------------------------- */
.list-num-01 > li {
    padding-left: 2em;
    text-indent: -2em;
}

.list-num-01._lead > li {
    margin-top: 40px;
}

.list-num-01._lead > li:first-child {
    margin-top: 0;
}

.list-num-01 > li .lead {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-num-01 > li .num {
    margin-right: 1em;
}

.list-num-02 > li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.list-num-02 > li > .num {
    margin-right: .5em;
}

.list-num-03 > li {
    margin-top: 1em;
}

.list-num-03 > li:first-child {
    margin-top: 0;
}

.list-num-03 > li > .num {
    display: block;
}

/* list-note
-------------------------------------------------- */
.list-note-01 > li {
    padding-left: 1em;
    text-indent: -1em;
}

/* list-bullet
-------------------------------------------------- */
.list-bullet-01 > li {
    position: relative;
    padding-left: 20px;
}

.list-bullet-01 > li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #A40001;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media only screen and (min-width: 980px) {
    .list-bullet-01 > li::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #A40001;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 7px;
    }
}

.list-bullet-02 > li {
    position: relative;
    padding-left: 10px;
    font-size: 1.6rem;
}

.list-bullet-02 > li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/* list-desc
-------------------------------------------------- */
.list-desc-01 {
    max-width: 980px;
    margin: 0 auto;
    border-bottom: 1px solid #BFA8A8;
}

.list-desc-01 > div {
    padding: 15px 0;
    border-top: 1px solid #BFA8A8;
}

.list-desc-01 > div > dt {
    font-size: 1.6rem;
    font-weight: bold;
}

.list-desc-01 > div > dd {
    margin-top: 10px;
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .list-desc-01 > div {
        padding: 15px 0;
        display: flex;
    }
    
    .list-desc-01 > div > dt {
        width: 30%;
    }
    
    .list-desc-01 > div > dd {
        margin-top: 0;
        width: 70%;
    }
}

.list-desc-02 > div {
    margin-top: 20px;
}

.list-desc-02 > div:first-child {
    margin-top: 0;
}

.list-desc-02 > div > dt {
    font-size: 1.6rem;
    color: #A40001;
}

.list-desc-03 > div {
    display: flex;
    justify-content: space-between;
    width: 340px;
}

.list-desc-04 {
    max-width: 980px;
    margin: 0 auto;
}

.list-desc-04 > div {
    padding: 20px 0;
    border-bottom: 1px solid #D5D7D8;
}

.list-desc-04 > div > dt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-desc-04 > div > dt > .dot {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.8rem;
    color: #A40001;
    position: relative;
    padding-right: 50px;
}

.list-desc-04 > div > dt > .year {
    font-size: 1.6rem;
}
 
.list-desc-04 > div > dt > .dot::before,
.list-desc-04 > div > dt > .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #A40001;
}

.list-desc-04 > div > dt > .dot::before {
    width: 10px;
    height: 10px;
    right: 17px;
}

.list-desc-04 > div > dt > .dot::after {
    width: 6px;
    height: 6px;
    right: 0;
}

.list-desc-04 > div > dt > .text {
    color: #A40001;
    text-align: center;
    font-weight: 700;
}

.list-desc-04 > div > dd {
    font-size: 1.6rem;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .list-desc-04 > div {
        display: flex;
        gap: 20px;
    }
    
    .list-desc-04 > div > dt {
        width: 25%;
    }

    .list-desc-04 > div > dt > .text {
        flex: 1;
    }

    .list-desc-04 > div > dd {
        flex: 1;
        margin-top: 0;
        align-self: center;
    }
}

@media only screen and (min-width: 1024px) {
    .list-desc-04 > div > dt {
        gap: 20px;
    }
}

.list-desc-05 > div {
    margin-top: 20px;
}

.list-desc-05 > div:first-child {
    margin-top: 0;
}

.list-desc-05 > div > dt {
    font-size: 1.6rem;
    color: #A40001;
    font-weight: bold;
}

.list-desc-05 > div > dd {
    font-size: 1.6rem;
}

/* list-anchor
-------------------------------------------------- */
.list-anchor-01 + .hdg-lv2-02 {
    margin-top: 60px;
}

.list-anchor-01 > li > a {
    color: #0081CC;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    text-decoration: underline;
    padding-right: 30px;
}

.list-anchor-01 > li > a::before,
.list-anchor-01 > li > a::after {
    content: "";
    position: absolute;
}

.list-anchor-01 > li > a::before {
    width: 16px;
    height: 16px;
    background-color: #A40001;
    border-radius: 50%;
    top: 4px;
    right: 0;
}

.list-anchor-01 > li > a::after {
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 8px;
    right: 5px;
    transform: rotate(45deg);
}

.list-anchor-01 > li > a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .list-anchor-01 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}

/* list-card
-------------------------------------------------- */
.list-card-01__item {
    width: 349px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
}

.list-card-01__hdg {
    background-color: #E4EAEA;
    color: #333;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.list-card-01__content {
    padding: 25px 25px 20px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #EBEBEB;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.list-card-01__name {
    text-align: center;
    color: #A40001;
    font-size: 1.6rem;
    margin-top: auto;
}

.list-card-01__text {
    font-size: 2rem;
    margin-bottom: 20px;
}

.list-card-01__btn {
    margin: 25px auto 0;
    width: 236px;
}

@media only screen and (min-width: 768px) {
    .list-card-01 {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 40px;
        max-width: 738px;
        margin: 0 auto;
    }
    
    .list-card-01__item {
        margin: 0;
    }
}

@media only screen and (min-width: 1366px) {
    .list-card-01 {
        max-width: 1127px;
    }
}


/* col2
-------------------------------------------------- */
.col2 {
    margin-top: 60px;
}

.col {
    margin-top: 40px;
}

.col:first-child {
    margin-top: 0;
}

.col p {
    font-size: 1.6rem;
}

.col__img {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .col2 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .col2._image-right {
        flex-direction: row;
    }

    .col2._image-left {
        flex-direction: row-reverse;
    }

    .col {
        margin-top: 0;
        width: calc(50% - 15px);
    }
}

@media only screen and (min-width: 980px) {
    .col2 {
        gap: 60px;
    }

    .col {
        width: calc(50% - 30px);
    }
}

/* col2__list-01
-------------------------------------------------- */
.col2__list-01__item {
    margin-top: 40px;
}

.col2__list-01__item:first-child {
    margin-top: 0;
}

.col2__list-01__hdg {
    text-align: center;
    font-size: 1.6rem;
    border-top: 1px solid #A40001;
    border-bottom: 1px dotted #869698;
    padding: 10px 0;
    margin-bottom: 20px;
}

.col2__list-01__text {
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
    .col2__list-01 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .col2__list-01__item {
        margin-top: 0;
        width: calc(50% - 15px);
    }
}

@media only screen and (min-width: 980px) {
    .col2__list-01 {
        gap: 55px 40px;
    }

    .col2__list-01__item {
        width: calc(50% - 20px);
    }
}

/* table_scroll
-------------------------------------------------- */
.table_scroll {
    overflow-x: auto;
}

.table-01 {
    width: 1200px;
    margin-top: 20px;
    border-collapse: collapse;
}

.table-01 > thead > tr > th {
    background-color: #EFF3F5;
    font-weight: 700;
}

.table-01 > thead > tr > th.wid50 {
    width: 50%;
}

.table-01 th,
.table-01 td {
    border: 1px solid #869698;
    padding: 10px;
    vertical-align: top;
}

.table-01 th.middle,
.table-01 td.middle {
    vertical-align: middle;
}

/* link
-------------------------------------------------- */
.link-01 {
    color: #0081CC;
    display: inline;
    text-decoration: underline;
}

.link-01:hover {
    text-decoration: none;
}

/* icon
-------------------------------------------------- */
.icon__blank {
    margin-left: 5px;
    margin-bottom: 3px;
}

/* color
-------------------------------------------------- */
.col-01 {
    color: #A40001;
}

/* align
-------------------------------------------------- */
.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

/* pagetitle
-------------------------------------------------- */
.pagetitle {
    background: url(../images/bg-pagetitle-sp.png) no-repeat left top /100% 100%;
    padding: 50px 0;
}

.pagetitle__hdg {
    font-size: 2.8rem;
    position: relative;
    padding-left: 20px;
}


.pagetitle__hdg::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #A40001;
    vertical-align: top;
    position: absolute;
    top: 5px;
    left: 0;
}

.pagetitle__hdg + .hdg-lv3-01 {
    margin-top: 40px;
}

.breadcrumb {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pagetitle {
        padding: 70px 0;
    }

    .pagetitle__hdg {
        font-size: 4rem;
    }

    .pagetitle__hdg::before {
        top: 0;
    }

    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
    }

    .breadcrumb > li {
        margin-right: 30px;
    }

    .breadcrumb > li > a {
        position: relative;
        color: #0081CC;
        text-decoration: underline;
        font-size: 1.6rem;
    }

    .breadcrumb > li > a:hover {
        text-decoration: none;
    }

    .breadcrumb > li > a::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #869698;
        border-right: 2px solid #869698;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        right: -15px;
        top: 50%;
    }
    
}

@media only screen and (min-width: 980px) {
    .pagetitle {
        background: url(../images/bg-pagetitle-pc.png) no-repeat left top /100% 100%;
    }
}



/* corporate__bnr__list
-------------------------------------------------- */
.corporate__bnr__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corporate__bnr__list__item {
    margin: 20px auto 0;
    max-width: 373px;
}

.corporate__bnr__list__item a {
    position: relative;
    transition: .2s;
    overflow: hidden;
}

.corporate__bnr__list__item a.shadow::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(164, 0, 1, .7);
}

.corporate__bnr__list__item a.radius {
    border-radius: 5px;
}

.corporate__bnr__list__item a:hover {
    opacity: .7;
}

.corporate__bnr__list__text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    padding-left: 30px;
    width: 100%;
    font-weight: bold;
    z-index: 1;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate__bnr__list__text._col-red {
    color: #333;
}

.corporate__bnr__list__text._small {
    font-size: 1.8rem;
}

.corporate__bnr__list__text::after {
    content: "";
    background: url(../images/top/icon-corporate-01.png) no-repeat center top /cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
}

.corporate__bnr__list__text._col-red::after {
    background: url(../images/top/icon-corporate-02.png) no-repeat center top /cover;
}

.corporate__bnr__list__text._blank::after {
    background: url(../images/icon-blank-large.svg) no-repeat left top /cover;
}

@media only screen and (min-width: 768px) {
    .corporate__bnr__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .corporate__bnr__list > li {
        width: calc((100% / 3) - (20px * 2 / 3));
    }


    .corporate__bnr__list__text {
        padding-left: 20px;
    }

    .corporate__bnr__list__text._small {
        font-size: 1.2rem;
        padding-left: 10px;
    }

    .corporate__bnr__list__text._tab-small {
        font-size: 1.6rem;
        padding-left: 10px;
    }

    .corporate__bnr__list__text._tab-small > .small{
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 980px) {
    .corporate__bnr__list__text {
        padding-left: 30px;
    }

    .corporate__bnr__list__text._small {
        font-size: 1.6rem;
    }

    .corporate__bnr__list__text._tab-small {
        font-size: 2rem;
    }

    .corporate__bnr__list__text._tab-small > .small{
        font-size: 1.8rem;
    }
}

/* news
-------------------------------------------------- */

.news__item {
    border-bottom: 1px dotted #333;
}

.news__item a {
    display: block;
    padding: 20px 40px 20px 0;
    position: relative;
}

.news__item a:hover {
    text-decoration: none;
}

.news__item a::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/top/icon-news.png) no-repeat left top /cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news__item__date {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    margin-right: 15px;
}

.news__item__meta {
    display: flex;
    align-items: center;
}
.news__item__cate {
    color: #fff;
    font-size: 1.4rem;
    width: 140px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.news__item__cate._cate-01 {
    background-color: #869698;
}

.news__item__cate._cate-02 {
    background-color: #A40001;
}

.news__item__title {
    margin-top: 10px;
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .news__item a {
        display: flex;
    }
    
    .news__item__meta {
        flex-shrink: 1;
        margin-right: 13px;
        align-self: flex-start;
    }

    
    .news__item__title {
        margin-top: 0;
        font-size: 1.6rem;
    }
}