@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'MyYuMincho';
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #464646;
  font-family: 'YuMincho', 'Yu Mincho Demibold', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
main {
  margin-top: 6vw;
}
@media screen and (max-width: 1050px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin-top: 60px;
  }
}
canvas {
  vertical-align: bottom;
}
h2.en-title {
  text-align: center;
}
h2.en-title span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: 1px solid #b5c0ca;
}
h2.en-title::after {
  content: attr(data-title);
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1550px) {
  h2.en-title span {
    font-size: 1.93548vw;
  }
  h2.en-title::after {
    margin-top: 0.64516vw;
    font-size: 0.96774vw;
  }
}
@media screen and (max-width: 768px) {
  h2.en-title span {
    font-size: 2.5rem;
  }
  h2.en-title::after {
    font-size: 1.1rem;
  }
}
h2.dotted {
  text-align: center;
}
h2.dotted span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: 1px dotted #3ec4d8;
}
@media screen and (max-width: 1550px) {
  h2.dotted span {
    font-size: 1.93548vw;
  }
}
@media screen and (max-width: 768px) {
  h2.dotted span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  h2.dotted span {
    font-size: 2rem;
  }
}
.red {
  color: #f73f3f;
}
/*レスポンシブ
-------------------*/
.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-pc {
    display: none;
  }
}
/* --------------------------
* 波アニメーション
* --------------------------- */
.wave {
  background: url("../images/bg-wave2.png");
}
.wave h2.wave-title {
  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;
  height: 286px;
  background: #7edaea;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #7edaea), to(rgba(126, 218, 234, 0)));
  background: linear-gradient(180deg, #7edaea 60%, rgba(126, 218, 234, 0) 100%);
}
@media screen and (max-width: 1550px) {
  .wave h2.wave-title {
    height: 18.45161vw;
  }
  .wave#kilays h2 img {
    width: 21.74194vw;
  }
  .wave#rs h2 img {
    width: 29.41935vw;
  }
  .wave#fc h2 img {
    width: 51.29032vw;
  }
}
.container,
.container02 {
  max-width: 1550px;
  margin: 0 auto;
}
@media screen and (max-width: 1550px) {
  .container {
    padding-left: 10%;
    padding-right: 10%;
  }
  .container02 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.serif {
  font-family: 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Noto Serif JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, serif;
}
/* =========================
 フェードイン
=========================== */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: 1s;
  transition: 1s;
}
.fadeIn-child {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
/* --------------------------
* 概要
* --------------------------- */
.summary {
  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;
  margin: 0 5%;
  margin-bottom: 110px;
  position: relative;
}
.summary.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.summary.reverse figure {
  margin-right: 0;
}
.summary > div {
  -ms-flex-preferred-size: 47.8%;
  flex-basis: 47.8%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.summary > div p {
  font-size: 2.3rem;
  margin-top: 44px;
  margin-bottom: -9px;
}
.summary > div p span {
  display: inline-block;
}
.summary h3 {
  margin: 0 0 47px;
  font-size: 4rem;
  line-height: 1;
  color: #3ec4d8;
}
.summary-title {
  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;
  margin-bottom: 38px;
}
.summary-title h3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.summary-title figure {
  max-width: 198px;
}
.summary > figure {
  position: relative;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 3;
  margin-right: 15px;
}
.summary > figure::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: #93ddea;
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  .summary {
    margin: 0;
    margin-bottom: 7.09677vw;
  }
  .summary > div p {
    font-size: 1.4vw;
    margin-top: -0.46452vw;
    margin-bottom: 2.95484vw;
  }
  .summary h3 {
    font-size: 2.58065vw;
    margin: 0 0 3.03226vw;
  }
  .summary-title {
    margin-bottom: 2.45161vw;
  }
  .summary-title h3 {
    margin-right: 3.09677vw;
  }
}
@media screen and (max-width: 768px) {
  .summary > div p {
    font-size: 2.2vw;
  }
  .summary h3 {
    font-size: 3.2vw;
  }
  .summary-title {
    position: relative;
  }
  .summary-title figure {
    max-width: 99px;
    position: absolute;
    right: 0;
    bottom: 120%;
  }
}
@media screen and (max-width: 480px) {
  .summary {
    display: block;
    margin-bottom: 50px;
  }
  .summary > div p {
    font-size: 1.4rem;
  }
  .summary h3 {
    font-size: 2rem;
    margin-top: 20px;
  }
  .summary-title {
    position: relative;
  }
  .summary-title figure {
    max-width: 99px;
    position: absolute;
    right: 0;
    bottom: 120%;
  }
}
/* --------------------------
* 丸リスト
* --------------------------- */
.circle-list-title {
  font-size: 3.5rem;
  text-align: center;
  margin-top: -10.5px;
  margin-bottom: 49.5px;
}
@media screen and (max-width: 1550px) {
  .circle-list-title {
    font-size: 2.25806vw;
    margin-top: -0.67742vw;
    margin-bottom: 3.19355vw;
  }
}
@media screen and (max-width: 768px) {
  .circle-list-title {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 480px) {
  .circle-list-title {
    font-size: 1.8rem;
  }
}
.circle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.circle-list li {
  width: 178px;
  height: 179px;
  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;
  background: url("../images/bg-circle-li.png") no-repeat;
  background-size: contain;
  font-size: 4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.125;
  text-align: center;
  color: #fff;
}
.circle-list li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1550px) {
  .circle-list li {
    width: 11.48387vw;
    height: 11.54839vw;
    font-size: 2.58065vw;
  }
  .circle-list li:not(:last-child) {
    margin-right: 1.6129vw;
  }
}
@media screen and (max-width: 480px) {
  .circle-list li {
    width: 14.5vw;
    height: 14.5vw;
    font-size: 1.2rem;
  }
  .circle-list li:not(:last-child) {
    margin-right: 1.5vw;
  }
}
/* --------------------------
* 白ボックス
* --------------------------- */
.outline {
  max-width: 1166px;
  margin: 70px auto 65px;
  padding: 45px 72px;
  background: #fff;
  border-radius: 5px;
}
.outline h3 {
  text-align: center;
  font-size: 3.5rem;
  color: #577b92;
  line-height: 1.4;
  margin-top: -7px;
  margin-bottom: 47px;
}
.outline > div {
  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;
}
.outline figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}
.outline p {
  margin-left: 32px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1550px) {
  .outline {
    margin: 4.51613vw auto 4.19355vw;
    padding: 2.90323vw 4.64516vw;
  }
  .outline h3 {
    font-size: 2.25806vw;
    margin-top: -0.45161vw;
    margin-bottom: 3.03226vw;
  }
  .outline p {
    margin-left: 2.06452vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .outline h3 {
    font-size: 2.8vw;
  }
  .outline p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .outline h3 {
    font-size: 4.53333vw;
  }
  .outline p {
    font-size: 1.4rem;
  }
  .outline > div {
    display: block;
  }
  .outline > div figure {
    margin: 20px 0 15px;
    text-align: center;
  }
}
/* --------------------------
* 参考価格ボタン
* --------------------------- */
.btn-price {
  display: block;
  position: relative;
  margin: 65px auto 0;
  padding: 16px 0;
  min-width: 300px;
  width: 53.3%;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  background: #003c88;
  border-radius: 36px;
}
.btn-price02 {
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding: 5px 10px;
  min-width: 300px;
  width: 100%;
  font-size: 1vw !important;
  text-align: center;
  color: #fff;
  background: #75a1be;
  border-bottom: 1px solid #fff;
}
.btn-price::after {
  content: '';
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  background: url("../images/icon-arrow.png") no-repeat;
  background-size: contain;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1550px) {
  .btn-price {
    margin: 4.19355vw auto 0;
    padding: 1.03226vw 0;
    font-size: 1.6129vw;
    border-radius: 2.32258vw;
  }
  .btn-price02 {
    margin: 4.19355vw auto 0;
    font-size: 1.6129vw;
  }
  .btn-price::after {
    width: 2.51613vw;
    height: 2.51613vw;
    right: 1.03226vw;
  }
}
@media screen and (max-width: 768px) {
  .btn-price {
    font-size: 2.60417vw;
    border-radius: 3.51563vw;
  }
  .btn-price02 {
    font-size: 2.60417vw;
  }
  .btn-price::after {
    width: 3.51563vw;
    height: 3.51563vw;
    right: 1.04167vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-price {
    font-size: 1.25rem;
    margin: 40px auto;
    padding: 10px 0;
    border-radius: 26px;
  }
  .btn-price02 {
    font-size: 2rem;
    margin: 40px auto;
    padding: 10px 0;
  }
  .btn-price::after {
    width: 32px;
    height: 32px;
    right: 10px;
  }
}
/* --------------------------
* ヘッダー
* --------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0 1.5625vw 2.86458vw;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(to bottom, #fff 50%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 1.30378vw 2.60756vw;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0 10px 20px;
  }
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73vw;
  align-items: center;
}
.header-btn a {
  min-width: auto;
  font-size: 1.30208vw;
}
header .header-btn img {
  max-width: 115px;
  margin-top: 20px;
}
header .header-btn .cat img {
  max-width: 450px;
  margin-top: 5px;
}
a.btn-price02.v1 img {
  max-width: 80px;
}
a.btn-price02.v2 img {
  max-width: 100px;
}
@media screen and (max-width: 1100px) {
  header .header-btn .cat img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  header .header-btn img {
    width: 100%;
    margin-top: 0;
  }
  .header-btn {
    width: 100%;
    font-size: 2.60756vw;
  }
  .header-btn a {
    padding-right: 0;
  }
  .header-btn a::after {
    display: none;
  }
  a.btn-price02.v1 img {
    max-width: 50px;
  }
  a.btn-price02.v2 img {
    max-width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .header-btn {
    align-items: center;
  }
  header .header-btn img {
    max-width: 80px;
    margin-top: 0;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*position: relative;*/
}
.nav h1 {
  width: 25.36458vw;
  padding: 0 1.5625vw 0;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.96875vw;
  margin-bottom: 10px;
}
.nav ul li {
  border-radius: 50%;
  background-color: #3ec4d8;
  width: 5.20833vw;
  height: 5.20833vw;
  font-size: 1.45833vw;
  -webkit-box-shadow: 0 0 8px rgba(160, 160, 160, 0.8);
  box-shadow: 0 0 8px rgba(160, 160, 160, 0.8);
  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;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
.nav ul li:not(:last-child) {
  margin-right: 0.78125vw;
}
.nav .link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5vw 3.02083vw .5vw;
  width: 23vw;
  background: #577B92;
  z-index: 20;
}
.nav .link::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1vw 11.97917vw 0 0;
  border-color: #577B92 transparent transparent transparent;
}
.nav .link::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.97917vw 1vw 0;
  border-color: transparent #577B92 transparent transparent;
}
.nav .link p {
  color: #fff;
}
.nav .link p.link-title {
  font-size: 1.1vw;
}
.nav .link p.tel {
  margin: 10px 0;
}
.nav .link p.tel a {
  display: block;
}
.nav .link p.tel img:first-child {
  width: 1.92708vw;
}
.nav .link p.tel img:last-child {
  width: 13vw;
}
.nav .link p.tel img + img {
  margin-left: 0.72917vw;
}
.nav .link .btn-contact {
  display: block;
  background: #fff;
  letter-spacing: 0.4em;
  text-align: center;
  border-radius: 5px;
  font-size: 1.04167vw;
  margin-top: 0.41667vw;
  margin-bottom: 0.36458vw;
}
@media screen and (max-width: 768px) {
  .nav ul li {
    width: 6vw;
    height: 6vw;
    font-size: 1.82292vw;
  }
  .nav .link {
    right: 1.5vw;
    padding: 1vw 2.5vw;
  }
  .nav .link p.link-title {
    font-size: 1.4rem;
  }
  .nav .link .btn-contact {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  /*.nav {
    display: block;
  }*/
  .nav h1 {
    width: 243px;
    margin-bottom: 10px;
  }
  .nav ul {
    margin-left: 0;
    padding: 0 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav ul li {
    width: 11vw;
    height: 11vw;
    font-size: 1.82292vw;
  }
  .nav ul li:not(:last-child) {
    margin-right: 0;
  }
  .nav .link {
    right: 1.5vw;
    padding: 1vw 2.5vw;
  }
  .nav .link p.link-title {
    font-size: 1.4rem;
  }
  .nav .link .btn-contact {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .nav h1 {
    width: 200px;
    margin-bottom: 10px;
  }
}
.slider {
  padding: 0 3%;
  width: 94%;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.slider.slick-dotted.slick-slider {
  margin-bottom: 73px;
}
.slider-item {
  position: relative;
  color: #fff;
}
.slider-item > div {
  position: absolute;
  width: 58.2%;
  padding: 1.5625vw 2.44792vw;
  bottom: 3.69792vw;
  background: rgba(178, 178, 178, 0.3);
}
.slider .catch {
  font-size: 2.34375vw;
  margin-bottom: 2.08333vw;
}
.slider .catch-txt {
  font-size: 1.04167vw;
}
.slider .slick-dots {
  position: absolute;
  top: 47%;
  left: 0;
  bottom: auto;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: auto;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
}
.slider .slick-dots li button::before {
  width: 15px;
  height: 15px;
  content: '';
  background: #3ec4d8;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
  }
  .slider .catch {
    font-size: 2rem;
  }
  .slider .catch-txt {
    font-size: 1.6rem;
  }
  .slider .slick-dots {
    left: -1%;
  }
}
@media screen and (max-width: 767px) {
  .slider-item {
    height: 50vh;
  }
  .slider-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-item > div {
    width: 80%;
  }
  .slider .catch {
    font-size: 1.6rem;
  }
  .slider .catch-txt {
    font-size: 1.2rem;
  }
  .slider .slick-dots {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    /*width: 100%;*/
  }
  .slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
  }
  .slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
    background: #3ec4d8;
    border-radius: 50%;
  }
}
/* --------------------------
* kilays
* --------------------------- */
#kilays .canvas-area {
  margin-top: 40px;
}
@media screen and (max-width: 1550px) {
  #kilays {
    margin-top: 2.58065vw;
  }
}
/* --------------------------
* 施工案内
* --------------------------- */
.case {
  background: #ebeff1;
  padding-bottom: 100px;
}
@media screen and (max-width: 1550px) {
  .case {
    padding-bottom: 6.45161vw;
  }
}
.case-list {
  margin: 77px auto 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
}
.case-list li {
  width: 32%;
  max-width: 470px;
  border: 1px solid #3ec4d8;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 34px;
  background: #fff;
}
.case-list li div {
  padding: 34px 30px;
}
.case-list h3 {
  font-size: 2.5rem;
  margin-top: -7.5px;
  margin-bottom: 12.5px;
}
.case-list p {
  font-size: 2rem;
  margin-top: -6px;
  margin-bottom: -6px;
}
@media screen and (max-width: 1550px) {
  .case-list {
    margin: 4.96774vw auto 4.64516vw;
  }
  .case-list li {
    margin-bottom: 2.19355vw;
  }
  .case-list h3 {
    font-size: 1.6129vw;
    margin-top: -0.48387vw;
    margin-bottom: 0.80645vw;
  }
  .case-list p {
    font-size: 1.1vw;
    margin-top: -0.34839vw;
    margin-bottom: -0.34839vw;
  }
}
@media screen and (max-width: 768px) {
  .case-list li {
    width: calc(50% - 22px);
    max-width: 100%;
    margin-bottom: 33px;
  }
  .case-list h3 {
    font-size: 2rem;
    margin-top: -0.78125vw;
    margin-bottom: 0.25101vw;
  }
  .case-list p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .case-list {
    display: block;
  }
  .case-list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 33px;
  }
  .case-list h3 {
    font-size: 2rem;
    margin-top: -0.78125vw;
    margin-bottom: 0.25101vw;
  }
  .case-list p {
    font-size: 1.4rem;
  }
}
.sekou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sekou figure {
  width: 36.5%;
  -ms-flex-preferred-size: 36.5%;
  flex-basis: 36.5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 43px;
}
.sekou h3 {
  color: #3ec4d8;
  font-size: 2.5rem;
  margin-top: -7.5px;
  margin-bottom: 2.5px;
}
.sekou p {
  font-size: 2rem;
}
.sekou p + h3 {
  margin-top: 17.5px;
  margin-bottom: 2.5px;
}
@media screen and (max-width: 1550px) {
  .sekou figure {
    margin-right: 2.77419vw;
  }
  .sekou h3 {
    font-size: 1.6129vw;
    margin-top: -0.48387vw;
    margin-bottom: 0.16129vw;
  }
  .sekou p {
    font-size: 1.29032vw;
  }
  .sekou p + h3 {
    margin-top: 1.12903vw;
    margin-bottom: 0.16129vw;
  }
}
@media screen and (max-width: 768px) {
  .sekou h3 {
    font-size: 2.60417vw;
    margin-top: -0.78125vw;
    margin-bottom: 0.52083vw;
  }
  .sekou p {
    font-size: 1.4rem;
  }
  .sekou p + h3 {
    margin-top: 1.12903vw;
    margin-bottom: 0.16129vw;
  }
}
@media screen and (max-width: 480px) {
  .sekou {
    display: block;
  }
  .sekou figure {
    width: 100%;
  }
  .sekou h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  .sekou p {
    font-size: 1.4rem;
  }
  .sekou p + h3 {
    margin: 20px 0 10px;
  }
}
/* --------------------------
* 抗ウイルス
* --------------------------- */
.antivirus {
  background: #f7f9fa;
  padding: 70px 0 110px;
}
.antivirus-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}
.antivirus-image > div {
  width: 49%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
}
.antivirus-image ul.block01 {
  max-width: 533px;
  width: 100%;
  margin-top: 20px;
}
.antivirus-image ul.block02 {
  max-width: 654px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1550px) {
  .antivirus {
    padding: 4.51613vw 0 7.09677vw;
  }
  .antivirus-image {
    margin-top: 5.80645vw;
  }
  .antivirus-image > div {
    padding: 4vw 4.3871vw 3.87097vw;
  }
}
@media screen and (max-width: 480px) {
  .antivirus {
    padding: 60px 3vw 80px;
  }
  .antivirus-image {
    display: block;
  }
  .antivirus-image > div {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .antivirus-image > div:nth-child(2) {
    width: 100%;
  }
}
/* --------------------------
* 空気浄化性能試験
* --------------------------- */
.air {
  padding: 100px 0 247px;
  background: #ebeff1;
}
.air-graph {
  background: #fff;
  margin-top: 68px;
}
.air-graph > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 68px 0 110px;
  text-align: center;
}
.air-graph ul {
  text-align: left;
}
.air-graph figure :first-of-type {
  margin-top: 48px;
}
.air-graph figure + figure {
  margin-top: 126px;
  margin-bottom: 20px;
}
.air-graph ul {
  font-size: 2rem;
  margin-top: -6px;
  margin-bottom: -6px;
}
.air-graph ul + ul {
  margin-top: 24px;
  margin-bottom: -6px;
}
.air-txt {
  font-size: 2rem;
  color: #577b92;
}
@media screen and (max-width: 1550px) {
  .air {
    padding: 6.45161vw 0 15.93548vw;
  }
  .air-graph {
    margin-top: 4.3871vw;
  }
  .air-graph > div {
    padding: 4.3871vw 3vw 7.09677vw;
  }
  .air-graph figure :first-of-type {
    margin-top: 3.09677vw;
  }
  .air-graph figure + figure {
    margin-top: 8.12903vw;
    margin-bottom: 1.29032vw;
  }
  .air-graph ul {
    font-size: 1.15vw;
    margin-top: -0.3871vw;
    margin-bottom: -0.3871vw;
  }
  .air-graph ul + ul {
    margin-top: 1.54839vw;
    margin-bottom: -0.3871vw;
  }
  .air-txt {
    font-size: 1.29032vw;
  }
}
@media screen and (max-width: 768px) {
  .air-graph ul {
    font-size: 1.4rem;
  }
  .air-txt {
    font-size: 1.4rem;
  }
}
/* --------------------------
* 安全性試験
* --------------------------- */
.safety {
  padding: 100px 0 110px;
  text-align: center;
  background: #f7f9fa;
}
.safety-txt {
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 84px;
}
.safety ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 1.4;
}
.safety ul li {
  width: 264px;
  padding-top: 264px;
  position: relative;
}
.safety ul li div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
}
.safety ul li div p {
  height: 50%;
  overflow: hidden;
}
.safety ul li div p:nth-child(1) {
  padding-top: 40px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.safety ul li div p:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 54%;
  width: 61%;
  height: 64%;
  background-color: #3ec4d8;
  left: -5%;
  top: 85%;
}
.safety ul li div p:nth-child(2) {
  padding-top: 30px;
  background: #3ec4d8;
  color: #fff;
}
.safety ul li div p:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 66% 71%;
  width: 73%;
  height: 58%;
  background-color: #fff;
  right: -11%;
  top: -1%;
  z-index: 1;
}
.safety ul + p {
  font-size: 2rem;
  text-align: right;
  margin-top: 27px;
  margin-bottom: -6px;
}
@media screen and (max-width: 1550px) {
  .safety {
    padding: 6.45161vw 0 7.09677vw;
  }
  .safety-txt {
    font-size: 1.29032vw;
    margin-top: 3.87097vw;
    margin-bottom: 5.41935vw;
  }
  .safety ul {
    font-size: 1.16129vw;
  }
  .safety ul li {
    width: 14.19355vw;
    padding-top: 14.19355vw;
    position: relative;
  }
  .safety ul li div p:nth-child(1) {
    padding-top: 2.58065vw;
  }
  .safety ul li div p:nth-child(2) {
    padding-top: 1.93548vw;
  }
  .safety ul + p {
    font-size: 1.29032vw;
    margin-top: 1.74194vw;
    margin-bottom: -0.3871vw;
  }
}
@media screen and (max-width: 768px) {
  .safety-txt {
    font-size: 2.08333vw;
  }
  .safety ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.34375vw;
  }
  .safety ul li {
    width: 30%;
    margin: 0 1% 5%;
    padding-top: 30%;
  }
  .safety ul li div p:nth-child(1) {
    padding-top: 4vw;
  }
  .safety ul li div p:nth-child(2) {
    padding-top: 3vw;
  }
  .safety ul + p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .safety {
    padding: 60px 0 80px;
  }
  .safety-txt {
    font-size: 1.4rem;
  }
  .safety ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .safety ul li {
    width: 48%;
    padding-top: 48%;
  }
  .safety ul li div p:nth-child(1) {
    padding-top: 6vw;
  }
  .safety ul li div p:nth-child(2) {
    padding-top: 4.5vw;
  }
}
/* --------------------------
* 認証
* --------------------------- */
.certification {
  background: #f7f9fa;
  padding: 95px 0 65px;
  text-align: center;
}
.certification-txt {
  font-size: 2rem;
  margin-top: 57px;
  margin-bottom: 44px;
}
.certification-mark {
  text-align: center;
}
.certification-mark img {
  vertical-align: top;
}
.certification-mark img + img {
  margin-left: 25px;
}
@media screen and (max-width: 1550px) {
  .certification {
    padding: 6.12903vw 0 4.19355vw;
  }
  .certification-txt {
    font-size: 1.29032vw;
    margin-top: 3.67742vw;
    margin-bottom: 2.83871vw;
  }
  .certification-mark img + img {
    margin-left: 1.6129vw;
  }
}
@media screen and (max-width: 768px) {
  .certification-txt {
    font-size: 2.08333vw;
  }
}
@media screen and (max-width: 480px) {
  .certification {
    padding: 60px 0 80px;
  }
  .certification-txt {
    font-size: 1.4rem;
  }
}
/* --------------------------
* RSコート
* --------------------------- */
.rs-examples {
  background: #ebeff1;
  padding-bottom: 245px;
}
.rs-examples ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 47px auto 72px;
}
.rs-examples ul li:not(:last-child) {
  margin-right: 19px;
}
@media screen and (max-width: 1550px) {
  .rs-examples {
    padding-bottom: 15.80645vw;
  }
  .rs-examples ul {
    margin: 3.03226vw auto 4.64516vw;
  }
  .rs-examples ul li:not(:last-child) {
    margin-right: 1.22581vw;
  }
}
@media screen and (max-width: 768px) {
  .rs-examples ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.03226vw auto 4.64516vw;
  }
  .rs-examples ul li {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .rs-examples ul {
    margin: 30px auto 50px;
  }
  .rs-examples ul li {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
/* --------------------------
* フロアコーティング
* --------------------------- */
#fc h2.dotted {
  margin-top: 113px;
  margin-bottom: -9px;
}
#fc .canvas-area {
  margin-top: 90px;
}
.fc-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 53px auto 0;
  max-width: 1166px;
}
@media screen and (max-width: 1550px) {
  #fc h2.dotted {
    margin-top: 7.29032vw;
    margin-bottom: -0.58065vw;
  }
  #fc .canvas-area {
    margin-top: 5.80645vw;
  }
  .fc-sample {
    margin: 3.41935vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .fc-sample figure {
    padding: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  .fc-sample {
    margin: 30px auto 0;
  }
}
/* --------------------------
* 参考価格
* --------------------------- */
.price {
  background: url("../images/bg-price.jpg");
  background-repeat: no-repeat;
  padding-top: 110px;
}
.price h2 {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-bottom: 55px;
}
.price h3 {
  text-align: center;
}
.price-list {
  max-width: 1100px;
  margin: 30px auto 0;
}
.price-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 34px;
  padding-left: 24px;
  font-size: 3rem;
  background: #fff;
}
.price-list li:not(:last-child) {
  margin-bottom: 6px;
}
.price-list + h3 {
  margin-top: 95px;
}
.price-desc {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 2rem;
  padding-top: 25px;
  padding-bottom: 267px;
}
.price-desc li::before {
  content: '・';
  display: inline;
}
.price-desc li.red::before {
  content: '・';
  display: inline;
  color: #FFF;
}
@media screen and (max-width: 1550px) {
  .price {
    background-size: cover;
    padding-top: 7.09677vw;
  }
  .price h2 {
    margin-top: -0.19355vw;
    margin-bottom: -0.19355vw;
    margin-bottom: 3.54839vw;
  }
  .price-list {
    margin: 1.93548vw auto 0;
  }
  .price-list li {
    padding-top: 0.58065vw;
    padding-bottom: 0.58065vw;
    padding-right: 2.19355vw;
    padding-left: 1.54839vw;
    font-size: 1.93548vw;
  }
  .price-list + h3 {
    margin-top: 6.12903vw;
  }
  .price-desc {
    font-size: 1.29032vw;
    padding-top: 1.6129vw;
    padding-bottom: 17.22581vw;
  }
  .price #price1 img {
    width: 18.83871vw;
  }
  .price #price2 img {
    width: 24.12903vw;
  }
  .price #price3 img {
    width: 44.58065vw;
  }
}
@media screen and (max-width: 768px) {
  .price-list li {
    font-size: 2.86458vw;
  }
  .price-desc {
    font-size: 2.08333vw;
  }
}
@media screen and (max-width: 480px) {
  .price-list li {
    font-size: 3.38164vw;
  }
  .price-desc {
    font-size: 1.2rem;
  }
}
/* --------------------------
* 注文の流れ
* --------------------------- */
.flow {
  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;
  margin: 127px auto 120px;
}
.flow-item {
  width: 26.5%;
  padding-top: 26.5%;
  position: relative;
}
.flow-item > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eef2f4;
  border-radius: 50%;
  text-align: center;
  padding: 50px 25px;
}
.flow-title {
  color: #577b92;
  font-size: 2.5rem;
  margin-top: -7.5px;
  margin-bottom: 16.5px;
}
.flow-txt {
  font-size: 1.8rem;
  margin-top: 29.6px;
  margin-bottom: -5.4px;
}
.flow-txt span {
  display: inline-block;
}
.flow-arrow {
  padding-right: 10px;
  background: #577b92;
  color: #fff;
  font-size: 2rem;
  padding-top: 4px;
  padding-bottom: 5px;
  position: relative;
  z-index: 10;
}
.flow-arrow::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  left: -15px;
  background: #577b92;
  border-radius: 3px 0 0 3px;
}
.flow-arrow::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 18px solid #577b92;
  border-width: 20px 0px 20px 18px;
  border-color: transparent transparent transparent #577b92;
  right: -18px;
  top: 0;
  z-index: 12;
}
@media screen and (max-width: 1550px) {
  .flow {
    margin: 8.19355vw auto 7.74194vw;
  }
  .flow-item > div {
    padding: 3.22581vw 1.6129vw;
  }
  .flow-item > div img {
    width: 6.45161vw;
  }
  .flow-title {
    font-size: 1.6129vw;
    margin-top: -0.48387vw;
    margin-bottom: 1.06452vw;
  }
  .flow-txt {
    font-size: 1.16129vw;
    margin-top: 1.90968vw;
    margin-bottom: -0.34839vw;
  }
  .flow-arrow {
    font-size: 1.03226vw;
    height: 34px;
  }
  .flow-arrow::after {
    border-width: 17px 0px 17px 18px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 8.19355vw auto 7.74194vw;
    position: relative;
  }
  .flow-item {
    width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 32%;
  }
  .flow-item > div {
    padding: 3.22581vw 1.6129vw;
  }
  .flow-item > div img {
    width: 6.45161vw;
  }
  .flow-title {
    font-size: 2.60417vw;
  }
  .flow-txt {
    font-size: 1.1rem;
  }
  .flow-arrow {
    position: absolute;
    top: 30%;
    padding-right: 5px;
    background: #577b92;
    color: #fff;
    font-size: 1.2rem;
    height: 26px;
    z-index: 8;
  }
  .flow-arrow::after {
    right: -14px;
    border-width: 13px 0px 13px 14px;
  }
  .flow-arrow.flow-arrow1 {
    left: 30%;
  }
  .flow-arrow.flow-arrow2 {
    left: 65%;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    display: block;
  }
  .flow > div {
    width: 75%;
    padding-top: 75%;
    margin: 10px auto 10px;
  }
  .flow-title {
    font-size: 18px;
    margin: 10% 0 10px;
  }
  .flow-item > div img {
    width: 13vw;
  }
  .flow-txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .flow-arrow {
    position: relative;
    width: 120px;
    top: -10px;
    padding: 0 15px 10px;
    background: #577b92;
    color: #fff;
    font-size: 1.2rem;
    height: 26px;
    z-index: 8;
    text-align: center;
  }
  .flow-arrow::before {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
  }
  .flow-arrow::after {
    right: 0;
    bottom: -25px;
    border-width: 25px 60px 0 60px;
    top: auto;
    border-color: #577b92 transparent transparent transparent;
  }
  .flow-arrow.flow-arrow1 {
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow-arrow.flow-arrow2 {
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* --------------------------
* フッター
* --------------------------- */
.footer {
  background: #fff;
  border-bottom: 14px solid #8d8d8d;
}
.footer-content {
  display: block;
  text-align: center;
  padding: 93px 0 38px;
}
.footer-content > div {
  margin-left: 68px;
}
.footer-content ul {
  display: block;
  font-size: 2rem;
  margin-top: 30px;
}
.footer-content ul li:not(:last-child) {
  margin-right: 4em;
}
.footer-logo {
  display: block;
}
.copyright {
  font-size: 2rem;
  margin-top: 22px;
  margin-bottom: -6px;
}
@media screen and (max-width: 1550px) {
  /*.footer-logo {
    width: 24.45161vw;
  }*/
  .footer-content {
    padding: 6vw 0 2.45161vw;
  }
  .footer-content > div {
    margin-left: 4.3871vw;
  }
  .footer-content ul {
    font-size: 1.1vw;
  }
  .copyright {
    font-size: 1.1vw;
    margin-top: 1.41935vw;
    margin-bottom: -0.3871vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-content ul {
    font-size: 2.34375vw;
  }
  .footer-content ul li:not(:last-child) {
    margin-right: 1.5em;
  }
  .copyright {
    font-size: 2.34375vw;
    margin-top: 1.41935vw;
    margin-bottom: -0.3871vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .footer-content ul {
    display: block;
    font-size: 1.4rem;
  }
  .footer-content ul li {
    margin-bottom: 10px;
  }
  .footer-content ul li:not(:last-child) {
    margin-right: 0;
  }
  .footer-logo {
    width: 25vw;
    margin-bottom: 20px;
  }
  .copyright {
    font-size: 1.2rem;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0px;
    overflow: auto;
    z-index: 4000;
    background-color: rgba(87, 123, 146, 0.8);
  }
  .sp-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .sp-nav-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 10px;
    height: 100%;
  }
  .sp-nav-list li a {
    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;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .sp-nav-list li.tel {
    border-right: 1px solid #fff;
  }
  .sp-nav-list li.tel .tel-no {
    width: 70%;
    margin-left: 10px;
  }
}
/* --------------------------
* お問い合わせ
* --------------------------- */
#contact {
  padding: 90px 0 208px;
  background: #f4fafd;
}
@media screen and (max-width: 1550px) {
  #contact {
    padding: 5.80645vw 0 13.41935vw;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding: 60px 0 80px;
  }
}
.contact-form {
  background: #fff;
  margin-top: 110px;
  padding: 116px 73px 80px 100px;
}
.contact-form div {
  text-align: center;
}
.contact-form .privacy {
  width: 60vw;
  border: 2px solid #8d8d8d;
  margin: 50px auto 30px;
  position: relative;
}
.contact-form .privacy > div {
  max-height: 300px;
  padding: 30px;
  border-radius: 5px;
  overflow-y: scroll;
}
.contact-form .privacy::before {
  content: '';
  width: calc(100% - 30px);
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.contact-form .privacy::after {
  content: '';
  width: calc(100% - 30px);
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.contact-form .privacy-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.contact-form .privacy-content {
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 1550px) {
  .contact-form .privacy-title {
    font-size: 2.2rem;
  }
  .contact-form .privacy-content {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .privacy {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .privacy-title {
    font-size: 2rem;
  }
  .contact-form .privacy-title span {
    display: inline-block;
  }
}
.contact-form .privacy-agree {
  margin-bottom: 56px;
  font-size: 2rem;
}
.contact-form .privacy-agree-check {
  margin-top: 1.5em;
}
@media screen and (max-width: 1550px) {
  .contact-form .privacy-agree {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .privacy-agree-txt span {
    display: inline-block;
  }
}
.contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  margin-bottom: 46px;
}
.contact-form dl dt {
  width: 18%;
  padding-top: 6px;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: left;
}
.contact-form dl dd {
  width: 82%;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: left;
}
.contact-form dl dd.tel input[type="text"] {
  width: 20%;
}
.contact-form .required::after {
  content: '必須';
  display: inline-block;
  margin-left: 1.2em;
  padding: 0.2em 1em;
  background: #3ec4d8;
  border-radius: 2px;
  font-size: 0.7em;
  color: #fff;
  vertical-align: middle;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="range"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="time"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="color"],
.contact-form textarea {
  background: #f4fafd;
  padding: 5px 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #f4fafd;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="range"]:focus,
.contact-form input[type="date"]:focus,
.contact-form input[type="month"]:focus,
.contact-form input[type="week"]:focus,
.contact-form input[type="time"]:focus,
.contact-form input[type="datetime"]:focus,
.contact-form input[type="datetime-local"]:focus,
.contact-form input[type="color"]:focus,
.contact-form textarea:focus {
  border: 1px solid #3ec4d8;
}
.contact-form input[name="zip"] {
  width: 120px;
}
.contact-form input[type="radio"] {
  display: none;
}
.contact-form input[type="radio"] + span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}
.contact-form input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #828282;
  border-radius: 50%;
}
.contact-form input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3ec4d8;
}
.contact-form input[type="checkbox"] {
  display: none;
}
.contact-form input[type="checkbox"] + span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}
.contact-form input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #828282;
  border-radius: 4px;
}
.contact-form input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #3ec4d8;
  background: #3ec4d8;
  border-radius: 4px;
}
.contact-form button,
.contact-form input[type="button"],
.contact-form input[type="reset"],
.contact-form input[type="submit"] {
  margin: 0 10px;
  background: rgba(62, 196, 216, 0.8);
  border: none;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 2.5rem;
  width: 32%;
  border-radius: 35.5px;
  padding-top: 15.5px;
  padding-bottom: 16.5px;
}
.contact-form button:hover,
.contact-form input[type="button"]:hover,
.contact-form input[type="reset"]:hover,
.contact-form input[type="submit"]:hover {
  outline: none;
  background: #3ec4d8;
}
@media screen and (max-width: 1550px) {
  .contact-form {
    margin-top: 7.09677vw;
    padding: 7.48387vw 4.70968vw 5.16129vw 6.45161vw;
  }
  .contact-form dl {
    font-size: 1.6rem;
    margin-bottom: 5.54839vw;
  }
  .contact-form dl dt {
    width: 30%;
  }
  .contact-form dl dd {
    width: 70%;
  }
  .contact-form button,
  .contact-form input[type="button"],
  .contact-form input[type="reset"],
  .contact-form input[type="submit"] {
    font-size: 1.6129vw;
    width: 32%;
    border-radius: 2.25806vw;
    padding-top: 1vw;
    padding-bottom: 1.06452vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 60px;
    padding: 50px 20px;
  }
  .contact-form dl {
    display: block;
  }
  .contact-form dl dt {
    width: 100%;
  }
  .contact-form dl dd {
    width: 100%;
  }
  .contact-form .mwform-checkbox-field {
    display: block;
  }
  .contact-form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .contact-form button,
  .contact-form input[type="button"],
  .contact-form input[type="reset"],
  .contact-form input[type="submit"] {
    font-size: 1.6rem;
    width: 60%;
    border-radius: 16px;
    padding-top: 1vw;
    padding-bottom: 1.06452vw;
  }
}
#topBtn {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  padding: 0 0;
  background: rgba(62, 196, 216, 0.8);
  z-index: 80;
}
#topBtn:hover {
  background: #3ec4d8;
}
#topBtn::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  top: 20px;
  left: 12px;
  position: absolute;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 81;
}
#topBtn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #topBtn {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 70px;
  }
  #topBtn::before {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 10px;
  }
}
/* --------------------------
* thanks
* --------------------------- */
.thanks {
  margin: 150px 0;
  text-align: center;
}
.thanks h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1550px) {
  .thanks h2 {
    font-size: 2.25806vw;
    margin-top: -0.67742vw;
    margin-bottom: 3.19355vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks h2 {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 480px) {
  .thanks h2 {
    font-size: 1.8rem;
  }
}
.thanks p {
  font-size: 2rem;
}
@media screen and (max-width: 1550px) {
  .thanks p {
    font-size: 1.29032vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1550px) {
  .thanks {
    margin: 9.67742vw 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks {
    margin: 50px 0;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* --------------------------
* add ドロップダウンメニュー
* --------------------------- */
/* menu */
.menu, .menu-sp {
  position: relative;
  width: 100%;
  max-width: 568px;
  margin-top: 20px;
}
.menu > li,
.menu-sp > li {
  float: left;
  width: 45%;
  background: #577B92;
  margin-right: 5px;
}
.menu > li a,
.menu-sp > li p,
.menu-sp > li a {
  display: block;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  font-size: 1.2vw;
}
.menu__none:hover,
.menu__single:hover {
  background: #75a1be;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.menu-sp__single.active {
  background: #75a1be;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu:before,
.menu:after ,
.menu-sp:before,
.menu-sp:after {
  content: "";
  display: table;
}
.menu:after,
.menu-sp:after {
  clear: both;
}
.menu ,
.menu-sp {
  *zoom: 1;
}
@media screen and (max-width: 480px) {
  .menu,
  .menu-sp {
    margin-top: 0;
  }
  
  .menu > li:first-child,
  .menu-sp > li:first-child {
  width: 65%;
  }
  .menu > li ,
  .menu-sp > li {
    width: 30%;
  }
  .menu > li a,
  .menu-sp > li p,
  .menu-sp > li a {
    font-size: 1.2rem;
  }
}




/* single menu */
.menu > .menu__single {
  position: relative;
}
.menu__single .menu__second-level{
  position: absolute;
  width: 100%;
  background: #75a1be;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}
.menu-sp__single .menu-sp__second-level {
  position: absolute;
  width: 100%;
  background: #75a1be;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display:none;
}
.menu__single:hover > .menu__second-level {
  visibility: visible;
  opacity: 1;
}
ul.menu__second-level li a,
ul.menu-sp__second-level li a {
  font-size: 14px !important;
}
.present {
  font-size: 14px;
}
#nav-drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav-drawer {
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .logo-area {
    text-align: center;
    margin: auto;
  }
  .btn-price02 {
    margin: 0 auto;
  }
}

.personal {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.personal_ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.personal_ttl_sub {
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
}
.personal dt {
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .personal {
    width: 96%;
    margin: 0 2%;
  }
}

/* =========================
 管理者ログイン時
=========================== */
@media screen and (max-width: 782px){
  .admin-bar header{
    padding: 46px 10px 20px;
  }
}

@media screen and (max-width: 600px){
  #wpadminbar{
    position : fixed !important;
  }
}
/*# sourceMappingURL=style.css.map */