@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: 50px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec01 .left .ttls .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@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;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec04
------------------------------------------------------------*/
.sec04 {
  background-color: #033791;
  padding-bottom: 120px;
  padding-top: 100px;
  /* ーーーーーーーーーーーー'白背景共通sectionタイトルパーツ'ーーーーーーーーーーーーーー*/
}
@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 .ttl {
  background-color: #fff;
  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 .t-txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.175;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec04 .t-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .t-txt {
    font-size: 12px;
  }
}
.sec04 .bottom {
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 1100px;
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec04 .bottom {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .bottom {
    margin-top: 50px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .bottom {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec04 .bottom .subttl {
  background-color: #033791;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 17px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .sec04 .bottom .subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .bottom .subttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .bottom .subttl {
    font-size: 14px;
  }
}
.sec04 .bottom .txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec04 .bottom .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .bottom .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* ーーーーーーーーーーーー'sec04 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec04 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec04 .bottom .subttl {
  margin-top: -18px;
}
@media screen and (max-width: 1080px) {
  body.on .sec04 .bottom .subttl {
    margin-top: -16px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec04 .bottom .subttl {
    margin-top: -15px;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec04 .bottom .subttl {
    margin-top: -13px;
  }
}

/*----------------------------------------------------------
sec05
------------------------------------------------------------*/
.sec05 {
  background-color: #f3f9ff;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .sec05 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec05 .wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 1080px) {
  .sec05 .wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .wrap {
    gap: 40px;
  }
}
.sec05 .wrap .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.sec05 .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) {
  .sec05 .ttl {
    font-size: 22px;
    padding: 7px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .ttl {
    font-size: 18px;
    padding: 3px 25px;
  }
}
.sec05 .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) {
  .sec05 .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex {
    gap: 30px;
  }
}
.sec05 .flex img {
  display: block;
  width: 36.36%;
}
@media screen and (max-width: 768px) {
  .sec05 .flex img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex img {
    width: 70%;
  }
}
.sec05 .flex .subttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .subttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .txts {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .txts {
    width: 100%;
  }
}
.sec05 .flex .t-txt {
  color: #707070;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec05 .flex .t-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .t-txt {
    font-size: 12px;
  }
}
.sec05 .flex .table {
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .table {
    margin-top: 20px;
  }
}
.sec05 .flex .table .minttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .table .minttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table .minttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .table .minttl {
    font-size: 15px;
  }
}
.sec05 .flex .table .box {
  border-top: 1px solid #dddddd;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table .box {
    margin-top: 10px;
  }
}
.sec05 .flex .table .box > div {
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table .box > div {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .table .box > div {
    gap: 7px;
  }
}
.sec05 .flex .table .box > div p:nth-of-type(1) {
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  width: 116px;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .table .box > div p:nth-of-type(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table .box > div p:nth-of-type(1) {
    font-size: 13px;
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .table .box > div p:nth-of-type(1) {
    font-size: 12px;
  }
}
.sec05 .flex .table .box > div p:nth-of-type(2) {
  color: #707070;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .table .box > div p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .table .box > div p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .table .box > div p:nth-of-type(2) {
    font-size: 12px;
  }
}
.sec05 .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec05 .c-btn {
    margin-top: 30px;
  }
}
.sec05 .min-txt {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

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