@charset "UTF-8";
body {
  font-size: 13.333px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  position: relative;
  z-index: 1;
}
img {
  height: auto;
  max-width: 100%;
}
.big {
  font-size: 1.2em;
}
.big2 {
  font-size: 1.4em;
}

.wrap {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0.5em rgba(85,85,85,0.4);
  position: relative;
  /* z-index: 10; */
}

#header_in {
  padding: 1.2em 2em;
}
.text_emb span {
  display: inline-block;
  position: relative;
}
.text_emb span:after {
  content: "・";
  position: absolute;
  top: 0;
    font-size: 0.7em;
  left: 50%;
  line-height: 1;
  transform: translate(-50%,-0.4em);
}
.text_emb {
  display: inline-block;
}

#main {
  overflow: hidden;
  width: 100%;
}
.fv_abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translate3d(0,30%,0);
  transition: all 1s ease;
  opacity: 0;
}
.fv_in {
  position: relative;
  overflow: hidden;
}
.fv_in:after {
  content: "";
  width: 100%;
  height: 14.1%;
  background-image: url(../images/fv_mask.png);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.on .fv_abs {
  transform: translate3d(0,0%,0);
  opacity: 1;
}
.cta {
  text-align: center;
  padding: 2em 0 3em;
}
.cta_text {
  font-size: 1.6em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1;
}
.line_box {
  display: inline-block;
  position: relative;
}
.line_box:before,
.line_box:after {
  content: "";
  width: 0.11em;
  height: 1em;
  background: #ea6000;
  display: block;
  position: absolute;
  bottom:50%;
}
.line_box:before{
  left: 0;
  transform: translate(-0.7em,50%) rotate(-30deg);
}
.line_box:after{
  right: 0;
  transform: translate(0.7em,50%) rotate(30deg);
}
.sec_tip {
  background: #ea6000;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 0.5em 0;
  position: relative;
}
.sec_tip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size:0.5em;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.8em solid #ea6000;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.sec1_text {
  text-align: center;
  font-size: 2em;
  padding: 1em 0;
  line-height: 1.8;
}
.sec1 {
  background: #fff1e8;
}
.orange {
  color: #ea6000;
}
.sec1_text .big:first-of-type {
  padding-right: 0.1em;
  display: inline-block;
}
.sec1 p {
  font-size: 2em;
  text-align: center;
  line-height: 1.8;
  padding: 0.4em 0;
}

.sec1 p.sec1_text {
	padding: 1em 0;
}

