@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
body {
  font-weight: 400;
  line-height: 2.2;
  font-family: "Noto Sans JP", sans-serif;
  color: #36254E;
  overflow-x: hidden;
  font-feature-settings: "palt";
  position: relative;
}
body main {
  position: relative;
  z-index: 2;
}
body .fontEn {
  font-family: "Outfit", sans-serif !important;
}

a {
  text-decoration: none;
  color: #36254E;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

.borderBtn {
  border: 2px solid #CAB5F7;
  background-color: #fff;
  font-weight: 700;
  color: #36254E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1;
  position: relative;
}

.gradetBtn {
  border: 2px solid #fff;
  background: #6FD0E5;
  background: linear-gradient(90deg, #36254E 0%, #36254E 50%, rgb(111, 208, 229) 5%, rgb(211, 170, 213) 75%, rgb(244, 82, 44) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1;
  position: relative;
}

#footer {
  background-color: #F1F1F1;
  color: #000;
}
#footer .footerWrap #footerMenu ul a {
  font-weight: 400;
}
#footer .footerlink {
  position: relative;
}
#footer .footerlink::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_blank.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 6px);
}
#footer .copyright {
  font-weight: 400;
}
#footer .page-top {
  font-size: 13px;
  border-bottom: 1px solid;
  border-color: #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: right;
  transition: 0.3s opacity;
}
#footer .page-top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 8px 3.5px;
  border-color: transparent transparent #FF0000 transparent;
  margin-left: 10px;
}

#footerRecruit {
  text-align: center;
  background-color: #fff;
}
#footerRecruit .title {
  margin-inline: auto;
}
#footerRecruit .text {
  font-weight: 700;
}
.postList .post figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.postList .post figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.postList .post .textWrap .tagList li {
  display: inline-block;
  background-color: #F7EDF4;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding: 5px 14px 5px 24px;
  margin-right: 5px;
  border-radius: 16px;
}
.postList .post .textWrap .tagList li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #36254E;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: calc(50% - 3px);
}
.postList .post .textWrap .title {
  font-weight: 700;
  line-height: 1.5;
  min-height: 4em;
}
.postList .post .textWrap .ymd {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  position: absolute;
  line-height: 1;
}

.tagSearchTitle {
  font-weight: 400;
  color: #333;
  border-bottom: 2px solid #D9D9D9;
  position: relative;
}
.tagSearchTitle:before {
  content: "";
  display: inline-block;
  background-color: #D3CBCB;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.tagSearchTitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
}

#tagSearch {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 3px solid #FFFFFF;
}
#tagSearch .tagSearchList dt {
  font-weight: 700;
}
#tagSearch .tagSearchList dd a {
  display: inline-block;
  background-color: #F7EDF4;
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding: 8px 14px 8px 24px;
  margin-right: 6px;
  margin-bottom: 9px;
}
#tagSearch .tagSearchList dd a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #36254E;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: calc(50% - 4px);
}

