@charset "UTF-8";

/* --------------------------------

style

-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #272727;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.main {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

#lp_contents,
.header {
  font-size: 9.833px;
}

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

a {
  display: block;
  text-decoration: none;
}

p {
  color: #272727;
  font-size: 2em;
  text-align: justify;
}

h2 {
  text-align: center;
  color: #fff;
  padding: 3.2em 0;
  margin-top: 10em;
}

h2 span {
  display: inline-block;
  font-size: 2em;
  margin-bottom: .5em;
  border-bottom: #fff solid 1px;
  line-height: 1.5em;
}

h2 p {
  color: #fff;
  font-size: 4.4em;
  font-weight: 900;
  line-height: 1.4em;
  text-align: center;
}

@media (max-width: 1180px) {

  #lp_contents,
  .header {
    font-size: 0.833vw;
  }
}

@media (max-width: 750px) {

  #lp_contents,
  .header {
    font-size: 2.666vw;
  }

  p {
    font-size: 1.4em;
  }

  h2 {
    padding: 1.6em 0;
    margin-top: 3.2em;
  }

  h2 span {
    font-size: 1.4em;
    margin-bottom: .5em;
    line-height: 1.7em;
  }

  h2 p {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2em;
  }

}

/* スマホのみ改行 */
.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media (max-width: 750px) {
  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }
}

.flex_contents {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 750px) {
  .flex_contents {
    flex-direction: column;
  }
}

.com_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  background-color: #fff;
  border: .2em solid #0B9F6B;
  border-radius: 6px;
  padding: 1.5em;
}

.com_btn span {
  font-size: 3em;
  font-weight: 600;
  color: #0B9F6B;
}

@media (max-width: 750px) {
  .com_btn span {
    font-size: 2em;
  }
}


/* *, *::after, *::before {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
			font-size: 62.5%;
}

body {
			font-size: 1.6rem;
			font-family: "Roboto","Open Sans","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
			color: #293e7f;
			background-color: #ffffff;
			-webkit-text-size-adjust: 100%;
			width: 100%;
}

a {
			color: #2c97de;
			text-decoration: none;
}
img {
			max-width: 100%;
			height: auto;
			width :auto;
}

h2 {
			font-size:180%;
}
.container {
			width: 100%;
			overflow: hidden;
}
.txt {
			margin: 10px;
			line-height: 1.5em;
			font-size: 1.1em;
			color: #4d4d4d;
}

.txt_min {
			margin: 10px;
			line-height: 1.5em;
			font-size: 1.1em;
			color: #4d4d4d;
			min-width :250px;
} */

.banner {
  padding: 15px 0;
  text-align: center;
}

/*バナー1個用*/

.banner2 {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/*バナー2個横並び用*/

.banner2 p {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0 10px;
}

.banner3 {
  max-width: 440px;
  margin: 0 auto;
}

.banner4 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/*バナー2個横並び用*/



/* --------------------------------

Header

-------------------------------- */
header {
  margin: 1em auto 1em;
  padding-left: 0px;

}

header #logo {
  border: medium none;
  float: left;
  margin: 0;
  padding-left: 0;
}

.con {
  width: 100%;
}

.right {
  float: left;
}

.right ul li {
  float: left;
  padding-right: 0.5em;
}





/* @media screen and (max-width: 700px) {
.Showcase {
    flex-direction: column;
  }

} */



