@charset "utf-8";

/*----------------------------------------
2010.04
style.css

コンテンツ内の各記述を明記します。
・トップ
・コンテンツ
----------------------------------------*/


.htxA {
  font-size: 260%;
}
/*img {
  width: 100%;
}*/
a:not(.nohover):hover {
  color: inherit !important;
}

@media all and (min-width: 841px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} 
@media all and (max-width: 840px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} 












@media only screen and (min-width: 841px) {
/* --------------------- MV pc --------------------- */
#main_contents {
  position: relative;
  margin: 0 auto;
  background: #fff;
  min-width: 1200px;
}
#MV {
  min-width: 1200px;
  margin:74px auto 0;
  position: relative;
  min-height: 666px;
  overflow:hidden;
}
#MV:after{
  content:"";
  display: block;
  position: absolute;
  background: url(../img/mv_bg02.webp) no-repeat bottom center;
  width: 100%;
  bottom:0px;
  min-height:200px;
  z-index: 1;
}
.mv_inner {
  width: 1150px;
  margin:0 auto 0;
  padding: 20px 0 40px;
  display: flex;
}
.mv_inner .topic2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: left;
}
.mv_inner .topic2 .img {
  width: 32%;
  margin-right: 0;
  z-index:2;
}
.mv_inner .topic2 .img img{
  width: 100%;
}
.mv_inner .topic2 .detail .btn {
  text-align: center;
  z-index: 4;
  position: relative;
}
.mv_inner .topic2 .btn p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0B91D9;
  margin-bottom: 10px;
}
.mv_inner .topic2 .btn p span{
  font-size: 20px;
}
.mv_inner .right {
  position: relative;
}
.mv_inner .right .img {
  display: none;
}
.mv_inner .right:before{
  content: "";
  display: block;
  position: absolute;
  background: url(../img/mv_bg2.png) no-repeat top right;
  width: 934px;
  bottom: -70px;
  left: -290px;
  height: 818px;
  z-index: 2;
  background-size: contain;
}
.mv_inner .right .logo {
  position: absolute;
  z-index: 100;
  top: 60%;
  transform: translateY(-50%);
  left: 4vw;
  width: 450px;
}
.mv_inner .right .logo img {
  width: 100%;
}
.mv_inner .left {
  width: 65%;
  z-index: 20;
  position: relative;
}
.mv_inner .left .catch1 {
  display: flex;
  align-items: flex-end;
  width: 60%;
  margin-top: 30px;
}
.mv_inner .left .catch1 .left-column{
  display: flex;
  flex-direction:column;
}
.mv_inner .left .catch1 .left-column img {
  width: 100%;
}
.mv_inner .left .catch1 .right-column img {
  width: 100%;
}
.mv_inner .left .catch2 {
  font-weight: 700;
  font-size: 75px;
  line-height: 1.4;
  margin: 0px 0 60px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.mv_inner .left .catch2 em {
  background: linear-gradient(transparent 80%, #FDF451 80%)
}
.mv_inner .left .catch2 .img {
  max-width: 320px;
}
.mv_inner .left .catch2 .img img {
  width: 100%;
}
.mv_inner .left .catch2 span {
  font-size: 50px;
}
.mv_inner .left .btn{
  width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.mv_inner .left .btn img {
  width: 100%;
}
.mv_inner:before {
  background: url(../img/mv_bg01.webp) no-repeat;
  left: 0px;
  position: absolute;
  top:0px;
  content: "";
  width: 272px;
  height: 100%;
  display: inline-block;
  z-index: 1;
}
.mv_copy1 {
  display: flex;
  align-items: flex-end;
}
.mv_copy1_1 {
  color: #D1AA38;
  font-size: 28px;
  font-weight: 700;
}
.mv_copy1_1 span {
  font-size: 48px;
  font-weight: 700;
}
.mv_copy1_1 span sup {
  font-size: 10px;
}
.mv_copy1_2 {
  font-size: 10px;
}
.mv_copy2 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 50px;
}
.mv_btn {
  text-align: center;
}
.mv_btn a {
  background: #0B91D9;
  display: inline-block;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 100px 12px;
  position: relative;
  transition: .3s;
}
.mv_btn a:after {
  position: absolute;
  background: url(../img/Icon_dl_wht.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height:20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.mv_btn a:hover {
  color: #fff !important;
  opacity: 0.7;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- MV sp --------------------- */
#MV {
  margin-top: 0;
  padding:10px 0 0;
}
.mv_inner .left{
  z-index: 2;
  position: relative;
}
.mv_inner .right {
  z-index: 2;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_inner .right .img {
  width: 36%;
}
.mv_inner .right:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74%;
  background-color: #EAF8FF;
  z-index: -1;
}
.mv_copy1_1 {
  color: #D1AA38;
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 30px;
}
.mv_copy1_1 span {
  font-size: 7.5vw;
  font-weight: 700;
}
.mv_copy1_1 span sup {
  font-size: 10px;
}
.mv_copy2 {
  font-size: 4vw;
  font-weight: 700;
  margin: 10px 0 20px;
}
.mv_btn a {
  background: #0B91D9;
  display: inline-block;
  border-radius: 5px;
  font-size: 4vw;
  font-weight: 700;
  padding: 10px 10px;
  width: 90%;
  text-align: center;
  position: relative;
}
.mv_btn a:after {
  position: absolute;
  background: url(../img/Icon_dl_wht.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height:14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.mv_copy1_2 {
  font-size: 10px;
  margin-left: 15px;
}
.mv_inner .right .spArea{
  width:246px;
  height: 528px;
  background: url(../img/mv_sphone.webp?20240304) no-repeat top left;
  padding: 104px 0 0 18px;
  z-index: 10;
  position: relative;
}
.kadomaru {
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}
.mv_inner .right img{
  width: 100%;
  height: auto;
}
.mv_inner {
  margin:0 auto 0;
}
.mv_inner .logo {
  text-align: center;
}
.mv_inner .logo img{
  width: 60%;
}
.mv_inner .topic2 {
  margin-top: 25px;
}
.mv_inner .topic2 .mv_bg {
  text-align: center;
  margin-bottom: 10px;
}
.mv_inner .topic2 .mv_bg img{
  width: 100%;
}
.mv_inner .topic2 .mv_bg img.img-sp2{
  margin-top: 20px;
}
.mv_inner .topic2 .img{
  text-align: center;
  margin-bottom: 25px;
}
.mv_inner .topic2 .img img{
  width: 50%;
}
.mv_inner .topic2 .detail .ttl{
 font-size: 5vw;
 font-weight: 700;
 margin-bottom: 25px;
 line-height: 1.8;
 text-align: center;
}
.mv_inner .topic2 .detail .txt {
 font-size: 3.7vw;
 line-height: 1.6;
 margin-bottom: 20px;
 font-weight: 400;
}
.mv_inner .topic2 .btn_sp{
  text-align:center;
  z-index: 4;
  position: relative;
}
.mv_inner .topic2 .btn_sp img{
  width: 90%;
}
.mv_inner .topic2 .btn p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #0B91D9;
  margin-bottom: 10px;
}
.mv_inner .topic2 .btn p span {
  font-size: 18px;
}
.mv_inner .left .catch1 {
  display: flex;
  justify-content: space-between; /* 左右を離す */
  align-items: flex-start; /* 上揃え */
  margin-top:20px;
  padding: 0 15px;
}
.mv_inner .left .catch1 .left-column {
  display: flex;
  flex-direction: column; /* 上下配置 */
  width: 48%; /* 左側の幅 */
}
.mv_inner .left .catch1 .right-column {
  width: 48%; /* 右側の幅 */
  display: flex;
  justify-content: center; /* 中央揃え */
  align-items: center; /* 垂直中央揃え */
}
.mv_inner .right .logo {
  position: absolute;
  z-index: 100;
  top: 50%;
  left:45%;
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
}
.mv_inner .right .logo img {
  width: 100%;
}
.mv_inner .left .catch2 {
  font-weight: 700;
  font-size: 16.5vw;
  line-height: 1.2;
  margin: 10px 0 ;
  text-align: center;
  white-space: nowrap;
}
.mv_inner .left .catch2 em {
  background: linear-gradient(transparent 80%, #FDF451 80%);
}
.mv_inner .left .catch2 span {
  font-size: 10.5vw;
}
.mv_inner .left .catch2 .img {
  width: 80%;
  margin: 0 auto 10px;
}
.mv_btn a:hover {
  color: #fff !important;
}
}













@media only screen and (min-width: 841px) {
/* --------------------- Problem pc --------------------- */
.problem {
  padding: 80px 0;
}
.problem_inner h2{
  position: relative;
}
.problem_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background: url(../img/problem_ttl.png) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.problem_list {
  max-width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.problem_list img {
  width: 100%;
}
.problem_list_item {
  border-radius: 8px;
  border: 5px solid #CCD5DE;
}
.problem_detail {
  padding: 15px 8px 0;
  background: #f5f5f5;
}
.problem_solution {
  padding: 15px;
}
.problem_img1 {
  width: 70%;
  margin: auto;
}
.problem_num {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #318DCE;
}
.problem_ttl {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.problem_copy {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #318DCE;
  margin-bottom: 12px;
}
.problem_copy span {
  border-bottom:5px solid #FDF451;
}
.problem_img3 {
  width: 70%;
  margin: auto;
}
.problem_txt {
  margin-top: 10px;
  font-weight: 700;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- Problem sp --------------------- */
.problem {
  padding: 50px 15px;
}
.problem_inner h2{
  position: relative;
}
.problem_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background: url(../img/problem_ttl.png) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}
.problem_list {
  display: block;
  position: relative;
}
.problem_list_item {
  width: calc(100% - 30px) !important;
  margin: 0 15px; /* 左右30pxの余白を半分ずつ */
}
.problem_list_item {
  border-radius: 8px;
  border: 5px solid #CCD5DE;
}
.problem_detail {
  padding: 15px 15px 0;
  background: #f5f5f5;
}
.problem_solution {
  padding: 15px;
}
.problem_img1 {
  width: 50%;
  margin: auto;
}
.problem_num {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #318DCE;
}
.problem_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.problem_copy {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #318DCE;
  margin-bottom: 12px;
}
.problem_copy span {
  border-bottom:5px solid #FDF451;
}
.problem_img3 {
  width: 45%;
  margin: auto;
}
.problem_txt {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}

/* Slick用のカスタム矢印スタイル */
.problem .slick-next {
  position: absolute;
  right: 0px; /* 右端からの距離 */
  top: 50%; /* 上下中央 */
  transform: translateY(-50%);
  width: 30px; /* 矢印画像の幅 */
  height: 77px; /* 矢印画像の高さ */
  z-index: 1;
}
.problem .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/arrow_next.svg') no-repeat center center; /* 矢印画像のパス */
  background-size: contain;
}
.problem .slick-prev {
  display: none !important; /* 左矢印を非表示 */
}
}












@media only screen and (min-width: 841px) {
/* --------------------- #About pc --------------------- */
#About{
  padding:80px 0 100px;
  position: relative;
  background:#EAF8FF ;
}
.about_inner{
  width: 1100px;
  margin:0 auto 0;
}
.about_inner h2{
  position: relative;
}
.about_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background: url(../img/about_ttl.webp) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.about_inner .subTxt{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.subTxt span{
  position: relative;
  color: #318DCE;
}
.about_wrap {
  max-width: 1000px;
  margin:0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.about_block {
  background: #fff;
}
.about_block_img2 {
  max-width: 377px;
  margin: 40px auto ;
}
.about_block_img3 {
  width: 90%;
  margin: 0 auto 40px;
}
.about_arrow {
  max-width: 105px;
  margin: 50px auto 0;
}
.about_imag_main {
  max-width: 670px;
  margin: -50px auto 40px;
}
.about_copy {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.about_copy span {
  color: #318DCE;
  border-bottom: 8px solid #FCFC0D;
}
.about_copy span em {
  font-size: 50px;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- #About sp --------------------- */
#About{
  padding: 50px 15px;
  position: relative;
  background:#EAF8FF;
  overflow: hidden;
}
.about_inner h2{
  position: relative;
}
.about_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background: url(../img/about_ttl.webp) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}
.about_inner .subTxt{
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.8em;
}
.about_inner .subTxt span{
  position: relative;
  color: #318DCE;
}
.about_block_img2 {
  max-width: 80%;
  margin: 15px auto ;
}
.about_block_img3 {
  width: 90%;
  margin: 0 auto 20px;
}
.about_arrow {
  max-width: 90px;
  margin: 40px auto 0;
}
.about_imag_main {
  max-width: 100%;
  margin: -30px auto 30px;
}
.about_copy {
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.5;
}
.about_copy span {
  color: #318DCE;
  border-bottom: 8px solid #FCFC0D;
}
.about_copy span em {
  font-size: 10vw;
}
}










@media only screen and (min-width: 841px) {
/* --------------------- #Consider pc --------------------- */
#Consider {
  /*background:url(../img/common_line.webp) repeat-x top left; */
  clear: both;
  padding:100px 0;
  min-width: 1200px;
  position: relative;
}
.consider_inner {
  width: 1100px;
  margin:0 auto;
}
.consider_inner h2{
  position: relative;
}
.consider_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background: url(../img/consider_ttl.webp) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.consider_inner .subTxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.consider_inner h2 span.sub {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.consider_inner .task {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.consider_inner .task .item {
  width: 18.4%;
  margin-right: 2%;
  background-color: #fff;
  padding:35px 0;
  margin-bottom: 20px;
  box-shadow: 2px 2px 0px #E6EAED;
}
.consider_inner .task .item:nth-child(5n) {
  margin-right: 0;
}
.consider_inner .task .item .icon {
  text-align: center;
  margin-bottom: 20px;
}
.consider_inner .task .item .icon img {
  width: 115px;
}
.consider_inner .task .item .name {
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
}
.consider_inner .point {
  padding:90px 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction:row-reverse;
  border-bottom: 4px solid #0892d6;
  margin-top: 50px;
  position: relative;
  align-items: center;
}
.consider_inner .point:before {
  background: url(../img/point_icon.webp) no-repeat;
  left: 20px;
  position: absolute;
  top: -18px;
  content: "";
  width: 95px;
  height: 100%;
  display: inline-block;
  background-size: contain;
}
.consider_inner .point img{
  width: 30%;
  height: 100%;
}
.consider_inner .point .desc{
  width: 68%;
  margin-left: 2%;
}
.consider_inner .point .desc .ttl{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.consider_inner .point .desc .ttl span {
  background: linear-gradient(transparent 90%, #0892d6 90%);
  padding-bottom: 10px;
}
.consider_inner .point .desc .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.consider_inner .point .desc .txt span {
  background: linear-gradient(transparent 90%, #0b91d9 0%);
  color:#0065b5;
  font-weight: 700;
}
.consider_inner .point .desc .txt:not(:last-child){
  margin-bottom: 20px;
}
.consider_inner .task .item{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1) !important;
}
.consider_inner .flex{
  display: flex;
  justify-content:space-between;
  margin: 20px 0 20px;
}
.consider_inner .flex > div{
  display: inline-flex;
  flex-direction: column; 
}
.consider_inner .flex .border{
  border:1px solid #118AD4;
}
.consider_inner .schematic{
  width: 800px;
  margin: 40px auto 40px;
  position: relative;
}

.consider_inner .schematic .txtArea .comment_inner{
  border: solid 1px rgba(1, 71, 140, 0.8);
  border-radius: 6px;
  padding: 30px 40px 40px 40px;
  position: relative;
}
.consider_inner .schematic_ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}


.consider_inner p.ttl{
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #118AD4;
  width: 100%;
}

.consider_inner .flex .con01 img,
.consider_inner .flex .con02 img,
.consider_inner .flex .con03 img{
display: block;
padding: 20px 0 10px;
}

.consider_inner .flex .con01{
flex-basis: 30%;
align-items:center;
}
.consider_inner .flex .con02{
flex-basis: 10%;
}
.consider_inner .flex .con02 img{
width: 30px;
height: auto;
margin: 20px;
}
.consider_inner .flex .con03{
flex-basis: 60%;
}

.consider_inner .schematic .flex p{
font-size: 13px;
font-weight: bold;
color:#318DCE;
}
.consider_inner .flex ul li{
display: inline-block;
width: 32%;
line-height: 1.2em;
text-align: center;
font-size: 13px;
font-weight: bold;
color:#318DCE;
}
.consider_inner .flex .con03 ul li img{
padding: 20px 0 10px;
display: block;
margin: 0 auto;
}
.consider_inner .flex .con03{
background: #E5F3FA;
}
.consider_inner .flex .con03 ul li{
position: relative;
}

.consider_inner .flex .con03 ul li:nth-child(1):after,
.consider_inner .flex .con03 ul li:nth-child(2):after{
content:"";
display: block;
position: absolute;
right: -6px;
top:40%;
width: 0;
height: 0;
border-style: solid;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid rgba(49, 141, 206, 0.2);
border-right: 0;
}

}
@media only screen and (max-width: 840px) { 
/* --------------------- #Consider sp --------------------- */
#Consider {
  /*background:url(../img/common_line.webp) repeat-x top left;*/
  padding: 14% 3% 4%;
  position: relative;
}
.consider_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.consider_inner h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  margin: 0 0 30px; 
  line-height: 1.7;
    position: relative;
}
.consider_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background: url(../img/consider_ttl.webp) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}
.consider_inner h2 span.sub {
  font-size: 3.7vw;
  display: inline-block;
  margin-bottom: 10px;
}
.consider_inner .task {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.consider_inner .task .item {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  padding:15px 1%;
  margin-bottom: 2%;
  box-shadow: 1px 1px 0px #E6EAED;
}
.consider_inner .task .item:nth-child(3n) {
  margin-right: 0;
}
.consider_inner .task .item .icon {
  text-align: center;
  margin-bottom: 10px;
}
.consider_inner .task .item .icon img {
  width: 65%;
}
.consider_inner .task .item .name {
  font-size: 3vw;
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
}

.consider_inner .point {
  padding:35px 10px;
  background-color: #fff;
  border-bottom: 4px solid #0892d6;
  margin-top: 50px;
  position: relative;
}
.consider_inner .point:before {
  background: url(../img/point_icon.webp) no-repeat;
  left: 10px;
  position: absolute;
  top: -9px;
  content: "";
  width: 20%;
  height: 100%;
  display: inline-block;
  background-size: contain;
}
.consider_inner .point img{
  width: 100%;
  margin-top: 15px;
}
.consider_inner .point .desc .ttl{
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2;
  text-align: center;
}
.consider_inner .point .desc .ttl span {
  background: linear-gradient(transparent 95%, #0892d6 95%);
  padding-bottom: 4px;
}
.consider_inner .point .desc .txt{
  font-size: 3.7vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.consider_inner .point .desc .txt span {
  background: linear-gradient(transparent 90%, #0b91d9 0%);
  color:#0065b5;
  font-weight: 700;
}
.consider_inner .subTxt {
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
}
.consider_inner .subTxt span {
  color:#318DCE;
}
.consider_inner .task .item{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1) !important;
}
.consider_inner .flex{
  display: flex;
  justify-content:space-between;
  margin: 20px 0 20px;
}
.consider_inner .flex > div{
  display: inline-flex;
  flex-direction: column;
}
.consider_inner .flex .border{
  border:1px solid #118AD4;
}
.consider_inner .schematic{
width: 100%;
margin: 40px auto 40px;
position: relative;
display: block;
justify-content: space-between;
align-items: center;
}
.consider_inner .schematic .txtArea{
  display: block;
flex-basis: 100%;
}
.consider_inner .schematic .txtArea .schematic_inner{
  background:#fff;
  position: relative;
  margin: 20px auto 40px;
}
.consider_inner .schematic_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.consider_inner .schematic  .imgArea {
  display: block;
  margin: 10px auto;
  text-align: center;
  align-items: center;
}
.consider_inner .imgArea p {
  color: #888;
  font-size: 2.6vw;
}
.consider_inner .imgArea img {
  width: 130px;
  height: auto;
}
.consider_inner p.ttl{
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #118AD4;
  width: 100%;
}
.consider_inner .flex .con01 img,
.consider_inner .flex .con02 img,
.consider_inner .flex .con03 img{
display: block;
padding: 10px 0 10px;
width: 30px;
margin: 0 auto;
}
.consider_inner .flex .con01{
flex-basis: 20%;
align-items:center;
}
.consider_inner .flex .con02{
flex-basis: 4%;
}
.consider_inner .flex .con02 img{
width: 20px;
height: auto;
margin: 30px 8px 10px;
}
.consider_inner .flex .con03{
flex-basis: 70%;
}
.consider_inner .schematic .flex p{
  font-size: 2.6vw;
font-weight: bold;
color:#318DCE;
}
.consider_inner .flex ul li{
display: inline-block;
width: 32%;
line-height: 1.2em;
text-align: center;
font-size: 2.6vw;
font-weight: bold;
color:#318DCE;
}
.consider_inner .flex .con03 ul li img{
padding: 10px 0 10px;
display: block;
margin: 0 auto;
}
.consider_inner .flex .con03{
background: #E5F3FA;
}
.consider_inner .flex .con03 ul li{
position: relative;
}
.consider_inner .flex .con03 ul li:nth-child(1):after,
.consider_inner .flex .con03 ul li:nth-child(2):after{
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid rgba(49, 141, 206, 0.2);
  border-right: 0;
}
}













@media only screen and (min-width: 841px) {
/* --------------------- Faq pc --------------------- */
#Faq{
  /*background:url(../img/common_line.webp) repeat-x top left;*/
  padding:100px 0 60px;
  position: relative;
  margin-bottom: 80px;

}

#Faq:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
}

.faq_inner{
  width: 1100px;
  margin:0 auto 0;
}
.faq_inner h2{
  position: relative;
}

.faq_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background:  url(../img/faq_ttl.webp) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.faq_inner .subTxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.faq_inner #faq_nav{
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px 40px;
  width: 100%;
  margin-bottom: 40px;
}

.faq_inner #faq_nav li{
  display: inline-flex;
  flex-basis: 33%;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.faq_inner #faq_nav li span{
  font-family: 'Roboto', sans-serif;
  color:#318DCE;
  font-size: 32px;
  padding: 0 20px 0 0;
}
.faq_inner #faq_nav li.active {
  border-bottom: 5px solid #318DCE;
    box-sizing: border-box;
}

.faq_inner #faq_nav li a{
  color:#949494;
  position: relative; 
  padding: 10px 0 10px;
}

.faq_inner #faq_nav li a:hover{
  color:#01478C;
}


.faq_inner #faq_nav li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 4px;
background: #01478C;
bottom: -1px;  
transform: scale(0, 1);    
transform-origin: left top; 
transition: transform 0.1s; 
}

.faq_inner #faq_nav li a:hover::after {
transform: scale(1, 1);
}

.faqBox {
  border: 2px solid #4075A9;
  padding: 10px 30px;
  border-radius: 4px;
   background: #fff url(../img/faq_bg_line.webp) no-repeat top right;
}
.faqBox:not(:last-child) {
  margin-bottom: 50px;
}
.faqBox .question{
  margin: 45px auto 20px;
  text-align: center;
  position: relative;
}
.faqBox .question p{
  font-size: 20px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.faqBox .question p span{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color:#01478C;
  opacity: 0.2;
  position: absolute;
  font-size: 80px;
  margin: 6px 0 0 -140px;
  letter-spacing: 0.1em;
}

.faqBox .question p.ttl{
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  color: #318DCE;
  border-bottom: 5px solid #f5f5f5;
  padding-bottom: 10px;
  margin:0 0 20px 10%;
}
/*.faqBox .question:after{
  content:"";
  display: block;
  position: absolute;
  background:  url(../img/fap_triangle.webp) no-repeat;
  width: 57px;
  height: 52px;
  left: 48%;
  bottom:-52px;
}*/

.faqBox .answer{
  margin: 5px auto 30px;
  background:#E5F3FA;
  border-radius: 4px;
  padding: 50px 60px 30px;
}

.faqBox .answer .txtArea{
  /*border-bottom: 3px solid #01478C;*/
  position: relative;
  text-align: center;
}

.faqBox .answer .txtArea p.sub{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.faqBox .answer .txtArea p.ttl{
  font-weight: 800;
  font-size: 26px;
  padding: 0 0 40px;
}
.faqBox .answer .txtArea p.ttl span{
  color: #318DCE;
  font-size: 32px;
  left: 0.05em;
}
.faqBox .answer .txtArea p.ttl o{
  color: #0B91D9;
}
.faqBox .answer .txtArea p.img{
  position: absolute;
  right: 0%;
  top: -90px;
}


.faqBox .answer .txtArea2{
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}

.faqBox .answer .txtArea2 p.sub{
  font-weight: bold;
  font-size: 30px;
}
.faqBox .answer .txtArea2 p.sub span{
  color: #318DCE;
  font-size: 26px;
}


.faqBox .answer .imgArea{
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.faqBox .triangle {
  width: 0;
  height: 0;
  border: 42px solid transparent;
  border-top: 18px solid #0B91D9;
  margin: 12px auto -30px;
}

#faqArea01 .answer .imgArea .mainImg{
  text-align: center;
  margin: 20px auto 10px;
  position: relative;
}
#faqArea01 .answer .imgArea .mainImg img {
  display: inline-block;
  width: 60%;
}
#faqArea01 .answer .slideArea{
  position: absolute;
  top: 16px;
  left: 25%;
  width:466px;
  height:316px;
}

#faqArea01 .answer .slideArea ul.slider03{
  position: relative;
  width:456px;
  height:316px;
  overflow: hidden;
}

