@charset "UTF-8";


/*汎用ｸﾗｽ*/
@media(min-width:521px){
  .visible_s{
      display: none !important;
  }
}
@media(max-width:520px){
  .visible_l{
      display: none !important;
  }
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.flex_box_normal{
  display: flex;
}
@media(max-width:520px){
  .flex_box_normal{
    flex-direction: column;
    gap: 20px 0px;
    margin-bottom: 20px;
  }
}
/*コンテナ用ｸﾗｽ*/
body a{
  text-decoration: none;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
}
/*汎用*/
.w100{
  width: 100%;
}
.align_c{
  text-align: center;
}
.m_auto{
  margin:0 auto;
}
.mt20{
  margin-top:20px;
}
.mt60{
  margin-top:60px;
}
.fontb{
  font-weight: bold;
}

/*背景の透かし文字*/
.title_ptn01 {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.title_ptn01 .en_font {
  font-family: 'Roboto', sans-serif;
  font-size: 157px;
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #eaeffb;
  z-index: -1;
}
#qa .title_ptn01{
  margin-bottom: 70px;
}
#qa .title_ptn01 .en_font{
  color: #3465d5;
  font-size: 203px;
  }
#qa .title_ptn01 .p_text{
  font-size: 32px;
  font-weight: 700;
}
#feature .p_text,
#check .p_text,
#support .p_text,
#student .p_text{
  font-size: 24px;
}
/*ヘッダー*/
header{
  padding: 20px 30px;
  display: flex;
  position: sticky;
  position: -webkit-sticky;/*Safari用ベンダープレフィックス*/
  top: 0;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  z-index: 10;
}
header h1{
  margin-right: auto;
}
header nav ul{
  display: flex;
  align-items: center;
  font-weight: 700;
}
header nav ul li{
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
}
header nav ul li.header_contact{
  background: #1f56d1;
  width: 156px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 0px;
  font-size: 15px;
}
header nav ul li.header_contact a{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

/*「メインビジュアル」セクション*/
#mainv{
  background-image: url(../img/img_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#mainv .content{
  display: flex;
  justify-content: center;
  padding-top: 60px;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
#mainv .content > div{
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
#mainv .content .contact_btn{
  width: 300px;
  height: 64px;
  background: #1f56d1;
  border-radius: 50px; 
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
}
#mainv .content .contact_btn a{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
#mainv .content .mv_logo{
  width: 299px;
  margin-left: 15px;
  margin-bottom: 20px;
}
#mainv .content .phrase{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
#mainv .content img.mv_phrase{
  margin-bottom: 75px;
}
#mainv .phrase .under{
  text-decoration: underline 3px #ffc727;
  text-underline-offset: 7px;
}
#mainv .phrase .phrase_mini{
  font-size: 22px;
}
#mainv .phrase .phrase_mini2{
  font-size: 20px;
  font-weight: 500;
}
.speech{
  position:relative;
  width:273px;
  height:97px;
  line-height: 70px;
  text-align:center;
  font-weight:500;
  font-size: 18px;
  background-image: url(../img/speech_box.png);
}
.speech span{ 
  color: #1f56d1;
}
/*「what」セクション*/
#what{
  align-items: center;
  background-image: url(../img/img_2.jpg);
  padding: 90px 0px 80px 0px;
  max-width: 100%;
}
#what .what{
  width: 1000px;
  margin: 0 auto;
}
#what .what_title{
  color: #1f56d1;
  font-size: 38px;
  text-align: center;
  margin-bottom: 45px;
}
#what .what_title_text{
  font-size: 31px;
}
#what .what_title_voice{
  font-size: 26px;
  font-weight: 700;
  background: #1f56d1;
  color: white;
  padding: 20px 48px;
  border-radius: 50px;
  margin-bottom: 100px;
}
.what_title span{
  font-size: 26px;
}
#what .what_title_voice span{
  color: #ffc727;
}
#what .what_title_voice .what_title_voice_text{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

/*ここから「理想と現実」セクション*/
#real {
  width: 100%;
  max-width: 100%;
  background-image: url(../img/img_2.jpg);
  padding-bottom: 100px;
}
#real .content {
  align-content: center;
  align-items: center;
  background: #fff;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 18px;
  border: 1px solid #EEE;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}

#real .content_1 p{
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}

