/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #eee;
  text-align: center;
  color: #fff; /* 
  display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center; */
}

#splash .mvcover {
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;
}
#splash .mvcover img {
  width: 100%;
  height: auto;
  animation: splash_slide 3s ease-out forwards;
}

@keyframes splash_slide {
  0% {
    position: absolute;
    left: 0;
    top: 0%;
  }
  100% {
    position: absolute;
    left: 0;
    top: -5%;
  }
}

#index #splash .mv_copy {
  position: absolute;
  left: 0;
  bottom: 18%;
}
#index #splash .mv_copy span {
  text-align: left;
  line-height: 1.6;
  background: none;
  text-shadow:
    0 0 6px #1661a4,
    0 0 6px #1661a4,
    0 0 6px #1661a4,
    0 0 6px #1661a4,
    0 0 12px #1661a4;
}
#index #splash .mv_copy span em {
  padding-right: 0.6em;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  #splash .mvcover {
    width: 100%;
    height: calc(var(--vh) * 110);
    animation: splash_slide 3s ease-out forwards;
  }
  #splash .mvcover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #index #splash .mv_copy {
    position: absolute;
    left: 0;
    top: 60%;
  }
}
@media screen and (max-width: 430px) {
  #index #splash .mv_copy span em:nth-of-type(2) {
    padding-right: 0;
  }
}
/* / common */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 見出し */
.top_h01 {
  width: fit-content;
  margin: 80px auto 60px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 170%;
  letter-spacing: 2px;
  position: relative;
}
.top_h01::before {
  content: "";
  width: 30vw;
  max-width: 160px;
  height: 85px;
  background: url(../images/index/top-h_sun.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 80px);
  top: -90px;
}
.top_h01 .em01 {
  font-size: 120%;
  color: #229f46;
}
.top_h01 span {
  position: relative;
}
.top_h01 span::before,
.top_h01 span::after {
  content: "";
  width: 210px;
  height: 10px;
  background: url(../images/index/top-h_line.png) no-repeat center;
  background-size: contain;
}
.top_h01 span::before {
  position: absolute;
  left: -250px;
  bottom: 16px;
}
.top_h01 span::after {
  position: absolute;
  right: -250px;
  bottom: 16px;
}

@media screen and (max-width: 1081px) {
  .top_h01::before {
    content: "";
    width: 16vw;
    height: 8vw;
    top: -8vw;
    left: calc(50% - 8vw);
  }
}
@media screen and (max-width: 768px) {
  .top_h01 {
    font-size: 140%;
  }
  .top_h01::before {
    width: 30vw;
    height: 12vw;
    top: -12vw;
    left: calc(50% - 15vw);
  }
  .top_h01 span::before,
  .top_h01 span::after {
    width: 50vw;
    height: 2vw;
  }
  .top_h01 span::before {
    left: -52vw;
    bottom: 3vw;
  }
  .top_h01 span::after {
    right: -52vw;
    bottom: 3vw;
  }
}

.top_h02 {
  width: fit-content;
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: 700;
  color: #229f46;
  position: relative;
}
.top_h02::before {
  content: "";
  width: 10vw;
  max-width: 30px;
  height: 35px;
  background: url(../images/index/top-h2_wai.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -25px;
}
.top_h02::after {
  content: "";
  width: 20vw;
  max-width: 60px;
  height: 60px;
  background: url(../images/index/top-h2_sun.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .top_h02::before {
    top: -5vw;
  }
  .top_h02::after {
    top: -5vw;
    background: url(../images/index/top-h2_sun.png) no-repeat top center;
  }
}

/* main visual */
#index .mv .mv_copy {
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
  color: #7a4a1a;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 100;
}
#index .mv .mv_copy div {
  margin: 0 0 10px 0;
}
#index .mv .mv_copy span {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  background: #ffffff;
  line-height: 1;
  color: #ffffff;
  background: #ff8800;
}
#index .mv .mv_copy .bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 3s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}

#index .mv .mv_copy .bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

#index .mv .mv_copy .bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

#index .mv {
  background: #ffffff url(../images/index/mv_bg.png) no-repeat top left;
  background-size: auto 45%;
  width: 100%;
  height: calc((var(--vh) * 100) - 100px);
  min-height: 760px;
  position: relative;
}

#index .mv .mv_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

#index .mv .mv_wrap h1 {
  /* width: 26%;
  max-width: 360px; */
  padding: 20px;
  /* background: #ffffff; */
  font-size: 3.2em;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 3%;
  top: 18%;
  z-index: 110;
}

@media screen and (max-width: 1600px) {
  #index .mv .mv_wrap h1 {
    text-shadow:
      0 0 6px #fff,
      0 0 6px #fff,
      0 0 6px #fff,
      0 0 6px #fff,
      0 0 12px #fff;
    transition: all 1s;
  }
}
#index .mv .mv_wrap h1 em {
  font-size: 120%;
}

#index .mv .mv_box {
  margin: 0 0 0 auto;
  width: 60%;
  max-width: 1200px;
  height: 100%;
  position: relative;
}
#mv-video.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
#index .mv .mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index .mv .mv_img:nth-of-type(1) {
  background: url(../images/index/mv_01.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(2) {
  background: url(../images/index/mv_02.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(3) {
  background: url(../images/index/mv_03.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(4) {
  background: url(../images/index/mv_04.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(5) {
  background: url(../images/index/mv_05.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(6) {
  background: url(../images/index/mv_06.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(7) {
  background: url(../images/index/mv_07.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_img:nth-of-type(8) {
  background: url(../images/index/mv_08.jpg) no-repeat center left 10%;
  background-size: cover;
}
#index .mv .mv_box li {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out 0s;
  z-index: 1;
}
#index .mv .mv_box li.mv-fadein {
  overflow: visible;
  opacity: 1;
  transition: opacity 1s ease-out 0s;
  z-index: 10;
}
#index .mv .mv_box li.mv-fadeout {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out 0s;
  z-index: 1;
}

@media screen and (max-width: 1081px) {
  #index .mv {
    background: #fff url(../images/index/mv_bg2.png) no-repeat bottom 16% right 0;
    background-size: 70%;
    width: 100%;
    height: calc((var(--vh) * 100) - 90px);
    min-height: 640px;
    position: relative;
  }
  #index .mv .mv_wrap h1 {
    position: absolute;
    left: 38%;
    top: 20%;
  }
  #index .mv .mv_box {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 55%;
    position: relative;
    overflow: hidden;
  }

  #index .mv .mv_copy {
    font-size: calc(100vw / 20);
    position: absolute;
    left: 0;
    bottom: 12%;
  }
}
@media screen and (max-width: 768px) {
  #index .mv {
    background: #ffffff url(../images/index/mv_bg.png) no-repeat top left 0;
    background-size: 100%;
    width: 100%;
    height: calc(var(--vh) * 70);
    position: relative;
  }
  #index .mv .mv_box {
    height: 50%;
    position: absolute;
    bottom: 0;
  }
  #index .mv .mv_wrap h1 {
    font-size: calc(100vw / 13);
    left: 0;
    top: 10%;
  }
  #index .mv .mv_copy {
    position: absolute;
    left: 0;
    top: 28%;
  }
  #index .mv .mv_copy div {
    margin: 0 0 2vw 0;
  }
  #index .mv .mv_copy span {
    padding: 2vw 20px;
  }
}
@media screen and (max-width: 768px) and (max-height: 430px) {
  #index .mv {
    min-height: auto;
    background: none;
  }
  #index .mv .mv_wrap h1 {
    font-size: calc(100vw / 26);
    position: absolute;
    left: 0;
    top: 0;
  }
  #index .mv .mv_box {
    width: 55%;
    max-width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #index #splash .mv_copy {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 55vh;
  }
  #index .mv .mv_copy {
    font-size: calc(100vw / 38);
    bottom: auto;
    top: 30vh;
  }
  #index .mv .mv_copy div {
    margin: 0 0 5px 0;
  }
}
/* top_insurance */
#index .top_insurance {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
#index .top_insurance .top_insurance_inner1 {
  background: url(../images/index/top_strength_bg.png) no-repeat center center;
  background-size: contain;
}
#index .top_insurance .top_insurance_inner1 .point {
  padding: 20px 0 100px;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .top_insurance .top_insurance_inner1 .point_box {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: calc(100% / 2);
}
#index .top_insurance .top_insurance_inner1 .point_items {
  width: calc((50vw / 2) - 50px);
  max-width: 320px;
}
#index .top_insurance .top_insurance_inner1 .point_items dt {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  height: 130px;
  padding: 10px 0 15px 0;
  font-size: 1.1em;
  line-height: 1.2;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #ff8800;
  position: relative;
}
#index .top_insurance .top_insurance_inner1 .point_items dt::after {
  content: "";
  background: #ffdc00;
  width: 1.2em;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
