/*
  Copyright © 2025 Fit Creative Studio
  Created by Fit Creative Studio (https://www.fit-cs.com)
  Contact: https://www.fit-cs.com
*/

/* @media screen and (min-width: 768px) { */

:root {
  --scroll: absolute;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  height: 100%;
  background-color: #fdfdfd;
  color: #545454;
  font-size: 10px;
  font-size: 1.0rem;
  font-family: 'Arvo', 'Noto Sans JP', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -moz-animation: fadeIn 2s ease 0s 1 normal;
  -o-animation: fadeIn 2s ease 0s 1 normal;
  /* overflow-x: hidden; */
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

html,
body {
  height: 100%;
}

ol,
ul {
  list-style: none;
  letter-spacing: 0.1em;
}

p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

dl {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  width
  /***/
  : auto;
  border: 0;
  vertical-align: bottom;
}

a,
a:link a:visited {
  color: #111;
  transition: all .3s;
  text-decoration: none;
}

a:hover {
  color: #1f9c3a;
  text-decoration: none;
}

.font_w_700 {
  font-weight: 700
}

/* a.imghover:link img {
    transition: all .3s;
  }

  a.imghover:hover img {
    filter: alpha(opacity=70);
  }

  .imghover {
    transition: all .3s;
  }

  .imghover:hover {
    filter: alpha(opacity=70);
  } */

/* } */

/* ############### 繝倥ャ繝繝ｼ ############### */



/* ############### index_header ############### */

/* @media screen and (min-width: 768px) { */
#index_header {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.index_header_01 {
  position: relative;
  width: 92%;
  height: 100vh;
  margin: 0 auto;
}

.index_logo {
  position: absolute;
  width: 42px;
  top: 10px;
  z-index: 500;
}

.index_logo h1 {
  width: 100px;
}

.index_logo h1 a {
  display: block;
}

p.index_header_insta {
  position: absolute;
  width: 26px;
  top: 28px;
  z-index: 500;
  right: 0;
}

p.index_header_insta img {
  width: 100%;
  top: 20px;
}

.index_hader_nav {
  position: absolute;
  /* width: 200px; */
  right: -5px;
  bottom: 40px;
  z-index: 500;
}

.index_hader_nav ul {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}

