﻿@import"base.css";
@import"fonts.css";
:root {
  --content-width: 1240px;
  --font-family: "Roboto", sans-serif;
  --font-lora: "Lora", serif;
  --color-primary: #3c2f29;
  --color-secondary: #333;
  --color-clr01: #ed6615;
  --color-clr02: #edba2b;
  --body-color: #222222
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 180%;
  -webkit-text-size-adjust: none
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], textarea, select {
  width: 100%;
  border: solid 1px #999;
  padding: 10px;
  font-family: var(--font-family)
}
textarea {
  resize: vertical
}
::placeholder {
  opacity: .5
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: .5em
}
a {
  color: var(--color-secondary);
  transition: all .2s
}
select {
  visibility: visible !important
}
[href^="tel:"] {
  word-break: keep-all;
  white-space: nowrap
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover
}
table {
  width: 100%
}
p {
  margin-bottom: 2em;
  line-height: 1.85em
}
p:last-child {
  margin-bottom: 0
}
button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none
}
html {
  background: #fff
}
body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  color: var(--body-color);
  font-family: var(--font-family)
}
#wrapper {
  max-width: 1920px;
  min-width: var(--content-width);
  margin: 0 auto;
  overflow: hidden
}
.inner {
  width: var(--content-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}
.customize-support header {
  margin-top: 32px
}
@media screen and (max-width:782px) {
  .customize-support header {
    margin-top: 46px !important
  }
}
@media screen and (max-width:600px) {
  .customize-support header {
    margin-top: 0px !important
  }
}
#wpadminbar .show-template-name, #wpadminbar .hover .show-template-name {
  text-shadow: none
}
#wpadminbar #wp-admin-bar-included_files_path .ab-item {
  height: auto;
  padding-bottom: 1rem
}
#wpadminbar #wp-admin-bar-included_files_path .ab-item div {
  font-family: monospace;
  text-shadow: none;
  color: #fff
}
#wpadminbar .hover .show-template-name:hover {
  color: #2ea2cc
}
#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
  line-height: 1.5
}
#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
  color: #2ea2cc
}
#wpadminbar #included-files-list {
  margin-left: 20px
}
#wp-admin-bar-show_template_file_name_on_top-default {
  max-height: 90vh;
  overflow-x: hidden
}
#included-files-fie-on-wp-footer {
  display: none
}
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo {
  display: inline-block !important;
  height: 23px !important;
  transform: translateY(6px)
}
body#tinymce {
  margin: 15px
}
.mb-0 {
  margin-bottom: 0px !important
}
.mb-5 {
  margin-bottom: 5px !important
}
.mb-10 {
  margin-bottom: 10px !important
}
.mb-15 {
  margin-bottom: 15px !important
}
.mb-20 {
  margin-bottom: 20px !important
}
.mb-25 {
  margin-bottom: 25px !important
}
.mb-30 {
  margin-bottom: 30px !important
}
.mb-35 {
  margin-bottom: 35px !important
}
.mb-40 {
  margin-bottom: 40px !important
}
.mb-45 {
  margin-bottom: 45px !important
}
.mb-50 {
  margin-bottom: 50px !important
}
.mt-0 {
  margin-top: 0px !important
}
.mt-5 {
  margin-top: 5px !important
}
.mt-10 {
  margin-top: 10px !important
}
.mt-15 {
  margin-top: 15px !important
}
.mt-20 {
  margin-top: 20px !important
}
.mt-25 {
  margin-top: 25px !important
}
.mt-30 {
  margin-top: 30px !important
}
.mt-35 {
  margin-top: 35px !important
}
.mt-40 {
  margin-top: 40px !important
}
.mt-45 {
  margin-top: 45px !important
}
.mt-50 {
  margin-top: 50px !important
}
.ml-0 {
  margin-left: 0px !important
}
.ml-5 {
  margin-left: 5px !important
}
.ml-10 {
  margin-left: 10px !important
}
.ml-15 {
  margin-left: 15px !important
}
.ml-20 {
  margin-left: 20px !important
}
.ml-25 {
  margin-left: 25px !important
}
.ml-30 {
  margin-left: 30px !important
}
.ml-35 {
  margin-left: 35px !important
}
.ml-40 {
  margin-left: 40px !important
}
.ml-45 {
  margin-left: 45px !important
}
.ml-50 {
  margin-left: 50px !important
}
.mr-0 {
  margin-right: 0px !important
}
.mr-5 {
  margin-right: 5px !important
}
.mr-10 {
  margin-right: 10px !important
}
.mr-15 {
  margin-right: 15px !important
}
.mr-20 {
  margin-right: 20px !important
}
.mr-25 {
  margin-right: 25px !important
}
.mr-30 {
  margin-right: 30px !important
}
.mr-35 {
  margin-right: 35px !important
}
.mr-40 {
  margin-right: 40px !important
}
.mr-45 {
  margin-right: 45px !important
}
.mr-50 {
  margin-right: 50px !important
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important
}
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important
}
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important
}
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important
}
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important
}
.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important
}
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important
}
.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important
}
.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important
}
.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important
}
.w0 {
  width: 0%
}
.w5 {
  width: 5%
}
.w10 {
  width: 10%
}
.w15 {
  width: 15%
}
.w20 {
  width: 20%
}
.w25 {
  width: 25%
}
.w30 {
  width: 30%
}
.w35 {
  width: 35%
}
.w40 {
  width: 40%
}
.w45 {
  width: 45%
}
.w50 {
  width: 50%
}
#menu-toggle {
  width: 46px;
  height: 46px;
  /*background: var(--color-secondary);*/
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: none
}
#menu-toggle > span {
  --height: 3px;
  position: absolute;
  width: 80%;
  height: var(--height);
  background: #fff;
  left: 10%;
  transition: .2s ease-in-out;
 border-radius: 2px;
}
#head_top.bg #menu-toggle > span,#menu-toggle.open span {
   background: #333; 
}
#menu-toggle > span:nth-child(1) {
  top: calc(50% - var(--height)/2 - 12px)
}
#menu-toggle > span:nth-child(2), #menu-toggle > span:nth-child(3) {
  top: calc(50% - var(--height)/2)
}
#menu-toggle > span:nth-child(4) {
  top: calc(50% - var(--height)/2 + 12px)
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  top: calc(50% - var(--height)/2);
  left: 50%
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg)
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg)
}

