@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

@media only screen and (max-width: 1199px) {
  .c-header {
    height: 50px;
  }
}

.c-header__inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.c-header__logo {
  width: 30%;
  height: 100%;
  padding-left: 135px;
}

@media only screen and (max-width: 1199px) {
  .c-header__logo {
    padding-left: 20px;
    padding-top: 20px;
    width: 50%;
  }
}

.c-header__logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.c-header__language {
  padding-top: 40px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-header__language {
    left: -70px;
    padding-top: 25px;
  }
}

.c-header__language span {
  cursor: pointer;
}

.c-header__language span:nth-child(1) {
  padding-right: 15px;
  position: relative;
}

.c-header__language span:nth-child(1):after {
  content: "/";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#menu-menu-language ul.sub-menu{
  display: flex;
  justify-content: center;
  font-family: "Arial";
  font-size: 1.6rem;
}

#menu-menu-language > li > a{
  display: none;
}

#menu-menu-language .sub-menu > li > a > img{
  display: none;
}

#menu-menu-language ul.sub-menu li:first-child a {
  padding-right: 15px;
  position: relative;
  display: block;
}

#menu-menu-language ul.sub-menu li:first-child a:after {
  content: "/";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  position: fixed;
  top: 0;
  padding: 12.6116657909vw 100px;
  width: 100%;
  height: 100vh;
  background-color: #333333;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  z-index: -1;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}

@media only screen and (max-width: 1199px) {
  .c-gnav {
    padding: 75px 35px 60px 10px;
    display: block;
  }
}

.c-gnav ul {
  margin-left: 150px;
  overflow: hidden;
  width: 400px;
}

@media only screen and (max-width: 1199px) {
  .c-gnav ul {
    width: 100%;
    margin-left: 0;
  }
}

.c-gnav ul:first-child {
  margin-left: 0;
}

.c-gnav ul li a {
  padding: 14px 0px 14px 30px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-gnav ul li a {
    padding: 8px 0px 8px 30px;
  }
}

.c-gnav--en ul li a {
  padding: 26px 0px 26px 30px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-gnav--en ul li a {
    padding: 14px 0px 14px 30px;
  }
}

.c-gnav ul li a:hover {
  background-color: #1a1a1a;
  transition: all 0.3s;
}

.c-gnav ul li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background: url("../img/ico-arrownav.png") no-repeat;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-gnav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #7c3e06;
}

.c-gnav ul li a span {
  color: #ffffff;
  display: block;
}

.c-gnav ul li a span:nth-child(1) {
  font-size: 2.15358rem;
  line-height: 1.5;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .c-gnav ul li a span:nth-child(1) {
    font-size: 1.5rem;
  }
}

.c-gnav--en ul li a span:nth-child(1){
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-gnav--en ul li a span:nth-child(1) {
    font-size: 1.5rem;
  }
}

.c-gnav ul li a span:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .c-gnav ul li a span:nth-child(2) {
    font-size: 1.2rem;
  }
}

.c-gnav ul li a:hover p:before {
  display: none;
}

.c-gnav ul li a:hover p:after {
  background-color: #736357;
  transform: translateX(0);
}

.c-gnav__social {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .c-gnav__social {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding-top: 15px;
    display: none;
  }
}

.c-gnav__socialsp {
  display: none;
  padding-top: 35px;
  padding-left: 30px;
  width: 100%;
  padding-bottom: 90px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-gnav__socialsp {
    display: flex;
    justify-content: space-between;
  }
}

.c-gnav__socialsp a {
  width: 45%;
  background-color: #ff8800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
}

.c-gnav__socialsp a:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #7c3e06;
  top: 0;
  right: -11%;
}

.c-gnav__social p:first-child {
  font-family: "Arial";
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 0.66666666666;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7c3e06;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-gnav__social p:first-child {
    font-size: 2.3rem;
    padding-bottom: 8px;
  }
}

.c-gnav__social p:first-child img {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .c-gnav__social p:first-child img {
    margin-right: 10px;
  }
}

.c-gnav__social p:last-child {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-gnav__social p:last-child {
    font-size: 1.3rem;
    padding-top: 8px;
  }
}

.c-menu {
  width: 100px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #f5f2eb;
  z-index: 1010;
}

.c-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

@media only screen and (max-width: 1199px) {
  .c-menu:before {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .c-menu {
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    left: auto;
    border: none;
    background-color: #333333;
  }
}

.c-menu__box {
  width: 40px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .c-menu__box {
    width: 33px;
    /*width: 100%;
    height: 100%;*/
  }
}

.c-menu__icon {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon {
    width: 100%;
    height: 2px;
  }
}

.c-menu__icon:nth-child(1) {
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(1) {
    top: 4px;
  }
}

.c-menu__icon:nth-child(2) {
  top: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(2) {
    left: 0;
    top: 16px;
  }
}

.c-menu__icon:nth-child(3) {
  top: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-menu__icon:nth-child(3) {
    left: 0;
    top: 28px;
  }
}

body.menu-open .c-header {
  position: fixed;
}

body.menu-open .c-gnav {
  opacity: 1;
  z-index: 999;
}

/*body.menu-open .c-gnavsp{
    right:0;
}*/
.is-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  height: 100vh;
  display: none;
  opacity: 0.5;
  z-index: 998;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu {
    border: none;
  }
}

body.menu-open .c-menu__icon {
  top: 15px;
}

body.menu-open .c-menu__icon:nth-child(1) {
  transform: rotate(45deg);
  left: 0;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu__icon:nth-child(1) {
    left: 0;
    top: 17px;
  }
}

body.menu-open .c-menu__icon:nth-child(2) {
  transform: rotate(135deg);
  left: 0;
}

@media only screen and (max-width: 1199px) {
  body.menu-open .c-menu__icon:nth-child(2) {
    top: 18px;
  }
}

body.menu-open .c-menu__icon:nth-child(3) {
  display: none;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  color: #ffffff;
  text-align: center;
}

.c-footer1 {
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1 {
    padding-top: 45px;
  }
}

.c-footer1__inner {
  position: relative;
  z-index: 100;
}

.c-footer1__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 78px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__cnt {
    padding-top: 45px;
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin: 0 auto;
    align-items: center;
    padding-bottom: 65px;
  }
}

.c-footer1__item {
  width: 485px;
  height: 180px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item {
    max-width: 335px;
    width: 100%;
    height: 120px;
  }
}

.c-footer1__item:hover {
  color: #4d4d4d;
  background-color: #ffffff;
  opacity: 1;
}

.c-footer1__item:hover:nth-child(1) p:nth-child(1) {
  border-bottom: 1px solid #4d4d4d;
}

.c-footer1__item:hover .c-footer1__item__mail {
  display: none;
}

.c-footer1__item:hover .c-footer1__item__mailhover {
  display: block;
  opacity: 1;
}

.c-footer1__item:nth-child(1) {
  margin-right: 115px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(1) {
    margin-right: 0px;
  }
}

.c-footer1__item:nth-child(1):before {
  content: "";
  position: absolute;
  right: -58px;
  width: 1px;
  height: 240px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(1):before {
    display: none;
  }
}

.c-footer1__item:nth-child(1) p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(1) p:nth-child(1) {
    font-size: 1.4rem;
  }
}

.c-footer1__item:nth-child(1) p:nth-child(2) {
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: "Arial";
  font-weight: bold;
  padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(1) p:nth-child(2) {
    font-size: 3.3rem;
  }
}

.c-footer1__item:nth-child(1) p:nth-child(3) {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(1) p:nth-child(3) {
    font-size: 1.3rem;
  }
}

.c-footer1__item:nth-child(2) {
  flex-direction: row;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item:nth-child(2) {
    margin-bottom: 25px;
  }
}

.c-footer1__item__box {
  margin-right: 55px;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item__box {
    margin-right: 25px;
  }
}

.c-footer1__item__box p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item__box p:nth-child(1) {
    font-size: 1.4rem;
  }
}

