/**
 * 共通設定
 */
/* フォントを設定 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'Corporate-Logo-Bold';
	src: url(../font/Corporate-Logo-Bold-ver2.ttf);
}
p, h1, h2{
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Noto Serif JP', serif;
}

a {
    text-decoration: none;
}

.p-corporate-logo {
    font-family: 'Corporate-Logo-Bold';
}

.p-kakugo {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", 'Noto Sans Japanese', sans-serif;
}

/* フォントサイズ */
@media screen and (min-width:625px) and (max-width: 799px){
    html {
        font-size: 50%;
    }
}
@media screen and (min-width:571px) and (max-width: 624px){
    html {
        font-size: 45%;
    }
}
@media screen and (min-width: 501px) and (max-width: 570px){
    html {
        font-size: 40%;
    }
}
@media screen and (max-width: 500px){
    html {
        font-size: 30%;
    }
}
@media screen and (min-width: 800px) {
    html {
        font-size: 80%;
    }
}

/* フレックスボックス */
.flex-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* コンテンツ幅調整 */
.content-wrap {
    max-width: 800px;
    margin: 0 auto;
}

/* Amazonギフト券バナー */
.gift-banner{
    background: #38383A;
    color: #FFFFFF;
    font-size:  2rem;
    max-height: 178px;
    line-height: 1;
}

.gift-txt {
    margin-right: 38px;
}

.gift-banner img {
    margin: 20px 0;
    max-width: 204px;
    width: 15vw;
}

@media screen and (max-width: 1200px) {
    .gift-banner img {
        margin: 2vw 0;
        max-width: 204px;
        width: 15vw;
    }
}

.block-arrow {
    position: relative;
    display: inline-block;
    height: 3rem;
    background: #FFC737;
    color: #000000;
    padding: 0 5px 0 10px;
    vertical-align: middle;
    margin-right: 25px;
    line-height: 3rem;
}

.block-arrow::after {
    position: absolute;
    content: "";
    right: -0.9rem;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1rem solid #FFC737;
}

.font-accent { color: #FFC737; }
.accent-large{ font-size: 3rem; }

@media screen and (max-width: 750px) {
    .block-arrow {
        height: 2rem;
        margin-right: 10px;
        line-height: 2rem;
    }
    .block-arrow::after {
        right: -0.6rem;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-left: 0.7rem solid #FFC737;
    }
}


/* 勉強会に参加 */
.entry-btn {
    max-width: 600px;
    width: 70vw;
    max-height: 120px;
    height: 14vw;
    background-color: #007AEB;
    border-radius: 85px;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, .25);
    margin: 30px auto;
}
.entry-btn p {
    color: #FFFFFF;
    font-size: 3.5rem;
    line-height: 14vw;
    text-align: center;
}
.supplement, .supplement > a {
    color: #6c6c6c;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 800px) {
    .entry-btn p {
        line-height: 120px;
    }
}
@media screen and (max-width: 800px) {
    .entry-btn {
        margin: 3vw auto;
    }
}

/* アニメーション */
.entry-btn:hover {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .5);
    transform: translate(8px, 8px);
    transition: all 30ms 0s ease;
}

/**
 * Hero
 */
.hero > .content-wrap > img {
    margin: 66px auto;
}

@media screen and (max-width:1200px) {
    .hero > .content-wrap > img {
        margin: 5.5vw auto;
    }    
}

 /**
 * コンテンツ
 */

 .bg1 {
     position: relative;
    background: #F9A826;
 }

 .bg1::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5vw solid #FFFFFF;
    border-right: 25vw solid transparent;
    border-left: 25vw solid transparent;
 }

 .bg1 > .flex-wrap {
     padding: 8vw 0 4vw 0;
     align-items: flex-start;
 }

.bg1 > .flex-wrap > img {
    max-width: 180px;
    width: 20%;
    margin-right: 3%;
}

.bg1 > .flex-wrap p {
    margin-left: 10px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
}

.bg1 > .flex-wrap p > span:nth-child(1) {
    margin-right: 10px;
    font-size: 6rem;
    line-height: 1;
    
}
.bg1 > .flex-wrap p > span:nth-child(2) {
    font-size: 4rem;
    line-height: 1.25;
}

.bg2 {
    position: relative;
    background: #FFC973;
}

.bg2 > .content-wrap > img {
    position: relative;
    margin: 0 auto;
}

.bg2 > .content-wrap > div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    margin: 40px 0;
}

.bg2 > .content-wrap > div > p {
    font-size: 2.4rem;
    line-height: 2.4rem;
    white-space: nowrap;
}

.bg2 > .content-wrap > div > p:nth-child(3){
    font-size: 3.5rem;
    font-weight: 700;
}

.problem.flex-wrap{
    align-items: flex-start;
    max-width: 1200px;
    width: 90vw;
    margin: 75px auto 0;
}

.problem.flex-wrap > div {
    margin-left: 60px;
}

.problem img {
    max-width: 168px;
    width: 20%;
}

.personal {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
}

@media screen and (max-width: 1200px) {
    .problem.flex-wrap > div {
        margin-left: 5vw;
    }
    .bg2> .content-wrap > div {
        margin: 5vw 0;
    }
    .problem.flex-wrap{
        margin: 6.3vw auto 0;
    }
}

/* 吹き出し */
.balooon {
    position: relative;
    width: 70vw;
    max-width: 600px;
    margin: 0;
    background: #E9E9E9;
    border-radius: 30px;
    font-size: 2rem;
    padding: 32px 73px;
}

.balooon::after {
    position: absolute;
    content: "";
    top: 0px; 
    left: -25px;
    border: 10px solid transparent;
    border-right: 40px solid #E9E9E9;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -1;
}

.broblem-section > .gift-banner {
    margin-top: 102px;
}

@media screen and (max-width: 1200px) {
    .balooon {
        padding: 2.6vw 6vw;
    }
    .broblem-section > .gift-banner {
        margin-top: 8.5vw;
    }    
}

/* 実データ */
.data-section p {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
}

.bg3 {
    position: relative;
    background: #FFC973;
}

.bg3::after {
    position: absolute;
    content: "";
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5.1vw solid #FFC973;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
    z-index: -1;
}

.filter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    opacity: 0.5;
    max-width: 800px;
    width: 80%;
    height: calc(100vw * 0.8 * 0.386);
    margin: 0 auto;
}

.filter::after {
    position: absolute;
    content: "";
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5.1vw solid #000000;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
}

.bg3 > img, .bg4 > img {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width:800px) {
    .bg3::after {
        bottom: -60px;
        border-top: 61px solid #FFC973;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
    }
    .filter {
        width: 800px;
        height: 309px;
    }
    .filter::after {
        bottom: -60px;
        border-top: 61px solid #000000;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
    }
}

@media screen and (max-width: 800px){
    .bg3 > img, .bg4 > img {
        width: 80%;
    }
}

.data-txt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #000000;
}

.data-txt p:nth-child(1) {
    font-size: 2.5rem;
    line-height: 1;
}

.data-txt p:nth-child(2n) {
    font-size: 3rem;
    line-height: 0.7;
}

.data-txt p:nth-child(3) {
    font-size: 5.5rem;
    line-height: 0.01;
}

.data-txt p:nth-child(4) {
    letter-spacing: 10px;
}

.chart1, .chart2 {
    margin: 107px auto;
    max-width: 800px;
    width: 80vw;
}

.bg4 {
    position: relative;
    background: #FFC973;
    height: calc(100vw * 0.8 * 0.621);
}

.bg4::before {
    position: absolute;
    content: "";
    top: -0.1vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6.4vw solid #FFFFFF;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
}

.bg4::after {
    position: absolute;
    content: "";
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6.1vw solid #FFC973;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
    z-index: -1;
}

@media screen and (min-width:801px) {
    .bg4 {
        height: 497px;
    }

    .bg4::before {
        border-top: 64px solid #FFFFFF;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
    }

    .bg4::after {
        bottom: -60px;
        border-top: 61px solid #FFC973;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
    }
}

.do-you-know {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    text-shadow: 0px 4px 10px #000000;
    padding-top: 80px;
}

@media screen and (max-width:800px) {
    .chart1, .chart2 {
        margin: 9vw auto;
    }
    .do-you-know {
        padding-top: 7vw;
    }
}

.do-you-know p:nth-child(1) {
    font-size: 3rem;
    line-height: 3rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.do-you-know p:nth-child(2) {
    font-size: 3.5rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    color: #000000;
    background-color: #FFFFFF;
    width: 100vw;
}

.do-you-know p:nth-child(3) {
    font-size: 4rem;
    line-height: 2rem;
}

.do-you-know p:nth-child(4) {
    font-size: 6rem;
    line-height: 0.5rem;
}
.chart2 {
    margin: 157px auto 40px;
}

.data-section > .disc-txt1 {
    margin: 0 auto;
    text-align: center;
}

.data-section > .disc-txt1 > p {
    display: inline-block;
    text-align: left;
    line-height: 2;
    font-weight: 400;
    white-space: nowrap;
}

@media screen and (min-width: 700px){
    .do-you-know p:nth-child(4) {
        font-size: 5.5rem;
    }
}

@media screen and (max-width:1200px) {
    .chart2 {
        margin: 13vw auto 3vw;
    }   
}

/* 注意 */
.attention-banner {
    background: #38383A;
}

.attention-banner > h2 {
    font-size: 4rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.5;
}

.drop {
    margin: 0 auto;
    max-width: 52px;
    width: 4.3vw;
}

.attention-txt1 {
    margin: 100px auto 0;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .attention-txt1 {
        margin: 8vw auto 0;
    }
}

.attention-txt1 > p {
    display: inline-block;
    font-size: 3rem;
    text-align: left;
    white-space: nowrap;
}

.attention-txt1 > p > span {
    font-size: 5rem;
}

.attention-box {
    position: relative;
    max-width: 1020px;
    width: 80vw;
    background: #F9A826;
    border-radius: 10px;
    margin: 95px auto 140px;
    padding: 10px 0 100px;
}

@media screen and (max-width:1200px) {
    .attention-box {
        margin: 8vw auto 11.5vw;
        padding: 10px 0 8vw;
    }
}

.attention-box p {
    text-align: center;
}

.attention-box p:nth-child(1) {
    font-size: 4rem;
    font-weight: 700;
}

.attention-box p > span:nth-child(1) {
    letter-spacing: 0.4rem;
}

.attention-box p > span:nth-child(3) {
    letter-spacing: -0.3rem;
}

.attention-box p:nth-child(2) {
    font-size: 2rem;
    font-weight: 700;
}

.circle-txt {
    position: absolute;
    bottom: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background: #FFFFFF;
    border: 5px solid #F9A826;
    box-sizing: border-box;
    border-radius: 50%;
    color: #F9A826;
    font-size: 4rem;
    text-align: center;
    line-height: 230px;
}

@media screen and (max-width:1200px) {
    .circle-txt {
        bottom: -9.5vw;
        width: 20vw;
        height: 20vw;
        line-height: 19vw;
    }
}

.example.flex-wrap {
    max-width: 800px;
    width: 80vw;
    margin: 0 auto 18px;
    border: 5px solid #F9A826;
    box-sizing: border-box;
    border-radius: 20px;
    justify-content: flex-start;
    text-align: left;
}

.example-title {
    position: relative;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    font-size: 4rem;
    line-height: 0.6;
    font-weight: 700;
    letter-spacing: -0.05em;
    height: 134px;
    background: #F9A826;
    padding: 30px 10px;
}

.example-title::after {
    position: absolute;
    content: "";
    top: 0;
    right: -19px;
    border-top: 67px solid transparent;
    border-bottom: 67px solid transparent;
    border-left: 20px solid #F9A826;
}

.example-title > span, .example-title3 > span {
    font-size: 2rem;
}

.example-disc {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 5px 0 5px 50px;
}

.example-title3 {
    position: relative;
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    font-size: 4rem;
    line-height: 0.6;
    font-weight: 700;
    letter-spacing: -0.05em;
    height: 200px;
    background: #F9A826;
    padding: 55px 10px;
}

.example-title3::after {
    position: absolute;
    content: "";
    top: 0;
    right: -19px;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 20px solid #F9A826;
}

@media screen and (max-width:1200px) {
    .example-title {
        height: 11vw;
        padding: 2.5vw 0.8vw;
    }
    .example-title::after {
        border-top: 5.5vw solid transparent;
        border-bottom: 5.5vw solid transparent;
    }
    .example-title3 {
        height: 16.6vw;
        padding: 4.6vw 0.8vw;
    }
    .example-title3::after {
        border-top: 8.3vw solid transparent;
        border-bottom: 8.3vw solid transparent;
    }
    .example-disc {
        margin: 0.4vw 0 0.4vw 4.5vw;
    }
}

@media screen and (max-width:750px) {
    .example-title::after {
        right: -9px;
        border-left: 10px solid #F9A826;
    }
    .example-title3::after {
        right: -9px;
        border-left: 10px solid #F9A826;
    }
}

.attention-txt2 {
    background: #F9A826;
    margin: 0 auto;
    text-align: center;
}

.attention-txt2 p {
    display: inline-block;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2;
    white-space: nowrap;
    padding: 80px 0;
    margin: 0;
}

.attention-txt2 p >.attention-txt2-accent {
    font-size: 4rem;
    line-height: 2;
    margin-bottom: 60px;
}

.hight-light {
    letter-spacing: -2px;
    color: #F9A826;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px 10px;
}

@media screen and (max-width:1200px) {
    .attention-txt2 p {
        padding: 6.6vw 0;
    }
    .hight-light {
        border-radius: 0.8vw;
        padding: 0.4vw 0.8vw;
    }
}

/* 主な勉強会の内容 */
.main-contents {
    margin-top: 75px;
}

.folder1, .folder2, .folder3 {
    position: relative;
    color: #514545;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}

.folder0{
    position: relative;
    max-width: 661px;
    width: 70%;
    margin: 0 auto;
}

.folder0 > h2 {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 4rem;
    text-align: center;
}

.folder1 h3, .folder2 h3, .folder3 h3 {
    position: absolute;
    top: -10px;
    left: 50px;
    font-size: 3rem;
    line-height: 1;
    border-style: none none dotted none;
    padding: 0 20px;
}

.folder1 p, .folder2 p, .folder3 p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 700;
    white-space: nowrap;
}

.folder3 p {
    top: 50%;
}

.folder1 {
    margin-top: -6.1vw;
}

.folder2, .folder3 {
    margin-top: -8vw;
}

@media screen and (min-width: 800px) {
    .folder1 {
        margin-top: -96px;
    }
    .folder2, .folder3 {
        margin-top: -132px;
    }
}
@media screen and (max-width: 800px) {
    .folder1 h3, .folder2 h3, .folder3 h3 {
        top: -0.8vw;
        left: 4vw;
    }
}

/* この勉強会で学べること */
.what-learn {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #38383A;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 3.5rem;
}

.icon1 {
    margin: 0 auto;
    max-width: 111px;
    width: 9vw;
}

.bg5 {
    position: relative;
    background: #FFC973;
}

.bg5::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-top: 6.4vw solid #FFFFFF;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
}

