@charset "utf-8";

/*-----------------------------------------
common
------------------------------------------*/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-size: 0.9rem;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体',
    'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',
    'Meiryo', 'verdana', sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (min-width: 567px) {
  body {
    font-size: 1.1rem;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体',
      'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
      'メイリオ', 'Meiryo', 'verdana', sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

p {
  text-align: justify;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.text-left {
  text-align: justify !important;
}

.europa {
  font-family: 'europa';
}

.reservation_btn {
  padding: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  width: 114px;
  display: block;
  cursor: pointer;
  text-align: center;
}

.ju-za_lang {
  width: 22px;
  margin-top: 20px;
  margin-right: 15px;
  display: none;
}

.ju-za_yellow {
  color: #ffff00;
  font-size: 1.3rem;
}
.story_bg {
  background: url(../img/wave.png) center top no-repeat;
  background-size: cover;
}

.cl-body {
  width: 624px;
}

@media screen and (max-width: 624px) {
  .cl-body {
    width: 100%;
  }
}

@media screen and (min-width: 1240px) {
  .story_bg {
    background: url(../img/wave_pc.png) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .story_bg {
    background: url(../img/wave_4k.png) center top no-repeat;
    background-size: cover;
  }
}

.cycle_bg {
  background: url(../img/bg01_r2.jpg) no-repeat center center / cover;
}
.yado_bg {
  background: url(../img/bg02_r2.jpg) no-repeat center center / cover;
}
.course_bg {
  background: url(../img/bg03.jpg) no-repeat center center / cover;
}

.header {
  position: relative;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: right;
  padding: 15px;
  z-index: 5;
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #282f39;
  width: 100%;
  height: 63px;
}

.fixed-top {
  left: unset;
}
.videolayer01 {
  position: absolute;
  overflow: hidden;
  top: calc((100vw / 0.5622) - 150px);
  z-index: 2;
  text-align: center;
}

.videolayer01 img {
  width: 100%;
}

.h1_caption {
  margin: 20px 0px 0px 20px;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
@media screen and (min-width: 768px) {
  .videolayer01 {
    bottom: 35px;
    top: unset;
    text-align: left;
  }
  .videolayer01 img {
    width: 526px;
  }
}

.container--extend {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: calc(100% - 105px);
}

.embed-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute; /* fixed の場合。absolute でも同じ */
  right: 0;
  top: 0;
}

.logo-container {
  position: absolute; /* fixed の場合。absolute でも同じ */
  left: 0;
  top: 0;
  width: 100%;
}

.embed-container iframe {
  box-sizing: border-box;
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
}

.container--extend2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: calc(100vw * 1);
  padding: 1.5rem 0;
}

.full {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sp_img_full {
    margin: 0 calc(50% - 50vw); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
    width: 100vw;
  }
}

.graybox {
  width: 100%;
}

.graybox img {
  width: 100%;
}

.accesstype {
  max-width: 320px;
}

#collapseExample,
#collapseExample2,
#collapseExample3,
#collapseExample4,
#collapseExample5 {
  padding: 1rem;
}
@media screen and (min-width: 540px) {
  .graybox {
    width: 278px;
  }
}

@media screen and (min-width: 560px) {
  .accesstype {
    max-width: 450px;
  }

  .graybox {
    border: 0px solid white;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 560px) {
  .container--extend2 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: calc(100vw * 0.9);
  }
}

@media screen and (min-width: 768px) {
  .container--extend2 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: calc(100vw * 0.85);
  }
}

@media screen and (min-width: 960px) {
  .container--extend2 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: calc(100vw * 0.8);
  }
}

.container--extend3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 150px;
}

@media screen and (min-width: 560px) {
  .container--extend3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 220px;
  }
}

.head_gray_bg {
  background: url('../img/bg_gray_dot.png') repeat;
  font-size: 2.5rem;
  color: #ffff00;
  text-align: left;
  height: 61px;
  line-height: normal;
}

.head_gray_bg_cl {
  background: url('../img/bg_gray_dot.png') repeat;
  font-size: 2.5rem;
  color: #ffff00;
  text-align: left;
  height: 61px;
  line-height: normal;
}

.head_gray_bg2 {
  font-size: 2.5rem;
  color: #ffff00;
  text-align: left;
}

.naname_bg {
  background: url('../img/naname_bg.png') 0/100% 100% no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  text-align: left;
  vertical-align: middle;
  padding: 3rem 0;
}

.naname_bg2 {
  top: -61px;
  position: relative;
  background-image: url(../img/naname_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  color: black;
  vertical-align: middle;
  padding: 2rem 0 0;
}

.naname_bg_cl {
  top: -61px;
  position: relative;
  background-image: url(../img/naname_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  color: black;
  vertical-align: middle;
  padding: 2rem 0 0;
}

.ju-za_h {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.journal_arow {
  margin-top: -50px;
}

.journal_banner {
  margin-top: -30px;
  background-color: #3db1ca;
  color: white;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: unset;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.2rem 0;
}

.card-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: white;
  text-align: left !important;
}

.card-date {
  font-size: 0.7rem;
  margin: 0;
  color: white;
}

.card-cate {
  position: absolute;
  background-color: #ffff00;
  color: black;
  top: 0;
  left: 0;
  padding: 0.3rem 0.5rem;
  font-size: 0.5rem;
  width: 100px;
  text-align: center;
  font-family: 'europa';
}

@media screen and (min-width: 576px) {
  .naname_bg2 {
    top: -100px;
    position: relative;
    background-image: url(../img/naname_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    color: black;
    vertical-align: middle;
    padding: 3rem 0 0;
  }

  .ju-za_h {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .journal_arow {
    margin-top: -80px;
  }

  .journal_banner {
    margin-top: -30px;
  }
}

@media screen and (min-width: 768px) {
  .head_gray_bg_cl {
    background: url('../img/bg_gray_dot.png') repeat;
    font-size: 6rem;
    color: #ffff00;
    text-align: left;
    height: 100px;
    line-height: 1;
  }
  .naname_bg_cl {
    top: -100px;
    position: relative;
    background-image: url(../img/naname_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    color: black;
    vertical-align: middle;
    padding: 3rem 0 0;
  }
}

@media screen and (min-width: 560px) {
  .head_gray_bg {
    background: url('../img/bg_gray_dot.png') repeat;
    font-size: 6rem;
    color: #ffff00;
    text-align: left;
    height: 100px;
    line-height: 1;
  }

  .head_gray_bg2 {
    font-size: 2.5rem;
    color: #ffff00;
    text-align: center;
  }
  .naname_bg {
    background: url('../img/naname_bg.png') 0/100% 100% no-repeat;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    text-align: center;
    vertical-align: middle;
    padding: 3rem 0;
  }
}

hr.minamiizublue {
  border-top: 1px solid #3db1ca;
}

#mainImg {
  height: 270px;
}
#subImg {
  display: flex;
  justify-content: center;
  padding-left: 0;
  height: 40px;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 576px) {
  #subImg {
    margin-top: 0px;
  }
}

#subImg li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: white;
  border: 1px solid #3db1ca;
  border-radius: 50%;
  color: #3db1ca;
  text-align: center;
  list-style-type: none;
  justify-content: center;
}
#subImg li.current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #3db1ca;
  border-radius: 50%;
  color: white;
  text-align: center;
}

#subImg li img {
  cursor: pointer;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #3db1ca;
}

.blr_set {
  filter: blur(10px);
  transition: all 1.6s ease;
  opacity: 0;
}
.blr_reset {
  filter: blur(0px);
  opacity: 1;
}

.wave {
  position: relative;
  z-index: 10000;
  top: 20px;
  transform: scale(1, -1);
}

.sl_btn {
  width: 200px;
  padding: 10px;
  font-size: 0.9rem;
  background: rgb(97, 98, 178);
  background: linear-gradient(
    0deg,
    rgba(97, 98, 178, 1) 0%,
    rgba(110, 111, 187, 1) 50%,
    rgba(97, 98, 178, 1) 100%
  );
}

@media screen and (max-width: 576px) {
  .sl_btn {
    width: 200px;
  }
}

.btn_contact {
  position: relative;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  color: white;
  overflow: hidden;
  border: solid 2px #5d5eb1;
}
.btn_contact:hover {
  background: #fff;
  color: #5d5eb1;
  border: solid 2px #5d5eb1;
  transition: 400ms ease all;
}

.btn_line {
  position: relative;
  background-color: #56d000;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  color: white;
  overflow: hidden;
}
.btn_line:hover {
  background: #fff;
  color: #56d000;
}
.btn_line:before,
.btn_line:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #56d000;
  transition: 400ms ease all;
  color: #56d000;
  overflow: hidden;
}
.btn_line:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
  text-align: right;
}
.btn_line:hover:before,
.btn_line:hover:after {
  width: 100%;
  transition: 800ms ease all;
  text-align: center;
}

.btn_line {
  background-color: #56d000;
}

.btn_faq {
  background-color: #3db1ca;
}

.btn_pressroom {
  background-color: white;
  border: solid 1px black;
  width: 135px;
  margin-top: 30px;
  font-size: 0.7rem;
  padding: 5px 0;
}