.c-footer1__item__box p:nth-child(2) {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Arial";
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item__box p:nth-child(2) {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1199px) {
  .c-footer1__item > img {
    width: 60px;
  }
}

.c-footer1__item__mailhover {
  display: none;
}

.c-footer1__title {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-footer1__title {
    height: 80px;
  }
}

.c-footer2 {
  background-color: #333333;
  padding: 70px 0px 70px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2 {
    padding: 50px 37px 70px;
  }
}

.c-footer2__inner {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__inner {
    flex-direction: column-reverse;
  }
}

.c-footer2__left {
  width: 35%;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__left {
    width: 100%;
    padding-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-footer2__left img {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__left img {
    width: 200px;
  }
}

.c-footer2__left p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__left p {
    font-size: 1.3rem;
  }
}

.c-footer2__right {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__right {
    width: 100%;
  }
}

.c-footer2__right__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-footer2__link {
  width: 300px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__link {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .c-footer2__link + .c-footer2__link {
    margin-top: 45px;
  }
}

.c-footer2__link:nth-child(1) {
  margin-right: 80px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__link:nth-child(1) {
    margin-right: 0px;
  }
}

.c-footer2__link h2 {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Arial";
  font-weight: 400;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
}

.c-footer2__link ul {
  padding-top: 10px;
}

.c-footer2__link li a {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Arial";
  font-weight: 400;
  padding: 5px 0px 5px 20px;
  position: relative;
  display: block;
}

.c-footer2__link li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background: url("../img/ico-arrownav.png") no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-footer2__link li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
  height: 1px;
  background-image: linear-gradient(to right, #7c3e06 0%, #7c3e06 60%, transparent 50%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.c-footer2__box:nth-child(1) {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .c-footer2__box:nth-child(1) {
    padding-bottom: 45px;
  }
}

.c-footer3 {
  background-color: #1a1a1a;
  padding: 47px 0px;
}

@media only screen and (max-width: 1199px) {
  .c-footer3 {
    padding: 23px 0px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding-bottom: 80px;
  /*border-bottom: 1px solid #cbcbcb;*/
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-breadcrumb {
    padding: 0px 20px 0px;
    padding-bottom: 40px;
  }
}

.c-breadcrumb:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cbcbcb;
	bottom: 80px;
	left: 0;
}

@media only screen and (max-width: 1199px) {
  .c-breadcrumb:before {
    bottom: 40px;
  }
}

.c-breadcrumb__inner {
  padding: 8px 0px 8px;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-breadcrumb__inner a {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  float: left;
}

.c-breadcrumb__inner a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  background: url("../img/arrow-right.png") no-repeat;
  background-size: cover;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-breadcrumb__inner a i {
  font-size: 1.5rem;
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  min-width: 320px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .l-container {
    width: 100%;
  }
}

.l-container1 {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .l-container1 {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-container1 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.c-mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-mainvisual__inner {
  position: relative;
  padding-top: 56.250131371%;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__inner {
    padding-top: 0;
  }
}

.c-mainvisual__inner video {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__inner video {
    position: relative;
  }
}

.c-mainvisual__top__text {
  max-width: 44.1640378549vw;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  bottom: 8.41219768665vw;
  border: 1px solid #ffffff;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text {
    margin: 0 auto;
    width: calc(100% - 40px);
    bottom: 80px;
    max-width: 100%;
  }
}

.c-mainvisual__top__text__box {
  padding: 2.10304942166vw 3.4174553102vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.14285714286;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1199px) {
	.c-mainvisual__top__text__box--en {
		font-family: Arial, Helvetica, sans-serif;
	}
}

.c-mainvisual__top__text__box h2 {
  font-size: 3.68033648791vw;
  position: relative;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.57728706625vw;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box h2 {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
}

.c-mainvisual__top__text__box h2 br{
  display: none;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box h2 br{
    display: block;
  }
}

.c-mainvisual__top__text__box--en h2{
  font-size: 2.99684542587vw;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box--en h2{
    font-size: 2.4rem;
  }
}

.c-mainvisual__top__text__box p {
  font-size: 1.36698212408vw;
  font-weight: bold;
  padding-top: 25px;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box p {
    font-size: 1.8rem;
    padding-top: 15px;
  }
}

.c-mainvisual__top__text__box--en p{
  font-size: 1.31440588854vw;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box--en p{
    font-size: 1.4rem;
  }
}

.c-mainvisual__top__text__box__txt{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__top__text__box__txt{
    display: flex;
    justify-content: flex-start;
  }
}

.c-mainvisual__subpage {
  height: 400px;
  position: relative;
}
.c-mainvisual__subpage .c-mainvisual__inner {
  height: 100%;
  padding-top: initial;
  position: relative;
}
.c-mainvisual__subpage .c-mainvisual__inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-mainvisual__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mainvisual__subpage .c-mainvisual__inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mainvisual__subpage__text {
  width: 100%;
  max-width: 1200px;
  height: 7vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1500px) {
  .c-mainvisual__subpage__text {
    left: 150px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, -50%);
  }
}

.c-mainvisual__subpage__text::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 100%;
  background-color: #FFE400;
}
/*@media only screen and (max-width: 767px){
  .c-mainvisual__subpage__text:before {
    width: 5px;
    height: 90px;
  }
}*/
.c-mainvisual__subpage__text p {
  position: relative;
  font-size: 24px;
  line-height: 1.6333;
  font-family: "Kozuka Gothic Pr6N";
  font-weight: 400 !important;
  padding: 0 30px 0px;
  position: relative;
  text-align: center;
  width: 100%;
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 1220px){
  .c-mainvisual__text, .c-mainvisual__subpage__text {
    width: calc(100% - 300px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1199px){
  .c-mainvisual__text, .c-mainvisual__subpage__text {
    width: 100%;
    margin: 0 auto;
    left: 20px;
  }
}

@media only screen and (max-width: 767px){
  .c-mainvisual__subpage__text {
    height: 80px;
  }
}
@media only screen and (max-width: 767px){
  .c-mainvisual__subpage__text p {
    font-size: 24px;
  }
}

.c-mainvisual--subpage {
  height: 300px;
  background: url("../img/mainvisual_portfolio.jpg") left top;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1199px) {
	.c-mainvisual--subpage {
		height: 200px;
	}
}

.c-mainvisual--subpage:before {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.c-mainvisual--subpage .c-mainvisual__inner {
  padding-top: initial;
  width: 100%;
  height: 100%;
}

.c-mainvisual--subpage .c-mainvisual__text {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'Abel', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--subpage .c-mainvisual__text {
    padding-left: 20px;
    font-size: 3.6rem;
    line-height: 1.11111111111;
    top: auto;
    transform: none;
    left: 0;
    bottom: 20px;
    align-items: flex-end;
    letter-spacing: 1px;
  }
}

.c-mainvisual--digital {
  background: url("../img/mainvisual_digital.jpg") left top;
}

.c-mainvisual--ecommerce {
  background: url("../img/mainvisual_ecommerce.jpg") left top;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--ecommerce {
    background: url("../img/mainvisual_ecommerce.jpg") left top;
    background-size: cover;
  }
}

.c-mainvisual--contact {
  background: url("../img/mainvisual_contact.jpg") left top;
}

.c-mainvisual--policy {
  background: url("../img/mainvisual_policy.jpg") left top;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--policy {
    background: url("../img/mainvisual_policy.jpg") right;
    background-size: cover;
  }
}

.c-mainvisual--website {
  background: url("../img/mainvisual_website.jpg") left top;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--website {
    background: url("../img/mainvisual_website.jpg") right;
    background-size: cover;
  }
}

.c-mainvisual--corporate {
  background: url("../img/mainvisual_corporate.jpg") left top;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--corporate {
    background: url("../img/mainvisual_corporate.jpg") right;
    background-size: cover;
  }
}

.c-mainvisual--blog {
  background: url("../../img/wideslider/04.jpg") left top;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual--blog {
    background: url("../../img/wideslider/04.jpg") right;
    background-size: cover;
  }
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__videopc{
    display: none;
  }
}

.c-mainvisual__videosp{
  display: none;
}

@media only screen and (max-width: 1199px) {
  .c-mainvisual__videosp{
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  width: 33.6487907466vw;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  color: #4d4d4d;
  font-size: 1.8rem;
  font-family: "Arial";
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-btn1 {
    width: 100%;
    height: 50px;
  }
}

.c-btn1:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url("../img/ico-arrowblack.png") no-repeat;
  background-size: cover;
  right: 45px;
}

@media only screen and (max-width: 1199px) {
  .c-btn1:before {
    right: 20px;
  }
}

.c-btn1:hover {
  color: #ffffff;
  background-color: #333333;
}

.c-btn1:hover:before {
  background: url("../img/ico-arrowwhite.png") no-repeat;
}

.c-btn1.is-hover:before {
  animation: rotate_anime_btn 0.5s linear;
}

.c-btn2 {
  width: 80px;
  height: 60px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #ff8800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}

@media only screen and (max-width: 1199px) {
  .c-btn2 {
    display: none;
  }
}

.c-btn__top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 60px;
  height: 60px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8800;
  border-radius: 3px;
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1000;
  color: #ffffff;
  font-size: 2rem;
}

.c-btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.57728706625vw;
}

@media only screen and (max-width: 900px) {
  .c-btn3 {
    padding-top: 20px;
  }
}

.c-btn3.is-active{
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn3 a {
  display: block;
  width: 21.0304942166vw;
  height: 3.15457413249vw;
  background-image: linear-gradient(to right, #4ec9f5, #5ec091);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 0.94637223974vw;
  line-height: 1.5;
  font-family: "noto-sans-cjk-jp", sans-serif;
  -webkit-animation: ani 15s infinite;
  animation: ani 15s infinite;
}

.c-btn3 a:hover {
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .c-btn3 a {
    height: 50px;
    font-size: 1.5rem;
    width: 100%;
  }
}
.c-btn4{
  max-width: 31.25vw;
  width: 100%;
  height: 4.6875vw;
  border: 1px solid #4d4d4d;
  font-family: "Inter", sans-serif;
  font-size: 1.5625vw;
  line-height: 1.75;
  color: #4d4d4d;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
	.c-btn4{
		max-width: 100%;
		height: 50px;
		font-size: 1.6rem;
	}
}
.c-btn4:hover{
  background: #4d4d4d;
  color: #fff;
}

.c-btn__top:hover {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .c-btn__top {
    transform: translateY(150px);
    bottom: 40px;
    width: 45px;
    height: 45px;
    right: 15px;
  }
}

.c-btn__top--none {
  opacity: 1;
  transform: translateY(0px);
}

@keyframes rotate_anime_btn {
  0% {
    transform: rotateX(0deg);
  }
  25% {
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  75% {
    transform: rotateX(-270deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}

@keyframes ani {
  0%, 100%{
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  position: absolute;
  margin-left: 21.875vw;
  font-size: 6rem;
  font-family: "Arial";
  font-weight: 900;
  color: #4d4d4d;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .c-title1 {
    font-size: 2.5rem;
    margin-left: 0;
  }
}

.c-title1:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -57px;
  background-color: #ff8800;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .c-title1:before {
    width: 80px;
    height: 80px;
    left: 0px;
  }
}

.c-title1.is-rotate.is-active span {
  right: 0%;
  transform: translateX(0%);
  opacity: 1;
}

.c-title1.is-rotate.is-active:before {
  animation: rotate_anime 1s linear;
}

.c-title1 span {
  position: relative;
  right: -100%;
  transform: translateX(-100%);
  transition: right 1s, transform 1s;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .c-title1 span {
    padding-left: 55px;
    top: 15px;
  }
}

.c-title2 {
  font-size: 6rem;
  line-height: 0.5;
  font-family: "Arial";
  font-weight: 900;
  color: #ffffff;
}

.c-title3 {
  font-size: 4.5rem;
  line-height: 1.06666666667;
  font-family: "Arial";
  font-weight: 900;
  color: #ffffff;
  padding-left: 150px;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .c-title3 {
    font-size: 2.5rem;
    padding-left: 90px;
    height: 80px;
  }
}

.c-title3:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #ff8800;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .c-title3:before {
    width: 80px;
    height: 80px;
  }
}

.c-title3 p {
  position: relative;
  transform: translate(100%, 10px);
  transition: right 1s, transform 1s;
  opacity: 0;
}

.c-title3 p:nth-child(1) {
  padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .c-title3 p:nth-child(1) {
    padding-bottom: 12px;
  }
}

.c-title3 p:nth-child(2) {
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .c-title3 p:nth-child(2) {
    font-size: 1.4rem;
  }
}

.c-title3 p:nth-child(2):before {
  content: "";
  position: absolute;
  width: 220px;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .c-title3 p:nth-child(2):before {
    width: 150px;
  }
}

.c-title3.is-rotate.is-active p {
  right: 0%;
  transform: translate(0%, 10px);
  opacity: 1;
}

.c-title3.is-rotate.is-active:before {
  animation: rotate_anime 1s linear;
}

.c-title3 p {
  position: relative;
  transform: translate(100%, 10px);
  transition: right 1s, transform 1s;
  opacity: 0;
}

.c-title3--diff p {
  top: 30px;
}

@media only screen and (max-width: 1199px) {
  .c-title3--diff p {
    top: 17px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-title3--diff1 p {
    top: 3px;
    left: -40px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-title3--diff2 p {
    left: -33px;
  }
}

.c-title3--diff3 {
  color: #333333;
}
.c-title3--diff4 {
  font-family: "Inter", sans-serif;
}
.c-title3--diff5 {
  font-family: "Inter", sans-serif;
  flex-direction: column;
  align-items: flex-start;
}
.c-title3--diff5 p:nth-child(2){
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.66666666667;
}
.c-title4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  height: 55px;
  background-color: #777777;
  line-height: 1.8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 15px;
}

.c-title5 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  position: relative;
  padding-bottom: 40px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .c-title5 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

.c-title5:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 5px;
  background-color: #ff8800;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-title5:before {
    height: 2px;
    width: 150px;
  }
}

.c-title6 {
  font-size: 2.8rem;
  line-height: 1.06666666667;
  font-family: "Arial";
  font-weight: 900;
  color: #333333;
  padding-left: 90px;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 50px 0px;
}

@media only screen and (max-width: 1199px) {
  .c-title6 {
    font-size: 2rem;
    margin: 25px 0px;
  }
}

.c-title6:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ff8800;
  left: 0;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
post
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-post1 {
  width: 25%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-post1 {
    width: 50%;
  }
}

.c-post1:nth-child(1) .c-post1__text.is-rotate.is-active:before {
  animation-delay: 0ms;
}

.c-post1:nth-child(2) .c-post1__text.is-rotate.is-active:before {
  animation-delay: 250ms;
}

.c-post1:nth-child(3) .c-post1__text.is-rotate.is-active:before {
  animation-delay: 500ms;
}

.c-post1:nth-child(4) .c-post1__text.is-rotate.is-active:before {
  animation-delay: 750ms;
}

.c-post1:hover {
  opacity: 1;
}

.c-post1:hover:before {
  opacity: 0;
}

.c-post1:hover img {
  opacity: 1;
}

.c-post1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0;
  transition: all 0.3s;
}

.c-post1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post1__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #ffffff;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  /*&.is-hover{
				&.is-active{
					&:before{
						animation: rotate_anime 0.5s linear infinite;
					}
				}
			}*/
}

@media only screen and (max-width: 767px) {
  .c-post1__text {
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
    line-height: 1.14285714286;
  }
}

.c-post1__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.7;
  z-index: -1;
}

.c-post1__text.is-rotate.is-active:before {
  animation: rotate_anime 1s linear;
}

.c-post2 {
  width: 23.75%;
  position: relative;
  margin-bottom: 1.66666666667%;
  overflow: hidden;
  margin-right: 1.66666666667%;
  height: 20vw;
}

@media only screen and (max-width: 1199px) {
  .c-post2 {
    height: 100%;
  }
}

.c-post2:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .c-post2 .slick-slide > div {
    width: 250px;
  }
}

.c-post2:hover {
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.3);
}

.c-post2__image{
  width: 100%;
  height: 100%;
}

.c-post2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: .5s ease-in-out;
}

.c-post2__image:hover img {
  transform: scale(1.2);
}

.c-post2__text {
  position: absolute;
  height: 120px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
  .c-post2__text {
    padding: 12px;
    height: 75px;
  }
}

.c-post2__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.c-post2__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1.33333333333;
  letter-spacing: -1px;
  padding-left: 40px;
  height: 60px;
  position: relative;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@media only screen and (max-width: 1199px) {
  .c-post2__title {
    font-size: 1.3rem;
    height: 37px;
    padding-left: 23px;
    font-weight: 600;
  }
}

.c-post2__title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: calc(100% - 10px);
  background-color: #ff8800;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .c-post2__title:before {
    width: 13px;
  }
}

.c-post2__date {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "Arial";
  font-weight: normal;
  padding-top: 17px;
}

@media only screen and (max-width: 1199px) {
  .c-post2__date {
    font-size: 1rem;
    padding-top: 5px;
  }
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.c-post3 {
  /* width: 240px; */
  margin-bottom: 25px;
  width: calc(33.33% - 15px);
  margin-left: 15px;
}
@media only screen and (max-width: 767px){
  .c-post3 {
    width: calc(50% - 15px);
  }
}

.c-post3__image {
  position: relative;
  overflow: hidden;
  padding-top: 66.66%;
}

.c-post3 p {
  margin-top: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333333;
}

.c-post3__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-post4 {
  width: 100%;
  padding: 20px 15px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: flex;
}
.c-post4:nth-child(1) {
  border-top: 1px solid #dddddd;
}
.c-post4__image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-post4__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.c-post4__text {
  width: 150px;
}
.c-post4__date {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.c-post4__date:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/ico-clock.png) no-repeat;
  width: 16px;
  height: 16px;
}
.c-post4__text a {
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 1.2;
  color: #333333;
}

.c-post5 {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .c-post5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.c-post5:nth-child(2n) {
  margin-right: 0px;
}

.c-post5__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post5__title {
  font-size: 1.8rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  margin-left: 40px;
  position: relative;
  min-height: 60px;
  display: flex;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.c-post5__title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ff8800;
  left: 0;
  bottom: 10px;
}

.c-post5__title:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #ff8800;
  left: -40px;
  bottom: 0px;
}

.c-post6 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .c-post6 {
    margin-bottom: 35px;
  }
}

.c-post6__left {
  width: 120px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .c-post6__left {
    width: 80px;
    margin-right: 20px;
  }
}

.c-post6__right {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 767px) {
  .c-post6__right {
    width: calc(100% - 100px);
  }
}

.c-post6__right h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  border-bottom: 1px solid #ff8800;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-post6__right h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.c-post6__text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: normal;
  color: #333333;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-post6__text {
    padding-top: 10px;
  }
}

.c-post7 {
  background-color: #ffffff;
  width: 285px;
  margin-right: 20px;
  border: 1px solid #f7931e;
  position: relative;
  color: #333333;
  padding: 50px 15px 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1500px) {
  .c-post7 {
    width: 24%;
    margin-right: 1.33333%;
  }
}

