@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #253641;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 14px;
   letter-spacing: 0.02em;
   line-height: 31px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 16px;
      line-height: 35px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", "YuMincho", 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-zen-old-mincho {
   font-family: "Zen Old Mincho", serif;
}

.fnt-roboto {
   font-family: "Roboto", sans-serif;
}

/*=============================================
   Custom
*=============================================*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.6));
}

.box-shadow {
   text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
}

.cl-red {
   color: #d8000d;
}

.cl-blue {
   color: #133449;
}

.cl-brown {
   color: #504335;
}

.cl-white {
   color: #f7efe6;
}

.cl-yellow {
   color: #ccae7a;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

.txt-j {
   text-align: justify;
}

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

/* --- --- */
/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
   font-weight: 500;
   letter-spacing: 0.1em;
   color: #fff;
   position: relative;
   box-sizing: border-box;
   border-radius: 50px;
   text-align: center;
}

.button a:after {
   content: '';
   background: url("../img/shared/btn-arrow.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 28px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 92vw;
      height: 17.3vw;
      font-size: 4.8vw;
      line-height: 1.5;
   }

   .button a:after {
      width: 4vw;
      height: 4vw;
      right: 6.4vw;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      width: 370px;
      height: 68px;
      font-size: 19px;
      line-height: 30px;
   }

   .button a:after {
      width: 18px;
      height: 18px;
   }

   .button a:hover:after {
      transform: translate(5px, -50%);
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

.img-obj {
   object-fit: cover;
   width: 100%;
   max-width: inherit;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 4vw;
      position: relative;
   }

   img {
      width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 768px) {
   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

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

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

#socialbuttons {
   display: flex;
   justify-content: center;
   gap: 10px;
   margin: 0;
}

#socialbuttons>* {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 25px;
   margin: 0;
}

.social-twitter {
   width: 77px;
}

.social-facebook {
   width: 102px;
   align-items: flex-start;
   position: relative;
   top: -1px;
}

.social-line {
   width: 64px;
}

.tel-fax {
   font-weight: 900;
   letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
   .tel-fax {
      line-height: 1.5;
   }

   .tel-fax span {
      font-size: 6vw;
   }

   .tel-fax span small {
      font-size: 4vw;
   }

   .tel-fax code {
      font-size: 3.8vw;
   }

   .tel-fax code small {
      font-size: 2.8vw;
   }
}

@media only screen and (min-width: 768px) {
   .tel-fax {
      letter-spacing: 0.24em;
   }

   .tel-fax span {
      font-size: 24px;
   }

   .tel-fax span small {
      font-size: 18px;
   }

   .tel-fax code {
      letter-spacing: 0.14em;
   }

   .tel-fax code small {
      font-size: 12px;
   }
}

/*=============================================
   header
*=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   position: relative;
}

header h1 {
   font-weight: 500;
   letter-spacing: 0.16em;
}

#menu-toggle {
   background-color: #fff;
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   overflow-y: auto;
   box-sizing: border-box;
   z-index: 100;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s linear;
}

#menu-toggle:before {
   content: '';
   background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0.45;
}

.navOpen .nav-fixed {
   background: transparent;
   opacity: 1;
   visibility: visible;
}

.navOpen .nav-fixed .logo,
.navOpen .nav-fixed .tel-fax,
.navOpen .nav-fixed .bnr {
   opacity: 0;
   visibility: hidden;
}

.navOpen #menu-toggle {
   opacity: 1;
   visibility: visible;
}

@media only screen and (max-width: 767px) {
   header h1 {
      font-size: 9px;
      line-height: 18px;
   }

   .header-home .logo,
   .header-child .logo {
      width: 44.8vw;
      margin: 0 auto;
      padding: 5.6vw 0;
   }

   .header-home .tel-fax,
   .header-home .nav,
   .header-child .tel-fax,
   .header-child .nav {
      display: none;
   }

   .nav-fixed {
      display: none;
   }

   #menu-toggle {
      padding: 15vw 0;
   }

   #menu-toggle .col {
      display: flex;
      flex-direction: column;
      gap: 8vw;
      height: 100%;
      position: relative;
   }

   #menu-toggle .logo {
      width: 45vw;
      margin: 0 auto;
   }

   #menu-toggle .nav {
      width: 82vw;
      margin: 0 auto;
      font-weight: 700;
      font-size: 4.2vw;
      line-height: 12vw;
      letter-spacing: 0.24em;
      text-align: center;
      flex: 1 0 0;
   }

   #menu-toggle .nav li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.16);
   }

   #menu-toggle .nav a {
      display: block;
   }

   #menu-toggle .nav a.current {
      background: url("../img/shared/bg-pattern-04.jpg") repeat center top;
   }

   #menu-toggle .nav-sns {
      background: url("../img/shared/bg-pattern-04.jpg") repeat center top;
      padding: 8vw;
   }

   #menu-toggle .nav-sns ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2vw 6.4vw;
   }

   #menu-toggle .nav-sns ul .break {
      width: 100%;
   }

   #menu-toggle .nav-sns img {
      width: auto;
      max-width: inherit;
      height: 8.6vw;
   }
}

@media only screen and (min-width: 768px) {
   header h1 {
      font-size: 10px;
      line-height: 15px;
   }

   .header-home {
      display: flex;
      align-items: center;
      padding: 28px 30px 25px 45px;
   }

   .header-home .col {
      flex: 1 0 0;
   }

   .header-home .logo {
      width: 227px;
   }

   .header-home .tel-fax {
      padding-top: 4px;
   }

   .header-home .nav {
      display: flex;
      align-items: center;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.24em;
      line-height: 22px;
   }

   .header-home .nav li {
      border-left: 1px solid rgba(0, 0, 0, 0.16);
   }

   .header-home .nav li+li {
      margin-left: 10px;
      padding: 3px 0 2px 10px;
   }

   .header-home .nav a {
      display: block;
      position: relative;
   }

   .header-home .nav a:before {
      content: '';
      width: 9px;
      height: 7px;
      background: url("../img/shared/nav-on.png") no-repeat center top/cover;
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 5px;
      transition: all 0.3s;
      opacity: 0;
   }

   .header-home .nav a:hover,
   .header-home .nav a.current {
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      opacity: 1;
   }

   .header-home .nav a:hover:before,
   .header-home .nav a.current:before {
      opacity: 1;
   }

   .header-child {
      display: flex;
      align-items: flex-start;
      padding: 50px 30px;
      position: relative;
   }

   .header-child:before {
      content: '';
      width: 100%;
      padding-top: 42.6%;
      background: url("../img/shared/header-deco.png") no-repeat center top/cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
   }

   .header-child .col {
      flex: 1 0 0;
      position: relative;
      z-index: 1;
   }

   .header-child .logo {
      width: 416px;
   }

   .header-child .tel-fax {
      padding-top: 14px;
      color: #fff;
   }

   .header-child .nav {
      display: grid;
      grid-template-columns: repeat(3, auto);
      grid-template-rows: repeat(2, auto);
      grid-auto-flow: column;
      gap: 23px 4px;
      font-weight: 700;
      font-size: 19px;
      letter-spacing: 0.24em;
      line-height: 27px;
      padding-top: 22px;
   }

   .header-child .nav li {
      padding-left: 20px;
   }

   .header-child .nav a {
      display: inline-block;
      position: relative;
      padding: 0 8px;
   }

   .header-child .nav a:before {
      content: '';
      width: 7px;
      height: 9px;
      background: url("../img/shared/nav-on-1.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      left: -12px;
      transform: translateY(-50%);
      margin-bottom: 5px;
      transition: all 0.3s;
      opacity: 0;
   }

   .header-child .nav a:hover,
   .header-child .nav a.current {
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      opacity: 1;
   }

   .header-child .nav a:hover:before,
   .header-child .nav a.current:before {
      opacity: 1;
   }

   .nav-fixed {
      display: flex;
      align-items: center;
      gap: 20px;
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      width: 100%;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      padding-left: 40px;
      border-radius: 5px;
      z-index: 101;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   .nav-fixed .logo {
      width: 210px;
   }

   .nav-fixed .tel-fax {
      flex: 1 0 0;
   }

   .nav-fixed .bnr {
      width: 203px;
      position: fixed;
      bottom: 20px;
      right: 20px;
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }

   .hamburger {
      background: url("../img/shared/hamburger.png") no-repeat center top/cover;
      width: 180px;
      height: 87px;
      transition: all 0.3s;
      cursor: pointer;
   }

   .hamburger.is-active {
      background-image: url("../img/shared/hamburger_close.png");
   }

   .hamburger:hover {
      opacity: 0.7;
   }

   #menu-toggle {
      display: flex;
   }

   #menu-toggle figure {
      width: 50%;
      height: 100%;
   }

   #menu-toggle .col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 50%;
      position: relative;
      text-align: center;
      padding: 90px 0;
   }

   #menu-toggle .bnr {
      position: absolute;
      top: 90px;
      right: 15px;
   }

   #menu-toggle .nav {
      width: 226px;
      font-size: 19px;
      line-height: 42px;
   }

   #menu-toggle .nav li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.16);
   }

   #menu-toggle .nav a {
      display: block;
      background: repeat center top;
   }

   #menu-toggle .nav a:hover,
   #menu-toggle .nav a.current {
      background-image: url("../img/shared/bg-pattern-02.jpg");
      opacity: 1;
   }

   #menu-toggle .tel-fax {
      padding: 40px 0;
   }

   #menu-toggle .nav-sns {
      width: 100%;
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      box-sizing: border-box;
      padding: 28px 20px;
   }

   #menu-toggle .nav-sns img {
      max-width: inherit;
      height: 37px;
   }

   #menu-toggle .nav-sns ul {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
   }

   .navOpen .nav-fixed {
      background: transparent;
      opacity: 1;
      visibility: visible;
   }

   .navOpen .nav-fixed .logo,
   .navOpen .nav-fixed .tel-fax {
      opacity: 0;
      visibility: hidden;
   }
}

@media only screen and (min-width: 1201px) {
   .header-child {
      padding: 50px 33px 50px 53px;
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

#key {
   width: 100%;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

#key1 {
   position: relative;
   z-index: 1;
}

@media only screen and (max-width: 767px) {
   #key {
      height: 48vw;
      position: relative;
      margin-bottom: 20vw;
   }

   #key .key-bnr {
      width: 32vw;
      position: absolute;
      top: 32vw;
      right: 2vw;
   }

   #key .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   #key h1 {
      position: absolute;
      top: 102%;
      right: 36vw;
      left: 4vw;
   }

   #key1 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40vw;
      text-align: center;
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
   }

   #key1 .key-bnr {
      width: 25vw;
      position: absolute;
      top: -8vw;
      right: 2vw;
   }

   #key1 .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   #key1 h1 {
      width: 100%;
      color: rgba(37, 54, 64, 0.49);
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1;
   }

   #key1 h2 {
      font-weight: 500;
      font-size: 8vw;
      line-height: 1;
      letter-spacing: 0.1em;
   }

   #key1 .breadcrumb {
      position: absolute;
      top: 2vw;
      right: 30vw;
      left: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      height: 554px;
   }

   #key .key-bnr {
      width: 203px;
      position: absolute;
      top: -45px;
      right: 45px;
   }

   #key .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   #key h1 {
      color: #fff;
      position: absolute;
      top: 50px;
      bottom: 50px;
      left: 50px;
      text-align: left;
   }

   #key1 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px;
      text-align: center;
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      margin-top: -23px;
   }

   #key1 .key-bnr {
      width: 203px;
      position: absolute;
      top: -20px;
      right: 45px;
   }

   #key1 .key-bnr img {
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.42));
   }

   #key1 h1 {
      width: 45px;
      height: 375px;
      color: rgba(37, 54, 64, 0.49);
      position: absolute;
      top: 100%;
      right: 20px;
      margin-top: 30px;
      text-align: left;
      z-index: 1;
   }

   #key1 h2 {
      font-weight: 500;
      font-size: 55px;
      line-height: 72px;
      letter-spacing: 0.1em;
   }

   #key1 .breadcrumb {
      position: absolute;
      top: 20px;
      right: 280px;
      left: 55px;
   }
}

@media only screen and (min-width: 1301px) {
   #key1 h1 {
      left: calc(50% + 590px);
   }
}

/*=============================================
   footer
*=============================================*/
footer {
   color: #fff;
}

@media only screen and (max-width: 767px) {
   footer {
      background: url("../img/shared/footer-bg_sp.jpg") no-repeat center top/cover;
      padding: 18vw 0 15vw;
   }

   footer .wrap {
      padding: 0;
   }

   footer .logo img {
      max-width: 50vw;
   }

   footer .logo figcaption {
      font-size: 4vw;
      line-height: 1.5;
      padding-top: 4vw;
   }

   footer .tel-fax {
      padding-top: 4vw;
   }

   footer .txt-info {
      text-align: left;
      padding: 4vw 4vw 8vw;
      line-height: 28px;
   }

   footer .txt-info dl {
      display: grid;
      grid-template-columns: 22vw 1fr;
   }

   footer .txt-info dl:not(:last-child) {
      padding-bottom: 4vw;
   }

   footer .txt-info a {
      background: url("../img/shared/icon-location-wh.png") no-repeat center left/10px auto;
      border-bottom: 1px solid;
      padding-left: 15px;
   }

   footer .f-sns {
      border-top: 1px solid rgba(255, 255, 255, 0.29);
      border-bottom: 1px solid rgba(255, 255, 255, 0.29);
      padding: 4.8vw 0;
   }

   footer .f-sns img {
      width: auto;
      max-width: inherit;
      height: 8vw;
   }

   footer .f-sns ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2vw 6.4vw;
   }

   footer .f-sns ul .break {
      width: 100%;
   }

   footer nav {
      display: none;
   }

   footer address {
      padding-top: 8vw;
   }

   footer .txt-link {
      font-size: 11px;
      line-height: 20px;
      color: #8295a1;
   }

   footer .txt-link a {
      border-bottom: 1px solid;
   }

   footer .btn-share {
      padding-top: 4vw;
   }

   footer .btn-copy {
      padding-top: 2vw;
      padding-bottom: 8vw;
   }

   footer .btn-copy a {
      background: url("../img/shared/icon-url.png") no-repeat center left/14px auto;
      letter-spacing: 0.15em;
      padding-left: 20px;
   }

   .pagetop {
      width: 43.2vw;
      margin: 0 auto;
      position: static;
      opacity: 1;
      visibility: visible;
      text-align: center;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      background: url("../img/shared/footer-bg.jpg") no-repeat center top/cover;
      padding: 80px 0 0;
   }

   footer .wrap {
      width: 100%;
   }

   footer .logo {
      font-size: 18px;
   }

   footer .logo img {
      max-width: 225px;
   }

   footer .logo figcaption {
      padding-top: 22px;
   }

   footer .tel-fax {
      padding-top: 22px;
   }

   footer .txt-info {
      max-width: 590px;
      margin: 0 auto;
      padding: 23px 0 63px;
      text-align: left;
   }

   footer .txt-info dl {
      display: grid;
      grid-template-columns: 90px 1fr;
   }

   footer .txt-info dl+dl {
      padding-top: 8px;
   }

   footer .txt-info a {
      display: inline-block;
      background: url("../img/shared/icon-location-wh.png") no-repeat center left/10px auto;
      border-bottom: 1px solid;
      padding-left: 12px;
      line-height: 20px;
      margin-left: 10px;
   }

   footer .txt-info a:hover {
      border-bottom-color: transparent;
   }

   footer .f-sns {
      border-top: 1px solid rgba(255, 255, 255, 0.29);
      border-bottom: 1px solid rgba(255, 255, 255, 0.29);
      padding: 24px 0;
   }

   footer .f-sns img {
      max-width: inherit;
      height: 36px;
   }

   footer .f-sns ul {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
   }

   footer nav {
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.24em;
      line-height: 27px;
      padding: 68px 0 22px;
   }

   footer nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   footer nav ul li+li {
      border-left: 1px solid rgba(255, 255, 255, 0.16);
      margin-left: 10px;
      padding-left: 10px;
   }

   footer nav a {
      display: block;
      position: relative;
   }

   footer nav a:before {
      content: '';
      width: 9px;
      height: 7px;
      background: url("../img/shared/f-nav-on.png") no-repeat center top/cover;
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 5px;
      transition: all 0.3s;
      opacity: 0;
   }

   footer nav a:hover:before,
   footer nav a.current:before {
      opacity: 1;
   }

   footer nav a:hover:before:before,
   footer nav a.current:before:before {
      opacity: 1;
   }

   footer .txt-link {
      color: #8295a1;
      font-size: 12px;
      line-height: 23px;
   }

   footer .txt-link a {
      border-bottom: 1px solid;
   }

   footer .txt-link a:hover {
      border-bottom-color: transparent;
   }

   footer .btn-share {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      padding-top: 20px;
   }

   footer .btn-copy a {
      display: inline-block;
      letter-spacing: 0.15em;
      line-height: 20px;
      background: url("../img/shared/icon-url.png") no-repeat center left/15px auto;
      padding-left: 20px;
   }

   footer .btn-copy a:hover {
      text-decoration: underline;
   }

   .pagetop {
      width: 180px;
      margin: 0 auto;
      padding-top: 33px;
      opacity: 1;
      visibility: visible;
      position: static;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   width: 100%;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 101;
   opacity: 1;
   visibility: visible;
}

#fixed-sp ul {
   display: flex;
}

#fixed-sp ul li {
   background: url(../img/shared/bg-pattern-04.jpg) repeat center top;
}

#fixed-sp .hamburger {
   display: grid;
}

#fixed-sp .hamburger img {
   grid-area: 1/1;
}

#fixed-sp .hamburger img:nth-child(2) {
   opacity: 0;
}

#fixed-sp .hamburger.is-active img:nth-child(2) {
   opacity: 1;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 15vw);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 15vw);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 15vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 15vw);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   #fixed-sp ul li {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }

   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 15vw);
   }
}

/*=============================================
   custom
*=============================================*/
/* -- slick -- */
.slick-arrow {
   border: 0;
   font-size: 0;
   outline: 0 none;
   position: relative;
}

.slick-prev {
   background: url("../img/shared/slider-prev.png") no-repeat center top/cover;
}

.slick-next {
   background: url("../img/shared/slider-next.png") no-repeat center top/cover;
}

.slick-dots {
   display: flex;
}

.slick-dots li {
   display: block;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   display: flex;
   align-items: center;
   justify-content: center;
   background: transparent;
   width: 100%;
   height: 100%;
   border: 1px solid #e8e7e5;
   background-color: transparent;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 5px;
   transition: all 0.3s;
   color: inherit;
}

.slick-dots .slick-active button {
   background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 12vw;
      height: 12vw;
   }

   .slick-dots {
      justify-content: center;
      gap: 2.5vw;
   }

   .slick-dots li {
      width: 11vw;
      height: 14vw;
   }

   .slick-dots button {
      font-weight: 700;
      font-size: 4.4vw;
      letter-spacing: 0;
      line-height: 1;
   }

   .slider-nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2.5vw;
   }

   .slider-nav .slick-prev {
      order: 1;
   }

   .slider-nav .slick-dots {
      order: 2;
   }

   .slider-nav .slick-next {
      order: 3;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 42px;
      height: 42px;
      cursor: pointer;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      gap: 13px;
   }

   .slick-dots li {
      width: 64px;
      height: 8px;
   }

   .slick-dots li button:hover {
      opacity: 0.5;
   }
}

/*=============================================
 * fadeIn
 *=============================================*/
@-webkit-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

@keyframes fadeIn {
   0% {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   animation-duration: 2s;
   animation-delay: 0.3s;
}

@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
}

/*=============================================
   
*=============================================*/
.list-car {
   text-align: center;
   position: relative;
}

@media only screen and (max-width: 767px) {
   .list-car {
      display: flex;
      flex-direction: column;
      gap: 5vw;
   }

   .list-car .col {
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      padding: 0 5vw 5vw;
      position: relative;
   }

   .list-car figure {
      width: 30vw;
      padding-top: 30vw;
      overflow: hidden;
      position: absolute;
      bottom: 5vw;
      left: 5vw;
   }

   .list-car figure img {
      position: absolute;
      top: 0;
      left: 0;
   }

   .list-car figure figcaption {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 10vw;
      font-size: 4vw;
      letter-spacing: 0.06em;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      color: #fff;
   }

   .list-car figure figcaption:before {
      content: '';
      border-top: 1px solid rgba(255, 255, 255, 0.6);
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 3px;
      right: 0;
      bottom: 3px;
      left: 0;
   }

   .list-car figure figcaption.sold {
      background-color: rgba(170, 32, 32, 0.7);
   }

   .list-car figure figcaption.under-negotiation {
      background-color: rgba(19, 71, 101, 0.7);
   }

   .list-car .text {
      min-height: 48vw;
      padding-left: 32vw;
   }

   .list-car h3 {
      font-weight: 700;
      font-size: 5vw;
      letter-spacing: 0.06em;
      line-height: 2;
      border-bottom: 1px solid rgba(37, 54, 65, 0.5);
      margin-left: -32vw;
      padding: 3vw 0 2vw;
   }

   .list-car .price {
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1;
      padding-top: 1vw;
   }

   .list-car .price .num {
      font-size: 6vw;
   }

   .list-car .year {
      display: grid;
      grid-template-columns: 45px 1fr;
      border: 1px solid;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 20px;
      margin-top: 3vw;
   }

   .list-car .year span {
      background-color: #134765;
      color: #fff;
      font-size: 13px;
   }

   .list-car .button {
      margin-top: 3vw;
   }

   .list-car .button a {
      width: 44vw;
      height: 12.8vw;
      font-size: 4vw;
      border: 0;
   }

   .list-car .button a:after {
      width: 3.3vw;
      height: 3.3vw;
      right: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .list-car {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px 10px;
   }

   .list-car .col {
      display: flex;
      flex-direction: column;
   }

   .list-car figure {
      width: 100%;
      height: 208px;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      position: relative;
   }

   .list-car figure img {
      position: absolute;
      top: 0;
      left: 0;
   }

   .list-car figure figcaption {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 59px;
      font-size: 19px;
      letter-spacing: 0.06em;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      color: #fff;
   }

   .list-car figure figcaption:before {
      content: '';
      border-top: 1px solid rgba(255, 255, 255, 0.6);
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 3px;
      right: 0;
      bottom: 3px;
      left: 0;
   }

   .list-car figure figcaption.sold {
      background-color: rgba(170, 32, 32, 0.7);
   }

   .list-car figure figcaption.under-negotiation {
      background-color: rgba(19, 71, 101, 0.7);
   }

   .list-car .text {
      background: url("../img/shared/bg-pattern-02.jpg") repeat center top;
      text-align: center;
      padding: 28px 18px 105px;
      flex: 1 0 0;
      position: relative;
   }

   .list-car h3 {
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 26px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden;
   }

   .list-car .price {
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.1em;
   }

   .list-car .price .num {
      font-size: 26px;
   }

   .list-car .year {
      display: grid;
      grid-template-columns: 45px 1fr;
      border: 1px solid;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 24px;
      margin-top: 10px;
   }

   .list-car .year span {
      background-color: #134765;
      color: #fff;
      font-size: 15px;
   }

   .list-car .button {
      position: absolute;
      right: 0;
      bottom: 38px;
      left: 0;
   }

   .list-car .button a {
      width: 100%;
      max-width: 186px;
      height: 40px;
      font-size: 16px;
      border: 0;
   }

   .list-car .button a:after {
      width: 15px;
      height: 15px;
      right: 13px;
   }
}

/*=============================================
   
*=============================================*/
.searchform {
   position: relative;
}

@media only screen and (max-width: 767px) {
   .searchform {
      display: flex;
   }

   .searchform input {
      display: block;
      border-radius: 0;
      outline: 0;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.1em;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
   }

   .searchform ::-webkit-input-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform ::-moz-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform :-ms-input-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform :-moz-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform #s {
      width: 60vw;
      background: transparent;
      border: 1px solid #253641;
      border-right: 0;
      padding: 7px 20px;
   }

   .searchform #searchsubmit {
      width: 20vw;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      border: 0;
      padding: 7px;
      cursor: pointer;
      transition: all 0.3s;
   }

   .searchform #searchsubmit:hover {
      opacity: 0.7;
   }
}

@media only screen and (min-width: 768px) {
   .searchform {
      display: flex;
   }

   .searchform input {
      display: block;
      border-radius: 0;
      outline: 0;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.1em;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
   }

   .searchform ::-webkit-input-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform ::-moz-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform :-ms-input-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform :-moz-placeholder {
      color: rgba(37, 54, 65, 0.42);
   }

   .searchform #s {
      width: 506px;
      background: transparent;
      border: 1px solid #253641;
      border-right: 0;
      padding: 7px 24px;
   }

   .searchform #searchsubmit {
      width: 87px;
      background: url("../img/shared/bg-pattern-01.jpg") repeat center top;
      color: #fff;
      font-size: 17px;
      border: 0;
      padding: 7px;
      cursor: pointer;
      transition: all 0.3s;
   }

   .searchform #searchsubmit:hover {
      opacity: 0.7;
   }
}

/*=============================================
   
*=============================================*/
.pagination {
   position: relative;
}

@media only screen and (max-width: 767px) {
   .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2vw;
   }

   .pagination a,
   .pagination span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 10vw;
      height: 12vw;
      border: 1px solid #fff;
      font-weight: 700;
      font-size: 4vw;
      letter-spacing: 0;
      line-height: 1;
      text-align: center;
      border-radius: 5px;
      box-sizing: border-box;
   }

   .pagination .current {
      background-color: #fff;
   }

   .pagination .prev,
   .pagination .next {
      width: 8vw;
      height: 8vw;
      border: 0;
      border-radius: 50%;
   }

   .pagination .prev {
      background: url("../img/shared/slider-prev.png") no-repeat center/cover;
      margin-right: 2vw;
   }

   .pagination .next {
      background: url("../img/shared/slider-next.png") no-repeat center/cover;
      margin-left: 2vw;
   }
}