.pressBtn {
  position: relative;
  border: solid 1px black;
  margin-left: auto;
  margin-right: auto;
  width: 135px;
  margin-top: 30px;
  display: flex;
  text-align: center;
  background: #fff;
}

a.pressBtn {
  text-decoration: none;
}

.Btn-Text {
  width: 100%;
  height: 100%;
  color: black;
  z-index: 10;
  font-size: 0.7rem;
  text-decoration: none !important;
  padding: 5px 0;
}

.Btn-Text:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: black;
  z-index: -1;
  transition: 0.2s;
}

.Btn-Text:hover {
  color: #fff;
}

.Btn-Text:hover:before {
  width: 100%;
}

.zumen_width {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .zumen_width {
    width: 120%;
  }
}
a[aria-expanded='false']:after {
  position: absolute;
  top: 22px;
  right: 22px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background: url(../img/open.png) no-repeat;
}

a[aria-expanded='true']:after {
  position: absolute;
  top: 22px;
  right: 22px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background: url(../img/close.png) no-repeat;
}

.contactframe {
  width: 100%;
  height: 1200px;
}

_:lang(x) + _:-webkit-full-screen-document,
.contactframe {
  width: 100%;
  height: 1250px;
}

@media screen and (min-width: 567px) {
  .contactframe {
    width: 100%;
    height: 1100px;
  }

  _:lang(x) + _:-webkit-full-screen-document,
  .contactframe {
    width: 100%;
    height: 1150px;
  }
}

.loadcircle1 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0s;
}

.card-cate2 {
  position: absolute;
  background-color: #ffff00;
  color: black;
  top: 0;
  left: 0;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  width: 120px;
  text-align: center;
  font-family: 'europa';
}

.btn-cate {
  font-size: 0.7rem;
  text-align: center;
  font-family: 'europa';
  width: 100%;
  padding: 0.375rem 0rem;
}

.btn-cate:hover {
  background: #ffff00;
  transition: 1500ms ease all;
}

@media screen and (min-width: 567px) {
  .btn-cate {
    font-size: 0.8rem;
    text-align: center;
    font-family: 'europa';
    width: 100%;
  }
}

.btn-cate-link {
  background-color: white;
  color: black;
}

.btn-cate-current {
  background-color: #ffff00;
  color: black;
}

.blog_title_div {
  top: -77px;
}

.blog_title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.blog_title_date {
  font-size: 1rem;
  display: block;
}

@media screen and (min-width: 567px) {
  .blog_title_div {
    top: -60px;
  }
}

.back {
  font-size: 1.3rem;
  font-family: 'europa';
}

.loadcircle2 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0.3s;
  opacity: 0;
}

.loadcircle3 {
  width: 20px;
  height: 20px;
  border-radius: 50%; /*角丸*/
  background-color: white;
  animation: zoom-in-anim 1s infinite;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes zoom-in-anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  95% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.toggle_title {
  line-height: 66px;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
  background-color: #b4c3c8;
  color: white;
}
.toggle_btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  cursor: pointer;
  text-indent: -30%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
}
.toggle_btn.selected {
  background: url(../img/close.png) 0/100% no-repeat;
}
.toggle_txt {
  display: none;
}
.toggle_contents {
  border: 0;
}

.toggle_title2 {
  margin: 0;
  padding: 22px 0;
  position: relative;
  border-bottom: 2px solid #3db1ca;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.toggle_indent_del {
  padding-left: 0em;
  text-indent: 0em;
}

.toggle_title3 {
  margin: 0;
  padding: 22px 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 3rem;
}

.toggle_title2_top {
  border-top: 2px solid #3db1ca;
}

.toggle_title2_end {
  border-bottom: 2px solid #3db1ca;
}

.toggle2_body {
  border-top: 0px solid #3db1ca;
}

.toggle2_top {
  border-top: 2px solid #3db1ca;
}

.toggle_btn2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  cursor: pointer;
  text-indent: -30%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
}
.toggle_btn2.selected {
  background: url(../img/close2.png) 0/100% no-repeat;
}

.toggle_btn2--extra {
  top: 16px;
}

.toggle_title2 a[aria-expanded='false']:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background: url(../img/open2.png) no-repeat;
}

.toggle_title2 a[aria-expanded='true']:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background: url(../img/close2.png) no-repeat;
}

.top_info dl {
  padding: 0;
  width: 100%;
  text-align: left;
}

.top_info dt {
  padding: 0;
  width: 100%;
  float: left;
  font-weight: 300;
  margin-bottom: 7px;
  border-bottom: none;
}

.top_info dd {
  color: #333;
  margin-left: 0px;
  margin-bottom: 7px;
  border-bottom: solid 1px black;
  text-align: left;
}

.top_info dl::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 567px) {
  .top_info dt {
    padding: 0;
    width: 140px;
    float: left;
    font-weight: 300;
    margin-bottom: 7px;
    border-bottom: none;
  }
  .top_info dd {
    color: #333;
    margin-left: 140px;
    margin-bottom: 7px;
    border-bottom: solid 1px black;
    text-align: left;
  }
}

.info_list {
  border-left: thick solid #afafad;
  padding-left: 10px;
}

.dl_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 28px;
  background-size: contain;
  background: url(../img/dl_icon.png) no-repeat;
}

footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

.footer_starlit {
  background-color: #282f39;
  color: white;
  font-size: 0.7rem;
  margin-top: 80px;
}
.footer_divide {
  border-left: solid 0px white;
  padding-left: 0px !important;
}

.footer_name {
  font-size: 0.9rem;
}
.footer_p {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 30px;
}
.footer_link {
}

.footer_link a {
  color: white;
  padding-right: 10px;
}
.footer_link :visited {
  color: white;
}
.footer_link :hover {
  color: #9899f4;
}

.footer_link2 {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0px;
}

.footer_link2 a {
  color: black;
}
.footer_link2 :visited {
  color: black;
}
.footer_link2 :hover {
  color: gray;
}
.brokerage_container {
  margin-bottom: 50px;
}
.business_container {
  margin-bottom: 50px;
}

@media screen and (min-width: 567px) {
  .brokerage_container {
    margin-bottom: 500px;
  }
  .business_container {
    margin-bottom: 100px;
  }
  .footer_starlit {
    background-color: #282f39;
    color: white;
    font-size: 0.9rem;
    margin-top: 100px;
  }

  .footer_divide {
    border-left: solid 1px white;
    padding-left: 40px !important;
  }

  .footer_name {
    font-size: 1rem;
  }
}

.card {
  color: white;
  text-decoration: none;
}
.card :visited {
  color: white;
  text-decoration: none;
}
.card :hover {
  color: #ffff00;
  text-decoration: none;
}

.sl_logo {
  height: 24px;
}

.sl_language button {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
  background: #282f39;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0.4rem;
}

.sl_language button:first-child {
  border-radius: 5px 0 0 5px;
}

.sl_language button:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.sl_language button:last-child {
  border-radius: 0 5px 5px 0;
}

.sl_language button:hover {
  background: #65676a;
  color: #fff;
}

.sl_language .current {
  background: #65676a;
  pointer-events: none;
}

.banner_text {
  color: white;
  font-size: 1.2rem;
  margin-left: -15px;
  vertical-align: middle;
}
.bannder_mark {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .sl_language button {
    font-size: 0.6rem;
    padding: 0.3rem;
  }
}

@media screen and (min-width: 567px) {
  .sl_language {
    height: 28px;
    margin-top: 3px;
  }

  .sl_logo {
    height: 45px;
  }

  .banner_text {
    color: white;
    font-size: 2rem;
    margin-left: -15px;
    vertical-align: middle;
  }
  .bannder_mark {
    width: 104px;
  }
}

.sl_banner01 {
  width: 100%;
  background-image: url(../img/bannder01_bg_sp.png);
  margin-bottom: 15px;
  border: solid #4b4ca8 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl_banner02 {
  width: 100%;
  background-image: url(../img/banner_new01_sp.png);
  margin-bottom: 15px;
  border: solid #4b4ca8 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sl_banner03 {
  width: 100%;
  background-image: url(../img/bannder03_bg_sp.png);
  margin-bottom: 15px;
  border: solid #4b4ca8 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 567px) {
  .sl_banner01 {
    width: 100%;
    height: 103px;
    background-image: url(../img/bannder01_bg.png);
    margin-bottom: 20px;
    border: solid #4b4ca8 3px;
    background-position: left;
  }
  .sl_banner02 {
    width: 100%;
    height: 103px;
    background-image: url(../img/banner_new01.png);
    margin-bottom: 20px;
    border: solid #4b4ca8 3px;
    background-position: left;
  }

  .sl_banner03 {
    width: 100%;
    height: 103px;
    background-image: url(../img/bannder03_bg.png);
    margin-bottom: 20px;
    border: solid #4b4ca8 3px;
    background-position: left;
  }
}

