/*
Theme Name: 株式会社三愛硝子.
Theme URL: 
Description: 
Author: 
Version: 1.0.01
Tags: 
License: 
License URI: 
*/

/*--- Google Fonts ---*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");

/*=======================================================
			BODY:
========================================================*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #5c5c5c;
}

/*=======================================================
			COLORS (Only Visible In Scss File):
========================================================*/
/*=======================================================
			TYPOGRAPHY:
========================================================*/
h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #595857;
}

h3 {
  font-weight: 300;
}

h4 {
  font-weight: 700;
  color: #595857;
}

h5 {
  font-weight: 700;
  color: #595857;
}

h6 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #595857;
}

.lnr {
  font-size: 3rem;
  color: #c1e4e9;
}

ul {
  list-style: none;
}

p {
  line-height: 1.35em;
}
/*=======================================================
			BUTTONS:
========================================================*/
.btn-transparent {
  background: transparent;
  font-size: 12px;
  padding: 15px 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #c1e4e9;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-white {
  background: #fff;
  font-size: 12px;
  padding: 15px 25px;
  color: #595857;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #c1e4e9;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-primary {
  background: #c1e4e9;
  font-size: 12px;
  padding: 15px 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #38a1db;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*=======================================================
			NAVIGATION:
========================================================*/
nav {
  border-bottom: solid 1px transparent;
  min-height: 60px;
  background: transparent;
  z-index: 9999;
}

nav .wrap-core-nav-list,
nav .nav-header {
  background: transparent;
}

nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 20px;
}

nav .brand img {
  width: 100%;
}

nav .brand img.top {
  display: block;
}

nav .brand img.scrolled {
  display: none;
}

nav.scrolled .brand img.scrolled {
  display: block;
}

nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #fff;
}

nav .menu li.active > a,
nav .menu li a:hover {
  color: #e74c3c;
}

nav.scrolled .menu li.active > a,
nav.scrolled .menu li a:hover {
  color: #e74c3c;
}

nav button {
  background: transparent;
  border: none;
  outline: none;
}

nav.scrolled {
  background: #fafdff;
  border-bottom: solid 1px #dfdfdf;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

nav.scrolled .menu li a {
  color: #333;
}

nav.scrolled .brand img.top {
  display: none;
}

nav.scrolled .wrap-core-nav-list,
nav.scrolled .nav-header {
  background: #fafdff;
}

@media (max-width: 992px) {
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  nav .nav-header {
    min-height: 60px;
  }

  nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
  }

  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 17px;
    left: 15px;
    color: #fff;
  }

  nav.scrolled .nav-header .toggle-bar {
    color: #333;
  }

  .core-nav .wrap-core-nav-list {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  nav .menu {
    background: #fafdff;
  }

  nav .menu li a {
    color: #333;
    padding: 10px 10px;
    border-bottom: solid 1px #dfdfdf;
  }

  nav .menu li:last-child a {
    border-bottom: none;
  }

  nav.scrolled .wrap-core-nav-list {
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
  }

  nav.scrolled .menu li a {
    border-bottom: solid 1px #dfdfdf;
  }
}

/* nav {
  z-index: 9999;
} */
.core-nav .brand {
  top: 10px;
}

.core-nav .brand img {
  width: 250px;
}

.core-nav .menu li a {
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.core-nav .menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  left: 50%;
  background: #38a1db;
  transition: width 0.4s ease, left 0.4s ease;
}

.core-nav .menu li a:hover::after {
  width: 50%;
  left: 25%;
}

.core-nav .menu li.active > a::after {
  width: 50%;
  left: 25%;
}

.core-nav .menu li.active > a {
  color: #38a1db;
  /* text-decoration: line-through; */
}

.core-nav .menu li.active > a,
.core-nav .menu li a:hover,
.core-nav .menu li a:focus,
.core-nav .menu li a:active {
  /* text-decoration: line-through; */
  color: #38a1db;
}

