@charset "utf-8";

/* base.css
------------------------------------------ */

/* Union
------------------------------------------ */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500;
  background: #f6f6f6;
  max-width: 100%;

  font-feature-settings: "palt";
  font-feature-settings: normal;
}
body,
div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
input,
textarea,
th,
td,
address,
table,
section {
  margin: 0;
  padding: 0;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
th,
td,
dt,
dd,
pre,
legend,
input,
select,
textarea,
caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
}
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
img,
a img,
fieldset {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
  zoom: 1;
  line-height: 1.7;
  word-break: break-all;
}
address,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
sup {
  vertical-align: top;
  font-size: 0.7em;
}
a,
a:link,
a:visited {
  color: #2c2c2c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
a:active {
  color: #2c2c2c;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
section {
  overflow: hidden;
}
button {
  background: none;
}
p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.7;
}
sub {
  font-size: 0.7em;
  /* vertical-align: baseline; */
  height: 1.3em;
}
h1 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-top: 50px;
  position: relative;
}
h1:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(0, 158, 253, 1)),
    to(rgba(45, 206, 122, 1))
  );
  background: -moz-linear-gradient(
    left,
    rgba(0, 158, 253, 1),
    rgba(45, 206, 122, 1)
  );
  background: linear-gradient(
    90deg,
    rgba(0, 158, 253, 1) 0%,
    rgba(45, 206, 122, 1) 100%
  );
}
video {
  border: 2px solid #ccc;
}
.red {
  color: #f84532;
}
.blue {
  color: #0f5cd2;
}
.big-title {
  font-size: 40px;
  text-align: center;
  position: relative;
  border: none;
  margin: 30px 0 0 0;
}
.big-title span {
  font-size: 30px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0f5cd2;
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
}
.mid-title {
  font-size: 30px;
  text-align: center;
  position: relative;
  border: none;
  margin: 30px 0 16px 0;
  color: #0f5cd2;
}
.big-title::after,
.mid-title::after {
  content: none;
}
h2 {
  font-size: 20px;
  margin-top: 30px;
}
h3 {
  font-size: 20px;
  color: #0f5cd2;
  margin-top: 30px;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
h6 {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
}
h5::before {
  content: "■ ";
  color: #0f5cd2;
}
img {
  max-width: 100%;
  margin: 0 auto;
}
.img-C {
  text-align: center;
}
.img-L {
  text-align: left;
}
.cap {
  font-size: 14px;
  display: block;
  text-align: center;
}
.box-900 {
  width: 900px;
  max-width: 100%;
  margin: 30px auto;
}
.box-980 {
  width: 980px;
  max-width: 100%;
  margin: 30px auto;
}
.box-1200 {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
}
.box-radius,
.box-radius-s {
  padding: 30px 40px 40px;
  border-radius: 50px;
  background: #fff;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.box-radius-non {
  padding: 30px 40px;
  border-radius: 50px;
  background: #fff;
  position: relative;
}
.box-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-right: 2px dotted #0f5cd2;
  padding: 0 2em 0 0;
  margin: 0 0 2em;
  max-width: 100%;
}
.box-color .plist-item {
  margin: 0 0 10px 0;
}
/*.color-item {
	width: 500px
}*/
/*.box-radius::before {
	width: 114px;
    height: 98px;
    background-image: url(/common/img/box-deco-t.png);
    background-repeat: no-repeat;
    background-size: 114px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right;
}
.box-radius::after {
	width: 114px;
    height: 98px;
    background-image: url(/common/img/box-deco-b.png);
    background-repeat: no-repeat;
    background-size: 114px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right;
}
*/
.box-radius::after {
  width: 101px;
  height: 101px;
  background-image: url(/common/img/box-deco-tri.png);
  background-repeat: no-repeat;
  background-size: 101px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
}
.box-radius-s::after {
  width: 70px;
  height: 70px;
  background-image: url(/common/img/box-deco-tri.png);
  background-repeat: no-repeat;
  background-size: 70px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
}
#FOOTER {
  position: relative;
}

.box-radius h1,
.box-radius-non h1 {
  margin: 0;
}

.box-bg {
  background: #def0ff;
}
.img-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 96%;
  max-width: 96%;
}
.link-more {
  font-size: 25px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  display: inline-block;
}
.link-item-product {
}
.link-item-product a {
  border: 1px solid #0e5cd2;
  border-radius: 20px;
  transition: 0.2s;
  background: #fff;
  padding: 0.5em 1em;
  display: block;
  color: #0e5cd2;
  font-weight: bold;
  font-size: 17px;
}
.link-item-product a:hover {
  background: #0e5cd2;
  color: #fff;
  opacity: 1;
}
.link-item-product a:hover img {
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  opacity: 1;
}

.link-item-product:hover a {
}
.link-more a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.link-more a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(45, 206, 169);
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.link-more a:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}
.main {
  height: 400px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.main h2 {
  font-size: 40px;
  margin-top: 160px;
}
.main h2 span {
  font-size: 30px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0f5cd2;
  position: absolute;
  right: 0;
  left: 20px;
  top: 47px;
}
.main::before {
  width: 100%;
  height: 100%;
  background-image: url(/common/img/main-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
}
.title-main {
  position: relative;
  z-index: 50;
  padding-left: 20px;
}
.dots {
  width: 30px;
  height: 7px;
  background-image: url(/common/img/dots.png);
  background-repeat: no-repeat;
  background-size: 30px;
  margin: 30px auto;
}
.link-item h3,
.link-item-b h3,
.link-item-s h3,
.link-item-i h3,
.link-item-pull h3 {
  margin-top: 0;
}
.link-item img,
.link-item-b img,
.link-item-s img,
.link-item-i img,
.link-item-pull img {
  margin-top: 20px;
}
.link-item a,
.link-item-b a,
.link-item-s a,
.link-item-i a.link-item-pull a {
  padding: 20px;
  display: block;
  position: relative;
  height: 100%;
}

.link-item:hover h3,
.link-item-b:hover h3,
.link-item-s:hover h3,
.link-item-i:hover h3,
.link-item-pull:hover h3 {
  color: #fff !important;
}

.link-item:hover a,
.link-item-b:hover a,
.link-item-s:hover a,
.link-item-i:hover a,
.link-item-pull:hover a {
  opacity: 1;
}
.link-item:hover,
.link-item-b:hover,
.link-item-s:hover,
.link-item-i:hover,
.link-item-pull:hover {
  background: #0f5cd2;
  color: #fff;
  transition: 0.2s;
}
.link-item::after,
.link-item-b::after,
.link-item-s::after,
.link-item-i::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 1px;
  width: 10%;
  border-top: 1px solid #0f5cd2;
}
.link-item-pull::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 1px;
  width: 10%;
  border-top: 1px solid #0f5cd2;
}
.link-item {
  margin: 0 0 30px 0;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 48%;
  height: 200px;
}
.link-item .link-more {
  color: #0f5cd2;
  position: absolute;
  top: 133px;
  right: 30px;
}
.link-item:hover .link-more,
.link-item:hover p {
  color: #fff;
}
.link-item-b {
  margin: 0 0 30px 0;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.link-item-i {
  margin: 0 0 30px 0;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 48%;
}
.link-item-i a {
  padding: 20px;
  display: block;
  position: relative;
  height: 100%;
}
.link-item-pull {
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 50%;
  padding: 1em;
}
.link-item-pull h3 span {
  color: #ccc;
}
.link-item-pull h3 span:hover {
  color: #fff;
}
.box-1200 .link-item-s {
  margin: 0 0 30px 0;
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 23%;
}
.link-b {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.link-b a {
  color: #0f5cd2;
  padding-left: 1.5em;
  position: relative;
}
.link-b a::before {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/link-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  transform-origin: right;
}
.link-item-i a::before {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/link-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  transform-origin: right;
}
.link-item-pull a::before {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/link-icon-pull.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  transform-origin: right;
}
.list {
  margin-top: 20px;
  text-indent: -1em;
  padding: 0 0 0 1.5em;
}
.list p strong {
  font-size: 1.2em;
}
.list li {
  font-size: 1.05em;
  line-height: 1.5;
  padding: 4px 0;
}
.list li::before {
  content: "●";
  color: #0f5cd2;
}
#company table.co-table {
  width: 100%;
  margin: 20px 0;
}
.table {
  border: 1px solid #ccc;
  width: 100% !important;
  /*table-layout: fixed;*/
  word-break: break-all;
}
.table tr,
th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  background: #fff;
}
.table th {
  white-space: nowrap;
  background: #def0ff;
}
.table .title {
  border-right: 1px solid #ccc;
  width: 20%;
}

.table td.h {
  background-color: #f6f6f6;
  text-align: center;
  border: 1px solid #707070;
}

.list-no {
  list-style-type: lower-roman;
}
.products-item {
  margin-top: 30px;
  text-align: center;
}
.products-item h4 {
  text-align: center;
}
.products-item img {
  margin-top: 10px;
}
.A-shiryou {
  margin-bottom: 0.5em;
}
.A-shiryou span {
  border: 1px solid #111;
  background: #fff !important;
  margin: 0 !important;
}
.news-box {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.news-box p:hover {
  opacity: 0.6;
}
.news-box span {
  font-weight: bold;
}
.news-box p {
  color: #0f5cd2;
  margin-top: 0;
}
.pop_up_banner {
  position: sticky;
  bottom: 30px;
  left: 100vw;
  width: 300px;
  height: auto;
  z-index: 9;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .box-980 {
    padding: 0 15px;
  }
  iframe {
    max-width: 90vw;
    height: calc(90vw * 0.565);
  }
  .main {
    height: auto;
  }
  #feed .main .feed-main-2 {
    max-width: 100%;
    padding-top: 0 !important;
    margin: 20px auto !important;
  }

  section {
    padding: 10px;
  }
  .max {
    width: 100% !important;
  }
  .box-color {
    border: none;
    padding: 0;
  }
  .box-color .plist-item {
    margin: 0 auto 20px;
  }
  .big-title {
    font-size: 30px;
  }
  .mid-title {
    font-size: 20px;
  }
  .big-title span {
    position: initial;
    display: block;
  }
  .main h2 span {
    position: inherit;
    display: block;
  }
  .link-item-pull {
    width: 80%;
    max-width: 100%;
  }
  .box-radius,
  .box-radius-s {
    padding: 20px 20px 50px;
  }
  .box-radius::after,
  .box-radius-s::after {
    content: none;
  }
  .main h2 {
    font-size: 30px;
  }
  .table .title {
    width: auto;
  }
  .link-item {
    height: auto !important;
  }
  .link-item .link-more {
    display: none;
  }
  .img-C {
    overflow: scroll;
  }
  .img-C table {
    table-layout: auto;
  }
  .pop_up_banner {
    bottom: 0;
    width: 280px;
  }
}


/*lang*/
.n2022 .noLang{
 border-top: 1px dashed #ddd;
 padding-bottom: 2rem;
}
.n2022 .noLang .box-980{
 padding-bottom: 3rem;
 margin: 0 auto;
}
.n2022 .noLang .en{
 font-family:Georgia, "Times New Roman", Times, "serif";
 font-size: 1.1em;
}
.n2022 .noLang p{
 padding: 2rem 0 0;
 margin: 0;
 text-align: center;
 font-weight: 400;
 font-size: 1.2em;
}
.n2022 .noLang p.en{
 font-size: 1.4em;
}

.n2022 .noLang p:last-of-type{
 border-top: 1px dashed #ddd;
}


.n2022 .noLang p a{
 text-decoration: underline;
 font-weight: 600;
}
.n2022 .noLang ul{
 padding: 1rem 0 2rem;
 opacity: 0.8;
}
.n2022 .noLang li{
 padding: 8px 0;
 text-align: center;
}
