body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  color: #000;
  animation: fadeIn 2s ease 0s 1 normal, fadeOut 0s ease 0s;
  -webkit-animation: fadeIn 2s ease 0s 1 normal, fadeOut 0s ease 0s;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
}

p {
  position: relative;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3em;
  color: #444;
  font-optical-sizing: auto;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1e1e;
  font-optical-sizing: auto;
}

/* max-width */
.sppd1 {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrap .sppd1 {
  position: relative;
}

.sppd2 {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrap .sppd2 {
  position: relative;
}

/* width */
.w-auto {
  width: auto;
}

.w-40 {
  width: 40%;
}

.w-15 {
  width: 15%;
}
.walking-image {
  width: 74%;
  margin: 0 auto;
}

/* font-color */
.fc-01 {
  color: #966200;
}
.fc-02{
  color: #279098; 
}

/* 画面幅が1024px以上の時は */
@media screen and (min-width: 1024px) {
  .ps-br {
    display: block;
    /* PCを改行して */
  }

  .sp-br {
    display: none;
    /* SPの改行を隠す */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-br {
    display: block;
    /* PCを改行して */
  }

  .sp-br {
    display: none;
    /* SPの改行を隠す */
  }
}

/* 画面幅が560px以下の時は */
@media screen and (max-width: 560px) {
  .ps-br {
    display: none;
    /* PCの改行を隠して */
  }

  .sp-br {
    display: block;
    /* SPを改行する */
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* id  */
#strength-content {
  position: relative;
}

/* section  */
.move-section {
  background-color: #EFF7F7;
  padding: 80px 0 500px;
}

.lower-section {
  background-color: #EFF7F7;
  padding: 120px 0 920px;
}

.strength-section {
  background-color: #fff;
  padding: 210px 260px 450px;
  background: url('/images/strength/strength_bg.png') no-repeat center top / cover;
}

.strength-section2 {
  background-color: #fff;
  padding: 0px 0 425px;
  background: url('/images/strength/youtube_top.png') no-repeat center top / cover;
}

.home-staff-section {
  background-color: #fff;
  padding: 161px 0px 720px;
  background: url('/images/home/home_staff_bg2.png') no-repeat center top / cover;
}

/* content-wrap  */
.content-wrap1 {
  position: relative;
  padding: var(--cnvs-content-padding) 1;
  overflow: hidden;
}

/* margin  */
.contents-margin {
  margin-top: -880px;
}

/* height  */
.min-vh-100 {
  min-height: 84vh !important;
}

/* svg-separator   */
.svg-separator {
  position: absolute;
  width: 100%;
  height: 183px;
  bottom: -134px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  vertical-align: middle;
  transform: scaleY(-1);
  background-color: #EFF7F7;
}

/* btn  */
.button {
  font-size: 16px;
}

.button:hover {
  background-color: #DC4650;
}

.btn:hover {
  color: #fff;
}

.button-main-contact a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  padding: 18px 46px 18px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #279098;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
}

.button-main-contact a:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  line-height: 1;
  position: absolute;
  right: 12px;
  background: #FFF;
  padding: 12px 11px;
  border-radius: 60px;
  z-index: 2;
  color: #279098;
}

.button-orange-contact a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  padding: 18px 46px 18px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #DC4650;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
}

.button-orange-contact a:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  line-height: 1;
  position: absolute;
  right: 12px;
  background: #FFF;
  padding: 12px 11px;
  border-radius: 60px;
  z-index: 2;
  color: #DC4650;
}

.button-orange-contact-v2 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  padding: 18px 46px 18px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #DC4650;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
  margin-top: 3rem;
}

.button-orange-contact-v2:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  line-height: 1;
  position: absolute;
  right: 12px;
  background: #FFF;
  padding: 12px 11px;
  border-radius: 60px;
  z-index: 2;
  color: #DC4650;
}

.button-orange {
  --cnvs-btn-color: #DC4650;
}

.button.button-border {
    --cnvs-btn-border-color: #DC4650;
    border: var(--cnvs-btn-border-width) solid var(--cnvs-btn-border-color);
    background: transparent;
    color: #DC4650;
}

/* logo  */
#header-wrap #logo img {
  width: 195px;
  height: 100%;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
  height: 100%;
}

