@charset "UTF-8";
/*--------------------
Reset CSS
--------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-style: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*影*/
/*テキスト背景塗りつぶし*/
/*テキストアンダーライン*/
/*テキストハイライト*/
/*斜線で囲む*/
/*三角で囲む*/
/*縦リボン*/
/*--------------------
Base Style
--------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  background-color: #FCFCFC;
  font-size: 1.5rem;
}
@media only screen and (max-width: 720px) {
  body {
    font-size: 1rem;
  }
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  cursor: pointer;
}

h2 {
  font-size: 2.125rem;
  font-family: corporate-logo-ver2, "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 720px) {
  h2 {
    font-size: 1.25rem;
  }
}

.inner {
  max-width: 1200px;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.orange {
  color: #FFC042;
}

.green {
  color: #37AB9D;
}

.fwb {
  font-weight: 700;
}

.big {
  font-size: 2.375rem;
}
@media only screen and (max-width: 720px) {
  .big {
    font-size: 1.375rem;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 720px) {
  .sp-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 720px) {
  .desktop-only {
    display: none;
  }
}

.is-hidden {
  display: none;
}

.change-color {
  background-color: #FCFCFC;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.is-fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*--------------------
Main Style
--------------------*/
/*--------------------
Header
--------------------*/
.header {
  z-index: 999;
  position: fixed;
  width: 100%;
}
.header__flex {
  height: 80px;
  padding: 0 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #37AB9D;
}
@media only screen and (max-width: 720px) {
  .header__flex {
    height: 60px;
  }
}
.header__flex--left {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.125rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.header__flex--left img {
  height: 46px;
  margin-right: 18px;
}
@media only screen and (max-width: 720px) {
  .header__flex--left img {
    height: 36px;
    margin-right: 10px;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.header__flex--left h1 img {
  height: 16px;
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  .header__flex--left h1 {
    height: 10px;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
.header__flex--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__flex--right img {
  width: 300px;
}
.header__flex--right img:hover {
  opacity: 0.8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header #nav {
  position: fixed;
  z-index: -1;
  top: -120%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #37AB9D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: corporate-logo-ver2, "Noto Sans JP", sans-serif;
}
.header #nav .flex {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 720px) {
  .header #nav .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
.header #nav.panelActive {
  top: 0;
  opacity: 1;
  z-index: 999;
}
.header #nav.panelActive ul {
  display: block;
}
.header ul {
  z-index: 999;
}
@media only screen and (max-width: 720px) {
  .header ul:first-child, .header ul:nth-child(2) {
    margin-left: 0px;
  }
}
.header li {
  text-align: left;
  background-image: url(../images/disc.png);
  background-position: top 10px left;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header li:hover {
  background-image: url(../images/disc_hover.png);
}
.header li a {
  margin-bottom: 1.5em;
  color: #FCFCFC;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  padding-left: 20px;
}
.header li a:hover {
  color: #FFC042;
}
@media only screen and (max-width: 720px) {
  .header li a {
    font-size: 1.25rem;
  }
}
.header .btn {
  background-image: none;
}
.header .btn a {
  width: 100%;
  padding: 0.7em 3em 0.7em 2em;
  border-radius: 50px;
  border: 2px solid #FFC042;
  font-size: 1.25rem;
  font-family: corporate-logo-ver2, "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #FCFCFC;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header .btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 53%;
  right: 1em;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .btn a:hover {
  background-color: #FFC042;
  color: #FCFCFC;
}
.header .btn a:hover:after {
  border-left: 5px solid #FCFCFC;
}
@media only screen and (max-width: 720px) {
  .header .btn a {
    font-size: 18px;
  }
}
.header .btn:hover {
  background-image: none;
}
.header .toggle {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 720px) {
  .header .toggle {
    width: 50px;
    height: 50px;
  }
}
.header .toggle span {
  display: inline-block;
  position: absolute;
  right: 16px;
  height: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
  background-color: #FCFCFC;
  width: 60%;
}
@media only screen and (max-width: 720px) {
  .header .toggle span {
    right: 12px;
    height: 2px;
  }
}
.header .toggle span:nth-of-type(1) {
  top: 20px;
}
@media only screen and (max-width: 720px) {
  .header .toggle span:nth-of-type(1) {
    top: 12px;
  }
}
.header .toggle span:nth-child(2) {
  top: 30px;
}
@media only screen and (max-width: 720px) {
  .header .toggle span:nth-child(2) {
    top: 22px;
  }
}
.header .toggle span:nth-child(3) {
  top: 40px;
}
@media only screen and (max-width: 720px) {
  .header .toggle span:nth-child(3) {
    top: 32px;
  }
}
.header .toggle.active span {
  background-color: #FCFCFC;
}
.header .toggle.active span:nth-of-type(1) {
  width: 50%;
  top: 24px;
  right: 15px;
  -webkit-transform: translateY(6px) rotate(-40deg);
          transform: translateY(6px) rotate(-40deg);
}
@media only screen and (max-width: 720px) {
  .header .toggle.active span:nth-of-type(1) {
    top: 20px;
    right: 12px;
  }
}
.header .toggle.active span:nth-of-type(2) {
  display: none;
}
.header .toggle.active span:nth-of-type(3) {
  width: 50%;
  top: 36px;
  right: 15px;
  -webkit-transform: translateY(-6px) rotate(40deg);
          transform: translateY(-6px) rotate(40deg);
}
@media only screen and (max-width: 720px) {
  .header .toggle.active span:nth-of-type(3) {
    top: 32px;
    right: 12px;
  }
}

/*--------------------
Main
--------------------*/
/*FV*/
/*SP限定固定ボタン*/
.sp-cv {
  position: fixed;
  bottom: 0;
  z-index: 2;
}

/*people:下記に該当するあなたは要チェック！*/
.people {
  padding-top: 80px;
}
.people .inner {
  background: url(../images/sun.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: top 100px right;
}
@media only screen and (max-width: 720px) {
  .people .inner {
    background-size: 50px;
    background-position: top 50px right;
  }
}
.people h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 720px) {
  .people h2 {
    margin-bottom: 40px;
  }
}
.people ul {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 720px) {
  .people ul {
    font-size: 1rem;
  }
}
.people ul li {
  padding-left: 60px;
  padding-bottom: 24px;
  background: url(../images/list_marker.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
@media only screen and (max-width: 720px) {
  .people ul li {
    background-size: 24px;
    padding-left: 40px;
  }
}
.people ul li .deco {
  padding-bottom: 5px;
  border-bottom: 5px solid #FFC042;
  padding-bottom: 0em;
}
@media only screen and (max-width: 720px) {
  .people ul li .deco {
    border-bottom: 2px solid #FFC042;
  }
}

/*introduction*/
.introduction {
  padding-top: 60px;
  background-color: #FFF0D1;
}
@media only screen and (max-width: 720px) {
  .introduction {
    padding-top: 40px;
  }
}
.introduction .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 720px) {
  .introduction .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introduction .flex__left {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .introduction .flex__left {
    width: 100%;
  }
}
.introduction .flex__left h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 720px) {
  .introduction .flex__left h2 {
    text-align: center;
  }
}
.introduction .flex__left h2 .deco {
  padding-bottom: 5px;
  border-bottom: 5px solid #FFC042;
}
@media only screen and (max-width: 720px) {
  .introduction .flex__left h2 .deco {
    border-bottom: 2px solid #FFC042;
  }
}
@media only screen and (max-width: 720px) {
  .introduction .flex__left p {
    text-align: center;
  }
}
.introduction .flex__left p .deco {
  font-size: 2.375rem;
  font-weight: bold;
  color: #FFC042;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
@media only screen and (max-width: 720px) {
  .introduction .flex__left p .deco {
    font-size: 1.5rem;
  }
}
.introduction .flex__right {
  width: 25%;
}
@media only screen and (max-width: 720px) {
  .introduction .flex__right {
    width: 50%;
    margin-top: 50px;
  }
}

/*cv-area-1*/
.cv-area-1 {
  background: #FFF0D1;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .cv-area-1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cv-area-1 .cv-btn {
  text-align: center;
}
.cv-area-1 img {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .cv-area-1 img {
    width: 100%;
  }
}
.cv-area-1 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*solar:太陽光発電のメリット*/
.solar {
  padding-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .solar {
    padding-top: 60px;
  }
}
.solar h2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 720px) {
  .solar h2 {
    margin-bottom: 40px;
  }
}
.solar .frame-1 {
  position: relative;
  z-index: -1;
  border: 5px solid #37AB9D;
  border-radius: 20px;
  padding: 2em;
  padding-top: 3em;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media only screen and (max-width: 720px) {
  .solar .frame-1 {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
    border-radius: 10px;
    border: 3px solid #37AB9D;
    padding: 2em 1em;
  }
}
.solar .frame-2 {
  position: relative;
  z-index: -1;
  border: 5px solid #37AB9D;
  border-radius: 20px;
  padding: 2em;
  padding-top: 3em;
  -webkit-transform: translateY(-270px);
          transform: translateY(-270px);
}
@media only screen and (max-width: 720px) {
  .solar .frame-2 {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
    border-radius: 10px;
    border: 3px solid #37AB9D;
    padding: 2em 1em;
  }
}
.solar .frame-3 {
  position: relative;
  z-index: -1;
  border: 5px solid #37AB9D;
  border-radius: 20px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 4em;
  padding-bottom: 2em;
  -webkit-transform: translateY(-490px);
          transform: translateY(-490px);
}
@media only screen and (max-width: 720px) {
  .solar .frame-3 {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
    border-radius: 10px;
    border: 3px solid #37AB9D;
    padding: 2em 1em;
  }
}
.solar .title .img1 {
  width: 350px;
}
@media only screen and (max-width: 720px) {
  .solar .title .img1 {
    width: 210px;
  }
}
.solar .title .img2 {
  width: 490px;
}
@media only screen and (max-width: 720px) {
  .solar .title .img2 {
    width: 290px;
  }
}
.solar .title .img3 {
  width: 680px;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media only screen and (max-width: 720px) {
  .solar .title .img3 {
    width: 380px;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}
.solar .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 720px) {
  .solar .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solar .flex img {
  width: 14%;
}
@media only screen and (max-width: 720px) {
  .solar .flex img {
    width: 40%;
    margin-bottom: 30px;
  }
}
.solar .flex p {
  width: 78%;
  text-align: left;
  font-size: 1.25rem;
}
@media only screen and (max-width: 720px) {
  .solar .flex p {
    width: 100%;
    font-size: 1rem;
  }
}

/*about*/
.about {
  -webkit-transform: translateY(-350px);
          transform: translateY(-350px);
  padding-top: 80px;
  padding-bottom: 100px;
  background: #FFF0D1;
}
@media only screen and (max-width: 720px) {
  .about {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    padding-bottom: 80px;
  }
}
.about .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media only screen and (max-width: 720px) {
  .about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .flex h2 {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .about .flex h2 {
    margin-bottom: 20px;
  }
}
.about .flex img {
  width: 200px;
  margin-left: 50px;
}
@media only screen and (max-width: 720px) {
  .about .flex img {
    width: 150px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.about .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 720px) {
  .about .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .group .card {
  width: 32%;
  border-radius: 20px;
  padding: 1.2em;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 720px) {
  .about .group .card {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.about .group .card h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 720px) {
  .about .group .card h3 {
    font-size: 1.25rem;
  }
}
.about .group .card .line {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 50px;
  height: 20px;
  border-bottom: 2px solid #FFC042;
}
.about .group .card img {
  margin-bottom: 20px;
}
.about .group .card p {
  font-size: 1.25rem;
}
@media only screen and (max-width: 720px) {
  .about .group .card p {
    font-size: 1rem;
  }
}

/*cv-area-2*/
.cv-area-2 {
  -webkit-transform: translateY(-350px);
          transform: translateY(-350px);
  background: #FFF0D1;
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .cv-area-2 {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    padding-bottom: 60px;
  }
}
.cv-area-2 .cv-btn {
  text-align: center;
}
.cv-area-2 img {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .cv-area-2 img {
    width: 100%;
  }
}
.cv-area-2 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*battery*/
/*example*/
.example {
  -webkit-transform: translateY(-220px);
          transform: translateY(-220px);
}
@media only screen and (max-width: 720px) {
  .example {
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px);
    padding-top: 100px;
  }
}
.example h2 {
  text-align: center;
  margin-bottom: 30px;
}
.example .card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 720px) {
  .example .card-group {
    display: block;
  }
}

/*message:メッセージ*/
.message {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding-top: 80px;
  background: #FFF0D1 url(../images/message_2.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: bottom 10px left -20px;
}
@media only screen and (max-width: 720px) {
  .message {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}
.message .inner {
  position: relative;
}
.message .inner img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 180px;
}
@media only screen and (max-width: 720px) {
  .message .inner img {
    width: 80px;
  }
}
.message .inner h2 {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
.message .frame {
  padding: 100px 80px 50px 80px;
  background: #FCFCFC;
  width: 80vw;
  margin-left: auto;
  border-radius: 30px 0 0 0;
}
@media only screen and (max-width: 720px) {
  .message .frame {
    padding: 50px 15px 20px 20px;
  }
}
.message .frame p {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 720px) {
  .message .frame p {
    font-size: 1rem;
  }
}

/*cv-area-3*/
.cv-area-3 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding-top: 80px;
  background: #FFF0D1;
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .cv-area-3 {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cv-area-3 .cv-btn {
  text-align: center;
}
.cv-area-3 img {
  width: 70%;
}
@media only screen and (max-width: 720px) {
  .cv-area-3 img {
    width: 100%;
  }
}
.cv-area-3 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*qa:よくあるご質問*/
.qa {
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .qa {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    padding-bottom: 40px;
  }
}
.qa .inner {
  position: relative;
}
.qa .inner img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 120px;
}
@media only screen and (max-width: 720px) {
  .qa .inner img {
    width: 70px;
  }
}
.qa h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 720px) {
  .qa h2 {
    margin-bottom: 50px;
  }
}
.qa #ac-menu li {
  margin-bottom: 20px;
  background: #FCFCFC;
  padding: 20px 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 720px) {
  .qa #ac-menu li {
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 15px;
  }
}
.qa #ac-menu .ac-btn {
  position: relative;
}
.qa #ac-menu .ac-btn.open h3:before {
  opacity: 0;
}
.qa #ac-menu .ac-btn.open h3:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa #ac-menu .ac-btn h3 {
  font-weight: normal;
  font-size: 1.25rem;
  font-weight: normal;
}
@media only screen and (max-width: 720px) {
  .qa #ac-menu .ac-btn h3 {
    font-size: 14px;
  }
}
.qa #ac-menu .ac-btn h3:before, .qa #ac-menu .ac-btn h3:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #FFC042;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 720px) {
  .qa #ac-menu .ac-btn h3:before, .qa #ac-menu .ac-btn h3:after {
    width: 14px;
    height: 2px;
    right: 0.5em;
  }
}
.qa #ac-menu .ac-btn h3:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.qa #ac-menu .ac-btn h3:hover {
  cursor: pointer;
}
.qa #ac-menu .ac-btn h3 .deco {
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FCFCFC;
  background: #FFC042;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}
@media only screen and (max-width: 720px) {
  .qa #ac-menu .ac-btn h3 .deco {
    margin-right: 5px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.qa #ac-menu .detail {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 30px;
  background: #FFF0D1;
  border-radius: 10px;
  font-size: 1.25rem;
  display: none;
}
@media only screen and (max-width: 720px) {
  .qa #ac-menu .detail {
    padding: 15px;
    font-size: 15px;
  }
}

/*contact:お問い合わせ*/
.contact {
  background: #37AB9D;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 720px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact .inner {
  width: 80vw;
}
@media only screen and (max-width: 720px) {
  .contact .inner {
    width: 90vw;
  }
}
.contact h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 2.125rem;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .contact h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.contact .form-extext {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 16px !important;
}
.contact .form__item--label {
  font-size: 1.25rem;
}
.contact .form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  background: #fff;
  padding: 50px 100px;
  border-radius: 10px;
}
@media only screen and (max-width: 720px) {
  .contact .form {
    color: 1rem;
    padding: 30px 5%;
    border-radius: 5px;
  }
}
.contact .form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact .form .required {
  height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 720px) {
  .contact .form .required {
    height: 20px;
    margin-bottom: 8px;
  }
}
.contact .form .radio {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact .form__item {
  padding-top: 0px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 720px) {
  .contact .form__item {
    padding-bottom: 10px;
  }
}
.contact .form__item label {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 720px) {
  .contact .form__item label {
    font-size: 1rem;
  }
}
.contact .form__item--label {
  margin-bottom: 0.2em;
  display: block;
}
@media only screen and (max-width: 720px) {
  .contact .form__item--label {
    font-size: 1rem;
  }
}
.contact .form__item--input {
  border: 2px solid #333333;
  border-radius: 4px;
  padding: 1em 1em;
  height: 2em;
  background: #FCFCFC;
  font-size: 1.25rem;
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .contact .form__item--input {
    font-size: 1rem;
    height: 3em;
  }
}
.contact .form__item--textarea {
  border: 2px solid #333333;
  border-radius: 5px;
  width: 100%;
  background: #FCFCFC;
  height: 300px;
  font-size: 1.25rem;
  padding: 0.5em;
}
@media only screen and (max-width: 720px) {
  .contact .form__item--textarea {
    font-size: 1rem;
  }
}
.contact .form__btn {
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: none !important;
  background-color: #fff !important;
}
.contact .form__btn:hover {
  opacity: 0.5;
}
.contact .form__btn img {
  width: 50%;
}
@media only screen and (max-width: 720px) {
  .contact .form__btn img {
    width: 100%;
  }
}

.policy {
  border: 2px solid #586365;
  margin-top: 32px;
}

.policy-title {
  background-color: #586365;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  font-size: 1rem;
}
@media only screen and (max-width: 720px) {
  .policy-title {
    font-size: 15px;
  }
}

.policy-text {
  padding: 16px;
  max-height: 200px;
  overflow-y: scroll;
  font-size: 0.9rem;
}

.policy-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-top: 16px;
}

