@charset "UTF-8";
body,
input,
textarea,
select,
button {
  /*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";*/
}
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
html {
  background-color: #fff;
  margin: auto;
}
body {
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body.noscroll {
  height: 100vh;
  overflow: hidden;
}

a {
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1080px) {
  * {
    min-width: 0 !important;
  }
}

/*-------------------------
	ANIMATION 
-------------------------*/
.sc {
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.6s ease-out;
}
.sc.inview {
  transform: translateY(0);
  margin-top: auto;
  position: unset;
  opacity: 1;
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*-------------------------
	TYPOGRAPHY 
-------------------------*/
html {
  font-size: 15px;
}
@media screen and (max-width: 1630px) {
  html {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 12.5px;
  }
}

body {
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.096em;
  line-height: 1.88;
  color: #191a1c;
  font-weight: 400;
}
.-font {
  font-family: "Questrial", sans-serif;
}

a {
  text-decoration: none;
  color: #191a1c;
}
h2 {
  font-weight: 400;
  font-size: 3.53rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 3.4rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

/*-------------------------
	LAYOUT 
-------------------------*/
.l-inner {
  width: 82.5%;
  min-width: 1080px;
  max-width: 1476px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .l-inner {
    width: 90%;
  }
}
main {
  margin-top: 8.7rem;
}
main.index {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  main {
    margin-top: 16vw;
  }
}

/*-------------------------
	PARTS 
-------------------------*/
/* section */
section {
  position: relative;
}
.section-right .bg {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: right; */
  width: 38%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .section-right .bg {
    width: 34%;
  }
}
@media screen and (max-width: 1080px) {
  .section-right .bg {
    /* width: 42%;
    opacity: 0.7; */
    display: none;
  }
}

.section-left {
  position: relative;
}
.section-left .bg {
  position: absolute;
  background-color: #f4f5f6;
  width: 62%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.section-left .l-inner {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section-left .bg {
    width: 66%;
  }
}
@media screen and (max-width: 1080px) {
  .section-left .bg {
    /* width: 58%; */
    width: 100%;
  }
}

.section-bg {
  background: #191a1c;
  color: #fff;
}

/* scroll mark */
.scroll {
  display: block;
  position: absolute;
  left: -0.6rem;
  bottom: 0;
  width: 100%;
  z-index: 1;
  /* cursor: pointer; */
}
.scroll span {
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 0.74rem;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.3em;
}
.scroll span:after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: #fff;
  margin-top: 10px;
}

/* section mark */
.line {
  display: flex;
  justify-content: center;
  width: 100%;
  display: block;
  height: 0;
}
.line::before {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 62px;
  margin: 0 auto;
}
.line.-b:before {
  background: #191a1c;
}
.line.-left {
  position: absolute;
  top: 0;
  width: auto;
}
.line.-left::before {
  margin: 0;
}

/*　button */
.btn-t01 {
}
.btn-t01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.53rem;
  letter-spacing: 0.2em;
  padding: 30px 30px 27px;
  margin-top: -4px;
}
.btn-t01 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 0px;
  left: -6px;
}
.btn-t01.-white a {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .btn-t01 a {
    padding: 16px 32px;
    font-size: 1.3rem;
  }
}

/* btn-line */
.btn-line {
  margin-left: -1.5rem;
}
.btn-line div {
  border-bottom: 0.26rem solid #191a1c;
  display: inline-block;
}
.btn-line a {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 17px 20px;
  letter-spacing: 0.2em;
  padding: 0 1.6rem 1.1rem 1.4rem;
  width: 15.2rem;
}
.btn-line a:after {
  content: "";
  display: block;
  /* left: 3px; */
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* margin-left: 3.3rem; */
}
.btn-line a:hover {
  transform: translateX(8px);
  opacity: 1;
}
.btn-line.-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 1.4rem;
}
.btn-line.-w a {
  color: #fff;
}
.btn-line.-w div,
.btn-line.-w a:after {
  border-color: #fff;
}
.btn-line.-w a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-line.-back {
  margin: 190px 0 0 0;
}
.btn-line.-back a {
  padding: 0 2.3rem 1.1rem 1.4rem;
}
.btn-line.-back a:hover {
  transform: translateX(-8px);
}
.btn-line.-back a:after {
  display: none;
}
.btn-line.-back a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1080px) {
  .btn-line {
    margin: 0;
  }
  .btn-line a {
    width: 14rem;
  }
  .btn-line.-right {
    margin-left: 0;
  }
  .btn-line.-back {
    margin: 110px 0 0 0;
  }
  .btn-line.-back a {
    width: 16rem;
  }
}

/* link + icon */
p > a,
td > a {
  display: inline-flex;
  align-items: center;
}
p > a span,
td > a span {
  padding-bottom: 4px;
  border-bottom: 1px solid #6e6e6f;
}
p > a::before,
td > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/icon_link.png) no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 9px;
}

/* list 3column */
.list-col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-col3 li {
  width: 32.8%;
  margin-bottom: 40px;
}
.list-col3 li img {
  display: block;
  height: 10.5rem;
  object-fit: cover;
}
.list-col3.-noshadow li {
  box-shadow: none;
}
.list-col3::after {
  content: "";
  display: block;
  width: 32.8%;
}
@media screen and (max-width: 1080px) {
  .list-col3 {
    flex-direction: column;
  }
  .list-col3 li {
    width: 100%;
    margin-bottom: 24px;
  }
  .list-col3::after {
    display: none;
  }
}