.line_dashed {
  background-image: url(../images/dashed_line.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 0.08em;
}
.sec2_text {
  background: #949494;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  text-decoration: underline;
  line-height: 2;
}
.sec2_tip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 23.7%;
}
.sec2_box {
  position: relative;
  text-align: center;
  padding-top: 7em;
}
.sec2_3_tip {
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  width: 100%;
  top: 5%;
}
.sec2_3_text {
  position: absolute;
}
.sec2_3 {
  position: relative;
}
.sec2_3_text {
  text-align: center;
  line-height: 1.6;
  width: 100%;
  top: 13%;
  font-weight: bold;
}
.sec2_3_text_1 {
  font-size: 1.6em;
}
.sec2_3_text_2 {
  font-size: 1.9em;
}
.sec2_3_fadeText:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: width 1s ease;
}
.orange.sec2_3_fadeText {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.on .sec2_3_fadeText:before {
  width: 0;
}
.sec2_text_2 {
  font-size: 2.4em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.yellow_line {
  background: #FFDF33;
  background: linear-gradient(0deg,rgba(255, 223, 51, 1) 0%, rgba(255, 223, 51, 1) 24%, rgba(243, 249, 253, 0) 25%, rgba(243, 249, 253, 0) 100%);
}
.sec3_title {
  line-height: 2.2;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.sec5 {
  background: #fff1e8;
  padding-top: 4em;
}
.sec5_border_box {
  font-size: 2.2em;
  text-align: center;
  width: 89.3%;
  background: #fff;
  margin: 0 auto;
  padding: 0.7em 0;
  border-radius: 1em;
  position: relative;
  filter: drop-shadow(0 0 0.25em rgba(85,85,85,0.2));
  line-height: 1.63;
  margin-bottom: 1em;
}
.sec5_border_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.875em solid transparent;
  border-left: 0.875em solid transparent;
  border-top: 0.75em solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
.sec5_text1 {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.8;
}
.sec5_text1 .line_box:before,.sec5_text1 .line_box:after {
  background: #333333;
}
.sec5_heads_wrap {
  background-image: url(../images/sec5_1.png);
  padding-bottom: 18.5em;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.sec5_heads a {
  display: block;
  background: #ea6000;
  color: #fff;
  font-size: 2em;
  padding: 1em 1em 1em 1.8em;
  border-radius: 0.5em;
}
.sec5_heads .sec5_num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  border-radius: 100%;
  border: 0.125em solid #ea6000;
  background: #fff;
  width: 2em;
}
.sec5_heads.on .sec5_num {animation:numberBig 1s cubic-bezier(.68,-0.55,.27,1.55);}
.sec5_heads li:nth-child(2) .sec5_num {animation-delay: 0.5s;}
.sec5_heads li:nth-child(3) .sec5_num {animation-delay: 1s;}
@keyframes numberBig{
  0%{transform:translate(0,-50%) scale(1);}
  60%{transform:translate(0,-50%) scale(1.2);}
  100%{transform:translate(0,-50%) scale(1);}
}
.sec5_heads li {
  width: 89.3%;
  margin: 1em auto 0px;
  padding-left: 2em;
  position: relative;
}
.sec5_list .sec5_list_h {
  background: #ea6000;
  color: #fff;
  text-align: center;
  font-size: 2em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec5_list_h .sec5_num {
  content: "";
  display: inline-block;
  background-image: url(assets/images/sec5_1_1_num.png);
  width: 2em;
  height: 2em;
  background-size: 100% 100%;
  margin-right: 0.4em;
}
.sec5_1_1 {
  position: relative;
  margin-top: 9.5em;
  text-align: center;
}
.sec5_greenBox {
  width: 78.6%;
  font-size: 1.9em;
  background: #94d704;
  color: #fff;
  line-height: 1.4;
  padding: 0.8em 0;
  border-radius: 1em;
  margin: 0 auto;
  position: absolute;
  left: 10.7%;
  top: 0;
  transform: translate(0,0%);
  opacity: 0;
  transition: all 1s ease;
}
.sec5_inText {
  font-size: 1.6em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 3.5em;
  line-height: 1.75;
}
.sec5_greenBox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-top: 0.6em solid #94d704;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-0.05em);
}
.sec5_list_t {
  text-align: center;
  line-height: 2;
  font-size: 1.4em;
  padding: 1em 0 3em;
}
#sec5_3 .sec5_inText {
  top: 4.5em;
}

.sec5_2_image {
  position: relative;
}
.sec5_2_abs {
  position: absolute;
  width: 49.2%;
  right: 4%;
  top: 26%;
}
.voice {
  background: #fff1e8;
  padding-top: 5em;
}
.voice_text {
  font-size: 2em;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1.25em;
}
.slider .slide_card {
  border-radius: 2em;
  overflow: hidden;
  width: 89.6%;
  margin: 0 auto;
}
.voice_h {
  font-size: 2.4em;
  background-repeat: no-repeat;
  background-color: #ea6000;
  color: #fff;
  padding: 0.55em 0;
  padding-left: 4.6em;
  background-position: 1em center;
  line-height: 1.6;
  background-size: 2.83em auto;
  height: 4.3em;
  display: flex;
  align-items: center;
}
.voice_t {
  background: #fff;
  font-size: 1.6em;
  line-height: 1.6;
  padding: 1.2em 1em;
}
.sec6_2 {
  background: #5a5a5a;
  position: relative;
  padding-top: 3.5em;
}
.sec6_tip {
  position: absolute;
  width: 78.4%;
  left: 10.8%;
  top: 0;
  transform: translate(0,-50%);
}
.sec6_2_t {
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.7;
  padding-bottom: 0.5em;
}
.sec6_3 {
  position: relative;
}
.sec6_3_abs {
  position: absolute;
  top: 28.5%;
  width: 65.2%;
  left: 17.4%;
}
.sec6_1_t span {
  font-size: 2.8em;
  background: #ea6000;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 0 0.3em;
}
.sec6_1_t {
  text-align: center;
  line-height: 1.4;
  padding: 3.5em 0 3em;
}
.slider_wrap {
  margin: 0 auto;
}
.slick-dots button {
  text-indent: 9999px;
  font-size: 1em;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  background: #f6c9aa;
}
.slick-dots li{
  display: inline-block;
  margin: 0 0.5em;
}
.slick-dots {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4.5em;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.cta_button a {
  width: 89.3%;
  margin: 0 auto;
  display: block;
  border-radius: 3em;
  overflow: hidden;
  filter: drop-shadow(0 0 0.5em rgba(85,85,85,0.25));
  margin-top: 0.5em;
  position: relative;
}
.cta_button a:before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  top: 0;
  background: rgba(255,255,255,0.5);
  position: absolute;
  transform: skewX(20deg);
  animation:flash 2s ease infinite;
}
@keyframes flash{
  0%{left: -20%;}
  50%{left: 110%;}
  100%{left: 110%;}
}
.sec5_greenBox.on {
  opacity: 1;
  transform: translate(0,-50%);
}
.on .sec5_2_abs,
.on .sec6_3_abs{
  animation: numberBig2 1s ease 1;
}
@keyframes numberBig2{
  0%{transform:scale(1);}
  60%{transform:scale(1.2);}
  100%{transform:scale(1);}
}
.sec5_1_1 > .sec_image {
  width: 89.3%;
}
.logo img {
  max-width: 40%;
  height: auto;
}
@font-face {
  font-family:'Glyphicons Halflings';
  src:url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.eot);
  src:url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
  url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
  url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.woff) format('woff'),
  url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
  url(https://app2.blob.core.windows.net/botchan/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
footer {
	background-color: #333;
	color: #fff;
	padding-bottom: 1em;
}
footer a, footer a:hover, footer a:visited {
	color: #fff;
}
footer .copyright {
	text-align: center;
}
footer .copyright .justsystems-logo {
	display: block;
	width: 42%;
	height: auto;
	margin: 0 auto 0.5em;
}
footer.has-btn-area {
	padding-bottom: 60px;
}
footer ul {
	margin-bottom: 1.5em;
}
footer ul li {
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}
footer ul li a {
	display: block;
	padding: 0.7em 1em;
}
footer ul li a:after {
	content: "\e080";
	float: right;
	font-family: 'Glyphicons Halflings';
}
a.blank-link:after {
	content: "\e164";
	margin-left: .4em;
	font-family: 'Glyphicons Halflings';
	font-size: 0.8em;
	float: none;
}
a.more-info:after {
	content: "\e080";
	margin-left: .2em;
	font-family: 'Glyphicons Halflings';
	vertical-align: -1px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 1; */
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.fixed > div {
  width: 50%;
  position: relative;
}
.fixed_left {
  background-color: #faffee;
}
.fixed_left:after,
.fixed_right:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 218px;
  bottom: 0;
  background-size: 100% auto;
  background-position: left bottom;
  min-width: 961px;
}
.fixed_right {
  background-color: #fff4ed;
}
.fixed_left:after{
  background-image: url(../images/fixed_left.png);
  right: 0;
}
.fixed_right:after{
  background-image: url(../images/fixed_right.png);
  left:0;
}

.fixed_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 35%;
}
.fixed_left_in {
  position: absolute;
  right: 330px;
  width: 544px;
  top: 50%;
	top: 58%;
  z-index: 5;
  transform: translate(0,-50%);
}
.fixed_left_in .fixed_button {
	margin: 0px auto;
	display: block;
}



.fixed_right_in {
  position: absolute;
  left: 330px;
  font-size: 24px;
  padding: 90px 70px;
  background: #fff;
  border-radius: 40px;
  top: 50%;
  transform: translate(0,-50%);
  width: 460px;
  z-index: 5;
}
.fixed_right_in li:before {
  content: "●";
  color: #ea6000;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.fixed_right_in li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.fixed_right_in li:last-child {
  margin: 0;
}
.fixed_right_in li a:hover {
  text-decoration: underline;
}
.campaign {
  background: #ecf5ff;
  /* padding: 2.8em 0; */
  text-align: center;
}
.campaign li:first-child {
  padding-bottom: 1.6em;
}
.campaign li {
  width: 89.3%;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.8em rgba(7,74,148,0.15));
}
.slider_wrap img {
  width: 89.3%;
  margin: 0 auto;
}
@media screen and (max-width:1780px){
  
  .fixed_left_in {
    right: inherit;
    left: 3%;
    width: calc( 92% - 250px );
  }
  .fixed_right_in {
    left: inherit;
    right: 3%;
    font-size: 1.6vw;
    padding: 3em 1em;
    text-align: center;
    width: calc( 90% - 250px );
  }
  .fixed_right_in ul {
    text-align: left;
    display: table;
    margin: 0 auto;
  }
  .fixed_logo {
    left: 4%;
  }
}
@media screen and (max-width:1100px){
  .fixed_left_in,
  .fixed_right_in {
    display:none;
  }
}
@media screen and (min-width:751px){
  .sp {
    display: none;
  }
}
@media screen and (max-width:750px){
  .pc{display: none;}
  body {
    min-width: 100%;
    font-size: 2.666666vw;
  }
  .wrap{
    max-width: 100%;
    width:100%;
  }
}

/* 追従cta追加 */
.footer_cta-area{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  padding: 5px;
  background: rgba(213, 237, 237, 0.7);
  z-index: 40;
}
.footer_cta-area a{
  max-width: 300px;
}

/* 動画視聴バナー用追加 */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-dialog {
  margin-top: 20px;
  text-align: left;
}

.modal-body > .modal-title {
  margin-bottom: 0.3em;
}
.modal-body > button.close {
  background-color: #fff;
  border: solid 4px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 3, 0.6);
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  z-index: 200;
  position: sticky;
  top: 0;
  right: 0;
  margin: -34px -26px 0 0;
  opacity: 0;
  transition: opacity .3s .3s ease-out;
}
.modal.in .modal-body > button.close {
  opacity: 1;
}

.ele .modal-body > button.close {
  border-color: #19b6a9;
  color: #19b6a9;
}
.ele .modal-body > button.close * {
  color: #19b6a9;
}

.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}
.mid .modal-body > button.close * {
  color: #206289;
}

[aria-labelledby=tsuduku] .modal-body, [aria-labelledby=kawaru] .modal-body, [aria-labelledby=voice] .modal-body {
  padding-top: 30px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}