@charset "UTF-8";

/*--------------------------
main_visual
---------------------------*/
/*----------------------------------------
       Reset
----------------------------------------*/
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;
  counter-reset: number 0;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "fontello";
  src: url("../../font/lp/futoko_lp/fontello.eot?66616483");
  src: url("../../font/lp/futoko_lp/fontello.eot?66616483#iefix") format("embedded-opentype"), url("../../font/lp/futoko_lp/fontello.woff2?66616483") format("woff2"), url("../../font/lp/futoko_lp/fontello.woff?66616483") format("woff"), url("../../font/lp/futoko_lp/fontello.ttf?66616483") format("truetype"), url("../../font/lp/futoko_lp/fontello.svg?66616483#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hat:before {
  content: "\e800";
}

/* '' */
.icon-medal:before {
  content: "\e801";
}

/* '' */
.icon-pencil:before {
  content: "\e802";
}

/* '' */
.icon-talk:before {
  content: "\e803";
}

/* '' */
.icon-right-open:before {
  content: "\e804";
}

/* '' */
.icon-up-circled2:before {
  content: "\e805";
}

/* '' */
.icon-map:before {
  content: "\e806";
}

/* '' */
/*--------------------------
Tag Default
---------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

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

:root {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  :root {
    font-size: 1.33vw;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel–antialiased;
  -moz-osx-font-smoothing: auto;
}
body * {
  text-rendering: optimizeLegibility;
}

a {
  color: #000;
}

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

/*--------------------------
Layout
---------------------------*/
@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/*--------------------------
header
---------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
#header .container {
  width: 100%;
  max-width: 1168px;
  height: 113px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .container {
    height: 80px;
    max-width: 100%;
    padding: 0 20px;
  }
}
#header .logo {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 100px;
  }
}
#header #globa_nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  #header .nav {
    display: none;
  }
}
#header .nav li:first-child {
  margin-right: 64px;
}
#header .nav li a {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
#header .nav li a:after {
  content: "";
  display: block;
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: -4px;
  height: 2px;
  background-color: #0c6f3e;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .nav li a:hover {
  color: #0c6f3e;
}
#header .nav li a:hover:after {
  left: 0;
  right: 0;
}
#header .contact {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #28c936;
  border: 2px solid #28c936;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 8px 4px 0 #eaeaea;
          box-shadow: 8px 4px 0 #eaeaea;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header .contact.form {
  line-height: 1.2;
  font-size: .9em;
}
@media only screen and (max-width: 768px) {
  #header .contact.form {
    font-size: 2.6rem;
  }
}
#header .contact.tel-cv--header {
    color: #222222d9;
    background-color: #eef74b;
    margin-left: 10px;
    border: 2px solid #edf74c;
  }
@media only screen and (max-width: 768px) {
  #header .contact {
    font-size: 2.6rem;
  }
}
#header .contact i {
  font-size: 3rem;
  margin-right: 11px;
}
@media only screen and (max-width: 768px) {
  #header .contact i {
    font-size: 4rem;
  }
}
/*#header .contact:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 #eaeaea;
          box-shadow: 0 0 0 #eaeaea;
  color: #28c936;
}*/

