@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900';


/**********************
base
**********************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:hover,
a:active {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/**********************
layout
**********************/

/***********
common
************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }


/***********
layout
************/

.l-wrapper{
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.is-loaded .l-wrapper{
  opacity: 1;
}

.l-contents{
  margin-top: 90vh;
  position: relative;
  z-index: 9;
  background-color: #f2f3f5;
}

@media screen and (max-width:834px) {

  .l-contents{
    margin-top: 62vh;
  }

}
@media screen and (max-width:320px) {

  .l-contents{
    margin-top: 100vh;
  }

}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-box{
  background-color: #fff;
  box-shadow: 0 0 40px rgba(79, 145, 197, 0.1);
}

.l-box-base{
  max-width: 750px;
  margin: 0 auto;
}

.l-box-offset{
  padding: 80px;
}

@media screen and (max-width:834px) {

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset){
    padding-left: 3%;
    padding-right: 3%;
  }

  .l-base-wide .l-base{
    padding-left: 0;
    padding-right: 0;
  }

  .l-box{
    box-shadow: 0 0 20px rgba(79, 145, 197, 0.1);
  }

  .l-box-base{
  }

  .l-box-offset{
    padding: 30px 15px;
  }

}

/**********************
module
**********************/

/***********
common
************/

.videoFrame{
  width: 100%;
  height: auto;
  cursor: pointer;
}


/***********
module-text
************/

.textMain{
  font-size: 116%;
  line-height: 1.8;
}

.text-grad01{
  color: #167ac6;
  background: -webkit-linear-gradient(0deg, #009ffb, #29da8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad02{
  color: #167ac6;
  background: -webkit-linear-gradient(0deg, #c363fe, #458dfc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-underline01 {
  background: linear-gradient(to bottom, #fff 0%, #fff 75%, #fafa3d 76%, #fafa3d 100%);
}
.text-underline02 {
  background: linear-gradient(90deg, rgba(0, 159, 251, 0.2), rgba(41, 218, 138, 0.2));
}

@media screen and (max-width:834px) {

  .textMain{
    font-size: 108%;
    line-height: 1.7;
  }

}

/***********
module-btn
************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

/***********
module-header
************/

.header {
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 40px 20px;
  color: #fff;
  transition: background-color 0.5s ease , top 0.5s ease 1.5s , padding 0.5s ease;
}

body.is-loaded .header {
  top: 0px;
}
body.is-fixed .header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

body.is-fixed .header:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: center;
}

.header-logo {
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
}

.header-tel {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 30px;
}
.header-tel-text {
  font-size: 108%;
  line-height: 1;
  padding-bottom: 5px;
}
.header-tel-num {
  font-size: 240%;
  font-weight: bold;
  font-family: Arial , Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width:1114px) {

  .header {
    padding: 20px 20px 20px;
  }

  .header-tel {
    margin-top: 3px;
    padding-left: 20px;
  }
  .header-tel-text {
    font-size: 100%;
    line-height: 1;
    padding-bottom: 5px;
  }
  .header-tel-num {
    font-size: 185%;
  }

}


@media screen and (max-width:834px) {

  .header {
    height: 56px;
    top: -56px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 5%;
  }

  body.is-loaded .header {
    top: 0px;
  }
  body.is-fixed .header {
    padding: 0 5%;
  }

  .header:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .header-inner {
    display: block;
  }
  .header-logo {
    padding-top: 18px;
    width: 100px;
    position: static;
    text-align: left;
  }

}


/***********
module-navi
************/

.navi {
}

.navi-list {
  display: flex;
  justify-content: center;
}
.navi-list:hover a {
  opacity: 0.8;
}
.navi-list:hover a:hover {
  opacity: 1;
  color: #8ff3fe;
}
.navi-list:hover a:hover::after {
  border-color: #8ff3fe;
  bottom: -3px;
}

.navi-list li {
  padding: 0 1.5em;
}

.navi-list a {
  display: inline-block;
  color: #fff;
  font-size: 124%;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 0.3em 0 1em;
  position: relative;
}
.navi-list li:not(.is-noArrow) a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  transition: bottom 0.2s ease;
}

@media screen and (max-width:1114px) {

  .navi-list li {
    padding: 0 1em;
  }

}

/***********
module-mainVisual
************/

.mainVisual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(110deg, #009ffb ,#29da8a );
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.mainVisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, #1b59c5 ,#47ca9c );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.7;
}
.mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/pattern01.png) repeat ;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0.7;
}

.mainVisual-video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 3s ease;
}
body.is-loaded .mainVisual-video {
  opacity: 1;
}

.mainVisual-container {
  width: 800px;
  padding: 50px 80px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-5vh);
  transition: all 0.5s ease;
  z-index: 9;
}

body.is-fixed .mainVisual-container {
  opacity: 0;
  transform: translateY(-7vh);
}

.mainVisual-logo {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2em;
  padding-bottom: 8px;
  transition-delay: 0.6s;
}