#index .top_insurance .top_insurance_inner1 .point_items dt span {
  width: fit-content;
  padding: 5px 10px;
  display: block;
  background: #ff8800;
  color: #ffffff;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
#index .top_insurance .top_insurance_inner1 .point_items dt span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ff8800;
}
#index .top_insurance .top_insurance_inner1 .point_items dd {
  margin-bottom: 30px;
  padding: 5px;
  border-top: 0px;
  line-height: 1.4;
}
#index .top_insurance .top_insurance_inner1 .point_items_img {
  width: 48%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  height: 360px;
  line-height: 0;
}
#index .top_insurance .top_insurance_inner1 .point_items_img:nth-of-type(odd) {
  border-radius: 0 30px 30px 0;
}
#index .top_insurance .top_insurance_inner1 .point_items_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
#index .top_insurance .top_insurance_inner1 .main_btn {
  margin-top: 30px;
}
@media screen and (max-width: 1081px) {
  #index .top_insurance {
    padding: 6vw 0;
  }
  #index .top_insurance .cotns_box {
    margin: 6vw auto 0;
  }
  #index .top_insurance .top_insurance_inner1 .point {
    padding: 20px 0 6vw;
  }
  #index .top_insurance .top_insurance_inner1 .point_items_img {
    width: 40%;
    height: 25vh;
  }
  #index .top_insurance .top_insurance_inner1 .point_box {
    width: 60%;
    padding: 0 20px 40px;
    gap: 2vw;
  }
  #index .top_insurance .top_insurance_inner1 .point_items {
    width: calc((100% / 2) - 2vw);
    max-width: 320px;
  }
  #index .top_insurance .top_insurance_inner1 .point_items dt {
    padding: 0 0 15px 0;
  }
  #index .top_insurance .top_insurance_inner1 .point_items dd {
    margin-bottom: 0;
  }
  #index .top_insurance .top_insurance_inner1 .point_items_img:nth-of-type(2n + 1) img {
    object-position: center -20px;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #index .top_insurance .top_insurance_txt {
    width: 90%;
    margin: 3% auto;
    order: 2;
  }
  #index .top_insurance .top_insurance_inner1 {
    width: 100%;
    background: url(../images/index/top_strength_bg_sp.png) repeat-y top center;
    background-size: contain;
  }
  #index .top_insurance .top_insurance_inner1 .point_box {
    width: 100%;
  }
  #index .top_insurance .top_insurance_inner1 .point_items {
    width: 80%;
    max-width: none;
  }
  #index .top_insurance .top_insurance_inner1 .point_items_img {
    width: 50%;
    margin: auto;
    border-radius: 20px 0 0 20px;
    height: calc(var(--vh) * 20);
    order: 1;
  }
  #index .top_insurance .top_insurance_inner1 .point_items dt {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) and (max-height: 430px) {
  #index .top_insurance .top_insurance_inner1 .point_items_img {
    width: 40%;
    height: 50vh;
  }
}

#index .top_insurance .top_insurance_inner2 .serivce_box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts {
  width: calc((100% / 2) - 50px);
  max-width: 460px;
  padding: 30px;
  background: #fff3e5;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts h4 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin: 10px auto;
  /* background: #ffffff; */
  border: 6px solid #ff8800;
  border-top: transparent;
  border-bottom: transparent;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts .btn a {
  width: fit-content;
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  color: #ff8800;
  background: #ffffff;
  border: 2px solid #ff8800;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts .btn a::after {
  content: "";
  display: block;
  background: #ff8800;
  width: 600px;
  height: 600px;
  position: absolute;
  top: calc(50% - 200px);
  left: -680px;
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
  z-index: -1;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts .btn a:hover {
  color: #ffffff;
}
#index .top_insurance .top_insurance_inner2 .serivce_conts .btn a:hover::after {
  left: 0;
  transition: all 0.5s ease 0s;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #index .top_insurance .top_insurance_inner2 .serivce_conts {
    width: 90%;
    margin: 0 auto 10vw;
    max-width: 460px;
    padding: 5vw;
    background: #fff3e5;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
  }
}
@media screen and (max-width: 430px) {
}

