@charset "utf-8";
html {
    font-size: 62.5%
}

body{
  background:#fff;
  font-family: 'Noto Sans JP', sans-serif;
	color: #333;
  font-weight: 400;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
  font-size: 1.6rem;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

img{
    max-width: 100%;
    height: auto;
}
em {
  font-style: normal;
}

.btn {
  transition:.3s;
}
.btn:hover {
  opacity: 0.7;
}

@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */



/* inner */
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding:0 0;
}
/*SP*/
@media screen and (max-width:960px){
.inner {
  width: 100%;
  max-width: 100%;
  padding:0 15px;
}
}


/* area */
#container{
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
}


/* font-family */
#g-nav,
{
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.2em;
}
.f-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.fc-yel {
  color:#f5bb12;
}
.fwBold {
  font-weight: 700;
}


/* heading */
h2{
  font-size: 3.4rem;
  margin: 0 0 60px 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  color:#002557;
  font-weight:500;
}
@media screen and (max-width:960px){
h2{
  font-size: 2.4rem;
  margin: 0 0 35px 0;
  text-transform: uppercase;
  text-align: center;
}
}



/* text */
p.text {
  font-size: 1.6rem;
  line-height: 2;
}
.text_link:hover {
  text-decoration: underline;
}
.text_link_mail {
  color: #000;
  font-weight: 700;
}
.text_link_line {
  color: #07b53b;
  font-weight: 700;
}
@media screen and (max-width:960px){
p.text {
  font-size: 1.4rem;
  line-height: 2;
}
}


/* header */
#header h1 {
  color: #ddd;
  padding-top: 10px;
}
#header h1 a img {
  width: 234px;
}
/*SP*/
@media screen and (max-width:960px){
#header h1 {
  text-align: left;
  width: 40%;
  padding-top: 5px;
}
#header h1 a img {
  width: 100%;
}
}




/* レイアウト */
#main-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 90px;
  position: relative;
  overflow:clip;
  margin-bottom: 120px;
}
#main-area:before {
  position: absolute;
  background: url(../img/kv_bg.png) no-repeat center center;
  top: -25px;
  content: "";
  width: 1900px;
  height: 650px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
  background-position-x:180px; 
}
#main-area .main {
  width: 100%;
  max-width: 1030px;
  margin-right: 50px;
}
#main-area .side {
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  background: #f4f6fb;
  position: sticky;
  top: 90px;
  padding: 40px 20px;
}
#main-area section {
  width: 100%;
  max-width: 790px;
  margin:0 0 0 auto; 
}
@media screen and (max-width:960px){
#main-area {
  display: inherit;
  margin-top: 70px;
  margin-bottom: 80px;
}
#main-area:before {
  position: absolute;
  background: url(../img/kv_bg.png) no-repeat center center;
  top: 52vw;
  content: "";
  width: 100%;
  height: 65vw;
  display: inline-block;
  background-size: cover;
  z-index: -1;
  background-position-x:-84vw;
}
#main-area .main {
  width: 100%;
  max-width: 100%;
  margin-right: 50px;
}
#main-area .side {
  width: 100%;
  max-width: 100%;
  background: #f4f6fb;
  position: inherit;
  top: inherit;
}
}



/* セクションタイトル */
.section_ttl{
  color: #dbe8ff;
  font-size:12rem;
  font-weight: 600;
  line-height: 70%;
  border-top: 1px solid #cccccc;
  margin:120px 0 10px -240px;
}
@media screen and (max-width:960px){
.section_ttl{
  color: #dbe8ff;
  font-size:16vw;
  font-weight: 600;
  line-height: 70%;
  border-top: 1px solid #cccccc;
  margin:100px 0 10px 0;
}
}




/* kv */
#kv {
  background: url(../img/kv_img.png) no-repeat;
  background-position:center right;
  background-size:contain;
  height:630px;
}
#kv .catch {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #002557;
  padding: 140px 0 30px;
}
#kv .img {
  display: none;
}
#kv ul {
  display: flex;
  flex-wrap: wrap;
}
#kv ul li {
  width: 120px;
  background: #002557;
  color: #fff;
  padding:16px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight:700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#kv ul li p {
  line-height: 1.5;
}
#kv ul li:not(:last-child) {
  margin-right: 10px;
}
#kv ul li span {
  font-size: 2.4rem
}
/*SP*/
@media screen and (max-width:960px){
#kv {
  background: inherit;
  width:inherit;
  height:inherit; 
}
#kv .catch {
  font-size: 6.5vw;
  font-weight: 700;
  padding: 30px 0 0 ;
  text-align: center;
  margin-bottom: 20px;
}
#kv .img {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
#kv .img img{
  width: 60%;
}
#kv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#kv ul li {
  width: inherit;
  background: #002557;
  color: #fff;
  padding:20px 15px;
  text-align: center;
  font-size: 3vw;
  font-weight:700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