/* title  */
.title01 {
  width: 100%;
}

.title02 {
  width: 58%;
}

.title03 {
  width: 16%;
}

.title04 {
  width: 40%;
}

.title05 {
  width: 12%;
}

.team-title h4,
.team-title .h4 {
  color: #279098;
}

.strength-title span {
  color: #DDA853;
  padding: 20px;
  font-size: 19px;
}

.vertical-middle-v2 {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  flex-flow: column;
}

/* text  */
.kasaneru {
  position: relative;
  /*親要素にrelative*/
}

.kasaneru {
  position: relative;
  margin-top: -266px;
  z-index: 1;
}

.kasaneru p {
  position: absolute;
  top: 85%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
}

.kasaneru .strength-section p {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.kasaneru2 {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.kasaneru2 p {
  position: absolute;
  top: 85%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
}

.kasaneru2 .strength-section p {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.comment p {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  display: block;
  max-width: 670px;
  line-height: 26px;
  text-align: left;
  margin: 0 auto;
}

.comment-st p {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  display: block;
  max-width: 420px;
  line-height: 26px;
  text-align: left;
}

.customer p {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    display: block;
    max-width: 790px;
    line-height: 26px;
    text-align: left;
    margin: 0 auto;
}

.mainTitle h1 {
  font-size: var(--cnvs-font-size-h1);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.fbox-content p {
  font-size: 22px;
  line-height: 2.5;
  text-shadow: 0 0 15px #000;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

/* menu  */
.menu-link {
  font-size: 15px;
  font-family: 'Noto Sans JP';
  letter-spacing: 0.5px;
  text-shadow: #fff 0 0 15px;
  color: #000;
}

.menu-item:hover>.menu-link {
  color: #279098;
}

.is-expanded-menu .full-header #logo {
  border-right: none;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
  border-right: none;
}

.is-expanded-menu.stretched .full-header #header-wrap>.container {
  padding: 5px 30px;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
  border-bottom: none;
}

.is-expanded-menu .sticky-header #header-wrap {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap {
  position: fixed;
  background-color: unset;
  border-bottom: unset;
}

body:not(.is-expanded-menu) .primary-menu {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: var(--cnvs-box-shadow-sm) !important;
}

.container .primary-menu-active {
  padding-top: 70px;
  padding-bottom: 600px;
}

/*hamburger*/
.cnvs-hamburger {
  background: #279098;
  border-radius: 60px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
  background-color: #fff;
}

.cnvs-hamburger .cnvs-hamburger-inner {
  left: 100%;
}

/*YouTube設置*/
#top-area {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
  background-size: cover;
}

#top-area-v2 {
  position: relative;
  height: 130vh;
  height: auto;
  text-align: center;
  color: #fff;
  background-size: cover;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 30px;
}

#loading.disappear {
  display: none;
}

/* YouTube表示エリア */
#youtube-area {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

#youtube-area.appear {
  animation-name: pageanimetuika;
  animation-duration: .6s;
  animation-fill-mode: forwards;
}

.youtube-dark {
  filter: brightness(50%);
}

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

  100% {
    opacity: 1;
  }
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}


/*YouTubeクリック防止マスクエリア*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

/*YouTube動画背景メッセージ*/
.is-expanded-menu #header+.include-header2 {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-top: 67px;
}

/* YouTube-v2表示エリア */
#youtube-area-v2 {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

#youtube-area-v2.appear {
  animation-name: pageanimetuika;
  animation-duration: .6s;
  animation-fill-mode: forwards;
}

.youtube-dark-v2 {
  filter: brightness(50%);
}

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

  100% {
    opacity: 1;
  }
}

#youtube-v2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 178vh;
  height: 56vw;
  min-height: 100%;
  min-width: 100%;
}

/*YouTube-v2クリック防止マスクエリア*/
#youtube-mask-v2 {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

#mainTitle {
  min-height: 100vh;
}

#mainTitle h1 {
  font-size: 8vw;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.items {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  /*flexはテキスト中央表示用なので不要なら消してOK*/
  align-items: center;
  justify-content: center;
}

.items p {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-size: 6vw;
}

/*YouTube動画を埋め込む*/
.video {
  position: relative;
  width: 100%;
}

.video_area {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #333333;
}

/* background-color  */
.bg-transparent {
  background-color: #EFF7F7 !important;
}

/* height  */
.team-title {
  height: 80px;
}

/* team-image  */
.team-image {
  background-color: #FBF5DD;
  border-radius: 20px;
}

.team-image img {
  border: solid 1px #CCCCCC;
  border-radius: 20px;
}

/* card-body  */
.card-body {
  padding: 3rem;
}

/* scroll  */
.negetive-margin {
  margin-top: -470px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-85%);
  }

  to {
    transform: translateX(0%);
  }
}

.p-demo__explain {
  top: 15px;
  position: relative;
}

.c-notion {
  text-align: center;
  padding-bottom: 5px;
}

.c-padding {
  padding-top: 120px;
}

_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--vertical {
  flex-direction: column;
}

.d-demo__list--left {
  animation: infinity-scroll-left 90s infinite linear 0.5s both;
}

.d-demo__list--right {
  animation: infinity-scroll-right 90s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(90vw / 3);
  padding: 15px;
}

.d-demo__list--vertical .d-demo__item {
  min-height: 0%;
}

.d-demo__item>img {
  width: 100%;
}

.d-demo__wrap--hover:hover .d-demo__list--left {
  animation-play-state: paused;
}

/* strength-box  */
.strength-box {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: end;
  text-align: left;
  margin-top: 5px;
}

.strength-box img:first-child {
  width: 26%;
}

.strength-box img:last-child {
  margin-left: 5px;
  width: 33%;
}

/* flow  */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

.slide-box {
  height: auto;
  margin: 0.8%;
  width: 19%;
}

.entry-date {
  top: -17px;
  left: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 187px;
  max-width: 100%;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 16px 0;
  font-size: 18px;
  border-radius: 50px;
  background: #DDA853;
  border: solid 1px #707070;
}

.rounded-circle2 {
  border-radius: 106px !important;
  height: 300px;
  object-fit: cover;
  border: solid 1px #707070;
  width: 100%;
}

/* news  */
.list-news {
  list-style: none;
  margin: 0;
}

.list-news li:first-child {
  border-top: #e3e3e3 1px solid;
}

.list-news li {
  border-bottom: #e3e3e3 1px solid;
}

.list-news li a {
  display: block;
  text-decoration: none;
}

.list-news li a:hover {
  background: #f3f3f3;
}

.list-news li .list-news-wrap {
  display: table;
  table-layout: fixed;
}

.list-news li .list-news-wrap span {
  display: table-cell;
}

.list-news li .list-news-wrap .news-date {
  padding: 10px 0px;
  width: 120px;
}

.list-news li .list-news-wrap .news-txt {
  padding: 10px 20px 10px 0;
  width: auto;
  font-size: 15px;
}

.news-date {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  color: #333;
}

.news_box {
  padding-bottom: 1%;
  padding-top: 2%;
  border-bottom: 1px solid #e3e3e3;
}

.news_day {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2%;
  color: rgba(135, 134, 134, 1.00);
}

.news_ttl {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0%;
  margin-bottom: 1%;
  font-weight: bold;
}

.pagination {
  --bs-pagination-color: #279098;
  --bs-pagination-hover-bg: #279098;
  --bs-pagination-hover-border-color: #279098;
  --bs-pagination-active-bg: #279098;
  --bs-pagination-active-border-color: #279098;
}

.page-link.active,
.active>.page-link {
  background-color: #279098;
  border-color: #279098;
}

/* table  */
.bs-content-body {
  word-break: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  border: solid 1px #279098;
  border-radius: 18px;
}

.bs-content-body table {
  border: none;
  height: auto !important;
  margin-bottom: 0px;
}

.bs-content-body table {
  border-radius: 18px;
  overflow: hidden;
  border: solid 1px #CCCCCC;
}

.bs-content-body th,
.bs-content-body td,
.bs-content-body tr {
  height: auto !important;
}

.bs-content-body th,
.bs-content-body td {
  padding: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
}

.bs-content-body th {
  width: 23%;
  text-align: left;
}

.bs-content-body th:not(:last-child) {
  border-bottom: solid 1px #FFFFFF;
}

.table1 td {
  background-color: #FFFFFF;
  border-bottom: solid 1px #279098;
}

