/*
Theme Name: kizunarener
Description: ブログテンプレート
Author: ブログテンプレート
*/


@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul {
    list-style: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

/*html*/
body {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    color: #494949;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

a:hover {
    opacity: 0.8;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

#renew {
    min-width: 1200px;
}

/*----------------------------------
header-----------------------------*/

header {
    float: left;
    margin: 10px 60px;
    z-index: 1000;
    position: relative;
}

header .ttl {
    font-size: 15px;
}

header .headerSita {
    width: 600px;
    margin-top: 15px;
}

header .headerSita .txt1 {
    float: left;
}

header .headerSita .txt2 {
    float: right;
    width: 298px;
    line-height: 39px;
    border-radius: 39px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9677b1;
    background: #fff;
    margin-top: 10px
}


/*----------------------------------
MV-----------------------------*/

.mv {
    background: url("../img/img_mv.png")no-repeat top/cover;
    height: 620px;
    position: relative;
}

.mv .motenasiHead {
    float: right;
    margin-right: 60px;
    z-index: 1000;
    position: relative;
}

.mv .mvTxt {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mvBox {
    width: 100%;
    height: 150px;
    background-color: #9677b1;
}

.mvBox .mvInner {
    width: 1200px;
    margin: 0 auto;
}

.mvBox img {
    position: absolute;
    left: 110%;
    top: -150%;
}

.mvBox .mvBox1 {
    display: inline-block;
    margin: 30px 0 0 60px;
}

.mvBox .circle {
    float: left;
    width: 170px;
    line-height: 90px;
    background-color: #fff;
    border-radius: 90px / 50px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.mvBox .txt1 {
    float: right;
}

.mvBox .mvBox1 .txt1 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin: 23px 0 0 12px;
}

.mvBox .mvBox2 {
    display: inline-block;
    margin-left: 50px;
    position: relative
}

.mvBox .mvBox2 .txt1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 23px 0 0 12px;
}

.mvBox .mvBox2 .txt1 .yellow {
    font-size: 54px;
    color: #fff000;
    letter-spacing: 0.06em;
    padding: 0 8px;
}

.mvBox .mvBox2 .txt1 .small {
    font-size: 14px;
}

.mvBtm {
    background: url(../img/bg_mvBtm.png)no-repeat center/cover;
    height: 190px;
}

.mvBtm .person {
    float: left;
    margin-top: -107px;
    z-index: 1000;
    position: relative;
}

.mvBtm ul {
    float: right;
    margin-top: 25px;
}

.mvBtm ul li {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    background: url(../img/ico_mvCheck.png)no-repeat left;
    padding-left: 36px;
}

.mvBtm ul li span {
    font-size: 25px;
    border-bottom: solid 1px;
    padding-bottom: 3px;
}

.mvBtm .width {
    width: 875px;
    margin: 0 auto;
}


/*----------------------------------
sec2-----------------------------*/

.sec2 {
    padding-top: 90px;
}

.sec2 .ttl {
    font-size: 50px;
    text-align: center;
    margin: 0 0 80px;
}

.sec2 .ttl span {
    color: #9BBF39;
}

.sec2 .jirei .jirei01:nth-child(2n) {
    margin-right: 0;
}

.sec2 .jirei {
    margin-top: 60px;
    width: 1160px;
    margin: 0 auto;
}

.sec2 .jirei .jirei01 {
    float: left;
    width: 46%;
    height: 160px;
    margin-right: 4%;
    border-radius: 20px;
    position: relative;
    margin: 0 4% 60px 0;
}

.sec2 .jirei .jireiImg {
    /* text-align: center; */
    float: left;
}

.sec2 .jirei .txtBox {
    float: right;
    padding-top: 20px;
    position: absolute;
    left: 36%;
}

.sec2 .jirei .txt01 {
    font-size: 18px;
    display: inline-block;
    background: #9bbf39;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.sec2 .jirei .txt02 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}

.sec2 .jirei .txt02 span {
    color: #DD892E;
}


/*----------------------------------
sec2_2-----------------------------*/

.sec2_2 {
    background: url(../img/bg_voice.png)no-repeat top/cover;
    margin-top: 30px;
}

.sec2_2 .ttl {
    text-align: center;
    padding: 60px 0 0;
}

.sec2_2 .voiceBox {
    width: 1100px;
    margin: 100px 20px 70px;
    background: #fff;
    border-radius: 10px;
}

.sec2_2 .voiceBox > p {
    float: left;
}

.sec2_2 .voiceBox > p img {
    width: 454px;
    height: 425px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.sec2_2 .voiceBox .right {
    float: right;
    width: 55%;
}

.sec2_2 .voiceBox .right .txt01 {
    font-size: 18px;
    font-weight: bold;
    margin: 52px 0 30px;
}

.sec2_2 .voiceBox .right .smlTtl {
    font-size: 32px;
    color: #ed7b18;
    margin: 0 0 45px;
}

.sec2_2 .voiceBox .right .txt02 {
    width: 90%;
    font-size: 18px;
    line-height: 2;
}


/*----------------------------------
sec3-----------------------------*/

.sec3 {
    background: url("../img/bg_about.png")no-repeat center;
    position: relative;
    padding-top: 160px;
}

.sec3 .ttl {
    text-align: center;
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 3px 3px 5px #ffffff, -3px -3px 5px #ffffff;
}

.sec3 .ttl span {
    color: #9BBF39;
}

.sec3 .txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 50px;
    text-shadow: 3px 3px 5px #ffffff, -3px -3px 5px #ffffff;
}

.sec3 .p2 {
    position: absolute;
    z-index: -100;
    top: 5%;
    left: 19%
}

.sec3 .aboutList {
    margin-top: 80px;
}

.sec3 .aboutList li {
    float: left;
    width: 31%;
    height: 280px;
    margin-right: 3%;
    margin-bottom: 35px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 8px;
    text-align: center;
    padding: 7px 20px;
}

.sec3 .aboutList li:nth-of-type(3),
.sec3 .aboutList li:nth-of-type(6) {
    margin-right: 0;
}

.sec3 .aboutList li.nomar {
    margin-bottom: -43px;
}

.sec3 .aboutList li .txt01 {
    font-size: 30px;
    font-weight: bold;
    color: #ED7B19;
    margin-top: 15px;
}

.sec3 .aboutList li .txt02 {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*----------------------------------
もてなし-----------------------------*/

.motenasi {
    clear: both;
    padding: 140px 0;
    width: 1040px;
    margin: 0 auto;
}

.motenasi .uDot {
    font-size: 22px;
}

.motenasi .box .logo {
    float: left;
}

.motenasi .box .motenasiR {
    display: inline-block;
    vertical-align: 40px;
    margin-left: 20px;
    width: 70%;
}

.motenasi .box .motenasiR p:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.motenasi .box .motenasiR p:nth-of-type(1) span {
    border-bottom: solid 2px;
}

.motenasi .box .motenasiR p:nth-of-type(2) {
    font-size: 30px;
    margin-bottom: 34px;
    font-weight: bold;
}

.motenasi .box .motenasiR p:nth-of-type(2) span {
    padding: 10px 18px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 4px;
    color: #e71a0f;
    margin-right: 10px;
    font-size: 44px;
}


/*----------------------------------
sec4-----------------------------*/

.sec4 {
    padding: 0 0 50px;
    text-align: center;
    background: #f5f3e7;
}

.sec4 .ttl {
    text-align: center;
    font-size: 50px;
    color: #fff;
    line-height: 2.2;
    background: #ed7b18;
}

.sec4 iframe {
    margin: 55px 0 30px;
}

.sec4 .txt01 {
    font-size: 18px;
    line-height: 1.8;
}


/*----------------------------------
sec5-----------------------------*/

.sec5 {
    background: url("../img/bg_shoujou.png")no-repeat center/cover;
    padding: 160px 0 540px;
    position: relative;
}


.sec5 .ttl {
    font-size: 60px;
    text-align: center
}

.sec5 .ttl span {
    color: #9677b1;
    border-bottom: solid 2px;
    padding-bottom: 4px;
}

.sec5 .ttl2 {
    text-align: center;
    font-size: 30px;
    color: #9677b1;
    margin-top: 70px;
    background: url("../img/bg_box_shoujou.png")no-repeat center/cover;
    padding: 20px 0;
}

.sec5 .shojou li {
    float: left;
    width: 33%;
    text-align: right;
    position: relative;
    margin-bottom: 60px;
}

.sec5 .shojou {
    margin-top: 60px;
}

.sec5 .shojou li p {
    display: inline-block;
    width: 65%;
    height: 100px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 20px;
    border: solid 3px #9677b1;
    padding-top: 30px;
}

.sec5 .shojou li .aa {
    padding-top: 15px;
}


.clear {
    clear: both;
}

.sec5 .shojou li img {
    position: absolute;
}

.sec5 .shojou li:nth-of-type(1) img {
    left: 20px;
    top: -68px;
}

.sec5 .shojou li:nth-of-type(2) img {
    left: 20px;
    top: -78px;
}

.sec5 .shojou li:nth-of-type(3) img {
    left: -20px;
    top: -87px;
}

.sec5 .shojou li:nth-of-type(4) img {
    left: -20px;
    top: -20px;
}

.sec5 .shojou li:nth-of-type(5) img {
    left: -120px;
    top: -60px;
}

.sec5 .ttlHoken {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #9677b1;
    margin-bottom: 40px;
}

.sec5 .hoken li {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin-right: 33px;
    margin-bottom: 40px
}

.sec5 .hoken li:last-of-type {
    margin-right: 0;
}

.sec5 .ttlSinryo {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #c8bfa2;
}

.sec5 .sinryou {
    margin-top: 30px;
}

.sec5 .sinryou .left {
    float: left;
    text-align: right;
}

.sec5 .sinryou .left {
    font-size: 30px;
    width: 16%;
    line-height: 2.2;
}

.sec5 .sinryou .right .txt1 {
    margin-bottom: 20px;
}


.sec5 .sinryou .right {
    float: right;
    line-height: 1.5;
    padding-left: 50px;
    border-left: solid 1px #c8bfa2;
}

.sec5 .nayami {
    clear: both;
    display: inline-block;
    padding: 20px 35px;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    border-radius: 20px;
    border: solid 3px #9677b1;
    float: right;
    margin-top: 50px;
}

.sec5 .nayami span {
    border-bottom: solid 1px;
    padding-bottom: 3px;
}

.sec5 .imgP {
    position: absolute;
    bottom: -2px;
    left: 24%;
}

/*----------------------------------
slider-----------------------------*/

.sliderBox .ttl {
    text-align: center;
    padding: 90px 0 50px;
    font-size: 50px;
    background: url("../img/bg_brwn.png")no-repeat center/cover;
    color: #fff;
}

.sliderBox .ttl span {
    border-bottom: solid;
    padding-bottom: 4px;
}

.sliderBox .slider {}

.sliderBox .bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
    background: url("../img/bg_slider.png")no-repeat center/ cover;
    padding: 40px 0;
    max-width: 100% !important;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}




/*----------------------------------
sec6-----------------------------*/

.sec6 {
    background: url("../img/bg_promise.png?20190329")no-repeat center/cover;
    padding: 140px 0;
}

.sec6 .ttl {
    font-size: 50px;
    text-align: center;
}

.sec6 .ttl span {
    color:#9BBF39;
}

.sec6 .ue {
    margin-top: 100px;
}

.sec6 .ue .txtBox {
    float: right;
    width: 45%;
    margin-top: 50px;
}

.sec6 .ue .img {
    float: left;
    margin-bottom: 130px;
}

.sec6 .ue .txtBox .txt {
    line-height: 2;
}

.sec6 .ue .mTtl {
    font-size: 35px;
    line-height: 1.5;
    color: #ed7b18;
    margin-bottom: 40px;
}

.sec6 .sita {
    clear: both;
    height: 300px;
    position: relative;
    background: linear-gradient(to right, #f8f8f8, transparent);
}

.sec6 .sita .left {
    float: left;
    padding: 40px 0 0;
}

.sec6 .sita .left ul li {
    font-size: 20px;
    font-weight: bold;
    padding-left: 36px;
    background: url("../img/ico_pen.png")no-repeat left;
    margin-bottom: 24px;
}

.sec6 .sita .mTtl {
    font-size: 30px;
    color: #ed7b18;
    margin-bottom: 34px;

}

.sec6 .sita .img {
    float: right;
    margin: -120px 10% 0 0;
    position: absolute;
    left: 57%;
    top: 55px;
}



/*----------------------------------
sec7-----------------------------*/

.sec7 {
    clear: both;
    background: #f5f3e7;

}

.sec7 .ttl {
    text-align: center;
    padding: 60px 0 0;
}

#renew .qa .ttlType01 {
    font-size: 40px;
    text-align: center;
    background-color: #9cbf39;
    width: 690px;
    color: #fff;
    line-height: 80px;
    border-radius: 50px;
    margin: 0 auto 120px;
}

#renew .price .ttlType01 {
    font-size: 50px;
    text-align: center;
    width: 690px;
    color: #9cbf39;
    line-height: 80px;
    border-radius: 50px;
    margin: 0 auto;
}

#renew .step .ttlType01 {
    font-size: 50px;
    text-align: center;
    width: 690px;
    color: #9cbf39;
    line-height: 80px;
    border-radius: 50px;
    margin: -125px auto 0;
}

.sec7 .step .ttlType01 {
    margin-top: -60px;
}

.sec7 .step {
    padding: 20px 0 60px;
}

.sec7 .step .stepsImg {
    text-align: center;
    margin-top: 50px;
}

.sec7 .price {
    padding: 20px 0 40px;
}

.sec7 .price .mTxt {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
}

.sec7 .price .mTxt span {
    border-bottom: solid 1px;
    padding-bottom: 2px;
}

.sec7 .price .bTxt {
    text-align: center;
    font-size: 45px;
}

.sec7 .price .bTxt span {
    font-size: 120px;
    color: #ed7b18;
}

.sec7 .price .whtBox {
    background: #fff;
    height: 130px;
    margin-top: -104px;
}

.sec7 .price .shosai {
    text-align: center;
    margin-top: 10px;
}

#renew .ttlType02 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0 0 10px 0;
    background: #9cbf39;
    line-height: 64px;
}