/*--------------------------
footer
---------------------------*/
#footer {
  padding: 56px 0 60px;
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  #footer {
    min-width: initial;
    padding: 28px 0;
  }
}
#footer .container {
  width: 1168px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #footer .container {
    width: 100%;
    display: block;
    height: auto;
  }
}
#footer .container:after {
  content: "";
  width: 135px;
}
#footer .container .logo {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .container .logo {
    width: 100px;
    margin: 0 auto 20px;
    display: block;
  }
}
#footer .container .copyright {
  font-size: 1.8rem;
  color: #595959;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer .container .copyright {
    font-size: 2rem;
  }
}
#footer .container .return {
  position: absolute;
  right: 0;
  top: -96px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .container .return {
    height: 28px;
    top: -64px;
  }
}
#footer .container .return:hover > p {
  top: -10px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 8px 4px 0 #1bb126;
          box-shadow: 8px 4px 0 #1bb126;
}
@media only screen and (max-width: 768px) {
  #footer .container .return:hover > p {
    top: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 0 #1bb126;
            box-shadow: 0 0 0 #1bb126;
  }
}
#footer .container .return > p {
  background-color: #fff;
  padding: 0 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 #1bb126;
          box-shadow: 0 0 0 #1bb126;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #footer .container .return > p {
    font-size: 2.8rem;
    border-radius: 5px 0 0 0;
  }
}
#footer .container .return > p i {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #footer .container .return > p i {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .container .return > p {
    height: 36px;
  }
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  height: 100vh;
  min-width: 1280px;
  min-height: 930px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 100vh;
    min-width: initial;
    min-height: initial;
  }
}
#main_visual .slider {
  height: 100%;
}
#main_visual .slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .slider div {
    background-position: bottom 0 right 28%;
  }
}
#main_visual .slider div.img01 {
  background-image: url("../../img/futoko_lp/main_01.jpg");
}
#main_visual .slider div.img02 {
  background-image: url("../../img/futoko_lp/main_02.jpg");
}
#main_visual .slider div.img03 {
  background-image: url("../../img/futoko_lp/main_03.jpg");
}
#main_visual .slider div.img04 {
  background-image: url("../../img/futoko_lp/main_04.jpg");
}
#main_visual .slider div.img05 {
  background-image: url("../../img/futoko_lp/main_05.jpg");
}
#main_visual .slider div.img06 {
  background-image: url("../../img/futoko_lp/main_06.jpg");
}
#main_visual .slider div.img07 {
  background-image: url("../../img/futoko_lp/main_07.jpg");
}
#main_visual .slider div.img08 {
  background-image: url("../../img/futoko_lp/main_08.jpg");
}
#main_visual .slider div.img09 {
  background-image: url("../../img/futoko_lp/main_09.jpg");
}
#main_visual .slider div.img10 {
  background-image: url("../../img/futoko_lp/main_10.jpg");
}
#main_visual .slider div.img11 {
  background-image: url("../../img/futoko_lp/main_11.jpg");
}
#main_visual .slider div.img12 {
  background-image: url("../../img/futoko_lp/main_12.jpg");
}
#main_visual .slider div.img13 {
  background-image: url("../../img/futoko_lp/main_13.jpg");
}
#main_visual .slider div.img14 {
  background-image: url("../../img/futoko_lp/main_14.jpg");
}
#main_visual .slider div.img15 {
  background-image: url("../../img/futoko_lp/main_15.jpg");
}
#main_visual .slider div.img16 {
  background-image: url("../../img/futoko_lp/main_16.jpg");
}
#main_visual .slider div.img17 {
  background-image: url("../../img/futoko_lp/oya-main_01.webp");
}
#main_visual .slider div.img18 {
  background-image: url("../../img/futoko_lp/oya-main_02.webp");
}
#main_visual .slider div.img19 {
  background-image: url("../../img/futoko_lp/oya-main_03.webp");
}
#main_visual .slider div.img20 {
  background-image: url("../../img/futoko_lp/oya-main_04.webp");
}
#main_visual .container {
  position: absolute;
  width: 1168px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -584px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container {
    margin-left: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
#main_visual .container h1 {
  margin-top: 21vh;
  width: 980px;
  text-align: center;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#main_visual .container h1.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 37vh;
    padding: 30px 0;
    width: 100%;
  }
}
#main_visual .container h1 > span {
  display: inline-block;
}
#main_visual .container h1 .h1_01 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#main_visual .container h1 .h1_02 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0c6f3e;
  letter-spacing: 0.1em;
  margin-top: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_02 {
    font-size: 2.8rem;
    margin-top: 28px;
  }
}
#main_visual .container h1 .h1_02:before {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
  margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_02:before {
    height: 28px;
    margin-right: 12px;
  }
}
#main_visual .container h1 .h1_02:after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_02:after {
    height: 28px;
    margin-left: 12px;
  }
}
#main_visual .container h1 .h1_03 {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  background-color: #0c6f3e;
  padding: 6px 36px 10px;
  margin-top: 25px;
}
#main_visual .container h1 .h1_03.multiline {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_03 {
    margin-top: 0;
  }
}
#main_visual .container h1 .h1_04 {
  font-size: 6.4rem;
  font-weight: 900;
  color: #0c6f3e;
  letter-spacing: 0.06em;
  margin-top: -150px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04 {
    font-size: 4rem;
    margin-top: 0;
  }
}
#main_visual .container h1 .h1_04 .border {
  position: relative;
  left: -20px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04 .border {
    left: 0;
  }
}
#main_visual .container h1 .h1_04 .border:before {
  content: "";
  display: block;
  width: 90%;
  height: 12px;
  margin: 0 5%;
  background-color: #edf74c;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04 .border:before {
    height: 6px;
    bottom: -4px;
  }
}
#main_visual .container h1 .h1_04 .no-border {
  position: relative;
  left: -70px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04 .no-border {
    left: -10px;
  }
}
#main_visual .container h1 .h1_04 .large {
  font-size: 24.8rem;
  position: relative;
  bottom: -20px;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 0 0 #0c6f3e, 0 1px 0 #0c6f3e, -1px 0 0 #0c6f3e, 0 -1px 0 #0c6f3e;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04 .large {
    font-size: 12rem;
    bottom: -8px;
  }
}
#main_visual .container h1 .h1_04 .small {
  font-size: 2.8rem;
}
#main_visual .container h1 .h1_05 {
  font-size: 4.4rem;
  color: #0c6f3e;
  font-weight: 900;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_05 {
    font-size: 4rem;
  }
}
#main_visual .container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 980px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons {
    margin-left: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
