@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * ANIMATE
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * FACILITY
 * TEAM
 * ARTICLE
 * SERVICE
 * PROCESS
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}

@media (min-width: 992px) {
  body {
    padding-top: 150px;
  }
}

a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #61b4e5;
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

#scrollUp {
  right: 17px;
  bottom: 12px;
  z-index: 1050 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp {
    right: 5%;
  }

  #scrollUp img {
    width: auto;
  }
}

.line {
  text-align: center;
  position: fixed;
  right: 12px;
  bottom: 70px;
  z-index: 1000 !important;
}

.line img {
  width: 50px;
}

.line span {
  color: #231815;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05rem;
  display: block;
}

@media (min-width: 992px) {
  .line {
    right: 5%;
    bottom: 90px;
  }

  .line img {
    width: auto;
  }
}

/*------------------------------------*\
    ANIMATE
\*------------------------------------*/
@-webkit-keyframes wave-left {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  30% {
    -webkit-transform: translate(0, -0.5%) rotate(1deg);
    transform: translate(0, -0.5%) rotate(1deg);
  }

  60% {
    -webkit-transform: translate(0, -0.5%) rotate(-1deg);
    transform: translate(0, -0.5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes wave-left {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  30% {
    -webkit-transform: translate(0, -0.5%) rotate(1deg);
    transform: translate(0, -0.5%) rotate(1deg);
  }

  60% {
    -webkit-transform: translate(0, -0.5%) rotate(-1deg);
    transform: translate(0, -0.5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes wave-right {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  30% {
    -webkit-transform: translate(0, 0.5%) rotate(1deg);
    transform: translate(0, 0.5%) rotate(1deg);
  }

  60% {
    -webkit-transform: translate(0, 0.5%) rotate(-1deg);
    transform: translate(0, 0.5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes wave-right {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  30% {
    -webkit-transform: translate(0, 0.5%) rotate(1deg);
    transform: translate(0, 0.5%) rotate(1deg);
  }

  60% {
    -webkit-transform: translate(0, 0.5%) rotate(-1deg);
    transform: translate(0, 0.5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes star {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cloud-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cloud-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cloud-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cloud-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .navbar {
    height: 150px;
  }

  .navbar.fixed {
    background-color: #ffffff;
    height: 120px;
  }
}

.navbar .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1040px;
    padding: 0;
  }
}

.navbar .container::before {
  content: "";
  background-image: url(../images/header-star-left.png);
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: -25px;
  left: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
}

.navbar .container::after {
  content: "";
  background-image: url(../images/header-star-right.png);
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  right: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media (min-width: 1400px) {
  .navbar .container::before {
    left: -190px;
  }

  .navbar .container::after {
    right: -210px;
  }
}

.navbar .offcanvas {
  width: 80%;
  top: 60px;
}

.navbar .offcanvas-backdrop {
  top: 60px;
  z-index: 1000;
}

.navbar .offcanvas-body {
  background-image: url(../images/main-bg.jpg);
  background-position: 10% bottom;
}

@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }

  .navbar .offcanvas-body {
    background: transparent;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
  position: relative;
  z-index: 1050;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar-brand::after {
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand img {
  width: 80px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1000;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .navbar-brand {
    top: 30px;
  }

  .navbar-brand::after {
    width: 300px;
    height: 300px;
    top: -95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .navbar-brand img {
    width: 170px;
  }

  .navbar-brand.fixed::after {
    width: 285px;
    height: 285px;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1050;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #61b4e5;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1060;
}

.navbar-nav .nav-item {
  border-bottom: 1px dashed #a5a5a5;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    border-bottom: none;
    padding: 0 1rem;
  }

  .navbar-nav .nav-item + .nav-item {
    border-left: 1px dashed #a5a5a5;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 2rem;
  }
}

.navbar-nav .nav-link {
  text-align: center;
  padding: 0 !important;
}

.navbar-nav .nav-link span {
  white-space: nowrap;
  display: block;
}

.navbar-nav .nav-link img {
  margin-bottom: 0.25rem;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-nav .nav-link .ch {
  color: #2c2c2c;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
}

.navbar-nav .nav-link .en {
  color: #a5a5a5;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
}

.navbar-nav .nav-link:hover img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.navbar-nav .nav-link:hover .ch,
.navbar-nav .nav-link.active .ch {
  color: #efb83c;
}

.navbar-nav .nav-item:nth-child(2) .nav-link:hover .ch,
.navbar-nav .nav-item:nth-child(2) .nav-link.active .ch {
  color: #61b4e5;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner::before {
  content: "";
  background-image: url(../images/banner-cloud-left.png);
  background-size: 100px;
  width: 100px;
  height: 33px;
  position: absolute;
  top: 125px;
  left: -45px;
  z-index: 1000;
  -webkit-animation: cloud-left 8s infinite linear both;
  animation: cloud-left 8s infinite linear both;
  display: none;
}

.banner::after {
  content: "";
  background-image: url(../images/banner-cloud-right.png);
  background-size: 200px;
  width: 200px;
  height: 84px;
  position: absolute;
  top: 100px;
  right: -80px;
  z-index: 1000;
  -webkit-animation: cloud-right 8s infinite linear both;
  animation: cloud-right 8s infinite linear both;
  display: none;
}

@media (min-width: 576px) {
  .banner::before,
  .banner::after {
    display: block;
  }
}

@media (min-width: 768px) {
  .banner::before {
    background-size: 135px;
    width: 135px;
    height: 45px;
  }

  .banner::after {
    background-size: 250px;
    width: 250px;
    height: 105px;
  }
}

.banner-pic {
  height: 200px;
  background-position: 20% top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 576px) {
  .banner-pic {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .banner-pic {
    height: 400px;
  }
}

.banner-txt {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
}

@media (min-width: 768px) {
  .banner-txt {
    margin-top: -3rem;
  }
}

@media (min-width: 992px) {
  .banner-txt {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .banner-txt {
    width: 1280px;
    margin: 0 auto;
  }
}

.banner-txt .title {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.banner-txt .title span {
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.banner-txt .title span::before,
.banner-txt .title span::after {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
}

.banner-txt .title span::before {
  left: -60px;
  -webkit-transform: translateY(-50%) rotate(60deg);
  -ms-transform: translateY(-50%) rotate(60deg);
  transform: translateY(-50%) rotate(60deg);
}

.banner-txt .title span::after {
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
  -ms-transform: translateY(-50%) rotate(-60deg);
  transform: translateY(-50%) rotate(-60deg);
}

.banner-txt .title b {
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 576px) {
  .banner-txt .title {
    font-size: 1.3125rem;
  }

  .banner-txt .title span {
    font-size: 2.5rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  color: #5b5b5b;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -230px;
  padding-top: 10rem;
}

@media (min-width: 576px) {
  .footer {
    margin-top: -270px;
    padding-top: 20rem;
  }
}

@media (min-width: 768px) {
  .footer {
    margin-top: -190px;
    padding-top: 16rem;
  }
}

@media (min-width: 992px) {
  .footer {
    margin-top: -190px;
    padding-top: 15rem;
  }
}

@media (min-width: 1200px) {
  .footer {
    margin-top: -200px;
    padding-top: 15rem;
  }
}

.footer a {
  color: #5b5b5b;
}

.footer a:hover {
  color: #61b4e5;
}

.footer::before {
  content: "";
  background-color: #fafcfd;
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .footer::before {
    height: 400px;
  }
}

.footer::after {
  content: "";
  background-image: url(../images/footer-bg-s.png);
  background-position: 25% 35%;
  background-size: 425%;
  background-repeat: repeat-x;
  -webkit-animation: wave-left 8s infinite linear both;
  animation: wave-left 8s infinite linear both;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
}

@media (min-width: 576px) {
  .footer::after {
    background-size: auto;
  }
}

@media (min-width: 768px) {
  .footer::after {
    background-image: url(../images/footer-bg-m.png);
    background-position: 30% 80%;
  }
}

@media (min-width: 992px) {
  .footer::after {
    background-image: url(../images/footer-bg.png);
    background-position: center 20%;
  }
}

@media (min-width: 1200px) {
  .footer::after {
    background-position: center 30%;
  }
}

.footer .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .footer .container {
    max-width: 1180px;
    padding: 0;
  }
}

.footer .container::before {
  content: "";
  background-image: url(../images/footer-star-left.png);
  width: 100px;
  height: 100px;
  position: absolute;
  top: -170px;
  left: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
  display: none;
}

.footer .container::after {
  content: "";
  background-image: url(../images/footer-star-right.png);
  width: 80px;
  height: 80px;
  position: absolute;
  top: -100px;
  right: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media (min-width: 576px) {
  .footer .container::before {
    display: block;
  }
}

@media (min-width: 992px) {
  .footer .container::after {
    top: -180px;
    right: -110px;
  }
}

@media (min-width: 1200px) {
  .footer .container::before {
    left: 10px;
  }

  .footer .container::after {
    right: -140px;
  }
}

.footer-logo {
  text-align: center;
  margin-bottom: 1.5rem;
  display: none;
}

.footer-logo img {
  width: 170px;
}

@media (min-width: 768px) {
  .footer-logo {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
    display: block;
  }
}

.footer-info .title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.footer-info .title img {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer-info .title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .footer-info .title img {
    display: none;
  }
}

.footer-info .info {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.footer-info .info li {
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .footer-info .info {
    text-align: left;
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 992px) {
  .footer-info .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info .info li {
    margin-right: 1rem;
  }
}

.footer-info .menu {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: none;
}

.footer-info .menu li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 0.25rem;
}

.footer-info .menu li:first-child {
  padding-left: 0;
}

.footer-info .menu li:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .footer-info .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .footer-info .menu li {
    padding: 1rem 0.5rem;
  }
}

.footer-fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-fb iframe {
  display: inline-block;
  width: 400px;
  height: 200px;
}

@media (min-width: 768px) {
  .footer-fb {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-copy {
  color: #888988;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.075rem;
  margin: 1rem 0;
}

.footer-copy span {
  display: inline-block;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  min-height: 1000px;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 12rem;
}

@media (min-width: 992px) {
  main {
    padding-bottom: 8rem;
  }
}

main::before {
  content: "";
  background-image: url(../images/main-bg.png);
  background-position: 75% top;
  background-repeat: no-repeat;
  background-size: 200%;
  height: 630px;
  -webkit-animation: wave-right 8s infinite linear both;
  animation: wave-right 8s infinite linear both;
  position: absolute;
  top: -50px;
  right: -1%;
  left: -1%;
  z-index: 2;
}

@media (min-width: 576px) {
  main::before {
    top: -100px;
  }
}

@media (min-width: 768px) {
  main::before {
    background-position: 60% top;
    background-size: cover;
    top: -190px;
  }
}

@media (min-width: 1400px) {
  main::before {
    background-position: center top;
  }
}

main::after {
  content: "";
  background-image: url(../images/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

main.secondary::after {
  background-image: url(../images/bg-02.png);
  background-position: center top;
}

main .container {
  position: relative;
  z-index: 1000;
}

main .container.z-3 {
  z-index: 3;
}

main .container::before {
  content: "";
  background-image: url(../images/main-star-left.png);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 48px;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

main .container::after {
  content: "";
  background-image: url(../images/main-star-right.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 70px;
  position: absolute;
  top: -200px;
  right: 0;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  display: none;
}

@media (min-width: 768px) {
  main .container::before {
    background-size: 130px;
    width: 130px;
    height: 110px;
    top: -180px;
  }

  main .container::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  main .container::before {
    left: -40px;
  }

  main .container::after {
    right: -120px;
  }
}

/* MENU */
.menu {
  margin-bottom: 2rem;
}

.menu .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu .nav li {
  margin: 0 1rem 1rem;
}

.menu .nav li a {
  border-radius: 1.5625rem;
  background-color: #efb83c;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15rem;
  padding: 0.5rem 1rem;
  min-width: 160px;
}

.menu .nav li a:hover,
.menu .nav li a.active {
  background-color: #61b4e5;
}

@media (min-width: 992px) {
  .menu {
    margin-bottom: 3.5rem;
  }
}

/* PICTURE */
.pic a {
  border-radius: 0.5rem;
  background-color: #97c962;
  overflow: hidden;
  position: relative;
}

.pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 576px) {
  .pic a::before {
    background-size: 95px;
    width: 95px;
    height: 95px;
  }
}

.pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

.pic a:hover img,
.pic a:focus img {
  opacity: 0.3;
}

/* PAGINATION */
.pagination-wrap {
  margin: 1rem 0;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  padding: 0 0.5rem;
}

.pagination .page-link {
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #61b4e5;
  color: #61b4e5;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #61b4e5;
  color: #ffffff;
}

.pagination .page-arrow {
  color: #b1b1b1;
  font-size: 2rem;
  margin: 0 1.25rem;
}

.pagination .page-arrow:hover {
  color: #61b4e5;
}

/* BACK */
.back-wrap {
  text-align: center;
  margin-top: 4rem;
}

.back {
  border-radius: 1.5625rem;
  border: 1px solid #61b4e5;
  background-color: #ffffff;
  color: #61b4e5;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  width: 200px;
  height: 40px;
}

.back i {
  margin-right: 0.5rem;
}

.back:hover {
  background-color: #61b4e5;
  color: #ffffff;
}

@media (min-width: 576px) {
  .back {
    font-size: 1.125rem;
    line-height: 50px;
    width: 270px;
    height: 50px;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  position: relative;
  padding-bottom: 15rem;
}

@media (min-width: 992px) {
  .about {
    padding-bottom: 23rem;
  }
}

.about .object {
  text-align: center;
  width: 150%;
  margin: 0 -25%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

@media (min-width: 576px) {
  .about .object {
    bottom: -90px;
  }
}

/* ABOUT TEXT */
.about-text {
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
}

.about-text h2 {
  color: #57a6bd;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.45rem;
  margin-bottom: 2rem;
}

.about-text p {
  margin-bottom: 1.5rem;
}

.about-text p b {
  font-size: 1.25rem;
  font-weight: normal;
}

.about-text hr {
  border-style: dashed;
  margin: 4rem 0;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .about-text h2 {
    font-size: 1.75rem;
  }
}

.about-text .popup-youtube {
  position: relative;
}

.about-text .popup-youtube::before {
  content: "";
  background-image: url(../images/video.png);
  background-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-text .popup-youtube img {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .about-text .popup-youtube::before {
    background-size: 150px;
    width: 150px;
    height: 150px;
  }
}

/*------------------------------------*\
    FACILITY
\*------------------------------------*/
.facility::after {
  background-image: url(../images/facility-bg.png);
  background-position: center top;
}

/* FACILITY TEXT */
.facility-text {
  color: #57a6bd;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .facility-text {
    font-size: 1.375rem;
    letter-spacing: 0.45rem;
    margin-bottom: 4rem;
  }
}

/* FACILITY LIST */
.facility-list {
  max-width: 1000px;
  margin: 0 auto;
}

.facility-list-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .facility-list-item {
    margin-bottom: 5rem;
  }

  .facility-list-item.secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.facility-list-item:nth-child(1) .facility-list-pic::before {
  content: "";
  background-image: url(../images/facility-circle-01.png);
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -55px;
}

.facility-list-item:nth-child(3) .facility-list-pic::before {
  content: "";
  background-image: url(../images/facility-circle-02.png);
  width: 260px;
  height: 260px;
  position: absolute;
  right: -70px;
  bottom: -100px;
  z-index: 3;
  display: none;
}

.facility-list-item:nth-child(3) .facility-list-pic::after {
  content: "";
  background-image: url(../images/facility-star.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -215px;
  right: 90px;
  z-index: 2;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
}

@media (min-width: 576px) {
  .facility-list-item:nth-child(3) .facility-list-pic::before {
    display: block;
  }
}

@media (min-width: 768px) {
  .facility-list-item:nth-child(3) {
    margin-bottom: 0;
  }

  .facility-list-item:nth-child(3) .facility-list-pic img {
    width: 460px;
    margin-top: -18rem;
  }
}

.facility-list-item:nth-child(5) .facility-list-pic::before {
  content: "";
  background-image: url(../images/facility-circle-03.png);
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -55px;
}

.facility-list-item:nth-child(5) .facility-list-pic img:first-child {
  width: 460px;
}

.facility-list-item:nth-child(5) .facility-list-pic img:last-child {
  width: 310px;
  position: absolute;
  right: 0;
  bottom: -90px;
  display: none;
}

@media (min-width: 576px) {
  .facility-list-item:nth-child(5) .facility-list-pic img:last-child {
    display: block;
  }
}

.facility-list-pic {
  position: relative;
}

.facility-list-pic img {
  border-radius: 1rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.facility-list-pic .swiper-button-next,
.facility-list-pic .swiper-button-prev {
  color: #ffffff;
}

.facility-list-txt {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .facility-list-txt {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .facility-list-txt {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .facility-list-txt {
    padding: 4rem 3rem;
  }
}

.facility-list-txt .title {
  border-bottom: 1px solid #57a3ba;
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facility-list-txt .title img {
  margin-right: 1rem;
}

.facility-list-txt .title span {
  display: block;
  color: #57a3ba;
  font-family: "Kodchasan", sans-serif;
  font-size: 3rem;
  opacity: 0.35;
  margin-right: 0.75rem;
}

@media (min-width: 576px) {
  .facility-list-txt .title {
    font-size: 1.5625rem;
  }

  .facility-list-txt .title span {
    font-size: 4.8rem;
  }
}

@media (min-width: 992px) {
  .facility-list-txt .title {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .facility-list-txt .title span {
    display: inline-block;
  }
}

.facility-list-txt .text {
  font-size: 0.875rem;
}

/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .team .container {
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
}

.team .picture {
  text-align: center;
  position: relative;
}

.team .picture::before {
  content: "";
  background-image: url(../images/team-bg-s.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team .picture::after {
  content: "";
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  mix-blend-mode: multiply;
}

.team .picture.orange::after {
  background-image: url(../images/team-circle-01.png);
}

.team .picture.green::after {
  background-image: url(../images/team-circle-02.png);
}

.team .picture.blue::after {
  background-image: url(../images/team-circle-03.png);
}

.team .picture .pic {
  -webkit-mask: url(../images/team-bg-s.png) no-repeat center center;
  mask: url(../images/team-bg-s.png) no-repeat center center;
  padding-top: 1rem;
}

.team .picture .pic img {
  width: 200px;
}

@media (min-width: 576px) {
  .team .picture::before {
    background-image: url(../images/team-bg.png);
    width: 270px;
    height: 270px;
  }

  .team .picture .pic {
    -webkit-mask: url(../images/team-bg.png) no-repeat center center;
    mask: url(../images/team-bg.png) no-repeat center center;
    width: auto;
  }

  .team .picture .pic img {
    width: auto;
  }
}

/* TEAM LIST */
.team-list.row > [class*="col-"] {
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .team-list.row {
    margin: 0 -1.5rem;
  }

  .team-list.row > [class*="col-"] {
    padding: 0 1.5rem;
  }

  .team-list.row > [class*="col-"]:nth-child(even) {
    border-left: 1px dashed #a5a5a5;
  }
}

@media (min-width: 768px) {
  .team-list.row > [class*="col-"] {
    margin-bottom: 5rem;
  }

  .team-list.row > [class*="col-"] + [class*="col-"] {
    border-left: 1px dashed #a5a5a5;
  }

  .team-list.row > [class*="col-"]:nth-child(4) {
    border-left: none;
  }
}

@media (min-width: 1200px) {
  .team-list.row {
    margin: 0 -2.5rem;
  }

  .team-list.row > [class*="col-"] {
    padding: 0 2.5rem;
  }
}

.team-list-item {
  text-align: center;
}

.team-list-pic {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-list-pic:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-list-pic a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.team-list-txt {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .team-list-txt {
    padding-top: 1.25rem;
  }
}

.team-list-txt .title {
  color: #231815;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .team-list-txt .title {
    font-size: 1.625rem;
  }
}

.team-list-txt .job {
  display: block;
  color: #61b4e5;
  margin-bottom: 1rem;
}

.team-list-txt .text {
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

/* TEAM VIEW */
.team-view .modal-dialog {
  max-width: 1000px;
}

.team-view .modal-content {
  padding: 2rem 1rem;
  position: relative;
  overflow: visible;
}

@media (min-width: 576px) {
  .team-view .modal-content {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .team-view .modal-content {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .team-view .modal-content {
    padding: 3rem 7rem;
  }
}

.team-view .modal-content .btn-close {
  background: url(../images/close.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.team-view .modal-content .btn-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team-view .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-view .modal-header {
  border-bottom: none;
  padding: 0;
}

.team-view .modal-header .row {
  width: 100%;
}

@media (min-width: 768px) {
  .team-view .modal-header .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-view .modal-header .row > [class*="col-"]:first-child {
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .team-view .modal-header .row > [class*="col-"]:first-child {
    padding-right: 5rem;
  }
}

.team-view .modal-header .title {
  border-bottom: 1px solid #a5a5a5;
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-view .modal-header .title span {
  color: #61b4e5;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  .team-view .modal-header .title {
    font-size: 1.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team-view .modal-header .title span {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.team-view .modal-header .text {
  line-height: 1.8;
}

@media (min-width: 576px) {
  .team-view .modal-header .text {
    font-size: 1.0625rem;
  }
}

.team-view .modal-body {
  overflow-x: hidden;
  padding: 0;
}

@media (min-width: 768px) {
  .team-view .modal-body .row {
    margin: 0 -2rem;
  }

  .team-view .modal-body .row > [class*="col-"] {
    padding: 0 2rem;
  }

  .team-view .modal-body .row > [class*="col-"] + [class*="col-"] {
    border-left: 1px dashed #a5a5a5;
  }
}

.team-view .modal-body .title span {
  border-radius: 1.5625rem;
  background-color: #61b4e5;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.25rem 1rem;
}

.team-view .modal-body .title.secondary span {
  background-color: #fccc84;
}

.team-view .modal-body .text {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.team-view .modal-body .words {
  margin-bottom: 2rem;
}

.team-view .modal-body .words h3 {
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
  height: 60px;
  position: relative;
}

.team-view .modal-body .words h3::before {
  content: "";
  background-image: url(../images/team-words.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 205px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.team-view .modal-body .words h3 span {
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  left: 2.25rem;
  z-index: 3;
}

.team-view .modal-body .words p {
  font-size: 0.9375rem;
}

.team-view .modal-body .words p span {
  background-image: url(../images/team-words-line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

/*------------------------------------*\
    ARTICLE
\*------------------------------------*/
/* ARTICLE LIST */
.article-list {
  max-width: 1180px;
  margin: 0 auto;
}

.article-list .row > [class*="col-"] {
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .article-list .row {
    margin: 0 -1.5rem;
  }

  .article-list .row > [class*="col-"] {
    padding: 0 1.5rem;
  }

  .article-list .row > [class*="col-"]:nth-child(even) {
    border-left: 1px dashed #a5a5a5;
  }
}

@media (min-width: 768px) {
  .article-list .row > [class*="col-"] + [class*="col-"] {
    border-left: 1px dashed #a5a5a5;
  }

  .article-list .row > [class*="col-"]:nth-child(4) {
    border-left: none;
  }
}

@media (min-width: 1200px) {
  .article-list .row {
    margin: 0 -3.5rem;
  }

  .article-list .row > [class*="col-"] {
    padding: 0 3.5rem;
  }
}

.article-list-txt {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .article-list-txt {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .article-list-txt {
    padding-top: 1.75rem;
  }
}

.article-list-txt .title {
  color: #231815;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  height: 55px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-list-txt .text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  height: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-list-txt .link {
  border-bottom: 1px solid #97c962;
  font-size: 0.75rem;
  letter-spacing: 0.025rem;
  padding-bottom: 0.25rem;
}

.article-list-txt .link:hover {
  color: #97c962;
}

/* ARTICLE VIEW */
.article-view {
  border-radius: 0.5rem;
  background-color: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .article-view {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .article-view {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .article-view {
    padding: 6rem;
  }
}

.article-view-title {
  margin-bottom: 2rem;
}

.article-view-title .title {
  border-bottom: 1px solid #61b4e5;
  color: #231815;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.article-view-text {
  line-height: 1.8;
}

.article-view-text h2 {
  color: #61b4e5;
  font-size: 1.3125rem;
  font-weight: bold;
}

.article-view-text hr {
  border-style: dashed;
}

/*------------------------------------*\
    SERVICE
\*------------------------------------*/
/* SERVICE LIST */
.service-list-wrap::after {
  background-image: url(../images/service-bg.png);
  background-position: center bottom;
}

.service-list-wrap .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .service-list-wrap .container {
    max-width: 1040px;
    padding: 0;
  }
}

.service-list-item {
  background-image: url(../images/service-line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.service-list-item:nth-child(odd) .service-list-pic::before {
  left: -50px;
}

@media (min-width: 768px) {
  .service-list-item:nth-child(odd) .service-list-pic {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .service-list-item:nth-child(odd) .service-list-txt {
    padding-left: 2.5rem;
  }
}

.service-list-item:nth-child(even) .service-list-pic::before {
  right: -50px;
}

@media (min-width: 768px) {
  .service-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .service-list-item:nth-child(even) .service-list-pic {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .service-list-item:nth-child(even) .service-list-txt {
    padding-right: 2.5rem;
  }
}

.service-list-item:nth-child(2) .service-list-pic::after {
  content: "";
  background-image: url(../images/service-circle-01.png);
  width: 125px;
  height: 125px;
  position: absolute;
  right: -60px;
  bottom: -30px;
  z-index: -1;
}

.service-list-item:nth-child(3) .service-list-pic::after {
  content: "";
  background-image: url(../images/service-circle-02.png);
  width: 220px;
  height: 220px;
  position: absolute;
  left: -150px;
  bottom: -100px;
  z-index: -1;
}

.service-list-item:nth-child(6) .service-list-pic::after {
  content: "";
  background-image: url(../images/service-circle-03.png);
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: -1;
}

.service-list-item:nth-child(7) .service-list-pic::before {
  display: none;
}

.service-list-item:nth-child(7) .service-list-pic::after {
  content: "";
  background-image: url(../images/service-circle-04.png);
  width: 180px;
  height: 180px;
  position: absolute;
  left: -100px;
  bottom: -70px;
  z-index: 3;
}

.service-list-pic {
  position: relative;
}

.service-list-pic::before {
  content: "";
  background-image: url(../images/service-star.png);
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.service-list-txt {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .service-list-txt {
    padding-top: 0;
    margin-top: -3rem;
  }
}

.service-list-txt .title {
  background-image: url(../images/service-title.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 75px;
  height: 75px;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.service-list-txt .text {
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 0;
}

/* SERVICE VIEW */
.service-view {
  background-color: #ffffff;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

.service-view-pic {
  margin-bottom: 2rem;
}

.service-view-pic img {
  border-radius: 0.5rem;
  width: 100%;
}

.service-view-txt {
  text-align: center;
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .service-view-txt {
    padding: 0 3rem;
  }
}

.service-view-txt .title {
  color: #231815;
  font-size: 1.6875rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.service-view-txt .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0;
}

/* SERVICE CONTENT */
.service-content {
  max-width: 1080px;
  margin: 2rem auto 0;
}

.service-content-title {
  border-radius: 0.5rem;
  background-color: #61b4e5;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4rem;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
}

.service-content-text {
  line-height: 1.8;
  padding: 0 1rem;
}

.service-content-text .title {
  color: #61b4e5;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.service-content-text .title::after {
  content: "";
  background-color: #61b4e5;
  width: 1px;
  height: 15px;
  display: inline-block;
  margin-left: 1rem;
}

.service-content-text > .text {
  margin-bottom: 3rem;
}

/*------------------------------------*\
    PROCESS
\*------------------------------------*/
/* PROCESS LIST */
.process-list {
  counter-reset: num;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.process-list::before {
  content: "";
  background-image: url(../images/process-star-left.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 160px;
  left: 45px;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
}

.process-list::after {
  content: "";
  background-image: url(../images/process-star-right.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  bottom: 145px;
  -webkit-animation: star 3s infinite linear both;
  animation: star 3s infinite linear both;
}

.process-list-item {
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.process-list-item::before {
  content: "0" counter(num);
  counter-increment: num;
  color: #ffffff;
  font-family: "Kodchasan", sans-serif;
  font-size: 3.25rem;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-list-item:nth-child(1) .process-list-pic {
  background-image: url(../images/process-circle-01.png);
}

.process-list-item:nth-child(2) .process-list-pic {
  background-image: url(../images/process-circle-02.png);
}

.process-list-item:nth-child(3) .process-list-pic {
  background-image: url(../images/process-circle-03.png);
}

.process-list-item:nth-child(4) .process-list-pic {
  background-image: url(../images/process-circle-04.png);
}

.process-list-item .title {
  color: #4c5456;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .process-list-item {
    margin-bottom: 0;
  }

  .process-list-item::before {
    left: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .process-list-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .process-list-item:nth-child(odd) .title {
    margin-left: 3rem;
  }

  .process-list-item:nth-child(odd) .process-list-pic {
    padding-right: 3.5rem;
  }

  .process-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .process-list-item:nth-child(even) .title {
    margin-left: 0;
    margin-right: 3rem;
  }

  .process-list-item:nth-child(even) .process-list-pic {
    padding-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  .process-list-item:nth-child(even)::before {
    left: auto;
    right: 90px;
  }
}

@media (min-width: 992px) {
  .process-list-item::before {
    left: 120px;
  }

  .process-list-item:nth-child(even)::before {
    left: auto;
    right: 120px;
  }
}

@media (min-width: 1200px) {
  .process-list-item::before {
    left: 140px;
  }

  .process-list-item:nth-child(even)::before {
    left: auto;
    right: 140px;
  }
}

.process-list-pic {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .process-list-pic {
    margin-bottom: 0;
  }
}

.process-list-txt {
  border-bottom: 1px dashed #a5a5a5;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding-bottom: 1.75rem;
}