.bg5 > .flex-wrap {
    max-width: 800px;
    width: 95vw;
    justify-content: space-around;
    align-items: stretch;
    margin: 0 auto;
}

.case {
    width: 30%;
    margin: 8vw 20px 105px;
    background: #F3F3F3;
    border-radius: 20px;
}

@media screen and (min-width:800px) {
    .bg5::before {
        border-top: 64px solid #FFFFFF;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
    }
}

@media screen and (max-width:1200px) {
    .case {
        width: 30%;
        margin: 11vw 1.6vw 9vw;
        background: #F3F3F3;
        border-radius: 20px;
    }
}

.case > p {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}


.case > .title {
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    text-align: center;
    font-size: 3rem;
}

.border {
    height: 3px;
    position: relative;
}
.border::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 8px, transparent 8px, transparent 8px);
    background-size: 16px 3px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* 参加者の声 */
.voice-section {
    margin-top: 147px;
    position: relative;
    background: #FFC973;
    padding: 100px 0 0;
}

.voice-section::after {
    position: absolute;
    content: "";
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6.1vw solid #FFC973;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
    z-index: 1;
}

@media screen and (min-width: 800px){
    .voice-section::after {
        bottom: -75px;
        border-top: 75px solid #FFC973;
        border-right: 400px solid transparent;
        border-left: 400px solid transparent;
        z-index: 1;
    }
}