#main_visual .container .icons > p {
  width: 178px;
  height: 178px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 46px 23px 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p {
    width: 28vw;
    height: 28vw;
    margin: 5vw 2vw 0;
  }
}
#main_visual .container .icons > p.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#main_visual .container .icons > p:nth-of-type(1) {
  -webkit-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s;
}
#main_visual .container .icons > p:nth-of-type(1) i {
  font-size: 3.6rem;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p:nth-of-type(1) i {
    font-size: 4.7rem;
  }
}
#main_visual .container .icons > p:nth-of-type(2) {
  -webkit-transition: all 0.5s ease-in-out 1.3s;
  transition: all 0.5s ease-in-out 1.3s;
}
#main_visual .container .icons > p:nth-of-type(2) i {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p:nth-of-type(2) i {
    font-size: 4rem;
  }
}
#main_visual .container .icons > p:nth-of-type(3) {
  -webkit-transition: all 0.5s ease-in-out 1.6s;
  transition: all 0.5s ease-in-out 1.6s;
}
#main_visual .container .icons > p:nth-of-type(3) i {
  font-size: 3.6rem;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p:nth-of-type(3) i {
    font-size: 4.7rem;
  }
}
#main_visual .container .icons > p span {
  font-size: 2rem;
  font-weight: 700;
  color: #0c6f3e;
  text-align: center;
  letter-spacing: 0.1em;
}
#main_visual .container .icons > p a {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p span {
    font-size: 2.6rem;
  }
}
#main_visual .container .icons > p span > i {
  display: block;
  margin-bottom: 4px;
}
#main_visual .container .icons > p span > span {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  #main_visual .container .icons > p span > span {
    font-size: 5.2rem;
  }
}

/*--------------------------
js-slick used
---------------------------*/
/* Core Style */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Customize */
/* Customize Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: 5%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  border-radius: 100%;
  border: 1px solid #0c6f3e;
  overflow: hidden;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #0c6f3e;
}

/*--------------------------
pr-banner
---------------------------*/
.pr-banner {
  text-align: center;
  padding: 80px 20px 0;
}

