.txtEx {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}

.PC {
    display: inherit;
}

.SP {
    display: none;
}

:root {
    --font-default: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
    --font-Mincho: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --prbk: #1a1a1a;
    --scbk: #333;
}

::placeholder {
    color: #a9a9a9;
    font-weight: 300;
}

html {
    font-size: 62.5%;
    /*1rem = 10px*/
    font-size: 1vw;
    /*defaultFontsize / maxWidth * 100*/
    /*max-width: 750px;*/
    /*maxWidth*/
    margin: 0 auto;
}


/*deviceWidth 750px 以上の時 全体のフォントサイズ 10px に固定*/

@media screen and (min-width: 1000px) {
    html {
        font-size: 10px;
        /*defaultFontsize*/
    }
}

body {
    width: 100%;
    margin: 0 auto;
    /*overflow-x: hidden;*/
    height: 200vh;
    color: var(--dfbk);
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.2em;
}

body.form-CHECK {
    height: auto;
    background-color: #e9f1fc;
}

body.form-CHECK .php-MailForm01 .formarea li:last-of-type {
    display: none;
}

body.form-THANKS {
    height: auto;
    background-color: #e9f1fc;
}

html>body img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

picture {
    display: inline-block;
    vertical-align: bottom;
}

a {
    transition: opacity 0.12s;
}

a:hover {
    opacity: 0.8;
}


/*--------------------
No1*/


/*--No2*/


/*No3*/


/*--------------------
100%img*/

.w100 {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.w100 img {
    width: 200rem;
    max-width: 2000px;
    margin: 0 auto;
}


/*--------------------
fv*/

.fv {
    position: relative;
    background: url(../images/fv_bg.jpg) no-repeat top center;
    background-size: 200rem auto;
    overflow: hidden;
}

.fv .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.fv .advancelogo {
    padding: 1.4rem 0 1rem 0;
    text-align: right;
}

.fv .go {
    position: absolute;
    top: 0;
    left: calc((100% - 100rem) / 2 - 19.7rem);
    width: 57rem;
}

.fv .txt {
    position: relative;
    width: 73.2rem;
    margin: 0 0 0 auto;
}

.fv .txt .copy {
    width: 72.3rem;
    margin: 0 0 0 auto;
    padding-top: 2rem;
}

.fv .txt .consult {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
    font-family: var(--font-Mincho);
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.fv .txt .consult:before,
.fv .txt .consult:after {
    content: "";
    display: block;
    height: 1px;
    height: 0.9px;
    background: linear-gradient(270deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.4) 100%);
}

.fv .txt .consult:before {
    width: 14.8rem;
    margin-right: 1rem;
}

.fv .txt .consult:after {
    background: linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.4) 100%);
    width: 10.6rem;
    margin-left: 1rem;
}

.fv .txt .rimit {
    margin-bottom: 4.7rem;
    padding-left: 4.2rem;
    text-align: center;
}

.fv .txt .rimit .rimitwrap {
    display: inline-flex;
    background: #fff;
    font-size: 2rem;
    border: 1px solid #0b0e2d;
}

.fv .txt .rimit .w,
.fv .txt .rimit .b {
    padding: 0 2.2em;
}

.fv .txt .rimit .w {}

.fv .txt .rimit .b {
    color: #fff;
    background: #0b0e2d;
}

.fv .txt .must {
    display: flex;
    justify-content: center;
    margin-left: 2em;
    margin-bottom: 2rem;
    color: #fff;
    font-family: var(--font-Mincho);
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: normal;
}

.fv .txt .mustbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 19rem;
    min-height: 16.4rem;
    background: url(../images/fv_icon_must.png) no-repeat center;
    background-size: 100% auto;
    filter: drop-shadow(0.6rem 1rem 0.6rem rgba(0, 0, 0, 0.3));
}

.fv .txt .mustbox:not(:first-child) {
    margin-left: -3rem;
}

.fv .txt .mustbox:nth-child(1) {
    position: relative;
    z-index: 4;
}

.fv .txt .mustbox:nth-child(2) {
    position: relative;
    z-index: 3;
}

.fv .txt .mustbox:nth-child(3) {
    position: relative;
    z-index: 2;
}

.fv .txt .mustbox:nth-child(4) {
    position: relative;
    z-index: 1;
}

.fv .txt .mustbox .kin {
    color: #d8b364;
    font-size: 4.6rem;
    line-height: 1;
}

