@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.top-menu {
  margin-top: 160px;
}
@media screen and (max-width: 1080px) {
  .top-menu {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .top-menu {
    margin-top: 40px;
  }
}

.sec01 {
  padding-top: 30px;
}
.sec01 .flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: flex-end;
  padding-left: 30px;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    gap: 20px;
  }
}
.sec01 .left {
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .sec01 .left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .left {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.sec01 .left .ttls {
  max-width: 300px;
}
@media screen and (max-width: 1080px) {
  .sec01 .left .ttls {
    max-width: 100%;
  }
}
.sec01 .left .ttls .min {
  color: #033792;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1080px) {
  .sec01 .left .ttls .min {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .left .ttls .min {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .left .ttls .min {
    font-size: 12px;
  }
}
.sec01 .left .ttls .ttl {
  color: #033792;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .sec01 .left .ttls .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .left .ttls .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .left .ttls .ttl {
    font-size: 20px;
  }
}
.sec01 .left .ttls .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 18px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec01 .left .ttls .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .left .ttls .txt {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .left .ttls .txt {
    font-size: 12px;
  }
}
.sec01 .img {
  width: 67.36%;
}
@media screen and (max-width: 1080px) {
  .sec01 .img {
    width: 100%;
  }
}
.sec01 .img img {
  display: block;
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  padding-bottom: 110px;
  padding-top: 130px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
.sec02 .imgs {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .imgs {
    flex-direction: column;
    gap: 20px;
  }
}
.sec02 .imgs img {
  display: block;
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .sec02 .imgs img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .imgs img {
    width: 100%;
  }
}
.sec02 .flex {
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex {
    gap: 30px;
  }
}
.sec02 .flex img {
  display: block;
  width: 36.36%;
}
@media screen and (max-width: 768px) {
  .sec02 .flex img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex img {
    width: 70%;
  }
}
.sec02 .top {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec02 .top {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .top {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .top {
    font-size: 14px;
  }
}
.sec02 .price {
  margin-top: 34px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price {
    margin-top: 20px;
  }
}
.sec02 .price span:nth-of-type(1) {
  color: #222 !important;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price span:nth-of-type(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price span:nth-of-type(1) {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price span:nth-of-type(1) {
    font-size: 12px;
  }
}
.sec02 .price span:nth-of-type(2) {
  color: #222 !important;
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price span:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price span:nth-of-type(2) {
    font-size: 14px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price span:nth-of-type(2) {
    font-size: 12px;
    margin-left: 6px;
  }
}
.sec02 .price span:nth-of-type(3) {
  color: #222 !important;
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price span:nth-of-type(3) {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price span:nth-of-type(3) {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price span:nth-of-type(3) {
    font-size: 16px;
  }
}
.sec02 .price span:nth-of-type(4) {
  color: #222 !important;
  font-size: 13px;
  margin-left: 5px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price span:nth-of-type(4) {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price span:nth-of-type(4) {
    font-size: 11px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price span:nth-of-type(4) {
    font-size: 10px;
  }
}
.sec02 .price span:nth-of-type(5) {
  border: 1px solid #707070;
  color: #222 !important;
  font-size: 15px;
  margin-left: 20px;
  padding: 3px 13px;
}
@media screen and (max-width: 1080px) {
  .sec02 .price span:nth-of-type(5) {
    font-size: 14px;
    margin-left: 18px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .price span:nth-of-type(5) {
    font-size: 13px;
    margin-left: 16px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .price span:nth-of-type(5) {
    font-size: 12px;
    margin-left: 14px;
    padding: 2px 6px;
  }
}
.sec02 .c-btn {
  margin-left: initial;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .c-btn {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .c-btn {
    margin-top: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .c-btn {
    margin-top: 15px;
  }
}
.sec02 .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.175;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02 .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .txt {
    font-size: 12px;
  }
}
.sec02 .b-txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02 .b-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .b-txt {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  background-color: #f6f6f7;
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec03 .wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 .wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .point-img .imgs {
    gap: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .point-img .imgs > div {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .point-img .imgs > div {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}
.sec03 .point-img .img .point {
  background-color: #033791;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  padding: 1px 6px;
}
@media screen and (max-width: 1080px) {
  .sec03 .point-img .img .point {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .point-img .img .point {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .point-img .img .point {
    font-size: 16px;
  }
}
.sec03 .point-img .img img {
  display: block;
}
.sec03 .point-img .subttl {
  color: #033791 !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .point-img .subttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .point-img .subttl {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .point-img .subttl {
    font-size: 14px;
  }
}
.sec03 .point-img .subttl span {
  display: inline-block;
}
.sec03 .point-img .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.175;
  margin-top: 12px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec03 .point-img .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 7px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .point-img .txt {
    font-size: 12px;
  }
}
.sec03 .c-btn {
  margin-top: 20px;
}
.sec03 .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .webgene-blog {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .webgene-blog {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .webgene-blog {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .webgene-blog {
    gap: 20px 5px;
  }
}
.sec03 .webgene-blog .webgene-item {
  width: calc((100% - 10px * 2) / 3);
}
@media screen and (max-width: 768px) {
  .sec03 .webgene-blog .webgene-item {
    width: calc((100% - 10px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec03 .webgene-blog .webgene-item {
    width: calc((100% - 5px * 1) / 2);
  }
}
.sec03 .webgene-blog .webgene-item .blogItemBox img {
  display: block;
}
.sec03 .webgene-blog .webgene-item .blogItemBox .cat {
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .sec03 .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 11px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 10px;
    padding: 2px 6px;
  }
}
.sec03 .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
  color: #033792;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 7px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec03 .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec03 .point-img .img {
  position: relative;
}
body.on .sec03 .point-img .img .point {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}

/*----------------------------------------------------------
sec04
------------------------------------------------------------*/
.sec04 {
  background-color: #f3f9ff;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec04 .wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 1080px) {
  .sec04 .wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap {
    gap: 40px;
  }
}
.sec04 .wrap .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.sec04 .wrap02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec04 .wrap02 {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .wrap02 {
    gap: 20px;
  }
}
.sec04 .wrap02 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.sec04 .ttl {
  background-color: #fff;
  border: 1px solid #033792;
  border-radius: 80px;
  color: #033792;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .sec04 .ttl {
    font-size: 22px;
    padding: 7px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .ttl {
    font-size: 18px;
    padding: 3px 25px;
  }
}
.sec04 .c-btns {
  margin-top: 0 !important;
}

/* ーーーーーーーーーーーー'sec04 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec04 サイト表示側'ーーーーーーーーーーーーーー*/
/*# sourceMappingURL=sourcemaps/juuki.css.map */