/**
 * Theme Name: AVII IMAGEWORKS
 * Theme URI: https://avii.jp
 * Author: ABHISHEK
 * Author URI: https://avii.jp
 * Description: TAKEMURA HTML 
 * Version: 1.0.0
 * License: GPLv2 or later
 * Text Domain: Takemura
 *
 * @format
 */

/* Your custom CSS below */
a {
  text-decoration: none !important;
}
body {
  font-family: "Zen Maru Gothic", sans-serif !important;
  background-color: black;
}
.header-logo {
  width: auto;
  height: 20px;
  object-fit: contain;
  object-position: left;
}
#banner-video {
  background-color: black;
}
#banner-video img {
  width: 100%;
}
#header {
  background-color: black;
  width: 100%;
  z-index: 9999;
  padding: 10px 0px;
  position: fixed;
  top: 0px;
}
#header .nav-link {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  padding: 11px 1px;
  color: #fff;
  transition: 0.3s;
  margin: 0px 8px;
}
#header .entry-header-button {
  padding: 11px 34px 11px 34px;
  background-color: #fff;
  margin-right: 0 !important;
  position: relative;
  border: 2px solid #fff;
  z-index: 9;
  transition: 0.3s;
}
#header .entry-header-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/header-button-arrow.png");
}
#header .entry-header-button:hover:before {
  transition: 0.3s;
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/header-button-arrow-white.png");
}
#header .entry-header-button:hover {
  transition: 0.3s;
  background: linear-gradient(to bottom, #11256a, #0e4e98);
}
#header .entry-header-button-text {
  -webkit-background-clip: text;
  font-weight: 800;
  display: inline-block;
  background-image: linear-gradient(to bottom, #11256a, #0e4e98);
  -webkit-text-fill-color: transparent;
  font-size: 20.23px;
  line-height: 15.1px;
  transition: 0.3s;
}
#header .entry-header-button:hover .entry-header-button-text {
  transition: 0.3s;
  color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  -webkit-text-fill-color: white;
}
#homepage-section-2 {
  padding: 150px 0 150px;
  background-image: url("https://dill1.jp/takemura/wp-content/themes/takemura/images/section2-bg.png");
  margin: 10px 0px;
  background-size: cover;
  background-color: black;
  background-position: center;
}
.homepage-section2-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
.homepage-section2-heading-english {
  color: white;
  line-height: 40px;
  display: flex;
  font-size: 29px;
  letter-spacing: 0px;
  align-items: center;
}
.about-para {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  color: white;
}
#homepage-section-3 {
  position: relative;
  z-index: 9;
  /* padding: 56.9px 0 588.5px 0px; */
}
.homepage-section-3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* position: absolute;
  left: 0;
  z-index: -1;
  top: 0; */
}
.homepage-section2-heading-japanese {
  color: #11256a;
  display: inline-block;
  line-height: 74.9px;
  font-size: 74.9px;
  letter-spacing: 11.68px;
}
.homepage-section3-heading {
  color: #fff;
  font-size: 60px;
  display: flex;
  justify-content: center;
  line-height: 70.8px;
  margin-bottom: 0;
}
#homepage-section-4 {
  padding-top: 223px;
  overflow: hidden;
}
.homepage-dark-content-wrap {
  position: relative;
  z-index: 9;
}
#homepage-section-4 .container {
  /*max-width: 1180px;*/
  max-width: 86.765%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#homepage-section-4 .container .row {
  margin-right: 0;
}
#homepage-section-4 .container .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.homepage-dark-content-wrap {
  padding: 149px 0 130px 94px;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}
.homepage-section-4-sub-heading {
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  margin-bottom: 25px;
  letter-spacing: 1.65px;
  color: #081748;
  margin-top: 30px;
}
.homepage-section-4-para {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30.16px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  margin-bottom: 41px;
}
.homepage-dark-content-box {
  width: 42.54%;
  position: static;
}
.homepage-dark-content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.homepage-dark-image-box {
  width: 53.74%;
}
.homepage-dark-image {
  width: 100%;
  height: auto;
}
.homepage-section-4-heading {
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  font-size: 75px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
  position: absolute;
  top: -54px;
}
.homepage-section-4-gradient-heading {
  background-image: linear-gradient(to bottom, #11256a, #081748);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.homepage-section-4-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  margin-bottom: 25px;
  color: #081748;
}
.homepage-section-4-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30.1px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.dark-blue-theme-button {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-family: "Zen Antique Soft", serif;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8.1px 19.7px;
  position: relative;
  z-index: 9;
  border: 2px solid #11256a;
  transition: 0.3s;
  background-color: #11256a;
}
.dark-blue-theme-button::before {
  position: absolute;
  content: "";
  left: auto;
  right: 9.2px;
  width: 3px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  background-image: url("../images/white-arrow-button.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.dark-blue-theme-button:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #11256a;
}
.dark-blue-theme-button:hover:before {
  background-image: url("../images/header-button-arrow.png");
  transition: 0.3s;
}
.homepage-section-5-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 105px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 196px;
  margin-left: 52px;
  letter-spacing: normal;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  color: #11256a;
}
.homepage-section-gradient-text {
  background-image: linear-gradient(115deg, #0a1a4e 3%, #2441a4 105%);
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 22.3px;
  -webkit-background-clip: text;
}
#homepage-section-5 {
  margin-top: -85px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding-bottom: 78px;
}
.row-1000 {
  width: 89.61%;
}
.row-830 {
  width: 74.373%;
}
.row-700 {
  width: 64.875%;
}
#homepage-section-5 .row-1000 {
  margin-bottom: 17px;
}
#homepage-section-5 .container {
  max-width: 1226px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#homepage-section-5 .container .row {
  margin-right: 0;
}
#homepage-section-5 .container .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
#homepage-section-5 .slick-list.draggable {
  overflow: visible;
}
.homepage-slider {
  margin-bottom: 37px;
}
.homepage-slider .slick-slide {
  margin-left: 46px;
  opacity: 0.3;
}
.homepage-slider .slick-slide.slick-active {
  opacity: 1;
}
.slick-arrow {
  display: none !important;
}
.homepage-slider-image {
  width: 100%;
}
.slider-button-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.slider-button {
  width: 48px;
  object-fit: contain;
  cursor: pointer;
  display: inline-block;
  height: 48px;
}
.homepage-slider-right-button {
  margin-left: 12px;
}
#homepage-section-5 .dark-blue-theme-button {
  margin-left: 131px;
}
#homepage-section-6 {
  padding: 97.7px 0 240.8px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.homepage-verticle-text {
  position: absolute;
  left: -28px;
  top: 0;
  width: 126px;
  height: 89.09%;
  object-fit: contain;
  object-position: top;
}
.above-footer-common {
  margin-top: 134.7px;
}
.above-footer-common {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.above-footer-common-box {
  width: 48.564%;
  position: relative;
  z-index: 9;
}
.above-fotter-common-box-image {
  width: 100%;
  height: auto;
}
.arrow-above-footer-button {
  font-family: "Almarai", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  transition: 0.3s;
  letter-spacing: normal;
  display: inline-flex;
  align-items: center;
  text-align: left;
  color: #fff;
}
.arrow-above-footer-button-text {
  line-height: 17px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  z-index: 9;
  padding-bottom: 1.5px;
}
.arrow-above-footer-button-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
  z-index: -1;
}
.arrow-above-footer-button-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10.9px;
  transition: 0.3s;
  padding: 0 18px;
  margin-bottom: 0;
}
.arrow-above-footer-button-arrow-wrap {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s;
  align-items: center;
  margin-left: 21.5px;
}
.arrow-above-footer-button:hover .arrow-above-footer-button-arrow-wrap {
  transition: 0.3s;
  background-color: #11256a;
}
.arrow-above-footer-button-arrow {
  width: 14px;
  height: 19px;
  object-fit: contain;
}
.button-stripe-buttons.entry-header-button {
  border: 2px solid #fff;
  color: #084832;
  width: 31.775%;
  background-color: #fff;
  /*padding: 16.4px 72.6px 16.4px 72.6px;*/
  padding: 16.4px 15.6px 16.4px 15.6px;
  transition: 0.3s;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 20.23px;
  line-height: 15.1px;
  transform: translate(0px, 3.9px);
  position: relative;
  z-index: 9;
}
.button-stripe-buttons.entry-header-button:hover {
  transition: 0.3s;
  background-color: #084832;
  color: #fff;
}
.button-stripe-buttons.entry-header-button::before {
  position: absolute;
  content: "";
  right: 8.8px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.8px;
  height: 5.6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/green-arrow.png");
  transition: 0.3s;
}
.button-stripe-buttons.entry-header-button:hover:before {
  transition: 0.3s;
  background-image: url("../images/white-arrow.png");
}
#button-stripe {
  background-image: linear-gradient(99deg, #08482f 0%, #27af51);
  padding: 71.2px 0px 84px 0px;
}
.button-stripe-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 76px;
  letter-spacing: 2.65px;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