#kv ul li:not(:last-child) {
  margin-right: 10px;
}
#kv ul li span {
  font-size: 5vw
}
}



/* service */
#service h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 2px solid #002557;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
#service .inner .img_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .inner .img_block .img {
  width: 30%;
  margin-bottom: 40px;
}
#service .inner .content{
  background: #f4f6fb;
  padding:55px 45px;
  margin-top: 40px;
}
#service .inner .content .head {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #002557;
  font-weight: 700;
}
#service .inner .content .head span {
  border-bottom: 2px solid #002557;
  padding-bottom: 5px;
}
#service .inner .content .img {
  text-align: center;
  width: 100%;
}
#service .inner .content .img img{
  width: 96%;
  filter: drop-shadow(0 0 12px rgba(50,140,255,.12));
}
#service .inner .movie {
  margin: 60px 0 80px;
}
#service .inner .movie iframe {
  width: 100%;
  max-width: 790px;
  height: 444px;
}
#service .inner .industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#service .inner .industry li {
  width: 19%;
  background: #f4f6fb;
  border-radius: 10px;
  padding:22px 0 ;
}
#service .inner .industry li:nth-child(n+6) {
  margin-top: 1.25%;
}
#service .inner .industry li .img {
  width: 100%;
  text-align: center;
}
#service .inner .industry li .img img{
  width: 40%;
}
#service .inner .industry li .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 15px;
}
#service .inner .industry:after {
  content: "";
  display: block;
  width: 19%;
  height: 0;
}
#service .inner .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#service .inner .numbers li{
  width: 32%;
}
#service .inner .numbers li:nth-child(n+4) {
  margin-top: 2%;
}
/*SP*/
@media screen and (max-width:960px){
#service h3 {
  font-size: 1.8rem;
  border-bottom: 2px solid #002557;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#service .inner .img_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#service .inner .img_block .img {
  width: 48%;
  margin-bottom: 2%;
}
#service .inner .img_block .img:last-child {
  margin: 0 auto;
}
#service .inner .content{
  padding:30px 15px;
  margin-top: 25px;
}
#service .inner .content .head {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
#service .inner .content .head span {
  border-bottom: 2px solid #002557;
  padding-bottom: 5px;
}
#service .inner .content .img {
  text-align: center;
}
#service .inner .content .img img{
  width: 100%;
}
#service .inner .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin: 30px auto 40px;
}
#service .inner .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#service .inner .industry {
  margin-bottom: 30px;
}
#service .inner .industry li {
  width: 32%;
  background: #f4f6fb;
  border-radius: 10px;
  padding:18px 0 ;
}
#service .inner .industry li:nth-child(n+6) {
  margin-top: inherit;
}
#service .inner .industry li:nth-child(n+4) {
  margin-top: 2%;
}
#service .inner .industry li .ttl {
  font-size: 3vw;
}
#service .inner .industry:after {
  content: "";
  display: inherit;
}
#service .inner .numbers {
  margin-top: 40px;
}
#service .inner .numbers li{
  width: 49%;
}
#service .inner .numbers li:nth-child(n+4) {
  margin-top: inherit;
}
#service .inner .numbers li:nth-child(n+3) {
  margin-top: 2%;
}
}






/* solution */
#solution .inner {
  padding-bottom: 0
}
#solution .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#solution .inner .wrap .block{
  width: 48%;
}
#solution .inner .wrap .block .problem {
  background: #efefef;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 45px;
}
#solution .inner .wrap .block .problem .ttl {
  font-size: 2.4rem ;
  color: #002557;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
#solution .inner .wrap .block .problem .ttl span {
  border-bottom: 2px solid #002557;
    padding-bottom: 5px;
}
#solution .inner .wrap .block .problem ul li{
  padding-left:1em;
  text-indent:-1em;
}
#solution .inner .wrap .block .problem ul li:not(:last-child) {
  margin-bottom: 10px;
}
#solution .inner .wrap .block .head_middle {
  text-align: center;
}
#solution .inner .wrap .block .head_middle span {
  background: #0279c3;
  padding:18px 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
#solution .inner .wrap .block .arrow {
  text-align: center;
  margin-top: 20px;
}
#solution .inner .wrap .block .detail {
  border:1px solid #002557;
  border-radius: 10px;
  padding:30px;
}
#solution .inner .wrap .block .detail h3 {
  color:#002557;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0;
}
/*SP*/
@media screen and (max-width:960px){
#solution .inner .wrap {
  display: inherit;
}
#solution .inner .wrap .block{
  width: 100%;
}
#solution .inner .wrap .block:not(:last-child) {
  margin-bottom: 50px;
}
#solution .inner .wrap .block .problem {
  padding: 20px 15px;
  margin-bottom: 35px;
}
#solution .inner .wrap .block .problem .ttl {
  font-size: 1.8rem ;
  color: #002557;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
#solution .inner .wrap .block .problem .ttl span {
  border-bottom: 2px solid #002557;
    padding-bottom: 5px;
}
#solution .inner .wrap .block .problem ul li{
  padding-left:1em;
  text-indent:-1em;
}
#solution .inner .wrap .block .problem ul li:not(:last-child) {
  margin-bottom: 10px;
}
#solution .inner .wrap .block .head_middle {
  text-align: center;
}
#solution .inner .wrap .block .head_middle span {
  background: #0279c3;
  padding:15px 18px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
#solution .inner .wrap .block .arrow {
  text-align: center;
  margin-top: 18px;
}
#solution .inner .wrap .block .detail {
  border:1px solid #002557;
  border-radius: 10px;
  padding:20px 15px;
}
#solution .inner .wrap .block .detail h3 {
  color:#002557;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0;
}
}





/* point */
#point .inner {
  max-width: 1000px;
}
#point .inner .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
#point .inner .tab a {
  display: block;
  width: 32%;
  border-radius: 10px;
  border:1px solid #002557;
  padding:30px 0;
  transition: .3s;
}
#point .inner .tab a:hover {
  background: #f4f6fb;
}
#point .inner .tab a .num {
  color: #002557;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}
#point .inner .tab a .num span {
  border-bottom: 2px solid #002557;
  padding-bottom: 2px;
}
#point .inner .tab a .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #002557;
}
#point .inner .tab a .img {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  transition: .3s;
}
#point .inner .tab a .img img{
  width:16%;
}
#point .inner .tab a:hover .img {
  transform: translate(0,15px);
}
#point .inner .point:not(:last-child) {
  margin-bottom: 100px;
}
#point .inner .point .head{
  display: flex;
  background: #f4f6fb;
  margin-bottom: 40px;
}
#point .inner .point .head .num {
  background: #002557;
  color: #fff;
  font-weight:500;
  font-size: 1.6rem;
  padding:18px 18px 15px;
  line-height: 100%;
}
#point .inner .point .head .num span{
  font-size: 3.8rem;
}
#point .inner .point .head h3 {
  font-size: 2.4rem;
  font-weight:700;
  display: flex;
  align-items: center;
  padding:0 20px;
}
/*01*/
#point .inner .point01 .block {
  display: flex;
  justify-content: space-between;
}
#point .inner .point01 .block:not(:last-child) {
  margin-bottom: 70px;
}
#point .inner .point01 .block.reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#point .inner .point01 .block .detail {
  width: 50%;
}
#point .inner .point01 .block .detail h4 {
  font-size: 2rem;
  color: #002557;
  font-weight: 700;
}
#point .inner .point01 .block .detail .text {
  margin: 25px 0 30px;
}
#point .inner .point01 .block .detail ul {
  padding:20px 25px;
  border-radius: 10px;
  border:1px solid #002557;
}
#point .inner .point01 .block .detail ul li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
#point .inner .point01 .block .detail ul li:not(:last-child) {
  margin-bottom: 8px;
}
#point .inner .point01 .block .detail ul li:before {
  position: absolute;
  background: url(../img/icon_check.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
#point .inner .point01 .block .img_wrap {
  width: 47%;
  padding:30px 22px;
  background: #f4f6fb;
}
#point .inner .point01 .block .img_wrap .cap {
  font-size: 1.8rem;
  font-weight: 700;
  color: #002557;
  text-align: center;
  margin-bottom: 20px;
}
#point .inner .point01 .block .img_wrap .img {
	width: 100%;
}
#point .inner .point01 .block .img_wrap .cap span {
  border-bottom: 2px solid #002557;
  padding-bottom: 5px;
}
#point .inner .point01 .block .img {
  width: 47%;
}

/*02*/
#point .inner .point02 .block:not(:last-child) {
  margin-bottom: 70px;
}
#point .inner .point02 .block .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#point .inner .point02 .block .wrap .detail {
  width: 50%;
}
#point .inner .point02 .block .wrap .detail .tag span{
  color: #002557;
  background: #f4f6fb;
  font-size: 1.2rem;
  padding:8px 12px;
  border-left: 2px solid #002557;
  display: inline-block;
  margin-bottom: 20px;
}
#point .inner .point02 .block .wrap .detail h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #002557;
  margin-bottom: 20px;
  line-height: 1.5;
}
#point .inner .point02 .block .wrap .img {
  width: 47%;
  position: relative;
}
#point .inner .point02 .block .wrap .img .name {
  position: absolute;
  right: 0;
  bottom:25px;
  font-size: 1.8rem;
  background: #0279c3;
  padding:8px 10px;
  color: #fff;
  font-weight: 700;
}
#point .inner .point02 .block .arrow {
  position: relative;
  margin-top: 15px;
}
#point .inner .point02 .block .arrow:before  {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 15px solid #0279c3;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  top: inherit;
}
#point .inner .point02 .block .caption {
  color: #002557;
  font-size: 1.6rem;
  font-weight: 700;
  border:1px solid #002557;
  border-radius: 10px;
  padding:20px;
  text-align: center;
  margin-top: 22px;
}
/*03*/
#point .inner .point03 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#point .inner .point03 .block.reverse {
  flex-direction: row-reverse;
}
#point .inner .point03 .block:not(:last-child) {
  margin-bottom: 70px;
}
#point .inner .point03 .block .detail {
  width: 50%;
}
#point .inner .point03 .block .detail h4 {
  font-size: 2rem;
  color: #002557;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.5;
}
#point .inner .point03 .block .img {
  width: 47%;
}
/*SP*/
@media screen and (max-width:960px){
#point .inner .tab {
  margin-bottom: 50px;
}
#point .inner .tab a {
  display: block;
  width: 32%;
  border-radius: 10px;
  border:1px solid #002557;
  padding:20px 5px;
  transition: .3s;
}
#point .inner .tab a:hover {
  background: #f4f6fb;
}
#point .inner .tab a .num {
  color: #002557;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 25px;
}
#point .inner .tab a .num span {
  border-bottom: 2px solid #002557;
  padding-bottom: 2px;
}
#point .inner .tab a .ttl {
  font-size: 3.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #002557;
}
#point .inner .tab a .img {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  transition: .3s;
}
#point .inner .tab a .img img{
  width:20%;
}
#point .inner .tab a:hover .img {
  transform: translate(0,15px);
}
#point .inner .point:not(:last-child) {
  margin-bottom: 60px;
}
#point .inner .point .head{
  display: flex;
  background: #f4f6fb;
  margin-bottom: 25px;
}
#point .inner .point .head .num {
  background: #002557;
  color: #fff;
  font-weight:500;
  font-size: 1.4rem;
  padding:13px 10px 10px;
  line-height: 180%;
  text-align: center;
}
#point .inner .point .head .num span{
  font-size: 3.2rem;
}
#point .inner .point .head h3 {
  font-size: 1.8rem;
  font-weight:700;
  display: flex;
  align-items: center;
  padding:0 15px;
  line-height: 1.5;
}
/*01*/
#point .inner .point01 .block {
  display: inherit;
}
#point .inner .point01 .block:not(:last-child) {
  margin-bottom: 60px;
}
#point .inner .point01 .block.reverse {
  display: inherit;
}
#point .inner .point01 .block .detail {
  width: 100%;
}
#point .inner .point01 .block .detail h4 {
  font-size: 1.6rem;
  color: #002557;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.5;
}
#point .inner .point01 .block .detail .text {
  margin: 15px 0 20px;
}
#point .inner .point01 .block .detail ul {
  padding:15px 15px;
}
#point .inner .point01 .block .detail ul li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
#point .inner .point01 .block .detail ul li:not(:last-child) {
  margin-bottom: 8px;
}
#point .inner .point01 .block .detail ul li:before {
  position: absolute;
  background: url(../img/icon_check.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
#point .inner .point01 .block .img_wrap {
  width: 100%;
  padding:25px 12px;
  margin-top: 25px;
}
#point .inner .point01 .block .img_wrap .cap {
  font-size: 1.6rem;
  font-weight: 700;
  color: #002557;
  text-align: center;
  margin-bottom: 20px;
}
#point .inner .point01 .block .img_wrap .cap span {
  border-bottom: 2px solid #002557;
  padding-bottom: 5px;
}
#point .inner .point01 .block .img {
  width: 100%;
}
/*02*/
#point .inner .point02 .block:not(:last-child) {
  margin-bottom: 60px;
}
#point .inner .point02 .block .wrap {
  display: inherit;
}
#point .inner .point02 .block .wrap .detail {
  width: 100%;
}
#point .inner .point02 .block .wrap .detail .tag span{
  font-size: 1.2rem;
  padding:6px 10px;
  margin-bottom: 15px;
}
#point .inner .point02 .block .wrap .detail h4 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}
#point .inner .point02 .block .wrap .img {
  width: 100%;
  margin-bottom: 18px;
}
#point .inner .point02 .block .wrap .img .name {
  position: absolute;
  right: 0;
  bottom:25px;
  font-size: 1.5rem;
  padding:8px 10px;
}
#point .inner .point02 .block .arrow {
  position: relative;
  margin-top: 8px;
}
#point .inner .point02 .block .arrow:before  {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 15px solid #0279c3;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  top: inherit;
}
#point .inner .point02 .block .caption {
  color: #002557;
  font-size: 1.5rem;
  font-weight: 700;
  border:1px solid #002557;
  border-radius: 10px;
  padding:15px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
/*03*/
#point .inner .point03 .block {
  display: inherit;
}
#point .inner .point03 .block:not(:last-child) {
  margin-bottom: 55px;
}
#point .inner .point03 .block .detail {
  width: 100%;
}
#point .inner .point03 .block .detail h4 {
  font-size: 1.6rem;
  margin: 18px 0;
}
#point .inner .point03 .block .img {
  width: 100%;
  margin-top: 25px;
}
}















/* industry */
#industry .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
#industry .inner .wrap .item {
  width: 32%;
}
#industry .inner .wrap .item:nth-child(n+4) {
  margin-top: 40px;
}
#industry .inner .wrap .item .ttl {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
#industry .inner ul li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#industry .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
/*SP*/
@media screen and (max-width:960px){
#industry .inner .wrap {
  margin-bottom: 40px;
}
#industry .inner .wrap .item {
  width: 48%;
}
#industry .inner .wrap .item:nth-child(n+4) {
  margin-top: inherit;
}
#industry .inner .wrap .item:nth-child(n+3) {
  margin-top: 25px;
}
#industry .inner .wrap .item .ttl {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  font-size: 1.4rem;
}
#industry .inner ul li {
  font-weight: 1.4rem;
}
#industry .inner ul li:not(:last-child) {
  margin-bottom: 12px;
}
}





/* skillcertification */
#skillcertification .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#skillcertification .inner .wrap .block{
  width: 48%;
  border:1px solid #002557;
  border-radius: 10px;
}
#skillcertification .inner .wrap .block:nth-child(n+3) {
  margin-top: 30px;
}
#skillcertification .inner .wrap .block .ttl {
  background: #002557;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px 8px 0 0 ;
}
#skillcertification .inner .wrap .block .ttl span {
  position: relative;
  padding-left: 40px;
}
#skillcertification .inner .wrap .block .ttl span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: inline-block;
  z-index: 100;
}
#skillcertification .inner .wrap .block:nth-child(1) .ttl span:before {
  background: url(../img/service_icon1_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block:nth-child(2) .ttl span:before {
  background: url(../img/service_icon2_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block:nth-child(3) .ttl span:before {
  background: url(../img/service_icon3_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block:nth-child(4) .ttl span:before {
  background: url(../img/service_icon6_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block:nth-child(5) .ttl span:before {
  background: url(../img/service_icon7_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block:nth-child(6) .ttl span:before {
  background: url(../img/service_icon9_wh.png) no-repeat;
  content: "";
  background-size: contain;
}
#skillcertification .inner .wrap .block .detail {
  padding: 25px;
}
#skillcertification .inner .wrap .block .detail dl {
  font-size: 1.4rem;
}
#skillcertification .inner .wrap .block .detail dl dt{
  color: #002557;
  background: #f4f6fb;
  display: inline-block;
  padding: 3px;
  width: 90px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
#skillcertification .inner .wrap .block .detail dl dd:not(:last-child) {
  margin-bottom: 20px;
}
/*SP*/
@media screen and (max-width:960px){
/*.section_ttl.skillcertification {
  line-height: 85%;
}*/
#skillcertification .inner .wrap .block:nth-child(n+3) {
  margin-top: 20px;
}
#skillcertification .inner .wrap .block .ttl {
  background: #002557;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  border-radius: 8px 8px 0 0 ;
}
#skillcertification .inner .wrap .block .ttl span {
  position: relative;
  padding-left: 30px;
}
#skillcertification .inner .wrap .block .ttl span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 100;
}
#skillcertification .inner .wrap .block .detail {
  padding: 15px;
}
#skillcertification .inner .wrap .block .detail dl {
  font-size: 1.3rem;
}
#skillcertification .inner .wrap .block .detail dl dt{
  color: #002557;
  background: #f4f6fb;
  display: inline-block;
  padding: 3px;
  width: 90px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
#skillcertification .inner .wrap .block .detail dl dd:not(:last-child) {
  margin-bottom: 20px;
}
}





/* case */
#case .slider li.case {
  border:1px solid #002557;
  border-radius: 10px;
}
#case .slider li.case .detail{
  padding:30px;
}
#case .slider li.case .detail h3 {
  color: #002557;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
#case .slider li.case .detail .text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#case .slider li.case .detail .text span {
  font-weight: 700;
  color: #002557;
}
#case .slider li.case .detail .tag span{
  color: #002557;
  background: #f4f6fb;
  font-size: 1.2rem;
  padding: 8px 12px;
  border-left: 2px solid #002557;
  display: inline-block;
  margin-bottom: 20px;
}

/*SP*/
@media screen and (max-width:960px){
#case .slider li.case .detail{
  padding:20px 15px;
}
#case .slider li.case .detail h3 {
  color: #002557;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
#case .slider li.case .detail .text {
  font-size: 1.4rem;
  margin-bottom: 18px;
}
#case .slider li.case .detail .tag span{
  font-size: 1.2rem;
  padding: 6px 10px;
  margin-bottom: 15px;
}
}


/* --------------------------------------------------------------------------------
Tabのレイアウト
-------------------------------------------------------------------------------- */
/*tabの形状*/
#case .tab{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
#case .tab li a{
  display: block;
  background:#fff;
  margin:2px 8px 0 0;
  padding:10px 40px;
  font-size: 1.4rem;
  border-radius: 8px;
  color: #999;
  border:1px solid #999999;
  min-width: 150px;
  text-align: center;
}
#case .tab li.active a{
  background:#333;
  color:#f5bb14;
  border-color: #333;
}
#case .area {
  opacity: 0;
  background: #fff;
}
#case .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

@media screen and (max-width:960px){ 
#case .tab{
  padding: 0 15px;
  margin-bottom: 30px;
}
#case .tab li a{
  display: block;
  background:#fff;
  margin:5px 5px 0 0;
  padding:5px 15px;
  font-size: 1.2rem;
  border-radius: 8px;
  color: #999;
  border:1px solid #999999;
  min-width: inherit;
  text-align: center;
}
/*liにactiveクラスがついた時の形状*/
#case .tab li.active a{
  background:#333;
  color:#f5bb14;
  border-color: #333;
}
}










/* flow */
#flow .wrap .block {
  width: 100%;
  display: flex;
  align-items: center;
}
#flow .wrap .block:not(:last-child){
  margin-bottom: 50px;
  padding-bottom: 10px
}
#flow .wrap .block:not(:fitst-child){
  padding-top: 10px
}
#flow .wrap .block .num {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: #002557;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 100%;
  margin-right: 20px;
  position: relative;
}
#flow .wrap .block:not(:last-child) .num:after {
  position: absolute;
  background: #d8dde5;
  bottom: -66%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 2px;
  height: 55%;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#flow .wrap .block .num span {
  display: block;
  padding-top: 20px;
  line-height: 1;
  width: 80px;
}
#flow .wrap .block .num span em {
  font-size: 2.6rem;
}
#flow .wrap .block .detail {
}
#flow .wrap .block .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 10px;
}
/*SP*/
@media screen and (max-width:960px){
#flow .inner {
  overflow: hidden;
}
#flow .wrap .block {
  align-items: flex-start;
}
#flow .wrap .block:not(:last-child){
  margin-bottom: 40px;
}
#flow .wrap .block .num {
  margin-right: 15px;
}
#flow .wrap .block:not(:last-child) .num:after {
  position: absolute;
  background: #d8dde5;
  bottom: -20vh;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 2px;
  height: 29vh;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
#flow .wrap .block .ttl {
  font-size: 1.6rem;
  margin: 0 0 10px;
}
#flow .wrap .block .text {
  font-size: 1.4rem
}
}




/* document */
#document .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#document .wrap a{
  display:block;
  width: 32%;
  transition: .3s;
}
#document .wrap a:hover {
  opacity: 0.7;
}
#document .wrap a .img {
  width: 100%;
}
#document .wrap a .img img{
  height: 150px;
}

/*SP*/
@media screen and (max-width:960px){
#document .wrap {
  display: inherit;
}
#document .wrap a{
  display:block;
  width: 100%;
  transition: .3s;
}
#document .wrap a:not(:last-child) {
  margin-bottom: 20px;
}
#document .wrap a .img{
  text-align: center;
  width: 100%;
}
#document .wrap a .img img{
  height: inherit;
  width: 80%;
}
}



/* フローティングバナー */
.floatingBanner_wrap {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 200;
}
.floatingBanner { 
  position: relative;
  width: 70px;
}
.floatingBanner2 { 
  position: relative;
  margin-top: 25px;
  width: 70px;
}
.floatingBanner a span,
.floatingBanner2 a span {
  position: relative;
  padding-top: 20px;
  display: -webkit-inline-flex;
}
.floatingBanner a.mail {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding:30px 20px 25px;
  font-size: 1.8rem;
  background: #000;
  color: #fff;
  border-radius: 6px 0 0 6px;
}
.floatingBanner a.mail span:before {
  position: absolute;
  background: url(../img/icon_mail.svg) no-repeat;
  top: -10px;
  left:50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.floatingBanner2 a.line {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding:30px 20px 25px;
  font-size: 1.8rem;
  background: #07b53b;
  color: #fff;
  border-radius: 6px 0 0 6px;
}
.floatingBanner2 a.line span:before {
  position: absolute;
  background: url(../img/icon_line.svg) no-repeat;
  top: -10px;
  left:50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.floatingBanner2 a.line em {
  text-orientation: upright;
}
#close-button,
#close-button2 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10px;
  top: -15px;
  cursor: pointer;
}
#close-button .round_btn,
#close-button2 .round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
}
 
#close-button .round_btn::before, .round_btn::after,
#close-button2 .round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 16px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
#close-button .round_btn::before,
#close-button2 .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#close-button .round_btn::after,
#close-button2 .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*SP*/
@media screen and (max-width:960px){
.floatingBanner_wrap {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 100;
  background-color:rgba(255,255,255, .8);
}
.floatingBanner { 
  position: relative;
  width: 94%;
  margin: 4% 1% 2% 2%;
}
.floatingBanner2 { 
  position: relative;
  margin-top: inherit;
  width: 94%;
  margin: 4% 2% 2% 1%;
}
.floatingBanner a.mail {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  text-align: center;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  padding:16px 0;
  display: block;
  border-radius: 8px;
}
.floatingBanner2 a.line {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  text-align: center;
  font-size: 1.4rem;
  background: #07b53b;
  color: #fff;
  padding:16px 0;
  display: block;
  border-radius: 8px;
}
.floatingBanner2 a.line em {
  text-orientation: inherit;
}
.floatingBanner a span,
.floatingBanner2 a span {
  position: relative;
  padding-top: 0;
  padding-left: 20px;
}
.floatingBanner a.mail span:before {
  position: absolute;
  background: url(../img/icon_mail.svg) no-repeat;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.floatingBanner2 a.line span:before {
  position: absolute;
  background: url(../img/icon_line.svg) no-repeat;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

#close-button,
#close-button2 {
  display: none;
}
}



/* xxxxx */

/*SP*/
@media screen and (max-width:960px){

}

/* xxxxx */

/*SP*/
@media screen and (max-width:960px){

}



/*==================================================
スライダーのためのcss
===================================*/
/*.slider {
   width:94%;
    margin:0 auto;
    max-width: 1200px;
}*/
.slick__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 0 0 0 ;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる 
  width: calc(100% + (100vw - 80%) );
  */
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width:1800px) {
.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる 
  width: calc(100% + (100vw - 130%) );
  */
  width: 100%;
}
}

.slider {
  padding: 0 0 0 0;
  /*background: #fff;*/
  margin-right: -40px;
}

.slider img {
  width:100%;
  height:auto;
}

.slider .slick-slide {
    margin:0 25px 0 0 ;
}


/*矢印の設定　デフォルト
.slick-prev, 
.slick-next {
  position: absolute;
  top:10%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  right: 50px;
  transform: rotate(-135deg);
}

.slick-next {
  right: 20px;
  transform: rotate(45deg);
}
*/


.slick-arrow:before{
  content:""!important;
}
.slick-arrow{ 
  z-index:100!important; 
}
.slick-arrow:before{
  content:""!important;
  width: 48px!important;
  height: 48px!important;
  position: absolute;
  z-index: 100;
}
.slick-next:before{
  background:#fff  url(../img/icon_arrow_blu2.png)!important;
  background-size: contain!important;
  top: 40%;
  right: 211px;
  transform:rotate(-90deg);
  border-radius: 100px;
  cursor : pointer;
}
.slick-prev:before{
  background:#fff  url(../img/icon_arrow_blu2.png)!important;
  background-size: contain!important;
  top: 40%;
  left: 185px;
  transform:rotate(90deg);
  border-radius: 100px;
  cursor : pointer;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


/*ビゲーションの設定*/
.slick-dots {
  text-align:center;
  margin:40px 0 0 0;
  width: min(100%, 1100px);
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:30px;
  height:4px;
  display:block;
  background:#d8dde5;
}
.slick-dots .slick-active button{
  background:#002557;
}
.slick-track {
  margin-left: inherit;
  margin-right: inherit;
}


/*SP*/
@media screen and (max-width:960px){
.slick__container {
  width: 100%;
}
.slick__inner {
  padding: 0 ;
}
.slider .slick-slide {
    margin:0 8px ;
}
.slider {
  margin-right: inherit;
}

.slick-arrow:before{
  content:""!important;
  width: 40px!important;
  height: 40px!important;
  position: absolute;
  z-index: 100;
}
.slick-next:before{
  background:#fff  url(../img/icon_arrow_blu2.png)!important;
  background-size: contain!important;
  top: 48vw;
  right: 20px;
  transform:rotate(-90deg);
  border-radius: 100px;
}
.slick-prev:before{
  background:#fff  url(../img/icon_arrow_blu2.png)!important;
  background-size: contain!important;
  top: 48vw;
  left: 20px;
  transform:rotate(90deg);
  border-radius: 100px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
}







/* side */
#main-area .side .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #002557;
  border-bottom: 2px solid #002557;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#main-area .side .head .f-en {
  font-size: 2.8rem;
  font-weight: 600;
}
#main-area .side .head .f-jp {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 5px;
}
#main-area .side .bnr_wrap {
  margin-bottom: 40px;
}
#main-area .side .bnr_wrap a{
  display:block;
  transition: .3s;
  margin-bottom: 20px;
}
#main-area .side .bnr_wrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width:960px){
#main-area .side {
  margin-top: 60px;
}
#main-area .side .bnr_wrap a{
  text-align: center;
}
}





/* footer */
#footer {
  background: #002557;
}
#footer small{
  padding: 25px 0 30px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width:960px) {
#footer {
  padding-bottom: 80px;
}
#footer small {
  padding:10px 0 ;
  text-align:center;
  font-size: 1.2rem;
} 
}
