@charset "UTF-8";

/* resset
/* --------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0px;
        padding: 0px;
        border: 0px;
        outline: 0px;
        font-size: 100%;
        vertical-align: baseline;
}

/* base
/* --------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: $headings-margin-bottom;
  font-family: $headings-font-family;
  font-weight: $headings-font-weight;
  line-height: $headings-line-height;
  color: $headings-color;
}

h1, .h1 { font-size: $h1-font-size; }
h2, .h2 { font-size: $h2-font-size; }
h3, .h3 { font-size: $h3-font-size; }
h4, .h4 { font-size: $h4-font-size; }
h5, .h5 { font-size: $h5-font-size; }
h6, .h6 { font-size: $h6-font-size; }

.lead {
  font-size: $lead-font-size;
  font-weight: $lead-font-weight;
}

// Type display classes
.display-1 {
  font-size: $display1-size;
  font-weight: $display1-weight;
  line-height: $display-line-height;
}
.display-2 {
  font-size: $display2-size;
  font-weight: $display2-weight;
  line-height: $display-line-height;
}
.display-3 {
  font-size: $display3-size;
  font-weight: $display3-weight;
  line-height: $display-line-height;
}
.display-4 {
  font-size: $display4-size;
  font-weight: $display4-weight;
  line-height: $display-line-height;
}


//
// Horizontal rules
//

hr {
  margin-top: $hr-margin-y;
  margin-bottom: $hr-margin-y;
  border: 0;
  border-top: $hr-border-width solid $hr-border-color;
}


//
// Emphasis
//

small,
.small {
  font-size: $small-font-size;
  font-weight: $font-weight-normal;
}

mark,
.mark {
  padding: $mark-padding;
  background-color: $mark-bg;
}


//
// Lists
//

.list-unstyled {
  @include list-unstyled;
}

// Inline turns list items into inline-block
.list-inline {
  @include list-unstyled;
}
.list-inline-item {
  display: inline-block;

  &:not(:last-child) {
    margin-right: $list-inline-padding;
  }
}


//
// Misc
//

// Builds on `abbr`
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

// Blockquotes
.blockquote {
  margin-bottom: $spacer;
  font-size: $blockquote-font-size;
}

.blockquote-footer {
  display: block;
  font-size: 80%; // back to default font-size
  color: $blockquote-small-color;

  &::before {
    content: "\2014 \00A0"; // em dash, nbsp
  }
}

body {
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, Akshar, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  color: #ffffff;
}

.header {

}

.header_logo {
  width: 100%;
  justify-content: center;
  background: url(https://idxlabo.com/goodpatch-sokai-aug2024/img/header_logo.svg) no-repeat center;
  background-size: auto 20px;
  overflow: hidden;
  text-indent: 500%;
  white-space: nowrap;
  opacity: 1;
}

.header_logo span {
  position: absolute;
  text-indent: -1000vw;
}

.background-image {
  background: url(https://idxlabo.com/goodpatch-sokai-aug2024/img/login_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.background-image-live {
  background-color: #F8F2EA;
}

@media screen and (max-width: 768px){
  .header {
    display: none;
  }
}

.clearfix::after, .clear::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.col-md-10 {
  padding: 0;
}

.col-sm-11 {
  padding: 0;
}

.row {
  margin: 0;
}

.card {
    max-width: 480px;
    padding: 0 64px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #03091e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

@media screen and (max-width: 770px){
  .card {
    margin: 0 auto;
    padding: 32px;
    position: relative;
    right: 0;
    background-color: #03091e;
    opacity: 0.9;
  }
}

.card-body {
  text-align: left;
  padding: 0;
}

.main-title {
  margin: 0 auto 54px auto;
  width: 100%;
  height: auto;
  font-size: 80px;
  font-weight: 300;
  font-family: Akshar;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.login_title_content {
  background: url(https://idxlabo.com/goodpatch-sokai-aug2024/img/ttl.svg) no-repeat left;
  background-size: contain;
}

.announce-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  margin-bottom: 18px;
}

.announce-text .en {
  margin-top: 16px;
  display: block;
  color: #000000;
  opacity: 0.6;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  font-family: Akshar, sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  letter-spacing: 0.05em;
}

.announce-text p {
  margin-bottom: 56px;
}

.notes-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  margin-bottom: 74px;
}

.notes-text .en {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  font-family: Akshar, sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  letter-spacing: 0.05em;
}

.form-group {
}

.form-control {
    width: 100%;
    height: 64px;
    margin: 0 auto;
    padding: 16px 24px;
    border-radius: 6px;
    background-color: #d3ddfe;
    border: none;
    font-family: Akshar, sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
}

.button-login {
  text-align: center;
  margin: 0;
}

.button-login button.btn {
  padding: 24px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-family: Akshar, sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  font-size: 30px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,opacity .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #2255fc url(https://idxlabo.com/goodpatch-sokai-aug2024/img/start.svg) no-repeat center;
  background-size: auto 26px;
  overflow: hidden;
  text-indent: 500%;
  white-space: nowrap;
  opacity: 1;
}

.button-login button.btn:hover {
  cursor: pointer;
  background: #2255fc url(https://idxlabo.com/goodpatch-sokai-aug2024/img/start.svg) no-repeat center;
  background-size: auto 26px;
  opacity: 0.8;
}

.button-login button.btn:active {
  cursor: pointer;
  background: #2255fc url(https://idxlabo.com/goodpatch-sokai-aug2024/img/start.svg) no-repeat center;
  background-size: auto 26px;
  opacity: 0.7;
}

footer {
  margin: 0 42px;
  position: fixed;
  bottom: 20px;
  left: 0;
}

@media screen and (max-width: 768px){
  footer {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    bottom: 0;
  }
}

.company-name p {
  background: url(https://idxlabo.com/goodpatchsokai/img/footer.png) no-repeat;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
  overflow: hidden;
  text-indent: 500%;
  white-space: nowrap;
}

.company-name img {
  width: 80px;
  height: auto;
}

.copyright{
  color: #ffffff;
  font-size: 10px;
  line-height: 1.6;
  font-family: "Noto Sans JP";
}

.container {
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px){
  .container {
    padding: 0;
  }
}

.VideoArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap : wrap;
}

@media screen and (max-width: 768px){
  .VideoArea {
    display: block;
  }
}

.VideoAreaLeft {
  flex-grow: 1;
}

.VideoAreaRight {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  margin-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px){
  .VideoAreaRight {
    width: 100%;
    height: 320px;
    margin: 24px 0 0 0;
    display: block;
  }
}

.VideoAreaRight_Chat {
  width: 100%;
  height: 100%;
  max-height: 900px;
}

.ChatMain {
  width: 100%;
  height: 100%;
}

.ChatMain iframe {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}

.languageSelect {
  margin-bottom: 16px;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.languageSelect a {
  color: #333333;
}

.languageSelect a:visited {
  color: #333333;
}

@media screen and (max-width: 768px){
  .languageSelect {
    margin: 16px 0;
    padding-left: 8px;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
  }
}