.table1 th {
  background-color: #279098;
  color: #fff;
  font-weight: 600;
}

.table1.table-sp-block tr:last-child>*:last-child {
  border-bottom: none;
}

/* contact  */
.contact-box-wrap {
  top: -500px;
  position: relative;
  z-index: 5;
}

.contact-box-wrap-v2 {
  top: -414px;
  position: relative;
  z-index: 5;
}

.contact-top-box {
  display: block;
  padding: 40px 130px;
  background: #FFF;
  border-radius: 20px;
  border: solid 1px #CCCCCC;
  box-shadow: 10px 10px repeating-linear-gradient(45deg, transparent 0 3px, #e06850 3px 6px);
}

.contact-top-box:after {
  background: repeating-linear-gradient(-45deg, #70E2D2, #70E2D2 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 23px);
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100.5%;
  height: 102%;
  z-index: -3;
  border-radius: 20px;
}

/* contact-form  */
.form-control,
.form-select {
  font-size: 14px;
  border: solid 1px #CCCCCC;
}

.contact-form-overlay {
  background: #fff;
  box-shadow: unset;
  border: solid 1px #279098;
  border-radius: 18px;
  padding: 3rem;
}

.form-check-input:checked {
  background-color: #FF4B4B;
  border-color: #FF4B4B;
}

.policy {
  margin: 20px auto;
  text-align: center;
  padding: 14px 40px;
  background: #fff;
  border: solid 5px #FF4B4B;
}

.submit_btnarea {
  width: 360px;
  margin: 0 auto;
}

.form_btn {
  background: #FF4B4B;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s ease-out;
  position: relative;
}

.form_btn:hover {
  border: 1px solid #FF4B4B;
  background: #fff;
  color: #FF4B4B;
}

button[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}

button[type="submit"][disabled]:hover {
  opacity: 1;
}

/* privacy-box  */
.privacy-box {
  background: #fff;
  box-shadow: unset;
  border: solid 1px #279098;
  border-radius: 18px;
  padding: 3rem;
}

/* news,works  */
.entry-meta li {
  font-size: 16px;
  color: #404040;
  margin: 0px;
}

.single-post .entry-meta {
  text-align: end;
}

.entry-meta:not(.no-separator) li::before {
  content: unset;
}

.entry-meta ul {
  display: inline-block;
}

/* 吹き出し  */
.talk {
  display: flex;
  margin: 0 0 -1.5em 0;
}

.talk-note {
  font-size: 24px;
  font-weight: bold;
  color: #279098;
}

.talk-text {
  border-radius: 64%;
  text-align: center;
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  top: -6px;
}

.talk-text-inner {
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.talk-text::before,
.talk-text::after {
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 8px solid transparent;
  border-bottom: 4px solid transparent;
}

.talkL .talk-text {
  margin: 0px 0 0 12px;
  background: #279098;
}

.talkL .talk-text::before {
  left: -10px;
  border-right: 12px solid #279098;
}

.speach-balloons-medium {
  position: relative;
  width: 142px;
  height: 80px;
  padding: 0px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #279098;
  border-radius: 50%;
}

.speach-balloons-medium::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 100px;
  top: 50px;
  border-right: 22px solid #279098;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate(110deg);
}

/* footer  */
.footer-01 {
  margin-top: -655px;
  position: relative;
  z-index: 1;
}

.footer-02 {
  margin-top: -157px;
  position: relative;
  z-index: 1;
}

.footer-03 {
  margin-top: -568px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.promo-full {
  width: 53%;
  margin: -305px auto 20px;
}

/* gotoTop  */
#gotoTop:hover {
  background-color: #279098;
}

/* Responsive */
@media (max-width: 2560px){	
.kasaneru {
  margin-top: -450px;
}
.footer-01 {
  margin-top: -250px;
}
.strength-section2 {
  padding: 0px 0 720px;
}
.footer-03 {
   margin-top: -640px;
}
.footer-02 {
  margin-top: -220px;
}
}

@media (max-width: 1920px){	
.kasaneru {
  margin-top: -350px;
}
.footer-01 {
  margin-top: -510px;
}
.strength-section2 {
  padding: 0px 0 560px;
}
.footer-03 {
  margin-top: -568px;
}
.footer-02 {
  margin-top: -157px;
}
}

@media (max-width: 1680px){	
.kasaneru {
  margin-top: -266px;
}
.footer-01 {
  margin-top: -655px;
}
.footer-03 {
  margin-top: -568px;
}
.footer-02 {
  margin-top: -157px;
}
}

@media (max-width: 1440px){	
.promo-full {
  margin-top: -317px;
}
.footer-01 {
  margin-top: -600px;
}
.footer-03 {
    margin-top: -565px;
}
}

@media (min-width: 992px) {
  .menu-item>.menu-link>div.active {
    color: #279098;
  }
}

@media (min-width: 991px) {
.negative-text-margin {
  margin-left: -212px;
  margin-top: 60px;
}
.comment p {
  width: 80%;
}
}

@media screen and (max-width: 1280px) {
.title01 {
  width: 62%;
}
#global-nav {
  width: 100%;
  z-index: 999;
}  
.m_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 9%;
  background-color: #fff;
} 
}

@media screen and (max-width: 1024px) {
.footer-01 {
    margin-top: -550px;
}
}

@media screen and (max-width: 768px){ 
.list-news li .list-news-wrap {
  display: block;
}
.list-news li .list-news-wrap span {
  display: inline-block;
}
.list-news li .list-news-wrap .news-date {
  padding: 10px 10px 0 0;
  width: auto;
}
.list-news li .list-news-wrap .news-txt {
  padding: 0 0 10px 0px;
  display: block;
  width: auto;
}
/* スマホサイズでスライダー表示 */
.slide-wrap {
  overflow-x: scroll;
}
.slide-box {
  flex: 0 0 56%;
  margin: auto 6% auto auto;
  margin-top: 50px;
}
.walking-image {
  width: 100%;
}  
}

@media screen and (max-width: 767px) {
.walking-image {
  width: 100%;
}    
.comment p {
  font-size: 15px;
  line-height: 19px;
  width: 80%;
} 
.kasaneru p {
  top: 89%;
} 
.slide-box {
  flex: 0 0 42%;
}
.home-staff-section {
    padding: 161px 0px 720px;
}
.table-sp-block th, .table-sp-block td {
  display: block;
}
.table-sp-block, .table-sp-block th, .table-sp-block td {
  width: 100% !important;
}
.bs-content-body th, .bs-content-body td {
  padding: 8px;
}
.title01 {
  width: 90%;
}
#global-nav {
  width: 100%;
  z-index: 999;
}  
.m_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 8%;
  background-color: #fff;
} 
.content-wrap p {
  font-size: 15px;
  line-height: 19px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.title01 {
    width: 76%;
}  
.walking-image {
  width: 100%;
}    
.home-staff-section {
  padding: 0px 70px 279px;
  background: url(../../images/home/home_staff_bg2.png) no-repeat center top / cover;
}  
.strength-box {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: end;
  font-size: 11px;
  text-align: left;
  margin-top: 63px;
}
.strength-box img {
  margin-left: 5px;
  width: 26%;
}
.slide-wrap {
  overflow-x: scroll;
}
.side-box-scroll {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  color: #808080;
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  line-height: 1.2;
}  
.side-box-scroll img {
  margin-left: 5px;
  filter: invert(54%) sepia(7%) saturate(2%) hue-rotate(3deg) brightness(91%) contrast(93%);
  width: 30px;
  height: 30px;
}  
.slide-box {
  flex: 0 0 33%;
  margin: auto 6% auto auto;
  margin-top: 50px;
}  
.strength-section {
  padding: 170px 50px 450px;
}  
.strength-section2{
  padding: 0px 0 622px;
  }  
.breadcrumb2 {
  top: 76px;
  }  
#global-nav {
  width: 100%;
  z-index: 999;
}  
.m_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 9%;
  background-color: #fff;
} 
.min-vh-100 {
  min-height: 60vh !important;
}
.comment p {
  width: 83%;
}
.kasaneru p {
  top: 87%;
}
.svg-separator {
  height: 41px;
  bottom: -41px;
}
.move-section {
  padding: 80px 0 285px;
}
.negative-text-margin{
  top: -160px;
  position: relative;
}
.promo-full {
  margin-top: -120px;
  padding: 1rem;
}
.title04 {
  width: 43%;
}
.comment-st p {
  max-width: 610px;
  margin: 0 auto;
}
.negetive-margin {
  margin-top: -276px;
}
.contact-box-wrap {
  top: -300px;
}
.contact-top-box {
  padding: 40px;
}
.footer-01 {
  margin-top: -260px;
}
}