.jumbotron--extend_business {
  background: url(../img/header_business.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend01 {
  background: url(../img/header_01.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend02 {
  background: url(../img/header_02.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend03 {
  background: url(../img/header_03.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend04 {
  background: url(../img/header_04.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend05 {
  background: url(../img/header_05.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend06 {
  background: url(../img/header_06.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend07 {
  background: url(../img/header_07.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
}

.jumbotron--extend08 {
  background: url(../img/header_08.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 8px;
  margin-bottom: 0;
}

.jumbotron--extend09 {
  background: url(../img/header_09.jpg) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 8px;
  margin-bottom: 0;
}

.jumbotron_inner_img {
  height: 40px;
}

@media screen and (min-width: 567px) {
  .jumbotron--extend_business {
    background: url(../img/header_business.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend01 {
    background: url(../img/header_01.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend02 {
    background: url(../img/header_02.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend03 {
    background: url(../img/header_03.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend04 {
    background: url(../img/header_04.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend05 {
    background: url(../img/header_05.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend06 {
    background: url(../img/header_06.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend07 {
    background: url(../img/header_07.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .jumbotron--extend08 {
    background: url(../img/header_08.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 318px;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .jumbotron--extend09 {
    background: url(../img/header_09.jpg) center no-repeat;
    background-size: cover;
    vertical-align: middle;
    min-height: 318px;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .jumbotron_inner_img {
    height: 61px;
  }
}

.sl-bread {
  background-color: #5e5fb4;
  color: white;
  padding: 5px 0;
  font-size: 0.9rem;
}

#keyvisual {
  position: relative;
}
.header li {
  font-family: countach, sans-serif;
  list-style-type: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header li:last-child {
  font-family: countach, sans-serif;
  margin-right: 48px;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .header li {
    font-family: countach, sans-serif;
    margin-top: 0px;
    list-style-type: none;
    width: 100%;
  }
}

.member_photo {
  border: solid 1px #808080;
}

.member_title {
  border-bottom: solid 1px #808080;
  width: 85%;
  font-size: 1.4em;
  margin: 1rem 0 0.4rem;
}

.menber_name {
  font-size: 1.8em;
  padding-top: 0.3rem;
}

/* アニメーション */

.bt_anime {
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #808080;
  color: #fff !important;
  background-size: 200% 100%;
  background-image: linear-gradient(
    to right,
    transparent 50%,
    rgba(51, 51, 51, 1) 50%
  );
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,
    color 0.5s ease 0s, background-color 0.5s ease;
}
.bt_anime:hover {
  background-color: #4f4f4f;
  background-position: -100% 100%;
}

@keyframes key1-fade-in {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.key1 {
  animation-name: key1-fade-in;
  animation-duration: 3s;
}

@keyframes key2-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.key2 {
  animation-name: key2-fade-in;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}

@keyframes key3-fade-in {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}

.key3 {
  animation-name: key3-fade-in;
  animation-duration: 1s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}

.d-visible {
  display: none;
}

@media screen and (min-width: 480px) and (max-width: 1859px) {
  .d-visible {
    display: inherit;
  }
}

#googlemaps {
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 400px;
  width: 100%;
}

#googlemaps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#googlemaps {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/*-----------------------------------------
tripla
------------------------------------------*/
.search-widget-search-container-bf1818 input {
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .search-widget-search-container-bf1818 {
    display: none !important;
  }
}

.search-widget-search-container-bf1818 {
  width: 100% !important;
  text-align: center;
}

.triplabot-icon-container {
  bottom: 20px;
  right: 20px;
}

#tripla-icon-message {
  bottom: 100px !important;
}

@media screen and (min-width: 992px) {
  .triplabot-icon-container {
    position: fixed;
    bottom: 120px;
    right: 40px;
  }
  #tripla-icon-message {
    width: 200px !important;
    position: fixed;
    bottom: 200px !important;
    right: 0px !important;
  }
}

/*-----------------------------------------
tripla end
------------------------------------------*/
.footer-copyright {
  font-size: 1.4em;
}

.navbar-collapse {
  background-color: rgba(0, 0, 0, 1);
  margin: -150px -151px;
  padding: 150px 50px 50px;
}
.insta_text {
  font-size: 1.4;
  line-height: 1.7;
}

a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: whiite;
  text-decoration: none;
}

a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

a.link2 {
  color: black;
  text-decoration: none;
}
a.link2:visited {
  color: black;
}

a.link2:hover {
  color: #9899f4;
}

a.link3 {
  color: white;
}

a.link3:visited {
  color: white;
}

a.link3:hover {
  color: #9899f4;
}

a.link4 {
  color: #5e5fb4;
}
a.link4 :visited {
  color: #5e5fb4;
}
a.link4 :hover {
  color: #9899f4;
}

@media (min-width: 751px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }
}

/* ページTOPに戻る */
#link {
}

.v-line-left {
  border-left: solid 0px #808080;
}

.navbar-toggler,
.navbar-brand {
  z-index: 1000;
}

.navbar-brand {
  font-family: countach, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.navbar-collapse {
  background-color: rgba(0, 0, 0, 1);
  margin: -150px -15px;
  padding: 50px 10px 120%;
}

#tripla-icon-message {
  width: 200px !important;
}

.nav-link {
  font-size: 1.5rem;
  animation: menuanime_out 1s ease both alternate;
  font-weight: 400;
  padding: 0.2rem 1rem;
}

.nav-link:hover {
  animation: menuanime 1s ease both alternate;
}

@keyframes menuanime {
  0% {
    color: white;
    transform: translate(0);
  }
  100% {
    color: white;
    transform: translate(-10px);
  }
}

@keyframes menuanime_out {
  0% {
    color: white;
    transform: translate(-10px);
  }
  100% {
    color: white;
    transform: translate(0);
  }
}

.group-link {
  color: #808080;
  animation: linkanime_out 1s ease both alternate;
}

.group-link:hover {
  animation: linkanime 1s ease both alternate;
  text-decoration: none;
}

.group-link:hover + .link_icon {
  animation: link_icon_anime 1s ease both alternate;
  text-decoration: none;
}

@keyframes linkanime {
  0% {
    color: #808080;
  }
  100% {
    color: #36a5d0;
  }
}

@keyframes linkanime_out {
  0% {
    color: #36a5d0;
  }
  100% {
    color: #808080;
  }
}

.link_icon {
  background: #808080;
  animation: link_icon_anime_out 2s ease both alternate;
}

.link_icon:hover {
  animation: link_icon_anime 2s ease both alternate;
}

.link_icon:hover + .group-link {
  animation: linkanime 2s ease both alternate;
}
@keyframes linkanime {
  0% {
    color: #808080;
  }
  100% {
    color: #36a5d0;
  }
}

@keyframes linkanime_out {
  0% {
    color: #36a5d0;
  }
  100% {
    color: #808080;
  }
}
@keyframes link_icon_anime {
  0% {
    background: #808080;
  }
  100% {
    background: #36a5d0;
  }
}

@keyframes link_icon_anime_out {
  0% {
    background: #36a5d0;
  }
  100% {
    background: #808080;
  }
}

.pp-link {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    font-family: countach, sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
  }

  a.group-link:link {
    color: #808080;
  }

  a.nav-link:link {
    color: white;
  }

  .group-link {
    color: #808080;
    text-decoration: none;
  }
  .pp-link {
    font-size: 2vw;
  }

  .nav-link:hover {
  }

  .group-link:hover {
  }
}

/* navi bigin */
input {
  display: none;
}

body input + label {
  position: fixed;
  top: -2px;
  right: 0px;
  height: 62px;
  width: 62px;
  z-index: 5;
}
body input + label span {
  position: absolute;
  width: 35px;
  height: 3px;
  top: 25px;
  margin-top: 6px;
  left: 10px;
  display: block;
  background: #ffffff;
  transition: 0.5s;
}
body input + label span:first-child {
  top: 15px;
}
body input + label span:last-child {
  top: 36px;
}
body label:hover {
  cursor: pointer;
}
body input:checked + label span {
  opacity: 0;
  top: 55%;
  margin-top: -3px;
}
body input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
body input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

.slider {
}
.slider_li {
}
.slider-container,
.slider {
  overflow: hidden;
}
nav {
  background-color: rgba(180, 195, 200, 0);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 60%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 3;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  nav {
    background-color: rgba(73, 106, 127, 0.4);

    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 60%;
    position: fixed;
    top: 50px;
    right: 0px;
    left: inherit;
    width: 0px;
    height: 100%;
    z-index: 3;
    transition: 0.5s;
    transition-delay: 0.5s;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
  body input:checked ~ nav {
    background-color: rgba(84, 96, 178, 0.8);
    background-image: url(../img/menu_bg.png);
    background-position: left 10px bottom 90px;
    background-blend-mode: overlay;
    /* mix-blend-mode: overlay; */
    width: 370px;
    transition-delay: 0s;
  }
}

.logo-wrapper {
  position: fixed;
  left: 10px;
  top: 10px;
  text-align: left;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.menu_ul {
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding-top: 1rem;
  position: absolute;
  top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-inline-start: 0px;
  width: 100%;
}

.nav-item {
  padding: 10px 0 0;
}

@media screen and (orientation: landscape) and (min-width: 812px) {
  .nav-item {
    padding: 0rem 0;
  }

  .nav-item:first-child {
    padding: 0rem 0;
  }
  /* 横向きの場合のスタイル */
}

@media screen and (min-width: 813px) {
  .nav-item {
    padding: 20px 0 0;
  }

  .nav-item:first-child {
    padding: 0rem 0;
  }
}

@media screen and (min-width: 768px) {
  .logo-wrapper {
    height: 52px;
    position: fixed;
    top: 0;
    left: 15px;
    text-align: left;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 0px;
  }

  .menu_ul {
    text-align: center;
    list-style: none;
    list-style-type: none;
    padding-top: 0rem;
    top: 60px;
  }
}

nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}

body input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
  background-color: rgba(84, 96, 178, 0.8);
  background-image: url(../img/menu_bg.png);
  background-position: left 10px bottom 90px;
  background-blend-mode: overlay;
}
body input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: 0.5s;
}

.menu_fotter {
  position: absolute;
  right: 10px;
  top: 105px;
  list-style: none;
  list-style-type: none;
}

.menu_fotter li {
  padding-bottom: 12px;
}

.text-capitalize {
  text-transform: uppercase;
}
/* navi end */

.dummy {
  width: 32px;
  height: 18px;
}

.header_logo {
  height: 100%;
  position: relative;
  top: 6px;
  right: 0;
}

.yoyaku {
  color: #98262c;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .yoyaku {
    color: #98262c;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.yoyaku2 {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .yoyaku2 {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

h2 {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  width: 100%; /*線の長さ*/
  border-bottom: solid 2px black;
  margin-top: 30px;
  text-align: left;
}

.business_container h2 {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 8px;
  width: 100%; /*線の長さ*/
  border-bottom: unset;
  margin-top: 60px;
  text-align: center;
}

.h2--extend {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: 100%; /*線の長さ*/
  border-bottom: solid 2px black;
  margin-top: 45px;
  text-align: left;
}

h3 {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
  width: 100%; /*線の長さ*/
  border-bottom: solid 2px black;
  margin-top: 45px;
  text-align: left;
}

.h4,
h4 {
  font-size: 1.2rem;
}

.sl_pager {
  margin-top: 50px;
  color: #5e5fb4;
}

.sl_pager a {
  color: #5e5fb4;
}

.sl_pager a:visited {
  color: #5e5fb4;
}

.sl_pager a:hover {
  color: #9899f4;
}

@media screen and (min-width: 768px) {
  h2 {
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 400px; /*線の長さ*/
    border-bottom: solid 2px black;
    margin-top: 45px;
    text-align: left;
  }

  .h2--extend {
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 400px; /*線の長さ*/
    border-bottom: solid 2px black;
    margin-top: 45px;
    text-align: left;
  }

  h3 {
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
    width: 400px; /*線の長さ*/
    border-bottom: solid 2px black;
    margin-top: 45px;
    text-align: left;
  }

  .h4,
  h4 {
    font-size: 1.5rem;
  }
  .modal-dialog-fluid {
    max-width: inherit;
    width: 98%;
    margin-left: 15px;
  }

  .president_name {
    font-size: 1.2rem;
  }

  .v-line-left {
    border-left: solid 1px #808080;
  }
  .warrior_text {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium',
      'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

.sl_table {
  border-collapse: separate; /* 表の線と線の間を空ける */
  border-spacing: 2px; /* 表の線と線の間の幅 */
  width: 100%;
}

.sl_table th,
td {
  padding: 10px; /* 余白指定 */
}

.sl_table th {
  background-color: #5e5fb4; /* 背景色指定 */
  color: #fff; /* 文字色指定 */
  font-weight: normal; /* 文字の太さ指定 */
  width: 105px;
  text-align: center;
}

.sl_table td {
  background-color: #ebebff; /* 背景色指定 */
}

.sl_table2 {
  border-collapse: separate; /* 表の線と線の間を空ける */
  border-spacing: 2px; /* 表の線と線の間の幅 */
  width: 100%;
}

.sl_table2 th,
td {
  padding: 10px; /* 余白指定 */
  text-align: left;
}

.sl_table2 th {
  background-color: #5e5fb4; /* 背景色指定 */
  color: #fff; /* 文字色指定 */
  font-weight: normal; /* 文字の太さ指定 */
  width: 40%;
  text-align: left;
}

.sl_table2 td {
  background-color: #ebebff; /* 背景色指定 */
}

.vimeo_container01 {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 567px) {
  .president_name {
    font-size: 1.5rem;
  }
  .sl_table {
    border-collapse: separate; /* 表の線と線の間を空ける */
    border-spacing: 2px; /* 表の線と線の間の幅 */
    width: 100%;
  }

  .sl_table th,
  td {
    padding: 10px; /* 余白指定 */
  }

  .sl_table th {
    background-color: #5e5fb4; /* 背景色指定 */
    color: #fff; /* 文字色指定 */
    font-weight: normal; /* 文字の太さ指定 */
    width: 105px;
    text-align: center;
  }

  .sl_table td {
    background-color: #ebebff; /* 背景色指定 */
  }

  .sl_table2 {
    border-collapse: separate; /* 表の線と線の間を空ける */
    border-spacing: 2px; /* 表の線と線の間の幅 */
    width: 100%;
  }

  .sl_table2 th,
  td {
    padding: 10px; /* 余白指定 */
    text-align: left;
  }

  .sl_table2 th {
    background-color: #5e5fb4; /* 背景色指定 */
    color: #fff; /* 文字色指定 */
    font-weight: normal; /* 文字の太さ指定 */
    width: 295px;
    text-align: left;
  }

  .sl_table2 td {
    background-color: #ebebff; /* 背景色指定 */
  }
  .vimeo_container01 {
    width: 485px;
    margin: 0px 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  span.navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 768px) {
  span.navbar-toggler-icon {
    width: 40px;
    height: 40px;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
  }
}

.main_logo {
  background-image: url(../img/xxx_logo_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .main_logo {
    background-image: url(../img/xxx_logo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

#brandconcept_bg {
  background-image: url(../img/warrior_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 80%;
  margin-top: 80px;
}

@media screen and (min-width: 668px) {
  #brandconcept_bg {
    background-image: url(../img/warrior_bg.png);
    background-repeat: no-repeat;
    background-position: top left 20%;
    background-size: 750px 437px;
    margin-top: 0px;
  }
}

.brand_dummy {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 668px) {
  .brand_dummy {
    width: 800px;
    text-align: center;
    background-position: top center;
  }
}

#h_bg {
  background-image: url(../img/h_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.art_photo01 {
  background-image: url(../img/art_photo01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  #brandconcept_bg {
  }
}

.hr_brand {
  height: 2px;
  background-color: white;
  width: 300px;
  border: none;
  text-align: left;
  margin: 0px;
}

.hr_warrior {
  height: 2px;
  background-color: white;
  border: none;
  text-align: right;
  margin: 8px 0px 6px 0px;
}

.hr_art {
  height: 2px;
  background-color: white;
  width: 250px;
  border: none;
  text-align: left;
  margin: 0px;
}

.hr_company {
  height: 2px;
  background-color: white;
  width: 200px;
  border: none;
  text-align: left;
  margin: 4px 0px 6px 0px;
}

.business_container h2 {
  font-size: 1.7rem;
}

.business_bg {
  background: #ebebff;
  margin: 30px 0;
}

.business_border {
  border: solid 1px #5e5fb4;
}

.business_bg h3 {
  color: #5e5fb4;
  border-top: solid 2px #5e5fb4;
  border-bottom: solid 2px #5e5fb4;
  padding: 1.5rem 0;
  width: 100%;
}

#business_main {
  background-color: #ebebff;
  margin: 50px auto;
  padding: 40px 60px;
}

#business_main h2 {
  color: #5e5fb4;
  text-align: center;
  font-size: 2rem;
  border-top: solid 2px #5e5fb4;
  border-bottom: solid 2px #5e5fb4;
  padding: 1.5rem 0;
}

.sl_btn2 {
  padding: 10px 45px;
  font-size: 0.9rem;
  background: rgb(97, 98, 178);
  background: linear-gradient(
    0deg,
    rgba(97, 98, 178, 1) 0%,
    rgba(110, 111, 187, 1) 50%,
    rgba(97, 98, 178, 1) 100%
  );
}

.hostel {
  position: relative;
  top: -124px;
}

@media screen and (max-width: 768px) {
  .business_container h2 {
    font-size: 1.2rem;
  }

  .business_bg h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  #business_main {
    margin: 0 auto;
    padding: 20px;
  }

  #business_main h2 {
    font-size: 1.2rem;
  }
  .hostel {
    top: -20px;
  }
}

/*-----------------------------------------
o[K[j[JX^
------------------------------------------*/
.navbar {
  border-bottom: 0px solid #ffffff;
  background-color: rgba(0, 0, 0, 1);
}

@media screen and (min-width: 0px) {
  .navbar-expand-custom {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-brand {
  color: rgb(255, 255, 255);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'
  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)'
  stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