@media only screen and (max-width: 1100px) {
  .c-post7 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post7:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post7 {
    width: 100%;
    margin-right: 0;
  }
}

.c-post7:nth-child(4) {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  .c-post7:nth-child(2) {
    margin-right: 0;
  }
}

.c-post7__number {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.c-post7 h3 {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}

.c-post7__plan {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.c-post7__plan > p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  border-bottom: 2px solid #f7931e;
  padding-bottom: 10px;
}

.c-post7__price {
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.c-post7__price__box {
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 1500px) {
  .c-post7__price__box {
    padding-left: 20px;
  }
}

.c-post7__price__box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 70px;
  background-color: #ff8800;
  left: 20px;
}

@media only screen and (max-width: 1500px) {
  .c-post7__price__box:before {
    left: 0;
  }
}

.c-post7__price p {
  font-weight: 500;
}

.c-post7__price p:nth-child(1) {
  font-size: 1.6rem;
  line-height: 1.75;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.c-post7__price p:nth-child(1) span {
  font-size: 4rem;
  line-height: 1;
  padding: 0 5px;
}

.c-post7__price p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.75;
}

.c-post7 ul {
  padding-top: 35px;
}

.c-post7 ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}

.c-post7 ul li:before {
  content: "〇";
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #f15a24;
  left: 0;
}

.c-post8 {
  width: 370px;
  border: 1px solid #b3b3b3;
  position: relative;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  margin-right: 45px;
}

@media only screen and (max-width: 1500px) {
  .c-post8 {
    width: 30%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post8 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post8:last-child {
    margin-bottom: 0px;
  }
}

.c-post8:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 40px;
  background: url("../img/digital3_arrow.png") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media only screen and (max-width: 1500px) {
  .c-post8:before {
    right: -3.1vw;
  }
}

@media only screen and (max-width: 1199px) {
  .c-post8:before {
    right: -3.9vw;
  }
}

@media only screen and (max-width: 1100px) {
  .c-post8:before {
    right: -4.2vw;
  }
}

@media only screen and (max-width: 850px) {
  .c-post8:before {
    right: -4.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-post8:before {
    right: auto;
    bottom: -45px;
    top: auto;
    transform: none;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.c-post8:last-child {
  margin-right: 0;
}

.c-post8:last-child:before {
  display: none;
}

.c-post8__number {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.c-post8__image {
  margin-top: 55px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-post8 h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #4d4d4d;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  padding-top: 25px;
}

.c-post8 h3:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ff8800;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.c-post8__text {
  padding: 15px 40px 35px;
  font-size: 1.6rem;
  line-height: 1.6875;
  color: #000000;
}

@media only screen and (max-width: 1199px) {
  .c-post8__text {
    padding: 15px 20px 35px;
  }
}

.c-post9{
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .c-post9{
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post9 + .c-post9{
    margin-top: 30px;
  }
}

.c-post9:nth-child(2){
  margin: 0 2%;
}

@media only screen and (max-width: 767px) {
  .c-post9:nth-child(2){
    margin: 30px 0px 0px;
  }
}

.c-post9__title{
  font-size: 1.6rem;
  line-height: 1.75;
  color: #ffffff;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}

.c-post9__title:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
  background-color: #ff8800;
}

.c-post10 {
  width: 29.091%;
  padding: 40px 30px 20px;
  border: 1px solid #cccccc;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-post10 {
    width: 49%;
    margin-bottom: 2%;
    padding: 20px 15px 20px;
  }
}

.c-post10:nth-child(3n+2) {
  margin: 0 6.3635% 60px;
}

@media only screen and (max-width: 1199px) {
  .c-post10:nth-child(3n+2) {
    margin: 0 0 2%;
  }
}

@media only screen and (max-width: 1199px) {
  .c-post10:nth-child(2n) {
    margin-left: 2%;
  }
}

.c-post10__image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .c-post10__image {
    margin-bottom: 20px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-post10 p {
  font-size: 2rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .c-post10 p {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-website2--1 .c-post10 p {
  text-align: left;
}

.c-post10 p:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  background-color: #ff8800;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .c-post10 p:before {
    width: 100%;
  }
}

.c-post11 {
  padding-left: 60px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .c-post11 {
    padding-left: 30px;
  }
}

.c-post11:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ff8800;
}

@media only screen and (max-width: 1199px) {
  .c-post11:before {
    width: 15px;
  }
}

.c-post11 + .c-post11 {
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .c-post11 + .c-post11 {
    margin-top: 40px;
  }
}

.c-post11 h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  color: #333333;
  border-bottom: 1px solid #ff8800;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .c-post11 h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.c-post11__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__text {
    padding-top: 10px;
  }
}

.c-post11__box {
  display: flex;
  flex-wrap: wrap;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__box {
    padding-top: 15px;
  }
}

.c-post11__left {
  width: 685px;
  border: 1px solid #999999;
}

@media only screen and (max-width: 1199px) {
  .c-post11__left {
    width: 100%;
  }
}

.c-post11__left dl {
  display: flex;
  flex-wrap: wrap;
  height: 65%;
}

@media only screen and (max-width: 1199px) {
  .c-post11__left dl {
    width: 100%;
    height: auto;
  }
}

.c-post11__left dl:nth-child(2) {
	max-height: 35%;
}

.c-post11__left dl dt {
  background-color: #4d4d4d;
  width: 150px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__left dl dt {
    width: 125px;
    padding: 10px 15px 10px 15px;
  }
}

.c-post11__left dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 14px 14px 14px 24px;
  width: calc(100% - 150px);
}

@media only screen and (max-width: 1199px) {
  .c-post11__left dl dd {
    width: calc(100% - 125px);
    padding: 10px 15px 10px 15px;
  }
}

.c-post11__left dl + dl {
  border-top: 1px solid #999999;
  position: relative;
}

.c-post11__right {
  width: calc(100% - 685px);
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-post11__right {
    width: 100%;
  }
}

.c-post11__right dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-post11__right dl dt {
  background-color: #4d4d4d;
  width: 150px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__right dl dt {
    width: 125px;
    padding-left: 15px;
  }
}

.c-post11__right dl dd {
  width: calc(100% - 150px);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  border: 1px solid #999999;
}

@media only screen and (max-width: 1199px) {
  .c-post11__right dl dd {
    border-top: none;
    width: calc(100% - 125px);
  }
}

.c-post11__right dl + dl {
  border-top: 1px solid #999999;
}

.c-post11__top {
  padding: 14px 0px 14px 24px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__top {
    padding: 10px 15px 10px 15px;
  }
}

.c-post11__bottom {
  border-top: 1px solid #999999;
  padding: 14px 0px 14px 24px;
}

@media only screen and (max-width: 1199px) {
  .c-post11__bottom {
    padding: 10px 15px 10px 15px;
  }
}

.c-post11__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-top: 20px;
}

.c-post11__txt a {
  color: #0071bc;
  text-decoration: underline;
}

.c-post12 {
  position: relative;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-left: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-post12 {
    padding-left: 30px;
  }
}

.c-post12:before {
  content: "";
  position: absolute;
  height: 120px;
  width: 20px;
  background-color: #ff8800;
  left: 0px;
  top: 0px;
}

.c-post12__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff8800;
}

@media only screen and (max-width: 1199px) {
  .c-post12__title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}

.c-post12__text {
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (max-width: 1199px) {
  .c-post12__text {
    padding-top: 15px;
  }
}

.c-post12 + .c-post12 {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-post12 + .c-post12 {
    margin-top: 40px;
  }
}

.c-post12__bullet {
  padding-top: 25px;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (max-width: 1199px) {
  .c-post12__bullet {
    padding-top: 15px;
  }
}

.c-post12__bullet li {
  position: relative;
  padding-left: 20px;
}

.c-post12__bullet li:before {
  content: "※";
  position: absolute;
  font-size: 1.6rem;
  top: 0px;
  left: 0;
}

.c-post12__disc li {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.c-post12__disc li:before {
  content: "●";
  position: absolute;
  font-size: 3.2rem;
  line-height: 0.7;
  top: 0px;
  left: 0;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .c-post12__disc--en li:before {
    top: 2px;
  }
}

.c-post13 {
  border: 1px solid #b3b3b3;
  width: 23.3345%;
  text-align: center;
  margin-right: 2.22066666667%;
  box-sizing: border-box;
  margin-bottom: 67px;
  position: relative;
  padding: 25px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-post13 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post13 {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.c-post13:before {
  content: "";
  position: absolute;
  background: url("../img/system2_arrow.png") no-repeat;
  width: 21px;
  height: 60px;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .c-post13:before {
    right: -7%;
  }
}

@media only screen and (max-width: 899px) {
  .c-post13:before {
    right: -8%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post13:before {
    width: 12px;
    height: 36px;
    background-size: cover;
  }
}

.c-post13:nth-child(4n) {
  margin-right: 0;
}

.c-post13:nth-child(4n):before {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .c-post13:nth-child(2n) {
    margin-right: 0;
  }
  .c-post13:nth-child(2n):before {
    display: none;
  }
}

.c-post13__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .c-post13__number {
    width: 38px;
    top: -20px;
  }
}

.c-post13__image {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-post13__image {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post13__image img {
    transform: scale(0.7);
  }
}

.c-post13__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #4d4d4d;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-post13__title {
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

.c-post13__title:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff8800;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-post13__title:before {
    width: 80px;
  }
}

.c-post13__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 500;
  color: #333333;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-post13__text {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.slick-slide > div {
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .slick-slide > div {
    padding-right: 15px;
    width: 220px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__content__slide .slick-slide > div{
    height: 185px;
  }
}

.p-top3__slide.slick-slider .slick-dots {
  width: 100%;
  padding: 20px 0px 20px 0px;
  position: absolute;
  left: 0;
  bottom: -45px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-top3__slide.slick-slider .slick-dots {
    bottom: -60px;
  }
}

.p-top5__content__slide.slick-slider .slick-dots {
  width: 100%;
  padding: 20px 0px 20px 0px;
  position: absolute;
  left: 0px;
  bottom: -45px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-top5__content__slide.slick-slider .slick-dots {
    bottom: -60px;
  }
}

.p-top3__slide.slick-slider .slick-dots li, .p-top5__content__slide.slick-slider .slick-dots li {
  width: 60px;
  height: 7px;
  border-radius: 0;
  display: block;
  background-color: #555;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .p-top3__slide.slick-slider .slick-dots li, .p-top5__content__slide.slick-slider .slick-dots li {
    width: 40px;
    height: 20px;
    background-color: #b3b3b3;
  }
}

.p-top3__slide.slick-slider .slick-dots li.slick-active, .p-top5__content__slide.slick-slider .slick-dots li.slick-active {
  background-color: #619fbe;
}

@media only screen and (max-width: 1199px) {
  .p-top3__slide.slick-slider .slick-dots li.slick-active, .p-top5__content__slide.slick-slider .slick-dots li.slick-active {
    background-color: #2e3192;
  }
}

.p-top3__slide.slick-slider .slick-dots li + li, .p-top5__content__slide.slick-slider .slick-dots li + li {
  margin-left: 10.5px;
}

.p-top3__slide.slick-slider .slick-dots li button, .p-top5__content__slide.slick-slider .slick-dots li button {
  display: none;
}

.c-tabs1, .c-tabsp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .c-tabs1, .c-tabsp1 {
    margin-top: 40px;
    height: 40px;
  }
}

.c-tabs1__box, .c-tabsp1__box {
  display: flex;
  height: 100%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.c-tabs1__box li, .c-tabsp1__box li {
  width: 25%;
  height: 100%;
  border-left: 1px solid #808080;
  cursor: pointer;
}

.c-tabs1__box li:last-child, .c-tabsp1__box li:last-child {
  border-right: 1px solid #808080;
}

.c-tabs1__box li:hover, .c-tabsp1__box li:hover {
  opacity: 1;
}

.c-tabs1__box li:hover:nth-child(1), .c-tabsp1__box li:hover:nth-child(1) {
  background-color: #313294;
}

.c-tabs1__box li:hover:nth-child(2), .c-tabsp1__box li:hover:nth-child(2) {
  background-color: #8e2791;
}

.c-tabs1__box li:hover:nth-child(3), .c-tabsp1__box li:hover:nth-child(3) {
  background-color: #cb0e59;
}

.c-tabs1__box li:hover:nth-child(4), .c-tabsp1__box li:hover:nth-child(4) {
  background-color: #ef9200;
}

.c-tabs1__box li span, .c-tabsp1__box li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-family: "Arial";
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
  .c-tabs1__box li span, .c-tabsp1__box li span {
    font-size: 1.2rem;
  }
}

.c-tabs1__box li.is-active:nth-child(1), .c-tabsp1__box li.is-active:nth-child(1) {
  background-color: #313294;
}

.c-tabs1__box li.is-active:nth-child(2), .c-tabsp1__box li.is-active:nth-child(2) {
  background-color: #8e2791;
}

.c-tabs1__box li.is-active:nth-child(3), .c-tabsp1__box li.is-active:nth-child(3) {
  background-color: #cb0e59;
}

.c-tabs1__box li.is-active:nth-child(4), .c-tabsp1__box li.is-active:nth-child(4) {
  background-color: #ef9200;
}

.c-copyright {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .c-copyright {
    font-size: 1.3rem;
  }
}

.is-transition {
  transition: 1.2s;
}

.p-top2__right__title.is-transition {
  transition: 0.5s;
}

.p-top2__right__box h4.is-transition:nth-child(2) {
  transition: 1s;
}

.p-top2__right__text.is-transition:nth-child(3) {
  transition: 1.5s;
}

.js-effect02 {
  opacity: 0;
  transform: translate(0, 100px);
}

.is-effect02 {
  opacity: 1;
  transform: translate(0, 0);
}

.archive_wrap{
	position: relative;
}

.archive_inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1220px){
  .archive_inner {
    padding: 0 15px 80px;
  }
}
.archive_main {
  width: 830px;
  margin-right: 70px;
}

@media only screen and (max-width: 1500px){
  .archive_main {
    margin-right: 5%;
    width: 65%;
  }
}

@media only screen and (max-width: 1220px){
  .archive_main {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px){
  .archive_main {
    margin-right: 0;
    width: 100%;
  }
}

.archive_side{
  width: 300px;
}

@media screen and (max-width: 1500px) {
  .archive_side{
    width: 30%;
  }
}

@media screen and (max-width: 1220px) {
  .archive_side{
      width: 100%;
  }
}

.c-widget form {
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.c-widget form input[type="search"] {
  width: 100%;
  border: none;
  background: #f2f2f2;
  height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  outline: none;
}
.c-form__search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #222222;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-form__search input[type="submit"] {
  border: 0;
  background: url(../img/ico-search.png) no-repeat;
  text-indent: 40px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.c-widget__cnt ul {
  padding: 10px 15px 25px;
}
.c-widget__cnt ul li a {
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 0px;
  display: block;
  font-family: "Meiryo";
  font-weight: 500;
  text-transform: capitalize;
  color: #333333;
}
.c-widget--modify1 {
  margin-bottom: 60px;
}
.c-widget--modify2 .c-widget__cnt ul {
  padding: 0;
}
.c-widget--modify2 .c-widget__cnt ul li a {
  padding: 10px 18px;
  border-top: none;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.c-widget--modify2 .c-widget__cnt ul li:nth-child(1) a {
  border-top: 1px solid #dddddd;
}

.blog_wrap {
  width: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px){
.blog_wrap {
    flex-direction: column;
  }
}

.blog_wrap:first-child {
  padding-top: 0px;
}

.blog_img {
  width: 35%;
  height: 100%;
  margin-right: 5%;
}

@media only screen and (max-width: 767px){
  .blog_img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.blog_txt {
  width: 60%;
  position: relative;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 767px){
  .blog_txt {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}

.blog__title {
  line-height: 1.2;
  text-align: left;
  font-size: 21px;
  color: #4d4d4d;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.blog_txt_top {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  font-weight: 500;
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog_txt_bottom {
  display: flex;
  position: absolute;
  bottom: 0px;
}

.blog_cat {
  background-color: #777777;
  font-size: 12px;
  line-height: 0.5714;
  padding: 0 20px;
  height: 25px;
  margin-right: 12px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.blog_cat a {
  color: #ffffff;
}

.blog_date {
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  color: #333333;
  font-weight: 500;
  padding-left: 20px;
}

.blog_date::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  background: url(../img/ico-clock.png) no-repeat;
  width: 16px;
  height: 16px;
}

.blog__title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4d4d4d;
  font-weight: 600;
}

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pagination */
.c-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 540px) {
  .c-pagination{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


.c-pagination a, .c-pagination a:hover, .c-pagination span {
  font-size: 17px;
  line-height: 1.0588;
  color: #4d4d4d;
  padding: 15px 18px;
}

.c-pagination .current {
  background-color: #777777;
  color: #fff;
}

/* Pagination Portfolio */
.c-pagination__portfolio{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 115px;
}

@media screen and (max-width: 540px) {
  .c-pagination__portfolio{
    margin-top: 20px;
    margin-bottom: 60px;
  }
}


.c-pagination__portfolio a, .c-pagination__portfolio a:hover, .c-pagination__portfolio span {
  font-size: 12px;
  line-height: 1.0588;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  border-radius: 3px;
  color: #62676a;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  margin-left: 10px;
}

.c-pagination__portfolio .current {
  background-color: #ff8800;
  color: #fff;
  border: none;
}

.c-pages {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  font-family: "Arial", serif;
  font-weight: 500;
  color: #534741;
}

.c-pages li span{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e85815;
}

.c-pages li.prev_link span{
  margin-right: 15px;
}

.c-pages li.next_link span{
  margin-left: 15px;
}

.c-pages li a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.is-line span {
  position: relative;
}

.is-line span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 22px;
  width: 100%;
  left: 0;
  background-color: #fcee21;
  z-index: -1;
}

.is-break {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .is-break {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .is-break {
    display: block;
  }
}

.is-white{
  color: #ffffff;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #333333;
  z-index: 1020;
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}

.preloader-logo {
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1002;
}

@media only screen and (max-width: 1024px) {
  .preloader-logo {
    width: 200px;
    top: calc(50% - 40px);
  }
}

.loader,
.percentage {
  height: 3px;
  max-width: 250px;
  border-radius: 20%;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
}

@media only screen and (max-width: 1024px) {
  .loader,
  .percentage {
    max-width: 200px;
  }
}

.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
  z-index: 1002;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: #f7931e;
  /* Stripes Background Gradient */
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: flicker 5s infinite;
  animation: flicker 5s infinite;
  overflow: hidden;
  z-index: 1002;
}

.glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  position: absolute;
  bottom: -5px;
  -webkit-animation: animation 5s infinite;
  animation: animation 5s infinite;
}

@-webkit-keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wrap .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 999;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #211112;
}

.wrap .loader-section.section-left {
  left: 0;
}

.loaded.wrap .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.wrap .loader-section.section-right {
  right: 0;
}

.loaded.wrap .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1199px) {
  .c-numberpc{
    display: none;
  }
}

.c-numbersp{
  display: none;
  position: absolute;
  z-index: -1;
  width: 53.333333333vw;
  right: 5px;
  top: 5px;
}

@media only screen and (max-width: 1199px) {
  .c-numbersp{
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  line-height: 2;
}

.p-top1__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-top2 {
  position: relative;
}

.p-top2__title {
  position: relative;
  height: 290px;
  padding-top: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top2__title {
    padding-top: 25px;
    padding-left: 20px;
    height: 140px;
  }
}

.p-top2__cnt {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt {
    padding-bottom: 70px;
  }
}

.p-top2__cnt--diff {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt--diff {
    flex-direction: column;
  }
}

.p-top2__cnt--diff .p-top2__right {
  width: calc(100% - 41.6666666667%);
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt--diff .p-top2__right {
    width: 100%;
  }
}

.p-top2__cnt--diff .p-top2__right__box {
  padding-left: 18.927444795vw;
  padding-right: 5.25762355415vw;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt--diff .p-top2__right__box {
    padding: 0 25px;
  }
}

.p-top2__cnt--diff .p-top2__right__title img {
  right: auto;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt--diff .p-top2__right__title img {
    right: -25px;
    left: auto;
  }
}

.p-top2__cnt--diff .p-top2__right__title {
  padding-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .p-top2__cnt--diff .p-top2__right__title {
    padding-top: 25px;
  }
}

.p-top2__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top2__left {
    width: 40vw;
  }
}

.p-top2__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-120%);
  transition: all 2s ease;
  z-index: 0;
}

.p-top2__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top2__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-top2__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right {
    width: 100%;
  }
}

.p-top2__right__box {
  padding-left: 5.25762355415vw;
  width: 38.9064143007vw;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right__box {
    width: 100%;
    padding: 0 25px;
  }
}

.p-top2__right__title {
  font-size: 3.15457413249vw;
  font-family: "Arial";
  font-weight: 600;
  font-style: italic;
  color: #4d4d4d;
  position: relative;
  line-height: 1;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right__title {
    font-size: 3rem;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.p-top2__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -15px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right__title img {
    width: 53.333333333vw;
    right: -25px;
    bottom: 73px;
  }
}

@media only screen and (max-width: 480px) {
  .p-top2__right__title--diff img{
    bottom: 100px;
  }
}

.p-top2__right__title h3 span {
  display: block;
  width: 100%;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right__title h3 span {
    display: initial;
  }
}

@media only screen and (max-width: 480px) {
  .p-top2__right__title h3 span {
    display: block;
  }
}

.p-top2__right h4 {
  font-size: 1.8rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 15px;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right h4 {
    padding-top: 5px;
  }
}

.p-top2__right__text {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 40px;
  padding-bottom: 51px;
}

@media only screen and (max-width: 1199px) {
  .p-top2__right__text {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.p-top3 {
  background-color: #333333;
  padding-top: 87px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .p-top3 {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.p-top3__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .p-top3__inner {
    display: block;
  }
}

.p-top3__title {
  width: 420px;
  padding-left: 160px;
}

@media only screen and (max-width: 1199px) {
  .p-top3__title--pc {
    display: none;
  }
}

.p-top3__title--sp {
  display: none;
  width: 100%;
  padding-left: 0;
  height: 80px;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-top3__title--sp {
    display: flex;
  }
}

.p-top3__cnt {
  width: calc(100% - 420px);
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top3__cnt {
    width: 100%;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top3__slide {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top3__slide.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
}

.p-top3__item img {
  max-width: 400px;
}

@media only screen and (max-width: 1199px) {
  .p-top3__item img {
    max-width: 100%;
  }
}

.p-top3__btn {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .p-top3__btn {
    padding: 40px 25px 0px;
  }
}

.p-top3__btn .c-btn1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.p-top3__btn .c-btn1:before {
  background: url("../img/ico-arrowwhite.png") no-repeat;
}

.p-top3__btn .c-btn1:hover {
  background-color: #ffffff;
  color: #4d4d4d;
  opacity: 1;
}

.p-top3__btn .c-btn1:hover:before {
  background: url("../img/ico-arrowblack.png") no-repeat;
}

.p-top4__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-top4__item {
  width: 50%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-top4__item {
    width: 100%;
  }
}

.p-top4__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top4__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .p-top4__item:before {
    display: none;
  }
}

.p-top4__item:hover {
  opacity: 1;
}

.p-top4__item:hover img {
  opacity: 1;
}

.p-top4__item:hover:before {
  opacity: 0;
}

.p-top4__title {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top4__title {
    padding-top: 25px;
    padding-left: 25px;
    display: block;
  }
}

.p-top4__title .c-title3{
  flex-direction: column;
  align-items: flex-start;
}

.p-top4__number {
  position: absolute;
  z-index: 9;
  right: 70px;
  bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-top4__number {
    width: 58.666666666vw;
    right: 5px;
    bottom: 5px;
  }
}

.p-top5 {
  background-color: #333333;
  padding-top: 85px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .p-top5 {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.p-top5__title {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-top5__title {
    height: 80px;
  }
}

.p-top5__cnt {
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-top5__cnt {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__cnt--pc {
    display: none;
  }
}

.p-top5__cnt--sp {
  display: none;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-top5__cnt--sp {
    display: block;
  }
}

.p-top5__content {
  display: none;
  flex-wrap: wrap;
  width: calc(100% - 260px);
  margin: 0 auto;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .p-top5__content {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__content__slide {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__content__slide.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
}

.p-top5__content.is-active {
  display: flex;
}

.p-top5__contentsp {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 260px);
  margin: 0 auto;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .p-top5__contentsp {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .p-top5__contentsp__slide {
    padding-left: 15px;
  }
}

.p-top5__contentsp.is-active {
  display: block;
}

.p-top5__btn {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .p-top5__btn {
    padding: 40px 25px 0px;
  }
}

.p-top5__btn .c-btn1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.p-top5__btn .c-btn1:before {
  background: url("../img/ico-arrowwhite.png") no-repeat;
}

.p-top5__btn .c-btn1:hover {
  background-color: #ffffff;
  color: #4d4d4d;
  opacity: 1;
}

.p-top5__btn .c-btn1:hover:before {
  background: url("../img/ico-arrowblack.png") no-repeat;
}

/* News page */
.p-news2__left {
  width: 830px;
  margin-right: 70px;
}
@media only screen and (max-width: 1500px){
  .p-news2__left {
    width: 65%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1220px){
  .p-news2__left {
    width: 100%;
    margin-right: 0;
  }
}

.p-news2__inner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-news2__image {
  position: relative;
  overflow: hidden;
  padding-top: 56.26%;
  margin-bottom: 20px;
}

.p-news2__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-news2__title {
    padding-top: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    border-color: #f15a24;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
}

.p-news2__cnt {
  padding: 40px 0 110px 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
}

.p-news2__cnt p {
  margin-bottom: 4px;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.p-news2__cnt h2.u-mt {
    margin-top: 31px;
}

.p-news2__cnt .highlight,
.p-news2__cnt mark{
    display: inline;
  background-image: linear-gradient(#ffffff 50%, #FFFF00 50%);
    background-size: auto 100%;
    font-style: normal;
}

.p-news2__cnt ul {
  margin-top: 20px;
    margin-bottom: 20px;
}

.p-news2__cnt ul li {
  margin-bottom: 4px;
    padding-left: 30px;
    position: relative;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.p-news2__cnt ul li::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: #f15a24;
    position: absolute;
    top: 7px;
    left: 3px;
}

.p-news2__cnt ul.index {
  display: inline-block;
    margin-top: 21px;
    margin-bottom: 32px;
    padding: 15px 27px 12px 17px;
    border: 1px solid #cccccc;
}

.p-news2__cnt h1 {
  margin: 44px 0 36px 0;
    padding: 10px 15px;
    border-left: 15px solid #f15a24;
    font-size: 18px;
    font-weight: bold;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #333333;
  text-align: left;
}

.p-news2__cnt h2 {
  margin: 44px 0 36px 0;
    padding: 10px 15px;
    border-left: 15px solid #f15a24;
    font-size: 18px;
    font-weight: bold;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #333333;
  text-align: left;
}

.p-news2__cnt h3 {
    margin: 48px 0 30px 0;
  padding: 5px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    border-color: #f15a24;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    text-align: left;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
	margin-bottom: 25px;
}
.p-news2__cnt > h4 {
    margin: 24px 0 9px 0;
    padding: 5px 0 5px 0;
    border-color: #f15a24;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #4d4d4d;
}

.p-news2__cnt h5 {
	font-size: 1.4rem;
	color: #666666;
	line-height: 1.71428571429;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 35px 0px 35px;
}

.p-news2__cnt ol{
	counter-reset: section1;
    list-style-type: none;
}

.p-news2__cnt ol li{
	display: flex;
	flex-direction: column;
	counter-increment: section1;
	position: relative;
	padding-left: 20px;
}

.p-news2__cnt ol li + li{
	margin-top: 10px;
}

.p-news2__cnt ol li:before{
	content: counter(section1) ". ";
    position: absolute;
    left: 0;
	top: 0;
	font-size: 1.6rem;
	color: #1b1464;
	line-height: 2;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: bold;
}

.p-news2__cnt ol li h4{
	font-size: 1.6rem;
	color: #1b1464;
	line-height: 2;
	font-family: "noto-sans-cjk-jp", sans-serif;
	margin-bottom: 5px;
}

.p-news2__cnt img {
  margin-bottom: 15px;
}

.p-news2__note {
  padding: 30px 23px;
  background-color: #fafafa;
  margin: 40px 0px 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
  .p-news2__cnt {
    padding-bottom: 50px;
  }
  .p-news2__note {
    padding: 15px;
  }
}

.groupbtn {
  width: 100%;
  margin-bottom: 40px;
}


.p-news2__related--cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-left: -15px;
}

.groupbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.groupbtn ul li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}

.p-news2__pencil {
  position: relative;
  padding: 0px 15px 0px 20px;
  border-right: 1px solid #dcdcdc;
}

.p-news2__file {
  position: relative;
  padding: 0px 20px 0px 35px;
  border-right: none;
}

.p-news2__note p {
  line-height: 1;
}

.p-news2__pencil::after {
  content: "";
  background: url(../img/ico-edit.png) no-repeat;
  left: 0px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-news2__file::after {
  content: "";
  background: url(../img/ico-folder.png) no-repeat;
  left: 15px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-news2__box span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #777777;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  height: 24px;
  padding: 0 24px;
  text-transform: capitalize;
}

.p-news2__box p {
  font-size: 14px;
  line-height: 1.75;
  font-family: "Arial";
  margin-left: 13px;
  padding-left: 25px;
  position: relative;
}

.p-news2__box p::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background: url(../img/ico-clock.png) no-repeat;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-news2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */

.linktxt {
  display:none;
}

@media screen and (min-width: 768px) {
  /* biz_sec1
  =============================================================== */
  #sp_mimg08, #sp_ttl_01 {
    display: none;
  }
  #biz_sec1 {
    width:100%;
    height:500px;
    display:block;
    background:url(../../img/mainImages/biz01.jpg) center;
  }
  #mainimg02 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg02.jpg) bottom center no-repeat;
  }
  #mainimg03 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg03.jpg) bottom center no-repeat;
  }
  #mainimg04 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg04.jpg) bottom center no-repeat;
  }
  #mainimg05 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg05.jpg) bottom center no-repeat;
  }
  #mainimg06 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg06.jpg) bottom center no-repeat;
  }
  #mainimg07 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg07.jpg) bottom center no-repeat;
  }
  #mainimg08 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg08.jpg) bottom center no-repeat;
  }
  #mainimg09 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg09.jpg) bottom center no-repeat;
  }
  #mainimg10 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg10.jpg) bottom center no-repeat;
  }
  #mainimg11 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg11.jpg) bottom center no-repeat;
  }
    #mainimg12 {
    width:100%;
    height:365px;
    display:block;
    background:url(../../img/mainImages/mainimg12.jpg) bottom center no-repeat;
  }
  
  /* システム・インテグレーション
  =============================================================== */
  #delta_system01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/system01.jpg) center top no-repeat;
    font-size:95%;
  }
  #delta_system01 .sier01 {
    padding-top:170px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }

  #sier02 {
    background:url(../../img/bg_sec03.jpg) right top no-repeat;
    min-height:420px;
  }
  ul.sier03 {
    margin:30px 0;
    width:60%;
  }
  ul.sier03 li {
    list-style:url(../../img/checkmark.jpg);
    margin-left:20px;
    border-bottom:1px dotted #CCC;
    padding:7px 0 5px 0;
  }
  #delta_system02 {
    margin:50px auto 0 auto;
    width:100%;
    display:block;
    background:url(../../img/system_nav02.png) top no-repeat #DEDEDE;
    font-size:95%;
    overflow:hidden;
  }
  #delta_system02 .sier04 {
    padding-top:200px;
    width:1000px;
    display:block;
    line-height:1.8em;
    margin:0 auto;
  }
  .sier_nav {
    padding: 25px 0 50px 0;
    float: left;
    display: inline-block;
    width: 215px;
    min-height: 215px;
    margin-right: 45px;
    text-align: center;
  }
  .sier_nav4 {
    padding:25px 0;
    float:left;
    display:inline-block;
    width:215px;
    min-height:215px;
    margin-right:0;
    text-align:center;
  }
  .sier_nav a, .sier_nav4 a {
    text-decoration:none;
    font-size:120%;
    font-weight:bold;
    color:#333;
  }
  .sier_nav a:hover, .sier_nav4 a:hover {
    opacity:0.6;
  }
  
  /* ウェブ・ソリューション
  =============================================================== */
  #delta_web01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/bg_web02.jpg) center top no-repeat;
    font-size:95%;
  }
  #delta_web01 .web01 {
    padding-top:170px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  #web02 {
    background:url(../../img/bg_web01.jpg) right top no-repeat;
  }
  ul.web03 {
    margin:30px 0;
    width:55%;
  }
  ul.web03 li {
    list-style:url(../../img/list_orange.png);
    margin-left:20px;
    border-bottom:1px dotted #CCC;
    padding:7px 0 5px 0;
  }
  #delta_web02 {
    margin:50px auto 0 auto;
    width:100%;
    display:block;
    background-color:#BBB;
    font-size:95%;
    overflow:hidden;
    padding-top:25px;
  }
  #delta_websolution_navi {
    text-align:center;
    margin:20px auto 35px auto;
    width:1000px;
    display:block;
    background-color:#BBB;
    font-size:46px;
    padding-bottom:10px;
    font-family: 'Droid Sans', sans-serif;
    color:#FFF;
    border-bottom:1px solid #E80;
    font-weight:700;
  }
  #delta_web02 .web04 {
    /*padding-top:200px;*/
    width:1000px;
    display:block;
    margin:0 auto;
  }
  .web_nav1 {
    padding:25px 0 0 0;
    float:left;
    display:inline-block;
    width:314px;
    min-height:314px;
    margin-right:29px;
    text-align:center;
  }
  .web_nav2 {
    padding:25px 0 0 0;
    float:left;
    display:inline-block;
    width:314px;
    min-height:314px;
    margin-right:0;
    text-align:center;
  }
  .web_nav3 {
    padding:25px 0 25px 0;
    float:left;
    display:inline-block;
    width:314px;
    min-height:314px;
    margin-right:29px;
    text-align:center;
  }
  .web_nav4 {
    padding:25px 0 25px 0;
    float:left;
    display:inline-block;
    width:314px;
    min-height:314px;
    margin-right:0;
    text-align:center;
  }
  .web_nav1 a, .web_nav2 a, .web_nav3 a, .web_nav4 a {
    text-decoration:none;
    font-size:120%;
    font-weight:bold;
    color:#333;
  }
  .web_nav1 a:hover, .web_nav2 a:hover, .web_nav3 a:hover, .web_nav4 a:hover {
    opacity:0.6;
  }
  .webnav_sp06 {
    display: none;
  }
    /* デザイン・DTP
  =============================================================== */
  #delta_delta01 {
    margin:0 auto;
    width:1000px;
    display:block;
  }
  #design_content {
    background: url("../../img/design01.png") no-repeat;
    padding: 330px 470px 0 35px;
  }
  #design_content p.desc {
    line-height:1.7em;
  }
  #design_menu {
    background: url("../../img/design03.png") left top no-repeat;
    display: block;
    min-height: 150px;
    height: auto;
    padding: 0 5% 25px 5%;
  }
  .design_menulist {
    margin: 0 25px;
  }
  .add02 {
    border-bottom: 1px solid #DDD;
    padding: 7px 0;
  }
  ul.design_list {
    margin-bottom: 30px;
  }
  ul.design_list li {
    border-bottom: 1px solid #DDD;
    padding: 7px 0;
    margin-left: 20px;
    list-style: url("../../img/list_orange.png");
  }
  .design_button {
    width: 50%;
    margin: 30px auto;
  }
  /* 貿易事業部
  =============================================================== */
  #delta_trade01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background: url("../../img/trade01.png") center top no-repeat;
  }
  #delta_trade01 .outline02 {
    padding-top:170px;
    width:50%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  ul.trade03 {
    margin: 30px 0;
    width: 50%;
  }
  ul.trade03 li {
    list-style: url(../../img/list_orange.png);
    margin-left: 30px;
    border-bottom: 1px dotted #CCC;
    padding: 7px 0 5px 0;
  }
  #trade_dept {
    background: url("../../img/trade02.png") no-repeat;
    padding:175px 20px 25px 10px;
    margin-top:20px;
  }
  #trade_dept p.misc {
    width: 55%;
  }
  #trade_dept ul {
    margin: 100px auto 20px auto;
  }
  #trade_dept ul li {
    list-style-image:url(../../img/circle6.jpg);
    margin-left:15px;
    padding:4px;
    border-bottom:1px dashed #CCC;
  }
  #trade_notice {
    border:1px solid #CCC;
    padding:30px;
    margin-top:30px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
  }
  #trade_notice div#ttl {
    font-size:18px;
    font-weight:bold;
    color:#008;
    padding-bottom:4px;
    border-bottom:2px solid #F80;
    margin-bottom:15px;
  }
  /* 会社案内
  =============================================================== */
  #delta_prof01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/bg_prof01.jpg) center top no-repeat;
  }
  #delta_prof01 .outline01 {
    padding-top:170px;
    width:55%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  #delta_prof01 .outline02 {
    padding:30px 0;
    width:55%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  .outline_ttl {
    margin:30px 0 0 10px;
    font-size:30px;
    color:#069;
    font-weight:700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing:0.1em;
    /*font-family: "Sawarabi Mincho";*/
  }
  #delta_prof02 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/bg_prof02.jpg) center top no-repeat;
    padding-top:100px;
    }
  #outline03 {
    width: 95%;
    max-width:1000px;
    display: block;
    line-height: 1.8em;
    margin: 30px auto;
    }
  #delta_prof02 #outline03 th {
    width:200px;
    padding:8px 25px;
    border:1px solid #CCC;
    font-size:95%;
    line-height:1.8em;
    letter-spacing:0.2em;
    background:#EEE
    }
  #outline03 td {
    padding: 8px 25px;
    border: 1px solid #CCC;
    font-size:95%;
    line-height:1.8em;
  }
  ol.biz_desc li {
    margin-left:20px;
    line-height:1.8em;
  }
  td.prof-table_ttl {
    text-align: center;
    width: 15%;
  }
  #sp_ttl_02 {
    display: none;
  }
  .corp_triangle {
    display: none;
  }

  /* お問合せ
  =============================================================== */
  #delta_contact01 {
    margin:0 auto;
    width:95%;
    max-width: 1000px;
    display:block;
    background:url(../../img/bg_contact01.jpg) left top no-repeat;
    font-size:95%;
  }
  #delta_contact01 .outline11 {
    padding-top:150px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  .inq_misc {
    margin:30px auto;
    font-size:95%;
    width: 100%;
  }
  .inq_misc th {
    width:180px;
    padding:10px;
    background-color:#EEE;
    border-bottom:1px dashed #FFF;
    font-weight:500;
    letter-spacing:0.1em;
    vertical-align:middle;
  }
  .inq_misc th.comment {
    vertical-align:top;
  }
  .inq_misc td {
    width:780px;
    padding:10px;
    border-bottom:1px dashed #CCC;
  }
  .inq_txtform {
    padding:3px;
    font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
  }
  #submitbutton {
    margin:0 auto;
    text-align:center;
  }
  .inq_submitbutton {
    padding:15px 70px;
    font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
  }
  .inq_submitbutton:hover {
    /*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ACACAC, endcolorstr=#EEEEEE);
    /* IE8 IE9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ACACAC, endcolorstr=#EEEEEE)";
    zoom: 1;
    background: -moz-linear-gradient(top, #ACACAC, #EEE); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ACACAC, #EEE);  /* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #ACACAC, #EEE);  /* IE10+, W3C */
  }
  .mailform_notice {
    padding-top: 150px;
  }
  .branch_notice {
    margin-left: 35px;
    list-style: url("../../img/list_orange.png");
  }
  .toiawase {
    padding: 0 25px;
  }
  .toiawase > dl > dd {
    margin-bottom: 30px;
  }
  dl.toiawase_ttl {
    margin-top: 30px;
    padding-top: 30px;
  }
  #kakunin {
    width: 95%;
    margin: 20px auto 30px auto;
  }
  .confirm_cell {
    border: 1px solid #CCC;
    padding: 6px 10px;
    margin-bottom: 15px;
  }

  /* ご入力内容確認
  =============================================================== */

  #delta_confirm01 {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
    display: block;
    background: url(../../img/bg_confirm01.jpg) left top no-repeat;
    font-size: 95%;
  }
  #delta_confirm01 .outline11 {
    padding-top:150px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }

  #captcha_1 {
    margin:30px auto 15px auto;
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #F80;
  }
  #captcha_2 {
    margin:15px auto;
  }
  #captcha_3 {
    margin:15px auto;
  }
  a.captcha_reload {
    background:#97A6C0;
    color:#fff;
    display:inline-block;
    padding:10px 20px;
    text-decoration:none;
    vertical-align:top;
    margin-left:15px;
  } 

/* 送信完了
=============================================================== */

#delta_submit01 {
  margin:0 auto;
  width: 95%;
  max-width: 1000px;
  display:block;
  background:url(../../img/bg_submit01.jpg) left top no-repeat;
  font-size:95%;
  }
#delta_submit01 .outline11 {
  padding-top:150px;
  width:100%;
  display:block;
  line-height:1.8em;
  margin-left:10px;
  }


/* 採用情報
=============================================================== */

  #delta_recruit01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/bg_recruit01.jpg) center top no-repeat;
    font-size:95%;
  }
  #delta_recruit01 .outline21 {
    padding-top:90px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
  }
  #delta_recruit01 .outline21 #last_update {
    margin:0 10px 60px 0;
    font-weight:bold;
    text-align:right;
    color:#555;
    }
  .req_java {
    padding: 175px 0 0 0;
  }
  .req_secondline {
    margin: 40px 0 25px 0;
  }
  
  td.rec-table_ttl {
    text-align: center;
    width: 25%;
    vertical-align: middle;
    background: #EFEFEF;
  }
  
  /* 個人情報保護方針
  =============================================================== */

  #delta_policy01 {
    margin:0 auto;
    width:1000px;
    display:block;
    background:url(../../img/bg_policy01.jpg) center top no-repeat;
    font-size:95%;
  }
  #delta_policy01 .policy_outline {
    padding-top:165px;
    width:100%;
    display:block;
    line-height:1.8em;
    margin-left:10px;
        margin-bottom: 100px;
  }
  .policy_subttl {
    margin:40px 0 25px 0;
    padding-bottom:5px;
    font-size:16px;
    color:#555;
    font-weight:700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing:0.1em;
    /*font-family: "Sawarabi Mincho";*/
    border-bottom:1px solid #F90;
  }
  .policy_misc {
    margin:20px 0 50px 0;
  }
  .policy_misc ul li {
    list-style-image:url(../../img/list_orange.png);
    margin-left:20px;
  }
  #policy_signature {
    text-align:right;
    margin:30px 0;
  }
}

/*------------------------------------------------------------
Css of portfolio page
------------------------------------------------------------*/
.p-portfolio{
  overflow: hidden;
}
.p-portfolio1 {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio1 {
    padding-top: 50px;
  }
}

.p-portfolio1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-portfolio1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-portfolio1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-portfolio1__title {
  display: flex;
  height: 120px;
  width: 100%;
}

.p-portfolio1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio1__cnt {
    padding-top: 40px;
  }
}

.p-portfolio2__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-portfolio2__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-portfolio2__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-portfolio2__title {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
}

.p-portfolio2__cnt {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio2__cnt {
    padding-top: 40px;
  }
}

.p-portfolio2__box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-portfolio2__box__title{
  font-size: 1.8rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  margin-left: 40px;
  position: relative;
  height: 60px;
  display: flex;
  margin-top: 20px;
  padding-top: 5px;
}

.p-portfolio2__box__title:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ff8800;
  left: 0;
  bottom: 10px;
}

.p-portfolio2__box__title:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #ff8800;
  left: -40px;
  bottom: 0px;
}

.p-portfolio2__image {
  text-align: center;
  max-width: 100%;
  width: 100%;
}

.p-portfolio2__tag{
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .p-portfolio2__tag{
    padding-left: 0;
  }
}

.p-portfolio2__link{
  margin-left: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio2__link{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-portfolio2__link{
    margin-left: 0px;
  }
}

.p-portfolio2__link img{
  margin-right: 5px;
}

.p-portfolio2__link a{
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0071bc;
  font-family: "Arial";
}

.p-portfolio2__tag a{
  background-color: #cccccc;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding: 5px 21px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio2__tag a{
    margin-bottom: 10px;
  }
}

.p-portfolio2__text{
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  padding-bottom: 130px;
}

.p-portfolio2__text h3{
  position: relative;
  padding-left: 40px;
}

.p-portfolio2__text h3:before{
  content: "";
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  top: 5px;
  background-color: #ff8800;
}

.p-portfolio2__text__tag{
  margin-top: 15px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .p-portfolio2__text__tag{
    padding-left: 0;
  }
}

.p-portfolio2__text__tag a + a{
  padding-left: 50px;
  position: relative;
}

.p-portfolio2__text__tag a + a:before{
  content: "";
  position: absolute;
  left: 23px;
  top: 5px;
  width: 1px;
  height: 16px;
  background-color: #333333;
}

.p-portfolio2__txt{
  padding-top: 5px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .p-portfolio2__txt{
    padding-left: 0;
  }
}

.p-portfolio3{
  background-color: #333333;
  padding-top: 75px;
  padding-bottom: 90px;
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio3{
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-portfolio3__inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-portfolio3__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-portfolio3__inner {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-portfolio3__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-portfolio3__title {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio3__title {
    height: 80px;
  }
}

.p-portfolio3__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .p-portfolio3__cnt {
    padding-top: 40px;
  }
}

.p-portfolio3__btn{
  display: flex;
  justify-content: center;
  padding-top: 65px;
}

.p-portfolio3__btn .c-btn1{
  color: #ffffff;
  border: 1px solid #ffffff;
}

.p-portfolio3__btn .c-btn1:hover{
  background-color: #ffffff;
  color: #4d4d4d;
  opacity: 1;
}

.p-portfolio3__btn .c-btn1:before{
  background: url("../img/ico-arrowwhite.png") no-repeat;
}

.p-portfolio3__btn .c-btn1:hover:before{
  background: url("../img/ico-arrowblack.png") no-repeat;
}

/*------------------------------------------------------------
Css of digital page
------------------------------------------------------------*/
.p-digital{
  overflow: hidden;
}

.p-digital1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-digital1 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital1 {
    padding-bottom: 20px;
  }
}

.p-digital1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-digital1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-digital1__title {
  display: flex;
  height: 120px;
  width: 100%;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__title {
    height: 80px;
  }
}

.p-digital1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__cnt {
    padding-top: 40px;
  }
}

.p-digital1__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__left {
    width: 40vw;
  }
}

.p-digital1__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-130%);
  transition: all 2s ease;
  z-index: 0;
}

.p-digital1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-digital1__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-digital1__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right {
    width: 100%;
  }
}

.p-digital1__right__box {
  padding-left: 5.25762355415vw;
  width: 760px;
}

@media only screen and (max-width: 1366px) {
  .p-digital1__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-digital1__right__title {
  font-size: 3rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}

.p-digital1__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -15px;
  width: 19.0851735016vw;
  
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__title img {
    /*width: 53.333333333vw;
    right: -20px;
    bottom: 60px;*/
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .p-digital1__right__title img {
    bottom: 105px;
  }
}

@media only screen and (max-width: 480px) {
  .p-digital1__right__title--en img {
    bottom: 145px;
  }
}

.p-digital1__right h4 {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right h4 {
    padding-top: 10px;
  }
}

.p-digital1__right__text {
  border-top: 1px solid #ff8800;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__text {
    padding-top: 28px;
    font-size: 1.3rem;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital1__right__text {
    padding-bottom: 20px;
    margin-top: 30px;
    padding-top: 15px;
  }
}

.p-digital1__right__text ul {
  counter-reset: my-sec-counter;
}

.p-digital1__right__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__text li {
    line-height: 1.75;
  }
  .p-digital1__right__text li + li {
    margin-top: 5px;
  }
}

.p-digital1__right__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-digital1__right__text li:before {
    top: -10px;
  }
}

.p-digital1__list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}

@media only screen and (max-width: 1500px) {
  .p-digital1__list {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-digital1__list {
    margin: 0;
    padding: 55px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital1__list {
    padding: 30px 20px 0px;
  }
}

.p-digital2 {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .p-digital2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-digital2__title {
  display: flex;
  justify-content: center;
}

.p-digital2__cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
  .p-digital2__cnt {
    margin: 0 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-digital2__cnt {
    margin: 0;
    padding: 110px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital2__cnt {
    padding: 80px 20px 0px;
  }
}

.p-digital2__btn {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .p-digital2__btn {
    margin: 0;
    padding: 70px 20px 0px;
  }
}

@media only screen and (max-width: 1100px) {
  .p-digital2__btn {
    padding: 0px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital2__btn {
    padding: 40px 20px 0px;
  }
}

.p-digital3 {
  padding-top: 80px;
  padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
  .p-digital3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.p-digital3__title {
  display: flex;
  justify-content: center;
}

.p-digital3__cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
  .p-digital3__cnt {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-digital3__cnt {
    margin: 0;
    padding: 110px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-digital3__cnt {
    padding: 80px 20px 0px;
  }
}

.p-digital3__btn {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

/*------------------------------------------------------------
Css of ecommerce page
------------------------------------------------------------*/
.p-ecommerce{
  overflow: hidden;
}

.p-ecommerce1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ecommerce1 {
    padding-bottom: 20px;
  }
}

.p-ecommerce1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-ecommerce1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ecommerce1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-ecommerce1__title {
  display: flex;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__title {
    height: 80px;
  }
}

.p-ecommerce1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__cnt {
    padding-top: 40px;
  }
}

.p-ecommerce1__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__left {
    width: 40vw;
  }
}

.p-ecommerce1__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-140%);
  transition: all 2s ease;
  z-index: 0;
}

.p-ecommerce1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-ecommerce1__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-ecommerce1__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right {
    width: 100%;
  }
}

.p-ecommerce1__right__box {
  padding-left: 5.25762355415vw;
  padding-top: 35px;
  width: 46.96875vw;
}

@media only screen and (max-width: 1366px) {
  .p-ecommerce1__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-ecommerce1__right__title {
  font-size: 3rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}

.p-ecommerce1__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -55px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__title img {
    width: 53.333333333vw;
    right: -20px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .p-ecommerce1__right__title img {
    bottom: 150px;
  }
}

.p-ecommerce1__right h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right h4 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.p-ecommerce1__right__text {
  border-top: 1px solid #ff8800;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__text {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ecommerce1__right__text {
    padding-bottom: 20px;
    margin-top: 30px;
    padding-top: 15px;
  }
}

.p-ecommerce1__right__text ul {
  counter-reset: my-sec-counter;
}

.p-ecommerce1__right__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__text li {
    line-height: 1.75;
  }
  .p-ecommerce1__right__text li + li {
    margin-top: 5px;
  }
}

.p-ecommerce1__right__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__right__text li:before {
    top: -10px;
  }
}

.p-ecommerce1__good {
  background-color: #fef4e6;
  display: flex;
  flex-wrap: wrap;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.p-ecommerce1__good__left {
  width: 41.6666666667%;
  text-align: right;
  font-family: "Arial";
  font-size: 5.25762355415vw;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -7px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good__left {
    width: 100%;
    font-size: 5rem;
    text-align: left;
    padding: 0 20px;
  }
}

.p-ecommerce1__good__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good__right {
    width: 100%;
  }
}

.p-ecommerce1__good__text {
  width: 760px;
  padding-left: 100px;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
}

@media only screen and (max-width: 1366px) {
  .p-ecommerce1__good__text {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good__text {
    width: 100%;
    padding: 0 20px;
  }
}

.p-ecommerce1__good__text h3 {
  font-size: 3rem;
  line-height: 1.75;
  color: #333333;
  border-bottom: 1px solid #ff8800;
  padding-bottom: 30px;
}

.p-ecommerce1__good__text ul {
  counter-reset: my-sec-counter;
  padding-top: 15px;
}

.p-ecommerce1__good__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good__text li {
    line-height: 1.75;
  }
  .p-ecommerce1__good__text li + li {
    margin-top: 5px;
  }
}

.p-ecommerce1__good__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__good__text li:before {
    top: -10px;
  }
}

.p-ecommerce1__list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}

@media only screen and (max-width: 1500px) {
  .p-ecommerce1__list {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce1__list {
    margin: 0;
    padding: 55px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-ecommerce1__list {
    padding: 30px 20px 0px;
  }
}

.p-ecommerce2__cnt {
  padding-top: 147px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-ecommerce2__cnt:before {
  content: "";
  position: absolute;
  width: calc(100% - 18.927444795vw);
  height: 100%;
  background-color: #fef4e6;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__cnt:before {
    top: -20px;
    height: calc(100% + 20px);
  }
}

.p-ecommerce2__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__left {
    width: 40vw;
  }
}

.p-ecommerce2__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-140%);
  transition: all 2s ease;
  z-index: 0;
}

.p-ecommerce2__left img {
  width: 100%;
}

.p-ecommerce2__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-ecommerce2__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right {
    width: 100%;
  }
}

.p-ecommerce2__right__box {
  padding-left: 5.25762355415vw;
  padding-top: 35px;
  width: 39.9579390116vw;
}

@media only screen and (max-width: 1366px) {
  .p-ecommerce2__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-ecommerce2__right__title {
  font-size: 5rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__title {
    font-size: 2rem;
    padding-top: 20px;
  }
}

.p-ecommerce2__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -25px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__title img {
    width: 53.333333333vw;
    right: -20px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .p-ecommerce2__right__title img {
    bottom: 90px;
  }
}

.p-ecommerce2__right h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right h4 {
    padding-top: 5px;
    padding-bottom: 40px;
  }
}

.p-ecommerce2__right__text {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 10px;
  }
}

.p-ecommerce2__right__text ul {
  counter-reset: my-sec-counter;
}

.p-ecommerce2__right__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text li {
    line-height: 1.75;
  }
  .p-ecommerce2__right__text li + li {
    margin-top: 5px;
  }
}

.p-ecommerce2__right__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text li:before {
    top: -10px;
  }
}

.p-ecommerce2__right__text p + p {
  padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text p + p {
    padding-top: 20px;
  }
}

.p-ecommerce2__right__text p:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .p-ecommerce2__right__text p:nth-child(2) {
    font-size: 1.6rem;
  }
}

/* Contact Page */

.p-contact{
  overflow: hidden;
}

.p-contact1 {
  padding-top: 100px;
  padding-bottom: 155px;
}

@media only screen and (max-width: 1199px) {
  .p-contact1 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.p-contact1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-contact1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-contact1__title {
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-contact1__title {
    height: 80px;
  }
}

.p-contact1__cnt {
  padding-top: 70px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-contact1__cnt {
    padding-top: 40px;
  }
}

.c-contact__list {
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-contact__list--item {
  position: relative;
  padding-left: 20px;
}

.c-contact__list--item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff8800;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.c-contact__cnt {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px 0;
}

.c-contact__cnt--1 {
	max-width: 100%;
}

.c-contact__cnt dl + dl {
  margin-top: 25px;
}

.c-contact__cnt dl dt {
  padding-bottom: 10px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact1__inner--en .c-contact__cnt dl dt {
	font-family: Arial, Helvetica, sans-serif;
}

.c-contact__cnt dl dt span {
  color: #c1272d;
  font-weight: 500;
  margin-left: 15px;
}

.c-contact__cnt dl dd input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #eff1f3;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact1__inner--en .c-contact__cnt dl dd input {
	font-family: Arial, Helvetica, sans-serif;
}

.c-contact__cnt dl dd textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #eff1f3;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact1__inner--en .c-contact__cnt dl dd textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.c-contact__note {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
}

.c-contact__title {
  background-color: #f9eaee;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 4px;
}

.p-contact1__inner--en .c-contact__title {
	font-family: Arial, Helvetica, sans-serif;
}

.c-contact__title h3 {
  padding: 16px 0 4px;
  line-height: 1.75;
  text-align: center;
  background-color: #bceaf7;
}

.c-contact__note--des {
  padding: 20px 40px 0px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__note--des {
    padding: 20px 0px 0px;
  }
}

.p-contact1__inner--en .c-contact__note--des {
	font-family: Arial, Helvetica, sans-serif;
}

.c-contact__note--des a {
  color: #0071bc;
  position: relative;
}

.c-contact__note--des p:nth-child(2) {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-contact__note--des p:nth-child(2) {
    text-align: left;
  }
}

.c-contact__note--des p:nth-child(2) a {
  font-weight: bold;
}

.c-contact__note--des p:nth-child(2) a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e28194;
  left: 0;
  bottom: 0px;
}

.c-contact__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.1;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-contact1__inner--en .c-contact__checkbox, .p-bilingual5__cnt .c-contact__checkbox{
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
}

.wpcf7-form-control-wrap {
  position: relative;
}

input[name='privacy-policys'] {
  display: none;
}

input[name='privacy-policys'] ~ span {
  display: inline-block;
}

input[name='privacy-policys'] ~ span::before {
  content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #666666;
    background-color: #ffffff;
}
input[name='privacy-policys'] ~ span::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.p-contact1__inner--en input[name='privacy-policys'] ~ span::after, .p-bilingual5__cnt .c-contact__checkbox input[name='privacy-policys'] ~ span::after{
  top: 3px;
}

input[name='privacy-policys']:checked ~ span::before {
  background-color: #0071bc;
}

input[name='privacy-policys']:checked ~ span::after {
  display: block;
}

.c-contact__cl {
  color: #0071bc;
  margin-left: 10px;
}

.c-contact__submit {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.c-contact__submit p{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-contact__submit input {
  max-width: 100%;
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 5px;
  background-color: #00a99d;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "游ゴシック";
  cursor: pointer;
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) {
  .c-contact__submit input {
    height: 60px;
  }
}

.p-contact1__inner--en .c-contact__submit input {
	font-family: Arial, Helvetica, sans-serif;
}

.wpcf7-not-valid-tip{
  font-size: 1.5rem!important;
    padding-top: 5px;
}

.wpcf7 form .wpcf7-response-output{
  font-size: 1.5rem;
}

.c-contact__submit .wpcf7-spinner{
  position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-contact__submit .wpcf7-spinner{
    top: 75px;
    margin: 0;
  }
}

.p-contact1__thanks {
  font-size: 1.6rem;
  font-family: "メイリオ";
  line-height: 1.75;
  text-align: center;
  width: 800px;
  margin: 70px auto;
}

@media only screen and (max-width: 1024px) {
  .p-contact1__thanks {
    width: 100%;
    padding: 0 20px;
  }
}

.p-contact1__inner--en .p-contact1__thanks {
	font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------
Css of policy page
------------------------------------------------------------*/
.p-policy {
  overflow: hidden;
}

.p-policy1 {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .p-policy1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.p-policy1__inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-policy1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-policy1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-policy1__title {
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-policy1__title {
    height: 80px;
  }
}

.p-policy1__cnt {
  padding-top: 80px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .p-policy1__cnt {
    padding-top: 40px;
  }
}

.p-policy1__list dl + dl {
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list dl + dl {
    padding-top: 35px;
  }
}

.p-policy1__list dl dt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #ff8800;
  padding-bottom: 22px;
  
}

.p-policy1__list dl dd {
  font-size: 1.6rem;
  line-height: 1.86666666667;
  font-weight: 500;
  color: #333333;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__list dl dd {
    padding-top: 15px;
  }
}

.p-policy1__number {
  list-style-type: decimal;
  padding-left: 20px;
}

.p-policy1__bullet li {
  position: relative;
  padding-left: 20px;
}

.p-policy1__bullet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #ff8800;
}

.p-policy1__author {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.86666666667;
  font-weight: 500;
  color: #333333;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .p-policy1__author {
    padding-top: 30px;
  }
}

.p-policy1__text {
  font-size: 1.6rem;
  line-height: 1.86666666667;
  margin-top: 30px;
}

/*------------------------------------------------------------
Css of website page
------------------------------------------------------------*/
.p-website {
  overflow: hidden;
}

.p-website1 {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .p-website1 {
    padding-top: 50px;
  }
}

.p-website1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-website1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-website1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-website1__title {
  display: flex;
  height: 120px;
  width: 100%;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .p-website1__title {
    height: 80px;
  }
}

.p-website1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-website1__cnt {
    padding-top: 40px;
  }
}

.p-website1__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-website1__left {
    width: 40vw;
  }
}

.p-website1__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-140%);
  transition: all 2s ease;
  z-index: 0;
}

.p-website1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-website1__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-website1__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right {
    width: 100%;
  }
}

.p-website1__right__box {
  padding-left: 5.25762355415vw;
  padding-top: 35px;
  width: 46.96875vw;
}

@media only screen and (max-width: 1366px) {
  .p-website1__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-website1__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-website1__right__title {
  font-size: 3rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right__title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}

.p-website1__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -55px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right__title img {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .p-website1__right__title img {
    bottom: 105px;
  }
}

.p-website1__right h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right h4 {
    padding-top: 5px;
    padding-bottom: 40px;
  }
}

.p-website1__right__text {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right__text {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.p-website1__right__text p + p {
  padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .p-website1__right__text p + p {
    padding-top: 15px;
  }
}

.p-website2 {
  padding-top: 110px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-website2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-website2--1{
  padding-top: 40px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1199px) {
	.p-website2--1{
		padding-bottom: 40px;
	}
}
.p-website2__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-website2__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-website2__inner {
    margin: 0px;
    padding: 0 20px;
  }
}

.p-website2__title {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-website2__title {
    height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
	.p-website2--1 .p-website2__title{
		height: auto;
	}
}

@media only screen and (max-width: 1199px) {
	.p-website2--1 .p-website2__title .c-title3{
		height: auto;
	}
}

.p-website2--1 .p-website2__title .c-title3 p:nth-child(2):before{
	display: none;
}

.p-website2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-website2__list {
    padding-top: 40px;
  }
}

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

.p-website3__heading h2{
	font-size: 3rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75;
	color: #4d4d4d;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
	.p-website3__heading h2{
		font-size: 2.5rem;
		padding-bottom: 10px;
	}
}

.p-website3__heading h2 span{
	color: #f15a24;
	position: relative;
	display: inline-block;
}

.p-website3__heading h2 span:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #f7931e;
	left: 0;
	bottom: 5px;
}

.p-website3__cnt {
  position: relative;
  padding: 50px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__cnt {
    padding: 35px 0px 0px;
  }
}

.p-website3__cnt:before {
  content: "";
  position: absolute;
  width: calc(100% - 14.1955835962vw);
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fef4e6;
  z-index: -1;
}

@media only screen and (max-width: 1500px) {
  .p-website3__cnt:before {
    width: calc(100% - 130px);
  }
}

@media only screen and (max-width: 1199px) {
  .p-website3__cnt:before {
    width: 100%;
  }
}

.p-website3__box {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1500px) {
  .p-website3__box {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-website3__box {
    margin: 0;
    padding: 0 20px 40px;
  }
}

.p-website3__text {
  max-width: 780px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #603813;
}

.p-website3__text--en {
	max-width: 880px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__text {
    font-size: 1.8rem;
    line-height: 1.75;
    padding-top: 10px;
  }
}

.p-website3__text p {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}

.p-website3__text p:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/website3_check.png") no-repeat;
  left: 0;
  top: 10px;
}

@media only screen and (max-width: 1199px) {
	.p-website3__text p:before {
		width: 18px;
  		height: 18px;
  		background-size: cover;
  		top: 8px;
	}
}

.p-website3__text p:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ff8800;
  left: 25px;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .p-website3__text p:after {
    width: calc(100% - 25px);
  }
}

.p-website3__title {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__title {
    font-size: 1.8rem;
    padding-top: 25px;
  }
}

.p-website3__title h3 {
  font-weight: 600;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #333333;
  position: relative;
  padding-bottom: 17px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__title h3 {
    padding-bottom: 10px;
  }
}

.p-website3__title h3:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #ff8800;
  bottom: 0;
}

.p-website3__txt {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__txt {
    padding-top: 30px;
  }
}

.p-website3__txt p {
  position: relative;
  padding-left: 20px;
}

.p-website3__txt p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 13px;
  height: 13px;
  background-color: #fbb03b;
}

.p-website3__txt--en p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  background-color: #fbb03b;
}

.p-website3__txt a {
  color: #0071bc;
}

.p-website3__list {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 175px;
}

@media only screen and (max-width: 1199px) {
  .p-website3__list {
    padding: 40px 20px 60px;
  }
}

/*------------------------------------------------------------
Css of corporate page
------------------------------------------------------------*/
.p-corporate {
  overflow: hidden;
}

.p-corporate1 {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .p-corporate1 {
    padding-top: 50px;
  }
}

.p-corporate1__title {
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-corporate1__title {
    height: 80px;
  }
}

.p-corporate1__cnt {
  position: relative;
}

.p-corporate1__cnt:before {
  content: "";
  position: absolute;
  width: calc(50% + 160px);
  background-color: #fef8f0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .p-corporate1__cnt:before {
    display: none;
  }
}

.p-corporate1__cnt__box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 80px auto 0px;
  padding: 80px 0px;
}

@media only screen and (max-width: 1500px) {
  .p-corporate1__cnt__box {
    margin: 80px 150px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-corporate1__cnt__box {
    margin: 40px auto 0px;
    padding: 0px 0px 40px 0px;
  }
}

.p-corporate1__left {
  width: 50%;
  padding: 0 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .p-corporate1__left {
    width: 100%;
    background-color: #fef8f0;
    padding: 40px 20px;
  }
}

.p-corporate1__left > p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.p-corporate1__right {
  width: 50%;
  padding-left: 70px;
}

@media only screen and (max-width: 1199px) {
  .p-corporate1__right {
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 0px;
    text-align: center;
  }
}

.p-corporate2 {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .p-corporate2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.p-corporate2__inner {
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-corporate2__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-corporate2__inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-corporate2__title {
  display: flex;
  height: 120px;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-corporate2__title {
    height: 80px;
  }
}

.p-corporate2__cnt {
  border: 1px solid #cccccc;
  margin-top: 70px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .p-corporate2__cnt {
    margin-top: 40px;
  }
}

.p-corporate2__cnt dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  font-weight: 500;
}

.p-corporate2__cnt dl dt {
  background-color: #fcfbe3;
  width: 160px;
  text-align: center;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 11px 0px;
}

@media only screen and (max-width: 1199px) {
  .p-corporate2__cnt dl dt {
    width: 125px;
  }
}

.p-corporate2__cnt dl dd {
  width: calc(100% - 160px);
  border-bottom: 1px solid #cccccc;
  padding: 11px 15px 11px 35px;
}

@media only screen and (max-width: 1199px) {
  .p-corporate2__cnt dl dd {
    padding: 11px 15px 11px 15px;
  }
}

.p-corporate2__cnt dl:last-child dt {
  border-bottom: none;
}

.p-corporate2__cnt dl:last-child dd {
  border-bottom: none;
}

/*------------------------------------------------------------
Css of bilingual page
------------------------------------------------------------*/
.p-bilingual{
  overflow: hidden;
}

.p-bilingual1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.p-bilingual1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-bilingual1__title {
  display: flex;
  height: 120px;
  width: 100%;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__title {
    height: 80px;
  }
}

.p-bilingual1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__cnt {
    padding-top: 40px;
  }
}

.p-bilingual1__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__left {
    width: 40vw;
  }
}

.p-bilingual1__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-130%);
  transition: all 2s ease;
  z-index: 0;
}

.p-bilingual1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-bilingual1__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-bilingual1__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right {
    width: 100%;
  }
}

.p-bilingual1__right__box {
  padding-left: 5.25762355415vw;
  width: 43.96875vw;
}

@media only screen and (max-width: 1366px) {
  .p-bilingual1__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-bilingual1__right__title {
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}
.p-bilingual1__right__title h3{
  font-size: 4.5rem;
}
.p-bilingual1__right__title p{
  font-size: 3rem;
}
.p-bilingual1__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -55px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__title img {
    width: 53.333333333vw;
    right: -20px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .p-bilingual1__right__title img {
    bottom: 95px;
  }
}

.p-bilingual1__right h4 {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right h4 {
    padding-top: 5px;
  }
}

.p-bilingual1__right__text {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__text {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.p-bilingual1__right__text p + p {
  padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__text p + p {
    padding-top: 15px;
  }
}
.p-bilingual1__right__text h5{
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  line-height: 1.75;
  padding: 25px 0px;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual1__right__text h5{
		padding: 15px 0px;
	}
}
.p-bilingual1__right__list {
  border-top: 1px solid #ff8800;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__list {
    padding-top: 28px;
    font-size: 1.3rem;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual1__right__list {
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
  }
}

.p-bilingual1__right__list ul {
  counter-reset: my-sec-counter;
}

.p-bilingual1__right__list li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__list li {
    line-height: 1.75;
  }
  .p-bilingual1__right__list li + li {
    margin-top: 5px;
  }
}

.p-bilingual1__right__list li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__right__list li:before {
    top: -10px;
  }
}

.p-bilingual1__list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual1__list {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-bilingual1__list {
    margin: 0;
    padding: 55px 20px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual1__list {
    padding: 30px 20px 0px;
  }
}
.p-bilingual1__marquee{
  margin-top: 100px;
  height: 12.5vw;
  width: 100%;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual1__marquee{
		margin-top: 15px;
  		height: 100px;
	}
}
.marquee__track {
  display: inline-flex;
  width: max-content;
  animation: marquee-left 30s linear infinite;
}
.marquee__track span {
  color: #fff;
  font-size: 7.8125vw;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
	.marquee__track span {
		font-size: 5rem;
	}
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-bilingual2--1{
  padding-top: 85px;
  padding-bottom: 87px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1{
		padding-top: 0px;
		padding-bottom: 45px;
	}
}
.p-bilingual2--1:before{
  content: "";
  position: absolute;
  width: calc(100% - 8.33333333333vw);
  right: 0;
  height: 600px;
  background: #fef4e6;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1:before{
		display: none;
	}
}
.p-bilingual2--1 .p-bilingual2__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual2--1 .p-bilingual2__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual2--1 .p-bilingual2__inner {
    margin: 0;
    padding: 0 20px;
  }
}
.p-bilingual2__cnt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .p-bilingual2__cnt {
    padding-top: 40px;
  }
}
.p-bilingual2--1 .p-bilingual2__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__cnt {
		padding-top: 40px;
	}
}
.p-bilingual2--1 .p-bilingual2__title{
  display: flex;
  height: 120px;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__title{
		height: 80px;
	}
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__right{
		padding-top: 30px;
	}
}
.p-bilingual2--1 .p-bilingual2__right__box{
  padding-top: 0;
  font-size: 2rem;
  line-height: 2;
  font-family: "DM Sans", sans-serif;
  color: #333;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__right__box{
		font-size: 1.6rem;
	}
}
.p-bilingual2--1 .p-bilingual2__right__box ul li{
  padding-left: 25px;
  position: relative;
}
.p-bilingual2--1 .p-bilingual2__right__box ul li:before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 0;
  background: url(../img/ico-circleorange.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__right__box ul li:before{
		top: 9px;
		width: 12px;
  		height: 12px;
	}
}
.p-bilingual2--1 .p-bilingual2__right__box p{
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2--1 .p-bilingual2__right__box p{
	  	padding-top: 15px;
	}
}
.p-bilingual2__right__btn{
  padding-left: 3.64583333333vw;
  padding-top: 9.375vw;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual2__right__btn{
		padding-top: 30px;
		padding-left: 0;
	}
}
.p-bilingual2__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .p-bilingual2__left {
    width: 40vw;
  }
}
@media only screen and (max-width: 1199px) {
  .p-bilingual2--1 .p-bilingual2__left {
    width: 100%;
  }
}

.p-bilingual2__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-140%);
  transition: all 2s ease;
  z-index: 0;
}

.p-bilingual2__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-bilingual2__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-bilingual2__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right {
    width: 100%;
  }
}

.p-bilingual2__right__box {
  padding-left: 5.25762355415vw;
  padding-top: 35px;
  width: 39.9579390116vw;
}

@media only screen and (max-width: 1366px) {
  .p-bilingual2__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-bilingual2__right__title {
  font-size: 5rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__title {
    font-size: 2.5rem;
    padding-top: 20px;
  }
}

.p-bilingual2__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -25px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__title img {
    width: 53.333333333vw;
    right: -20px;
    bottom: 60px;
  }
}

.p-bilingual2__right h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right h4 {
    padding-top: 5px;
    padding-bottom: 40px;
  }
}

.p-bilingual2__right__text {
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__text {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual2__right__text {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 10px;
  }
}

.p-bilingual2__right__text ul {
  counter-reset: my-sec-counter;
}

.p-bilingual2__right__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__text li {
    line-height: 1.75;
  }
  .p-bilingual2__right__text li + li {
    margin-top: 5px;
  }
}

.p-bilingual2__right__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__text li:before {
    top: -10px;
  }
}

.p-bilingual2__right__text p + p {
  padding-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__text p + p {
    padding-top: 20px;
  }
}

.p-bilingual2__right__text p:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual2__right__text p:nth-child(2) {
    font-size: 1.6rem;
  }
}

.p-bilingual3 {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-bilingual3__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual3__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual3__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-bilingual3__title {
  display: flex;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual3__title {
    height: 80px;
  }
}

.p-bilingual3__cnt {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.875;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual3__cnt {
    padding: 40px 20px 0px;
  }
}

.p-bilingual4 {
  padding-top: 85px;
  padding-bottom: 55px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual4 {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.p-bilingual4:before{
	content: "";
    position: absolute;
    background: url(../img/bilingual4_image1.jpg) no-repeat top 0px right 0px;
    top: 300px;
    right: 0;
    width: 41.6666666667vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4:before{
		display: none;
	}
}
.p-bilingual4:after{
	content: "";
	position: absolute;
	width: calc(100% - 14.0625vw);
	left: 0;
	top: 0;
	background: #fef4e6;
	height: 100%;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4:after{
		width: 100%;
	}
}
.p-bilingual4__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual4__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual4__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-bilingual4__title {
  display: flex;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual4__title {
    height: 80px;
  }
}

.p-bilingual4__cnt {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.875;
}

@media only screen and (max-width: 1199px) {
  	.p-bilingual4__cnt {
    	padding: 35px 20px 0px;
  	}
}
.p-bilingual4__left{
	width: 625px;
	margin-right: 140px;
	padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left{
		width: 100%;
		margin-right: 0px;
		padding-left: 0px;
	}
}
.p-bilingual4__left ul {
  counter-reset: my-sec-counter;
}

.p-bilingual4__left ul li{
	padding-left: 30px;
	position: relative;
	color: #333333;
	font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left ul li{
		padding-left: 25px;
	}
}
.p-bilingual4__left ul li + li{
	margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left ul li + li{
		margin-top: 15px;
	}
}
.p-bilingual4__left ul li:before{
	counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left ul li:before{
		font-size: 2rem;
	}
}
.p-bilingual4__left ul li h3{
	font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left ul li h3{
		font-size: 2rem;
	}
}
.p-bilingual4__left ul li p{
	font-size: 2rem;
	line-height: 2;
	font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__left ul li p{
		font-size: 1.6rem;
	}
}
.p-bilingual4__right{
	width: calc(100% - 765px);
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__right{
		width: 100%;
		padding-top: 30px;
	}
}
.p-bilingual4__right img{
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__right img{
		display: block;
	}
}
.p-bilingual4__text {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  height: 60px;
  font-size: 2rem;
  line-height: 2;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual4__text {
		margin-top: 40px;
		height: auto;
		font-size: 1.6rem;
		width: calc(100% - 40px);
		padding: 20px;
	}
}

.p-bilingual5 {
  padding-top: 85px;
  padding-bottom: 130px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-bilingual5__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-bilingual5__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-bilingual5__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-bilingual5__title {
  display: flex;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual5__title {
    height: 80px;
  }
}

.p-bilingual5__cnt {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1.875;
}

@media only screen and (max-width: 1199px) {
  .p-bilingual5__cnt {
    padding: 30px 20px 0px;
  }
}
.p-bilingual5__text{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	width: 100%;
	padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  	.p-bilingual5__text{
    	font-size: 1.6rem;
    	padding-bottom: 0px;
  	}
}
.p-bilingual5__txt{
	padding-top: 110px;
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 2rem;
	line-height: 2;
}
@media only screen and (max-width: 1199px) {
	.p-bilingual5__txt{
		padding-top: 40px;
		font-size: 1.6rem;
	}
}
.p-bilingual5__cnt .wpcf7 form.sent .wpcf7-response-output{
	display: block!important;
}
.c-english .c-contact__cnt dl dd input{
	font-family: "DM Sans", sans-serif!important;
}
.c-english .c-contact__cnt dl dd textarea{
	font-family: "DM Sans", sans-serif!important;
}

/*------------------------------------------------------------
Css of system page
------------------------------------------------------------*/
.p-system{
  overflow: hidden;
}

.p-system1 {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .p-system1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.p-system1__inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
  .p-system1__inner {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1500px) {
  .p-system1__inner {
    margin: 0;
    padding: 0 20px;
  }
}

.p-system1__title {
  display: flex;
  height: 120px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-system1__title {
    height: 80px;
  }
}

.p-system1__cnt {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-system1__cnt {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.p-system1__left {
  width: 41.6666666667%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .p-system1__left {
    width: 40vw;
  }
}

.p-system1__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 250%;
  background: #222222;
  opacity: 1;
  transform: skew(-30deg) translateX(-140%);
  transition: all 2s ease;
  z-index: 0;
}

.p-system1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-system1__left.is-skew:before {
  transform: skew(-30deg) translateX(50%);
}

.p-system1__right {
  width: 58.3333333333%;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right {
    width: 100%;
  }
}

.p-system1__right__box {
  padding-left: 5.25762355415vw;
  padding-top: 35px;
  width: 46.96875vw;
}

@media only screen and (max-width: 1366px) {
  .p-system1__right__box {
    width: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__box {
    width: 100%;
    padding: 0 20px;
  }
}

.p-system1__right__title {
  font-size: 3rem;
  font-family: "Arial";
  font-weight: 600;
  color: #4d4d4d;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__title {
    font-size: 2.1rem;
    padding-top: 25px;
    padding-bottom: 18px;
    border-bottom: 2px solid #ff8800;
  }
}

.p-system1__right__title img {
  position: absolute;
  right: -22px;
  z-index: -1;
  bottom: -55px;
  width: 19.0851735016vw;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__title img {
    width: 53.333333333vw;
    right: -20px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 530px) {
  .p-system1__right__title img {
    bottom: 95px;
  }
}

.p-system1__right h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 55px;
  color: #333333;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right h4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.p-system1__right__text {
  border-top: 1px solid #ff8800;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  padding-top: 25px;
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__text {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-system1__right__text {
    padding-bottom: 20px;
    margin-top: 30px;
    padding-top: 15px;
  }
}

.p-system1__right__text ul {
  counter-reset: my-sec-counter;
}

.p-system1__right__text li {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__text li {
    line-height: 1.75;
  }
  .p-system1__right__text li + li {
    margin-top: 5px;
  }
}

.p-system1__right__text li:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff8800;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .p-system1__right__text li:before {
    top: -10px;
  }
}

.p-system1__list {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}

@media only screen and (max-width: 1500px) {
  .p-system1__list {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-system1__list {
    margin: 0;
    padding: 17px 20px 0px 0px;
  }
}

.p-system2 {
  padding-top: 95px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1199px) {
  .p-system2 {
    padding: 40px 0px 0px;
  }
}

.p-system2__title {
  display: flex;
  justify-content: center;
}

.p-system2__text {
  max-width: 910px;
  padding-top: 50px;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .p-system2__text {
    padding: 25px 20px 0px;
  }
}

.p-system2__cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .p-system2__cnt {
    padding: 60px 10px 18px;
  }
}

/* English language */
.c-english{
	font-family: "DM Sans", sans-serif;
}
