@charset "UTF-8";
/*共通css----------------------------------------------------*/
/*レイアウト---------------------*/
.l-sp {
  display: none;
}

.l-wide {
  max-width: 1500px;
  margin: 0 auto;
}

.l-cf::after {
  content: "";
  display: block;
  clear: both;
}

.l-center {
  display: block !important;
  margin: 0 auto;
}

.l-left, .l-col-2 .l-box.l-left {
  float: left;
}

.l-right, .l-col-2 .l-box.l-right {
  float: right;
}

.l-col-2 .l-box.l-right figure {
  text-align: right;
}

.l-col-3 .l-box {
  width: 33.3%;
  padding: 0px;
  float: left;
}

.l-col-3 .l-box:first-of-type figure,
.l-col-3 figure.l-box:first-of-type {
  text-align: left;
}

.l-col-3 .l-box:nth-of-type(2) figure,
.l-col-3 figure.l-box:nth-of-type(2) {
  text-align: center;
}

.l-col-3 .l-box:nth-of-type(3) figure,
.l-col-3 figure.l-box:nth-of-type(3) {
  text-align: right;
}

.l-col-3 figure figcaption {
  text-align: center;
}

.l-col-2 .l-box {
  width: 50%;
  padding: 0px;
  float: left;
}

.l-col-2 .l-box:nth-child(even) {
  float: right;
}

.l-col-2 .l-box:nth-child(even) figure,
.l-col-2 figure.l-box:nth-child(even) {
  text-align: right;
}

.l-box {
  box-sizing: border-box;
}

.block-bd {
  border-radius: 15px;
  overflow: hidden;
}

/*ドラック時の色変更-------------*/
::selection {
  background: #aacd06;
}

/*Firefox*/
::-moz-selection {
  background: #aacd06;
}

/*リンク色---------------------*/
a {
  color: #525055;
  transition: .4s;
  font-weight: bold;
}

a:hover {
  color: #aacd06;
}

/*文字--------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.t-center {
  text-align: center;
}

/*header----------------------------------------------------*/
#header {
  width: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#header .site-info {
  font-size: 10px;
}

.l-top-wrap .block-hero-img {
  width: 100%;
  background: #aacd06;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.l-top-wrap .block-hero-img .l-wide {
  position: relative;
  min-height: inherit;
}

.l-top-wrap .block-side-nav {
  width: 70px;
  position: fixed;
  top: 230px;
  right: 0;
  z-index: 90;
}

.l-top-wrap .block-side-nav a {
  padding: 25px;
  display: block;
  text-align: center;
}

.l-top-wrap .block-side-nav .side-contact {
  position: relative;
  width: inherit;
  height: 200px;
  background: #fff;
  display: block;
  padding-top: 35px;
}

.l-top-wrap .block-side-nav .side-contact .tr {
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  right: -10px;
  bottom: 78px;
}

.l-top-wrap .block-side-nav .side-phone {
  background: #f2c307;
  width: inherit;
}

.l-top-wrap .block-side-nav .side-top {
  background: #000;
}

.nav-menu {
  background: #fff;
}

.nav-menu ul {
  width: 1440px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
}

.nav-menu ul li {
  width: 16.6%;
  height: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 35px 0;
}

.nav-menu ul li span {
  font-size: 14px;
  display: block;
}

