@charset "UTF-8";
/* 영상 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.9rem;
  }
}
@media (max-width: 727px) {
  html {
    font-size: 0.7rem;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  color: #3e3a39;
  word-break: keep-all;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: 400;
  font-family: "Pretendard", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #3e3a39;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 40rem;
  height: auto;
  display: none;
  background-color: #f1f1f5;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .popupWrap {
    width: 90%;
  }
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background-color: transparent;
}
.popupWrap .popHeader {
  height: 12.8rem;
}
.popupWrap .popContent {
  padding: 3rem 2.5rem 4.75rem;
}
.popupWrap .popContent dl dd {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
  color: #767676;
}
.popupWrap .popContent dl dd .underline {
  color: #222;
  border-bottom: 1px solid #222;
}
.popupWrap .popContent dl dd strong {
  color: #444;
}
.popupWrap .popContent dl dd .bul__list li {
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
}
.popupWrap .popContent dl + dl {
  margin-top: 2rem;
}

/* 공통 */
body {
  background-color: #fff;
}
body.scroll {
  overflow-y: hidden;
}

html, body {
  letter-spacing: -0.05em;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0 auto;
}

.section-inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
  padding-left: 0.75rem;
  z-index: 10;
}
@media screen and (max-width: 910px) {
  .section-inner {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

main {
  position: relative;
  overflow: hidden;
}

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

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

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

.subTitle {
  position: relative;
  margin: 0 0 1.25rem -0.75rem;
  padding-left: 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.5rem;
  color: #009bd0 !important;
}
.subTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 1.5rem;
  background-color: #009bd0 !important;
}
.subTitle:not(:first-child) {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .subTitle {
    margin-left: 0;
    font-size: 17px;
    letter-spacing: -0.05em;
  }
  .subTitle .comment {
    margin-left: -0.75rem;
  }
}

.comment {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #009bd0 !important;
}
@media screen and (max-width: 767px) {
  .comment {
    font-size: 13px;
    line-height: 23px;
  }
}

.ani, .pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gnbWrap {
  position: relative;
  height: 4.5rem;
  z-index: 100;
}
header .logo {
  display: block;
  width: 7.6rem;
  height: 4.5rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/7.55rem auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav .box {
  display: flex;
  align-items: center;
  height: 4.5rem;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 2.4rem;
  font-size: 0.75rem;
  font-weight: 400;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav ul li a span {
  position: relative;
  display: inline-block;
}
header nav ul li + li {
  margin-left: 2rem;
}
header.fixed {
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  header {
    height: 50px;
  }
  header .logo {
    position: relative;
    height: 50px;
    width: 80px;
    background-size: 80px auto;
    z-index: 2000;
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: url("../images/m_btn_menu.svg") no-repeat center center/auto 18px;
  }
  header .gnbWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 1000;
  }
  header .gnbWrap ul {
    display: block;
    width: 100%;
  }
  header .gnbWrap ul li {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 30px;
    height: 60px;
    font-size: 18px;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
  }
  header .gnbWrap .box {
    display: block;
    padding-bottom: 30px;
    background-color: #fff;
    height: auto;
    padding-top: 30px;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 60px;
    z-index: 10;
  }
  header .gnbWrap .m_btn_close:before, header .gnbWrap .m_btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 2px;
    background-color: #95b9e2;
  }
  header .gnbWrap .m_btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .gnbWrap .m_btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.headingWrap {
  padding: 4.5rem 0 0;
  background: url("../images/bg.png") no-repeat center 4.5rem/cover;
  overflow: hidden;
}
.headingWrap .section-inner {
  padding: 4.5rem 0 3.25rem;
  height: 31.75rem;
}
.headingWrap .head-info {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.headingWrap .head-info .title-big {
  color: #fff;
}
.headingWrap .head-info .title-big dt {
  font-style: normal;
  font-weight: 900;
  font-size: 5rem;
  line-height: 5.3rem;
}
.headingWrap .head-info .title-big dt:before {
  content: "WAY TO GROW";
  animation: typing 1s steps(50) both;
}
.headingWrap .head-info .title-big dd {
  font-style: normal;
  font-weight: 900;
  font-size: 5rem;
  line-height: 5.3rem;
}
.headingWrap .head-info .title-big dd:before {
  content: "GLOBAL COWAY";
  animation: typing 1.2s 1.5s steps(50) both;
  color: #0099cf;
}
.headingWrap .head-info .title-kor {
  margin-top: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: inherit;
}
.headingWrap .head-info .title-kor .step2:before {
  content: "글로벌 코웨이";
  animation: typing 1s 1.5s steps(50) both;
}
.headingWrap .head-info .title-kor .step1:before {
  content: "성장으로 가는 길,";
  animation: typing 0.8s steps(50) both;
}
@media screen and (max-width: 480px) {
  .headingWrap .head-info .title-big dt {
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
  }
  .headingWrap .head-info .title-big dd {
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
  }
  .headingWrap .head-info .title-kor {
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
  }
}
.headingWrap h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
  height: 5.9rem;
  background: url("../images/heading_titleBox.png") no-repeat center center/auto 5.9rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: inherit;
  color: #fff;
  z-index: 10;
}
.headingWrap h2 span {
  margin: 0 0.5rem;
  color: #9fd9f7;
}
@media screen and (max-width: 480px) {
  .headingWrap h2 {
    margin-top: 20px;
    background-size: auto 44px;
    font-size: 17px;
  }
}
.headingWrap .object_globe {
  position: absolute;
  top: 5.5rem;
  left: calc(50% - 40.6rem);
  width: 24.2rem;
  height: 27.3rem;
  background-image: url("../images/heading_object_01.png");
  background-size: auto 27.3rem;
}
.headingWrap .object_drop {
  position: absolute;
  top: 0;
  left: calc(50% + 22.8rem);
  width: 13.3rem;
  height: 17.85rem;
  background-image: url("../images/heading_object_02.png");
  background-size: auto 17.85rem;
}
.headingWrap .object_stair {
  position: absolute;
  bottom: -1.9rem;
  left: calc(50% + 15.4rem);
  width: 18.45rem;
  height: 17.75rem;
  background-image: url("../images/heading_object_03.png");
  background-size: auto 17.75rem;
}
@media screen and (max-width: 480px) {
  .headingWrap {
    height: 330px;
  }
  .headingWrap .object_globe {
    position: absolute;
    top: 5.5rem;
    left: -7.5rem;
    background-size: auto 17.5rem;
    background-position: 0 bottom;
  }
  .headingWrap .object_drop {
    position: absolute;
    top: -80px;
    left: auto;
    right: -2.5rem;
    background-size: auto 10.5rem;
    background-position: right bottom;
  }
  .headingWrap .object_stair {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0.5rem;
    background-size: auto 11.5rem;
    background-position: right bottom;
  }
}

.box-frame {
  width: 910px;
  margin: 0 auto;
  padding: 2.25rem 1.75rem;
  border-radius: 8px;
  background-color: #fff;
}

.typing-text {
  position: relative;
  top: 0;
  left: 0;
  color: transparent;
  white-space: nowrap;
  display: inline-block;
}
.typing-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

@keyframes typing {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.globalWrap .section-inner {
  padding-top: 3.25rem;
}
.globalWrap .text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.65rem;
}
.globalWrap .text strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .globalWrap .text {
    font-size: 15px;
    line-height: 23px;
  }
}

.jobPostingWrap .section-inner {
  padding-top: 4.25rem;
}
.jobPostingWrap table {
  width: 100%;
  border-bottom: 1px solid #009bd0 !important;
}
.jobPostingWrap table thead th {
  height: 2rem;
  background-color: #009bd0 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: inherit;
  color: #fff;
}
.jobPostingWrap table thead th + th {
  border-left: 0.5px solid #fff;
}
.jobPostingWrap table tbody td {
  padding: 0.75rem 0.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: inherit;
  text-align: center;
  border-bottom: 0.5px solid #009bd0 !important;
}
.jobPostingWrap table tbody td:not(:last-child) {
  border-right: 0.5px solid #009bd0 !important;
}
.jobPostingWrap table tbody td .comment {
  line-height: 1.05rem;
}
.jobPostingWrap table tbody td br.none {
  display: none;
}
.jobPostingWrap .subTitle:not(:first-child) {
  margin-top: 4.25rem;
}
.jobPostingWrap .object_drop {
  position: absolute;
  top: 27.65rem;
  left: calc(50% - 44.65rem);
  width: 18.2rem;
  height: 25.9rem;
  background-image: url("../images/content_object_01.png");
  background-size: auto 25.9rem;
}
@media screen and (max-width: 767px) {
  .jobPostingWrap table tbody td {
    border-bottom-width: 1px !important;
    line-height: 16px;
  }
  .jobPostingWrap table tbody td:not(:last-child) {
    border-right-width: 1px !important;
  }
  .jobPostingWrap table tbody td .comment {
    font-size: 11px;
    line-height: 12px;
  }
  .jobPostingWrap table tbody td br.none {
    display: block;
  }
}

.inner-frame {
  padding-left: 0.5rem;
}
.inner-frame.type1 {
  padding-left: 0;
  padding-right: 0.5rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .inner-frame {
    padding: 0;
  }
  .inner-frame.type1 {
    padding: 0;
    margin-left: 0;
  }
}

.bul__list li {
  position: relative;
  padding-left: 0.7rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 2rem;
}
.bul__list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #009bd0 !important;
}
.bul__list li .comment {
  margin-bottom: 0.5rem;
}
.bul__list.star li {
  font-size: 0.9rem;
  line-height: 1.65rem;
  color: #009bd0 !important;
}
.bul__list.star li:before {
  content: "※";
}
.bul__list.dash li {
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.bul__list.dash li:before {
  content: "-";
}
@media screen and (max-width: 767px) {
  .bul__list li {
    font-size: 15px;
    line-height: 21px;
  }
  .bul__list li .comment {
    margin: 0;
  }
  .bul__list li br.none {
    display: none;
  }
  .bul__list li + li {
    margin-top: 10px;
  }
  .bul__list.star li {
    font-size: 12px;
  }
}

.jobDescWrap .section-inner {
  padding-top: 4.75rem;
}
.jobDescWrap .head {
  text-align: center;
}
.jobDescWrap .head span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.2rem;
  padding: 0 1rem;
  background-color: #9FD9F7;
  border: 1px solid #002B52;
  border-radius: 100vw;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: inherit;
  color: #002B52;
}
.jobDescWrap .head span strong {
  margin-left: 0.3rem;
}
.jobDescWrap .jd-list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.jobDescWrap .jd-list li {
  padding-top: 5.6rem;
  height: 8.6rem;
  background-color: #eff8fe;
  border-radius: 0.9rem;
  border: 1px solid #009BD0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 0.9rem;
  background-size: auto 4.5rem;
  cursor: pointer;
}
.jobDescWrap .jd-list li p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: inherit;
}
.jobDescWrap .jd-list li:nth-of-type(1) {
  background-image: url("../images/jd_icon_01_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(2) {
  background-image: url("../images/jd_icon_02_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(3) {
  background-image: url("../images/jd_icon_03_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(4) {
  background-image: url("../images/jd_icon_04_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(5) {
  background-image: url("../images/jd_icon_05_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(6) {
  background-image: url("../images/jd_icon_06_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(7) {
  background-image: url("../images/jd_icon_07_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(8) {
  background-image: url("../images/jd_icon_08_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(9) {
  background-image: url("../images/jd_icon_09_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(10) {
  background-image: url("../images/jd_icon_010_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(11) {
  background-image: url("../images/jd_icon_011_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(12) {
  background-image: url("../images/jd_icon_012_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(13) {
  background-image: url("../images/jd_icon_013_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(14) {
  background-image: url("../images/jd_icon_014_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(15) {
  background-image: url("../images/jd_icon_015_normal.png");
}
.jobDescWrap .jd-list li:nth-of-type(16) {
  background-image: url("../images/jd_icon_016_normal.png");
}
.jobDescWrap .jd-list li:hover {
  background-color: #5cc5f2;
  transition: 0.3s;
}
.jobDescWrap .jd-list li:hover:nth-of-type(1) {
  background-image: url("../images/jd_icon_01_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(2) {
  background-image: url("../images/jd_icon_02_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(3) {
  background-image: url("../images/jd_icon_03_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(4) {
  background-image: url("../images/jd_icon_04_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(5) {
  background-image: url("../images/jd_icon_05_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(6) {
  background-image: url("../images/jd_icon_06_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(7) {
  background-image: url("../images/jd_icon_07_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(8) {
  background-image: url("../images/jd_icon_08_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(9) {
  background-image: url("../images/jd_icon_09_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(10) {
  background-image: url("../images/jd_icon_010_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(11) {
  background-image: url("../images/jd_icon_011_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(12) {
  background-image: url("../images/jd_icon_012_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(13) {
  background-image: url("../images/jd_icon_013_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(14) {
  background-image: url("../images/jd_icon_014_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(15) {
  background-image: url("../images/jd_icon_015_active.png");
}
.jobDescWrap .jd-list li:hover:nth-of-type(16) {
  background-image: url("../images/jd_icon_016_active.png");
}
.jobDescWrap .jd-list li:hover p {
  color: #fff;
}
.jobDescWrap .object_globe {
  position: absolute;
  bottom: -27.55rem;
  left: calc(50% + 18.6rem);
  width: 41.65rem;
  height: 41.95rem;
  background-image: url("../images/content_object_02.png");
  background-size: auto 41.95rem;
}

.youtubeWrap .section-inner {
  padding-top: 6.5rem;
}
.youtubeWrap .text {
  font-size: 1rem;
}
.youtubeWrap .inner-frame {
  margin-top: 1rem;
}
.youtubeWrap .thumb-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youtubeWrap .link-area {
  margin-top: 1.5rem;
  text-align: center;
}
.youtubeWrap .link-area .link-goYoutube {
  display: inline-block;
  width: 11.3rem;
  height: 2.2rem;
  background: url("../images/link_youtube.png") no-repeat center center/auto 2.2rem;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .youtubeWrap .text {
    font-size: 15px;
  }
}

.processWrap .section-inner {
  padding-top: 5rem;
}
.processWrap .process-list {
  margin-bottom: 1.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.processWrap .process-list li {
  position: relative;
  padding-top: 6rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 5.1rem;
}
.processWrap .process-list li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: inherit;
}
.processWrap .process-list li p small {
  font-size: 0.7rem;
  color: #009bd0 !important;
}
.processWrap .process-list li:nth-of-type(1) {
  background-image: url("../images/process_icon_01.svg");
}
.processWrap .process-list li:nth-of-type(2) {
  background-image: url("../images/process_icon_02.svg");
}
.processWrap .process-list li:nth-of-type(3) {
  background-image: url("../images/process_icon_03.svg");
}
.processWrap .process-list li:nth-of-type(4) {
  background-image: url("../images/process_icon_04.svg");
}
.processWrap .process-list li + li:before {
  content: "";
  position: absolute;
  top: 2.15rem;
  left: -0.35rem;
  width: 0.7rem;
  height: 0.85rem;
  background: url("../images/process_arrow.svg") no-repeat center center/auto 0.85rem;
}
.processWrap .object_stair {
  position: absolute;
  bottom: -4.8rem;
  left: calc(50% - 48.15rem);
  width: 25.1rem;
  height: 20.65rem;
  background-image: url("../images/content_object_03.png");
  background-size: auto 20.65rem;
}

.event__area {
  margin-top: 6rem;
  position: relative;
  padding: 3.75rem 0 1.25rem;
  background-color: rgba(161, 216, 235, 0.3);
  border-radius: 0.75rem;
  border: 1px solid #5CC5F2;
}
.event__area .comment {
  position: absolute;
  top: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.event__area .event-title {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  width: 16.1rem;
  height: 2.4rem;
  background: url("../images/event_title.png") no-repeat 0 0/auto 2.4rem;
  transform: translateX(-50%);
  text-indent: -9999px;
}
.event__area .event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
}
.event__area .event-list li {
  padding: 0 0.75rem;
}
.event__area .event-list li figure img {
  height: 11.8rem;
}
.event__area .event-list li dl {
  margin-top: 1.25rem;
}
.event__area .event-list li dl dt {
  font-style: normal;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.65rem;
}
.event__area .event-list li dl dt strong {
  font-weight: 800;
  color: #002b52;
}
@media screen and (max-width: 767px) {
  .event__area .event-list strong {
    margin-left: 4px;
  }
  .event__area .event-list br.none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .event__area {
    padding-top: 5rem;
  }
  .event__area .comment {
    top: 20px;
    margin-top: 0;
    width: 100%;
    font-size: 10px;
  }
  .event__area .event-list li dl dt {
    font-size: 11px;
    line-height: 15px;
  }
}

.etcWrap .section-inner {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
.etcWrap .contact-area {
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  margin-top: 3.25rem;
  padding: 1rem 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #009bd0 !important;
  align-items: center;
}
.etcWrap .contact-area dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #009bd0 !important;
  text-align: center;
}
.etcWrap .contact-area dd {
  position: relative;
  padding-left: 1.2rem;
}
.etcWrap .contact-area dd a {
  display: inline-block;
  padding-left: 1.75rem;
  background: url("../images/icon_mail.svg") no-repeat 0 center/auto 0.85rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2.3rem;
}
.etcWrap .contact-area dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 2.3rem;
  background-color: #009bd0 !important;
}
@media screen and (max-width: 767px) {
  .etcWrap .contact-area dt {
    font-size: 15px;
  }
  .etcWrap .contact-area dd a {
    font-size: 14px;
  }
}
.etcWrap .link-area {
  margin-top: 3.5rem;
  text-align: center;
}
.etcWrap .link-area .link_apply {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 17.9rem;
  height: 4.75rem;
  background-image: url("../images/link_apply.png");
  background-size: auto 4.75rem;
}

footer {
  height: 4.5rem;
  background: url("../images/brandLogo.svg") no-repeat center center/auto 1.8rem;
}

.eventPop {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 40rem;
  height: auto;
  padding: 1.5rem;
  background-color: #fff;
  z-index: 100;
}
.eventPop .btn_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 60px;
  z-index: 10;
}
.eventPop .btn_close:before, .eventPop .btn_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  background-color: #95b9e2;
}
.eventPop .btn_close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.eventPop .btn_close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.eventPop .event__area {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .eventPop {
    width: 100vw;
  }
  .eventPop .btn_close {
    width: 40px;
    height: 40px;
  }
  .eventPop .btn_close:before, .eventPop .btn_close:after {
    width: 24px;
  }
}/*# sourceMappingURL=style.css.map */