@charset "utf-8";
/* reset */
  html, body, div, object, iframe, span,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  
  body {
    line-height: 1;
    background: #fff;
    color: #000;
  }

 
  footer, header{
    display: block;
  }

  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
  }


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

  /* -- ClearFix --*/
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
    content:"";
    display:table;
  }
  .clearfix:after {
    clear:both;
  }  */
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
    zoom:1;
  }


  /* Reset input[type="search"] */
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
  }
  input[type="search"]:focus {
    outline-offset: -2px;
  }
  input[type="search"]::-webkit-search-decoration {
    display: none;
  }

  /* iOS reset */
  input[type="submit"] {
    -webkit-appearance: none;
  }


  @media screen and (min-width: 768px) {
    a { 
      -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
    }

    @-moz-document url-prefix() {
      * { font-feature-settings: "palt"; }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
      * { font-feature-settings: "palt"; }
    }
  }

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    /* padding-top: 120px; */
    font-family: 'Koburina Gothic W3 JIS2004';
    overflow: hidden;
  }
  body.page-contact {
    padding-top: 0;
  }

  @media screen and (max-width: 767px) {
    .pc-none {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    .mob-none {
      display: none;
    }
  }


/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 1080px; }
  .inner-lg { max-width: calc(100% - 112px); }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 85px;
    padding-bottom: 120px;
  }

  @media print, screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-lg { max-width: 90%; }
  }
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 86%; }
    .inner-lg { max-width: 86%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }


/* bg
********************************************** */
  .container-style1 {
    background-color:#eaf2f9;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .container-style2{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 80px;
    /* opacity: 0.8; */
    /* background-image:  linear-gradient(#C2C9E3 1px, transparent 1px), linear-gradient(to right, #C2C9E3 1px, #f0f0f0 1px);
    background-size: 20px 20px;
    height: 420px; */
  }

.container-style3{
  background-image: url(../img/contact_item.jpg);
  background-position: center;
  padding-bottom: 30px;
}

@media (max-width: 425px) {
  .container-style3{
    padding-bottom: 45px;
  }
}

.container-style4 {
  background-image: url("../img/bg_4.jpg");
  background-position: center;
}

.container-style5{
  background-image: url("../img/law_bg.jpg");
  background-position: center;
  padding-bottom: 40px;
}
/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 16px 0;
    font-size: 87%;
  }
  .breadcrumbs a {
    color: #6c87a9;
    text-decoration: underline;
  }


/* btn
********************************************** */
  .home .btn + .btn,
  .footer_contact .btn + .btn {
    margin-left: 64px;
  }

/* header
**************************************** */
  /* .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #fff;
    line-height: 1;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header > .inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 50px;
  }

  @media print, screen and (min-width: 768px) {
    .header--nav,
    .gnav,
    .gnav--menu,
    .gnav--menu > li,
    .gnav--menu > li >a {
      height: 100%;
      font-weight: bold;
      font-size: 20px;
      color: #07569e;
    }
    .gnav--menu a:hover{color: #4a98a1;}
    .lang{padding: 50px 10px;}
  }
  @media print, screen and (max-width: 1750px) {
    .header > .inner {
      padding-left: 16px;
    }
    .header--logo img {
      width: 228px;
    }
  }
  @media print, screen and (max-width: 1480px) {
    .header--logo img {
      width: 152px;
    }
  }
  @media screen and (max-width: 767px) {
    .header {
      height: 56px;
    }
    .header .inner {
      padding-left: 8px;
    }
    .lang{text-align: center;
      padding: 20px;
      font-weight: bold;}
  }

/* header-sm
**************************************** */
  .header-sm {
    height: 100px;
  }
  .header-sm .header--logo {
    transform: translateY(-4px);
  }
  .header-sm .cta_contact a {
    height: 110%!important;
  }
  .header-sm .gnav--link:not([href="javascript:void(0);"]):not(.hover_none):hover::before,
  .header-sm .gnav--menu li.current > .gnav--link:not(.hover_none)::before {
    top: 16px;
  }
  .header--logo img:hover{opacity: 0.7;} */

/* ##############################################################################

    FOOTER

############################################################################## */
  .footer::before {
    content: "";
    position: absolute;
    top: 115px;
    left: 230px;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 32px 0 0 0;
    background-color: #f2f9ff;
  }

  @media screen and (max-width: 767px) {
    .footer::before {
      top: 58px;
      left: 4%;
      border-radius: 16px 0 0 0;
    }
  }
/* ##############################################################################

    INDEX

############################################################################## */

.footer--sub_nav {
  padding: 10px 0;
  font-size: 75%;
  background-color: #fff;
}
.footer--copyright {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer--sub_nav {
    padding: 14px 0;
  }
}