.fv .txt .mustbox .kin .per80 {
    font-size: 80%;
}

.fv .txt .mustbox .note {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
}

.fv .txt .mustbox.lh {
    line-height: 1.2;
}

.fv .txt .anvasa {
    /*padding-bottom: 6rem;*/
    padding-bottom: 4.5rem;
    padding-left: 14rem;
    color: var(--scbk);
    font-size: 1.5rem;
    line-height: 1.6;
}

.fv .txt .SVG {
    width: 10.7rem;
}


/*--------------------
cv*/

.cv {
    background: url(../images/cv_btn_bg.jpg);
    background-size: 100% 100%;
}

.cv .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5.7rem 0;
}

.cv .wrap a {
    display: inline-block;
    filter: drop-shadow(0.8rem 1rem 1rem rgba(0, 0, 0, 0.3));
    position: relative;
}


/*--------------------
about*/

.about {
    position: relative;
    z-index: 10;
    padding: 7rem 0 13.5rem 0;
    text-align: center;
    background: url(../images/about_bg.png) no-repeat center;
    background-size: 200rem auto;
    background-size: 200rem 100%;
}

.about .head {
    display: inline-flex;
    align-items: center;
    margin-bottom: 3rem;
    color: #005487;
    font-family: var(--font-Mincho);
    font-size: 4.1rem;
}

.about .head .SVG {
    width: 17.7rem;
    margin-right: 0.5em;
}

.about .leedtxt {
    margin-bottom: 4.2rem;
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 0.02em;
}

.about .leedtxt2 {
    width: 80rem;
    max-width: 800px;
    margin: 0 auto;
}


/*--------------------
appeal*/

.appeal {
    position: relative;
    z-index: 1;
    margin-top: -5.5rem;
    text-align: right;
    background: url(../images/appeal_bg.jpg) no-repeat center;
    background-size: 200rem 100%;
}

.appeal .wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10rem 0 7.5rem 0;
}

.appeal .go {
    position: absolute;
    bottom: 0;
    left: -20rem;
    width: 58rem;
}

.appeal .go .anvasa {
    position: absolute;
    right: 13rem;
    bottom: 4rem;
    min-width: 6.8rem;
    padding: 0.5em 0.8em;
    font-size: 1.5rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.03em;
    background: rgba(255, 255, 255, 0.5);
}

.appeal .txt {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: normal;
}

.appeal h2 {
    width: 68.4rem;
    margin: 0 0 0 auto;
    margin-bottom: 3.2rem;
}

.appeal .leedtxt {
    width: 67rem;
    margin: 0 0 0 auto;
    text-align: left;
}

.appeal .leedtxt small {
    font-size: 1.4rem;
}

.appeal h2 {
    width: 68.4rem;
    margin: 0 0 0 auto;
    margin-bottom: 3.2rem;
}


/*--------------------
media*/

.media {
    text-align: right;
    background: url(../images/media_bg.jpg) no-repeat center;
    background-size: 200rem 100%;
}

.media .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 6rem 0 9.5rem 0;
}

.media h2 img {
    width: 65.8rem;
    margin-bottom: 1rem;
}

.media .medialist {
    display: inline-flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
}

.media .medialist li {
    margin-bottom: 3rem;
}

.media .medialist p {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5em 2.4em;
    color: #fff;
    text-align: left;
    line-height: 1;
    background: #004e9e;
}

.media .medialist p:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2em 2rem;
    border-color: transparent transparent #004e9e transparent;
}

.media .medialist p span {
    font-size: 1.4rem;
    font-weight: 300;
}

.media .medialist small {
    display: block;
    padding: 0 2.4em;
    font-size: 100%;
    text-align: left;
}

.media .medialist small span {
    display: block;
    margin-top: 0.6em;
    margin-bottom: -0.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}


/*--------------------
problem*/

.problem {
    background: url(../images/problem_bg.jpg) no-repeat center top;
    background-size: 200rem 100%;
}

.problem .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.problem h2 {
    margin-bottom: 25rem;
}

.problem .problist {
    display: flex;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
}

.problem .problist li {
    width: 25%;
}

.deepdive {
    position: relative;
    z-index: 10;
    padding-bottom: 4rem;
    background: url(../images/problem_deep_bg.png) no-repeat center top;
    background-size: 200rem 100%;
    /*background-size: 200rem auto;*/
}

.deepdive>.wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 26rem 0 0 0;
    text-align: center;
}

.deepdive .cv {
    background: none;
}

.deepdive .cv .wrap {
    position: relative;
    top: -3rem;
}

.deepdive.for2 .cv .wrap {
    top: 0;
}

.deepdive h2 {
    width: 58.5rem;
    width: initial;
}

.deepdive.for2 h2 {
    padding-top: 2rem;
}

.deepdive .txt {
    color: #fff;
    font-family: var(--font-Mincho);
    font-size: 3.8rem;
    padding-top: 2rem;
}

.deepdive.for2 {
    position: relative;
    z-index: 10;
    margin-top: -3rem;
    background: url(../images/for2_bg.png) no-repeat center top;
    background-size: 200rem 100%;
}

.deepdive.for2>.wrap {
    padding-top: 7rem;
}

.deepdive.for2 .cv .wrap {
    padding-top: 3rem;
    padding-bottom: 5rem;
}


/*--------------------
reason*/

.reason {
    position: relative;
    z-index: 1;
    margin-top: -4.3rem;
}

.reason .head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    color: #fff;
    font-family: var(--font-Mincho);
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.7;
    background: #0b0e2d;
}

.reason .head:before,
.reason .head:after {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 5.7rem;
    background: url(../images/reason_deep_head_icon.png) no-repeat center;
    background-size: contain;
    margin-right: 0.8em;
}

.reason .head:after {
    transform: scaleX(-1);
    margin-right: 0;
    margin-left: 0.8em;
}

.reason .head .svg {
    width: 18.7rem;
    margin-right: 1.5rem;
}

.reason .head .svg * {
    fill: #fff;
}

.reason .wrap {
    background: url(../images/reason_bg.jpg) no-repeat center top;
    background-size: 200rem 100%;
    overflow: hidden;
}

.reason .box {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 6.5rem;
    margin-bottom: 1rem;
}

.reason .box:nth-child(2) {
    margin-bottom: 13rem;
}

.reason .box:nth-child(3) {
    margin-bottom: 16rem;
}

.reason .box:nth-child(4) {
    margin-bottom: 18rem;
}

.reason .box:nth-child(5) {
    margin-bottom: 19rem;
}

.reason .box .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21.5rem;
    width: 68rem;
    filter: drop-shadow(1rem 1.6rem 1.6rem rgba(0, 0, 0, 0.3));
}

.reason .box:nth-child(2n) .img {
    right: auto;
    left: -22.6rem;
}

.reason .box .txt {
    /*width: 48.4rem;*/
    width: 50.7rem;
}

.reason .box:nth-child(2n) .txt {
    width: 50.7rem;
    margin: 0 0 0 auto;
    margin-right: 2rem;
}

.reason .box .txt h3 {
    color: #005487;
    margin-bottom: 2rem;
    font-family: var(--font-Mincho);
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: normal;
}

.reason .box .txt h3 img {
    width: 17.2rem;
}

.reason .box .txt .headwrap {
    position: relative;
    display: block;
    margin-top: -1.5em;
    margin-left: 2.3rem;
}

.reason .box .txt p {
    margin-left: 2.3rem;
    color: var(--scbk);
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2.1;
    letter-spacing: 0.06em;
}

.reason .box .txt p mark {
    display: inline-block;
    color: #004e9e;
    font-weight: 600;
    line-height: 1.1;
    background: #f2e421;
}

.reason .box .txt small {
    display: inline-block;
    margin-top: 1em;
    margin-left: 2.3rem;
    color: #4d4d4d;
    font-size: 1.4rem;
}


/*--------------------
recommend*/

.recommend {
    padding-bottom: 6rem;
    border: 2px solid var(--prbk);
    border-right: 0;
    border-left: 0;
    background: url(../images/recommend_bg.jpg) no-repeat center top;
    background-size: 200rem 100%;
}

.recommend .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.recommend .pop {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.2rem;
    height: 15.4rem;
    margin: 0 auto;
    margin-top: -6rem;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 300;
    background: url(../images/recommend_popicon.png) no-repeat center;
    background-size: 100% 100%;
}

.recommend h2 {
    margin-bottom: 1rem;
    color: #0b0e2d;
    font-family: var(--font-Mincho);
    font-size: 6.6rem;
    text-align: center;
}

.recommend .recolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.4rem;
}

.recommend .recolist mark {
    color: #004e9e;
    background: none;
}

