@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {
#message {
margin: 0 auto 120px;
}

#message .red_txt{
font-size: 1.6rem;
font-weight: 500;
line-height: 1.6;
text-align: center;
margin: 0 0 60px;
letter-spacing: .1rem;
}

#message ul {
display: flex;
flex-wrap: wrap;
border-top: 1px solid #443E6E;
}
#message ul li {
width: calc((100% - 2px) / 3);
border-left: 1px solid #443E6E;
border-bottom: 1px solid #443E6E;
padding: 35px;
box-sizing: border-box;
position: relative;
}

#message ul li:last-child {
border-right: 1px solid #443E6E;
}

#message ul li a{
position: relative;
}

#message ul li .hover_wrap {
width: 100%;
margin: auto;
overflow: hidden;
}
#message ul li .hover_wrap .img {
transition: all 0.7s ease;
}
#message ul li a:hover .hover_wrap .img {
transform: scale(1.1);
}
#message ul li .txt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0 0;
}

#message ul li .txt h4 {
font-size: 1.6rem;
font-weight: 500;
line-height: 1;
color: #121212;
}

#message ul li .txt h4 span {
display: table;
font-size: 1rem;
margin: 0 0 10px;
}

#message .button{
position: absolute;
bottom: 0;
right: 0;
}

#message .button span.icon {
overflow: hidden;
display: block;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height:50px;
background-color:#443E6E;
}

#message .button .icon.arrow::after {
content: "";
display: block;
background: url("../images/com/arrow_w.svg") no-repeat 50% 50%;
width: 12px;
height: 17px;
}
/* detail
--------------------------------------------*/
#message h3 {
font-size: 4rem;
margin-bottom: 40px;
background: linear-gradient(123deg, #2C2826 0%, #0050a6 60%);
background-size: 200% 200%;
background-position: 0 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
#message h3 span {
display: table;
font-size: 1.6rem;
font-weight: 500;
background: linear-gradient(123deg, #2C2826 0%, #0050a6 45%);
background-size: 200% 200%;
background-position: 0 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#message .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 95%;
margin: 0 auto 0 0;
}
#message .flex_wrap .img {
width: 55%;
position: relative;
}

#message .flex_wrap .img img{
border-radius:0 2rem 2rem 0;
}

#message .flex_wrap .txt {
width: 40%;
margin-top: 30px;
}
#message .flex_wrap .txt p {
font-size: 2.6rem;
font-weight: 500;
margin-bottom: 30px;
}

#message .flex_wrap .txt p span {
display: table;
font-size: 1.2rem;
;line-height: 1;
color: #fff;
padding: 8px 14px;
margin-bottom: 5px;
background: -webkit-linear-gradient(0deg, #6F59C5, #261551);
}

#message .flex_wrap .txt .profile_box{
box-sizing: border-box;
}

#message .flex_wrap .txt .profile_box h3{
font-size: 1rem;
font-style: italic;
line-height: 1;
margin: 0 0 10px;
}

#message .flex_wrap .txt .profile_box p{
font-size: 1.4rem;
letter-spacing: .1rem;
line-height: 1.6;
}

#message .b_box {
width: 88%;
margin: 100px auto 0;
}

#message .b_box .imgbox {
margin: 0 auto 80px;
border-radius: 2rem;
overflow: hidden;
}

#message .b_box .txtbox {
width: 86%;
margin: 0 auto 80px;
}

#message .b_box .txtbox h4 {
font-size:2.2rem;
font-style: italic;
font-weight: 600;
margin: 0 0 20px;
}

#message .b_box .txtbox p {
font-size: 1.2rem;
line-height: 2;
}
#message .button a {
justify-content: center;
}


}



/*sp*/
@media only screen and (max-width: 768px) {
#message {
margin: 0 auto 80px;
}

#message .red_txt{
font-size: 1.2rem;
font-weight: 500;
line-height: 1.6;
text-align: center;
margin: 0 5% 30px;
letter-spacing: .1rem;
}

#message ul {
border-top: 1px solid #443E6E;
}
#message ul li {
border-left: 1px solid #443E6E;
border-bottom: 1px solid #443E6E;
padding: 30px;
box-sizing: border-box;
position: relative;
}

#message ul li:last-child {
border-right: 1px solid #443E6E;
}

#message ul li a{
position: relative;
}

#message ul li .hover_wrap {
width: 100%;
margin: auto;
overflow: hidden;
}
#message ul li .hover_wrap .img {
transition: all 0.7s ease;
}
#message ul li a:hover .hover_wrap .img {
transform: scale(1.1);
}
#message ul li .txt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0 0;
}

#message ul li .txt h4 {
font-size: 1.4rem;
font-weight: 500;
line-height: 1;
color: #121212;
}

#message ul li .txt h4 span {
display: table;
font-size: 1rem;
margin: 0 0 10px;
}

#message .button{
position: absolute;
bottom: 0;
right: 0;
}

#message .button span.icon {
overflow: hidden;
display: block;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height:50px;
background-color:#443E6E;
}

#message .button .icon.arrow::after {
content: "";
display: block;
background: url("../images/com/arrow_w.svg") no-repeat 50% 50%;
width: 12px;
height: 17px;
}
/* detail
--------------------------------------------*/
#message h3 {
font-size: 4rem;
margin-bottom: 40px;
background: linear-gradient(123deg, #2C2826 0%, #0050a6 60%);
background-size: 200% 200%;
background-position: 0 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
#message h3 span {
display: table;
font-size: 1.6rem;
font-weight: 500;
background: linear-gradient(123deg, #2C2826 0%, #0050a6 45%);
background-size: 200% 200%;
background-position: 0 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#message .flex_wrap {
width: 90%;
margin: 0 auto 0;
}
#message .flex_wrap .img {
position: relative;
}

#message .flex_wrap .img img{
border-radius:2rem;
}

#message .flex_wrap .txt {
margin-top: 30px;
}
#message .flex_wrap .txt p {
font-size: 2rem;
font-weight: 500;
margin-bottom: 20px;
}

#message .flex_wrap .txt p span {
display: table;
font-size: 0.9rem;
;line-height: 1;
color: #fff;
padding: 8px 14px;
margin-bottom: 5px;
background: -webkit-linear-gradient(0deg, #6F59C5, #261551);
}

#message .flex_wrap .txt .profile_box{
box-sizing: border-box;
}

#message .flex_wrap .txt .profile_box h3{
font-size: 0.9rem;
font-style: italic;
line-height: 1;
margin: 0 0 10px;
}

#message .flex_wrap .txt .profile_box p{
font-size: 1.1rem;
letter-spacing: .1rem;
line-height: 1.6;
}

#message .b_box {
width: 90%;
margin: 50px auto 0;
}

#message .b_box .imgbox {
margin: 0 auto 40px;
border-radius: 2rem;
overflow: hidden;
}

#message .b_box .txtbox {
width: 100%;
margin: 0 auto 40px;
}

#message .b_box .txtbox h4 {
font-size:1.6rem;
font-style: italic;
font-weight: 600;
margin: 0 0 10px;
}

#message .b_box .txtbox p {
font-size: 0.9rem;
line-height: 2;
}
#message .button a {
justify-content: center;
}

}