.d-flex {
  display: flex
}
.d-flex-column {
  display: flex;
  flex-direction: column
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap
}
.flex-space {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.left {
  text-align: left
}
.center {
  text-align: center
}
.right {
  text-align: right
}
.bold {
  font-weight: 700
}
.text-large {
  font-size: 130%
}
.text-small {
  font-size: 80%
}
.text-red {
  color: red
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.tab-content {
  display: none
}
.tab-content.active {
  display: block
}
[data-tab], .accordion-button {
  cursor: pointer
}
body.open-nav {
  height: 100%;
  overflow: hidden
}
header {
  position: relative;
  z-index: 3;
  padding-bottom: 120px
}
#head_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 15px 10px 45px
}
#head_top h1 {
  margin: 0
}
#gnavi {
  height: 100px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: var(--color-primary) 3px solid;
  background: #fff
}
#gnavi .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
  z-index: 1
}
.list-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center
}
.list-nav .nav-item {
  position: relative;
  padding: 0 44px
}
.list-nav .nav-item:after {
  content: "";
  width: 1px;
  height: 26px;
  background: #222;
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
  opacity: .2
}
.list-nav .nav-item:last-child:after {
  display: none
}
.list-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #222;
  text-decoration: none
}
.list-nav .nav-link > span {
  display: block;
  position: relative
}
.list-nav .nav-link .jp {
  letter-spacing: .1em;
  margin-bottom: 8px
}
.list-nav .nav-link .en {
  font-size: 14px;
  color: var(--color-clr01);
  letter-spacing: .1em
}
.list-nav .nav-link .jp:after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-clr02);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  opacity: 0;
  transition: .3s all
}
.list-nav .has-nav {
  position: relative;
  z-index: 1
}
.list-nav .has-nav > .nav-link {
  cursor: default
}
.list-nav .sub-nav-wrap {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 500px;
  padding-top: 35px;
  opacity: 0;
  visibility: hidden;
  transition: .2s all
}
.list-nav .sub-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
  -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / .1)
}
.list-nav .sub-nav li {
  width: 50%
}
.list-nav .sub-nav li:nth-child(n+3) {
  margin-top: 14px
}
.list-nav .sub-nav a {
  display: inline-block;
  text-decoration: none;
  color: var(--body-color);
  padding-left: 20px;
  position: relative;
  font-size: 16px
}
.list-nav .sub-nav a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--body-color);
  position: absolute;
  left: 0;
  top: 7px
}
header.fixed #gnavi {
  position: fixed;
  top: -200px;
  bottom: auto;
  animation: menu_fixed .5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
