@charset "UTF-8";
/* Scss Document */
.sec-tit {
  font-weight: 600;
  font-size: 25px;
  color: #ec9e28;
  background: url("../image/common/line.png") no-repeat center bottom;
  background-size: auto 15px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 519.9px) {
  .sec-tit {
    font-size: 5vw;
    background-size: auto 10px;
    margin-bottom: 20px;
  }
}

.sec-lead {
  font-size: 20px;
}
@media screen and (max-width: 519.9px) {
  .sec-lead {
    font-size: 4vw;
    text-align: left;
  }
}

/*=============================================================
 TOPページ設定
=============================================================*/
.home-kv {
  background: url("../image/home/kv.png") no-repeat center bottom;
  background-size: 75% auto;
  background-color: rgb(185, 233, 255);
  padding-top: 150px;
}
@media screen and (min-width: 519.9px) and (max-width: 1023.9px) {
  .home-kv {
    background-size: 130% auto;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv {
    padding-top: 130px;
    background-size: 200% auto;
  }
}
.home-kv .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-kv .container .lead {
  background-color: #ec9e28;
  border-radius: 95px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 50px;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-kv .container .lead {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .lead {
    font-size: 4.5vw;
    margin-top: 0;
  }
}
.home-kv .container .open {
  background-color: #E63F53;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  position: absolute;
  top: -50px;
  right: 10%;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-kv .container .open {
    width: 120px;
    height: 120px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .open {
    width: 100px;
    height: 100px;
    font-size: 4vw;
    top: auto;
    bottom: 30px;
  }
}
.home-kv .container .open small {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-kv .container .open small {
    font-size: 2vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .open small {
    font-size: 4vw;
  }
}
.home-kv .container .tit {
  font-size: 33px;
  margin: 50px 0 20px 0;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-kv .container .tit {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .tit {
    font-size: 5vw;
    margin: 30px 0 20px 0;
  }
}
.home-kv .container .txt {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-kv .container .txt {
    font-size: 2vw;
    text-align: left;
  }
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .txt {
    font-size: 4vw;
  }
}
.home-kv .container .illust01 {
  margin: 40px 0 10px 0;
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .illust01 {
    margin: 20px 0 10px 0;
  }
}
.home-kv .container .illust01 img {
  width: 250px;
}
@media screen and (max-width: 519.9px) {
  .home-kv .container .illust01 img {
    width: 200px;
  }
}
.home-about {
  background-color: #f8ffe0;
}
.home-about .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-about .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 999.9px) {
  .home-about .col3 {
    margin-top: 50px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-about .col3-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px 0 10px 0;
  border: 3px solid #ec9e28;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-about .col3-item {
    margin-top: 20px;
  }
}
.home-about .col3-item h3 {
  margin-bottom: 1em;
  font-size: 25px;
  border-bottom: 2px #ec9e28 dotted;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 519.9px) {
  .home-about .col3-item h3 {
    font-size: 5.5vw;
  }
}
.home-about .col3-item p {
  text-align: left;
}
.home-service {
  background: url("../image/home/24740580.png") no-repeat center center;
  background-size: cover;
}
.home-service .container {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1360px;
  max-width: 100%;
}
@media screen and (max-width: 519.9px) {
  .home-service .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 999.9px) {
  .home-service .col3 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-service .col3-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 3px solid #8EC43D;
  margin-top: 30px;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-service .col3-item {
    display: block;
  }
}
.home-service .col3-item h3 {
  margin-bottom: 1em;
  font-size: 25px;
  border-bottom: 2px #8EC43D dotted;
  padding-bottom: 1em;
}
@media screen and (max-width: 519.9px) {
  .home-service .col3-item h3 {
    font-size: 5.5vw;
  }
}
.home-service .col3-item ul {
  text-align: left;
  display: inline-block;
}
.home-service .col3-item ul li {
  font-size: 20px;
  background: url("../image/home/ico01.png") no-repeat center left;
  background-size: 1em auto;
  margin: 15px 0 0 0;
  line-height: 1.2;
  padding-left: 1.5em;
}
@media screen and (max-width: 519.9px) {
  .home-service .col3-item ul li {
    font-size: 4.5vw;
  }
}
.home-service .col3-item ul li:first-child {
  margin: 0;
}
.home-subject {
  background-color: #fff6c3;
}
.home-subject .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-subject .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.home-subject .illust01 {
  margin-bottom: 30px;
}
.home-subject .illust01 img {
  width: 350px;
}
@media screen and (max-width: 519.9px) {
  .home-subject .illust01 img {
    width: 250px;
  }
}
.home-subject ul {
  text-align: left;
  display: inline-block;
}
.home-subject ul li {
  font-size: 20px;
  background: url("../image/home/ico02.png") no-repeat center left;
  background-size: 1em auto;
  margin: 15px 0;
  line-height: 1.2;
  padding-left: 1.5em;
}
@media screen and (max-width: 519.9px) {
  .home-subject ul li {
    font-size: 4.5vw;
  }
}
.home-area {
  background: url("../image/home/line.png") repeat-x bottom center;
  background-size: auto 50px;
  background-color: #e3feff;
}
.home-area .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-area .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 999.9px) {
  .home-area .col2 {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-area .col2 div:nth-child(2) {
    margin-top: 80px;
  }
}
.home-area p {
  font-size: 20px;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-area p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-area p {
    font-size: 4vw;
  }
}
.home-features ul li {
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-features ul li {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-features ul li {
    font-size: 4.5vw;
  }
}
.home .cv-contact {
  background-color: #f9ffc4;
}
.home .cv-contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.home .cv-contact .col2 {
  border: 2px solid #ec9e28;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .col2 {
    padding: 30px;
  }
}
@media screen and (min-width: 999.9px) {
  .home .cv-contact .col2 {
    display: grid;
    align-items: flex-end;
    gap: 50px;
    grid-template-columns: 1.5fr 1fr;
  }
}
.home .cv-contact .col2 h3 {
  margin-bottom: 1em;
  font-size: 20px;
}
.home .cv-contact .col2 p {
  font-size: 20px;
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .col2 p {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .col2 p.txt {
    text-align: left;
  }
}
.home .cv-contact .col2 p a {
  display: inline-block;
  background: url("../image/common/ico_tel.png") no-repeat 1em center;
  background-size: auto 1.5em;
  background-color: #8EC43D;
  padding: 0.5em 1em 0.5em 3em;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  border-radius: 45px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .col2 p a {
    font-size: 6.5vw;
    display: block;
    margin-top: 20px;
    padding: 0.5em 1em 0.5em 1.5em;
    background-size: auto 1em;
  }
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home .cv-contact .col2 p img {
    margin-top: 40px;
    width: 60%;
  }
}
@media screen and (max-width: 519.9px) {
  .home .cv-contact .col2 p img {
    margin-top: 20px;
    width: 90%;
  }
}
.home-flow {
  background-color: #8EC43D;
  margin-top: -1px;
}
.home-flow .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-flow .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.home-flow .sec-tit {
  color: #fff;
}
.home-flow ul {
  display: inline-block;
}
.home-flow ul li {
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 45px;
  padding: 20px 20px 20px 150px;
  margin: 40px 0 40px 0;
  border: 5px solid #448001;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 519.9px) {
  .home-flow ul li {
    font-size: 4.5vw;
    padding: 20px;
    border-radius: 10px;
  }
}
.home-flow ul li span {
  display: inline-block;
  background-color: #448001;
  color: #fff;
  margin-right: 20px;
  border-radius: 45px;
  padding: 0 1em;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 519.9px) {
  .home-flow ul li span {
    position: relative;
    display: block;
    margin-right: 0px;
    left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.home-flow ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -25px;
}
.home-flow ul li:first-child {
  margin-top: 0;
}
.home-flow ul li:last-child:after {
  display: none;
}
.home-flow .qr {
  color: #fff;
  font-weight: 600;
  font-size: 140%;
  margin-top: 50px;
}
@media screen and (max-width: 519.9px) {
  .home-flow .qr {
    margin-top: 0px;
  }
}
.home-flow .qr img {
  width: 200px;
  margin-top: 20px;
}
.home-message {
  background-color: #caffab;
}
.home-message .container {
  width: 1360px;
  max-width: 98%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-message .container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 999.9px) {
  .home-message .col2 {
    /*display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;*/
  }
}
.home-message .col2 p {
  text-align: left;
}
.home-message .col2 .item {
  background-color: rgb(255, 255, 255);
  padding: 30px 50px;
  border-radius: 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 519.9px) {
  .home-message .col2 .item {
    padding: 30px;
  }
}
.home-message .col2 .item:nth-child(2) {
  margin-top: 50px;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-message .col2 .item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 999.9px) {
  .home-message .col2 div.col2 {
    display: grid;
    gap: 30px;
    grid-template-columns: 200px auto;
  }
}
.home-message .col2 div.col2 p {
  line-height: 2;
}
.home-message .col2 div.col2 p.name {
  text-align: right;
  margin-top: 1em;
}
.home-message .col2 div.col2 p.pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 309.9px) and (max-width: 999.9px) {
  .home-message .col2 div.col2 p.pic {
    width: 200px;
    margin: 0 auto 40px auto;
  }
}
.home-message table {
  text-align: left;
}
.home-message table th {
  white-space: nowrap;
  padding-right: 20px;
  padding: 5px 20px 5px 0;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 519.9px) {
  .home-message table th {
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 5vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-message table td {
    display: block;
    text-align: center;
    font-size: 4.5vw;
  }
}
.home-office {
  background-color: #fcffd3;
}
.home-office .container {
  width: 1360px;
  max-width: 98%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 519.9px) {
  .home-office .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.home-office .item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 519.9px) {
  .home-office .item {
    padding: 30px;
  }
}
.home-office .item table {
  text-align: left;
}
.home-office .item table th {
  white-space: nowrap;
  padding: 5px 50px 5px 0;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 519.9px) {
  .home-office .item table th {
    display: block;
    text-align: center;
    margin-top: 1em;
    font-size: 5vw;
  }
}
@media screen and (max-width: 519.9px) {
  .home-office .item table td {
    display: block;
    text-align: center;
    font-size: 4.5vw;
  }
}/*# sourceMappingURL=style_home.css.map */