@charset "UTF-8";
/* Setting
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
ブレイクポイント
================================= */
/* =================================
コンテンツサイズ
================================= */
/* =================================
フォント
================================= */
/* =================================
カラー
================================= */
/* =================================
ボーダー
================================= */
/* =================================
ボタン
================================= */
/* Mixin
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
clearfix
================================= */
/* =================================
transition
================================= */
/* =================================
国交省見出し
================================= */
.ttl-kokosho {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-kokosho {
    width: 100%;
  }
}

.ttl-kokosho h2 {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  border: 1px solid #dadada;
  padding: 17px 20px 15px;
  margin: 27px auto;
  color: #666;
  letter-spacing: 0.1em;
  color: #888;
  background: #f9f9f9;
}

.ttl-kokosho h2 span {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .ttl-kokosho h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    margin: 10px;
  }
  .ttl-kokosho h2 span {
    font-size: 1.3rem;
  }
}

/* =================================
オープン告知
================================= */
.hero-open-wrap {
  position: relative;
  /* すまいの窓口とは ボタン */
}

.hero-open-wrap .hero-open {
  display: block;
  width: 1024px;
  margin: 0 auto 40px;
  padding: 0 0 34px;
  background: #fff798;
  position: relative;
  border-radius: 20px;
  transition: background-color 0.3s linear;
  /* 詳細ボタン */
  /* 教室イベント */
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open {
    width: 100%;
    border-radius: 0;
    margin: 14px auto 0;
    padding-bottom: 104px;
  }
}

.hero-open-wrap .hero-open:hover {
  background: #f3e96f;
}

.hero-open-wrap .hero-open::before, .hero-open-wrap .hero-open::after {
  content: "";
  display: block;
  background: url(../images/bg_open_flag01.png) 0 0 no-repeat;
  width: 137px;
  height: 106px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open::before, .hero-open-wrap .hero-open::after {
    width: 94px;
    height: 74px;
    background-size: contain;
  }
}

.hero-open-wrap .hero-open::after {
  background: url(../images/bg_open_flag02.png) 0 0 no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
}

.hero-open-wrap .hero-open h2 {
  padding: 50px 0 0;
  margin: 0;
  text-align: center;
}

.hero-open-wrap .hero-open h2 img {
  width: 462px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open h2 {
    padding: 90px 0 0;
    margin: 0 20px;
    position: relative;
    z-index: 2;
  }
  .hero-open-wrap .hero-open h2 img {
    width: 100%;
  }
}

.hero-open-wrap .hero-open h3 {
  margin: 0;
  padding: 27px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open h3 {
    padding: 7px 0 0;
    margin: 0 20px;
  }
  .hero-open-wrap .hero-open h3 img {
    width: 100%;
  }
}

