@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+Myanmar:wght@400;700&display=swap");
.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 63px;
  height: 63px;
  z-index: 302;
  align-self: flex-start;
  margin: clamp(10px, 1vw, 20px) clamp(10px, 1vw, 20px) 0 0;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  max-width: 80%;
  background: #716A64;
  border-radius: 3px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 18px;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 24px;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 30px;
  transform-origin: left center;
}
.hamburger .ham-label {
  position: absolute;
  top: 40px;
  color: #736A63;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
}
.hamburger .ham-label-active {
  display: none;
}
.hamburger .ham-label-deactive {
  display: block;
}
.hamburger:hover span {
  background-color: rgba(114, 107, 101, 0.7);
}
.hamburger.active-ham {
  position: fixed;
  margin: 0 0 0 0;
  top: clamp(10px, 1vw, 20px);
  right: clamp(10px, 1vw, 20px);
}
.hamburger.active-ham span {
  background: #716A64;
  filter: unset;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(30deg);
  top: 18px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-30deg);
  top: 29px;
}
.hamburger.active-ham .ham-label-active {
  display: block;
}
.hamburger.active-ham .ham-label-deactive {
  display: none;
}

header {
  position: absolute;
  height: clamp(92px, 12.5vw, 210px);
  width: 100%;
  box-sizing: border-box;
  color: #736A63;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 900;
}
header .logo-container {
  width: clamp(92px, 12.5vw, 210px);
  min-width: clamp(92px, 12.5vw, 210px);
  height: clamp(92px, 12.5vw, 210px);
  margin: 0 0 0 0;
  background-color: #EBA067;
  border-bottom-right-radius: 100%;
}
header .logo-container .header-logo {
  width: clamp(50px, 6vw, 105px);
  max-width: 60%;
  margin: clamp(12px, 2vw, 30px) 0 0 clamp(12px, 2vw, 30px);
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
  margin: clamp(24px, 3.3vw, 50px) 0 0 0;
}
header .nav-container .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  margin: auto 0;
  padding: 0.5em 1em;
  border-right: 2px #736A63 dashed;
}
header .nav-container ul li a {
  line-height: 100%;
  font-size: clamp(14px, 1.2vw, 20px);
}
header .nav-container ul li:last-of-type {
  border-right: none;
}
header .nav-container .hamburger {
  display: none;
}
header .sns-menu {
  margin: clamp(24px, 3.3vw, 40px) clamp(24px, 3.3vw, 40px) 0 0;
}
header .sns-ham-menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .nav-container {
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    margin: 0 0 0 0;
  }
  header .nav-container .nav-menu {
    display: none;
  }
  header .nav-container .hamburger {
    display: flex;
  }
  header .nav-container.open-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin-right: 0;
    z-index: 300;
    animation: fadeIn 0.2s ease-in-out;
    background: url(../img/common/deco-mm-tr.webp) top right no-repeat, url(../img/common/deco-mm-br.webp) bottom right no-repeat;
    background-size: 100%, clamp(50px, 100%, 250px);
    background-color: #ffffff;
    color: #736A63;
  }
  header .nav-container.open-menu .nav-menu {
    position: relative;
    display: flex;
    margin: 70px 0 0 0;
    padding-top: 10vh;
    padding-left: 40px;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
  }
  header .nav-container.open-menu .nav-menu li {
    margin: 2vh 0;
    border-right: unset;
    padding: 0 0 0 2em;
  }
  header .nav-container.open-menu .nav-menu li a {
    font-size: 20px;
  }
  header .nav-container.open-menu .sns-ham-menu {
    display: flex;
    margin-left: 2em;
  }
  header .nav-container.open-menu .sns-ham-menu li {
    padding: 0 1em 0 0;
  }
}
@media screen and (max-width: 600px) {
  header .header-logo {
    width: 40px;
  }
  header .nav-container.open-menu {
    left: 0;
    width: 100%;
    max-width: 100%;
    width: auto;
    padding-left: calc(100vw - clamp(210px, 50vw, 400px));
    background: url(../img/top/top-landing-mobile.webp) left top no-repeat;
    background-size: cover;
  }
  header .nav-container.open-menu .nav-menu {
    justify-content: center;
    box-sizing: border-box;
    margin: auto 0;
    padding: 0 0 0 0;
    height: 100%;
    width: clamp(210px, 50vw, 400px);
    background: url(../img/common/deco-mm-tr.webp) top right no-repeat, url(../img/common/deco-mm-br.webp) bottom right no-repeat;
    background-size: clamp(50px, 100%, 300px);
    background-color: #ffffff;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  width: 100%;
  padding: clamp(40px, 9vw, 120px) 0 40px 0;
  align-items: center;
  background-image: url(../img/common/deco-fbl.webp), url(../img/common/deco-fbr.webp);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: clamp(50px, 45vw, 721px), clamp(50px, 46vw, 747px);
  background-color: #ffffff;
  color: #736A63;
  text-align: center;
}
footer h4.footer-title {
  margin: 0 auto 2em auto;
}
footer .button-container {
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 1200px;
  max-width: 84.5%;
  margin: 0 auto;
}
footer .button-container .footer-btn {
  box-sizing: border-box;
  padding: clamp(14px, 2vw, 20px) 5px;
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin-bottom: 40px;
}
footer .button-container .footer-btn.recruiting-btn {
  background-color: #E17FA6;
  background: url(../img/common/r-btn-pattern.svg) center no-repeat;
  background-size: cover;
}
footer .button-container .footer-btn.contact-btn {
  background-color: #EBA067;
  background: url(../img/common/c-btn-pattern.svg) center no-repeat;
  background-size: cover;
}
footer .button-container .footer-btn .arrow-icon {
  width: 0.8em;
  margin: 0 0 0 0.5em;
  vertical-align: baseline;
}
footer .return-top {
  box-sizing: border-box;
  width: clamp(182px, 50vw, 378px);
  max-width: 100%;
  border-radius: 50px;
  background-color: #E0D2CC;
  padding: 1.5em 0.5em;
  margin-bottom: clamp(12px, 4vw, 60px);
}
footer .return-top .arrow-icon {
  width: 0.8em;
  margin-right: 0.2em;
}
footer .footer-copy {
  margin-bottom: 0.8em;
}
footer .privacy-btn {
  padding: 0 0.5em;
  border-right: 1px solid #736A63;
  border-left: 1px solid #736A63;
  line-height: 100%;
}
@media screen and (min-width: 800px) {
  footer .button-container {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .button-container .footer-btn {
    width: 47%;
    max-width: unset;
    border-radius: 100px;
    margin-bottom: clamp(60px, 10vw, 120px);
  }
}

.f-nsj-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f-nsj-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-nsj-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-lato-400 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.f-nsm-700 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
}

.f-nsm-400 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 400;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}
a:link:hover,
a:visited:hover,
a:hover:hover,
a:active:hover,
a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3.6vw, 36px);
}