#openMenu {
  background: url(../images/common/bg_pc.png) #F7F7F7 no-repeat top right/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#openMenu.active {
  opacity: 1;
  visibility: visible;
}
#openMenu a {
  position: relative;
  margin-left: 20px;
}
#openMenu a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_play.svg) no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -25px;
  top: calc(50% - 8px);
  transition: 0.3s;
}
#openMenu .openMenuWrap {
  background-color: #fff;
}
#openMenu .openMenuWrap .contentsMenu dt {
  border: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    background: url(../images/common/bg_sp.png) #F7F7F7 no-repeat top right/cover;
    padding-top: 60px;
    width: 100vw;
    overflow-x: hidden;
  }
  #header .okinone img {
    width: 100%;
    height: 30px;
  }
  .borderBtn {
    font-size: 21px;
    width: 100%;
    height: 64px;
    padding: 5px 40px;
  }
  .borderBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    width: 20px;
    height: 17px;
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
  }
  .gradetBtn {
    font-size: 21px;
    width: 100%;
    height: 64px;
    padding: 5px 40px;
  }
  .gradetBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.svg) no-repeat center/cover;
    width: 20px;
    height: 17px;
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
  }
  #footer {
    padding-bottom: 10px;
  }
  #footer #footerInner {
    padding: 20px;
  }
  #footer .footerWrap #logo {
    max-width: 283px;
    margin: 0 auto;
  }
  #footer .footerWrap #footerMenu ul {
    padding: 15px 0 5px;
    display: flex;
  }
  #footer .footerWrap #footerMenu ul li {
    margin-right: 12px;
  }
  #footer .footerWrap #footerMenu ul li:last-child {
    border-right: none;
  }
  #footer .footerWrap #footerMenu ul a {
    font-size: 10px;
    line-height: 1;
  }
  #footer .footerlink {
    position: relative;
    margin-right: 20px;
  }
  #footer .footerlink::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 6px);
    width: 8px;
    height: 7px;
    right: -12px;
  }
  #footer .copyright {
    font-size: 10px;
  }
  #footer .page-top {
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 0.3s opacity;
    padding-bottom: 10px;
  }
  #footer .page-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 8px 3.5px;
    border-color: transparent transparent #FF0000 transparent;
    margin-left: 10px;
  }
  #footerRecruit {
    padding: 40px 0 45px;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
  }
  #footerRecruit:before {
    content: "";
    display: block;
    background-image: url(../images/common/footer_bg1.webp);
    background-repeat: no-repeat;
    aspect-ratio: 165/171;
    width: 165px;
    background-size: 100% auto;
    position: absolute;
    top: 6vw;
    left: -19vw;
    transform: rotate(-34deg);
  }
  #footerRecruit:after {
    content: "";
    display: block;
    background-image: url(../images/common/footer_bg2.webp);
    background-repeat: no-repeat;
    aspect-ratio: 169/175;
    width: 169px;
    background-size: 100% auto;
    position: absolute;
    bottom: 4vw;
    right: -20vw;
    transform: rotate(37deg);
  }
  #footerRecruit .footerRecruitInner {
    padding: 0 20px;
  }
  #footerRecruit .title {
    margin-inline: auto;
    width: 45vw;
  }
  #footerRecruit .text {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 2;
  }
  #footerRecruit .btnWrap {
    margin-top: 30px;
  }
  #footerRecruit .btnWrap .gradetBtn {
    max-width: 252px;
    height: 64px;
    font-size: 21px;
    border-radius: 8px;
    margin: 0 auto;
  }
  #footerRecruit .btnWrap .gradetBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 19.5px;
    height: 17px;
    right: 16px;
    top: calc(50% - 8px);
  }
  .postList .dots-wrap {
    width: calc(100% - 120px) !important;
  }
  .postList .slick-autoplay-toggle-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #CAB5F7;
    color: #36254E;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    bottom: -15px;
    right: 4vw;
    left: auto;
  }
  .postList .slick-autoplay-toggle-button .slick-pause-icon:before,
  .postList .slick-autoplay-toggle-button .slick-play-icon:before {
    font-size: 12px;
  }
  .postList .slick-autoplay-toggle-button .slick-play-icon {
    padding-left: 2px;
  }
  .postList .post + .post {
    margin-top: 24px;
  }
  .postList .post a {
    display: block;
    padding: 7px 8px 30px;
    border-radius: 11px;
    background-color: #fff;
    position: relative;
  }
  .postList .post a.js-modal-video figure:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_play.svg) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    z-index: 2;
  }
  .postList .post .textWrap {
    padding: 8px 3px 0;
  }
  .postList .post .textWrap .title {
    margin-top: 10px;
    font-size: 15px;
  }
  .postList .post .textWrap .ymd {
    font-size: 13px;
    left: 11px;
    bottom: 10px;
  }
  .tagSearchTitle {
    font-size: 18px;
    padding-left: 22px;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .tagSearchTitle:before {
    top: 6px;
  }
  #tagSearch {
    border-radius: 22px;
    padding: 18px 20px 30px;
    margin: 55px auto 0;
    width: calc(100% - 40px);
  }
  #tagSearch .tagSearchList > div {
    padding: 0 6px;
  }
  #tagSearch .tagSearchList > div + div {
    margin-top: 40px;
  }
  #tagSearch .tagSearchList dt {
    font-size: 15px;
  }
  #tagSearch .tagSearchList dd {
    margin-top: 18px;
  }
  #tagSearch .tagSearchList dd a {
    font-size: 11px;
    border-radius: 16px;
  }
  #openMenu .openMenuWrap .contentsMenu dt {
    border: none;
  }
  .commonInner {
    padding: 0 20px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 15px;
    background: url(../images/common/bg_pc.png) #F7F7F7 no-repeat top right/cover;
    padding-top: 99px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header .okinone {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    aspect-ratio: 300/102;
    height: 38px;
  }
  #header .okinone img {
    height: 38px;
  }
  .borderBtn {
    font-size: 14px;
    min-width: 170px;
    min-height: 43px;
    padding: 5px 40px;
    transition: 0.3s;
    background: linear-gradient(90deg, rgb(111, 208, 229) 0%, rgb(211, 170, 213) 25%, rgb(244, 82, 44) 50%, #fff 50%, #fff 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
  }
  .borderBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    width: 15px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: calc(50% - 6px);
    transition: 0.3s;
  }
  .borderBtn:hover {
    background-position: 0 0;
    color: #fff;
  }
  .borderBtn:hover[target=_blank]::after {
    background-image: url(../images/common/icon_blank_w.svg);
  }
  .gradetBtn {
    font-size: 14px;
    min-width: 170px;
    min-height: 43px;
    padding: 5px 40px;
    transition: 0.3s;
  }
  .gradetBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.svg) no-repeat center/cover;
    width: 15px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: calc(50% - 6px);
  }
  .gradetBtn:hover {
    background-position: 0 0;
  }
  #footer {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  #footer #footerInner {
    padding: 50px 100px 40px;
  }
  #footer .footerWrap {
    display: flex;
    justify-content: space-between;
  }
  #footer .footerWrap #footerMenu ul {
    margin-top: 40px;
    display: flex;
    gap: 30px;
  }
  #footer .footerWrap #footerMenu ul a {
    font-size: 12px;
  }
  #footer .footerWrap #footerMenu ul a:hover {
    text-decoration: underline;
  }
  #footer .footerlink {
    position: relative;
    margin-right: 25px;
  }
  #footer .footerlink::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 6px);
    width: 11px;
    height: 9px;
    right: -15px;
  }
  #footer .copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
  }
  #footer .page-top {
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 0.3s opacity;
    padding-bottom: 15px;
  }
  #footer .page-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 8px 3.5px;
    border-color: transparent transparent #FF0000 transparent;
    margin-left: 10px;
  }
  #footerRecruit {
    padding: 45px 0 35px;
    background-image: url(../images/common/footer_bg1.webp), url(../images/common/footer_bg2.webp);
    background-repeat: no-repeat;
    background-size: 165px 171px, 169px 175px;
    background-position: bottom 20px left 40px, top 30px right 0px;
    position: relative;
    z-index: 2;
  }
  #footerRecruit .footerRecruitInner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #footerRecruit .title {
    margin-inline: auto;
    width: 100%;
    max-width: 260px;
  }
  #footerRecruit .text {
    margin: 26px 0 0;
    font-size: 19px;
    line-height: 2.2;
  }
  #footerRecruit .btnWrap {
    margin-top: 26px;
  }
  #footerRecruit .btnWrap .gradetBtn {
    max-width: 252px;
    height: 64px;
    font-size: 21px;
    border-radius: 8px;
    margin: 0 auto;
  }
  #footerRecruit .btnWrap .gradetBtn[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 19.5px;
    height: 17px;
    right: 16px;
    top: calc(50% - 8px);
  }
  .postList {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
  .postList.col2 .post {
    width: calc(50% - 14px);
  }
  .postList.col3 .post {
    width: calc(33.3333333333% - 22px);
  }
  .postList .post a {
    display: block;
    padding: 7px 8px 30px;
    border-radius: 11px;
    background: linear-gradient(90deg, rgb(111, 208, 229) 0%, rgb(211, 170, 213) 25%, rgb(244, 82, 44) 50%, #fff 50%, #fff 100%);
    background-size: 202% 100%;
    background-position: 100% 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .postList .post a:hover {
    background-position: 0 0;
    color: #fff;
  }
  .postList .post a.js-modal-video figure:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_play.svg) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    z-index: 2;
  }
  .postList .post .textWrap {
    padding: 8px 3px 0;
  }
  .postList .post .textWrap .title {
    margin-top: 10px;
    font-size: 15px;
  }
  .postList .post .textWrap .ymd {
    font-size: 13px;
    left: 11px;
    bottom: 10px;
  }
  .tagSearchTitle {
    font-size: 25px;
    padding-left: 26px;
    padding-bottom: 18px;
    margin-bottom: 35px;
  }
  #tagSearch {
    border-radius: 22px;
    padding: 35px 30px 55px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 86px;
  }
  #tagSearch .tagSearchTitle, #tagSearch .tagSearchList {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #tagSearch .tagSearchList > div {
    display: flex;
  }
  #tagSearch .tagSearchList > div + div {
    margin-top: 40px;
  }
  #tagSearch .tagSearchList dt {
    font-size: 15px;
    width: 110px;
  }
  #tagSearch .tagSearchList dd {
    padding-left: 20px;
  }
  #tagSearch .tagSearchList dd a {
    font-size: 11px;
    border-radius: 16px;
    transition: 0.3s;
  }
  #tagSearch .tagSearchList dd a:hover {
    opacity: 0.6;
  }
  #openMenu .openMenuWrap .contentsMenu dt {
    border: none;
  }
  .commonInner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #footer .footerlink {
    position: relative;
  }
  #footer .footerlink::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 6px);
  }
  #footer .page-top {
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 0.3s opacity;
  }
  #footer .page-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 8px 3.5px;
    border-color: transparent transparent #FF0000 transparent;
    margin-left: 10px;
  }
  #footerRecruit .title {
    margin-inline: auto;
  }
  #openMenu .openMenuWrap .contentsMenu dt {
    border: none;
  }
}
@media screen and (max-width: 1120px) {
  #header {
    width: calc(100% - 20px);
    height: 52px;
    position: fixed;
    left: 10px;
    top: 8px;
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 50px;
    padding: 8px 4px 8px 20px;
    z-index: 99;
  }
  #header .headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  #header .logo {
    width: 162px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #header .logo a img {
    vertical-align: baseline;
  }
  #header .headCatch {
    display: none;
  }
  #header #globalMenu {
    display: none;
  }
  #header #menuBtn {
    border: 2px solid #CAB5F7;
    background-color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: 0.4s;
  }
  #header #menuBtn span {
    display: block;
    width: 13px;
    height: 2px;
    background-color: #36254E;
    position: absolute;
    left: 10px;
    transition: 0.4s;
    z-index: 2;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 4px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
  #footer .footerlink {
    position: relative;
  }
  #footer .footerlink::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 6px);
  }
  #footer .page-top {
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 0.3s opacity;
  }
  #footer .page-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 8px 3.5px;
    border-color: transparent transparent #FF0000 transparent;
    margin-left: 10px;
  }
  #footerRecruit .title {
    margin-inline: auto;
  }
  #openMenu {
    width: 100%;
    height: 100vh;
    padding: 70px 10px;
    overflow-y: scroll;
  }
  #openMenu .openMenuLink {
    max-width: 252px;
    margin: 40px auto 0;
  }
  #openMenu .openMenuLink a + a {
    margin-top: 15px;
  }
  #openMenu .openMenuWrap {
    border-radius: 13px;
    width: 100%;
    padding: 30px 25px 40px;
  }
  #openMenu .openMenuWrap .openMenuNav li a {
    font-size: 16px;
    font-weight: 700;
  }
  #openMenu .openMenuWrap .openMenuNav li + li {
    margin-top: 29px;
  }
  #openMenu .openMenuWrap .openMenuSearchTitle {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
  }
  #openMenu .openMenuWrap dl {
    margin-top: 40px;
  }
  #openMenu .openMenuWrap dl dt {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #DFDCE3;
    padding-bottom: 10px;
  }
  #openMenu .openMenuWrap dl dd {
    margin-top: 20px;
    padding-left: 2em;
  }
  #openMenu .openMenuWrap dl dd ul a {
    color: #6C5F7E;
    font-size: 14px;
    font-weight: 500;
  }
  #openMenu .openMenuWrap dl:first-of-type dd ul li + li {
    margin-top: 20px;
  }
  #openMenu .openMenuWrap dl:last-of-type dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
  }
  #openMenu .openMenuWrap .contentsMenu dt {
    border: none;
  }
}
@media print, screen and (min-width: 1121px) {
  #header {
    width: calc(100% - 40px);
    height: 84px;
    position: fixed;
    left: 20px;
    top: 15px;
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 50px;
    padding: 20px 14px 20px 39px;
    z-index: 99;
  }
  #header .headerInner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header .headCatch {
    font-size: 17px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 1;
    transform: translateY(-3px);
  }
  #header #globalMenu {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  #header #globalMenu ul {
    display: flex;
    align-items: center;
  }
  #header #globalMenu ul li a {
    font-weight: 700;
    font-size: 14px;
    position: relative;
  }
  #header #globalMenu ul li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #36254E;
    position: absolute;
    left: calc(50% - 3px);
    top: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  #header #globalMenu ul li a.current:before {
    top: -15px;
    opacity: 1;
  }
  #header #globalMenu ul li a:hover:before {
    top: -15px;
    opacity: 1;
  }
  #header #globalMenu .headerLink {
    margin-left: 34px;
    display: flex;
    gap: 8px;
  }
  #header #menuBtn {
    border: 2px solid #CAB5F7;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #36254E 50%, #36254E 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 20px;
  }
  #header #menuBtn:hover {
    background-position: -100% 0;
  }
  #header #menuBtn:hover span {
    background-color: #CAB5F7;
  }
  #header #menuBtn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #36254E;
    position: absolute;
    left: 17px;
    transition: 0.4s;
    z-index: 2;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 8px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 6px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #footer .footerlink {
    position: relative;
  }
  #footer .footerlink::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 6px);
  }
  #footer .page-top {
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 0.3s opacity;
  }
  #footer .page-top::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 8px 3.5px;
    border-color: transparent transparent #FF0000 transparent;
    margin-left: 10px;
  }
  #footerRecruit .title {
    margin-inline: auto;
  }
  #openMenu {
    width: 100%;
    height: 100%;
    padding: 110px 0 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #openMenu .openMenuNav, #openMenu .openMenuLink {
    display: none;
  }
  #openMenu .openMenuWrap {
    border-radius: 16px;
    width: 90%;
    max-width: 1000px;
    max-height: 386px;
    height: 100%;
    margin: 0 auto;
    padding: 35px 50px;
    position: relative;
    z-index: 5;
  }
  #openMenu .openMenuWrap .contentsMenu dt {
    border: none;
  }
  #openMenu .openMenuWrap:before {
    content: "";
    display: block;
    background-image: url(../images/common/menu_bg1.webp);
    background-size: 100% auto;
    aspect-ratio: 656/647;
    width: 47%;
    position: absolute;
    top: -10%;
    left: -30%;
    z-index: -1;
  }
  #openMenu .openMenuWrap:after {
    content: "";
    display: block;
    background-image: url(../images/common/menu_bg2.webp);
    background-size: 100% auto;
    aspect-ratio: 198/200;
    width: 14%;
    position: absolute;
    top: -10%;
    right: -10%;
  }
  #openMenu .openMenuWrap .openMenuSearch {
    display: flex;
    gap: 40px;
  }
  #openMenu .openMenuWrap .openMenuSearchTitle {
    font-size: 15px;
    font-weight: 700;
    width: 180px;
    flex: none;
  }
  #openMenu .openMenuWrap dl dt {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #DFDCE3;
    padding-bottom: 10px;
  }
  #openMenu .openMenuWrap dl dt a:hover {
    text-decoration: underline;
  }
  #openMenu .openMenuWrap dl dd {
    margin-top: 20px;
  }
  #openMenu .openMenuWrap dl dd ul li + li {
    margin-top: 20px;
  }
  #openMenu .openMenuWrap dl dd ul a {
    color: #6C5F7E;
    font-size: 14px;
    font-weight: 500;
  }
  #openMenu .openMenuWrap dl dd ul a:hover {
    text-decoration: underline;
  }
  #openMenu .openMenuWrap dl:first-of-type {
    width: 170px;
    flex: none;
  }
  #openMenu .openMenuWrap dl:last-of-type {
    flex-grow: 1;
  }
}
/*# sourceMappingURL=map/common.css.map */