.hero-open-wrap .hero-open .bg-balloon span {
  position: absolute;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(1) {
  top: 23px;
  left: 173px;
  animation: horizontal 1s ease-in-out infinite alternate;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(1) img {
  animation: vertical 1s ease-in-out infinite alternate;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .bg-balloon span:nth-child(1) {
    width: 28px;
    height: auto;
    top: 43px;
    left: 82px;
  }
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(2) {
  top: 106px;
  left: 73px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.1s;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(2) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .bg-balloon span:nth-child(2) {
    width: 45px;
    height: auto;
    top: 214px;
    left: 20px;
  }
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(3) {
  top: 156px;
  left: 165px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.3s;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(3) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .bg-balloon span:nth-child(3) {
    width: 30px;
    height: auto;
    top: 229px;
    left: 124px;
  }
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(4) {
  top: 39px;
  right: 159px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.5s;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(4) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.3s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .bg-balloon span:nth-child(4) {
    width: 37px;
    height: auto;
    top: 9px;
    right: 102px;
  }
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(5) {
  top: 102px;
  right: 69px;
  animation: horizontal 1s ease-in-out infinite alternate;
  animation-duration: 1.2s;
}

.hero-open-wrap .hero-open .bg-balloon span:nth-child(5) img {
  animation: vertical 1s ease-in-out infinite alternate;
  animation-duration: 1.4s;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .bg-balloon span:nth-child(5) {
    width: 32px;
    height: auto;
    top: 209px;
    right: 25px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-open-wrap .hero-open .btn-detail-01 {
  position: relative;
  margin: 30px auto;
  width: 300px;
  padding: 14px 0;
  z-index: 2;
  font-size: 2.0rem;
  font-weight: bold;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  text-align: center;
  -moz-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  -ms-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  transition: background-color 0.3s linear;
}

.hero-open-wrap .hero-open .btn-detail-01:hover {
  background: white;
}

.hero-open-wrap .hero-open .mod-event-01 {
  margin: 46px 34px 0;
  background: #104632;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #b28e47 #b28e47 #d8ab5c #b28e47;
  position: relative;
  transition: background-color 0.3s linear;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 {
    margin: 34px 10px 0;
  }
}

.hero-open-wrap .hero-open .mod-event-01 h3 {
  float: left;
  width: 50%;
  margin: 20px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 h3 {
    float: none;
    width: auto;
    margin: 20px 13px 10px;
  }
}

.hero-open-wrap .hero-open .mod-event-01 > div {
  width: 50%;
  float: right;
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 > div {
    width: auto;
    float: none;
    margin: 0 13px;
    padding-bottom: 27px;
  }
  .hero-open-wrap .hero-open .mod-event-01 > div::after {
    content: "";
    display: block;
    clear: both;
  }
}

.hero-open-wrap .hero-open .mod-event-01 > div h4 {
  padding: 0;
  margin: 0;
}

.hero-open-wrap .hero-open .mod-event-01 > div div {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 > div div {
    margin-top: 0;
  }
}

.hero-open-wrap .hero-open .mod-event-01 > div div h4 {
  float: left;
  margin: -7px 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 > div div h4 {
    margin: 8px 0 4px;
  }
}

.hero-open-wrap .hero-open .mod-event-01 > div div p {
  margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 > div div p {
    width: 50%;
    float: left;
    text-align: center;
  }
  .hero-open-wrap .hero-open .mod-event-01 > div div p img {
    height: 80%;
  }
}

.hero-open-wrap .hero-open .mod-event-01 > div div p + p {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01 > div div p + p {
    margin-top: 5px;
  }
}

.hero-open-wrap .hero-open .mod-event-01::before {
  content: "";
  display: block;
  width: 169px;
  height: 20px;
  background: url(../images/bg_event_01.png);
  position: absolute;
  bottom: -2px;
  right: 200px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01::before {
    right: 20px;
  }
}

.hero-open-wrap .hero-open .mod-event-01::after {
  content: "";
  display: block;
  clear: both;
}

.hero-open-wrap .hero-open:hover .mod-event-01 {
  background: #1a694c;
}

.hero-open-wrap .hero-open .mod-event-01-bottom {
  margin: 0 29px;
  height: 5px;
  background: #d8ab5c;
  position: relative;
  border-bottom: 17px solid #b28e47;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-open .mod-event-01-bottom {
    margin: 0 5px;
  }
}

.hero-open-wrap .hero-open .mod-event-01-bottom::before, .hero-open-wrap .hero-open .mod-event-01-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #fff798 transparent transparent transparent;
}

.hero-open-wrap .hero-open .mod-event-01-bottom::after {
  left: auto;
  right: 0;
  border-width: 0 5px 5px 0;
  border-color: transparent #fff698 transparent transparent;
}

.hero-open-wrap .btn-open-01 {
  position: absolute;
  display: block;
  width: 132px;
  height: 132px;
  line-height: 132px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 66px;
  text-align: center;
  top: 132px;
  right: 50%;
  margin-right: -436px;
  -moz-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  -ms-box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  box-shadow: 0px 0px 5px 2px rgba(196, 187, 85, 0.8);
  transition: background-color 0.3s linear;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .btn-open-01 {
    position: absolute;
    z-index: 2;
    margin: 0 -120px 0 0;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    top: auto;
    bottom: 20px;
  }
}

.hero-open-wrap .btn-open-01:hover {
  background: white;
}

.hero-open-wrap .btn-open-01 img {
  vertical-align: middle;
}

.hero-open-wrap .btn-open-01 img.only-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .btn-open-01 img {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 73%;
  }
  .hero-open-wrap .btn-open-01 img.only-pc {
    display: none;
  }
}

.hero-open-wrap .hero-event-pc {
  display: block;
  width: 1024px;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
  transition: opacity 0.3s linear;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-event-pc {
    display: none;
  }
}

.hero-open-wrap .hero-event-pc:hover {
  opacity: 0.7;
}

.hero-open-wrap .hero-event-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-event-sp {
    display: block;
    position: relative;
    margin: 0 0 10px;
  }
}

.hero-open-wrap .hero-event-sp img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-open-wrap .hero-event-sp .detail_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-open-wrap .hero-event-sp .detail_btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* =================================
お問い合わせ・ご予約ボタン
================================= */
.link-contact-01 {
  text-align: center;
  margin: 50px 0 60px;
}

@media screen and (max-width: 767px) {
  .link-contact-01 {
    margin: 30px 10px;
  }
}

.link-contact-01 a {
  display: inline-block;
  padding: 33px 77px 30px;
  border-radius: 10px;
  line-height: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f115+0,ede00e+100 */
  background: #f4f115;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f115 0%, #ede00e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f115 0%, #ede00e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f115 0%, #ede00e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f115', endColorstr='#ede00e',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 0px 2px 4px 0px rgba(108, 109, 20, 0.4);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(108, 109, 20, 0.4);
  -ms-box-shadow: 0px 2px 4px 0px rgba(108, 109, 20, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(108, 109, 20, 0.4);
  transition: background-color 0.3s linear;
}

.link-contact-01 a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f27a+0,fcee0d+100 */
  background: #f4f27a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f27a 0%, #fcee0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f27a 0%, #fcee0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f27a 0%, #fcee0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f27a', endColorstr='#fcee0d',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 767px) {
  .link-contact-01 a {
    display: block;
    padding: 23px 10px 21px;
  }
}

.link-contact-01 a span img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .link-contact-01 a span img {
    height: 35px;
    width: auto;
  }
}

.link-contact-01 a span img:nth-of-type(1), .link-contact-01 a span img:nth-of-type(2), .link-contact-01 a span img:nth-of-type(3) {
  margin-right: 43px;
}

@media screen and (max-width: 767px) {
  .link-contact-01 a span img:nth-of-type(1), .link-contact-01 a span img:nth-of-type(2), .link-contact-01 a span img:nth-of-type(3) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .link-contact-01 a span img:nth-of-type(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .link-contact-01 a span img:nth-of-type(4) {
    display: none;
  }
}

.sec-staff .link-contact-01 {
  margin-bottom: 20px;
}

/* =================================
メインイメージ
================================= */
.hero {
  width: 1024px;
  height: 522px;
  margin: 0 auto;
  background: url(../images/bg_mainimage_01_pc.png) 0 0 no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero {
    width: 100%;
    height: 590px;
    background: url(../images/bg_mainimage_01_sp.png) 0 0 repeat-x;
    text-align: center;
  }
}

.hero h2 {
  position: absolute;
  top: 10px;
  left: 80px;
}

@media screen and (max-width: 767px) {
  .hero h2 {
    position: static;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 0 10px;
  }
  .hero h2 img.only-sp {
    display: inline;
  }
}

.hero .present_book {
  position: absolute;
  top: 100px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .hero .present_book {
    position: static;
    margin: 0;
    text-align: center;
  }
  .hero .present_book img.only-sp {
    display: inline;
  }
}

.hero .btn-inquiry-01 {
  position: absolute;
  bottom: 30px;
  left: 343px;
}

@media screen and (max-width: 767px) {
  .hero .btn-inquiry-01 {
    position: static;
  }
}

/* =================================
about
================================= */
.sec-about {
  width: 1024px;
  margin: 0 auto;
  padding: 230px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-about {
    width: auto;
    margin: 0;
    padding: 10px 10px 40px;
    text-align: center;
    background: #f4f5f7;
  }
}

.sec-about::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 632px;
  border-bottom-width: 260px;
  border-left-width: 632px;
  border-color: transparent transparent #f4f5f7 transparent;
  position: absolute;
  top: 40px;
  left: -120px;
  z-index: -1;
}

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

.sec-about::after {
  content: "";
  display: block;
  width: 1104px;
  height: 100%;
  background: #f4f5f7;
  position: absolute;
  top: 298px;
  left: -40px;
  z-index: -1;
}

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

.sec-about h2, .sec-about h3, .sec-about .text-about-01 {
  text-align: center;
}

.sec-about h2 + h3 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .sec-about h2 + h3 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-about h2 {
    margin: 30px auto 10px;
  }
  .sec-about h2 img {
    width: auto;
    height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .sec-about h3 {
    text-align: center;
  }
  .sec-about h3 img.only-sp {
    display: inline;
  }
}

.sec-about h3.ttl-consul-list {
  margin: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  .sec-about h3.ttl-consul-list {
    margin: 60px 0 30px;
  }
  .sec-about h3.ttl-consul-list img {
    width: auto;
    height: 31px;
  }
}

.sec-about .text-about-01 {
  font-size: 1.8rem;
  line-height: 2.0;
  margin: 20px 0 60px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .sec-about .text-about-01 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sec-about .text-about-01 + h3 {
    width: 60%;
    margin: 0 auto;
  }
  .sec-about .text-about-01 + h3 img {
    width: auto;
    height: 31px;
  }
}

.sec-about .img-about-01 {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 {
    margin: 20px 0;
  }
}

.sec-about .img-about-01 div {
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 div {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 div img {
    width: 300px;
    height: auto;
  }
}

.sec-about .img-about-01 div.ico-arrow-01 {
  margin: 50px 140px 0 0;
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 div.ico-arrow-01 {
    margin: 0 0 100px;
  }
}

.sec-about .img-about-01 div.ico-arrow-01::before {
  position: absolute;
  right: -70px;
  top: 50%;
  content: "";
  display: block;
  width: 43px;
  height: 26px;
  background: #72bf44;
  margin-top: -13px;
  transition: .8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 div.ico-arrow-01::before {
    right: 50%;
    top: 239px;
    width: 26px;
    height: 43px;
    margin-top: 0;
    margin-right: -13px;
  }
}

.sec-about .img-about-01 div.ico-arrow-01.view-move01-on::before {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.sec-about .img-about-01 div.ico-arrow-01::after {
  position: absolute;
  right: -100px;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #72bf44;
  margin-top: -25px;
}

@media screen and (max-width: 767px) {
  .sec-about .img-about-01 div.ico-arrow-01::after {
    right: 50%;
    top: 280px;
    border-width: 30px 25px 0 25px;
    border-color: #72bf44 transparent transparent transparent;
    margin-top: 0;
    margin-right: -25px;
  }
}

.sec-about .img-about-01::after {
  content: "";
  display: block;
  clear: both;
}

.sec-about .box-question,
.sec-about .box-answer {
  position: relative;
}

.sec-about .box-question > p,
.sec-about .box-answer > p {
  float: left;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > p,
  .sec-about .box-answer > p {
    float: none;
    padding-top: 42px !important;
    position: absolute !important;
    top: 0;
    right: 10px;
    z-index: 10;
  }
}

.sec-about .box-question > ul,
.sec-about .box-answer > ul {
  float: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > ul,
  .sec-about .box-answer > ul {
    float: none;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
  }
}

.sec-about .box-question > ul li,
.sec-about .box-answer > ul li {
  float: left;
  min-width: 56px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > ul li,
  .sec-about .box-answer > ul li {
    padding-top: 42px !important;
  }
}

.sec-about .box-question > ul li + li,
.sec-about .box-answer > ul li + li {
  margin-left: 20px;
}

.sec-about .box-question::after,
.sec-about .box-answer::after {
  content: "";
  display: block;
  clear: both;
}

.sec-about .box-question .ico-human-01,
.sec-about .box-answer .ico-human-01 {
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 84px;
  position: relative;
  font-size: 1.5rem;
}

.sec-about .box-question .ico-human-01::after,
.sec-about .box-answer .ico-human-01::after {
  content: "";
  display: block;
  width: 56px;
  height: 84px;
  background: url(../images/ico_human01_gray.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -28px;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question .ico-human-01::after,
  .sec-about .box-answer .ico-human-01::after {
    width: 28px;
    height: 42px;
    left: 45px;
  }
}

.sec-about .box-question .ico-human-01.red::after,
.sec-about .box-answer .ico-human-01.red::after {
  background: url(../images/ico_human01_red.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sec-about .box-question .ico-human-01.yellow::after,
.sec-about .box-answer .ico-human-01.yellow::after {
  background: url(../images/ico_human01_yellow.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sec-about .box-question .ico-human-01.blue::after,
.sec-about .box-answer .ico-human-01.blue::after {
  background: url(../images/ico_human01_blue.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sec-about .box-question .ico-human-01.orange::after,
.sec-about .box-answer .ico-human-01.orange::after {
  background: url(../images/ico_human01_orange.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.sec-about .box-question .ico-human-01.green::after,
.sec-about .box-answer .ico-human-01.green::after {
  background: url(../images/ico_human01_green.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question .ico-human-01.green::after,
  .sec-about .box-answer .ico-human-01.green::after {
    left: 56px;
  }
}

.sec-about .box-question > dl,
.sec-about .box-answer > dl {
  display: inline-block;
  background: #fff;
  margin: 0 0 0 50px;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 30px;
  position: relative;
  color: #666;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > dl,
  .sec-about .box-answer > dl {
    margin: 10px 0 0;
    text-align: left;
    font-size: 1.6rem;
  }
  .sec-about .box-question > dl.s-mb20,
  .sec-about .box-answer > dl.s-mb20 {
    margin-bottom: 0 !important;
  }
}

.sec-about .box-question > dl::before,
.sec-about .box-answer > dl::before {
  content: "";
  display: block;
  width: 27px;
  height: 16px;
  background: url(../images/icon_balloon_q.svg) 0 0 no-repeat;
  position: absolute;
  left: -25px;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > dl::before,
  .sec-about .box-answer > dl::before {
    display: none;
  }
}

.sec-about .box-question > dl dt,
.sec-about .box-answer > dl dt {
  float: left;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #4c88ea;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > dl dt,
  .sec-about .box-answer > dl dt {
    float: none;
  }
}

.sec-about .box-question > dl dd,
.sec-about .box-answer > dl dd {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question > dl dd,
  .sec-about .box-answer > dl dd {
    padding: 0;
    margin: 10px 0 0;
  }
}

.sec-about .box-question ul + dl,
.sec-about .box-answer ul + dl {
  float: right;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .sec-about .box-question ul + dl,
  .sec-about .box-answer ul + dl {
    float: none;
    margin-right: 0;
  }
}

.sec-about .box-question {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec-about .box-answer {
    margin-top: 50px;
  }
  .sec-about .box-answer:last-child {
    margin-bottom: 40px;
  }
}

.sec-about .box-answer > dl {
  background: #fffdf3;
}

.sec-about .box-answer > dl::before {
  background: url(../images/icon_balloon_a.svg) 0 0 no-repeat;
  left: auto;
  right: -25px;
}

.sec-about .box-answer > dl dt {
  color: #ff0d0d;
}

.sec-about dl.dl-consul-list {
  width: 100%;
  background: #e9f3e3;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dedede;
  border-radius: 10px;
  margin: 0;
}

.sec-about dl.dl-consul-list dt {
  font-weight: bold;
  padding: 20px 25px;
  width: 26%;
  box-sizing: border-box;
  clear: left;
  float: left;
  line-height: 1.2;
  color: #737373;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #dedede;
}

.sec-about dl.dl-consul-list dt:first-of-type {
  border-radius: 10px 0 0 0;
}

.sec-about dl.dl-consul-list dt:last-of-type {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .sec-about dl.dl-consul-list dt {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
  }
  .sec-about dl.dl-consul-list dt:first-of-type {
    border-radius: 10px 10px 0 0;
  }
  .sec-about dl.dl-consul-list dt:last-of-type {
    border-radius: 0 0 0 0;
  }
}

.sec-about dl.dl-consul-list dd {
  background: #fff;
  line-height: 1.2;
  color: #737373;
  padding: 20px 30px;
  width: 74%;
  margin: 0 0 0 26%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #dedede;
}

.sec-about dl.dl-consul-list dd:first-of-type {
  border-radius: 0 10px 0 0;
}

.sec-about dl.dl-consul-list dd:last-of-type {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .sec-about dl.dl-consul-list dd {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 20px 20px;
    border-width: 1px 0 0 0;
  }
  .sec-about dl.dl-consul-list dd:first-of-type {
    border-radius: 0 0 0 0;
  }
  .sec-about dl.dl-consul-list dd:last-of-type {
    border-radius: 0 0 10px 10px;
  }
}

/* =================================
staff
================================= */
.sec-staff-wrap {
  background: url(../images/bg_staff_01.png);
}

.sec-staff-wrap .sec-staff {
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff {
    width: 100%;
    margin: 0;
    padding: 40px 0;
  }
}

.sec-staff-wrap .sec-staff h2, .sec-staff-wrap .sec-staff p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff h2, .sec-staff-wrap .sec-staff p {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff h2 img {
    width: auto;
    height: 31px;
  }
}

.sec-staff-wrap .sec-staff .text-staff-01 {
  font-size: 2.5rem;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff .text-staff-01 {
    margin: 0 10px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .sec-staff-wrap .sec-staff .text-staff-01 + .text-staff-01 {
    margin-bottom: 0;
  }
}

.sec-staff-wrap .sec-staff .text-staff-02 {
  font-size: 3.5rem;
  line-height: 1.8;
  margin: 40px 0 50px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff .text-staff-02 {
    margin: 0 10px 30px;
    font-size: 2.1rem;
    line-height: 1.5;
    text-align: left;
  }
  .sec-staff-wrap .sec-staff .text-staff-02 + .text-staff-01 {
    margin-bottom: 0;
  }
}

.sec-staff-wrap .sec-staff ul {
  margin: 60px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff ul {
    margin: 40px 10px 0;
  }
}

.sec-staff-wrap .sec-staff ul::after {
  content: "";
  display: block;
  clear: both;
}

.sec-staff-wrap .sec-staff ul li {
  float: left;
  width: 326px;
  margin: 0 23px 23px 0;
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff ul li {
    width: 100%;
    font-size: 1.8rem;
  }
}

.sec-staff-wrap .sec-staff ul li:nth-child(3n) {
  margin-right: 0;
}

.sec-staff-wrap .sec-staff ul li:last-child {
  margin-bottom: 0;
}

.sec-staff-wrap .sec-staff ul li span {
  display: block;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .sec-staff-wrap .sec-staff ul li span {
    font-size: 1.9rem;
  }
}

.sec-staff-wrap .sec-staff ul li span + span {
  font-size: 1.5rem;
  font-weight: normal;
}

/* =================================
column
================================= */
.sec-data {
  padding: 75px 0 70px;
  text-align: center;
  background: #e6f9db;
}

@media screen and (max-width: 767px) {
  .sec-data {
    padding: 50px 10px;
  }
}

.sec-data h3 {
  margin-top: 0;
  margin-bottom: 35px;
}

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

@media screen and (max-width: 767px) {
  .sec-data h3 img {
    width: auto;
    height: 31px;
  }
}

.box-cmn {
  position: relative;
  width: 1024px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 10px;
}

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

.box-cmn:first-of-type {
  margin-top: 0;
}

.box-cmn h4 {
  position: relative;
  margin: 0 0 35px;
  padding: 40px 50px 0;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  color: #72bf44;
}

@media screen and (max-width: 767px) {
  .box-cmn h4 {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
}

.box-cmn h4::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -9px;
  width: 80px;
  height: 2px;
  margin-right: -40px;
  background: #72bf44;
  border-radius: 1px;
}

.box-column {
  text-align: left;
}

.box-column h4::after {
  bottom: -10px;
  width: 200px;
  margin-right: -91px;
  background: #72bf44;
}

@media screen and (max-width: 767px) {
  .box-column h4::after {
    width: 160px;
    bottom: -11px;
    margin-right: -71px;
  }
}

.box-column h4 span {
  position: relative;
}

.box-column h4 span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -63px;
  width: 43px;
  height: 50px;
  background: url(../images/ico_column_01.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .box-column h4 span::before {
    top: -3px;
    left: -50px;
  }
}

.box-column .list-column-01 {
  margin: 0;
  padding: 0 50px 30px;
}

@media screen and (max-width: 767px) {
  .box-column .list-column-01 {
    padding: 0 20px 20px;
  }
}

.box-column .list-column-01 li {
  padding: 10px 0;
  border-top: 1px dashed #ccc;
}

.box-column .list-column-01 li:first-child {
  border-top: 0;
}

.box-column .list-column-01 li .date,
.box-column .list-column-01 li .txt {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .box-column .list-column-01 li .date,
  .box-column .list-column-01 li .txt {
    display: block;
  }
}

.box-column .list-column-01 li .date {
  margin-right: 40px;
  font-weight: bold;
  color: #666;
}

.box-column .list-column-01 li .txt a {
  color: #222;
}

.box-column .list-column-01 li .txt a:hover {
  color: #72bf44;
}

/* =================================
consultation
================================= */
.sec-consultation {
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.sec-consultation h2 {
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .sec-consultation {
    width: auto;
    margin: 0 10px;
    padding: 40px 0;
  }
  .sec-consultation h2 {
    margin: 0;
  }
  .sec-consultation h2 img {
    width: auto;
    height: 31px;
  }
}

.sec-consultation .text-consultation-01 {
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0 0 40px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .sec-consultation .text-consultation-01 {
    margin: 0 0 30px;
  }
}

.sec-consultation .text-consultation-01 + .text-consultation-01 {
  margin: 10px 0 20px;
}

.sec-consultation .mod-tel {
  margin: 0;
  padding-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec-consultation .mod-tel {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}

.sec-consultation .mod-tel a {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #72bf44;
  font-weight: bold;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .sec-consultation .mod-tel a {
    font-size: 4.0rem;
    text-decoration: underline;
  }
}

.sec-consultation .mod-tel a.txt-email {
  font-size: 1.9rem;
  margin-bottom: 26px;
  text-decoration: none;
}

.sec-consultation .mod-tel .txt-hdg-contact {
  font-size: 2.3rem;
  margin-bottom: 10px;
  color: #72bf44;
  font-weight: bold;
}