@media screen and (max-width: 480px){ 
.walking-image {
  width: 100%;
}  
.contact {
  text-align: center;
}  
#youtube-v2 {
  top: 55%;
  width: 160vh;
  min-height: 90%;
}    
.card-body {
  padding: 1rem;
}  
.flow-box {
  margin: 0 auto 30px;
}
.kasaneru {
  margin-top: -250px;
}  
.btn-outline-warning {
  margin-top: 20px;
}  
.button-orange-contact-v2 {
  padding: 15px 46px 15px 17px;
  font-size: 10px;
  margin-top: 1.5rem;
}
.home-staff-section {
  padding: 0px 0px 164px;
  background: url(../../images/home/home_staff_bg2.png) no-repeat center top / cover;
}  
.strength-box img:last-child {
  margin-left: -48px;
  width: 47%;
}  
.strength-box img:first-child {
  width: 23%;
}
.side-box-scroll {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  color: #808080;
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  line-height: 1.2;
}  
.side-box-scroll img {
  margin-left: 5px;
  filter: invert(54%) sepia(7%) saturate(2%) hue-rotate(3deg) brightness(91%) contrast(93%);
  width: 30px;
  height: 30px;
}   
.vertical-middle-v2 {
  width: 75%;
}  
#youtube {
  top: 37%;
  min-height: 87%;
  width: 116vh;
}
#youtube-v2 {
  top: 55%;
  width: 160vh;
  min-height: 90%;
}
#top-area {
  height: 79vh;
}  
.privacy-box {
  padding: 59px 12px;
  }  
.contact-form-overlay {
  padding: 59px 12px;
}  
.submit_btnarea {
  width: 100%;
}  
.strength-section{
  background: url('../../images/strength/strength_bg_sp.png') no-repeat center top / cover;
  }  
.rounded-circle2 {
  height: 260px;
}  
.breadcrumb2 {
  top: -117px;
}  
.strength-section2 {
  padding: 0px 0 284px;
}
.strength-section {
  padding: 80px 0 619px;
}     
.contact-box-wrap-v2 {
  top: -630px;
} 
.strength-title span {
  padding: 3px;
}  
.mainTitle h1 {
  font-size: 23px;
}  
.fbox-content p {
  font-size: 14px;
}     
.include-header2 {
   margin-top: 200px !important;
   display: inline-block;
   vertical-align: bottom;
   width: 100%;
}  
#top-area-v2 {
  height: auto;
} 
#global-nav {
    width: 100%;
    z-index: 999;
}  
.m_fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 11%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.min-vh-100 {
  min-height: 52vh !important;
}
.comment p {
  width: 90%;
  font-size: 16px;
  line-height: 26px;
}
.kasaneru p {
  top: 76%;
}
.content-wrap p {
  font-size: 16px;
  line-height: var(--cnvs-line-height-content);
}
.slide-box {
  flex: 0 0 50%;
}
.title02 {
  width: 100%;
}
.title03 {
  width: 100%;
}
.title04 {
  width: 82%;
}
.title05 {
  width: 33%;
}
.svg-separator {
  height: 25px;
  bottom: -25px;
}
.d-demo__item {
  width: calc(142vw / 2);
  padding: 10px;
}
.negetive-margin {
  margin-top: -324px;
}
.move-section {
  background-color: #EFF7F7;
  padding: 80px 0 350px;
}  
.contact-top-box {
  padding: 40px 30px;
} 
.promo-full {
  margin-top: -155px;
  width: 100%;
}
.negative-text-margin{
  top: -90px;
  position: relative;
}
.contact-box-wrap {
  top: -173px;
}
.comment-st p {
  width: 90%;
  margin: 0 auto;
}
.footer-01 {
  margin-top: -110px;
}
.footer-02 {
  margin-top: 63px;
}
.footer-03 {
  margin-top: -570px;
}
}