@charset "UTF-8";
*,
*::before,
*::after {
box-sizing: border-box;

}

.main_inner {
    font-family: "A1 Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    /* font-family: "A-OTF A1明朝 std",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif ; */
}

.visible-sp {
display: block !important;
}

.visible-pc {
display: none !important;
}

@media screen and (min-width: 750px) {
.visible-sp {
display: none !important;
}
.visible-pc {
display: block !important;
}
}

.visible-inline-sp {
display: inline !important;
}

.visible-inline-pc {
display: none !important;
}

@media screen and (min-width: 750px) {
.visible-inline-sp {
display: none !important;
}
.visible-inline-pc {
display: inline !important;
}
}




/* jumbotron *************************************/


.jumbotron {
    height: 420px;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width:750px){
.jumbotron {
    height: auto;
    padding: 60px 0;
}
}


.jumbotron__inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.jumbotron__title {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    font-feature-settings: "palt";
    letter-spacing: 10px;
    text-shadow: 0px 0px 5px black;
    text-shadow: 0px 0px 8px black;
    text-shadow: 0px 0px 10px black;
    font-weight: normal;
}
@media screen and (max-width:750px){
.jumbotron__title {
    font-size: 25px;
    letter-spacing: 4px;
}
}


.jumbotron__title span {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    display: block;
    margin: 10px auto 0;
    position: relative;
    width: 320px;
    letter-spacing: 8px;
}
@media screen and (max-width:750px){
.jumbotron__title span {
    font-size: 15px;
    width: 168px;
    letter-spacing: 3px;
    margin: 5px auto 0;
}
}


.jumbotron__title span:before,
.jumbotron__title span:after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    width: 32px;
    height: 1px;
    background-color: #fff;
    margin: auto;
}
@media screen and (max-width:750px){
.jumbotron__title span:before,
.jumbotron__title span:after {
    width: 15px;
}
}


.jumbotron__title span:after {
    right: 0;
    left: auto;
}

.jumbotron__title span:before {
    left: 0;
    right: auto;
}

.slide_media_link {
    display: block;
}

.slide a {
    text-decoration: none;
}

.slide a:hover {
    opacity: 0.8;
    transition: 0.15s;
}

/* media *************************************/
.media {
    display: flex;
    align-items: center;
    padding: 5px 35px;
    text-decoration: none;
}
a.media:hover {
    opacity: 0.8;
    transition:0.15s;
}
@media screen and (max-width:750px){
.media {
    display: block;
    padding: 5px 30px;
}
}


.media__img_wrapper {
    width: 45%;
    padding: 0;
    margin: 0;
}
@media screen and (max-width:750px){
.media__img_wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
}

.media__img {
    width: 100%;
}

.media__body {
    width: 55%;
    padding: 0 0 0 30px;
}
@media screen and (max-width:750px){
.media__body {
    width: 100%;
    padding: 18px 0 0 0;

}
}

.media__body > *:last-child {
margin-bottom: 0;
}

.media__title {
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
color:#ff6692;
font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue','Noto Sans','Noto Sans CJK JP',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
margin: 0 0 20px;
}
@media screen and (max-width:750px){
    .media__title {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px;
    }
}