/*--------------------
Footer
--------------------*/
.footer {
  padding-top: 80px;
  text-align: center;
  background-color: #efefef;
}
@media only screen and (max-width: 720px) {
  .footer {
    text-align: left;
  }
}
.footer__nav {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 720px) {
  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}
.footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 720px) {
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.footer__nav ul:first-child {
  margin: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 720px) {
  .footer__nav ul:first-child {
    margin: 0;
  }
}
.footer__nav ul li a {
  color: #333333;
}
.footer img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100px;
  margin-bottom: 50px;
}

.copy-right {
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
}

#send_comp {
  text-align: center;
  padding: 100px 0 100px;
}
#send_comp h2 {
  margin-bottom: 20px;
}
#send_comp p {
  margin-bottom: 50px;
  font-size: 18px;
}
#send_comp a {
  text-decoration: underline;
  color: #37AB9D;
  font-weight: normal;
  font-size: 18px;
}

/*thanks:サンクスページ*/
#thanks {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}
#thanks .inner {
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 720px) {
  #thanks .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#thanks h2 {
  display: inline;
  padding-bottom: 1rem;
  border-bottom: 3px solid #37AB9D;
}
#thanks p {
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 18px;
}
@media only screen and (max-width: 720px) {
  #thanks p {
    font-size: 16px;
  }
}
#thanks .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 720px) {
  #thanks .flex {
    display: block;
  }
}
@media only screen and (max-width: 720px) {
  #thanks .flex img {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */