@charset "UTF-8";

/*common*/
body {
  color:#333;
  font-family:"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  font-size:16px;
  font-weight:normal;
  line-height:1.5;
  min-width: inherit;
  /*
  overflow-x: hidden;
  min-width:1280px;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  */
}
p,span,td {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
}
.infolib_h2 {
  text-align: center;
  margin: 40px auto;
  font-size: 36px;
  line-height: 1.5;
}
.infolib_h3 {
  text-align: center;
  margin: 40px 0;
  font-size: 30px;
}
.infolib_p {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
}
.infolib_p > span {
  font-weight: bold;
}
.infolib_sub_h2_wrap {
  background: #f3f3f3;
  display: block;
  height: 180px;
}
.infolib_sub_h2 {
  text-align: center;
  font-size: 48px;
  color: #29334F;
  padding-top: 60px;
}


@media screen and (max-width: 1200px) {
  .inner {
    width: 95vw;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    width: 87.5vw;
  }
}



@media screen and (max-width: 750px) {
  .infolib_h2 {
    margin: 0 auto 20px;
    font-size: 24px;
  }
  .infolib_h3 {
    margin: 40px 0;
    font-size: 20px;
  }
  .infolib_p {
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .infolib_sub_h2_wrap {
    height: 80px;
  }
  .infolib_sub_h2 {
    font-size: 28px;
    padding-top: 20px;
  }
}

/*ヘッダー*/
#infolib_header {
  height: 75px;
  min-width: auto;
}
#infolib_header li {
  font-size: 16px;
}
#infolib_header .logo {
  width: 160px;
  height: auto;
}
#infolib_header ul {
  font-weight: normal;
}
#infolib_header ul li:not(:last-child) {
  margin-right: 0;
}
#infolib_header ul li:not(:last-child) a {
  margin-right: 1.5vw;
}
@media screen and (max-width: 1200px) {
  #infolib_header .logo {
    width: 140px;
  }
  #infolib_header li {
    font-size: 1.5vw;
  }
  #infolib_header ul li:not(:last-child) a {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 750px) {
  #infolib_header {
    height: 50px;
    min-width: auto;
  }
  #infolib_header .logo {
    width: 18vw;
  }
  header ul {
    background-color: #E5EBF7;
  }
  #infolib_header li {
    font-size: 16px;
  }
  header li a {
    color: #29334F;
  }
  header .logo img {
    width: 90px;
  }
  #infolib_header ul {
    margin-top: 0;
  }
  #infolib_header ul li:not(:last-child) a {
    margin-right: 0;
  }
  #infolib_header .btn-sp-nav {
    position: absolute;
    right: 20px;
  }
}

/*追従ボタン*/
/*right_btn_wrap*/
.right_btn_wrap {
  position: fixed;
  z-index: 1000;
  top: 120px;
  right: -10px;
  width: 95px;
}
.right_btn_contact {
  color: #333;
  background: #F1C40F;
  border: solid 5px #F1C40F;
  margin-bottom: 30px;
}
.right_btn_download {
  color: #fff;
  background: #29334F;
  border: solid 5px #29334F;
}
.right_btn {
  padding: 30px 35px 30px 25px;
  font-weight: bold;
  border-radius: 10px;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  box-shadow: 0px 0px 10px #00000033;
  font-size: 20px;
}
.right_btn_contact:hover ,
.right_btn_download:hover {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 750px) {
  .right_btn_wrap {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 10px #00000033;
    font-size: 0;
  }
  .right_btn_contact {
    margin-bottom: 0;
    border: solid 5px #F1C40F;
  }
  .right_btn_download {
    border: solid 5px #29334F;
  }
  .right_btn {
    padding: 3.75vw 0;
    border-radius: 0;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 3vw;
    display: inline-block;
    text-align: center;
    width: calc(50% - 10px);
    box-shadow: none;
  }
}

/*画面内ボタン*/
.bottom_btn_wrap {
}
.bottom_btn_contact {
  color: #333;
  background: #F1C40F;
  border: solid 5px #F1C40F;
  margin-bottom: 30px;
}
.bottom_btn_download {
  color: #fff;
  background: #29334F;
  border: solid 5px #29334F;
}
.bottom_btn {
  margin: 0 20px;
  padding: 20px 0;
  width: 400px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #00000033;
  font-size: 20px;
  display: inline-block;
}
.bottom_btn_contact:hover ,
.bottom_btn_download:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .bottom_btn {
    width: 33vw;
  }
}
@media screen and (max-width: 750px) {
  .bottom_btn_wrap {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 10px #00000033;
    font-size: 0;
  }
  .bottom_btn {
    padding: 3.5vw 0;
    font-size: 3.5vw;
    width: 38vw;
    margin: 0 1vw;
  }
  .bottom_btn_contact {
    margin-bottom: 0;
    border: solid 5px #F1C40F;
  }
  .bottom_btn_download {
    border: solid 5px #29334F;
  }
}

/*main*/
main {
  padding-top: 75px;
}
main section {
  position: relative;
}
main section img {
  width: 100%;
  height: auto;
}
main a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 50px;
  }
}

/*メインビジュアル*/
.infolib_mv {
  background: url("../img/mv_img.png?20250821") #ececec;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_inner {
  position: relative;
  margin: 0 auto;
  height: 40vw;
}
.mv_right {
  display: inline-block;
  color: #29334F;
  position: absolute;
  left: 46%;
  z-index: 10;
  margin-top: 4.5vw;
}
.mv_right_title {
  font-size: 22px;
  margin-bottom: 2.25vw;
  color: #fff;
  background: #29334F;
  border-radius: 6px;
  display: inline-block;
  padding: 4px 8px;
}
.mv_right_text {
  font-weight: bold;
  margin-bottom: 2.5vw;
}
.mv_right_text span {
  font-weight: bold;
}
.mv_right_text_01 {
  line-height: 2;
  background: linear-gradient(to bottom, transparent 60%, #FAD430 60%);
  font-size: 48px;
}
.mv_right_text_01 span {
  font-size: 52px;
}
.mv_right_text_02 {
  font-size: 45px;
}
.mv_right_text_02 span {
  font-size: 48px;
}
.mv_right_img img {
  width: 45vw;
  max-width: 750px;
  height: auto;
}
@media screen and (max-width: 1480px) {
  .mv_right {
    margin-top: 3.75vw;
  }
  .mv_right_title {
    font-size: 1.25vw;
    margin-bottom: 1.75vw;
  }
  .mv_right_text {
    margin-bottom: 2.75vw;
  }
  .mv_right_text_01 {
    font-size: 3vw;
  }
  .mv_right_text_01 span {
    font-size: 3.5vw;
  }
  .mv_right_text_02 {
    font-size: 3vw;
  }
  .mv_right_text_02 span {
    font-size: 3.25vw;
  }
  .mv_right_img img {
    width: 45vw;
  }
}
@media screen and (max-width: 750px) {
  .infolib_mv {
    background: url("../img/mv_img_sp.png?20250821") #ececec no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding: 20px 0 90vw;
  }
  .mv_inner {
    width: auto;
    height: auto;
  }
  .mv_right {
    width: 90%;
    margin: 0 5%;
    position: static;
  }
  .mv_right_title {
    font-size: 2.75vw;
    margin-bottom: 3vw;
  }
  .mv_right_text {
    margin-bottom: 3vw;
  }
  .mv_right_text_01 {
    font-size: 5.5vw;
  }
  .mv_right_text_01 span {
    font-size: 6.5vw;
  }
  .mv_right_text_02 {
    font-size: 5.5vw;
  }
  .mv_right_text_02 span {
    font-size: 6vw;
  }
  .mv_right_img img {
    width: 100%;
  }
}

/*infolibでできること*/
.infolib_about {
  padding-top: 80px;
}
.infolib_about .inner {
  width: 1020px;
  padding-bottom: 80px;
}
.infolib_about_left {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.infolib_about_left .infolib_h2 {
  font-size: 18px;
  margin: 0 0 30px;
  text-align: left;
}
.infolib_about_left .infolib_h2 span {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  display: block;
}
.infolib_about_left p {
  line-height: 1.8;
  font-size: 18px;
}
.infolib_about_right {
  width: 440px;
  display: inline-block;
}
.infolib_about_right img {
}
@media screen and (max-width: 1100px) {
  .infolib_about .inner {
    width: 90vw;
  }
  .infolib_about_left {
    margin-right: 3vw;
    width: 40vw;
  }
  .infolib_about_left p {
    font-size: 16px;
  }
  .infolib_about_right {
    width: 40vw;
  }
  .infolib_about_right img {
  }
}
@media screen and (max-width: 750px) {
  .infolib_about .inner {
    width: 100%;
    padding-bottom: 80px;
  }
  .infolib_about_left {
    width: 90%;
    margin: 0 5% 20px;
  }
  .infolib_about_left .infolib_h2 {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }
  .infolib_about_left .infolib_h2 span {
    font-size: 24px;
  }
  .infolib_about_left p {
    font-size: 14px;
  }
  .infolib_about_right {
    width: 90%;
    margin: 0 5%;
  }
  .infolib_about_right img {
    width: 100%;
    height: auto;
  }
}

/*infolibの活用シーン*/
.infolib_scene {
  background: #F7F7F7;
  padding: 40px 0 80px;
}
.infolib_scene:after {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: 440px;
  top: 0;
  margin-top: -80px;
  width: 140px;
  height: 140px;
  background: url("../img/pedro_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.scene_ul_wrap {
  width: 1200px;
  font-size: 0;
}
.scene_li {
  width: 373px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(13, 118, 117, 0.15);
  display: inline-block;
  vertical-align: top;
}
.scene_li:not(:last-child) {
  margin-right: 40px;
}
.scene_li_text {
  font-size: 18px;
  text-align: center;
  padding-right: 10px;
  position: relative;
  height: 120px;
  padding-top: 26px;
  color :#29334F;
  font-weight: bold;
}
.scene_li_text_02 {
  padding-top: 15px;
}
.scene_li_text span {
  font-size: 24px;
  font-weight: bold;
}
.scene_li_text:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #29334F;
  border-right: 2px solid #29334F;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .scene_ul_wrap {
    width: 92vw;
    margin: 0 auto;
  }
  .scene_li {
    width: 28.6vw;
  }
  .scene_li:not(:last-child) {
    margin-right: 0;
  }
  .scene_li_text {
    font-size: 1.5vw;
    height: 10vw;
    padding-top: 2.5vw;
  }
  .scene_li_text_02 {
    padding-top: 1.125vw;
  }
  .scene_li_text span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .infolib_scene {
    padding: 40px 0;
  }
  .infolib_scene:after {
    right: 50%;
    margin-right: 25vw;
    margin-top: -10vw;
    width: 20vw;
    height: 20vw;
  }
  .scene_ul_wrap {
    width: auto;
  }
  .scene_li {
    width: inherit;
    margin: 0 5vw 30px !important;
  }
  .scene_li_text {
    font-size: 15px;
    height: 100px;
    padding-top: 20px;
  }
  .scene_li_text_02 {
    padding-top: 12px;
  }
  .scene_li_text span {
    font-size: 20px;
  }
}


/*feature*/
.infolib_feature {
  padding: 80px 0;
}
.feature_li:nth-child(even) {
  background: #F7F7F7;
}
.feature_li_inner {
  margin: 0 auto;
  padding: 60px 0;
  width: 1140px;
}
.feature_li_img ,
.feature_li_txt {
  vertical-align: top;
  display: inline-block;
  margin: 0 40px
}
.feature_li_img {
  width: 400px;
}
.feature_li_img_sp {
  display: none;
}
.feature_li_txt {
  width: 550px;
}
.feature_li_txt_no {
  font-family: ui-rounded;
  font-weight: bold;
  color: #29334F;
  font-size: 60px;
}
.feature_li_txt_ttl {
  font-weight: bold;
  color: #29334F;
  font-size: 23px;
  margin-bottom: 10px;
}
.feature_li_txt_detail {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .feature_li_inner {
    padding: 60px 0;
    width: 90vw;
  }
  .feature_li_img ,
  .feature_li_txt {
    margin: 0 3vw;
  }
  .feature_li_img {
    width: 30vw;
    margin: 0;
  }
  .feature_li_txt {
    width: 52vw;
    margin: -1.25vw 0 0 5vw;
  }
  .feature_li:nth-child(even) .feature_li_txt {
    margin: -1.25vw 5vw 0 0;
  }
  .feature_li_txt_no {
    font-size: 50px;
  }
  .feature_li_txt_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .feature_li:first-child .feature_li_inner {
    padding: 0 0 60px;
  }
  .feature_li_img ,
  .feature_li_txt {
    width: inherit;
  }
  .feature_li_txt {
    margin: 0 0 5vw !important;
  }
  .feature_li_img_sp {
    display: inline-block;
  }
  .feature_li_img_pc {
    display: none;
  }
}

/*case*/
.infolib_case {
  padding: 60px 0;
  background-color: #EEE;
}
.case_ul_wrap {
  margin: 0 auto;
}
.case_ul {
  display: inline-block;
  width: 370px;
  vertical-align: top;
  margin: 0 13px;
}
.case_li {
  text-align: left;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px #29334F40;
  background: #fff;
  border-radius: 10px;
}
.case_li span.case_li_name ,
.case_li a.case_li_link ,
.case_li span.case_li_link {
  position: relative;
  display: block;
  vertical-align: middle;
  color: #29334F;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border-top: 1px solid #29334F40;
}
.case_li a.case_li_link:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #29334F;
  border-right: 3px solid #29334F;
  transform: rotate(-45deg);
}
.case_li a:hover {
  opacity: .8;
}
.case_li span.case_li_name {
  border-top: none;
  font-weight: bold;
  padding-top: 12px;
  font-size: 18px;
}
.case_li span.case_li_more {
  text-align: center;
  padding: 15px;
}
.case_li span.case_li_more .case_li_btn {
  background: #29334F;
  color: #fff;
  border-radius: 10px;
  padding: 5px 40px 7px 20px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.case_li .case_li_btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}