.button-stripe-image {
  width: 100%;
  object-position: center;
  height: 35px;
  object-fit: contain;
}
.button-stripe-image-button {
  /*width: 218.58px;*/
  width: 31.775%;
  height: 51.1px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  /*margin-left: 16.4px;*/
  align-items: center;
  border: 2px solid #fff;
  transition: 0.3s;
  margin-bottom: 6.1px;
}
.button-stripe-image-button:hover {
  transition: 0.3s;
  border-color: #084832;
}
.text-button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.button-stripe-heading {
  width: 289px;
}
.insider-buttons-wrap {
  width: calc(100% - 289px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
#footer {
  padding: 37.5px 0px 44.6px 0px;
  background-color: #2a2a2a;
}
.footer-logo {
  width: auto;
  object-position: left;
  object-fit: contain;
  height: 59px;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 11px;
}
.footer-menu-link-wrap .footer-menu-link {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  padding: 0 2.5px;
  margin: 0 2px 17px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.footer-theme-button {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding: 10px 34.4px 10px 34.4px;
  background-color: #fff;
  position: relative;
  border: 2px solid #fff;
  z-index: 9;
  transition: 0.3s;
}
.footer-theme-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/header-button-arrow.png");
}
.footer-theme-button:hover:before {
  transition: 0.3s;
  background-image: url("../images/header-button-arrow-white.png");
}
.footer-theme-button:hover {
  transition: 0.3s;
  background: linear-gradient(to bottom, #262627, #050505);
}
.footer-theme-button .entry-header-button-text {
  -webkit-background-clip: text;
  font-weight: 800;
  display: inline-block;
  background-image: linear-gradient(to bottom, #11256a, #0e4e98);
  -webkit-text-fill-color: transparent;
  font-size: 20.23px;
  line-height: 15.1px;
  transition: 0.3s;
}
.footer-theme-button:hover .entry-header-button-text {
  transition: 0.3s;
  color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  -webkit-text-fill-color: white;
}
.footer-text {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.custom-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.footer-logo-col {
  width: 75%;
}
.footer-text-col {
  width: 25%;
}
.page-banner-image {
  width: 100%;
  height: auto;
}
.page1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #11256a;
  margin-left: 85px;
  /* display: flex; */
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.page1-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}
.page1-heading-small-color {
  font-size: 43px;
  line-height: 63px;
  letter-spacing: 2.15px;
  display: inline-block;
  margin: 0 4px;
  color: #081748;
}
.page1-heading-dark-color {
  color: #081748;
}
.page1-overlap-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  color: #081748;
}
.page1-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.page1-overlap-wrap {
  margin-left: 85px;
  padding: 20px 50px 31px 0;
  background-color: #fff;
  width: 52.97%;
}
.page1-bg-text {
  position: absolute;
  right: -19px;
  top: 0;
  font-family: "Zen Antique Soft", serif;
  font-size: 240px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 12px;
  text-align: center;
  color: #f2f3f7;
  margin-bottom: 0;
}
#page1-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 85px 0 266px;
}
#page1-section3 {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 100px 0 100px;
  margin-bottom: 50px;
  background: url(../images/history-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page1-image1 {
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*width: 59.71%;*/
  /*height: auto;*/
  /*z-index: -1;*/
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59.71%;
  height: 67.673%;
  object-fit: contain;
  z-index: -1;
  object-position: right bottom;
}
.left-right-my-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 73px;
}
.left-right-image {
  width: 100%;
  height: auto;
}
.left-right-image-col {
  width: 45.081%;
}
.left-right-text-col {
  width: 47.847%;
}
#page2-section2 {
  padding-top: 96px;
  padding-bottom: 167px;
  position: relative;
  overflow: hidden;
}
#page2-section2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 86.77%;
  height: calc(100% - 133px);
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}
.page2-section-2-heading {
  font-family: "Zen Antique Soft", serif;

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  text-align: left;
  padding-bottom: 22.5px;
  color: #081748;
  position: relative;
  margin-bottom: 62.5px;
  z-index: 9;

  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 60px;
}
.page2-section-2-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}
.white {
  color: white !important;
  margin-bottom: 20px;
}
.white::before {
  background-color: white !important;
}
.left-right-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  margin-bottom: 23px;
  text-align: left;
  color: #081748;
}
.left-right-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.left-right-para {
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 38.44px;
}
.left-right-my-row.alt-order .left-right-text-col {
  order: -1;
}
.left-right-my-row.alt-order .left-right-image-col {
  margin-right: 45px;
}
#homepage-section-6.pt-0 {
  padding-bottom: 83px;
  overflow: visible;
}
#homepage-section-6.pt-0 .homepage-verticle-text {
  left: 42px;
  top: -67px;
  width: 92px;
  height: calc(100% + 67px);
}
.page2-section2-bg-text {
  font-family: "Zen Antique Soft", serif;
  font-size: 451px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1px;
  letter-spacing: 22.55px;
  text-align: center;
  color: #f0f1f2;
  position: absolute;
  right: -65px;
  z-index: -2;
  top: 70px;
}
#page2-section1 {
  padding-top: 85px;
  position: relative;
  padding-bottom: 145px;
  z-index: 9;
}
.page2-section1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
}
.page2-section1-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  text-align: left;
  color: #081748;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
.page2-section1-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}
.page2-section1-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  margin-bottom: 25px;
  text-align: left;
  color: #081748;
}
.page2-section1-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 39px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.page2-section1-wrap {
  margin-left: 85px;
  width: 74.39%;
}
.page2-first-bg-text {
  top: 0px;
  position: absolute;
  right: 0;
  width: 266px;
  z-index: -1;
  height: auto;
}
#page2-gallery {
  padding: 92px 0px 121px;
  background-color: #f0f1f2;
}
.page2-gallery-wrap {
  display: grid;
  row-gap: 32px;
  column-gap: 28px;
}
.page2gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page2gallery-image1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 286px;
}
.page2gallery-image2 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 559px;
}
.page2gallery-image3 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 241px;
}
.page2gallery-image4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 2;
  height: 348px;
}
.page2gallery-image5 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 500px;
}
.page2gallery-image6 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 154px;
  margin-top: 107px;
}
.page2gallery-image7 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 261px;
}
.page2gallery-image8 {
  height: 207px;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}