.price2 {
    padding-top: 60px;
}

.price2 .hokenPrice {
    text-align: center;
    padding: 30px 0;
    border-bottom: solid 3px #9cbf39;
}

.price2 .hokenPrice li {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 25px 20px;
    position: relative;
}

.price2 .box .txt {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}

.price2 .box .txt span {
    font-size: 40px;
    font-weight: bold;
    color: #ed7b18;
    border-bottom: solid 1px;
}

.price2 .hokenPrice li.no {
    margin-bottom: 0;
}

.price2 .hokenPrice li .en {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #9cbf39;
    border-radius: 30px;
    position: absolute;
    left: -33px;
    top: -1px;
}

.price2 .box {
    background: #fff;
    border: solid 3px #9cbf39;
    border-radius: 10px;
    margin-bottom: 50px;
}

.price2 .tehai {
    text-align: right;
    margin: 0 0 20px;
    color: #494949;
    font-weight: bold;
    font-size: 18px;
}

.price2 .tehai span {
    border-bottom: solid 1px;
}

.sinryoPrice li {
    border: solid 3px #9677b1;
    border-radius: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}


.sinryoPrice li p img {
    position: absolute;
    top: -20px;
    left: 20px
}

.sinryoPrice .mTtl {
    font-size: 30px;
    display: inline-block;
    color: #9677b1;
    font-weight: bold;
    width: 48%;
    padding: 10px 0 10px 150px;
    border-right: solid 1px;
}