#faqArea01 .answer .slideArea ul.slider03 img{
  position: relative;
  width: 100%;
  height: 100%;
}
#faqArea01 .answer .imgArea ul#comment li:nth-child(1){
  position: absolute;
  left:-3%;
  top:-20px;
}
#faqArea01 .answer .imgArea ul#comment li:nth-child(2){
  position: absolute;
  right:-3%;
  top:-20px;
}
a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px !important;
}
#faqArea02 .answer .imgArea .mainImg{
  text-align: center;
  margin: 60px auto 10px;
}

#faqArea02 .answer .imgArea ul li:nth-child(1){
  left: 8%;
  top: -20px;
  position: absolute;
}

#faqArea03 .answer .imgArea .mainImg{
  text-align: left;
  margin: 60px 10px 10px 30px;
}

#faqArea03 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  right:-4%;
  top:-20px;
}

#faqArea04 .answer .imgArea .mainImg{
  text-align: left;
  margin: 60px 0px 10px 300px;
}

#faqArea04 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  left:-1%;
  top:-60px;
}

#faqArea04 .answer .imgArea .list{
  position: absolute;
  width: 40%;
  right: 10px;
  text-align: left;
  top:10px;
}

#faqArea04 .answer .imgArea .list p.subTtl{
  font-weight: bold;
  font-size: 24px;
  color: #0B91D9;
  padding: 0 0 10px 0;
  border-bottom:1px solid #1d1d1d96;
}

#faqArea04 .answer .imgArea .list p.check{
  padding: 6px 0 0 30px;
  background:  url(../img/faq_check.webp) no-repeat 0 12px;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 10px 10px;
}

#faqArea04 .answer .imgArea .list p.btn a{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0065B5;
  font-size: 16px;
  padding: 10px 60px;
  margin: 20px 30px;
  border-radius: 2px;
}
#faqArea05 .answer .imgArea .mainImg{
  text-align: left;
  margin: 60px 0px 10px 40px;
}

#faqArea05 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  right:-4%;
  top:20px;
}
#faqArea06 .answer .imgArea .mainImg{
  text-align: center;
  margin: 260px auto 0;
}
#faqArea06 .answer .imgArea .mainImg img {
  display: inline-block;
}
#faqArea06 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  left:2%;
  top:-160px;
}
#faqArea06 .answer .imgArea ul li:nth-child(2){
  position: absolute;
  left: 38%;
  top: -240px;
}

#faqArea06 .answer .imgArea ul li:nth-child(3){
  position: absolute;
  right:2%;
  top:-160px;
}


/* スライダーのスタイル */
.faq-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.faqBox {
  padding: 20px;
  box-sizing: border-box;
  outline: none; /* Slickのデフォルトフォーカスを消す */
}

