@charset "utf-8";

/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

@media screen and (min-width: 751px) {
  .telLink {
    pointer-events: none;
  }
}

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

fieldset, img {
  border: 0
}

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

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

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

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 共通CSS */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x: hidden;
  color: #000;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  body {
    background: none;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0;
}

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

a {
  color: #000;
}

a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
a:hover img {
  opacity: 0.5;
}
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.pc_br {
  display: none;
}
.sp_br {
  display: block;
}
@media screen and (min-width: 751px) {
  .pc_br {
  display: block;
}
.sp_br {
display: none;
}

}

.tx-c {
  text-align: center;
}

.tx-r {
  text-align: right;
}

.tx-l {
  text-align: left;
}

.border-none {
  border: 0 !important;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: 76px;
  background-color: #fff;
z-index: 10;
}

header .header {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .header-left .logo {
  display: inline-block;
  width: 258px;
}

header .header-right ul li {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 0;
    height: auto;
  }

  header .header {
    width: 100%;
    padding: 15px 15px 10px;
    height: 60px;
  }

  header .header-left,
  header .header-right {
    display: inline-block;
    width: 50%;
  }

  header .header-left .logo {
    display: inline-block;
    width: 100%;
  }

  header .header-right ul li.header-btn-contact {
    display: none;
  }
}

/* フッタ */
footer {
  background-color: #2e2137;
  padding: 30px 0;
  color: #fff;
}

footer dl {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer dl dt {
  font-size: 16px;
}

footer dl dt span {
  font-size: 14px;
  display: block;
}

footer p#copyright {
  font-size: 13px;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 15px;
  }

  footer p#copyright {
    font-size: 11px;
  }

  footer dl dd {
    display: none;
  }
}

/* コンテンツ */
section {
  margin: 0 auto;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

section h2 {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section h2 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}

/* main-fv */
#main-fv {
  background: url(../img/img-fv.jpg) no-repeat;
  background-size: cover;
  height: 490px;
  margin: 0 auto;
  text-align: center;
  margin-top: 76px;
}

@media screen and (max-width: 768px) {
  #main-fv {
    background: url(../img/img-fv.jpg) no-repeat center top;
    background-size: auto 100%;
    height: auto;
    width: 100%;
    margin: 60px auto 0;
    padding-top: 0 30px 20px;
  }

  #main-fv .fv-btn-contact {
    margin: 0 40px 0;
    padding: 30px;
  }
}

/* service */
#service {
  background: url(../img/gray-bg.png) repeat center top;
  height: auto;
  width: 100%;
  text-align: center;
  padding: 70px 0 110px;
}

#service p.mark {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #service p.mark {
    margin: 20px auto;
    width: 30%;
  }
}
#service .service-box {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

#service .service-box p {
  width: 720px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #service .service-box {
    width: 100%;
  }

  #service .service-box p {
    width: 100%;
    padding: 10px 15px;
  }
}

/* nayami */
#nayami {
  background: url(../img/yellow-bg.png) repeat center top;
  height: auto;
  width: 100%;
  text-align: center;
  padding: 70px 0 30px;
}

#nayami .nayami-box-long {
  background: linear-gradient(-135deg, #9999cc, #fff);
  text-align: center;
  padding: 40px 0;
  clear: both;
  margin: 30px auto 80px;
}

#nayami .nayami-box-long p.title-long {
  font-size: 24px;
  font-weight: bold;
  color: #37327b;
  text-align: center;
  margin-bottom: 1em;
}

#nayami .nayami-box-long p {
  margin: 0 130px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #nayami .nayami-box-long p {
    margin: 0 30px;
  }
}

#nayami .photo-box-left {
  width: 50%;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

#nayami .photo-box-right {
  width: 50%;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

#nayami .text-box {
  width: 50%;

  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  text-align: left;
  padding: 30px 40px 40px;
}

#nayami .text-box .tx-nayami {
  font-size: 20px;
  line-height: 1.5;
  color: #1f5f4f;
}

#nayami .text-box .title {
  font-size: 22px;
  line-height: 1.5;
  color: #1f5f4f;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #dddfe8 solid;
}

#nayami .text-box p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #nayami .photo-box-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }

  #nayami .photo-box-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  #nayami .text-box {
    width: 100%;
    height: auto;
    padding: 20px
  }
  #nayami .text-box .title {
    font-size: 21px;
  }
}

#nayami ul li{
    list-style-type: disc;
    font-size: 95%;
    line-height: 1.4;
    font-weight: bold;
    margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #nayami ul li{
      list-style-type: disc;
      font-size: 100%;
      line-height: 2;
  }
}

/* price */
#price {
  padding: 70px 0 140px;
}

#price .price-box {
  margin-bottom: 50px;
}

#price .price-box .price-title {
  font-size: 26px;
  color: #37327b;
  margin-bottom: 10px;
}