/* --------------------------------

Main

-------------------------------- */
.main {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

.visual {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1em;
}

.btn_area {
  margin-left: 3em;
}

.trialbeta {
  float: left;
  margin-left: 20em;
}

.Inquiry {
  float: left;
  margin-left: 2em;
}

/* --------------------------------

NEWS

-------------------------------- */
.news_area {
  background-color: #bbdbf3;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.news_area a {
  color: #333;
  font-size: 1.4em;
}

.news_area a:hover {
  text-decoration: underline;
}

/*.news_area::before {
    position: absolute;
    left: 45%;
    bottom: -30px;
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 40px 60px 0;
    border-color: #999999 transparent;
    content: "";
}*/
.news_main,
.main_about,
.main_feature,
.motion_area,
.sns_area {
  max-width: 1180px;
  overflow: hidden;
  margin: 10px auto 0;
  padding: 2em 1em 2em 1em;
}

.news_main h2 {
  font-weight: bold;
  font-size: 1.0em;
  color: #333;
  padding-left: 0;
  margin-bottom: 10px;
}

.news_main>dl {
  margin: 0 0 0 10px;
  color: #333;
  line-height: 1.3em;
}

.news_main>dl dt {
  font-size: 0.8em;
  display: block;
  clear: left;
  float: left;
}

.news_main>dl dd {
  font-size: 0.8em;
  margin: 0 0 5px 20px;
  display: block;
  float: left;
  text-align: left;
}

.news_main>dl dd a {
  font-size: 1em;
}

.news_main>dl dd span {
  background-color: #293e7f;
  color: #fff;
  padding: 0 2px;
}








/* --------------------------
     スマホ向け
-------------------------- */
@media only screen and (max-width: 480px) {
  header {
    margin: 0.5em auto 1em;
  }

  header #logo {
    margin-bottom: 0.5em;
    width: 50%;
  }

  #right_btn {
    float: right;
    width: 20%;
  }

  #yacho,
  #gemba {
    width: 30%;
  }

  #dld {
    width: 20%;
    padding: 3px;
  }

  #left_btn,
  #top_btn,
  #trial,
  #contact,
  #media,
  #contact02 {
    width: 20%;
    padding: 3px;
  }

  header ul.right li {
    margin-bottom: 1em;
  }

  .btn_area {
    margin-left: 0;
  }

  .news_main {
    padding-top: 10px;
  }

  .news_main h2 {
    font-size: 1.0em;
  }

  .news_area::before {
    left: 35%;
  }

  .news_area dl dt {
    font-size: 1.0em;
  }

  .news_area dl dd {
    padding: 0;
    line-height: 1.5em;

  }

  .left_box {
    width: 100%;
  }

  .left_box h3 {
    font-size: 1.8em;
  }

  .left_biz h3 {
    font-size: 1.3em;
    color: #6699cc;
    font-weight: bold;
    line-height: 1.5em;
  }


  .about_area:before,
  .about_area:after,
  .feature_area:before,
  .feature_area:after {
    left: 40%;
  }

  .left_inta img {
    width: 68%;
  }

  .feature_area .sub_feat {
    width: 100%;
    margin: 0;
  }

  .txt_area {
    margin-left: 0;
    width: 100%;
  }

  .title_feat img {
    margin: 0 auto;
    display: block;
    float: none;
  }

  .main_motion h2 {
    font-size: 2em;
  }

  .motion_area {
    padding: 0px;
    margin: 15px 0;
  }

  .txt02 {
    font-size: 1.5em;
  }

  .Inquiry_btn {
    width: 75%;
  }

  .list_links {
    float: none !important;
  }

  .list_links:first-child {
    width: 100% !important;
    margin-left: 2em !important;
  }

  .list_links:nth-child(2) {
    width: 100% !important;
    margin-left: 2em !important;
  }

  .list_links:nth-child(3) {
    width: 100% !important;
    margin-left: 2em !important;
  }

  .list_links:nth-child(4) {
    width: 100% !important;
    margin-left: 2em !important;
  }

  .copyRight {
    margin-left: 10px !important;
  }

  .tw_plgin {
    padding: 0 0 10px 0;
  }

  .mov {
    flex-direction: column;
  }


  /* #seminar dl{
	background-color:#0a9f6b;
	color:#fff;
	width: 100%;
	margin:2em 0;
	line-height:1.8em;
}


#seminar dt{
	padding: 0.5em;
	font-size:1.1em;
	font-weight:500;
}

#seminar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: #F0F8FF;
	color:#333;
}

#seminar{
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:2em 0.5em 2.5em;
	line-height:1.5em;
	overflow:hidden;
} */
  /*ウェビナー*/
  #webinar dl {
    background-color: #1766be;
    color: #fff;
    width: 100%;
    margin: 2em 0;
    line-height: 1.5em;
  }

  #webinar dd {
    padding: 0.5em 0.5em 0.5em 1em;
    background: #f5f8fc;
    color: #333;
  }

  /*ウェビナー　end*/


  /* .Function p {
	margin: 0.5em 0;
}
.Function ul li {
	margin-left:0.5em;
	line-height:1.5em;
} */

}

@media only screen and (min-width:481px) and (max-width:767px) {
  header #logo {
    float: none;
    width: 30%;
  }

  header ul.right {
    float: none;
  }

  #right_btn {
    width: 15%;
    float: right;
  }

  #yacho {
    width: 30%;
  }

  #dld {
    width: 15%;
    padding: 3px;
  }

  #left_btn,
  #top_btn,
  #contact,
  #media {
    width: 15%;
  }

  #contact02 {
    width: 54%;
  }

  .Inquiry_btn {
    width: 80%;
  }

  .copyRight {
    float: none !important;
    margin-left: 10px !important;
  }

  .tw_plgin {
    padding: 0 0 10px 0;
  }

}

