body {
  font-family: "Noto Sans JP", sans-serif;
}

.main {
  margin-top: 8.6vw;
  overflow-x: hidden;
}
@media screen and (min-width: 1400px) {
  .main {
    margin-top: 86px;
  }
}
@media screen and (max-width: 700px) {
  .main {
    margin-top: 13.28125vw;
  }
}

a {
  transition: 0.5s all;
}
a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 641px) {
  .u-sp_disp {
    display: none;
  }
}
.u-tab_disp {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-tab_disp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u-pc_disp {
    display: none;
  }
}
.u-link {
  width: 320px;
  display: block;
}
.u-link:hover {
  opacity: 1;
}
.u-link:hover p {
  color: #0597A3;
  background: #fff;
  border: solid 1px #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link:hover p {
    border: solid 0.1vw #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-link:hover p {
    border: solid 0.15625vw #0597A3;
  }
}
.u-link:hover p::before {
  background: #0597A3;
}
.u-link:hover p::after {
  border-top: 2px solid #0597A3;
  border-right: 2px solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link:hover p::after {
    border-top: 0.2vw solid #0597A3;
    border-right: 0.2vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-link:hover p::after {
    border-top: 0.3125vw solid #0597A3;
    border-right: 0.3125vw solid #0597A3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link {
    width: 32vw;
  }
}
@media screen and (max-width: 640px) {
  .u-link {
    width: 78.125vw;
  }
}
.u-linkTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0597A3;
  transition: 0.3s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-linkTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-linkTxt {
    height: 5.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-linkTxt {
    height: 12.5vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-linkTxt {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1;
  }
}
.u-linkTxt::before, .u-linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.u-linkTxt::before {
  right: 12px;
  top: 28px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-linkTxt::before {
    right: 1.2vw;
    top: 2.8vw;
    width: 1.4vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-linkTxt::before {
    right: 3.4375vw;
    top: 6.09375vw;
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
.u-linkTxt::after {
  right: 13px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-linkTxt::after {
    right: 1.3vw;
    top: 2.4vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .u-linkTxt::after {
    right: 3.4375vw;
    top: 5.15625vw;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.3125vw solid #fff;
    border-right: 0.3125vw solid #fff;
  }
}
.u-contact01 {
  max-width: 1000px;
  margin: 0 auto 165px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01 {
    max-width: 96vw;
    margin: 0 auto 16.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 12.5%;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__item {
    margin-bottom: 3.5%;
  }
}
.u-contact01__link {
  width: 320px;
  display: block;
}
.u-contact01__link:hover {
  opacity: 1;
}
.u-contact01__link:hover p {
  color: #FF8B5F;
  background: #fff;
  border: solid 1px #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__link:hover p {
    border: solid 0.1vw #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__link:hover p {
    border: solid 0.15625vw #FF8B5F;
  }
}
.u-contact01__link:hover p::before {
  background: #FF8B5F;
}
.u-contact01__link:hover p::after {
  border-top: 2px solid #FF8B5F;
  border-right: 2px solid #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__link:hover p::after {
    border-top: 0.2vw solid #FF8B5F;
    border-right: 0.2vw solid #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__link:hover p::after {
    border-top: 0.3125vw solid #FF8B5F;
    border-right: 0.3125vw solid #FF8B5F;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__link {
    width: 31vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__link {
    width: 78.125vw;
  }
}
.u-contact01__linkTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background: #FF8B5F;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__linkTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__linkTxt {
    height: 5.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__linkTxt {
    height: 12.5vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-contact01__linkTxt {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1;
  }
}
.u-contact01__linkTxt::before, .u-contact01__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.u-contact01__linkTxt::before {
  right: 12px;
  top: 28px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__linkTxt::before {
    right: 1.2vw;
    top: 2.8vw;
    width: 1.4vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__linkTxt::before {
    right: 3.4375vw;
    top: 6.09375vw;
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
.u-contact01__linkTxt::after {
  right: 13px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact01__linkTxt::after {
    right: 1.3vw;
    top: 2.4vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .u-contact01__linkTxt::after {
    right: 3.4375vw;
    top: 5.15625vw;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.3125vw solid #fff;
    border-right: 0.3125vw solid #fff;
  }
}
.u-contact02 {
  max-width: 1000px;
  margin: 0 auto 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02 {
    max-width: 100vw;
    margin: 0 auto 12vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 12.5%;
  }
}
.u-contact02__item--01 {
  margin-right: 10px;
}
.u-contact02__item--02 {
  margin-left: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__item--01 {
    margin-right: 1vw;
  }
  .u-contact02__item--02 {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__item {
    margin-bottom: 3%;
  }
  .u-contact02__item--01 {
    margin-right: 0;
  }
  .u-contact02__item--02 {
    margin-left: 0;
  }
}
.u-contact02__link {
  width: 320px;
  display: block;
}
.u-contact02__link:hover {
  opacity: 1;
}
.u-contact02__link:hover .u-contact02__linkTxt--01 {
  color: #FF8B5F;
  background: #fff;
  border: solid 1px #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__link:hover .u-contact02__linkTxt--01 {
    border: solid 0.1vw #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__link:hover .u-contact02__linkTxt--01 {
    border: solid 0.15625vw #FF8B5F;
  }
}
.u-contact02__link:hover .u-contact02__linkTxt--01::before {
  background: #FF8B5F;
}
.u-contact02__link:hover .u-contact02__linkTxt--01::after {
  border-top: 2px solid #FF8B5F;
  border-right: 2px solid #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__link:hover .u-contact02__linkTxt--01::after {
    border-top: 0.2vw solid #FF8B5F;
    border-right: 0.2vw solid #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__link:hover .u-contact02__linkTxt--01::after {
    border-top: 0.3125vw solid #FF8B5F;
    border-right: 0.3125vw solid #FF8B5F;
  }
}
.u-contact02__link:hover .u-contact02__linkTxt--02 {
  color: #0597A3;
  background: #fff;
  border: solid 1px #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__link:hover .u-contact02__linkTxt--02 {
    border: solid 0.1vw #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__link:hover .u-contact02__linkTxt--02 {
    border: solid 0.15625vw #0597A3;
  }
}
.u-contact02__link:hover .u-contact02__linkTxt--02::before {
  background: #0597A3;
}
.u-contact02__link:hover .u-contact02__linkTxt--02::after {
  border-top: 2px solid #0597A3;
  border-right: 2px solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__link:hover .u-contact02__linkTxt--02::after {
    border-top: 0.2vw solid #0597A3;
    border-right: 0.2vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__link:hover .u-contact02__linkTxt--02::after {
    border-top: 0.3125vw solid #0597A3;
    border-right: 0.3125vw solid #0597A3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__link {
    width: 32vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__link {
    width: 78.125vw;
  }
}
.u-contact02__linkTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__linkTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
.u-contact02__linkTxt--01 {
  background: #FF8B5F;
}
.u-contact02__linkTxt--02 {
  background: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__linkTxt {
    height: 5.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__linkTxt {
    height: 12.5vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-contact02__linkTxt {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1;
  }
}
.u-contact02__linkTxt::before, .u-contact02__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.u-contact02__linkTxt::before {
  right: 12px;
  top: 28px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__linkTxt::before {
    right: 1.2vw;
    top: 2.8vw;
    width: 1.4vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__linkTxt::before {
    right: 3.4375vw;
    top: 6.09375vw;
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
.u-contact02__linkTxt::after {
  right: 13px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-contact02__linkTxt::after {
    right: 1.3vw;
    top: 2.4vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .u-contact02__linkTxt::after {
    right: 3.4375vw;
    top: 5.15625vw;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.3125vw solid #fff;
    border-right: 0.3125vw solid #fff;
  }
}
.u-functions {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) {
  .u-functions {
    max-width: 1000px;
    margin: 0 auto 55px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions {
    max-width: 100vw;
    margin: 0 auto 5.5vw;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 640px) {
  .u-functions {
    padding: 0 5.46875vw;
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
}
.u-functions__item {
  flex: 0 1 166.6666666667px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions__item {
    flex: 0 1 calc(100vw / 6);
  }
}
@media screen and (max-width: 640px) {
  .u-functions__item {
    flex: 0 1 calc(89.0625vw / 3);
    margin-bottom: 9.5%;
  }
}
@media screen and (min-width: 641px) {
  .u-functions__link {
    transition: 0.3s all;
  }
  .u-functions__link:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions__link {
    transition: 0.3s all;
  }
  .u-functions__link:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}
.u-functions__linkImg {
  width: 145px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 3px #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions__linkImg {
    width: 14.5vw;
    border: solid 0.3vw #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-functions__linkImg {
    width: 26.5625vw;
    border: solid 0.46875vw #0597A3;
  }
}
.u-functions__linkTxt {
  padding-top: 10px;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  font-weight: 500;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions__linkTxt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-functions__linkTxt {
    padding-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-functions__linkTxt {
    padding-top: 2.5%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-functions__linkTxt {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.4;
  }
}
.u-reasons {
  max-width: 1000px;
  margin: 0 auto 165px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons {
    max-width: 96vw;
    margin: 0 auto 16.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 12.5%;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__item {
    margin-bottom: 3.5%;
  }
}
.u-reasons__link {
  width: 320px;
  display: block;
}
.u-reasons__link:hover {
  opacity: 1;
}
.u-reasons__link:hover p {
  color: #0597A3;
  background: #fff;
  border: solid 1px #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__link:hover p {
    border: solid 0.1vw #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__link:hover p {
    border: solid 0.15625vw #0597A3;
  }
}
.u-reasons__link:hover p::before {
  background: #0597A3;
}
.u-reasons__link:hover p::after {
  border-top: 2px solid #0597A3;
  border-right: 2px solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__link:hover p::after {
    border-top: 0.2vw solid #0597A3;
    border-right: 0.2vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__link:hover p::after {
    border-top: 0.3125vw solid #0597A3;
    border-right: 0.3125vw solid #0597A3;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__link {
    width: 31vw;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__link {
    width: 78.125vw;
  }
}
.u-reasons__linkTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background: #0597A3;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__linkTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__linkTxt {
    height: 5.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__linkTxt {
    height: 12.5vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-reasons__linkTxt {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1;
  }
}
.u-reasons__linkTxt::before, .u-reasons__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.u-reasons__linkTxt::before {
  right: 12px;
  top: 28px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__linkTxt::before {
    right: 1.2vw;
    top: 2.8vw;
    width: 1.4vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__linkTxt::before {
    right: 3.4375vw;
    top: 6.09375vw;
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
.u-reasons__linkTxt::after {
  right: 13px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-reasons__linkTxt::after {
    right: 1.3vw;
    top: 2.4vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .u-reasons__linkTxt::after {
    right: 3.4375vw;
    top: 5.15625vw;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.3125vw solid #fff;
    border-right: 0.3125vw solid #fff;
  }
}
.u-seminarContainer {
  background: 50% 0%/1600px auto url(/assets/img/util/seminar_bg_pc_01.jpg) no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarContainer {
    background: 50% 0%/160vw auto url(/assets/img/util/seminar_bg_pc_01.jpg) no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarContainer {
    background: 50% 0%/100% auto url(/assets/img/util/seminar_bg_sp_01.jpg) no-repeat;
  }
}
.u-seminarInner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 340px;
  padding-bottom: 65px;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner {
    max-width: 100vw;
    padding-left: 31vw;
    padding-right: 3vw;
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner {
    max-width: 89.0625vw;
    padding-bottom: 15.1%;
    padding-left: 0;
  }
}
.u-seminarInner__ttl {
  color: #454545;
  font-weight: 400;
  letter-spacing: -0.01rem;
  font-size: 1.6875rem;
  line-height: 1.8888888889;
  padding-top: 61px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__ttl {
    letter-spacing: -0.016vw;
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__ttl {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__ttl {
    font-weight: 500;
    padding: 11% 0 0 37.7%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-seminarInner__ttl {
    font-size: 5.46875vw;
    letter-spacing: -0.109375vw;
    line-height: 1.6285714286;
  }
}
.u-seminarInner__ttlStrong {
  color: #0597A3;
}
.u-seminarInner__txt {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  text-align: justify;
  padding-top: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__txt {
    padding-top: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__txt {
    padding-top: 42.5%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-seminarInner__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.u-seminarInner__detail {
  position: absolute;
  top: 257px;
  right: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__detail {
    top: 23vw;
    right: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__detail {
    top: 29.6%;
  }
}
.u-seminarInner__detailTxt {
  width: 285px;
  height: 126px;
  margin-left: 23px;
  padding: 4px;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(14deg, #E7D671 0%, #DFBE56 10%, #D6A439 15%, #D49D31 35%, #EAD069 40%, #F6EB87 70%, #CB8A24 100%);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__detailTxt {
    width: 28.5vw;
    height: 12.6vw;
    margin-left: 2.3vw;
    padding: 0.4vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__detailTxt {
    width: 44.53125vw;
    height: 19.6875vw;
    margin-left: 3.59375vw;
    padding: 0.625vw;
    border-radius: 0.78125vw;
    position: absolute;
    top: -261%;
    right: 0;
  }
}
.u-seminarInner__detailTxt::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% url(/assets/img/util/seminar_elm_pc_01.png) no-repeat;
  width: 86px;
  height: 86px;
  top: -18px;
  left: -30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__detailTxt::before {
    width: 8.6vw;
    height: 8.6vw;
    top: -1.8vw;
    left: -3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__detailTxt::before {
    width: 16.5625vw;
    height: 16.5625vw;
    top: -4.375vw;
    left: -8.28125vw;
  }
}
.u-seminarInner__detailTxt--01 {
  background: 0% 0%/100% url(/assets/img/util/seminar_elm_02.png) no-repeat;
  letter-spacing: 0.01rem;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  text-align: center;
  color: #FF8B5F;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__detailTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-seminarInner__detailTxt--01 {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.75;
  }
}
.u-seminarInner__detailLink {
  margin-top: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-seminarInner__detailLink {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-seminarInner__detailLink {
    margin: 5.4% auto 0;
  }
}
.u-support {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .u-support {
    max-width: 1000px;
    margin: 112px auto 100px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support {
    max-width: 100vw;
    margin: 11.2vw auto 10vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support {
    margin-bottom: 13%;
  }
}
.u-support__txt {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 2.0454545455;
  color: #454545;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__txt {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__txt {
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-support__txt {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.8;
  }
}
.u-support__txt::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% url(/assets/img/util/support_elm_pc_01.svg) no-repeat;
  width: 709px;
  height: 89px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__txt::before {
    width: 70.9vw;
    height: 8.9vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__txt::before {
    background: 0% 0%/100% url(/assets/img/util/support_elm_sp_01.svg) no-repeat;
    width: 89.84375vw;
    height: 20.15625vw;
    top: 13%;
  }
}
.u-support__txtStrong {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1;
  color: #FF8B5F;
  border-bottom: 2px solid #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__txtStrong {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__txtStrong {
    border-bottom: 0.2vw solid #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-support__txtStrong {
    border-bottom: 0.3125vw solid #FF8B5F;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-support__txtStrong {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.8;
  }
}
.u-support__list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 31px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__list {
    padding-top: 3.1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.5%;
  }
}
.u-support__item--01 {
  margin-right: 10px;
}
.u-support__item--02 {
  margin-left: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__item--01 {
    margin-right: 1vw;
  }
  .u-support__item--02 {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__item {
    margin-bottom: 3%;
  }
  .u-support__item--01 {
    margin-right: 0;
  }
  .u-support__item--02 {
    margin-left: 0;
  }
}
.u-support__link {
  width: 320px;
  display: block;
}
.u-support__link:hover {
  opacity: 1;
}
.u-support__link:hover .u-support__linkTxt--01 {
  color: #0597A3;
  background: #fff;
  border: solid 1px #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__link:hover .u-support__linkTxt--01 {
    border: solid 0.1vw #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-support__link:hover .u-support__linkTxt--01 {
    border: solid 0.15625vw #0597A3;
  }
}
.u-support__link:hover .u-support__linkTxt--01::before {
  background: #0597A3;
}
.u-support__link:hover .u-support__linkTxt--01::after {
  border-top: 2px solid #0597A3;
  border-right: 2px solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__link:hover .u-support__linkTxt--01::after {
    border-top: 0.2vw solid #0597A3;
    border-right: 0.2vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .u-support__link:hover .u-support__linkTxt--01::after {
    border-top: 0.3125vw solid #0597A3;
    border-right: 0.3125vw solid #0597A3;
  }
}
.u-support__link:hover .u-support__linkTxt--02 {
  color: #FF8B5F;
  background: #fff;
  border: solid 1px #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__link:hover .u-support__linkTxt--02 {
    border: solid 0.1vw #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-support__link:hover .u-support__linkTxt--02 {
    border: solid 0.15625vw #FF8B5F;
  }
}
.u-support__link:hover .u-support__linkTxt--02::before {
  background: #FF8B5F;
}
.u-support__link:hover .u-support__linkTxt--02::after {
  border-top: 2px solid #FF8B5F;
  border-right: 2px solid #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__link:hover .u-support__linkTxt--02::after {
    border-top: 0.2vw solid #FF8B5F;
    border-right: 0.2vw solid #FF8B5F;
  }
}
@media screen and (max-width: 640px) {
  .u-support__link:hover .u-support__linkTxt--02::after {
    border-top: 0.3125vw solid #FF8B5F;
    border-right: 0.3125vw solid #FF8B5F;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__link {
    width: 32vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__link {
    width: 78.125vw;
  }
}
.u-support__linkTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__linkTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
.u-support__linkTxt--01 {
  background: #0597A3;
}
.u-support__linkTxt--02 {
  background: #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__linkTxt {
    height: 5.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__linkTxt {
    height: 12.5vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-support__linkTxt {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1;
  }
}
.u-support__linkTxt::before, .u-support__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.u-support__linkTxt::before {
  right: 12px;
  top: 28px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__linkTxt::before {
    right: 1.2vw;
    top: 2.8vw;
    width: 1.4vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-support__linkTxt::before {
    right: 3.4375vw;
    top: 6.09375vw;
    width: 2.8125vw;
    height: 0.3125vw;
  }
}
.u-support__linkTxt::after {
  right: 13px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-support__linkTxt::after {
    right: 1.3vw;
    top: 2.4vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.2vw solid #fff;
    border-right: 0.2vw solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .u-support__linkTxt::after {
    right: 3.4375vw;
    top: 5.15625vw;
    width: 1.875vw;
    height: 1.875vw;
    border-top: 0.3125vw solid #fff;
    border-right: 0.3125vw solid #fff;
  }
}
@media screen and (min-width: 641px) {
  .u-interviewList__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__inner {
    max-width: 108vw;
    margin: 0 auto;
    padding-bottom: 3.3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__inner {
    padding: 0 5.46875vw 23%;
  }
}
.u-interviewList__ttl {
  padding: 94px 0 42px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__ttl {
    padding: 9.4vw 0 4.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__ttl {
    padding: 12.1% 0 6.9%;
  }
}
.u-interviewList__ttlTxt {
  background: 0% 0%/25px 29px url(/assets/img/util/title_blue_elm_pc_01.svg) no-repeat, 100% 0%/25px 29px url(/assets/img/util/title_blue_elm_pc_02.svg) no-repeat, 0% 100%/25px 29px url(/assets/img/util/title_blue_elm_pc_03.svg) no-repeat, 100% 100%/25px 29px url(/assets/img/util/title_blue_elm_pc_04.svg) no-repeat;
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1;
  color: #454545;
  width: 428px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__ttlTxt {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__ttlTxt {
    background: 0% 0%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_01.svg) no-repeat, 100% 0%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_02.svg) no-repeat, 0% 100%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_03.svg) no-repeat, 100% 100%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_04.svg) no-repeat;
    width: 42.8vw;
    height: 9vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__ttlTxt {
    background: 0% 0%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_01.svg) no-repeat, 100% 0%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_02.svg) no-repeat, 0% 100%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_03.svg) no-repeat, 100% 100%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_04.svg) no-repeat;
    font-weight: 500;
    width: 79.375vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-interviewList__ttlTxt {
    font-size: 5.46875vw;
    letter-spacing: 0.109375vw;
    line-height: 1.5428571429;
  }
}
.u-interviewList__link {
  margin: 13px auto 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__link {
    margin: 1.3vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__link {
    margin: 2.3% auto 0;
  }
}
.u-interviewList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__list {
    width: 96vw;
    margin: 0 auto;
  }
}
.u-interviewList__item {
  flex: 0 1 340px;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 30px;
  background: rgba(229, 244, 246, 0.5);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__item {
    flex: 0 1 31vw;
    border-radius: 1vw;
    padding: 4vw 2vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__item {
    flex: 0 1 100%;
    border-radius: 1.5625vw;
    padding: 8.59375vw 5.46875vw;
    margin-bottom: 9%;
  }
}
.u-interviewList__itemTtl {
  width: 270px;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTtl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTtl {
    width: 27vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemTtl {
    width: 78.125vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-interviewList__itemTtl {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.u-interviewList__itemImg {
  width: 270px;
  margin-top: 19px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemImg {
    width: 27vw;
    margin-top: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemImg {
    width: 78.125vw;
    margin-top: 5.3%;
  }
}
.u-interviewList__itemImg img {
  border-radius: 10px;
  height: 221px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemImg img {
    border-radius: 1vw;
    height: 22.1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemImg img {
    border-radius: 1.5625vw;
    height: 49.53125vw;
  }
}
.u-interviewList__itemTxt {
  color: #454545;
  text-align: center;
}
.u-interviewList__itemTxt--01 {
  margin-top: 9px;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTxt--01 {
    margin-top: 0.9vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemTxt--01 {
    margin-top: 4.8%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-interviewList__itemTxt--01 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.u-interviewList__itemTxt--02 {
  margin-bottom: 17px;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTxt--02 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemTxt--02 {
    margin-bottom: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemTxt--02 {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-interviewList__itemTxt--02 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.4285714286;
  }
}
.u-interviewList__itemLink {
  width: 270px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-interviewList__itemLink {
    width: 27vw;
  }
}
@media screen and (max-width: 640px) {
  .u-interviewList__itemLink {
    width: 78.125vw;
    margin-bottom: 5%;
  }
}
.u-pageTtl {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 181px;
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  text-align: center;
  color: #454545;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-pageTtl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-pageTtl {
    min-height: 18.1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-pageTtl {
    min-height: 19.53125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-pageTtl {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.8;
  }
}
.u-pageTtlStrong {
  color: #0597A3;
}
.u-scrlAnm__fadein {
  opacity: 0;
  transition: 0.5s all;
}
.u-scrlAnm__fadein.js-observe {
  opacity: 1;
  transform: translateY(0);
}
.u-scrlAnm__fadein--bot {
  transform: translateY(40px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-scrlAnm__fadein--bot {
    transform: translateY(4vw);
  }
}
@media screen and (max-width: 640px) {
  .u-scrlAnm__fadein--bot {
    transform: translateY(6.25vw);
  }
}
.u-noPost {
  height: 114px;
  letter-spacing: 0.015rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  color: #454545;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-noPost {
    letter-spacing: 0.024vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-noPost {
    height: 11.4vw;
  }
}
@media screen and (max-width: 640px) {
  .u-noPost {
    height: 17.8125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .u-noPost {
    font-size: 3.28125vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}/*# sourceMappingURL=utility.css.map */