h2,
.h2-like {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  font-size: clamp(20px, 3.6vw, 36px);
  letter-spacing: 0.05em;
}

h3,
.h3-like {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 21px);
}
h3.rj-subtitle,
.h3-like.rj-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p,
.p-like {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 200%;
}

.p-small {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 180%;
}

.p-18 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 180%;
}

.p-46 {
  font-size: clamp(30px, 4vw, 46px);
}

.p-42 {
  font-size: clamp(20px, 3vw, 42px);
}

.p-36 {
  font-size: clamp(20px, 3vw, 36px);
}

.p-32 {
  font-size: clamp(20px, 3vw, 32px);
}

.p-31 {
  font-size: clamp(18px, 3vw, 31px);
}

.p-28 {
  font-size: clamp(22px, 3vw, 28px);
}

.p-27 {
  font-size: clamp(20px, 3vw, 27px);
}

.p-24 {
  font-size: clamp(20px, 3vw, 24px);
}

.p-23 {
  font-size: clamp(20px, 3vw, 23px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(16px, 2vw, 20px);
  color: #736A63;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 0 0;
  overflow-x: hidden;
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}

img {
  max-width: 100%;
  height: auto;
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #EBA067;
  background-color: #ffffff;
  color: #EBA067;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  border: 2px solid #ED828B;
  color: #ED828B;
  background-color: #707070;
}

.em2 {
  font-size: 2em;
}

.width1400 {
  width: 1400px;
  max-width: 96%;
  margin: auto;
}

.width1200-845 {
  width: 1200px;
  max-width: 84.5%;
  margin: auto;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1000-845 {
  width: 1000px;
  max-width: 84.5%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width900-92 {
  width: 900px;
  max-width: 92%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width600 {
  width: 600px;
  max-width: 96%;
  margin: auto;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

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

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-break {
  display: inline-block;
}

@media screen and (min-width: 400px) {
  .max-400 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .min-400 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .max-600 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .min-600 {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .max-800 {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .max-1000 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .max-1200 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .min-1200 {
    display: none;
  }
}
.sns-menu {
  list-style-type: none;
}
.sns-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(32px, 3vw, 54px);
  min-width: clamp(32px, 3vw, 54px);
  height: clamp(32px, 3vw, 54px);
  margin: auto clamp(6px, 1vw, 10px);
}
.sns-menu li a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}
.sns-menu li a.facebook-icon {
  background-image: url(../img/common/facebook-icon.svg);
  background-size: clamp(6px, 1vw, 10px);
  background-position: center;
  background-repeat: no-repeat;
}
.sns-menu li a.mail-icon {
  background-image: url(../img/common/mail-icon.svg);
  background-size: clamp(13px, 2vw, 22px);
  background-position: center;
  background-repeat: no-repeat;
}
.sns-menu.mobile-sns-btns {
  position: absolute;
  margin: 0;
  top: 14px;
  left: calc(clamp(92px, 12.5vw, 210px) + 10px);
  z-index: 100;
  box-shadow: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}

.color-bar {
  display: block;
  width: 100%;
  height: clamp(70px, 17vw, 350px);
  background: url(../img/common/color-bar-fw.webp) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 2000px) {
  .color-bar {
    background: url(../img/common/color-bar-ow.webp) center no-repeat;
    background-size: 1920px;
  }
}
.color-bar.footer-cb {
  margin-top: clamp(40px, 10vw, 150px);
}

.nav-elements {
  position: relative;
  width: 100%;
  min-height: clamp(24px, 4vw, 40px);
  margin-top: clamp(40px, 10vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.nav-elements a {
  color: #707070;
}
.nav-elements a:hover {
  color: #F4EFEC;
}
.nav-elements .return-btn img {
  position: absolute;
  width: clamp(24px, 4vw, 40px);
  left: calc(50% - 20px);
  top: 0;
}

.arrow-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(50px, 9vw, 92px);
  min-width: clamp(50px, 9vw, 92px);
  height: clamp(50px, 9vw, 92px);
  border-radius: 50%;
}
.arrow-link-btn img {
  width: 40%;
}
.arrow-link-btn.arrow-link-pink {
  background-color: #E17FA6;
}
.arrow-link-btn.arrow-link-orange {
  background-color: #EBA067;
}
.arrow-link-btn.arrow-link-black {
  background-color: #ffffff;
  border: 3px solid #736A63;
}
.arrow-link-btn.arrow-link-white {
  background-color: #ffffff;
  border: unset;
}

.title-container.tc-spot {
  position: relative;
  text-align: start;
}
.title-container.tc-spot.tc-spot-orange:after {
  background: url(../img/common/spot-orange.webp) center no-repeat;
  background-size: contain;
}
.title-container.tc-spot.tc-spot-pink:after {
  background: url(../img/common/spot-pink.webp) center no-repeat;
  background-size: contain;
}
.title-container.tc-spot.tc-spot-purple:after {
  background: url(../img/common/spot-purple.webp) center no-repeat;
  background-size: contain;
}
.title-container.tc-spot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -45%);
  width: clamp(32px, 7vw, 116px);
  aspect-ratio: 1/1;
  z-index: -1;
}

.purple-shadow-box {
  border: 3px dashed #BF96D9;
  border-radius: 41px;
  box-shadow: 10px 10px 0px 0px #BF96D9;
}

.bloglist-area {
  width: 920px;
  max-width: 84.5%;
  box-sizing: border-box;
  margin: 0 0 0 0;
}
.bloglist-area .post-row {
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #707070;
  padding: 1.5em 0.5em;
  align-items: center;
}
.bloglist-area .post-row .blog-title,
.bloglist-area .post-row .blog-date,
.bloglist-area .post-row .cat-label {
  padding: 0 1em;
  line-height: 180%;
}
.bloglist-area .post-row .blog-date {
  color: #707070;
  margin-right: 20px;
}
.bloglist-area .post-row .cat-label {
  min-width: 4em;
  background-color: #BF96D9;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  height: fit-content;
}
.bloglist-area .post-row .cat-label.cat-label-2 {
  background-color: #EBA067;
}
.bloglist-area .post-row .cat-label.cat-label-3 {
  background-color: #E17FA6;
}
@media screen and (max-width: 800px) {
  .bloglist-area {
    width: 600px;
  }
  .bloglist-area .post-row {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em 0;
  }
  .bloglist-area .post-row .blog-title,
.bloglist-area .post-row .blog-date,
.bloglist-area .post-row .cat-label {
    font-size: 16px;
  }
  .bloglist-area .post-row .blog-date {
    width: 100%;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
}

.page-landing {
  background: url(../img/common/landing-tlr-m.webp) top left no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: clamp(100px, 20vw, 240px) 0 clamp(40px, 10vw, 120px) 0;
}
.page-landing section.landing {
  width: clamp(190px, 50vw, 380px);
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.page-landing section.landing .title-container h1 {
  margin-bottom: 0.4em;
}
.page-landing section.landing .title-container h3 {
  font-weight: 400;
}
.page-landing section.landing .dot-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: clamp(16px, 4vw, 72px) auto clamp(12px, 4vw, 60px) auto;
  pointer-events: none;
}
.page-landing section.landing .dot-row img {
  width: clamp(3px, 0.8vw, 11px);
}
.page-landing section.landing .page-nav {
  display: flex;
  width: 600px;
  max-width: 84.5%;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.page-landing section.landing .page-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-landing section.landing .page-nav a:after {
  content: "";
  display: block;
  height: 1px;
  width: clamp(40px, 10vw, 101px);
  background-color: #707070;
  margin-top: 0.4em;
}
@media screen and (max-width: 600px) {
  .page-landing section.landing .page-nav {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .page-landing section.landing {
    width: 1000px;
  }
}
@media screen and (min-width: 601px) {
  .page-landing {
    background: url(../img/common/landing-t-l.webp) top left no-repeat, url(../img/common/landing-t-r.webp) top right no-repeat;
    background-size: clamp(200px, 40vw, 410px), clamp(180px, 30vw, 360px);
  }
}

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