.voice-section > h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.voice-section > .flex-wrap {
    max-width: 800px;
    width: 80vw;
    margin: 0 auto;
    align-items: stretch;
}

.voice {
    width: 30%;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 57px 13px;
}

.voice > div > img {
    max-width: 120px;
    width: 30%;
    margin: 20px;
}

.voice > div > div p {
    margin: 0;
    letter-spacing: 0.15em;
    font-weight: 700;
    text-align: center;
}

.voice > div > div p:nth-child(1) {
    font-size: 1.4rem;
}

.voice > div > div p:nth-child(2) {
    font-size: 1.8rem;
}

.voice > p {
    font-size: 1.2rem;
    margin: 10px 25px 60px;
}

@media screen and (max-width:1200px) {
    .voice-section {
        margin-top: 12vw;
        padding: 8vw 0 0;
    }
    .voice-section > .flex-wrap {
        width: 95vw;
    }
    .voice {
        margin: 4vw 1vw;
    }
    .voice > div > img {
        margin: 1.6vw;
    }
    .voice > p {
        margin: 0.8vw 2vw 5vw;
    }
}

/* 不動産の特徴 */
.features {
    position: relative;
    background: #F9A826;
    padding: 1px;
}

.features::after {
    position: absolute;
    content: "";
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6.1vw solid #F9A826;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
}


.features > h2 {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    padding-top: 100px;
    z-index: 2;
}

.features > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.feature-contents {
    position: relative;
    max-width: 800px;
    width: 60vw;
    margin: 0 auto 30px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 40px;
    z-index: 1;
}

@media screen and (max-width:1200px) {
    .features > h2 {
        padding-top: 6.6vw;
    }
}
@media screen and (max-width: 767px){
    .feature-contents {
        width: 80vw;
    }
}

.feature-contents .title {
    font-size: 3rem;
    width: 80%;
    margin: 0 auto 20px;
    font-weight: 700;
}

.feature-contents p {
    font-size: 2rem;
}

.apply h2 {
    font-size: 5rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 8vw 0 40px;
}

.step {
    max-width: 800px;
    width: 60vw;
    background: #E3E3E3;
    border-radius: 15px;
    margin: 10px auto;
    padding: 60px 45px;
    justify-content: space-around;
}

.step-txt {
    position: relative;
    max-width: 290px;
    width: 30%;
    background: #F9A826;
    border-radius: 50%;
}

.step-txt::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.step-txt > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Copperplate, "Copperplate Gothic Light", fantasy;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.step-txt > span > span {font-size: 6rem;} 

.step > div > h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 10px 0;
}

.step > .step-desc {
    width: 60%;
}

.step > .step-desc > p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.step3 {
    padding: 30px 45px;
}

.step3 >  div > h3 > span {
    margin-left: 20px;
    padding: 3px;
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Noto Serif JP', serif;
    background: #FFC737;
}

.apply > .entry-btn {
    margin: 196px auto;
}

@media screen and (max-width: 475px) {
    .step > div > h3 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 957px){
    .step {
        width: 80vw;
        margin: 10px auto;
        padding: 5vw 4vw;
    }
    .apply > .entry-btn {
        margin: 16vw auto;
    }
}

footer {
    background: #F9A826;
    padding: 10vw 0;
}

.company-data {
    max-width: 1200px;
    width: 80vw;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 2.2rem;
    letter-spacing: 10px;
    font-weight: 700;
}

tr > td:nth-child(2n + 1) {
    text-align: right;
    padding-right: 80px;
}

@media screen and (max-width: 450px) {
    .company-data {
        width:100%;
        letter-spacing: 1px;
    }
    tr > td:nth-child(2n + 1) {
        padding-right: 20px;
    }
}