@charset "UTF-8";
/*********************
**********************
定義・一般設定
**********************
*********************/
.body {
  color: #222222;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
}
.body.-modalOpen {
  overflow: hidden;
}
.body.-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.-bgLightGray {
  background-color: #F7F7F7;
}
.container.-serviceContent {
  position: relative;
}
.container.-serviceContent::before {
  content: "Service";
  position: absolute;
  top: -90px;
  left: 0;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  padding: 0 60px;
  font-weight: 700;
  color: #DDDDDD;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .container.-serviceContent::before {
    padding: 0 24px;
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .container.-serviceContent::before {
    padding: 0 20px;
    top: -40px;
    font-size: 30px;
  }
}

/*********************
**********************
CSSアニメーション
**********************
*********************/
@keyframes infinity-scroll-left1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*********************
**********************
レイアウト共通部分（header・footer・その他）
**********************
*********************/
.header.on {
  background-color: #FFFFFF !important;
}

.header {
  font-size: 14px;
  height: 70px;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  .header {
    height: 52px;
  }
}
.header.-scroll {
  box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.5);
}
.header.-mvColor {
  color: #FFFFFF;
}
.header.-open {
  color: #FFFFFF;
}
.header_inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  line-height: 70px;
  padding: 0px 20px;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .header_inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .header_inner {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 52px;
  }
}

.headerLeft {
  margin-right: auto;
  align-items: center;
}
@media (max-width: 768px) {
  .headerLeft {
    height: 52px;
  }
}
.headerLeft_img {
  margin-right: 10px;
}
.headerLeft_img img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .headerLeft_img {
    margin-right: 4px;
  }
  .headerLeft_img img {
    width: 130px;
  }
}

.headerRight {
  position: relative;
  line-height: 1.5;
}
.headerRight_list {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .headerRight_list {
    display: none;
  }
}
@media (max-width: 768px) {
  .headerRight_list {
    display: none;
  }
}
.headerRight_item {
  margin-right: 18px;
  padding-right: 18px;
  transition: all 0.05s;
  border-right: 1px solid #F7F7F7;
}
.headerRight_item:last-child {
  border-right: none;
}
.headerRight_item a {
  position: relative;
}
.headerRight_item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #222222;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.headerRight_item a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.headerRight_item.-btn {
  margin-right: 0;
}
.headerRight_item.-coming a {
  position: relative;
  color: #a1a1a1;
}
.headerRight_item.-coming a:hover {
  cursor: default;
}
.headerRight_item.-coming a::after {
  position: absolute;
  left: 0;
  content: "Coming Soon";
  width: 100%;
  height: 0;
  color: #a1a1a1;
  font-size: 8px;
  font-weight: 700;
  bottom: 0px;
  transition: transform 0.3s; /*変形の時間*/
  transform: scale(1);
}
.headerRight_wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.headerRight_translation {
  display: flex;
  align-items: center;
  border: 3px solid #222222;
  border-radius: 6px;
  margin-right: 18px;
}
.headerRight_translationItem {
  padding: 1px 12px;
}
.headerRight_translationItem.-ja {
  color: #FFFFFF;
  background-color: #222222;
}
.headerRight_translationItem.-en {
  color: #222222;
  background-color: #FFFFFF;
}

.drawerIcon {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border: 1px solid #222222;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.drawerIcon:hover {
  cursor: pointer;
}
.drawerIcon.-open .drawerIcon_toggleItem {
  background-color: #FFFFFF;
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(1) {
  top: 6px;
  left: 6px;
  transform: rotate(-45deg);
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(2) {
  top: 6px;
  left: 6px;
  transform: rotate(-45deg);
}
.drawerIcon.-open .drawerIcon_toggleItem:nth-of-type(3) {
  top: 6px;
  left: 6px;
  transform: rotate(45deg);
}
.drawerIcon.-open .drawerIcon_text {
  color: #FFFFFF;
}
@media (min-width: 1900px) {
  .drawerIcon {
    display: block;
    z-index: 999;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .drawerIcon {
    display: block;
    z-index: 999;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawerIcon {
    display: block;
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .drawerIcon {
    display: block;
    z-index: 999;
    margin-top: 0;
  }
}
.drawerIcon_toggle {
  display: block;
  position: relative;
  z-index: 999;
}
.drawerIcon_toggleItem {
  position: absolute;
  display: block;
  height: 1px;
  background-color: #222222;
  transition: 0.2s ease-out 0.1s;
  width: 27px;
  left: 50%;
  transform: translateX(-50%);
}
.drawerIcon_toggleItem:nth-of-type(1) {
  top: 0;
}
.drawerIcon_toggleItem:nth-of-type(2) {
  top: 6px;
}
.drawerIcon_toggleItem:nth-of-type(3) {
  top: 12px;
}
.drawerIcon_text {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #222222;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background-color: #222222;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 768px) {
  .drawer {
    top: 0;
  }
}
.drawer.-open {
  visibility: visible;
  opacity: 1;
  right: 0;
  top: 0;
}
.drawer_inner {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding-top: 120px;
  padding-bottom: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_inner {
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .drawer_inner {
    flex-direction: column;
    font-size: 14px;
    padding: 50px 0px 30px;
  }
}
.drawer_left {
  width: 28%;
}
@media (max-width: 768px) {
  .drawer_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.drawer_center {
  width: 28%;
}
@media (max-width: 768px) {
  .drawer_center {
    width: 100%;
  }
}
.drawer_right {
  width: 28%;
}
@media (max-width: 768px) {
  .drawer_right {
    width: 100%;
  }
}
.drawer_logo {
  text-align: center;
  margin-bottom: 40px;
}
.drawer_logo img {
  width: 240px;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_logo img {
    width: 200px;
  }
}
.drawer_titleText {
  margin-bottom: 20px;
}
.drawer_text {
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .drawer_text {
    font-size: 13px;
  }
}
.drawer_text.-privacy {
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .drawer_text.-privacy {
    font-size: 12px;
  }
}
.drawer_text.-copyright {
  font-size: 12px;
  opacity: 0.7;
}
.drawer_linkItem {
  margin-bottom: 36px;
}
.drawer_linkItem.-link {
  position: relative;
  transition: all 0.3s ease 0s;
}
.drawer_linkItem.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_linkItem.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.drawer_linkItem.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.drawer_linkItem.-link:hover::after {
  opacity: 1;
}
.drawer_linkItem.-bottomChild {
  margin-bottom: 0;
}
.drawer_linkItemChild {
  margin-top: 26px;
  margin-left: 24px;
}
.drawer_linkItemChild.-long {
  padding-right: 26px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_linkItemChild.-long {
    padding-right: 22px;
  }
}
.drawer_linkItemChild.-link {
  position: relative;
  transition: all 0.3s ease 0s;
}
.drawer_linkItemChild.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_linkItemChild.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.drawer_linkItemChild.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.drawer_linkItemChild.-link:hover::after {
  opacity: 1;
}
.drawer_linkItemChild.-mb {
  margin-bottom: 36px;
}
.drawer_linkItemChild.-mbChild {
  margin-bottom: 0px;
}
.drawer_linkItemGrandchild {
  margin-top: 16px;
  margin-left: 24px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_linkItemGrandchild {
    padding-right: 22px;
  }
}
.drawer_linkItemGrandchild.-link {
  position: relative;
  transition: all 0.3s ease 0s;
}
.drawer_linkItemGrandchild.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .drawer_linkItemGrandchild.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.drawer_linkItemGrandchild.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.drawer_linkItemGrandchild.-link:hover::after {
  opacity: 1;
}
.drawer_media {
  margin-bottom: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.drawer_mediaItem {
  width: 30%;
  border-radius: 14px;
  overflow: hidden;
}
.drawer_sns {
  display: flex;
  margin-bottom: 36px;
  margin-top: 10px;
}
.drawer_snsItem {
  display: block;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-right: 20px;
  display: flex;
}
.drawer_snsItem:last-child {
  margin-right: 0;
}
.drawer_snsItem img {
  width: 20px;
  height: 20px;
}
.drawer_contact {
  margin-bottom: 36px;
}

.footer {
  position: relative;
  background-color: #222222;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 60px 30px 130px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_inner {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    font-size: 14px;
    padding: 50px 28px 30px;
  }
}
.footer_left {
  width: 28%;
}
@media (max-width: 768px) {
  .footer_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.footer_center {
  width: 28%;
}
@media (max-width: 768px) {
  .footer_center {
    width: 100%;
  }
}
.footer_right {
  width: 28%;
}
@media (max-width: 768px) {
  .footer_right {
    width: 100%;
  }
}
.footer_logo {
  text-align: center;
  margin-bottom: 40px;
}
.footer_logo img {
  width: 240px;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_logo img {
    width: 200px;
  }
}
.footer_titleText {
  margin-bottom: 20px;
}
.footer_text {
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer_text {
    font-size: 13px;
  }
}
.footer_text.-privacy {
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer_text.-privacy {
    font-size: 12px;
  }
}
.footer_text.-copyright {
  font-size: 12px;
  opacity: 0.7;
}
.footer_linkItem {
  margin-bottom: 36px;
}
.footer_linkItem.-link {
  position: relative;
}
.footer_linkItem.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_linkItem.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.footer_linkItem.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.footer_linkItem.-link:hover::after {
  opacity: 1;
}
.footer_linkItem.-bottomChild {
  margin-bottom: 0;
}
.footer_linkItemChild {
  margin-top: 26px;
  margin-left: 24px;
}
.footer_linkItemChild.-long {
  padding-right: 26px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_linkItemChild.-long {
    padding-right: 22px;
  }
}
.footer_linkItemChild.-link {
  position: relative;
}
.footer_linkItemChild.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_linkItemChild.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.footer_linkItemChild.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.footer_linkItemChild.-link:hover::after {
  opacity: 1;
}
.footer_linkItemChild.-mb {
  margin-bottom: 36px;
}
.footer_linkItemChild.-mbChild {
  margin-bottom: 0px;
}
.footer_linkItemGrandchild {
  margin-top: 16px;
  margin-left: 24px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_linkItemGrandchild {
    padding-right: 22px;
  }
}
.footer_linkItemGrandchild.-link {
  position: relative;
}
.footer_linkItemGrandchild.-link .linkImg {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer_linkItemGrandchild.-link .linkImg {
    width: 18px;
    height: 18px;
  }
}
.footer_linkItemGrandchild.-link::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.footer_linkItemGrandchild.-link:hover::after {
  opacity: 1;
}
.footer_media {
  margin-bottom: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.footer_mediaItem {
  width: 30%;
  border-radius: 14px;
  overflow: hidden;
}
.footer_sns {
  display: flex;
  margin-bottom: 36px;
  margin-top: 10px;
}
.footer_snsItem {
  display: block;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-right: 20px;
  display: flex;
}
.footer_snsItem:last-child {
  margin-right: 0;
}
.footer_snsItem img {
  width: 20px;
  height: 20px;
}
.footer_contact {
  margin-bottom: 36px;
}

.menuComing {
  position: relative;
  color: #a1a1a1;
}
.menuComing:hover {
  cursor: default;
}
.menuComing::before {
  position: absolute;
  content: "Coming Soon";
  font-size: 8px;
  width: 100%;
  height: auto;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  color: #a1a1a1;
}
.menuComing:hover::after {
  opacity: 0 !important;
}

.btnHeader {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 900;
  color: #FFFFFF;
  border-radius: 10px;
}
.btnHeader i {
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnHeader {
    width: 70%;
    max-width: 400px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .btnHeader {
    font-size: 14px;
    width: 70%;
    max-width: 280px;
    text-align: center;
  }
}
.btnHeader.-reverse {
  background-color: transparent;
  color: #222222;
}
.btnHeader:hover i {
  transform: translate(5px);
}

.btnFooter {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 900;
  color: #FFFFFF;
  border-radius: 10px;
}
.btnFooter i {
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .btnFooter {
    font-size: 14px;
    width: 70%;
    max-width: 280px;
    text-align: center;
  }
}
.btnFooter.-reverse {
  background-color: transparent;
  color: #222222;
}
.btnFooter:hover i {
  transform: translate(5px);
}

.btn {
  display: inline-block;
  width: 300px;
  font-weight: 700;
  padding: 12px 18px;
  border: 5px solid #222222;
  border-radius: 14px;
  position: relative;
  background-color: #FFFFFF;
  transition: all 0.3s ease 0s;
  margin-right: 6px;
  text-align-last: left;
}
.btn:hover {
  transform: translateX(6px);
}
.btn.-coming {
  position: relative;
  color: #a1a1a1 !important;
}
.btn.-coming::before {
  position: absolute;
  content: "Coming Soon";
  font-size: 10px;
  color: #a1a1a1;
  left: 18px;
  bottom: 2px;
}
.btn.-coming:hover {
  transform: translateX(0px) !important;
}
.btn.-toBottom {
  margin-right: 0;
}
.btn.-toBottom:hover {
  transform: translateY(6px);
}
.btn.-recruitJob {
  width: 250px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btn.-recruitJob {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .btn.-recruitJob {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .btn {
    width: 240px;
    font-size: 14px;
    margin-right: 0;
  }
  .btn:hover {
    transform: translateX(0);
  }
}
.btn_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .btn_arrow {
    width: 24px;
    height: 24px;
    right: 8px;
  }
}

.btnContact {
  display: inline-block;
  width: 280px !important;
  font-weight: 700;
  padding: 12px 18px;
  border: 5px solid #D8152A;
  border-radius: 14px;
  background-color: #D8152A;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .btnContact {
    width: 230px !important;
  }
}
.btnContact.-mr20 {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .btnContact.-mr20 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.btnContact_wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  transform: translateX(18px);
}
.btnContact_wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../img/new-hp/common/arrow_red.png);
  top: 50%;
  right: 38px;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .btnContact_wrapper::after {
    width: 24px;
    height: 24px;
    right: 40px;
  }
}

.btnMenuContact {
  display: inline-block;
  padding: 14px 60px 14px 20px;
  color: #FFFFFF;
  background-color: #222222;
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.btnMenuContact .linkImg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnMenuContact .linkImg {
    width: 18px;
    height: 18px;
  }
}
.btnMenuContact .linkImg img {
  vertical-align: top;
}

.btnBlack {
  display: inline-block;
  width: 254px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 14px;
  position: relative;
  background-color: #222222;
  transition: all 0.3s ease 0s;
  text-align: left;
  color: #FFFFFF;
}
.btnBlack:hover .btnBlack_arrow {
  right: 10px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .btnBlack {
    width: 354px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .btnBlack {
    width: 300px;
    font-size: 14px;
  }
}
.btnBlack.-company {
  width: 400px;
}
@media (max-width: 768px) {
  .btnBlack.-company {
    width: 170px;
    font-size: 12px;
  }
}
.btnBlack_arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
}
.btnBlack.-fz12 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .btnBlack.-fz12 {
    font-size: 14px;
  }
}

/*********************
**********************
ユーティリティ
**********************
*********************/
.u-tar {
  text-align: right;
}

.u-bb {
  border-bottom: 1px solid #222222;
}

.u-coming {
  position: relative;
  cursor: default;
}
.u-coming::after {
  position: absolute;
  content: "Coming Soon";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  background-color: rgba(119, 113, 113, 0.7);
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-coming::after {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-coming::after {
    font-size: 12px;
  }
}

.u-shadow {
  position: relative;
}
.u-shadow::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 100%;
  background: linear-gradient(to right, rgba(190, 190, 190, 0.5), rgba(231, 231, 231, 0));
  transform: skew(0, 45deg);
  transform-origin: 0 0 0;
}
@media (max-width: 768px) {
  .u-shadow::before {
    width: 25px;
  }
}
.u-shadow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(190, 190, 190, 0.5), rgba(231, 231, 231, 0));
  transform: skew(45deg, 0);
  transform-origin: 0 0 0;
}
@media (max-width: 768px) {
  .u-shadow::after {
    height: 25px;
  }
}

.u-flexGrow {
  flex-grow: 1;
}

.u-edit {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .u-edit {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh18 {
  line-height: 1.8;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-dib {
  display: inline-block;
}

.u-dnone {
  display: none;
}

.u-mlr3 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.u-colorWhite {
  color: #FFFFFF;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl14 {
  padding-left: 14px;
}

.u-fwb {
  font-weight: 900;
}

.u-fwsb {
  font-weight: 700;
}

.u-fwl {
  font-weight: 300;
}

.u-ml8 {
  margin-left: 8px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb46 {
  margin-bottom: 46px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-fz11 {
  font-size: 11px;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz17 {
  font-size: 17px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz32 {
  font-size: 32px;
}

.u-fz40 {
  font-size: 40px;
}

.u-fz50 {
  font-size: 50px;
}

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

@media (min-width: 1900px) {
  .u-onlyMonitor {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlyMonitor {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyMonitor {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlyMonitor {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyPc {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlyPc {
    display: none;
  }
}

@media (min-width: 1900px) {
  .u-onlyTab {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlyTab {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlyTab {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-onlyPcTab {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlySp {
    display: none;
  }
}
@media (min-width: 1900px) {
  .u-onlySp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlySp {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlySp {
    display: block;
  }
}

@media (min-width: 1900px) {
  .u-onlyTabSp {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlyTabSp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyTabSp {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-onlyTabSp {
    display: block;
  }
}

@media (min-width: 1900px) {
  .u-onlyPcSp {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlyPcSp {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyPcSp {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlyPcSp {
    display: block;
  }
}

@media (min-width: 1900px) {
  .u-onlyMonitor {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .u-onlyMonitor {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .u-onlyMonitor {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-onlyMonitor {
    display: none;
  }
}/*# sourceMappingURL=main-common.css.map */