nav.scrolled .menu li a {
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav.scrolled .menu li.active > a {
  color: #38a1db;
  /* text-decoration: line-through; */
}

nav.scrolled .menu li.active > a,
nav.scrolled .menu li a:hover,
nav.scrolled .menu li a:focus,
nav.scrolled .menu li a:active {
  /* text-decoration: line-through; */
  color: #38a1db;
}

@media (max-width: 992px) {
  .core-nav .menu li a::after {
    display: none;
  }
}

/*=======================================================
			TOP SLIDER:
========================================================*/
.slider-area {
  height: 100vh;
  color: #fff;
  text-align: center;
  position: relative;
}

.slider-area .single-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
  height: 100vh;
}

.slider-area .single-slide .btn {
  margin-bottom: 15px;
}

.slider-area .single-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(162, 215, 221, 0.66);
}

.slider-area .slide-bg-1 {
  background-image: url("./img/bg_3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-area .slide-bg-2 {
  background-image: url("./img/bg_4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-area .tabel {
  display: table;
  width: 100%;
}

.slider-area .tabel .tabel-cell {
  display: table-cell;
  height: 70em;
  vertical-align: middle;
}

.slider-area .tabel .tabel-cell .slider-content {
  padding: 0 40px;
}

.slider-area .tabel .tabel-cell .slider-content h2 {
  margin: 20px 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}

.slider-area .tabel .tabel-cell .slider-content .btn-white {
  margin-left: 20px;
}

/* .slider-area .owl-dots {
  bottom: 2.5%;
  right: 50%;
  position: relative;
} */

/* .slider-area .owl-dots div.owl-dot {
  background-color: transparent;
  border: 2px solid #c1e4e9;
  border-radius: 100px;
  bottom: -25px;
  display: inline-block;
  height: 12px;
  left: 50%;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
} */

/* .slider-area .owl-dots div.owl-dot.active {
  background-color: #38a1db;
} */

.slider-area:after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-size: 100% 100%;
  background-image: url("./img/bottom-wave.png");
}

/*=======================================================
			ABOUT US:
========================================================*/
#about {
  text-align: center;
  /* padding: 100px 0 0 0; */
  padding: 100px 0;
}

#about h2 {
  margin-bottom: 80px;
}

#about h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 230px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#about .about-img {
  position: relative;
}

#about .about-img img {
  margin: 0 auto;
  -webkit-box-shadow: -20px -19px 0px -4px #c1e4e9;
  box-shadow: -20px -19px 0px -4px #c1e4e9;
}

#about .about-content {
  padding: 90px 20px 0 20px;
  text-align: left;
}

#about .about-content .skill {
  font-size: 12px;
  font-weight: 700;
  color: #595857;
  text-transform: uppercase;
}

#about .about-content .progress {
  overflow: visible;
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

#about .about-content .progress .progress-bar {
  position: relative;
  background: #c1e4e9;
  border-radius: 100px;
}

#about .about-content .progress .progress-bar span {
  position: absolute;
  display: block;
  top: -35px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: #595857;
}

/*=======================================================
			FEATURES:
========================================================*/
#features {
  padding: 80px 0;
}
@media (max-width: 798px) {
  #features {
    padding: 40px 0 0 0;
  }
}

#features h2 {
  text-align: center;
}

#features h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#features .feature-box h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

#features .feature-box h4:after {
  content: "";
  position: relative;
  left: 20px;
  width: 40px;
  height: 4px;
  margin: 20px 0;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

/*=======================================================
			WORK:
========================================================*/
#work {
  /* background: #f5f5f7; */
  padding: 40px 0 0 0;
  text-align: center;
}

#work .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#work .svg-wave svg {
  background: #fff;
  width: 100%;
  height: auto;
}

#work .svg-wave svg path {
  fill: #f5f5f7;
}

#work h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#work .row {
  margin-top: 80px;
}

#work .work-item {
  position: relative;
  padding: 0;
}

#work .work-item .item-img {
  width: auto;
  height: auto;
  overflow: hidden;
}

#work .work-item .item-img img {
  width: 100%;
  height: auto;
}

#work .work-item .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(193, 228, 233, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#work .work-item .item-info .heading-3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
  transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
  opacity: 0;
}

#work .work-item .item-info .p-text {
  font-size: 12px;
  max-width: 210px;
  width: 100%;
  line-height: 18px;
  color: #fff;
  margin: 18px auto;
  letter-spacing: 1px;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
  transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
  opacity: 0;
}