/* --------------------------
     タブレット向け
-------------------------- */
@media only screen and (max-width: 768px) {
  /* .con {
    width: 60%;
    margin: 0 auto;
  } */

  header ul.right li {
    margin-bottom: 1em;
  }


  #right_btn {
    width: 15%;
    float: right;
  }

  .trialbeta {
    margin-left: 0;
    width: 30%;
  }

  .ddl {
    float: left;
    margin-left: 10px;
    width: 40%;
  }

  .Inquiry {
    width: 40%;
  }

  .fb_plgin {
    width: 40%;
  }

  .tw_plgin {
    margin-right: 10px;
    width: 40%;
  }

  /* .seminarttl h2 {
	font-size:1.4em;
} */
  #menuList {
    margin: 0 auto;
  }

  #menuList ul li {
    width: 108px;
    height: 40px;
    float: left;
    border-left: #aaa 1px solid;
    box-sizing: border-box;
    font-size: 85%;
  }

}

@media only screen and (max-width: 1023px) {
  .trialbeta {
    margin-left: 20px;
    width: 25%;
  }

  .left_biz h3 {
    font-size: 1.8em;
    color: #6699cc;
    font-weight: bold;
    line-height: 1.5em;
  }

  .ddl {
    float: left;
    margin-left: 25px;
    width: 25%;
  }

  .Inquiry {
    width: 25%;
  }

  /* .right_feat {} */

  .fb_plgin {
    width: 44%;
  }

  .tw_plgin {
    margin-right: 10px;
    width: 44%;
  }

  /* .right_feat {} */

  #yacho {
    width: 20%;
  }

  #dld,
  #trial,
  #contact {
    width: 18%;
    padding: 6px 5px 5px 0;

  }

  #media {
    width: 18%;
    padding: 6px 0 5px 0;
  }

  /* #seminar dl{
	background:#0a9f6b;
	color:#fff;
	width: 100%;
	margin:2em 0;
	line-height:1.5em;
}

#seminar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: #eafef7;
	color:#333;
} */
  /*ウェビナー^*/
  #webinar dl {
    background: #1766be;
    color: #fff;
    width: 100%;
    margin: 2em 0;
    line-height: 1.5em;
  }

  #webinar dd {
    padding: 0.5em 0.5em 0.5em 1em;
    background: #f5f8fc;
    color: #333;
  }

  /*ウェビナーend^*/
}

/* --------------------------
     PC向け
-------------------------- */
@media only screen and (min-width: 1024px) {
  header {
    background-color: #fff;
    height: 115px;
    position: fixed;
    width: 100%;
    z-index: 100;
    margin-top: 0;
  }

  #yacho {
    width: 20%;
  }

  #media,
  #dld,
  #trial,
  #contact {
    width: 20%;
    padding: 6px 0px 0 0;
    text-align: right;
  }

  .con {
    max-width: 1180px;
    margin: 15px auto 0;
  }

  .right {
    float: right;
  }

  .main {
    padding-top: 90px;
  }

  .btn_area {
    width: 100%;
  }

  .trialbeta {
    margin-left: 20px;
    width: 30%;
  }

  .ddl {
    float: left;
    margin-left: 15px;
    width: 30%;
  }

  .Inquiry {
    width: 30%;
  }

  .fb_plgin {
    width: 500px;
  }

  .tw_plgin {
    margin-right: 10px;
    width: 500px;
  }

  .left_box {
    width: 62%;
    float: left;
  }

  .right_box {
    float: right;
  }

  .left_inta {
    width: 40%;
    float: left;
  }

  .right_you {
    width: 58%;
    float: right;
    padding-top: 0;
  }

  .left_inta2 {
    width: 50%;
    float: left;
  }

  .right_you2 {
    width: 50%;
    float: right;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .right_you iframe {
    position: relative;
    height: 315px;
    width: 560px;
  }



  /*thanks.html動画用*/
  .douga {
    width: 58%;
    padding-top: 5px;
  }

  .douga iframe {
    position: relative;
    height: 315px;
    width: 560px;
  }


  .left_biz {
    width: 60%;
    float: left;
  }

  .left_biz h3 {
    font-size: 2em;
    color: #6699cc;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5em;
  }

  .right_bizimg {
    width: 40%;
    float: left;
  }

  .left_feat {
    float: left;
    width: 57%;
  }

  /* .title_feat {} */

  .right_feat {
    float: right;
  }
}

/* --------------------------------

PageTop

-------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 1000;
}

.pagetop a {
  display: block;
  background-color: #c4820e;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.8;
}

.pagetop a:hover {
  display: block;
  background-color: #d7ab5d;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 1.0;
}

/* --------------------------------

Footer

-------------------------------- */
footer {
  font-size: 100%;
  color: #fff;
  background-color: #aaa;
  padding: 1em;
  width: 100%;
}

footer .menu {
  float: left;
}

footer .menu a {
  color: #fff;
}

footer address {
  float: right;
}

.footer_links {
  padding-top: 25px;
  max-width: 1180px;
  margin: 0 auto;
}

.footerNavi {
  max-width: 1180px;
  margin: 0 auto;
}

/* --------------------------------
角丸枠
-------------------------------- */

.border-solid {
  font-size: 120%;
  text-align: center;
  margin: 50px 20px 0;
  padding: 0.5em;
  line-height: 1.8em;
  border: solid 3px #293e7f;
  border-radius: 5px;
}



/* --------------------------------

clearfix

-------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}


/*事例会社情報*/
/* .info_case {
    border: 1px solid #bbdbf3;
    padding: 25px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
} */

/*本文を囲むdiv*/
/* .box_case {
    clear: both;
    padding-top: 25px;
    font-size: 0.97em;
    line-height: 1.8em;
    color: #666666;
} */

/*本文を囲むdiv_Clearfix*/
/* .box_case:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;} */

/*本文を囲むdiv_最後尾のスペース調整*/
/* .box_case_end {
    margin-bottom: 70px;
} */

/*本文を囲むdiv_文中のスペース調整*/
/* .box_case_top {
    padding-top: 10px;
} */








/* ipadとハンバーガー対応グローバルナビ */

#nav_inner {
  z-index: 100;
  position: relative;
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
  background-color: #fff;
}

#nav {
  width: 1100px;
  margin: auto;
}

#nav>a {
  display: none;
}

#nav li {
  position: relative;
  z-index: 3;
}

#nav li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#nav li a:active {
  background-color: #e6e6e6 !important;
}

#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  /* 5 */
  border-bottom: none;
  border-top-color: #d1d1d1;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
  /* 5 */
}

/* first level */
#nav>ul {
  height: 2.8rem;
  background-color: #fff;
}

#nav>ul>li {
  width: 16.6%;
  height: 100%;
  float: left;
}

#nav>ul>li>a {
  height: 100%;
  font-size: 100%;
  font-weight: bold;
  color: #333;
  line-height: 2.8;
  text-align: center;
  /* margin:4px 0 0 0; */
  /* border-bottom:4px solid #949ebf; */
}

/* #nav>ul>li>a.active {
  border-bottom:4px solid #063;
} */

#nav ul li:first-child {
  border-left: 1px dotted #fff;
}

#nav>ul>li>a {
  border-right: 1px dotted #fff;
}

#nav>ul>li:hover>a,
#nav>ul:not( :hover)>li.active>a {
  color: #333;
  background-color: #CCC;
}

/* second level */
#nav li ul {
  background-color: #ccc;
  display: none;
  position: absolute;
  top: 100%;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav li:not( :first-child):hover ul {
  left: -1px;
}

#nav li ul a {
  font-size: 85%;
  line-height: 120%;
  color: #333;
  border-top: 1px solid #fff;
  padding: 0.5em;
  /* 15 (20) */
}

#nav li ul font {
  color: #ff0000;
  font-weight: bolder;
}

#nav li ul li a:hover,
#nav li ul:not( :hover) li.active a {
  background-color: #fff;
}





/* second level */
#nav li ul {
  background-color: #ccc;
  display: none;
  position: absolute;
  top: 100%;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav li:not( :first-child):hover ul {
  left: -1px;
}

#nav li ul a {
  font-size: 85%;
  line-height: 120%;
  color: #333;
  border-top: 1px solid #fff;
  padding: 0.5em;
  /* 15 (20) */
}

#nav li ul font {
  color: #ff0000;
  font-weight: bolder;
}

#nav li ul li a:hover,
#nav li ul:not( :hover) li.active a {
  background-color: #fff;
}



@media only screen and (max-width: 64em)
/* 1024 */
  {
  #nav {
    width: 100%;
    position: static;
    margin: 0;
  }
}


@media only screen and (max-width: 40em)
/* 640 */
  {
  html {
    font-size: 75%;
    /* 12 */
  }




  #nav {
    position: relative;
    top: auto;
    left: auto;
  }

  #nav li a {
    color: #ccc;
    display: block;
    text-decoration: none;
  }

  #nav>a {
    width: 3.125em;
    /* 50 */
    height: 3.125em;
    /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #fff;
    position: relative;
  }

  #nav>a:before,
  #nav>a:after {
    position: absolute;
    border: 2px solid #ccc;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }

  #nav>a:after {
    top: 60%;
  }

  #nav:not( :target)>a:first-of-type,
  #nav:target>a:last-of-type {
    display: block;
  }

  /* first level */
  #nav>ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  #nav:target>ul {
    display: block;
  }

  #nav>ul>li {
    width: 100% !important;
    float: none;
  }

  #nav>ul>li>a {
    width: 100%;
    height: auto;
    color: #000;
    text-align: left;
    padding: 0 0.833em;
    /* 20 (24) */
    border-bottom: 1px solid #d3d3d3;
  }

  #nav>ul>li:not( :last-child)>a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
  }

  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
  }
}


/* ヘッダーマーク */
/* .seminar_mark {
	width: 80px;
	display: inline-block;
	text-align: center;
	padding: 0.2em;
	margin: 10px 0 0 10px;
	color: #000;
	font-size: 11px;
  border: solid 1px #000000;
	vertical-align: top;
}
.eminar_mark p {
	margin: 0;
	padding: 0;
} */


/* ボルドーバナー 背景 */
#btn-bordeaux {
  width: 100px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  padding: 10px 0 10px;
  background: #ab3737;
  border-radius: 20px;
}

/* アンカーズレ調整 */

.contentsanchor {
  padding-top: 20px;
}

.contentsanchor_inner {
  padding-top: 100px;
  margin-top: -100px;
}

.contentsanchor_inner2 {
  padding-top: 200px;
  margin-top: -200px;
}

/* レスポンシブ画像切り替え */
.pc_img {
  display: block !important;
  text-align: center;
}

.sp_img {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .pc_img {
    display: none !important;
  }

  .sp_img {
    display: block !important;
    text-align: center;
  }
}



/* スマホのみ改行 */
.br-sp {
  display: none;
}

@media (max-width: 800px) {
  .br-sp {
    display: block;
  }
}

/* ここまで */


/* スマホ表示文字サイズ */
@media only screen and (max-width: 700px) {
  .ttl h2 {
    margin: 0 0 30px;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    /*border-bottom:solid 2px #048a3a;*/
    background: #293e7f;
    margin: 0.5em 0;
    padding: 20px 0 15px;
    text-align: center;
    position: relative;
  }

  /* .Function section > h3{
			font-weight:bold;
			font-size: 2.1rem;
			line-height:1.5;
			border-bottom: solid 3px #bbdbf3;
			margin:0 auto;
			padding:0.5em;
			width:100%;
			text-align:center;
		}

	.Function ul li {
		font-size: 1.6rem;
		} */

  .txt {
    margin: 10px;
    line-height: 1.7em;
    font-size: 1.0em;
    color: #4d4d4d;
    text-align: left;
  }

  .txt_min {
    margin: 10px;
    line-height: 1.7em;
    font-size: 1.0em;
    color: #4d4d4d;
    /* text-align: center; */
    min-width: 100px;
  }

  .sub {
    font-size: 2.2rem;
    color: #391463;
    font-weight: 600;
    margin: 20px 10px 20px 10px;
    line-height: 1.8em;
    text-align: left;
  }

  p {
    /* margin: 0em 1em; */
    line-height: 1.6em;
  }
}


/* 黄色リボン */

.ribbon {
  display: inline-block;
  position: relative;
  height: 20px;
  /*高さ*/
  line-height: 20px;
  /*高さ*/
  text-align: center;
  padding: 0 10px 0 5px;
  /*文字の左右の余白*/
  font-size: 15px;
  background: #FABE00;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
  margin-left: 10px;
}

.ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 10px 5px 10px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}




.gold {
  color: #ACB6E5;
  /*非対応のブラウザでの文字色を設定*/
  background: -webkit-linear-gradient(0deg, #cc9900, #ffcc00);
  /*背景色にグラデーションを指定*/
  -webkit-background-clip: text;
  background-clip: text;
  /* 将来の標準対応 */
  /*テキストでくり抜く*/
  -webkit-text-fill-color: transparent;
  /*くり抜いた部分は背景を表示*/
}




/* 水色のDLボタン */
.btn_logodl,
a.btn_logodl {
  margin: 10px 0;
  padding: 10px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #00a2c9;
  color: #fff;
  font-size: 15px;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #ddd;
  -moz-box-shadow: 2px 2px 3px 1px #ddd;
  -webkit-box-shadow: 2px 2px 3px 1px #ddd;
  display: block;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  width: 210px;
}



/*--------　-------*/
/*パンくずリスト*/
.breadcrumbslist {
  color: #666666;
  font-size: 0.85em;
  margin-bottom: 50px;
}

a.home_breadcrumbslist {
  color: #666666;
  text-decoration: none;
}

a.home_breadcrumbslist {
  color: #666666;
  text-decoration: none;
}

a.home_breadcrumbslist:hover {
  color: #7b7b7b;
  text-decoration: underline;
}

a.home_breadcrumbslist:visited {
  color: #666666;
  text-decoration: underline;
}



.webinar {
  flex: 1;
  margin: 25px;
  border-radius: 10px;
  border: 3px solid #dcdcdc;
  /* background: #F5F0CF; */
  padding: 15px;
}


@media only screen and (max-width: 700px) {
  .webinar {
    flex: 1;
    margin: 10px;
    border-radius: 10px;
    border: 3px solid #dcdcdc;
    /* background: #F5F0CF; */
    padding: 0px;
  }
}


/* --------------------------------

LPからの追加

-------------------------------- */




/* --------------------------------
fv
-------------------------------- */
.fv {
  /* padding-top: 80px; */
  padding-top: 1em;
  margin: 0 auto;
  width: 100%;
}

.fv iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (max-width: 750px) {
  .fv {
    padding-top: 7em;
  }
}

/* --------------------------------
offer
-------------------------------- */
.offer_download {
  background-color: #FFF7C1;
  padding: 6.4em 0;
}

.offer_download_btn {
  width: 71em;
  margin: auto;
}

.offer_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 4.8em;
  padding: 6.4em 0;
}