/*--------------------------
section01
---------------------------*/
#section01 {
  min-width: 1280px;
  padding: 180px 0 144px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    min-width: initial;
    padding: 72px 0 56px;
  }
}
#section01 .subtitle {
  color: #0c6f3e;
  font-family: "Montserrat", "Roboto", Tahoma, Helvetica, Arial sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../img/futoko_lp/title_point.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .subtitle {
    font-size: 2.8rem;
  }
}
#section01 .subtitle:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
  margin-right: 5px;
}
#section01 .subtitle:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
  margin-left: 5px;
}
#section01 .subtitle.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section01 .title {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5208333333;
  text-align: center;
  margin-top: 26px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .title {
    font-size: 3.6rem;
  }
}
#section01 .title.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section01 .container {
  width: 1122px;
  margin: 90px auto 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container {
    width: 90%;
  }
}
#section01 .container li {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#section01 .container li.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section01 .poinContainer {
  background-image: url("../../img/futoko_lp/bg_ruled_line.gif");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer {
    display: block;
  }
}
#section01 .poinContainer figure {
  width: 592px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer figure {
    width: 100%;
    padding: 20px 0 32px;
  }
}
#section01 .poinContainer figure img:nth-of-type(2) {
  position: absolute;
}
#section01 .poinContainer > div {
  width: 530px;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div {
    width: 100%;
  }
}
#section01 .poinContainer > div h3 {
  font-size: 2.8rem;
  color: #28c936;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 22px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div h3 {
    font-size: 3.6rem;
    margin: 11px 0;
  }
}
#section01 .poinContainer > div h3 span {
  position: relative;
  z-index: 1;
}
#section01 .poinContainer > div > p:nth-of-type(1) {
  font-size: 1.4rem;
  font-family: "Montserrat", "Roboto", Tahoma, Helvetica, Arial sans-serif;
  letter-spacing: 0.05em;
  color: #0c6f3e;
  font-weight: 900;
  border-bottom: 1px solid #0c6f3e;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div > p:nth-of-type(1) {
    font-size: 2.8rem;
    margin-left: 1.2em;
  }
}
#section01 .poinContainer > div > p:nth-of-type(1) i {
  font-size: 3rem;
  position: absolute;
  left: -1.2em;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div > p:nth-of-type(1) i {
    font-size: 4.8rem;
  }
}
#section01 .poinContainer > div > p:nth-of-type(1) span {
  font-size: 3.7rem;
  font-weight: 800;
  padding-left: 16px;
}
#section01 .poinContainer > div > p:nth-of-type(2) {
  width: 424px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div > p:nth-of-type(2) {
    width: 100%;
    font-size: 2.8rem;
  }
}
#section01 li:nth-of-type(1) .poinContainer figure img:nth-of-type(1) {
  margin-left: 103px;
  margin-top: -7px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(1) .poinContainer figure img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
#section01 li:nth-of-type(1) .poinContainer figure img:nth-of-type(2) {
  left: -25px;
  top: -53px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(1) .poinContainer figure img:nth-of-type(2) {
    display: none;
  }
}
#section01 li:nth-of-type(1) .poinContainer h3 img {
  margin-top: -18px;
}
#section01 li:nth-of-type(2) {
  margin: 90px 0;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(2) {
    margin: 48px 0;
  }
}
#section01 li:nth-of-type(2) .poinContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#section01 li:nth-of-type(2) .poinContainer figure img:nth-of-type(1) {
  margin-left: 80px;
  margin-top: -7px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(2) .poinContainer figure img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
#section01 li:nth-of-type(2) .poinContainer figure img:nth-of-type(2) {
  right: -75px;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(2) .poinContainer figure img:nth-of-type(2) {
    display: none;
  }
}
#section01 li:nth-of-type(2) .poinContainer h3 img {
  margin-top: -36px;
}
#section01 li:nth-of-type(2) .poinContainer > div {
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(2) .poinContainer > div {
    padding-left: 0;
  }
}
#section01 li:nth-of-type(3) .poinContainer figure img:nth-of-type(1) {
  margin-left: 103px;
  margin-top: -7px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(3) .poinContainer figure img:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