/*content
********************************************** */

/* header */
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    position: fixed;
    width: 100%;
    /* color: #000; */
    opacity: 0.85;
    z-index: 100;

}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
    background: #fff;
    padding: 0 25px;
    border-radius: 30px;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #1a646f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #319e88;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
        margin: 1px;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-285%);
        display: flex;
        flex-direction: column;
        margin-left: -621px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        padding-right: 20px;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

@media (max-width: 425px){
   .navbar .menu-items{
  margin-left: -219px;   
    }
}

   
/*header end  */


/* hero
********************************************** */
  .hero {
    position: relative;
    height: 100vh;
    max-height: 950px;
    overflow: hidden;
  }
  .hero--catch {
    position: absolute;
    top: 64px;
    left: 92px;
    bottom: 0;
  }
  .hero--catch .ttl {
    margin-bottom: 20px;
    font-size: 40px;
    list-style: 1.38;
    letter-spacing: .1em;
    color: #3a5b79;
  }
  .hero--catch .txt {
    font-size: 19px;
    line-height: 31px;
    letter-spacing: .15em;
    font-weight: bold;
    color: #333;
  }
  .hero_slides {
    position: relative;
  }
  .deco {
    position: absolute;
  }
  .hero .deco1 {
    left: -204px;
    bottom: -162px;
    z-index: -1;
  }
  .hero_slide {
    overflow: hidden;
  }
  .hero_slide-sp {
    display: none !important;
  }
  .hero_slides,
  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track,
  .hero_slide .slick-slider,
  .hero_slide .slick-slide,
  .hero_slide .hero_slide--child {
    width: 100%;
    height: 100%;



  }
  .hero_slide .slick-list {
    position: relative;
    overflow: hidden;
  }
  .hero_slide--child {
    background-position: center;
    background-size: 100%;
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* width:100%; */
  }

  @media screen and (max-width: 425px) {
    .hero_slide--child{
    background-position: center;
    background-repeat: no-repeat;
    }
  }

  @media screen and (max-width: 767px) {
    /* .hero {
      padding-left: 6%;
      height: 80vh;
    } */
    .hero_slide-pc {
      display: none !important;
    }
    .hero_slide-sp {
      display: block !important;
    }
    .hero .deco1 {
      left: -102px;
      bottom: -132px;
      width: 201.5px;
      height: auto;
    }
    .hero--catch {
      top: 0;
      left: 3%;
    }
    .hero--catch .ttl {
      margin-bottom: 10px;
      font-size: 186%;
    }
    .hero--catch .txt {
      font-size: 86%;
    }
    .hero--catch .ttl span,
    .hero--catch .txt span {
      display: inline-block;
      margin-bottom: 0px;
      padding: 0 4px;
    }
    .hero_slide {
      border-radius: 20px 0 0 0;
    }
  }
  /* end */

  /* sec01 */
  .ttl_00{
    font-size: 2rem;
    color: #333;
    line-height: 1.75;
  }

  .ttl_wb{
    display: inline-block; 
    max-width: 100%;               
    overflow-wrap: break-word;    
    word-break: break-word;       
    color: #015a9b;
    white-space: normal;
  }


.content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  max-width: 100%;
  margin-top: 65px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.content_00 {
font-size: 18px;
font-weight: 300;
color: #333; 
line-height: 1;
letter-spacing: 0.1em;
line-height: 1.75;
max-width: 45%;
flex: 1 1 45%;
}

.text_img {
  width: 100%;
  max-width: 600px;
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.text_card {
  width: 100%;
  max-width: 100%;
  /* position: relative; */
  top: 0;
  left: 270px;
}

@media (max-width: 1024px) {
  .text_card {
  left: 52px;
}
.content_00 {
font-size: 14px;
}
}

.text_card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .content_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content_00,
  .text_img {
    width: 100%;
    max-width: 100%;
    text-align: justify;
  }

  .text_img {
    justify-content: center;
    margin-top: 20px;
  }
    .text_card {
  left: 0;
}
}

/* se02 */
.ttl_01{
  font-size: 2rem;
  color: #333;
}

.text_line{
  position: relative;
  display: inline-block;
  padding-right: 20px;
  /* align-items: center;
  gap: 1rem; */
}

.text_line::after {
 content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 400px;  
  height: 1px;
  background-color:#333;
}
@media (max-width: 1024px) {
  .text_line::after{
    width: 211px;  
  }
  
}
@media (max-width: 425px) {
  .text_line::after{
    width:unset;
  }
  
}


.text_block{
  width: 300px;
  height: 300px;
  background-color: #015a9d;
}

.text_item{
  text-align: center;
  padding: 30px;
}

.block_img{
  /* width: 20%; */
  border-radius: 30px;
}

