@charset "utf-8";
.president_message_area{
max-width: 1600px;
margin: 0 auto;
}
.bg_right{
width: 100%;

background: url(../img/right_bg.png) no-repeat;
background-position: right bottom;
background-size: contain;
}

.bg_left{
width: 100%;
line-break: auto;
word-break: keep-all;
overflow-wrap: break-word;

background: url(../img/left_bg.png) no-repeat;
background-position: left top;
background-size: contain;
padding: 80px 0 50px;
margin-top: -68px;
}

@media (max-width: 1440px) {
.bg_right{
background-position: calc(100% + 110px) bottom;
}
.bg_left{
background-position: -110px top;
}
}
@media (max-width: 1200px) {
.bg_right{
background-position: calc(100% + 245px) bottom;
}
.bg_left{
background-position: -245px top;
}
}
@media (max-width: 900px) {
.bg_right{
background-position: calc(100% + 310px) bottom;
}
.bg_left{
background-position: -310px top;
}
}

@media (max-width: 767px) {
.bg_right{
background-position: calc(100% + 215px) bottom;
}
.bg_left{
background-position: -215px top;

line-break: inherit;
word-break: inherit;
overflow-wrap: inherit;
}
}
@media (max-width: 480px) {
.bg_right{
background-position: calc(100% + 200px) bottom;
}
.bg_left{
background-position: -200px top;
}
}

.president_sign{
width: 216px;
/* height: 45px;

background: url(../img/president_sign.png);
background-size: cover; */

text-align: right;
margin-left: auto;
}

.content_bg{
background: url(../img/content_bg.png) no-repeat;
background-position: bottom;
background-size: 100%;
padding-bottom: 120px;
}

.content_bg h2{
color: #fff;
background: #0064B2;
padding: 10px 0;
}
@media (max-width: 767px) {
.content_bg{
background-size: cover;
padding-bottom: 60px;
}
.content_bg h2{
padding-left: 5%;
}
}

.content_bg .rwd-main-content-group .gray_bg_box{
max-width: 815px;
margin: 0 auto;
padding: 30px;
border-radius: 8px;
background-color: #F5F5F5;
}

.img01{
max-width: 916px;
margin: 0 auto;
}

.sp_none{
display: block;
}
.pc_none{
display: none;
}
@media (max-width: 480px) {
.pc_none{
display: block;
}
.sp_none{
display: none;
}
.sp_mb30{
margin-bottom: 30px;
}
}

.top_category_flex{
display: flex;
justify-content: center;
align-items: center;
position: relative;

background: #fff;
border-radius: 20px;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
}

.top_category_left{
width: 29%;
text-align: center;
padding: 50px 10px 20px;
margin: 10px 0;

background-image: repeating-linear-gradient(180deg, #b2d0e8, #b2d0e8 9px, transparent 9px, transparent 18px);
background-position: right top;
background-repeat: repeat-y;
background-size: 3px 100%;
}

.top_category_left .top_category_icon{
margin: 0 auto;
max-width: 160px;
width: 80%;
}
.top_category_left .top_category_ttl{
font-weight: 900;
color: #0064B2;
font-size: 2.2rem;
margin-top: 20px;
}

.top_category_right{
width: 69%;
}

.top_category_right .top_category_txt_box{
padding: 0 20px 0 30px;
}
.top_category_right .top_category_txt_box .top_category_txt{
font-size: 1.4rem;
line-height: 1.5em;
}
.top_category_right .top_category_txt_box .top_category_txt_info{
font-size: 1.2rem;
padding-left: 1em;
text-indent: -1em;
}

.view_more{
position: absolute;
bottom: 0;
right: 0;

max-width: 140px;
width: 35%;
display: flex;
justify-content: center;
padding: 8px;
gap: 10px;
font-weight: bold;

color: #fff;
background: #8DC441;
border-radius: 20px 0px 20px 0px;
}

.view_more span{
display: inline-block;
vertical-align: middle;
}

.view_more .view_more_icon{
max-width: 12px;
width: 7%;
}
.view_more img{
display: block;
}

@media (max-width: 1100px) {
.top_category_right .top_category_txt_box .top_category_txt{
font-size: 1.3rem;
}
.top_category_right .top_category_txt_box .top_category_txt_info{
font-size: 1rem;
}
}



.top_interview_logo{
width: 15%;
}
.top_interview_logo img{
display: block;
width: 100%;
height: auto;
}

.top_interview_logo_02{
width: 40%;
margin-top: 15px;
}
.top_interview_logo_02 img{
display: block;
width: 100%;
height: auto;
}

.top_interview_logo_box {
display: flex;
}

.top_interview_logo_box:after {
background: #0064B2;
height: 2px;
content: "";
flex: 1;
margin-top: 1.5%;
}

@media (max-width: 767px) {
.top_category_flex{
display: block;
}

.top_category_left{
width: 96%;
padding: 15px 0px 15px;
margin: 10px auto;

background-image: repeating-linear-gradient(90deg, #b2d0e8, #b2d0e8 9px, transparent 9px, transparent 18px);
background-position: left bottom;
background-repeat: repeat-x;
background-size: 100% 2px;
}

.top_category_right {
width: 100%;
}

.top_category_left .top_category_ttl {
font-size: 2rem;
margin-top: 10px;
}

.top_category_right .top_category_txt_box {
padding: 5px 20px 50px 20px;
}

.top_interview_logo{
width: 25%;
}

.top_interview_logo_02{
width: 70%;
margin-top: 10px;
}
}