#real .content_2 > img:first-child{
  margin-bottom: 60px;
}

#real .content_2 p{
  text-align: center;
}
#real .content_2 p:first-child{
  margin-bottom: 60px;
}
.real_title{
  color: #1f56d1;
  font-size: 32px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 24px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
/*ここから「お悩み」セクション*/
#solution {
  align-content: center;
  align-items: center;
  background: #ffc727;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-bottom: 80px;
}
#solution .content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}


#solution .flex_box_content {
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 320px;
  height: 387px;
  justify-content: center;
  margin: 20px 10px 0px 10px;
  max-width: calc(100% - 20px);
}

#solution .flex_box_content:first-child{
  margin-left: 0px;
}
#solution .flex_box_content >div {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 30px 0px;
}
#solution .content_1 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0px;
  transform: translate(0px, 0px);
  transition-duration: 50ms;
  max-width: 100%;
  position: absolute;
  top: -60px;
  margin: 0;
}
#solution .content_2 {
  padding-top: 100px;
}
#solution .flex_box_content_title{
  font-size: 20px;
  font-weight: 500;
}
#solution .solution_box_text{
  text-align: center;
  line-height: 2;
}
/*ここまで「お悩み」セクション*/


/*ここから「scollioの主な機能」セクション*/
#feature{
  background-image: url(../img/bg_feature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 65px;
}
.feature_title{
  color: #1f56d1;
  font-size: 32px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 100px;
}
#feature .content {
  width: 1000px;
  margin: 0 auto;
}
#feature .content_1 p{
  margin-bottom: 40px;
  font-size: 21px;
}
#feature .content_2 > img:first-child{
  margin-bottom: 60px;
}
#feature .content_2 p{
  text-align: center;
}
#feature .content_2 p:first-child{
  margin-bottom: 60px;
  line-height: 2;
}

#feature .elect_document {
  background-image: url(../img/service_back.png?03);
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#feature .elect_document img{
  margin-bottom: 30px;
}
#feature .elect_document > div {
  text-align: center;
  width: 25%;
}
#feature .elect_document_title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
}
#feature .content_2 p.content_head{
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline 3px #1f56d1;
  text-underline-offset: 7px;
  margin-bottom: 25px;
  text-align: left;
}
#feature .content_2 p.content_text,
#support .content_3 p.content_text{
  line-height: 2;
  text-align: left;
}
/*ここまで「scollioの主な機能」セクション*/
/*ここから「サポート」セクション*/
#support{
  background-image: url(../img/bg_support.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 65px;
}
.support_title{
  color: #1f56d1;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 55px;
}
#support .content {
  width: 1000px;
  margin: 0 auto;
}
#support .content_2 {
  text-align: center;
  line-height: 2;
}
#support .content_3{
  display: flex;
  justify-content: center;
  padding: 0px 20px;
}

#support .flex_box2{
  display: flex; 
  width: 430px;
  padding: 30px 0px;
}
#support .flex_box2 p:first-child{
}
#support .flex_box2 div:nth-child(1) p:nth-child(1){
  text-decoration: underline 2px #1f56d1;
  text-underline-offset: 7px;
}
#support .flex_box2 p:nth-child(1){
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.flex_box2_left{
  height: 150px;
  margin-top: auto;
  margin-right: 75px;
}

.flex_box2_right{
  text-align: center;
}
/*ここまで「サポート」セクション*/

/*ここから「チェック機能」セクション*/
#check{
  background-image: url(../img/bg_check.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
}
#check .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#check .content_1 p{
  margin-bottom: 40px;
  font-size: 21px;
}

#check .content_2 > img:first-child{
  margin-bottom: 60px;
}

#check .content_2 p{
  text-align: center;
}
#check .content_2 p:first-child{
  margin-bottom: 60px;
  line-height: 2;
}
/*ここまで「チェック機能」セクション*/

/*ここから「チェック機能」セクション*/
#student{
  background-image: url(../img/bg_student.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 65px;
}
#student .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#student .content_1 p{
  margin-bottom: 40px;
  font-size: 21px;
}

#student .content_2 > img:first-child{
  margin-bottom: 60px;
}

#student .content_2 p{
  text-align: center;
  line-height: 2;
}
#student .content_2 p:first-child{
  margin-bottom: 60px;
}
/*ここまで「チェック機能」セクション*/