.case_li .case_li_hide {
  display: none;
}
@media screen and (max-width: 1200px) {
  .case_ul {
    width: 28.15vw;
    margin: 0 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .infolib_case {
    padding: 40px 0;
  }
  .case_ul_wrap {
    text-align: center;
  }
  .case_ul {
    margin: 0 2.5vw;
    width: 90%;
  }
  .case_li {
    margin: 0 0 5vw;
    width: 100%;
  }
  .case_li span.case_li_name ,
  .case_li a.case_li_link ,
  .case_li span.case_li_link {
    font-size: 15px;
    padding: 15px 30px 15px 15px;
  }
  .case_li span.case_li_name {
    font-size: 16px;
  }
}

/*料金プラン*/
.infolib_plan {
  padding: 40px 0 120px;
}
.plan_frame {
  border: 2px solid #29334E;
  border-radius: 10px;
  width: 900px;
  margin: 0 auto;
}
.plan_frame:not(:first-child) {
  margin-top: 40px;
}
.plan_frame_ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.plan_frame_basic .plan_frame_ttl {
  background: #29334E;
  padding: 20px;
  font-size: 32px;
}
.plan_frame_option .plan_frame_ttl {
  background: #777;
  padding: 15px;
  font-size: 28px;
}
.plan_frame_txt {
  padding: 40px;
}
.plan_frame_val {
  border-bottom: 2px solid #29334E;
  font-size: 0;
}
.plan_frame_val li:nth-child(even) {
  border-left: 2px solid #29334E;
  padding-left: 30px;
}
.plan_frame_val li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 24px;
  margin-bottom: 30px;
}
.plan_frame_val li span {
  font-weight: bold;
  display: inline-block;
}
.plan_frame_val_item {
  margin-right: 30px;
  font-size: 24px;
}
.plan_frame_val_val {
  font-size: 20px;
  color: #142960;
}
.plan_frame_val_val span {
  font-size: 40px;
  line-height: 1;
}
.plan_frame_option .plan_frame_val_item {
  font-size: 18px;
  margin-right: 10px;
}
.plan_frame_option .plan_frame_val_val {
  font-size: 18px;
}
.plan_frame_option .plan_frame_val_val span {
  font-size: 30px;
}
.plan_frame_txt_ttl {
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 20px;
}
.plan_frame_txt_ttl:not(:first-child) {
  margin: 30px 0 20px;
}
.plan_frame_option .plan_frame_ul {
  width: 430px;
  display: inline-block;
}
.plan_frame_ul li {
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  width: 430px;
}
.plan_frame_ul li:nth-child(even) {
  width: 370px;
}
.plan_frame_ul li:before {
  content: '⚫︎';
  position: absolute;
  color: #142960;
  left: 0;
  top: 0;
}
.plan_frame_ul li span {
  font-weight: bold;
}
.plan_frame_li_val {
  color: #142960;
  padding-left: 10px;
}
.plan_frame_li_val span {
  font-size: 18px;
}
.plan_frame_right_note {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #142960;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 5px;
  width: 380px;
}
.plan_note {
  width: 900px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 950px) {
  .plan_frame {
    width: inherit;
  }
  .plan_frame_basic .plan_frame_ttl {
    padding: 15px;
    font-size: 24px;
  }
  .plan_frame_option .plan_frame_ttl {
    padding: 10px;
    font-size: 22px;
  }
  .plan_frame_txt {
    padding: 20px;
  }
  .plan_frame_val li:nth-child(even) {
    padding-left: 10px;
  }
  .plan_frame_val li {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .plan_frame_val_item {
    margin-right: 20px;
    font-size: 18px;
  }
  .plan_frame_val_val {
    font-size: 16px;
  }
  .plan_frame_val_val span {
    font-size: 28px;
    line-height: 1.5;
  }
  .plan_frame_option .plan_frame_val_item {
    font-size: 16px;
    margin-right: 10px;
  }
  .plan_frame_option .plan_frame_val_val {
    font-size: 12px;
  }
  .plan_frame_option .plan_frame_val_val span {
    font-size: 15px;
  }
  .plan_frame_txt_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .plan_frame_txt_ttl:not(:first-child) {
    margin: 20px 0 20px;
  }
  .plan_frame_option .plan_frame_ul {
    width: inherit;
    display: inline-block;
  }
  .plan_frame_ul li {
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
  }
  .plan_frame_ul li:nth-child(even) {
    width: inherit;
  }
  .plan_frame_li_val {
    color: #142960;
    padding-left: 5px;
  }
  .plan_frame_li_val span {
    font-size: 16px;
  }
  .plan_frame_right_note {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
    width: inherit;
  }
  .plan_note {
    width: 90vw;
    font-size: 13px;
  }
}

/*サポート*/
.infolib_support {
  background: #F7F7F7;
  padding: 40px 0 120px;
}
.support_ul_wrap {
  width: 1200px;
  font-size: 0;
}
.support_li {
  position: relative;
  width: 373px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.support_li:not(:last-child) {
  margin-right: 40px;
}
.support_li_text ,
.support_li_detail {
  margin: 20px;
}
.support_li_text dt ,
.support_li_text dd ,
.support_li_detail dt {
  font-weight: bold;
  text-align: center;
}
.support_li_text dt {
  color :#29334F;
  margin-bottom: 20px;
  font-size: 32px;
}
.support_li_text dd {
  margin-bottom: 20px;
  font-size: 22px;
}
.support_li_detail dt {
  background: #f7f7f7;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}
.support_li_detail dd {
  text-align: left;
  font-size: 16px;
  height: 170px;
  line-height: 1.65;
}
.support_li_detail dd sup {
  vertical-align: top;
}
.support_li_detail_time {
  margin-top: 15px;
}
.support_li_note {
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .support_ul_wrap {
    width: 92vw;
    margin: 0 auto;
  }
  .support_li {
    width: 28.6vw;
  }
  .support_li:not(:last-child) {
    margin-right: 3vw;
  }
  .support_li_text dt {
    font-size: 2.75vw;
  }
  .support_li_text dd {
    font-size: 1.75vw;
  }
  .support_li_detail dt {
    font-size: 1.5vw;
  }
  .support_li_detail dd {
    font-size: 1.2vw;
    height: 13vw;
  }
  .support_li_note {
    bottom: -3vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 750px) {
  .infolib_support {
    padding: 40px 0;
  }
  .support_ul_wrap {
    width: auto;
  }
  .support_li {
    width: inherit;
    margin: 0 5vw 50px !important;
  }
  .support_li_text dt {
    font-size: 28px;
  }
  .support_li_text dd {
    font-size: 20px;
  }
  .support_li_detail dt {
    font-size: 16px;
  }
  .support_li_detail dd {
    font-size: 14px;
    height: auto;
  }
  .support_li_note {
    bottom: -28px;
    font-size: 13px;
  }
}

/*faq*/
.infolib_faq {
  padding: 60px 0;
  background-color: #eee;
}
.faq_ul {
  width: 1000px;
  margin: 0 auto;
}
.faq_ul .faq_li {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.faq_ul .faq_li .faq_q ,
.faq_ul .faq_li .faq_a {
  display: inline-block;
  border-radius: 25px;
  padding: 10px;
  font-size: 28px;
  line-height: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: top;
  font-family: ui-rounded;
}
.faq_ul .faq_li .faq_q {
  color: #29334F;
  background: #f7f7f7;
}
.faq_ul .faq_li .faq_a {
  color: #fff;
  background: #29334F;
}
.faq_a_wrap {
  margin-top: 20px;
}
.faq_ul .faq_li .faq_q_text {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: 880px;
  font-size: 18px;
  color: #29334F;
}
.faq_ul .faq_li .faq_a_text {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: 880px;
  font-size: 16px;
}
.faq_ul .faq_li .faq_q_text span ,
.faq_ul .faq_li .faq_a_text span {
  font-weight: bold;
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .faq_ul {
    width: 90vw;
  }
  .faq_ul .faq_li .faq_q_text ,
  .faq_ul .faq_li .faq_a_text {
    width: calc( 90vw - 110px );
  }
}

@media (max-width: 750px) {
  .infolib_faq {
    padding: 40px 0;
  }
  .faq_ul {
    width: 100%;
  }
  .faq_ul .faq_li {
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .faq_ul .faq_li .faq_q ,
  .faq_ul .faq_li .faq_a {
    border-radius: 40px;
    padding: 8px;
    font-size: 22px;
    line-height: 1;
    width: 40px;
    height: 40px;
  }
  .faq_ul .faq_li .faq_q_text {
    width: calc(100% - 40px);
    font-size: 15px;
    padding: 10px 0 0 10px;
  }
  .faq_ul .faq_li .faq_a_text {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 10px 0 0 10px;
  }
}

/*出典*/
.infolib_source {
  padding: 50px 0 10px;
}
.source_wrap {
  width: 1000px;
  margin: 0 auto;
}
.source_inner {
  color: #666;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media (max-width: 1200px) {
  .source_wrap {
    width: 90vw;
  }
}
@media (max-width: 750px) {
  .infolib_source {
    padding: 40px 0 10px;
  }
  .source_wrap {
    width: 100%;
  }
}

/*フッター*/
footer {
  padding: 40px 0;
}
footer .footer-inner{display: block;margin:0 auto;width:1200px;text-align:center}footer .footer-inner .c-footer__nav--com{font-size:12px;line-height:1.75}footer .footer-inner .c-footer__nav ul{padding-left:0;list-style:none}footer .footer-inner .c-footer__nav li{margin-top:.5em;margin-right:.75em;margin-bottom:.5em;margin-left:.75em;display:inline-block;vertical-align:middle}footer .footer-inner .c-footer__nav a{color:#191919;text-decoration:none}footer .footer-inner .c-footer__nav a:hover{color:#191919;text-decoration:underline;opacity:1}footer .footer-inner .c-footer__nav a:visited{color:#191919}footer .footer-inner .c-footer__copy{margin:3em auto 1em;font-size:12px;text-align: center;}
@media screen and (max-width: 750px) {
  footer .footer-inner {
    width: auto;
  }
}

/*活用シーン詳細ページ*/
.scene_detail_wrap {
  padding: 100px 0 120px;
  font-size: 0;
}
.scene_detail_h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}
.scene_detail {
  display: inline-block;
  width: 560px;
}
.scene_detail:nth-child(even) {
  margin: 0 60px 0 5px;
}
.scene_detail_ul {
  font-size: 0;
  position: relative;
}
.scene_detail_li {
  display: inline-block;
}
.scene_detail_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 140px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.scene_detail_text span {
  font-weight: bold;
  color: #990000;
}
.scene_detail_text:after {
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  border: 30px solid transparent;
  border-left: 40px solid #f7f7f7;
}
.scene_detail_img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px 0 0 50px;
}
.scene_detail_solve_wrap {
  position: relative;
  margin-top: 90px;
}
.scene_detail_solve_wrap:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -12px;
  width: 35px;
  height: 52px;
  background: url("../img/scene_arr.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.scene_detail_li_solve {
  padding: 45px 40px 30px;
  text-align: center;
  margin-top: 40px;
  border: solid 2px #142960;
  position: relative;
}
.scene_detail_li_solve_title {
  position: absolute;
  background: #29334F;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  top: -25px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  font-size: 26px;
}
.scene_detail_li_solve_text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.scene_detail_li_solve_text span {
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 60%, #eaa 60%);
}
.scene_detail_li_solve_img img {
  width: 470px;
}
.scene_detail_ul_01 .scene_detail_li_inner {
  height: 230px;
}
.scene_detail_ul_02 .scene_detail_li_inner {
  height: 160px;
}
.scene_detail_ul_03 .scene_detail_li_inner {
  height: 160px;
}
.scene_detail_contact {
  background: #f7f7f7;
  padding: 40px 10px 80px;
  text-align: center;
}
.scene_detail_contact_text {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .scene_detail_wrap {
    padding: 80px 0 100px;
  }
  .scene_detail_h3 {
    font-size: 32px;
  }
  .scene_detail {
    width: 45vw;
  }
  .scene_detail:nth-child(even) {
    margin: 0 5vw 0 0;
  }
  .scene_detail_li {
  }
  .scene_detail_text {
    width: 32vw;
    height: 12.5vw;
    padding: 2vw;
    font-size: 1.35vw;
  }
  .scene_detail_img {
    width: 9.5vw;
    height: 9.5vw;
    margin: 1.5vw 0 0 3vw;
  }
  .scene_detail_solve_wrap {
    margin-top: 8vw;
  }
  .scene_detail_solve_wrap:before {
    top: -5.5vw;
    margin-left: -1vw;
    width: 3.25vw;
    height: 5.2vw;
  }
  .scene_detail_li_solve {
    padding: 3.75vw 2.5vw 3vw;
    margin-top: 4vw;
  }
  .scene_detail_li_solve_title {
    padding: 0.5vw 0;
    top: -2vw;
    margin-left: -9.5vw;
    width: 19vw;
    font-size: 2.25vw;
  }
  .scene_detail_li_solve_text {
    font-size: 1.35vw;
  }
  .scene_detail_li_solve_img img {
    width: 100%;
  }
  .scene_detail_ul_01 .scene_detail_li_inner {
    height: 18.5vw;
  }
  .scene_detail_ul_02 .scene_detail_li_inner {
    height: 14vw;
  }
  .scene_detail_ul_03 .scene_detail_li_inner {
    height: 14vw;
  }
}
@media screen and (max-width: 750px) {
  .scene_detail_wrap {
    padding: 60px 0 80px;
  }
  .scene_detail_h3 {
    font-size: 32px;
  }
  .scene_detail {
    width: 100%;
  }
  .scene_detail:nth-child(even) {
    margin: 0 0 60px;
  }
  .scene_detail_li {
  }
  .scene_detail_text {
    width: 60vw;
    height: 25vw;
    padding: 4vw;
    font-size: 2.75vw;
  }
  .scene_detail_img {
    width: 20vw;
    height: 20vw;
    margin-left: 5.75vw;
    margin-top: 2.75vw;
  }
  .scene_detail_solve_wrap {
    margin-top: 12vw;
  }
  .scene_detail_solve_wrap:before {
    top: -9vw;
    margin-left: -2vw;
    width: 6vw;
    height: 10vw;
  }
  .scene_detail_li_solve {
    padding: 6.5vw 5vw 6vw;
    margin-top: 6vw;
  }
  .scene_detail_li_solve_title {
    padding: 4px 0;
    top: -20px;
    margin-left: -100px;
    width: 200px;
    font-size: 20px;
  }
  .scene_detail_li_solve_text {
    font-size: 2.6vw;
  }
  .scene_detail_li_solve_img img {
    width: 90%;
  }
  .scene_detail_ul_01 .scene_detail_li_inner ,
  .scene_detail_ul_02 .scene_detail_li_inner ,
  .scene_detail_ul_03 .scene_detail_li_inner  {
    height: auto;
    margin: 0 0 3vw;
  }
}

/*お問い合わせページ*/
.contact_thanks {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding-top: 60px; 
}
.contact_txt {
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.contact_txt_thanks {
  text-align: center;
  font-size: 38px;
  margin: 100px 0;
  color: #666;
}
.contact_form iframe ,
.apply_form iframe {
  padding-top: 40px;
  width: 100%;
  height: 1600px;
}
.contact_btn {
  text-align: center;
  padding: 60px 0 120px;
}
@media screen and (max-width: 750px) {
  .contact_thanks {
    font-size: 24px;
  }
  .contact_txt {
    font-size: 16px;
  }
  .contact_txt_thanks {
    font-size: 7.25vw;
    margin: 80px 0;
  }
  .contact_form iframe ,
  .apply_form iframe {
    padding-top: 30px;
    height: 1750px;
  }
  .contact_btn {
    padding: 40px 0 100px;
  }
  .contact_btn .bottom_btn_contact {
    width: 65vw;
    font-size: 4vw;
  }
}