/* banner */
#index .top_bnr {
  margin-bottom: 100px;
}
#index .top_bnr .bnr_list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
  position: relative;
  gap: 60px 40px;
}
#index .top_bnr .bnr_items {
  width: fit-content;
  overflow: hidden;
  line-height: 0;
}
#index .top_bnr .bnr_items img {
  width: auto;
  height: calc(var(--vh) * 10);
  max-height: 70px;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  #index .top_bnr .bnr_list {
    gap: 3vw 2vw;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #index .top_bnr .bnr_list {
    margin-bottom: 20px;
    gap: 3vw 4vw;
  }
  #index .top_bnr .bnr_items img {
    width: 100%;
    height: auto;
    max-height: 70px;
  }
}
@media screen and (max-width: 430px) {
}

/* top_flow */
.top_flow {
  padding: 120px 0;
  background: #fffae9 url(../images/index/top_service_bg.png) no-repeat center;
  background-size: 100%;
}
.top_flow .flow_box {
  display: flex;
  gap: 40px;
}
.top_flow .flow_box .flow_item {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
}
.top_flow .flow_box .flow_step {
  background: #ff8800;
  padding: 10px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.top_flow .flow_box dt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  position: relative;
  order: 3;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .top_flow {
    padding: 8vw 0;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .top_flow .flow_box {
    display: block;
  }
  .top_flow .flow_box .flow_item {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 430px) {
}

/* voice */
.voice {
  background: #cdeef9 url(../images/index/voice.png) no-repeat center bottom;
  background-size: 100%;
  padding: 60px 0 0;
  position: relative;
  border: 6px solid #ff8800;
  border-left: 0;
  border-right: 0;
}
.voice .cntns_hl3 {
  margin-bottom: 30px;
}
.voice .voice_box {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 60px;
  overflow-x: scroll;
  position: relative;
}
.voice .voice_box #prevBtn,
.voice .voice_box #nextBtn {
  appearance: none;
  -moz-appearance: none;
  display: block;
  background: #ff8800;
  color: #ffffff;
  opacity: 0.2;
  width: 24px;
  height: 24px;
  display: block;
  position: sticky;
  top: calc(50% - 15px);
  transition: all 0.3s ease 0s;
  flex-shrink: 0;
  flex-basis: 24px;
  border-radius: 5px;
}
.voice .voice_box #prevBtn:hover,
.voice .voice_box #nextBtn:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.voice .voice_box #prevBtn {
  left: 0;
}
.voice .voice_box #nextBtn {
  right: 0;
}
.voice .voice_box dl {
  width: calc((100% / 4) - 40px);
  max-width: 280px;
  display: flex;
  flex-direction: column;
  flex: 0 0 280px;
}
.voice .voice_box dl dt {
  padding: 10px;
  background: #ff8800;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.voice .voice_box dl dd {
  background-color: #ffffff;
  flex-grow: 1;
  padding: 10px 15px;
  border: 2px solid #7a4a1a;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.voice .voice_box dl dd span {
  display: block;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0deg, #ccc 1px, transparent 1px);
  background-size:
    8px 100%,
    100% 1.41em;
  line-height: 1.4em;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .voice .cntns_hl3 {
    margin-bottom: 3vw;
  }
  .voice .voice_box {
    width: 90%;
    padding: 0 0 12vw;
    gap: 3vw;
  }
  .voice .voice_box dl {
    width: calc((100% / 3) - 3vw);
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .voice .voice_box dl {
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 430px) {
}

/* staff */
#index .staff {
  padding: 100px 0;
  position: relative;
}
#index .staff .staff_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .staff .staff_box .staff_img {
  width: 40%;
  border-radius: 30px;
  overflow: hidden;
  height: 360px;
  line-height: 0;
}
#index .staff .staff_box .staff_img img {
  width: 100%;
  /* height: 100%;
  object-fit: cover;
  object-position: center; */
}
#index .staff .staff_box .staff_cont {
  background: url(../images/index/top_staff_bg.png) no-repeat bottom left;
  background-size: 30%;
  width: 58%;
  padding: 20px 40px;
}
#index .staff .staff_box .staff_cont .main_btn {
  margin: 30px 0 0 auto;
}