/* list type1 */
.list-t01 li {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.list-t01 li a {
  display: block;
}
.list-t01 li div {
  padding: 28px 38px;
  background: #fff;
}
.list-t01 li div h3 {
  font-size: 1.53rem;
  letter-spacing: 0.11em;
}
.list-t01 li div p {
  line-height: 1.6;
  font-size: 0.93rem;
}
@media screen and (max-width: 1080px) {
  .list-t01 li div {
    padding: 18px 30px;
  }
  .list-t01 li h3 {
    font-size: 1.2rem;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 320px) {
  .list-t01 li div h3 {
    font-size: 1.4rem;
  }
}

/* list type2 */
.list-t02 span {
  position: relative;
  display: block;
  text-align: center;
  margin: -13px auto 0;
  background: #53585d;
  color: #fff;
  width: 37%;
  z-index: 1;
}
.list-t02 li {
  background: #fff;
}
.list-t02 li h3 {
  margin-top: -14px;
  background: #fff;
  font-weight: normal;
  font-size: 1.06rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 27px 10px 28px;
}

/* list type3 */
.list-t03 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.list-t03 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f9f9f9;
  padding: 0 3.2rem 0 3.6rem;
  height: 16rem;
}
.list-t03 img {
  width: 32.7%;
  height: 16rem;
  flex-shrink: 0;
  object-fit: cover;
}
.list-t03 h3 {
  font-size: 1.86rem;
  letter-spacing: 0.11em;
  margin: -6px 0 3px 0;
}
.list-t03 p {
  line-height: 2.4;
}
@media screen and (max-width: 1080px) {
  .list-t03 li {
    flex-direction: column-reverse;
  }
  .list-t03 div {
    height: auto;
    padding: 20px;
  }
  .list-t03 img {
    width: 100%;
    height: 12rem;
  }
  .list-t03 h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .list-t03 p {
    font-size: 1rem;
    line-height: inherit;
  }
}

/* list-type4 */
.list-t04 li {
  background: #f9f9f9;
}
.list-t04 li div {
  padding: 3rem 2.3rem;
  position: relative;
}
.list-t04 li div:before {
  content: "";
  background: #191a1c;
  display: block;
  width: 1px;
  height: 62px;
  margin: 0 auto;
  position: absolute;
  top: -31px;
  left: 50%;
}
.list-t04 li h3 {
  font-size: 1.86rem;
  text-align: center;
}
.list-t04 li p {
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .list-t04 li div {
    padding: 2.4rem 1.2rem 2rem;
  }
  .list-t04 li h3 {
    font-size: 1.7rem;
  }
}

/* list logos */
.list-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-logo li {
  width: 13%;
  height: 5vw;
  margin-bottom: 12px;
}
.list-logo li:first-child img {
  object-position: left;
}
.list-logo li img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .list-logo li {
    width: 18%;
    height: 15vw;
  }
}

/* list news */
.list-news li {
  border-bottom: 1px solid #d5dbe7;
  padding: 21px 0;
  line-height: 1.68;
  letter-spacing: 0.11em;
}
.list-news li a {
  display: flex;
  align-items: flex-start;
}
.list-news li time {
  font-size: 0.93rem;
}
.list-news li span {
  background: #53585d;
  color: #fff;
  width: 116px;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 2% 0 5.6%;
  flex-shrink: 0;
  line-height: 1.1em;
  letter-spacing: 0.26em;
  padding: 4px 0;
}
.list-news li h3 {
  font-size: 1.06rem;
  font-weight: normal;
  margin-top: -4px;
}
@media screen and (max-width: 1080px) {
  .list-news li a {
    flex-wrap: wrap;
  }
  .list-news li span {
    width: 88px;
  }
  .list-news li h3 {
    width: 100%;
    margin-top: 8px;
    font-size: 1rem;
  }
}