.content_01{
  color: #333;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.25;
}

.content_01-1{
  color: #333;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-weight: 300;
}

/* se03 */
.ttl_02{
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}       

.ttl_wb1{
    font-size: 40px;
    display: inline-block; 
    max-width: 100%;              
    overflow-wrap: break-word;     
    word-break: break-word;       
    color: #333;
    white-space: normal;
  }

  .content_02{
  color: #91999e;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.25;
}
@media (max-width: 768px) {
.content_02{
  display: flex;
  }
  }

@media (max-width: 425px) {
  .content_02{
  font-size: 20px;
  }
  }


.content_02_1{
  display: inline-block; 
  max-width: 100%;              
  overflow-wrap: break-word;     
  word-break: break-word;       
  white-space: normal;
  color: #333;
}

@media (max-width: 768px) {
.content_02_1{
  padding-left: 30px;
  display: flex;
  }
  }

.content_03{
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 425px) {
  .content_03{
  font-size: 18px;
  }
  }


.pdt{
  padding-top: 70px;
}

.divider_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
  margin: 40px 0;
}

.circle{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #91999e;
}

.line{
  flex: 1;
  height: 2px;
  background-color: #91999e;
}

.triangle {
  position: absolute;
  top: 7px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color:#91999e;
}

/* se04 */
/* FAQ */
.faq-section {
    background: #fdfdfd;
    min-height: 50vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
/* .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
} */
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #eaf2f9;
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  float: left;
  /* -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; */
  text-align: center;
  background: #015a9d;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/* se04 */
.w_img {
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.w_img img{
  display: block;
  width: 100%; 
  max-width: 500px;
  height: auto;
  }

.content_04{
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  color: #333;
}

@media (max-width: 1024px) {
.content_04{
  font-size: 16px;
  }
  }

 /* .w_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.w_img .col {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.w_img img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.content_04 {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  color: #333;
  padding: 0 15px;
} */

@media (max-width: 768px) {
  .w_img {
    flex-direction: column;
  }

  .image-col {
    order: 2; /* 圖片在下面 */
  }

  .text-col {
    order: 1; /* 文字在上面 */
  }

  .w_img img {
    width: 100%;
    max-width: 40%;
    margin-top: 20px;
  }
}

/* se05 */
.w_img01{
  /* position:relative;
  display: flex;
  justify-content: flex-end; */
}
.w_img01 img{
    display: block;
    width: 75%;
    height: auto;
  }

.content_05{
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 300;
  padding-top: 60px;
  P{
    margin: 30px;
  }
}



/* .left_box {
  position: absolute;
  left: 8%;
  top: 36%;
  width: 35%;
  height:auto;
  background-color: #fff;
  z-index: 1;
  font-size: 1.45rem;
  color: #00257a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 45px;
  box-sizing: border-box;
} */

.phone_item{
background-color: #00257a;
border-radius: 1.25rem;
color: #fff;
font-size: 1.45rem;
padding: 1rem;
margin: 1rem;
}

.phone_item span {
  display: block;
  font-size: 10px;
  color: #fff;
}

@media (max-width: 1440px) {
  .left_box{
    top: 100px;
  }
}

@media (max-width: 1024px) {
    .content_05 {
    font-size: 16px;
    top: 150px;
  }
}


@media (max-width: 768px) {
  .content_05 {
    font-size: 14px;
  }
  .left_box h3{
    font-size: 20px;
  }
  .phone_item{
    font-size: 16px;
    padding: 8px;
  }
  .infor a{
  font-size: 18px;
}
}

/* @media (max-width: 425px) {
.w_img01 img{
  display: none;
}
} */

@media (max-width: 425px) {
  .w_img01 {
    flex-direction: column;
    align-items: center;
    position: static; /* 移除 absolute 避免定位錯誤 */
  }

  .w_img01 img {
    display: none; /* 照片仍不顯示 */
  }

  /* .content_05 {
    padding-top: 45px;
  } */

  .left_box {
    position: static; /* 取消絕對定位，正常流動 */
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 1.1rem;
  }

  .left_box h3 {
    font-size: 20px;
  }

  .phone_item {
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
  }

  .phone_item span {
    font-size: 12px;
  }
}
.infor{
  margin: 80px;
}

.infor a{
  color: #fff;
  font-size: 28px;
}

.infor span{
  margin: 20px;
  padding: 10px 30px;
  border: 1px solid #fff;
}

.infor span:hover{
  background-color: #1a646f;
  /* opacity: 0.2; */
}

@media (max-width: 768px) {
  .infor a{
  font-size: 18px;
}
}

@media (max-width: 425px) {
 .infor span{
  margin: 1px;
  padding: 10px 20px;
}
}

