@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
  box-sizing: border-box;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: none;
  color: unset;
}

html {
  font-size: 0.0793650794vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.2666666667vw;
  }
}

@font-face {
  font-family: YuGothM;
  src: url(../fonts/YuGothM_0.ttc);
}
@font-face {
  font-family: YuGothB;
  src: url(../fonts/YuGothB.ttc);
}
@font-face {
  font-family: Braisetto-M;
  src: url(../fonts/Braisetto-Bold.otf);
}
html,
body {
  margin: 0;
  scroll-behavior: smooth;
  background: white;
}

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

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

.mexiwave [data-scroll=in] .char {
  animation: wave 0.25s calc(var(--char-index) * 0.1s) ease;
}
@keyframes wave {
  50% {
    transform: translate(0, -50%);
  }
}
.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

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

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

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

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

.mt20 {
  margin-top: 20px !important;
}

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

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

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

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

.mt45 {
  margin-top: 45px !important;
}

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

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

.mb20 {
  margin-bottom: 20px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

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

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

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

.ml20 {
  margin-left: 20px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

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

.mr0 {
  margin-right: 0px !important;
}

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

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

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

.mr20 {
  margin-right: 20px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

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

@media screen and (min-width: 768px) {
  .mt-pc0 {
    margin-top: 0px !important;
  }
  .mt-pc5 {
    margin-top: 5px !important;
  }
  .mt-pc10 {
    margin-top: 10px !important;
  }
  .mt-pc15 {
    margin-top: 15px !important;
  }
  .mt-pc20 {
    margin-top: 20px !important;
  }
  .mt-pc25 {
    margin-top: 25px !important;
  }
  .mt-pc30 {
    margin-top: 30px !important;
  }
  .mt-pc35 {
    margin-top: 35px !important;
  }
  .mt-pc40 {
    margin-top: 40px !important;
  }
  .mt-pc45 {
    margin-top: 45px !important;
  }
  .mt-pc50 {
    margin-top: 50px !important;
  }
  .mb-pc0 {
    margin-bottom: 0px !important;
  }
  .mb-pc5 {
    margin-bottom: 5px !important;
  }
  .mb-pc10 {
    margin-bottom: 10px !important;
  }
  .mb-pc15 {
    margin-bottom: 15px !important;
  }
  .mb-pc20 {
    margin-bottom: 20px !important;
  }
  .mb-pc25 {
    margin-bottom: 25px !important;
  }
  .mb-pc30 {
    margin-bottom: 30px !important;
  }
  .mb-pc35 {
    margin-bottom: 35px !important;
  }
  .mb-pc40 {
    margin-bottom: 40px !important;
  }
  .mb-pc45 {
    margin-bottom: 45px !important;
  }
  .mb-pc50 {
    margin-bottom: 50px !important;
  }
  .ml-pc0 {
    margin-left: 0px !important;
  }
  .ml-pc5 {
    margin-left: 5px !important;
  }
  .ml-pc10 {
    margin-left: 10px !important;
  }
  .ml-pc15 {
    margin-left: 15px !important;
  }
  .ml-pc20 {
    margin-left: 20px !important;
  }
  .ml-pc25 {
    margin-left: 25px !important;
  }
  .ml-pc30 {
    margin-left: 30px !important;
  }
  .ml-pc35 {
    margin-left: 35px !important;
  }
  .ml-pc40 {
    margin-left: 40px !important;
  }
  .ml-pc45 {
    margin-left: 45px !important;
  }
  .ml-pc50 {
    margin-left: 50px !important;
  }
  .mr-pc0 {
    margin-right: 0px !important;
  }
  .mr-pc5 {
    margin-right: 5px !important;
  }
  .mr-pc10 {
    margin-right: 10px !important;
  }
  .mr-pc15 {
    margin-right: 15px !important;
  }
  .mr-pc20 {
    margin-right: 20px !important;
  }
  .mr-pc25 {
    margin-right: 25px !important;
  }
  .mr-pc30 {
    margin-right: 30px !important;
  }
  .mr-pc35 {
    margin-right: 35px !important;
  }
  .mr-pc40 {
    margin-right: 40px !important;
  }
  .mr-pc45 {
    margin-right: 45px !important;
  }
  .mr-pc50 {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp0 {
    margin-top: 0px !important;
  }
  .mt-sp5 {
    margin-top: 5px !important;
  }
  .mt-sp10 {
    margin-top: 10px !important;
  }
  .mt-sp15 {
    margin-top: 15px !important;
  }
  .mt-sp20 {
    margin-top: 20px !important;
  }
  .mt-sp25 {
    margin-top: 25px !important;
  }
  .mt-sp30 {
    margin-top: 30px !important;
  }
  .mt-sp35 {
    margin-top: 35px !important;
  }
  .mt-sp40 {
    margin-top: 40px !important;
  }
  .mt-sp45 {
    margin-top: 45px !important;
  }
  .mt-sp50 {
    margin-top: 50px !important;
  }
  .mb-sp0 {
    margin-bottom: 0px !important;
  }
  .mb-sp5 {
    margin-bottom: 5px !important;
  }
  .mb-sp10 {
    margin-bottom: 10px !important;
  }
  .mb-sp15 {
    margin-bottom: 15px !important;
  }
  .mb-sp20 {
    margin-bottom: 20px !important;
  }
  .mb-sp25 {
    margin-bottom: 25px !important;
  }
  .mb-sp30 {
    margin-bottom: 30px !important;
  }
  .mb-sp35 {
    margin-bottom: 35px !important;
  }
  .mb-sp40 {
    margin-bottom: 40px !important;
  }
  .mb-sp45 {
    margin-bottom: 45px !important;
  }
  .mb-sp50 {
    margin-bottom: 50px !important;
  }
  .ml-sp0 {
    margin-left: 0px !important;
  }
  .ml-sp5 {
    margin-left: 5px !important;
  }
  .ml-sp10 {
    margin-left: 10px !important;
  }
  .ml-sp15 {
    margin-left: 15px !important;
  }
  .ml-sp20 {
    margin-left: 20px !important;
  }
  .ml-sp25 {
    margin-left: 25px !important;
  }
  .ml-sp30 {
    margin-left: 30px !important;
  }
  .ml-sp35 {
    margin-left: 35px !important;
  }
  .ml-sp40 {
    margin-left: 40px !important;
  }
  .ml-sp45 {
    margin-left: 45px !important;
  }
  .ml-sp50 {
    margin-left: 50px !important;
  }
  .mr-sp0 {
    margin-right: 0px !important;
  }
  .mr-sp5 {
    margin-right: 5px !important;
  }
  .mr-sp10 {
    margin-right: 10px !important;
  }
  .mr-sp15 {
    margin-right: 15px !important;
  }
  .mr-sp20 {
    margin-right: 20px !important;
  }
  .mr-sp25 {
    margin-right: 25px !important;
  }
  .mr-sp30 {
    margin-right: 30px !important;
  }
  .mr-sp35 {
    margin-right: 35px !important;
  }
  .mr-sp40 {
    margin-right: 40px !important;
  }
  .mr-sp45 {
    margin-right: 45px !important;
  }
  .mr-sp50 {
    margin-right: 50px !important;
  }
}
.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

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

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

.pb20 {
  padding-bottom: 20px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc0 {
    padding-top: 0px !important;
  }
  .pt-pc5 {
    padding-top: 5px !important;
  }
  .pt-pc10 {
    padding-top: 10px !important;
  }
  .pt-pc15 {
    padding-top: 15px !important;
  }
  .pt-pc20 {
    padding-top: 20px !important;
  }
  .pt-pc25 {
    padding-top: 25px !important;
  }
  .pt-pc30 {
    padding-top: 30px !important;
  }
  .pt-pc35 {
    padding-top: 35px !important;
  }
  .pt-pc40 {
    padding-top: 40px !important;
  }
  .pt-pc45 {
    padding-top: 45px !important;
  }
  .pt-pc50 {
    padding-top: 50px !important;
  }
  .pb-pc0 {
    padding-bottom: 0px !important;
  }
  .pb-pc5 {
    padding-bottom: 5px !important;
  }
  .pb-pc10 {
    padding-bottom: 10px !important;
  }
  .pb-pc15 {
    padding-bottom: 15px !important;
  }
  .pb-pc20 {
    padding-bottom: 20px !important;
  }
  .pb-pc25 {
    padding-bottom: 25px !important;
  }
  .pb-pc30 {
    padding-bottom: 30px !important;
  }
  .pb-pc35 {
    padding-bottom: 35px !important;
  }
  .pb-pc40 {
    padding-bottom: 40px !important;
  }
  .pb-pc45 {
    padding-bottom: 45px !important;
  }
  .pb-pc50 {
    padding-bottom: 50px !important;
  }
  .pl-pc0 {
    padding-left: 0px !important;
  }
  .pl-pc5 {
    padding-left: 5px !important;
  }
  .pl-pc10 {
    padding-left: 10px !important;
  }
  .pl-pc15 {
    padding-left: 15px !important;
  }
  .pl-pc20 {
    padding-left: 20px !important;
  }
  .pl-pc25 {
    padding-left: 25px !important;
  }
  .pl-pc30 {
    padding-left: 30px !important;
  }
  .pl-pc35 {
    padding-left: 35px !important;
  }
  .pl-pc40 {
    padding-left: 40px !important;
  }
  .pl-pc45 {
    padding-left: 45px !important;
  }
  .pl-pc50 {
    padding-left: 50px !important;
  }
  .pr-pc0 {
    padding-right: 0px !important;
  }
  .pr-pc5 {
    padding-right: 5px !important;
  }
  .pr-pc10 {
    padding-right: 10px !important;
  }
  .pr-pc15 {
    padding-right: 15px !important;
  }
  .pr-pc20 {
    padding-right: 20px !important;
  }
  .pr-pc25 {
    padding-right: 25px !important;
  }
  .pr-pc30 {
    padding-right: 30px !important;
  }
  .pr-pc35 {
    padding-right: 35px !important;
  }
  .pr-pc40 {
    padding-right: 40px !important;
  }
  .pr-pc45 {
    padding-right: 45px !important;
  }
  .pr-pc50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp0 {
    padding-top: 0px !important;
  }
  .pt-sp5 {
    padding-top: 5px !important;
  }
  .pt-sp10 {
    padding-top: 10px !important;
  }
  .pt-sp15 {
    padding-top: 15px !important;
  }
  .pt-sp20 {
    padding-top: 20px !important;
  }
  .pt-sp25 {
    padding-top: 25px !important;
  }
  .pt-sp30 {
    padding-top: 30px !important;
  }
  .pt-sp35 {
    padding-top: 35px !important;
  }
  .pt-sp40 {
    padding-top: 40px !important;
  }
  .pt-sp45 {
    padding-top: 45px !important;
  }
  .pt-sp50 {
    padding-top: 50px !important;
  }
  .pb-sp0 {
    padding-bottom: 0px !important;
  }
  .pb-sp5 {
    padding-bottom: 5px !important;
  }
  .pb-sp10 {
    padding-bottom: 10px !important;
  }
  .pb-sp15 {
    padding-bottom: 15px !important;
  }
  .pb-sp20 {
    padding-bottom: 20px !important;
  }
  .pb-sp25 {
    padding-bottom: 25px !important;
  }
  .pb-sp30 {
    padding-bottom: 30px !important;
  }
  .pb-sp35 {
    padding-bottom: 35px !important;
  }
  .pb-sp40 {
    padding-bottom: 40px !important;
  }
  .pb-sp45 {
    padding-bottom: 45px !important;
  }
  .pb-sp50 {
    padding-bottom: 50px !important;
  }
  .pl-sp0 {
    padding-left: 0px !important;
  }
  .pl-sp5 {
    padding-left: 5px !important;
  }
  .pl-sp10 {
    padding-left: 10px !important;
  }
  .pl-sp15 {
    padding-left: 15px !important;
  }
  .pl-sp20 {
    padding-left: 20px !important;
  }
  .pl-sp25 {
    padding-left: 25px !important;
  }
  .pl-sp30 {
    padding-left: 30px !important;
  }
  .pl-sp35 {
    padding-left: 35px !important;
  }
  .pl-sp40 {
    padding-left: 40px !important;
  }
  .pl-sp45 {
    padding-left: 45px !important;
  }
  .pl-sp50 {
    padding-left: 50px !important;
  }
  .pr-sp0 {
    padding-right: 0px !important;
  }
  .pr-sp5 {
    padding-right: 5px !important;
  }
  .pr-sp10 {
    padding-right: 10px !important;
  }
  .pr-sp15 {
    padding-right: 15px !important;
  }
  .pr-sp20 {
    padding-right: 20px !important;
  }
  .pr-sp25 {
    padding-right: 25px !important;
  }
  .pr-sp30 {
    padding-right: 30px !important;
  }
  .pr-sp35 {
    padding-right: 35px !important;
  }
  .pr-sp40 {
    padding-right: 40px !important;
  }
  .pr-sp45 {
    padding-right: 45px !important;
  }
  .pr-sp50 {
    padding-right: 50px !important;
  }
}
.d-flex {
  display: flex;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
}

.flex-rowwrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .d-pc-flex {
    display: flex;
  }
  .flex-pc-start {
    justify-content: flex-start;
  }
  .flex-pc-center {
    justify-content: center;
  }
  .flex-pc-end {
    justify-content: flex-end;
  }
  .flex-pc-between {
    justify-content: space-between;
  }
  .flex-pc-row {
    flex-direction: row;
  }
  .flex-pc-rowwrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-pc-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .d-sp-flex {
    display: flex;
  }
  .flex-sp-start {
    justify-content: flex-start;
  }
  .flex-sp-center {
    justify-content: center;
  }
  .flex-sp-end {
    justify-content: flex-end;
  }
  .flex-sp-between {
    justify-content: space-between;
  }
  .flex-sp-row {
    flex-direction: row;
  }
  .flex-sp-rowwrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-sp-col {
    flex-direction: column;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgb(208, 239, 254);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header h1 .logo_img {
  height: 50px;
}
@media screen and (max-width: 1260px) {
  header h1 .logo_img {
    height: 40px;
  }
}
header .menu-wrap {
  display: flex;
  align-items: center;
}
header .menu-wrap .menu__inner {
  display: flex;
  align-items: center;
}
header .menu-wrap .menu__inner-item {
  font-family: "Zen Old Mincho", serif;
  margin-left: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #381e1c;
  position: relative;
}
header .menu-wrap .menu__inner-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #381e1c;
  transition: all 0.35s ease;
}
header .menu-wrap .menu__inner-item:hover::before {
  width: 100%;
  transition: all 0.35s ease;
}
header .menu-wrap .free_consult {
  width: 268px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #fcdfe3 0%, #ead1ea 19.27%, #d7c1f0 38.02%, #c0adf8 56.25%, #c2bffb 68.75%, #c9d3fd 77.08%, #d0ecfe 100%);
  border-radius: 1000px;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: -0.01em;
  color: white;
  font-family: YuGothB;
  margin-left: 56px;
}
@media screen and (max-width: 1260px) {
  header .menu-wrap .free_consult {
    width: 192px;
    height: 45px;
    font-size: 11px;
    line-height: 16px;
    margin-left: 0;
  }
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.cv-wrap-img {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.greeting-wrap {
  padding: 80px 0;
  background-color: #b9ab9d;
}
.greeting-wrap .title-wrap {
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .greeting-wrap {
    padding: 50px 0;
  }
}
.greeting-wrap__inner {
  gap: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner {
    gap: 0;
    padding: 0 30rem;
  }
}
.greeting-wrap__inner .img__inner {
  z-index: 10;
  width: 40%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner .img__inner {
    margin-top: 0;
    width: 100%;
  }
}
.greeting-wrap__inner .txt__inner {
  display: flex;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner .txt__inner {
    margin-top: 28px;
    width: 100%;
  }
}
.greeting-wrap__inner .txt__inner div {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner .txt__inner div {
    width: 100%;
  }
}
.greeting-wrap__inner .txt__inner .title {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #381e1c;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner .txt__inner .title {
    font-size: 24rem;
  }
}
.greeting-wrap__inner .txt__inner .content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
  /* or 207% */
  color: #381e1c;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner .txt__inner .content {
    font-size: 12rem;
    line-height: 18rem;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner.right {
    flex-wrap: wrap;
  }
}
.greeting-wrap__inner.right .img__inner {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner.right .img__inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner.left {
    flex-wrap: wrap-reverse;
  }
}
.greeting-wrap__inner.left .txt__inner {
  justify-content: flex-end;
}
.greeting-wrap__inner.left .img__inner::before {
  content: "";
  position: absolute;
  z-index: -3;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-68%, -45%);
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner.left .img__inner::before {
    width: 297px;
    height: 297px;
    transform: translate(-60%, -50%);
  }
}
.greeting-wrap__inner:nth-child(4) .img__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/vector_01.png) no-repeat;
  width: 566px;
  height: 541px;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner:nth-child(4) .img__inner::before {
    background: url(../images/vector_01_sp.png) no-repeat;
    width: 315px;
    height: 301px;
    transform: translate(-60%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .greeting-wrap__inner:nth-child(2) .img__inner img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting-wrap__inner:nth-child(3) .img__inner img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting-wrap__inner:nth-child(4) .img__inner img {
    width: 311px;
  }
  .greeting-wrap__inner:nth-child(5) .img__inner img {
    width: 324px;
  }
}
.greeting-wrap .pos_03 {
  position: absolute;
  left: 0%;
  top: 2%;
  z-index: 1;
}
.greeting-wrap .pos_04 {
  z-index: 1;
  position: absolute;
  left: 16%;
  top: 32.73%;
}
@media screen and (max-width: 767px) {
  .greeting-wrap .pos_04 {
    left: 0;
    top: 41%;
  }
}
.greeting-wrap .pos_05 {
  z-index: 1;
  position: absolute;
  left: 15%;
  bottom: 8%;
}
@media screen and (max-width: 767px) {
  .greeting-wrap .pos_05 {
    left: 0;
    bottom: 2%;
  }
}
.greeting-wrap .pos_06 {
  z-index: 1;
  position: absolute;
  left: 18.19%;
  top: 50%;
}
.greeting-wrap .pos_07 {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 10%;
}
.greeting-wrap .pos_08 {
  z-index: 1;
  position: absolute;
  right: 13.89%;
  top: 25.73%;
}
.greeting-wrap .pos_09 {
  z-index: 1;
  position: absolute;
  right: 18.25%;
  top: 60%;
}
@media screen and (max-width: 767px) {
  .greeting-wrap .pos_09 {
    right: 0;
    bottom: 26%;
    top: unset;
  }
}
.greeting-wrap .pos_10 {
  z-index: 1;
  position: absolute;
  right: 34.44%;
  bottom: 24%;
}

.feature-wrap {
  padding: 100px 0;
}
.feature-wrap .title-wrap {
  color: #d44f42;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    padding: 50px 0;
  }
}
.feature-wrap__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.feature-wrap__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.feature-wrap__inner .txt-item {
  width: 300px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.feature-wrap__inner .txt-item .title {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: #381e1c;
}
@media screen and (max-width: 767px) {
  .feature-wrap__inner .txt-item .title {
    font-size: 20px;
    line-height: 29px;
    padding-top: 40px;
  }
}
.feature-wrap__inner .txt-item .title span {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 21px;
  margin-right: 20px;
  color: rgba(0, 132, 160, 0.66);
}
.feature-wrap__inner .txt-item .img-item {
  position: relative;
  padding: 20px;
  font-family: "Zen Old Mincho", serif;
}
.feature-wrap__inner .txt-item .img-item .content {
  width: 70%;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
}
.feature-wrap__inner .txt-item .img-item:hover {
  transition: all 2s;
}
.feature-wrap__inner .txt-item .img-item:hover .content {
  visibility: visible;
  opacity: 1;
}
.feature-wrap__inner .txt-item .img-item:hover img {
  opacity: 0.3;
}
.feature-wrap .free-consult {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(270deg, #fcdfe3 0%, #ead1ea 19.27%, #d7c1f0 38.02%, #c0adf8 56.25%, #c2bffb 68.75%, #c9d3fd 77.08%, #d0ecfe 100%);
  border-radius: 60px;
  width: 100%;
  max-width: 880px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuGothB;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .feature-wrap .free-consult {
    width: calc(100% - 96px);
    margin-top: 75px;
    font-size: 14px;
    line-height: 21px;
  }
}

.voice-wrap {
  background-image: url(../images/voice_bg.png);
  padding: 100px 0 50px 0;
}
.voice-wrap .title-wrap {
  color: #272727;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    padding: 50px 0;
  }
}
.voice-wrap__item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__item {
    justify-content: center;
  }
}
.voice-wrap__inner {
  width: calc((100% - 200px) / 2);
  height: 100%;
  background-color: white;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner {
    width: calc((100% - 100px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner {
    flex-wrap: wrap-reverse;
  }
}
.voice-wrap__inner .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 200, 255, 0.21);
  padding: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
}
.voice-wrap__inner .img-item figure {
  margin-right: 12rem;
  width: 100rem;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner .img-item figure {
    width: 130rem;
  }
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner .img-item {
    margin-top: 35px;
  }
}
.voice-wrap__inner .img-item div {
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: Noto Sans JP;
  letter-spacing: 3rem;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .img-item div {
    line-height: 50rem;
  }
}
.voice-wrap__inner .img-item div p:nth-child(1) {
  font-size: 30px;
  color: #ad8700;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner .img-item div p:nth-child(1) {
    font-size: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .img-item div p:nth-child(1) {
    font-size: 24rem;
  }
}
.voice-wrap__inner .img-item div p:nth-child(2) {
  font-size: 36px;
  color: #1480ff;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner .img-item div p:nth-child(2) {
    font-size: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .img-item div p:nth-child(2) {
    font-size: 30rem;
  }
}
.voice-wrap__inner .txt-item {
  margin-top: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  line-height: 32px;
  height: 350px;
}
@media screen and (max-width: 1080px) {
  .voice-wrap__inner .txt-item {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .txt-item {
    height: auto;
  }
}
.voice-wrap__inner .txt-item .title {
  padding: 15rem 15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #53c4b3;
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .txt-item .title {
    font-size: 15rem;
    padding-top: 40px;
    padding: 20rem 20rem 0;
    letter-spacing: 1.5rem;
    line-height: 22rem;
  }
}
.voice-wrap__inner .txt-item .content {
  padding: 20rem 15rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voice-wrap__inner .txt-item .content {
    padding: 15rem 20rem;
    font-size: 12rem;
    letter-spacing: 2rem;
    line-height: 20rem;
  }
}

.service-wrap {
  background: #d0ecfe;
  padding: 130px 95px 95px 95px;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    padding: 96px 24px;
  }
}
.service-wrap .service-intro {
  background-color: white;
  padding: 136px 103px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro {
    padding: 72px 24px 56px 24px;
  }
}
.service-wrap .service-intro__img {
  width: 48%;
}
@media screen and (max-width: 1080px) {
  .service-wrap .service-intro__img {
    width: 100%;
  }
}
.service-wrap .service-intro__txt {
  width: 48%;
}
@media screen and (max-width: 1080px) {
  .service-wrap .service-intro__txt {
    width: 100%;
    margin-top: 48px;
  }
}
.service-wrap .service-intro__txt .sub-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #987d40;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .sub-title {
    font-size: 13px;
    line-height: 19px;
  }
}
.service-wrap .service-intro__txt .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  color: #381e1c;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .title {
    padding-top: 18px;
    font-size: 24px;
    line-height: 40px;
  }
}
.service-wrap .service-intro__txt .summary {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #381e1c;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .summary {
    font-size: 14px;
    line-height: 20px;
  }
}
.service-wrap .service-intro__txt .summary::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #381e1c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.service-wrap .service-intro__txt .content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  color: #381e1c;
  margin-top: 10px;
}
.service-wrap .service-intro__txt .man-item {
  background: #f4f4f4;
  padding: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .man-item {
    padding: 24px;
  }
}
.service-wrap .service-intro__txt .man-item__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .man-item__title {
    font-size: 15px;
    line-height: 22px;
  }
}
.service-wrap .service-intro__txt .man-item__content {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  /* or 208% */
  color: #000000;
}
@media screen and (max-width: 767px) {
  .service-wrap .service-intro__txt .man-item__content {
    font-size: 13px;
    line-height: 22px;
  }
}

