@charset "utf-8";
html {font-size: 10px;}
body { font-size: 1.6rem;margin: 0;padding: 0;max-width: 100%;max-height: 100%;font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;color: #333;}
/*-----------------
    共通項目
------------------*/
a {
    text-decoration: unset;
    color: #333;
}
h1 { 
    background: #003586;
    color: #fff;   
    font-size: 3rem; 
    display: inline-block;
    padding:0.5rem 1rem;
}
h2.title {
    text-align: center;
    font-size:5rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
h2.title > .underline {
    display: block;
    border-bottom: 6px solid #003586;
    width: 140px;
    margin: 20px auto;
}
img {
    width: 100%;
}
figure {
    margin: 0;
}
.contbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_only.contbox {
    display: block;
}
.blue {
    color: #003586;
}
.btn {
    position: relative;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 482px;
}
.btn div {
    border: 3px solid #9a0000;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 427px;
    color: #9a0000;
}
.btn p {
    background-color: #9a0000;
    border-radius: 15px;
    font-size:3rem;
    color: #fff;
    box-shadow: 0 5px 0 #9a0000;
    padding: 3rem 2rem 1.5rem;
}
.btn p span {
    font-size: clamp(2.0rem, 2.6vw, 3.2rem);
}
.btn p:after {
    content: "";
    background: url(../image/btn_right.png) 0 0 no-repeat;
    height: 30px;
    width:20px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover {
    opacity: 0.8;
}
.sp_only {
    display: none;
}

/*-----------------
    section01
------------------*/
.sec01 {
    background: url(../image/top_bg_pc.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}
.sec01 h3 {
    line-height: 1.2;
    padding: 10px;  
}
.sec01 .contbox {
    height: 100%;
    position: relative;
}
.sec01 .left_cont{
    width: 60%;
    position: absolute;
    top: 5%;
    left:8%;
}
.sec01 .left_cont > p {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.8vw, 2.0rem);
    margin-bottom: 68px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.sec01 .left_cont > figure {
    width: 800px;
}
.sec01 .left_cont .underline {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #003586;
    margin-top: 25px;
}


/*-----------------
    section02
------------------*/
.sec02 {
    width: 90%;
    margin: 120px auto;
}
.sec02 .title .blue {
    font-size: 5rem;
}
.sec02 .contbox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.sec02 .cont_textbox {
  width : calc(100% / 3) ;
  padding: 0 3%;
}
.sec02 h3 {
    color: #003586;
    font-weight:600;
    font-size: 2.7rem;
    text-align: center;
}
.sec02 p {
    font-weight: 300;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.sec02 .circle {
    text-align: center;
}
.sec02 .circle img {
    width: 280px;
    height: 280px;
    border-radius: 50%; 
}
/*-----------------
    section03
------------------*/
.sec03 {
    background:#003586;
    width: 100%;
    margin: 120px auto;
    padding: 80px 0 80px;
}
.sec03 h2{color:#fff;
} 
.sec03 h2.title > .underline {
    display: block;
    border-bottom: 6px solid #fff;
    width: 140px;
    margin: 20px auto;
}
.sec03 .title {
    margin-bottom: 60px;
}
.sec03 .contbox {
    position: relative;
    justify-content: center;
}
.sec03 h3 {
    font-weight:600;
    font-size: 2.2rem;
    background: #fff;
    color: #333;
    margin: 0 auto;
}
.sec03 .bg_border {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 5px;
    width: 60%;
    z-index: 0;
}
.sec03 .sec03_contbox {
    background-color: #fff;
    padding: 1.6rem;
    text-align: center;
    z-index: 5;
    margin-right: 20px;
    width: 18%;
}
.sec03 .sec03_contbox:last-child {
    margin-right: 0;
}
.sec03 figure {
    width:30%;
    margin:1.6rem auto;
}
.sec03_contbox p {
    font-weight: 300;
    font-size: clamp(1.6rem, 2.1vw, 1.8rem);
    margin: 0;
}
.sec03 .btn {
    margin: 60px auto 0px;
}
.sec03 .sec03_contbox .step{
    background-color: #003586;
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem 0;
    font-weight: bold;
}
/*-----------------
    section04
------------------*/
.sec04 {
    width: 70%;
    margin: 100px auto;
}
.sec04 .sec04_cont {
    border-bottom: 3px solid #003586;
    margin: 80px auto;
    padding-bottom: 40px;
}
.sec04 .contbox {
    justify-content: space-between;
    align-items: start;
    margin-top: 25px;
}
.sec04 .contbox h3 {
    font-weight: 600;
    font-size:3rem;
    line-height: 1.8;
    padding:5px 20px 0;
    margin: 0;
    background:#003586;
    color: #fff;
    display: inline-block;
}
.sec04 .contbox .blue {
    font-weight: 600;
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
    margin: 0;
}
.sec04 .contbox p.income {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.sec04 .contbox ul {
    margin: 0 0 20px;
}
.sec04 .contbox li{
    font-weight: 300;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.sec04 .contbox div.blue {
    margin-right: 40px;
}
.sec04 .contbox  p.tx {
    font-weight: 300;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.sec04 .contbox .left_cont{
    width: 50%;
    margin-right: 4%;
}
.sec04 .contbox .right_img{
    width: 46%;
}
.sec04 .sec04_cont:last-child {
    border-bottom: 0;
}

/*-----------------
    section05
------------------*/
.sec05 {
    background:#003586;
    width: 100%;
    margin: 120px auto 0;
    padding: 80px 0 80px;
    position: relative;
}
.sec05 figure{
    position: absolute;
    width: 300px;
    top: 60px;
    right: 15%;
}
.sec05 h2{color:#fff;
} 
.sec05 h2.title > .underline {
    display: block;
    border-bottom: 6px solid #fff;
    width: 140px;
    margin: 20px auto;
}
.sec05 .title_box {
    border-bottom: 3px solid #003586;
}
.sec05 h3 {
    background: #fff;
    color: #003586;
    font-size:2.6rem;
    margin: 0;
}
.sec05 .contbox {
    width: 70%;
    margin: 22px auto;
}
.sec05 .sec05_contbox {
    width: 50%;
    background-color: #fff;
    margin-left: 20px;
    position: relative;
    height: 330px;
    padding: 20px;
}
.sec05 .sec05_contbox:first-child {
    margin-left: 0;
}
/*-----------------
    section06
------------------*/
.sec06 {
    background: url(../image/bottom_bg.png) 0 0 no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
}

.sec06 .title_box{
    margin:0 auto;
    text-align: center;
}
.sec06 h2 {
    font-size:4rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
    display:inline-block;
   text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.sec06 h2 img {
    width: 500px;
}
.sec06 .contbox {
    width: 80%;
    margin: 0 auto;
    align-items: start;
    justify-content: space-between;
}
.sec06 .left_cont {
    width: 56%;
}
.sec06 .left_cont > p {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.8vw, 2.0rem);
    line-height: 1.8;
    margin: 60px 0;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.sec06 .btn {
    margin: 60px 0 20px;
}
.sec06 .right_img {
    width: 40%;
    margin-top: 50px;
}


/*-----------------
    レスポンシブ
------------------*/
@media (max-width: 1440px) {
    .sec01 .left_cont {
    width: 60%;
    position: absolute;
    top: 3%;
    left:8%;
    }
    .sec06 h2 {
        margin-left: 2%;
    }
    .sec05 .sec05_contbox {
       height: 350px; 
    }
}

@media (max-width: 1024px) {
    .sec01 {
    background: url(../image/top_bg_tb.png) 0 0 no-repeat;
    }
    .sec01 .left_cont {
    width: 60%;
    position: absolute;
    top: 3%;
    left:4%;
    }
    h1 {
        font-size: 2.5rem;
    }
    .sec01 {
        height: 600px;
    }
    .sec01 .right_img {
    width: 86%;
    }
    .sec01 .left_cont > figure {
    width: 100%;
    }
    .sec01 .left_cont > p {
        font-size: 1.6rem;
    }
    .btn {
        width: 400px;
    }
    .btn p {
        font-size: 2.4rem;
    }
    .btn div {
        width:340px ;
    }
    h2.title {
        font-size: 4.2rem;
    }
    .sec03 h3 {
        font-size: 1.6rem;
    }
    .sec03_contbox p {
        font-size:1.4rem;
    }
    .sec04 .contbox h3 {
        font-size: 2.3rem;
    }
    .sec04 .contbox .blue {
        font-size: 2rem;
    }
    .sec04 .contbox p.income{
        font-size: 2.2rem;
    }
    .sec04 .contbox li {
        font-size: 1.6rem;
    }
    .sec04 .contbox p.tx{
        font-size: 1.6rem;
    }
    .sec05 figure {
    width: 250px;
    right: 8%;
    }
    .sec05 .sec05_contbox {
        height: 430px;
    }
    .sec06 h2{
        font-size:3rem;
    }
    .sec06 .left_cont > p {
        font-size: 1.6rem;
    }
    .sec06 .left_cont > p {
        margin: 20px 0;
    }
    .sec06 .sp_right {
        display: block;
        text-align: right;
    }
    .sec06 .right_img {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .pcbr, .pcimg, .pc_only {
        display: none;
    }
    .sp_only, .contbox, .blue, .spbox {
        display: block;
    }
    .sp_only.contbox {
        display: flex;
    }
    .btn {
        width: 90%;
    }
    .btn div {
        width: 80%;
        font-size: 1.6rem;
    }
    .sec01 {
    background: url(../image/top_bg_sp.png) 0 0 no-repeat;
    background-size: cover;
   width: 100%;
    height:750px;
    }
    .sec01 .left_cont {
    width: 86%;
    position: absolute;
    top: 3%;
  	left: 50%;
   transform: translateX(-50%);
    }
    .sec01 .h1_wrap{
        text-align: center;
    }
    .sec01 h3 {
        margin: 15px auto;
        line-height: 1.5;
        width: 94%;
    }
    .sec01 .sp_only.img {
        width: 70%;
        margin: 0 auto;
    }
    .sec01 .left_cont > p {
        margin-bottom: 0;
        line-height: 1.5;
        word-break: auto-phrase;
        text-align: center;
    }
    .sec01 .left_cont > figure {
        width: 100%;
        margin: 2% auto;
    }
   .sec01 .left_cont > figure img{
        width: 90%;
   }
    .sec01 .left_cont .underline {
        margin-top: 5px;
    }
    .sec01 .btn {
        margin: 0 auto;
        position: relative;
        bottom: 80px;
    }
    h1 {
        font-size: 2rem;;
    }
    .btn p:after {
        background-size: 60%;
        right: 20px;
        top: 60%;
    }
    .sec02 {
        margin:60px auto 0;
    }
    .sec02 .title {
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-size: 3rem;
    }
    .sec02 .title .blue {
        font-size: 3rem;
    }
    .sec02 .contbox {
        flex-direction: column;
    }
    .sec02 .cont_textbox {
        margin: 0 0 60px;
        width :100% ;
    }
    .sec02 .cont_textbox:last-child{
     margin: 0;
    }
    .sec02 h3 {
        text-align: center;
        font-size: 2.2rem;
    }
    .sec02 .spimg {
        margin-top: 20px;
    }
    .sec02 p {
        font-size: 1.6rem;
    }
    .sec03 {
        padding: 60px 0;
        margin: 60px auto;
    }
    h2.title {
        font-size: 3rem;
    }
    .sec03 h3 {
        font-size: 2.2rem;
    }
    .sec03_contbox p {
        font-size: 1.6rem;
    }
    .sec03 .sec03_contbox, .sec03 .sec03_contbox:last-child {
        width: 80%;
        margin: 0 auto 20px;
        position: relative;
        z-index: 5;
    }
    .sec03 .bg_border {
        transform: translate(-50%, -50%) rotate(-90deg);
        width: 600px;
        z-index: 0;
    }
    .sec04 {
        width: 90%;
        margin: 30px auto;
    }
    .sec04 .sec04_cont {
        margin: 40px auto;
    }
    .sec04 .contbox {
        margin-top: 0;
    }
    .sec04 .contbox .left_cont {
        width: 100%;
        margin-right: 0;
    }
    .sec04 .contbox h3 {
        font-size: 2.2rem;
        width: 90%;
        text-align: center;
    }
    .sec04 .contbox p.income span{
        font-size: 2rem;
        display: inline-block;
        margin:0 0 1rem 0;
    }
    .sec04 .contbox ul {
        margin: 0;
    }
    .sec04 .contbox p.tx {
        margin-bottom: 2rem;
    }
    .sec04 .right_img {
        display: none;
    }
.sec04_contbox{
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.sec04_contbox::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.sec04_cont{
  flex: 0 0 auto;
  width:100%;
  padding-bottom:10px;
  border-bottom: 3px solid #003586;
}
.sec04 .sec04_cont{
      padding-bottom:10px;
}
.sec04 .sec04_cont:last-child {
  padding-bottom:10px;
  border-bottom: 3px solid #003586;
}
.sec04 .scroll{
  width:14%;
  margin-top:-20px;
}
    .sec05 {
         padding: 60px 0;
        margin: 60px auto 0;
    }
    .sec05 figure{
        width: 220px;
        right: 5%;
        top:-3%;
        position: absolute;
    }
    .sec05 .contbox {
        width: 90%;
        margin: 40px auto;
    }
    .sec05 .sec05_contbox {
        width: 90%;
        margin: 0 0 40px;
        height: auto;
    }
    .sec05 h3 {
        font-size: 2.2rem;
    }
    .sec06 {
        padding-bottom: 160px;
    }
    .sec06 .title_box {
        width: 90%;
    }
    .sec06 h2 {
        font-size: 2rem;
        background:none;
        margin-bottom: 40px;
    }
    .sec06 h2 img {
        width: 100%;
        margin: 10px auto;
    }
    .sec06 .contbox {
        width: 90%;
    }
    .sec06 .btn.sp {
        width: 90%;
        position: fixed;
        bottom: 0;
        margin: 0 auto;
        z-index: 10;
    }
    .sec06 .right_img {
        display: none;
    }
    .sec06 .left_cont {
        width:100%;
        margin: 0 auto;
    }
    .sec06 .btn div {
        top: 10px;
    }
}
@media (max-width: 390px) {
    .sec01 {
    background: url(../image/top_bg_sp.png) 0 0 no-repeat;
    background-size: cover;
   width: 100%;
    height:700px;
    }
    .sec05 .sec05_contbox {
        width: 90%;
    }
    .sec05 figure{
        width: 200px;
        right: 5%;
        top: -2.2%;
    }
}