@media only screen and (min-width: 768px) {
   .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
   }

   .pagination a,
   .pagination span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 46px;
      height: 59px;
      border: 1px solid #fff;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0;
      text-align: center;
      border-radius: 5px;
      box-sizing: border-box;
   }

   .pagination a:hover,
   .pagination span:hover {
      background-color: #fff;
   }

   .pagination .current {
      background-color: #fff;
   }

   .pagination .prev,
   .pagination .next {
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
   }

   .pagination .prev {
      background: url("../img/shared/slider-prev.png") no-repeat center/cover;
      margin-right: 10px;
   }

   .pagination .next {
      background: url("../img/shared/slider-next.png") no-repeat center/cover;
      margin-left: 10px;
   }
}

/*=============================================
   
*=============================================*/
.breadcrumb ul {
   display: flex;
   align-items: center;
   gap: 5px;
}

.breadcrumb ul li:not(:last-child) {
   display: flex;
   align-items: center;
   gap: 5px;
}

.breadcrumb ul li:not(:last-child):after {
   content: '＞';
}

@media only screen and (max-width: 767px) {
   .breadcrumb {
      font-size: 12px;
      line-height: 20px;
      overflow-x: auto;
   }

   .breadcrumb ul {
      width: max-content;
   }
}

@media only screen and (min-width: 768px) {
   .breadcrumb {
      line-height: 30px;
   }

   .breadcrumb a:hover {
      text-decoration: underline;
   }

   .breadcrumb ul {
      flex-wrap: wrap;
   }
}

/*=============================================
   
*=============================================*/
.error404 .page-content {
   padding: 120px 0;
}

/*=============================================
   
*=============================================*/
.page-id-217 .breadcrumb {
   display: none;
}

.personal_information {
   line-height: 2.4;
   padding: 120px 0;
}

.personal_information h3 {
   font-weight: 700;
   font-size: 22px;
   margin-bottom: 20px;
}

.personal_information h5 {
   font-weight: 700;
   font-size: 18px;
   margin: 40px 0 10px;
}

footer .f_aki_banner {
   margin: 0 0 9vw 0;
}

footer .f_aki_banner img {
   width: 75%;
}

@media only screen and (min-width: 768px) {
   footer .f_aki_banner {
      margin: -20px 0 40px 0;
   }

   footer .f_aki_banner img {
      width: 29%;
   }
}