.recruitment-wrap {
  padding: 50px 0 0 0;
  background-color: white;
}
.recruitment-wrap .title-wrap {
  color: #33a000;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.recruitment-wrap .top-image {
  margin-top: 50px;
  width: 100%;
}
.recruitment-wrap .top-image img {
  width: 90%;
}
.recruitment-wrap__table {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .recruitment-wrap__table {
    padding: 30px 30px 0;
  }
}
.recruitment-wrap__table .table-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruitment-wrap__table .table-wrap {
    display: block;
  }
}
.recruitment-wrap__table .table-wrap .item {
  display: grid;
  place-content: center;
  width: 20%;
  background-color: #0783f4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(136, 136, 136, 0.25);
  height: 55px;
  z-index: 99;
  margin-left: 30px;
  border-right: none;
  border-bottom-color: #f8f8f8 !important;
}
@media screen and (max-width: 767px) {
  .recruitment-wrap__table .table-wrap .item {
    width: 100%;
    font-size: 18rem;
    margin: 10px 0;
    letter-spacing: 2rem;
    padding: 10rem;
  }
}
.recruitment-wrap__table .table-wrap table {
  width: 100%;
  border: none;
  padding: 0 30px 0 80px;
}
@media screen and (max-width: 767px) {
  .recruitment-wrap__table .table-wrap table {
    padding: 0 10px;
  }
}
.recruitment-wrap__table .table-wrap table tbody td {
  text-align: center;
  height: 55px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #381e1c;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .recruitment-wrap__table .table-wrap table tbody td {
    letter-spacing: 1rem;
    height: 40px;
    font-size: 14rem;
    line-height: 16rem;
    padding: 5rem;
  }
}
.recruitment-wrap__table .table-wrap table tbody td:nth-child(1) {
  text-align: left;
}
.recruitment-wrap__table .table-wrap table tbody td:nth-child(2) {
  text-align: right;
}