.nav-menu ul li:first-of-type {
  padding-top: 24px;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7 {
  position: relative;
}

.section-1 img,
.section-2 img,
.section-3 img,
.section-4 img,
.section-5 img,
.section-6 img,
.section-7 img {
  display: block;
  margin: 0 auto;
}

.section-1 {
  background: #f2c307;
  background-image: url(img/bg01.png);
  padding-bottom: 70px;
  background-position: bottom 0 left 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-1 .ttl-1 {
  position: absolute;
  top: 142px;
  left: 50%;
  transform: translateX(-50%);
}

.section-2 {
  padding-top: 90px;
  height: 896px;
  background: #f2a707;
  overflow: hidden;
}

.section-2 .inner {
  max-width: 1230px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

.section-2 .inner .left {
  position: absolute;
  bottom: 80px;
  left: -60px;
}

.section-2 .inner .right {
  position: absolute;
  bottom: 150px;
  right: 0;
}

.section-2 .inner .block-box .box-reason {
  width: 730px;
  height: 150px;
  background: #fffef7;
  position: relative;
  display: table;
  margin-bottom: 30px;
}

.section-2 .inner .block-box .box-reason .mark {
  position: absolute;
  top: -10px;
  left: 10px;
}

.section-2 .inner .block-box .box-reason dt {
  width: 172px;
  display: table-cell;
}

.section-2 .inner .block-box .box-reason dd {
  width: calc( 100% - 180px);
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  padding-left: 20px;
}

.section-2 .inner .block-box .box-reason dd p:last-of-type {
  margin-bottom: 0;
}

.section-2 .inner .block-box .box-1, .section-2 .inner .block-box .box-2, .section-2 .inner .block-box .box-3 {
  /*width: 730px;
        height: 165px;
        display: block;
        background-repeat:no-repeat;
        padding: 65px 0 0 250px;
        margin-bottom: 20px;*/
}

.section-2 .inner .block-box .box-2 {
  margin-left: 50px;
}

.section-2 .inner .block-box .box-3 {
  margin-left: 100px;
}

.section-3 {
  height: 968px;
  padding: 75px 0 90px;
  background-image: url(img/bg03.png);
  background-position: bottom 0 left 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-3 .block-price {
  max-width: 1200px;
  background: #fff;
  border-radius: 5px;
  margin: 60px auto 0;
  padding: 40px;
}

.section-3 .block-price .ttl-block-price {
  width: 220px;
  text-align: center;
  padding-top: 8px;
  letter-spacing: .1em;
}

.section-3 .block-price .ttl-block-price {
  font-size: 30px;
  font-weight: bold;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  display: inline-block;
}

.section-3 .block-price .block-bd {
  width: 880px;
  display: inline-block;
  vertical-align: middle;
}

.section-3 .block-price .price-name {
  border-collapse: separate;
  border-spacing: 0;
  width: inherit;

}

.section-3 .block-price .price-name th {
  background: #f2f2f2;
  width: 25%;
  text-align: center;
  padding: 20px 0;
  line-height: 1em;
  font-size: 1.3em;
}

.section-3 .block-price .price-name th:nth-child(2) {
  border-left: #fff 5px solid;
  background: #e6e6e6;
}

.section-3 .block-price .price-name th:last-of-type {
  background: #a1c306;
  border-left: #fff 5px solid;
}

.section-3 .block-price .price-contrast {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.section-3 .block-price .price-contrast th {
  width: 240px;
}

.section-3 .block-price .price-contrast td {
  padding: 25px;
  width: 290px;
}

.section-3 .block-price .price-contrast th, .section-3 .block-price .price-contrast td {
  border-right: #fff 5px solid;
}

.section-3 .block-price .price-contrast th span, .section-3 .block-price .price-contrast td span {
  font-size: 85%;
}

.section-3 .block-price .price-contrast td:last-of-type {
  border-right: none;
}

.section-3 .block-price .price-contrast td:nth-child(3) {
  background: #f6f6f6;
}

.section-3 .block-price .price-contrast td:nth-child(4) {
  background: #aacd06;
  color: #fff;
}

.section-3 .block-price .price-contrast tr:nth-child(odd) {
  background: #f2f2f2;
}

.section-3 .block-price .price-contrast tr:nth-child(odd) td:nth-child(3) {
  background: #e9e9e9;
}

.section-3 .block-price .price-contrast tr:nth-child(odd) td:nth-child(4) {
  background: #a1c306;
}

.section-3 .block-price .price-contrast tr:first-of-type td {
  font-size: 2.7em;
  line-height: 1em;
}

.section-4 {
  background: url(img/bg_border.gif);
  background-repeat: repeat;
  padding: 1px 0 0 0;
}

.section-4 .ttl-4-1, .section-4 .ttl-4-2 {
  margin: 110px auto 105px;
}

.section-4 .contrast-inner {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 1px 0;
}

.section-4 .block-contrast .contrast-img {
  margin-bottom: -175px;
  z-index: 9;
  position: relative;
}

.section-4 .block-contrast .contrast-footer {
  position: relative;
  background: #f2a707 url(img/bg_conclusion.png);
  background-size: cover;
  background-position: top 40% right 25%;
  /*background-attachment: fixed;*/
}

.section-4 .block-contrast .contrast-footer .left {
  margin: 205px 0 70px;
  text-align: left;
}

.section-4 .block-contrast .contrast-footer .left img {
  display: inline;
}

.section-4 .block-contrast .contrast-footer .right {
  position: absolute;
  bottom: -8px;
  right: 50px;
  z-index: 10;
}

.section-4 .block-result .result-img {
  margin-bottom: -175px;
  z-index: 9;
  position: relative;
}

.section-4 .block-result .result-footer {
  position: relative;
  background: #9cc706 url(img/bg_result.png);
  background-size: cover;
  background-position: top 40% left 70%;
  /*background-attachment: fixed;*/
}

.section-4 .block-result .result-footer .right {
  margin: 205px 0 70px;
  text-align: right;
}

.section-4 .block-result .result-footer .right img {
  display: inline;
}

.section-4 .block-result .result-footer .left {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 10;
}

.section-5 {
  background: #f0f6f5;
  padding-top: 1px;
}

.section-5 .section-ttl {
  margin: 150px auto 80px;
}

.section-5 .block-flow {
  max-width: 1300px;
  height: 1675px;
  position: relative;
  display: block;
  margin: 0 auto;
  background: url(img/bg_flow.png);
  background-repeat: no-repeat;
  background-position: top 50% left 50%;
}

.section-5 .block-flow .cards-flow {
  width: 590px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  position: absolute;
}

.section-5 .block-flow .cards-flow .ttl-cards-flow {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section-5 .block-flow .cards-flow p {
  margin: 30px 0 0;
}

.section-5 .block-flow .cards-01 {
  top: 160px;
  left: 0;
}

.section-5 .block-flow .cards-02 {
  top: 460px;
  right: 0;
}

.section-5 .block-flow .cards-03 {
  top: 800px;
  left: 0;
}

.section-5 .block-flow .cards-04 {
  top: 1040px;
  right: 0;
}

.section-6 {
  color: #525055;
  background: #f7f7f7;
  padding-top: 1px;
  padding-bottom: 65px;
}

.section-6 .section-ttl {
  margin: 70px auto 35px;
}

.section-6 .block-client {
  max-width: 1120px;
  margin: 0 auto;
}

.section-6 .block-client .l-box {
  position: relative;
}

.section-6 .block-client .client-site {
  text-align: right;
}

.section-6 .block-client .client-site .site-img {
  display: inline-block;
}

.section-6 .block-client .client-medal {
  position: absolute;
  top: -50px;
  left: -50px;
  display: inline-block;
}

.section-6 .block-client .client-medal .medal-keyword {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.section-6 .block-client .client-man {
  margin-top: -165px;
  margin-left: 30px;
  position: relative;
  z-index: 5;
}

.section-6 .block-client .client-info {
  text-align: right;
  margin-top: 20px;
}

.section-6 .block-client .client-info .name {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.section-6 .block-client .client-info .name span {
  font-size: 18px;
  display: block;
}

.section-6 .block-client .client-info .url {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .05em;
}

.section-6 .block-client .client-way {
  width: 350px;
  position: absolute;
  bottom: 22px;
  right: 0;
}

.section-6 .block-client .client-way .ttl-client-way {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}

.section-6 .block-client .client-way .block-way {
  width: 100%;
  background: #fff;
  padding: 20px 25px 10px;
}

.section-6 .block-client .client-way .block-way .client-icon {
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}

.section-6 .block-client .client-way .block-way .client-icon .icon-info {
  font-size: 11px;
  font-weight: bold;
}

.section-6 .block-client .client-way .block-way .client-icon:last-of-type {
  margin-right: 0;
}

.section-6 .block-client .right {
  width: calc( 50% - 40px);
  background: #fff;
  margin-left: 40px;
  padding: 40px;
  box-sizing: border-box;
}

.section-6 .block-client .right .ttl-txt-client {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px 10px;
}

.section-6 .block-client .right .client-txt {
  max-height: 555px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.section-7 .section-ttl {
  margin: 90px auto 65px;
  padding-top:15px;/*タイトルの上部余白追加　スティッキーヘッダー分*/
}

.section-7 .block-qa {
  max-width: 956px;
  display: block;
  margin: 0 auto;
}

.section-7 .block-qa .box-qa {
  margin-bottom: 65px;
}

.section-7 .block-qa .box-qa .q {
  padding-left: 128px;
  padding-right: 23px;
  position: relative;
  font-weight: bold;
  letter-spacing: .09em;
  min-height:80px;
}
.section-7 .block-qa .box-qa .a {
  padding-left: 128px;
  padding-right: 23px;
  position: relative;
  font-weight: bold;
  letter-spacing: .09em;
  min-height:130px;
}

.section-7 .block-qa .box-qa .q {
  font-size: 16px;
}

.section-7 .block-qa .box-qa .q::before {
  content: "Q";
  width: 71px;
  height: 71px;
  display: inline-block;
  border-radius: 50%;
  background: #aacd06;
  color: #ffffff;
  text-align: center;
  padding: 17px;
  font-size: 25px;
  position: absolute;
  top: -10px;
  left: 23px;
}

.section-7 .block-qa .box-qa .a {
  font-size: 14px;
  margin-top: 25px;
}

.section-7 .block-qa .box-qa .a::before {
  content: "A";
  width: 71px;
  height: 71px;
  display: inline-block;
  border-radius: 50%;
  background: #f2a707;
  color: #ffffff;
  text-align: center;
  padding: 17px;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 23px;
}

.section-8 {
  padding-bottom: 90px;
  color: #525055;
}

.section-8 .section-ttl {
  margin: 100px auto 90px;
  padding-top:15px;
}

.section-8 .block-company {
  max-width: 1060px;
  margin: 0 auto;
}

.section-8 .block-company .company-contact {
  background: #f8f8f8;
  padding: 30px 35px 30px 25px;
  margin-bottom: 90px;
}

.section-8 .block-company .company-contact .company-img {
  display: inline-block;
  vertical-align: top;
}

.section-8 .block-company .company-contact .l-cc-3 {
  width: 770px;
  display: inline-block;
  padding-left: 40px;
  padding-bottom: 12px;
  position: relative;
}

.section-8 .block-company .company-contact .l-cc-3 p {
  font-size: 24px;
  font-weight: bold;
}

.section-8 .block-company .company-contact .l-cc-3 .company-btn {
  position: absolute;
  text-align: right;
  vertical-align: bottom;
  bottom: 0;
  right: 0;
}

.section-8 .block-company .c8_table {
  border-collapse: separate;
  width: 100%;
}

.section-8 .block-company .c8_table td {
  padding: 20px;
}

.section-8 .block-company .c8_table td:first-child {
  background-color: #f4f4f4;
  width: 30%;
  text-align: center;
  font-size: 14px;
}

.section-8 .block-company .c8_table td:nth-child(2) {
  background-color: #f8f8f8;
  text-align: left;
  font-size: 14px;
}

.section-8 .block-company .c8_table dl {
  margin-bottom: 15px;
}

.section-8 .block-company .c8_table dl dd {
  margin-bottom: 0;
  margin-left: 20px;
}

.section-9 {
  background: #f2f2f2;
  padding-top: 1px;
  padding-bottom: 210px;
}

.section-9 .section-ttl {
  margin: 90px auto 50px;
}

.section-9 .form-layout {
  color: #525055;
  max-width: 1050px;
  margin: 0 auto;
}

.section-9 .form-layout .l-col-2 {
  background: #fff;
  padding: 40px;
}

.section-9 .form-layout .u-mt {
  margin: 0 0 5px;
  font-size: 15px;
}

.section-9 .form-layout input[type="text"], .section-9 .form-layout input[type="tel"] {
  padding: 10px 20px 8px;
  border-radius: 2px;
  margin-bottom: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F2F2F2;
  max-width: 80%;
}

.section-9 .form-layout textarea {
  padding: 10px 20px 8px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F2F2F2;
  max-width: 100%;
}

.section-9 .form-layout .fc-red {
  font-size: 8px;
  background: #ec605f;
  color: #fff;
  padding: 4px 10px 3px;
  border-radius: 2px;
  letter-spacing: .2em;
}

.section-9 .form-layout .red {
  background: #ffeced !important;
}

.section-9 .form-layout .block-privacy {
  max-width: 700px;
  margin: 30px auto 25px;
}

.section-9 .form-layout .block-privacy .ttl-box-privacy {
  margin-bottom: 10px;
}

.section-9 .form-layout .block-privacy .box-privacy {
  background: #fff;
  padding: 35px;
}

.section-9 .form-layout .block-privacy .box-privacy .privacy-txt {
  max-height: 130px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 13px;
}

.section-9 .form-layout .block-privacy .box-privacy .privacy-txt p{
	margin:5px 0 8px 0;
}
.section-9 .form-layout .block-privacy .box-privacy .privacy-txt h5 {
  font-size: 13px;
  font-weight: bold;
  margin-top:10px;
  margin-bottom: 5px;}
  
  
.section-9 .form-layout .block-privacy .box-privacy .privacy-txt ul {
  padding: 0px 20px 8px;
}

.section-9 .form-layout .block-privacy .box-privacy .privacy-txt ul li {
  list-style: disc;
  margin-bottom: 2px;
}
.section-9 .form-layout .block-privacy .box-privacy .privacy-txt ul li:last-child{
	margin-bottom:0;
}

.section-ttl img {
  display: block;
  margin: 0 auto;
}

.footer-link {
  background: #e3e3e3;
  display: block;
  padding: 70px 0 30px;
}

.footer-link .block-link {
  max-width: 1005px;
  margin: 0 auto;
}

.footer-link .block-link figcaption {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  width: 300px;
  display: inline-block;
}

#footer {
  padding-top: 50px;
  text-align: center;
  color: #fff;
  background: #4e4b50;
  font-size: 14px;
  letter-spacing: .08em;
}

#footer .site-logo {
  width: 120px;
  display: block;
  margin: 25px auto 40px;
}

#footer small {
  font-size: 12px;
  display: block;
  background: #332d2d;
  padding: 20px;
}

.l-contact-wrap #header {
  position: static;
}

.l-contact-wrap .l-inner .page-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}

.l-contact-wrap .l-inner .content {
  max-width: 780px;
  margin: 30px auto 0;
  padding: 65px 50px 40px;
  border: solid 3px #000;
}

.l-contact-wrap .l-inner .content .btn-area {
  text-align: center;
}

.l-contact-wrap .l-inner .content .btn-area a {
  color: #fff;
}

.l-contact-wrap .l-inner .content .btn-area .btn {
  max-width: 240px;
  background: #000;
  display: block;
  margin: 40px auto 0;
  padding: 16px 0 15px;
  border-radius: 10px;
}

.l-contact-wrap #footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}



/* Sticky header (clone) */
.page-header-clone {
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: -91px;
    width: 100%;
	border-bottom:solid 1px #eee;
    z-index: 9999;
    -webkit-transition: top 0.25s;
            transition: top 0.25s;
}
.page-header-clone > .inner {
    margin: auto;
    width: 960px;
}
.page-header-clone.visible {
    top: 0;
}
.page-header-clone:hover {
    opacity: 1;
}

.page-header-clone .site-logo {
    margin-left: 8px;
}
.page-header-clone .site-logo a {
    display: block;
    width: 143px;
    height: 32px;
    overflow: hidden;
}
.page-header-clone .site-logo a:before {
    content: url(../img/logo-small.png);
    display: inline-block;
}
.page-header-clone .primary-nav {
    font-size: 14px;
    line-height: 35px;
}
.page-header-clone .primary-nav a {
    color: rgb(128, 128, 128);
}



/*タブレット以上のサイズ*/
@media all and (min-width: 769px) {
  #header {
    height: 70px;
    padding: 0 25px;
  }
  #header .site-info {
    margin: 10px 0 5px;
  }
  #header .site-logo {
    height: 25px;
    width: 126px;
    line-height: 0;
  }
  #header .l-right {
    padding-top: 22px;
  }
  #header .hours {
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: middle;
  }
  #header .number {
    font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 0;
    vertical-align: middle;
  }
  .l-top-wrap .block-hero-img {
    min-height: 725px;
    padding-top: 72px;
  }
  .l-top-wrap .block-hero-img .hero-img-woman {
    position: absolute;
    bottom: -100px;
    right: 0;
  }
/*汎用セレクタ*/
.u-pc-none{
	display:none;
}
.u-mt{
	margin-top:15px;
	
}



}

/*スマホのサイズ*/
@media all and (max-width: 768px) {
  .l-pc {
    display: none !important;
  }
  .l-sp {
    display: block;
  }
  .l-left, .l-col-2 .l-box.l-left,
  .l-right, .l-col-2 .l-box.l-right,
  .l-col-3 .l-box, .l-col-2 .l-box,
  .l-col-2 .l-box:nth-child(even) {
    float: none;
  }
  .l-col-3 .l-box:first-of-type figure,
  .l-col-3 figure.l-box:first-of-type,
  .l-col-3 .l-box:nth-of-type(2) figure,
  .l-col-3 figure.l-box:nth-of-type(2),
  .l-col-3 .l-box:nth-of-type(3) figure,
  .l-col-3 figure.l-box:nth-of-type(3),
  .l-col-2 .l-box:nth-child(even) figure,
  .l-col-2 figure.l-box:nth-child(even) ,
    .l-col-3 figure.l-box:nth-of-type(4){
    text-align: center;
  }

  .l-col-3 .l-box,
  .l-col-2 .l-box {
    width: 100%;
  }
  #header {
    height: 45px;
  }
  #header .site-info {
    display: none;
  }
  #header .site-logo {
    width: 100px;
  }
  #header .l-right {
    display: none;
  }
  .l-top-wrap .block-side-nav {
    width: 45px;
    bottom: 0;
    top: unset;
  }
  .l-top-wrap .block-side-nav a {
    padding: 11px 15px;
  }
  .l-top-wrap .block-side-nav .side-contact {
    padding-top: 11px;
    height: auto;
  }
  .l-top-wrap .block-hero-img {
    height: 480px;
    margin-top: 45px;
  }
  .l-top-wrap .block-hero-img .l-wide {
    height: inherit;
  }
  .l-top-wrap .block-hero-img .l-wide .hero-img-ttl {
    width:88%;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .l-top-wrap .block-hero-img .l-wide .hero-img-woman {
	  
    position: absolute;
    bottom: -50px;
    right: -55px;
	width:100%;
    max-width: 340px;
    z-index: 10;
  }
  .section-1 {
    padding: 1px 5% 0 5%;
  }
  .section-1 .ttl-1 {
    position: static;
    transform: unset;
    width: 80%;
    margin: 40px auto 35px;
  }
  .section-2 {
    padding-top: 1px;
    height: auto;
  }
  .section-2 .section-ttl {
    width: 70%;
    margin: 40px auto 35px;
	padding-left:40px
  }
  .section-2 .inner {
    max-width: unset;
	position:relative;
  }
  .section-2 .inner .right {
    position: static;
  }
  .section-2 .inner .left {
	  position:absolute;
    top: 0px;
    left:-15px;
    transform: scale(1);
    z-index: 0;
    height: 160px;
  }
  .section-2 .inner .block-box .box-2, .section-2 .inner .block-box .box-3 {
    margin: 0;
  }
  .section-2 .inner .block-box .box-reason {
    width: 95%;
    height: 100px;
    margin: 0 auto 20px;
  }
  .section-2 .inner .block-box .box-reason dt {
    width: 100%;
    display: block;
    height: 50px;
    text-align: right;
  }
  .section-2 .inner .block-box .box-reason dt img {
    display: inline-block;
  }
  .section-2 .inner .block-box .box-reason dd {
    width: 100%;
    display: block;
  }
  .section-3 {
    height: auto;
    padding: 65px 0 50px;
  }
  .section-3 .section-ttl {
    width: 80%;
    margin: 0 auto;
  }
  .section-3 .block-price {
    margin: 40px 10px 0;
    padding: 5%;
	
  }
  .section-3 .block-price .ttl-block-price {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-3 .block-price .price-name th {
    padding: 10px 0;
    font-size: 0.8em;
  }
  .section-3 .block-price .price-name th img {
    width: 60px;
  }
  .section-3 .block-price .block-bd {
    width: 100%;
  }
  .section-3 .block-price .price-name {    
	display:none;
    width: 100%;
  }
  .section-3 .block-price .price-contrast th {
    width: 100px;
  }
  
    .section-3 .block-price .price-contrast tbody tr th {
    width: 100px;
	font-size:0.8em;
  }
  .section-3 .block-price .price-contrast td {
    padding: 10px;
    width: auto;
  }
  .section-3 .block-price .price-contrast td img {
    width: 20px;
  }
  .section-3 .block-price .price-contrast tr:first-of-type td {
       font-size: 0.8em;

  }
  .section-4 .ttl-4-1, .section-4 .ttl-4-2 {
    margin: 60px auto 55px;
    width: 75%;
  }
  .section-4 .block-contrast .contrast-footer .left {
    margin: 50px auto 20px;
    text-align: left;
    width: 90%;
  }
  .section-4 .block-contrast .contrast-footer .right {
    position: static;
    width: 70%;
    margin: 0 auto -6px;
  }
  .section-4 .block-contrast .contrast-img {
    margin-bottom: -175px;
    z-index: 9;
    position: relative;
    width: 95%;
    margin: 0 auto -45px;
  }
  
.section-4 .block-contrast .contrast-footer {
  position: relative;
  background: #f2a707 url(img/bg_conclusion-sp.png);
  background-size: cover;
  background-position: bottom center;
  /*background-attachment: fixed;*/
}  
  
  .section-4 .block-result .result-img {
    width: 95%;
    margin: 0 auto;
  }
  
.section-4 .block-result .result-footer {
  position: relative;
  background: #9cc706 url(img/bg_result-sp.png);
  background-size: cover;
  background-position: bottom center;
  /*background-attachment: fixed;*/
}  

  .section-4 .block-result .result-footer .right {
    margin: 50px auto 20px;
    width: 90%;
  }
  .section-4 .block-result .result-footer .left {
    position: static;
    width: 70%;
    margin: -30px auto 0;
  }
  .section-5 {
    padding-bottom: 1px;
  }
  .section-5 .section-ttl {
    margin: 60px auto 55px;
    width: 75%;
  }
  .section-5 .block-flow {
    background: url(img/bg_flow_sp.png);
    height: auto;
    min-height: 2100px;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    padding-top: 120px;
  }
  .section-5 .block-flow .cards-flow {
    width: 300px;
    padding: 30px;
    position: static;
    margin-bottom: 45px;
    margin-right: 0;
    margin-left: auto;
  }
  .section-5 .block-flow .cards-flow .ttl-cards-flow {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-5 .block-flow .cards-flow p {
    margin: 15px 0 0;
  }
  .section-6 .section-ttl {
    margin: 70px auto 65px;
    width: 90%;
  }
  .section-6 .block-client .client-medal {
    width: 120px;
    top: -30px;
    left: 0px;
    transform: rotate(-10deg);
  }
  .section-6 .block-client .client-medal .medal-keyword {
    top: 45px;
    width: 70%;
  }
  .section-6 .block-client .client-man {
    height: 300px;
    transform: scale(-1, 1);
    margin-top: -235px;
    margin-right: 20px;
    margin-left: auto;
  }
  .section-6 .block-client .right {
    width: 95%;
    margin: 0 auto;
    padding: 30px;
  }
  .section-6 .block-client .client-info {
    text-align: left;
    width: 95%;
    margin: -30px auto 0;
  }
  .section-6 .block-client .client-way {
    width: 95%;
    position: static;
    margin: 0 auto 20px;
  }
  .section-7 .section-ttl {
    margin: 60px auto 55px;
    width: 75%;
  }
  .section-7 .block-qa .box-qa .q, .section-7 .block-qa .box-qa .a {
    padding-left: 5%;
    padding-right: 5%;
  }
  .section-7 .block-qa .box-qa .q::before,
  .section-7 .block-qa .box-qa .a::before {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    position: relative;
    top: unset;
    margin-bottom: 10px;
    left: unset;
  }
  .section-8 .section-ttl {
    margin: 60px auto 55px;
    width: 75%;
  }
  .section-8 .block-company .company-contact {
    width: 95%;
    margin: 20px auto;
    text-align: center;

  }
  .section-8 .block-company .company-contact .l-cc-3 {
    padding: 0;
    width: 95%;
  }
  .section-8 .block-company .company-contact .l-cc-3 p {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
  }
  .section-8 .block-company .company-contact .l-cc-3 .company-btn {
    position: static;
    margin-top: 20px;
  }
  .section-8 .block-company .c8_table {
    width: 95%;
    margin: 0 auto;
  }
  .section-8 .block-company .c8_table td, .section-8 .block-company .c8_table td:first-child {
    width: 100%;
    display: block;
  }
  .section-9 {
    padding-bottom: 70px;
  }
  .section-9 .section-ttl {
    margin: 60px auto 35px;
    width: 85%;
  }
  .section-9 .form-layout {
    width: 100%;
  }
  .section-9 .form-layout .l-col-2 {
    padding: 30px;
  }
  .section-9 .form-layout input[type="text"], .section-9 .form-layout input[type="tel"], .section-9 .form-layout textarea {
    width: 100%;
  }
  .section-9 .form-layout .button {
    max-width: 290px;
  }
  .section-9 .form-layout .block-privacy .ttl-box-privacy {
    padding-left: 5%;
  }
  .section-9 .form-layout .block-privacy .box-privacy {
    padding: 30px;
    width: 90%;
    margin: 0 auto;
  }
  #footer p {
    padding: 0 25px;
  }
  #footer .site-logo {
    padding: 0;
  }
  #footer small {
    font-size: 8px;
  }
  .l-contact-wrap #header {
    position: static;
  }
  .l-contact-wrap .l-inner .content {
    width: 90%;
    margin: 30px auto 50px;
    padding: 45px 40px 40px;
  }
  .l-contact-wrap #footer {
    position: static;
  }
  /*メニュー*/
  .nav-menu {
    display: none;
  }
  nav.navigation {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
  }
  .menu-icon {
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-top: 0;
    display: block;
    background: #9cc706;
  }
  .menu-icon span {
    position: absolute;
    left: 0;
    width: calc( 100% - 24px);
    margin: 0 12px;
    height: 1px;
    background-color: #000;
  }
  .menu-icon span:nth-of-type(1) {
    top: 15px;
  }
  .menu-icon span:nth-of-type(2) {
    top: 22px;
  }
  .menu-icon span:nth-of-type(3) {
    bottom: 15px;
  }
  .menu-icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-icon.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .drawer-menu {
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    background: #aacd06;
    z-index: 15;
    top: 0;
  }
  .drawer-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-icon.active {
    z-index: 9999;
  }
  .box-drawer {
    width: 100%;
    height: 100%;
    position: relative;
    right: auto;
    top: auto;
    padding: 30px 25px;
    box-sizing: border-box;
  }
  .box-drawer .menu-item:first-of-type {
    border-top: solid 1px #fff;
  }
  .box-drawer .menu-item {
    font-size: 18px;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
  .box-drawer .menu-item a {
    color: #000;
    padding: 20px 15px;
    display: block;
  }
  .box-drawer .menu-item a:hover,
  .box-drawer .menu-item a:visited {
    color: #fff;
  }
  

/*汎用セレクタ*/
.u-pc-none{
	background:#fff;
}  


.u-mt{
	margin-top:15px;
	
}

}