.media__text h2 {
    font-size: 24px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    color:#333;
    font-weight: normal;
}
@media screen and (max-width:750px){
    .media__text h2 {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

.media__text_time {
    font-size: 18px;
    color: #666666;
    display: block;
    font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue','Noto Sans','Noto Sans CJK JP',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    margin: 10px 0 0 0;
    letter-spacing: 0;
}
@media screen and (max-width:750px){
    .media__text_time {
        font-size: 14px;
    }
}


.media__text_link {
    font-feature-settings: "palt";
    display: block;
    text-align: left;
    margin: 50px 0 0 auto;
    font-size: 17px;
    text-decoration: none;
    color: #000;
    background-size: 13px auto;
    padding: 0 4px 0 0;
    background: linear-gradient(transparent 70%, #ffc1d3 0%);
    line-height: 1.2;
    width: 118px;
    letter-spacing: 2px;
}
@media screen and (max-width:750px){
    .media__text_link {
        margin: -22px 0 0 auto;
        font-size: 14px;
        text-decoration: none;
        color: #000;
        background-size: 13px auto;
        padding: 0 4px 0 0;
        background: linear-gradient(transparent 70%, #ffc1d3 0%);
        line-height: 1.2;
        width: 95px;
        letter-spacing: 1px;
    }
}

.media__text_link span {
    font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue','Noto Sans','Noto Sans CJK JP',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    background-image: url(/domo/media/images/icon_blank.png);
    background-repeat: no-repeat;
    padding: 0 23px 0 0;
    background-size: 12px auto;
    background-position: right center;
}
@media screen and (max-width:750px){
.media__text_link span {
    padding: 0 20px 0 0;
    background-size: 12px auto;
    background-position: right center;
}
}






.slide_media_pickup {
    position: relative;
}
.slide_media_pickup:before {
    content:"";
    display: block;
    position: absolute;
    top: 3px;
    left:32px;
    width: 120px;
    height: 120px;
    margin: auto;
    background-image: url(/domo/media/images/pickup.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:750px){
.slide_media_pickup:before {
    display: none;
}
}



/* card *************************************/
.card {
    display: block;
    border-left: 2px dotted #e5ebf0;
    margin: 0 0 88px;
    text-decoration: none;
    position: relative;
}
.card__inner {

}
/* .card:first-child {
    border-left: 2px dotted #e5ebf0;
} */
.card:nth-child(3n) {
    border-right: 2px dotted #e5ebf0;
}

@media screen and (max-width:750px){
    .card {
        border:none;
        margin: 0 0 10px;
    }
    .card:first-child {
        border:none;
    }
    .card:nth-child(3n) {
        border:none;
    }
}

.cards {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width:750px){
    .cards {
        display: block;
        margin: 0 auto 40px;
    }
}


.cards__col3 .card {
    width: 33%;
}
.cards__col3 .card__inner {
    padding:0 20px;
    height: 100%;
    position: relative;
}
/* .card:nth-child(1) .card__inner:after,
.card:nth-child(2) .card__inner:after,
.card:nth-child(3) .card__inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -45px;
    left: -3px;
    width: 102%;
    height: 6px;
    background-color: #f7f7f7;
    margin: auto;
} */
.card .card__inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -45px;
    left: -3px;
    width: 102%;
    height: 6px;
    background-color: #f7f7f7;
    margin: auto;
}
.card:nth-last-child(1) .card__inner:after,
.card:nth-last-child(2) .card__inner:after,
.card:nth-last-child(3) .card__inner:after {
    display: none;
}
@media screen and (max-width:750px){
    .card .card__inner:after {
        display: none;
    }
    .cards__col3 .card {
        width: 100%;
    }
    .cards__col3 .card__inner {
        padding:0 15px;
    }
    .card:nth-child(1) .card__inner:after,
    .card:nth-child(2) .card__inner:after,
    .card:nth-child(3) .card__inner:after {
        display: none;
    }
}

.card__img_wrap {
    padding: 26px 0 0;
}
@media screen and (max-width:750px){
.card__img_wrap {
    padding: 20px 0 0;
}
}

.card__img_wrap img {
    margin: 0;
    box-shadow: 0 0 13px 0px #dadada;
    border-radius: 15px;
    width: 100%;
}

.card__img {
    margin: 0 auto;
}

.card__body {
    padding: 20px 0 0;
}
@media screen and (max-width:750px){
    .card__body {
        padding: 15px 10px 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #e0e0e0;
    }
    .card.card_new .card__body {
        border-bottom: none;
    }
    .card.card_blank{
        display: none;
    }

}


.card__body > *:last-child {
margin-bottom: 0;
}

.card__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #5e7f9f;
    font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue','Noto Sans','Noto Sans CJK JP',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
@media screen and (max-width:750px){
    .card__title {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: bold;
        color: #5e7f9f;
    }
}

.card__text {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin: 0 0 10px;
    min-height: 130px;
    font-weight: normal;
}
@media screen and (max-width:750px){
.card__text {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 0 10px;
    min-height: auto;
}
}

/* 230123 SSK_STATIC_CONTENTS-727 */
.card__text_sub {
    font-size: 16px;
    display: block;
}
@media screen and (max-width:750px) {
.card__text_sub {
    font-size: 14px;
}
}
/* 230123 */


.card__body_sub {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
}
@media screen and (max-width:750px){
.card__body_sub {
    padding: 15px 0 20px;
}
}

.card__body_time {
    font-family: '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue','Noto Sans','Noto Sans CJK JP',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 18px;
    color:#666;
}
@media screen and (max-width:750px){
.card__body_time {
    font-size: 14px;
}
}


.card__body_link .media__text_link {
    margin: 0;
    background: linear-gradient(transparent 70%, #dce5eb 0%);
}
.card__body_link .media__text_link span {
    margin: 0;
    letter-spacing: 2px;
    font-size: 17px;
}
@media screen and (max-width:750px){
.card__body_link .media__text_link {
    margin: 0;
    background: linear-gradient(transparent 70%, #dce5eb 0%);
}
.card__body_link .media__text_link span {
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
}
}


.jumbotron {
    background-image: url(/domo/media/images/main.jpg);
}
@media screen and (max-width:750px){
.jumbotron {
    background-image: url(/domo/media/images/sp/main_sp.jpg);
}
}



.main_lead {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    padding: 75px 0 65px;
}
@media screen and (max-width:750px){
    .main_lead {
        font-size: 13px;
        line-height: 1.8;
        text-align: center;
        padding: 30px 20px 30px;
        text-align: left;
    }
}


.slide_wrap {
    background-color: #ffe8ef;
    padding: 50px 0 40px;
    margin: 50px 0 0;
}
@media screen and (max-width:750px){
.slide_wrap {
    background-color: #ffe8ef;
    padding: 15px 0 20px;
    margin: 20px 0 0;
    position: relative;
}
.slide_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    background-image: url(/domo/media/images/sp/pickup_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
}

.slide {
    max-width: 1120px;
    margin: 0 auto;
}

.slide_wrap .slick-prev {
    left: -30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-left:2px solid #ffb2cb;
    border-bottom:2px solid #ffb2cb;
    transform:rotate(45deg);
}
.slide_wrap .slick-next {
    right: -30px;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-left:2px solid #ffb2cb;
    border-bottom:2px solid #ffb2cb;
    transform:rotate(-135deg);
}
@media screen and (max-width:750px){
.slide_wrap .slick-prev {
    left: 7px;
    z-index: 1;
    width: 17px;
    height: 17px;
    border-left:2px solid #ffb2cb;
    border-bottom:2px solid #ffb2cb;
    transform:rotate(45deg);
}
.slide_wrap .slick-next {
    right: 7px;
    z-index: 1;
    width: 17px;
    height: 17px;
    border-left:2px solid #ffb2cb;
    border-bottom:2px solid #ffb2cb;
    transform:rotate(-135deg);
}
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 9999px;
    overflow: hidden;
    background: #ff6699;
    border-radius: 6px;
    opacity: 0.3;
}
@media screen and (max-width:750px){
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .slick-dots li {
        margin: 0;
    }
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots {
    position: absolute;
    bottom: -44px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0;
    list-style: none;
    text-align: center;
}


.slide_media:focus {
    outline: none;
}

.slide a:focus {
    outline: none;
}


.card_new {
    background-color: #f2f5f6;
    position: relative;
}

.card_new:before {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left:0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
@media screen and (max-width:750px){
.card_new:before {
    display: none;
}
}

.card_new:after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right:0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
@media screen and (max-width:750px){
.card_new:after {
    display: none;
}
}


.card_new .card__img_wrap{
    position: relative;
}

.card_new .card__img_wrap:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -21px;
    width: 68px;
    height: 68px;
    background-image: url(/domo/media/images/new.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:750px){
.card_new .card__img_wrap:before{
    width: 72px;
    height: 72px;
    left: 5px;
}
}

a:hover {
    opacity: 0.6;
    transition: 0.15s;
}


/* 230123 SSK_STATIC_CONTENTS-876 */
.slide_wrap .media__text_link {
  width:5em;
  padding:0;
}
.slide_wrap .media__text_link span {
  background-image:none;
  padding:0;
}