@charset "UTF-8";
/* general style */
/* header */
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-header.fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}
.c-header.fixed + .clear {
  width: 100%;
  margin-top: 120px;
}
.c-header.transparent {
  background: transparent;
}
.c-header.transparent + .clear {
  display: none;
}
.c-header.transparent .c-header__logo h1 {
  color: white;
}
.c-header.transparent .c-header__slogan {
  color: white;
}
.c-header.transparent .c-header__menu li a {
  color: white;
}
.c-header.transparent .c-header__menu li a span {
  color: white;
}
.c-header.transparent .c-header__menu li:hover {
  color: white;
}
.c-header.transparent .c-header__menu li:hover::before {
  opacity: 0.5;
}
.c-header.transparent .c-header__menu li:hover a {
  opacity: 0.5;
}
.c-header.transparent .c-header__menu li::before {
  background: white;
}
.c-header .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-header__logo {
  font-family: "A-OTF-R";
}
.c-header__logo:hover {
  opacity: 0.5;
}
.c-header__logo h1 {
  color: #000000;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.4;
}
.c-header__logo span {
  font-weight: 500;
  font-size: 1rem;
}
.c-header__logo img {
  width: auto;
  height: 100%;
}
.c-header__logo i {
  display: block;
}
.c-header__logo i.ic-logo {
  width: 272px;
  height: 49px;
}
.c-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 0 0 0 30px;
}
.c-header__slogan {
  display: inline-block;
  margin-left: 18px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "A-OTF-R";
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-header__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 107px;
  height: 100%;
  padding: 10px 15px;
  line-height: 1.4;
}
.c-header__menu li:not(:last-child) {
  margin-right: 20px;
}
.c-header__menu li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  min-height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #111111;
  content: "";
}
.c-header__menu li:hover::before {
  background: #191970;
}
.c-header__menu li:hover a {
  color: #191970;
}
.c-header__menu li:hover a span {
  color: #191970;
}
.c-header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #030303;
  font-size: 1.4rem;
}
.c-header__menu a span {
  color: #CCCCCC;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-header__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  padding: 20px 21px;
  background: #191970;
  color: white;
  font-size: 1.1rem;
  line-height: 1.4;
}
.c-header__mail i {
  margin-bottom: 12px;
}
.c-header__mail:hover {
  color: white;
  opacity: 0.6;
}
.c-header.on {
  background: #191970;
}
.c-header.on .c-header__menu li::before {
  background: white;
}
.c-header.on .c-header__menu a {
  color: white;
}
.c-header.on .c-header__logo h1 {
  color: white;
}
.c-header.on .c-header__logo i.ic-logo {
  background-image: url("../img/common/logo4.svg");
}

.btn-toggle {
  display: none;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  padding: 20px;
  background: #191970;
  color: #191970;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-toggle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 36px;
  margin: 0 auto;
}
.btn-toggle p {
  width: 100%;
  margin-bottom: 0;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.btn-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: white;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-toggle.change {
  background: #191970;
}
.btn-toggle.change span {
  background-color: white;
}
.btn-toggle.change span:nth-of-type(1) {
  width: 37px;
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
  transform: rotate(-45deg) translate(-9px, 9px);
}
.btn-toggle.change span:nth-of-type(2) {
  opacity: 0;
}
.btn-toggle.change span:nth-of-type(3) {
  width: 37px;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.btn-toggle.change p {
  color: white;
}
.btn-toggle:hover {
  opacity: 0.6;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 100px 50px 50px 50px;
  background: #191970;
  color: white;
  font-family: "G-OTF-R";
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.c-menu li:not(:last-child) {
  border: 0;
}
.c-menu li a,
.c-menu li span {
  position: relative;
  padding-left: 38px;
  color: white !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-menu li a::after,
.c-menu li span::after {
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 1px;
  background: white;
  content: "";
}
.c-menu li a:hover,
.c-menu li span:hover {
  opacity: 0.5;
}
.c-menu li ul {
  display: none;
  margin-bottom: 10px;
  padding: 2px 0;
}
.c-menu li ul li {
  padding: 4px 20px;
  font-size: 2rem;
}
.c-menu.is-show {
  visibility: visible;
  opacity: 1;
}

.c-btn-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 280px;
  height: 80px;
  margin-top: 50px;
  padding: 20px 21px;
  border: 1px solid;
  background: #191970;
  color: white;
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-btn-mail i {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.c-btn-mail:hover {
  color: white;
  opacity: 0.6;
}

.c-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 98;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 120px;
  height: 100%;
  background: white;
}
.c-action #Y_sclorebox {
  position: unset;
}

/* mainvisual */
.c-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c-mainvisual__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 7.2%;
  left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.c-mainvisual h2.c-mainvisual__title {
  width: 100%;
  margin: 0 0 66px 21px;
  color: white;
  font-weight: 300;
  font-size: 15rem;
  line-height: 1.4;
  font-family: "MrSheffield";
  word-break: break-word;
}
.c-mainvisual h2.c-mainvisual__title span {
  display: inline-block;
  position: relative;
}
.c-mainvisual h2.c-mainvisual__title b {
  color: #191970;
}
.c-mainvisual h2.c-mainvisual__title small {
  font-size: 12rem;
}
.c-mainvisual img.c-mainvisual__title {
  width: calc(100% - 120px);
  max-width: 700px;
  margin: 0 0 66px 21px;
}
.c-mainvisual__subtitle {
  margin-left: 10px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "A-OTF-R";
}
.c-mainvisual span.c-mainvisual__subtitle {
  display: inline-block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 12px;
  padding: 0 7px 0 9px;
  color: #191970;
  font-size: 3.2rem;
}
.c-mainvisual span.c-mainvisual__subtitle::before {
  z-index: -1;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: "";
}
.c-mainvisual h3.c-mainvisual__subtitle {
  margin-bottom: 30px;
  padding: 0 21px;
  color: white;
  font-size: 7rem;
}
.c-mainvisual__description {
  display: inline-block;
  max-width: 884px;
  padding: 28px 21px 0 24px;
  border-top: 1px solid;
  color: white;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-mainvisual__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-mainvisual__bg img,
.c-mainvisual__bg video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mainvisual__bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 75, 0.43);
  content: "";
}
.c-mainvisual__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 45px;
}
.c-mainvisual__more .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2rem;
  font-family: "A-OTF-R";
}
.c-mainvisual__more .item:not(:last-child) {
  margin-right: 20px;
}
.c-mainvisual__more .item .c-icon {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.c-mainvisual .swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-mainvisual .swiper .image-container {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-mainvisual .triangle {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: -325px;
  width: 0;
  height: 0;
  border-width: 0 900px 760px 435px;
  border-style: solid;
  border-color: transparent transparent #191970 transparent;
}
.c-mainvisual .l-triangle {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: -16.95%;
  width: 69%;
  height: 71%;
  max-height: 760px;
}
.c-mainvisual .l-triangle img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -o-object-position: bottom;
  object-position: bottom;
}

#Y_sclorebox {
  z-index: 10;
  position: absolute;
  right: unset;
  bottom: -40px;
  left: 50px;
}