.page2-gallery-wrap.second {
  margin-top: 32px;
}
#gallery-page #homepage-section-6.pt-0 {
  padding-top: 115.9px !important;
}
#gallery-page #homepage-section-6.pt-0 .homepage-verticle-text {
  height: calc(100% - 48.9px);
  top: 48.9px;
}
#page3-section1 {
  padding-top: 83px;
  padding-bottom: 65px;
}
.underline-heading-left {
  font-family: "Zen Antique Soft", serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 65px;
  letter-spacing: 2.25px;
  display: inline-block;
  text-align: left;
  color: #081748;
  padding-bottom: 6px;
}
.underline-heading-right {
  font-family: "Zen Antique Soft", serif;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 109px;
  letter-spacing: 3.75px;
  display: inline-block;
  text-align: left;
  color: #081748;
}
.underline-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 7px;
  margin-bottom: 49.8px;
  border-bottom: 1px solid #081748;
}
.page3-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.65px;
  text-align: left;
  color: #081748;
  margin-bottom: 25px;
}
.page3-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 39px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 50.2px;
  color: #081748;
}
.four-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.four-image {
  width: 22.954%;
  height: 300px;
  object-fit: cover;
}
.page3-slider-darkheading {
  font-family: "Zen Antique Soft", serif;
  font-size: 89px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 129px;
  letter-spacing: 4.45px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 45.8px;
  color: #081748;
}
.about-slider-darkheading {
  font-family: "Zen Antique Soft", serif;
  font-size: 89px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 129px;
  letter-spacing: 4.45px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 45.8px;
  color: #081748;
}
.page3-slider-darkheading-small {
  font-family: "Zen Antique Soft", serif;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 81px;
  letter-spacing: 2.8px;
  text-align: left;
  color: #9ea7c3;
}
#page3-dark-slider-section {
  position: relative;
  z-index: 9;
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
}
#page3-dark-slider-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  background-color: #f0f1f2;
  z-index: -1;
}
.page3-dark-slider-row {
  position: relative;
  z-index: 9;
}
.slider-full-row-image {
  padding-top: 19px;
}
.slider-full-row-image .slick-slide {
  margin: 0 31px;
}
.slider-full-row-image .slick-list.draggable {
  overflow: visible;
}
.slider-full-row-image .slick-next.slick-arrow,
.slider-full-row-image .slick-prev.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #081748;
  display: inline-block !important;
  z-index: 1;
}
.slider-full-row-image .slick-prev:before {
  content: "" !important;
  font-size: 15px !important;
  width: 14px;
  display: flex;
  height: 19px;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  background-image: url(../images/arrow-white.png);
}
.slider-full-row-image .slick-next:before {
  content: "" !important;
  font-size: 15px !important;
  width: 14px;
  display: flex;
  height: 19px;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-white.png);
}
.slider-full-row-image .slick-prev {
  left: auto;
  right: 82%;
}
.slider-full-row-image .slick-next {
  right: auto;
  left: 82%;
}
.page3-dark-slider-bg-text {
  font-family: "Zen Antique Soft", serif;
  font-size: 290px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 420px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: absolute;
  right: -85px;
  top: 0;
}
#page3-white-slider-section {
  position: relative;
  z-index: 9;
  padding-top: 66px;
  padding-bottom: 61px;
  overflow: hidden;
}
#page3-white-slider-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
#page3-white-slider-section .page3-dark-slider-bg-text {
  top: 31px;
  color: #f0f1f2;
  right: -125px;
}
#page3-white-slider-section.big-heading .page3-slider-darkheading {
  letter-spacing: 0.94px;
}
.underline-heading-right.green {
  color: #084832;
}
#information-section {
  padding-top: 91px;
  padding-bottom: 61.2px;
}
.left-right-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
}
.left-right-list:last-child {
  border: none;
}
.left-list-text {
  width: 249px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.right-list-text {
  width: calc(100% - 249px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: right;
  color: #000;
}
#contact-page-banner {
  padding-top: 82px;
  padding-bottom: 73px;
}
.contact-banner-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 104px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 140px;
  letter-spacing: 5.2px;
  text-align: left;
  color: #081748;
}
.contact-banner-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 1.6px;
  text-align: left;
  color: #081748;
  margin-bottom: 38.8px;
  padding-bottom: 33px;
  border-bottom: 1px solid #081748;
}
.contact-banner-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 1.15px;
  text-align: left;
  margin-bottom: 39.2px;
  color: #081748;
}
.contact-form-wrap {
  padding: 55px 64px 63px;
  background-color: #f0f1f2;
}
#contact-form .field-box .form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}
.form-warning {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  margin-left: 6px;
  letter-spacing: normal;
  text-align: left;
  color: #bf0000;
}
.contact-form-field {
  padding: 10.5px 12.3px 8.5px 12.3px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f8f8f8;
  margin-top: 12px;
  margin-bottom: 32px;
}
.contact-form-field::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #cbcbcb;
}
.contact-form-field::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #cbcbcb;
}
.radio-box-wrap {
  margin-top: 12px;
  margin-bottom: 32px;
}
#contact-form .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-top: 2px;
}
.form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.contact-form-field.textarea {
  height: 307px;
  margin-bottom: 72px;
}
.form-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 12px;
  color: #000;
}
.form-text-underline {
  text-decoration: underline;
}
.privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.privacy-policy .form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 9px;
  text-align: left;
  color: #000;
}
#contact-form .privacy-policy .form-check-input {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f9d7f5;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #171c61;
  outline: 0;
  box-shadow: none;
}
.contact-submit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 16px 85px 17px 73px;
  border-radius: 28.5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16),
    inset 0 0 6px 0 rgba(0, 0, 0, 0.42);
  border: solid 2px #fff;
  background-color: #171c61;
  position: relative;
  transition: 0.3s;
  z-index: 9;
}
.contact-submit:hover {
  transition: 0.3s;
  border: solid 2px #171c61;
  background-color: #fff;
  color: #171c61;
}
.contact-submit:before {
  position: absolute;
  content: "";
  right: 18.4px;
  top: 0;
  bottom: 0;
  width: 5.7px;
  height: 11.3px;
  left: auto;
  margin: auto;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/white-arrow.png");
}
.contact-submit:hover:before {
  transition: 0.3s;
  background-image: url("../images/blue-arrow.png");
}
#contact-form {
  width: 86.726%;
  margin-left: auto;
  margin-right: auto;
}
#header.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: black;
  padding: 0px 0px 0px 0px;
  animation: 1s forwards smoothScroll;
  padding: 10px 0;
}
.navbar-brand {
  display: flex;
  justify-content: left;
  align-items: center;
}
.page1-image1.mobile {
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar-toggler {
  border: none;
}
label.error.fail-alert {
  font-size: 11px;
  color: #e72323;
  transform: translate(6px, -32px);
}
.error-message {
  text-align: center;
  font-weight: 500;
  color: #e72323;
}
.success-message {
  text-align: center;
  font-weight: 500;
  color: #097c50;
}
.custom-error-field {
  position: relative;
  z-index: 9;
}
.custom-error-field label.error.fail-alert {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
}
.my-floating-button {
  width: 195.2px;
  height: 50.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 10px;
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  transition: 0.3s;
  line-height: 15px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
}
.my-floating-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 8.8px;
  width: 2.8px;
  height: 5.6px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  transition: 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/header-button-arrow.png);
}
.floating-big-text {
  margin: 0 5px 0 0;
  font-family: "Zen Antique Soft", serif;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #fff;
}
.floating-button-blue {
  transition: 0.3s;
  background-image: linear-gradient(104deg, #081748 0%, #2746af);
  margin-bottom: 5.5px;
}
.floating-button-green {
  transition: 0.3s;
  background-image: linear-gradient(104deg, #084832 0%, #02291b);
  margin-bottom: 5.5px;
}
.floating-button-yellow {
  transition: 0.3s;
  background: linear-gradient(
    90deg,
    rgba(178, 186, 31, 1) 0%,
    rgba(106, 123, 74, 1) 74%,
    rgba(36, 69, 26, 1) 100%
  );
  margin-bottom: 5.5px;
}
.floating-button-blue:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #081748;
  background-color: #fff;
}
.floating-button-blue:hover .floating-big-text {
  transition: 0.3s;
  color: #081748;
}
.floating-button-yellow:hover .floating-big-text {
  transition: 0.3s;
  color: #081748;
}
.floating-button-green:hover .floating-big-text {
  transition: 0.3s;
  color: #084832;
}
.floating-button-green:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #084832;
  background-color: #fff;
}
.floating-button-yellow:hover {
  transition: 0.3s;
  background-image: none !important;
  color: #084832;
  background-color: #fff;
}
.floating-button-wrap {
  position: fixed;
  right: 19px;
  z-index: 999;
  top: 45%;
}
/* .no-button .floating-button-wrap {
  display: none !important;
} */
.no-green-button .floating-button-green {
  display: none !important;
}
.multi-field-input-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.multi-field-input-label {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.multi-field-input-wrap.other .multi-field-input-box .contact-form-field {
  width: 105px;
}
.multi-field-input-wrap.other .multi-field-input-box {
  width: 145px;
}
.multi-field-input-box {
  width: 140px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.multi-field-input-box .contact-form-field {
  width: 99px;
  margin-bottom: 0;
  margin-top: 0;
}
.special-fleft {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 32px;
}
.special-fleft .form-label {
  width: 75px;
}
.special-fleft .form-select.contact-form-field.form-control {
  width: 105px;
}
.multi-field-input-wrap label.error.fail-alert {
  position: absolute;
  bottom: -21px;
  width: 105%;
  transform: none !important;
  left: 0;
}
.multi-field-input-box {
  position: relative;
  z-index: 9;
}
/* New Pages CSS Starts */
#newpageone-section1 {
  padding: 100px 0 82.1px;
}
.teams-six-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teams-six-box {
  width: 14.959%;
}
.teams-six-image {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.teams-six-time {
  font-family: "Zen Antique Soft", serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: -0.1px;
  text-align: center;
  margin-bottom: 0;
  color: #11256a;
}
.teams-six-name {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 15.1px;
  line-height: 26px;
  letter-spacing: normal;
  text-decoration: underline;
  text-align: center;
  color: #11256a;
}
.teams-six-arrow {
  width: 21.7px;
  height: 10.9px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.team-info {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background-color: #fff;
  padding: 94px 0 102.1px;
}
.team-info.teams-six-dark {
  background-color: #f0f1f2;
}
.teams-six-time-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  margin-right: 19px;
  letter-spacing: normal;
  text-align: left;
  color: #11256a;
}
.teams-six-name-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #11256a;
}
.teams-six-heading-wrap {
  display: flex;
  padding-bottom: 21px;
  border-bottom: 1px solid #11256a;
  margin-bottom: 36.9px;
}
.teams-six-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  color: #081748;
}
.teams-six-description {
  width: 66.6%;
}
.team-info .teams-six-description {
  margin-right: auto;
  margin-left: 0;
}
.team-info.teams-six-dark .teams-six-description {
  margin-left: auto;
  margin-right: 0;
}
.team-info .row.row-1000 {
  margin-right: auto;
  margin-left: 0;
}
.team-info.teams-six-dark .row.row-1000 {
  margin-left: auto;
  margin-right: 0;
}
.teams-six-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 42.22px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.team-info.teams-six-dark .teams-six-full-image {
  position: absolute;
  left: 0;
  right: auto;
  top: 94px;
  width: 35.662%;
}
.team-info .teams-six-full-image {
  position: absolute;
  left: auto;
  right: 0;
  top: 94px;
  width: 35.662%;
}
#page5-pop-section {
  padding-top: 101px;
}
.page5-pop-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 87px;
  letter-spacing: 3px;
  color: #11256a;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
  margin-bottom: 93px;
}
.page5-pop-heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}
.row-760 {
  width: 68%;
}
.row-789 {
  width: 69%;
}
.row-780 {
  width: 69.9%;
}
#page5-pop-section-pops {
  padding-top: 19px;
  padding-bottom: 65.6px;
  position: relative;
  z-index: 9;
}
#page5-pop-section-pops::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 80.52%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}
.page5-pop-count {
  font-family: "Zen Antique Soft", serif;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 76px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
  margin-bottom: 10px;
}
.page5pop-image-icon {
  height: 76.8px;
  width: 84.8px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.page5-pop-icon-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  text-align: center;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 13.9px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
  min-height: 50px;
}
.page5pop-para {
  font-family: "Zen Antique Soft", serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
  color: #081748;
}
.page5-pop-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page5-pop-box {
  width: 33.33%;
  border-right: 1px solid #bec2ce;
  border-bottom: 1px solid #bec2ce;
  padding: 40px 20.5px;
  cursor: pointer;
}
.page5-pop-box:nth-child(3n) {
  border-right: none;
}
.page5-pop-box:nth-last-child(-n + 3) {
  border-bottom: none;
}
.modal-left-content {
  width: 42%;
  padding: 0px 28px;
}
.modal-left-content .page5-pop-count {
  margin-bottom: 12.9px;
}
.modal-left-content .page5pop-image-icon {
  margin-bottom: 23.7px;
}
.modal-left-content .page5-pop-icon-heading {
  margin-bottom: 18px;
}
.modal-dialog {
  max-width: 692px !important;
}
.modal-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.modal-right-image {
  width: 58%;
}
.btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 14px;
  top: 12px;
  position: absolute;
  background-color: #fff;
  display: block;
  opacity: 1;
  border: 1px solid #707070 !important;
  padding: 0;
  z-index: 99;
}
.tile-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tile-image {
  height: auto;
  width: 31.688%;
  margin-bottom: 20px;
}
.page5-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 66px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
  margin-top: 67px;
  margin-bottom: 20px;
}
#page7-pop-section {
  padding-top: 38px;
  padding-bottom: 153px;
}
.new-page7-gradient-section {
  position: relative;
  z-index: 9;
}
.new-page7-gradient-section:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 84%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f0f1f2, #fff);
}
.page7-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 29px;
  text-align: center;
  color: #081748;
}
.page7-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21.5px;
  letter-spacing: normal;
  text-align: center;
  color: #445281;
}
.page7-page-jumper-link {
  border: 2px solid #081748;
  background-color: #081748;
  padding: 8px 15px;
  color: #fff;
  position: relative;
  width: 22%;
  text-align: center;
  margin: 10px 13px;
  transition: 0.3s;
  z-index: 9;
}
.page7-page-jumper-link:last-child {
  width: 22%;
}
.page7-page-jumper-link:before {
  position: absolute;
  content: "";
  right: 7.4px;
  left: auto;
  top: 0;
  transition: 0.3s;
  bottom: 0;
  margin: auto;
  width: 7.3px;
  height: 7.2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrow-white.png");
}
.page7-page-jumper-link:hover {
  transition: 0.3s;
  color: #081748;
  background-color: #fff;
}
.page7-page-jumper-link:hover:before {
  transition: 0.3s;
  background-image: url("../images/arrow-blue.png");
}
.page7-page-jumper-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.new-page7-gradient-section {
  padding: 42px 0 155.5px;
  position: relative;
  z-index: 9;
}
.bg-page7-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 87px;
  letter-spacing: 3px;
  text-align: left;
  color: #11256a;
  margin-bottom: 4px;
}
.bg-page7-sub-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 15px;
  z-index: 9;
  color: #081748;
}
.bg-page7-sub-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background-color: #081748;
}
.page7-custom-table {
  padding: 18.5px 0;
  border-bottom: 1px solid #cfd4e5;
}
.page7-custom-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page7-col1 {
  width: 230px;
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.page7-col2 {
  width: calc(100% - 230px);
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #081748;
}
.newpage7-button .button-stripe-buttons.entry-header-button {
  border: 2px solid #103e86;
  color: #103e86;
  font-size: 25px;
  width: 250px;
}
.newpage7-button .button-stripe-buttons.entry-header-button:hover {
  background-color: #103e86;
  color: #fff;
}
.fs-39 {
  font-size: 39px;
}
.dark-bg-heading {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  background-color: #11256a;
  margin-top: 35px;
  text-align: left;
  padding: 14.5px 24px;
  color: #fff;
}
.fs-16 {
  font-size: 16px;
  display: inline-block;
  margin-left: 6px;
}
.last-my-para1 {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
.last-my-para2 {
  font-family: "Zen Antique Soft", serif;
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #081748;
}
#page7-pop-section4 {
  padding-bottom: 61px;
}
.height-field {
  height: 147px;
}
.modal.fade {
  background-color: #000000e6;
}
#homepage-section-6.new-homeapge1 {
  padding: 337.3px 0 150.7px !important;
}
#fieldh-error {
  width: 100%;
  text-align: center;
}
/* New Pages CSS Ends */
@media (max-width: 1200px) {
  .bg-page7-heading {
    font-size: 34px;
  }
  .new-page7-gradient-section:before {
    width: 100%;
  }
  .teams-six-time {
    letter-spacing: -1.1px;
  }
  .teams-six-name {
    font-size: 16px;
  }
  .teams-six-arrow {
    width: 13px;
    height: 7px;
  }
  .team-info .teams-six-full-image {
    width: 100% !important;
    margin-bottom: 50px !important;
    position: static !important;
  }
  .teams-six-description {
    width: 100%;
  }
  .team-info {
    padding-top: 0 !important;
  }
  .insider-buttons-wrap {
    width: 100%;
    gap: 7px;
  }
  #homepage-section-4 .container {
    max-width: 97%;
  }
  .floating-button-wrap {
    top: 30%;
  }
  .slider-full-row-image .slick-next {
    left: 84.2%;
  }
  .slider-full-row-image .slick-prev {
    right: 84.2%;
  }
  .underline-heading-left {
    font-size: 35px;
    line-height: 50px;
  }
  .underline-heading-right {
    font-size: 55px;
    line-height: 75px;
  }
  .page2-gallery-wrap {
    row-gap: 20px;
    column-gap: 20px;
  }
  .page2-gallery-wrap.second {
    margin-top: 20px;
  }
  .page2gallery-image2 {
    height: 545px;
  }
  .page2-first-bg-text {
    width: 120px;
  }
  .page2-section1-wrap {
    margin-left: 0;
    width: 100%;
  }
  #page2-section2:before {
    width: 100%;
  }
  .page2-section2-bg-text {
    font-size: 160px;
    line-height: 1px;
    right: 0px;
    top: 30px;
  }
  .button-stripe-heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .button-stripe-buttons.entry-header-button {
    width: 32%;
    text-align: center;
  }
  .button-stripe-image-button {
    width: 32%;
    margin-left: 0;
  }
  .text-button-wrap {
    flex-wrap: wrap;
  }
  #homepage-section-4 {
    padding-top: 115px;
  }
  .homepage-dark-content-wrap {
    padding: 90px 0 130px 62px;
  }
  .homepage-section-4-heading {
    line-height: 100px;
    font-size: 50px;
  }
  .row-1000,
  .row-830,
  .row-700,
  .row-760,
  .row-789,
  .row-780 {
    width: 100%;
  }
  .homepage-section-5-heading {
    font-size: 85px;
    line-height: 85px;
    margin-left: 0;
  }
  .slider-button {
    width: 42px;
    height: 48px;
  }
  .homepage-slider .slick-slide {
    margin-left: 35px;
  }
  .page5-pop-heading {
    font-size: 45px;
    line-height: 70px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
  #page5-pop-section-pops::before {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .page1-bg-text {
    font-size: 110px;
  }
  .page1-heading,
  .page2-section1-heading {
    font-size: 45px;
    line-height: 72px;
    margin-left: 0;
  }
  .page1-heading-small-color {
    font-size: 38px;
  }
  .page1-overlap-wrap {
    margin-left: 0;
    width: 60%;
  }
  #homepage-section-2 {
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: url("https://dill1.jp/takemura/wp-content/themes/takemura/images/section2-bg-sp.png");
  }
  .homepage-section2-heading-english {
    line-height: 55px;
    font-size: 55px;
  }
  .homepage-section2-heading-japanese {
    line-height: 55px;
    font-size: 55px;
  }
  .homepage-section2-heading {
    margin-bottom: 45px;
  }
  .about-para {
    font-size: 20px;
  }
  .homepage-section3-heading {
    font-size: 45px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  #homepage-section-6.new-homeapge1 {
    padding: 60px 0 60px !important;
  }
  #page7-pop-section {
    padding-bottom: 60px;
  }
  .page7-page-jumper-link {
    width: 48.5% !important;
    margin: 10px 0px !important;
  }
  .page7-page-jumper-wrap {
    justify-content: space-between;
  }
  .page5-sub-heading {
    font-size: 32px;
    line-height: 45px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .tile-image {
    width: 48.56%;
    margin-bottom: 18px;
  }
  .modal-dialog {
    max-width: 373px !important;
  }
  .modal-left-content {
    width: 100%;
    padding: 20px 16px 1px;
  }
  .modal-left-content .page5pop-para {
    font-size: 13px;
  }
  .modal-left-content .page5-pop-icon-heading {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .modal-right-image {
    width: 100%;
  }
  .btn-close {
    width: 25px;
    height: 25px;
    right: 15px;
    background-size: 14px;
    top: 14px;
  }
  .modal-left-content .page5-pop-count {
    margin-bottom: 12.9px;
    line-height: 58px;
    font-size: 32px;
  }
  .modal-left-content .page5pop-image-icon {
    margin-bottom: 14px;
    height: 52px;
    width: 62px;
  }
  .page5-pop-box {
    width: 50%;
  }
  /* .page5-pop-box:nth-last-child(-n + 2) {
    display: none !important;
  } */
  .page5-pop-box:nth-child(3n) {
    border-right: 1px solid #bec2ce;
  }
  .page5-pop-box:nth-child(2n) {
    border-right: none !important;
  }
  .page5-pop-box:nth-last-child(-n + 4) {
    border-bottom: none !important;
  }
  .teams-six-box {
    width: 31%;
  }
  .teams-six-box:nth-child(-n + 3) {
    margin-bottom: 35px;
  }
  .my-floating-button {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
  .floating-button-wrap {
    top: 22%;
    right: 0;
  }
  .floating-big-text {
    font-size: 12px;
  }
  .contact-banner-heading {
    font-size: 62px;
    line-height: 95px;
  }
  .contact-banner-sub-heading {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
  #contact-form {
    width: 100%;
  }
  .contact-form-wrap {
    padding: 45px 35px 45px;
  }
  .contact-banner-para {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 38px;
  }
  #page3-dark-slider-section {
    padding-bottom: 65px;
  }
  .slider-full-row-image .slick-next {
    left: 90.5%;
  }
  .slider-full-row-image .slick-prev {
    right: 90.5%;
  }
  .page3-slider-darkheading {
    font-size: 45px;
    line-height: 129px;
    margin-bottom: 0px;
  }
  .page3-dark-slider-bg-text {
    font-size: 155px;
    line-height: 300px;
    right: -44px !important;
  }
  #page3-section1 {
    padding-top: 55px;
  }
  .page3-para {
    margin-bottom: 25px;
  }
  .four-image {
    width: 48.5%;
    height: 230px;
    margin-bottom: 15px;
    object-fit: cover;
  }
  .page2-first-bg-text {
    width: 58px;
  }
  #page2-section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page2-section2 {
    overflow: visible;
    padding-bottom: 90px;
  }
  .left-right-my-row.alt-order .left-right-image-col {
    margin-right: 0;
  }
  .left-right-image-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .left-right-text-col {
    width: 100%;
  }
  .left-right-my-row {
    margin-bottom: 40px;
  }
  .left-right-my-row.alt-order .left-right-image-col {
    order: -1;
  }
  .page1-overlap-wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .page1-heading,
  .page2-section1-heading {
    font-size: 40px;
    line-height: 65px;
    margin-left: 0;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
  .page1-overlap-heading,
  .page2-section1-sub-heading,
  .page3-sub-heading {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .page1-image1.desktop {
    display: none;
  }
  .page1-image1.mobile {
    display: block;
    position: static;
    height: auto !important;
    width: 100%;
    margin-top: 25px;
  }
  #page1-section {
    padding: 65px 0 0px;
  }
  .footer-logo {
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
  .footer-menu-link-wrap,
  .footer-text-col .footer-text,
  .footer-button-wrap {
    text-align: center;
  }
  .footer-logo-col {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer {
    padding: 37px 0px 37px 0px;
  }
  .footer-text-col {
    width: 100%;
  }
  #homepage-section-6 {
    padding: 20px 0 60px;
  }
  .above-footer-common {
    margin-top: 75px;
  }
  #homepage-section-5 {
    padding-bottom: 50px;
  }
  .homepage-section-5-heading {
    font-size: 48px;
  }
  .slider-button {
    width: 34px;
    height: 48px;
  }
  .homepage-slider {
    margin-bottom: 30px;
  }

  #header .container-fluid.pe-0 {
    padding-left: 0 !important;
  }
  #navbarNav {
    background-color: #2a2a2a;
  }
  .navbar-brand {
    padding-left: 15px;
  }
  #header .nav-item {
    width: 100%;
  }
  .navbar-nav.align-items-baseline {
    margin-top: 20px;
  }
  #header .nav-link {
    padding: 8px 15px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
  }
  #header li:last-child .nav-link {
    border: none !important;
    margin: 15px auto !important;
    width: 85%;
    text-align: center;
  }
  .banner-video {
    height: 98vh;
  }
  #header .entry-header-button-text {
    font-size: 17px;
  }
  #homepage-section-3 {
    padding: 56px 0 370px 0px;
  }
  .homepage-section3-heading {
    font-size: 32px;
    line-height: 45px;
  }
  #homepage-section-5 .dark-blue-theme-button {
    margin-left: 35px;
  }
  #page3-white-slider-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page7-page-jumper-link {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .bg-page7-heading {
    font-size: 30px;
  }
  .page7-col1 {
    width: 100%;
    margin-bottom: 17px !important;
    font-size: 16px;
    font-weight: 500;
  }
  .page7-col2 {
    width: 100%;
  }
  .teams-six-sub-heading {
    font-size: 26px;
    line-height: 44px;
  }
  .page1-heading,
  .page2-section1-heading {
    font-size: 32px;
    line-height: 55px;
  }
  .page1-heading-small-color {
    font-size: 28px;
  }
  .contact-banner-heading {
    font-size: 38px;
    line-height: 68px;
  }
  .contact-form-wrap {
    padding: 35px 25px 35px;
  }
  .contact-submit {
    font-size: 15px;
    padding: 12px 55px 12px 45px;
  }
  .contact-banner-sub-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }
  #contact-form .field-box .form-label,
  .form-warning,
  .privacy-policy .form-check-label {
    font-size: 15px;
  }
  .contact-form-field.textarea {
    height: 225px;
    margin-bottom: 45px;
  }
  .form-text {
    font-size: 15px;
  }
  .contact-banner-para {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 36px;
  }
  .left-list-text {
    width: 100%;
    margin-bottom: 14px;
    color: #103e86;
  }
  .right-list-text {
    width: 100%;
    font-size: 15px;
    text-align: left;
    color: #000;
  }
  .page3-slider-darkheading {
    display: block;
  }
  .page3-slider-darkheading-small {
    display: block;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 15px;
  }
  .slider-full-row-image .slick-next {
    left: 95%;
  }
  .slider-full-row-image .slick-prev {
    right: 95%;
  }
  .slider-full-row-image .slick-slide {
    margin: 0 15px;
  }
  .slider-full-row-image .slick-next.slick-arrow,
  .slider-full-row-image .slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-full-row-image .slick-next:before,
  .slider-full-row-image .slick-prev:before {
    width: 11px;
  }
  .underline-heading-wrap {
    flex-wrap: wrap;
  }
  .underline-heading-left {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .underline-heading-right {
    font-size: 35px;
    line-height: 50px;
    width: 100%;
  }
  .page2-gallery-wrap {
    display: block;
  }
  #page2-gallery {
    padding: 60px 0px 60px;
  }
  .page2-gallery-wrap .page2gallery-image {
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    object-fit: cover;
  }
  .page2-gallery-wrap.second {
    margin-top: 0;
  }
  .button-stripe-image-button {
    height: 42px;
  }
  .button-stripe-buttons.entry-header-button {
    padding: 12px 15px;
  }
  #button-stripe {
    padding: 40px 0px 40px 0px;
  }
  .button-stripe-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .above-footer-common-box {
    width: 100%;
    margin-top: 20px;
  }
  .above-footer-common {
    margin-top: 25px;
  }
  .header-logo {
    height: 18px;
  }
  .banner-video {
    height: 25vh;
  }
  .homepage-section2-heading-english,
  .homepage-section2-heading-japanese {
    line-height: 32px;
    font-size: 32px;
  }
  .homepage-section2-heading {
    margin-bottom: 32px;
  }
  .homepage-dark-content-box {
    width: 100%;
  }
  .homepage-section-4-heading {
    line-height: 46px;
    font-size: 38px;
  }
  .homepage-dark-content-wrap {
    padding: 68px 15px 130px 15px;
    width: calc(100% - 13px);
    margin-left: auto;
  }
  .homepage-section-4-sub-heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 17px;
  }
  .homepage-section-4-para {
    margin-bottom: 24px;
  }
  .homepage-dark-image-box {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page5-sub-heading {
    font-size: 28px;
    line-height: 35px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .modal-dialog {
    max-width: 100%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .page5-pop-count {
    font-size: 35px;
  }
  .page5pop-image-icon {
    height: 60px;
    width: 70px;
  }
  .page5-pop-icon-heading {
    font-size: 16px;
  }
  .page5pop-para {
    font-size: 14px;
  }
  .multi-field-input-box {
    margin-bottom: 15px;
  }
  #homepage-section-4 .container {
    max-width: 100%;
  }
  .my-floating-button {
    width: 198px;
    height: 44px;
    font-size: 13px;
  }
  .floating-big-text {
    font-size: 15px;
  }
  .floating-button-wrap {
    top: 75%;
    right: 0;
  }
  .button-stripe-buttons.entry-header-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .page3-dark-slider-bg-text {
    font-size: 85px;
    line-height: 120px;
    top: 24% !important;
    right: -44px !important;
  }
  .page3-slider-darkheading {
    font-size: 36px;
    line-height: 120px;
  }
  .page3-slider-darkheading-small {
    font-size: 35px;
  }
  .page2-section-2-heading {
    font-size: 34px;
  }
  .left-right-heading {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .button-stripe-image-button {
    width: 49%;
    margin-bottom: 0;
  }
  .about-para {
    font-size: 14px;
    line-height: 2;
  }
  .slider-button {
    width: 26px;
    height: 48px;
  }
  .homepage-section-5-heading {
    font-size: 35px;
    line-height: 55px;
  }
  .homepage-section3-heading {
    font-size: 24px;
    line-height: 36px;
  }
  #homepage-section-3 {
    padding: 0px 0 0px 0px;
  }
  .box-container {
    padding-top: 2px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .modal-dialog {
    width: 80%;
  }
  .page5-pop-box {
    width: 100%;
    padding: 20px 10px;
  }
  .page5-pop-heading {
    font-size: 28px;
    line-height: 45px;
    padding-bottom: 10px;
    margin-bottom: 66px;
  }
  /* .page5-pop-box {
    border-right: none !important;
  } */
  .page5-pop-box:nth-child(9) {
    border-bottom: 1px solid #bec2ce !important;
  }
  #page5-pop-section-pops::before {
    width: 100%;
  }
  .footer-menu-link-wrap .footer-menu-link {
    font-size: 13px;
    padding: 0 2px;
    margin: 0 3px 17px;
    text-align: center;
  }
  .footer-theme-button .entry-header-button-text {
    font-size: 15px;
  }
  .teams-six-sub-heading {
    font-size: 22px;
    line-height: 36px;
  }
  .teams-six-time {
    font-size: 12px;
  }
  .teams-six-name {
    font-size: 14px;
  }
  .teams-six-box {
    width: 47%;
  }
  .teams-six-box:nth-child(-n + 3) {
    margin-bottom: 28px;
  }
  .team-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 360px) {
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .navbar-brand {
    padding-left: 6px;
    margin-right: 8px;
  }
  .navbar-toggler {
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.about-slider-sub {
  text-align: right;
  font-size: 18px;
  color: #081748;
}
#page1-section5 {
  padding: 113.5px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h1-sec.png");
  position: relative;
  z-index: 1;
}
#page1-section5::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}
.history-col {
  width: 48.217% !important;
}
.history-col.tilt-section.alt {
  margin-left: auto;
  margin-right: 0 !important;
  float: right;
}
#page1-section6 {
  padding: 90px 170px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h2-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page1-section6::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

#page1-section7 {
  padding: 128px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h3.png");
  position: relative;
  z-index: 1;
}
#page1-section7::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}
#page1-section8 {
  padding: 100px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h4-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page1-section8::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}
