@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
/*
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;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

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

input, select {
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.sitettl {
  text-align: center;
  margin: 18px 0 25px;
}

@media screen and (max-width: 767px) {
  .sitettl {
    margin: 13px calc(96/750*100%);
  }
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.body-inner {
  overflow: hidden;
}

.container {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.center {
  text-align: center;
}

p {
  line-height: 1.8;
  color: #333;
}

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

.num {
  font-family: 'Oswald', sans-serif;
}

.ttl {
  line-height: 1.5;
  color: #282828;
  letter-spacing: .05em;
  font-size: 3.4rem;
  margin-bottom: 1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 0, 0, 0.08)));
  background: -webkit-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.08) 60%);
  background: -o-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.08) 60%);
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.08) 60%);
  display: inline-block;
  padding: 0 27px;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 2.8rem;
  }
}

.ttl-en {
  font-size: 1.8rem;
  display: block;
  font-weight: 400;
}

.ttl-sub {
  line-height: 1.5;
  color: #282828;
  letter-spacing: .05em;
  font-size: 2.0rem;
  margin-bottom: 1em;
}

.ttl-wrap {
  text-align: center;
}

.note {
  font-size: 1.3rem;
  color: #666;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#sec-lead {
  background: url(../img/bg_key.png);
  background: #00b091;
  border-top: 5px solid #3f3d56;
  border-bottom: 5px solid #3f3d56;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #sec-lead {
    padding-top: 26px;
  }
  #sec-lead .container {
    padding-right: 0;
    padding-left: 0;
  }
}

#sec-lead .sec-lead--ttl {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #sec-lead .sec-lead--ttl {
    margin: 0 calc(140/750*100%) 20px;
  }
}

@media screen and (min-width: 768px) {
  #sec-lead .sec-lead--img {
    margin: 0 calc(-228/1100*100%) -240px calc(-141/1100*100%);
  }
}

@media screen and (max-width: 767px) {
  #sec-lead .sec-lead--img {
    margin-bottom: -113vw;
  }
}

#sec-feature {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  #sec-feature {
    margin-top: 113vw;
  }
}

@media screen and (min-width: 768px) {
  #sec-feature .sec-feature--wrap {
    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 screen and (min-width: 768px) {
  #sec-feature .sec-feature--box {
    width: calc(100% / 3 - 15px);
  }
}

@media screen and (max-width: 767px) {
  #sec-feature .sec-feature--box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #sec-feature .sec-feature--box:last-child {
    border-bottom: none;
  }
}

#sec-feature .sec-feature--box figure {
  margin-bottom: 10px;
}

#sec-plan {
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  #sec-plan .sec-plan--wrap {
    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;
    margin-bottom: 40px;
  }
}

#sec-plan .sec-plan--box {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  padding: 48px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #sec-plan .sec-plan--box {
    width: calc(100% / 3 - 15px);
  }
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--box {
    margin-bottom: 30px;
  }
}

#sec-plan .sec-plan--box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #282828;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 32px;
}

#sec-plan .sec-plan--box h4 {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #282828;
  letter-spacing: .05em;
  font-weight: 700;
  text-align: center;
}

#sec-plan .sec-plan--box-icon {
  position: absolute;
  top: -22px;
  left: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background-color: #fe5d4c;
  border-radius: 100%;
}

#sec-plan .sec-plan--box-icon p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.3rem;
}

#sec-plan .sec-plan--box-price {
  font-size: 2.2rem;
}

#sec-plan .sec-plan--box-price span {
  font-size: 1.8em;
  color: #ff4746;
}

#sec-plan .sec-plan--lead-note {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--lead-note {
    font-size: 1.6rem;
  }
}

#sec-plan .sec-plan--table {
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#sec-plan .sec-plan--table tr th {
  padding: 16px 10px;
}

#sec-plan .sec-plan--table tr td {
  text-align: center;
  padding: 16px 10px;
}

#sec-plan .sec-plan--table thead tr th {
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--table thead tr th {
    font-size: 1.4rem;
  }
}

#sec-plan .sec-plan--table thead tr th:nth-child(2) {
  background-color: #5fc9c0;
}

#sec-plan .sec-plan--table thead tr th:nth-child(3) {
  background-color: #53b2a5;
}

#sec-plan .sec-plan--table thead tr th:nth-child(4) {
  background-color: #489b8d;
}

#sec-plan .sec-plan--table tbody tr th {
  border: #fff 1px solid;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--table tbody tr th {
    font-size: 1.2rem;
  }
}

#sec-plan .sec-plan--table tbody tr td {
  border: #fff 1px solid;
}

@media screen and (max-width: 767px) {
  #sec-plan .sec-plan--table tbody tr td {
    font-size: 1.2rem;
  }
}

#sec-plan .sec-plan--table tbody tr td:nth-child(2) {
  background-color: #eafffd;
}

#sec-plan .sec-plan--table tbody tr td:nth-child(3) {
  background-color: #d7fffa;
}

#sec-plan .sec-plan--table tbody tr td:nth-child(4) {
  background-color: #c5fff5;
}

#sec-plan .note-area .note {
  text-indent: -3em;
  padding-left: 3em;
}

#sec-faq .faq-box dl {
  border-bottom: 1px solid #aaa;
  padding: 0 30px 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #sec-faq .faq-box dl {
    padding: 0 10px 15px;
    margin-bottom: 15px;
  }
}

#sec-faq .faq-box dl dt {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #sec-faq .faq-box dl dt {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}

#sec-faq .faq-box dl dt span {
  margin-top: -10px;
  color: #0076d7;
  font-weight: 700;
  font-size: 3.0rem;
  font-family: 'Oswald', sans-serif;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  #sec-faq .faq-box dl dt span {
    font-size: 2.6rem;
  }
}

#sec-faq .faq-box dl dd {
  padding-top: 10px;
  padding-left: 2em;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #sec-faq .faq-box dl dd {
    padding-left: 1em;
    font-size: 1.3rem;
  }
}

#sec-faq .faq-box dl dd span {
  margin-top: -10px;
  color: #fe5d4c;
  font-weight: 700;
  font-size: 3.0rem;
  font-family: 'Oswald', sans-serif;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  #sec-faq .faq-box dl dd span {
    font-size: 2.6rem;
  }
}

#sec-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  #sec-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sec-contact .container {
    padding-right: 0;
    padding-left: 0;
  }
}

#sec-contact .sec-contact--wrap {
  margin: 0 0 0 calc(370/1100*100%);
}

@media screen and (max-width: 767px) {
  #sec-contact .sec-contact--wrap {
    margin: 0;
  }
}

footer {
  padding-top: 40px;
  background-color: #3f3d56;
  color: #fff;
}

footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

footer .footer-bottom {
  background: #31303b;
}

footer .footer-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  footer .footer-wrap {
    margin-bottom: 35px;
  }
}

footer .footer-wrap .logo {
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  footer .footer-wrap .logo {
    margin: 0 calc(182/730*100%) 30px;
  }
}

footer .footer-wrap .logo-desc {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  footer .footer-wrap .logo-desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

footer .footer-wrap .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-wrap .footer-menu li {
  padding: 0 20px;
}

footer .footer-wrap .footer-menu li + li {
  border-left: 1px solid #fff;
}

footer .footer-wrap .footer-menu a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

#toline {
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #toline a {
    display: block;
    width: 50%;
    margin-left: auto;
  }
}
.hide{
  display: none;
}
#sec-contact ul.tab{
  display: flex;

}
#sec-contact ul.tab li{
  width: 50%;
  text-align: center;
  color:#fff;
  background-color: #bbb;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #sec-contact ul.tab li{
    font-size: 14px;
  }
}
#sec-contact ul.tab li.select{
  background-color: #00b091;
}
.tab_content{
  margin-top: -4px;
  border:4px solid #00b091;
  padding: 30px 0 0;
}
.tab_content form .form-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 50px 0;
}
@media screen and (max-width: 767px) {
  .tab_content form .form-wrap{
    padding: 0 15px;
  }
}
.tab_content form .form-wrap > dl{
  width: calc(50% - 15px);
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .tab_content form .form-wrap > dl{
    width: 100%;
  }
}
.tab_content form .form-wrap > dl dt{
  margin-bottom: .5em;
}
.tab_content form .form-wrap > dl dd input,
.tab_content form .form-wrap > dl dd textarea{
  border:1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
}
.tab_content form .form-wrap > dl dd textarea{
  height: 100px;
}
.tab_content form .btn-area{
  text-align: center;
  margin-bottom: 50px;
}
.tab_content form .form-wrap > dl.col1{
  width: 100%;
}
.tab_content form .btn-area .button{
  background-color: #00b091;
  display: inline-block;
  width: 280px;
  padding: 15px 15px;
  font-weight: 700;
  color:#fff;
  border-radius: 5px;
  font-size: 1.8rem;
}
.required{
  color:#f44336;
}

.works-wrapper{
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap:wrap;
}
.works-box{
  width: 33.333%;
  padding: 0 15px 30px;
}
.works-box a{
  display: block;
  text-decoration: none;
  line-height: 1.5;
}
.works-box figure{
  margin-bottom: .5em;
}
.works-box h3{
  margin-bottom: .5em;
  color:#333;
  font-weight: 400;
  font-size: 1.5rem;
}
.works-box p{
  color:#666;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .works-wrapper{
    margin-left: -5px;
    margin-right: -5px;
  }
  .works-box{
    width: 50%;
    padding:0 5px 15px;
  }
  .works-box h3{
    font-size: 1.3rem;
  }
  .works-box p{
    font-size: 1.2rem;
  }
}