@charset "utf-8";

/*----------------------------------------------------------
mainVisual
----------------------------------------------------------*/
.mainVisual{
background: url("/assets/images/top/mv_bg_01_pc.webp") 50% 50% / cover no-repeat;
padding: 45px 0;
}
.mainVisual .banner{
width: 1200px;
margin: 0 auto;
}
@media (max-width: 768px){
.mainVisual{
background: none;
padding: 0;
}
.mainVisual .banner{
width: 100%;
}
}

/*----------------------------------------------------------
section01
----------------------------------------------------------*/
.section01{
background: url("/assets/images/common/common_bg_01.webp") top center / auto auto;
padding: 0 0 60px;
}
.section01 .title01{
background: url("/assets/images/common/common_bg_03.webp") top center / auto auto;
text-align: center;
margin: 0 0 60px;
padding: 40px 0 25px;
position: relative;
}
.section01 .title01::before{
content: "";
width: 210px;
height: 21px;
background: url("/assets/images/common/common_bg_03.webp") top center / auto auto;
clip-path: polygon(50% 100%, 0 0, 100% 0);
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
}
.section01 .block_reason{
display: flex;
align-items: center;
justify-content: space-between;
}
.section01 .block_reason .list > li{
font-size: 2.2rem;
font-weight: bold;
line-height: 1.4;
margin: 0 0 40px;
padding: 0 0 0 72px;
position: relative;
}
.section01 .block_reason .list > li:last-child{
margin-bottom: 0;
}
.section01 .block_reason .list > li strong{
background: linear-gradient(transparent 75%, #fcfc00 75%);
font-size: 2.8rem;
}
.section01 .block_reason .list > li strong .small{
font-size: 2.2rem;
}
.section01 .block_reason .list > li .num{
width: 50px;
height: 50px;
background: var(--color_green01);
color: #fff;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 768px){
.section01{
padding: 2.0rem 0;
}
.section01 .title01{
background: url("/assets/images/common/common_bg_03.webp") top center / auto auto;
text-align: center;
margin: 0 2.0rem;
padding: 2.5rem 0;
}
.section01 .title01::before{
width: 5.5rem;
height: 2.1rem;
bottom: -2.0rem;
}
.section01 .block_reason{
background: #fff;
text-align: center;
padding: 4.0rem 0 1.5rem;
display: block;
}
.section01 .block_reason .list{
margin: 0 auto 3.0rem;
display: inline-block;
}
.section01 .block_reason .list > li{
font-size: 1.4rem;
text-align: left;
margin: 0 0 1.5rem;
padding: 0 0 0 4.5rem;
}
.section01 .block_reason .list > li strong{
font-size: 1.8rem;
}
.section01 .block_reason .list > li strong .small{
font-size: 1.4rem;
}
.section01 .block_reason .list > li .num{
width: 3.5rem;
height: 3.5rem;
font-size: 1.6rem;
}
.section01 .block_reason .banner{
margin: 0 1.5rem;
}
}

/*----------------------------------------------------------
section02
----------------------------------------------------------*/
.section02{
text-align: center;
padding: 80px 0;
}
.section02 .title01{
font-size: 2.4rem;
font-weight: bold;
letter-spacing: 0.2rem;
margin: 0 0 35px;
}
.section02 .title01 b{
background: var(--color_beige02);
color: var(--color_brown01);
border-radius: 100px;
margin: 0 0 50px;
padding: 17px 70px 15px;
display: inline-block;
position: relative;
}
.section02 .title01 b::before{
content: "";
width: 30px;
height: 31px;
background: var(--color_beige02);
clip-path: polygon(0 0, 0% 100%, 100% 0);
position: absolute;
left: 50%;
bottom: -30px;
transform: translateX(-50%);
}
.section02 .title01 strong{
color: var(--color_green01);
font-size: 3.4rem;
}
.section02 .image{
margin: 0 0 40px;
}
.section02 .link a{
font-size: 1.8rem;
font-weight: bold;
}
@media (max-width: 768px){
.section02{
padding: 4.0rem 0;
}
.section02 .title01{
font-size: 1.6rem;
margin: 0 0 2.5rem;
}
.section02 .title01 b{
margin: 0 0 2.5rem;
padding: 1.2rem 3.5rem 1.0rem;
}
.section02 .title01 b::before{
content: "";
width: 2.0rem;
height: 2.1rem;
bottom: -2.0rem;
}
.section02 .title01 strong{
font-size: 2.4rem;
}
.section02 .image{
margin: 0 0 2.0rem;
}
.section02 .link a{
font-size: 1.6rem;
}
}

/*----------------------------------------------------------
section03
----------------------------------------------------------*/
.section03{
background: url("/assets/images/common/common_bg_01.webp") top center / auto auto;
padding: 80px 0;
}
.section03 > .inner{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.section03 .block_adviser{
width: 420px;
background: #fff;
border: 1px solid var(--color_green01);
padding: 30px 35px;
}
.section03 .block_adviser .text{
font-size: 1.8rem;
font-weight: bold;
margin: 0 0 20px;
}
.section03 .block_adviser .btn{
margin: 0 0 30px;
}
.section03 .block_adviser .btn a{
background: var(--color_green01);
color: #fff;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
border-bottom: 4px solid var(--color_green02);
padding: 25px 20px 25px 0;
display: block;
position: relative;
}
.section03 .block_adviser .btn a::before{
content: "";
width: 10px;
height: 10px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
}
.section03 .block_adviser .list{
margin: 0 0 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section03 .block_adviser .list > li{
width: 145px;
margin: 0 0 15px;
}
.section03 .block_adviser .list > li:nth-child(odd){
margin-right: 15px;
}
.section03 .block_adviser .list > li:nth-last-child(-n+2){
margin-bottom: 0;
}
.section03 .block_adviser .link{
text-align: center;
}
.section03 .block_adviser .link a{
font-size: 1.8rem;
font-weight: bold;
}
.section03 .block_search{
width: 670px;
}
.section03 .block_search .box01 + .box01{
margin-top: 40px;
}
.section03 .block_search .box01 .title01{
width: 400px;
background: var(--color_brown01);
color: #fff;
font-size: 2.0rem;
font-weight: bold;
letter-spacing: 0.2rem;
border-radius: 100px;
margin: 0 0 25px;
padding: 15px 85px 13px;
position: relative;
}
.section03 .block_search .box01 .title01::before{
content: "";
width: 26px;
height: 38px;
background: url("/assets/images/top/sec03_ico_01.webp") top center / 100% auto no-repeat;
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
}
.section03 .block_search .box01 .list{
display: flex;
flex-wrap: wrap;
}
.section03 .block_search .box01 .list > li{
margin: 0 15px 15px 0;
}
.section03 .block_search .box01 .list > li:last-child{
margin-right: 0;
}
.section03 .block_search .box01 .list > li a{
font-size: 1.4rem;
font-weight: bold;
padding: 0 0 0 20px;
position: relative;
}
.section03 .block_search .box01 .list > li a:hover{
text-decoration: underline;
}
.section03 .block_search .box01 .list > li a::before{
content: "";
width: 7px;
height: 8px;
background: var(--color_green01);
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.section03 .block_search .link{
text-align: right;
margin: 20px 0 0;
}
.section03 .block_search .link a{
font-size: 1.8rem;
font-weight: bold;
}
.section03 .block_tel{
width: 100%;
margin: 45px 0 0;
display: flex;
align-items: center;
}
.section03 .block_tel .text{
width: 655px;
background: url("/assets/images/top/sec03_bg_01.webp") 0 0 / 100% 100% no-repeat;
color: var(--color_green01);
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8;
letter-spacing: 0.4rem;
padding: 25px 50px 35px;
}
.section03 .block_tel .tel{
width: 545px;
padding: 0 0 0 20px;
}
@media (max-width: 768px){
.section03{
padding: 4.0rem 0;
}
.section03 .block_adviser{
width: 100%;
padding: 2.5rem 1.5rem;
order: 2;
}
.section03 .block_adviser .text{
font-size: 1.6rem;
margin: 0 0 1.5rem;
}
.section03 .block_adviser .btn{
margin: 0 0 1.5rem;
}
.section03 .block_adviser .btn a{
font-size: 1.8rem;
border-bottom: 0.4rem solid var(--color_green02);
padding: 1.7rem 2.0rem 1.5rem 0;
}
.section03 .block_adviser .btn a::before{
width: 0.8rem;
height: 0.8rem;
right: 1.5rem;
}
.section03 .block_adviser .list{
margin: 0 0 1.5rem;
justify-content: space-between;
}
.section03 .block_adviser .list > li{
width: calc((100% - 1.5rem) / 4);
margin: 0;
}
.section03 .block_adviser .list > li:nth-child(odd){
margin-right: 0;
}
.section03 .block_adviser .link{
margin: 0 0 1.5rem;
}
.section03 .block_adviser .link a{
font-size: 1.6rem;
}
.section03 .block_adviser .tel a{
background: #aeaeae;
border-bottom: 0.4rem solid #7c7c7c;
padding: 1.0rem 6.0rem 1.2rem;
}
.section03 .block_search{
width: 100%;
margin: 0 0 3.0rem;
order: 1;
}
.section03 .block_search .box01 + .box01{
margin-top: 2.0rem;
}
.section03 .block_search .box01 .title01{
width: 100%;
font-size: 1.8rem;
margin: 0;
padding: 1.0rem 0 1.0rem 5.0rem;
position: relative;
}
.section03 .block_search .box01 .title01::before{
width: 1.6rem;
height: 2.4rem;
left: 2.0rem;
}
.section03 .block_search .box01 .title01::after{
content: "";
width: 0.8rem;
height: 0.8rem;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
margin: -0.3rem 0 0;
position: absolute;
right: 2.0rem;
top: 50%;
transform: translateY(-50%) rotate(45deg);
transition: 0.3s;
}
.section03 .block_search .box01 .title01.active::after{
margin: 0.2rem 0 0;
transform: translateY(-50%) rotate(-135deg);
}
.section03 .block_search .box01 .list{
padding: 1.5rem 1.0rem 0;
}
.section03 .block_search .box01 .list > li{
margin: 0 1.5rem 1.0rem 0;
}
.section03 .block_search .box01 .list > li:last-child{
margin-right: 0;
}
.section03 .block_search .box01 .list > li a{
font-size: 1.2rem;
padding: 0 0 0 1.2rem;
}
.section03 .block_search .box01 .list > li a::before{
width: 0.6rem;
height: 0.7rem;
}
.section03 .block_search .link{
text-align: center;
margin: 1.5rem 0 0;
}
.section03 .block_search .link a{
font-size: 1.6rem;
}
.section03 .block_tel{
display: none;
}
}

/*----------------------------------------------------------
section04
----------------------------------------------------------*/
.section04{
background: url("/assets/images/common/common_bg_01.webp") top center / auto auto;
padding: 20px 0 80px;
}
.section04 .title01{
font-size: 3.0rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.4rem;
margin: 0 0 30px;
}
.section04 .title01 strong{
color: var(--color_green01);
}
.section04 .block_btn{
margin: 0 0 100px;
display: flex;
justify-content: space-between;
}
.section04 .block_btn [class^="box"] .ttl01{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px;
}
.section04 .block_btn .box01{
width: 280px;
}
.section04 .block_btn .box01 .btn + .btn{
margin-top: 15px;
}
.section04 .block_btn .box01 .btn a{
background: #fff;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
border: 1px solid var(--color_black01);
border-bottom: 5px solid var(--color_black01);
padding: 15px 0 13px;
display: block;
position: relative;
}
.section04 .block_btn .box01 .btn a::before{
content: "";
width: 8px;
height: 8px;
border-top: 1px solid var(--color_black01);
border-right: 1px solid var(--color_black01);
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(135deg);
}
.section04 .block_btn .box02{
width: 405px;
}
.section04 .block_btn .box02 [class^="btn_"] a{
width: 100%;
height: 100px;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
border-bottom-width: 5px;
border-bottom-style: solid;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
position: relative;
}
.section04 .block_btn .box02 [class^="btn_"] a::before{
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.section04 .block_btn .box02 [class^="btn_"] a span{
width: 100%;
font-size: 1.4rem;
display: block;
}
.section04 .block_btn .box02 .btn_register a{
background: var(--color_orange01);
border-bottom-color: var(--color_orange02);
}
.section04 .block_btn .box02 .btn_course a{
background: var(--color_green01);
border-bottom-color: var(--color_green02);
}
.section04 .block_btn .box02 .link{
text-align: center;
margin: 20px 0 0;
}
.section04 .block_btn .box02 .link a{
font-size: 1.8rem;
font-weight: bold;
}
.section04 .block_area{
margin: 0 0 100px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section04 .block_area .box{
text-align: center;
margin: 0 80px 0 0;
}
.section04 .block_area .box:nth-of-type(3){
margin: 0;
}
.section04 .block_area .box .ttl01{
margin: 0 0 15px;
}
.section04 .block_area .box .text{
margin: 0 0 5px;
}
.section04 .block_area .box .text a{
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.2rem;
}
.section04 .block_area .box .text a span{
background: var(--color_gray01);
color: #fff;
font-size: 1.4rem;
margin: 0 0 0 10px;
padding: 5px 10px 3px;
display: inline-block;
}
.section04 .block_area .box .link a{
font-size: 1.6rem;
font-weight: bold;
text-decoration: underline;
padding: 0 25px 0 0;
position: relative;
}
.section04 .block_area .box .link a::before{
content: "";
width: 18px;
height: 18px;
background: var(--color_gray01);
border-radius: 100px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.section04 .block_area .box .link a::after{
content: "";
width: 4px;
height: 4px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.section04 .block_area .image{
width: 50%;
margin: 40px 0 0;
}
.section04 .block_support{
margin: 0 0 100px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section04 .block_support .ttl01{
width: 100%;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px;
}
.section04 .block_support .box{
width: 380px;
text-align: center;
}
.section04 .block_support .box + .box{
margin: 0 0 0 30px;
}
.section04 .block_support .box .banner{
margin: 0 0 10px;
}
.section04 .block_support .box .banner a{
border-radius: 5px;
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.section04 .block_support .box .text{
font-size: 1.6rem;
font-weight: bold;
}
.section04 .block_column .ttl01{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px;
}
.section04 .block_column .list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.section04 .block_column .list > li{
width: 580px;
margin: 0 0 10px;
}
@media (min-width: 769px){
.section04 .block_column .list > li:nth-last-child(-n+2){
margin-bottom: 0;
}
}
.section04 .block_column .list > li a{
font-size: 1.4rem;
font-weight: bold;
border-bottom: 1px solid #cbcbcb;
padding: 12px 30px;
display: block;
position: relative;
}
.section04 .block_column .list > li a::before{
content: "";
width: 18px;
height: 20px;
background: url("/assets/images/top/sec04_ico_01.webp") top center / 100% auto no-repeat;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.section04 .block_column .list > li a::after{
content: "";
width: 8px;
height: 8px;
border-top: 1px solid var(--color_gray01);
border-right: 1px solid var(--color_gray01);
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px){
.section04{
padding: 1.0rem 0 4.0rem;
}
.section04 .title01{
font-size: 1.8rem;
letter-spacing: 0.2rem;
margin: 0 0 1.0rem;
}
.section04 .block_btn{
margin: 0 0 5.0rem;
display: block;
}
.section04 .block_btn [class^="box"] + [class^="box"]{
margin-top: 3.0rem;
}
.section04 .block_btn [class^="box"] .ttl01{
font-size: 1.8rem;
margin: 0 0 1.0rem;
}
.section04 .block_btn .box01{
width: 100%;
}
.section04 .block_btn .box01 .btn + .btn{
margin-top: 1.0rem;
}
.section04 .block_btn .box01 .btn a{
border-bottom: 0.4rem solid var(--color_black01);
padding: 1.5rem 0 1.3rem;
}
.section04 .block_btn .box01 .btn a::before{
width: 0.8rem;
height: 0.8rem;
right: 2.0rem;
}
.section04 .block_btn .box02{
width: 100%;
}
.section04 .block_btn .box02 [class^="btn_"] a{
height: 7.5rem;
font-size: 1.8rem;
border-bottom-width: 0.4rem;
}
.section04 .block_btn .box02 [class^="btn_"] a::before{
width: 0.8rem;
height: 0.8rem;
right: 2.0rem;
}
.section04 .block_btn .box02 [class^="btn_"] a span{
font-size: 1.2rem;
}
.section04 .block_btn .box02 .link{
margin: 1.0rem 0 0;
}
.section04 .block_btn .box02 .link a{
font-size: 1.6rem;
}
.section04 .block_area{
margin: 0 0 5.0rem;
justify-content: space-around;
}
.section04 .block_area .box{
margin: 0;
}
.section04 .block_area .box:nth-of-type(3){
width: 100%;
margin: 3.0rem 0 0;
}
.section04 .block_area .box .ttl01{
margin: 0 0 1.0rem;
}
.section04 .block_area .box .ttl01 img{
width: auto;
height: 2.5rem;
}
.section04 .block_area .box .text{
margin: 0 0 0.5rem;
}
.section04 .block_area .box .text a{
font-size: 1.2rem;
}
.section04 .block_area .box .text a span{
font-size: 1.0rem;
margin: 0 0 0 0.5rem;
padding: 0.5rem 0.5rem 0.3rem;
}
.section04 .block_area .box .link a{
font-size: 1.4rem;
padding: 0 2.2rem 0 0;
}
.section04 .block_area .box .link a::before{
width: 1.6rem;
height: 1.6rem;
}
.section04 .block_area .box .link a::after{
width: 0.4rem;
height: 0.4rem;
right: 0.6rem;
}
.section04 .block_area .image{
width: 100%;
margin: 3.0rem 0 0;
}
.section04 .block_area .image + .image{
margin: 1.0rem 0 0;
}
.section04 .block_support{
margin: 0 0 5.0rem;
display: block;
}
.section04 .block_support .ttl01{
font-size: 1.8rem;
margin: 0 0 1.0rem;
}
.section04 .block_support .box{
width: 100%;
}
.section04 .block_support .box + .box{
margin: 3.0rem 0 0;
}
.section04 .block_support .box .banner{
margin: 0 0 0.5rem;
}
.section04 .block_support .box .banner a{
border-radius: 0.5rem;
}
.section04 .block_support .box .text{
font-size: 1.4rem;
}
.section04 .block_column .ttl01{
font-size: 1.8rem;
margin: 0 0 1.0rem;
}
.section04 .block_column .list{
display: block;
}
.section04 .block_column .list > li{
width: 100%;
margin: 0 0 1.0rem;
}
.section04 .block_column .list > li:last-child{
margin-bottom: 0;
}
.section04 .block_column .list > li a{
font-size: 1.2rem;
padding: 1.0rem 2.0rem 1.0rem 3.0rem;
}
.section04 .block_column .list > li a::before{
width: 1.8rem;
height: 2.0rem;
}
.section04 .block_column .list > li a::after{
width: 0.6rem;
height: 0.6rem;
right: 1.0rem;
}
}

/*----------------------------------------------------------
section05
----------------------------------------------------------*/
.section05 > .inner{
background: url("/assets/images/top/sec05_bg_01.webp") top center / cover no-repeat;
padding: 80px 0;
}
.section05 .title01{
text-align: center;
margin: 0 0 70px;
}
.section05 .title02{
width: 870px;
font-size: 3.8rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.8rem;
margin: 0 auto 55px;
}
.section05 .title02.type02{
padding: 0 0 40px;
position: relative;
}
.section05 .title02.type02::before{
content: "";
width: 100%;
height: 3px;
background: url("/assets/images/top/sec05_line_01.webp") top center / auto 100% repeat-x;
position: absolute;
left: 0;
bottom: 0;
}
.section05 .block_message{
margin: 0 0 60px;
position: relative;
}
.section05 .block_message .ttl01{
font-size: 2.6rem;
font-weight: bold;
letter-spacing: 0.4rem;
margin: 0 0 25px;
}
.section05 .block_message .ttl01 span{
margin: 0 0 0 30px;
display: inline-block;
}
.section05 .block_message .text01{
font-size: 1.8rem;
line-height: 2.0;
letter-spacing: 0.4rem;
}
.section05 .block_message .text01 + .text01{
margin-top: 35px;
}
.section05 .block_message .image{
position: absolute;
right: 100px;
bottom: 0;
}
.section05 .block_table .box01{
margin: 0 0 8px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.section05 .block_table .box01 [class^="txt0"]{
padding: 0 20px;
}
.section05 .block_table .box01 .txt01{
width: 310px;
}
.section05 .block_table .box01 .txt02{
width: 560px;
}
.section05 .block_table .box01 [class^="txt0"] span{
color: #fff;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
border-radius: 100px;
padding: 20px 0;
display: block;
position: relative;
}
.section05 .block_table .box01 [class^="txt0"] span::before{
content: "";
width: 20px;
height: 20px;
clip-path: polygon(0 0, 50% 100%, 100% 0);
position: absolute;
left: 50%;
bottom: -19px;
transform: translateX(-50%);
z-index: 2;
}
.section05 .block_table .box01 .txt01 span,
.section05 .block_table .box01 .txt01 span::before{
background: #7c7c7c;
font-size: 1.6rem;
}
.section05 .block_table .box01 .txt02 span,
.section05 .block_table .box01 .txt02 span::before{
background: var(--color_brown01);
font-size: 3.0rem;
}
.section05 .block_table .table{
width: 100%;
}
.section05 .block_table .table th{
background: #f1f1f1;
font-size: 1.8rem;
font-weight: bold;
text-align: left;
border: 1px solid var(--color_brown01);
padding: 18px 0 18px 55px;
vertical-align: middle;
}
.section05 .block_table .table td:nth-of-type(1){
width: 310px;
background: #fff;
font-weight: 1.8rem;
font-weight: bold;
text-align: center;
border: 1px solid var(--color_brown01);
padding: 18px 0;
vertical-align: middle;
}
.section05 .block_table .table td:nth-of-type(2){
width: 560px;
background: #fff;
color: var(--color_brown01);
font-size: 2.0rem;
font-weight: bold;
text-align: center;
border-left: 5px solid #d2b59a;
border-right: 5px solid #d2b59a;
border-bottom: 1px solid var(--color_brown01);
padding: 18px 0;
vertical-align: middle;
}
.section05 .block_table .table td:nth-of-type(2) strong{
color: var(--color_green01);
}
.section05 .block_table .table tr:first-of-type td:nth-of-type(2){
border-top: 5px solid #d2b59a;
}
.section05 .block_table .table tr:last-of-type td:nth-of-type(2){
border-bottom: 5px solid #d2b59a;
}
.section05 .block_about{
position: relative;
}
.section05 .block_about .text01{
font-size: 1.6rem;
font-weight: bold;
line-height: 2.0;
letter-spacing: 0.4rem;
}
.section05 .block_about .text01 + .text01{
margin-top: 30px;
}
.section05 .block_about .image{
position: absolute;
right: 0;
bottom: -80px;
}
@media (max-width: 768px){
.section05 > .inner{
padding: 4.0rem 0;
}
.section05 .title01{
margin: 0 0 3.5rem;
}
.section05 .title02{
width: 100%;
font-size: 2.4rem;
letter-spacing: 0.3rem;
margin: 0 auto 2.5rem;
}
.section05 .title02.type02{
padding: 0 0 2.0rem;
}
.section05 .title02.type02::before{
height: 0.2rem;
}
.section05 .block_message{
margin: 0 0 04.0rem;
}
.section05 .block_message .ttl01{
width: 100%;
font-size: 2.2rem;
margin: 0 0 2.0rem;
}
.section05 .block_message .ttl01 span{
margin: 0 0 0 2.5rem;
}
.section05 .block_message .text01{
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
.section05 .block_message .text01 + .text01{
margin-top: 3.0rem;
}
.section05 .block_message .image{
width: 20.0rem;
margin: 0 auto 3.0rem;
display: block;
position: static;
right: auto;
bottom: auto;
}
.section05 .block_table .box01{
margin: 0 0 0.4rem;
}
.section05 .block_table .box01 [class^="txt0"]{
padding: 0 0.2rem;
}
.section05 .block_table .box01 .txt01{
width: 10.5rem;
}
.section05 .block_table .box01 .txt02{
width: 15.0rem;
}
.section05 .block_table .box01 [class^="txt0"] span{
padding: 1.0rem 0;
}
.section05 .block_table .box01 [class^="txt0"] span::before{
width: 1.2rem;
height: 1.1rem;
bottom: -1.0rem;
}
.section05 .block_table .box01 .txt01 span,
.section05 .block_table .box01 .txt01 span::before{
font-size: 1.0rem;
}
.section05 .block_table .box01 .txt02 span,
.section05 .block_table .box01 .txt02 span::before{
font-size: 1.2rem;
}
.section05 .block_table .table th{
font-size: 1.0rem;
text-align: center;
padding: 1.0rem 0;
}
.section05 .block_table .table td:nth-of-type(1){
width: 10.5rem;
font-size: 1.0rem;
padding: 1.0rem 0;
}
.section05 .block_table .table td:nth-of-type(2){
width: 15.0rem;
font-size: 1.2rem;
border-left: 0.4rem solid #d2b59a;
border-right: 0.4rem solid #d2b59a;
padding: 1.0rem 0;
}
.section05 .block_table .table tr:first-of-type td:nth-of-type(2){
border-top: 0.4rem solid #d2b59a;
}
.section05 .block_table .table tr:last-of-type td:nth-of-type(2){
border-bottom: 0.4rem solid #d2b59a;
}
.section05 .block_about .text01{
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
.section05 .block_about .text01 + .text01{
margin-top: 3.0rem;
}
.section05 .block_about .image{
width: 100%;
margin: 3.0rem 0 -4.0rem;
position: static;
right: auto;
bottom: auto;
}
}

/*----------------------------------------------------------
section06
----------------------------------------------------------*/
.section06{
background: var(--color_beige02);
padding: 0 0 80px;
}
.section06 .block_title{
width: 100%;
height: 400px;
background: #7fb9bf;
margin: 0 0 80px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.section06 .block_title::before{
content: "";
width: 50%;
height: 400px;
background: url("/assets/images/top/sec06_bg_01.webp") top left / cover no-repeat;
position: absolute;
right: 0;
top: 0;
}
.section06 .block_title::after{
content: "";
width: 100%;
height: 10px;
background: linear-gradient(to right, #e70b3f 0%, #e70b3f 33%, #0f4e96 33%, #0f4e96 67%, #feda15 65%, #feda15 100%);
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
.section06 .block_title .title01{
width: 1200px;
text-align: left;
margin: 0 auto;
position: relative;
z-index: 1;
}
.section06 .block_detail{
display: flex;
align-items: center;
}
.section06 .block_detail .movie{
width: 600px;
}
.section06 .block_detail .movie .movieInner{
width: 100%;
padding-top: 56.25%;
position: relative;
}
.section06 .block_detail .movie .movieInner iframe{
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.section06 .block_detail .box01{
width: 540px;
margin: 0 0 0 60px;
}
.section06 .block_detail .box01 .ttl01{
text-align: center;
margin: 0 0 25px;
}
.section06 .block_detail .box01 .ttl01 span{
font-size: 2.8rem;
font-weight: bold;
padding: 0 0 0 55px;
position: relative;
}
.section06 .block_detail .box01 .ttl01 span::before{
content: "";
width: 35px;
height: 35px;
background: url("/assets/images/top/sec06_ico_01.webp") top center / 100% auto no-repeat;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.section06 .block_detail .box01 .text{
font-size: 1.6rem;
line-height: 1.8;
margin: 0 0 25px;
}
.section06 .block_detail .box01 .btn{
text-align: center;
}
.section06 .block_detail .box01 .btn a{
background: #655736;
color: #fff;
font-size: 2.0rem;
font-weight: bold;
border-radius: 100px;
padding: 13px 100px;
display: inline-block;
position: relative;
}
.section06 .block_detail .box01 .btn a::before{
content: "";
width: 12px;
height: 20px;
background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 768px){
.section06{
padding: 0 0 4.0rem;
}
.section06 .block_title{
width: 100%;
height: auto;
margin: 0 0 3.0rem;
display: block;
}
.section06 .block_title::before{
display: none;
}
.section06 .block_title::after{
height: 0.8rem;
}
.section06 .block_title .title01{
width: 100%;
}
.section06 .block_detail{
display: block;
}
.section06 .block_detail .movie{
width: 100%;
margin: 0 0 2.5rem;
}
.section06 .block_detail .box01{
width: 100%;
margin: 0;
}
.section06 .block_detail .box01 .ttl01{
margin: 0 0 1.5rem;
}
.section06 .block_detail .box01 .ttl01 span{
font-size: 1.8rem;
padding: 0 0 0 3.2rem;
}
.section06 .block_detail .box01 .ttl01 span::before{
width: 2.1rem;
height: 2.1rem;
}
.section06 .block_detail .box01 .text{
font-size: 1.4rem;
margin: 0 0 2.0rem;
}
.section06 .block_detail .box01 .btn a{
font-size: 1.6rem;
padding: 1.5rem 0;
display: block;
}
.section06 .block_detail .box01 .btn a::before{
width: 1.0rem;
height: 1.4rem;
right: 2.0rem;
}
}