.sinryoPrice .mTtl span {
    font-size: 20px;
    color: #494949;
}

.sinryoPrice li p.txt01 {
    display: inline-block;
    vertical-align: super;
    margin-left: 70px;
}


.sinryoPrice li p.txt02 {
    float: right;
    padding: 16px 32px;
    font-size: 20px;
    line-height: 1.2;
    border-left: solid 1px #9677b1;
}

.sinryoPrice li p .time {
    font-size: 40px;
    font-weight: bold
}

.sinryoPrice li p .red {
    font-size: 50px;
    font-weight: bold;
    color: #e71a0f;
    margin: 0 10px;
}

.sinryoPrice li .spBox {
    display: inline;
}

.priceBtm .course {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    font-size: 26px;
    font-weight: bold;
    border: solid 3px #9677b1;
    border-radius: 30px;
    background: #fff;
    color: #9677b1;
}

.priceBtm .chui {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #9677b1;
    margin-top: 20px;
}

.sec7 .bg {
    background: url(../img/bg_intro.png)no-repeat center/cover;
    height: 340px;
}


/*----------------------------------
Q&A-----------------------------*/

.qa {
    background: url("../img/bg_qanda.png")no-repeat center/cover;
    padding: 120px 0;
}

.qa .ttlType01 {
    margin-bottom: 80px;
}

.qa .lists .dt {
    font-size: 22px;
    color: #9cbf39;
    padding: 20px;
    background: url("../img/ico_sita.png")no-repeat right;
    border-bottom: solid 1px #999;
    margin-bottom: 40px;
}

.qa .lists .dd {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 30px;
    display: none;
}

.qa .lists .dd .red {
    color: #ff7a03;
    font-size: 28px;
    margin: 0 30px 0 0;
    float: left;
}

.qa .lists .dd .pad {
    display: inline-block;
}

.qa .lists .dt .qBig {
    font-size: 28px;
    font-weight: bold;
    margin-right: 30px;
    float: left;
}

.qa .lists .dt:hover {
    cursor: pointer;
}



/*----------------------------------
sec8-----------------------------*/

.sec8 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
}

.sec8 .left {
    float: left;
    width: 48%;
    margin: 100px 0 0;
}

.sec8 .ttl {
    font-size: 50px;
}

.sec8 .txt01 {
    font-size: 18px;
    margin: 40px 0 13px;
}

.sec8 .smlTtl {
    font-size: 20px;
    background: url(../img/bg_area.png)no-repeat left;
    padding: 40px 0 40px 18px;
    color: #fff;
}

.sec8 .txt02 {
    font-size: 18px;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 18px;
    line-height: 25px;
}

.sec8 .txt04 span {
    text-decoration: underline;
}

.sec8 .map {
    float: right;
}

.sec8 .txt04 {
    margin-top: 10px;
}