/*ここから「スタッフsupport」セクション*/
#staff{
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 65px;
}
#staff .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#staff .staff_title {
  color: #1f56d1;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 55px;
}

#staff .flex_box_content {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 12px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 490px;
  height: 528px;
  justify-content: center;
  margin: 20px 0px 0px 0px;
  max-width: calc(100% - 20px);
  box-shadow: 2px 2px 5px 1px #f1f1f1;
}
#staff .flex_box_content_title{
  font-size: 24px;
  font-weight: 500;
}
#staff .flex_box_content >div {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 30px 0px;
}

#staff .flex_box_content_title_sub{
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline 2px #1f56d1;
  text-underline-offset: 7px;
}
#staff .flex_box_content_title_sub2{
  line-height: 2;
}
/*ここまで「スタッフsupport」セクション*/


/*ここから*/
#introduction{
  background: #fafafa;
  padding-top: 90px;
  padding-bottom: 65px;
}
#introduction .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#introduction .staff_title {
  color: #1f56d1;
  font-size: 32px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 55px;
}
#introduction p{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  height: 40px;
}
#introduction ul.gray_box{
  border: 29px solid #ededed;
  border-radius: 5px;
}

#introduction ul.gray_box li{
  border-top: 20px solid #ededed;
  padding: 23px 0px;
}
#introduction ul.gray_box li:first-child{
  border: none;
}

#introduction ul.yellow_box{
  border: 29px solid #ffc727;
  border-radius: 5px;
}

