@charset "utf-8";
/* ----------------------------------------------------------------------
カスタムスタイル
---------------------------------------------------------------------- */

/* テキストアライン */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}

/* cs_mt cs_mb */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 771px) {
    .cs_mt_s {
        margin-top: 10px;
    }

    .cs_mt_l {
        margin-top: 40px;
    }

    .cs_mt_ll {
        margin-top: 80px;
    }

    .cs_mb_s {
        margin-bottom: 10px;
    }

    .cs_mb_l {
        margin-bottom: 40px;
    }

    .cs_mb_ll {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 770px) {
    .cs_mt_s {
        margin-top: 10px;
    }

    .cs_mt_l {
        margin-top: 30px;
    }

    .cs_mt_ll {
        margin-top: 60px;
    }

    .cs_mb_s {
        margin-bottom: 10px;
    }

    .cs_mb_l {
        margin-bottom: 30px;
    }

    .cs_mb_ll {
        margin-bottom: 60px;
    }
}

/* cs_sec */
/* ---------------------------------------------------- */

.cs_sec_1 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.cs_sec_1 .section_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.cs_sec_2 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.cs_sec_2 .section_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (max-width: 770px) {
    .cs_sec_1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cs_sec_1 .section_inner {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }

    .cs_sec_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* cs_ttl */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    margin-bottom: 60px;
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
}

.cs_ttl_1 .ja {
    font-size: 40px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cs_ttl_1 .en {
    margin-top: 5px;
    color: #739bc9;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .cs_ttl_1 {
        margin-bottom: 30px;
    }

    .cs_ttl_1 .ja {
        font-size: 20px;
    }

    .cs_ttl_1 .en {
        font-size: 10px;
    }
}

/* cs_list_1 */
/* ---------------------------------------------------- */
.cs_list_1 li {
    display: flex;
}

.cs_list_1 li + li {
    margin-top: 30px;
}

.cs_list_1 .date {
    margin-right: 30px;
    color: #0c427f;
    line-height: 1.2;
}

.cs_list_1 .ttl {
    text-decoration: underline;
    line-height: 1.2;
}

@media screen and (max-width: 770px) {
    .cs_list_1 li {
        display: block;
    }

    .cs_list_1 li + li {
        margin-top: 15px;
    }
}

/* cs_list_2 */
/* ---------------------------------------------------- */
.cs_list_2 li {
    display: flex;
    justify-content: space-between;
    min-height: 500px;
}

.cs_list_2 li + li {
    margin-top: 70px;
}

.cs_list_2 .clm {
    position: relative;
    width: 515px;
}

.cs_list_2 li:nth-child(2n) .clm:nth-of-type(1) {
    order: 2;
}

.cs_list_2 .desc {
    padding-top: 100px;
    text-align: justify;
    line-height: 2;
}

.cs_list_2 .img {
    position: absolute;
    top: 0;
}

.cs_list_2 .img img {
    width: 600px;
}

.cs_list_2 li:nth-child(1) .img {
    right: 0;
}

.cs_list_2 li:nth-child(2) .img {
    left: 0;
}

@media screen and (max-width: 770px) {
    .cs_list_2 li {
        display: block;
        min-height: auto;
    }

    .cs_list_2 li + li {
        margin-top: 40px;
    }

    .cs_list_2 .clm {
        width: auto;
    }

    .cs_list_2 .desc {
        padding-top: 20px;
    }

    .cs_list_2 .img {
        position: static;
    }

    .cs_list_2 .img img {
        width: 100%;
    }
}

/* cs_list_3 */
/* ---------------------------------------------------- */
.cs_list_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cs_list_3 li {
    margin-bottom: 40px;
    height: 340px;
}

.cs_list_3 a {
    position: relative;
    display: block;
    padding-top: 45px;
    height: calc(100% - 45px);
    color: #FFF !important;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.cs_list_3 a:hover {
    opacity: 0.6;
}

.cs_list_3 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #000 transparent transparent transparent;
    opacity: 0.05;
}

.cs_list_3 .ico {
    margin: 0 auto;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background-color: #FFF;
    background-position: center;
    background-size: contain;
}

.cs_list_3 .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cs_list_3 .size_1 {
    width: 340px;
}

.cs_list_3 .size_1 .ttl {
    font-size: 30px;
}

.cs_list_3 .size_2 {
    width: 530px;
}

