@charset "UTF-8";
.f_noto, .u-bold, .pg-75 .listPtn1 li, .pg-75 .pg-sub-ttl, .pg-75 .titleLv1, .pg-75 .pg-ttl h1, .pg-75 .pg-ttl .en {
  font-family: "Noto Sans JP", sans-serif;
}

strong {
  font-weight: bold;
}

.pg-75 .pg-ttl {
  width: 100%;
  position: relative;
}
.pg-75 .pg-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.5.1/overlays/03.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  z-index: 5;
}
.pg-75 .pg-ttl img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.pg-75 .pg-ttl .en {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 15px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  font-size: 45px;
  font-weight: 300;
  opacity: 0.3;
}
.pg-75 .pg-ttl h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 10;
  font-size: 26px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1.3;
}
.pg-75 .pg-ttl h1 em {
  font-size: 36px;
}
.pg-75 .pg-ttl h1 small {
  font-size: 24px;
}
.pg-75 .pg-ttl h1 .ruby {
  position: relative;
}
.pg-75 .pg-ttl h1 .ruby::after {
  display: flex;
  width: 100%;
  justify-content: center;
  content: "こうみゆ";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: -1em;
  left: 0;
  letter-spacing: 0.5em;
}
.pg-75 .titleLv1 {
  display: table;
  margin: 35px 0 0;
  padding-bottom: 0.35em;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.pg-75 .titleLv1::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fc9232;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pg-75 .titleLv1--copy {
  padding-bottom: 1em;
  font-size: 22px;
}
.pg-75 .pg-sub-ttl {
  display: block;
  padding: 0.35em 1em;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  background-image: linear-gradient(-90deg, #faebde 50%, transparent 50%), linear-gradient(#faebde 50%, transparent 50%);
  background-size: 2px 2px;
  position: relative;
}
.pg-75 .pg-sub-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #ffe2c7;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 100px solid #fc9232;
  box-sizing: border-box;
}
.pg-75 .pg-sm-ttl {
  display: block;
  margin-top: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  position: relative;
}
.pg-75 .pg-sm-ttl::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #eb0e0e;
  position: absolute;
  top: 10px;
  left: 0;
}
.pg-75 .pg-sm-ttl + p {
  margin-top: 15px;
}
.pg-75 .pg-Label {
  display: inline-flex;
  padding-right: 2.5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.pg-75 em {
  font-style: normal;
}
.pg-75 p {
  display: block;
  margin: 35px 0 0;
  font-size: 16px;
}
.pg-75 p strong {
  color: #eb0e0e;
  font-weight: bold;
}
.pg-75 .pg-sub-1 {
  margin-top: 35px;
  border: 1px solid #999;
  padding: 25px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
.pg-75 .pg-sub-1 .pg-sm-ttl:nth-of-type(1) {
  margin-top: 0;
}
.pg-75 .listPtn1 {
  margin-top: 35px;
}
.pg-75 .listPtn1 li {
  margin-bottom: 0.75em;
  padding: 0.5em 0.75em;
  padding-left: 3.5em;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fc9232;
  border-radius: 6px;
  position: relative;
  box-shadow: 4px 4px 0px rgba(252, 146, 50, 0.15);
}
.pg-75 .listPtn1 li i {
  color: #fc9232;
  font-size: 24px;
  position: absolute;
  top: 14px;
  left: 20px;
}
.pg-75 .listDisc li {
  margin-left: 1em;
  list-style-type: disc;
  font-size: 16px;
}
.pg-75 .listNum li {
  margin-left: 1em;
  list-style-type: decimal;
  font-size: 16px;
}
.pg-75 .tablePtn1 {
  border-collapse: separate;
  border-spacing: 2px;
}
.pg-75 .tablePtn1 th,
.pg-75 .tablePtn1 td {
  padding: 0.5em;
  line-height: 1.5;
  box-sizing: border-box;
}
.pg-75 .tablePtn1 th {
  background-color: #dae4f2;
}
.pg-75 .tablePtn1 td {
  background-color: #f5f7fa;
}
.pg-75 .tablePtn2 th,
.pg-75 .tablePtn2 td {
  padding: 1em 0.5em;
  line-height: 1.5;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.pg-75 .Box {
  border: 1px solid #8ba4c8;
  line-height: 1.6;
}
.pg-75 .Box__inner {
  padding: 1em;
}
.pg-75 .Box p {
  font-size: 13px;
}
.pg-75 .flexBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 5%;
}
.pg-75 .flexBox__block {
  width: 100%;
}
.pg-75 .imgBox--i2 {
  min-width: 40%;
  width: 40%;
}
.pg-75 .imgBox img {
  display: block;
  width: 100%;
}
.pg-75 .itemLead__column {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.pg-75 .itemLead__txt {
  margin-top: 15px;
  font-size: 16px;
}
.pg-75 .itemLead__headTxt em {
  font-size: 22px;
  font-weight: 600;
}
.pg-75 .itemLead .i-1 {
  display: block;
  min-width: 160px;
  width: 160px;
}
.pg-75 .itemLead .i-1 img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 50%;
}
.pg-75 .ctFeature__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5%;
}
.pg-75 .ctFeature__img {
  display: block;
  min-width: 30%;
  width: 30%;
}
.pg-75 .ctFeature__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.pg-75 .ctFeature__block {
  width: 100%;
}
.pg-75 .ctFeature .effect li {
  font-size: 17px;
}
.pg-75 .ctExample__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
.pg-75 .ctExample__img {
  min-width: 40%;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.pg-75 .ctExample__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.pg-75 .ctExample__list li {
  margin-bottom: 1em;
  margin-left: 1em;
  font-size: 16px;
  list-style-type: disc;
}
.pg-75 .ctExample__list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pg-75 .ctHowto__Main {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #fc9232;
  color: #fc9232;
  font-size: 20px;
  font-weight: 700;
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb100 {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w25 {
    width: 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 800;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 15px;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/*# sourceMappingURL=upd.css.map */