#page1-section9 {
  padding: 96px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h5-sec.png");
  position: relative;
  z-index: 1;
}
#page1-section9::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}
#page1-section10 {
  padding: 84px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h6-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page1-section10::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}
#page1-section11 {
  padding: 114px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h9-sec1.png");
  position: relative;
  z-index: 1;
}
#page1-section11::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}
#page1-section12 {
  padding: 108px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h7-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page1-section12::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}
#page1-section13 {
  padding: 116px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h8-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#page1-section13::before {
  position: absolute;
  content: "";
  left: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
}
#page1-section14 {
  padding: 104px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h9-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;

  margin-bottom: 100px;
}
#page1-section14::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11416ad9;
  z-index: -1;
  transform: skewX(10deg);
}

@media (max-width: 640px) {
  .about-slider-darkheading {
    font-size: 28px;
    line-height: 35px;
  }
  .about-slider-sub {
    font-size: 16px;
    line-height: 22px;
  }
  #page1-section3 {
    padding: 50px 10px;
    margin-bottom: 0px;
  }
  #page1-section5 {
    padding: 60px 10px;
  }
  .history-col {
    width: 100% !important;
  }
  .page2-section-2-heading {
    font-size: 28px;
  }
  #page1-section5::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section6 {
    padding: 60px 10px;
  }
  #page1-section7 {
    padding: 60px 10px;
  }
  #page1-section8 {
    padding: 60px 10px;
  }
  #page1-section9 {
    padding: 60px 10px;
  }
  #page1-section10 {
    padding: 60px 10px;
  }
  #page1-section11 {
    padding: 60px 10px;
  }
  #page1-section12 {
    padding: 60px 10px;
  }
  #page1-section13 {
    padding: 60px 10px;
  }
  #page1-section14 {
    padding: 60px 10px;
  }

  #page1-section6::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section8::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section7::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section8::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section9::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section10::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section11::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section15::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section12::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section13::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  #page1-section14::before {
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    transform: none !important;
  }
  .homepage-verticle-text {
    z-index: -1;
  }
  .single-line {
    display: block !important;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
}
.single-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rik-button {
  margin-top: 2.5rem !important;
}
.weight {
  font-weight: 600 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
}
p.mt-4.mb-0.newpage7-button.wow.fadeInUp {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .py-md-5 {
    background-color: transparent !important;
    font-family: "Zen Antique Soft", serif !important;
  }
  .bg-light {
    background-color: transparent !important;
  }
}
button.accordion-button.collapsed {
  background-color: #103e86;
  color: white;
}
button.accordion-button {
  background-color: #103e86;
  color: white;
}
.accordion-button:not(.collapsed) {
  background-color: #103e86 !important;
  color: white !important;
}
.bg-light {
  background-color: transparent !important;
}
.accordion-button::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
  width: 20px !important;
  height: 20px !important;
  background-image: none !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  background-color: #113e86;
  color: white;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  padding: 10px;
  line-height: 1.5;
}