@keyframes menu_fixed {
  0% {
    top: -200px
  }
  100% {
    top: 0
  }
}
#home #top_info {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 930px
}
#home #top_info .main_cat {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 600px);
  transform: translateY(-50%);
}
#home #top_info h2 {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  font-size: 42px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#home #top_info h2 span {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.4em;
  margin-bottom: 0;
  width: fit-content;
  text-align: center;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / .05);
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / .05);
  -moz-box-shadow: 0 0 30px 0 rgb(0 0 0 / .05);
  padding: 12px 30px 10px;
  color: #333;
  text-shadow: none;
  margin-top: 10px;
}
#home #top_info ul {
  color: #ffffff;
}
#home #top_info ul li {
  background: url("../images/ic_check.png") 10px center no-repeat rgba(237, 102, 21, 0.8);
  background-size: 30px auto;
  font-size: 22px;
  font-family: var(--font-family);
  padding: 10px 20px 10px 50px;
  max-width: 300px;
  margin-bottom: 10px;
}
.list_btn {
  display: flex
}
.list_btn p:not(:last-child) {
  margin-right: 10px
}
.btn_tel {
  width: 300px;
  margin-bottom: 0
}
.btn_tel a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  background: rgba(237, 102, 21, 0.8);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
}
.btn_tel a:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 25px;
  background: url(../images/btn01_bg02.png) left bottom no-repeat, url(../images/btn01_bg03.png) right bottom no-repeat;
  bottom: 5px;
  left: 5px
}
.btn_tel a.none {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
}
.btn_tel a .num {
  line-height: 1;
  display: block;
  font-size: 30px;
  letter-spacing: .05em;
  font-weight: bold;
}
.slide_main {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%
}
.slide_main .slick-list, .slide_main .slick-track {
  height: 100%
}
.slide_main .slider01 {
  background: url(../images/idx_main01.jpg) center top no-repeat;
  background-size: cover
}
.slide_main .slider02 {
  background: url(../images/idx_main02.jpg) center top no-repeat;
  background-size: cover
}
.slide_main .slider03 {
  background: url(../images/idx_main03.jpg) center top no-repeat;
  background-size: cover
}
main i {
  font-style: normal
}
.btn01 {
  width: 100%;
  max-width: 220px;
  margin: 0 auto
}
.btn01 a {
  background: url(../images/btn01_bg02.png) left bottom no-repeat, url(../images/btn01_bg01.png) right top no-repeat #222;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: .05em
}
.orange {
  color: var(--color-clr01)
}
.box_tit {
  text-align: center;
  margin-bottom: 60px
}
h3.idx_txt01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 1em;
}
h3.idx_txt01:first-letter {
  color: var(--color-clr01)
}
.box_tit .sub_tit3 {
  color: var(--color-secondary);
  font-size: 40px;
  margin-bottom: -10px;
  padding-bottom: 14px;
  position: relative;
  letter-spacing: .1em;
  line-height: 1.4em
}
.box_tit .sub_tit3:before {
  width: 842px;
  height: 1px;
  position: absolute;
  content: "";
  display: block;
  background: var(--color-secondary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}
#sec01 {
  padding: 100px 0;
  background: url(../images/s01_bg01.jpg) no-repeat;
  background-size: cover
}
#sec01 .inner {
  max-width: 1500px;
  width: 100%
}
.s01_post {
  width: calc((100% - 80px)/2);
  padding: 60px 65px 75px 75px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / .12);
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / .12);
  -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / .12)
}
.list_post01, .list_post02 {}
.list_post01 p {
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: #f1f1f1 1px solid
}
.list_post01 p:last-child, .list_post02 p:last-child {
  margin-bottom: 0
}
.list_post01 p a, .list_post02 p a {
  text-decoration: none;
  color: #222;
  display: flex;
  flex-direction: column
}
.list_post01 p .date, .list_post02 p .date {
  width: 110px;
  height: 26px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .12em;
  color: #fff;
  background: var(--color-primary);
  margin-bottom: 12px
}
.list_post02 p {
  margin-bottom: 20px;
  width: 49%;
  float: right;
}
.list_post02 p a {
  padding: 20px;
  background: #ffffff;
  flex-direction: row;
}
.list_post02 p > span {}
.list_post02 p .img {
  width: 220px;
  height: 150px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3
}
.list_post02 p:not(:first-child) .cont {
  width: calc(100% - 240px);
}
.list_post02 p .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto
}
.list_post02 p .date {
  background: var(--color-clr01)
}
.list_post02 p .title {
  font-weight: bold;
  width: 100%;
  display: block;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
.list_post02 p .txt {
  font-size: 14px;
  line-height: 1.6em;
}
.list_post02 p:not(:first-child) .txt, .list_post02 p .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.list_post02 p:first-child .txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.search-news:not(:has(.pagination)) .btn01 {
  margin-top: 40px;
}
#sec02 {
  padding: 90px 0 140px;
  background: url(../images/s02_bg01.jpg) center top no-repeat
}
.s02_dl dl {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1
}
.s02_dl dl:not(:last-child) {
  margin-bottom: 150px
}
.s02_dl dl:nth-child(odd) {
  flex-direction: row-reverse
}
.s02_dl dl:nth-child(odd):before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: auto;
  background: #F6F5E7
}
.s02_dl dl:nth-child(odd) dd {
  margin-left: auto;
  margin-right: -80px
}
.s02_dl dl:nth-child(odd) .sec02_wrap {
  background: url(../images/s02_top01.png) right top no-repeat, url(../images/s02_top02.png) left bottom no-repeat #fff
}
.s02_dl dl:nth-child(odd) .sec02_wrap:after {
  left: -60px;
  right: auto
}
.s02_dl dl:nth-child(odd) .sec02_wrap:before {
  border: 1px var(--color-primary) solid
}
.s02_dl dl:nth-child(odd) .sec02_wrap .s02_tit01 {
  color: var(--color-primary)
}
.s02_dl dl:nth-child(odd) .sec02_wrap .s02_tit01 .en {
  background: var(--color-primary)
}
.s02_dl dl:nth-child(odd) .sec02_wrap h4 {
  color: var(--color-primary)
}
.s02_dl dl:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 210px);
  height: 500px;
  right: 0;
  bottom: -50px;
  z-index: -1;
  background: #faf7f0
}
.s02_dl dt {
  width: calc(50% + 107.5px)
}
.s02_dl dd {
  width: calc(50% - 142.5px);
  position: relative;
  margin-left: -80px;
  margin-right: auto;
  margin-top: 60px;
  z-index: 1
}
.s02_dl .sec02_wrap {
  width: 100%;
  background: url(../images/s02_top03.png) right top no-repeat, url(../images/s02_top04.png) left bottom no-repeat #fff;
  min-height: 600px;
  padding: 110px 70px 30px 70px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / .12);
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / .12);
  -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / .12)
}
.s02_dl .sec02_wrap:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px #a78129 solid
}
.s02_dl .sec02_wrap .s02_tit01 {
  position: absolute;
  top: -45px;
  left: -20px;
  line-height: 1.4em;
  display: flex;
  align-items: flex-end;
  color: #a78129
}
.s02_dl .sec02_wrap .s02_tit01 .en {
  font-size: 20px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: .1em;
  background: #a78129;
  margin-right: 8px;
  padding-left: 32px
}
.s02_dl .sec02_wrap .s02_tit01 .num {
  font-size: 120px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -14px
}
.s02_dl .sec02_wrap h4 {
  text-align: center;
  color: #a78129;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.s02_dl .sec02_wrap h4 .cus_dis {
  display: none
}
.s02_dl .sec02_wrap .s02_txt01 {
  width: 100%;
  margin-bottom: 1.2em;
}
.s02_dl .sec02_wrap .s02_txt01:last-child {
  margin-bottom: 0;
}
.s02_dl .sec02_wrap .s02_txt01 a {
  text-decoration: none;
  color: var(--color-clr01);
}
#sec03 {
  padding: 100px 0;
  background: url("../images/bg_repeat01.jpg") repeat;
}
.s03_dl .slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
}
.s03_dl .slick-dots li {}
.s03_dl .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  text-indent: 999px;
  overflow: hidden;
  background: #ccc;
}
.s03_dl .slick-dots li.slick-active button {
  background: var(--color-clr01);
}
.s03_dl .slick-slide {
  padding: 0;
  margin: 0;
  width: 400px;
  position: relative;
  transition: .3s all;
  background: #000;
  overflow: hidden;
}
.s03_dl .slick-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: 0.5s all;
}
.s03_dl .slick-slide:hover img {
  transform: scale(1.05);
}
.s03_dl dl dt a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.s03_dl dl dd {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #ffffff;
  padding: 50px 30px 30px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 40%);
  /*background: rgba(0, 0, 0, 0.8);*/
  width: 100%;
}
.s03_dl dl dd h4 {
  font-size: 20px;
}
.s03_dl dl dd p {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 16px;
}
.s03_dl dl dd p:last-child {
  margin-bottom: 0;
  color: var(--color-clr02);
  text-decoration: underline;
}
.s03_info {
  display: flex;
}
.s03_info span {
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px;
}
.s03_detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}
.s03_dl dl:hover .s03_detail {
  max-height: 450px;
  opacity: 1;
}
#sec04 {
  padding: 100px 0;
  background: #F8F8F8;
  border-bottom: #ccc 1px solid;
}
.footer01 {
  padding: 110px 0 100px;
  background: url("../images/footer_bg01.jpg") repeat;
}
.footer01 .flex-space {}
.footer01 .f_info a {
  text-decoration: none;
}
.f_title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.f_menu ul li {
  margin-bottom: 10px;
}
.f_menu ul li a {
  text-decoration: none;
}
.list_social {
  display: flex;
  gap: 10px !important;
}
.list_social img {
  width: 50px;
  height: auto;
}
address {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: .1em;
  padding: 35px 0 37px;
  color: #fff;
  background: var(--color-primary)
}

.info_fixed {
   position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  transition: all .2s;
  opacity: 0;
  visibility: hidden 
}

.info_fixed.show {
  opacity: 1;
  visibility: visible;
  z-index: 10
}

.ic_tel {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.ic_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  border: var(--color-clr01) 1px solid;
  position: relative;
  z-index: 2;
}
.ic_tel a img {
  max-width: 80%;
  height: auto;
}

.info_fixed.show .ic_tel a {
  animation: tel_sp 1.2s infinite;
}

.to-top {
  
}
.to-top > a {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222
}

.ic_zalo {
    margin: 0 0 20px;
}

@keyframes tel_sp {
  0% {
    transform: scale(1) rotate(0deg);
  }
  10% {
    transform: scale(1.1) rotate(15deg);
  }
  20% {
    transform: scale(1.1) rotate(-15deg);
  }
  30% {
    transform: scale(1.15) rotate(15deg);
  }
  40% {
    transform: scale(1.15) rotate(-15deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
