@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}
header, footer {
  min-width: auto !important;
}

@media screen and (min-width: 641px) {
  .tel00 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

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

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

.no_link {
  pointer-events: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 641px) {
  .blog #contents {
    padding: 0;
  }
  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 1px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 641px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 641px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 641px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}
@media screen and (max-width: 641px) {
  #builingual {
    width: 100%;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.flex_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .flex_01 {
    display: block;
  }
}

.text001 > article {
  display: flex;
  flex-direction: column;
}
.text001 > article > h2 {
  order: 1;
}
.text001 > article > img {
  order: 2;
}
.text001 > article > div {
  order: 3;
}

.text002 > article {
  display: flex;
}
@media screen and (max-width: 834px) {
  .text002 > article {
    display: block;
  }
}
.text002 > article > img {
  float: none !important;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text002 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.text002 > article > .text002in {
  width: 60%;
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .text002 > article > .text002in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.text003 > article {
  display: flex;
}
@media screen and (max-width: 834px) {
  .text003 > article {
    display: block;
  }
}
.text003 > article > img {
  float: none !important;
  order: 2;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text003 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.text003 > article > .text003in {
  width: 60%;
  order: 1;
  padding-right: 50px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .text003 > article > .text003in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.text004 > article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text004 > article h2 {
  border-bottom: 2px solid #f48a21;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-bottom: 20px;
  order: 1;
  width: 100% !important;
}
.text004 > article > img {
  order: 3;
  float: none !important;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .text004 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
    order: 2;
  }
}
.text004 > article > div {
  order: 2;
  padding-right: 30px;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .text004 > article > div {
    padding-right: 0px;
    width: 100% !important;
    order: 3;
  }
}

.banner_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 641px) {
  .banner_01 {
    display: block;
  }
}
.banner_01 > div {
  width: 48%;
}
@media screen and (max-width: 641px) {
  .banner_01 > div {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.banner_01 > div img {
  width: 100% !important;
}
@media screen and (max-width: 641px) {
  .banner_01 > div:first-child {
    margin-bottom: 20px;
  }
}

.bg_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-size: cover;
}

.news_01 {
  padding: 30px;
  background-color: #fff;
}
.news_01 .newinner {
  height: 300px;
  overflow-y: scroll;
}
.news_01 dl {
  display: block !important;
}
.news_01 dl dt {
  width: auto !important;
}
.news_01 dl dd {
  width: auto !important;
}

@media screen and (max-width: 834px) {
  .map001 {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.map001 iframe {
  height: 350px;
}
@media screen and (max-width: 641px) {
  .map001 iframe {
    height: 200px;
  }
}

.color002 {
  color: #b3ae2e !important;
  border-bottom: 1px solid #b3ae2e;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

header {
  position: relative;
  z-index: 3;
}

.header {
  position: fixed;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .header {
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .hdnav {
    background-color: #fffbef;
  }
}

.hdul {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .hdul {
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .hdul {
    padding-left: 0;
    display: block;
    border-radius: 0;
    background: none;
  }
}
.hdul li {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .hdul li {
    margin-right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .hdul li {
    margin-right: 0;
    margin-bottom: 10px;
    background-color: #f48a21;
    border-radius: 100px;
  }
}
.hdul li a {
  color: #333 !important;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1000px) {
  .hdul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .hdul li a {
    color: #fff !important;
    padding: 0 20px;
  }
}
.hdul li a:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}

.htel {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .htel {
    flex-direction: column;
  }
}
.htel li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .htel li:first-child {
    margin: 0;
    margin-bottom: 20px;
  }
}
.htel li a {
  padding: 5px 30px;
  border-radius: 40px;
  background: #41b734;
  text-align: left;
  display: block;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.htel li span {
  font-size: 10px;
  display: block;
}

.navbt {
  display: none;
}
@media screen and (max-width: 834px) {
  .navbt {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f48a21;
    margin-left: auto;
  }
}

.drawerbt {
  display: none;
  align-items: center;
  justify-content: center;
  background: #f48a21;
  padding: 11px 0px 11px 15px;
}
@media screen and (max-width: 834px) {
  .drawerbt {
    display: flex;
  }
}

.clone-nav {
  z-index: 2;
  transition: 0.3s;
  transform: translateY(-100%);
  margin: 0;
}

.is-show {
  transform: translateY(0);
}

.spbt {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
}
.spbt a {
  display: block;
  color: #fff !important;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 641px) {
  .spbt a {
    font-size: 1.14286rem;
    line-height: 50px;
  }
}
.spbt a:first-child {
  background-color: #de4820;
  width: 105px;
  margin-right: 10px;
  font-size: 1.14286rem;
}
.spbt a:nth-child(2) {
  background: #f48a21;
  width: 50px;
  font-size: 1.42857rem;
  margin-right: 10px;
}
.spbt a:last-child {
  background: #1ec225;
  width: 50px;
  font-size: 1.42857rem;
}

#footer {
  padding-top: 50px;
  border-top: 3px solid #f48a21;
}
#footer .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  #footer .inner {
    display: block;
  }
}
#footer address {
  display: block;
  font-size: 1.14286rem;
  line-height: 2;
}
#footer p {
  font-size: 1.14286rem;
  line-height: 2;
}
#footer small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  background-color: #f48a21;
  color: #fff;
  line-height: 35px;
  margin-top: 50px;
}

.ftbt {
  width: 100%;
  display: block;
  color: #fff !important;
  position: relative;
  line-height: 40px;
  font-size: 1.28571rem;
  margin-top: 25px;
  text-align: center;
  border-radius: 100px;
  background-color: #de4820;
  width: 100%;
}
.ftbt:after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.ftleft {
  width: 40%;
  text-align: left;
  padding-right: 40px;
}
@media screen and (max-width: 834px) {
  .ftleft {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0;
  }
}

.ftright {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .ftright {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .ftright iframe {
    height: 300px;
  }
}

.ftlogo {
  margin-bottom: 15px;
}

.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.toplogo img {
  width: 30% !important;
}
@media screen and (max-width: 641px) {
  .toplogo img {
    width: 50% !important;
  }
}

.toptext_01 img {
  width: 770px !important;
}
@media screen and (max-width: 834px) {
  .toptext_01 img {
    width: 600px !important;
  }
}
@media screen and (max-width: 641px) {
  .toptext_01 img {
    width: 90% !important;
  }
}

.homeflex_01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .homeflex_01 {
    display: block;
  }
}
.homeflex_01 a {
  display: block;
  color: #fff !important;
  position: relative;
  line-height: 60px;
  font-size: 1.42857rem;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 641px) {
  .homeflex_01 a {
    font-size: 1.14286rem;
    line-height: 50px;
  }
}
.homeflex_01 a:after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 641px) {
  .homeflex_01 a:after {
    display: none;
  }
}
.homeflex_01 a:first-child {
  background-color: #de4820;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .homeflex_01 a:first-child {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.homeflex_01 a:last-child {
  background: #f48a21;
  width: 440px;
}
@media screen and (max-width: 834px) {
  .homeflex_01 a:last-child {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 641px) {
  .homeflex_01 a:last-child {
    width: 320px;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-size: cover;
  background-position: center;
}

.hometext_02 {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 834px) {
  .hometext_02 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 641px) {
  .hometext_02 {
    padding: 110px 15px 50px 15px !important;
  }
}
.hometext_02 h1 {
  font-size: 2.14286rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .hometext_02 h1 {
    font-size: 1.71429rem;
  }
}
@media screen and (max-width: 641px) {
  .hometext_02 h1 {
    font-size: 1.42857rem;
  }
}
.hometext_02 h1 .text00 {
  display: table;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.71429rem;
  background: #f48a21;
  position: relative;
}
@media screen and (max-width: 834px) {
  .hometext_02 h1 .text00 {
    font-size: 1.28571rem;
  }
}
@media screen and (max-width: 641px) {
  .hometext_02 h1 .text00 {
    font-size: 1rem;
    padding: 0 20px;
    font-weight: 500;
  }
}
.hometext_02 h1 .text00:before {
  content: url(../images/home/homeicon02.png);
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -80px;
}
@media screen and (max-width: 641px) {
  .hometext_02 h1 .text00:before {
    display: block;
    top: -65px;
    left: 0;
    right: 0;
  }
}
.hometext_02 div {
  font-size: 1.14286rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 834px) {
  .hometext_02 div {
    text-align: left !important;
  }
}
@media screen and (max-width: 641px) {
  .hometext_02 div {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
  }
}

.hometitle_01 h2 {
  font-size: 2.14286rem;
  font-weight: bold;
}
@media screen and (max-width: 641px) {
  .hometitle_01 h2 {
    font-size: 1.71429rem;
  }
}

.homelist_03 ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .homelist_03 ul {
    display: block;
  }
}
.homelist_03 ul li {
  float: none !important;
  width: 32%;
}
@media screen and (max-width: 641px) {
  .homelist_03 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.homelist_03 ul li div {
  font-size: 1.14286rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 641px) {
  .homelist_03 ul li div {
    margin-top: 15px;
  }
}
.homelist_03 ul li img {
  width: 100% !important;
}

.home_04 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home_04 {
    margin-bottom: 50px !important;
  }
}

.homeleft_04 {
  width: 70%;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .homeleft_04 {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .homeleft_04 {
    width: 100%;
  }
}
.homeleft_04 img {
  width: 100% !important;
}
@media screen and (max-width: 1500px) {
  .homeleft_04 img {
    height: 580px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 834px) {
  .homeleft_04 img {
    height: auto !important;
  }
}

.homeicon_01 {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .homeicon_01 {
    bottom: -20px;
    right: 20px;
    width: 130px;
  }
}
@media screen and (max-width: 641px) {
  .homeicon_01 {
    display: none;
  }
}

.homeright_04 {
  width: 40%;
  position: absolute;
  bottom: 50px;
  right: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 50px 40px 60px 40px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .homeright_04 {
    width: 600px;
  }
}
@media screen and (max-width: 834px) {
  .homeright_04 {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (max-width: 641px) {
  .homeright_04 {
    width: 90%;
    padding: 30px;
  }
}
.homeright_04::before {
  content: "";
  width: 400px;
  height: 800px;
  display: block;
  position: absolute;
  top: -440px;
  left: -400px;
  transform: rotate(45deg);
  background-color: #1ec225;
}
.homeright_04 h2 {
  font-size: 2.857142857rem;
  font-weight: bold;
  color: #1ec225;
  margin-bottom: 15px;
}
@media screen and (max-width: 641px) {
  .homeright_04 h2 {
    font-size: 2.14286rem;
    margin-bottom: 5px;
  }
}
.homeright_04 div {
  font-size: 1.14286rem;
  line-height: 2;
}
@media screen and (max-width: 641px) {
  .homeright_04 div {
    font-size: 1rem;
  }
}

.home_05 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home_05 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px !important;
  }
}

.homeright_05 {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .homeright_05 {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .homeright_05 {
    width: 100%;
  }
}
.homeright_05 img {
  width: 100% !important;
}
@media screen and (max-width: 1500px) {
  .homeright_05 img {
    height: 580px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (max-width: 834px) {
  .homeright_05 img {
    height: auto !important;
  }
}

.homeicon_02 {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
@media screen and (max-width: 834px) {
  .homeicon_02 {
    bottom: 10px;
    left: 20px;
    width: 110px;
  }
}
@media screen and (max-width: 641px) {
  .homeicon_02 {
    display: none;
  }
}

.homeleft_05 {
  width: 40%;
  position: absolute;
  bottom: 50px;
  left: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 50px 40px 60px 40px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .homeleft_05 {
    width: 600px;
  }
}
@media screen and (max-width: 834px) {
  .homeleft_05 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 641px) {
  .homeleft_05 {
    width: 90%;
    padding: 30px;
  }
}
.homeleft_05::before {
  content: "";
  width: 400px;
  height: 800px;
  display: block;
  position: absolute;
  top: -440px;
  left: -400px;
  transform: rotate(45deg);
  background-color: #f48a21;
}
.homeleft_05 h2 {
  font-size: 2.857142857rem;
  font-weight: bold;
  color: #f48a21;
  margin-bottom: 15px;
}
@media screen and (max-width: 641px) {
  .homeleft_05 h2 {
    font-size: 2.14286rem;
    margin-bottom: 5px;
  }
}
.homeleft_05 div {
  font-size: 1.14286rem;
  line-height: 2;
}
@media screen and (max-width: 641px) {
  .homeleft_05 div {
    font-size: 1rem;
  }
}

.home_06 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.hometitle_02 h2 {
  font-size: 2.14286rem;
  font-weight: bold;
}
@media screen and (max-width: 641px) {
  .hometitle_02 h2 {
    font-size: 1.71429rem;
  }
}
.hometitle_02 h2:after {
  content: "";
  background-image: url(../images/home/home_05icon.png);
  display: inline-block;
  margin-left: 100px;
  vertical-align: middle;
  width: 160px;
  height: 93px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .hometitle_02 h2:after {
    margin-left: 40px;
  }
}
@media screen and (max-width: 641px) {
  .hometitle_02 h2:after {
    width: 80px;
    margin-left: 20px;
    height: 41px;
  }
}
.hometitle_02 h2:before {
  content: "";
  background-image: url(../images/home/home_05icon.png);
  transform: scale(-1, 1);
  vertical-align: middle;
  display: inline-block;
  margin-right: 100px;
  width: 160px;
  height: 93px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .hometitle_02 h2:before {
    margin-right: 40px;
  }
}
@media screen and (max-width: 641px) {
  .hometitle_02 h2:before {
    width: 80px;
    height: 41px;
    margin-right: 20px;
  }
}

.homewrap_06 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 641px) {
  .homewrap_06 {
    display: block;
  }
}

.homenumber {
  width: 25%;
  justify-content: space-between;
  flex-direction: column !important;
  position: relative;
}
@media screen and (max-width: 641px) {
  .homenumber {
    display: none !important;
  }
}
.homenumber:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 3px;
  height: 70%;
  background-color: #f48a21;
  margin: auto;
}
.homenumber .box {
  height: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.homenumber .box div {
  border-radius: 200px;
  color: #fff;
  text-align: center;
  width: 70px;
  font-size: 32px;
  font-weight: 500;
  line-height: 70px;
  background-color: #f48a21;
}

.home_dl {
  padding: 50px 35px;
  background: #fffbef;
}
@media screen and (max-width: 641px) {
  .home_dl {
    padding: 30px 15px;
  }
}
.home_dl .newinner {
  height: 174px;
  overflow-y: scroll;
}
@media screen and (max-width: 641px) {
  .home_dl .newinner {
    height: 250px;
  }
}
.home_dl .newinner::-webkit-scrollbar {
  width: 15px;
}
.home_dl .newinner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ddd;
}
.home_dl .newinner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f48a21;
}
.home_dl dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 641px) {
  .home_dl dl {
    display: block !important;
  }
}
.home_dl dl:last-child {
  margin-bottom: 0;
}
.home_dl dl dt {
  background-color: #f48a21 !important;
  color: #fff;
  font-size: 1.28571rem;
  font-weight: 500;
  border: none !important;
  align-items: center !important;
  width: 140px !important;
}
@media screen and (max-width: 641px) {
  .home_dl dl dt {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
.home_dl dl dd {
  border: none !important;
  padding-left: 40px !important;
  font-size: 1.14286rem;
  background: none !important;
  font-weight: 500;
  width: 100% !important;
}
@media screen and (max-width: 641px) {
  .home_dl dl dd {
    padding-left: 0px !important;
  }
}

.homeflow {
  display: block !important;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 641px) {
  .homeflow {
    width: 100%;
  }
}
.homeflow .box {
  background-color: #fff;
  border: solid 3px #f48a21;
  margin-bottom: 40px;
  padding: 30px;
}
.homeflow .box h3 {
  font-size: 1.42857rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.homeflow .box div {
  line-height: 2;
}
.homeflow .box div a {
  color: #de4820 !important;
  text-decoration: underline;
  font-weight: 500;
  margin-right: 20px;
}

.home06_bt a {
  display: block;
  color: #fff !important;
  position: relative;
  line-height: 60px;
  font-size: 1.42857rem;
  text-align: center;
  border-radius: 100px;
  background-color: #de4820;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.home06_bt a:after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.hometitle_03 h2 {
  font-size: 2.14286rem;
  font-weight: bold;
}
@media screen and (max-width: 641px) {
  .hometitle_03 h2 {
    font-size: 1.71429rem;
  }
}
.hometitle_03 h2:after {
  content: url(../images/home/homeicon06.png);
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
  transform: scale(-1, 1);
}
@media screen and (max-width: 641px) {
  .hometitle_03 h2:after {
    margin-left: 30px;
  }
}
.hometitle_03 h2:before {
  content: url(../images/home/homeicon06.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 641px) {
  .hometitle_03 h2:before {
    margin-right: 30px;
  }
}

.home_07 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  display: flex;
}
@media screen and (max-width: 834px) {
  .home_07 {
    display: block;
  }
}

.hometext_07 {
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.hometext_07 a {
  color: #fff !important;
  text-shadow: 0 0 10px #333;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .hometext_07 a {
    height: 300px;
  }
}
.hometext_07 a:hover {
  transform: scale(1.1);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.8);
}
.hometext_07 h2 {
  font-size: 2.14286rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 641px) {
  .hometext_07 h2 {
    font-size: 1.71429rem;
  }
}
.hometext_07 h2:after {
  width: 100px;
  background-color: #fff;
  height: 2px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  box-shadow: 0 0 10px #333;
}
.hometext_07 div {
  font-size: 1.14286rem;
}
@media screen and (max-width: 641px) {
  .hometext_07 div {
    font-size: 1rem;
  }
}

.subtop {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .subtop {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 641px) {
  .subtop {
    padding: 80px 0 !important;
  }
}
.subtop h1 {
  font-size: 2.857142857rem;
  color: #fff;
  text-shadow: 0 0 10px #888;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .subtop h1 {
    font-size: 2.14286rem;
  }
}
@media screen and (max-width: 641px) {
  .subtop h1 {
    font-size: 1.71429rem;
  }
}

.pankuzu {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 3px 50px 3px 0;
  background: #1ec225;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    text-align: center !important;
    padding: 2px 0;
  }
}
@media screen and (max-width: 641px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.subtitle_01 {
  border-radius: 5px;
  background-color: #f48a21;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}
.subtitle_01::before {
  content: "";
  display: block;
  border-radius: 100px;
  width: 4px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 641px) {
  .subtitle_01::before {
    left: 15px;
  }
}
.subtitle_01 h2 {
  font-size: 1.71429rem;
  color: #fff;
  font-weight: 500;
  padding: 10px 10px 10px 40px;
}
@media screen and (max-width: 641px) {
  .subtitle_01 h2 {
    font-size: 1.42857rem;
    padding: 5px 5px 5px 35px;
  }
}

.subflex_01 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .subflex_01 {
    display: block;
  }
}

.subright_01 {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .subright_01 {
    width: 100%;
  }
}
.subright_01 img {
  width: 100% !important;
}

.subleft_01 {
  width: 60%;
  padding-right: 40px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 834px) {
  .subleft_01 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 641px) {
  .subleft_01 {
    font-size: 1rem;
  }
}

.sublist_01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 641px) {
  .sublist_01 ul {
    display: block;
  }
}
.sublist_01 ul:after {
  width: 32%;
  content: "";
  height: 0px;
  display: block;
}
.sublist_01 ul li {
  float: none !important;
  width: 32%;
  margin-bottom: 20px;
}
.sublist_01 ul li img {
  width: 100% !important;
  height: 270px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .sublist_01 ul li img {
    height: 170px !important;
  }
}
@media screen and (max-width: 641px) {
  .sublist_01 ul li img {
    height: auto !important;
  }
}
@media screen and (max-width: 641px) {
  .sublist_01 ul li:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 641px) {
  .sublist_01 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.subtext_01 div {
  font-size: 1.14286rem;
  line-height: 1.7;
}
@media screen and (max-width: 641px) {
  .subtext_01 div {
    font-size: 1rem;
  }
}
.subtext_01 h3 {
  font-size: 1.14286rem;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f48a21;
}

.subtitle_02 h3 {
  font-size: 1.42857rem;
  border-bottom: 2px solid #f48a21;
  color: #f48a21;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 641px) {
  .subtitle_02 h3 {
    font-size: 1.28571rem;
  }
}

.subdl_01 dl dt, .subdl_01 dl dd {
  padding: 15px !important;
  font-size: 1.14286rem;
}
@media screen and (max-width: 641px) {
  .subdl_01 dl dt, .subdl_01 dl dd {
    font-size: 1rem;
  }
}
.subdl_01 dl dt {
  width: 50% !important;
  align-items: center !important;
  background-color: #fffbef !important;
}
.subdl_01 dl dd {
  width: 50% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flow_text {
  padding: 40px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 641px) {
  .flow_text {
    padding: 20px;
  }
}
.flow_text h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f48a21;
}
.flow_text h2 span {
  background-color: #f48a21;
  padding: 0px 15px 0px 20px;
  border-radius: 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
}
@media screen and (max-width: 641px) {
  .flow_text h2 span {
    display: table;
    margin-bottom: 5px;
  }
}
.flow_text div {
  font-size: 1.14286rem;
  font-weight: 500;
}
@media screen and (max-width: 641px) {
  .flow_text div {
    font-size: 1rem;
  }
}

.flow_bt div {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .flow_bt div {
    display: block;
  }
}
.flow_bt div a {
  display: block;
  color: #fff !important;
  position: relative;
  line-height: 60px;
  font-size: 1.42857rem;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 641px) {
  .flow_bt div a {
    font-size: 1.14286rem;
    line-height: 50px;
  }
}
.flow_bt div a:after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 641px) {
  .flow_bt div a:after {
    display: none;
  }
}
.flow_bt div a:first-child {
  background-color: #de4820;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .flow_bt div a:first-child {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.flow_bt div a:last-child {
  background: #f48a21;
  width: 440px;
}
@media screen and (max-width: 834px) {
  .flow_bt div a:last-child {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 641px) {
  .flow_bt div a:last-child {
    width: 320px;
  }
}

@media screen and (max-width: 834px) {
  .question_01 {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.question_01 dl {
  display: block !important;
  margin-bottom: 20px;
}
.question_01 dl dt {
  padding: 15px 15px 15px 40px !important;
  background-color: #f48a21 !important;
  font-size: 1.28571rem;
  font-weight: 500;
  border: none !important;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.question_01 dl dt::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 22px;
}
.question_01 dl dt::after {
  content: ">";
  display: block;
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 834px) {
  .question_01 dl dt::after {
    display: none;
  }
}
.question_01 dl dd {
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
  font-size: 1.14286rem;
  font-weight: 500;
}

.subdl_02 dl dt, .subdl_02 dl dd {
  padding: 15px !important;
  font-size: 1.14286rem;
  font-weight: 500;
}
@media screen and (max-width: 641px) {
  .subdl_02 dl dt, .subdl_02 dl dd {
    font-size: 1rem;
  }
}
.subdl_02 dl dt {
  width: 25% !important;
  align-items: center !important;
  background-color: #fffbef !important;
}
@media screen and (max-width: 641px) {
  .subdl_02 dl dt {
    width: 30% !important;
  }
}
.subdl_02 dl dd {
  width: 75% !important;
}

.submap_01 iframe {
  height: 450px;
}
@media screen and (max-width: 641px) {
  .submap_01 iframe {
    height: 300px;
  }
}

section form h2.mail.title {
  display: none;
}

.bt_404 a {
  display: block;
  text-align: center;
  width: 200px;
  line-height: 50px;
  border: solid 1px #f48a21;
  border-radius: 3px;
  color: #f48a21 !important;
  margin: 30px auto 30px 0;
  font-size: 16px;
}
.bt_404 a:hover {
  background-color: #f48a21;
  color: #fff !important;
  opacity: 1;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-1200 {
  max-width: 1120px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (max-width: 1000px) {
  .inner-1200 {
    width: 95%;
  }
}

.col-2__inner {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .col-2__inner {
    display: block;
  }
}
.col-2__inner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .col-2__inner:last-child {
    margin-bottom: 0;
  }
}
.col-2__wrapper {
  flex: 1 0 0;
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .col-2__wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.fix-slider {
  max-width: 600px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.fix-slider .slick-slide a {
  position: relative;
  display: block;
}
.fix-slider .slick-slide a:has(a) {
  display: block;
}
.fix-slider .slick-slide a:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.fix-slider .slick-slide a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fix-slider .slick-slide > article > div {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.fix-slider .slick-dots {
  margin-top: 10px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -8px;
}
.fix-slider .slick-dots li {
  flex: 0 0 calc((100% - 40px) / 5);
  height: auto;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 8px;
  float: none !important;
  position: relative;
  display: block;
}
.fix-slider .slick-dots li:has(a) {
  display: block;
}
.fix-slider .slick-dots li:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.fix-slider .slick-dots li > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fix-slider .slick-dots li:nth-child(5n) {
  margin-right: 0;
}
.fix-slider .slick-dots li:last-child {
  margin-right: 0;
}
.fix-slider .slick-dots li > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fix-anime-fadein {
  opacity: 0;
  transform: translateY(100px);
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.js-fadein.fix-anime-fadein {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=assets.css.map */