.offer_btn_wrap img {
  width: 37.7em;
}

@media (max-width: 750px) {
  .offer_download {
    padding: 3.2em 0;
  }

  .offer_download_btn {
    width: 34em;
  }

  .offer_download_btn img {
    width: 100%;
  }

  .offer_btn_wrap {
    align-items: center;
    flex-direction: column;
    gap: 2.6em;
    padding: 3.2em 0;
  }

  .offer_btn_wrap img {
    width: 30em;
  }
}

/* --------------------------------
movie
-------------------------------- */
.movie {
  padding-bottom: 3em;
}

.movie h2 {
  padding-top: 0em;
}

.movie_wrap {
  margin: 1em auto 6.4em;
  width: 69em;
}

.movie_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.movie_txt_01 {
  width: 55em;
  margin: auto;
}

.movie_txt_02 {
  width: 56.8em;
  margin: auto;
}

@media (max-width: 750px) {
  .movie_wrap {
    margin: .5em auto 4.6em;
    width: 34em;
  }

  .movie_txt_01 {
    width: 31.4em;
  }

  .movie_txt_02 {
    width: 25em;
  }

}

/* --------------------------------
seminar
-------------------------------- */
.seminar {
  padding-bottom: 3em;
}

.seminar h2 {
  background-color: #0D2A85;
}

.seminar .flex_contents {
  align-items: stretch;
  gap: 2.4em;
  width: 84em;
  margin: auto;
  padding-top: 8em;
}

.seminar .flex_contents img {
  width: 36.4em;
}

.seminar .seminar_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.seminar .seminar_txt p {
  font-weight: 700;
  line-height: 2em;
}

@media (max-width: 750px) {
  .seminar {
    padding-bottom: 5em;
  }

  .seminar .flex_contents {
    width: 100%;
    padding: 3em 1.6em 0;
  }

  .seminar .flex_contents img {
    width: 100%;
  }

  .seminar .seminar_txt {
    gap: 4em;
  }

  .seminar .seminar_txt p {
    line-height: 1.7em;
  }
}

/* --------------------------------
point
-------------------------------- */
.point h2 {
  background-color: #E89111;
}

.point .point_ttl {
  display: inline-block;
  width: 6.4em;
  margin-right: .1em;
  margin-bottom: -0.1em;
}

.point .inner {
  background-image: repeating-linear-gradient(130deg, #fff4ac, #fff4ac .3em, transparent .3em, transparent .6em);
  padding: 10em;
}

.point_contents {
  background-color: #fff;
  padding: 6.4em;
  margin-bottom: 6.4em;
}

.point_num {
  color: #B9312B;
  background-color: #fff;
  border: #B9312B solid 1px;
  border-radius: 5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0 1.5em;
  margin-bottom: 2.4em;
  width: fit-content;
}

.point .flex_contents {
  justify-content: space-between;
  align-items: center;
}

.point h3 {
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1.5em;
}

.point h3 span {
  color: #6D6D6D;
}

.point_img {
  width: 30em;
}

.point h4 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: .8em;
}

.point_txt {
  flex: 1;
  width: 47em;
}

.point_txt p {
  color: #6D6D6D;
  line-height: 1.6em;
}

.point_arrow {
  margin: 0 2.4em 0 3em;
}

.point_red {
  color: #fff;
  background-color: #B9312B;
  border-radius: .8em;
  width: 29.7em;
  height: 27.2em;
  padding: 1.8em;
  text-align: center;
  align-content: center;
}

.point_red span {
  font-size: 2.4em;
  line-height: 1.3em;
}

.point_red p {
  color: #fff;
  font-size: 3.2em;
  line-height: 1.5em;
  text-align: center;
}

.point_border {
  background: #DADADA;
  width: 100%;
  height: .2em;
  margin: 4em 0;
}

@media (max-width: 750px) {
  .point .point_ttl {
    width: 5.1em;
    margin-bottom: 0em;
  }

  .point .inner {
    padding: 5em 1.6em 1em;
  }

  .point_contents {
    padding: 2.5em;
    margin-bottom: 15em;
  }

  .point_contents:last-of-type {
    margin-bottom: 12em;
  }

  .point_num {
    font-size: 1.4em;
    padding: 0 1.8em;
    margin: -2.5em auto 1em;
  }

  .point h3 {
    font-size: 2.4em;
    line-height: 1.3em;
    text-align: center;
  }

  .point_img {
    width: 22em;
    margin-top: 2em;
  }

  .point h4 {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    padding-top: 1.2em;
  }

  .point_txt {
    width: 100%;
  }

  .point_txt p {
    line-height: 2em;
  }

  .point_arrow {
    margin: 2.4em 0 1.6em;
    transform: rotate(90deg);
  }

  .point_red {
    border-radius: .4em;
    width: 27em;
    height: auto;
    padding: 1em;
    margin-bottom: -8.5em;
  }

  .point_contents:first-of-type .point_red {
    margin-bottom: -7.5em;
  }

  .point_red span {
    font-size: 1.4em;
    line-height: 1.7em;
  }

  .point_red p {
    font-size: 2em;
  }

  .point_border {
    display: none;
  }
}

/* --------------------------------
function
-------------------------------- */
.function h2 {
  background-color: #B9312B;
}

.function .inner {
  background-color: #F1F1F1;
  padding: 10em 6em;
}

.function_contents {
  display: flex;
  flex-direction: column;
  gap: 5.5em;
  background-color: #fff;
  border-radius: 2.4em;
  padding: 5.6em;
  padding-right: 7em;
  margin-bottom: 6em;
}

.function .flex_contents {
  gap: 4em;
}

.function_num {
  position: relative;
  background-color: #B9312B;
  border-radius: 10em;
  height: 13.6em;
  width: 13.6em;
  align-content: center;
}

.function_num::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border: #fff solid .2em;
  border-radius: 10em;
  height: 93%;
  width: 93%;
}

