* {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #272727;
}

body {
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 60px #bababa;
}

.back-img {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(image/back.png);
    background-size: cover;
    top: 0;
    right: 0;
}

.col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header{
    height: 80px;
    padding-left: 25px;
    background-color: #fff;
}

header img {
    width: 240px;
}

header a img{
    width: 80px;
}

.sec01 img {
    width: 100%;
}

.inner {
    padding: 0 25px;
    box-sizing: border-box;
}

.h2-on {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -53px;
}

.h2-on span{
    color: #0062B1;
}
.sec-head {
    text-align: center;
    padding: 60px 0 30px;
}
.sec-head h2 {
    font-size: 32px;
}

.sec-head h2 span {
    font-size: 80px;
    font-family: 'Futura';
    font-weight: 100;
}
.item {
    background-color: #E7F0F7;
    margin-bottom: 20px;
    padding: 20px;
}

.item img {
    width: 50px;
    margin-right: 20px;
}

.item-box {
    width: 100%;
}

.sec02-ttl p {
    font-size: 18px;
    font-weight: bold;
    color: #0062b2;
}

.sec02-ttl img {
    width: 26px;
    margin: 0;
}

.sec02-ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #272727;
}

.job p {
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #0062b1;
    padding: 25px 0 15px;
    text-align: center;
}

.job span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #0062b1;
    padding: 5px 25px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.job {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.sec02, .sec03 {
    padding-bottom: 40px;
    background: #fff;
}

.sec00 {
    background: #0062b2;
    padding: 40px 25px 25px;
    color: #fff;
    text-align: center;
}
.sec00 p {
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
}
.sec00 p:before {
    content: '';
    position: absolute;
    top: 44%;
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(66deg);
    transform: rotate(66deg);
    left: -23px;
}
.sec00 p:after {
    content: '';
    position: absolute;
    top: 44%;
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-66deg);
    transform: rotate(-66deg);
    right: -23px;
}
.sec04 {
    background: #F2F2F2;
    padding: 80px 25px 1px;
}

.card {
    position: relative;
    margin-bottom: 85px;
}

.card-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 10px #00000015;
}

img.card-head {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
}

.card-box h3 {
    font-size: 28px;
    margin: 40px 0 10px;
}

.card-info01 {
    font-size: 14px;
    margin-bottom: 20px;
}

.card-box img {
    width: 70%;
    margin-bottom: 20px;
}

.card-info02 {
    font-size: 13px;
}

.img-max {
    width: 100%!important;
}

.voice {
    position: relative;
    padding: 0 25px;
    margin-bottom: 30px;
}

.hito img {
    width: 60px;
}

.old {
    display: inline-block;
    font-size: 8px;
}

.hito {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -15px;
    left: 20px;
}

.voice p {
    padding: 20px 20px 20px 70px;
    box-shadow: 0 3px 10px #00000015;
    font-size: 13px;
}

.voice-head h2 {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}

.voice-head h2 span {
    color: #0062b1;
}
.voice-head img {
    width: 170px;
}
.voice-head {
    text-align: center;
}
.sec05 {
    padding: 60px 0 30px;
    background: #fff;
}
.sec06 {
    background: #EAF1F7;
    padding: 60px 25px;
    text-align: center;
}

.sec06 h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.flow img {
    width: 180px;
    margin-bottom: 20px;
}

.flow h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.flow p {
    font-size: 13px;
}

img.arrow {
    width: 32px;
    margin: 40px 0;
}

.sec07-head p {
    font-family: 'Futura';
    font-size: 80px;
    color: #EAF1F7;
    line-height: 1;
    margin-bottom: -27px;
}

.sec07-head h2 {
    font-size: 28px;
}


.rec-link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.rec-01 {
    display: flex;
}

p.rec-01-h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    background: #0062b1;
    color: #fff;
    width: 33.3%;
}

p.rec-01-h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #0062b1;
    color: #0062b1;
    width: 33.3%;
}
.sec07-head {
    text-align: center;
    padding: 60px 0 40px;
}

.sec07-head p {
    font-family: 'Futura';
    font-size: 80px;
    color: #EAF1F7;
    line-height: 1;
    margin-bottom: -27px;
}

.sec07-head h2 {
    font-size: 28px;
}

.rec-link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.rec-01 {
    display: flex;
    margin-bottom: -2px;
}

p.rec-01-h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    background: #0062b1;
    color: #fff;
    width: 33.3%;
}

p.rec-01-h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #0062b1;
    color: #0062b1;
    width: 33.3%;
}

.rec-02 {
    border: 2px solid #0062b2;
    background: #eaf1f7;
    padding: 25px;
}

p.rec-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    color: #0062b2;
}

p.hosoku {
    font-size: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.detail {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.detail00 {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: flex-start;
}

.detail00 img {
    width: 20px;
    margin-right: 10px;
    height: auto;
}

.detail00 p {
    font-size: 13px;
    font-weight: bold;
}

p.rec-box-ttl {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.rec-box p {
    font-size: 13px;
}

.rec-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #272727;
}
.border-none {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rec-contents {
    margin-bottom: 30px;
}

footer {
    font-size: 9px;
    background-color: #0062B1;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.sec07 {
    padding-bottom: 60px;
    background: #fff;
}