.cs_list_3 .size_2 .ttl {
    font-size: 36px;
}

.cs_list_3 .color_1 a {
    background-color: #f2de97;
}

.cs_list_3 .color_2 a {
    background-color: #f1cdcf;
}

.cs_list_3 .color_3 a {
    background-color: #c1e0da;
}

.cs_list_3 .color_4 a {
    background-color: #bbd6db;
}

.cs_list_3 .color_5 a {
    background-color: #d2afd4;
}

.cs_list_3 .color_6 a {
    background-color: #b5d8b4;
}

@media screen and (max-width: 770px) {
    .cs_list_3 {
        display: block;
    }

    .cs_list_3 li {
        margin-bottom: 0;

        width: auto !important;
        height: auto;
    }

    .cs_list_3 li + li {
        margin-top: 15px;
    }

    .cs_list_3 a {
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-left: 20px;
        height: 125px;
    }

    .cs_list_3 .ico {
        width: 100px;
        height: 100px;
    }

    .cs_list_3 .ttl {
        flex: 1;
        display: block;
        height: auto;
        font-size: 20px !important;
    }
}

/* cs_list_4 */
/* ---------------------------------------------------- */
.cs_list_4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cs_list_4 li {
    width: 340px;
}

.cs_list_4 li + li {
    margin-left: 40px;
}

.cs_list_4 a {
    display: block;
    height: 100%;
    background-color: #FFF;
    color: #333 !important;
    text-decoration: none !important;
}

.cs_list_4 .thumb {
    display: block;
    transition: 0.3s ease-in-out;
}

.cs_list_4 a:hover .thumb {
    opacity: 0.6;
}

.cs_list_4 .thumb span {
    display: block;
    background-position: center;
    background-size: cover;
    padding-top: 64%;
}

.cs_list_4 .detail {
    padding: 20px;
}

.cs_list_4 .ttl {
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 10px solid #0c427f;
}

.cs_list_4 .date {
    margin-bottom: 10px;
    color: #8ba0b8;
}

.cs_list_4 .desc {
    margin-bottom: 10px;
    min-height: 2em;
}

.cs_list_4 .cat p {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #FFF;
    background-color: #D44926;
    border-radius: 4px;
}

@media screen and (max-width: 770px) {
    .cs_list_4 {
        display: block;
    }

    .cs_list_4 li {
        width: auto;
    }

    .cs_list_4 li + li {
        margin-left: 0;
        margin-top: 15px;
    }

    .cs_list_4 a {
        display: flex;
    }

    .cs_list_4 .thumb {
        width: 150px;
    }

    .cs_list_4 .thumb span {
        padding-top: 0;
        height: 100%;
    }

    .cs_list_4 .detail {
        flex: 1;
        padding: 10px;
    }

    .cs_list_4 .ttl {
        margin-bottom: 5px;
        font-size: 14px;
        border-left: 5px solid #0c427f;
    }

    .cs_list_4 .date {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .cs_list_4 .desc {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .cs_list_4 .cat p {
        font-size: 12px;
        border-radius: 2px;
    }
}

/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: inline-block;
    min-width: 270px;
    text-decoration: none !important;
    background-color: #09366f;
    border-radius: 30px;
    overflow: hidden;
}

.cs_btn_1 > span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
}

.cs_btn_1 > span::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-3px) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.cs_btn_1:hover span::after {
    right: 5px;
}

.cs_btn_1 > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    background-color: #0c427f;
}

.cs_btn_1 > span > span {
    position: relative;
}

@media screen and (max-width: 770px) {
    .cs_btn_1 {
        min-width: 250px;
    }

    .cs_btn_1 > span {
        min-height: 50px;
        font-size: 16px;
    }
}

/* cs_bg_1 */
/* ---------------------------------------------------- */
.cs_bg_1 {
    background-image: url(../img/home/bg_1.png);
    background-position: left top;
    background-repeat: repeat;
}

.cs_bg_2 {
    background-image: url(../img/home/bg_2.png);
    background-position: left top;
    background-repeat: repeat;
}

/* main_col */
/* ---------------------------------------------------- */
.home #main_col {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* access_wrap */
/* ---------------------------------------------------- */
.access_wrap {
    padding-bottom: 0;
}

.access_wrap iframe {
    vertical-align: bottom;
    opacity: 0.7;
}

@media screen and (max-width: 770px) {
    .access_wrap iframe {
        height: 350px;
    }
}