.sec8 .txt03 {
    line-height: 1.8;
}

.parallax {
    height: 16em;
    background: url(../img/parallax.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}






/*----------------------------------
FOOTER-----------------------------*/

footer {
    padding: 0 0 50px;
    position: relative;
}

footer .left {
    float: left;
    margin-top: 40px;
}

footer .left p:nth-of-type(2) {
    margin-top: 20px
}

footer .left p:nth-of-type(1) {
    margin-top: 20px;
    font-size: 14px;
}

footer .right {
    float: right;
    margin-top: 60px;
    text-align: right;
}

footer .link img {
    position: absolute;
    top: 22px;
    left: 290px;
}

footer .right .tel {
    background: url(../img/ico_tel01.png)no-repeat left;
    font-size: 49px;
    font-weight: bold;
    color: #494949;
    display: inline-block;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
}

footer .right .time {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .right small {
    font-size: 14px;
}

.backTop a {
    background: #E6F2C4;
    display: inline-block;
    line-height: 70px;
    width: 70px;
    border-radius: 70px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: -38px;
}

small {
    text-align: center;
    display: block;
    line-height: 50px;
    background: #9cbf39;
    color: #fff;
}

footer .link a {
    text-decoration: none;
    background: #ed7b18;
    color: #fff;
    display: block;
    line-height: 59px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    width: 320px;
}

footer .link {
    float: right;
    position: relative;
}

.cv {
    background: #9cbf39;
}

.cv .btm .cv_img {
    position: absolute;
    top: -318px;
    left: -16px;
}


.cv .up {
    text-align: center;
    padding: 50px 0 0 390px;
}

.cv .up .txt {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    margin: 30px 0 0;
    letter-spacing: -0.08em;
}

.cv .btm {
    background: #fff;
    margin: 50px 0 35px;
    position: relative;
}

.cv .btm .left {
    float: left;
}

.cv .btm .left a {
    color: #494949;
    text-decoration: none;
}

.cv .btm .btn {
    float: right;
    width: 450px;
    margin: 38px 60px 38px 0;
    position: relative;
}

.cv .btn a {
    text-decoration: none;
    background: #ed7b18;
    color: #fff;
    display: block;
    line-height: 80px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
}

.cv .btm .left {
    float: left;
    text-align: center;
    margin: 38px 0 0 100px;
}

.cv .btm .btn img:first-child {
    position: absolute;
    left: 38px;
    top: 26px;
}

.cv .btm .btn img:last-child {
    top: 31px;
    left: 412px;
    position: absolute;
}

.cv .left .tel {
    font-size: 50px;
    font-weight: bold;
    background: url(../img/ico_tel_cv.png)no-repeat left;
    padding-left: 45px;
    margin-bottom: 15px;
}

.cv .left .txt02 {
    font-weight: bold;
    font-size: 18px;
}


/*----------------------------------
Fixed-----------------------------*/

.fixed {
    bottom: 0;
    height: auto;
    background: #A5CD3D;
    width: 100%;
    z-index: 10000;
    margin-top: -2px;
    padding-bottom: 30px;
}

.fixed .left {
    float: left;
    margin-top: 30px;
    width: 57%;
}

.fixed .txt1 {
    font-size: 18px;
    color: #fff;
}


.fixed .btn {
    float: right;
    margin-top: 15px;
}

.fixed .bottom .time {
    float: left;
    color: #fff;
    margin-top: 40px;
    font-size: 20px;
}

.fixed .bottom .tel {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    background: url(../img/ico_tel02.png)no-repeat left;
    padding-left: 38px;
    margin-top: 21px;
}

.fixed .btn a {
    text-decoration: none;
    background: #ed7b18;
    color: #fff;
    display: block;
    line-height: 80px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
}

.fixed .btn {
    float: right;
    margin-top: 35px;
    width: 35%;
}

/*----------------------------------
レスポンシブ-----------------------------*/


@media screen and (max-width: 768px) {

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    *,
    .mvBox .mvInner,
    .inner,
    .sec8 .ttl,
    .ttlType01,
    header,
    header .headerSita,
    .fixed .left,
    header .headerSita .txt2 {
        max-width: 100%;
    }

    .innerSp {
        width: 90%;
        margin: 0 auto;
    }


    #renew {
        min-width: 100%;
    }

    /*----------------------------------
header-----------------------------*/

    header {
        margin: 2% 0;
        width: 100%;
        box-sizing: border-box;
    }

    header .ttl {
        font-size: 12px;
        padding-left: 2%;
        padding-right: 2%;
    }

    header .ttl span {
        display: none;
    }

    .headerSita {
        margin-top: 8px;
    }

    header .headerSita .txt1 {
        width: 55%;
    }

    header .headerSita .txt2 {
        width: 51%;
        line-height: 2;
        padding: 0 10px;
        font-size: 12px;
        margin-top: 2px;
    }

    .mv .motenasiHead {
        margin-right: 0;
        width: 15%;
    }

    .mv {
        background: url("../img/bg_mvSp.png")no-repeat center/cover;
        height: auto;
        position: relative;
    }

    .mv .mvSp {
        padding-top: 110px;
        margin: 0 auto;
        width: 95%;
        z-index: 1000;
        position: relative;
    }

    .mvSp03 {
        position: absolute;
        width: 49%;
        bottom: -2px;
        left: 0;
    }

    .mvBox {
        width: 100%;
        height: 62px;
        background-color: #ffffff;
    }

    .mvBox .mvBox1 {
        display: inline-block;
        margin: 0;
        width: 35%;
        margin-bottom: 14px;
    }

    .mvBox .circle {
        float: left;
        width: 70px;
        line-height: 36px;
        border-radius: 90px / 50px;
        border: solid 2px #9677b1;
        font-size: 14px;
    }

    .mvBox .mvBox1 .txt1 {
        font-size: 14px;
        font-weight: bold;
        color: #9677b1;
        margin: 6px 0 0 2px;
    }

    .mvBox .mvBox2 {
        display: inline-block;
        position: relative;
        width: 63%;
        margin-left: 2px;
    }

    .mvBox .mvBox2 .txt1 {
        font-size: 14px;
        color: #000000;
        line-height: 0.7;
        margin: 12px 0 0 0;
    }

    .mvBox .mvBox2 .txt1 .yellow {
        font-size: 24px;
        color: #9677b1;
        padding: 0 2px;
        padding: 0;
    }

    .mvBox .mvInner {
        width: 90%;
        margin: 12px auto 0;
    }

    .mvBox1 .circle {
        width: 43px;
        line-height: 20px;
        font-size: 10px;
    }

    .mvBox2 .circle {
        width: 60px;
        line-height: 32px;
        font-size: 12px;
        margin-left: 4%;
    }

    .smallSpTop {
        font-size: 10px;
        display: inline-block;
    }

    .mv .mvSp02 {
        position: absolute;
        width: 60%;
        right: 0;
        top: 0;
    }

    .mvBtm {
        height: 100%;
    }

    .mvBtm ul {
        float: none;
        width: 340px;
        margin: 25px auto 0;
    }

    .mvBtm ul li {
        font-size: 14px;
        letter-spacing: -0.04em;
        margin-bottom: 20px;
    }

    .mvBtm ul li span {
        font-size: 16px;
        padding-bottom: 3px;
    }

    /*----------------------------------
sec2-----------------------------*/

    .sec2 {
        margin-top: 0;
        padding-top: 30px;
        height: 100%;
    }

    .sec2 .inner {
        width: 90%;
    }

    .sec2 .ttl {
        font-size: 28px;
        line-height: 1.5;
        margin: 0 0 40px;
    }

    .sec2 .jirei {
        margin-top: 30px;
    }

    .sec2 .jirei .txt {
        margin-right: 6px;
        float: right;
        width: 70%;
        font-size: 20px;
        margin-top: 0 !important;
        z-index: 0;
        padding: 22px 0;
        border-radius: 10px;
        line-height: 1.4;
    }

    .sec2 .jirei .jireiImg {
        padding-top: 6px;
    }

    .sec2 .jirei .jirei01,
    .sec2 .jirei .jirei02,
    .sec2 .jirei .jirei03 {
        position: relative;
    }

    .sec2 .jirei .jireiImg img {
        position: absolute;
        width: 30%;
        z-index: 1000;
        top: 2px;
        left: 9px;
    }

    .sec2 .jirei li {
        float: none;
        width: 100%;
        height: 112px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .sec2 .jirei .jirei01 {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .sec2_2 {
        margin-top: 60px;
    }

    .sec2_2 .ttl {
        text-align: center;
        padding: 0;
        width: 85%;
        margin: 0 auto;
    }

    .sec2 .jirei .txt01 {
        font-size: 14px;
    }

    .sec2 .jirei .txt02 {
        font-size: 17px;
        line-height: 1.5;
        font-weight: bold;
    }

    .sec2 .jirei .txtBox {
        padding-top: 0;
        left: 34%;
    }

    .sec2_2 .voiceBox {
        margin: 35px 20px 20px;
    }

    .sec2_2 .voiceBox > p {
        float: none;
    }

    .sec2_2 .voiceBox > p img {
        width: 100%;
        height: 250px;
        border-radius: 10px 10px 0 0;
    }

    .sec2_2 .voiceBox .right {
        float: none;
        width: 93%;
        margin: 0 auto;
    }

    .sec2_2 .voiceBox .right .txt01 {
        font-size: 18px;
        margin: 20px 0 20px;
    }

    .sec2_2 .voiceBox .right .smlTtl {
        font-size: 28px;
        line-height: 1.5;
        margin: 0 0 20px;
    }

    .sec2_2 .voiceBox .right .txt02 {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 20px;
        width: 100%;
    }

    .slick-track {
        max-width: none !important;
    }

    .slick-slide img {
        display: block;
        margin: 0 auto;
        height: 250px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    /*----------------------------------
sec3-----------------------------*/


    section.sec3 {
        padding-top: 40px;
        height: 860px;
    }

    .sec3 .inner {
        width: 90%;
    }

    .sec3 .aboutList {
        margin-top: 30px;
    }

    .sec3 .ttl {
        font-size: 28px;
    }

    .sec3 .txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 30px;
    }

    .sec3 .aboutList li {
        width: 48%;
        padding: 0;
        min-height: 100%;
        margin-bottom: 18px;
    }

    .sec3 .aboutList li img {
        width: 88%;
        margin-top: 10px;
    }

    .sec3 .aboutList li:nth-of-type(even) {
        margin-right: 0;
    }

    .sec3 .aboutList li p {
        font-size: 16px;
        line-height: 1.7;
        margin-top: 10px;
        padding: 0 3px;
    }

    .sec3 .aboutList li:nth-of-type(3) {
        margin-right: 3%
    }

    .motenasi {
        padding: 90px 0;
        width: 90%;
        margin: 0 auto;
    }

    .sec3 .aboutList li .txt02 {
        font-size: 14px;
    }

    .sec3 .aboutList {
        display: flex;
        flex-wrap: wrap;
    }

    .sec3 .aboutList li {
        height: auto;
        padding-bottom: 15px;
    }

    .sec3 .aboutList li.nomar {
        margin-bottom: 17px;
    }

    .motenasi .inner {
        width: 90%;
    }

    .motenasi .uDot {
        text-align: center;
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 30px;
    }

    .motenasi .box .logo {
        float: left;
        width: 24%;
    }

    .motenasi .box .motenasiR {
        width: 70%;
        float: right;
        margin-left: 2%;
        margin-bottom: 20px;
    }

    .motenasi .box .motenasiR p:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .motenasi .box .motenasiR p:nth-of-type(2) {
        font-size: 20px;
        line-height: 2;
    }

    .motenasi .box .motenasiR p:nth-of-type(2) span {
        font-size: 22px;
        padding: 10px;

    }

    .motenasi .box {
        margin-bottom: 30px;
    }

    .sec4 .voice {
        margin-top: 25px;
    }

    .sec4 .voice .left {
        width: 100%;
        padding: 20px 10px;
    }

    .sec4 .voice .right {
        width: 100%;
        padding: 20px 10px;
        border-left: none;
    }

    .sec4 .voice .img {
        width: 28%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .sec4 .voice .mTtl {
        font-size: 22px;
        float: right;
        width: 70%;
        line-height: 1.5;
        margin: 10px 0 0 5px;
    }

    .sec3 .aboutList li .txt01 {
        font-size: 18px;
    }


    /*----------------------------------
sec4-----------------------------*/

    .sec4 {
        clear: both;
        margin-top: 50px;
        padding: 0 0 30px;
    }

    .sec4 .inner {
        width: 90%;
    }

    .sec4 .voice .txt {
        margin-left: 0;
        clear: both !important;
    }

    .sec4 .ttl {
        font-size: 24px;
    }

    .sec4 .voice .ttl {
        font-size: 22px;
    }

    .sec4 iframe {
        width: 90%;
        margin: 20px auto 20px;
    }

    .sec4 .txt01 {
        font-size: 14px;
        line-height: 1.8;
        width: 90%;
        margin: 0 auto;
    }

    /*----------------------------------
sec5-----------------------------*/

    .sec5 {
        padding: 40px 0;
    }

    .sec5 .ttl {
        font-size: 28px;
        line-height: 1.7;
    }

    .sec5 .ttl2 {
        font-size: 26px;
        line-height: 1.3;
        margin: 30px 0;
    }

    .sec5 .shojou {
        width: 90%;
        margin: 0 auto;
    }

    .sec5 .shojou li p {
        width: 100%;
        font-size: 20px;
        height: 75px;
        border-radius: 12px;
        padding-top: 20px;
    }

    .sec5 .shojou li:nth-of-type(even) {
        margin-right: 0;
    }

    .sec5 .shojou li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    .sec5 .shojou li .aa {
        padding-top: 7px;
    }

    .sec5 .ttlHoken,
    .sec5 .ttlSinryo {
        font-size: 28px;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    .sec5 .clear {
        clear: both;
        width: 90%;
        margin: 0 auto;
    }

    .sec5 .hoken {
        text-align: center;
    }

    .sec5 .hoken li {
        font-size: 22px;
        margin-right: 13px;
        margin-bottom: 18px;
    }

    .sec5 .ttlSinryo {
        margin-top: 30px;
    }

    .sinryou .right .spTtl {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 16px;
    }

    .sec5 .sinryou .right {
        float: none;
        line-height: 1.5;
        padding-left: 0;
        border-left: none;
    }

    .sinryou .right .spTtl:last-of-type {
        margin-top: 36px;
    }

    .sec5 .imgPsp {
        margin-top: 40px;
    }

    .sec5 .shojou li:last-of-type {
        margin-bottom: 50px;
    }

    .sec5 .sinryou .right .txt1 {
        line-height: 1.8;
    }

    .sec5 .sinryou .right .txt2 {
        line-height: 1.8;
    }



    /*----------------------------------
slidere-----------------------------*/

    .sliderBox .ttl {
        font-size: 26px;
        padding: 30px 0;
    }

    .sliderBox .sliderSp {
        background: url("../img/bg_slider.png")no-repeat center/ cover;

    }

    /*----------------------------------
free-----------------------------*/

    .sec6 {
        background: none;
        padding: 40px 0 60px;
    }

    .sec6 .ttl {
        font-size: 28px;
        line-height: 1.5;
    }

    .sec6 .ue {
        margin: 0;
    }

    .sec6 .ue .txtBox {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .sec6 .sita .left {
        float: none;
        padding: 20px 0 0;
    }

    .sec6 .ue .mTtl {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sec6 .ue .txtBox .txt {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }

    .sec6 .sita {
        height: auto;
        background-image: none;
        background-color: #F8F8F8;
        padding: 20px 0px;
    }

    .sec6 .sita .inner {
        width: 90%;
    }

    .sec6 .sita .mTtl {
        font: 26px;
        text-align: center;
    }

    .sec6 .sita .left ul li {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    /*----------------------------------
sec7-----------------------------*/
    .sec7 {
        padding: 0;
    }

    .sec7 .bg {
        background: url(../img/bg_intro.png)no-repeat center/cover;
        height: 100%;
        background: #9cbf39;
    }

    .sec7 .ttl {
        font-size: 24px;
        padding: 20px 0;
        font-weight: bold;
        color: #fff;
    }

    #renew .step .ttlType01 {
        font-size: 26px;
        width: 100%;
        line-height: 1;
        margin: 30px auto 0;
    }

    .sec7 .step {
        padding: 0 0 40px;
    }

    .sec7 .stepsImgSp {
        width: 90%;
        margin: 20px auto 0;
    }

    .sec7 .price {
        padding: 20px 0;
    }

    .sec7 .price .mTxt {
        font-size: 18px;
        line-height: 2;
        font-weight: bold;
    }

    #renew .price .ttlType01 {
        font-size: 26px;
        width: 100%;
        line-height: 1;
    }

    .sec7 .price .bTxt {
        font-size: 24px;
    }

    .sec7 .price .shosai {
        font-size: 12px;
    }

    .sec7 .price .bTxt span {
        font-size: 70px;
    }

    .sec7 .price .whtBox {
        height: 114px;
        margin-top: -91px;
    }

    #renew .ttlType02 {
        font-size: 24px;
        margin: 0 0 10px 0;
        line-height: 54px;
    }

    .sec2 .jirei .jirei01 {
        height: 110px;
    }

    .price .inner {
        width: 90%;
        width: 0 auto;
    }

    .price2 {
        padding-top: 40px;
    }

    .price2 .hokenPrice {
        padding: 17px 0;
    }

    .price2 .hokenPrice li .en {
        width: 20px;
        height: 20px;
        left: -22px;
        top: 3px;
    }

    .price2 .hokenPrice li {
        font-size: 26px;
        margin: 0 0 12px 17px;
        padding: 0 12px 0px 0px;
    }

    .price2 .hokenPrice li.no {
        margin-bottom: 12px;
    }

    .price2 .box .txt span {
        font-size: 26px;
        padding-bottom: 3px;
    }

    .price2 .box .txt {
        line-height: 1.8
    }

    .price2 .tehai {
        text-align: center;
        line-height: 1.5;
        margin: 0px 0 10px 0;
        font-size: 14px;
    }

    .sinryoPrice .mTtl {
        width: 42%;
        padding: 16px 0px 16px 6px;
        font-size: 18px;
    }

    .price2 .box {
        margin-bottom: 30px;
    }

    .priceBtm .course {
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .sinryoPrice li {
        margin-bottom: 10px;
    }

    .priceBtm .chui {
        float: none;
        text-align: center;
        line-height: 1.5;
    }

    .sinryoPrice li p.txt01 {
        font-size: 12px;
        margin-left: 0;
    }

    .sinryoPrice li p .time {
        font-size: 20px;
    }

    .sinryoPrice li p .red {
        font-size: 32px;
        margin: 0 4px;
    }

    .sinryoPrice .mTtl span {
        font-size: 10px;
    }

    .sinryoPrice .spBox {
        display: inline-block;
        width: 56%;
    }

    .sinryoPrice li p.txt02 {
        float: none;
        padding: 0;
        font-size: 14px;
        line-height: 1.2;
        border-left: none;
    }

    .sinryoPrice li .spBox {
        display: inline-block;
    }

    /*----------------------------------
free-----------------------------*/

    .free .txt {
        line-height: 2;
        font-size: 14px;
        width: 90%;
        margin: 20px auto 0;
    }

    .free {
        height: auto;
        padding: 0 0 55px;
    }

    .free .sp {
        display: block;
        width: 70%;
        margin: 0 auto;
    }


    /*----------------------------------
Q&A-----------------------------*/

    .qa .inner {
        width: 90%;
        margin: 0 auto;
    }

    .qa .lists .pad {
        font-size: 18px;
        line-height: 1.3;
    }

    .qa .lists .dt {
        margin-bottom: 20px;
    }

    .qa .lists .dt .qBig {
        margin-right: 20px;
    }

    .qa .lists .dd .red {
        margin: 0 20px 0 0;
    }

    .qa .lists .dd .pad {
        font-size: 14px;
        line-height: 1.8;
        width: 87%;
    }

    .qa {
        padding: 40px 0;
    }

    #renew .qa .ttlType01 {
        font-size: 24px;
        width: 90%;
        line-height: 60px;
        margin: 0 auto 30px;
    }


    /*----------------------------------
美容-----------------------------*/


    .sec8 {
        padding: 20px 0px 0;
    }

    .sec8 .ttl {
        width: 100%;
        line-height: 1.4;
        padding: 10px 0;
        border-radius: 25px;
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .sec8 .txt01 {
        text-align: center;
    }

    .sec8 .left {
        float: none;
        width: 90%;
        margin: 35px auto 0;
    }




    /*----------------------------------
footer-----------------------------*/

    footer {
        padding: 20px 0;
        height: auto;
        margin-bottom: 0;
    }

    footer .left {
        text-align: center;
        float: none;
        margin-top: 0;
    }

    footer .left .img {
        margin-bottom: 10px;
    }

    footer .left p:nth-of-type(2) {
        width: 60%;
        margin: 10px auto 0;
    }

    footer .left p:nth-of-type(1) {
        margin-top: 0;
    }

    footer .right {
        width: 100%;
        margin: 0 auto;
        clear: both;
        float: none;
        text-align: left;
    }

    footer .inner {
        width: 90%;
    }

    footer .right .tel {
        font-size: 14px;
        padding: 4px 0 4px 24px;
        margin-bottom: 0;
        background: url("../img/ico_telSp.png")no-repeat;
    }

    footer .right .time {
        float: right;
        margin-bottom: 0;
        margin-top: 3px;
    }

    small {
        display: block;
        line-height: 1.5;
        color: #9cbf39;
        margin-bottom: 100px;
        background: none;
        font-size: 14px;
    }

    .smallSp {
        text-align: center;
        font-size: 11px;
        line-height: 50px;
        background: #fff;
        margin-bottom: 95px;
    }



    /*----------------------------------
fixed-----------------------------*/


    .spFixed {
        background-color: #9cbf39;
        height: auto;
        padding: 4px 0 4px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100000;
    }

    .spFixed .ue {
        width: 90%;
        margin: 0 auto;
    }

    .spFixed .sita {
        width: 90%;
        margin: 0 auto;
    }

    .spFixed .ue p:nth-of-type(1) {
        width: 72%;
        float: left;
    }

    .spFixed .ue p:nth-of-type(2) {
        width: 27%;
        font-weight: bold;
        color: #fff;
        margin-left: 1%;
        line-height: 1.3;
        float: left;
        text-align: center;
        font-size: 10px;
    }

    .spFixed .sita p:nth-of-type(1) {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

    .spFixed .sita p:nth-of-type(2) {
        width: 49%;
        margin-right: 0;
        float: right;
    }

    .fixed .left {
        float: none;
        margin-top: 0;
        width: 100%;
    }

    .fixed .btn {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .fixed .inner {
        width: 90%;
        margin: 0 auto;
    }

    .fixed {
        height: 100%;
        text-align: center;
        padding: 18px 0;
    }

    .fixed .txt1 {
        font-size: 16px;
        color: #fff;
    }

    .fixed .bottom .time {
        float: none;
        color: #fff;
        margin-top: 20px;
        font-size: 18px;
    }

    .fixed .bottom .tel {
        float: none;
        font-size: 40px;
        display: inline-block;
        margin-top: 12px;
    }

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


    .cv .up {
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }

    .cv .up .txt {
        font-size: 15px;
    }

    .cv .btm {
        width: 90%;
        margin: 0 auto 20px;
    }

    .cv .btm .left {
        float: none;
        width: 85%;
        padding: 20px 0 0;
        margin: 0 auto;
    }

    .cv .btm .btn {
        float: none;
        width: 90%;
        margin: 20px auto 20px;
    }

    .cv .left .tel {
        font-size: 26px;
        padding: 10px 0 10px 45px;
    }

    .left > a {
        color: #494949;
        text-decoration: none;
    }

    .cv .left .txt02 {
        font-weight: bold;
        font-size: 14px;
    }

    .cv .btm .btn img:first-child {
        position: absolute;
        left: 26px;
        top: 26px;
    }

    .cv .btm .btn img:last-child {
        top: 31px;
        left: 88%;
        position: absolute;
    }

    .parallax {
        height: 7em;
        background-attachment: unset;
    }

}

#contact {
    padding-top: 120px;
    line-height: 1.5;
}

form {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.must {
    color: red;
}

table.contentTable {
    border: 0px solid #2E2E2E;
    width: 960px;
}

table.contentTable td {
    background: white;
    border: 1px solid #2E2E2E;
}

table.contentTable .tdContent {
    background: white;
    text-align: left;
    padding: 30px;
    font-size: 18px;
    vertical-align: middle;
    box-sizing: border-box;
}

table.contentTable .smallTitle {
    font-weight: bold;
    background: #f7f7f7;
    width: 25%;
    text-align: left;
    padding: 18px;
    vertical-align: middle;
    font-size: 16px;
    border: solid 1px #2E2E2E;
}

select,
textarea,
input[type="text"] {
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #fafafa;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#mail,
textarea,
input[type="text"] {
    width: 98%;
    padding: 8px;
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    width: 70px;
    font-size: 16px;
    q
}

select::-ms-expand {
    display: none;
}

.selectWrap {
    position: relative;
    display: inline-block;
}

.selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #ccc;
    height: 100%;
    width: 30px;
}

.confirm .selectWrap::before {
    background: none;
}

.selectWrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.confirm .selectWrap::after {
    border: none;
}

form .subTitle {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 40px 0 20px;
    border-left: solid 4px #ff9349;
}

.form_button input[type="submit"] {
    border-bottom: 7px solid #B62E2E;
    background: #E04243;
    -webkit-appearance: none;
}

.form_button input {
    border: none;
    display: inline-block;
    padding: 15px 80px 15px;
    margin: auto;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.form_button {
    text-align: center;
    margin: 30px 0 100px;
}

.form_button input[type="submit"].backBtn {
    background: #cbcbcb;
    color: #fff;
    box-shadow: 0 3px 0 #c1c1c1;
    border-bottom: 7px solid #aaa;
    margin-left: 30px;
}


table.contentTable th {
    font-weight: bold;
    background: none;
    width: 25%;
    text-align: center;
}

table.contentTable .tdTitle {
    background: #EFFFF0;
}

.contactBox {
    width: 960px;
    margin: 30px auto;
    padding-top: 10px;
}

.contactBox .contactTtl {
    font-size: 24px;
    border-left: 4px solid #ff9349;
    padding: 10px;
    background: #ffe4bb;
}

.contactBox .contactTxt {
    padding: 0;
    margin: 30px 0;
}

.contactBox .contactTxt .red {
    font-weight: bold;
    color: red;
}

table {
    border-spacing: 0;
    border-color: transparent;
    border-collapse: collapse;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: transparent;
}

#contents {
    width: 960px;
    margin: 0 auto;
    padding: 130px;
}

#contents .mainBox .title {
    font-size: 24px;
    border-left: 4px solid #ff9349;
    padding: 10px;
    background: #fff4ed;
}

#contents .mainBox h2 {
    padding: 0 0 0 10px;
    margin: 40px 0 20px 15px;
    border-left: solid 4px #ff9349;
    border-bottom: solid 1px #ff9349;
    font-size: 20px;
}

#contents .mainBox .txt,
#contents .mainBox .completeInfo {
    padding: 0 30px 0;
}

#contents .mainBox .titleCompany {
    font-size: 24px;
    margin-bottom: 0;
}

#contents .mainBox .tel {
    margin-bottom: 0;
}

#contents .mainBox .time {
    margin-top: 10px;
}


#contents .mainBox .btnArea {
    padding: 30px;
}

table.contentTable .normalTable {
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

table.contentTable .normalTable th {
    width: 16%;
}

table.contentTable .normalTable th,
table.contentTable .normalTable td {
    padding: 14px 0;
    border: none;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .contactBox .contactTtl {
        font-size: 20px;
    }

    .form_button input[type="submit"].backBtn {
        margin: 20px 0;
    }

    table.contentTable td {
        border: none;
    }

    table.contentTable .normalTable th,
    table.contentTable .normalTable td {
        padding: 0 0 10px;
        border: none;
        display: block;
        text-align: left;
        width: 100%;
    }

    table.contentTable .normalTable tr {
        margin-bottom: 10px;
    }

    form {
        width: 92%;
        margin: 0 auto;
    }

    table.contentTable {
        width: 100%;
        border: 0;
    }

    table.contentTable .smallTitle {
        width: 100%;
        font-size: 18px;
        box-sizing: border-box;
        border: none;
        padding: 10px;
    }

    table.contentTable .tdContent {
        border: none;
        padding: 16px 20px 20px 10px;
    }

    td,
    tr,
    th,
    tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .form_button input[type="submit"] {
        width: 90%;
    }

    /*
    .form_button input[type="button"] {
        width: 90%;
        margin: 0px 0 14px 0;
    }
*/

    .form_button input {
        padding: 15px 0 16px;
    }

    .form_button p {
        text-align: left;
    }

    textarea {
        width: 97%;
        height: 200px;
    }

    #name,
    #furigana,
    #tel {
        width: 98%;
    }

    .contactBox {
        width: 100%;
    }

    #contents {
        width: 95%;
        margin: 0 auto;
        padding: 140px 0 140px;
    }

}