.mainVisual-tag {
  display: flex;
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  transition-delay: 0.65s;
}
.mainVisual-tag li {
  flex: 1;
  font-size: 130%;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.mainVisual-tag li:not(:last-child) {
  border-right: 2px solid #fff;
}

.mainVisual-lead {
  margin-bottom: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
.mainVisual-lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.mainVisual-lead span {
  font-size: 300%;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  color: #8ff3fe;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  z-index: 9;
  background: -webkit-linear-gradient(0deg, #33b1fd, #50f1a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainVisual-lead01 {
  transition-delay: 0.7s;
}
.mainVisual-lead02 {
  transition-delay: 0.75s;
}

.mainVisual-text {
  white-space: nowrap;
  font-size: 160%;
	font-weight: bold;
	line-height: 1.3em;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
	margin: 8px 0 0;
  transition-delay: 0.8s;
}


.mainVisual-badge {
  display: flex;
  width: 400px;
  position: absolute;
  left: 100%;
  top: -70px;
  margin-left: 80px;
}
.mainVisual-badge li {
  width: 160px;
  height: 180px;
  margin-right: -20px;
  font-size: 108%;
  color: #626ef6;
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.6) 0.9s;
  opacity: 0;
  transform: scale(0.9);
}
.mainVisual-badge li:nth-child(2n) {
  transition-delay: 0.95s;
}
body.is-loaded .mainVisual-badge li {
  opacity: 1;
  transform: scale(1);
}
.mainVisual-badge li.mainVisual-badge01 a{
  background-image: url(../../img/badge_bg01.png);
}
.mainVisual-badge li.mainVisual-badge02 > span{
  background-image: url(../../img/badge_bg02.png);
}

.mainVisual-badge li a,
.mainVisual-badge li > span{
  display: block;
  height: 100%;
  color: #626ef6;
  font-weight: bold;
  text-decoration: none;
  background-position:  0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.mainVisual-badge01:hover {
}
body.is-loaded .mainVisual-badge li a:hover {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.6) ;
}

.mainVisual-badge li strong{
  font-size: 131%;
}
.mainVisual-badge-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

/*
.mainVisual-badge img {
  transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.mainVisual-badge img:hover {
  transform: scale(1.1);
}
*/


@media screen and (max-width:1380px) {

  .mainVisual-badge {
    margin-left: 40px;
  }
  .mainVisual-badge {
    flex-direction: column;
  }
  .mainVisual-badge li{
    margin-bottom: -30px;
  }

}

@media screen and (max-width:1114px), screen and (max-height: 767px) {

  .mainVisual-container {
    width: 90%;
    padding: 40px 50px;
  }

  .mainVisual-logo {
	  font-size: 80px;
    padding-bottom: 10px;
  }

  .mainVisual-tag {
    margin-bottom: 10px;
  }
  .mainVisual-tag li {
    font-size: 140%;
  }

  .mainVisual-lead {
    margin-bottom: 5px;
  }

  .mainVisual-lead span {
    font-size: 300%;
  }

  .mainVisual-text {
    font-size: 160%;
    letter-spacing: 0.05em;
  }


  .mainVisual-badge {
    flex-direction: row;
    width: 300px;
    left: 100%;
    top: -50px;
    margin-left: 30px;
  }
  .mainVisual-badge li {
    width: 130px;
    height: 150px;
    font-size: 93%;
  }

  .mainVisual-badge li strong{
    font-size: 131%;
  }

}

@media screen and (max-width:834px) {

  .mainVisual{
    min-height: 600px;
  }
  .mainVisual-container {
    width: 95vw;
    max-width: 500px;
    padding: 20px 20px;
    transform: translateY(-18vh);
  }


  body.is-fixed .mainVisual-container {
    transform: translateY(-22vh);
  }

 .mainVisual-logo {
	  font-size: 42px;
    padding-bottom: 10px;
  }

  .mainVisual-tag {
    border: 1px solid #fff;
  }
  .mainVisual-tag li {
    font-size: 85%;
  }
  .mainVisual-tag li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .mainVisual-lead {
    margin-bottom: 5px;
  }

  .mainVisual-lead span {
    font-size: 190%;
  }

  .mainVisual-text {
    padding-top: 5px;
    font-size: 120%;
    white-space: pre-wrap;
    line-height: 1.3;
  }

  .mainVisual-badge {
    width: 100%;
    left: 0%;
    top: 100%;
    margin-left: 0px;
    justify-content: center;
    opacity: 0 !important;
    transition: opacity 0.5s ease 1s;
  }
  body.is-loaded .mainVisual-badge {
    opacity: 1 !important;
  }
  .mainVisual-badge li {
    width: 140px;
    height: 150px;
    margin: 0 -10px;
    font-size: 12px;
  }
  body.is-loaded .mainVisual-badge li a:hover {
    transform: scale(1);
  }

}

@media screen and (max-width:320px) {

  .mainVisual-container {
    padding: 12px 15px;
  }

}

/***********
module-brackets
************/

.brackets{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.brackets::before,
.brackets::after{
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}
.brackets::before{
  width: 50px;
  height: 4px;
}
.brackets::after{
  width: 4px;
  height: 50px;
}

.brackets-lt{
  position: absolute;
  left: 0;
  top: 0;
}
.brackets-lt::before{
  left: 0;
  top: 0;
}
.brackets-lt::after{
  left: 0;
  top: 0;
}

.brackets-lb{
  position: absolute;
  left: 0;
  bottom: 0;
}
.brackets-lb::before{
  left: 0;
  bottom: 0;
}
.brackets-lb::after{
  left: 0;
  bottom: 0;
}

.brackets-rt{
  position: absolute;
  right: 0;
  top: 0;
}
.brackets-rt::before{
  left: 0;
  top: 0;
}
.brackets-rt::after{
  right: 0;
  top: 0;
}

.brackets-rb{
  position: absolute;
  right: 0;
  bottom: 0;
}
.brackets-rb::before{
  left: 0;
  bottom: 0;
}
.brackets-rb::after{
  right: 0;
  bottom: 0;
}

@media screen and (max-width:834px) {

  .brackets{
    width: 30px;
    height: 30px;
  }
  .brackets::before,
  .brackets::after{
  }
  .brackets::before{
    width: 30px;
    height: 2px;
  }
  .brackets::after{
    width: 2px;
    height: 30px;
  }
}

/***********
module-intro
************/

.cv{
  transform: translateY(-100px);
  padding-bottom: 50px;
}

.cv-heading {
  text-align: center;
  padding-bottom: 40px;
}
.cv-heading-lead {
  font-size: 154%;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cv-heading-title {
  font-size: 300%;
  letter-spacing: 0.05em;
}


.cv-block{
  background-color: #edfaff;
  padding: 1px 60px 60px;
}
.cv-text{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}

.cv-headline{
  margin-top: -40px;
}

.cv-tips {
  text-align: center;
  font-size: 116%;
  line-height: 1.8;
}


@media screen and (max-width:834px) {

  .cv{
    transform: translateY(-40px);
    padding-bottom: 20px;
  }

  .cv-heading {
    padding-bottom: 40px;
  }
  .cv-heading-lead {
    font-size: 116%;
    letter-spacing: 0em;
  }
  .cv-heading-title {
    font-size: 154%;
    letter-spacing: 0em;
  }

  .cv-block{
    padding: 1px 15px 30px;
  }
  .cv-text{
    font-size: 108%;
    line-height: 1.7;
    text-align: left;
  }

  .cv-headline{
    margin-top: -10px;
  }

  .cv-tips {
    font-size: 100%;
    line-height: 1.7;
  }

}


/***********
module-contact
************/

.contact {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-container {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.contact-block {
  width: 47%;
}

.contact-block.wide {
  width: 100%;
}


.contact-item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.contact-label {
  width: 6.0em;
  font-size: 110%;
}
.contact-box {
  flex: 1;
  position: relative;
}
.contact-status {
  width: 3em;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) ;
  font-size: 14px;
}

.contact-status-required{
  color: #e60057;
}
.contact-status-option{
  color: #ccc;
}
.contact-status-complete{
  color: #29da8a;
}


.contact-agreement {
  text-align: center;
  padding: 10px 0;
}
.contact-agreement-text {
  font-size: 93%;
  line-height: 1.8;
}

.contact-agreement-check {
  font-size: 139%;
  line-height: 1.2;
  padding-top: 20px;
}

.contact-submit {
  text-align: center;
  padding: 40px 0;
}

.contact-submit-box {
  display: inline-block;
  width: 560px;
  background-color: #167ac6;
  background: linear-gradient(to right, #009ffb, #29da8a);
  padding: 3px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.contact-submit-btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;  font-size: 230%;
  font-weight: 900;
  width: 100%;
  max-width: 600px;
  padding: 20px 0 20px 50px;
  color: #000;
  background-color: #fcfc6f;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  position: relative;
  transition: all ease 0.3s;
}
.contact-submit-btn:hover {
  background-color: #ffe617;
}
.contact-submit-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #29da8a;
  border-right: 2px solid #29da8a;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.contact-submit-illust {
  position: absolute;
  left: 0px;
  top: -20px;
  pointer-events: none;
}

@media screen and (max-width:834px) {

  .contact {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contact-container {
    display: block;
  }
  .contact-block {
    width: auto;
  }

  .contact-item {
    padding-bottom: 10px;
  }
  .contact-status {
    font-size: 12px;
  }

  .contact-agreement {
    text-align: center;
    padding: 10px 0;
  }
  .contact-agreement-text {
    line-height: 1.8;
  }

  .contact-agreement-check {
    font-size: 124%;
    line-height: 1.2;
    padding-top: 20px;
  }

  .contact-submit {
    text-align: center;
    padding: 20px 0;
  }

  .contact-submit-box {
    width: 100%;
  }

  .contact-submit-btn {
    font-size: 4.5vmin;
    max-width: 100%;
    padding: 20px 0 20px 0;
  }

  .contact-submit-illust {
    width: 16vw;
    left: -6vw;
    top: -3vw;
  }

}


@media screen and (max-width:320px) {

  .contact-status {
    top: 13px;
    right: 2px;
    font-size: 11px;
  }
}

/***********
module-input
************/

.input-text,
.input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 50px 0 10px;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.input-text{
  line-height: 44px;
  padding-right: 50px;
}
.input-textarea{
  padding-right: 50px;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 6px #09f;
}

.input-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-size: 16px;
  padding: 0 25px 0 10px;
  min-height: 44px;
  line-height: 50px;
  border: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width:834px) {

  .input-text{
    line-height: 1.5;
    border: 1px solid #ccc;
  }
  .input-textarea{
    border: 1px solid #ccc;
  }

}

@media screen and (max-width:320px) {

  .input-text,
  .input-textarea {
    font-size: 12px;
    padding: 0 5px 0 5px;
  }
  .input-text{
    padding-right: 40px;
  }
  .input-textarea{
    padding: 5px 5px;
  }

  .input-select {
    font-size: 12px;
    padding: 0 5px 0 5px;
  }

}


/***********
module-headline
************/

.headline{
  text-align: center;
  margin-bottom: 40px;
}

.headline-box{
  display: inline-block;
  min-width: 680px;
  background-color: #000;
  padding: 2px;
  position: relative;
}
.headline-box::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #41d3b7;
  border-bottom: 2px solid #41d3b7;
  background: #fff;
  transform: scaleY(.8) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -8px;
}

.headline-color01{
  background: linear-gradient(to right, #009ffb, #29da8a);
}
.headline-color01::before {
  border-color: #41d3b7;
}

.headline-color02{
  background: linear-gradient(90deg, #c363fe, #458dfc);
}
.headline-color02::before {
  border-color: #777dfd;
}

.headline-subText {
  padding: 10px 10px 12px;
  text-align: center;
  color: #fff;
  font-size: 147%;
  font-weight: 500;
}
.headline-inner {
  padding: 12px ;
  background-color: #fff;
}

.headline-text {
  font-size: 240%;
  font-weight: 500;
}


@media screen and (max-width:834px) {

  .headline{
    margin-bottom: 30px;
  }

  .headline-box{
    min-width: initial;
    min-width: auto;
  }

  .headline-subText {
    padding: 5px 10px 7px;
    font-size: 100%;
  }
  .headline-inner {
    padding: 12px 10px;
  }

  .headline-text {
    font-size: 139%;
  }

}

/***********
module-heading
************/

.heading{
  text-align: center;
  padding-bottom: 40px;
}

.heading-lead {
  display: inline-block;
  font-size: 154%;ba
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 0 0.5em;
  margin-bottom: 20px;
}

.heading-title {
  font-size: 280%;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (max-width:834px) {

  .heading-lead {
    font-size: 116%;
    padding: 0.1em 0.5em;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .heading-title {
    font-size: 131%;
    letter-spacing: 0;
  }

}

/***********
module-barTitle
************/

.barTitle{
  font-size: 240%;
  font-weight: 900;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.barTitle::before{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.barTitle > span{
  position: relative;
  background-color: #fff;
  padding: 0 1.5em
}

.barTitle-color01::before{
  background: linear-gradient(90deg, #009ffb, #29da8a);
  background: linear-gradient(90deg, #009ffb 0%, #29da8a 40% ,#009ffb 60%, #29da8a 100%);
}
.barTitle-color02::before{
  background: linear-gradient(90deg, #c363fe 0%, #458dfc 40% ,#c363fe 60%, #458dfc 100%);
}


@media screen and (max-width:834px) {

  .barTitle{
    font-size: 147%;
    margin-bottom: 30px;
  }

  .barTitle > span{
    padding: 0 0.6em
  }

  .barTitle::before{
    height: 1px;
  }
}


/***********
module-boxHeading
************/

.boxHeading {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}
.boxHeading-title {
  font-weight: 700;
  font-size: 320%;
  letter-spacing: 0.08em;
  padding: 10px 0;
  line-height: 1.2em;
}

.boxHeading-title > span{
	font-size: 60%;
}

.boxHeading-title-small {
  font-size: 250%;
}

.boxHeading-text {
  font-size: 147%;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  line-height: 1.8;
}

@media screen and (max-width:599px) {
.boxHeading-title > span{
	font-size:70%;
}
}

@media screen and (max-width:834px) {

  .boxHeading {
    padding: 10px 10px;
  }
  .boxHeading-title {
    font-size: 139%;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .boxHeading-title-small {
    font-size: 110%;
  }

  .boxHeading-text {
    font-size: 100%;
    letter-spacing: 0em;
    padding-bottom: 10px;
    line-height: 1.7;
  }

}

/***********
module-about
************/

.about{
  padding-bottom: 150px;
}

.about-visual {
  background: url(../../img/bg01.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;
  padding-bottom: 350px;
}
.about-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b59c5;
  background: linear-gradient(270deg, #f233b0 ,#1b59c5 );
  opacity: 0.8;
}

@media screen and (max-width:834px) {

  .about{
    padding-bottom: 50px;
  }

  .about-visual {
    background-attachment:scroll;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
  }

}

/*
container
*/

.about-container{
  margin-top: -250px;
  position: relative;
}

.about-case {
  padding-top: 60px;
}

.about-case-list {
}
.about-case-list li {
  border: 2px solid #eee;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
}

.about-case-visual {
  width: 28%;
}
.about-case-visual a {
  display: block;
}
.about-case-img {
	border: #A0A0A0 1px solid;
}
.about-case-inner {
  flex: 1;
  padding-left: 20px;
}

.about-case-session{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.about-case-session .about-case-session_heading{
	font-size: 100%;
	font-weight: bold;
}

.about-case-session .about-case-session_heading > span{
	font-size: 80%;
	font-weight: normal;
}

.about-case-session .about-case-session_number{
	font-size: 100%;
	color: #167ac6;
}

.about-case-session .about-case-session_number > span{
	font-size: 250%;
	font-weight: bold;
}

.about-case-subTitle {
  font-size: 139%;
  font-weight: 500;
}
.about-case-title {
  font-size: 170%;
  font-weight: 500;
  padding-bottom: 20px;
}
.about-case-text {
  font-size: 108%;
  line-height: 1.8;
}

.about-case-tips {
  font-size: 108%;
  line-height: 1.8;
}

@media screen and (max-width:834px) {


  .about-container{
    margin-top: -40px;
  }

  .about-case {
    padding-top: 30px;
  }

  .about-case-list {
    padding-bottom: 10px;
  }
  .about-case-list li {
    display: block;
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .about-case-visual {
    width: auto;
    text-align: center;
  }
  .about-case-img img {
    width: 100%;
  }
  .about-case-inner {
    padding: 10px 0 0;
  }

  .about-case-subTitle {
    font-size: 108%;
    text-align: center;
  }
  .about-case-title {
    font-size: 139%;
    text-align: center;
    padding-bottom: 15px;
  }
  .about-case-text {
    font-size: 100%;
    line-height: 1.7;
  }

  .about-case-tips {
    font-size: 85%;
    line-height: 1.7;
  }

.about-case-session{
	
	justify-content: center;
	margin: 10px 0;
}
	
	

}


/***********
module-spec
************/

.spec{
  padding-bottom: 150px;
}

.spec-visual {
  background: url(../../img/bg02.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;
  padding-bottom: 350px;
}
.spec-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b59c5;
  background: linear-gradient(110deg, #0052c2 ,#1b9f64 );
  opacity: 0.8;
}

.spec-advantage {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.spec-advantage li {
  width: 31%;
  text-align: center;
  color: #fff;
}

.spec-advantage-heading {
  background: linear-gradient(90deg, #009ffb, #29da8a);
  font-size: 131%;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 0 5px;
  position: relative;
}
.spec-advantage-heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #15bdc2 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -1px;
  margin-left: -12px;
  color: #29da8a
}


.spec-advantage-block {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 20px 25px;
  letter-spacing: 0.08em;
}

.spec-advantage-text {
  font-size: 131%;
  font-weight: 500;
  line-height: 1.4;
}
.spec-advantage-lead {
  display: inline-block;
  font-size: 250%;
  font-weight: 700;
  color: #fafa3d;
  padding-top: 5px;
  border-bottom: 2px solid #fafa3d;
}

.spec-heading {
  text-align: center;
  font-size: 350%;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 9;
  letter-spacing: 0.1em;
  padding-top: 100px;
}
.spec-heading span {
  display: inline-block;
  position: relative;
}
.spec-heading span::before,
.spec-heading span::after {
  content: "";
  display: block;
  width: 3px;
  height: 0.8em;
  background-color: #fff;
  position: absolute;
  top: 0.4em;
}
.spec-heading span::before{
  left: 100%;
  transform: rotate(30deg);
  margin-left: 30px;
}
.spec-heading span::after{
  right: 100%;
  transform: rotate(-30deg);
  margin-right: 30px;
}


/*
container
*/

.spec-container{
  margin-top: -320px;
  position: relative;
}

@media screen and (max-width:834px) {

  .spec{
    padding-bottom: 50px;
  }

  .spec-visual {
    background-attachment: scroll;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .spec-advantage {
    padding: 30px 40px;
    display: block;
  }
  .spec-advantage li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 15px;
  }

  .spec-advantage-heading {
    font-size: 100%;
  }

  .spec-advantage-block {
    padding: 25px 10px 20px;
    letter-spacing: 0.05em;
  }

  .spec-advantage-text {
    font-size: 108%;
  }
  .spec-advantage-lead {
    font-size: 200%;
    padding-top: 2px;
  }

  .spec-heading {
    font-size: 200%;
    padding-top: 20px;
  }
  .spec-heading span::before{
    margin-left: 10px;
  }
  .spec-heading span::after{
    margin-right: 10px;
  }

  /*
  container
  */

  .spec-container{
    margin-top: -40px;
    position: relative;
  }

}



/***********
module-summary
************/

.summary {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
}

.summary-heading{
  margin-top: 20px;
}

.summary-item{
  border: 2px solid #eee;
  border-radius: 6px;
  justify-content: space-between;
  padding: 20px 16px 20px;
  margin-left: 1.5%;
  margin-bottom: 1.5%;
}
.summary-item-half{
  width: 48.5%;
}
.summary-item-trisect{
  width: 31.8%;
}

.summary-img {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
}
.summary-img img {
}
.summary-title {
  font-size: 110%;
  font-weight: bold;
}
.summary-text {
  padding-top: 12px;
  line-height: 1.8;
}


@media screen and (max-width:834px) {

  .summary {
    display: block;
    margin-left: 0;
  }

  .summary-heading{
    margin-top: -15px;
  }
  .summary-item{
    width: auto;
    padding: 20px 8px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .summary-item-half{
    width: auto;
  }
  .summary-item-trisect{
    width: auto;
  }

  .summary-img {
    width: 30%;
    max-width: 180px;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  .summary-img img {
  }
  .summary-title {
    font-size: 124%;
    font-weight: 500;
    text-align: center;
  }
  .summary-text {
    padding-top: 10px;
    line-height: 1.7;
  }

}

/***********
module-flow
************/

.flow {
  display: flex;
  padding-top: 40px;
  margin-left: -1%;
}
.flow li {
  width: 19%;
  margin-left: 1%;
  background-color: #fff;
  background: linear-gradient(90deg, #eeeeff 0%, #ddeeff 100%);
  border-radius: 6px;
  text-align: center;
  padding: 0 10px 15px;
  position: relative;
}
.flow li:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -25px;
  z-index: 2;
  background: url(../../img/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.flow-heading {
  display: inline-block;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 11px;
  padding-top: 10px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  line-height: 1.1;
}
.flow-heading span {
  display: block;
  font-weight: bold;
  font-family: "Arial";
  font-size: 22px;
}
.flow-img {
  padding: 20px 10% 15px;
}
.flow-img img {
}
.flow-title {
  font-size: 116%;
}

.flow_wrap{
	margin: 40px 0 100px;
}
.flow_wrap02{
	margin: 40px 0 0;
}

.flow_wrap .flow_list{
	display: flex;
	justify-content: space-between;
}

.flow_wrap .flow_list .flow_list-item{
	border: #eeeeee 2px solid;
	border-radius: 6px;
	width: 22%;
	height: auto;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
}

.flow_wrap .flow_list .flow_list-item::after{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image:  url("../../img/icon/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -30px;
	transform:translateY(-50%);
}

.flow_wrap .flow_list .flow_list-item:last-child::after{
	display: none;
}

.flow_wrap .flow_list .flow_list-item .flow_list-item-step{
	width: 50px;
	height: 50px;
	font-size: 90%;
	background-color: #000000;
	border-radius: 50%;
	color: #FFFFFF;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.flow_wrap .flow_list .flow_list-item .flow_list-item-step > span{
	display: block;
	font-size: 150%;
	font-weight: bold;
	margin: -4px 0 0;
}

.flow_wrap .flow_list .flow_list-item .flow_list-item-icon{
	width: 90%;
	margin: 0 auto;
}
.flow_wrap .flow_list .flow_list-item .flow_list-item-icon > img{
	width: 100%;
}

.flow_wrap .flow_list .flow_list-item .flow_list-item-text{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin: 8px 0 0;
}

.button_detail{
	display: block;
	width: 200px;
	height: 40px;
	margin: 16px 0 0;
	background-color: #167ac6;
	background: linear-gradient(to right, #009ffb, #29da8a);
	position: relative;
	border-radius: 20px;
}

.button_detail a{
	display: block;
	font-size: 120%;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-decoration: none;
	background-color: #fcfc6f;
	border-radius: 20px;
	width: 97%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	transition: 0.2s;
}

.button_detail a:hover{
	background-color: #f4d862;
}

@media screen and (max-width:834px) {
	
.flow_wrap02{
	margin: 0;
}	
	
.flow_wrap .flow_list .flow_list-item .flow_list-item-step{
	padding: 6px;
}

.flow_wrap .flow_list .flow_list-item .flow_list-item-step > span{
	margin: -9px 0 0;
}	

.flow_wrap .flow_list .flow_list-item .flow_list-item-text{
	font-size: 100%;
}	
	
.button_detail{
	margin: 24px auto;
}
	
.button_detail a{
	line-height: 1.7em;
}	
	
}

@media screen and (max-width:599px) {

.flow_wrap{
	margin: 40px 0 ;
}	
	
.flow_wrap .flow_list{
	display: block;
}	
	
.flow_wrap .flow_list .flow_list-item {
	width:100%;
	margin: 0 auto 60px;
}	
	
.flow_wrap .flow_list .flow_list-item .flow_list-item-icon{
	width:30%;
}
	
.flow_wrap .flow_list .flow_list-item::after{
	top: initial;
	right: 0;
	left: 0;
	bottom: -35px;
	margin: auto;
	transform: rotate(90deg);
}	
	
.flow_wrap .flow_list .flow_list-item .flow_list-item-step > span{
	margin: -4px 0 0;
}		
	
.flow_wrap .flow_list .flow_list-item .flow_list-item-text{
	font-size: 120%;
}		
	
.button_detail a{
	line-height: 2.1em;
}		
	
}


@media screen and (max-width:834px) {

  .flow {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
  }
  .flow li {
    width: 32.3%;
    margin-bottom: 30px;
    padding: 0 10px 12px;
  }
  .flow li:not(:last-child)::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -13px;
  }

  .flow-heading {
    transform: scale(0.9);
  }
  .flow-heading span {
    display: block;
    font-weight: bold;
    font-family: "Arial";
    font-size: 22px;
  }
  .flow-img {
    padding: 10px 5% 12px;
  }
  .flow-title {
    font-size: 93%;
  }

}


/***********
module-price
************/

.price{
  padding-bottom: 150px;
}

.price-visual {
  background: url(../../img/bg03.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;
  padding-bottom: 350px;
}
.price-visual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b59c5;
  background: linear-gradient(110deg, #062370 ,#940098 );
  opacity: 0.8;
}

.price-visual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}



.price-table {
  margin-top: 80px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  z-index: 9;
  table-layout: fixed;
}

.price-table th {
  border: 2px solid #fff;
  font-size: 139%;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.price-table th > .info{
	display: block;
	font-size: 70%;
}
.price-table td {
  border: 2px solid #fff;
  font-size: 139%;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}


.price-table-title {
  font-size: 1.7rem;
  padding-bottom: 2px;
}
.price-table-num {
  display: inline-block;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  margin-bottom: 5px;
}
.price-table-num::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #c363fe, #458dfc);
}
.price-table-num span {
  position: relative;
}

.price-tips {
  font-size: 147%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-top: 40px;
  line-height: 1.8;
}

/*
container
*/

.price-container{
  margin-top: -250px;
  position: relative;
}

@media screen and (max-width:834px) {

  .price{
    padding-bottom: 50px;
  }

  .price-visual {
    background-attachment: scroll;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .price-table {
    margin-top: 50px;
    border: 1px solid #fff;
  }

  .price-table th {
    display: block;
	font-size: 100%;
  }
  .price-table td {
    border: 1px solid #fff;
    font-size: 100%;
    padding: 10px 2px;
  }


  .price-table-title {
    font-size: 100%;
    letter-spacing: 0;
  }
  .price-table-num {
    font-size: 131%;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .price-table-num::before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #c363fe, #458dfc);
  }
  .price-table-num span {
    position: relative;
  }

  .price-table-tips{
    font-size: 77%;
  }

  .price-tips {
    font-size: 100%;
    padding-top: 20px;
  }

  /*
  container
  */

  .price-container{
    margin-top: -40px;
  }

}


/***********
module-support
************/

.support{
  padding: 150px 0 150px;
  background: linear-gradient(110deg, #009ffb, #29da8a);
}

.support-container {
  padding-top: 80px;
}
.support-section {
  display: flex;
  align-items: center;
  padding-bottom: 120px;
}

.support-img {
  width: 55%;
  background-position: center center;
  background-size: cover;
  transform: scale(1.15);
  transform-origin:  left center;
}
.support-img img {
}
.support-inner {
  width: 45%;
  position: relative;
  z-index: 2;
  padding: 40px 40px;
  background-color: #fff;
}
.support-title {
  display: inline-block;
  font-size: 200%;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 20px;
}
.support-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #009ffb, #29da8a);
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-text {
  font-size: 116%;
  line-height: 1.8;
}

.support-section-reverse{
  flex-direction: row-reverse;
}
.support-section-reverse .support-img {
  transform-origin:  right center;
}


@media screen and (max-width:834px) {

  .support{
    padding: 50px 0 100px;
  }

  .support-container {
    padding-top: 50px;
  }
  .support-section {
    display: block;
    padding-bottom: 20px;
  }

  .support-img {
    width: auto;
    transform: scale(1);
  }
  .support-inner {
    width: auto;
    padding: 20px;
  }
  .support-title {
    font-size: 147%;
    margin-bottom: 15px;
    letter-spacing: 0;
    display: block;
    text-align: center;
  }
  .support-text {
    font-size: 108%;
    line-height: 1.7;
  }

}

/***********
module-footer
************/

.footer{
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

.footer-block {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.footer-block-logo {
  width: 130px;
}
.footer-block-inner {
  padding-left: 60px;
}
.footer-address {
  font-size: 116%;
  font-style: normal;
  line-height: 1.8;
}
.footer-address-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 1.5em;
}

.footer-copyright {
  display: block;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 93%;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:834px) {

  .footer{
  }

  .footer-block {
    display: block;
    padding: 60px 0 80px;
  }
  .footer-block-logo {
    width: 100px;
    margin: 0 auto;
  }
  .footer-block-inner {
    padding: 30px 0 0;
  }
  .footer-address {
    text-align: center;
    font-size: 93%;
  }
  .footer-address-link {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-right: 1.5em;
  }

  .footer-copyright {
    padding: 30px 0;
    font-size: 85%;
  }

}

/***********
module-fixCv
************/



.fixCv{
  position: fixed;
  right: 0;
  bottom: -180px;
  z-index: 999;
  text-align: center;
  transition: bottom 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6) ;
}
body.is-fixed .fixCv{
  bottom: -10px;
}

.fixCv-badge {
  display: flex;
  width: auto;
}
.fixCv-badge li {
  width: 200px;
  height: 220px;
  font-size: 139%;
  color: #626ef6;
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.6) 0.9s;
}

.fixCv-badge li.fixCv-badge01 a{
  background-image: url(../../img/badge_bg01.png);
}

.fixCv-badge li a{
  display: block;
  height: 100%;
  color: #626ef6;
  font-weight: bold;
  text-decoration: none;
  background-position:  0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fixCv-badge01:hover {
}
body.is-loaded .fixCv-badge li a:hover {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.6) ;
}

.fixCv-badge li strong{
  font-size: 131%;
}
.fixCv-badge-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}




@media screen and (max-width:834px) {

  .fixCv{
    bottom: -150px;
  }
  body.is-fixed .fixCv{
    bottom: 0;
  }

  .fixCv-badge li {
    width: 140px;
    height: 150px;
    font-size: 13px;
  }

  body.is-loaded .fixCv-badge li a:hover {
    transform: scale(1);
  }

}

@media screen and (max-width:320px) {

  .fixCv{
    bottom: -120px;
  }
  body.is-fixed .fixCv{
    bottom: 0;
  }

  .fixCv-badge li {
    width: 100px;
    height: 110px;
    font-size: 10px;
  }

  body.is-loaded .fixCv-badge li a:hover {
    transform: scale(1);
  }

}


/***********
module-mobile
************/

@media screen and (max-width:834px) {

  .mobile{
    position: fixed;
    width: 260px;
    height: 100vh;
    z-index: 9998;
    right: -260px;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background-color: #000;
    -webkit-overflow-scrolling: touch;
  }
  .mobile::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-45deg, #009ffb, #29da8a);
    opacity: 0.3;
  }

  .is-mobile-open .mobile{
    opacity: 1;
    right: 0;
  }

  .mobile-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:all 0.2s ease;
    z-index: -1;
  }
  .is-mobile-open .mobile-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .mobile-trigger {
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
    transition:all 0.3s ease;
  }

  .is-mobile-open .mobile-trigger{
    opacity: 1;
    right: 260px;
  }

  .mobile-btn {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
  }
  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 30%;
    width: 40%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  .mobile-btn span:nth-of-type(1) {
    top: 20px;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 28px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 36px;
  }

  .is-mobile-open .mobile-btn span {
    background-color: #fff;
  }

  .mobile-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    transition-delay: 0.1s;
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    transition-delay: 0.2s;
  }

}

/***********
module-movile-navi
************/

.mobile-inner {
  position: relative;
  color: #fff;
}

.mobile-navi {
  padding-top: 30px;
}
.mobile-navi li {
  text-align: right;
}
.mobile-navi a {
  display: inline-block;
  padding: 15px 30px 15px 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.mobile-tel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 30px 15px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.mobile-tel-text {
  font-size: 93%;
  padding-bottom: 5px;
}
.mobile-tel-num {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 26px;
  font-weight: bold;
  font-family: Arial , Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}


/**********************
status
**********************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}


/**********************
企業ロゴスライダー（slick）
**********************/

.slick-prev:before,
.slick-next:before {
    color: #000000!important;
}

.slick-next {
    right: 5px;
    z-index: 99;
}
.slick-prev {
	left: 5px;
	z-index: 100;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

.slider-wrap{
	padding: 0 0 60px;
}	
	
.slider .slider-item{
	background-color: #FFFFFF;
	margin: 0 ;
	padding: 16px;
}
	
.slider .slider-item > img{
	width: 100%;
	height: 5vw;
	object-fit: scale-down;
}	

@media screen and (max-width:599px) {

.slider .slider-item > img{
	width: 100%;
	height: 15vw;
	object-fit: scale-down;
}	


}