.recommend .recolist li {
    min-width: 39.4rem;
    margin: 1.2rem 0.6rem;
    background: #fff;
    transform: skew(-7deg);
    filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.2));
    overflow: hidden;
}

.recommend .recolist li.long {
    min-width: 53rem;
}

.recommend .recowrap {
    display: inline-flex;
    align-items: center;
    padding: 0.6em 1.3em;
    transform: skew(7deg);
    background-image: url(../images/recommend_list_bg.png);
    background-size: 0.9rem 0.9rem;
}

.recommend .recowrap .svg {
    width: 2.7rem;
    margin-right: 0.8em;
}


/*--------------------
uv*/

.uv {
    padding-bottom: 10rem;
    background-color: #e8f1fc;
    background-size: 100rem auto;
}

.uv .wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.uv h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98rem;
    min-height: 6rem;
    margin: 0 auto;
    margin-bottom: 6rem;
    color: #fff;
    font-family: var(--font-Mincho);
    font-size: 3.8rem;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 78, 158, 0) 4.8rem, rgba(0, 78, 158, 1) 4.8rem, rgba(0, 78, 158, 1) 93.2rem, rgba(0, 78, 158, 0) 93.2rem);
}

.uv h2:before,
.uv h2:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 6rem;
    height: 100%;
    background: url(../images/uv_head_bg.png) no-repeat;
    background-size: auto 100%;
}

.uv h2:before {
    left: 0;
}

.uv h2:after {
    transform: scaleX(-1);
    right: 0;
}

.uvlist {}

.uvlist .box {
    display: flex;
    align-items: center;
    width: 90.5rem;
    background: #fff;
}

.uvlist .box:not(:last-child) {
    margin-bottom: 5rem;
}

.uvlist .img {
    position: absolute;
    right: 0;
    width: 33.4rem;
    filter: drop-shadow(1rem 1.1rem 0.9rem rgba(0, 0, 0, 0.25));
}

.uvlist .txt {
    width: 64rem;
    padding-bottom: 5rem;
    font-size: 1.8rem;
    line-height: 1.7;
}

.uvlist .txt .icon {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 1.1rem 2.2rem;
    background: #004e9e;
    border-radius: 0 0 0.8rem 0;
}

.uvlist .txt .icon img {
    width: 12.5rem;
}

.uvlist .txt h3 {
    margin-bottom: 2rem;
    margin-left: 3.6rem;
    padding-bottom: 1rem;
    color: #004e9e;
    font-family: var(--font-Mincho);
    font-size: 3.4rem;
    line-height: 1.35;
    letter-spacing: normal;
    border-bottom: 1px solid #0b0e2d;
}

.uvlist .justify .txt h3 {
    text-align-last: justify;
    text-justify: inter-ideograph;
}

.uvlist .txt h3 mark {
    color: inherit;
    letter-spacing: -0.3em;
    background: none;
}

.uvlist .txt p {
    margin-left: 3.6rem;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: normal;
}

.uvlist .txt p a {
    color: var(--prbk);
}

.uvlist .txt p a:hover {
    text-decoration: none;
    opacity: 1;
}


/*--------------------
flow*/

.flow {
    margin-top: -3rem;
    padding-top: 8.3rem;
    background: url(../images/flow_bg.png) no-repeat center top;
    background-color: #dddfe6;
    background-size: 200rem auto;
}

.flow .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.flow h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    color: #0b0e2d;
    font-family: var(--font-Mincho);
    font-size: 4.4rem;
    letter-spacing: 0.06em;
}

.flow h2:before,
.flow h2:after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 6.9rem;
    background: url(../images/flow_head_deco.png) no-repeat center;
    background-size: contain;
}

.flow h2:before {
    margin-right: 2rem;
}

.flow h2:after {
    margin-left: 2rem;
    transform: scaleX(-1);
}

.flow .flowlist {
    position: relative;
    width: 76.6rem;
    margin: 0 auto;
    margin-bottom: 8rem;
}

.flow .flowlist:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0.4rem;
    height: 100%;
    background: #0168ab;
}

.flow .flowlist li {
    position: relative;
    display: flex;
    margin-bottom: 3rem;
    background: url(../images/recommend_list_bg.png);
    background-size: 0.9rem;
}

.flow .flowlist .step {
    background: #004e9e;
}

.flow .flowlist .step .img {
    position: relative;
    /*display: inline-block;*/
    display: flex;
    align-items: center;
    height: 100%;
}