#work .work-item .item-info .link-text {
  font-size: 12px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
  transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
  opacity: 0;
}

#work .work-item .item-info .link-text:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #38a1db;
  display: block;
  position: absolute;
  border-radius: 100px;
  bottom: -6px;
  left: 5px;
}

#work .work-item:hover .item-info {
  opacity: 1;
}

#work .work-item:hover .item-info .heading-3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#work .work-item:hover .item-info .p-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#work .work-item:hover .item-info .link-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*=======================================================
			CALL TO ACTION:
========================================================*/
/* #call-to-action {
  background: url("./img/1920x1080.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
} */

#call-to-action {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}

.bg-image1 {
  background-image: url("./img/1920x1080-1.jpg");
}
.bg-image2 {
  background-image: url("./img/1920x1080-2.jpg");
}
.bg-image3 {
  background-image: url("./img/1920x1080-3.jpg");
}
.bg-image4 {
  background-image: url("./img/1920x1080-4.jpg");
}

#call-to-action .btn {
  margin-top: 40px;
}

/* #call-to-action:after {
  content: "";
  position: absolute;
  bottom: -8%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-size: 100% 100%;
  background-image: url("./img/bottom-wave.png");
} */

#call-to-action .container {
  position: relative;
  z-index: 99;
}

#call-to-action h3 {
  color: #fff;
  position: relative;
}

#call-to-action a {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 798px) {
  #call-to-action h3 {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-container h4 {
  margin: 0;
  flex: 1;
  text-align: center;
}

.flex-container .btn-new {
  margin-left: auto;
  white-space: nowrap;
}

.flex-container .updated-time {
  margin-left: 10px;
  white-space: nowrap;
}
/*=======================================================
			OUR SERVICES:
========================================================*/
#services {
  padding: 60px 0;
  background: #f5f5f7;
  /* background: #fff; */
  text-align: center;
}

#services .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#services .svg-wave svg {
  background: #fff;
  width: 100%;
  height: auto;
}

#services .svg-wave svg path {
  fill: #f5f5f7;
}

#services .bottom {
  width: 100%;
  position: relative;
  top: 80px;
}

#services .bottom svg {
  background: #f5f5f7;
  width: 100%;
  height: auto;
}

#services .bottom svg path {
  fill: #fff;
}

#services h2 {
  text-align: center;
  margin-bottom: 80px;
}

#services h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#services .service .service-icon {
  margin-right: 20px;
}

#services .bottom-caption {
  margin-top: 80px;
}

#services h1 {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

/*=======================================================
			PRICING:
========================================================*/
#pricing {
  padding: 40px 0 120px 0;
  background: #f5f5f7;
  text-align: center;
}

#pricing .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#pricing .svg-wave svg {
  background: #fff;
  width: 100%;
  height: auto;
}

#pricing .svg-wave svg path {
  fill: #f5f5f7;
}

#pricing .bottom {
  width: 100%;
  position: relative;
  top: 120px;
}

#pricing .bottom svg {
  background: #f5f5f7;
  width: 100%;
  height: auto;
}

#pricing .bottom svg path {
  fill: #fff;
}

#pricing .price-title {
  margin-bottom: 80px;
}

#pricing .price-title:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#pricing .price-table {
  padding: 50px 15px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#pricing .price-table .type {
  margin-bottom: 15px;
}

#pricing .price-table .type .featured {
  color: #c1e4e9;
}

#pricing .price-table .value {
  margin-bottom: 30px;
}

#pricing .price-table .value h2 {
  font-size: 50px;
  position: relative;
  display: inline-block;
}

#pricing .price-table .value .dollar {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
}

#pricing .price-table .features ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

#pricing .price-table .features ul li {
  margin-bottom: 12px;
}

#pricing .price-table .features ul li span {
  font-size: 16px;
  margin-right: 5px;
}

/*=======================================================
			TESTIMONIALS:
========================================================*/
#testimonials {
  padding: 60px 0;
  text-align: center;
}

#testimonials {
  padding: 40px 0 120px 0;
  background: #f5f5f7;
  text-align: center;
}