#price .price-box table {
  width: 980px;
}

@media screen and (max-width: 768px) {
  #price .price-box table {
    width: 100%;
  }
}

#price .price-box table th,
#price .price-box table td {
  width: 50%;
  text-align: center;
  padding: 12px;
  border: 4px #fff solid;
}

#price .price-box table th {
  font-size: 22px;
  color: #fff;
  background-color: #9f9fe2;
}
@media screen and (max-width: 768px) {
  #price .price-box table th {
    font-size: 18px;
  }
}
#price .price-box table td {
  background-color: #f3f4f7;
}

.step-box {
  width: 822px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.step-box dl {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .step-box {
    width: 100%;
    display: block;
  }

  .step-box dl {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto 66px;
  }
}

.step-box dl dd {
  color: #37327b;
  text-align: left;
  margin: 0 10px;
}

.step-box dl dd.title {
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}

.area-box {
  width: 822px;
  background-color: #f3f4f7;
  margin: 0 auto;
  text-align: center;
}

.area-box .area-title {
  width: 100%;
  background-color: #2e2137;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

.area-box .area-subtitle {
  color: #2e2137;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0 0;
  line-height: 1.4;
}
.area-box .area-subtitle span{
  font-size: 24px;
}

.area-box img {
  margin: 40px 0 80px;
}

@media screen and (max-width: 768px) {
  .area-box {
    width: 100%;
  }

  .area-box img {
    padding: 20px 15px;
    margin: 0;
  }
}

/* Q&A */
#qa {
  padding: 70px 0 30px;
  background-color: #f3f4f7;
}

#qa .qa-box dl {
  width: 994px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #qa .qa-box dl {
    width: 100%;
    display: block;
  }
}

#qa .qa-box dl dt {
  font-size: 28px;
  font-weight: bold;
  width: 100px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #qa .qa-box dl dt {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
  }
}

#qa .qa-box dl.box-q dt {
  color: #37327b;
  background: linear-gradient(-135deg, #fff, #9999cc);
}

#qa .qa-box dl.box-a dt {
  color: #1f5f4f;
}

#qa .qa-box dl dd {
  width: 100%;
  padding: 30px 60px 30px 30px;
  vertical-align: middle;
}

#qa .qa-box dl.box-q dd {
  font-size: 18px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #qa .qa-box dl.box-a dd {
    padding: 0 30px 30px;
    vertical-align: top;
  }
  #qa .qa-box dl.box-q dd {
    font-size: 16px;
  }
}
#qa .qa-box dl.box-a dd {
  font-size: 16px;
}

#qa p {
  line-height: 2;
  margin-bottom: 48px;
}

#qa h3 {
  color: #d7483b;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 solid 1px;
}

#qa p.text-q {
  font-size: 25px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}

/* フォームリセット */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="checkbox"] {
  display: inline;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
/* contact */
#contact {
  padding: 70px 0 100px;
}

#contact .contact-box {
  width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contact .contact-box {
    width: 100%;
  }
}

#contact .contact-box dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #e0e1e5 solid;
}

#contact .contact-box dl.pp {
  align-items: baseline;
}

#contact .contact-box dl dt {
  font-size: 18px;
  width: 30%;
}

#contact .contact-box dl dt span {
  color: #37327b;
  font-size: 14px;
  padding-left: 1em;
}

#contact .contact-box dl dd {
  font-size: 18px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  #contact .contact-box dl {
    display: block;
  }

  #contact .contact-box dl dt {
    width: 100%;
  }

  #contact .contact-box dl dd {
    width: 100%;
  }
}

#contact .contact-box dl dd input[type="text"] {
  width: 100%;
  min-height: 60px;
  padding: 20px;
  background-color: #eff0f3;
}
@media screen and (max-width: 768px) {
  #contact .contact-box dl dd input[type="text"] {
    min-height: 40px;
    padding: 10px;
  }
}
#contact .contact-box input[type="submit"] {
  width: 300px;
  height: 70px;
  background-color: #1f5f4f;
  border-radius: 34px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  cursor: pointer;

}

#contact .contact-box dl dd textarea {
  background-color: #eff0f3;
  width: 100%;
  padding: 20px;
}

#contact .contact-box dl dd input.w28 {
  width: 27%;
}

#contact .contact-box dl dd .pp-box {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
}

#contact .contact-box dl dd .pp-text {
  font-size: 16px;
  padding: 10px;
  border: 1px #e0e1e5 solid;
  overflow: scroll;
  height: 150px;
}

#contact .contact-box dl dd .pp-text span {
  font-size: 14px;
  display: block;
}

#contact .contact-box .contact-botton {
  text-align: center;
  margin-top: 30px;
}

/* qa-アコーディオン */
.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00aaa7;
  color: #000;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 5px #37327b;
  border-right: solid 5px #37327b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .article-title:after {
    top: 50%;
}
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}