.flow .flowlist .step .img picture {
    position: relative;
    width: 16.3rem;
}

.flow .flowlist .step .SVG {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(96%);
    width: 4rem;
    height: 100%;
}

.flow .flowlist .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    padding-right: 4rem;
    padding-left: 7rem;
}

.flow .flowlist .txt h3 {
    color: #004e9e;
    font-family: var(--font-Mincho);
    font-size: 3.6rem;
    letter-spacing: 0.02em;
}

.flow .flowlist .txt p {
    color: var(--scbk);
    font-size: 1.8rem;
    line-height: 1.77;
    letter-spacing: 0.06em;
}

.flow .telbox {
    padding-bottom: 10rem;
    text-align: center;
}

.flow .telbox h3 {
    margin-bottom: 1rem;
    color: #0b0e2d;
    font-family: var(--font-Mincho);
    font-size: 3.4rem;
    letter-spacing: 0.04em;
}

.flow .telbox .btn {
    pointer-events: none;
    display: inline-block;
    filter: drop-shadow(0.8rem 1rem 1rem rgba(0, 0, 0, 0.3));
}

.formblock {
    padding: 0 5%;
    background: #e9f1fc;
}


/*--------------------
フォームテンプレート*/

.php-MailForm01 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    color: var(--prbk);
    letter-spacing: normal;
    overflow: hidden;
}

.php-MailForm01 h2 {
    margin-bottom: 2rem;
    padding-top: 5%;
    color: #0b0e2d;
    font-family: var(--font-Mincho);
    font-size: 4.2rem;
    text-align: center;
}

.php-MailForm01 h2:after {
    content: "";
    display: block;
    width: 4.4rem;
    height: 0.2rem;
    margin: 0 auto;
    margin-top: 1rem;
    background: #0b0e2d;
}

.php-MailForm01 .desc {
    font-size: 1.8rem;
    margin-bottom: 5rem;
    letter-spacing: 0.06em;
    text-align: center;
}

.php-MailForm01 .form-name- {
    margin-bottom: 7%;
    padding-bottom: 6%;
    border-radius: 1rem;
    background: #fff;
}

.php-MailForm01 .formarea {
    padding: 5%;
    padding-bottom: 0;
    font-size: 1.8rem;
}

.php-MailForm01 .formarea:not(:first-child) {
    padding-top: 0;
}

.php-MailForm01 .formarea li {
    margin-bottom: 5%;
    padding: 0 3%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    /*border-bottom: 1px dashed #4d4d4d;*/
    border-bottom: 1px dashed #666;
}

.php-MailForm01 .formarea:last-of-type li {
    /*margin-bottom: 0;*/
    /*border-bottom: 0;*/
}

.php-MailForm01 .formarea li:last-of-type {
    border-bottom: 0;
}

.php-MailForm01 .formbox {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    /*min-width: 13em;*/
    min-width: 11em;
    /*width: 13em;*/
    max-width: 16em;
    /*margin-right: 10%;*/
    margin-right: 5rem;
    /*font-size: 1.8rem;*/
}

.php-MailForm01 .formsubmit {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50rem;
    min-height: 8.4rem;
    margin: 0 auto;
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.06rem;
    background: url(../images/form_tocheck_btn.png) no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2));
    transition: opacity 0.15s;
}

.php-MailForm01 .formsubmit:hover {
    opacity: 0.8;
}


/*テキスト入力欄*/

.php-MailForm01 .formtxt label {
    display: flex;
}

.php-MailForm01 .formtxt .forminput {
    position: relative;
    width: 100%;
}

.php-MailForm01 .formtxt input {
    width: 100%;
    padding: 0.4em 0.5em;
    line-height: 1;
    border: 1px solid #afafaf;
    background: #fff;
}

.php-MailForm01 .formtxt .unit {
    align-self: flex-end;
    margin-left: 1em;
    font-size: 80%;
}


/*複数行のプレーンテキスト入力欄*/

.php-MailForm01 .formtxt textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    line-height: 1.2;
    border: 1px solid #afafaf;
    background: #fff;
}


/*ラジオボタン入力欄*/

.php-MailForm01 .formradio li {
    display: flex;
}

.php-MailForm01 .formradio .formradio_block {}

.php-MailForm01 .formradio label {
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
    margin-right: 2em;
    padding: 0.5em 0;
}

.php-MailForm01 .formradio input {
    display: none;
}