#introduction ul.yellow_box li{
  border-top: 20px solid #ffc727;
  padding: 23px 0px;
  font-size: 18px;
  font-weight: 500;
}
#introduction ul.yellow_box li:first-child{
  border: none;
}
#introduction .flex_box_content{
  width: 490px;
}
/*ここまで*/
/*「qa」セクション*/
#qa{
  background-color: #1f56d1;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 65px;
  color: #fff;
}
#qa .content {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#qa .staff_title {
  color: #1f56d1;
  font-size: 32px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 55px;
}
#qa .question{
  margin-bottom: 20px;
  display: flex;
}
#qa .question p{
  font-size: 20px;
  font-weight: 700;
}
#qa .question p:nth-child(2){
  line-height: 60px;
}
#qa p.q{
    background: #4d79db;
    border-radius: 33px;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    font-size: 36px;
    font-weight: 700;
}
/*QAボックス*/
#qa .qa_box{
  display: flex;
  flex-direction: column;
}
#qa .qa_box_mini{
  margin-bottom: 35px;
}
#qa p.a{
  font-size: 36px;
  font-weight: 700;
  margin-right: 25px;
}
#qa .answer {
  display: flex;
  line-height: 35px;
  background: rgb(77, 121, 219);
  border-radius: 10px;
  padding: 25px 0px 50px 30px;
}
#qa .answer:last-child{
  padding-bottom: 32px;
}
#qa .answer p:nth-child(2){
  text-align: left;
  font-weight: 500;
}
/*問い合わせフォーム*/
#contactform{
  background:#fafafa;
}
#contactform .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding:87px 0;
}
#contactform h2{
  color: #1f56d1;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-bottom: 68px;
}
#contactform h3{
  font-size: 180%;
  margin-bottom: 58px;
}
#contactform table{
  width: 100%;
}
#contactform th{
  text-align: left;
  color: #272727;
  width: 22%;
  padding:15px 0 20px 0;
  vertical-align: top;
}
#contactform th {
  text-indent: -1em;
  margin-left: 1em;
}
#contactform th:before {
  content: '・';
  font-weight: bold;
  color:#1f56d1;
  font-size: 150%;
  padding-top:10px;
  vertical-align: -0.1em;
}
#contactform td{
  text-align: left;
  padding:10px 0;
}
#contactform input,
#contactform textarea{
  width: 100%;
  background-color: #eeeeee;
  padding:10px 18px;
  border: none;
}
#contactform textarea{
  height:216px;
}
#contactform button{
  border-radius: 100px;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  letter-spacing: .1rem;
  transition: .5s;
  max-width: 295px;
  width: 90%;
}
#contactform button.button-arrow-right {
  border:none;
  background: #1f56d1;
  color: #FFF;
}
#contactform button.button-arrow-right:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
#contactform button.button-arrow-right:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
#contactform button.button-arrow-left {
  border:1px solid #1f56d1;
  background: #FFF;
  color: #1f56d1;
}
#contactform button.button-arrow-left:before {
  content: "";
  position: absolute;
  top: 46%;
  left: 12px;
  width: 10px;
  height: 1px;
  background: #1f56d1;
  transform: rotate(-45deg);
}
#contactform button.button-arrow-left:after {
  content: "";
  position: absolute;
  top: 54%;
  left: 12px;
  width: 10px;
  height: 1px;
  background: #1f56d1;
  transform: rotate(45deg);
}
#contactform .error{
  color:#F00;
}
#contactform .privacy_lead{
  margin:30px 0 20px 0;
}
#contactform .scroll_box {
  padding: 2%;
  height: 200px;
  border: 1px solid #C1C1C1;
  overflow-y: scroll;
  width: 90%;
  max-width: 800px;
  margin:0 auto;
}
#contactform .scroll_box div{
  text-align: left;
  margin-bottom: 20px;
}
#contactform .comp_message{
  margin-top:20px;
}
@media screen and ( max-width:520px ){
  #contactform h2{
      font-size:160%;
      margin-bottom: 30px;
  }
  #contactform h3{
      font-size: 130%;
      margin-bottom: 40px;
  }
  #contactform table{
      width: 95%;
      margin: 0 auto;
  }
  #contactform th,
  #contactform td{
      display:block;
      width: 99%;
  }
  #contactform th{
      padding-bottom: 0;
  }
  #contactform .comp_message{
    padding:0 15px;
    text-align: left;
  }
}
/*フッター*/
footer{
  padding: 50px 0px;
  text-align: center;
}
/*ここからレスポンシブ対応*/
/*レスポンシブ用*/
@media screen and ( max-width:520px ){
  .speech{
    font-size: 14px;
  }
  #mainv .content .phrase{
    font-size: 20px;
  }
  /********************************/
  #support{
    background-image: url(../img/bg_support.jpg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position-y:-40px;
    background-position-x:0;
    padding-top: 90px;
    padding-bottom: 65px;
  }
  #support .content_2{
    text-align: left;
  }
  #support .content_3,
  #support .flex_box2{
    flex-direction: column;
  }
  #support .content_3{
    padding: 0px;
  }
  #support .content_3 .s_c3_tlitle{
    font-weight: 700;
    font-size: 24px;
    margin-top:35px;
    margin-bottom: 20px;
  }
  #support .content_3 .s_c3_subtlitle{
    text-decoration: underline 2px #1f56d1;
    text-underline-offset: 7px;
    font-weight: 700;
    font-size: 24px;
    margin-top:20px;
    margin-bottom: 15px;
  }
  /********************************/
  #feature{
    background-position-y:-210px;
    background-position-x:-60px;
  }
  #feature .content_2 p:first-child{
    text-align: left;
  }
  #feature .content_2 p.content_head{
    font-weight: normal;
    margin-bottom: 15px; 
  }
  #feature .content_2 p.content_text{
    font-size: 14px;
    margin-bottom: 30px; 
  }
  #feature .elect_document_title{
    text-align: center;
    margin-bottom: 20px;
  }
  /********************************/
  #check .content_2 p{
    text-align: left;
  }
  /********************************/
  #student .content_2 p {
    text-align: left;
  }
  /********************************/
  #staff .flex_box_content{
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  #staff .flex_box_content >div{
    display: block;
    margin-bottom: 45px;
  }
  #staff .flex_box_content_title{
    margin-bottom: 30px;
  }
  #staff .flex_box_content_title_sub{
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #staff .flex_box_content_title_sub2{
    line-height: 1.7em;
    padding: 0 20px;
  }
  /********************************/
  #introduction{
    padding-top: 10px;
  }
  #introduction p{
    margin-top: 35px;
    margin-bottom: 30px;
  }
  /********************************/
  #qa{
    padding-top: 20px;
  }
  #qa .title_ptn01 .en_font{
    display:none;
  }
  #qa .title_ptn01{
    width: 100%;
    height:150px;
    padding-top: 65px;
    background-image: url(../img/qa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-bottom: 30px;
  }
  .question p:nth-child(2){
    padding-top:7px;
    line-height: 1.7em;
    text-align: left;
  }
  .answer p:nth-child(2){
    line-height: 1.7em;
  }
  /********************************/
  #real .content,
  #solution .content,
  #feature .content,
  #support .content ,
  #check .content ,
  #student .content, 
  #staff .content,
  #introduction .content,
  #qa .content,
  #mainv .content{
    max-width: 100%;
    padding: 0px 15px;
  }
  #what .what{
    max-width: 100%;
  }
  .flex_box{
    flex-direction: column;
    gap: 20px 0px;
    margin-bottom: 20px;
  }
  #solution .flex_box_content{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  }
  .flex_box_content{
    margin: 0 auto;
  }
  #solution .content_1 {
    width: 80%;
    max-width: 400px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #solution .flex_box_content{
    padding: 0px 30px;
  }
  #solution .flex_box_content:first-child{
    margin: auto;
  }
  #solution .flex_box_content >div{
    gap: 15px 0px;
  }
  #solution .flex_box_content{
    height: 345px;
  }
  #solution{
    padding-bottom: 44px;
  }
  #feature .p_text, #check .p_text, #support .p_text, #student .p_text{
    line-height: 1.5;
  }
  .flex_box2_left{
    margin: 0;
    height: auto;
  }
  #what{
    padding: 75px 0px 80px 0px;
  }
  #introduction .flex_box_content{
    width: 100%;
  }
  #mainv .phrase{
    font-size: 20px;
  }
  #mainv .phrase .phrase_mini{
    font-size: 16px;
  }
  #mainv .phrase .phrase_mini2{
    font-size: 14px;
    font-weight: normal;
  }
  #mainv .content .mainv_img {
    margin-bottom: 23px;
  }
  #mainv .content img.mv_phrase{
    margin-bottom: 15px;
  }
  #mainv .content .contact_btn{
    font-size: 18px;
    width: 220px;
    height: 47px;
    line-height: 47px;
  }  
  #mainv .content{
    flex-direction: column;
  }
  #mainv .contact_btn{
    margin: 0 auto;
  }
  #mainv .content .mv_logo{
    width: 200px;
  }
  #what .what_title_voice{
    font-size: 14px;
    text-align: center;
    padding: 20px 38px;
    margin: 0 15px;
    margin-bottom: 60px;
  }
  #what .what_title_voice .what_title_voice_text{
    font-size: 15px;
  }
  #real{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #real .content{
    padding: 45px 10px;
  }
  .real_title,
  .feature_title,
  #staff .staff_title,
  #introduction .staff_title{
    font-size: 25px;
  }
  .content_2 div{
    text-align: center;
  }
  .content_2 div img{
    margin-bottom: 10px;
  }
}
/*****************************************************/
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: none;
}
@media screen and ( max-width:520px ){
  header{
      padding:10px;
  }
  header h1{
      padding-top:10px;
  }
  /*****************************************************/
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 18px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background: #1f56d1;
  border-radius: 21px;
  }
  .hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 3px ;
  left    : 11px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
  top: 15px;
  }
  .hamburger span:nth-child(2) {
  top: 25px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
      top : 18px;
      left: 11px;
      background :#fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
      top: 18px;
      background :#fff;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
  }
  /*****************************************************/
  /* メニュー背景　*/
  header nav.globalMenuSp {
      position: fixed;
      z-index : 2;
      top  : 0;
      left : 0;
      color: #fff;
      background: #1f56d1;
      text-align: left;
      width: 100%;
      transform: translateY(-100%);
      transition: all 0.6s;
  }
  header nav.globalMenuSp ul {
      display: block;
      margin: 0 auto;
      padding: 75px 10%;
      width: 100%;
  }
  header nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: .4s all;
      font-size:16pt;
  }
  header nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
      background :#ddd;
  }
  nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 1em 0;
      text-decoration :none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
      opacity: 100;
      display: block;
      transform: translateY(0%);
  }
  /* button */
  nav.globalMenuSp ul li.header_contact {
      background: #FFF;
      width: 100%;
      height: auto;
      text-align: center;
      border-radius: 40px;
      margin:0 auto;
      margin-top:60px;
  }
  nav.globalMenuSp ul li.header_contact a{
      text-align: center;
      color: #1f56d1;
  }
}