#section01 li:nth-of-type(3) .poinContainer figure img:nth-of-type(2) {
  left: 7px;
  bottom: -50px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(3) .poinContainer figure img:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(3) .poinContainer h3 {
    text-align: right;
  }
  #section01 li:nth-of-type(3) .poinContainer h3.oya {
    text-align: left;
  }
}
#section01 li:nth-of-type(3) .poinContainer h3 img {
  margin-top: -14px;
  margin-left: -25px;
}
@media only screen and (max-width: 768px) {
  #section01 li:nth-of-type(3) .poinContainer h3 img {
    margin-left: 0;
  }
}
#section01 .contact {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#section01 .contact.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section01 .contact p {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7083333333;
  text-align: center;
  margin: 114px 0 70px;
}
@media only screen and (max-width: 768px) {
  #section01 .contact p {
    font-size: 2.8rem;
    width: 90%;
    margin: 56px auto 44px;
    text-align: left;
  }
}
#section01 .contact a {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #28c936;
  border: 2px solid #28c936;
  width: 530px;
  height: 112px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 8px 10px 0 #eaeaea;
          box-shadow: 8px 10px 0 #eaeaea;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section01 .contact a {
    font-size: 3.6rem;
    width: 90%;
    height: 64px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#section01 .contact a .icon-talk {
  font-size: 4.4rem;
  margin-right: 26px;
}
@media only screen and (max-width: 768px) {
  #section01 .contact a .icon-talk {
    font-size: 5.6rem;
    margin-right: 0;
  }
}
#section01 .contact a .icon-right-open {
  font-size: 1rem;
  background-color: #fff;
  height: 24px;
  width: 24px;
  margin-left: 53px;
  padding-left: 3px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section01 .contact a .icon-right-open {
    margin-left: 0;
  }
}
/*#section01 .contact a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 #eaeaea;
          box-shadow: 0 0 0 #eaeaea;
  color: #28c936;
}
#section01 .contact a:hover .icon-right-open {
  font-size: 2.8rem;
  color: #28c936;
}*/

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 147px 0 130px;
  background-color: #f5f5f5;
  position: relative;
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  #section02 {
    min-width: initial;
    padding: 72px 0 56px;
  }
}
#section02 .subtitle {
  color: #0c6f3e;
  font-family: "Montserrat", "Roboto", Tahoma, Helvetica, Arial sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../img/futoko_lp/title_point.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .subtitle {
    font-size: 2.8rem;
  }
}
#section02 .subtitle:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
  margin-right: 5px;
}
#section02 .subtitle:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
  margin-left: 5px;
}
#section02 .subtitle.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section02 .title {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5208333333;
  text-align: center;
  margin-top: 26px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .title {
    font-size: 3.6rem;
  }
}
#section02 .title.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section02 > figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#section02 > figure > img {
  position: absolute;
}
#section02 > figure > img:nth-of-type(1) {
  top: 0;
  left: 0;
}
#section02 > figure > img:nth-of-type(2) {
  bottom: 120px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #section02 > figure > img:nth-of-type(2) {
    bottom: auto;
    left: 0;
    top: 150vw;
  }
}
#section02 > figure > img:nth-of-type(3) {
  top: 493px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #section02 > figure > img:nth-of-type(3) {
    bottom: auto;
    right: 0;
    top: 400vw;
  }
}
#section02 > figure > img:nth-of-type(4) {
  right: 0;
  bottom: 0;
}
#section02 .container {
  width: 1168px;
  margin: 86px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .container {
    width: 90%;
    margin: 40px auto 0;
  }
}
#section02 .container > li {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  margin-bottom: 30px;
}
#section02 .container > li.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section02 .experienceContainer {
  width: 562px;
  background-color: #fff;
  padding: 60px 24px 36px;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer {
    width: 100%;
    padding: 28px 12px;
  }
}
#section02 .experienceContainer .inner {
  background-image: url("../../img/futoko_lp/bg_ruled_line.gif");
}
#section02 .experienceContainer .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 126px;
}
#section02 .experienceContainer .inner > div figure {
  padding: 0 28px 0 12px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > div figure {
    width: 32%;
    padding: 0 12px;
  }
}
#section02 .experienceContainer .inner > div h3 {
  font-size: 2.6rem;
  color: #0c6f3e;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6153846154;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > div h3 {
    font-size: 3.2rem;
  }
}
#section02 .experienceContainer .inner > div h3 .border {
  position: relative;
}
#section02 .experienceContainer .inner > div h3 .border > span {
  position: relative;
  z-index: 1;
}
#section02 .experienceContainer .inner > div h3 .border:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-color: #edf74c;
  position: absolute;
  left: 0;
  bottom: 0;
}
#section02 .experienceContainer .inner > p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 40px 35px 40px 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > p {
    font-size: 2.8rem;
    padding: 20px 16px 20px 10px;
  }
}
#section02 .experienceContainer .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .experienceContainer .inner > ul li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .experienceContainer .inner > ul li:not(:last-child):after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e804";
  color: #959595;
  font-size: 1.8rem;
  padding: 0 21px;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > ul li:not(:last-child):after {
    padding: 0 3vw;
  }
}
#section02 .experienceContainer .inner > ul li:not(:last-child) > span {
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.016em;
  background-color: #f7f7f7;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > ul li:not(:last-child) > span {
    font-size: 2rem;
    width: 20vw;
    height: 20vw;
  }
}
#section02 .experienceContainer .inner > ul li:last-child > span {
  width: 116px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #0c6f3e;
  line-height: 1.2222222222;
  letter-spacing: 0.016em;
  background-color: #edf74c;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > ul li:last-child > span {
    font-size: 2.8rem;
    width: 24vw;
    height: 24vw;
  }
}
#section02 .experienceContainer .inner > ul li:last-child > span:before {
  content: "";
  width: 37px;
  height: 36px;
  background-image: url("../../img/futoko_lp/section02_icon01.png");
  position: absolute;
  left: -10px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .experienceContainer .inner > ul li:last-child > span:before {
    left: -3.2vw;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 {
  background-color: #28c936;
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  #section03 {
    min-width: initial;
  }
}
#section03 .container {
  padding: 100px 0 120px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#section03 .container.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #section03 .container {
    padding: 50px 0 80px;
  }
}
#section03 .container > p:nth-of-type(1) {
  font-size: 3.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5161290323;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  #section03 .container > p:nth-of-type(1) {
    font-size: 3.6rem;
  }
}
#section03 .container > p:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 60px 0 50px;
}
@media only screen and (max-width: 768px) {
  #section03 .container > p:nth-of-type(2) {
    font-size: 2.8rem;
    padding: 32px 0 24px;
  }
}
#section03 .container .contact {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222222;
  background-color: #edf74c;
  border: 2px solid #edf74c;
  width: 530px;
  height: 112px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 8px 10px 0 #1bb126;
          box-shadow: 8px 10px 0 #1bb126;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section03 .container .contact {
    font-size: 3.6rem;
    width: 90%;
    height: 64px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#section03 .container .contact .icon-talk {
  font-size: 4.4rem;
  margin-right: 26px;
}
@media only screen and (max-width: 768px) {
  #section03 .container .contact .icon-talk {
    font-size: 5.6rem;
    margin-right: 0;
  }
}
#section03 .container .contact .icon-right-open {
  font-size: 1rem;
  background-color: #fff;
  height: 24px;
  width: 24px;
  margin-left: 53px;
  padding-left: 3px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section03 .container .contact .icon-right-open {
    margin-left: 0;
  }
}
/*#section03 .container .contact:hover {
  background-color: #28c936;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 #eaeaea;
          box-shadow: 0 0 0 #eaeaea;
  color: #fff;
}
#section03 .container .contact:hover .icon-right-open {
  font-size: 2.8rem;
  color: #fff;
  background-color: #28c936;
}*/