#testimonials .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#testimonials .svg-wave svg {
  background: #fff;
  width: 100%;
  height: auto;
}

#testimonials .svg-wave svg path {
  fill: #f5f5f7;
}

#testimonials .bottom {
  width: 100%;
  position: relative;
  top: 120px;
}

#testimonials .bottom svg {
  background: #f5f5f7;
  width: 100%;
  height: auto;
}

#testimonials .bottom svg path {
  fill: #fff;
}

#testimonials h2 {
  margin-bottom: 80px;
}

#testimonials h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#testimonials .owl-testimonials .item {
  background: #c1e4e9;
  color: #fff;
  -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
  margin: 25px;
}

#testimonials .owl-testimonials .item img {
  width: 90px;
  border-radius: 100px;
  border: 5px solid #fff;
  margin: 0 auto;
}

#testimonials .owl-testimonials .item h6 {
  color: #fff;
  margin-top: 15px;
}

#testimonials .owl-testimonials .item span {
  display: block;
  margin: 15px 0;
}

#testimonials .owl-testimonials .item .lnr {
  font-size: 24px;
  color: #fff;
}

#testimonials .owl-testimonials .item .quote {
  font-style: italic;
}

#testimonials .owl-testimonials .owl-dots {
  bottom: 2.5%;
  right: 50%;
  position: relative;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot {
  background-color: transparent;
  border: 2px solid #c1e4e9;
  border-radius: 100px;
  bottom: -25px;
  display: inline-block;
  height: 12px;
  left: 50%;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot.active {
  background-color: #38a1db;
}

/*=======================================================
			RECRUIT:
========================================================*/
#recruit {
  padding: 60px 0 100px 0;
}
#recruit .flex-container span {
  font-size: 0.7rem;
}

@media screen and (max-width: 798px) {
  #recruit {
    padding: 40px 0 100px 0;
  }
  #recruit h4 {
    font-size: 1.2rem;
  }
}

/*=======================================================
			INFO:
========================================================*/
#info {
  padding: 120px 0;
  text-align: center;
}

#info h2 {
  margin-bottom: 80px;
}

#info h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#info .info-box {
  margin-bottom: 40px;
}

#info .info-box .info-img img {
  -webkit-box-shadow: -20px -19px 0px -4px #c1e4e9;
  box-shadow: -20px -19px 0px -4px #c1e4e9;
}

#info .info-box h4 {
  margin-top: 25px;
}

#info .info-box p {
  font-size: 16px;
}

#info .social-media {
  list-style: none;
  padding: 0;
}

#info .social-media li {
  display: inline-block;
  background: #c1e4e9;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 10px;
}

#info .social-media li a {
  font-size: 18px;
  line-height: 2.8;
  color: #fff;
}

#info .social-media li:hover,
#info .social-media li:focus,
#info .social-media li:active {
  background: #38a1db;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#info .social-media li:hover a,
#info .social-media li:focus a,
#info .social-media li:active a {
  color: #fff;
}

/*=======================================================
			CONTACT:
========================================================*/
#contact {
  padding: 40px 0 80px 0;
  /* background: #f5f5f7; */
}

#contact .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#contact .svg-wave svg {
  background: #fff;
  width: 100%;
  height: auto;
}

#contact .svg-wave svg path {
  fill: #f5f5f7;
}

#contact h2 {
  text-align: center;
  margin-bottom: 80px;
}

#contact h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#contact h4 {
  margin-bottom: 35px;
}

#contact .email-link {
  color: #c1e4e9;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#contact .email-link:hover,
#contact .email-link:focus,
#contact .email-link:active {
  color: #38a1db;
  /* text-decoration: line-through; */
}

#contact .social-media {
  list-style: none;
  padding: 0;
}

#contact .social-media li {
  display: inline-block;
  background: #c1e4e9;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 10px;
  text-align: center;
}

#contact .social-media li a {
  font-size: 18px;
  line-height: 2.8;
  color: #fff;
}

#contact .social-media li:hover,
#contact .social-media li:focus,
#contact .social-media li:active {
  background: #38a1db;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#contact .social-media li:hover a,
#contact .social-media li:focus a,
#contact .social-media li:active a {
  color: #fff;
}

