@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}

.first-view {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
.first-view .main-content {
  width: 100%;
  position: absolute;
  display: flex;
  flex-flow: column;
  padding-left: 120px;
  height: 100%;
  justify-content: center;
  z-index: 2;
  padding-top: 80px;
  gap: 40px;
}
@media screen and (max-width: 699px) {
  .first-view .main-content {
    padding-left: 0px;
    margin-top: 390px;
    gap: 20px;
    align-items: center;
  }
}
.first-view .main-content .h-ttl h1 {
  font-size: 50px;
  font-weight: 700;
  display: block;
  max-width: 430px;
}
@media screen and (max-width: 699px) {
  .first-view .main-content .h-ttl h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .first-view .main-content .h-ttl h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 699px) {
  .first-view .main-content .h-ttl h1 {
    font-size: 32px;
  }
}
.first-view .main-content .h-ttl p:last-child {
  margin-top: 18px;
  max-width: 730px;
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .first-view .main-content .h-ttl p:last-child {
    width: 666px;
  }
}
.first-view .main-content .h-contact {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #000;
  display: flex;
  height: 52px;
  align-items: center;
  width: 240px;
  justify-content: center;
  left: 10px;
}
@media screen and (max-width: 699px) {
  .first-view .main-content .h-contact {
    position: relative;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 30px;
    width: 230px;
    height: 50px;
  }
}
.first-view .main-content .h-contact p {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .first-view .main-content .h-contact p {
    font-size: 16px;
  }
}
.first-view .main-content .h-contact p span {
  color: #FBE74E;
}
.first-view .main-content .h-contact a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.first-view img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .first-view .pc-view {
    display: none;
  }
}
.first-view .sp-view {
  margin-top: 60px;
}
@media screen and (min-width: 701px) {
  .first-view .sp-view {
    display: none;
  }
}

.section-t {
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .section-t {
    padding: 40px 0;
  }
}
.section-t .section-ttl {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .section-t .section-ttl {
    padding-bottom: 0;
  }
}
.section-t .section-ttl h2 {
  font-size: 24px;
  font-weight: 700;
}
.section-t .main-content {
  padding-bottom: 40px;
}
.section-t .section-btn {
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .wp-post-g .front-sp > div:nth-child(n+4) {
    display: none;
  }
}
.wp-post-g .main-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .wp-post-g .main-content {
    gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .wp-post-g .main-content {
    margin-top: 30px;
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }
}
.wp-post-g .main-content .interview-item {
  width: 30%;
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .wp-post-g .main-content .interview-item {
    width: 50%;
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 699px) {
  .wp-post-g .main-content .interview-item {
    width: 80%;
  }
}
.wp-post-g .main-content .interview-item .block {
  position: relative;
}
.wp-post-g .main-content .interview-item .block .date {
  font-size: 14px !important;
  color: rgb(75, 75, 75);
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.wp-post-g .main-content .interview-item .block .date img {
  width: 20px;
}
.wp-post-g .main-content .interview-item .block img {
  margin-top: 6px;
  width: 300px;
}
.wp-post-g .main-content .interview-item .block .catch {
  font-size: 20px;
  margin-top: 8px;
  font-weight: 700;
}
.wp-post-g .main-content .interview-item .block .item1 {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
  font-weight: 700;
}
.wp-post-g .main-content .interview-item .block .co {
  margin-top: 8px;
  font-weight: 700;
}
.wp-post-g .main-content .interview-item .block > p:first-child {
  font-size: 20px;
}
.wp-post-g .main-content .interview-item .block .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-post-g .main-content .interview-item > .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.wp-post-g .main-content .interview-item .tag a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 25px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.wp-post-g .main-content .interview-item .tag a span {
  margin-right: 4px;
}
.wp-post-g .main-content .interview-item .add a {
  background: #FF7B54;
  transition: all 0.5s;
}
.wp-post-g .main-content .interview-item .add a:hover {
  background: #fff;
}
.wp-post-g .main-content .interview-item .ind a {
  background: #FFB26B;
  transition: all 0.5s;
}
.wp-post-g .main-content .interview-item .ind a:hover {
  background: #fff;
}
.wp-post-g .main-content .interview-item .pos {
  margin-top: 10px;
}
.wp-post-g .main-content .interview-item .pos a {
  background: #FFD56F;
  transition: all 0.5s;
}
.wp-post-g .main-content .interview-item .pos a:hover {
  background: #fff;
}
.wp-post-g .section-btn {
  margin-top: 20px;
}
.wp-post-g .page-nation {
  margin-top: 30px;
}
.wp-post-g .page-nation .navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.wp-post-g .page-nation .navigation .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
.wp-post-g .page-nation .navigation .nav-links .current {
  background: #FBE74E;
}

.interview, .contact {
  background: #F4F4F4;
}

.service, .about, .bg-archive, .privacy {
  background-image: url("../images/227609685.png");
  background-repeat: repeat;
  background-size: cover;
}

.bg-archive {
  margin-top: 100px;
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .bg-archive {
    margin-top: 60px;
  }
}
.bg-archive .p-l {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
}
.bg-archive .p-l ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.bg-archive .p-l ul li {
  font-weight: bold;
  font-size: 14px;
}
.bg-archive .p-l ul li a {
  color: #000;
}
.bg-archive .p-l ul li:nth-last-child(n+2)::after {
  content: "＞";
  margin-left: 10px;
}
.bg-archive .s-sarch {
  text-align: unset;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 50px;
}
.bg-archive .s-sarch .page-ttl {
  text-align: center;
}
.bg-archive .s-sarch .page-ttl h1 {
  font-size: 30px;
}
.bg-archive .s-sarch .sarch-info {
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 25px 30px 25px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 4px #FF7B54;
  border-radius: 25px;
}
@media screen and (max-width: 1100px) {
  .bg-archive .s-sarch .sarch-info {
    border-radius: 0;
    border: unset;
    border-top: solid 4px #FF7B54;
    border-bottom: solid 4px #FF7B54;
    margin-top: 30px;
  }
}
.bg-archive .s-sarch .sarch-info > form > div ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .bg-archive .s-sarch .sarch-info > form > div ul {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .bg-archive .s-sarch .sarch-info > form > div ul li:first-child input {
    width: 300px !important;
  }
}
.bg-archive .s-sarch .sarch-info > form > div ul li:first-child input {
  width: 223px;
}
.bg-archive .s-sarch .sarch-info > form > div ul li input {
  height: 40px;
  border: 2px solid #FF7B54;
}
.bg-archive .s-sarch .sarch-info > form > div ul li select {
  cursor: pointer;
  height: 40px;
  border: 2px solid #FF7B54;
  background: #fff;
}
.bg-archive .s-sarch .sarch-info > form > div ul li select option {
  cursor: pointer;
  background: #fff;
}
.bg-archive .s-sarch .sarch-info > form > div ul li:nth-child(2) select option:first-child {
  display: none;
}
@media screen and (max-width: 1100px) {
  .bg-archive .s-sarch .sarch-info > form > div ul li:last-child {
    margin-top: 32px;
  }
}
.bg-archive .s-sarch .sarch-info > form > div ul li:last-child input {
  background: #FF7B54;
  font-weight: 700;
  width: 100px;
  cursor: pointer;
  border-radius: 25px;
}
.bg-archive .s-sarch .sarch-info .item {
  margin-top: 24px;
  padding-top: 16px;
  border-top: #C0C0C0 2px solid;
}
.bg-archive .s-sarch .sarch-info .item .ttl {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bg-archive .s-sarch .sarch-info .item .ttl img {
  width: 30px;
}
.bg-archive .s-sarch .sarch-info .item .p-tag {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 1100px) {
  .bg-archive .s-sarch .sarch-info .item .p-tag {
    flex-wrap: wrap;
  }
}
.bg-archive .s-sarch .sarch-info .item .p-tag li {
  border: 2px solid #FF7B54;
  border-radius: 25px;
  transition: all 0.5s;
}
.bg-archive .s-sarch .sarch-info .item .p-tag li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
  display: block;
  height: 34px;
}
.bg-archive .s-sarch .sarch-info .item .p-tag li:hover {
  background: #FF7B54;
}
.bg-archive .list-count {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  gap: 8px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .bg-archive .list-count {
    padding-left: 15px;
    padding-bottom: 0;
  }
}
.bg-archive .list-count p {
  padding: 5px 10px;
  background-color: #FBE74E;
  display: inline-block;
  font-weight: 700;
}
.bg-archive .list-count p span {
  font-weight: 700;
  font-size: 18px;
}

.about .main-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .about .main-content {
    flex-flow: column;
  }
}
.about .main-content .section-img {
  width: 320px;
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .about .main-content .section-img {
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 699px) {
  .about .main-content .section-img {
    width: 70%;
    margin-top: 20px;
  }
}
.about .main-content .section-img img {
  width: 100%;
}
.about .main-content .section-info {
  width: 300px;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .about .main-content .section-info {
    width: 100%;
    padding: 0 15px;
  }
}
.about .main-content .section-info p {
  line-height: 2;
}

.contact .main-content {
  display: flex;
  justify-content: space-evenly;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .contact .main-content {
    flex-flow: column;
    justify-content: unset;
    gap: 30px;
  }
}
.contact .main-content > div {
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contact .main-content > div {
    width: 100%;
    padding: 0 15px;
  }
}
.contact .main-content > div > p {
  margin-top: 10px;
  font-weight: 500;
}
.contact .main-content > div > p a {
  text-decoration: none;
  color: #000;
}
.contact .main-content > div > p .call {
  background-image: url("../images/phone-solid.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 4px;
}
.contact .main-content > div > p .mail {
  background-image: url("../images/envelope-solid.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 2px;
}
.contact .main-content > div > p .line {
  background-image: url("../images/line.svg");
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  right: 4px;
  top: 2px;
}
.contact .main-content > div:nth-child(n+2) {
  border-left: 3px solid #FBE74E;
}
@media screen and (max-width: 1100px) {
  .contact .main-content > div:nth-child(n+2) {
    border-left: unset;
    border-top: 2px solid #FBE74E;
  }
  .contact .main-content > div:nth-child(n+2) p:first-child {
    padding-top: 20px;
  }
}
.contact .main-content > div:nth-child(n+2) p:nth-child(n+2) {
  margin-top: 24px;
}

footer {
  padding: 60px 40px;
  background-image: url("../images/227609685.png");
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 30px 15px;
  }
}
footer .main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  footer .main-content {
    flex-flow: column;
  }
}
footer .main-content .footer-logo {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  footer .main-content .footer-logo {
    display: none;
  }
}
footer .main-content .footer-logo img {
  width: 60%;
}
footer .main-content nav {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  footer .main-content nav {
    flex-flow: column;
    gap: 16px;
  }
}
footer .main-content nav ul {
  list-style: none;
}
footer .main-content nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
footer .main-content nav ul li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 1100px) {
  footer .main-content nav ul li:nth-child(n+2) {
    margin-top: 16px;
  }
}
footer .copy-wright {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  footer .copy-wright {
    margin-top: 30px;
  }
}

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 3px solid #FBE74E; /* ボーダーの色と太さ */
  padding: 10px 50px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .btn span {
    font-size: 18px;
  }
}