/* img effect */
.-img-ef {
  position: relative;
}
.-img-ef:before,
.-img-ef:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
}
.-img-ef.-stripe:before {
  background: #fff;
  opacity: 0.3;
  /* mix-blend-mode: multiply; */
}
.-img-ef.-stripe:after {
  background: repeating-linear-gradient(-45deg, #dadada 0, #9c9c9c 1px, transparent 1.7px, transparent 6px);
  background-attachment: fixed;
  opacity: 0.2;
}

/* slider */
.swiper-pagination-bullet {
  border-radius: 0;
  height: 4px;
  width: 5.6%;
  margin: 0 0.4%;
  background: #e6e9ec;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet-active {
  background: #191a1c;
}
@media screen and (max-width: 1080px) {
  .swiper-pagination-bullet {
    width: 10%;
  }
}

/* heading */
.head-section h2 {
  line-height: 1.6;
  margin-bottom: 37px;
}
.head-section p {
  line-height: 2.5;
}
@media screen and (max-width: 1080px) {
  .head-section p {
    /* font-size: 12px; */
  }
}

/*-------------------------
	HEADER
-------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 8.9rem;
  transition: all 0.1s ease-out;
  background: #191a1c;
  display: flex;
  align-items: center;
}
header h1 .logo_b {
  display: none;
}

.index header {
  background: none;
}
.index header h1 .logo_w,
.index header.-bg h1 .logo_b {
  display: none;
}
.index header h1 .logo_b,
.index header.-bg h1 .logo_w {
  display: block;
}

header.-bg {
  background: #191a1c;
  height: 7rem;
}
header.-bg .inner {
  /* padding-top: 14px; */
}
header .inner {
  width: 93.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 28px; */
}
header h1 {
  margin: 12px 0 0 -12px;
  max-width: 179px;
  width: 14%;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin-left: 66px;
}
header nav ul li a {
  color: #fff;
}
.index header nav ul li a {
  color: #191a1c;
}
.index header.-bg nav ul li a {
  color: #fff;
}
/* header.-bg nav ul li a {
  color: #fff;
} */
@media screen and (max-width: 1080px) {
  header {
    height: 16vw !important;
    display: flex;
    align-items: center;
  }
  header .inner {
    width: 90%;
    padding-top: 0;
  }
  header h1 {
    margin: 0;
    width: 29vw;
    position: relative;
    z-index: 1;
  }
  header h1 img {
    display: block;
  }
  header nav {
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #191a1c;
    transition: 0.4s all ease-in;
  }
  header nav.-show {
    height: 100vh;
  }
  .index header.-show h1 .logo_w {
    display: block;
  }
  .index header.-show h1 .logo_b {
    display: none;
  }
  header nav ul {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 16vw;
  }
  header nav ul li {
    margin: 0 0 10vw 0;
    font-size: 1.3rem;
  }
  header .btn-menu {
    position: absolute;
    right: 5.2%;
    left: auto;
    top: 6.3vw;
    cursor: pointer;
  }
  header .btn-menu span {
    width: 10vw;
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: 0.3s all ease-in-out;
    max-width: 60px;
  }
  .index header .btn-menu span {
    background: #191a1c;
  }
  .index header.-show .btn-menu span,
  .index header.-bg .btn-menu span {
    background: #fff;
  }
  .index header nav ul li a {
    color: #fff;
  }
  header .btn-menu span:nth-child(1) {
    margin-bottom: 2vw;
  }
  header .btn-menu.-show span:nth-child(1) {
    transform: rotate(25deg);
    top: 1.1vw;
  }
  header .btn-menu.-show span:nth-child(2) {
    transform: rotate(-25deg);
    top: -1.3vw;
  }
}

/*-------------------------
	FOOTER
-------------------------*/
footer {
  margin-top: 166px;
  position: relative;
}
footer .block-breadclumb ul:before {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(../img/icon_hexagon.png) no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 15px;
}
footer .block-breadclumb ul {
  display: flex;
  flex-direction: row-reverse;
  font-size: 11px;
  letter-spacing: 0.24em;
}
footer .block-breadclumb ul li {
  display: flex;
  align-items: center;
}
footer .block-breadclumb ul li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #191a1c;
  border-left: 2px solid #191a1c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -1px 21px 0;
}
footer .block-breadclumb ul li:nth-child(1):after {
  display: none;
}

footer .block-contact {
  background: #191a1c;
  color: #fff;
  margin-top: 26px;
  padding: 53px 0 49px;
}
footer .block-contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.5%;
  margin: 0 auto;
}
footer .block-contact .inner .box-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 47.5%;
  min-width: 660px;
}
footer .block-contact .txt p {
  font-size: 1.53rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
footer .block-contact .txt span {
  font-size: 0.8rem;
}
footer .block-contact .tel {
  font-size: 3.53rem;
  margin-top: -1px;
  white-space: nowrap;
}
footer .block-contact .btn-t01 {
  width: 22.6rem;
  margin-right: -8px;
}
@media screen and (max-width: 1220px) {
  footer .l-inner {
    width: 86%;
    min-width: 0;
  }
  footer .block-contact .btn-t01 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1080px) {
  footer .block-breadclumb {
    display: none;
  }
  footer .block-contact {
    width: 100%;
  }
  footer .block-contact .inner {
    flex-direction: column;
  }
  footer .block-contact .inner .box-txt {
    width: 90%;
    flex-direction: column;
  }
  footer .block-contact .txt span {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  footer .block-contact .tel {
    font-size: 3rem;
  }
  footer .block-contact .btn-t01 {
    width: 90%;
    margin-right: 0;
    margin-top: 20px;
  }
  footer .block-contact .btn-t01 a:after {
    top: -1px;
  }
}

footer .block-end {
  padding: 60px 0;
}
footer .block-end ul {
  display: flex;
  align-items: center;
  width: 92.5%;
  margin: 0 auto;
}
footer .block-end ul li {
  margin-right: 44px;
  font-size: 0.73rem;
  letter-spacing: 0.27em;
}
footer .block-end ul li:nth-child(1) {
  width: 9%;
}
footer .block-end ul li h1 img {
  display: block;
  margin-bottom: 6px;
}
.copyright {
  position: absolute;
  bottom: 27px;
  margin-left: 30px;
}
.copyright p {
  transform: rotate(270deg);
  transform-origin: top left;
  letter-spacing: 0.17em;
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  footer .block-end {
    padding: 60px 0 60px;
  }
  footer .block-end ul {
    justify-content: center;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  footer .block-end ul li {
    margin: 10px 0 0 0;
  }
  footer .block-end ul li:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  footer .block-end ul li:nth-child(1) h1 {
    width: 34%;
    margin: 0 auto;
    max-width: 180px;
  }
  footer .block-end ul li:nth-child(2) {
    margin-right: 10px;
  }
  .copyright {
    text-align: center;
    margin: 10px 0 0 0;
    position: relative;
  }
  .copyright p {
    transform: none;
    font-size: 11px;
  }
}

.btn-gotop {
  opacity: 0;
  transition: all 0.3s ease-out;
  position: fixed;
  bottom: 53px;
  right: 15px;
  padding: 0 8px;
  z-index: 11;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.btn-gotop.-show {
  opacity: 1;
}
.btn-gotop:before {
  content: "";
  display: block;
  width: 1px;
  height: 190px;
  background: #191a1c;
  margin-bottom: 16px;
  transition: all 0.3s ease-out;
}
.btn-gotop:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 60px;
  left: 16px;
  transition: all 0.3s ease-out;
}
.btn-gotop:hover:before,
.btn-gotop:hover:after {
  transform: translateY(-14px);
}
.btn-gotop:hover:after {
  transform: translateY(-14px) rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .btn-gotop {
    display: none;
  }
}

/*-------------------------
	PAGE - common
-------------------------*/
main.page {
  padding: 100px 0;
}
main.page section h2 {
  text-align: center;
  margin-bottom: 80px;
  margin-bottom: 5.3rem;
}
main.page .block-content {
  width: 1080px;
  margin: 0 auto;
}
main.page .block-content div {
  margin-bottom: 3.7rem;
}
main.page .block-content div p {
  margin-bottom: 16px;
}
main.page .block-content div h3 {
  font-weight: 100;
  font-size: 1.9rem;
  margin-bottom: 16px;
}
main.page .block-content ol {
  margin: 16px 0 0 2rem;
}
main.page .block-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  main.page .block-content {
    width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  main.page {
    padding: 20px 0;
  }
  main.page .block-content {
    width: 90%;
  }
  main.page .block-content div h3 {
    font-size: 1.6rem;
  }
}

/*-------------------------
	INDEX
-------------------------*/
.index__hero {
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 788px;
  height: 45vw;
  min-height: 680px;
}
.index__hero .bg-hero {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.index__hero .bg-hero img,
.index__hero .bg-hero video {
  display: block;
  width: 100%;
}
.index__hero .txt-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index__hero .txt-hero .l-inner {
  padding-top: 32px;
  color: #191a1c;
}
.index__hero .txt-hero h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
}
.index__hero .txt-hero h2 div {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.index__hero .txt-hero h2 div span {
  font-weight: 700;
  /* background: #fff; */
  padding: 0 0 0 12px;
}
.index__hero .txt-hero h2 div span:nth-child(2) {
  padding: 0;
}
.index__hero .txt-hero p {
  font-size: 17px;
}

@media screen and (max-width: 1200px) {
  .index__hero {
    height: 75vh;
  }
  .index__hero .bg-hero img,
  .index__hero .bg-hero video {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index__hero .txt-hero .l-inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .index__hero .txt-hero h2 div {
    flex-direction: column;
    margin-top: 12px;
  }
  .index__hero .txt-hero h2 div span {
    padding: 0 4px !important;
  }
  .index__hero .txt-hero h2 div span:nth-child(2) {
    margin-top: 12px;
  }
  .index__hero .txt-hero p {
    font-size: 15px;
  }
}
@media screen and (max-width: 413px) {
  .index__hero .txt-hero h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .index__hero .txt-hero .l-inner {
    padding-top: 0;
  }
  .index__hero .txt-hero h2 {
    font-size: 2rem;
  }
}

.index__about .bg {
  background-image: url(../img/top-s01_img.jpg);
}
.index__about .l-inner {
  padding: 155px 0 162px;
  position: relative;
}
.index__about h2 {
  font-size: 4.13rem;
  letter-spacing: 0.256em;
  line-height: 1;
}
.index__about h2 span {
  display: block;
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  font-weight: 100;
  font-size: 2.5rem;
  padding-left: 7.3%;
  margin: 8px auto 13px;
  margin: 0.1rem auto 0.9rem;
}
.index__about .head-section {
  margin-bottom: 77px;
}

@media screen and (max-width: 1080px) {
  .index__about h2 {
    font-size: 2.4rem;
  }
  .index__about h2 span {
    font-size: 2rem;
  }
  .index__about .l-inner {
    padding: 15vh 0 14vh;
  }
}
@media screen and (max-width: 413px) {
  .index__about h2 {
    letter-spacing: 0.19em;
  }
}
@media screen and (max-width: 374px) {
  .index__about h2 {
    font-size: 2rem;
    letter-spacing: 0.19em;
  }
}

.index__service {
  padding: 132px 0 20px;
}
.index__service .l-inner {
  position: relative;
  z-index: 1;
}
.index__service .btn-line {
  margin-top: 44px;
}
@media screen and (max-width: 1080px) {
  .index__service {
    padding: 82px 0 60px;
  }
  .index__service .btn-line {
    margin-top: 32px;
  }
}

.index__meo {
  padding: 155px 0 80px;
}
.index__meo .head-section {
  margin: -20px 0 73px 0;
}
.index__meo .head-section h2 {
  margin-bottom: 66px;
}
.index__meo .btn-line a {
  width: auto;
}
.index__meo .btn-line a:after {
  margin-left: 10px;
}
@media screen and (max-width: 1790px) {
  .index__meo .head-section h2 {
    margin-top: 8px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1600px) {
  .index__meo .head-section h2 {
    margin-top: 8px;
    font-size: 3rem;
  }
}
.index__meo .swiper-slide.slide01 .bg {
  background-image: url(../img/top-s03_connect.jpg);
}
.index__meo .swiper-slide.slide02 .bg {
  background-image: url(../img/top-s03_meocheki.jpg);
}
.index__meo .swiper-slide.slide03 .bg {
  background-image: url(../img/top-s03_fukusu.jpg);
}
.index__meo .swiper-slide.slide04 .bg {
  background-image: url(../img/top-s03_hoshi.jpg);
}
.index__meo .swiper-slide.slide05 .bg {
  background-image: url(../img/top-s03_img.jpg);
}
.index__meo .swiper-pagination {
  position: relative;
  margin-top: 87px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .index__meo .swiper-slide {
    background-size: 34%;
  }
}
@media screen and (max-width: 1080px) {
  .index__meo .swiper-slide .bg {
    display: block;
    position: relative;
    width: 100%;
    height: 66vw;
  }
  .index__meo .swiper-slide .l-inner {
    margin-top: 32px;
  }
  .index__meo .head-section {
    margin: 0px 0 48px 0;
  }
  .index__meo .head-section h2 {
    margin-bottom: 24px;
    font-size: 1.9rem;
  }
}

.index__case .case-graph {
  padding: 115px 0 190px;
}
.index__case h2 {
  text-align: center;
}

.index__case .block-graph {
  width: 46%;
  margin: 25px auto 0;
  min-width: 703px;
}
.index__case .block-graph h3 {
  font-size: 1.53rem;
  margin-bottom: 18px;
}
.index__case .block-graph li {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 50px;
}
.index__case .box-graph {
  margin-right: 57px;
  margin-right: 6.8%;
}
.index__case .box-graph .graph-bar {
  border: 1px solid #fff;
  opacity: 0.8;
  width: 343px;
  height: 12px;
  width: 22.86rem;
}
.index__case .box-graph .graph-bar span {
  opacity: 0.7;
  display: block;
  width: 0;
  height: 10px;
  background: #fff;
}
.index__case span.dot {
  display: block;
  margin-top: 44px;
  background: url(../img/case_dot.png);
  width: 100%;
  height: 4px;
}
.index__case .box-num {
  display: flex;
  align-items: flex-end;
  font-weight: 100;
  margin: -12px 0 0 40px;
  line-height: 1;
}
.index__case .box-num .number-num {
  font-size: 6.66rem;
  font-weight: 100;
}
.index__case .box-num span.txt {
  display: block;
  font-size: 1.53rem;
  margin-left: 10px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1080px) {
  .index__case .block-graph {
    width: 90%;
  }
  .index__case .block-graph li {
    flex-direction: column;
  }
  .index__case .block-graph h3 {
    font-size: 1.4rem;
    text-align: center;
  }
  .index__case span.dot {
    display: none;
  }
  .index__case .box-graph .graph-bar {
    width: 100%;
  }
  .index__case .box-num {
    margin: 24px auto 0;
  }
  .index__case .box-num .number-num {
    font-size: 4rem;
  }
}

.index__case .case-list {
  background: #f9f9f9;
  margin-top: -184px;
  padding: 84px 0 64px;
}
.index__case .case-list .slide-case {
  width: 73%;
  margin: 0 auto;
  min-width: 880px;
}
.case-list .slide-case .list-t02 li a {
  display: block;
}
.case-list .slide-case .list-t02 li img {
  display: block;
  height: 11rem;
  object-fit: cover;
}

.case-list .swiper-pagination {
  margin-top: 80px;
  position: relative;
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.case-list .swiper-pagination .swiper-pagination-bullet {
  width: 10%;
}
.case-list .btn-line {
  margin-left: -12%;
}
@media screen and (max-width: 1080px) {
  .index__case .case-list {
    padding: 64px 0 56px;
  }
  .index__case .case-list .slide-case {
    width: 82%;
  }
  .case-list .btn-line {
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
  }
}

.index__case .case-logos {
  padding: 0 0 86px;
}
.index__case .case-logos h3 {
  text-align: center;
  font-size: 2.13rem;
  letter-spacing: 0.26em;
  margin-top: 84px;
}
.index__case .case-logos .list-logo {
  width: 73%;
  margin: 15px auto 0;
  min-width: 880px;
}

@media screen and (max-width: 1080px) {
  .index__case .case-logos .list-logo {
    width: 64%;
  }
  .index__case .case-logos .list-logo li {
    height: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .index__case .case-logos .list-logo {
    width: 100%;
  }
}

.index__news h2 {
  text-align: center;
  font-weight: 100;
  font-size: 2.13rem;
  letter-spacing: 0.27em;
  margin-top: 84px;
}
.index__news .section-bg {
  padding: 0 0 280px;
}
.index__news .block-news {
  background: #f9f9f9;
  margin-top: -240px;
  position: relative;
}
.index__news .inner {
  width: 73%;
  margin: 0 auto;
  padding: 64px 0 50px;
  min-width: 880px;
}
.index__news .list-news {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .index__news .inner {
    width: 82%;
    padding: 32px 0 32px;
  }
}

/*-------------------------
	CASE
-------------------------*/
.archive__news .list-t02 li {
  box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 20%);
}
.archive__news .list-t02 li img {
  height: 16rem;
}

/*-------------------------
	COMPANY
-------------------------*/
.about__hero .bg {
  background-image: url(../img/company-s01_img.jpg);
}
.about__hero .head-section {
  padding: 229px 0 219px;
}
@media screen and (max-width: 1080px) {
  .about__hero .head-section {
    padding: 80px 0;
  }
}

.about__s02 {
  padding: 132px 0 150px;
}
@media screen and (max-width: 1080px) {
  .about__s02 {
    padding: 80px 0;
  }
}

.about__s03 .bg {
  background-image: url(../img/company-s03_img.jpg);
}
.about__s03 .l-inner {
  padding: 199px 0 214px;
}
@media screen and (max-width: 1080px) {
  .about__s03 .l-inner {
    padding: 80px 0;
  }
}

.about__message {
  padding: 116px 0 257px;
  position: relative;
}
.about__message h2 {
  text-align: center;
}
.about__message .block-message {
  margin: 66px auto 0;
  width: 68%;
}
.about__message .block-message p {
  margin-bottom: 2.66rem;
  letter-spacing: 0.11em;
  line-height: 2.4;
}
@media screen and (max-width: 1080px) {
  .about__message {
    padding: 80px 0 200px;
  }
  .about__message .block-message {
    width: 90%;
  }
}
.about__message-ceo {
  margin-top: -187px;
  position: relative;
}
.about__message-ceo .block-ceo {
  /* position: absolute;
  width: 100%;
  margin-top: 70px; */
}
.about__message-ceo .block-ceo .l-inner {
  background: #f9f9f9;
  color: #191a1c;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.about__message-ceo .block-ceo .txt {
  padding: 7.5rem 0 7.3rem 9.8rem;
  width: 66%;
  flex-shrink: 0;
}
.about__message-ceo .block-ceo .txt h3 {
  font-weight: 500;
  font-size: 1.46rem;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
}
.about__message-ceo .block-ceo .txt h3 span {
  margin-right: 20px;
}
.about__message-ceo .block-ceo .txt p {
  line-height: 2.56em;
  letter-spacing: 0.15em;
}
.about__message-ceo .block-ceo .img {
  width: 32.5%;
  clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: url(../img/company-ceo_img.jpg);
  background-position: 70% 10%;
}
.about__message-ceo .block-ceo .img img {
  height: 132%;
  object-fit: cover;
  position: relative;
  top: -6%;
  left: 0%;
}
@media screen and (max-width: 1080px) {
  .about__message-ceo .block-ceo .l-inner {
    flex-direction: column-reverse;
  }
  .about__message-ceo .block-ceo .txt {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .about__message-ceo .block-ceo .img {
    clip-path: none;
    height: 50vw;
    width: 90%;
    background-size: cover;
    margin: 0 auto;
    margin-top: 5vw;
  }
}

.about__credo{
  padding: 114px 0 0;
  margin-bottom: 114px;
}
.about__credo h2{
  text-align: center;
}
.about__credo .img{
  max-width: 1200px;
  margin: 0 auto;
}
.about__credo .img img{
}
.about__credo ul{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 100%; */
  margin: 40px auto 0;
}
.about__credo ul::after{
  content: "";
  width: 21%;
}
.about__credo ul li{
  width: 21%;
  margin-bottom: 2.4rem;
}
/* .about__credo ul li span{
  display: block;
}
.about__credo ul li span:before{
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #53585d;
}
.about__credo ul li span:after{
    content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #53585d;
} */

.about__credo li h3{
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .about__credo{
    overflow: hidden;
  }
  .about__credo .img{
    width: 150%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-left: -24%;
  }
  
  .about__credo ul li{
    width: 100%;
  }
}

.about__profile,
.about__history {
  padding: 114px 0 148px;
}
.about__profile h2,
.about__history h2 {
  text-align: center;
}

.block-about_table {
  margin-top: 46px;
}
.block-about_table table {
  width: 100%;
  /* font-size: 1.2rem; */
  border-top: 1px solid #cdcdcd;
}
.block-about_table table tr {
  vertical-align: top;
}
.block-about_table table tr th {
  font-weight: 300;
  text-align: left;
  width: 26.5%;
}
.block-about_table table tr th,
.block-about_table table tr td {
  padding: 1.3rem 0 1.4rem 2.9rem;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.7em;
  letter-spacing: 0.17em;
}
.block-about_table table tr td {
  font-weight: 300;
}
.block-about_table table tr td .wrapper-map {
  position: relative;
  height: 0;
  padding-bottom: 44.5%;
  margin-bottom: 24px;
}
.block-about_table table tr td .wrapper-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-about_table table tr td a.link-map {
  margin-left: 13px;
  position: relative;
  top: -5px;
}
.block-about_table table tr td a.link-map span {
  font-size: 0.93rem;
  padding-bottom: 0px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1080px) {
  .block-about_table table {
    font-size: 1rem;
    border: none;
  }
  .block-about_table table tr {
    display: flex;
    flex-direction: column;
  }
  .block-about_table table tr th,
  .block-about_table table tr td {
    padding: 1.1rem;
    line-height: 2em;
    border: none;
  }
  .block-about_table table tr th {
    width: 100%;
    background: #f9f9f9;
  }
  .block-about_table table tr td {
    padding: 1.1rem 1.1rem 3rem 1.1rem;
  }
  .block-about_table table tr td a.link-map {
    display: flex;
    margin-left: 0;
  }
  .block-about_table table tr td .wrapper-map {
    margin-bottom: 1.2rem;
    padding-bottom: 72%;
  }
}

.about__access {
  padding: 114px 0;
}
.about__access h2 {
  text-align: center;
}

/*-------------------------
	PRIVACY
-------------------------*/
.privacy__content .date {
  text-align: right;
  margin-top: 120px;
}

/*-------------------------
	CONTACT
-------------------------*/
.contact__content {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .contact__content {
    width: 90%;
  }
}

/*-------------------------
	SITEMAP 
-------------------------*/
main.page_sitemap {
  padding-top: 0;
}
.sitemap__content {
  padding-top: 100px;
}
.page_sitemap .sitemap__content .list-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap__content .list-sitemap:after {
  content: "";
  width: 32%;
  display: block;
}
.sitemap__content .list-sitemap > li {
  width: 21%;
  margin-bottom: 40px;
}
.sitemap__content .list-sitemap > li span {
  display: block;
  width: 88%;
}
.sitemap__content .list-sitemap > li span a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.1rem;
}
.sitemap__content .list-sitemap > li span a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap__content .list-sitemap > li ul {
  margin: 8px 0 0 4px;
}
.sitemap__content .list-sitemap > li ul li {
  display: flex;
  align-items: center;
}
.sitemap__content .list-sitemap > li ul li:before {
  content: "";
  background: #191a1c;
  height: 1px;
  width: 12px;
  display: block;
  margin-right: 14px;
}
@media screen and (max-width: 1080px) {
  .sitemap__content .list-sitemap > li {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*-------------------------
	ARCHIVE
-------------------------*/
main.archive {
  padding: 100px 0;
}
main.archive h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
  main.archive {
    padding: 20px 0;
  }
}
ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-size: 1.2rem;
}
ul.pager li {
  margin: 0 4px;
}
ul.pager li a {
  padding: 10px;
}
ul.pager li.active a {
  background: #191a1c;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  ul.pager {
    font-size: 1rem;
  }
}

/*-------------------------
	SERVICES
-------------------------*/
.services__head {
  text-align: center;
  padding: 0px 0 145px;
}
.services__head h2 {
  margin: 113px auto 20px;
}
.services__head ul {
  margin: 95px auto 0;
  display: flex;
  justify-content: space-between;
  width: 86%;
}
.services__head .btn-line a {
  width: 19.7rem;
}
@media screen and (max-width: 1080px) {
  .services__head {
    padding: 0px 0 114px;
  }
  .services__head ul {
    flex-direction: column;
    width: 100%;
    margin: 56px auto 0;
  }
  .services__head ul li {
    margin-bottom: 40px;
  }
}

.services__section {
  padding: 136px 0 108px;
  position: relative;
}
.services__section ul {
  margin-top: 56px;
}
.services__section .list-t01 li {
  margin-bottom: 56px;
  background: #fff;
}
.services__section .list-t01 li:not(.-link) {
  box-shadow: none;
}
.services__section .list-t01 li:not(.-link) div {
  background: #f9f9f9;
}
.services__section .list-t01 li img {
  height: 10.8rem;
  object-fit: cover;
}
.services__hr .list-t01 li img {
  object-position: top;
}
.services__section .list-t01 a h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services__section .list-t01 a h3:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191a1c;
  border-right: 2px solid #191a1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -12px;
}
@media screen and (max-width: 1080px) {
  .services__section .line {
    width: 90%;
  }
  .services__section .list-t01 li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .services__section h2 {
    font-size: 2.2rem;
  }
}
.services__saas {
  background: #f9f9f9;
}
.services__saas .list-t01 li img {
  object-position: top;
}

/*-------------------------
	SERVICES - SEO
-------------------------*/
.page_seo section:not(.seo__hero) {
  padding: 136px 0 100px;
}
@media screen and (max-width: 1080px) {
  .page_seo section:not(.seo__hero) {
    padding: 93px 0 40px;
  }
}
.seo__hero {
  height: 37.4vw;
  background: url(../img/seo_hero.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.seo__hero .head-section {
  color: #fff;
  margin-top: -72px;
}
.seo__hero .head-section h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .seo__hero {
    height: 75vh;
    background-position: center;
  }
}

.seo__service .head-section {
  margin-bottom: 58px;
}
.seo__service .head-section h2 {
  margin-bottom: 16px;
}
.seo__service .list-t04 li {
  margin-bottom: 20px;
}

.seo__case .head-section {
  margin-bottom: 32px;
}
.seo__case .block-seo_table table {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.block-seo_table table tr th,
.block-seo_table table tr td {
  border-bottom: 1px solid #cdcdcd;
  width: 25%;
  letter-spacing: 0.2em;
}
.block-seo_table table tr th {
  background: #f9f9f9;
  font-weight: normal;
  padding: 1.9rem 0;
}
.block-seo_table table tr td {
  padding: 1.3rem 0;
}
.block-seo_table table tr th:nth-child(3),
.block-seo_table table tr td:nth-child(3) {
  color: #175ca8;
  color: #175ca8;
  font-weight: bold;
}
.block-seo_table table tr td:nth-child(3) {
  background: #f3f7fb;
}
@media screen and (max-width: 1080px) {
  .seo__case .block-seo_table table {
    font-size: 0.92rem;
  }
  .block-seo_table table tr th,
  .block-seo_table table tr td {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .seo__case .block-seo_table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .block-seo_table table tr th {
    padding: 1.9rem 1rem;
  }
  .block-seo_table table tr td {
    padding: 1.3rem 1rem;
  }
}

.seo__client {
  padding-top: 0 !important;
}
.seo__client h2 {
  text-align: center;
  margin-top: 121px;
}
.seo__client .head-section {
  padding-bottom: 170px;
}
.seo__client .block-logos {
  background: #fff;
  margin-top: -156px;
}
.seo__client .block-logos .list-logo {
  width: 71%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1080px) {
  .seo__client .block-logos .list-logo {
    width: 90%;
    padding: 40px 0;
  }
  .seo__client .block-logos .list-logo li {
    width: 23%;
    height: 15vw;
  }
}

.seo__plan .block-table_plan {
  margin-top: 50px;
}
.block-table_plan table {
  width: 100%;
  text-align: center;
  /* font-size: 1.2rem; */
  border-collapse: collapse;
  margin-bottom: 30px;
}
.block-table_plan table tr th {
  background: #f9f9f9;
  font-weight: normal;
  padding: 1.4rem 1rem;
}
.block-table_plan table tr th,
.block-table_plan table tr td {
  border: 1px solid #cdcdcd;
}
.block-table_plan table tr td {
  width: 24%;
}

@media screen and (max-width: 1080px) {
  .block-table_plan table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .block-table_plan table tr td {
    padding: 1.2rem 1rem;
  }
}

.seo__flow {
}
.block-table_flow table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 54px;
}
.block-table_flow table tr th {
  padding: 1.2rem 1.8rem;
  text-align: left;
  background: #f3f7fb;
  color: #175ca8;
  width: 27%;
  border-bottom: 1px solid #cdcdcd;
}
.block-table_flow table tr.head th {
  padding: 2rem 2.5rem;
  background: #f9f9f9;
  border-bottom: 1px solid #cdcdcd;
  color: #191a1c;
  font-weight: normal;
}
.block-table_flow table tr td {
  padding: 1.2rem 3.5rem;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 1080px) {
  .block-table_flow table {
    font-size: 1rem;
  }
  .block-table_flow table tr {
    display: flex;
    flex-direction: column;
  }
  .block-table_flow table tr th {
    width: 100%;
  }
  .block-table_flow table tr th,
  .block-table_flow table tr td {
    padding: 1.2rem 1.2rem;
  }
}

/*-------------------------
	SINGLE - CASE
-------------------------*/
.case__article {
  padding: 111px 0;
}
.head-case_article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
}
.head-case_article div {
  margin-top: -12px;
}
.head-case_article h2 {
  margin-bottom: 0px;
}
.head-case_article p {
  font-size: 1.6rem;
}
.head-case_article img {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .head-case_article {
    flex-direction: column;
    align-items: flex-start;
  }
  .head-case_article img {
    width: 100%;
  }
}

.case__article-lead {
  padding: 130px 0 115px;
}
.case__article-lead .box-leadtxt {
  margin-top: 20px;
  background: #f9f9f9;
  padding: 4.4rem 3.6rem;
}
.case__article-lead .box-leadtxt p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .case__article-lead {
    padding: 80px 0 80px;
  }
  .case__article-lead .box-leadtxt {
    padding: 2rem 2em;
  }
  .case__article-lead .box-leadtxt p {
    font-size: 1.1rem;
  }
}

.case__article-content h2 {
  margin: 114px auto 32px;
}
.case__article-content h2:first-child {
  margin-top: 0;
}
.case__article-content img {
  width: 50%;
  display: block;
  margin: 40px 0;
  max-width: 740px;
  min-width: 640px;
}
.case__article-content p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
.case__article-content ul {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-left: 2em;
  margin-bottom: 2rem;
}
.case__article-content ul li {
  list-style: disc;
}
@media screen and (max-width: 1080px) {
  .case__article-content {
    overflow: hidden;
  }
  .case__article-content h2 {
    margin: 80px auto 32px;
    font-size: 2.2rem;
  }
  .case__article-content img {
    width: 100%;
  }
  .case__article-content p {
    margin-bottom: 1.8em;
    font-size: 1.1rem;
  }
}

.case__article-info {
  margin-top: 140px;
}
.case__article-info table {
  width: 100%;
  border-collapse: collapse;
}
.case__article-info table tr th {
  text-align: left;
  font-weight: normal;
  width: 22%;
}
.case__article-info table tr th,
.case__article-info table tr td {
  border-bottom: 1px solid #cdcdcd;
  letter-spacing: 0.16em;
  font-size: 1.2rem;
  padding: 1.3rem 2.6rem;
}
.case__article-info table tr.head th {
  background: #f9f9f9;
  border-bottom: 1px solid #cdcdcd;
  padding: 1.9rem 2.2rem;
}
@media screen and (max-width: 1080px) {
  .case__article-info table tr th,
  .case__article-info table tr td {
    font-size: 1rem;
    padding: 1.3rem;
  }
  .case__article-info table tr.head th {
    padding: 1.3rem;
  }
  .case__article-info table tr th {
    width: 30%;
  }
}

/*-------------------------
	SINGLE - NEWS
-------------------------*/
.news__article {
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}
.news__article h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .news__article {
    width: 90%;
  }
}

.news__article .head-section {
  border-bottom: 1px solid #d5dbe7;
}
.news__article .head-section h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.news__article .head-section time {
  display: block;
  margin: 16px 0;
}

.news__article .head-news_article {
  margin-bottom: 56px;
}
.news__article .head-news_article img {
  margin-top: 40px;
}
.news__article .head-news_article .info-article {
  display: flex;
  align-items: center;
}
.news__article .head-news_article .info-article span {
  background: #53585d;
  color: #fff;
  width: 116px;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 2% 0 0;
  flex-shrink: 0;
  line-height: 1.1em;
  letter-spacing: 0.26em;
  padding: 4px 0;
}

.news__article-content h2 {
  font-size: 2.8rem;
  margin-top: 60px;
}
.news__article-content h3 {
  margin: 40px 0 16px;
  font-size: 1.4rem;
  font-weight: normal;
}
.news__article-content p {
  margin-bottom: 2em;
}
.news__article-content a {
  border-bottom: 1px solid #191a1c;
  display: inline;
}
.news__article-content a:before {
  display: none;
}
