@charset "UTF-8";
/*
Theme Name: inoue
Theme URI: http://example.com/
Description: 久留米いのうえ整骨院のテーマです
Version: 1.0
Author: kurume-inoue-seikotsuin
Author URI: http://example.com/
*/
body {
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-size: 15px;
  line-height: 2;
  width: 960px;
  font-family: "游明朝 Medium", serif;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    font-size: 13px;
  }
}

.pc-only {
  display: block;
}

.sm-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
  .sm-only {
    display: block;
  }
}
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrap {
  clear: both;
}
@media screen and (max-width: 768px) {
  #wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  #wrap {
    padding-top: 70px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header {
  width: 960px;
  height: 200px;
  margin: 0 auto;
}
header img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 960px;
    width: 100%;
    height: 80px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  header img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 960px;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  header img {
    width: 50px;
    height: 50px;
  }
}

.logo {
  float: left;
  margin: 25px;
}
@media screen and (max-width: 768px) {
  .logo {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
  }
}

.global-nav {
  float: right;
  margin-top: 85px;
  margin-bottom: 85px;
}
.global-nav li {
  float: left;
  margin: 0 10px;
  font-size: 15px;
  list-style: none;
}
.global-nav li a {
  color: #333333;
}
.global-nav li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .global-nav {
    display: flex;
    align-items: center;
    margin: 0;
    float: none;
  }
  .global-nav li {
    margin: 0 8px;
    font-size: 14px;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .global-nav {
    display: flex;
    align-items: center;
    margin: 0;
    float: none;
  }
  .global-nav li {
    margin: 0 8px;
    font-size: 14px;
    float: none;
  }
}

footer {
  color: #333333;
  padding: 20px 0;
}
footer small {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  footer {
    width: 85%;
    margin: 0 auto;
  }
}

