@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

html {
  height: 100%;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 62.5%;
  background: #fff;
}

input, select, textarea {
  font-family: "Noto Sans Japanese", sans-serif;
}

input:not([type=submit]):not([type=button]) {
  height: 26px;
  line-height: 26px;
}

/*20220614email, select追加*/
input[type=text], input[type=tel], input[type=email], textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
}

select {
  box-sizing: border-box;
  padding: 0 5px;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
}

body {
  width: 100%;
  color: #374a52;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
}

li {
  list-style-position: inside;
  list-style-type: none;
}

a {
  color: #0054c2;
  text-decoration: none;
}

a:hover {
  color: #009FE9;
  text-decoration: none;
}

/*p, ul {
  margin-bottom: 2.6rem;
}*/
img {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media screen and (max-width: 1019px) {
  .pcstyle {
    display: none;
  }
}

.mobilestyle {
  display: none;
}

.wrap {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  .wrap {
    width: 94%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px;
  }
}

/* ヘッダ---------------------------------------------------- */
#header {
  padding: 4px 0 0;
  background: #fff;
  z-index: 900;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#header #logo {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  #header #logo {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}

#header h1 img {
  display: inline-block;
  width: auto;
  height: 40px;
}

#header nav {
  background-color: #fff;
  border-bottom: solid 3px #009FE9;
}

#header ul.nav {
  list-style-type: none;
  width: 1020px;
  margin: 0 auto -3px auto;
  padding: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
}

#header ul.nav li {
position: relative;
	width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

/*2022Jun グローバルナビを7項目に増やした際、個別に幅を設定*/
#header ul.nav > li:nth-of-type(1) {width:10%}
#header ul.nav > li:nth-of-type(2) {width:20%}
#header ul.nav > li:nth-of-type(3) {width:17%}
#header ul.nav > li:nth-of-type(4) {width:16%}
#header ul.nav > li:nth-of-type(5) {width:13%}
#header ul.nav > li:nth-of-type(6) {width:7%}
#header ul.nav > li:nth-of-type(7) {width:17%}


#header ul.nav li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	height: 45px;color: #374a52;
	font-size: 1.4rem;
}

#header ul.nav > li:not(:first-child) > a:before {
  background-color: #EBEEF0;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -12px 0 0 0;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 24px;
  z-index: 901;
}

#header ul.nav > li > a {
  border-bottom: solid 3px #009FE9;
}

#header ul.nav li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
	left: 0;
	width: 100%;
  margin: 0;
  padding: 0;
}

#header ul.nav li ul li {
	overflow: hidden;
	width: 100%;
  height: 0;
  color: #374a52;
  transition: .2s;
}

/*2022Jun グローバルナビを7項目にした際、プルダウンのサブ項目の幅がメインメニュー項目名の幅を超える場合の幅を設定*/
/*li:nth-of-type()の2,3,4については、このすぐ上の記述#header ul.nav li ul li のwidth:100%;をそのまま生かしている*/
#header ul.nav > li:nth-of-type(1) ul, #header ul.nav > li:nth-of-type(1) > ul li {width:30rem;}
#header ul.nav > li:nth-of-type(5) ul, #header ul.nav > li:nth-of-type(5) > ul li {width:22rem;}
#header ul.nav > li:nth-of-type(6) ul, #header ul.nav > li:nth-of-type(6) > ul li {width:17rem;}
#header ul.nav > li:nth-of-type(7) ul, #header ul.nav > li:nth-of-type(7) > ul li {width:27rem;}

#header ul.nav li ul li a {
  padding: 13px 15px;
  background: #F5F8FA;
  text-align: left;
  font-size: 14px;
  border-bottom: solid 1px #EBEEF0;
}

#header ul.nav li ul li:last-child a {
  border-bottom: solid 0px #fff;
}

#header ul.nav > li:hover > a {
  background: #F5F8FA;
  color: #009FE9;
}

#header ul.nav > li:hover li:hover > a {
  color: #374a52;
  background: #EBEEF0;
}

#header ul.nav > li:hover li:hover > a:hover {
  color: #009FE9;
}

#header ul.nav li:hover > ul > li {
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
}

#header ul.nav li ul li ul {
  top: 0;
  left: 100%;
}

#header ul.nav li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#header ul.nav > li li:hover ul,
#header ul.nav > li li:hover li,
#header ul.nav > li li ul,
#header ul.nav > li li li {
	width:fit-content;
}

#header ul.nav li ul li ul li a {
  background: #F5F8FA;
  border-bottom: solid 1px #EBEEF0;
}

#header ul.nav li:hover ul li ul li:hover > a {
  background: #EBEEF0;
}

#header ul.nav li ul li ul:before {
  position: absolute;
  content: "";
  top: 16px;
  left: -15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #000;
}

#header ul.nav li ul li:hover ul:before,
#header ul.nav li ul li ul:hover:before {
  border-left-color: #000;
}

#header ul.nav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 16px;
  left: 200%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-right-color: #000;
}

button.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 1019px) {
  button.drawer-hamburger {
    display: block;
  }
}

/* メインコンテンツ枠---------------------------------------------------- */
#main {
  min-height: 50vh;
}

#main .heroimage {
  width: 100%;
  height: 250px;
  text-align: center;
}

#main .heroimage.company, #main .heroimage.contact, #main .heroimage.download, #main .heroimage.job, #main .heroimage.qa, #main .heroimage.showroom, #main .heroimage.staffblog #main .heroimage.seminar {
  background: url("img/eyecatch/company.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.agency, #main .heroimage.cases, #main .heroimage.movie, #main .heroimage.support {
  background: url("img/eyecatch/temp.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.technology {
  background: url("img/eyecatch/technology.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.aiguard {
	background: url("img/aiguard/ai_header_caring.png") no-repeat center center;
  background-size: cover;
}

#main .heroimage.ee2 {
  background: url("img/eyecatch/ee2.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.movie, #main .heroimage.the_reason_why, #main .heroimage.dont_arrest, #main .heroimage.loss_reduction {
  background: url("img/eyecatch/movie.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.project {
  background: url("img/eyecatch/project.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.caring {
	background: url("img/eyecatch/caring.png") no-repeat center center;
  background-size: cover;
}

#main .heroimage.event {
  background: url("img/eyecatch/event.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.recruit {
  background: url("img/eyecatch/recruit.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.aisearch {
  background: url("img/eyecatch/AIsearch.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.sdc, #main .heroimage.aihelpyou {
  background: url("img/eyecatch/sdc_header.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.saicam {
	background: url("img/eyecatch/sAIcam_header.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.thermo {
	background: url("img/eyecatch/thermo_header.jpg") no-repeat center center;
  background-size: cover;
}

#main .heroimage.aidaimajin {
	background: url("img/eyecatch/aidaimajin.jpg") no-repeat center center;
	width:100%;
	height:30vw;
	max-height:589px;
}

#main .heroimage.fireprevent {
	background: url("img/eyecatch/fireprevent.jpg") no-repeat center center;
  background-size: cover;
	width:100%;
	height:24vw;
}

/*20220610余白を埋めるために指定*/
#main .heroimage.staffblog {
	width:0%;
	height:0vw;
}

#main .heroimage img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

#main h1 {
  color: #374a52;
  font-size: 2.8rem;
  margin: 20px 0 40px;
  text-align: center;
}

#main h1 span {
  padding: 5px 0;
  border-bottom: 3px solid #009FE9;
}

#main h1 span .small {
  border-bottom: 0 solid #009FE9;
  font-size: 65%;
}

#main.index h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  border-bottom: solid 3px #EBEEF0;
  position: relative;
}

#main.index h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009FE9;
  bottom: -3px;
  width: 35%;
}

#main.index h3 {
  color: #0054c2;
  font-size: 1.8rem;
}

#main.page h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  border-bottom: solid 3px #EBEEF0;
  position: relative;
}

#main.page .h2sub {
  font-size: 2.2rem;
	font-weight: bold;
}

#main.page h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009FE9;
  bottom: -3px;
  width: 35%;
}

#main.page h2 span {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  font-size: 80%;
  height: 27px;
  line-height: 27px;
  background: #009FE9;
  border-radius: 4px;
}

#main.page .copy {
  text-align: center;
  color: #009FE9;
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 4px;
}

#main.page h3 {
  color: #0054c2;
  font-size: 2.0rem;
  margin-bottom: 10px;
  display: table;
  border-bottom: 2px solid #0054c2;
}

#main.page h4 {
  font-size: 1.8rem;
  margin: 10px 0;
}

a.btn,
button.mauticform-button,
input[type="submit"],
input[type="button"] {
  font-size: 1.6rem;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 40px;
  font-weight: bold;
  margin: 30px auto;
  display: block;
  text-align: center;
  min-width: 300px;
  width: 60%;
  background-image: linear-gradient(#009FE9 0%, #006af5 100%);
  border: 0;
}

a.btn:hover,
button.mauticform-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
  cursor: hand;
  color: #fff;
}

/* トップページ---------------------------------------------------- */
#topslider {
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}

#topslider .slick-center img {
  opacity: 1;
}

#topslider img {
  width: 100%;
}

#topslider .slick-slide {
  background: #003750;
}

#topslider .slick-slide:not(.slick-center) img {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#topslider .slick-prev {
  left: 15px;
  z-index: 51;
  width: 40px;
  height: 40px;
}

#topslider .slick-next {
  right: 15px;
  z-index: 50;
  width: 40px;
  height: 40px;
}

#topslider .slick-prev:before {
  content: url("img/prev.png");
}

#topslider .slick-next:before {
  content: url("img/next.png");
}

#topslider .slick-next:before,
#topslider .slick-prev:before {
  color: #0054c2;
  position: relative;
  opacity: 1;
}

#topslider .slick-dots {
  position: relative;
  opacity: 1;
  z-index: 98;
  bottom: 35px;
}

#index__blog,
#index__column,
#index__contents,
#index__info,
#index__showroom,
#index__top1,
#index__top2,
#index__thermo,
#index__live{
  margin-bottom: 50px;
}

#index__fb {
	width:100%;
	margin:0 auto 1rem;
	text-align:center;
}

#index__fb span iframe {
	
	position:relative;
	/*border:solid red 1px;*/
}

#index__live iframe {
	width: 100%;
	object-fit:contain;
}

#index__live {max-width:560px;margin:0 auto;
}

#index__thermo a img {
	max-width: 100%;
  height: auto;
	margin-top:2rem;text-align:center;
	-webkit-transform: translatez(0);
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
#index__thermo {
	max-width:560px;
	margin:0 auto;
}

#index__top1 a img, #index__top2 a img {
  max-width: 100%;
  height: auto;
	margin-top:2rem;
  -webkit-transform: translatez(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#index__top1 a:hover img, #index__top2 a:hover img {
  opacity: 0.7;
}

#index__info ul li {
  padding: 4px 0;
  vertical-align: middle;
  line-height: 2rem;
}

#index__info ul li .index__info__date {
  display: inline-block;
  height: 2rem;
  margin-right: 10px;
padding: 0 5px;
  border-radius: 3px;
  background-color: #F5F8FA;
  font-size: 80%;
  line-height: 2rem;
  color: #374a52;
  width: 80px;
  text-align: center;
}

#index__info ul li .index__info__label {
  display: inline-block;
  height: 2rem;
  margin-right: 20px;
  padding: 0 5px;
  border: 1px solid #0054c2;
  font-size: 80%;
  line-height: 2rem;
  color: #0054c2;
  width: 130px;
  text-align: center;
}

#index__info__page {
  text-align: right;
}

#index__info .index__info__box {
  position: relative;
}

#index__showroom a img {
  max-width: 100%;
  height: auto;
  -webkit-transform: translatez(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#index__showroom a:hover img {
  opacity: 0.7;
}

#index__column ul {
  padding: 10px 0 10px 12px;
  position: relative;
}

#index__column ul li {
  padding: 2px 0;
}

#index__column ul li:before {
  position: absolute;
  left: 0;
  font-family: icomoon;
  content: '\e916';
  margin-top: 3px;
  color: #009FE9;
  font-size: 10px;
}

.index__column__box {
  border: 1px solid #EBEEF0;
  padding: 8px 8px 32px;
  border-radius: 3px;
  position: relative;
}

.index__column__box a.morelink {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#index__contents a img {
  height: auto;
  -webkit-transform: translatez(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#index__contents a:hover img {
  opacity: 0.7;
}

#index__contents .index__contents__banner-tex {
  width: 300px;
  height: 120px;
  border: 2px solid #009FE9;
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

#index__contents .index__contents__banner-tex a {
  width: 300px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}

#index__contents .index__contents__banner-tex [class^="fa-"],
#index__contents .index__contents__banner-tex [class*=" fa-"] {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto 10px;
}

#index__contents .index__contents__banner-tex .eff {
  width: 300px;
  height: 120px;
  left: 0;
  background: #009FE9;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}

#index__contents .index__contents__banner-tex:hover {
  border: 2px solid #009FE9;
}

#index__contents .index__contents__banner-tex:hover .eff {
  left: 300px;
}

#index__contents .index__contents__banner-tex:hover a {
  color: #009FE9;
}

#index__contents .index__contents__banner-tex:not(:last-child) {
  float: left;
  margin-right: 60px;
}

#index__contents .index__contents__banner-img:not(:last-child) {
  float: left;
  margin-right: 60px;
}

@media screen and (max-width: 1019px) {
  #index__contents .index__contents__banner-img,
  #index__contents .index__contents__banner-img:not(:last-child),
  #index__contents .index__contents__banner-tex,
  #index__contents .index__contents__banner-tex:not(:last-child) {
    float: none;
    margin: 20px auto;
  }
  #index__contents .index__contents__banner-img img,
  #index__contents .index__contents__banner-img:not(:last-child) img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}

/* アースアイズの取り組み ---------------------------------------------------- */
/* サービス ---------------------------------------------------- */
.support__text {
  min-height: 70px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .support__text {
    margin-left: 0;
  }
}

.flowarrow {
  background: #009FE9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 8px;
  position: relative;
}

.flowarrow:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: ' ';
  background-image: url("img/arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 48px;
  width: 100%;
}

#faq__list li:nth-child(n+2) {
  border-top: 1px solid #EBEEF0;
}

.faq_a,
.faq_q {
  position: relative;
  padding: 0 0 0 50px;
  margin: 10px 0;
  min-height: 33px;
  vertical-align: middle;
}

.faq_a:before,
.faq_q:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 33px;
}

.faq_q {
  font-size: 120%;
  font-weight: bold;
  color: #0054c2;
}

.faq_q:before {
  background: url("img/q.png") no-repeat;
  background-size: contain;
}

.faq_a {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .faq_a {
    margin-left: 0;
  }
}

.faq_a:before {
  background: url("img/a.png") no-repeat;
  background-size: contain;
}

/* メディア ---------------------------------------------------- */
#media__list {
  padding: 0 8px;
}

#media__list li {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#media__list li:hover {
  background: #F5F8FA;
}

#media__list li .media__list-youtube img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#media__list li .media__list-text {
  color: #374a52;
}

@media screen and (max-width: 768px) {
  #media__list li .media__list-text {
    text-align: center;
  }
}

#media__list li .media__list-text h3 {
  margin-bottom: 1.6rem;
}

#media__list li .media__list-text p {
  margin-bottom: 1.4rem;
  text-align: left;
}

#media__list li:nth-child(n+2) {
  border-top: 1px solid #EBEEF0;
}

/* カテゴリートップ ---------------------------------------------------- */
#article__list li {
  padding: 20px 8px 20px 56px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
}

#article__list li:before {
  display: inline-block;
  color: #0054c2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-family: icomoon;
  content: '\e916';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#article__list li:hover {
  background: #F5F8FA;
}

#article__list li a:hover {
  color: #009FE9;
}

#article__list li:nth-child(n+2) {
  border-top: 1px solid #EBEEF0;
}

/* ダウンロード ---------------------------------------------------- */
#download__list li {
  padding: 20px 8px 20px 56px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
}

#download__list li:before {
  display: inline-block;
  height: 40px;
  width: 38px;
  padding-left: 2px;
  border-radius: 100%;
  background: #009FE9;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: icomoon;
  content: '\e919';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#download__list li:hover {
  background: #F5F8FA;
}

#download__list li a:hover {
  color: #009FE9;
}

#download__list li:nth-child(n+2) {
  border-top: 1px solid #EBEEF0;
}

/* ダウンロードファイルページ ---------------------------------------------------- */
.file_img img {
  max-height: 320px;
  max-width: 320px;
  height: auto;
  width: auto;
  margin: 0 auto 20px;
  border: 1px solid #EBEEF0;
}

.file_title {
  border-radius: 3px 3px 0 0;
  background: #EBEEF0;
  color: #374a52;
  font-weight: bold;
  padding: 4px 8px;
}

.file_text {
  padding: 8px;
  border: 1px solid #EBEEF0;
}

/* インフォメーションアーカイブ ---------------------------------------------------- */
#info .info__month {
  font-size: 3.2rem;
  color: #009FE9;
}

@media screen and (max-width: 768px) {
  #info .info__month {
    font-size: 2.2rem;
  }
}

#info .info__list .article {
  padding: 8px 0;
}

#info .info__list .article:not(:last-child) {
  border-bottom: 1px solid #EBEEF0;
}

#info .info__list .article span.date {
  display: inline-block;
  height: 2rem;
  margin-right: 10px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #F0F3F5;
  font-size: 80%;
  line-height: 2rem;
  color: #222;
  width: 80px;
  text-align: center;
}

/* 投稿 ---------------------------------------------------- */
.post p {
  margin-bottom: 1.4rem;
}

.post .job p {
  line-height: 2.2;
}

/* 企業情報 ---------------------------------------------------- */
table.company,
table.form,
table.info,
table.job {
  border-collapse: separate;
  border-spacing: 0 4px;
  width: 100%;
  table-layout: fixed;
}

table.company td,
table.company th,
table.form td,
table.form th,
table.info td,
table.info th,
table.job td,
table.job th {
  vertical-align: top;
  padding: 8px 16px;
  box-sizing: border-box;
}

table.company th,
table.form th,
table.info th,
table.job th {
  text-align: left;
  width: 25%;
  max-width: 160px;
  background: #F5F8FA;
}

.form__container {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.form__container span.req {
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  background: #009FE9;
  color: #fff;
  font-size: 75%;
  height: 14px;
  line-height: 14px;
  padding: 2px 4px;
  margin-left: 2px;
  border-radius: 3px;
}

/* 採用 ---------------------------------------------------- */
#main.page div.jobpage {
  padding: 8px;
  border: 1px solid #EBEEF0;
  border-radius: 3px;
  margin-bottom: 60px;
  /*&__container:not(:last-child) {
    margin-bottom: 20px;
  }*/
}

#main.page div.jobpage__container {
  padding: 8px;
}

#main.page div.jobpage h1 {
  background-color: #F5F8FA;
}

/* mautic ---------------------------------------------------- */
.mauticform_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.mauticform-label {
  font-weight: bold;
}

.mauticform-errormsg {
  color: #f00;
}

.mauticform-row {
  margin-bottom: 10px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  background: #009FE9;
  color: #fff;
  font-size: 75%;
  height: 14px;
  line-height: 14px;
  padding: 2px 4px;
  margin-left: 2px;
  border-radius: 3px;
  content: "必須";
}

/* スタッフブログ ---------------------------------------------------- */
#main.blog div.time {
  font-size: 2.2rem;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #374a52;
  border-left: solid 3px #374a52;
  position: relative;
  font-weight: bold;
  background: #F5F8FA;
}

#main.blog .post {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.blog .post {
    padding-left: 0px;
  }
}

#main.blog .post h1 {
  text-align: left;
  font-size: 2.0rem;
  margin-bottom: 10px;
  border-bottom: solid 3px #EBEEF0;
  position: relative;
  font-weight: bold;
}

#main.blog .post h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009FE9;
  bottom: -3px;
  width: 35%;
}

#main.blog .post h2,
#main.blog .post h3,
#main.blog .post h4,
#main.blog .post h5 {
  margin-top: 10px;
}

#main.blog .post h2 {
  font-size: 1.8rem;
}

#main.blog .post h3 {
  font-size: 1.7rem;
}

#main.blog .post h4 {
  font-size: 1.6rem;
}

#main.blog .post img {
  max-width: 100%;
  height: auto;
}

/* AIガードマン ---------------------------------------------------- */
.heroimage--retail {
  background: linear-gradient(to bottom right, #00a0e9 33%, #004e97);
}

.heroimage--retail img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .heroimage--retail img {
    max-width: 100%;
  }
}

#main.ai h2 {
  background: linear-gradient(45deg, #00a0e9, #004e97) fixed;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  padding: 20px 0;
}

#main.ai h2 span {
  height: 36px;
  line-height: 36px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 18px 0 8px;
  margin-right: 10px;
  border-radius: 0 18px 18px 0;
  background-color: #b2dbf1;
  color: #006896;
}

#main.ai h3 {
  font-size: 1.8rem;
  color: #009FE9;
}

#main.ai h3:before {
  content: '●';
  color: #009FE9;
  margin-right: 8px;
}

#main.ai .post {
  margin-top: 30px;
}

#main.ai .ai_text {
  margin: 20px;
}

#main.ai img#ai_header {
  max-width: 100%;
}

#main.ai #ai_retail .post {
  border: solid 1px #009FE9;
}

/* AI介護サポーター ---------------------------------------------------- */
.heroimage--nursing {
  background: linear-gradient(to bottom right, #00975f 33%, #008251);
}

.heroimage--nursing img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .heroimage--nursing img {
    max-width: 100%;
  }
}

#main.ai2 h2 {
  background: linear-gradient(45deg, #00975f, #008251) fixed;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  padding: 20px 0;
}

#main.ai2 h2 span {
  height: 36px;
  line-height: 36px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 18px 0 8px;
  margin-right: 10px;
  border-radius: 0 18px 18px 0;
  background-color: #b2dbf1;
  color: #006896;
}

#main.ai2 h3 {
  font-size: 1.8rem;
  color: #009FE9;
}

#main.ai2 h3:before {
  content: '●';
  color: #009FE9;
  margin-right: 8px;
}

#main.ai2 .post {
  margin-top: 30px;
}

#main.ai2 .ai_text {
  margin: 20px;
}

#main.ai2 img#ai_header {
  max-width: 100%;
}

#main.ai2 #ai_nursing .post {
  border: solid 1px #009FE9;
}
/* なぜ万引きを一人もつかまえていないのに ---------------------------------------- */
#the_reason_why .grid_2col {
	display:grid;
	width:100%;
	max-width:1280px;
	min-width:415px;
	margin:0 auto;
	padding:0 0%;
	box-sizing: border-box;
	grid-template-rows:auto;
	/*grid-template-rows:auto auto auto 4rem;*/
	grid-template-columns: 49% 49%;
	column-gap:1.5rem;
	font-size:2rem;
}

@media screen and (max-width: 414px) {
	#the_reason_why .grid_2col {
		width:100%;
		max-width:414px;
		min-width:320px;
		grid-template-rows:auto;
		column-gap:0.5rem;
		font-size:1.2rem;
		font-feature-settings: "palt" 1;
		letter-spacing: -0.02em;
	}
}

#the_reason_why .grid_2col img {
	width:100%;
	object-fit: contain;
}

#the_reason_why .left_col {
	grid-column: 1;
	max-width:460px;
	margin:0 auto;
}

#the_reason_why .right_col {
	grid-column: 2;
	max-width:460px;
	margin:0 auto;
}

#the_reason_why .grid_2col p {
	margin:2rem auto 1rem;
}

#the_reason_why .grid_2col dt {
	float:left;
	width:20%;
	max-width:10rem;
	margin:2rem auto 1rem;
}

#the_reason_why .grid_2col dd {
	float:left;
	width:80%;
}

@media screen and (max-width: 767px) {
	#the_reason_why .grid_2col dt {
		clear:left;
		width:10rem;
}
	#the_reason_why .grid_2col dd {
	clear:left;
	width:98%;
}
}

.triangle {
	width:44px;height:25px;
	margin:15px auto;
	object-fit:scale-down;
}

#data_of_effectivity {
	width:98%;
	max-width:768px;
	margin:0 auto;
}
#data_of_effectivity p {
	width:98%;
	max-width:528px;
	margin:5rem auto 1rem;color:#009fe9;
	font-size:2.5rem;
	font-weight:400;
	letter-spacing: -0.03em;
}
#data_of_effectivity img {
	width:98%;
	max-width:528px;
	margin:1rem auto 2rem;
-o-object-fit: contain;
	object-fit: contain!important;
}
#data_of_effectivity .fig {
	border:solid 1px #99c9e2;
}

#ilust_reason img {
	width:80%;
	margin:0 auto;
}

/* 万引きは捕まえるな ---------------------------------------- */
.dont_arrest img {
	width:70%;max-width:640px;
	margin:5rem auto;
}

.heading {/*文中パラグラフにつけた小見出し＋アイキャッチ*/
	margin-top:1rem;
	padding-left:1rem;
	font-size:2.5rem;
	letter-spacing: -0.02em;
	border-left:solid 10px skyblue;
}

.paragraph {
	text-align: left;
	font-size:2.0rem;
	letter-spacing: -0.01em;
}

.text-large26 {
	font-size:2.6rem;
}


/* 万引き削減効果 ---------------------------------------- */
@media screen and (min-width: 768px) {
#reduction .grid_2col {
	display:grid;
	display:-ms-grid;
	width:95%;
	max-width:1280px;
	min-width:768px;
	margin:0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*bender prefixはautoprefixer変換*/
	grid-template-rows:auto auto;
	grid-template-columns: 49% 49%;
	-ms-grid-rows:auto 5rem auto;
	-ms-grid-columns: 49% 1.5rem 49%;
	grid-row-gap:5rem;
	grid-column-gap:1.5rem;
	font-size:2rem;
	border:solid 0px black;
}
#reduction .grid_2col p {
	width:11rem;
	margin:2rem auto 1rem;
	text-align:center;
	border:0;
}
#reduction .grid_2col img {
	max-width:420px;
	width:100%;
	object-fit: contain;
}

#reduction .top_row {
	grid-row: 1;
	-ms-grid-row-start:1;
	margin:0 auto;
	padding:1em;
	border:solid 1px lightgray;
}
#reduction .bottom_row {
	grid-row: 2;
	-ms-grid-row-start:2;
	margin:0 auto;
	padding:1em;
	border:solid 1px lightgray;
}	
#reduction .left_col {
	grid-column: 1;
	-ms-grid-column-start:1;
	margin:0 auto;
	padding:1em;
	border:solid 1px lightgray;
}
#reduction .right_col {
	grid-column: 2;
	-ms-grid-column-start:2;
	margin:0 auto;
	padding:1em;
	border:solid 1px lightgray;
}
	

	
/* #reduction .grid_2col 定義されたgridのIE11用子要素*/
#reduction .grid_2col > *:nth-child(1) {
    	-ms-grid-row:1;
    	-ms-grid-column:1;
}
#reduction .grid_2col > *:nth-child(2) {
    	-ms-grid-row:1;
    	-ms-grid-column:3;
}
#reduction .grid_2col > *:nth-child(3) {
    	-ms-grid-row:3;
    	-ms-grid-column:1;
}
#reduction .grid_2col > *:nth-child(4) {
    	-ms-grid-row:3;
    	-ms-grid-column:3;
}
	

#reduction .grid_1row {
	display:-ms-grid;
    display:grid;
	width:79rem;
	max-width:1280px;
	min-width:415px;
	margin:0 auto 5em;
	-ms-grid-rows:100px;
	grid-template-rows:100px;
	-ms-grid-columns:16rem 1rem 3rem 1rem 16rem 1rem 3rem 1rem 16rem 1rem 3rem 1rem 16rem;
	grid-template-columns:16rem 3rem 16rem 3rem 16rem 3rem 16rem;
	grid-column-gap:1rem;
	border:solid 0px blue;
}

#reduction .process {
	-webkit-box-sizing:border-box;
            box-sizing:border-box;
	width:16rem;
	height:10rem;
	background-color:#009FE9;
	border-radius:1.0rem;
	padding:0.5rem;
	font-size:2.8rem;
	color:white;
	text-align:center;
	line-height:3.8rem;
}

#reduction .text_triangle {
	margin:13px 0;
	font-size:4.0rem;
	color:#009FE9;
}
	
#reduction .grid_1row > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
}
#reduction .grid_1row > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3;
}
#reduction .grid_1row > *:nth-child(3) {
    -ms-grid-row:1;
    -ms-grid-column:5;
}
#reduction .grid_1row > *:nth-child(4) {
    -ms-grid-row:1;
    -ms-grid-column:7;
}
#reduction .grid_1row > *:nth-child(5) {
    -ms-grid-row:1;
    -ms-grid-column:9;
}
#reduction .grid_1row > *:nth-child(6) {
    -ms-grid-row:1;
    -ms-grid-column:11;
}
#reduction .grid_1row > *:nth-child(7) {
    -ms-grid-row:1;
    -ms-grid-column:13;
}
	
.grid_process {
	display:-ms-grid;
    display:grid;
	width:79rem;
	max-width:1280px;
	min-width:768px;
	margin:0 auto;
	-ms-grid-rows:15rem;
	grid-template-rows:15rem;
	-ms-grid-columns:19rem 25rem 35rem;
	grid-template-columns:19rem 25rem 35rem;
	border:solid 0px blue;
}

.process_left {
	box-sizing:border-box;
	width:19rem;
	height:15rem;
	background-color:#009FE9;
	padding-top:2.8rem;
	font-size:2.8rem;
	color:white;
	text-align:center;
	line-height:3.8rem;
}
.process_img img {
		height:100%;
		object-fit: cover;
	}
	
.process_right {
		box-sizing:border-box;
		padding:1.0rem;
		color:white;
		font-size:1.6rem;
		line-height:2.25rem;
		background-color:#009FE9;
	}

.grid_process > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
}
.grid_process> *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:2;
}
.grid_process > *:nth-child(3) {
    -ms-grid-row:1;
    -ms-grid-column:3;
}
	
.text_triangle_below {
	font-size:4.0rem;
	color:#009FE9;
	text-align:center;
	border:solid 0px blue;
}
}
@media screen and (max-width: 767px) {
	.grid_1row, .text_triangle {
	display:none;
	}
}

@media screen and (max-width: 414px) {
	#reduction .grid_2col {
		display:grid;
		width:100%;
		max-width:414px;
		grid:auto auto auto auto/100%;
		column-gap:0.3rem;
		font-size:1.2rem;
		font-feature-settings: "palt" 1;
		letter-spacing: -0.02em;
		border:0;
	}
	
	#reduction .grid_2col p {
	width:11rem;
	margin:2rem auto 1rem;
		font-size:2.0rem;
	text-align:center;
}

	#reduction .grid_2col img {
	max-width:410px;
	width:100%;
	object-fit: contain;
}
	#reduction .left_col, #reduction .right_col {
	grid-column: 1;
	width:98%;
	margin:2rem auto;
	border:0;
	}
	
	.grid_1row, .text_triangle {
	display:none;
	}
	
	.grid_process {
	display:grid;
	width:100%;
	max-width:767px;
	margin:0 auto;
	grid:15rem auto/33% 67% ;

	border:solid 0px blue;
}
	
	.process_left {
	box-sizing:border-box;
	width:100%;
	height:15rem;
	background-color:#009FE9;
	padding-top:2.5rem;
	font-size:2.0rem;
	color:white;
	text-align:center;
	line-height:3.8rem;
}
	
	.process_img img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	
	.process_right {
		box-sizing:border-box;
		grid-column:span 2;
		padding:0.5rem;
		color:white;
		font-size:1.8rem;
		line-height:2.8rem;
		background-color:skyblue;
	}
	
.text_triangle_below {
	font-size:4.0rem;
	color:#4488ff;
	text-align:center;
	border:solid 0px blue;
}
}

/* AI大魔神 ---------------------------------------- */

@media screen and (max-width: 500px) {
	#aidaimajin h1 {
	font-size:1.8em;
	}
	
}

@media screen and (min-width: 501px) {
#aidaimajin .dl_2 {
	display:-ms-grid;
	display:grid;
	-ms-grid-rows:17em 17em;
	-ms-grid-columns:14em 14em 14em;
	grid:17em 17em /14em 14em 14em;
	
	margin:0 auto;
	
	text-align:center;
	font-size:1.6em;
	}
	
#aidaimajin .dl_2 dl {
	display:-ms-grid;
	display:grid;
	-ms-grid-rows:10em 5em ;
	-ms-grid-columns:14em;
	grid:10em 5em/auto;
	}
	
#aidaimajin .dl_2 dl.child1 {
	-ms-grid-row:1;
	-ms-grid-column:1;
}
#aidaimajin .dl_2 dl.child2 {
	-ms-grid-row:1;
	-ms-grid-column:2;
}
#aidaimajin .dl_2 dl.child3 {
	-ms-grid-row:1;
	-ms-grid-column:3;
}
#aidaimajin .dl_2 dl.child4 {
	-ms-grid-row:2;
	-ms-grid-column:1;
}
#aidaimajin .dl_2 dl.child5 {
	-ms-grid-row:2;
	-ms-grid-column:2;
}
#aidaimajin .dl_2 dl.child6 {
	-ms-grid-row:2;
	-ms-grid-column:3;
}
	
#aidaimajin .dl_2 dt {
	-ms-grid-row:1;
}
#aidaimajin .dl_2 dd {
	-ms-grid-row:2;
}
}

@media screen and (max-width: 500px) {
#aidaimajin .dl_2 {
	display:-ms-grid;
	display:grid;
	grid:repeat(6,22em)/auto ;
	margin:0 auto;
	max-width:500px;
	width:95%;
	text-align:center;
	font-size:1.0em;
	}
#aidaimajin .dl_2 dl {
	display:-ms-grid;
	display:grid;
	grid:15em 5em/auto;
	}
#aidaimajin .dt_2 dt {
	}
}

@media screen and (min-width: 501px) {
#aidaimajin .dl_1 {
	display:-ms-grid;
	display:grid;
	-ms-grid-rows:4em 4em 4em 4em 4em 4em ;
	-ms-grid-columns:2em auto ;
	grid:4em 4em 4em 4em 4em 4em /2em 43em ;
	margin:0 auto;
	max-width:1000px;
	width:85%;
	text-align:left;
	font-size:1.6em;
	}
#aidaimajin .dl_1 img {
	width:1.5em;
	}
	
	
#aidaimajin .dl_1 dt.child1 {
	-ms-grid-row:1;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child1 {
	-ms-grid-row:1;
	-ms-grid-column:2;
}
#aidaimajin .dl_1 dt.child2 {
	-ms-grid-row:2;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child2 {
	-ms-grid-row:2;
	-ms-grid-column:2;
}
#aidaimajin .dl_1 dt.child3 {
	-ms-grid-row:3;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child3 {
	-ms-grid-row:3;
	-ms-grid-column:2;
}
#aidaimajin .dl_1 dt.child4 {
	-ms-grid-row:4;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child4 {
	-ms-grid-row:4;
	-ms-grid-column:2;
}
#aidaimajin .dl_1 dt.child5 {
	-ms-grid-row:5;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child5 {
	-ms-grid-row:5;
	-ms-grid-column:2;
}
#aidaimajin .dl_1 dt.child6 {
	-ms-grid-row:6;
	-ms-grid-column:1;
}
#aidaimajin .dl_1 dd.child6 {
	-ms-grid-row:6;
	-ms-grid-column:2;
}
}

@media screen and (max-width: 500px) {
#aidaimajin .dl_1 {
	display:-ms-grid;
	display:grid;
	grid:repeat(6,4em)/2em auto ;
	margin:0 auto;
	max-width:500px;
	width:95%;
	text-align:left;
	font-size:1.0em;
	}
#aidaimajin .dl_1 dt img {
	width:20px;
	}
}

#points img { 
	width:95%;
	max-width:1200px;
}

@media screen and (min-width: 601px) {
	.sp_screen_daimajin {
		display: none;
}
#grid_lineup_daimajin {/*大枠グリッド*/
	display:-ms-grid;
    display:grid;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	-ms-grid-rows:18rem 270px 18rem 70px;
	grid-template-rows:18rem 270px 18rem 70px;
	-ms-grid-columns:574px 326px;
	grid-template-columns:574px 326px;
	font-size:1.2rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	
	}
	#system_fig {
	-ms-grid-row:2;
	grid-row:2;
	-ms-grid-column:2;
	grid-column:2;
	-ms-grid-column-span: 2;
	justify-self: end;
	object-fit:contain;
}

.grid_lineup_inner_daimajin {/*内枠の細分グリッド*/
	display:-ms-grid;
    display:grid;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:574px;
	margin:20px auto 0;
	-ms-grid-rows:25px 60px auto;
	grid-template-rows:25px 60px auto;
	-ms-grid-columns:120px 204px 204px;
	grid-template-columns:120px 204px 204px;
	/*
	-webkit-column-gap:1px;
	   -moz-column-gap:1px;
	        column-gap:1px;*/
	font-size:1.2rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px blue;
}
.grid_lineup_inner_daimajin li {
	width:98%;
	margin-bottom:4px;
	color:white;
	font-size:1.8rem;
	font-weight:bold;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	text-align:center;
	background-color:darkorange;
	border-radius: 1.5em;	
}
}
@media screen and (max-width: 600px) {
.pc_screen_daimajin {
		display: none;
}
	/*モバイル　大枠gridグループ親*/
#grid_lineup_daimajin {/*大枠グリッド*/
	display:grid;
	box-sizing:border-box;/*
	width:100%;*/
	margin:20px auto 0;
	grid-template-rows:18rem 21rem;
	grid-template-columns:100%;
	font-size:1.5rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px red;
	}
	
#system_fig {
	-ms-grid-row:2;
	grid-row:2;
	width:98vw;
	justify-self: center;

}

.grid_lineup_inner_daimajin {/*内枠の細分グリッド*/
	display:grid;
	box-sizing:border-box;/*
	width:100%;*/
	margin:0;
	grid-template-rows:12vw 12vw auto;
	grid-template-columns:24vw 24vw 48vw;
	font-size:1.0rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px blue;
}
	.grid_lineup_inner_daimajin li {
	width:47.5vw;
	margin-bottom:4px;
		justify-self: center;
	color:white;
	font-size:1.5rem;
	font-weight:bold;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.05em;
	text-align:center;
	background-color:darkorange;
	border-radius: 1.5em;
	border:solid 0px green;
}
}

/* ラインナップ ---------------------------------------------------- */
@media screen and (min-width: 1000px) {
	.sp_screen {
		display: none;
}
	/*PC 大枠gridグループ親*/
#grid_lineup {/*大枠グリッド*/
	display:-ms-grid;
    display:grid;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:876px;
	margin:20px auto 0;
	-ms-grid-rows:14.5rem 250px 18rem 296px 18rem 296px;
	grid-template-rows:14.5rem 250px 18rem 296px 18rem 296px;
	-ms-grid-columns:574px 302px;
	grid-template-columns:574px 302px;
	font-size:1.2rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	}
	
	/*PC 内枠gridグループ親*/
.grid_lineup_inner {/*内枠の細分グリッド*/
	display:-ms-grid;
    display:grid;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:574px;
	margin:20px auto 0;
	-ms-grid-rows:25px 60px auto;
	grid-template-rows:25px 60px auto;
	-ms-grid-columns:120px 204px 204px;
	grid-template-columns:120px 204px 204px;
	/*
	-webkit-column-gap:1px;
	   -moz-column-gap:1px;
	        column-gap:1px;*/
	font-size:1.2rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
}
}

@media screen and (min-width:415px) and (max-width: 999px) {
	.pc_screen {
		display: none;
}
	/*モバイル　大枠gridグループ親*/
#grid_lineup {/*大枠グリッド*/
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:20rem 450px 23rem 550px 23rem 550px;
	grid-template-columns:100%;
	font-size:1.5rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px red;
	}
#grid_lineup img {	
	width:100%;
	}
	/*モバイル　内枠gridグループ親*/
.grid_lineup_inner {/*内枠の細分グリッド*/
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:4rem 8rem auto;
	grid-template-columns:25% 25% 50%;
	font-size:1.5rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px blue;
}
}

@media screen and (max-width: 414px) {
	.pc_screen {
		display: none;
}
	/*モバイル　大枠gridグループ親*/
#grid_lineup {/*大枠グリッド*/
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:15rem 250px 18rem 300px 18rem 300px;
	grid-template-columns:100%;
	font-size:1.0rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px red;
	}
#grid_lineup img {	
	width:100%;
	}
	/*モバイル　内枠gridグループ親*/
.grid_lineup_inner {/*内枠の細分グリッド*/
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:12vw 12vw auto;
	grid-template-columns:25% 25% 50%;
	font-size:1.0rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px blue;
}
}


/*PC&モバイル共通　大枠内での各子要素、グリッド位置指定*/
#product_a,#product_b,#product_c,/*各製品枠、第一列*/
#system_a_fig,#system_b_fig,#system_c_fig /*各構成例、第一列*/{
	grid-column:1;
}
/*AIガードマン*/
#product_a {
	-ms-grid-row:1;
	grid-row:1;
}
#system_a_fig {
	-ms-grid-row:2;
	grid-row:2;
}
/*ee3 Server-Lite*/
#product_b {
	-ms-grid-row:3;
		grid-row:3;
}
#system_b_fig {
	-ms-grid-row:4;
	grid-row:4;
}
/*ee3 Server*/
#product_c {
	-ms-grid-row:5;
	grid-row:5;
}
#system_c_fig {
	-ms-grid-row:6;
	grid-row:6;
}

#system_a_fig,#system_b_fig,#system_c_fig {
	margin:0 0 auto auto;
}
#ee_network { /*ee側のネットワーク図、第二列*/
	width:100%;
	-ms-grid-column:2;
	grid-column:2;
	-ms-grid-row:1;
	grid-row:1;
	-ms-grid-row-span: 6;
	margin-top:17rem;
	-o-object-fit: contain;
	object-fit: contain;
}



@media screen and (min-width: 1000px) {
/*PC　.grid_lineup_innerの子要素、以下*/
.item_1{/*内枠の製品写真*/
	-ms-grid-column:1;
	grid-column:1;
	-ms-grid-row:1;
	-ms-grid-row-span:3;
	grid-row:1/3;
	-o-object-fit: contain;
	object-fit: contain!important;
	margin:0 auto;
	padding-right:15px;
}
.item_2{/*内枠の製品名*/
	-ms-grid-column:2;
	-ms-grid-column-span:2;
	grid-column:2/4;
	-ms-grid-row:1;
	grid-row:1;
	color:navy;
	font-size:2.5rem;
	line-height:0.8rem;
	font-weight:bold;
	letter-spacing: -0.05em;
}
.item_3{/*内枠の説明*/
	-ms-grid-column:2;
	-ms-grid-column-span:2;
	grid-column:2/4;
	-ms-grid-row:2;
	grid-row:2;
	font-size:2.0rem;
	line-height:2.5rem;
	font-weight:bold;
}
.item_4{/*内枠の機能表示（左）*/
	-ms-grid-column:2;
	-ms-grid-column-span:1;
	grid-column:2/3;
	-ms-grid-row:3;
	grid-row:3;
}
.item_5{/*内枠の機能表示（右）*/
	-ms-grid-column:3;
	-ms-grid-column-span:1;
	grid-column:3/4;
	-ms-grid-row:3;
	grid-row:3;
}

.grid_lineup_inner li {
	width:98%;
	margin-bottom:4px;
	color:white;
	font-size:1.8rem;
	font-weight:bold;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	text-align:center;
	background-color:darkorange;
	border-radius: 1.5em;	
}
}
	

@media screen and (max-width: 999px) {
/*モバイル　.grid_lineup_innerの子要素、以下*/
.item_1{/*内枠の製品写真*/
	grid-column:1;
	grid-row:1/3;
	width:85%!important;
	height:80px;
	object-fit: contain!important;
	padding-right:15px;
}
.item_2{/*内枠の製品名*/
	grid-column:2/4;
	grid-row:1;
	color:navy;
	font-size:1.8rem;
	line-height:1.8rem;
	font-weight:bold;
	letter-spacing: -0.05em;
}
.item_3{/*内枠の説明*/
	grid-column:2/4;
	grid-row:2;
	font-size:1.3rem;
	line-height:1.7rem;
}
.item_4{/*内枠の機能表示（左）*/
	grid-column:1/3;
	grid-row:3;
}
.item_5{/*内枠の機能表示（右）*/
	grid-column:3/4;
	grid-row:3;
}

.grid_lineup_inner li {
	width:95%;
	margin-bottom:4px;
	color:white;
	font-size:1.5rem;
	font-weight:bold;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.05em;
	text-align:center;
	background-color:darkorange;
	border-radius: 1.5em;
}
}


/*比較表*/
@media screen and (min-width: 1024px) {
#grid_specs {
	display:-ms-grid;
	display:grid;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	-ms-grid-rows:4rem 0.3rem 10rem 0.3rem 10rem 0.3rem 10rem;
	grid-template-rows:4rem 10rem 10rem 10rem;
	-ms-grid-columns:8rem 0.3rem 12rem 0.3rem 10rem 0.3rem 9rem 0.3rem 11rem 0.3rem 7rem 0.3rem 8rem 0.3rem 6.5rem 0.3rem 4.5rem 0.3rem 4.5rem 0.3rem 12rem 0.3rem 12rem;
	grid-template-columns:8rem 12rem 10rem 9rem 11rem 7rem 8rem 6.5rem 4.5rem 4.5rem 12rem 12rem;
	grid-row-gap:0.3rem;
	grid-column-gap:0.3rem;
	font-size:1.6rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.02em;
	border:solid 0px red;
	}#grid_specs > *:nth-child(1) {
	-ms-grid-row:1;
	-ms-grid-column:1;
	}#grid_specs > *:nth-child(2) {
	-ms-grid-row:1;
	-ms-grid-column:3;
	}#grid_specs > *:nth-child(3) {
	-ms-grid-row:1;
	-ms-grid-column:7;
	}#grid_specs > *:nth-child(4) {
	-ms-grid-row:1;
	-ms-grid-column:9;
	}#grid_specs > *:nth-child(5) {
	-ms-grid-row:1;
	-ms-grid-column:11;
	}#grid_specs > *:nth-child(6) {
	-ms-grid-row:1;
	-ms-grid-column:13;
	}#grid_specs > *:nth-child(7) {
	-ms-grid-row:1;
	-ms-grid-column:15;
	}#grid_specs > *:nth-child(8) {
	-ms-grid-row:1;
	-ms-grid-column:17;
	}#grid_specs > *:nth-child(9) {
	-ms-grid-row:1;
	-ms-grid-column:19;
	}#grid_specs > *:nth-child(10) {
	-ms-grid-row:1;
	-ms-grid-column:21;
	}#grid_specs > *:nth-child(11) {
	-ms-grid-row:1;
	-ms-grid-column:23;	
	}#grid_specs > *:nth-child(12) {
	-ms-grid-row:3;
	-ms-grid-column:1;
	}#grid_specs > *:nth-child(13) {
	-ms-grid-row:3;
	-ms-grid-column:3;
	}#grid_specs > *:nth-child(14) {
	-ms-grid-row:3;
	-ms-grid-column:5;
	}#grid_specs > *:nth-child(15) {
	-ms-grid-row:3;
	-ms-grid-column:7;
	}#grid_specs > *:nth-child(16) {
	-ms-grid-row:3;
	-ms-grid-column:9;
	}#grid_specs > *:nth-child(17) {
	-ms-grid-row:3;
	-ms-grid-column:11;
	}#grid_specs > *:nth-child(18) {
	-ms-grid-row:3;
	-ms-grid-column:13;
	}#grid_specs > *:nth-child(19) {
	-ms-grid-row:3;
	-ms-grid-column:15;
	}#grid_specs > *:nth-child(20) {
	-ms-grid-row:3;
	-ms-grid-column:17;
	}#grid_specs > *:nth-child(21) {
	-ms-grid-row:3;
	-ms-grid-column:19;
	}#grid_specs > *:nth-child(22) {
	-ms-grid-row:3;
	-ms-grid-column:21;
	}#grid_specs > *:nth-child(23) {
	-ms-grid-row:3;
	-ms-grid-column:23;
	}/*
	#grid_specs > *:nth-child(24) {
	-ms-grid-row:5;
	-ms-grid-column:1;
	}*/
	#grid_specs > *:nth-child(25) {
	-ms-grid-row:5;
	-ms-grid-column:3;
	}#grid_specs > *:nth-child(26) {
	-ms-grid-row:5;
	-ms-grid-column:5;
	}
	#grid_specs > *:nth-child(27) {
	-ms-grid-row:5;
	-ms-grid-column:7;
	}#grid_specs > *:nth-child(28) {
	-ms-grid-row:5;
	-ms-grid-column:9;
	}#grid_specs > *:nth-child(29) {
	-ms-grid-row:5;
	-ms-grid-column:11;
	}
	/*
	#grid_specs > *:nth-child(30) {
	-ms-grid-row:5;
	-ms-grid-column:13;
	}*/
	#grid_specs > *:nth-child(30) {
	-ms-grid-row:5;
	-ms-grid-column:15;
	}#grid_specs > *:nth-child(31) {
	-ms-grid-row:5;
	-ms-grid-column:17;
	}/*#grid_specs > *:nth-child(34) {
	-ms-grid-row:5;
	-ms-grid-column:19;
	}*/
	#grid_specs > *:nth-child(33) {
	-ms-grid-row:5;
	-ms-grid-column:21;
	}#grid_specs > *:nth-child(34) {
	-ms-grid-row:5;
	-ms-grid-column:23;
	}/*#grid_specs > *:nth-child(34) {
	-ms-grid-row:7;
	-ms-grid-column:1;
	}*/
	#grid_specs > *:nth-child(35) {
	-ms-grid-row:7;
	-ms-grid-column:3;
	}#grid_specs > *:nth-child(36) {
	-ms-grid-row:7;
	-ms-grid-column:5;
	}#grid_specs > *:nth-child(37) {
	-ms-grid-row:7;
	-ms-grid-column:7;
	}#grid_specs > *:nth-child(38) {
	-ms-grid-row:7;
	-ms-grid-column:9;
	}
	/*#grid_specs > *:nth-child(42) {
	-ms-grid-row:7;
	-ms-grid-column:11;
	}#grid_specs > *:nth-child(43) {
	-ms-grid-row:7;
	-ms-grid-column:13;
	}*/
	#grid_specs > *:nth-child(39) {
	-ms-grid-row:7;
	-ms-grid-column:15;
	}/*
	#grid_specs > *:nth-child(45) {
	-ms-grid-row:7;
	-ms-grid-column:17;
	}#grid_specs > *:nth-child(46) {
	-ms-grid-row:7;
	-ms-grid-column:19;
	}#grid_specs > *:nth-child(47) {
	-ms-grid-row:7;
	-ms-grid-column:21;
	}*/
	#grid_specs > *:nth-child(40) {
	-ms-grid-row:7;
	-ms-grid-column:23;
	}
#grid_specs p {
	display:block;height:10rem;
	}
	
.track1st {
	-ms-grid-row:1;
	grid-row:1;
	padding-top:0.5rem;
	color:white;
	background-color:#009FE9;
	text-align:center;
	}
.track2nd {-ms-grid-row:3;grid-row:2;}
.track3rd {-ms-grid-row:5;grid-row:3;}
.track4th {-ms-grid-row:7;grid-row:4;}
.col_span{
	-ms-grid-column-span:3;
	grid-column-start:span 2 ;
	}
.track2nd,.track3rd,.track4th {
	padding-top:3rem;
	background-color:#f0f0f5;
	text-align:center;
	}
#cell_c1 {
	-ms-grid-row:5;
	-ms-grid-row-span:3;
	grid-row:3/5;
	-ms-grid-column:1;
	grid-column:1;
	padding-top:8rem;
	}
#cell_c6 {
	-ms-grid-row:5;
	-ms-grid-row-span:3;
	grid-row:3/5;
	-ms-grid-column:11;
	-ms-grid-column-span:3;
	grid-column:6/8;
	padding-top:9rem;
	}
#cell_c9 {
	-ms-grid-row:5;
	-ms-grid-row-span:3;
	grid-row:3/5;
	-ms-grid-column:17;
	-ms-grid-column-span:3;
	grid-column:9/11;
	}
#cell_c11 {
	-ms-grid-row:5;
	-ms-grid-row-span:3;
	grid-row:3/5;
	-ms-grid-column:21;
	grid-column:11;
	}
#grid_specs {
		
	}
#grid_specs img {
	position:relative;
	margin:0 auto;
	top:-1.7rem;
	}
}
	
@media screen and (max-width: 1023px) {
#grid_specs {
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:4rem 4rem 10rem 4rem 7rem 4rem 4rem 4rem 4rem 4rem 12rem 4rem;
	grid-template-columns:28% 24% 24% 24%;
	grid-gap:0.3rem;
	font-size:1.5rem;
	        font-feature-settings: "palt" 1;
	letter-spacing: -0.04em;
	border:solid 0px red;
	}
	#grid_specs > *:nth-child(12) {
	grid-row:1;
	}#grid_specs > *:nth-child(13) {
	grid-row:2;
	}#grid_specs > *:nth-child(14) {
	grid-row:3;
	}#grid_specs > *:nth-child(15) {
	grid-row:4;
	}#grid_specs > *:nth-child(16) {
	grid-row:5;
	}#grid_specs > *:nth-child(17) {
	grid-row:6;
	}#grid_specs > *:nth-child(18) {
	grid-row:7;
	}#grid_specs > *:nth-child(19) {
	grid-row:8;
	}#grid_specs > *:nth-child(20) {
	grid-row:9;
	}#grid_specs > *:nth-child(21) {
	grid-row:10;
	}#grid_specs > *:nth-child(22) {
	grid-row:11;
	}#grid_specs > *:nth-child(23) {
	grid-row:12;
	}#grid_specs > *:nth-child(25) {
	grid-row:2;
	}#grid_specs > *:nth-child(26) {
	grid-row:3;
	}#grid_specs > *:nth-child(27) {
	grid-row:4;
	}#grid_specs > *:nth-child(28) {
	grid-row:5;
	}#grid_specs > *:nth-child(30) {
	grid-row:8;
	}
	#grid_specs > *:nth-child(34) {
	grid-row:12;
	}
	#grid_specs > *:nth-child(35) {
	grid-row:2;
	}#grid_specs > *:nth-child(36) {
	grid-row:3;
	}#grid_specs > *:nth-child(37) {
	grid-row:4;
	}#grid_specs > *:nth-child(38) {
	grid-row:5;
	}
	#grid_specs > *:nth-child(39) {
	grid-row:8;
	}#grid_specs > *:nth-child(40) {
	grid-row:12;
	}
	
#grid_specs div {
	border:solid 0px blue;
	}
	
.track1st {
	grid-column:1;
	padding-top:0.5rem;
	color:white;
	background-color:#009FE9;
	text-align:center;
	}
.track2nd {grid-column:2;}
.track3rd {grid-column:3;}
.track4th {grid-column:4;}
.col_span{grid-row-start:span 2 ;}
.track2nd,.track3rd,.track4th {
	padding-top:0.8rem;
	background-color:#f0f0f5;
	text-align:center;
	}

#cell_c1 {
	grid-column:3/5;
	grid-row:1;
	padding-top:1rem;
	}
#cell_c6 {
	grid-column:3/5;
	grid-row:6/8;
	padding-top:3rem;
	}
#cell_c9 {
	grid-column:3/5;
	grid-row:9/11;
	}
#cell_c11 {
	grid-column:3/5;
	grid-row:11;
	}
#grid_specs img {
	position:relative;
	width:90%;object-fit:contain;
	margin:0 auto;
	}
@media screen and (min-width: 768px)and (max-width: 1023px){
	#grid_specs {grid-template-rows:4.5rem 4.5rem 10rem 4.5rem 7rem 4.5rem 4.5rem 4.5rem 5.5rem 5.5rem 15rem 5rem;
		font-size:1.8rem;}
}
@media screen and (min-width: 376px)and (max-width: 767px){
	#grid_specs {font-size:1.5rem;}
}
@media screen and (max-width: 375px) {
	#grid_specs {font-size:1.2rem;}
}
}	
/* ソーシャルディスタンスカメラ ------------------------------------------------ */
@media screen and (min-width: 768px)and (max-width: 2560px){

	#sdc p.readtext {
		font-size: 2.0rem;
		margin: 20px 0;
	}


}
	#sdc img {margin:1rem auto;
		text-align:center;
	}

/* AI大魔神万引き対策 ---------------------------------------------------- */
table.aidaimajin2
{
  border-collapse: separate;
  border-spacing: 4px 4px;
  width: 100%;
  table-layout: fixed;
}

table.aidaimajin2 td,
table.aidaimajin2 th
 {
  vertical-align: top;
  padding: 8px 16px;
  box-sizing: border-box;
}

table.aidaimajin2 th
{
	text-align: left;
	width: 25%;
	max-width: 160px;
	background-color: #009FE9;
}

/*20220614 2.0remから変更*/
th, td {
  font-size: 1.8rem;
}

/* ファイヤープリベンション AIシステム ---------------------------------------------------- */
#fireprevent dl {
	width:80%;
	margin:0 auto;
	overflow:auto;
}
	
#fireprevent dt {
	float:left;
	width:10%;
	text-align:center;

}
#fireprevent dt img.fire {
	height:30px;
	margin:5px auto;
	text-align:center;
}
#fireprevent dt img.eye {
	width:4rem;
	height:20px;
	margin:10px auto;
	text-align:center;
}
#fireprevent dd {
	float:right;
	width:88%;
	height:40px;
	font-size:2.0rem;
	text-align:left;

}
#fireprevent ul {
	display:grid;
	box-sizing:border-box;
	width:100%;
	margin:20px auto 0;
	grid-template-rows:14rem 4rem 14rem 4rem;
	grid-template-columns:repeat(5,20%);
	/*grid-gap:0.3rem;*/
	justify-items: center;
	
	font-size:1.5rem;
	font-feature-settings: "palt" 1;
	letter-spacing: -0.04em;
	border:solid 0px red;
}

li#pic01 {grid-row: 1/2;grid-column: 1/2;}
li#pic02 {grid-row: 1/2;grid-column: 2/3;}
li#pic03 {grid-row: 1/2;grid-column: 3/4;}
li#pic04 {grid-row: 1/2;grid-column: 4/5;}
li#pic05 {grid-row: 1/2;grid-column: 5/6;}

li#pic06 {grid-row: 2/3;grid-column: 1/2;}
li#pic07 {grid-row: 2/3;grid-column: 2/3;}
li#pic08 {grid-row: 2/3;grid-column: 3/4;}
li#pic09 {grid-row: 2/3;grid-column: 4/5;}
li#pic10 {grid-row: 2/3;grid-column: 5/6;}

li#pic11 {grid-row: 3/4;grid-column: 1/3;}
li#pic12 {grid-row: 3/4;grid-column: 3/4;}
li#pic13 {grid-row: 3/4;grid-column: 4/5;}
li#pic14 {grid-row: 3/4;grid-column: 5/6;}

li#pic15 {grid-row: 4/5;grid-column: 1/3;}
li#pic16 {grid-row: 4/5;grid-column: 3/4;}
li#pic17 {grid-row: 4/5;grid-column: 4/5;}
li#pic18 {grid-row: 4/5;grid-column: 5/6;}

/* AI help you ---------------------------------------------------- */

#aihelpyou dl {
	width:100%;
	margin:0 auto;
	overflow:auto;
}
	
#aihelpyou dt {
	float:left;
	width:10%;
	text-align:center;

}
#aihelpyou dt img.fire {
	height:30px;
	margin:5px auto;
	text-align:center;
}
#aihelpyou dt img.eye {
	width:4rem;
	height:20px;
	margin:10px auto;
	text-align:center;
}
#aihelpyou dd {
	float:right;
	width:88%;
	height:40px;
	font-size:2.0rem;
	text-align:left;

}

/* ページナビ ---------------------------------------------------- */
#pagenation {
  text-align: center;
}

.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.pagination-box {
  display: inline-block;
}

.pagination-box .page-of {
  border: 0 solid #fff;
}

.pagination a,
.pagination span {
  display: block;
  width: auto;
  float: left;
  margin: 2px 4px 2px 0;
  padding: 5px 0;
  color: #009FE9;
  border: 1px solid #009FE9;
  background: #fff;
  text-decoration: none;
  border-radius: 3px;
  min-width: 26px;
  text-align: center;
  box-sizing: border-box;
}

.pagination a:hover {
  color: #fff;
  background: #009FE9;
}

.pagination .current {
  padding: 5px;
  color: #fff;
  background: #009FE9;
}

/* フッタ---------------------------------------------------- */
#footer {
  margin-top: 30px;
  border-top: 1px solid #EBEEF0;
}

#footer__link {
  background: linear-gradient(#009FE9, #0054c2);
  color: #fff;
  padding: 20px 0;
}

#footer__copyright {
  text-align: center;
}

#footer__copyright a {
  color: #EBEEF0;
}

#footer__copyright a:hover {
  color: #fff;
}

#footer__company {
  padding: 20px 0;
  text-align: center;
  background: #fff;
}

#footer__company img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#footer__address, #footer__copy {
  margin-top: 10px;
}

#footer__name {
  font-size: 1.6rem;
}

#footer__address {
  font-size: 1.2rem;
  line-height: 1.6;
}

#footer h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

#footer h3 span {
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
}

#footer ul.footernav {
  margin-bottom: 20px;
  position: relative;
}

#footer ul.footernav a {
  color: #EBEEF0;
}

#footer ul.footernav a:hover {
  color: #fff;
}

#footer ul.footernav > li {
  display: block;
	/*width: 18%; グローバルナビ変更によるフッターの調整で不要になった*/
	float: left;
  margin-bottom: 30px;
}

#footer ul.footernav > li:not(:last-child) {
  padding-right: 2.5%;
}

/*2022Jun グローバルナビを7項目に増やした際、フッターのレイアウトも調整*/
@media screen and (min-width: 1020px) {
#footer ul.footernav > li:nth-of-type(1) {width:270px}
#footer ul.footernav > li:nth-of-type(2) {width:195px}
#footer ul.footernav > li:nth-of-type(3) {width:195px}
#footer ul.footernav > li:nth-of-type(4) {width:195px}
#footer ul.footernav > li:nth-of-type(5) {width:270px}
#footer ul.footernav > li:nth-of-type(6) {width:195px}
#footer ul.footernav > li:nth-of-type(7) {width:415.5px}
}

@media screen and (max-width: 1019px) {
  #footer ul.footernav > li {
    width: 48%;
    float: left;
  }
  #footer ul.footernav > li:not(:last-child) {
    padding-right: 0;
  }
  #footer ul.footernav > li:nth-child(odd) {
    padding-right: 4%;
  }
  #footer ul.footernav > li:nth-child(even) {
    padding-right: 0;
  }
}

#footer ul.footernav > li > a {
  font-weight: bold;
}

#footer ul.footernav:after,
#footer ul.footernav:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer ul.footernav:after {
  clear: both;
}

#footer ul.footernav {
  zoom: 1;
}

#footer ul.sub-menu {
  border-top: 2px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}

#footer ul.sub-menu li:before {
  position: absolute;
  left: 0;
  font-family: icomoon;
  content: '\e90f';
  margin-right: 5px;
}

#footer ul.sub-menu li > ul {
  border-top: 0 solid #fff;
  margin-top: 0;
  padding-top: 0;
}

#footer ul.sub-menu li > ul li:before {
  content: '\002d\0020';
}

/* 全ページ共通---------------------------------------------------- */
/* パンくず---------------------------------------------------- */
#breadcrumbs {
  width: 1020px;
  margin: 0 auto;
  padding: 5px 0;
}

#breadcrumbs ul {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

/* youtube---------------------------------------------------- */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

.youtube iframe {

}

.youtube img {
  max-width: 100%;
  height: auto;
}

/* カード---------------------------------------------------- */
.card {
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}

.card__title {
  background: #F5F8FA;
  color: #009FE9;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 3px 3px 0 0;
}

.card__text {
  padding: 10px 15px;
}

.card__img {
  border-radius: 0 0 3px 3px;
}

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.border--gray {
  border: solid 1px #EBEEF0;
}

a.morelink {
  display: inline-block;
  border: 1px solid #009FE9;
  color: #009FE9;
  border-radius: 11px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 30px;
}

a.morelink:hover {
  color: #fff;
  background: #009FE9;
  border: 1px solid #009FE9;
}

/* コピー （リード） ---------------------------------------------------- */
.copytext {
  font-size: 2.4rem;
  text-align: center;
  margin: 20px 0;
}

.readtext {
		font-size: 2.0rem;
		margin: 20px 0;
	}

/* バナー ---------------------------------------------------- */
.banner_wrapper {
  width: 300px;
  margin: 0 auto;
}

.banner {
  display: block;
  background-color: #009FE9;
  border: 2px solid #009FE9;
  color: #fff;
  line-height: 50px;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.banner [class^="fa-"],
.banner [class*=" fa-"] {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto 10px;
}

.banner:hover {
  background-color: #fff;
  border-color: #009FE9;
  color: #009FE9;
}

/* ボディ ---------------------------------------------------- */

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.column {
  margin-bottom: 40px;
}

.small {
  font-size: 1.3rem;
}

.gray {
  color: #949799;
}

.blue {
  color: #009FE9;
}

.red {
  color: #e94a00;
}

.green {
  color: #00b695;
}

.bold {
  font-weight: bold;
}

img.alignright {
  margin: 0 0 0 auto;
}

img.alignleft {
  margin: 0 auto 0 0;
}

img.aligncenter,
img.alignnone {
  margin: 0 auto;
}

.border-bottom-gray {
  border-bottom: 1px solid #EBEEF0;
}

.border-right-gray {
  padding-right: 16px;
  border-right: 1px solid #EBEEF0;
}

@media screen and (max-width: 768px) {
  .border-right-gray {
    padding-right: 0;
    border-right: 0;
  }
}

.border-left-gray {
  padding-left: 16px;
  border-left: 1px solid #EBEEF0;
}

@media screen and (max-width: 768px) {
  .border-left-gray {
    padding-left: 0;
    border-left: 0;
  }
}

/* グリッド---------------------------------------------------- */
.row .cell--col-12 {
  margin: 8px;
  width: calc( 100% - 16px);
}

.row .cell--col-11 {
  margin: 8px;
  width: calc( 91.66667% - 16px);
}

.row .cell--col-10 {
  margin: 8px;
  width: calc( 83.33333% - 16px);
}

.row .cell--col-9 {
  margin: 8px;
  width: calc( 75% - 16px);
}

.row .cell--col-8 {
  margin: 8px;
  width: calc( 66.66667% - 16px);
}

.row .cell--col-7 {
  margin: 8px;
  width: calc( 58.33333% - 16px);
}

.row .cell--col-6 {
  margin: 8px;
  width: calc( 50% - 16px);
}

.row .cell--col-5 {
  margin: 8px;
  width: calc( 41.66667% - 16px);
}

.row .cell--col-4 {
  margin: 8px;
  width: calc( 33.33333% - 16px);
}

.row .cell--col-3 {
  margin: 8px;
  width: calc( 25% - 16px);
}

.row .cell--col-2 {
  margin: 8px;
  width: calc( 16.66667% - 16px);
}

.row .cell--col-1 {
  margin: 8px;
  width: calc( 8.33333% - 16px);
}

.row {
  margin: 0 -8px;
}

.row [class*='cell--col-'] {
  box-sizing: border-box;
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .row .cell--col-12-md {
    margin: 8px;
    width: calc( 100% - 16px);
  }
  .row .cell--col-11-md {
    margin: 8px;
    width: calc( 91.66667% - 16px);
  }
  .row .cell--col-10-md {
    margin: 8px;
    width: calc( 83.33333% - 16px);
  }
  .row .cell--col-9-md {
    margin: 8px;
    width: calc( 75% - 16px);
  }
  .row .cell--col-8-md {
    margin: 8px;
    width: calc( 66.66667% - 16px);
  }
  .row .cell--col-7-md {
    margin: 8px;
    width: calc( 58.33333% - 16px);
  }
  .row .cell--col-6-md {
    margin: 8px;
    width: calc( 50% - 16px);
  }
  .row .cell--col-5-md {
    margin: 8px;
    width: calc( 41.66667% - 16px);
  }
  .row .cell--col-4-md {
    margin: 8px;
    width: calc( 33.33333% - 16px);
  }
  .row .cell--col-3-md {
    margin: 8px;
    width: calc( 25% - 16px);
  }
  .row .cell--col-2-md {
    margin: 8px;
    width: calc( 16.66667% - 16px);
  }
  .row .cell--col-1-md {
    margin: 8px;
    width: calc( 8.33333% - 16px);
  }
}

@media screen and (max-width: 414px) {
  .row .cell--col-12-sm {
    margin: 8px;
    width: calc( 100% - 16px);
  }
  .row .cell--col-11-sm {
    margin: 8px;
    width: calc( 91.66667% - 16px);
  }
  .row .cell--col-10-sm {
    margin: 8px;
    width: calc( 83.33333% - 16px);
  }
  .row .cell--col-9-sm {
    margin: 8px;
    width: calc( 75% - 16px);
  }
  .row .cell--col-8-sm {
    margin: 8px;
    width: calc( 66.66667% - 16px);
  }
  .row .cell--col-7-sm {
    margin: 8px;
    width: calc( 58.33333% - 16px);
  }
  .row .cell--col-6-sm {
    margin: 8px;
    width: calc( 50% - 16px);
  }
  .row .cell--col-5-sm {
    margin: 8px;
    width: calc( 41.66667% - 16px);
  }
  .row .cell--col-4-sm {
    margin: 8px;
    width: calc( 33.33333% - 16px);
  }
  .row .cell--col-3-sm {
    margin: 8px;
    width: calc( 25% - 16px);
  }
  .row .cell--col-2-sm {
    margin: 8px;
    width: calc( 16.66667% - 16px);
  }
  .row .cell--col-1-sm {
    margin: 8px;
    width: calc( 8.33333% - 16px);
  }

.row [class*='cell--col-'] img {
  max-width: 100%;
}
	}

/* youtube---------------------------------------------------- 
.youtube {
  position:relative;
  width: 100%;
  max-width: 560px;
　heigh: 100%;
  max-heigh: 315px;
}

.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}*/