/* Slick用のカスタム矢印スタイル */
.faq .slick-next {
  position: absolute;
  right: 0px; /* 右端からの距離 */
  top: 50%; /* 上下中央 */
  transform: translateY(-50%);
  width: 30px; /* 矢印画像の幅 */
  height: 77px; /* 矢印画像の高さ */
  z-index: 1;
}
.faq .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/arrow_next.svg') no-repeat center center; /* 矢印画像のパス */
  background-size: contain;
}
.faq .slick-prev {
  display: none !important; /* 左矢印を非表示 */
}



}
@media only screen and (max-width: 840px) { 
/* --------------------- Faq sp --------------------- */
#Faq{
  /*background:url(../img/common_line.webp) repeat-x top left;*/
  padding: 14% 3% 4%;
  position: relative;
  margin-bottom: 80px;
  width: 100%;
}

.faq_inner{
  width: 100%;
  margin:0 auto 0;
}
.faq_inner h2{
  position: relative;
}

.faq_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background:  url(../img/faq_ttl.webp) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}

.faq_inner .subTxt {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
}

.faq_inner #faq_nav{
  display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px 20px;
  width: 100%;
  margin-bottom: 30px;
}

.faq_inner #faq_nav li{
  display: flex;
  flex-basis: 50%;
  font-size: 4vw;
  font-weight: bold;
  padding: 0 0 0 0px;
  align-items: flex-start;
  line-height: 1.4;
  opacity: 0.5;
}

.faq_inner #faq_nav li span{
  font-family: 'Roboto', sans-serif;
  color:#318DCE;
  font-size: 5vw;
  margin-right: 10px;
}
.faq_inner #faq_nav li.active {
  border-bottom: 3px solid #318DCE;
  opacity: 1;
}

.faq_inner #faq_nav li a{
  color:#949494;
  position: relative; 
  padding: 10px 0 10px;
}

.faq_inner #faq_nav li a:hover{
  color:#01478C;
}


.faq_inner #faq_nav li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 4px;
background: #01478C;
bottom: -1px;  
transform: scale(0, 1);    
transform-origin: left top; 
transition: transform 0.1s; 
}

.faq_inner #faq_nav li a:hover::after {
transform: scale(1, 1);
}

.faqBox {
  border: 2px solid #4075A9;
  border-radius: 4px;
  padding: 20px 20px 20px;
  background: #fff url(../img/faq_bg_line.webp) no-repeat top right;
  background-size: 35%;
}
.faqBox:not(:last-child) {
  margin-bottom: 30px;
}
.faqBox .question{
  margin: 10px auto 15px;
  text-align: center;
  width: 100%;
  position: relative;
  background-size: 140px auto;
}
.faqBox .question p{
  font-size: 3.4vw;
  text-align: left;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}

.faqBox .question p span{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #01478C;
  opacity: 0.2;
  position: absolute;
  font-size: 9.6vw;
  margin: -12px 0 0 -64px;
  letter-spacing: 0.1em;
}

.faqBox .question p.ttl{
  font-weight: 800;
  font-size: 4.6vw;
  text-align: center;
  display: inline-block;
  color: #318DCE;
  border-bottom: 5px solid #f5f5f5;
  padding-bottom: 10px;
  margin: 6px 0 18px 10%;
}
/*.faqBox .question:after{
  content: "";
  display: block;
  position: absolute;
  background: url(../img/fap_triangle.webp) no-repeat;
  width: 40px;
  height: 52px;
  left: 44%;
  bottom: -52px;
  background-size: 100% auto;
}*/

.faqBox .answer{
  margin: 5px auto 20px;
  background:#E5F3FA;
  border-radius: 4px;
  padding: 30px 20px 20px;
}

.faqBox .answer .txtArea{
  padding-left: 0;
  /*border-bottom: 3px solid #01478C;*/
  position: relative;
  margin-bottom: 10px;
}

.faqBox .answer .txtArea p.sub{
  font-weight: bold;
  font-size: 3vw;
}
.faqBox .answer .txtArea p.ttl{
  font-weight: 800;
  font-size: 3vw;
  padding: 0 0 2%;
}
.faqBox .answer .txtArea p.ttl span{
  color: #318DCE;
  font-size: 4.4vw;
}
.faqBox .answer .txtArea p.ttl o{
  color: #0B91D9;
  font-size: 4vw;
}
.faqBox .answer .txtArea p.img{
  position: absolute;
  right: -35px;
  top: 0px;
  width: 12vw;
}


.faqBox .answer .txtArea2{
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
}

.faqBox .answer .txtArea2 p.sub{
  font-weight: bold;
  font-size:5vw;
}
.faqBox .answer .txtArea2 p.sub span{
  color: #318DCE;
  font-size: 4vw;
}


.faqBox .answer .imgArea{
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.faqBox .triangle {
width: 0;
height: 0;
border: 30px solid transparent;
border-top: 14px solid #0B91D9;
margin: 12px auto -20px;
}

#faqArea01 .answer .imgArea .mainImg{
  text-align: center;
  margin: 140px auto 10px;
  position: relative;
}

#faqArea01 .answer .slideArea{
  position: absolute;
  top: 16px;
  left: 10.2%;
  width:80%;
  height:auto;
}

#faqArea01 .answer .slideArea ul.slider03{
  position: relative;
  width:100%;
  height:auto;
  overflow: hidden;
}

#faqArea01 .answer .slideArea ul.slider03 img{
  position: relative;
  width: 100%;
  height: 100%;
}


#faqArea01 .answer .imgArea ul#comment li:nth-child(1){
  position: absolute;
  left:-6%;
  top:-140px;
  width: 150px;
}
#faqArea01 .answer .imgArea ul#comment li:nth-child(2){
  position: absolute;
  right:-6%;
  top:-140px;
  width: 150px;
}

a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px !important;
}

#faqArea02 .answer .imgArea .mainImg{
  text-align: center;
  margin: 60px auto 10px;
}

#faqArea02 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  left: 4%;
  top: -40px;
  width: 110px;
}

#faqArea03 .answer .imgArea .mainImg{
  text-align: left;
  margin: 120px 10px 10px 0px;
}

#faqArea03 .answer .imgArea ul li:nth-child(2){
  position: absolute;
  left: 0%;
  top: -100px;
  width: 240px;
}

#faqArea04 .answer .imgArea .mainImg{
  text-align: left;
  margin: 30px 30px 10px 160px;
}

#faqArea04 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  left: -1%;
  top: -10px;
  width: 160px;
}

#faqArea04 .answer .imgArea .list{
  position: block;
  width: 100%;
  right: 10px;
  text-align: left;
  top:10px;
}

#faqArea04 .answer .imgArea .list p.subTtl{
  font-weight: bold;
  font-size: 4vw;
  color: #0B91D9;
  padding: 0 0 10px 0;
  border-bottom:1px solid #1d1d1d96;
}

#faqArea04 .answer .imgArea .list p.check{
  padding: 6px 0 0 30px;
  background:  url(../img/faq_check.webp) no-repeat 0 12px;
  font-weight: bold;
  font-size: 3vw;
  margin: 2px 10px 2px;
}

#faqArea04 .answer .imgArea .list p.btn a{
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0065B5;
  font-size: 3vw;
  padding: 10px 30px;
  margin: 20px auto;
  border-radius: 4px;
}


#faqArea05 .answer .imgArea .mainImg{
text-align: left;
    margin: 80px 10px 10px 0px;
}

#faqArea05 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  right: -4%;
  top: -60px;
  width: 120px;
}


#faqArea06 .answer .imgArea .mainImg{
  text-align: center;
  margin: 240px auto 0;
}

#faqArea06 .answer .imgArea ul li:nth-child(1){
  position: absolute;
  left: -2%;
  top: -140px;
  width: 120px;
}
#faqArea06 .answer .imgArea ul li:nth-child(2){
  position: absolute;
 left:52%;
transform: translateX(-50%);
  top: -220px;
  width: 140px;
}

#faqArea06 .answer .imgArea ul li:nth-child(3){
  position: absolute;
  right: -4%;
  top: -140px;
  width: 120px;
}
/* Slick用のカスタム矢印スタイル */
.faq .slick-next {
  position: absolute;
  right: 0px; /* 右端からの距離 */
  top: 50%; /* 上下中央 */
  transform: translateY(-50%);
  width: 30px; /* 矢印画像の幅 */
  height: 77px; /* 矢印画像の高さ */
  z-index: 1;
}
.faq .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/arrow_next.svg') no-repeat center center; /* 矢印画像のパス */
  background-size: contain;
}
.faq .slick-prev {
  display: none !important; /* 左矢印を非表示 */
}
 .faq .slick-slide{
  margin:0 10px;
 }
}