.btn:hover span {
  color: #000;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #FBE74E; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  background: #000;
  top: 25px;
}

/*矢印が右に移動して背景がつく*/
.btnarrow5 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #555;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

.btnarrow5:hover {
  background: #FBE74E;
  color: #fff;
}

/*矢印と下線の形状*/
.btnarrow5::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: -26px;
  /*下線の形状*/
  width: 40px;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

.btnarrow5::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 20%;
  right: -21px;
  /*矢印の形状*/
  width: 1px;
  height: 12px;
  background: #333;
  transform: skewX(45deg);
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before {
  right: -30px;
}

.btnarrow5:hover::after {
  right: -25px;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow: hidden;
}

.background span {
  width: 8vmin;
  height: 8vmin;
  border-radius: 8vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 30;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.background span:nth-child(0) {
  color: #fbe74e;
  top: 42%;
  left: 98%;
  animation-duration: 74s;
  animation-delay: -176s;
  transform-origin: -12vw 19vh;
  box-shadow: 16vmin 0 2.6842017243vmin currentColor;
}

.background span:nth-child(1) {
  color: #58aee4;
  top: 81%;
  left: 94%;
  animation-duration: 47s;
  animation-delay: -177s;
  transform-origin: 17vw 5vh;
  box-shadow: 16vmin 0 2.5571597564vmin currentColor;
}

.background span:nth-child(2) {
  color: #58aee4;
  top: 7%;
  left: 73%;
  animation-duration: 7s;
  animation-delay: -196s;
  transform-origin: -1vw 9vh;
  box-shadow: 16vmin 0 2.7357525561vmin currentColor;
}

.background span:nth-child(3) {
  color: #58aee4;
  top: 50%;
  left: 58%;
  animation-duration: 71s;
  animation-delay: -10s;
  transform-origin: -5vw 11vh;
  box-shadow: 16vmin 0 2.0071097399vmin currentColor;
}

.background span:nth-child(4) {
  color: #58aee4;
  top: 94%;
  left: 57%;
  animation-duration: 63s;
  animation-delay: -174s;
  transform-origin: 7vw 21vh;
  box-shadow: 16vmin 0 2.8064156443vmin currentColor;
}

.background span:nth-child(5) {
  color: #fbe74e;
  top: 69%;
  left: 98%;
  animation-duration: 76s;
  animation-delay: -11s;
  transform-origin: -4vw 20vh;
  box-shadow: -16vmin 0 2.4367775792vmin currentColor;
}

.background span:nth-child(6) {
  color: #FFACAC;
  top: 49%;
  left: 64%;
  animation-duration: 15s;
  animation-delay: -141s;
  transform-origin: -11vw -11vh;
  box-shadow: -16vmin 0 2.6890353798vmin currentColor;
}

.background span:nth-child(7) {
  color: #FFACAC;
  top: 5%;
  left: 37%;
  animation-duration: 60s;
  animation-delay: -42s;
  transform-origin: -1vw 5vh;
  box-shadow: -16vmin 0 2.6658813094vmin currentColor;
}

.background span:nth-child(8) {
  color: #fbe74e;
  top: 2%;
  left: 33%;
  animation-duration: 84s;
  animation-delay: -190s;
  transform-origin: 4vw -20vh;
  box-shadow: 16vmin 0 2.496153819vmin currentColor;
}

.background span:nth-child(9) {
  color: #58aee4;
  top: 45%;
  left: 50%;
  animation-duration: 19s;
  animation-delay: -92s;
  transform-origin: -14vw 14vh;
  box-shadow: -16vmin 0 2.8394649857vmin currentColor;
}

.background span:nth-child(10) {
  color: #58aee4;
  top: 60%;
  left: 66%;
  animation-duration: 193s;
  animation-delay: -4s;
  transform-origin: 13vw -14vh;
  box-shadow: -16vmin 0 2.8003108803vmin currentColor;
}

.background span:nth-child(11) {
  color: #fbe74e;
  top: 55%;
  left: 94%;
  animation-duration: 16s;
  animation-delay: -2s;
  transform-origin: -12vw 18vh;
  box-shadow: -16vmin 0 2.141332597vmin currentColor;
}

.background span:nth-child(12) {
  color: #FFACAC;
  top: 34%;
  left: 80%;
  animation-duration: 46s;
  animation-delay: -150s;
  transform-origin: 0vw 12vh;
  box-shadow: 16vmin 0 2.6098000234vmin currentColor;
}

.background span:nth-child(13) {
  color: #fbe74e;
  top: 17%;
  left: 41%;
  animation-duration: 187s;
  animation-delay: -81s;
  transform-origin: 3vw 24vh;
  box-shadow: 16vmin 0 2.3309645806vmin currentColor;
}

.background span:nth-child(14) {
  color: #FFACAC;
  top: 26%;
  left: 27%;
  animation-duration: 112s;
  animation-delay: -140s;
  transform-origin: 6vw -15vh;
  box-shadow: -16vmin 0 2.3542822536vmin currentColor;
}

.background span:nth-child(15) {
  color: #58aee4;
  top: 29%;
  left: 84%;
  animation-duration: 43s;
  animation-delay: -12s;
  transform-origin: 1vw 22vh;
  box-shadow: -16vmin 0 2.8273470101vmin currentColor;
}

.background span:nth-child(16) {
  color: #58aee4;
  top: 87%;
  left: 11%;
  animation-duration: 73s;
  animation-delay: -64s;
  transform-origin: 11vw 24vh;
  box-shadow: 16vmin 0 2.8231592852vmin currentColor;
}

.background span:nth-child(17) {
  color: #58aee4;
  top: 94%;
  left: 7%;
  animation-duration: 205s;
  animation-delay: -77s;
  transform-origin: -16vw 13vh;
  box-shadow: -16vmin 0 2.66435793vmin currentColor;
}

.background span:nth-child(18) {
  color: #58aee4;
  top: 76%;
  left: 10%;
  animation-duration: 57s;
  animation-delay: -154s;
  transform-origin: -5vw -2vh;
  box-shadow: 16vmin 0 2.9575027098vmin currentColor;
}

.background span:nth-child(19) {
  color: #FFACAC;
  top: 2%;
  left: 93%;
  animation-duration: 198s;
  animation-delay: -160s;
  transform-origin: -24vw -7vh;
  box-shadow: -16vmin 0 2.301258334vmin currentColor;
}

.login-s {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 160px;
}

.mail {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.mail input {
  width: 250px;
}

.pass {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.pass label {
  width: 112px;
}
.pass input {
  width: 250px;
}

.login-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.pass-reset {
  display: flex;
  justify-content: center;
  margin: 18px 0;
  color: #000;
}/*# sourceMappingURL=style.css.map */