#index .staff .staff_box .staff_cont p {
  margin: auto;
  max-width: 600px;
}
#index .staff .staff_box .staff_cont em {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff8800;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  #index .staff {
    padding: 8vw 0 0;
  }
  #index .staff .staff_box .staff_cont {
    background: url(../images/index/top_staff_bg.png) no-repeat bottom left;
    background-size: 30%;
    width: 58%;
    padding: 2vw 0;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #index .staff .staff_box .staff_img {
    width: 100%;
    height: calc(var(--vh) * 25);
    margin: 0 0 0 auto;
    border-radius: 15px;
  }
  #index .staff .staff_box .staff_cont {
    width: 100%;
    padding: 2vw 4vw;
  }
  #index .staff .staff_box .staff_cont .main_btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 430px) {
}

/* recruit */
#index .recruit {
  max-width: 680px;
  margin: 60px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}
#index .recruit .recruit_box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#index .recruit .recruit_box .recruit_img {
  width: 30%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}
#index .recruit .recruit_box .recruit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index .recruit .recruit_box .recruit_cont {
  width: 70%;
  padding: 0 0 20px 40px;
}
#index .recruit .recruit_box .recruit_cont h4 {
  width: 100%;
  background: #493821;
  color: #ffffff;
  font-size: 1.6em;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}
#index .recruit .recruit_box .recruit_cont p {
  margin: auto;
  max-width: 600px;
  font-size: 90%;
  line-height: 1.6;
}
#index .recruit .recruit_box .recruit_cont em {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff8800;
}
#index .recruit .recruit_box .main_btn {
  margin: 0px auto 0;
}
#index .recruit .recruit_box .main_btn a {
  padding: 0 80px 0 40px;
  width: 100%;
  min-height: 60px;
}
#index .recruit .recruit_box .main_btn a::before {
  width: 30px;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #index .recruit {
    max-width: none;
    width: 90%;
    margin: 60px auto;
  }
  #index .recruit .recruit_box .recruit_img {
    width: 90%;
    height: calc(var(--vh) * 20);
    margin: 0 auto;
  }
  #index .recruit .recruit_box .recruit_cont h4 {
    font-size: 1.4em;
    margin-bottom: 2vw;
  }
  #index .recruit .recruit_box .recruit_cont {
    width: 100%;
    padding: 0;
  }
  #index .recruit .recruit_box .main_btn {
    margin: 5vw auto 0;
  }
  #index .recruit .recruit_box .main_btn a {
    padding: 0 16vw 0 8vw;
    width: 100%;
    min-height: 12vw;
  }
}
@media screen and (max-width: 430px) {
}

/* aboutus */
#index .aboutus {
  background: #fffae9;
  padding: 120px 0;
  position: relative;
}
#index .aboutus .cntns_hl3 .ruby {
  padding: 0 60px;
}
#index .aboutus hr {
  background: url(../images/common/line_01.png) repeat-x left top;
  background-size: auto 100%;
  height: 6px;
  width: 100%;
  margin: 60px auto;
}
#index .aboutus .aboutus_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#index .aboutus .aboutus_info {
  width: 45%;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 30px;
}
#index .aboutus .aboutus_info .shop-info dt {
  position: relative;
  line-height: 1.2;
}
#index .aboutus .aboutus_info .shop-info dt::before {
  content: "▼";
  display: inline-block;
  margin-right: 5px;
  font-size: 50%;
  transform: rotate(-90deg);
}
#index .aboutus .aboutus_info .shop-info dd {
  padding-left: 0.75em;
  margin-bottom: 20px;
  line-height: 1.2;
}
#index .aboutus .aboutus_info .shop-info dd:last-child {
  margin-bottom: 0;
}
#index .aboutus .aboutus_img {
  width: 54%;
  max-width: 750px;
  margin-bottom: 30px;
}
#index .aboutus .aboutus_map {
  width: 100%;
  height: calc(var(--vh) * 40);
  max-height: 400px;
  overflow: hidden;
}
#index .aboutus .main_btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 1081px) {
  #index .aboutus {
    padding: 6vw 0;
  }
  #index .aboutus .aboutus_map {
    height: calc(var(--vh) * 40);
  }
}
@media screen and (max-width: 768px) {
  #index .aboutus .aboutus_info {
    width: fit-content;
    margin: auto;
    font-size: 110%;
    font-weight: bold;
    order: 2;
  }
  #index .aboutus .aboutus_img {
    width: 80%;
    margin: 30px auto;
    order: 1;
  }
  #index .aboutus .aboutus_map {
    width: 100%;
    margin: auto;
    order: 3;
  }
}