/*--------------------------
section04
---------------------------*/

#section04 {
  padding: 147px 0 130px;
  position: relative;
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  #section04 {
    min-width: initial;
    padding: 72px 0 56px;
  }
}
#section04 .subtitle {
  color: #0c6f3e;
  font-family: "Montserrat", "Roboto", Tahoma, Helvetica, Arial sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../img/futoko_lp/title_point.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 20px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section04 .subtitle {
    font-size: 2.8rem;
  }
}
#section04 .subtitle:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
  margin-right: 5px;
}
#section04 .subtitle:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #0c6f3e;
  display: block;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
  margin-left: 5px;
}
#section04 .subtitle.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#section04 .title {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.5208333333;
  text-align: center;
  margin-top: 26px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section04 .title {
    font-size: 3.6rem;
  }
}
#section04 .title.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.flow-list {
  width: 90%;
  max-width: 740px;
  margin: 90px auto 0;
  >li {
    display: flex;
    margin: 80px auto;
    background: #fff;
    border: solid 4px #29c936;
    padding: 30px;
    font-size: 18px;
    position: relative;
    img {
      width: 200px;
      flex: 0 0 200px;
    }
    .text-wrap {
      flex: 1 0 45%;
      padding-left: 20px;
      h3 {
        margin-bottom: 20px;
      }
      p {
        line-height: 1.6;
      }
      p:not(:last-child),
      ul:not(:last-child) {
        margin-bottom: 1em;
      }
      ul {
        padding-left: 1.2em;
        li {
          list-style: disc;
          margin-bottom: 10px;
          line-height: 1.6;
        }
      }
      .sub {
        font-size: 0.8em;
      }
    }
  }
}

.flow-list >li::before {
  counter-increment: number 1;
  content: " STEP" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c6f3e;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: -40px;
  left: -40px;
}

@media only screen and (max-width: 768px) {
  .flow-list {
    width: 90%;
    max-width: 740px;
    margin: 90px auto 0;
    >li {
      display: block;
      margin: 80px auto;
      padding-top: 50px;
      font-size: 16px;
      img {
        display: block;
        margin: 0 auto 20px;
      }
      .text-wrap {
        padding-left: 0;
      }
    }
  }
  .flow-list >li::before {
    top: -50px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}

/* 電話ボタン */
.sp {
    display: none;
}

#header .contact.tel-cv--header {
    color: #222222d9;
    background-color: #eef74b;
    margin-left: 10px;
    border: 2px solid #edf74c;
}

#header .contact {
    padding: 0 10px;
    box-shadow: 4px 4px 0 #eaeaea;
}

#header .icon-tel {
    width: 2.6rem;
    margin-right: 10px;
    margin-top: 4px;
}

#section01 .contact a.tel-cv {
    font-size: 3.2rem;
    background-color: #edf74c;
    border: 2px solid #edf74c;
    color: #222222d9;
    position: relative;
}

.tel-cv {
    margin-top: 40px!important;
}

.icon-tel {
    width: 4.4rem;
    margin-right: 44px;
}

a.tel-cv::before {
    text-align: center;
    content: "お電話でのご相談も歓迎です";
    position: absolute;
    display: block;
    width: 80%;
    line-height: 26px;
    left: 50%;
    height: 30px;
    color: #e46d49;
    border: 2px solid #e46d49;
    border-radius: 100vh;
    background: #fff;
    font-size: 1.6rem;
    transform: translate(-50%, -184%);
    max-width: 340px;
}

/*#header .contact.tel-cv--header:hover, #section01 .contact a.tel-cv:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 #eaeaea;
    box-shadow: 0 0 0 #eaeaea;
    color: #222222d9;
}

#section01 .contact a.tel-cv:hover .icon-right-open {
    font-size: 2.8rem;
    color: #222222d9;
}*/

#section03 .container .contact.contact--footer {
    border: none;
    background: #fff;
    color: #29c936;
}

#section03 .container .contact.contact--footer .icon-right-open {
    background-color: #29c936;
    color: #fff;
}

/*#section03 .container .contact.contact--footer:hover .icon-right-open {
    background-color: #fff!important;
    color: #29c936!important;
}*/

.tel-cv-note {
    margin: 20px auto 0!important;
    text-align: center!important;
    color: #222222d9;
    font-size: 1.6rem!important;
}

.tel-cv-note--footer {
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none
    }
    .sp {
        display: block;
    }
    #header .container {
        padding: 0 12px;
    }
    #section01 .contact a.tel-cv {
        font-size: 4.4rem;
    }
    #header .icon-tel {
        width: 3.6rem;
        margin-top: 0;
    }
    .icon-tel {
        width: 5.6rem;
        margin-right: 6px;
    }
    a.tel-cv::before {
        font-size: 2.2rem;
        transform: translate(-50%, -122%);
    }
    .tel-cv-note {
        font-size: 2.4rem!important;
    }
}

@media only screen and (max-width: 580px) {
    a.tel-cv::before {
        font-size: 2.6rem;
    }
}

/* 料金  */
.price-table {
  text-align: center;
  max-width: 440px;
  margin: 30px auto;
}

/* バナーCTA  */
.cta-banner-wrapper {
    margin: 80px auto 0;
    width: 90vw;
    max-width: 1100px;
    display: grid;
    gap: 30px;
}
.cta-banner__inner {
    color: #fff;
    background: #36B09A;
    border-radius: 8px;
    filter: drop-shadow(0px 12px 24px rgba(54, 176, 154, 0.3));
    display: flex;
}
.cta-banner__image-wrapper {
    width: 30%;
    border-radius: 8px 0 0 8px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
[data-image="futoko-online"] {
    background-image: url("../../img/futoko_lp/banner-online.webp");
}
[data-image="online-salon"] {
    background-image: url("../../img/futoko_lp/banner-community.webp");
}
.cta-banner__text-wrapper {
    width: 70%;
    padding: 30px;
    font-weight: 700;
}
.cta-banner__text {
    line-height: 1.75;
    font-size: 2rem;
}
.cta-banner__marker {
    text-decoration: underline 2px #edf74c;
    text-underline-offset: 6px;
}
.cta-banner__cta {
    margin-top: 10px;
    display: inline-block;
    background: #ffffffe8;
    color: #36b09a;
    padding: 6px 8px;
    border-radius: 4px;
}
.cta-banner.yellow .cta-banner__inner {
    color: #222222d9;
    background: #edf74c;
}
.cta-banner.yellow .cta-banner__cta {
    color: #222222d9;
}
.cta-banner.purple .cta-banner__inner {
    background: #8162b9;
}
.cta-banner.purple .cta-banner__cta {
    color: #8162b9;
}
.cta-banner.orange .cta-banner__inner {
    background: #ec7551;
}
.cta-banner.orange .cta-banner__cta {
    color: #ec7551;
}
@media only screen and (max-width: 768px) {
    .cta-banner-wrapper {
        margin-top: 70px;
        gap: 20px;
    }
    .cta-banner__inner {
        flex-direction: column;
    }
    .cta-banner__image-wrapper {
        width: 100%;
        height: 160px;
        border-radius: 8px 8px 0 0;
    }
    .cta-banner__text-wrapper {
        width: 100%;
        padding: 12px 16px 16px;
    }
    .cta-banner__text {
        font-size: 3rem;
    }
    .cta-banner__cta {
        margin-top: 16px;
        font-size: 2.8rem;
    }
}

/* 親コミュ */

@media only screen and (max-width: 768px) {
  #header .logo.oya {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  #main_visual .container h1 .h1_04.oya {
    font-size: 6rem;
  }
}

a.oya-cv {
  border-color: #0c6f3e !important;
  background-color: #0c6f3e !important;
  &::after {
    content: none !important;
  }
  .icon-talk {
    margin-right: 26px;
  }
}

@media only screen and (max-width: 768px) {
  a.oya-cv {
    .icon-talk {
      margin-right: 0;
    }
  }
}

#section01 .poinContainer > div p {
  width: 424px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
#section01 .poinContainer > div .detail {
  margin: 1.6em 1.2em;
}
#section01 .poinContainer > div .detail li {
  width: 424px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  list-style: disc;
  transition: none;
  transform: none;
  opacity: 1;
  margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {
  #section01 .poinContainer > div p {
    width: 100%;
    font-size: 2.8rem;
  }
  #section01 .poinContainer > div .detail {
    margin: 1.6em 2.2em;
  }
  #section01 .poinContainer > div .detail li {
    width: 100%;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 768px) {
  #section01 .title.oya {
    font-size: 5.6rem;
  }
}

.oya-image {
  text-align: center;
  background-color: #e5ffe7;
  margin: 40px auto 0;
  .oya-inner {
    width: 1122px;
    margin: 0 auto;
    padding: 60px 0;
    figure {
      img {
        width: 90%;
        max-width: 600px;
        margin-bottom: 20px;
      }
      figcaption {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 20px;
      }
    }
    p {
      font-size: 18px;
      line-height: 1.7;
    }
  }
}
@media only screen and (max-width: 768px) {
  .oya-image {
    .oya-inner {
      width: 90%;
      margin: 0 auto;
      p {
        font-size: 16px;
        text-align: left;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  #footer .container .logo.oya {
    width: 250px;
  }
}

.footer-link {
  flex: 0 0 100%;
  display: flex;
  margin-bottom: 30px;
  li {
    margin-inline: 10px;
    a {
      font-size: 12px;
      text-decoration: underline;
    }
  }
}

@media only screen and (max-width: 768px) {
  .footer-link {
    display: block;
    margin-bottom: 30px;
    li {
      margin: 20px 0;
      text-align: center;
    }
  }
}

/*キャンペーンポップアップ*/
.leadhack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
  .leadhack-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    width: 90vw;
    max-width: 500px;
    .close-button {
      appearance: none;
      -webkit-appearance: none;
      font-family: "Noto Sans", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo,
    sans-serif;
      background: #0a2a25;
      border: none;
      border-radius: 4px;
      color: #fff;
      font-weight: bold;
      margin-top: 10px;
      text-align: center;
      padding: 15px;
      width: 100%;
      cursor: pointer;
    }
  }
}