#Y_sclore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 24px;
  margin: 0 auto;
}
#Y_sclore div {
  display: block;
  width: 1px;
  height: 146px;
  background: #707070;
}
#Y_sclore span {
  -webkit-box-sizing: border-box;
  -webkit-animation: sdb 1.5s infinite;
  box-sizing: border-box;
  display: block;
  width: 2px;
  height: 20px;
  margin: 0 auto;
  background: #191970;
  text-align: center;
  animation: sdb 1.5s infinite;
}
#Y_sclore p {
  z-index: 99;
  width: auto;
  margin: 0 0 0 5px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  color: #111111;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 126px);
    opacity: 1;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 126px);
    transform: rotate(0deg) translate(0, 126px);
    opacity: 1;
  }
}
/* block */
.l-block,
.l-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.l-block__titles,
.l-blocks__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
.l-block__titles .c-showmore2 i,
.l-blocks__titles .c-showmore2 i {
  margin-right: 5px;
}
.l-block__title,
.l-blocks__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.l-block__title blockquote,
.l-blocks__title blockquote {
  margin-top: 42px;
  font-size: 2.6rem;
  line-height: 1.4;
}
.l-block__main,
.l-blocks__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.l-block__title {
  margin-bottom: 30px;
}
.l-block .c-products + .l-container-1200 {
  margin-top: 53px;
}
.l-block .c-gr-button {
  margin-top: 70px;
}
.l-block:not(:last-child) {
  margin-bottom: 92px;
}
.l-block .c-table-5 td,
.l-block .c-table-5 th {
  font-weight: bold;
}
.l-block .c-table-5 th {
  font-size: 2rem;
}
.l-block .c-table-5 td {
  font-size: 1.8rem;
  line-height: 1.5;
}

/* block banner */
.l-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.l-banner .banner {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  max-width: 1580px;
  height: 100%;
}
.l-banner .banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.l-banner .banner::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.1);
  content: "";
}
.l-banner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  width: 50%;
  max-width: 1000px;
  padding: 60px;
  font-family: "A-OTF-R";
}
.l-banner .contents .title {
  font-weight: 500;
  font-size: 8.2rem;
  line-height: 1.4;
}
.l-banner .contents .description {
  position: relative;
  margin-top: 26px;
  padding-left: 70px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}
.l-banner .contents .description:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #111111;
  content: "";
}

.l-banner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 540px;
}
.l-banner-2::before {
  width: 20%;
  max-width: 260px;
  background-color: rgba(1, 52, 128, 0.9);
  content: "";
}
.l-banner-2 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 60px;
  color: white;
  font-family: "A-OTF-R";
}
.l-banner-2 .contents .number {
  margin-bottom: -20px;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.2;
}
.l-banner-2 .contents .title {
  font-weight: 500;
  font-size: 9.4rem;
  line-height: 1.6;
}
.l-banner-2 .contents .subtitle {
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-banner-2 .contents .description {
  position: relative;
  margin-top: 26px;
  padding-left: 70px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}
.l-banner-2 .contents .description:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50px;
  height: 1px;
  background: white;
  content: "";
}

.l-banner-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 480px;
  background-position: center;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-banner-3 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  color: white;
  font-family: "A-OTF-R";
}
.l-banner-3 .contents .title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.4;
}
.l-banner-3 .contents .description {
  margin-top: 10px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
}

.l-banner-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.l-banner-4 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: -64px;
  padding: 0 40px;
}
.l-banner-4 .contents .title {
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.l-banner-4 .contents .subtitle {
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.l-banner-4 .contents .description {
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
  text-align: center;
}
.l-banner-4 .contents .blockquote {
  margin: 56px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

.l-banner-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 520px;
  margin-bottom: 65px;
}
.l-banner-5::before {
  width: 100%;
  background-color: rgba(0, 109, 191, 0.04);
  content: "";
}
.l-banner-5 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 130px;
  padding: 12px 28px 12px 32px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background: #191970;
  color: white;
  font-family: "A-OTF-R";
}
.l-banner-5 .contents .title {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.4;
}
.l-banner-5 .contents .subtitle {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.l-banner-5 .contents .description {
  position: relative;
  margin-top: 26px;
  padding-left: 70px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}
.l-banner-5 .contents .description:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50px;
  height: 1px;
  background: white;
  content: "";
}

.l-banner-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.l-banner-6 .banner {
  position: relative;
  width: 100%;
  height: 420px;
}
.l-banner-6 .banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.l-banner-6 .banner::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 109, 191, 0.04);
  content: "";
}
.l-banner-6 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 70px auto 0 auto;
  font-family: "A-OTF-R";
}
.l-banner-6 .contents .c-title {
  margin-bottom: 0 !important;
}

.l-banner-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.l-banner-7 .banner {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.l-banner-7 .banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-banner-7 .banner video {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-banner-7 .banner::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 75, 0.43);
  content: "";
}
.l-banner-7 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  padding: 65px;
  color: white;
  font-family: "A-OTF-R";
}
.l-banner-7 .contents .title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.8;
}
.l-banner-7 .contents .subtitle {
  font-size: 2rem;
  line-height: 1.8;
}
.l-banner-7 .contents .description {
  position: relative;
  max-width: 626px;
  margin: 25px 0 0 0;
  padding: 25px 5px 0 5px;
  border-top: 1px solid;
  font-size: 2rem;
  line-height: 1.8;
}

/* footer */
.c-info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-family: "A-OTF-R";
}
.c-info-footer .item {
  position: relative;
  width: 33.3333333333%;
  height: 450px;
  overflow: hidden;
}
.c-info-footer .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-info-footer .item .content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 25px 30px 25px;
  color: white;
  text-align: center;
}
.c-info-footer .item .content .btn::before, .c-info-footer .item .content .btn::after {
  position: absolute;
  width: 0%;
  height: 0%;
  content: "";
  opacity: 0;
  -webkit-transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.c-info-footer .item .content .btn::before {
  bottom: 0;
  left: -2px;
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
}
.c-info-footer .item .content .btn::after {
  top: 0;
  right: 0;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}
.c-info-footer .item .content strong {
  position: relative;
  padding-bottom: 22px;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4;
}
.c-info-footer .item .content strong::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: white;
  content: "";
}
.c-info-footer .item .content span {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.6rem;
}
.c-info-footer .item .content img {
  width: 15px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-info-footer .item .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 90px;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border: 1px solid white;
  color: white;
  font-weight: 500;
  font-size: 2rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-info-footer .item .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-info-footer .item .content + img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-info-footer .item:hover p {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 1;
}
.c-info-footer .item:hover .content {
  background-color: rgba(0, 0, 0, 0.7);
}
.c-info-footer .item:hover .content .btn div {
  top: 100%;
  opacity: 0;
}
.c-info-footer .item:hover .content + img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 420px;
}
.c-notification a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 50px 15px 15px;
  border-bottom: 1px solid #707070;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "A-OTF-R";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-notification a::after {
  position: absolute;
  top: calc(50% - 8.25px);
  right: 33px;
  width: 16.5px;
  height: 16.5px;
  background-image: url("../img/common/ic-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-notification a:hover {
  border-color: rgba(13, 40, 136, 0.7);
  color: #191970;
}
.c-notification a:hover::after {
  background-image: url("../img/common/ic-arrow-right-circle.svg");
}

.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #191970;
  color: white;
}
.c-footer a {
  color: white;
}
.c-footer a:hover {
  opacity: 0.5;
}
.c-footer .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 102px 0 103px 0;
}
.c-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 36%;
  max-width: 496px;
  margin-right: 5%;
  padding-top: 12px;
}
.c-footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 35%;
  max-width: 480px;
  padding-top: 12px;
}
.c-footer__middle h3 {
  margin-bottom: 14px;
  padding-left: 10px;
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-footer__middle img {
  height: 100%;
  margin-bottom: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-footer__middle a {
  display: block;
}
.c-footer__middle a:not(:last-child) {
  margin-bottom: 10px;
}
.c-footer__middle a:last-child {
  margin-bottom: 38px;
}
.c-footer__middle h4 {
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-footer__middle p {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.c-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25%;
}
.c-footer__logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px;
  font-family: "A-OTF-R";
}
.c-footer__logo h2 {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.4;
}
.c-footer__logo h3 {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.4;
}
.c-footer__logo span {
  font-weight: 500;
  font-size: 1rem;
}
.c-footer__logo img {
  width: auto;
  height: 100%;
}
.c-footer__logo i {
  display: block;
}
.c-footer__logo i.ic-logo {
  width: 272px;
  height: 49px;
}
.c-footer__slogan {
  margin-bottom: 60px;
}
.c-footer__slogan p {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-footer__about {
  margin-bottom: 75px;
  font-family: "A-OTF-R";
}
.c-footer__about p {
  line-height: 1.8;
}
.c-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-family: "A-OTF-R";
}
.c-footer__contacts p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.c-footer__contacts .item {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-footer__contacts .item a {
  font-weight: 500;
  font-size: 2rem;
}
.c-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1.8;
  font-family: A-OTF-R;
}
.c-footer__address p {
  font-size: 1.5rem;
}
.c-footer__address p:last-child {
  margin-bottom: 0;
}
.c-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__menu li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
.c-footer__menu li:not(:last-child) {
  margin-bottom: 24px;
}
.c-footer__menu li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: white;
  content: "";
}
.c-footer__menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 260px;
  padding: 18px 58px;
  border-left: 1px solid;
}
.c-footer__menu2 li {
  position: relative;
  width: 100%;
  min-width: 111px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-footer__menu2 li:not(:last-child) {
  margin-bottom: 20px;
}
.c-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.c-footer-bottom .c-copyright {
  margin: 65px 0 0 0;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "A-OTF-R";
  text-align: center;
}

/* breadcrumb */
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: rgba(17, 17, 17, 0.04);
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-breadcrumbs li {
  margin-bottom: 10px;
  float: left;
}
.c-breadcrumbs li:not(:last-child) {
  margin-right: 15px;
}
.c-breadcrumbs li:not(:last-child)::after {
  margin-left: 15px;
  float: right;
  content: "＞";
}

/* block products */
.l-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.l-products .c-blockquote {
  margin-bottom: 66px;
}
.l-products .c-steps {
  margin-bottom: 75px;
}
.l-products .c-title-10 {
  margin-bottom: 48px;
}
.l-products .c-gr-button {
  margin-top: 35px;
}

.c-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -40px;
}
.c-products .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  margin-bottom: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-products .item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #EEEEEE;
}
.c-products .item figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-products .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.c-products .item .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
  text-overflow: ellipsis;
}
.c-products .item .title--center {
  text-align: center;
}
.c-products .item .title:last-child {
  margin-bottom: 34px;
}
.c-products .item .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-products .item .titles .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 123px;
  max-height: 83px;
  padding: 25px 25px;
  background: #191970;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "A-OTF-R";
}
.c-products .item .titles .subtitle b {
  font-size: 2.2rem;
}
.c-products .item .titles .title {
  width: 100%;
  margin: 8px 0 21px 0;
  padding-top: 13px;
  border-top: 1px solid #707070;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "A-OTF-R";
}
.c-products .item .titles .cates {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-products .item .titles .cates .cate {
  border: 1px solid;
  background: transparent;
  color: #191970;
}
.c-products .item .cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-products .item .cates--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-products .item .cates .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  min-width: 74px;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 7px 10px 5px 10px;
  background: #191970;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.c-products .item .cates .cate:not(:last-child) {
  margin-right: 10px;
}
.c-products .item .cates .cate:not(:first-child) {
  display: none;
}
.c-products .item .cates .cate span {
  font-weight: 500;
}
.c-products .item .cates--special {
  min-height: 28px;
}
.c-products .item .cates--special .cate {
  position: relative;
  padding: 5px 10px 5px 30px;
}
.c-products .item .cates--special .cate::before {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 10px;
  height: 1px;
  background: white;
  content: "";
}
.c-products .item .contents {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 3;
  margin-top: 21px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-products .item .contents p:last-child {
  margin-bottom: 0;
}
.c-products .item .description {
  margin-top: 21px;
  font-size: 1.5rem;
}
.c-products .item .description p {
  font-size: 1.5rem;
}
.c-products .item .description p:last-child {
  margin-bottom: 0;
}
.c-products a.item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-products.sliders {
  position: relative;
}
.c-products.sliders .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 50px;
  overflow: unset;
}
.c-products.sliders .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.c-products.sliders .swiper-slide {
  height: auto;
}
.c-products.sliders .swiper-slide figure {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.c-products.sliders .swiper-button-prev, .c-products.sliders .swiper-button-next {
  top: 50%;
}
.c-products.sliders .swiper-button-prev::after, .c-products.sliders .swiper-button-next::after {
  display: none;
}
.c-products.sliders .swiper-button-prev img, .c-products.sliders .swiper-button-next img {
  width: 16px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-products.sliders .swiper-button-prev {
  left: 0;
}
.c-products.sliders .swiper-button-next {
  right: 0;
}
.c-products.sliders .swiper-pagination {
  bottom: -8px !important;
}
.c-products.sliders .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #707070;
  opacity: 1;
}
.c-products.sliders .swiper-pagination-bullet-active {
  background: #191970;
}
.c-products.col-3 .item figure {
  height: 330px;
}

.c-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
}
.c-tabs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 160px;
  height: 54px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  background: transparent;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-tabs-list li:last-child {
  margin-right: 0 !important;
}
.c-tabs-list li:hover, .c-tabs-list li.is-active {
  border-color: #191970;
  background: #191970;
  color: white;
}
.c-tabs-list li:hover a, .c-tabs-list li.is-active a {
  color: white;
}
.c-tabs-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px 10px 10px;
  line-height: 1;
}

.c-tabs-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: 0 auto -20px auto;
}
.c-tabs-list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 120px;
  margin-bottom: 20px;
  padding: 0 20px 5px 20px;
  border-bottom: 2px solid #111111;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-tabs-list2 li:last-child {
  margin-right: 0 !important;
}
.c-tabs-list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.c-tabs-list2.u-full {
  width: 100%;
}
.c-tabs-list2.u-square li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-tabs-list2.u-square li a {
  position: relative;
  width: auto;
  padding-left: 17px;
  cursor: default;
}
.c-tabs-list2.u-square li a::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #191970;
  content: "";
}
.c-tabs-list2.u-full::after{
  content:"";
  display: block;
  width: calc((100% - 60px) / 4);
}

.c-tabs-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto -20px auto;
}
.c-tabs-child .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #191219;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
}
.c-tabs-child .item span {
  position: relative;
  padding-left: 30px;
}
.c-tabs-child .item span::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  padding: 1px 0 0 1px;
  border: 1px solid #FC7316;
  border-radius: 20px;
  content: "+";
  color: #FC7316;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.c-tabs-child .item.is-active {
  color: #FC7316;
}
.c-tabs-child .item.is-active span::before {
  background: #FC7316;
  color: white;
}

.c-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.c-search .c-group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 73px;
}
.c-search .c-group-input input {
  width: 100%;
  padding: 5px 27px;
  border: 1px solid #FC7316;
  outline: none;
}
.c-search .c-group-input button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 364px;
  border: 1px solid #FC7316;
  background: #FC7316;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  font-size: 2rem;
}
.c-search .c-group-input button i {
  width: 29px;
  height: 29px;
  margin-right: 20px;
  float: left;
  background-image: url(../img/common/search2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
}
.c-pagination .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 50px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .item:not(:last-child) {
  margin-right: 8px;
}
.c-pagination .item i {
  width: 17px;
  height: 17px;
}
.c-pagination .item:hover, .c-pagination .item.current {
  background: #191970;
  color: white;
}

.c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-content p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-content p:last-child {
  margin-bottom: 0;
}
.c-content blockquote {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 55px;
  font-size: 2.2rem;
}
.c-content dl {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-content dl:not(:first-child) {
  margin-top: 45px;
}
.c-content dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-content dl dd:not(:last-child) {
  margin-bottom: 45px;
}
.c-content ul:not(:last-child) {
  margin-bottom: 45px;
}
.c-content ul li {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* block news */
.c-bl-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-bl-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.c-bl-news__title .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-bl-news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-bl-news__left .c-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-bl-news__left .c-title strong {
  line-height: 1;
}
.c-bl-news__left .c-title span {
  margin-top: 0;
  margin-left: 36px;
  font-family: "G-OTF-R";
}
.c-bl-news__left .c-title b {
  line-height: 1;
}
.c-bl-news__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-bl-news__right .c-tabs-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-bl-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-bl-news .c-showmore2 {
  margin-top: 45px;
  float: right;
}

.c-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 22px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.c-news .item:first-child {
  border-top: 1px solid #EEEEEE;
}
.c-news .item:nth-child(odd) {
  background: rgba(0, 109, 191, 0.01);
}
.c-news .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-news .item a > *:not(:last-child) {
  margin-right: 30px;
}
.c-news .item a:hover {
  opacity: 0.6;
}
.c-news .item .date {
  min-width: 100px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-news .item .cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 82px;
}
.c-news .item .cates .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  padding: 9px 10px 7px 10px;
  border: 1px solid;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-news .item .cates .cate.cate-1 {
  color: #191970;
}
.c-news .item .cates .cate.cate-2 {
  color: #D81434;
}
.c-news .item .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.4;
}

.c-news2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-news2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-news2 .item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #EEEEEE;
}
.c-news2 .item figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-news2 .item .sticky {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 60px;
  min-height: 50px;
  padding: 19px 17px 16px 17px;
  background: #D90000;
  color: white;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.c-news2 .item .info {
  width: 100%;
  padding: 0 10px 0 10px;
  text-align: center;
}
.c-news2 .item .date {
  min-width: 100px;
  margin-bottom: 11px;
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4;
}
.c-news2 .item .cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-news2 .item .cates .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  min-width: 80px;
  min-height: 26px;
  margin-bottom: 26px;
  padding: 2px 10px 1px 10px;
  background: #191970;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
.c-news2 .item .cates .cate:not(:last-child) {
  margin-right: 10px;
}
.c-news2 .item .cates .cate:not(:first-child) {
  display: none;
}
.c-news2 .item h3 {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-news2 .item .description {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-news2 .item .description p {
  font-size: 1.3rem;
}
.c-news2 .item .c-showmore2 {
  margin: 0;
}
.c-news2 .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-news2.sliders {
  position: relative;
}
.c-news2.sliders .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 50px;
  overflow: unset;
}
.c-news2.sliders .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.c-news2.sliders .swiper-slide {
  height: auto;
}
.c-news2.sliders .swiper-button-prev, .c-news2.sliders .swiper-button-next {
  top: 32%;
}
.c-news2.sliders .swiper-button-prev::after, .c-news2.sliders .swiper-button-next::after {
  display: none;
}
.c-news2.sliders .swiper-button-prev img, .c-news2.sliders .swiper-button-next img {
  width: 16px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-news2.sliders .swiper-button-prev {
  left: 0;
}
.c-news2.sliders .swiper-button-next {
  right: 0;
}
.c-news2.sliders .swiper-pagination {
  bottom: -8px !important;
}
.c-news2.sliders .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #707070;
  opacity: 1;
}
.c-news2.sliders .swiper-pagination-bullet-active {
  background: #191970;
}

/* block imgs */
.c-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.c-imgs.col-2 img {
  width: 56.67%;
  max-width: 680px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-imgs.col-2__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 41.67%;
  max-width: 500px;
}
.c-imgs.col-2__groups img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.c-imgs.col-2__groups img:not(:last-child) {
  margin-bottom: 20px;
}
.c-imgs.col-3 img {
  width: calc(50% - 10px);
  max-width: 690px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-imgs.col-3 .c-imgs__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 10px);
  max-width: 690px;
  margin-bottom: -10px;
}
.c-imgs.col-3 .c-imgs__groups img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc((100% - 10px) / 2);
  height: auto;
  margin-bottom: 10px;
}

.c-imgs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-imgs2 img {
  width: calc((100% - 40px) / 3);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-imgs3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 480px;
}
.c-imgs3 img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-imgs3 img:not(:last-child) {
  margin-bottom: 30px;
}
.c-imgs3.swiper {
  display: none;
  padding: 0 50px 30px 50px;
}
.c-imgs3.swiper img:not(:last-child) {
  margin-bottom: 0;
}
.c-imgs3.swiper .swiper-pagination {
  bottom: 0 !important;
}
.c-imgs3.swiper .swiper-pagination-bullet-active {
  background: #0D2888;
}

.c-imgs4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -20px;
}
.c-imgs4 img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-imgs4 img:not(:last-child) {
  margin-right: 20px;
}

/* block banner */
.c-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-banner .cnt {
  position: absolute;
  bottom: 20px;
  left: 35px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-banner .cnt span {
  margin-left: 5px;
  font-size: 1.6rem;
}
.c-banner .cnt p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 1.8;
}

.c-banner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-banner2::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 52, 128, 0.5);
  content: "";
}
.c-banner2 .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-banner2 .thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-banner2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 43px 39px;
  color: white;
}
.c-banner2 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-banner2 .content .title h2 {
  font-weight: 500;
  font-size: 3.2rem;
}
.c-banner2 .content .title span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 1.3rem;
}
.c-banner2 .content .title i {
  width: 22px;
  height: 22px;
  margin-left: 33px;
}
.c-banner2 .content .description {
  margin-top: 5px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}
.c-banner2:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-banners .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-banners .item::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.26);
  content: "";
}
.c-banners .item + .c-gr-banners {
  margin-top: 10px;
}
.c-banners .item .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-banners .item .thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-banners .item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 46px 54px;
  color: white;
  font-family: "A-OTF-R";
}
.c-banners .item .contents .number {
  font-size: 6.4rem;
  line-height: 1.2;
}
.c-banners .item .contents .title {
  font-weight: 300;
  font-size: 4.6rem;
  line-height: 1.6;
}
.c-banners .item .contents .subtitle {
  font-size: 1.3rem;
  line-height: 1.4;
}
.c-banners .item .contents .description {
  position: relative;
  margin-top: 26px;
  padding-left: 70px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
}
.c-banners .item .contents .description:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50px;
  height: 1px;
  background: white;
  content: "";
}
.c-banners .item:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-banners .c-gr-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-banners .c-gr-banners .item {
  width: calc((100% - 10px) / 2);
}

/* block list link */
ul.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
ul.c-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 23px 20px 0 20px;
  border-bottom: 1px solid #707070;
}
ul.c-link li:nth-child(odd) {
  background: rgba(13, 40, 136, 0.01);
}
ul.c-link li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
ul.c-link li h3 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 23px;
  padding-right: 40px;
  font-weight: bold;
}
ul.c-link li a {
  word-wrap: break-word;
  width: 100%;
  max-width: 500px;
  margin-bottom: 23px;
}

/* cols */
.c-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-cols.c-col-2, .c-cols.c-col-1-5, .c-cols.c-col-6-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-cols.c-col-2 .thumb, .c-cols.c-col-1-5 .thumb, .c-cols.c-col-6-4 .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
.c-cols.c-col-2 .thumb figure, .c-cols.c-col-1-5 .thumb figure, .c-cols.c-col-6-4 .thumb figure {
  width: 100%;
}
.c-cols.c-col-2 .thumb figure img, .c-cols.c-col-1-5 .thumb figure img, .c-cols.c-col-6-4 .thumb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-cols.c-col-2 .contents, .c-cols.c-col-1-5 .contents, .c-cols.c-col-6-4 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 50%;
}
.c-cols.c-col-2 .contents .c-title, .c-cols.c-col-1-5 .contents .c-title, .c-cols.c-col-6-4 .contents .c-title {
  margin-bottom: 13px;
}
.c-cols.c-col-2 .contents .c-title strong, .c-cols.c-col-1-5 .contents .c-title strong, .c-cols.c-col-6-4 .contents .c-title strong {
  line-height: 1.4;
}
.c-cols.c-col-2 .contents .subtitle, .c-cols.c-col-1-5 .contents .subtitle, .c-cols.c-col-6-4 .contents .subtitle {
  margin-bottom: 35px;
}
.c-cols.c-col-2 .contents .c-subtitle2, .c-cols.c-col-1-5 .contents .c-subtitle2, .c-cols.c-col-6-4 .contents .c-subtitle2 {
  display: block;
  margin-bottom: 30px;
}
.c-cols.c-col-2 .contents .content, .c-cols.c-col-1-5 .contents .content, .c-cols.c-col-6-4 .contents .content {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-cols.c-col-2 .contents .content p, .c-cols.c-col-1-5 .contents .content p, .c-cols.c-col-6-4 .contents .content p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-cols.c-col-2 .contents .c-button, .c-cols.c-col-1-5 .contents .c-button, .c-cols.c-col-6-4 .contents .c-button {
  width: auto;
  min-width: 280px;
  height: 80px;
  margin-top: 70px;
  font-size: 1.6rem;
}
.c-cols.c-col-2 .contents .c-button i, .c-cols.c-col-1-5 .contents .c-button i, .c-cols.c-col-6-4 .contents .c-button i {
  width: 20px;
  height: 24px;
}
.c-cols.c-col-2 .txt, .c-cols.c-col-1-5 .txt, .c-cols.c-col-6-4 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 120px;
  height: 100%;
  color: rgba(17, 17, 17, 0.2);
  font-weight: 300;
  font-size: 5.4rem;
  line-height: 1.1;
  font-family: "A-OTF-R";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-cols--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-cols.c-col-1-5 .thumb {
  z-index: -1;
  width: 60%;
  margin-left: -107.762%;
}
.c-cols.c-col-6-4 .thumb {
  z-index: 0;
  width: 65%;
  max-width: 900px;
}
.c-cols.c-col-6-4 .contents {
  z-index: 1;
  width: 40%;
  max-width: 560px;
  margin-left: -5%;
}
.c-cols.c-col-2.space-40 .thumb {
  width: calc(50% - 20px);
}
.c-cols.c-col-2.space-40 .contents {
  width: calc(50% - 20px);
}

/* block feature */
.c-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-feature .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3333333333%;
  max-width: 340px;
  padding: 10px 10px 36px 10px;
  line-height: 1.8;
  text-align: center;
}
.c-feature .item:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
.c-feature .item span {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.c-feature .item h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-feature .item h3 b {
  color: #191970;
}

/* block instagram */
.c-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-instagram .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27%;
  padding: 20px 10px;
}
.c-instagram .left img {
  height: 20px;
  margin: 38px 0 10px 0;
}
.c-instagram .left span {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-instagram .left h3 {
  margin-bottom: 20px;
  color: #191970;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
  font-family: "A-OTF-R";
}
.c-instagram .left p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
.c-instagram .left .c-button {
  max-width: 240px;
  min-height: 60px;
}
.c-instagram .left .c-button i {
  width: 20px;
  height: 20px;
}
.c-instagram .left .c-button2 {
  max-width: 300px;
  padding: 20px;
}
.c-instagram .left .c-button2 i {
  width: 12px;
  height: 20px;
}
.c-instagram .right {
  width: 73%;
  padding: 20px 20px 20px 0;
}
.c-instagram .right .c-imgs2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -15px;
}
.c-instagram .right .c-imgs2 img {
  width: calc((100% - 75px) / 6);
  margin-bottom: 15px;
}
.c-instagram .right .c-imgs2 img:not(:nth-of-type(6n)) {
  margin-right: 15px;
}

.c-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-steps .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 290px;
  min-height: 97px;
  padding: 28px 20px 34px 20px;
  border: 1px solid;
  background: white;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "A-OTF-R";
  text-align: center;
}
.c-steps .item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15%;
  width: 13px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/ic-arrow-right4.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.c-contacts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 20px);
  min-height: 360px;
  padding: 48px 40px 30px 40px;
  border: 1px solid #CCCCCC;
  background: white;
  font-family: "A-OTF-R";
  text-align: center;
}
.c-contacts .item h3 {
  margin-bottom: 7px;
  line-height: 1.4;
}
.c-contacts .item h3 strong {
  font-weight: 500;
  font-size: 3.2rem;
}
.c-contacts .item h3 small {
  font-size: 2.8rem;
}
.c-contacts .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
}
.c-contacts .item > a i {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.c-contacts .item .u-phone {
  margin-bottom: 12px;
}
.c-contacts .item .u-print {
  margin-bottom: 8px;
}
.c-contacts .item .u-print i {
  width: 20px;
}
.c-contacts .item > span {
  margin-bottom: 12px;
  line-height: 1.4;
}
.c-contacts .item .c-gr-button {
  margin-top: 12px;
}

@media screen and (min-width: 1537px) {
  .c-header {
    height: 120px;
  }
  .c-header__logo {
    margin-left: 50px;
  }
  .c-header__mail {
    width: 120px;
  }
  .c-header__mail i {
    width: 32px;
    height: 25px;
  }
  .c-header__menu {
    padding-right: 17px;
  }
  .c-menu {
    padding: 120px 50px 50px 50px;
  }
  .c-mainvisual__bg {
    right: 120px;
  }
  .c-action {
    width: 120px;
  }
}
@media screen and (max-width: 1536px) {
  .c-header {
    height: 100px;
  }
  .c-header.fixed + .clear {
    margin-top: 100px;
  }
  .c-header__menu {
    padding-right: 20px;
  }
  .c-header__logo {
    margin-left: 20px;
  }
  .c-header__mail {
    width: 100px;
  }
  .btn-toggle {
    width: 100px;
  }
  .c-mainvisual__title {
    font-size: 10rem;
  }
  .c-mainvisual__title small {
    font-size: 7rem;
  }
  .c-mainvisual h3.c-mainvisual__subtitle {
    font-size: 5rem;
  }
  .c-action {
    width: 100px;
  }
  .l-banner .contents {
    padding: 46px;
  }
  .l-banner .banner {
    width: 70%;
  }
  .l-banner-2 .contents {
    width: 40%;
    padding: 40px 40px 40px 40px;
  }
  .l-banner-2 .contents .title {
    font-size: 5.2rem;
  }
  .l-banner-2 .contents .description {
    font-size: 2rem;
  }
  .l-banner-2 .contents .description::after {
    top: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .c-header__slogan {
    display: none;
  }
  .c-mainvisual h2.c-mainvisual__title {
    font-size: 8rem;
  }
  .c-mainvisual h2.c-mainvisual__title small {
    font-size: 5rem;
  }
  .c-mainvisual img.c-mainvisual__title {
    width: calc(100% - 240px);
    margin-bottom: 33px;
  }
  .c-mainvisual span.c-mainvisual__subtitle {
    font-size: 2.4rem;
  }
  .c-mainvisual h3.c-mainvisual__subtitle {
    font-size: 3.4rem;
  }
  .c-footer .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-footer__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-footer__middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-footer__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1248px) {
  .c-header__action {
    display: none;
  }
  .btn-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-mainvisual h3.c-mainvisual__subtitle {
    font-size: 5.2rem;
  }
  
}
@media screen and (max-width: 1024px) {
  .c-contacts .item{
    padding: 30px 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-mainvisual__bg .sp {
    display: none;
  }
  .l-blocks__title {
    margin-bottom: 113px;
  }
  .c-news2 {
    margin-bottom: -40px;
  }
  .c-news2 .item {
    width: calc((100% - 120px) / 4);
    margin-bottom: 40px;
  }
  .c-news2 .item:not(:nth-of-type(4n)):not(:last-child) {
    margin-right: 40px;
  }
  .c-products .item .info {
    padding: 0 20px;
  }
  .c-products.col-3 {
    margin-bottom: -40px;
  }
  .c-products.col-3 .item {
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
  }
  .c-products.col-3 .item:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
  .c-tabs-list li {
    width: calc((100% - 40px) / 5);
  }
  .c-tabs-list li:not(:nth-of-type(5n)) {
    margin-right: 10px;
  }
  .c-tabs-list2.col-4 li {
    width: calc((100% - 60px) / 4);
  }
  .c-tabs-list2.col-4 li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .c-tabs-list2.col-5 li {
    width: calc((100% - 80px) / 5);
  }
  .c-tabs-list2.col-5 li:not(:nth-of-type(5n)) {
    margin-right: 20px;
  }
  .c-tabs-child .item {
    width: calc((100% - 270px) / 6);
  }
  .c-tabs-child .item:not(:nth-of-type(6n)) {
    margin-right: 54px;
  }
  .c-notification a:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .c-action {
    display: none;
  }
  .c-header {
    height: 100px;
  }
  .c-header.transparent .btn-toggle {
    background: transparent;
  }
  .c-header.fixed + .clear {
    margin-top: 100px;
  }
  .c-header__logo {
    /* height: 100%; */
    margin-left: 10px;
    padding: 10px 0;
  }
  .c-header__action {
    padding-top: 100px;
  }
  .c-header.transparent .c-header__logo h1,
.c-header.transparent .c-header__logo span {
    color: white;
  }
  .c-mainvisual__bg {
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    height: 100vh;
  }
  .c-mainvisual__bg .pc {
    display: none;
  }
  .c-mainvisual__cnt {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    padding: 40px 40px 60px 40px;
  }
  .c-mainvisual img.c-mainvisual__title {
    width: 70%;
  }
  .c-mainvisual__description {
    max-width: unset;
  }
  .c-mainvisual .l-triangle {
    left: -25%;
    width: 100%;
    height: 50%;
  }
  .c-notification {
    z-index: 3;
    bottom: 6vw;
    left: 5%;
    width: 90%;
    max-width: unset;
  }
  .c-notification a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 420px;
    margin-bottom: 0;
  }
  .c-notification a:not(:last-child) {
    margin-right: 40px;
  }
  #Y_sclorebox {
    display: none;
  }
  .c-info-footer .item {
    height: 350px;
  }
  .c-tabs-list li {
    width: calc((100% - 60px) / 4);
    height: 54px;
  }
  .c-tabs-list li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .c-tabs-list2 {
    width: 100%;
  }
  .c-tabs-list2.col-4 li,.c-tabs-list2.u-full::after {
    width: calc((100% - 40px) / 3);
  }
  .c-tabs-list2.u-full::after {
    margin-left: 20px;
  }
  .c-tabs-list2.col-4 li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .c-tabs-list2.col-5 li {
    width: calc((100% - 60px) / 4);
  }
  .c-tabs-list2.col-5 li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .c-tabs-child .item {
    margin-right: 20px;
  }
  .c-tabs-list2.u-square li a::before{
    top: 7px;
  }
  .l-banner {
    height: 300px;
  }
  .l-banner .contents {
    width: 100%;
    padding: 20px;
  }
  .l-banner .contents .title {
    font-size: 4.2rem;
  }
  .l-banner .contents .description {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 2rem;
  }
  .l-banner .contents .description:after {
    top: 25px;
    width: 25px;
  }
  .l-banner-2 {
    height: 440px;
  }
  .l-banner-3 .contents .title {
    font-size: 5.2rem;
  }
  .l-banner-6 .banner {
    height: 320px;
  }
  .l-banner-6 .contents {
    margin-top: 50px;
  }
  .l-banner-7 {
    height: 380px;
  }
  .l-banner-7 .contents {
    padding: 40px;
  }
  .l-banner-7 .contents .title {
    font-size: 4.4rem;
  }
  .l-blocks__title {
    margin-bottom: 100px;
  }
  .l-blocks__title blockquote {
    font-size: 2rem;
  }
  .l-block:not(:last-child) {
    margin-bottom: 70px;
  }
  .l-block__title {
    margin-bottom: 13px;
  }
  .l-block .c-gr-button {
    margin-top: 50px;
  }
  .c-products {
    margin-bottom: -40px;
  }
  .c-products .item .info {
    padding: 0 20px;
  }
  .c-products .item figure {
    margin-bottom: 40px;
  }
  .c-products .item .title:last-child {
    margin-bottom: 0px;
  }
  .c-products.col-3 .item {
    width: calc((100% - 40px) / 2);
    /* margin-bottom: 40px; */
    margin-bottom: 60px;
  }
  .c-products.col-3 .item:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
  .c-products.col-3 .item .info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-bl-abouts .title {
    font-size: 2rem;
  }
  ul.c-link li h3 {
    margin-bottom: 15px;
  }
  .c-banner {
    height: 350px;
  }
  .c-banner .cnt p {
    font-size: 3.4rem;
  }
  .c-bl-news {
    margin-bottom: 27px;
  }
  .c-cols.c-col-1-5, .c-cols.c-col-2, .c-cols.c-col-2.space-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-cols.c-col-1-5 .thumb, .c-cols.c-col-2 .thumb, .c-cols.c-col-2.space-40 .thumb {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
  .c-cols.c-col-1-5 .contents, .c-cols.c-col-2 .contents, .c-cols.c-col-2.space-40 .contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .c-cols.c-col-1-5 .contents .content, .c-cols.c-col-2 .contents .content, .c-cols.c-col-2.space-40 .contents .content {
    width: 100%;
  }
  .c-cols.c-col-1-5 .contents .c-button, .c-cols.c-col-2 .contents .c-button, .c-cols.c-col-2.space-40 .contents .c-button {
    margin-top: 50px;
  }
  .c-cols.c-col-6-4 {
    padding-right: 0 !important;
  }
  .c-cols.c-col-6-4 .thumb {
    width: 50%;
    height: 100%;
  }
  .c-cols.c-col-6-4 .contents {
    width: 55%;
    padding: 20px 0;
  }
  .c-cols.c-col-6-4 .contents .c-title--font-52 strong {
    font-size: 3.2rem !important;
  }
  .c-cols.c-col-6-4 .contents .c-title--font-52 small {
    font-size: 2.4rem !important;
  }
  .c-cols.c-col-6-4 .contents .c-title .u-circle::after {
    width: 6px;
    height: 6px;
  }
  .c-cols.c-col-6-4 .contents .c-subtitle2 {
    font-size: 1.8rem;
  }
  .c-footer [class*=l-container] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
  }
  .c-footer__left {
    width: 100%;
  }
  .c-footer__middle {
    width: 100%;
    margin-top: 40px;
  }
  .c-footer__right {
    margin-top: 40px;
  }
  .c-footer__logo h2 {
    font-size: 3.2rem;
  }
  .c-footer__about {
    margin-bottom: 40px;
  }
  .c-footer-bottom {
    min-height: auto;
  }
  .c-footer-bottom .c-copyright {
    margin-top: 40px;
  }
  .c-imgs img {
    width: calc(60% - 10px);
  }
  .c-imgs__groups {
    width: 40%;
  }
  .c-imgs__groups img:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-imgs3 {
    display: none;
  }
  .c-imgs3.swiper {
    display: block;
  }
  .c-tabs-list2 li {
    font-size: 1.4rem;
  }

  /* Custom */
  .l-block__main1 .c-tabs-list2 {
    justify-content: space-between;
  }
  .l-block__main1 .c-tabs-list2.col-4 li{
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-toggle {
    width: 80px;
    padding: 12px;
  }
  .c-header {
    height: 80px;
  }
  .c-header.fixed + .clear {
    margin-top: 80px;
  }
  .c-header__logo h1 {
    font-size: 2.4rem;
  }
  .c-header__action {
    padding-top: 80px;
  }
  .c-btn-mail {
    min-height: 60px;
  }
  .c-mainvisual__cnt {
    padding: 20px 20px 40px 20px;
  }
  .c-mainvisual img.c-mainvisual__title {
    width: 80%;
    margin-bottom: 30px;
  }
  .c-mainvisual span.c-mainvisual__subtitle {
    font-size: 1.8rem;
  }
  .c-mainvisual h3.c-mainvisual__subtitle {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 2.4rem;
  }
  .c-mainvisual__description {
    padding: 20px 15px 0 15px;
  }
  .c-notification a {
    font-size: 1.5rem;
  }
  .c-breadcrumb {
    height: 50px;
  }
  .c-gr-button .c-button {
    min-width: unset;
  }
  .linkbtn.c-gr-button .c-button {
    min-width: 280px;
  }
  .c-gr-button .c-button:not(:last-child) {
    margin-right: 20px;
  }
  .linkbtn.c-gr-button .c-button {
    margin-right: initial;
  }
  .c-button {
    min-height: 60px;
  }
  .c-cols.c-col-6-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-cols.c-col-6-4 .thumb {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
  .c-cols.c-col-6-4 .contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: unset;
    margin-left: 0;
    padding: 0;
  }
  .c-cols.c-col-6-4 .contents .content {
    width: 100%;
  }
  .c-cols.c-col-6-4 .contents .c-button {
    margin-top: 50px;
  }
  .l-block:not(:last-child) {
    margin-bottom: 50px;
  }
  .l-block__title {
    margin-bottom: 0;
  }
  .l-block .c-table-5 th {
    font-size: 1.6rem;
  }
  .l-block .c-table-5 td {
    font-size: 1.4rem;
  }
  .c-products .item .info {
    padding: 0 10px;
  }
  .c-products.col-3 .item {
    width: calc((100% - 20px) / 2);
  }
  .c-products.col-3 .item:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
  .c-products.col-3 .item figure {
    height: 230px;
  }
  .c-products.col-3 .item .title {
    font-size: 2rem;
  }
  .c-search .c-group-input button {
    width: 73px;
  }
  .c-search .c-group-input button i {
    margin: 0;
  }
  .c-search .c-group-input button span {
    display: none;
  }
  .c-news .item a {
    padding: 0;
  }
  .c-news .item .title {
    width: 100%;
    margin-top: 20px;
  }
  .c-bl-news__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-bl-news__right {
    width: 100%;
  }
  .c-bl-news__right .c-tabs-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-bl-news .c-showmore {
    margin: 40px 0 0 0;
  }
  .c-cols.c-col-1-5 .contents h4, .c-cols.c-col-2 .contents h4 {
    font-size: 2.6rem;
  }
  .l-banner-2 {
    height: 300px;
  }
  .l-banner-2 .contents {
    width: 45%;
    padding: 20px 20px 20px 20px;
  }
  .l-banner-2 .contents .title {
    font-size: 3.2rem;
  }
  .l-banner-2 .contents .description {
    margin-top: 15px;
    padding-left: 35px;
    font-size: 1.4rem;
  }
  .l-banner-2 .contents .description::after {
    top: 16px;
    width: 25px;
  }
  .l-banner-3 {
    height: 340px;
  }
  .l-banner-3 .contents .title {
    font-size: 4.2rem;
  }
  .l-banner-3 .contents .description {
    font-size: 1.4rem;
  }
  .l-banner-6 .banner {
    height: 220px;
  }
  .l-banner-6 .contents {
    margin-top: 40px;
  }
  .l-banner-7 {
    height: 280px;
  }
  .l-banner-7 .contents {
    padding: 20px;
  }
  .l-banner-7 .contents .title {
    font-size: 3.4rem;
  }
  .l-banner-7 .contents .subtitle {
    font-size: 1.4rem;
  }
  .l-banner-7 .contents .description {
    font-size: 1.4rem;
  }
  .c-contacts .item {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-contacts .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-info-footer .item {
    height: 250px;
  }
  .c-footer__right {
    display: none;
  }
  .c-tabs-list2 li {
    font-size: 1.2rem;
    padding: 0 10px 5px 10px;
  }
}
@media screen and (max-width: 580px) {
  .c-header {
    height: 50px;
  }
  .c-header__logo {
    width: calc(100% - 100px);
  }
  .c-header__logo h1 {
    font-size: 2.2rem;
  }
  .c-header__action {
    padding: 0 50px 50px 50px;
  }
  .c-header.fixed + .clear {
    margin-top: 50px;
  }
  .btn-toggle {
    width: 50px;
    padding: 15px 12px 12px 12px;
  }
  .btn-toggle span {
    margin: 3px 0;
  }
  .btn-toggle p {
    font-size: 0.6rem;
    line-height: 1.5;
  }
  .btn-toggle.change span:nth-of-type(1) {
    width: 27px;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  .btn-toggle.change span:nth-of-type(3) {
    width: 27px;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .c-mainvisual .l-triangle {
    left: 0;
    width: 100%;
    height: 50%;
    max-height: unset;
  }
  .c-mainvisual .l-triangle img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-notification {
    bottom: 12vw;
    left: 15px;
    width: calc(100% - 30px);
  }
  .c-notification a {
    padding: 10px 30px 10px 10px;
  }
  .c-notification a:not(:last-child) {
    margin-right: 20px;
  }
  .c-notification a::after {
    right: 10px;
    width: 12px;
  }
  #Y_sclorebox {
    display: none;
  }
  .l-banner {
    height: 200px;
  }
  .l-banner .contents {
    padding: 20px;
  }
  .l-banner .contents .title {
    font-size: 3.2rem;
  }
  .l-banner .contents .description {
    padding-left: 40px;
    font-size: 1.4rem;
  }
  .l-banner .contents .description::after {
    top: 16px;
    width: 25px;
  }
  .c-info-footer .item {
    height: 160px !important;
  }
  .c-info-footer .item .content strong {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
  .c-info-footer .item .content span {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1;
  }
  .c-info-footer .item .content .btn {
    padding: 15px;
  }
  .c-info-footer .item .content img {
    display: none;
  }
  .c-info-footer .item:hover p {
    font-size: 1.2rem;
  }
  .c-footer__logo h2 {
    font-size: 2.4rem;
  }
  .c-reasons .item .title {
    width: 100% !important;
    min-height: 40px !important;
    padding-left: 50px !important;
    font-size: 2.4rem !important;
  }
  .c-reasons .item .title::before {
    width: 40px !important;
    height: 40px !important;
    font-size: 2.4rem !important;
  }
  .c-title strong {
    font-size: 2.4rem;
  }
  .c-title span {
    font-size: 1.2rem;
  }
  .c-tabs-list li {
    width: calc((100% - 20px) / 2);
  }
  .c-tabs-list2.u-full::after {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
  .c-tabs-list li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .c-tabs-list li:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
  .c-tabs-list2 {
    width: auto;
  }
  .c-tabs-list2.col-4 li, .c-tabs-list2.col-5 li {
    width: calc((100% - 20px) / 2);
    font-size: 1.5rem;
  }
  .c-tabs-list2.col-4 li:not(:nth-of-type(2n)), .c-tabs-list2.col-5 li:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .c-tabs-list2.col-4 li:nth-of-type(2n), .c-tabs-list2.col-5 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-search .c-group-input {
    height: 54px;
  }
  .c-search .c-group-input button {
    width: 54px;
  }
  .c-search .c-group-input button i {
    width: 20px;
    height: 20px;
  }
  .l-social__imgs .item .title-8 {
    font-size: 2.8rem;
  }
  .l-social__imgs .item .title-8::before {
    height: 8px;
  }
  .l-products .c-button {
    width: calc(100% - 40px) !important;
  }
  .l-products__tags .item {
    width: 100px !important;
  }
  .c-products.col-3 {
    justify-content: space-between;
  }
  .c-products.col-3 .item {
    width: 48%;
  }
  .c-products.col-3 .item figure {
    height: 120px;
    margin-bottom: 10px;
  }
  .c-products.col-3 .item .title {
    font-size: 1.4rem;
  }
  .c-products.col-3 .item .info {
    width: calc(100% - 40px);
  }
  .c-products.col-3 .item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .c-banner {
    height: 250px;
  }
  .c-banner .cnt {
    left: 28px;
  }
  .c-banner .cnt p {
    font-size: 2.8rem;
  }
  .l-banner-2 {
    height: 240px;
  }
  .l-banner-2 .contents {
    width: 50%;
    padding-right: 0;
  }
  .l-banner-2 .contents .title {
    width: 100%;
    font-size: 2.4rem;
  }
  .l-banner-2 .contents .description {
    font-size: 1rem;
  }
  .l-banner-2 .contents .description::after {
    top: 12px;
  }
  .l-banner-3 {
    height: 260px;
  }
  .l-banner-3 .contents .title {
    font-size: 3.2rem;
  }
  .l-banner-3 .contents .description {
    font-size: 1rem;
  }
  .c-contacts .item {
    min-height: auto;
    padding: 30px 20px;
  }
  .c-contacts .item h3 strong {
    font-size: 2.4rem;
  }
  .c-contacts .item > a {
    font-size: 2.4rem;
  }
  .c-imgs.col-3 img {
    width: 100%;
  }
  .c-imgs.col-3 .c-imgs__groups {
    width: 100%;
    margin-top: 10px;
  }
  .c-contacts .item h3 small {
    font-size: 2rem;
  }
  .c-title span {
    margin-top: 0;
  }
  /* Custom */
  .c-cols.c-col-6-4 .contents .c-title--font-52 small {
    font-size: 1.8rem !important;
  }
  .l-block__main1 .c-tabs-list2 li{
    width: 100% !important;
  }
  .l-banner-7 .contents .title {
    font-size: 2.8rem;
  }
  .c-footer-bottom {
    justify-content: center;
  }
  .c-highlight.u-subtitle::after {
    width: 100%;
    left: 0;
  }
  
}
@media screen and (max-width: 480px) {
  .c-header__logo h1 {
    font-size: 1.8rem;
  }
  .c-mainvisual img.c-mainvisual__title {
    margin-left: 0;
  }
  .c-mainvisual span.c-mainvisual__subtitle {
    margin-left: 0;
    font-size: 1.5rem;
  }
  .c-mainvisual h3.c-mainvisual__subtitle {
    padding: 0;
    font-size: 28px;
  }
  .c-mainvisual__description {
    padding: 20px 0 0 0;
    font-size: 1.4rem;
  }
  .c-mainvisual .l-triangle img {
    -o-object-position: bottom right;
    object-position: bottom right;
  }
  .l-banner-6 .contents {
    margin-top: 26px;
  }
  .c-tabs-list2.col-4 li, .c-tabs-list2.col-5 li {
    font-size: 1.2rem;
    
  }
  .c-tabs-list2 li {
    padding: 0 0 5px 0;
  }
  .c-mainvisual span.c-mainvisual__subtitle::before {
    top: 0;
    height: 24px;
  }

}