.res {
  height: 600px;
}
.res h1 {
  font-size: 120px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .res h1 {
    font-size: 60px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .res h1 {
    font-size: 40px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .res {
    min-height: 600px;
    overflow: hidden;
    height: auto;
    padding: 40px 15px;
  }
}
@media screen and (max-width: 600px) {
  .res {
    height: auto;
    padding: 0;
  }
}

.res-con1 {
  margin-left: 30px;
  font-size: 17px;
  width: 500px;
  height: 350px;
  float: left;
}
.res-con1 h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .res-con1 h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .res-con1 h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.res-con1 span {
  font-size: 35px;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .res-con1 span {
    font-size: 28px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 600px) {
  .res-con1 span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.res-con1 p {
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .res-con1 p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .res-con1 {
    width: 100%;
    float: none;
    margin: 20px 0;
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .res-con1 {
    width: 100%;
    float: none;
    margin: 20px 0;
    height: auto;
    margin-left: 0;
    font-size: 15px;
  }
}

.indent1 {
  text-indent: -6em;
  padding-left: 6em;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .indent1 {
    text-indent: 0;
    padding-left: 0;
  }
}

.res-con2 {
  width: 400px;
  height: 350px;
  float: right;
  margin-right: 30px;
}
.res-con2 p {
  font-size: 22px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .res-con2 {
    width: 100%;
    float: none;
    margin: 20px 0;
    height: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .res-con2 {
    width: 100%;
    float: none;
    margin: 20px 0;
    height: auto;
    margin-right: 0;
  }
}

.line {
  display: block;
  width: 350px;
  height: 85px;
  background-color: #40B040;
  margin: 80px auto 20px auto;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.line:hover {
  opacity: 0.9;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .line p {
    font-size: 18px;
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .line {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    height: 75px;
  }
}
@media screen and (max-width: 600px) {
  .line {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 15px;
    height: 75px;
  }
}

.tel {
  display: block;
  width: 350px;
  height: 85px;
  margin: 20px auto 100px auto;
  background-color: #E39B53;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.tel:hover {
  opacity: 0.9;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .tel p {
    font-size: 18px;
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .tel {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    height: 75px;
  }
}
@media screen and (max-width: 600px) {
  .tel {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 30px;
    height: 75px;
  }
}

.ft {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .ft {
    min-height: 440px;
    overflow: hidden;
    height: auto;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 600px) {
  .ft {
    height: auto;
    padding: 0;
  }
}

.ft-con1 {
  width: 500px;
  margin-top: 50px;
  float: left;
}
@media screen and (max-width: 768px) {
  .ft-con1 {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .ft-con1 {
    width: 100%;
    float: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.ft-logo {
  width: 80px;
  height: 80px;
  margin-left: 50px;
  float: left;
}
@media screen and (max-width: 600px) {
  .ft-logo {
    float: none;
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
  }
}

.ft-con1 h5 {
  width: 350px;
  height: 70px;
  font-size: 20px;
  float: left;
  padding-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ft-con1 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .ft-con1 h5 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    padding-top: 0;
    height: auto;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .memo {
    text-align: center;
    margin-bottom: 20px;
  }
}
.memo p {
  margin-bottom: 0;
  margin-left: 80px;
}
@media screen and (max-width: 600px) {
  .memo p {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.day {
  width: 450px;
  margin: 30px auto 0 50px;
}
@media screen and (max-width: 768px) {
  .day {
    width: 100%;
    max-width: 450px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .day {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
}

.ft-con2 {
  float: right;
  width: 430px;
  height: 360px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .ft-con2 {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .ft-con2 {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    padding-top: 0;
    height: auto;
  }
}

iframe {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  iframe {
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 250px;
  }
}

.access-map {
  width: 600px !important;
  height: 480px !important;
}
@media screen and (max-width: 768px) {
  .access-map {
    width: 100% !important;
    max-width: 600px !important;
    height: 450px !important;
    margin: 20px auto !important;
  }
}
@media screen and (max-width: 600px) {
  .access-map {
    width: 100% !important;
    height: 300px !important;
  }
}
.access-map iframe {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

small {
  margin: 0 auto;
  text-align: center;
}

.content {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    max-width: 960px;
    width: 90%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .content {
    max-width: 960px;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
  }
}

.tre {
  width: 950px;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .tre {
    max-width: 950px;
    width: 90%;
    min-height: 700px;
    height: auto;
    padding: 0px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .tre {
    width: 90%;
    height: auto;
    padding: 0px;
    margin: auto;
  }
}
.tre h1 {
  font-size: 120px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 190px;
}
@media screen and (max-width: 768px) {
  .tre h1 {
    font-size: 80px;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .tre h1 {
    font-size: 50px;
    width: 100%;
    margin: auto;
    padding: 0px;
  }
}
.tre h3 {
  font-size: 30px;
  color: #073355;
  font-weight: 100;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tre h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .tre h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.tre2 {
  width: 950px;
  height: 340px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tre2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .tre2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .tre2 img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .tre2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.tre2-1 {
  margin: 20px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .tre2-1 {
    margin: 15px 0;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .tre2-1 {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    height: auto;
  }
}

.tre2 img {
  width: 250px;
  height: 170px;
}
@media screen and (max-width: 600px) {
  .tre2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.tre3 {
  width: 250px;
  height: 170px;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  color: #ffffff;
}
.tre3 h5 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .tre3 h5 {
    font-size: 20px;
    padding-top: 8px;
  }
}
.tre3 p {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .tre3 p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .tre3 {
    width: 100%;
    height: auto;
    min-height: 170px;
  }
}
@media screen and (max-width: 600px) {
  .tre3 {
    width: 100%;
    height: auto;
    min-height: 150px;
  }
}

.gre {
  height: 800px;
}
.gre h1 {
  font-size: 120px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .gre h1 {
    font-size: 80px;
    height: auto;
    margin-bottom: 20px;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .gre h1 {
    font-size: 50px;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .gre {
    min-height: 800px;
    overflow: hidden;
    height: auto;
    padding-bottom: 40px;
  }
}

.gre1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  margin-top: 50px;
  float: left;
}
@media screen and (max-width: 768px) {
  .gre1 {
    width: 100%;
    height: auto;
    float: none;
    margin: 72px 0;
  }
}

.img1 img {
  width: 350px;
  height: 350px;
  position: relative;
  top: -30px;
}

.img2-1 {
  width: 160px;
  height: auto;
  position: relative;
  top: -35px;
  left: 35px;
}

.img2-2 {
  width: 130px;
  height: auto;
  position: relative;
  left: 70px;
  top: 25px;
}

.gre2 {
  width: 500px;
  float: right;
}
@media screen and (max-width: 768px) {
  .gre2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

.gre2-2 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #073355;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 24px;
}
.gre2-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 28px;
  background: linear-gradient(to bottom, #073355, #0d5d9c);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .gre2-2 {
    font-size: 26px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .gre2-2 {
    font-size: 22px;
    width: 80%;
    margin: 0px auto 15px;
    padding-left: 18px;
  }
  .gre2-2::before {
    width: 3px;
    height: 22px;
  }
}

.gre2-1 {
  width: 90%;
  text-align: left;
  margin: 0 auto 35px;
  padding: 25px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-left: 3px solid #073355;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 0 8px 8px 0;
  line-height: 2.2;
  color: #444;
  letter-spacing: 0.03em;
}
.gre2-1 p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gre2-1 {
    width: 80%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .gre2-1 {
    width: 80%;
    text-align: left;
    margin: 0 auto 25px;
    padding: 18px;
    line-height: 2;
    border-left-width: 2px;
  }
}

.gre2-3 {
  display: block;
  width: 220px;
  font-size: 16px;
  float: right;
  margin-right: 50px;
  margin-top: 10px;
  background: linear-gradient(135deg, #073355 0%, #05253d 100%);
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(7, 51, 85, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.gre2-3:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 16px rgba(7, 51, 85, 0.35);
  background: linear-gradient(135deg, #062b47 0%, #041c2f 100%);
}
.gre2-3 p {
  margin: 0;
  padding: 12px 40px 12px 24px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.gre2-3 p::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.gre2-3:hover p::after {
  transform: translateY(-50%) translateX(3px);
}
@media screen and (max-width: 768px) {
  .gre2-3 {
    width: 200px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
  }
  .gre2-3 p {
    padding: 10px 36px 10px 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .gre2-3 {
    width: 180px;
    margin: 20px auto 0;
    float: none;
  }
  .gre2-3 p {
    padding: 10px 32px 10px 20px;
    font-size: 14px;
  }
  .gre2-3 p::after {
    right: 18px;
    font-size: 16px;
  }
}

.top {
  width: 960px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top {
    max-width: 960px;
    width: 100%;
    min-height: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

.top1 {
  width: 550px;
  height: 500px;
  float: left;
  position: absolute;
  z-index: 20;
  margin-left: 45px;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top1 {
    width: 100%;
    position: relative;
    margin: 20px 0;
    padding: 0 15px;
    height: auto;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .top1 {
    padding: 0px;
    width: 100%;
    position: relative;
    margin: 20px 0;
    height: auto;
    float: none;
  }
}

.top1-1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #073355;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}
.top1-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #073355, #0b4f84);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .top1-1 {
    font-size: 32px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  .top1-1::before {
    width: 3px;
  }
}
@media screen and (max-width: 600px) {
  .top1-1 {
    font-size: 26px;
    padding-left: 12px;
    margin-bottom: 20px;
  }
  .top1-1::before {
    width: 3px;
  }
}

.top1-2 {
  font-size: 16px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.03em;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top1-2 {
    padding-left: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .top1-2 {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.top2 {
  width: 436px;
  height: 501px;
  float: right;
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  box-shadow: 0 8px 24px rgba(140, 154, 193, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(140, 154, 193, 0.4);
}
.top2 img {
  width: 500px;
  height: 400px;
  position: relative;
  top: 60px;
  right: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1.05);
  transition: transform 0.3s ease;
}
.top2:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .top2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    float: none;
    background: #073355;
    box-shadow: none;
  }
  .top2:hover {
    transform: none;
    box-shadow: none;
  }
  .top2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    filter: none;
  }
  .top2:hover img {
    transform: none;
  }
}

.the {
  width: 960px;
  height: 1000px;
  position: relative;
  overflow: hidden;
}
.the h2, .the h3, .the p {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .the {
    max-width: 960px;
    width: 90%;
    min-height: 1000px;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: auto;
  }
  .the h2, .the h3, .the p {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .the h2, .the h3, .the p {
    padding-left: 0;
  }
}

.the3 {
  width: 520px;
  float: left;
  position: absolute;
  z-index: 20;
}
.the3 p {
  margin-bottom: 20px;
  line-height: 2;
  color: #444;
  letter-spacing: 0.03em;
}
.the3 p span {
  color: #2c3338;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 3px;
  background: #b6bfda;
}
@media screen and (max-width: 768px) {
  .the3 {
    width: 100%;
    position: relative;
    float: none;
    padding: 0 15px;
  }
  .the3 p {
    padding: 0px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .the3 {
    width: 100%;
    position: relative;
    float: none;
    padding: 0;
  }
  .the3 p {
    padding: 0;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.9;
  }
}

.the1 h1 {
  font-size: 120px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .the1 h1 {
    font-size: 80px;
    height: auto;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .the1 h1 {
    font-size: 50px;
    width: 100%;
    margin: auto;
  }
}

.the3 h2 {
  font-size: 38px;
  font-weight: 300;
  margin-top: 70px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #073355;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 24px;
}
.the3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 36px;
  background: linear-gradient(to bottom, #073355, #0d5d9c);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .the3 h2 {
    font-size: 30px;
    margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .the3 h2::before {
    width: 3px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .the3 h2 {
    font-size: 24px;
    padding-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .the3 h2::before {
    width: 3px;
    height: 24px;
  }
}

.rapy {
  display: inline-block;
  width: 325px;
  text-align: center;
  margin: 25px 0 30px 100px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #073355 0%, #05253d 100%);
  color: #ffffff !important;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(7, 51, 85, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
}
.rapy::after {
  content: "→";
  margin-left: 8px;
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.3s ease;
  display: inline-block;
}
.rapy:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 16px rgba(7, 51, 85, 0.35);
  background: linear-gradient(135deg, #062b47 0%, #041c2f 100%);
}
.rapy:hover::after {
  transform: translateX(3px);
}
@media screen and (max-width: 768px) {
  .rapy {
    margin: 20px auto 25px;
    display: block;
    width: 336px;
  }
}
@media screen and (max-width: 600px) {
  .rapy {
    margin: 20px auto 25px;
    display: block;
    width: 336px;
    font-size: 15px;
    padding: 10px 20px;
  }
}

.the3 h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #073355;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}
.the3 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: linear-gradient(to bottom, #073355, #0d5d9c);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .the3 h3 {
    font-size: 22px;
    margin-top: 30px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 600px) {
  .the3 h3 {
    font-size: 20px;
    margin-top: 25px;
    padding-left: 16px;
  }
  .the3 h3::before {
    width: 2px;
    height: 18px;
  }
}

.the2 {
  width: 370px;
  height: 700px;
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  float: right;
  box-shadow: 0 8px 24px rgba(140, 154, 193, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.the2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(140, 154, 193, 0.4);
}
.the2 img {
  width: 500px;
  height: auto;
  position: relative;
  top: 130px;
  right: 47px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1.05);
  transition: transform 0.3s ease;
}
.the2:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .the2 {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 20px;
    background: #073355;
    box-shadow: none;
  }
  .the2:hover {
    transform: none;
    box-shadow: none;
  }
  .the2 img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    filter: none;
  }
  .the2:hover img {
    transform: none;
  }
}

.ab-top {
  position: relative;
}
.ab-top p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ab-top p {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .ab-top p {
    font-size: 24px;
  }
}
.ab-top img {
  width: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .ab-top img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ab-con {
  height: 880px;
}
@media screen and (max-width: 768px) {
  .ab-con {
    height: auto;
    padding-bottom: 40px;
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 600px) {
  .ab-con {
    height: auto;
    padding: 0;
  }
}

.ab-con1 h1 {
  font-size: 140px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .ab-con1 h1 {
    font-size: 80px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .ab-con1 h1 {
    font-size: 50px;
    width: 90%;
    margin: auto;
  }
}
.ab-con1 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}
.ab-con1 h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 300;
  color: #073355;
  letter-spacing: 0.08em;
  margin-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ab-con1 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .ab-con1 h2 {
    font-size: 26px;
  }
}

.ab-con2 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ab-con2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .ab-con2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

.ab-con2-1 {
  width: 355px;
  height: 362px;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  float: left;
  box-shadow: 0 8px 24px rgba(140, 154, 193, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 79px;
}
.ab-con2-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(140, 154, 193, 0.4);
}
.ab-con2-1 img {
  width: 330px;
  height: auto;
  position: relative;
  top: -78px;
  left: 78px;
  filter: brightness(1.05);
  transition: transform 0.3s ease;
}
.ab-con2-1:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 600px) {
  .ab-con2-1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 250px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    float: none;
    box-shadow: none;
  }
  .ab-con2-1:hover {
    transform: none;
    box-shadow: none;
  }
  .ab-con2-1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    filter: none;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ab-con2-1:hover img {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .ab-con2-1 {
    width: 100%;
    float: none;
    margin: 20px 0;
    box-shadow: none;
  }
  .ab-con2-1:hover {
    transform: none;
    box-shadow: none;
  }
  .ab-con2-1 img {
    filter: none;
  }
  .ab-con2-1:hover img {
    transform: none;
  }
}

.ab-con2-2 {
  width: 500px;
  float: right;
  padding: 30px 0;
}
.ab-con2-2 h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #073355;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ab-con2-2 h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .ab-con2-2 h3 {
    font-size: 24px;
  }
}
.ab-con2-2 p {
  font-size: 16px;
  line-height: 2.2;
  color: #444;
  letter-spacing: 0.03em;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .ab-con2-2 p {
    font-size: 15px;
    padding: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .ab-con2-2 p {
    font-size: 14px;
    padding: 15px;
    line-height: 1.9;
    border-left-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .ab-con2-2 {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .ab-con2-2 {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    padding: 0;
  }
}

.ab-ai {
  height: 670px;
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .ab-ai {
    height: auto;
    padding-bottom: 40px;
  }
}

.ab-ai1 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}
.ab-ai1 h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 300;
  color: #073355;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ab-ai1 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .ab-ai1 h2 {
    font-size: 26px;
  }
}

.ab-ai2 {
  width: 500px;
  float: left;
}
.ab-ai2 p {
  font-size: 16px;
  line-height: 2.2;
  color: #444;
  letter-spacing: 0.03em;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ab-ai2 p {
    font-size: 15px;
    padding: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .ab-ai2 p {
    font-size: 14px;
    padding: 15px;
    line-height: 1.9;
  }
}
.ab-ai2 table {
  border-collapse: collapse;
}
.ab-ai2 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #073355;
  letter-spacing: 0.05em;
  margin: 35px 0 20px 30px;
}
@media screen and (max-width: 768px) {
  .ab-ai2 h3 {
    font-size: 22px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .ab-ai2 h3 {
    font-size: 20px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ab-ai2 {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

table {
  margin: 0 0 0 30px;
  width: 380px;
  height: 150px;
  border-collapse: collapse;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  table {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  table {
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
  }
}

th {
  text-align: center;
  background: linear-gradient(135deg, #073355 0%, #05253d 100%);
  color: #ffffff;
  padding: 12px 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

td {
  text-align: center;
  padding: 12px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.ab-ai3 {
  width: 300px;
  height: 450px;
  float: right;
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  box-shadow: 0 8px 24px rgba(140, 154, 193, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab-ai3:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(140, 154, 193, 0.4);
}
.ab-ai3 img {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  top: 27px;
  right: 101px;
  filter: brightness(1.05);
  transition: transform 0.3s ease;
}
.ab-ai3:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 600px) {
  .ab-ai3 {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: none;
  }
  .ab-ai3:hover {
    transform: none;
    box-shadow: none;
  }
  .ab-ai3 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    filter: none;
  }
  .ab-ai3:hover img {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .ab-ai3 {
    width: 100%;
    float: none;
    margin: 20px 0;
    height: auto;
    box-shadow: none;
  }
  .ab-ai3:hover {
    transform: none;
    box-shadow: none;
  }
  .ab-ai3 img {
    filter: none;
  }
  .ab-ai3:hover img {
    transform: none;
  }
}

.ab-ga h1 {
  font-size: 140px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .ab-ga h1 {
    font-size: 80px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .ab-ga h1 {
    font-size: 50px;
    width: 90%;
    margin: auto;
  }
}
.ab-ga p {
  border-bottom: 2px solid #05253d;
  text-align: center;
  width: 100px;
  margin: 70px auto 40px auto;
}
.ab-ga h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 0;
}

.gallery-swiper {
  width: 100%;
  max-width: 960px;
  margin: 50px auto;
  padding: 0 20px 60px;
  overflow: visible;
}
.gallery-swiper .swiper-wrapper {
  align-items: center;
}
.gallery-swiper .swiper-slide {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.gallery-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}
.gallery-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: #073355;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.gallery-swiper .swiper-button-next:after,
.gallery-swiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
}
.gallery-swiper .swiper-button-next:hover,
.gallery-swiper .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.gallery-swiper .swiper-pagination {
  bottom: 10px;
}
.gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #073355;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.gallery-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .gallery-swiper {
    padding: 0 15px 50px;
  }
  .gallery-swiper .swiper-slide {
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .gallery-swiper {
    padding: 0 0 40px;
  }
  .gallery-swiper .swiper-slide {
    height: 200px;
  }
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .gallery-swiper .swiper-button-next:after,
  .gallery-swiper .swiper-button-prev:after {
    font-size: 16px;
  }
}

.carousel {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .carousel {
    width: 100%;
  }
}

.contains {
  width: 420px;
  height: 280px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .contains {
    width: 100%;
    max-width: 420px;
    height: auto;
    min-height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .contains {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}

.slide_select {
  display: none;
}

.slide {
  width: 420px;
  height: 280px;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .slide {
    width: 100%;
    max-width: 420px;
  }
}
@media screen and (max-width: 600px) {
  .slide {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .slide img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .slide img {
    width: 100%;
    height: auto;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -20px;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  opacity: 0.5;
  z-index: 3;
}
.scroll_button:hover {
  opacity: 1;
}

.scroll_prev {
  left: 15px;
  transform: rotate(-135deg);
}

.scroll_next {
  right: 15px;
  transform: rotate(45deg);
}

.move_controler {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
  background-color: #fdfdfd;
}
.button_move:hover {
  opacity: 0.75;
}

.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .move_controler .button_move:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .move_controler .button_move:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}

.te-con1 h1 {
  font-size: 140px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 240px;
}
.te-con1 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}
.te-con1 h2 {
  padding-left: 50px;
  font-size: 26px;
}

.te-con2 {
  margin-top: 80px;
  width: 960px;
  height: 300px;
}
.te-con2-1 img {
  width: 430px;
  height: auto;
  float: left;
}
.te-con2-2 {
  width: 530px;
  float: right;
  margin: 0px;
  text-align: center;
}
.te-con2-2 h3 {
  margin: 17px;
  padding: 0px;
  font-size: 25px;
}
.te-con2-2 p {
  margin: 10px 40px 10px 40px;
  padding: 27px 15px;
  color: #FFFFFF;
  text-align: left;
  background-color: #073355;
}
.te-con2-3 {
  width: 430px;
  height: 500px;
  margin-top: 30px;
  float: left;
}
.te-con2-3-1 {
  width: 210px;
  height: auto;
  position: relative;
  left: 25px;
}
.te-con2-3-2 {
  width: 250px;
  height: auto;
  position: relative;
  top: -25px;
  left: 200px;
}
.te-con2-5 {
  width: 500px;
  font-size: 15px;
  padding: 0;
  margin: 0;
  float: right;
}
.te-con2-5 p {
  padding: 15px;
  margin: 0;
}

.te-con3 {
  height: 470px;
  margin-top: 30px;
}

.te-ai {
  width: 960px;
  height: 600px;
}

.te-ai2 {
  width: 666px;
  height: 340px;
  background-color: #073355;
  z-index: 10;
  position: absolute;
}
.te-ai2 p {
  width: 415px;
  color: #ffffff;
  padding: 30px 60px 30px 50px;
}

.te-ai3 img {
  float: right;
  width: 480px;
  position: relative;
  top: -50px;
  z-index: 20;
}

.te-os1 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}
.te-os1 h2 {
  text-align: center;
  margin: 30px 0;
}

.te-os2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.te-os2 img {
  width: 30px;
  height: auto;
}
.te-os2 p {
  width: 400px;
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .te-os2 p {
    width: calc(100% - 50px);
    font-size: 16px;
    line-height: 20px;
  }
}
.te-os2-1 {
  display: flex;
  align-items: center;
  background-color: #f8eacf;
  width: 450px;
  height: 70px;
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .te-os2-1 {
    width: 100%;
    max-width: 100%;
  }
}

.te-tr h1 {
  font-size: 140px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 240px;
}

.te-tr1 {
  height: 500px;
  margin: 70px 0;
}

.te-tr7 {
  height: 450px;
  margin: 70px 0;
}

.te-tr8 {
  width: 960px;
  height: 500px;
}

.te-tr2 {
  text-align: center;
  width: 450px;
  float: right;
  font-size: 22px;
}
.te-tr2 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}

.te-tr5 {
  width: 666px;
  height: 340px;
  background-color: #073355;
  z-index: 10;
  float: right;
  position: relative;
  left: 0px;
}
.te-tr5 p {
  width: 400px;
  float: right;
  padding: 40px 50px 50px 0;
  color: #ffffff;
}

.te-tr3 img {
  float: right;
  width: 480px;
  position: absolute;
  z-index: 20;
}

.te-tr6 h2 {
  padding-left: 50px;
  width: 400px;
  text-align: center;
  font-size: 28px;
}

.faq-con1 h1 {
  font-size: 140px;
  color: #a99ba2;
  font-weight: 500;
  margin-bottom: 0;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .faq-con1 h1 {
    font-size: 80px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .faq-con1 h1 {
    font-size: 50px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
.faq-con1 p {
  border-bottom: 2px solid #073355;
  width: 100px;
  margin: 40px auto;
}

.faq-list {
  width: 960px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  .faq-list {
    width: 100%;
    margin: 50px auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list {
    width: 100%;
    margin: 30px auto 50px;
    padding: 0px;
    box-sizing: border-box;
  }
}

.faq-item {
  margin-bottom: 40px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 600px) {
  .faq-item {
    margin-bottom: 25px;
  }
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-question {
  background: linear-gradient(135deg, #8c9ac1 0%, #073355 100%);
  padding: 25px 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
@media screen and (max-width: 600px) {
  .faq-question {
    padding: 15px 12px;
  }
}
.faq-question:hover {
  background: linear-gradient(135deg, #9aa8d1 0%, #084466 100%);
}
.faq-question h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-question h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq-question h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 10px;
  }
}
.faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.faq-toggle {
  width: 30px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .faq-toggle {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    flex-shrink: 0;
  }
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.faq-toggle::before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .faq-toggle::before {
    width: 18px;
  }
}
.faq-toggle::after {
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .faq-toggle::after {
    height: 18px;
  }
}

.faq-item.active .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  transition: max-height 0.4s ease, padding 0.4s ease;
}
@media screen and (max-width: 600px) {
  .faq-answer {
    padding: 0 12px;
  }
}
.faq-answer p {
  color: #2c3338;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-answer p {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 600px) {
  .faq-answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.faq-item.active .faq-answer {
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .faq-item.active .faq-answer {
    padding: 15px 12px;
  }
}

@media screen and (max-width: 600px) {
  .te-con1 h1 {
    font-size: 60px;
    height: auto;
    text-align: center;
  }
  .te-con1 h2 {
    padding-left: 0;
    font-size: 22px;
    text-align: center;
  }
  .te-con2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .te-con2-1 {
    width: 100%;
    float: none;
  }
  .te-con2-1 img {
    width: 100%;
    float: none;
  }
  .te-con2-2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .te-con2-2 h3 {
    font-size: 22px;
  }
  .te-con2-2 p {
    margin: 10px 0;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .te-con2-3 {
    width: 100%;
    height: auto;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .te-con2-3-1, .te-con2-3-2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  .te-con2-5 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .te-con2-5 p {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px;
  }
  .te-con3 {
    height: auto;
    margin-top: 20px;
  }
  .te-ai {
    width: 100%;
    height: auto;
    position: relative;
  }
  .te-ai::after {
    content: "";
    display: table;
    clear: both;
  }
  .te-ai2 {
    width: 100%;
    height: auto;
    position: relative;
    float: none;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .te-ai2 {
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.8;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .te-ai2 p {
    width: 100%;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .te-ai2 p {
    width: 90%;
    padding: 10px 5%;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  .te-ai3 {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .te-ai3 img {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
  }
  .te-os1 h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .te-os2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .te-os2-1 {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .te-os2-1 {
    width: 90%;
    max-width: 100%;
    margin-top: 15px;
    padding: 5px 5%;
  }
}
@media screen and (max-width: 600px) {
  .te-tr h1 {
    font-size: 60px;
    height: auto;
    text-align: center;
  }
  .te-tr1,
  .te-tr7 {
    height: auto;
    margin: 40px 0;
  }
  .te-tr2 {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .te-tr3 {
    display: flex;
    flex-direction: column;
  }
  .te-tr3 img {
    width: 100%;
    float: none;
    position: relative;
  }
  .te-tr4 {
    width: 100%;
    order: 1;
  }
  .te-tr4 img {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
  }
  .te-tr5 {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    left: 0;
    margin-top: 20px;
    order: 2;
  }
  .te-tr5 p {
    width: 100%;
    float: none;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .te-tr5 p {
    width: 90%;
    float: none;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  .te-tr6 h2 {
    padding-left: 0;
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .te-tr8 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.hamburger {
  display: none;
}
@media screen and (max-width: 600px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
    border-radius: 2px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
}

@media screen and (max-width: 600px) {
  .menu {
    position: fixed;
    top: 70px;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 70px);
    background-color: #fafad2;
    color: #333;
    transition: transform 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .menu.open {
    transform: translateX(0);
  }
  .menu .global-nav {
    display: block !important;
    float: none;
    margin: 0;
  }
  .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
  }
  .menu li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    transition: opacity 0.3s ease;
  }
  .menu li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .menu .menu-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .menu .menu-buttons .menu-line,
  .menu .menu-buttons .menu-tel {
    display: block;
    width: 89%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.3s ease;
  }
  .menu .menu-buttons .menu-line:hover,
  .menu .menu-buttons .menu-tel:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .menu .menu-buttons .menu-line {
    background-color: #40B040;
    color: #ffffff;
  }
  .menu .menu-buttons .menu-tel {
    background-color: #E39B53;
    color: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */