@charset "UTF-8";

/***************************************
          共通
*****************************************/

.date0 {
	color: #000;
}

.newsmain a {
    color: #000;
}

#setup_0919 #sec06 dl>div {
    border-bottom: 1px solid #000 !important;
}



.bg-menu {
    z-index: 1;
    background: #000;
    height: 100px;
}

#setup_0919 {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #121212;
}

#setup_0919 img {
  object-fit: contain;
}

#setup_0919 section {
  position: relative;
}

#setup_0919 .container {
  max-width: 1168px;
  margin: auto;
}

#setup_0919 .pc {
  display: block;
}

#setup_0919 .tb {
  display: none;
}

#setup_0919 .sp {
  display: none;
}

#setup_0919 a {
  transition: opacity .3s;
  text-decoration: none;
}

#setup_0919 a:hover {
  opacity: 0.7;
}

#setup_0919 .poppins {
  font-family: "Poppins", sans-serif;
  font-style: italic;
	font-weight: bold;
}

#setup_0919 .container>* {
  position: relative;
  z-index: 2;
}

#setup_0919 .fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .5s ease-out, transform .5s ease-out;
}

#setup_0919 .fade_in.show {
  opacity: 1;
  transform: translateY(0);
}

/* 共通 TB */
@media (max-width: 960px) {
  #setup_0919 .container {
    width: 90vw;
  }

  #setup_0919 .pc {
    display: none;
  }

  #setup_0919 .tb {
    display: block;
  }

  #setup_0919 .sp {
    display: none;
  }
}

/* 共通 SP */
@media (max-width: 768px) {
  #setup_0919 .sp {
    display: block;
  }
}

/***************************************
          FV
*****************************************/
#setup_0919 #fv {
  padding: 64px 0 38px;
}

#setup_0919 #fv .container {
  position: relative;
}

#setup_0919 #fv h1 {
  position: absolute;
  top: 16%;
  left: -1%;
  z-index: 3;
  font-weight: bold;
  text-shadow: 0 0 16px #fff;
  /* -webkit-text-stroke: 1px #fff; */
  /* 白い縁 */
}

#setup_0919 #fv h1 .h1_1 {
  font-size: 37px;
  font-weight: 700;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#setup_0919 #fv .slide-in {
  opacity: 0;
  transform: translateX(50%); /* 右の外からスタート */
  animation: slideIn .8s ease-out forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0); /* 元の位置 */
  }
}

#setup_0919 #fv h1 .h1_2 {
  font-size: 128px;
  line-height: 1.3;
  font-weight: 700;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#setup_0919 #fv h1 .h1_3 {
  font-size: 46px;
  font-weight: normal;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#setup_0919 .fv_img {
  width: calc(100vw - 240px);
  transform: translateX(104px);
}

#setup_0919 #fv .fv_video{
width: calc(85vw - 20px);
    transform: translateX(104px);
    border-radius: 32px 0 0 32px;
    margin-top: 70px;
}

#setup_0919 #fv .scroll {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 13%;
  left: -2%;
}

#setup_0919 #fv .scroll::after {
  height: 72px;
  width: 1px;
  position: absolute;
  content: "";
  background: #121212;
  left: 50%;
  transform: translateX(-50%);
  bottom: -91%;
}

@media (max-width: 1440px) {
  #setup_0919 .fv_video {
    width: calc(100vw - 9vw);
  }
}

@media (max-width: 1220px) {
  #setup_0919 #fv h1 {
    scale: .8;
    top: 11%;
  }

  #setup_0919 #fv .scroll {
    left: 5%;
    scale: 0.8;
    transform-origin: bottom;
  }
}

@media (max-width: 768px) {

.bg-menu {
    margin: 0;
}
	
#setup_0919 {
    overflow: clip;
	margin-top: 85px;
}
	
	#setup_0919 #fv {
    padding: 190px 0 14px;
  }


  #setup_0919 #fv .fv_video {
    transform: none;
    border-radius: 32px 0 0 32px;
    width: 100vw;
    height: 207px;
    object-fit: cover;
	  position: relative;
	  top: -50px;
  }

  #setup_0919 #fv h1 {
    scale: 1;
    top: -105px;
  }

  #setup_0919 #fv h1 .h1_1 {
    font-size: 20px;
  }

  #setup_0919 #fv h1 .h1_2 {
    font-size: 65px;
    font-weight: 900;
  }

  #setup_0919 #fv h1 .h1_3 {
    font-size: 22px;
  }

  #setup_0919 #fv .scroll {
    display: none;
  }
}

/***************************************
          sec01
*****************************************/
#setup_0919 #sec01 {
  padding: 20px 0 97px;
}

#setup_0919 #sec01 .contact_wrap {
  display: flex;
  color: #fff;
  width: calc(100% - 136px);
  transform: translateX(104px);
  font-weight: bold;
  background: #121212;
  position: relative;
  height: auto;
  border-radius: 90px 0 0 90px;
}

#setup_0919 #sec01 .contact_wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#setup_0919 #sec01 .contact_wrap::after {
  position: absolute;
  content: "";
  background: #121212;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  z-index: -1;
}

#setup_0919 #sec01 .contact_wrap1,
#setup_0919 #sec01 .contact_wrap2 {
  background: #121212;
  flex: 1;
  box-sizing: border-box;
  text-wrap: nowrap;
  text-align: center;
  width: 50%;
  padding: 39px 0;
}

#setup_0919 #sec01 .contact_wrap1 {
  background: #121212;
  /* padding: 39px 38px 39px 81px; */
  border-radius: 90px 0 0 90px;
}

#setup_0919 #sec01 .contact_wrap2 {
  background: #121212;
  /* padding: 39px 0 39px 81px; */
}

#setup_0919 #sec01 .tel {
  font-size: 50px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  gap: 9px;
}

#setup_0919 #sec01 .tel img {
  width: 40px;
  height: 40px;
}

#setup_0919 #sec01 .date span {
  background: #fff;
  color: #121212;
  font-size: 14px;
  padding: 5px 9px;
  margin-left: 47px;
}

#setup_0919 #sec01 .tel a{
  color: #fff !important;
}

#setup_0919 #sec01 .contact_wrap2 a {
  background: #fff;
  color: #121212;
  font-size: 26px;
  display: inline-block;
  border-radius: 58px;
  margin: auto;
  padding: 10px 92px 20px;
  position: relative;
}

#setup_0919 #sec01 .contact_wrap2 a span {
  font-size: 14px;
}

#setup_0919 #sec01 .contact_wrap2 a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  width: 32px;
}

@media (max-width: 960px) {
  #setup_0919 #sec01 {
    background: #DADEE2;
  }

  #setup_0919 #sec01 .contact_wrap {
    flex-direction: column;
    background: none;
    gap: 40px;
  }

  #setup_0919 #sec01 .contact_wrap::before,
  #setup_0919 #sec01 .contact_wrap::after {
    display: none;
  }

  #setup_0919 #sec01 .contact_wrap1,
  #setup_0919 #sec01 .contact_wrap2 {
    position: relative;
    padding: 30px 0;
  }

  #setup_0919 #sec01 .contact_wrap1 {
    padding-left: 80px;
    width: 100%;
    text-align: start;
  }

  #setup_0919 #sec01 .tel {
    justify-content: left;
  }

  #setup_0919 #sec01 .contact_wrap2 {
    border-radius: 0 90px 90px 0;
    text-align: start;
  }

  #setup_0919 #sec01 .contact_wrap1::after,
  #setup_0919 #sec01 .contact_wrap2::after {
    position: absolute;
    content: "";
    background: #121212;
    height: 100%;
    width: 50vw;
    top: 50%;
    transform: translateY(-50%);
    right: -50vw;
    z-index: -1;
  }

  #setup_0919 #sec01 .contact_wrap2::after {
    right: unset;
    left: -50vw;
  }

  #setup_0919 #sec01 .date span {
    margin-left: 0;
  }

  #setup_0919 #sec01 .contact_wrap2 a {
    background: none;
    color: #fff;
    text-align: start;
    padding: 10px 65px 20px;
  }

  #setup_0919 #sec01 .contact_wrap2 a img {
    filter: invert(1);
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec01 {
    padding: 33px 0 97px;
	  margin-top: -30px;
  }

  #setup_0919 #sec01 .contact_wrap {
    width: 100%;
    transform: none;
    gap: 17px;
  }

  #setup_0919 #sec01 .tel img {
    height: 24px;
    width: 24px;
  }

  #setup_0919 #sec01 .tel {
    font-size: 30px;
  }

  #setup_0919 #sec01 .date {
    font-size: 13px;
  }

  #setup_0919 #sec01 .date span {
    font-size: 12px;
    padding: 3px 4px;
  }

  #setup_0919 #sec01 .contact_wrap1,
  #setup_0919 #sec01 .contact_wrap2 {
    padding: 17px 0;
    width: 100%;
    box-sizing: border-box;
  }

  #setup_0919 #sec01 .contact_wrap1 {
    padding-left: 35px;
  }

  #setup_0919 #sec01 .contact_wrap2 a {
    padding: 0;
  }

  #setup_0919 #sec01 .contact_wrap2 {
    padding: 12px;
    padding-left: 40px;
  }

  #setup_0919 #sec01 .contact_wrap2 a img {
    right: -20%;
  }

  #setup_0919 #sec01 .contact_wrap1::after,
  #setup_0919 #sec01 .contact_wrap2::after {
    height: 99.9%;
  }


}

/***************************************
          sec02
*****************************************/
#setup_0919 #sec02 {
  padding: 0px 0;
}

#setup_0919 #sec02 .container {
  background: #DADEE2;
  border-radius: 40px 0 0 40px;
  height: auto;
  position: relative;
  padding-bottom: 100px;
}

#setup_0919 #sec02 .container::after {
  position: absolute;
  content: "";
  background: #DADEE2;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  z-index: -1;
}

#setup_0919 #sec02 .title {
  font-size: 96px;
  text-align: center;
  transform: translateY(-67px);
}

#setup_0919 #sec02 h2 {
  font-size: 24px;
  text-align: center;
  margin-top: -65px;
}

#setup_0919 #sec02 .sec02_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: 58px auto 0;
}

#setup_0919 #sec02 .sec02_item {
  width: 30%;
  margin-bottom: 54px;
}

#setup_0919 #sec02 .sec02_item img {
  width: 100%;
  margin-bottom: 17px;
}

#setup_0919 #sec02 .sec02_item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#setup_0919 #sec02 .sec02_item h3 a {
  color: #121212;
}

#setup_0919 #sec02 .sec02_img_tie {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -51px;
}

#setup_0919 #sec02 .sec02_img_tie img {
  width: 25%;
}

@media (max-width: 960px) {
  #setup_0919 #sec02 {
    background: #DADEE2;
  }

  #setup_0919 #sec02 h2 {
    text-align: start;
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec02 .title {
    font-size: 48px;
  }

  #setup_0919 #sec02 h2 {
    font-size: 18px;
	  text-align: justify;
  }

  #setup_0919 #sec02 .sec02_item {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.8;
  }

  #setup_0919 #sec02 .sec02_main {
    margin-top: 37px;
    width: 100%;
  }

  #setup_0919 #sec02 .sec02_item img {
    height: 172px;
    object-fit: cover;
    border-radius: 12px;
  }

  #setup_0919 #sec02 .sec02_item h3 {
    font-size: 20px;
  }

  #setup_0919 #sec02 .sec02_img_tie {
    transform: translateX(calc((100vw - 801px) / 2));
    margin-top: -113px;
  }

  #setup_0919 #sec02 .sec02_img_tie img:last-child {
    display: none;
  }

  #setup_0919 #sec02 .sec02_img_tie img {
    width: 207px;
  }
}

/***************************************
          sec03
*****************************************/
#setup_0919 #sec03 {
  padding: 161px 0 102px;
}

#setup_0919 #sec03 .title {
  font-size: 48px;
  font-weight: bold;
  margin-left: 219px;
  text-align: center;
  width: max-content;
  line-height: 1;
  margin-bottom: 41px;
}

#setup_0919 #sec03 .title span {
  font-size: 64px;
  font-weight: 600;
}

#setup_0919 #sec03 .title span.sub {
  font-size: 20px;
  font-weight: 300;
}

#setup_0919 #sec03 .sec03_main {
  display: flex;
  width: calc(100vw - 272px);
  padding-left: 104px;
  justify-content: space-between;
}

#setup_0919 #sec03 .sec03_item1 {
  width: 56%;
}

#setup_0919 #sec03 .sec03_item1 h2 {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

#setup_0919 #sec03 .sec03_item2 {
  width: 40%;
  position: relative;
}

#setup_0919 #sec03 .sec03_item1 p {
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 36px;
}

#setup_0919 #sec03 .sec03_main1 {
  width: 305px;
  position: absolute;
  top: -9%;
  right: 12%;
}

#setup_0919 #sec03 .sec03_main2 {
  width: 327px;
  position: absolute;
  bottom: 11%;
  left: -1%;
}

#setup_0919 #sec03 .sec03_item1 p.bold {
  font-size: 24px;
  font-weight: bold;
  margin-top: -9px;
}

#setup_0919 #sec03 a {
  background: #121212;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 235px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 38.5px;
  padding: 24px 130px;
  text-align: center;
  position: relative;
}

#setup_0919 #sec03 a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  width: 32px;
}

#setup_0919 #sec03 .sec03_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.5vw;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 1600px) {
  #setup_0919 #sec03 .sec03_main1 {
    top: -19%;
    right: 35%;
  }

  #setup_0919 #sec03 .sec03_main2 {
    bottom: 1%;
  }
}

@media (max-width: 1200px) {
  #setup_0919 #sec03 .sec03_main1 {
   right: 0; 
  }
}

@media (max-width: 960px) {
  #setup_0919 #sec03 .sec03_main {
    width: 100%;
    padding: 0;
  }

  #setup_0919 #sec03 .sec03_item1 {
    width: 100%;
  }

  #setup_0919 #sec03 .sec03_main1 {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    top: unset;
    right: unset;
    width: 100%;
  }

  #setup_0919 #sec03 .sec03_main2 {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    bottom: unset;
    left: unset;
    width: 100%;
  }

  #setup_0919 #sec03 a {
    margin: 15px auto 0;
    display: block;
    padding: 24px 0;
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec03 {
    padding: 51px 0 51px;
  }
	
#setup_0919 #sec03 .sec03_item1 h2 {
	font-size: 16px;
    margin-bottom: 20px;
}

  #setup_0919 #sec03 .title {
    margin-left: 0;
    font-size: 32px;
    text-align: center;
    width: auto;
  }

  #setup_0919 #sec03 .title span {
    font-size: 48px;
  }

  #setup_0919 #sec03 .sec03_item1 p {
	  font-size: 14px;
        line-height: 1.7;
        text-align: justify;
  }

  #setup_0919 #sec03 .sec03_item1 p.bold {
    font-size: 20px;
  }

  #setup_0919 #sec03 a {
    padding: 18px 0;
    font-size: 20px;
  }
}

/***************************************
          sec04
*****************************************/
#setup_0919 #sec04 {
  padding: 104px 0 100px;
  background: #DADEE2;
}

#setup_0919 #sec04 .title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 41px;
}

#setup_0919 #sec04 .title span {
  font-size: 48px;
  font-weight: 600;
}

#setup_0919 #sec04 .title span.sub {
  font-size: 20px;
  font-weight: 300;
}

#setup_0919 #sec04 .sec04_main {
  background: #fff;
  width: 960px;
  margin: auto;
  border-radius: 16px;
  padding: 43px 64px;
  box-sizing: border-box;
  position: relative;
}

#setup_0919 #sec04 .sec04_main::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #121212;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#setup_0919 #sec04 .sec04_main p {
  line-height: 1.8;
}

#setup_0919 #sec04 .sec04_main .bold {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

#setup_0919 #sec04 .sec04_main .shadow {
  color: #DADEE2;
  font-size: 96px;
  opacity: .5;
  margin-bottom: -56px;
  position: relative;
  z-index: 0;
  line-height: normal;
}

#setup_0919 #sec04 .sec04_flex1,
#setup_0919 #sec04 .sec04_flex2 {
  display: flex;
  gap: 42px;
  align-items: flex-start;
}

#setup_0919 #sec04 .sec04_flex1 img {
  width: 304px;
}

#setup_0919 #sec04 .sec04_flex2 img {
  width: 288px;
}

#setup_0919 #sec04 .sec04_item {
  margin-bottom: 40px;
}

#setup_0919 #sec04 .sec04_bg {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 960px)/-2.8);
  width: calc((100vw - 960px)/2);
  z-index: -1;
}

#setup_0919 #sec04 .sec03_bg {
  display: none;
}

@media (max-width: 960px) {
  #setup_0919 #sec04 .sec04_main {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec04 {
    padding: 51px 0 74px;
  }

  #setup_0919 #sec04 .title {
    font-size: 32px;
  }

  #setup_0919 #sec04 .title span {
    font-size: 32px;
  }

  #setup_0919 #sec04 .title span.sub {
    font-size: 15px;
  }

  #setup_0919 #sec04 .sec04_main {
    padding: 28px 28px;
    font-size: 15px;
  }

  #setup_0919 #sec04 .sec04_main .bold {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #setup_0919 #sec04 .sec04_main .shadow {
    font-size: 48px;
    text-wrap: nowrap;
    margin-bottom: -32px;
    margin-left: -14px;
  }

  #setup_0919 #sec04 .sec04_main p {
	  line-height: 1.7;
        font-size: 14px;
        text-align: justify;
  }

  #setup_0919 #sec04 .sec04_bg {
    display: none;
  }

  #setup_0919 #sec04 .sec03_bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8.5vw;
    width: 100vw;
  }
}

/***************************************
          sec05
*****************************************/
#setup_0919 #sec05 {
  padding: 84px 0 100px;
  background: url(./img/sec05_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#setup_0919 #sec05 .title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 41px;
  color: #fff;
}

#setup_0919 #sec05 .title span {
  font-size: 96px;
  font-weight: 500;
}

#setup_0919 #sec05 .title span.sub {
  font-size: 36px;
  font-weight: bold;
}

#setup_0919 #sec05 .sec05_flex {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: auto;
}

#setup_0919 #sec05 .sec05_flex a {
  background: #121212;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  border-radius: 58px;
  margin: auto;
  padding: 10px 92px 20px;
  position: relative;
  text-align: center;
}

#setup_0919 #sec05 .sec05_flex a span {
  font-size: 14px;
}

#setup_0919 #sec05 .sec05_flex a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  width: 32px;
}

@media (max-width: 960px) {
  #setup_0919 #sec05 .sec05_flex {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  #setup_0919 #sec05 .sec05_flex a {
    padding: 10px 0 20px;
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec05 .title span {
    font-size: 64px;
  }

  #setup_0919 #sec05 .title span.sub {
    font-size: 24px;
  }

  #setup_0919 #sec05 .sec05_flex a img{
    display: none;
  }

  #setup_0919 #sec05 .sec05_flex a{
    padding: 5px 0 15px
  }
}

/***************************************
          sec06
*****************************************/
#setup_0919 #sec06 {
  padding: 102px 0 100px;
  /* background: url(./img/sec06_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  margin-top: -5px;
}

#setup_0919 #sec06 .title {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 65px;
  color: #121212;
  font-size: 40px;
  position: relative;
}

#setup_0919 #sec06 .title span.sub {
  font-size: 20px;
  font-weight: 300;
}

#setup_0919 #sec06 .title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #121212;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

#setup_0919 #sec06 .sec06_main {
  display: flex;
  width: 960px;
  justify-content: space-between;
  margin: auto;
}

#setup_0919 #sec06 .sec06_main>div {
  width: 45%;
}

#setup_0919 #sec06 dl {
  font-weight: bold;
}

#setup_0919 #sec06 dl>div {
  display: flex;
  gap: 23px;
  padding: 19px 0;
  border-bottom: 1px solid #C0C0C0;
}

#setup_0919 #sec06 dt {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 84px;
}

#setup_0919 #sec06 .sec06_video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  #setup_0919 #sec06 .sec06_main {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }

  #setup_0919 #sec06 .sec06_main>div {
    width: 100%;
  }

  #setup_0919 #sec06 iframe {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  #setup_0919 #sec06 dl>div{
    flex-direction: column;
    gap: 8px;
  }

    .logo img {
        width: 100%;
        height: auto;
        max-width: 260px;
        margin: 0 auto;
        position: relative;
        left: -35px;
        top: -4px;
    }
	
.bg-menu {
    height: 40px;
}
	
    .txt-slide3-anchor-sp {
        margin-top: 58px;
    }
	
}

	
.txt2:first-child {
	border-top: solid 1px #000 !important;
}

#bg-footer {
    margin-top: 0;
}