.index_hader_nav ul li {
  /* text-align: right;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  background: url(../img/list_mk003.png) no-repeat right center;
  background-size: 11px 11px;
  padding-right: 17px;
  margin-top: 10px;
  font-size: 1.4rem; */

  width: 100%;
  margin-bottom: 5px;
  text-align: right;
  /* border: #fff solid 1px; */
  padding: 0px;
  background: linear-gradient(to right, #ffffffa1, #ffffffcc, #ffffffde);
  background-position: 0% 50%;
  background-size: 200% auto;
  font-size: 1.4rem;
}

.index_hader_nav ul li a,
a:link a:visited {
  color: #fff;
  display: inline-block;
  position: relative;
}

/* 
.index_hader_nav ul li a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
} */

.index_hader_nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.index_hader_nav ul li a:hover:before {
  width: 100%;
}

.index_hader_nav ul li:last-child {
  width: 100%;
  background: linear-gradient(to right, #51d0a4b0, #8ae2eaeb, #f985d9f5);
  background-position: 0% 100%;
  background-size: 200% auto;
}

.index_hader_nav ul li a {
  color: #545454;
  width: 100%;
  padding: 10px;
}

.index_hader_nav ul li:last-child a {
  color: #fff;
}


.index_hader_nav ul li:hover {
  /* background-color: #ffffff55; */
  background: linear-gradient(to right, #8ae2eabb, #f985d9ff);
  background-position: 50% 100%;
  background-size: 200% auto;
  transition: all .3s;
}





.vegas-timer {
  display: none;
}

/* } */


/* ##### index_catch ##### */

@media screen and (min-width: 1024px) {
  .index_catch {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .index_catch h2 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width:1023px) {
  .index_catch {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .index_catch h2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}





/* ############### header ############### */



/* ############### index_contents ############### */

@media screen and (min-width:1024px) {
  .index_contents {
    position: relative;
    width: 100%;
    /* background-color: #fff; */
  }
}

@media screen and (max-width:1023px) {
  .index_contents {
    position: relative;
    width: 100%;
    /* background-color: #fff; */
  }
}

/* ##### index_pickup_contents ##### */

@media screen and (min-width: 1024px) {
  .index_pickup_contents {
    position: relative;
    width: 100%;
    /* background-color: #f3f3f3; */
    padding: 30px 10% 30px 10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px dotted #ddd;
  }
}

@media screen and (max-width:1023px) {
  .index_pickup_contents {
    position: relative;
    width: 100%;
    /* background-color: #f3f3f3; */
    padding: 25px 2% 25px 12%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #ddd;
  }
}

/* ##### index_pickup_contents ##### */







/* ##### index_service ##### */

@media screen and (min-width: 1024px) {
  .index_service {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .index_service_01 {
    width: 94%;
    max-width: 1400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    border-left: 1px dotted #bbb;
  }

  .index_service_list {
    width: 33.3333%;
    position: relative;
    border-right: 1px dotted #bbb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .index_service_list h3.list_cat_name {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    line-height: 1.0;
    font-weight: 700;
    padding: 0 25px;
    text-align: center;
    margin-top: 20px;
  }

  .index_service_list h3.list_cat_name a {
    color: #eca1a1;
  }

  .index_service_list p.list_cat_name a,
  a:link a:visited {
    /* color:#1f9c3a; */
    color: #e55151;
  }

  .index_service_list p.list_cat_name a:hover {
    color: #111;
  }

  .index_service_list h4 {
    letter-spacing: 0.075em;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 25px;
    padding: 0 25px;
  }

  .index_service_list .index_service_list_desc {
    width: 100%;
    padding: 0 25px;
    margin-top: auto;
  }

  .index_service_list .index_service_list_desc p {
    font-size: 1.2rem;
    padding: 12px 0 25px;
    letter-spacing: 0.075em;
    line-height: 1.80;
    color: #111111;
  }

  .index_service_list .index_service_list_thumb {
    position: relative;
    margin: 0 25px;
    min-height: 0%;
    text-align: center;
  }

  .index_service_list .index_service_list_thumb a {
    display: block;
    overflow: hidden;
    min-height: 0%;
  }

  .index_service_list .index_service_list_thumb a img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: auto;
  }

  .index_service_list .index_service_list_thumb a:hover img {
    transform: scale(1.1);
  }

  .index_service_list .index_service_list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_service_list .index_service_list_thumb .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_service_list .index_service_list_thumb:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }

  .index_service_list .list_option_sp {
    width: 100%;
    padding: 0 25px;
    margin-top: 30px;
  }

  .index_service_list .list_option_sp p.list_date {
    font-size: 1.0rem;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_service_list p.new_icon {
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fff;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #dd0000;
    font-size: 1.0rem;
    font-weight: 500;
    z-index: 200;
    letter-spacing: 0.1em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width:1023px) {
  .index_service {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;

  }

  .index_service_01 {
    width: 92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    border-left: 1px dotted #bbb;
  }

  .index_service_list {
    width: 33.3333%;
    position: relative;
    border-right: 1px dotted #bbb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .index_service_list h3.list_cat_name {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    line-height: 1.0;
    font-weight: 700;
    padding: 0 25px;
    text-align: center;
    margin-top: 20px;
  }

  .index_service_list h3.list_cat_name a {
    color: #eca1a1;
  }

  .index_service_list p.list_cat_name a,
  a:link a:visited {
    /* color:#1f9c3a; */
    color: #e55151;
  }

  .index_service_list p.list_cat_name a:hover {
    color: #111;
  }

  .index_service_list h4 {
    letter-spacing: 0.075em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 20px;
  }

  .index_service_list .index_service_list_desc {
    width: 100%;
    padding: 0 20px;
    margin-top: auto;
  }

  .index_service_list .index_service_list_desc p {
    font-size: 1.2rem;
    padding: 12px 0 25px;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }

  .index_service_list .index_service_list_thumb {
    position: relative;
    margin: 0 20px;
    min-height: 0%;
  }

  .index_service_list .index_service_list_thumb a {
    display: block;
    overflow: hidden;
    min-height: 0%;
  }

  .index_service_list .index_service_list_thumb a img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: auto;
  }

  .index_service_list .index_service_list_thumb a:hover img {
    transform: scale(1.1);
  }

  .index_service_list .index_service_list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_service_list .index_service_list_thumb .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_service_list .index_service_list_thumb:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }

  .index_service_list .list_option_sp {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }

  .index_service_list .list_option_sp p.list_date {
    font-size: 1.0rem;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_service_list p.new_icon {
    position: absolute;
    top: -16px;
    left: -16px;
    color: #fff;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #dd0000;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 200;
    letter-spacing: 0.075em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

/* ##### index_service ##### */


/* ##### index_about ##### */

@media screen and (min-width: 1024px) {
  .index_about {
    width: 100%;
    /* margin: 0 auto 100px; */
    /* background-color: #f4f1f1; */
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_about_01 {
    position: relative;
    width: 95%;
    max-width: 1400px;
    background: url(../../img/index_img/index_about_backimg.svg) no-repeat -3px center;
    background-size: 18%;
    /* background-color:#1f9c3a; */
    /* background-color: #f4f1f1; */
    padding: 50px 0px;
    margin: 0 auto;
  }

  /* .index_about_01:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 60%;
    height: 100%;
    top: 0;
    right: -50%;
  } */

  .index_about_01_desc {
    position: relative;
    width: 50%;
    padding-right: 40px;
  }

  .index_about_01_desc h3 {
    color: #545454;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    font-weight: 700;
    text-align: center;
  }

  .index_about_01_desc p {
    color: #545454;
    font-size: 1.4rem;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-top: 35px;
  }

  .index_about_01_img {
    position: absolute;
    width: 50%;
    top: -50px;
    right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_about_01_img a {
    display: block;
    overflow: hidden;
  }

  .index_about_01_img img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .index_about_01_img a:hover img {
    transform: scale(1.1);
  }

  .index_about_01_img .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_about_01_img .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_about_01_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_about_01_img:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }
}

@media screen and (max-width:1023px) {
  .index_about {
    width: 100%;
    /* margin: 0 auto 40px; */
    /* padding-top: 100px; */
    /* background-color: #f4f1f1; */
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_about_01 {
    position: relative;
    width: 96%;
    background: url(../../img/index_img/index_about_backimg.svg) no-repeat -3px center;
    background-size: 18%;
    /*background-color: #1f9c3a; */
    padding: 60px 40px;
  }

  /* 
  .index_about_01:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 130px;
    height: 150%;
    top: -100px;
    right: -50px;
  } */

  .index_about_01_desc {
    position: relative;
    width: 75%;
    padding-right: 60px;
  }

  .index_about_01_desc h3 {
    /* color: #fff; */
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    font-weight: 700;
    text-align: center;
  }

  .index_about_01_desc p {
    /* color: #fff; */
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }

  .index_about_01_desc p br {
    display: none;
  }

  .index_about_01_img {
    position: absolute;
    width: 32%;
    top: -30px;
    right: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_about_01_img a {
    display: block;
    overflow: hidden;
  }

  .index_about_01_img img {
    /* width: 100%; */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 320px;
    /* width: 270px; */
    object-fit: cover;
    object-position: 80% 100%;
  }

  .index_about_01_img a:hover img {
    transform: scale(1.1);
  }

  .index_about_01_img .caption {
    position: absolute;
    v top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_about_01_img .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_about_01_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_about_01_img:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }
}

/* ##### index_about ##### */


@media screen and (min-width: 1024px) {
  .index_title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .index_title h2 {
    color: #111;
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 12px;
    line-height: 1.0;
  }

  .index_title h6 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_title02 p {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    margin-top: 30px;
  }
}

@media screen and (max-width:1023px) {
  .index_title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .index_title h2 {
    color: #111;
    font-size: 4.0rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 12px;
    line-height: 1.0;
  }

  .index_title h6 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_title02 p {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    margin-top: 30px;
  }
}


/* ##### index_design ##### */

@media screen and (min-width: 1024px) {
  .index_design {
    width: 100%;
    padding-top: 120px;
  }

  .index_design:nth-child(2) {
    padding-top: 60px;
  }

  .index_design_01 {
    position: relative;
    width: 94%;
    max-width: 1400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 60px;
  }

  .index_design_01_left {
    width: 40%;
    margin: -50px 0 0;
    padding: 0 45px 0 25px;
  }

  .index_design_01_left h3 {
    width: 100%;
  }

  .index_design_01_left h3 img {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_design_01_left h4 {
    color: #111;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 60px;
    line-height: 1.8;
  }

  .index_design_01_left p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 30px;
    line-height: 2.0;
  }

  .index_design_01_right {
    width: 60%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .index_design_01_right .list_item p.list_cat_name {
    font-size: 1.2rem;
    letter-spacing: 0.075em;
    line-height: 1.0;
  }

  .index_design_01_right .list_item p.list_cat_name a,
  a:link a:visited {
    color: #1f9c3a;
  }

  .index_design_01_right .list_item p.list_cat_name a:hover {
    color: #111;
  }

  .index_design_01_right .list_item {
    position: relative;
    width: 30%;
    margin-bottom: 30px;
    border-right: 1px dotted #bbb;
    padding: 0 22px 0 23px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .index_design_01_right .list_item.cloum2 {
    width: 50%;
  }

  .index_design_01_right .list_item:nth-child(odd) {
    border-left: 1px dotted #bbb;
  }

  .index_design_01_right .list_item .list_thumb {
    width: 100%;
    position: relative;
    margin-top: auto;
    min-height: 0%;
  }

  .index_design_01_right .list_item .list_thumb a {
    display: block;
    overflow: hidden;
    min-height: 0%;
  }

  .index_design_01_right .list_item .list_thumb a img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: auto;
  }

  .index_design_01_right .list_item .list_thumb a:hover img {
    transform: scale(1.1);
  }

  .index_design_01_right .list_item .list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_design_01_right .list_item .list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_design_01_right .list_item .list_thumb .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_design_01_right .list_item .list_thumb:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }

  .index_design_01_right .list_item .list_desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .index_design_01_right .list_item .list_desc h4 {
    letter-spacing: 0.075em;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
  }

  .index_design_01_right .list_item .list_option_sp {
    width: 100%;
    margin-top: 25px;
  }

  .index_design_01_right .list_item .list_option_sp p.list_date {
    font-size: 1.0rem;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_design_01_right .list_item p.new_icon {
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fff;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #dd0000;
    font-size: 1.0rem;
    font-weight: 500;
    z-index: 200;
    letter-spacing: 0.1em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width:1023px) {
  .index_design {
    width: 100%;
    padding-top: 60px;
  }

  .index_design:nth-child(2) {
    padding-top: 30px;
  }

  .index_design_01 {
    position: relative;
    width: 94%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 60px;
  }

  .index_design_01_left {
    width: 36%;
    margin: -45px 0 0;
    padding: 0 20px 0 20px;
  }

  .index_design_01_left h3 {
    width: 100%;
  }

  .index_design_01_left h3 img {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  .index_design_01_left h4 {
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 50px;
    line-height: 1.7;
  }

  .index_design_01_left p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 30px;
    line-height: 1.8;
  }

  .index_design_01_right {
    width: 64%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .index_design_01_right .list_item p.list_cat_name {
    font-size: 1.1rem;
    letter-spacing: 0.075em;
    line-height: 1.0;
  }

  .index_design_01_right .list_item p.list_cat_name a,
  a:link a:visited {
    color: #1f9c3a;
  }

  .index_design_01_right .list_item p.list_cat_name a:hover {
    color: #111;
  }

  .index_design_01_right .list_item {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    border-right: 1px dotted #bbb;
    padding: 0 17px 0 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }

  .index_design_01_right .list_item:nth-child(odd) {
    border-left: 1px dotted #bbb;
  }

  .index_design_01_right .list_item .list_thumb {
    width: 100%;
    position: relative;
    margin-top: auto;
    min-height: 0%;
  }

  .index_design_01_right .list_item .list_thumb a {
    display: block;
    overflow: hidden;
    min-height: 0%;
  }

  .index_design_01_right .list_item .list_thumb a img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: auto;
  }

  .index_design_01_right .list_item .list_thumb a:hover img {
    transform: scale(1.1);
  }

  .index_design_01_right .list_item .list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_design_01_right .list_item .list_thumb .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .index_design_01_right .list_item .list_thumb .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .index_design_01_right .list_item .list_thumb:hover .mask {
    opacity: 1;
    /* 繝槭せ繧ｯ繧定｡ｨ遉ｺ縺吶ｋ */
  }

  .index_design_01_right .list_item .list_desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .index_design_01_right .list_item .list_desc h4 {
    letter-spacing: 0.075em;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 15px;
  }

  .index_design_01_right .list_item .list_option_sp {
    /* width: 100%; */
    margin-top: 20px;
  }

  .index_design_01_right .list_item .list_option_sp p.list_date {
    font-size: 1.0rem;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .index_design_01_right .list_item p.new_icon {
    position: absolute;
    top: -16px;
    left: -16px;
    color: #fff;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #dd0000;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 200;
    letter-spacing: 0.075em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}



/* ############### index_contents ############### */


/* ############### index_contact ############### */

@media screen and (min-width: 1024px) {
  .index_contact {
    width: 100%;
    height: 480px;
    background: url(../img/page_bottom_backimg.png) no-repeat 50% 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .index_contact01 {
    width: 90%;
    margin: 0 auto;
  }

  .index_contact01 h3 {
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .index_contact01 p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.8;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .index_contact01 .btn_style03 {
    width: 50%;
    margin: 40px auto 0;
  }
}

/* @media screen and (min-width:768px) and (max-width:1023px){ */
.index_contact {
  width: 100%;
  height: 400px;
  background: url(img/top01.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgb(104 83 83);
  background-blend-mode: soft-light;
}

.index_contact01 {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.index_contact01 h3 {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.index_contact01 p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.index_contact01 .btn_style03 {
  width: 70%;
  margin: 40px auto 0;
}


/* ############### index_contact ############### */



/* ############### footer ############### */

@media screen and (min-width: 1024px) {
  .index_footer {
    width: 100%;
    /* padding: 80px 0 0; */
    background: url(../../img/index_img/slogan_wh02.svg) no-repeat center center;
    background-size: 80%;
    /* background-color: #f3f3f3; */
  }

  .index_footer01 {
    width: 92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }


  .footer_nav {
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
    padding-left: 45px;
  }

  .footer_nav .footer_nav_list {
    width: 20%;
  }

  .footer_nav_list h5 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .footer_nav_list h5 a,
  a:link a:visited {
    display: inline-block;
    position: relative;
  }

  /* .footer_nav_list h5 a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #1f9c3a;
    width: 0;
    height: 2px;
    bottom: -7px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
  } */

  .footer_nav_list h5 a:hover {
    color: #1f9c3a;
    text-decoration: none;
  }

  /* .footer_nav_list h5 a:hover:before {
    width: 100%;
  } */

  .footer_nav_list ul {
    font-size: 1.2rem;
    padding-top: 18px;
  }

  .footer_nav_list ul li {
    margin-bottom: 10px;
  }

  .footer_nav_list ul li img {
    width: 11px;
    margin-left: 5px;
    vertical-align: middle;
    padding-bottom: 2px;
  }

  .footer_nav_list ul li a,
  a:link a:visited {
    display: inline-block;
    position: relative;
  }

  /* .footer_nav_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #1f9c3a;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
  } */

  .footer_nav_list ul li a:hover {
    color: #1f9c3a;
    text-decoration: none;
  }

  /* .footer_nav_list ul li a:hover:before {
    width: 100%;
  } */
}

/* @media screen and (min-width:768px) and (max-width:1023px){ */
.index_footer {
  width: 100%;
  /* padding:60px 0 0; */
  background: url(../../img/index_img/slogan_wh02.svg) no-repeat center center;
  background-size: 80%;
  /* background-color: #f3f3f3; */
}

.index_footer01 {
  width: 88%;
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer_nav {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  padding-top: 20px;

}

.footer_nav .footer_nav_list {
  width: 27%;
  border-left: 1px dotted #bbb;
  padding-left: 20px;
  margin-top: 20px;
}

.footer_nav_list h5 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.footer_nav_list h5 a,
a:link a:visited {
  display: inline-block;
  position: relative;
}

/* 
.footer_nav_list h5 a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #1f9c3a;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
} */

.footer_nav_list h5 a:hover {
  color: #1f9c3a;
  text-decoration: none;
}

/* .footer_nav_list h5 a:hover:before {
  width: 100%;
} */

.footer_nav_list ul {
  font-size: 1.2rem;
  padding-top: 15px;
}

.footer_nav_list ul li {
  margin-bottom: 10px;
}

.footer_nav_list ul li img {
  width: 11px;
  margin-left: 5px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.footer_nav_list ul li a,
a:link a:visited {
  display: inline-block;
  position: relative;
}

/* .footer_nav_list ul li a:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #1f9c3a;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
} */

.footer_nav_list ul li a:hover {
  color: #1f9c3a;
  text-decoration: none;
}

/* .footer_nav_list ul li a:hover:before {
  width: 100%;
} */



p.footer_logo {
  width: 190px;
  margin: 0 auto;
  /* padding-top:30px; */
  margin-top: 20px;
}

p.copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.0rem;
}

/* top画像スライドショー -------------*/
.top-slide {
  /* height: 1333px; */
  height: 100vh;
  /* width: 2000px; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-slide .src1,
.top-slide .src2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -10;
  /* animation: anime 20s 0s infinite; */
  background-size: cover;
  background-position: center center;

  animation: anime 14s infinite;
}

.top-slide .src1 {
  background-image: url(img/top00.jpg);
}

.top-slide .src2 {
  background-image: url(img/top01.jpg);
  animation-delay: 7s;
}

@keyframes anime {
  0% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  65% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.vegas-wrapper {
  position: absolute;
  top: 0;
  /* left:50%;
        right: 50%; */
}

.index_header_01 {
  position: absolute;
  width: 92%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/*カーソル設定*/
img.zoom {
  transition-duration: 0.3s;
}

img.zoom:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition-duration: 0.3s;
}

#banners img.zoom:hover {
  transform: scale(1.2);
}

/*コンテンツサイズ*/
#sb-site {
  width: 100vw;
  /* height: 100vh; */
}

/*画像拡大のアニメーション*/
/* 親要素をrelativeに */
body {
  position: relative;
  overflow-x: clip;
}

#zoomback {
  /* 絶対位置に配置 */
  position: absolute;
  /* top:0; */

  /* 画面いっぱいに */
  width: 100vw;
  height: 100vh;

  /* 背景を少し透過 */
  background-color: rgba(0, 0, 0, 0.8);

  /* 中のimgを中央揃え */
  display: flex;
  justify-content: center;
  align-items: center;

  display: none;
}

/* 拡大画像のサイズを調整 */
#zoomimg {
  cursor: pointer;
}

.deka {
  animation: deka 0.3s ease-out;
}

@keyframes deka {
  from {
    transform: scale(0);
  }
}

/*外部画像リンク*/
.index_pickup_list a:hover {
  transform: scale(1.05);
}


/*問い合わせ*/
.btn_style03 {
  text-align: center;
  width: 100%;
  margin: 60px auto 0px;
}

.btn_style03 a,
a:link a:visited {
  max-width: 600px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: none !important;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: 500;
  padding: 22px 10px;
  margin: 0 auto;
  background: url(../img/btn_list_mk001.png) no-repeat right 10px center;
  background-size: 19px 11px;
  background: linear-gradient(to right, #51d0a4, #8ae2ea, #f985d9);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all .3s;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn_style03 a:hover {
  color: #fff;
  transform: scale(1.05);
  background-position: 100% 51%;
}


/*-------設定しなおし-------------------*/
.index_pickup_contents {
  background-color: #fff;
  padding: 30px 10% 30px 10%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.index_pickup_contents ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}

.index_pickup_contents ul li {
  width: 32%;
}

.index_pickup_contents ul li a {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.index_pickup_contents ul li a:hover {
  transform: scale(1.05);
}




/*最小表示対応*/
@media screen and (max-width: 580px) {

  /* header --------------------------------- */
  #index_header,
  .top-slide,
  .index_header_01 {
    /* width: 100%; */
    min-height: 500px;
    height: calc(100vh - 100px);
  }

  .index_hader_nav {
    right: 0;
    left: 0;
    width: auto;
  }

  .index_hader_nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .index_hader_nav ul li {
    font-size: 1.4rem;
    width: 48%;
    text-align: center;
    /* border: #fff solid 1px; */
    padding: 0px;
    background: linear-gradient(to right, #ffffffa1, #ffffffcc, #ffffffde);
    background-position: 0% 50%;
    background-size: 200% auto;
  }

  .index_hader_nav ul li:last-child {
    width: 100%;
    background: linear-gradient(to right, #51d0a4b0, #8ae2eaeb, #f985d9f5);
    background-position: 0% 100%;
    background-size: 200% auto;
  }

  .index_hader_nav ul li a {
    color: #545454;
    width: 100%;
    height: 100%;
    /* line-height: 100%; */
    /* padding: 10px; */
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
  }

  .index_hader_nav ul li:last-child a {
    color: #fff;
  }


  .index_hader_nav ul li:hover {
    /* background-color: #ffffff55; */
    background: linear-gradient(to right, #8ae2eabb, #f985d9ff);
    background-position: 50% 100%;
    background-size: 200% auto;
    transition: all .3s;
  }

  .index_hader_nav ul li a:before {
    content: "";
    display: none;
  }

  /* picup --------------------------------- */
  #sb-site {
    width: 100%;
  }

  .index_pickup_contents {
    padding: 10px 5px;
  }

  .index_pickup_contents ul li a {
    padding: 3px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2)
  }

  /* service --------------------------------- */

  .index_service {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .index_title {
    margin-bottom: 20px;
  }

  .index_service_01 {
    display: block;
    border: none;
    width: 85%;
  }

  .index_service_list {
    width: 100%;
    border: 1px dotted #bbb;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fffa;
  }

  .index_service_list_thumb {
    text-align: center;
  }

  .index_service_list h3.list_cat_name {
    margin-top: 10px;
  }

  /* about --------------------------------- */
  /* .index_about {
    margin: 0 auto 40px;
  } */

  .index_about_01 {
    padding: 10% 5% 10% 7%;
  }

  /* .index_about_01:before {
    height: 110%;
    top: -40px;
  } */

  .index_about_01_img {
    width: 30%;
    right: 0px;
    /* left: 0; */
    /* transform: translateX(71%); */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .index_about_01_img img {
    height: 320px;
    /* width: 180px; */
    object-position: 73% 100%;
  }

  .index_about_01_desc {
    padding-right: 35px;
  }

  /* lp・Webサイト --------------------------------- */



  .index_design_01,
  .list_item {
    display: block;
    text-align: center;
    width: 85%;
  }

  .index_design_01_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_design_01_left h3 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .index_design_01_left h4 {
    margin-top: 30px;
  }

  .index_design_01_left p {
    margin-top: 10px;
  }

  .index_design_01_right {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }

  .index_design_01_right .list_item {
    width: 100%;
    /* border: none; */
    border: 1px dotted #bbb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fffa;
  }

  .index_design_01_right .list_item .list_desc {
    margin-bottom: 0px;
  }

  .index_design {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .index_design:nth-child(2) {
    padding-top: 0px;
  }


  .index_contact01 .btn_style03 {
    width: 100%;
  }

  .btn_style03 a {
    font-size: 1.5rem;
  }

  img.zoom {
    cursor: pointer;
    transform: none;
    transition-duration: none;
  }

  img.zoom:hover {
    cursor: pointer;
    transform: none;
    transition-duration: none;
  }

  #banners img.zoom:hover {
    transform: none;
  }

  /* フッター -----------------------*/
  .footer_nav .footer_logo {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .footer_nav .footer_logo a img {
    width: 25%;
  }

  .footer_nav .footer_nav_list {
    width: 50%;
  }


}

/*パララックス表現*/

/* .index_service, */
/* #design {
  background-image: url(img/bg00.jpg);
  background-size: 100vw;
  background-repeat: no-repeat;
} */

#design {
  position: relative;
}

.index_service::before,
#design::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(img/bg00.jpg);
  background-size: contain;
  position: var(--scroll);
}


#design::before {
  background-image: url(img/bg01.jpg);
}