.function_num p {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.function h3 {
  color: #B9312B;
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1.5em;
}

.function h3 span {
  color: #696969;
}

.function h3 span.function_note {
  display: block;
  font-size: .4em;
  font-weight: 400;
  line-height: 2em;
}

.function_img {
  width: 46em;
}

.function_txt {
  font-weight: 700;
  line-height: 1.6em;
}

.function .com_btn {
  max-width: 45em;
  margin: auto;
}

@media (max-width: 750px) {
  .function .inner {
    background-color: #fff;
    padding: 4em 1.6em 8em;
  }

  .function_contents {
    gap: 2.4em;
    padding: 1.6em;
    margin-bottom: 5em;
  }

  .function_num {
    margin: auto;
    height: 7.4em;
    width: 7.4em;
  }

  .function_num p {
    font-size: 1.4em;
  }

  .function h3 {
    font-size: 3.2em;
    line-height: 1.25em;
    text-align: center;
    margin: auto;
  }

  .function h3 span.function_note {
    font-weight: 700;
  }

  .function_txt {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.7em;
  }

  .function .flex_contents:first-of-type {
    gap: 1.6em;
  }

  .function .flex_contents:last-of-type {
    flex-direction: column-reverse;
  }
}

/* --------------------------------
case
-------------------------------- */
.case {
  background-color: #D2EBFF;
  padding: 10em;
}

.case h2 {
  color: #0D2A85;
  margin-top: 0;
}

.case h2 span {
  border-color: #0D2A85;
  font-weight: 600;
}

.case h2 p {
  color: #0D2A85;
}

.case_ttl {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  padding: 1em 0;
}

.case_txt {
  font-weight: 400;
  line-height: 1.6em;
}

.case .splide__slide {
  background-color: #fff;
  border-radius: .8em;
  padding: 4em 2.5em;
}

.case .splide__slide img {
  width: 88%;
  margin: auto;
}

.case .splide__arrows {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 4em;
  padding-top: 4em;
}

.case .splide__arrows .com_btn {
  width: 45em;
}

.case .arrow_button {
  position: static;
  background-color: #0D2A85;
  opacity: 1;
  width: 6em;
  height: 6em;
  transform: none;
  z-index: 0;
}

.case .arrow_button svg {
  width: 2.8em;
}

.case .com_btn {
  max-width: 45em;
  margin: auto;
}

@media (max-width: 750px) {
  .case {
    padding: 4em 0;
  }

  .case h2 {
    padding-bottom: 3.2em;
  }

  .case_ttl {
    font-size: 1.6em;
    padding: 1em 0;
  }

  .case .splide__arrows {
    gap: 1.8em;
    padding-top: 1.6em;
    /* padding-right: 4em; */
  }

  .case .splide__arrows .com_btn {
    width: 100%;
  }

  .case .arrow_button {
    width: 4.0em;
    height: 4.0em;
  }
}

/* --------------------------------
operation
-------------------------------- */
.portal_ttl_s h2 {
  font-size: 4.4em;
  color: #0D2A85;
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.mt-6em {
  margin-top: 6em;
}


.portal_ttl_s h2::before {
  background-color: #0D2A85;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50%;
  max-width: 250px;
}

.ePrice {
  padding-top: 0px;
  padding-bottom: 20px;
  display: flex;
  margin: 30px auto 0;
  max-width: 1080px;
  overflow: hidden;
}

.ePrice section {
  flex: 1;
  margin: 10px;
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px;
}

.ePrice h3 {
  font-weight: bold;
  text-align: center;
  color: #993333;
  font-size: 1.8rem;
  padding: 10px 0 20px 0;
}

.ePrice h4 {
  color: #336633;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.5rem;
}

.ePrice h4>span {
  text-align: right;
  display: inline-block;
  width: 6.5em;
}

.ePrice hr {
  border-top: 1px dotted #bbb;
  width: 85%;
}

.ePrice p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 2rem;
  text-align: left;
}

.ePrice p.caution {
  font-size: 0.75rem;
}

.ePrice ul {
  margin-top: 2em;
  padding-right: 30px;
}

.ePrice ul li {
  list-style-type: square;
  margin-left: 50px;
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: left;
}

.Function {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
  display: flex;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

.Function section {
  flex: 1;
  margin: 1em;
  border-radius: 15px;
  border: 3px solid #bbdbf3;
  padding: 15px;
}

.inner_2 {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

@media screen and (max-width: 700px) {
  .ePrice {
    flex-direction: column;
  }

  .portal_ttl_s h2 {
    font-size: 3.2em;
  }

  .ePrice p.caution {
    font-size: 0.9rem;
  }
}

/* --------------------------------
security
-------------------------------- */
.security h2 {
  color: #0D2A85;
  padding-bottom: 8em;
}

.security h2 p {
  color: #0D2A85;
}

.security svg {
  margin-bottom: 1.2em;
  width: 7.4em;
}

.security .flex_contents {
  width: 89em;
  margin: auto;
}

.security h3 {
  font-size: 4.4em;
  font-weight: 900;
  line-height: 1.45em;
  width: 10em;
}

.security_txt {
  color: #696969;
  font-weight: 400;
  line-height: 1.6em;
  flex: 1;
}

table.security_table {
  margin: 6.4em auto 12em;
  width: 87em;
}

.security_table th,
.security_table td {
  font-size: 1.4em;
  padding: .2em 1.5em;
  padding-right: .8em;
  line-height: 1.4em;
  text-align: left;
}

.security_table th {
  background-color: #dceeff;
  white-space: nowrap;
  padding: .4em 1.5em;
}

th:first-child,
td:first-child {
  border-right: 1px solid #D9D9D9;
  width: 20%;
}

th:last-child {
  width: 80%;
}

td:last-child {
  font-size: 1.5em;
  line-height: 2em;
}

.security_table tr:nth-child(odd) {
  background-color: #F1F1F1;
}

@media (max-width: 750px) {
  .security {
    padding: 1.6em;
  }

  .security h2 {
    padding-bottom: 4em;
  }

  .security svg {
    margin-bottom: 1.0em;
    width: 5.2em;
  }

  .security .flex_contents {
    width: 100%;
  }

  .security h3 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.75em;
    width: 100%;
    margin-bottom: 1.2em;
  }

  .security_txt {
    line-height: 2em;
  }

  table.security_table {
    margin: 4em auto 8em;
    width: 100%;
  }

  .security_table th,
  .security_table td {
    padding: .2em 1.0em;
    padding-right: .8em;
  }

  th:first-child,
  td:first-child {
    width: 30%;
    align-content: center;
  }
}

/* --------------------------------
news
-------------------------------- */
.banner #news_main h2 {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 1em !important;
}

.banner #news_main a {
  display: inline !important;
}
