/* Visual */
.sub-visual {
  width:100%;
  height:514px;
  padding:94px 40px 0px;
}

.sub-visual-inner {
  width:100%;
  height:100%;
  position: relative;
}

.sub-visual-inner::after {
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
  z-index:1;
}

.sub-visual-inner.sv1::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv2::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv3::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv4::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv5::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv6::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv7::after {
  background-image: url('/en/img/sub/sv1.png');
}

.sub-visual-inner.sv6 p,
.sub-visual-inner.sv7 p {
  display: none;
}

.sub-visual-container {
  max-width:1310px;
  width:100%;
  height:100%;
  margin:auto;
  padding:0px 15px;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sub-visual-container .title {
  font-size:5.6rem;
  font-weight:800;
  color:#fefefe;
  line-height:1;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
  width:100%;
}

.sub-visual-container p {
  font-size:2rem;
  font-weight:500;
  color:#fefefe;
  line-height:1.6;
  text-shadow: 0px 0px 5px rgba(0,0,0,.15);
  margin-top:20px;
  width:100%;
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .sub-visual {
    height:340px;
    padding:60px 0px 0px;
  }

  .sub-visual-container .title {
    font-size:3.6rem;
  }

  .sub-visual-container p {
    font-size:1.8rem;
    line-height:1.4;
    margin-top:16px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {


}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .sub-visual {
    height:260px;
  }

  .sub-visual-container .title {
    font-size:2.6rem;
  }

  .sub-visual-container p {
    font-size:1.6rem;
    margin-top:12px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

}


/* Nav */
.sub-nav {
  width:100%;
  padding:40px 0px;
}

.sub-nav-container {
  max-width:1310px;
  width:100%;
  height:100%;
  margin:auto;
  padding:0px 15px;
}

.sub-nav-container p {
  font-size:0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-nav-container span {
  font-size:1.6rem;
  color:#333333;
  line-height:1;
}

.sub-nav-container span.home a {
  display: inline-block;
}

.sub-nav-container span.home a::after {
  content:"";
  display:inline-block;
  width:44px;
  height:44px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/en/img/sub/home.png');
}

.sub-nav-container span.arrow {
  margin:0px 4%;
}

.sub-nav-container span.arrow::after {
  content:"";
  display:inline-block;
  width:11px;
  height:20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/en/img/sub/arrow.png');
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .sub-nav {
    padding:26px 0px;
  }

  .sub-nav-container span {
    font-size:1.5rem;
  }

  .sub-nav-container span.arrow {
    margin:0px 16px;
  }

  .sub-nav-container span.home a::after {
    width:30px;
    height:30px;
    background-size: auto 30px;
  }

  .sub-nav-container span.arrow::after {
    width:11px;
    height:14px;
    background-size: auto 14px;
  }


}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .sub-nav {
    padding:18px 0px;
  }

  .sub-nav-container span {
    font-size:1.4rem;
  }

  .sub-nav-container span.arrow {
    margin:0px 10px;
  }

  .sub-nav-container span.home a::after {
    width:24px;
    height:24px;
    background-size: auto 24px;
  }

  .sub-nav-container span.arrow::after {
    width:11px;
    height:12px;
    background-size: auto 12px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

}

/* Tab */
.sub-tab {
  width:100%;
  padding-bottom:40px;
  border-bottom:1px solid #e2e2e2;
}

.sub-tab-container {
  max-width:1310px;
  width:100%;
  height:100%;
  margin:auto;
  padding:0px 15px;
}

.sub-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0px -7px;
}

.sub-tab__list li {
  max-width:300px;
  width:100%;
  padding:0px 7px;
}

.sub-tab__list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  height: 40px;
  line-height:1;
  text-align: center;
  font-size: 1.8rem;
  color: #666;
  font-weight: 600;
  border:1px solid #818181;
  border-radius:50px;
  background-color: transparent;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.sub-tab__list li.on .link {
  color:#fff;
  background-color: #008e84;
  border-color: #008e84;
}

@media (min-width: 1024px){
  .sub-tab__list li:not(.on):hover .link {
    color:#008e84;
    border-color: #008e84;
  }
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .sub-tab {
    padding-bottom:26px;
  }

  .sub-tab__list li {
    max-width:220px;
    padding:0px 4px;
  }

  .sub-tab__list .link {
    font-size:1.6rem;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .sub-tab {
    padding-bottom:18px;
  }

  .sub-tab__list li {
    flex:1 1 33.33%;
    max-width: none;
    padding:0px 3px;
  }

  .sub-tab__list .link {
    font-size:1.5rem;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .sub-tab {
    padding:0px;
  }

  .sub-tab-container {
    display: none;
  }

}


/* Contents */
.contents {
  padding:120px 0px;
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .contents {
    padding:80px 0px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .contents {
    padding:60px 0px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

}


/* Greeting */
.contents--greeting {
  padding:120px 0px 0px;
}

.greeting-head {
  position: relative;
  padding-bottom:80px;
}

.greeting-head .greeting-head__intro {
  position: relative;
  width:100%;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.greeting-head .greeting-head__intro .left {
  transform: translateX(-27%);
}

.greeting-head .greeting-head__intro .left img {
  max-width: none;
  display: block;
}

.greeting-head .greeting-head__intro .right {
  width:60%;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
}

.greeting-head .greeting-head__intro .right-con {
  padding:80px 40px;
  background-color: #fff;
  box-shadow:0px 0px 5px rgba(0,0,0,.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.greeting-head .greeting-head__intro .right-con::after {
  content:"";
  display:block;
  width:6px;
  background-color: #008e84;
  height:40px;
  position:absolute;
  top:85px;
  left:0;
}

.greeting-head .greeting-head__intro .right-con p {
  font-size:2.8rem;
  color:#2a2a2a;
  line-height:1.7;
}

.greeting-head .greeting-head__intro .right-con b {
  font-weight:700;
}

.greeting-head .greeting-head__rule {
  padding-top:80px;
}

.greeting-head .rule-tit {
  font-size:2.8rem;
  font-weight:500;
  color:#292929;
  display:flex;
  align-items: center;
  padding-bottom:40px;
}

.greeting-head .rule-tit::before {
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color: #008e84;
  margin-right:10px;
}

.greeting-head .rule-menu__list {
  padding:30px 0px 0px;
  position: relative;
}

.greeting-head .rule-menu__list::before {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background-color: #c8c8c8;
}

.greeting-head .rule-menu__list::after {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:6px;
  background-color: #008e84;
}

.greeting-head .rule-menu__list p {
  font-size:2rem;
  font-weight:300;
  color:#393939;
  line-height:1.4;
}

.greeting-head .rule-menu__list p.card__tit {
  font-size:2.4rem;
  font-weight:500;
  margin-bottom:4px;
}

.greeting-head .rule-menu__list .link {
  font-weight:500;
  color:#3547f1;
  text-decoration:underline;
}

.greeting-body {
  padding:120px 0px;
  background-color:#f7f7f7;
}

.greeting-body p {
  font-size:2rem;
  font-weight:300;
  color:#393939;
  line-height:1.7;
  margin-top:40px;
}

.greeting-body p:first-child {
  margin-top:0px;
}

.greeting-body b {
  display: block;
  font-size:2.4rem;
  font-weight:600;
  margin-top:40px;
}

.greeting-body b:first-child {
  margin-top:0px;
}


/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .contents--greeting {
    padding:80px 0px 0px;
  }

  .greeting-head {
    padding-bottom:50px;
  }

  .greeting-head .greeting-head__intro .right-con {
    padding:50px 26px;
  }

  .greeting-head .greeting-head__intro .right-con::after {
    height:36px;
    top:54px;
  }

  .greeting-head .greeting-head__intro .right-con p {
    font-size:2.4rem;
  }

  .greeting-head .greeting-head__rule {
    padding-top:50px;
  }

  .greeting-head .rule-tit {
    font-size:2.4rem;
    padding-bottom:26px;
  }

  .greeting-head .rule-menu__list {
    padding:22px 0px 0px;
  }

  .greeting-head .rule-menu__list p {
    font-size:1.8rem;
  }

  .greeting-body {
    padding:80px 0px;
  }

  .greeting-body p {
    font-size:1.8rem;
    margin-top:26px;
  }

  .greeting-body b {
    font-size:2rem;
    margin-top:26px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .greeting-head .greeting-head__intro .left {
    transform: none;
    flex:1 1 100%;
    max-width:100%;
  }

  .greeting-head .greeting-head__intro .left img {
    width:100%;
    max-width:100%;
  }

  .greeting-head .greeting-head__intro .right {
    flex: 1 1 100%;
    max-width:100%;
    position: relative;
    top:0;
    -webkit-ransform: none;
    -ms-transform: none;
    transform: none;
    margin-top:20px;
  }


}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .contents--greeting {
    padding:60px 0px 0px;
  }

  .greeting-head {
    padding-bottom:30px;
  }

  .greeting-head .greeting-head__intro .right-con {
    padding:30px 18px;
  }

  .greeting-head .greeting-head__intro .right-con::after {
    width:4px;
    height:20px;
    top:38px;
  }

  .greeting-head .greeting-head__intro .right-con p {
    font-size:2rem;
  }

  .greeting-head .greeting-head__rule {
    padding-top:30px;
  }

  .greeting-head .rule-tit {
    font-size:2rem;
    padding-bottom:18px;
  }

  .greeting-head .rule-tit::before {
    width: 6px;
    height: 6px;
    margin-right: 5px
  }

  .greeting-head .rule-menu__list p {
    font-size:1.6rem;
  }

  .greeting-body {
    padding:60px 0px;
  }

  .greeting-body p {
    font-size:1.6rem;
  }

  .greeting-body b {
    font-size:1.8rem;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .greeting-head .greeting-head__intro .right-con p {
    font-size:1.8rem;
  }

  .greeting-head .rule-tit {
    font-size:1.8rem;
  }

  .greeting-head .rule-menu__list p {
    font-size:1.4rem;
  }

  .greeting-body p {
    font-size:1.4rem;
  }

  .greeting-body b {
    font-size:1.6rem;
  }

}


/* Introduce */
.introduce-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-5px;
}

.introduce-list li {
  flex:1 1 50%;
  max-width:50%;
  padding:5px;
}

.introduce-list .introduce-card {
  width:100%;
  display: block;
  position: relative;
  height:0;
  padding-top: calc(510/635*100%);
  overflow: hidden;
  -webkit-transition:all .3s ease .3s;
  -ms-transition:all .3s ease .3s;
  transition:all .3s ease .3s;
}

.introduce-list .introduce-card h4 {
  font-size:4.8rem;
  color:#292929;
  font-weight:600;
  margin-bottom:30px;
}

.introduce-list .introduce-card p {
  font-size:2.8rem;
  color:#292929;
  line-height:1.4;
}

.introduce-list .introduce-card .icon {
  display: block;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.introduce-list .introduce-card .icon--plus {
  width:64px;
  height:64px;
  background-image: url('/en/img/common/plus-icon--black.png');
}

.introduce-list .card-inner {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  padding:40px;
  -webkit-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.introduce-list .card-inner--active {
  visibility: hidden;
  overflow: hidden;
  opacity:0;
  z-index:1;
}

.introduce-list .card-inner--active p,
.introduce-list .card-inner--active .card-inner__menu li {
  font-size:1.8rem;
  font-weight:300;
  max-width:100%;
  width:100%;
}

.introduce-list .card-inner--active span {
  font-size:2.8rem;
  font-weight:500;
  display:block;
  margin-bottom:6px;
}

.introduce-list .card-inner__con {
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.introduce-list .card-inner__color {
  background-color:rgba(246,246,246,.95);
  z-index:1;
}

.introduce-list .card-inner__thumb {
  position: absolute;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  -webkit-ransform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index:-1;
}

.introduce-list .card-inner__thumb1 {
  background-image: url('/en/img/sub/company/introduce-thumb1.png');
}

.introduce-list .card-inner__thumb2 {
  background-image: url('/en/img/sub/company/introduce-thumb2.png');
}

.introduce-list .card-inner__thumb3 {
  background-image: url('/en/img/sub/company/introduce-thumb3.png');
}

.introduce-list .card-inner__thumb4 {
  background-image: url('/en/img/sub/company/introduce-thumb4.png');
}

@media(min-width:1024px) {

  .introduce-list li:hover .card-inner--active {
    opacity:1;
    visibility:visible;
  }

}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .introduce-list .card-inner {
    padding:26px;
  }

  .introduce-list .introduce-card h4 {
    font-size:3rem;
    margin-bottom:20px;
  }

  .introduce-list .introduce-card p {
    font-size:2.4rem;
  }

  .introduce-list .introduce-card .icon--plus {
    width:34px;
    height:34px;
  }

  .introduce-list .card-inner--active p,
  .introduce-list .card-inner--active .card-inner__menu li {
    font-size:1.6rem;
  }

  .introduce-list .card-inner--active span {
    font-size:2.4rem;
  }

  /* Javscript Event CSS */
  .introduce-list li.on .card-inner--active {
    opacity: 1;
    visibility: visible;
  }


  /* .introduce-list .card-inner {
    padding:26px;
  }

  .introduce-list .introduce-card h4 {
    font-size:3rem;
    margin-bottom:22px;
  }

  .introduce-list .introduce-card p {
    font-size:2.2rem;
  }

  .introduce-list .introduce-card .icon--plus {
    width:34px;
    height:34px;
    background-size: auto 34px;
  }

  .introduce-list .card-inner--active p {
    font-size:1.8rem;
  }

  .introduce-list .card-inner--active span {
    font-size:2.4rem;
  }

  .introduce-list li.on .card-inner--active {
    opacity: 1;
    visibility: visible;
  } */


}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .introduce-list {
    margin:-3px;
  }

  .introduce-list li {
    flex:1 1 100%;
    max-width:100%;
    padding:3px;
  }

  .introduce-list .introduce-card {
    padding-top:0px;
    height: 240px;
  }

  .introduce-list .introduce-card .icon--plus {
    display: none;
  }

  .introduce-list .card-inner--active {
    display: none;
  }


  /* .introduce-list li {
    flex:1 1 100%;
    max-width:100%;
  }

  .introduce-list .introduce-card {
    height:300px;
    padding:0px;
  } */

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .introduce-list .card-inner {
    padding:20px;
  }

  .introduce-list .introduce-card {
    height:200px;
  }

  .introduce-list .introduce-card h4 {
    font-size:2.2rem;
    margin-bottom:16px;
  }

  .introduce-list .introduce-card p {
    font-size:1.8rem;
  }

  /* .introduce-list .card-inner {
    padding:20px;
  }

  .introduce-list .introduce-card {
    height:200px;
  }

  .introduce-list .introduce-card h4 {
    font-size:2.2rem;
    margin-bottom:16px;
  }

  .introduce-list .introduce-card p {
    font-size:1.8rem;
  }

  .introduce-list .introduce-card .icon--plus {
    display: none;
  }

  .introduce-list .card-inner--active {
    display: none;
  } */


}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .introduce-list .introduce-card {
    height:160px;
  }

  .introduce-list .introduce-card h4 {
    font-size:2rem;
    margin-bottom:12px;
  }

  .introduce-list .introduce-card p {
    font-size:1.6rem;
  }

}





/* Pri */
.pri-con {
  width:100%;
}

.pri-con .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pri-con .intro .left img {
  display: block;
}

.pri-con .intro .right {
  flex:1 1 50%;
  width:50%;
  position: absolute;
  top:50%;
  right:0;
  -webkit-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pri-con .intro .right-con {
  padding:80px 40px 40px;
  background-color: #fff;
  box-shadow:0px 0px 5px rgba(0,0,0,.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pri-con .intro .text h4 {
  font-size:2.8rem;
  color:#292929;
  font-weight:500;
  line-height:1.5;
  position: relative;
}

.pri-con .intro .text h4::after {
  content:"";
  display:block;
  width:6px;
  background-color: #008e84;
  height:100%;
  position:absolute;
  top:0;
  left:-40px;
}

.pri-con .intro .text p {
  font-size:2rem;
  color:#292929;
  font-weight:400;
  line-height:1.6;
  margin-top:12px;
}

.pri-con .intro .description {
  margin-top:90px;
}

.pri-con .intro .description li {
  font-size:1.5rem;
  color:#999999;
  font-weight:400;
  line-height: 1.4;
}

.pri-con .rule {
  padding-top:80px;
}

.pri-con .rule-tit {
  font-size:2.8rem;
  font-weight:500;
  color:#292929;
  display:flex;
  align-items: center;
  padding-bottom:40px;
}

.pri-con .rule-tit::before {
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color: #008e84;
  margin-right:10px;
}

.pri-con .rule-menu__list {
  padding:30px 0px 40px;
  position: relative;
}

.pri-con .rule-menu__list::before {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background-color: #c8c8c8;
}

.pri-con .rule-menu__list::after {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:6px;
  background-color: #008e84;
}

.pri-con .rule-menu__list p {
  font-size:2rem;
  font-weight:300;
  color:#393939;
  line-height:1.4;
}

.pri-con .rule-menu__list p.card__tit {
  font-size:2.4rem;
  font-weight:500;
  margin-bottom:4px;
}

.pri-con .rule-menu__list .link {
  font-weight:500;
  color:#3547f1;
  text-decoration:underline;
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .pri-con .intro .right-con {
    padding:50px 26px 32px;
  }

  .pri-con .intro .text h4 {
    font-size:2.4rem;
  }

  .pri-con .intro .text h4::after {
    left:-26px;
  }

  .pri-con .intro .text p {
    font-size:1.8rem;
    margin-top:8px;
  }

  .pri-con .intro .description {
    margin-top:50px;
  }

  .pri-con .intro .description li {
    font-size:1.3rem;
  }

  .pri-con .rule {
    padding-top:50px;
  }

  .pri-con .rule-tit {
    font-size:2.4rem;
    padding-bottom:26px;
  }

  .pri-con .rule-menu__list {
    padding:22px 0px 26px;
  }

  .pri-con .rule-menu__list p {
    font-size:1.8rem;
  }

  .pri-con .rule-menu__list p.card__tit {
    font-size:2rem;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .pri-con .intro {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pri-con .intro .left {
    flex:1 1 100%;
    max-width:100%;
  }

  .pri-con .intro .left img {
    width:100%;
  }

  .pri-con .intro .right {
    flex: 1 1 100%;
    max-width:100%;
    position: relative;
    top:0;
    -webkit-ransform: none;
    -ms-transform: none;
    transform: none;
    margin-top:20px;
  }

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .pri-con .intro .right {
    margin-top:16px;
  }

  .pri-con .intro .right-con {
    padding:30px 18px 24px;
  }

  .pri-con .intro .text h4 {
    font-size:2rem;
  }

  .pri-con .intro .text h4::after {
    left:-18px;
    width:4px;
    height:20px;
    top:50%;
    -webkit-ransform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pri-con .intro .text p {
    font-size:1.6rem;
  }

  .pri-con .intro .description {
    margin-top:30px;
  }

  .pri-con .intro .description li {
    font-size:1.2rem;
  }

  .pri-con .rule {
    padding-top:30px;
  }

  .pri-con .rule-tit {
    font-size:2rem;
    padding-bottom:18px;
  }

  .pri-con .rule-menu__list p {
    font-size:1.6rem;
  }

  .pri-con .rule-menu__list p.card__tit {
    font-size:1.8rem;
  }

  .pri-con .rule-tit::before {
    width:6px;
    height:6px;
    margin-right:5px;
  }

  .pri-con .rule-menu__list::after {
    width:60px;
    height:4px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .pri-con .intro .right {
    margin-top:12px;
  }

  .pri-con .intro .text h4 {
    font-size:1.8rem;
  }

  .pri-con .intro .text p {
    font-size:1.4rem;
  }

  .pri-con .rule-tit {
    font-size:1.8rem;
  }

  .pri-con .rule-menu__list p {
    font-size:1.4rem;
  }

  .pri-con .rule-menu__list p.card__tit {
    font-size:1.6rem;
  }

}


/* Ksc */
.ksc-con {
  width:100%;
}

.ksc-con .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.ksc-con .intro .left img {
  display: block;
}

.ksc-con .intro .right {
  flex:1 1 50%;
  width:50%;
  position: absolute;
  top:50%;
  right:0;
  -webkit-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ksc-con .intro .right-con {
  padding:40px;
  background-color: #fff;
  box-shadow:0px 0px 5px rgba(0,0,0,.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ksc-con .intro .text h4 {
  font-size:2.8rem;
  color:#292929;
  font-weight:500;
  line-height:1.5;
  position: relative;
}

.ksc-con .intro .text h4::after {
  content:"";
  display:block;
  width:6px;
  background-color: #008e84;
  height:100%;
  position:absolute;
  top:0;
  left:-40px;
}

.ksc-con .intro .text p {
  font-size:2rem;
  color:#292929;
  font-weight:400;
  line-height:1.6;
  margin-top:12px;
}

.ksc-con .rule {
  padding-top:80px;
}

.ksc-con .rule-tit {
  font-size:2.8rem;
  font-weight:500;
  color:#292929;
  display:flex;
  align-items: center;
  padding-bottom:40px;
}

.ksc-con .rule-tit::before {
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color: #008e84;
  margin-right:10px;
}

.ksc-con .rule-menu__list {
  padding:30px 0px 40px;
  position: relative;
}

.ksc-con .rule-menu__list::before {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background-color: #c8c8c8;
}

.ksc-con .rule-menu__list::after {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:6px;
  background-color: #008e84;
}

.ksc-con .rule-menu__list p {
  font-size:2rem;
  font-weight:300;
  color:#393939;
  line-height:1.4;
}

.ksc-con .rule-menu__list p.card__tit {
  font-size:2.4rem;
  font-weight:500;
  margin-bottom:4px;
}

.ksc-con .rule-menu__list .link {
  font-weight:500;
  color:#3547f1;
  text-decoration:underline;
}
/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .ksc-con .intro .right-con {
    padding:40px 26px;
  }

  .ksc-con .intro .text h4 {
    font-size:2.4rem;
  }

  .ksc-con .intro .text h4::after {
    left:-26px;
  }

  .ksc-con .intro .text p {
    font-size:1.8rem;
    margin-top:8px;
  }

  .ksc-con .intro .description {
    margin-top:50px;
  }

  .ksc-con .intro .description li {
    font-size:1.3rem;
  }

  .ksc-con .rule {
    padding-top:50px;
  }

  .ksc-con .rule-tit {
    font-size:2.4rem;
    padding-bottom:26px;
  }

  .ksc-con .rule-menu__list {
    padding:22px 0px 26px;
  }

  .ksc-con .rule-menu__list p {
    font-size:1.8rem;
  }

  .ksc-con .rule-menu__list p.card__tit {
    font-size:2rem;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .ksc-con .intro {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ksc-con .intro .left {
    flex:1 1 100%;
    max-width:100%;
  }

  .ksc-con .intro .left img {
    width:100%;
  }

  .ksc-con .intro .right {
    flex: 1 1 100%;
    max-width:100%;
    position: relative;
    top:0;
    -webkit-ransform: none;
    -ms-transform: none;
    transform: none;
    margin-top:20px;
  }

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .ksc-con .intro .right {
    margin-top:16px;
  }

  .ksc-con .intro .right-con {
    padding:30px 18px;
  }

  .ksc-con .intro .text h4 {
    font-size:2rem;
  }

  .ksc-con .intro .text h4::after {
    left:-18px;
    width:4px;
    height:20px;
    top:50%;
    -webkit-ransform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ksc-con .intro .text p {
    font-size:1.6rem;
  }

  .ksc-con .intro .description {
    margin-top:30px;
  }

  .ksc-con .intro .description li {
    font-size:1.2rem;
  }

  .ksc-con .rule {
    padding-top:30px;
  }

  .ksc-con .rule-tit {
    font-size:2rem;
    padding-bottom:18px;
  }

  .ksc-con .rule-menu__list p {
    font-size:1.6rem;
  }

  .ksc-con .rule-menu__list p.card__tit {
    font-size:1.8rem;
  }

  .ksc-con .rule-tit::before {
    width:6px;
    height:6px;
    margin-right:5px;
  }

  .ksc-con .rule-menu__list::after {
    width:60px;
    height:4px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .ksc-con .intro .right {
    margin-top:12px;
  }

  .ksc-con .intro .text h4 {
    font-size:1.8rem;
  }

  .ksc-con .intro .text p {
    font-size:1.4rem;
  }

  .ksc-con .rule-tit {
    font-size:1.8rem;
  }

  .ksc-con .rule-menu__list p {
    font-size:1.4rem;
  }

  .ksc-con .rule-menu__list p.card__tit {
    font-size:1.6rem;
  }

}


/* Strategy */
.strategy-con {
  width:100%;
}

.strategy-con .strategy-menu {
  margin-top:-80px;
}

.strategy-con .strategy-menu__list {
  padding-top:80px;
}

.strategy-con .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.strategy-con .strategy-menu__right .card {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.strategy-con .card .left img {
  display: block;
}

.strategy-con .card .right {
  flex:1 1 60%;
  width:60%;
  position: absolute;
  top:50%;
  right:0;
  -webkit-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.strategy-con .strategy-menu__right .card .right {
  left:0;
  right:auto;
}

.strategy-con .card .right-con {
  padding:40px;
  background-color: #fff;
  box-shadow:0px 0px 5px rgba(0,0,0,.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.strategy-con .card .text h4 {
  font-size:2.8rem;
  color:#292929;
  font-weight:500;
  line-height:1.5;
  position: relative;
}

.strategy-con .card .text h4::after {
  content:"";
  display:block;
  width:6px;
  background-color: #008e84;
  height:100%;
  position:absolute;
  top:0;
  left:-40px;
}

.strategy-con .card .text p {
  font-size:1.5rem;
  color:#292929;
  font-weight:400;
  line-height:1.6;
  margin-top:12px;
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .strategy-con .strategy-menu {
    margin-top:-50px;
  }

  .strategy-con .strategy-menu__list {
    padding-top:50px;
  }

  .strategy-con .card .right-con {
    padding:40px 26px;
  }

  .strategy-con .card .text h4 {
    font-size:2.4rem;
  }

  .strategy-con .card .text h4::after {
    left:-26px;
  }

  .strategy-con .card .text p {
    font-size:1.4rem;
    margin-top:8px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .strategy-con .card {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .strategy-con .card .left {
    flex:1 1 100%;
    max-width:100%;
  }

  .strategy-con .card .left img {
    width:100%;
  }

  .strategy-con .card .right {
    flex: 1 1 100%;
    max-width:100%;
    position: relative;
    top:0;
    -webkit-ransform: none;
    -ms-transform: none;
    transform: none;
    margin-top:20px;
  }

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .strategy-con .strategy-menu {
    margin-top:-30px;
  }

  .strategy-con .strategy-menu__list {
    padding-top:30px;
  }

  .strategy-con .card .right {
    margin-top:16px;
    /* margin-top:20px; */
  }

  .strategy-con .card .right-con {
    padding:28px 18px;
  }

  .strategy-con .card .text h4 {
    font-size:2rem;
  }

  .strategy-con .card .text h4::after {
    left:-18px;
    width:4px;
    height:20px;
    top:50%;
    -webkit-ransform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .strategy-con .card .text p {
    font-size:1.3rem;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .strategy-con .card .right {
    margin-top:12px;
  }

  .strategy-con .card .text h4 {
    font-size:1.8rem;
  }

  .strategy-con .card .text p {
    font-size:1.4rem;
  }

}


/* Process */
.contents--process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height:390px;
  background-color: #f8f8f8;
}


/* Management */
.contents--management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height:390px;
  background-color: #f8f8f8;
}


/* Management */
.contents--team {
  width:100%;
}

.contents--team .team-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-10px;
}

.contents--team .team-inner li {
  flex:1 1 25%;
  max-width:25%;
  padding:10px;
}

.contents--team .team-inner .card {
  box-shadow:0px 0px 6px rgba(0,0,0,.2);
}

.contents--team .team-inner a {
  display:block;
  position: relative;
}

.contents--team .team-inner a::before {
  content:"";
  display: block;
  position: absolute;
  z-index:3;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);
  border:5px solid rgba(0,142,132,.5);
  opacity:0;
  visibility:hidden;
  -webkit-ransition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
  background-position:center;
  background-repeat: no-repeat;
  background-image: url('/en/img/sub/member/plus-icon.png');
}

.contents--team .team-inner .card__thmub {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(420/305*100%);
  overflow: hidden;
}

.contents--team .team-inner .thumb-img {
  position: absolute;
  width:100%;
  height:100%;
  top:50%;
  left:50%;
  -webkit-ransform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contents--team .team-inner .card__info {
  display: block;
  background-color: #fff;
  padding:40px 15px 20px;
  position: relative;
  text-align: center;
}

.contents--team .team-inner .position {
  position: absolute;
  left:50%;
  top:-40%;
  -webkit-ransform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:86%;
  padding:12px 10px;
  background-color: #fff;
  box-shadow:0px 0px 3px rgba(0,0,0,.15);
  border-radius:50px;
  z-index:2;
  font-size:1.6rem;
  font-weight:500;
  color:#333333;
}

.contents--team .team-inner .name {
  font-size:2rem;
  font-weight:600;
  color:#555555;
}

.contents--team .team-con--view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents--team .team-con--view .left {
  flex:1 1 45%;
}

.contents--team .team-con--view .right {
  flex: 1 1 55%;
  padding-left:3%;
}

.contents--team .team-con--view .right * {
  font-size:1.8rem;
  color:#8d8d8d;
  line-height:1.4;
}

.contents--team .team-con--view .right .view-name {
  font-size:2.8rem;
  font-weight:700;
  color:#292929;
}

.contents--team .team-con--view .right .view-position {
  font-size:2.4rem;
  font-weight:600;
  color:#292929;
  margin-top:12px;
}

.contents--team .team-con--view .right .view-info {
  padding-top:66px;
}

.contents--team .team-con--view .right .view__tit {
  font-size:2rem;
  font-weight:500;
  color:#555555;
  margin-bottom:16px;
}

.contents--team .team-con--view .right .view-info--details::before {
  content:"";
  display: block;
  width:100%;
  height:3px;
  background-color: #5e5e5e;
  margin-bottom: 30px;
}

@media (min-width: 1024px){
  .contents--team .team-inner li:hover a::before {
    opacity:1;
    visibility:visible;
  }
}
/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .contents--team .team-inner .position {
    font-size:1.4rem;
    padding:12px 8px;
  }

  .contents--team .team-inner .card__info {
    padding:32px 8px 16px;
  }

  .contents--team .team-inner .name {
    font-size:1.8rem;
  }

  .contents--team .team-con--view .right * {
    font-size:1.6rem;
  }

  .contents--team .team-con--view .right .view-name {
    font-size:2.4rem;
  }

  .contents--team .team-con--view .right .view-position {
    font-size:2rem;
    margin-top:6px;
  }

  .contents--team .team-con--view .right .view-info {
    padding-top:44px;
  }

  .contents--team .team-con--view .right .view__tit {
    font-size:1.8rem;
    margin-bottom:12px;
  }

  .contents--team .team-con--view .right .view-info--details::before {
    margin-bottom: 22px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .contents--team .team-inner {
    margin:-5px;
  }

  .contents--team .team-inner li {
    flex: 1 1 33.33%;
    max-width:33.33%;
    padding:5px;
  }

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .contents--team .team-inner .position {
    font-size:1.2rem;
    padding:10px 6px;
    display: none;
  }

  .contents--team .team-inner .card__info {
    padding:14px 8px 14px;
  }

  .contents--team .team-inner .name {
    font-size:1.6rem;
  }

  .contents--team .team-con--view {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contents--team .team-con--view .left {
    flex: 1 1 100%;
  }

  .contents--team .team-con--view .left .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contents--team .team-con--view .right {
    flex:1 1 100%;
    margin-top:16px;
    padding:0px;
  }

  .contents--team .team-con--view .right * {
    font-size:1.4rem;
  }

  .contents--team .team-con--view .right .view-name {
    font-size:2rem;
  }

  .contents--team .team-con--view .right .view-position {
    font-size:1.8rem;
    margin-top:4px;
  }

  .contents--team .team-con--view .right .view-info {
    padding-top:24px;
  }

  .contents--team .team-con--view .right .view__tit {
    font-size:1.6rem;
    margin-bottom:6px;
  }

  .contents--team .team-con--view .right .view-info--details::before {
    height:2px;
    margin-bottom:12px;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .contents--team .team-inner {
    margin:-3px;
  }

  .contents--team .team-inner li {
    flex: 1 1 50%;
    max-width:50%;
    padding:3px;
  }

  .contents--team .team-inner .card__info {
    padding:10px 8px;
  }

  .contents--team .team-inner .position {
    display: none;
  }

  /* .contents--team .team-inner .name {
    font-size:1.4rem;
  } */

  /* .contents--team .team-con--view .right {
    margin-top:12px;
  }

  .contents--team .team-con--view .right * {
    font-size:1.3rem;
  }

  .contents--team .team-con--view .right .view-name {
    font-size:1.8rem;
  }

  .contents--team .team-con--view .right .view-position {
    font-size:1.6rem;
    margin-top:4px;
  }

  .contents--team .team-con--view .right .view-info {
    padding-top:16px;
  }

  .contents--team .team-con--view .right .view__tit {
    font-size:1.5rem;
    margin-bottom:6px;
  } */


}

/* Organization */
.contents--organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height:390px;
  background-color: #f8f8f8;
}

/* Form */
.contents--form .form-rule__primay {
  padding-top:80px;
}

.contents--form .form-rule__primay:first-child {
  padding-top:0px;
}

.contents--form .rule-tit {
  font-size:2.8rem;
  font-weight:500;
  color:#292929;
  display:flex;
  align-items: center;
  padding-bottom:40px;
}

.contents--form .rule-tit::before {
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color: #008e84;
  margin-right:10px;
}

.contents--form .t-border {
  position: relative;
  padding:30px 0px 0px;
}

.contents--form .t-border::before {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background-color: #c8c8c8;
}

.contents--form .t-border::after {
  content:"";
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:6px;
  background-color: #008e84;
}

.contents--form .register-text p,
.contents--form .guide-list p,
.contents--form .precautions-text p,
.contents--form .period-text p {
  font-size:2.4rem;
  font-weight:500;
  color:#393939;
  line-height:1.4;
}

.contents--form .process-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  margin:-10px -40px;
}

.contents--form .process-list li {
  flex:1 1;
  padding:10px 40px;
  position: relative;
}

.contents--form .process-list li::after {
  content:"";
  display:block;
  width:44px;
  height:35px;
  background:url('/en/img/sub/form/step-arrow.png') no-repeat center;
  position: absolute;
  right:-22px;
  top:50%;
  -webkit-ransform: translateY(-50%);
  transform: translateY(-50%);
  background-size:auto 35px;
}

.contents--form .process-list li:last-child::after {
  display: none;
}

.contents--form .process-list .card {
  border:1px solid #ababab;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contents--form .process-list .step {
  padding:20px 10px;
  background-color: #008e84;
  text-align: center;
}

.contents--form .process-list .step p {
  font-size:2.8rem;
  font-weight:700;
  color:#fff;
}

.contents--form .process-list .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height:100%;
  padding:30px 20px;
  text-align: center;
}

.contents--form .process-list .text p {
  font-size:2rem;
  font-weight:400;
  color:#292929;
  line-height:1.4;
}

.contents--form .process-list .text p.text_tit {
  font-size:2.4rem;
  font-weight:500;
  margin-bottom:6px;
}

.contents--form .form-rule__register span {
  color:#393939;
  font-weight:300;
}

.contents--form .guide-list span {
  font-weight:400;
}

.contents--form .form-rule__proposal {
  text-align: center;
}

.contents--form .form-rule__proposal p {
  font-size:2rem;
  color:#292929;
  line-height:1.6;
}

.contents--form .form-rule__proposal p.proposal_tit {
  font-size:2.8rem;
  font-weight:500;
  margin-bottom:20px;
}

.contents--form .form-rule__formmail .formail {
  padding:80px 40px;
  background-color: rgba(0,142,132,0.05);
  border-top: 2px solid #008e84;
}

.contents--form .form-rule__formmail .table-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:-20px -24px;
}

.contents--form .form-rule__formmail .table-item {
  flex: 1 1 100%;
  padding: 20px 24px;
}

.contents--form .form-rule__formmail .table-item--w50 {
  flex:1 1 50%;
}

.contents--form .form-rule__formmail ::placeholder {
  color:#ababab;
}

.contents--form .form-rule__formmail p {
  font-size:2rem;
  color:#000000;
  font-weight:500;
  margin-bottom:10px;
}

.contents--form .form-rule__formmail .essential {
  font-weight:700;
  font-size:inherit;
  color:#008e84;
}

.contents--form .form-rule__formmail input {
  width: 100%;
  padding:0px 20px;
  border-radius:0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height:56px;
  font-size:1.8rem;
  color: #222;
}

.contents--form .form-rule__formmail textarea {
  width:100%;
  padding:20px;
  border-radius:0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size:1.8rem;
  color: #222;
  height:160px;
  resize: none;
}

.contents--form .form-rule__formmail .form-agreement {
  display: -webkit-box;
  display: flex;
  margin-top:10px;
}

.contents--form .form-rule__formmail .form-agreement li {
  position: relative;
}

.contents--form .form-rule__formmail .form-agreement em {
  font-style: normal;
  font-weight:500;
  color:#ff4747;
}

.contents--form .form-rule__formmail .form-agreement i {
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url('/en/img/common/check.png');
}

.contents--form .form-rule__formmail .form-agreement input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.contents--form .form-rule__formmail .form-agreement input:checked~label i {
  background-image: url('/en/img/common/check-on.png');
}

.contents--form .form-rule__formmail .form-agreement span {
  font-size:1.8rem;
  color:#000000;
  font-weight:300;
}

.contents--form .form-rule__formmail .form-agreement .button {
  font-size:1.8rem;
  font-weight:300;
  color:#646464;
  text-decoration: underline;
  text-underline-position: under;
  margin-left:30px;
}

.contents--form .form-rule__formmail .form-buttons {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}

.contents--form .form-rule__formmail .form-buttons .button {
  width:240px;
  padding:20px 10px;
  font-size:1.8rem;
  font-weight:500;
  line-height:1;
  color:#f5f5f5;
  background-color: #008e84;
  border-radius:5px;
}

@media (min-width: 1200px) {
  .contents--form .form-rule__formmail .form-buttons .button:hover {
    background-color: #076d66;
  }
}

/* Large devices (desktops, less than 1200px) - lg */
@media (max-width: 1199px) {

  .contents--form .form-rule__primay {
    padding-top:50px;
  }

  .contents--form .t-border {
    position: relative;
    padding:22px 0px 0px;
  }

  .contents--form .rule-tit {
    font-size:2.4rem;
    padding-bottom:26px;
  }

  .contents--form .register-text p,
  .contents--form .guide-list p,
  .contents--form .precautions-text p,
  .contents--form .period-text p {
    font-size:2rem;
  }

  .contents--form .process-list {
    margin:-10px -30px;
  }

  .contents--form .process-list li {
    padding:10px 30px;
  }

  .contents--form .process-list .step p {
    font-size:2.4rem;
  }

  .contents--form .process-list .text {
    padding:30px 12px;
  }

  .contents--form .process-list .text p {
    font-size:1.8rem;
  }

  .contents--form .process-list .text p.text_tit {
    font-size:2rem;
  }

  .contents--form .form-rule__proposal p {
    font-size:1.8rem;
  }

  .contents--form .form-rule__proposal p.proposal_tit {
    font-size:2.4rem;
  }

  .contents--form .form-rule__formmail p {
    font-size:1.8rem;
  }

  .contents--form .form-rule__formmail input {
    font-size:1.6rem;
  }

  .contents--form .form-rule__formmail textarea {
    font-size:1.6rem;
  }

  .contents--form .form-rule__formmail .form-agreement span {
    font-size:1.6rem;
  }

  .contents--form .form-rule__formmail .form-agreement .button {
    font-size:1.6rem;
    margin-left:22px;
  }

  .contents--form .form-rule__formmail .form-buttons .button {
    font-size:1.6rem;
    width:200px;
    padding:16px 5px;
  }

}
/* Medium devices (tablets, less than 992px) - md */
@media (max-width: 991px) {

  .contents--form .process-list {
    margin:-10px -20px;
  }

  .contents--form .process-list li {
    padding:10px 20px;
  }

  .contents--form .process-list li::after {
    width:32px;
    height:24px;
    background-size:auto 24px;
    right:-16px;
  }

  .contents--form .form-rule__formmail .formail {
    padding:40px 20px;
  }

  .contents--form .form-rule__formmail .table-inner {
    margin:-12px -16px;
  }

  .contents--form .form-rule__formmail .table-item {
    padding:12px 16px;
  }

  .contents--form .form-rule__formmail input {
    height:44px;
    padding:0px 12px;
  }

}
/* Small devices (landscape phones, less than 768px) - sm */
@media (max-width: 767px) {

  .contents--form .form-rule__primay {
    padding-top:30px;
  }

  .contents--form .rule-tit {
    font-size:2rem;
    padding-bottom:18px;
  }

  .contents--form .rule-tit::before {
    width:6px;
    height:6px;
    margin-right:5px;
  }

  .contents--form .register-text p,
  .contents--form .guide-list p,
  .contents--form .precautions-text p,
  .contents--form .period-text p {
    font-size:1.8rem;
  }

  .contents--form .process-list {
    margin:-5px;
  }

  .contents--form .process-list li {
    flex:1 1 50%;
    padding:5px;
  }

  .contents--form .process-list li::after {
    display: none;
  }

  .contents--form .process-list .step {
    padding:12px 5px;
  }

  .contents--form .process-list .step p {
    font-size:2rem;
  }

  .contents--form .process-list .text {
    padding:18px 6px;
  }

  .contents--form .process-list .text p {
    font-size:1.6rem;
  }

  .contents--form .process-list .text p.text_tit {
    font-size:1.8rem;
  }

  .contents--form .form-rule__proposal p {
    font-size:1.6rem;
  }

  .contents--form .form-rule__proposal p.proposal_tit {
    font-size:2rem;
    margin-bottom:12px;
  }

  .contents--form .form-rule__formmail .table-inner {
    margin:-10px;
  }

  .contents--form .form-rule__formmail .table-item {
    padding:10px;
  }

  .contents--form .form-rule__formmail .table-item--w50 {
    flex:1 1 100%;
  }

  .contents--form .form-rule__formmail p {
    font-size:1.6rem;
  }

  .contents--form .form-rule__formmail input {
    font-size:1.4rem;
    height:40px;
  }

  .contents--form .form-rule__formmail textarea {
    font-size:1.4rem;
  }

  .contents--form .form-rule__formmail .form-agreement span {
    font-size:1.4rem;
  }

  .contents--form .form-rule__formmail .form-agreement .button {
    font-size:1.4rem;
    margin-left:14px;
  }

  .contents--form .form-rule__formmail .form-buttons .button {
    font-size:1.4rem;
    width:180px;
  }


}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .contents--form .rule-tit {
    font-size:1.8rem;
  }

  .contents--form .register-text p,
  .contents--form .guide-list p,
  .contents--form .precautions-text p,
  .contents--form .period-text p {
    font-size:1.6rem;
  }

  .contents--form .process-list li {
    flex:1 1 100%;
  }

  .contents--form .process-list .step p {
    font-size:1.8rem;
  }

  .contents--form .process-list .text p {
    font-size:1.4rem;
  }

  .contents--form .process-list .text p.text_tit {
    font-size:1.6rem;
  }

  .contents--form .form-rule__proposal p {
    font-size:1.4rem;
  }

  .contents--form .form-rule__proposal p.proposal_tit {
    font-size:1.8rem;
  }

  .contents--form .form-rule__formmail .formail {
    padding:30px 12px;
  }

}


/*-------------- Agreement Modal --------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  left: 0;
}

.modal-content {
  max-width: 680px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding:15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-container {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  height:auto;
  max-height:100%;
}

.modal-head {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.modal-head h5 {
  text-align: center;
  font-size: 2.8rem;
  font-weight:700;
  color: #000;
}

.modal-head .modal-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-ransform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/en/img/common/modal-close.png');
  width: 20px;
  height: 20px;
}

.modal-body {
  max-height: 780px;
  overflow-x: hidden;
}

.modal-body p {
  font-size: 1.8rem;
  font-weight:300;
  line-height: 1.6;
  color:#292929;
}

.modal-buttons {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top:60px;
}

.modal-buttons .modal-close {
  width:240px;
  padding:20px 10px;
  font-size:1.8rem;
  font-weight:500;
  line-height:1;
  color:#f5f5f5;
  background-color: #008e84;
  border-radius:5px;
}

@media (min-width: 1200px) {
  .modal-buttons .modal-close:hover {
    background-color: #076d66;
  }
}
@media (max-width:1199px) {

  .modal-head {
    margin-bottom: 30px;
  }

  .modal-body p {
    font-size: 1.6rem;
  }

  .modal-buttons {
    margin-top:40px;
  }

  .modal-buttons .modal-close {
    width:200px;
    font-size:1.6rem;
    padding:16px 5px;
  }

}
@media (max-width:767px) {

  .modal-head {
    margin-bottom: 22px;
  }

  .modal-container {
    padding: 30px 20px;
    overflow-y: auto;
  }

  .modal-head h5 {
    font-size: 1.8rem;
  }

  .modal-head .modal-close {
    background-size: auto 14px;
    width: 14px;
    height: 14px;
  }

  .modal-body .input-layout {
    max-width: 160px;
    width: 100%;
    margin: 12px auto;
  }

  .modal-body .input-layout input {
    width: 100%;
    height: 28px;
  }

  .modal-body p {
    font-size: 1.4rem;
  }

  .modal-buttons {
    margin-top:30px;
  }

  .modal-buttons .modal-close {
    width:180px;
    font-size:1.4rem;
  }

}
/* Extra small devices (portrait phones, less than 576px) - xl */
@media (max-width: 575px) {

  .modal-body p {
    font-size: 1.2rem;
  }

}
/*----------------------------*/