@media only screen and (min-width: 841px) {
/* --------------------- 1200アカウント突破 pc --------------------- */
.Account {
  clear: both;
  padding:70px 0 70px;
  position: relative;
}

.account_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.account_inner .sub_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
    margin-bottom: 20px;
}
.account_inner .sub_ttl span{
  font-size: 28px;
}
.account_inner .sub_ttl o{
  color:#0B91D9;
}

.account_inner .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  background: url(../img/account_bg_title.webp) no-repeat bottom center;
  padding: 0 0 40px;
  margin-bottom: 20px;
}
.account_inner .note {
  margin-bottom: 20px;
}
.slider02 .slick-slide{
  margin: 0 20px;
}
.slider02 img{
  width: 350px;
  height: auto;
}
.account_inner .ttl span{
  font-size: 42px;
  font-style: italic;
}
.commentArea.common{
  width: 900px;
  margin: 50px auto 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.commentArea.common .txtArea{
  display: inline-flex;
  flex-basis: 78%;
  flex-direction: column;
}
.commentArea.common .txtArea .comment_inner{
  border: solid 1px rgba(1, 71, 140, 0.8);
  border-radius: 6px;
  padding: 30px 40px 30px 40px;
  background: #fff;
  position: relative;
}
.commentArea.common .txtArea .comment_inner:after, .commentArea.common .txtArea .comment_inner:before {
  left: 100%;
  top: 40%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.commentArea.common .txtArea .comment_inner:after {
  border-color: rgba(213, 141, 199, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
.commentArea.common .txtArea .comment_inner:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: rgba(1, 71, 140, 0.8);
  border-width: 16px;
  margin-top: -16px;
}
.commentArea .txtArea .comment_inner p{
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
}
.commentArea .txtArea .comment_inner p .fs1 {
  font-size: 22px;
}
.commentArea .txtArea .comment_inner p .heighlight {
  border-bottom: 5px solid #FCFC0D;
}

.commentArea .txtArea .comment_inner p.taRight{
  text-align: right;
  padding: 10px;
}
.under_yellow {
  background: linear-gradient(transparent 80%, #FCFC0D 80%);
}
.commentArea .imgArea{
  display: inline-flex;
  flex-basis: 20%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.commentArea .imgArea p{
  color:#888;
  font-size: 12px;
}
.commentArea .imgArea p img.transparent {
  mix-blend-mode: multiply;
}
.commentArea .imgArea p span{
  font-size: 16px;
  padding: 0 0 0 10px;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- Account sp --------------------- */
.Account {
  padding:8% 0 20px;
  position: relative;
}

.account_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 8% 0 4%;
}
.account_inner .sub_ttl {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
    margin-bottom: 10px;
}
.account_inner .sub_ttl span{
  font-size: 7vw;
}

.account_inner .sub_ttl o {
  color: #0B91D9;
}

.account_inner .ttl {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.2;
  background: url(../img/account_bg_title.webp) no-repeat bottom center;
  padding-bottom: 20px;
  background-size: 260px auto;
  margin-bottom: 10px;
}

.account_inner .ttl span{
  font-size: 9vw;
  font-style: italic;
}
.account_inner .company_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.account_inner .company_logo li{
width: 47%;
height: 100%;
margin-bottom: 30px;
margin-right: 6%;
}
.account_inner .company_logo li:nth-of-type(2n) {
  margin-right: 0;
}

.commentArea.common .txtArea .comment_inner{
  position: relative;
  background: #ffffff;
  border: solid 1px rgba(1, 71, 140, 0.8);
  margin: 20px auto 40px;
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
}

.commentArea.common .txtArea .comment_inner:after, .commentArea.common .txtArea .comment_inner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.commentArea.common .txtArea .comment_inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.commentArea.common .txtArea .comment_inner:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: rgba(1, 71, 140, 0.8);
  border-width: 11px;
  margin-left: -11px;
}

.commentArea .txtArea .comment_inner p{
  line-height: 1.6;
  font-weight: bold;
  font-size: 3vw;
}
.commentArea .txtArea .comment_inner p{
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}
.commentArea .txtArea .comment_inner p .fs1 {
  font-size: 20px;
}
.commentArea .txtArea .comment_inner p .heighlight {
  border-bottom: 5px solid #FCFC0D;
}
.commentArea .txtArea .comment_inner p .fb{
  font-size: 3.7vw;
}

.commentArea .txtArea .comment_inner p.taRight{
  text-align: right;
  padding: 10px;
}

.under_yellow {
  background: linear-gradient(transparent 80%, #FCFC0D 80%);
}

.commentArea .imgArea{
  display: block;
  margin: 10px auto;
  text-align: center;
  align-items: center;
}

.commentArea .imgArea img{
  width: 130px;
  height: auto;
}

.commentArea .imgArea p{
  color:#888;
  font-size: 2.6vw;
}
.commentArea .imgArea p img.transparent {
  mix-blend-mode: multiply;
}
.commentArea .imgArea p span{
  font-size: 3vw;
  padding: 0 0 0 10px;
}

}










@media only screen and (min-width: 841px) {

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

}





@media only screen and (min-width: 841px) {

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

}







@media only screen and (min-width: 841px) {

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

}







@media only screen and (min-width: 841px) {

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

}







@media only screen and (min-width: 841px) {

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

}











@media only screen and (min-width: 841px) {

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

}






/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 841px) 
{ /* PC start */
input, button, textarea, select {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.img-sp {
  display: none !important;
}
.br-sp {
  display: none;
}
a.anchor {
  display: block;
  padding-top: 74px;
  margin-top: -74px!important;
  clear: both;
}
.sr-only {
  display: none;
}
/*----------------------------------------
    contents pc
-----------------------------------------*/



/* --------------------- Award pc --------------------- */

.Award {
  padding:10px 0 60px;
  /*background: #e5f3fa url(../img/common_line.webp) repeat-x top left;*/
  background: #e5f3fa;
  position: relative;
}

.award_inner{
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.award_inner ul{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.award_inner ul li{
  display: inline-flex;
  margin: 0 10px;
}
.award_inner ul li:nth-child(1){
  margin-top: -8px;
}

.Award:before {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #e5f3fa;
  border-bottom: 0;
  margin-left:-40px;
  position: absolute;
  left:50%;
  bottom:-30px;
}





































/* --------------------- Support pc --------------------- */

#Support{
  padding:80px 0 60px;
  position: relative;
}

.support_inner{
  width: 1100px;
  margin:0 auto 0;
}

.support_inner h2{
  position: relative;
}

.support_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background:  url(../img/support_ttl.webp) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}

.support_inner .txtBox{
  border: 1px solid #E5F3FA;
  box-shadow: 0px 4px 15px 0px rgba(17, 138, 212, 0.15);
  background: #fff  url(../img/faq_bg_line.webp) no-repeat right 40px;
  padding: 0px 0 20px;
}
.support_inner .txtBox p.sub{
  color: #fff;
  text-align: center;
  background: #01478C;
  padding: 10px;
  font-size:18px;
  font-weight: bold;
}

.support_inner .txtBox p{
  padding: 10px 80px;
  font-weight: bold;
  font-size:18px;
}
.support_inner .txtBox .ttl{
  font-size:40px;
  font-weight: 800;
  text-align: center;
  padding: 40px 0 20px;
}
.support_inner .txtBox .ttl span.robo{
  font-size:84px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  color: #01478C;
  text-align: center;
  vertical-align: sub;
  line-height: 0.6;
  padding: 0 4px;
}

.support_inner .txtBox p.caution{
  padding: 10px 80px 20px;
  font-size:13px;
  font-weight: 400;
}
.support_inner p.mainImg{
  text-align: center;
  margin: 40px auto 80px;
}

.support_inner .supportBox.blue01,
.support_inner .supportBox.blue02,
.support_inner .supportBox.blue03{
  background:rgba(43, 101, 174, 0.1);
  border-radius:2px;
  padding:20px 40px 20px 40px;
  margin: 10px auto 40px;
  position: relative;
}
.support_inner .supportBox .ttl{
  position: absolute;
  margin: -40px 0 0 -60px;
  display: block;
  width: 240px;
  height: 160px;
  padding: 30px 20px 20px 30px;
  font-size:20px;
  color: #fff;
  background: #0065B5  url(../img/support_line.webp) no-repeat top right;
  font-weight: bold;
}

.support_inner .supportBox.blue02 .ttl{
  background: #54B29A  url(../img/support_line.webp) no-repeat top right;
}

.support_inner .supportBox.blue03 .ttl{
  background: #0EB9CC  url(../img/support_line.webp) no-repeat top right;
}


.support_inner .supportBox .ttl span.ind{
  text-indent: -0.5em;
}

.support_inner .supportBox .ttl span{
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}


.support_inner .supportBox ul{
  display: flex;
  width: 100%;
  padding: 0 0 0 240px;
  justify-content: space-between;
  align-items: baseline;
}

.support_inner .supportBox ul li{
  font-size:16px;
  align-items: center;
  font-weight: bold;
  color: #0065B5;
}

.support_inner .supportBox.blue02 ul li{
  color: #54B29A;
}

.support_inner .supportBox.blue03 ul li{
  color: #0EB9CC;
}
.support_inner .supportBox ul li p{
  text-align: center;
  padding: 10px 0 0;
  line-height: 1.4em;
}




/* --------------------- #Voice pc --------------------- */



#Voice{
  padding:80px 0 10px;
  position: relative;
  background: rgba(229, 243, 250, 1);
}

#Voice:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
}

.voice_inner{
  max-width: 1100px;
  margin:0 auto 0;
}
.voice_inner h2{
  position: relative;
}

.voice_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background:  url(../img/voice_ttl.webp) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.voice_inner .subTxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.voice_inner .voiceBox{
  background:#fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px;
  position: relative;
  margin: 100px auto 40px;

}

.voice_inner .voiceBox p.tab{
  position: absolute;
  top:-48px;
  left:0px;
}

.voice_inner .voiceBox p.ttl{
  font-weight: bold;
  font-size: 26px;
  color: #01478C;
  padding: 0 0 10px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
}

.voice_inner .voiceBox .flex{
  display: flex;
  justify-content: space-between;
}

.voice_inner .voiceBox .flex .txtArea{
  display: inline-flex;
  flex-basis: 54%;
  flex-direction: column;
}

.voice_inner .voiceBox .flex .txtArea span{
  color:#0f75b4;
  font-weight: bold;
}

.voice_inner .voiceBox .flex .txtArea img{
  padding-top: 10px;
}

.voice_inner .voiceBox .flex .imgArea{
  display: inline-flex;
  flex-basis: 42%;
  flex-direction: column;
}

.voice_inner .voiceBox .flex .txtArea .beforeTtl,
.voice_inner .voiceBox .flex .txtArea .afterTtl{
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}
.voice_inner .voiceBox .flex .txtArea .afterTtl{
  color: #01478C;
  position: relative;
  
}

.voice_inner .voiceBox .flex .txtArea .arrow{
  position: relative;
  margin-top: 60px;
}

.voice_inner .voiceBox .flex .txtArea .arrow:before{
  content:"";
  position: absolute;
  display: block;
  left:40%;
  top:-20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  border-top: 32px solid #ededed;
  border-bottom: 0;
}

.voice_inner .voiceBox .flex .imgArea img{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.voice_inner .voiceBox .flex .imgArea{
  color: #888;
  font-size: 12px;
}


.voice_inner .voiceBox .flex .imgArea .commentArea{
  max-width: 1060px;
  margin: 20px auto 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  }

  .voice_inner .voiceBox .flex .imgArea .commentArea .txtArea{
  display: inline-flex;
  flex-basis: 96%;
  flex-direction: column;
  }


.voice_inner .voiceBox .flex .imgArea .comment_inner{
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
  position: relative;
  background: #EFEFEF;
  }

  .voice_inner .voiceBox .flex .imgArea .comment_inner p{
  font-size:14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #111;
  }


  .voice_inner .voiceBox .flex .imgArea .comment_inner:after {
    left: 100%;
    top: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 239, 239, 0);
    border-left-color: #EFEFEF;
    border-width: 15px;
    margin-top: -15px;
  }


}
 /* PC end --------------------------- */





































/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 840px) 
{ /* SP start */

.img-pc {
  display: none !important;
}
.br-pc {
  display: none;
}
a.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px !important;
}

.htxA {
  font-size: 6.4vw;
}


/*----------------------------------------
    contents sp
-----------------------------------------*/



/* --------------------- .Award sp --------------------- */

.Award {
  padding: 2% 3% 4%;
  /*background: #e5f3fa url(../img/common_line.webp) repeat-x top left;*/
  background: #e5f3fa;
  position: relative;
}

.award_inner ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.award_inner ul li:nth-child(1){
  width: 90%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  flex-basis: 90%;
  margin-bottom: 10px;
}
.award_inner ul li:nth-child(n+2){
  flex-basis: 22%;
  height: auto;
  padding-right: 10px;
}

.Award:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #e5f3fa;
  border-bottom: 0;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  bottom: -30px;
}
























  






























/* --------------------- Support sp --------------------- */

#Support{
  padding: 0 3% 4%;
  position: relative;
}

.support_inner h2{
  position: relative;
}

.support_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background:  url(../img/support_ttl.webp) no-repeat top center;
  background-size:100% auto;
  display: block;
  margin: 0 auto 0px;
}

.support_inner .txtBox{
  border: 1px solid #E5F3FA;
  box-shadow: 0px 4px 15px 0px rgba(17, 138, 212, 0.15);
  background: #fff  url(../img/faq_bg_line.webp) no-repeat right 40px;
}
.support_inner .txtBox p.sub{
  color: #fff;
  text-align: center;
  background: #01478C;
  padding: 10px;
  font-size:3vw;
  font-weight: bold;
}

.support_inner .txtBox p{
  padding: 0px 20px;
  font-weight: bold;
  font-size:3vw;
}
.support_inner .txtBox .ttl{
  font-size:5vw;
  font-weight: 800;
  text-align: center;
  padding: 20px 0 10px;
}
.support_inner .txtBox .ttl span.robo{
  font-size:8vw;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  color: #01478C;
  text-align: center;
  padding: 2px 6px 0;
  vertical-align: bottom;
}

.support_inner .txtBox p.caution{
  padding: 10px 20px 20px;
  font-size:2.6vw;
  font-weight: 400;
  line-height: 1.8em;
}
.support_inner p.mainImg{
  text-align: center;
  margin: 40px auto 40px;
}

.support_inner .supportBox.blue01,
.support_inner .supportBox.blue02,
.support_inner .supportBox.blue03{
  background:rgba(43, 101, 174, 0.1);
  border-radius:2px;
  padding:20px 10px 20px 10px;
  margin: 40px auto 60px;
  position: relative;
}

.support_inner .supportBox .ttl{
  position: absolute;
  margin: -60px 0 0 -10px;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 20px;
  font-size: 3.6vw;
  color: #fff;
  background: #0065B5 url(../img/support_line.webp) no-repeat top right;
  font-weight: bold;
}

.support_inner .supportBox.blue02 .ttl{
  background: #54B29A  url(../img/support_line.webp) no-repeat top right;
}

.support_inner .supportBox.blue03 .ttl{
  background: #0EB9CC  url(../img/support_line.webp) no-repeat top right;
}


.support_inner .supportBox .ttl span.ind{
  text-indent: -0.5em;
}

.support_inner .supportBox .ttl span{
  display: inline;
  font-size: 5vw;
  font-weight: 800;
  margin-bottom: 20px;
  padding-right: 6px;
}


.support_inner .supportBox ul{
  display: flex;
  width: 100%;
  padding: 20px 0 0 0px;
  justify-content: space-between;
  align-items: flex-start;
}

.support_inner .supportBox ul li{
  font-size:2.8vw;
  align-items: center;
  font-weight: bold;
  color: #0065B5;
}

.support_inner .supportBox.blue02 ul li{
  color: #54B29A;
}

.support_inner .supportBox.blue03 ul li{
  color: #0EB9CC;
}
.support_inner .supportBox ul li p{
  text-align: center;
  padding: 10px 0 0;
  line-height: 1.4em;
}




/* --------------------- #Voice sp --------------------- */
#Voice{
  padding: 14% 3% 4%;
  position: relative;
  background: rgba(229, 243, 250, 1);
  width: 100%;
  overflow: hidden;
}

#Voice:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
}

.voice_inner h2{
  position: relative;
}

.voice_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background:  url(../img/voice_ttl.webp) no-repeat top center;
  background-size:100% auto;
  display: block;
  margin: 0 auto 0px;
}
.voice_inner .subTxt {
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
}

.voice_inner .voiceBox{
  background:#fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  position: relative;
  margin: 60px auto 40px;
}

.voice_inner .voiceBox .img.elmSP{
  color: #666;
}
.voice_inner .voiceBox .img.elmSP img{
  padding-bottom: 10px;
}

.voice_inner .voiceBox p.tab{
  position: absolute;
  top:-36px;
  left:0px;
}

.voice_inner .voiceBox p.ttl{
  font-weight: bold;
  font-size: 4.4vw;
  color: #01478C;
  padding: 0 0 10px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
}

.voice_inner .voiceBox .flex{
  display: block;
  justify-content: space-between;
}

.voice_inner .voiceBox .flex .txtArea{
  display: block;
}

.voice_inner .voiceBox .flex .txtArea p{
  font-size: 3vw;
  line-height: 1.6;
}

.voice_inner .voiceBox .flex .txtArea span{
  color:#0f75b4;
  font-weight: bold;
}

.voice_inner .voiceBox .flex .txtArea img{
  padding-top: 10px;
  width: 160px;
  height: auto;
}

.voice_inner .voiceBox .flex .imgArea{
  display: block;
  margin-top: 20px;
}

.voice_inner .voiceBox .flex .txtArea .beforeTtl,
.voice_inner .voiceBox .flex .txtArea .afterTtl{
  font-size: 4vw;
  font-weight: bold;
  padding: 10px 0;
}
.voice_inner .voiceBox .flex .txtArea .afterTtl{
  color: #01478C;
  position: relative;
  
}

.voice_inner .voiceBox .flex .txtArea .arrow{
  position: relative;
  margin-top: 60px;
}

.voice_inner .voiceBox .flex .txtArea .arrow:before{
  content: "";
  position: absolute;
  display: block;
  left: 40%;
  top: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
  border-top: 16px solid #ededed;
  border-bottom: 0;
}

.voice_inner .voiceBox .flex .imgArea img{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.voice_inner .voiceBox .flex .imgArea{
  color: #666;
  font-size: 14px;
}


.voice_inner .voiceBox .flex .imgArea .commentArea{
  max-width: 1060px;
  margin: 20px auto 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  }

  .voice_inner .voiceBox .flex .imgArea .commentArea .txtArea{
  display: inline-flex;
  flex-basis: 80%;
  flex-direction: column;
  }


.voice_inner .voiceBox .flex .imgArea .comment_inner{
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
  position: relative;
  background: #EFEFEF;
  }

  .voice_inner .voiceBox .flex .imgArea .comment_inner p{
  font-size:2.6vw;
  margin-bottom: 10px;
  font-weight: 400;
  color: #111;
  }


  .voice_inner .voiceBox .flex .imgArea .comment_inner:after {
    left: 100%;
    top: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 239, 239, 0);
    border-left-color: #EFEFEF;
    border-width: 15px;
    margin-top: -15px;
  }


  .voice_inner .voiceBox .flex .commentArea .imgArea img{
    width: 50px;
    height: auto;
    margin-right: -20px;
  }
}
/* SP end --------------------------- */




/* --------------------- 資料スライダー  --------------------- */
.slider {
  margin-bottom: 60px;
}
.slider img {
    
}
.slider .slick-slide {
    margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 840px) 
{ /* SP start */
  .slider {
    margin-bottom: 40px;
  }
  .slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
  .slider img {
    width:auto;
    height:120px;
}
}


.cv_inner .form .note a {
  color: #0065b5;
}
.cv_inner .form .note a:hover {
  text-decoration: underline;
}












/* --------------------- アコーディオン  --------------------- */
.acc {
  cursor: pointer;
}
.acc_link {
  position: relative;
  background-color: #01478C;
  width: 250px;
  margin: 0 auto;
  border-radius: 100px;
}
.acc_text {
  display: block;
  text-decoration: none;
  transition: all .2s ease 0s;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}

/***  矢印  ***/
.acc_text .icon-plus {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.acc_text .icon-plus:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.acc_text.close .icon-plus:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.acc_text.close .icon-plus:before {
  display: none;
}
@media all and (max-width: 840px)  {
.acc {
  width: 100%;
  margin: 0 auto;
  color: #444;
  margin-bottom: 0;
}
.acc_link {
  position: relative;
  background-color: #01478C;
  width: 60%;
  margin: 0 auto;
  border-radius: 100px;
}
.acc_text {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s ease 0s;
  font-size: 13.5px;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
}
/***  矢印  ***/
.acc_text .icon-plus {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.acc_text .icon-plus:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -18px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.acc_text.close .icon-plus:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.acc_text.close .icon-plus:before {
  display: none;
}

}




/* // BtmCv //
----------------------------------------------- */
#BtmCv {
  display: none;
}

@media all and (max-width: 559px)  {
#BtmCv {
  display: block;
  position:fixed;
  z-index:400;
  bottom:0px;
  left:0px;
  width:100%;
  background-color:rgba(255,255,255,0.7);
  padding:10px 10px 5px;
  line-height:1;
  transform: translateY(100%);
}
#BtmCv.on {
  transform: translateY(0%);
}
#BtmCv .btns {
  display: flex;
  display: -ms-flexbox;
}
#BtmCv .btns li {
  width:100%;
}

}







@media only screen and (min-width: 841px) {
/* --------------------- CV pc --------------------- */
#CV {
  clear: both;
  padding:40px 0 0;
  background: #317BB1;
  position: relative;
}
#CV:before {
  background: url(../img/cv_bg.png) no-repeat;
  left: 0;
  position: absolute;
  bottom: 0;
  content: "";
  width: 200px;
  height: 100%;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.cv_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cv_img {
  max-width: 410px;
}
.cv_img img {
  width: 100%;
}
.cv_desc {
  text-align: center;
}
.cv_ttl1 {
  font-size: 26px;
  font-weight: 700;
  color: #FDF451;
}
.cv_ttl2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0 40px;
}
.cv_btn a {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #01478C;
  background: #fff;
  border-radius: 5px;
  padding: 15px 80px;
  position: relative;
  transition: .3s;
}
.cv_btn a:after {
  position: absolute;
  background: url(../img/Icon_dl_blu.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height:20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cv_btn a:hover {
  color: #01478C;
  opacity: 0.7;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- CV sp --------------------- */
#CV {
  padding:40px 15px 0;
  background: #317BB1;
  position: relative;
}
.cv_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cv_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: block;
}
.cv_img {
  max-width: 92.5%;
}
.cv_img img {
  width: 100%;
}
.cv_desc {
  text-align: center;
}
.cv_ttl1 {
  font-size: 5vw;
  font-weight: 700;
  color: #FDF451;
}
.cv_ttl2 {
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0 40px;
}
.cv_btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #01478C;
  background: #fff;
  border-radius: 5px;
  padding: 15px 15px;
  width: 90%;
  margin-bottom: 30px;
  position: relative;
}
.cv_btn a:after {
  position: absolute;
  background: url(../img/Icon_dl_blu.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height:16px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cv_btn a:hover {
  color: #01478C;
  opacity: 0.7;
}
}







@media only screen and (min-width: 841px) {
#contact {
  clear: both;
  padding:60px 0 80px;
  background: #317BB1;
  min-width: 1200px;
  position: relative;
}
.contact_inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact_inner .form {
  width: 1100px;
  margin: 0 auto 0;
  padding: 60px 40px 40px;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #fff;
}
.contact_inner .form .ttl {
  font-size: 140%;
  position: relative;
  margin-top: 30px;
}
.contact_inner .form .ttl span{
  font-weight: 700;
  position: relative;
}
.contact_inner .form .ttl span:before{
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 100%;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.contact_inner .form .ttl:before {
  background: url(../img/download_form_input_time.webp) no-repeat;
  left: 180px;
  position: absolute;
  top: -40px;
  content: "";
  width: 90px;
  height: 90px;
  display: inline-block;
  background-size: contain;
}
.contact_inner .form .ttl .br-sp {
  display: none;
}
.contact_inner .form .note {
  font-size: 13px;
  line-height: 2;
}


.contact_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact_img {
  max-width: 350px;
  margin-left: 30px;
}
.contact_img img {
  width: 100%;
}
.contact_copy1 {
  color: #FBF452;
  font-size: 28px;
  font-weight: 700;
}
.contact_copy1 .fs1 {
  font-size: 47px;
  font-weight: 600;
}
.contact_copy1 sup {
  font-size: 12px;
}
.contact_note {
  font-size: 12px;
  color: #fff;
}
.contact_copy2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 10px 0 20px;
}
.contact_txt {
  color: #fff;
  margin-bottom: 30px;
}
}
@media only screen and (max-width: 840px) { 
#contact {
  padding:4% 0 ;
  background: #317BB1;
  position: relative;
}
.contact_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact_inner .form {
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #fff;
  padding: 50px 0 0;
}
.contact_inner .form .ttl {
    font-size: 4.2vw;
    text-align: center;
    margin-top: 0;
    position: relative;
    margin-left: 16vw;
    line-height:1.5;
  }
  .contact_inner .form .ttl span{
  font-weight: 700;
  position: relative;
}
.contact_inner .form .ttl span:before{
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 100%;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.contact_inner .form .ttl:before {
  background: url(../img/download_form_input_time.webp) no-repeat;
  left: -5vw;
  position: absolute;
  top: 0;
  content: "";
  width: 20%;
  height: 100%;
  display: inline-block;
  background-size: contain;
}
.contact_inner .form #satori__creative_container {
  margin-top: -20px;
}
.contact_inner .form .note {
  font-size: 10px;
  line-height: 2;
  padding:0 20px 30px;
}



.contact_copy2 {
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 10px 15px;
}
.contact_head {
  display: flex;
  padding: 0 15px;
  align-items: flex-end;
}
.contact_img {
  max-width: 40%;
  height: 100%;
  margin: 0 auto ;
}
.contact_img img {
  width: 100%;
}
.contact_copy1 {
  color: #FBF452;
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact_copy1 .fs1 {
  font-size: 7vw;
  font-weight: 600;
}
.contact_copy1 sup {
  font-size: 12px;
}
.contact_note {
  font-size: 2vw;
  color: #fff;
  display: block;
  text-align: right;
}

.contact_txt {
  color: #fff;
  margin-bottom: 10px;
  font-size: 3vw;
  line-height: 1.5;
}

}










@media only screen and (min-width: 841px) {
/* --------------------- Automation pc --------------------- */
#automation2{
 background: #EAF8FF;
  padding:100px 0 60px;
  position: relative;
}
.automation2_inner{
  width: 1100px;
  margin:0 auto 0;
}
.automation2_inner h2{
  position: relative;
}
.automation2_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background:  url(../img/automation_ttl.png) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.automation2_inner .subTxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.automation2_inner .subTxt span {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
.automation2_inner .subTxt2 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.automation2_inner .subTxt2 a{
  color: #318DCE;
}
.automation2_inner .subTxt2 a:hover {
  color: #318DCE !important;
  text-decoration: underline;
}
.automation2_inner #automation2_nav{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  width: 58%;
  margin: 0 auto 40px;
}
.automation2_inner #automation2_nav li{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.automation2_inner #automation2_nav li span{
  font-family: 'Roboto', sans-serif;
  color:#318DCE;
  font-size: 32px;
  padding: 0 20px 0 0;
}
.automation2_inner #automation2_nav li.active {
  border-bottom: 5px solid #318DCE;
    box-sizing: border-box;
}
.automation2_inner #automation2_nav li a{
  color:#949494;
  position: relative; 
  padding: 10px 0 10px;
}
.automation2_inner #automation2_nav li a:hover{
  color:#01478C;
}
.automation2_inner #automation2_nav li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #01478C;
  bottom: -1px;  
  transform: scale(0, 1);    
  transform-origin: left top; 
  transition: transform 0.1s; 
}
.automation2_inner #automation2_nav li a:hover::after {
  transform: scale(1, 1);
}
/* スライダーのスタイル */
.automation2-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.automation2Box {
  box-sizing: border-box;
  outline: none; /* Slickのデフォルトフォーカスを消す */
}
/* Slick用のカスタム矢印スタイル */
.automation2 .slick-next {
  position: absolute;
  right: 0px; /* 右端からの距離 */
  top: 50%; /* 上下中央 */
  transform: translateY(-50%);
  width: 30px; /* 矢印画像の幅 */
  height: 77px; /* 矢印画像の高さ */
  z-index: 1;
}
.automation2 .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/arrow_next.svg') no-repeat center center; /* 矢印画像のパス */
  background-size: contain;
}
.automation2 .slick-prev {
  display: none !important; /* 左矢印を非表示 */
}
.automation2_img {
  width: 100%;
  margin: 0 auto;
}
.automation2_img img {
  width: 100%;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- Automation sp --------------------- */
#automation{
 background: #EAF8FF;
  padding: 14% 3% 4%;
  position: relative;
  width: 100%;
}
.automation_inner{
  width: 100%;
  margin:0 auto 0;
}
.automation_inner h2{
  position: relative;
}
.automation_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background:  url(../img/automation_ttl.png) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}
.automation_inner .subTxt {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.6em;
}
.automation_inner .subTxt span {
  font-size: 3vw;
  color: #333;
  font-weight: normal;
}
.automation_inner .subTxt2 {
  font-size: 4vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.automation_inner .subTxt2 a{
  color: #318DCE;
}
.automation_inner .subTxt2 a:hover {
  color: #318DCE !important;
  text-decoration: underline;
}
.automation_inner #automation_nav{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 20px;
  width: 100%;
  margin-bottom: 30px;
}
.automation_inner #automation_nav li{
  display: flex;
  flex-basis: 50%;
  font-size: 4vw;
  font-weight: bold;
  padding: 0 0 0 0px;
  align-items: flex-start;
  line-height: 1.4;
  opacity: 0.5;
}
.automation_inner #automation_nav li span{
  font-family: 'Roboto', sans-serif;
  color:#318DCE;
  font-size: 5vw;
  margin-right: 10px;
}
.automation_inner #automation_nav li.active {
  border-bottom: 3px solid #318DCE;
  opacity: 1;
}
.automation_inner #automation_nav li a{
  color:#949494;
  position: relative; 
  padding: 10px 0 10px;
}
.automation_inner #automation_nav li a:hover{
  color:#01478C;
}
.automation_inner #automation_nav li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #01478C;
  bottom: -1px;  
  transform: scale(0, 1);    
  transform-origin: left top; 
  transition: transform 0.1s; 
}
.automation_inner #automation_nav li a:hover::after {
  transform: scale(1, 1);
}
/* Slick用のカスタム矢印スタイル */
.automation .slick-next {
  position: absolute;
  right: 0px; /* 右端からの距離 */
  top: 50%; /* 上下中央 */
  transform: translateY(-50%);
  width: 30px; /* 矢印画像の幅 */
  height: 77px; /* 矢印画像の高さ */
  z-index: 1;
}
.automation .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/arrow_next.svg') no-repeat center center; /* 矢印画像のパス */
  background-size: contain;
}
.automation .slick-prev {
  display: none !important; /* 左矢印を非表示 */
}
.automation .slick-slide {
  margin: 0 15px;
}
}














@media only screen and (min-width: 841px) {
/* --------------------- Pick Up pc --------------------- */
#pickup{
  padding:100px 0 0;
  position: relative;
}
.pickup_inner{
  width: 1100px;
  margin:0 auto 0;
}
.pickup_inner h2{
  position: relative;
}
.pickup_inner h2:before{
  content:"";
  display: block;
  width: 300px;
  height: 80px;
  background:  url(../img/pickup_ttl.png) no-repeat top center;
  display: block;
  margin: 0 auto 20px;
}
.pickup_inner .subTxt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.pickup_inner .subTxt span {
  color: #318DCE;
}
}
@media only screen and (max-width: 840px) { 
/* --------------------- Pick Up sp --------------------- */
#pickup{
  padding: 14% 3% 0;
  position: relative;
  width: 100%;
}
.pickup_inner{
  width: 100%;
  margin:0 auto 0;
}
.pickup_inner h2{
  position: relative;
}
.pickup_inner h2:before{
  content:"";
  display: block;
  width: 200px;
  height: 80px;
  background:  url(../img/pickup_ttl.png) no-repeat top center;
  background-size: 100% auto;
  display: block;
  margin: 0 auto 0px;
}
.pickup_inner .subTxt {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.8em;
}
.pickup_inner .subTxt span {
  color: #318DCE;
}
}








@media only screen and (min-width: 841px) {
.commentArea3.common{
  width: 900px;
  margin: 50px auto 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.commentArea3.common .txtArea{
  display: inline-flex;
  flex-basis: 78%;
  flex-direction: column;
}
.commentArea3.common .txtArea .comment_inner{
  border: solid 1px rgba(1, 71, 140, 0.8);
  border-radius: 6px;
  padding: 30px 40px 30px 40px;
  background: #fff;
  position: relative;
}
.commentArea3.common .txtArea .comment_inner:after, .commentArea3.common .txtArea .comment_inner:before {
  left: 100%;
  top: 40%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.commentArea3.common .txtArea .comment_inner:after {
  border-color: rgba(213, 141, 199, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
.commentArea3.common .txtArea .comment_inner:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: rgba(1, 71, 140, 0.8);
  border-width: 16px;
  margin-top: -16px;
}
.commentArea3 .txtArea .comment_inner p{
  line-height: 1.8;
  font-weight: bold;
  font-size: 22px;
}
.commentArea3 .txtArea .comment_inner p .fs1 {
  font-size: 33px;
}
.commentArea3 .txtArea .comment_inner p .heighlight {
  border-bottom: 5px solid #FCFC0D;
}

.commentArea3 .txtArea .comment_inner p.taRight{
  text-align: right;
  padding: 10px;
}
.under_yellow {
  background: linear-gradient(transparent 80%, #FCFC0D 80%);
}
.commentArea3 .imgArea{
  display: inline-flex;
  flex-basis: 20%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.commentArea3 .imgArea p{
  color:#888;
  font-size: 12px;
}
.commentArea3 .imgArea p img.transparent {
  mix-blend-mode: multiply;
}
.commentArea3 .imgArea p span{
  font-size: 16px;
  padding: 0 0 0 10px;
}
}
@media only screen and (max-width: 840px) { 
.commentArea3.common{
  width: 100%;
  margin: 50px auto 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.commentArea3.common .txtArea{
  display: inline-flex;
  flex-basis: 78%;
  flex-direction: column;
}
.commentArea3.common .txtArea .comment_inner{
  border: solid 1px rgba(1, 71, 140, 0.8);
  border-radius: 6px;
  padding: 15px;
  background: #fff;
  position: relative;
}
.commentArea3.common .txtArea .comment_inner:after, .commentArea3.common .txtArea .comment_inner:before {
  left: 100%;
  top: 40%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.commentArea3.common .txtArea .comment_inner:after {
  border-color: rgba(213, 141, 199, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
.commentArea3.common .txtArea .comment_inner:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: rgba(1, 71, 140, 0.8);
  border-width: 16px;
  margin-top: -16px;
}
.commentArea3 .txtArea .comment_inner p{
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}
.commentArea3 .txtArea .comment_inner p .fs1 {
  font-size: 20px;
}
.commentArea3 .txtArea .comment_inner p .heighlight {
  border-bottom: 5px solid #FCFC0D;
}

.commentArea3 .txtArea .comment_inner p.taRight{
  text-align: right;
  padding: 10px;
}
.under_yellow {
  background: linear-gradient(transparent 80%, #FCFC0D 80%);
}
.commentArea3 .imgArea{
  display: inline-flex;
  flex-basis: 20%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.commentArea3 .imgArea p{
  color:#888;
  font-size: 12px;
  width: 70px;
}
.commentArea3 .imgArea p img{
  width: 100%;
}
.commentArea3 .imgArea p img.transparent {
  mix-blend-mode: multiply;
}
.commentArea3 .imgArea p span{
  font-size: 16px;
  padding: 0 0 0 10px;
}
}








/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #318DCE;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}