#contact textarea {
  border-radius: 5px;
  border: 1.5px solid #c1e4e9;
}

#contact textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #38a1db;
}

#contact .row .col .form-control {
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1.5px solid #c1e4e9;
}

#contact .row .col .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #38a1db;
}

#contact .row .col-6 .form-control {
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1.5px solid #c1e4e9;
}

#contact .row .col-6 .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #38a1db;
}

#contact .row .col-12 .form-control {
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1.5px solid #c1e4e9;
}

#contact .row .col-12 .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #38a1db;
}

#contact .lnr {
  color: #595857;
  font-size: 14px;
}

/*=======================================================
			CONTENT:
========================================================*/
#content {
  text-align: center;
  /* padding: 100px 0 0 0; */
  padding: 60px 15px 120px;
}

#content h2 {
  margin-bottom: 80px;
}

#content h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 230px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#content .content-img {
  position: relative;
}

#content .content-img img {
  margin: 0 auto;
  -webkit-box-shadow: -20px -19px 0px -4px #c1e4e9;
  box-shadow: -20px -19px 0px -4px #c1e4e9;
}

#content .content-content {
  padding: 90px 20px 0 20px;
  text-align: left;
}

#content .content-content .skill {
  font-size: 12px;
  font-weight: 700;
  color: #595857;
  text-transform: uppercase;
}

#content .content-content .progress {
  overflow: visible;
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

#content .content-content .progress .progress-bar {
  position: relative;
  background: #c1e4e9;
  border-radius: 100px;
}

#content .content-content .progress .progress-bar span {
  position: absolute;
  display: block;
  top: -35px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  color: #595857;
}

#content .lnr {
  color: #595857;
  font-size: 14px;
}

/*=======================================================
			FOOTER:
========================================================*/
#footer {
  padding: 5px 0 80px 0;
  background: #f5f5f7;
}

@media screen and (max-width: 798px) {
  #footer {
    padding: 35px 0 0 0;
  }
}

#footer .svg-wave {
  width: 100%;
  position: relative;
  bottom: 60px;
}

#footer .svg-wave svg {
  /* background: #fff; */
  background: transparent;
  width: 100%;
  height: auto;
}

#footer .svg-wave svg path {
  fill: #f5f5f7;
}

#footer h2 {
  text-align: center;
  margin-bottom: 80px;
}

#footer h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#footer h4 {
  margin-bottom: 35px;
}

#footer .social-media {
  list-style: none;
  padding: 0;
}

#footer .social-media li {
  display: inline-block;
  background: #c1e4e9;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 10px;
  text-align: center;
}

#footer .social-media li a {
  font-size: 18px;
  line-height: 2.8;
  color: #fff;
}

#footer .social-media li:hover,
#footer .social-media li:focus,
#footer .social-media li:active {
  background: #38a1db;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#footer .social-media li:hover a,
#footer .social-media li:focus a,
#footer .social-media li:active a {
  color: #fff;
}

footer {
  padding: 25px 0;
}

footer p {
  margin: 0;
}

footer a {
  color: #c1e4e9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #38a1db;
  /* text-decoration: line-through; */
}

#footer .lnr {
  color: #595857;
  font-size: 14px;
}

/*=======================================================
			other:
========================================================*/
#other {
  padding: 120px 0;
  text-align: center;
}

#other h2 {
  margin-bottom: 80px;
}

#other h2:after {
  top: 5px;
  content: "";
  position: relative;
  left: 50%;
  bottom: 0;
  width: 250px;
  height: 4px;
  display: block;
  background-color: #c1e4e9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100px;
}

#other .other -box {
  margin-bottom: 40px;
}

#other .other -box .other -img img {
  -webkit-box-shadow: -20px -19px 0px -4px #c1e4e9;
  box-shadow: -20px -19px 0px -4px #c1e4e9;
}

#other .other -box h4 {
  margin-top: 25px;
}

#other .other -box p {
  font-size: 16px;
}

#other .social-media {
  list-style: none;
  padding: 0;
}

#other .social-media li {
  display: inline-block;
  background: #c1e4e9;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin: 0 10px;
}

#other .social-media li a {
  font-size: 18px;
  line-height: 2.8;
  color: #fff;
}