/* #page1-section11 {
  padding: 170px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/h6-sec.png");
  position: relative;
  z-index: 1;
  overflow: hidden;
} */
/* #page1-section11::before {
  position: absolute;
  content: "";
  right: -11%;
  top: 0;
  height: 100%;
  width: 71.5%;
  background-color: #11256ad9;
  z-index: -1;
  transform: skewX(-10deg);
} */
@media (max-width: 1177px) {
  #header .navbar-toggler-icon {
    background-image: url("http://dill1.jp/takemura/wp-content/uploads/2025/10/download.png");
  }
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  background-color: #113e86;
}
/* Feature Section */
.feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #000;
}

.content {
  width: 50%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0;
  color: white;
  text-align: center;
}

.content p {
  font-size: 0.95rem;
  line-height: 2;
  color: white;
  text-align: center;
}

.dots {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.dots span {
  width: 8px;
  height: 8px;
  background-color: #f7c600;
  border-radius: 50%;
}

.image {
  width: 50%;
}

.image img {
  width: 100%;

  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .feature-section {
    flex-direction: column;
    height: auto;
  }

  .content,
  .image {
    width: 100%;
  }

  .image img {
  }

  .content {
    text-align: center;
    padding: 4rem 2rem;
  }

  .content h2 {
    font-size: 2rem;
  }
}

/* End Feature Section */
.service {
  background-color: #000;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
  font-family: "Arial", sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.service-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Force max 3 columns */
@media (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-item {
  position: relative;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: scale(1.02);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.service-item:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
}

.service-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 20px;
}

.service-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-content p {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.btn-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  padding: 8px 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.btn-service:hover {
  background-color: #fff;
  color: #000;
}

.btn-service:hover::after {
  transform: translateX(5px);
}
.fa-chevron-right:before {
  right: 10px;
  content: "\f054";
  position: absolute;
  top: 35%;
  font-size: 12px;
}

/* Responsive breakpoints */
@media (max-width: 1023px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-item {
    height: 220px;
  }

  .service-content h3 {
    font-size: 1.2rem;
  }
}

.led {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.led-content {
  max-width: 800px;
  margin: 0 auto;
}

.led-subtitle {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.led-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.led-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 30px;
}

.led-text {
  font-size: 14px;
  line-height: 2;
  color: #ccc;
}

@media (max-width: 768px) {
  .led {
    padding: 80px 15px;
  }
  .led-title {
    font-size: 28px;
  }
  .led-heading {
    font-size: 20px;
  }
}
.cta {
  /* background-color: #111; */
  padding: 1% 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-content {
  background-image: url("https://dill1.jp/takemura/wp-content/themes/takemura/images/cta.png"); /* adjust path if needed */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 120px 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  max-width: 99%;
  width: 100%;
}
.cta-bg {
  background-image: url("https://dill1.jp/takemura/wp-content/themes/takemura/images/bg-cta.png"); /* adjust path if needed */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 120px 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  max-width: 99%;
  width: 100%;
}

@media (max-width: 768px) {
  .cta-content {
    padding: 40px 20px;
    font-size: 16px;
  }
}

.thankYou {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.thankYou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.thankYou h2 {
  font-size: 22px;
  margin: 0;
}

.thankYou-circles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.circle-row {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.circle img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .circle {
    width: 60px;
    height: 60px;
  }
  .circle-row {
    gap: 15px;
  }
}

.media {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0 0px 0px;
}

.media-content {
  max-width: 90%;
  margin: 0 auto;
}

.media h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

.media-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.media-col {
  position: relative;
  flex: 1 1 50%;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 22px;
}

.media-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: filter 0.3s ease;
}

.media-col:hover img {
  filter: brightness(50%);
}

.media-overlay {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 768px) {
  .media-col {
    flex: 1 1 100%;
    height: 200px;
  }
}
.footer-image {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("https://dill1.jp/takemura/wp-content/themes/miwarecruit/images/footerimg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-right: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.footer-text {
  position: relative;
}

.footer-text h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 0.05em;
}

.footer-text .blue {
  color: #00aeef; /* brand blue accent */
}

.footer-text p {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-image {
    height: 250px;
  }

  .footer-text h2 {
    font-size: 28px;
  }

  .footer-text p {
    font-size: 16px;
  }
}

/* =========================================
   BLOG SECTION
   ========================================= */
.homepage-blog {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.homepage-blog .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ----- Header Area ----- */
.homepage-blog h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.homepage-blog p {
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 2rem;
}

.homepage-blog .see-more {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.homepage-blog .see-more:hover {
  background-color: #fff;
  color: #000;
}

/* ----- Blog Grid ----- */
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 30px;
}

.blog-card {
  flex: 1 1 calc(25% - 24px);
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/* ----- Blog Image ----- */
.blog-thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}

.blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.05);
}

/* ----- Text ----- */
.blog-meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 6px;
}

.blog-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.blog-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #00aaff; /* accent blue highlight */
}

/* ----- Responsive ----- */
@media (max-width: 1024px) {
  .blog-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .homepage-blog {
    padding: 60px 0;
  }

  .homepage-blog h2 {
    font-size: 1.8rem;
  }

  .blog-card {
    flex: 1 1 100%;
  }

  .blog-thumb img {
    height: 180px;
  }
}

/* ===========================
   BLOG ARCHIVE PAGE
   =========================== */
.blog-archive {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

.blog-archive .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.archive-head {
  margin-bottom: 30px;
}

.archive-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.archive-sub {
  color: #aaa;
  margin: 0;
}

/* Grid: 3 per row on desktop */
.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.archive-card {
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.archive-card:hover {
  transform: translateY(-6px);
  opacity: 0.95;
}

/* Thumbnail */
.card-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.card-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.archive-card:hover .card-thumb img {
  transform: scale(1.04);
}

/* Text */
.card-meta {
  font-size: 0.85rem;
  color: #8a8a8a;
  margin: 12px 2px 4px;
}

.card-title {
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0 2px 0;
}

.card-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.card-title a:hover {
  color: #00aaff; /* accent */
}

/* Pagination */
.archive-pagination {
  margin-top: 40px;
  text-align: center;
}

.archive-pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 12px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  color: #ddd;
  text-decoration: none;
  font-size: 0.9rem;
}

.archive-pagination .page-numbers.current {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.archive-pagination .page-numbers:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-thumb img {
    height: 210px;
  }
}

@media (max-width: 640px) {
  .blog-archive {
    padding: 70px 0;
  }
  .blog-archive-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .archive-title {
    font-size: 1.8rem;
  }
  .card-thumb img {
    height: 200px;
  }
}

/* ================================
   SINGLE POST (matches dark UI)
   ================================ */
.single-post {
  background: #000;
  color: #fff;
  padding: 0px 0 0px;
}

.single-post .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Article wrapper ---- */
.single-article {
  position: relative;
}

/* ---- Header / Eyebrow ---- */
.single-hero {
  padding-top: 60px;

  margin-bottom: 26px;
}

.single-eyebrow {
  color: #9a9a9a;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ---- Title ---- */
.single-title {
  font-size: 2.1rem;
  line-height: 1.25;
  font-weight: 800;
  margin: 6px 0 16px;
}

/* ---- Featured image ---- */
.single-thumb {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
}

.single-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ---- Content ---- */
.single-content {
  margin-top: 26px;
  font-size: 1.05rem;
  line-height: 1.9;
  padding-bottom: 60px;
}

.single-content p {
  margin: 0 0 1.1em;
  color: #e9e9e9;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  margin: 1.6em 0 0.6em;
  line-height: 1.3;
  font-weight: 700;
}

.single-content a {
  color: #00aaff;
  text-decoration: underline;
}

.single-content img,
.single-content figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.single-content figure {
  margin: 1.2em 0;
  text-align: center;
}

.single-content figcaption {
  font-size: 0.85rem;
  color: #9a9a9a;
  margin-top: 0.4em;
}

/* Gutenberg alignment helpers */
.single-content .alignwide {
  width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.single-content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.single-content .alignleft {
  float: left;
  margin: 0.2em 1em 0.8em 0;
  max-width: 48%;
}
.single-content .alignright {
  float: right;
  margin: 0.2em 0 0.8em 1em;
  max-width: 48%;
}

.single-content blockquote {
  margin: 1.4em 0;
  padding: 16px 18px;
  border-left: 3px solid #2e7ea8;
  background: #0f0f0f;
  color: #dfe9ef;
  border-radius: 8px;
}

.single-content ul,
.single-content ol {
  padding-left: 1.2em;
  margin: 0 0 1.1em;
}

.single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  font-size: 0.95rem;
}

.single-content table th,
.single-content table td {
  border: 1px solid #242424;
  padding: 10px 12px;
}

.single-content table th {
  background: #0f0f0f;
  color: #eaeaea;
}

/* Code blocks */
.single-content pre,
.single-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.single-content pre {
  background: #0e0e0e;
  color: #e6e6e6;
  border: 1px solid #232323;
  border-radius: 10px;
  padding: 14px;
  overflow-x: auto;
  line-height: 1.6;
  margin: 1.2em 0;
}

.single-content code {
  background: #121212;
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid #242424;
}

/* Pagination inside a single post (<!--nextpage-->) */
.post-pages {
  margin-top: 22px;
  color: #cfcfcf;
}
.post-pages a,
.post-pages span {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 6px 12px;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  text-decoration: none;
  color: #ddd;
  font-size: 0.9rem;
}
.post-pages span {
  /* current page */
  background: #fff;
  color: #000;
  border-color: #fff;
}

/* Clear floats created by alignleft/right */
.single-content::after {
  content: "";
  display: block;
  clear: both;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .single-thumb img {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .single-title {
    font-size: 1.6rem;
  }
  .single-thumb img {
    height: 240px;
  }
  .single-content .alignleft,
  .single-content .alignright {
    float: none;
    margin: 0 0 1em 0;
    max-width: 100%;
  }
}

#customCarousel {
  max-width: 900px; /* center the carousel nicely */
  margin: 0 auto;
}

#customCarousel .carousel-item {
  /* height: 450px;  */
  transition: transform 0.8s ease-in-out;
}

#customCarousel .carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps the image cropped nicely, no stretch */
  object-position: center;
  display: block;
}
/* Default: Desktop */
#banner-video .sp {
  display: none;
}

#banner-video .pc {
  display: block;
}

/* Mobile */
@media (max-width: 767px) {
  #banner-video .pc {
    display: none;
  }

  #banner-video .sp {
    display: block;
  }
}
.box-container {
  background-color: rgba(0, 0, 0, 0.294);
}
.image-container {
  display: flex;
  flex-direction: column; /* stack images vertically */
  align-items: center; /* center horizontally */
  gap: 20px; /* space between images */
  padding: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-section {
  width: 100%;
  padding: 160px 40px;
  background-image: url(https://dill1.jp/takemura/wp-content/themes/takemura/images/bg31.png);
  margin: 10px 0px;
  background-size: cover;
  background-color: black;
  background-position: center;
  min-height: 630px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: space-between;
  gap: 40px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-image {
  flex: 1;
}

.hero-text-box {
  flex: 1;
  background: #000;
  color: #fff;
  padding: 40px;
  max-width: 520px;
  text-align: center;
}

.hero-text-box .small-text {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.hero-text-box h2 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.hero-text-box p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-text-box {
    max-width: 100%;
  }
  .hero-section {
    padding: 10px 40px;
  }
  .hero-text-box {
    background: #0000009e;
  }
}