.access-wrap {
  padding-top: 50px;
}
.access-wrap .title-wrap {
  color: #272727;
  text-shadow: rgba(0, 0, 0, 0.25);
}
.access-wrap__inner {
  margin-top: 50px;
  width: 100%;
  height: 600px;
  padding: 0 50px;
}
@media screen and (max-width: 1080px) {
  .access-wrap__inner {
    height: 400px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrap__inner {
    margin-top: 30px;
  }
}
.access-wrap__inner iframe {
  width: 100%;
  height: 100%;
}

.contact-wrap {
  padding: 50px 0;
}
.contact-wrap .title-wrap {
  color: #d44f42;
  text-shadow: rgba(0, 0, 0, 0.25);
}
.contact-wrap .contact-form {
  padding: 50px 140px 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-form {
    padding: 30px 20px;
  }
}
.contact-wrap .contact-form__item {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-wrap .contact-form__item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  width: 40%;
  font-family: "Zen Old Mincho", serif;
  line-height: 16px;
  /* identical to box height, or 100% */
  letter-spacing: 0.04em;
  color: #381e1c;
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-form__item label {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form__item label {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
.contact-wrap .contact-form__item label span {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.04em;
  color: #381e1c;
}
.contact-wrap .contact-form__item label span:nth-child(2) {
  margin-right: 40px;
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form__item label span {
    margin-right: 10px;
  }
}
.contact-wrap .contact-form__item label span.must {
  font-size: 16px;
  color: white;
  background: #f58d97;
}
.contact-wrap .contact-form__item label span.choice {
  font-size: 16px;
  color: white;
  background: #404040;
  font-weight: 500;
}
.contact-wrap .contact-form__item .input-wrap {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form__item .input-wrap {
    width: 100%;
  }
}
.contact-wrap .contact-form__item .input-wrap input[type=radio] {
  width: 20px;
  height: 20px;
}
.contact-wrap .contact-form__item .input-wrap p {
  margin-top: 10px;
  font-size: 16px;
}
.contact-wrap .contact-form__item .input-wrap input[type=text],
.contact-wrap .contact-form__item .input-wrap textarea {
  width: 100%;
  background: #f8fdff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 21px;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form__item .input-wrap input[type=text],
  .contact-wrap .contact-form__item .input-wrap textarea {
    width: 100%;
  }
}
.contact-wrap .contact-form__item .input-wrap input[type=text]::-moz-placeholder, .contact-wrap .contact-form__item .input-wrap textarea::-moz-placeholder {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  letter-spacing: 0.04em;
  color: #cedae0;
  line-height: 1.5;
}
.contact-wrap .contact-form__item .input-wrap input[type=text]::placeholder,
.contact-wrap .contact-form__item .input-wrap textarea::placeholder {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  letter-spacing: 0.04em;
  color: #cedae0;
  line-height: 1.5;
}
.contact-wrap .contact-form__item .input-wrap input[type=text] {
  height: 66px;
}
.contact-wrap .contact-form__item .input-wrap textarea {
  padding-top: 25px;
}
.contact-wrap .contact-form .submit_btn {
  width: 90%;
  max-width: 400px;
  height: 70px;
  background-color: #0783f4;
  margin: 80px auto 0 auto;
  font-family: YuGothB;
  font-weight: 700;
  font-size: 28px;
  line-height: 27px;
  /* identical to box height */
  letter-spacing: 0.04em;
  color: #ffffff;
  border: 3px solid #0783f4;
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-form .submit_btn {
    height: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .contact-wrap .contact-form .submit_btn {
    margin: 50px auto 0 auto;
  }
}
.contact-wrap .contact-form .submit_btn:hover {
  cursor: pointer;
  background-color: white;
  color: #0783f4 !important;
  transition: all 0.3s;
}

.footer {
  height: 150px;
  background-color: #d0ecfe;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 120px;
    padding: 30px 20px;
  }
}
.footer-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}
@media screen and (max-width: 1080px) {
  .footer-wrap {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.footer-wrap .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}
.footer-wrap .logo-wrap a {
  font-weight: 600;
  padding: 0 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.footer-wrap .logo-wrap a:hover {
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 900;
}
.footer-wrap img {
  height: 45px;
  margin-right: 24px;
}
@media screen and (max-width: 1080px) {
  .footer-wrap img {
    height: 34px;
  }
}
.footer-wrap .copyright {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .footer-wrap .copyright {
    margin-top: 15px;
  }
}

.title-wrap {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 63px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: #381e1c;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .title-wrap {
    font-size: 32rem;
    line-height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */