@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
mainVisual
----------------------------------------------------------*/
.mainVisual{
width: 100%;
height: 450px;
background: url("/wp-content/themes/divehope/assets/images/top/mv_img_01.webp") 50% -50px / 100% auto no-repeat;
position: relative;
}
.mainVisual::after{
content: "";
width: 100%;
height: 56px;
background: url("/wp-content/themes/divehope/assets/images/top/mv_bg_01_pc.webp") top center / 100% 100% no-repeat;
position: absolute;
left: 0;
bottom: -1px;
}
.mainVisual .inner{
width: 1000px;
margin: 0 auto;
padding: 115px 0 135px;
position: relative;
}
.mainVisual .inner::after{
content: "";
width: 150px;
height: 176px;
background: url("/wp-content/themes/divehope/assets/images/top/mv_ico_01.webp") top center / 100% auto no-repeat;
position: absolute;
right: 0;
bottom: -103px;
z-index: 1;
}
.mainVisual .inner .title{
text-align: center;
}
@media (max-width: 768px){
.mainVisual{
height: 45.0rem;
background: url("/wp-content/themes/divehope/assets/images/top/mv_img_01.webp") top center / cover no-repeat;
}
.mainVisual::after{
height: 2.2rem;
background: url("/wp-content/themes/divehope/assets/images/top/mv_bg_01_sp.webp") top center / 100% 100% no-repeat;
}
.mainVisual .inner{
width: 100%;
padding: 15.0rem 0;
}
.mainVisual .inner::after{
width: 9.0rem;
height: 10.6rem;
right: 1.5rem;
bottom: -6.5rem;
}
.mainVisual .inner .title img{
width: 15.0rem;
height: auto;
}
}

/*----------------------------------------------------------
section
----------------------------------------------------------*/
/* -- section01 -- */
.section01{
padding: 80px 0 110px;
}
.section01 .title{
text-align: center;
margin: 0 0 50px;
}
.section01 .title span{
color: #1E4290;
font-size: 2.4rem;
font-weight: 600;
display: inline-block;
position: relative;
z-index: 1;
}
.section01 .title span::before{
content: "";
width: 249px;
height: 75px;
background: url("/wp-content/themes/divehope/assets/images/top/sec01_txt_01.png") top center / 100% auto no-repeat;
position: absolute;
left: -80px;
top: -40px;
z-index: -1;
}
.section01 .text{
font-size: 1.4rem;
text-align: center;
}
@media (max-width: 768px){
.section01{
padding: 9.0rem 0;
}
.section01 .title{
margin: 0 0 3.0rem;
}
.section01 .title span{
font-size: 2.6rem;
display: block;
}
.section01 .title span::before{
width: 20.8rem;
height: 6.4rem;
left: 0;
top: -4.0rem;
}
.section01 .text{
font-size: 1.6rem;
}
}

/* -- section02 -- */
.section02{
padding: 55px 0;
}
.section02 .news{
margin: 0 0 15px;
}
.section02 .news li{
border-bottom: 1px solid rgba(30,66,144,0.4);
margin: 0 0 10px;
padding: 0 0 10px;
}
.section02 .news li:last-child{
margin-bottom: 0;
}
.section02 .news li a{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.section02 .news li a .date{
width: 80px;
color: #1E4290;
font-size: 1.0rem;
padding: 3px 0 0;
display: block;
}
.section02 .news li a .text{
width: calc(100% - 80px);
color: #333;
font-size: 1.2rem;
}
.section02 .newsLink{
text-align: right;
}
.section02 .newsLink a{
color: #1E4290;
font-size: 1.4rem;
font-weight: 600;
padding: 0 30px 0 0;
display: inline-block;
position: relative;
}
.section02 .newsLink a::after{
content: "";
width: 24px;
height: 14px;
background: url("/wp-content/themes/divehope/assets/images/common/common_arrow_01_off.webp") top center / 100% auto no-repeat;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
@media (min-width: 769px){
.section02 .newsLink a:hover{
color: #5AC4FA;
}
.section02 .newsLink a:hover::after{
background: url("/wp-content/themes/divehope/assets/images/common/common_arrow_01_on.webp") top center / 100% auto no-repeat;
}
}
@media (max-width: 768px){
.section02{
padding: 5.5rem 0;
}
.section02 .news{
margin: 0 0 2.5rem;
}
.section02 .news li{
margin: 0 0 1.5rem;
padding: 0 0 1.5rem;
}
.section02 .news li a .date{
width: 9.0rem;
font-size: 1.2rem;
padding: 0.2rem 0 0 0.5rem;
}
.section02 .news li a .text{
width: calc(100% - 9.0rem);
font-size: 1.4rem;
}
.section02 .newsLink a{
font-size: 1.6rem;
padding: 0 3.5rem 0 0;
}
.section02 .newsLink a::after{
width: 2.6rem;
height: 1.5rem;
}
}

/* -- section03 -- */
.section03{
background: url("/wp-content/themes/divehope/assets/images/top/sec03_bg_01_pc.webp") 50% 50% / cover no-repeat;
padding: 95px 0 100px;
}
.section03 .lead{
color: #fff;
font-size: 1.4rem;
font-weight: 900;
text-align: center;
margin: 0 0 25px;
}
.section03 .list{
width: 820px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.section03 .list > li{
width: 240px;
background: #fff;
border-radius: 11px;
}
.section03 .list > li a{
display: block;
position: relative;
}
.section03 .list > li a .image{
width: 100%;
height: auto;
transition: 0.3s;
}
.section03 .list > li a:before{
content: "";
width: 185px;
height: 63px;
position: absolute;
left: 50%;
top: 80px;
transform: translateX(-50%);
z-index: 2;
}
.section03 .list > li:nth-child(1) a:before{
background: url("/wp-content/themes/divehope/assets/images/top/sec03_txt_01.webp") top center / 100% auto no-repeat;
}
.section03 .list > li:nth-child(2) a:before{
background: url("/wp-content/themes/divehope/assets/images/top/sec03_txt_02.webp") top center / 100% auto no-repeat;
}
.section03 .list > li:nth-child(3) a:before{
background: url("/wp-content/themes/divehope/assets/images/top/sec03_txt_03.webp") top center / 100% auto no-repeat;
}
.section03 .list > li a .text{
color: #fff;
font-size: 1.2rem;
font-weight: 600;
position: absolute;
left: 50%;
top: 135px;
transform: translateX(-50%);
z-index: 2;
}
@media (min-width: 769px){
.section03 .list > li a:hover .image{
opacity: 0.9;
}
}
@media (max-width: 768px){
.section03{
background: url("/wp-content/themes/divehope/assets/images/top/sec03_bg_01_sp.webp") top center / cover no-repeat;
padding: 9.5rem 0 10.0rem;
}
.section03 .lead{
font-size: 1.6rem;
margin: 0 0 3.5rem
}
.section03 .list{
width: 100%;
padding: 0 0.8rem;
display: block;
}
.section03 .list > li{
width: 100%;
background: none;
border-radius: 0;
margin: 0 0 30px;
}
.section03 .list > li:last-child{
margin-bottom: 0;
}
.section03 .list > li a:before{
width: 27.0rem;
height: 9.3rem;
top: 4.3rem;
}
.section03 .list > li a .text{
font-size: 1.6rem;
top: 12.5rem;
}
}

/* -- section04 -- */
.section04{
padding: 95px 0 125px;
}
.section04 .block01{
display: flex;
align-items: flex-start;
}
.section04 .block01 .box01{
width: 250px;
position: relative;
}
.section04 .block01 .box01::after{
content: "";
width: 68px;
height: 42px;
background: url("/wp-content/themes/divehope/assets/images/top/sec04_txt_01.webp") top center / 100% auto no-repeat;
position: absolute;
right: -35px;
bottom: 20px;
z-index: 2;
}
.section04 .block01 .box02{
width: calc(100% - 250px);
margin: 0 0 0 80px;
}
.section04 .block01 .box02 .name{
line-height: 1.0;
margin: 0 0 15px;
}
.section04 .block01 .box02 .name span{
font-size: 1.2rem;
font-weight: 600;
margin: 0 0 0 15px;
display: inline-block;
}
.section04 .block01 .box02 .text{
font-size: 1.4rem;
}
.section04 .block01 .box02 .text + .text{
margin-top: 15px;
}
@media (max-width: 768px){
.section04{
padding: 9.5rem 0 12.0rem;
}
.section04 .block01{
display: block;
}
.section04 .block01 .box01{
width: 100%;
margin: 0 0 2.5rem;
padding: 0 1.5rem;
}
.section04 .block01 .box01::after{
width: 9.4rem;
height: 6.0rem;
right: 3.0rem;
bottom: -3.5rem;
}
.section04 .block01 .box02{
width: 100%;
margin: 0;
}
.section04 .block01 .box02 .name{
margin: 0 0 2.5rem;
}
.section04 .block01 .box02 .name img{
width: 11.4rem;
height: auto;
}
.section04 .block01 .box02 .name span{
font-size: 1.4rem;
margin: 1.2rem 0 0;
display: block;
}
.section04 .block01 .box02 .text{
font-size: 1.6rem;
}
.section04 .block01 .box02 .text + .text{
margin-top: 2.5rem;
}
}

/* -- section05 -- */
.section05{
padding: 55px 0 85px;
}
.section05 .lead{
font-size: 1.4rem;
text-align: center;
margin: 0 0 25px;
}
.section05 .block01 #sb_instagram{
padding: 0!important;
}
.section05 .block01 #sb_instagram #sbi_images{
padding: 0!important;
gap: 30px!important;
}
@media (max-width: 768px){
.section05{
padding: 5.5rem 0 8.5rem;
}
.section05 .lead{
font-size: 1.6rem;
margin: 0 0 2.5rem;
}
.section05 .block01 #sb_instagram #sbi_images{
gap: 1.5rem!important;
}
}

