@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
/* mv
---------------------------------------------------------------------- */

/*---------------------------------------------mv*/
#mv {
    margin-bottom: 65px;
    text-align: center;
}

#mv img {
	width: 100%;
}

#mv h2 {
	font-size: 35px;
    font-weight: 500;
    line-height: 1.75;
    color: #e6667a;
    margin-bottom: 35px;
    padding: 0 17px;
}

#mv p {
    padding: 0 17px;
}

/*---------------------------------------------qa*/
#qa {
    margin-bottom: 105px;
    padding: 50px;
    background: #fff;
    border-radius: 50px;
    position: relative;
}

#qa h2 {
    text-align: center;
	font-size: 30px;
    font-weight: 500;
    line-height: 1.53;
    margin-bottom: 27px;
}

#qa .flex p {
    padding: 0 53px 0 20px;
    width: 63%;
}

#qa .flex img {
    padding: 23px 0 0 0;
    width: 37%;
    height: 100%;
}

/*はてな*/
#qa .qa-icon {
    position: absolute;
    top: -23px;
    left: -4px;
    width: 70px;
}

/*ボーダー*/
#qa .qa-border {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: calc(100% - 186px);
}

/*---------------------------------------------news*/
#news {
    margin-bottom: 70px;
    position: relative;
}

#news .h40 {
    text-align: center;
    padding-bottom: 10px;
    background: url(../images/index/border1.png) no-repeat bottom center;
    margin-bottom: 30px;
}

#news .inner {
    padding: 90px 33.5px 0 33.5px;
}

/*----------------- note */
#message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 33px;
    row-gap: 1.25rem;
    margin-bottom: 30px;
    min-height: 330px;
}

#message p img {
    display: none;
}

#message .mu {
    width: calc(100% / 4 - 33px);
}

#message .mu img {
    width: 100%;
    height: 13vw;
    max-height: 180px;
    object-fit: cover;
    background: url(../images/index/NoImage.svg) no-repeat center #E0F2FA;
    background-size: 100%;
    border-radius: 10px;
}

/*タイトル*/
#message .mu h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.61;
    margin: 28px 0;
}

/*日付*/
#message .mu .text{
    font-size: 15px;
    font-weight: 500;
}

#message .mu small {
    display: block;
}

/*一覧を見る*/
#news .link-btn {
    text-align: right;
}

/*背景画像*/
#news .bg {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: -1;
    max-width: 1274px;
    width: 110vw;
    height: auto;
}

/*---------------------------------------------sato*/
#sato .box {
    position: relative;
    margin-bottom: 120px;
}

/*文章*/
#sato .box .inner {
    max-width: 925px;
    padding: 90px 0;
    position: relative;
}

#sato .box .inner .txt {
    width: 50%;
}

#sato .box .inner .h40 {
    display: inline-block;
    padding-bottom: 40px;
    background: url(../images/index/border2.svg) no-repeat bottom center;
    margin-bottom: 55px;
}

#sato .box .inner .p18 {
    padding-bottom: 37px;
}

/*画像が左*/
#sato .box2 .inner {
    justify-content: right;
}

/*背景画像*/
/*画像が右*/
#sato .box1 .ab-img {
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    margin: auto;
    max-width: 690px;
    width: 45%;
    height: auto;
}

#sato .box1 .ab-tate {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    margin: auto;
    width: 25px;
    height: 100%;
    z-index: -1;
}

/*画像が左*/
#sato .box2 .ab-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 690px;
    width: 45%;
    height: auto;
}

#sato .box2 .ab-yoko {
    position: absolute;
    bottom: 0;
    right: -77px;
    transform: translateY(-50%);
    margin: auto;
    width: auto;
    height: 25px;
    z-index: -1;
}



}

















/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* mv
---------------------------------------------------------------------- */
/*---------------------------------------------mv*/
#mv {
    margin-bottom: 40px;
    text-align: center;
}

#mv img {
	width: 100%;
    margin-block-end: 20px;
}

#mv h2 {
	font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    color: #e6667a;
    margin-bottom: 18px;
    padding: 0 17px;
}

#mv p {
    padding: 0 17px;
}

/*---------------------------------------------qa*/
#qa {
    margin-bottom: 46px;
    padding: 36px 17px 50px 17px;
    background: #fff;
    border-radius: 50px;
    position: relative;
}

#qa h2 {
    text-align: center;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.53;
    margin-bottom: 17px;
}

#qa .flex {
    display: block;
    text-align: center;
}

#qa .flex p {
    margin-bottom: 30px;
    text-align: left;
}

/*はてな*/
#qa .qa-icon {
    position: absolute;
    top: -23px;
    left: -2px;
    width: 55px;
}

/*ボーダー*/
#qa .qa-border {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: calc(100% - 120px);
    max-height: 25px;
}

/*---------------------------------------------news*/
#news {
    margin-bottom: 70px;
    position: relative;
}

#news .h40 {
    text-align: center;
    padding-bottom: 10px;
    background: url(../images/index/border1.png) no-repeat bottom center;
    background-size: 153px;
    margin-bottom: 30px;
}

#news .inner {
    padding: 58px 0 0 0;
}

/*----------------- note */
#message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 15px;
    min-height: 66vh;
}

#message p img {
    display: none;
}

#message .mu {
    width: calc(100% / 2 - 20px);
}

#message .mu img {
    width: 100%;
    height: 30vw;
    max-height: 300px;
    object-fit: cover;
    background: url(../images/index/NoImage.svg) no-repeat center #E0F2FA;
    background-size: 100%;
    border-radius: 10px;
}

/*タイトル*/
#message .mu h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.61;
    margin: 15px 0 10px 0;
}

/*日付*/
#message .mu .text{
    font-size: 10px;
    font-weight: 500;
}

#message .mu small {
    display: block;
}

/*一覧を見る*/
#news .link-btn {
    text-align: right;
}

/*背景画像*/
#news .bg {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: -1;
    width: calc(100% - 17px);
    max-width: 100%;
    height: auto;
    max-height: 600px;
}

/*---------------------------------------------sato*/
#sato .box {
    position: relative;
    margin-bottom: 77px;
    padding-bottom: 68vw;
}

/*文章*/
#sato .box .inner {
    position: relative;
}

#sato .box .inner .h40 {
    display: inline-block;
    padding-bottom: 28px;
    background: url(../images/index/border2.svg) no-repeat bottom center;
    margin-bottom: 37px;
}

#sato .box .inner .p18 {
    margin-bottom: 10px;
}

#sato .box .inner .link-btn {
    text-align: right;
}

/*画像が左*/
#sato .box2 .flex {
    display: block;
}

#sato .box2 .inner .h40 { 
    justify-content: right;
    display: flex;
    background: url(../images/index/border2.svg) no-repeat bottom right 10px;
    background-size: 212px;
}

/*背景画像*/
/*画像が右*/
#sato .box1 .ab-img {
    position: absolute;
    bottom: 0;
    right: 46px;
    width: 80%;
    height: auto;
}

#sato .box1 .ab-tate {
    position: absolute;
    bottom: 0;
    left: 17px;
    width: 22px;
    height: 100%;
    z-index: -1;
}

/*画像が左*/
#sato .box2 .ab-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: auto;
}

#sato .box2 .ab-yoko {
    position: absolute;
    bottom: -60vw;
    right: 0;
    height: 12px;
    z-index: -1;
}



}