#renew footer .left .adress {
    margin: 20px 0 0;
    font-size: 14px;
}


.twitter img {
    width: 100%;
}

.twitter {
    width: 40px;
    float: left;
}

footer .left .sns .ameblo a {
    color: #ed7b19;
}

footer .left .sns .ameblo {
    margin: 0;
    float: right;
    margin-top: 30px;
}

footer .sns {
    position: relative;
    width: 190px;
}

footer .left .sns .senior img {
    margin-top: 12px;
}

.adress {
    font-size: 14px;
    margin-top: 10px;
}

.recruit {
    position: absolute;
    right: 28px;
    top: 0;
}

@media screen and (max-width: 768px) {
    footer .sns {
        /* position: relative; */
        width: 60%;
        margin: 12px auto 0;
        text-align: center;
    }

    footer .left .sns .ameblo {
        margin: 0;
        float: right;
        margin-top: 12px;
        width: 70%;
    }

    footer .left .seniorArea .senior img {
        margin-top: 12px;
    }

    .recruitTxt {
        padding: 18px 15px;
        background: #f5f3e7;
    }

    .recruitTxt h2 {
        text-align: center;
        font-size: 24px;
        color: #a6cc3c;
    }

    .recruitTxt p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .recruitTxt p a {
        color: #ed7b17;
    }
}
