@charset "UTF-8";
/*foundation*/
/******************************************************************************
Default CSS Reset
******************************************************************************/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body {
  position: relative;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

img {
  vertical-align: bottom;
  /* chormeで画像のぼやけ回避 */
  -webkit-backface-visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

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

picture {
  display: block;
}

/******************************************************************************
General Setting
******************************************************************************/
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-size: 1.6em;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
a {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus, *:focus {
  outline: none;
}

a:hover {
  transition: 0.3s ease-in-out;
}

/*component*/
/******************************************************************************
Font
******************************************************************************/
.c-tCenter {
  text-align: center;
}

.c-tLeft {
  text-align: left;
}

.c-tRight {
  text-align: right;
}

.c-tW300 {
  font-weight: 300;
}

.c-tW400 {
  font-weight: 400;
}

.c-tW500 {
  font-weight: 500;
}

.c-tW600 {
  font-weight: 600;
}

.c-tW700 {
  font-weight: 700;
}

.c-tW800 {
  font-weight: 800;
}

.c-tW900 {
  font-weight: 900;
}

.c-italic {
  font-style: italic;
}

.c-lineHeight1 {
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .c-lineHeight2S {
    line-height: 2;
  }
}
.c-fs10 {
  font-size: 1rem;
}

.c-fs11 {
  font-size: 1.1rem;
}

.c-fs12 {
  font-size: 1.2rem;
}

.c-fs14 {
  font-size: 1.4rem;
}

.c-fs15 {
  font-size: 1.5rem;
}

.c-fs16 {
  font-size: 1.6rem;
}

.c-fs18 {
  font-size: 1.8rem;
}

.c-fs20 {
  font-size: 2rem;
}

.c-fs22 {
  font-size: 2.2rem;
}

.c-fs24 {
  font-size: 2.4rem;
}

.c-fs26 {
  font-size: 2.6rem;
}

.c-fs28 {
  font-size: 2.8rem;
}

.c-fs30 {
  font-size: 3rem;
}

.c-fs32 {
  font-size: 3.2rem;
}

.c-fs34 {
  font-size: 3.4rem;
}

.c-fs36 {
  font-size: 3.6rem;
}

.c-fs38 {
  font-size: 3.8rem;
}

.c-fs40 {
  font-size: 4rem;
}

.c-fs44 {
  font-size: 4.4rem;
}

.c-fs60 {
  font-size: 6rem;
}

.c-fs80 {
  font-size: 8rem;
}

@media screen and (max-width: 600px) {
  .c-fs12S {
    font-size: 1.2rem;
  }
  .c-fs13S {
    font-size: 1.3rem;
  }
  .c-fs14S {
    font-size: 1.4rem;
  }
  .c-fs15S {
    font-size: 1.5rem;
  }
  .c-fs16S {
    font-size: 1.6rem;
  }
  .c-fs17S {
    font-size: 1.7rem;
  }
  .c-fs18S {
    font-size: 1.8rem;
  }
  .c-fs19S {
    font-size: 1.9rem;
  }
  .c-fs20S {
    font-size: 2rem;
  }
  .c-fs22S {
    font-size: 2.2rem;
  }
  .c-fs24S {
    font-size: 2.4rem;
  }
  .c-fs28S {
    font-size: 2.8rem;
  }
  .c-fs32S {
    font-size: 3.2rem;
  }
  .c-fs42S {
    font-size: 4.2rem;
  }
}
/******************************************************************************
Fontcolor
******************************************************************************/
.c-fcBlack {
  color: #000;
}

.c-fcWhite {
  color: #fff;
}

.c-fcOrange {
  color: #f56600;
}

.c-fcGreen {
  color: #2bb26d;
}

.c-fcYellow {
  color: #ffde00;
}

/******************************************************************************
Margin
******************************************************************************/
.c-mCenter {
  margin: 0 auto;
}

.c-mb10 {
  margin-bottom: 1rem;
}

.c-mb15 {
  margin-bottom: 1.5rem;
}

.c-mb20 {
  margin-bottom: 2rem;
}

.c-mb25 {
  margin-bottom: 2.5rem;
}

.c-mb30 {
  margin-bottom: 3rem;
}

.c-mb35 {
  margin-bottom: 3.5rem;
}

.c-mb40 {
  margin-bottom: 4rem;
}

.c-mb50 {
  margin-bottom: 5rem;
}

.c-mb60 {
  margin-bottom: 6rem;
}

.c-mb70 {
  margin-bottom: 7rem;
}

.c-mb80 {
  margin-bottom: 8rem;
}

.c-mb90 {
  margin-bottom: 9rem;
}

.c-mb100 {
  margin-bottom: 10rem;
}

.c-mb120 {
  margin-bottom: 12rem;
}

.c-mt5 {
  margin-top: 0.5rem;
}

.c-mt10 {
  margin-top: 1rem;
}

.c-mt15 {
  margin-top: 1.5rem;
}

.c-mt20 {
  margin-top: 2rem;
}

.c-mt25 {
  margin-top: 2.5rem;
}

.c-mt30 {
  margin-top: 3rem;
}

.c-mt40 {
  margin-top: 4rem;
}

.c-mt50 {
  margin-top: 5rem;
}

.c-mt60 {
  margin-top: 6rem;
}

.c-mt70 {
  margin-top: 7rem;
}

.c-mt80 {
  margin-top: 8rem;
}

.c-mt90 {
  margin-top: 9rem;
}

.c-mt100 {
  margin-top: 10rem;
}

.c-mt120 {
  margin-top: 12rem;
}

@media screen and (max-width: 600px) {
  .c-mCenterS {
    margin: 0 auto;
  }
  .c-mb10S {
    margin-bottom: 1rem;
  }
  .c-mb15S {
    margin-bottom: 1.5rem;
  }
  .c-mb20S {
    margin-bottom: 2rem;
  }
  .c-mb25S {
    margin-bottom: 2.5rem;
  }
  .c-mb30S {
    margin-bottom: 3rem;
  }
  .c-mb40S {
    margin-bottom: 4rem;
  }
  .c-mb50S {
    margin-bottom: 5rem;
  }
  .c-mb60S {
    margin-bottom: 6rem;
  }
  .c-mt10S {
    margin-top: 1rem;
  }
  .c-mt15S {
    margin-top: 1.5rem;
  }
  .c-mt20S {
    margin-top: 2rem;
  }
  .c-mt25S {
    margin-top: 2.5rem;
  }
  .c-mt30S {
    margin-top: 3rem;
  }
  .c-mt40S {
    margin-top: 4rem;
  }
  .c-mt50S {
    margin-top: 5rem;
  }
  .c-mt60S {
    margin-top: 6rem;
  }
}
/******************************************************************************
Padding
******************************************************************************/
.c-pt10 {
  padding-top: 1rem;
}

.c-pt15 {
  padding-top: 1.5rem;
}

.c-pt20 {
  padding-top: 2rem;
}

.c-pt25 {
  padding-top: 2.5rem;
}

.c-pt30 {
  padding-top: 3rem;
}

.c-pt40 {
  padding-top: 4rem;
}

.c-pt50 {
  padding-top: 5rem;
}

.c-pt60 {
  padding-top: 6rem;
}

.c-pt70 {
  padding-top: 7rem;
}

.c-pt80 {
  padding-top: 8rem;
}

.c-pt90 {
  padding-top: 9rem;
}

.c-pt100 {
  padding-top: 10rem;
}

.c-pt120 {
  padding-top: 12rem;
}

.c-pb10 {
  padding-bottom: 1rem;
}

.c-pb15 {
  padding-bottom: 1.5rem;
}

.c-pb20 {
  padding-bottom: 2rem;
}

.c-pb25 {
  padding-bottom: 2.5rem;
}

.c-pb30 {
  padding-bottom: 3rem;
}

.c-pb40 {
  padding-bottom: 4rem;
}

.c-pb50 {
  padding-bottom: 5rem;
}

.c-pb60 {
  padding-bottom: 6rem;
}

.c-pb70 {
  padding-bottom: 7rem;
}

.c-pb80 {
  padding-bottom: 8rem;
}

.c-pb90 {
  padding-bottom: 9rem;
}

.c-pb100 {
  padding-bottom: 10rem;
}

.c-pb120 {
  padding-bottom: 12rem;
}

@media screen and (max-width: 600px) {
  .c-pt0S {
    padding-top: 0rem;
  }
  .c-pt5S {
    padding-top: 0.5rem;
  }
  .c-pt10S {
    padding-top: 1rem;
  }
  .c-pt15S {
    padding-top: 1.5rem;
  }
  .c-pt20S {
    padding-top: 2rem;
  }
  .c-pt25S {
    padding-top: 2.5rem;
  }
  .c-pt30S {
    padding-top: 3rem;
  }
  .c-pt40S {
    padding-top: 4rem;
  }
  .c-pt50S {
    padding-top: 5rem;
  }
  .c-pt60S {
    padding-top: 6rem;
  }
  .c-pb0S {
    padding-bottom: 0rem;
  }
  .c-pb10S {
    padding-bottom: 1rem;
  }
  .c-pb15S {
    padding-bottom: 1.5rem;
  }
  .c-pb20S {
    padding-bottom: 2rem;
  }
  .c-pb25S {
    padding-bottom: 2.5rem;
  }
  .c-pb30S {
    padding-bottom: 3rem;
  }
  .c-pb40S {
    padding-bottom: 4rem;
  }
  .c-pb50S {
    padding-bottom: 5rem;
  }
  .c-pb60S {
    padding-bottom: 6rem;
  }
}
/******************************************************************************
Bg
******************************************************************************/
.c-bgBlack {
  background-color: #000;
}

.c-bgWhite {
  background-color: #fff;
}

.c-bgOrange {
  background-color: #FC8A15;
}

.c-bgGreen {
  background-color: #2bb26d;
}

.c-bgYellow {
  background-color: #ffde00;
}

.c-bglightYellow {
  background-color: #fff298;
}

/******************************************************************************
border
******************************************************************************/
.c-border {
  border-bottom: 1px solid #C5C5C5;
}

/******************************************************************************
position
******************************************************************************/
.c-positionR {
  position: relative;
}

/******************************************************************************
Flex
******************************************************************************/
.c-flex {
  display: flex;
}

.c-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.c-reverse {
  flex-direction: row-reverse;
}

.c-column {
  flex-direction: column;
}

.c-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.c-alignStart {
  align-items: flex-start;
}

.c-jsCenter {
  justify-content: center;
  -webkit-justify-content: center;
}

.c-jsBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.c-jsAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.c-jsStart {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}

.c-jsEnd {
  justify-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
}

.c-alStretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}

.c-alCenter {
  align-items: center;
  -webkit-align-items: center;
}

.c-alStart {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.c-alEnd {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.c-flexWrap.half > * {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .c-flexM {
    display: flex;
  }
  .c-jsBetweenM {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .c-noflexM {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-noflexS {
    display: block;
  }
  .c-wrapS {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-jsStartS {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
  }
  .c-alCenterS {
    align-items: center;
    -webkit-align-items: center;
  }
}
/******************************************************************************
float
******************************************************************************/
.c-floatRight {
  float: right;
}

.c-floatLeft {
  float: left;
}

@media screen and (max-width: 1024px) {
  .c-floatRightM {
    float: right;
  }
}
@media screen and (max-width: 600px) {
  .c-floatRightS {
    float: right;
  }
  .c-floatLeftS {
    float: left;
  }
}
.c-floatClear::after {
  content: "";
  clear: both;
  display: block;
}

/******************************************************************************
grid
******************************************************************************/
.c-grid {
  display: -webkit-grid;
  display: grid;
}

/******************************************************************************
None
******************************************************************************/
.c-pcNone {
  display: none;
}

.c-spNone {
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-mNone {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .c-pcNone {
    display: block;
  }
  .c-spNone {
    display: none;
  }
}
/*layout*/
.l-bgfix {
  z-index: -1;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://okataduke-ace.jp/assets/img/eco_nine/bg_top.png), url(https://okataduke-ace.jp/assets/img/eco_nine/bg_bottom.png);
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  background-repeat: repeat-x, no-repeat;
}

/******************************************************************************
Layout
******************************************************************************/
.l-wrap {
  width: 100%;
  overflow: hidden;
}

.l-wrap img {
  width: 100%;
  height: auto;
}

.l-inner {
  margin: 0 auto;
  max-width: 600px;
  width: 94.666%;
}

.l-innerM {
  margin: 0 auto;
  width: 89.36%;
}

.l-content90 {
  margin: 0 auto;
  width: 90%;
}

.l-content80 {
  margin: 0 auto;
  width: 80%;
}

/*==========================================
header
===========================================*/
.l-header {
  margin: 0 auto;
  width: 100%;
  height: 7rem;
  background-color: #fff;
}

.l-headerInner {
  margin: 0 auto;
  height: 100%;
  width: 94.666%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-headerLogo {
  width: 13rem;
  display: block;
}

.l-headerBtn {
  width: 21rem;
}

@media screen and (min-width: 601px) {
  .l-headerLogo {
    width: 18rem;
  }
  .l-headerBtn {
    width: 23rem;
  }
}
.l-headerListArea {
  padding-left: 2.5%;
}

/*==========================================
main
===========================================*/
.l-main {
  max-width: 500px;
  margin: auto;
  background-color: #FC8A15;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16), 0 0 18px rgba(0, 0, 0, 0.23);
}

/*==========================================
TOP
===========================================*/
.l-floatingFooter {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.l-floatingFooter_inner {
  margin: 0 auto;
  max-width: 500px;
}

.l-floatingFooter_cta {
  background-color: #fff;
  display: flex;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2), 0 0 0px rgba(0, 0, 0, 0);
}

.l-campaignTime {
  padding: 0.1rem 0 0.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.07rem;
}

.l-campaignTime em {
  font-size: 2.4rem;
}

.l-campaignNum {
  font-weight: 400;
}

.l-campaignMade {
  font-size: 1.6rem;
}

.l-stepList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-stepList li {
  width: 50%;
  margin-bottom: 1rem;
}

.l-serviceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-serviceList li {
  width: 49.25%;
  margin-bottom: 1rem;
}

.l-serviceList li:nth-child(1), .l-serviceList li:nth-child(2) {
  width: 100%;
}

.l-planList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-planList li {
  width: 47.76%;
  margin-bottom: 1.4rem;
}

.l-planballoonImg {
  width: 85.7%;
  padding-top: 1.2rem;
  margin: 0 auto;
}

.l-qaList li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.l-slider {
  padding: 0 10.8%;
}

.l-slider .slick-prev:before, .l-slider .slick-next:before {
  content: "";
}

.l-slider .slick-prev {
  width: 2.6rem;
  left: 0.5rem;
}

.l-slider .slick-next {
  width: 2.6rem;
  right: 0.5rem;
}

.l-slider .slick-slide:not(.slick-center) {
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}

.l-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "●";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-slider .slick-dots {
  bottom: -25px;
  width: 78.6%;
}

.l-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.l-contact {
  background-color: #fff;
}

.l-form dl {
  margin-bottom: 3rem;
}

.l-form dt {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem 0.8rem;
  background-color: #C5C5C5;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.l-form dt.l-formRequired::before {
  content: "必須";
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #FC8A15;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  padding: 0.45rem 0.6rem;
}

.l-form dt.l-formOptional::before {
  content: "任意";
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #F1F1F1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  padding: 0.45rem 0.6rem;
}

.l-form input, .l-form select, .l-form textarea {
  padding: 0.6rem 1rem;
  border: 1px solid #C5C5C5;
  width: 100%;
  font-size: 1.6rem;
  background-color: rgb(238, 238, 238);
}

.l-form textarea {
  padding: 0.4rem 1rem;
  height: 20rem;
  line-height: 1.4;
}

.l-sendBtn input {
  padding: 1.58rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2BB26D;
  border-radius: 60px;
  border: 3px solid #2BB26D;
}
.error_blank, .err_msg {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: #ff0000;
  display: block;
}
.form__inputArea {
  position: relative;
}
.form__reqdMark {
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #FC8A15;
    padding: 0.2rem 0.6rem;
    margin-left: 0.6rem;
}
.contact-wrap dl:nth-of-type(5) .form__reqdMark, .contact-wrap dl:nth-of-type(6) .form__reqdMark {
  background: #F1F1F1;
}
.formBtns__btn {
  padding: 1.58rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2BB26D;
  border-radius: 60px;
  border: 3px solid #2BB26D;
  width: 80%;
  margin: 0 auto 1.5rem;
  display: block;
}

.formBtns input {
  padding: 1.58rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2BB26D;
  border-radius: 60px;
  border: 3px solid #2BB26D;
  width: 80%;
  margin: 0 auto 1.5rem;
  display: block;
}

.thanks_cont {
  background-color: #fff;
} 

@media screen and (max-width: 600px) {
  .l-form input, .l-form select, .l-form textarea {
    font-size: 1.6rem;
  }
  .l-form dd {
    font-size: 1.6rem;
  }
  .l-sendBtn input {
    font-size: 2rem;
  }
}
@media screen and (min-width: 601px) {
  .l-campaignTime {
    padding: 0.5rem 0 0.9rem;
    font-size: 2.2rem;
  }
  .l-campaignTime em {
    font-size: 3rem;
  }
  .l-campaignMade {
    font-size: 1.8rem;
  }
  .l-sendBtn {
    width: 80%;
  }
  .formBtns__btn:hover {
    color: #2BB26D;
    background-color: #fff;
    border: 3px solid #2BB26D;
    transition: 0.3s ease-in-out;
}
.formBtns input:hover {
  color: #2BB26D;
  background-color: #fff;
  border: 3px solid #2BB26D;
  transition: 0.3s ease-in-out;
}
}
@media screen and (min-width: 601px) {
  .l-stepList li a:hover img {
    transform: scale(1.06);
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
  }
  .l-btnList li a:hover img {
    transform: scale(1.05);
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
  }
  .l-flowbtn a:hover img {
    transform: scale(1.05);
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
  }
  .l-sendBtn input:hover {
    color: #2BB26D;
    background-color: #fff;
    border: 3px solid #2BB26D;
    transition: 0.3s ease-in-out;
  }
  .l-floatingFooter_cta a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
  }
}
/*==========================================
detail
===========================================*/
.l-detailCont {
  border-top: 2px solid #C5C5C5;
  padding: 10rem 0;
  min-height: 66vh;
  background-color: #fff;
}

.l-Btn {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2BB26D;
  padding: 1rem;
  border-radius: 60px;
  border: 3px solid #2BB26D;
  display: inline-block;
  text-align: center;
  width: 56%;
}

@media screen and (min-width: 601px) {
  .l-Btn:hover {
    color: #2BB26D;
    background-color: #fff;
    border: 3px solid #2BB26D;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 600px) {
  .l-Btn {
    width: 70%;
  }
}
/*==========================================
footer
===========================================*/
.l-footer {
  padding: 3rem 2rem 10rem;
  background-color: #FC8A15;
  color: #fff;
}

.l-footerInner {
  margin: 0 auto;
  max-width: 600px;
  width: 94.666%;
}

.l-footerList li {
  margin-bottom: 3rem;
}

.l-footerList li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.l-footerList li a {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  display: block;
}

.l-footerCopy {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 601px) {
  .l-footerList li a:hover {
    text-decoration: underline;
  }
}
/*project*/ /*utillity*//*# sourceMappingURL=style.css.map */

/* 231018電話番号修正 */
.l-headerListArea a {
	position: relative;
	display: block;
}
.l-headerListArea a span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 27%;
  z-index: 10;
}
.l-floatingFooter_cta li a {
	position: relative;
	display: block;
}
.l-floatingFooter_cta li a span {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 0.7rem;
  left: 25%;
  z-index: 10;
}
.l-btnList li a {
	position: relative;
	display: block;
}
.l-btnList li a span {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 22%;
  z-index: 10;
  line-height: 1;
}
.l-flowbtn.l-flowbtn231018 a {
	position: relative;
	display: block;
}
.l-flowbtn.l-flowbtn231018 a span {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 22%;
  z-index: 10;
  line-height: 1;
}
@media screen and (min-width: 601px) {
.l-btnList.l-btnList231018 li a:hover {
    transform: scale(1.01);
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
}
.l-btnList.l-btnList231018 li a:hover span {
  transform: scale(1.04);
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
}
.l-flowbtn.l-flowbtn231018 a:hover {
  transform: scale(1.01);
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
}
.l-flowbtn.l-flowbtn231018 a:hover span {
transform: scale(1.04);
filter: alpha(opacity=80);
transition: 0.3s ease-in-out;
}
}
@media screen and (max-width: 600px) {
  .l-headerListArea a span {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    top: 0.1rem;
  }
}
@media screen and (max-width: 500px) {
  .l-floatingFooter_cta li a span {
    font-size: 1.4rem;
}
.l-btnList li a span {
  font-size: 8.5vw;
  bottom: 6vw;
  left: 21%;
  z-index: 10;
  letter-spacing: -0.02em;
}
.l-flowbtn.l-flowbtn231018 a span {
  font-size: 8.5vw;
  bottom: 6vw;
  left: 21%;
  z-index: 10;
  letter-spacing: -0.02em;
}
}
@media screen and (max-width: 400px) {
  .l-headerListArea a span {
    font-size: 1.6rem;
  }
}