.php-MailForm01 .formradio .radiostyle {
    position: relative;
    flex-shrink: 0;
    /*display: flex;
        justify-content: center;
        align-items: center;*/
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5em;
    border-radius: 50%;
    border: 1px solid #afafaf;
}

.php-MailForm01 .formradio .radiostyle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #333;
    opacity: 0;
}

.php-MailForm01 .formradio input:checked~.radiostyle:before {
    opacity: 1;
}


/*チェックボックス入力欄*/

.php-MailForm01 .formcheck li {
    display: flex;
}

.php-MailForm01 .formcheck .formcheck_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.php-MailForm01 .formcheck label {
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
    margin-right: 2em;
    padding: 0.5em 0;
}

.php-MailForm01 .formcheck input {
    /*display: none;*/
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}

.php-MailForm01 .formcheck .checkstyle {
    position: relative;
    flex-shrink: 0;
    /*display: flex;
        justify-content: center;
        align-items: center;*/
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5em;
    border-radius: 20%;
    border: 1px solid #afafaf;
}

.php-MailForm01 .formcheck .checkstyle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 20%;
    background: #333;
    opacity: 0;
}

.php-MailForm01 .formcheck input:checked~.checkstyle:before {
    opacity: 1;
}


/*必須項目*/

.required:after {
    content: "必須";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5em;
    padding: 0.2em 0.5em;
    color: #fff;
    font-size: 80%;
    line-height: 1;
    white-space: nowrap;
    background: #e41d24;
}

.formbox~.forminput label.error,
.formbox~.formcheck_block label.error {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 2%;
    color: #e41d24;
    font-size: 80%;
    line-height: 1;
    visibility: hidden;
}

.formbox~.forminput label.error,
.formbox~.formcheck_block label.error {
    visibility: visible;
}

.formcheck .formcheck_block>span {
    width: 100%;
}

.formbox~.formcheck_block label.error {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .formbox .formerror {
        left: 0;
        margin-top: 0;
        white-space: nowrap;
    }
}


/*確認画面*/

#CHECK {}

#CHECK .php-MailForm01 h2 {
    margin-bottom: 5%;
}

#CHECK .formarea {
    padding: 5%;
    padding-bottom: 0;
    font-size: 1.8rem;
}

#CHECK .formarea li {
    padding-bottom: 5%;
}

#CHECK .formarea li:nth-last-of-type() {
    display: none;
}

#CHECK .formarea label {
    display: flex;
}

#CHECK .itemname {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    flex-shrink: 0;
    align-items: center;
    min-width: 11em;
    max-width: 16em;
    margin-right: 5rem;
}

#CHECK .php-MailForm01 .formsubmit.btn_back {
    margin-top: 2rem;
    background-image: url(../images/form_tocheck_cancelbtn.png);
}


/*完了画面*/

#THANKS {
    padding-top: 10%;
}

#THANKS .php-MailForm01 h2 {
    margin-bottom: 5%;
}

#THANKS .php-MailForm01 .formsubmit.btn_back {
    margin-top: 2rem;
    text-decoration: none;
    background-image: url(../images/form_tocheck_cancelbtn.png);
}

#THANKS .php-MailForm01 .desc {
    margin-bottom: 18rem;
}


/* add renewal css */

.reason .box {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.reason .box:nth-child(2) {
    margin-bottom: 20rem;
}

.reason .box:nth-child(3) {
    margin-bottom: 23rem;
}

.reason .box:nth-child(4) {
    margin-bottom: 22rem;
}

.uvlist .justify .txt h3 {
    text-align-last: unset;
}

.wrap.resetCenter {
    display: flex;
    justify-content: center;
}

.advancelogo_size img {
    width: 130px;
}

.fv .go {
    top: unset;
    bottom: 0;
}

.fv {
    background-size: 247rem auto;
}

.reason {
    margin-top: unset;
}

.fv .txt .must {
    margin-bottom: 5rem;
}

.content {
    position: relative;
}

.cv-scroll {
    background: url(../images/cv_btn_bg.jpg);
    background-size: 100% 100%;
    width: 100%;
    position: sticky;
    left: 0;
    bottom: -186px;
    z-index: 100;
    transition: all 0.5s;
}

.cv-scroll.scrolled {
    display: flex;
    transition: all 0.5s;
    bottom: 0;
}

.cv-scroll .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3.7rem 0;
}


/* end renewal css */