#other .social-media li:hover,
#other .social-media li:focus,
#other .social-media li:active {
  background: #38a1db;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#other .social-media li:hover a,
#other .social-media li:focus a,
#other .social-media li:active a {
  color: #fff;
}

/*=======================================================
			MEDIA QUERIES: 
========================================================*/
@media (max-width: 1199px) {
  #about .container .about-content {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .core-nav .brand {
    top: 5px;
  }
}

@media (max-width: 798px) {
  #home .main-slider h2 {
    font-size: 3rem;
  }
  .core-nav .brand {
    top: 10px;
    left: -4rem;
  }
}

@media (max-width: 421px) {
  #home .main-slider h2 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  #home .main-slider h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .core-nav .brand {
    top: 10px;
    left: -2rem;
  }
}

/*=======================================================
			PRELOADER: 
========================================================*/
.preloader-holder {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  /* background: url("./img/preview.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  z-index: 999;
}

#loader {
  -webkit-animation: loader 5s linear infinite;
  animation: loader 5s linear infinite;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

#box {
  width: 50px;
  height: 50px;
  background: rgba(130, 205, 221, 0.5);
  -webkit-animation: animate 0.5s linear infinite;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

#shadow {
  width: 50px;
  height: 5px;
  background: #595857;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow 0.5s linear infinite;
  animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
.text-glo {
  text-shadow: 2px 2px 15px #82cddd, -2px 2px 15px #82cddd,
    2px -2px 15px #82cddd, -2px -2px 15px #82cddd;
}

.mincho {
  font-family: "Klee One", cursive;
}

.font-small {
  font-size: 0.75rem;
}
.lh-3 {
  line-height: 3rem;
}
.object--fit {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}
.info-caption a {
  color: #595857;
}
.info-caption a:hover {
  color: #82cddd;
}
.text-new {
  color: #82cddd;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #c23f3f;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #626063;
}
.bg-cyan {
  background-color: #82cddd;
}
.bg-blue {
  background-color: #383c75;
}
.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 3s;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}

.section-padding {
  padding: 12em 0 8em 0;
}
.section-content {
  padding: 12em 0;
}
.sect-4 {
  padding: 4em 0;
}
.sect-2 {
  padding: 2em 0;
}
.sect-1 {
  padding: 1em 0;
}
#page {
  height: 400px;
  color: #fff;
  position: relative;
}
#page h1 {
  color: #fff;
}
#page:after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-size: 100% 100%;
  background-image: url("./img/bottom-wave.png");
}

.title-content {
  font-size: transparent;
}

.title-content span {
  display: flex;
  align-items: center;
  color: #c1e4e9;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.title-content span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #c1e4e9;
}

.title-1 {
  color: #383c75; /*文字色*/
  border: solid 3px #383c75; /*線色*/
  padding: 0.5em; /*文字周りの余白*/
  border-radius: 0.5em; /*角丸*/
}
@media (max-width: 798px) {
  .title-content {
    font-size: 2.5rem;
    margin-left: 15px;
  }
  .title-content span {
    font-size: 0.8rem;
    margin-left: 7px;
  }
  .title-content span::before {
    margin-right: 10px;
    width: 15px;
  }
  .title-1 {
    font-size: 1.8rem;
    margin: 0 15px;
  }
}
.border-dotted {
  border: #ccc dashed 1px;
}

.border-dotted-top {
  border-top: #ccc dashed 1px;
}

.border-dotted-bottom {
  border-bottom: #ccc dashed 1px;
}
.btn-new {
  background: #82cddd;
  border-radius: 3px;
  color: #fff;
  margin: 0 5px;
  padding: 1px 3px;
}

.table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
table.tb01 th {
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  table.tb01 th {
    background: #f0f0f0;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

.img-bg {
  -webkit-box-shadow: -20px -19px 0px -4px #c1e4e9;
  box-shadow: -20px -19px 0px -4px #c1e4e9;
}
/* contact form7 メッセージ非表示*/
.wpcf7-response-output {
  display: none !important;
}
.d-flex {
  display: flex;
  align-items: stretch;
}

table.stretch tr:first-child,
table.stretch tr:last-child {
  height: 1.85rem;
}
