@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

menu-bot *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 15px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*@font-face {
  font-family: 'DIN Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=x3d4ckXCQpPbyR8v9cpPD79ihy_NADE5OyR5xSHKRaMbWQ&skey=6b6ca45a67bf62d1&v=v4) format('woff2');
}*/
body {
  /* font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  /*font-family: myYouMayCasting;*/
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  cursor: auto;
  width: 100%;
  line-height: 180%;
  color: #000;
  font-size: 1rem;
}

/*remove highlight color touch on mobile*/
input,
textarea,
button,
select,
div,
a,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
input,
div,
select,
textarea,
img,
button {
  outline: none;
  -webkit-appearance: none;
}

a:focus,
a:visited,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden-scroll,
.hidden-scroll body {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  max-width: 100%;
  width/***/
    : auto;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}

.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  padding: 5px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.d-flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
}

.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
  flex-wrap: wrap;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.alignleft {float: left;margin: 0.5em 1em 0.5em 0;}
.alignright {float: right;margin: 0.5em 0 0.5em 1em;}*/
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold !important;
}

.no-border {
  border: none !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.contact-us-nopd {
  display: inline-block;
  width: 100%;
}

.contact-us-nopd .container {
  padding-left: 0;
  padding-right: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}*/
.color-inherit {
  color: inherit;
}

.group-ourService .title img,
.group-ourservice2 .title img {
  height: 23px;
  /*fill: #e3e3e3;*/
}

.list-menu-footer a {
  font-size: 0.93rem;
}

.list-menu-footer .title-menu-footer {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.list-menu-footer.normal {
  margin-top: 0;
}

.list-menu-footer.normal a {
  font-size: 0.93rem;
}

.list-menu-footer .item.child {
  padding-left: 20px;
  font-size: 0.867rem;
  height: 25px;
}

.menu-mobile-list ul.parent a .en {
  text-transform: uppercase;
}

.menu-mobile-list ul.parent a .en img {
  height: 14px;
  width: auto;
}

.service-articles .title.svg img {
  height: 23px;
}

.pc-disp {
  display: block;
}

.sp-disp {
  display: none;
}

@media (max-width: 768px) {
  .list-menu-footer a {
    font-size: 0.93rem;
  }

  .list-menu-footer .title-menu-footer {
    font-size: 0.8rem;
  }

  .list-menu-footer.normal {
    padding-left: 35px;
    margin-top: 15px;
  }

  .list-menu-footer .item.child {
    padding-left: 0px;
    margin-left: 20px;
    border-bottom: 1px solid #363636;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {
    display: block;
  }
}

@media (max-width: 767px) {
  .fixed-header-sp body {
    padding-top: 55px;
  }

  .fixed-header-sp body.page-template-template-blog {
    padding-top: 0;
  }

  .fixed-header-sp .main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  .fixed-header-sp body.page-template-template-blog .main-menu {
    position: sticky;
    left: unset;
    right: unset;
  }
}

/*
==============================================================
========================= Button =============================
==============================================================
*/
.btn-normal {
  width: 100%;
  padding: 15px 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.33rem;
  font-weight: bold;
  background: #000 url("../images/icon-arrow-white.png") no-repeat;
  background-position: center right 35px;
  color: #fff;
  display: inline-block;
  box-shadow: 2px 2px 5px #aaa;
  font-weight: 500;
}

.btn-normal.bg-white {
  background: #fff url("../images/icon-arrow-black1.png") no-repeat;
  background-position: center right 35px;
  border: 2px solid #000;
  color: #000;
}

.category {
  position: relative;
  z-index: 1;
}

.category .btn-normal {
  letter-spacing: 5px;
}

.category .view-detail .btn-normal {
  background: #231815 url("../images/icon-next-white1.png") no-repeat;
  border-radius: 12px;
  transition: 0.2s;
  background-position: center right 35px;
}

.category .view-detail .btn-normal:hover {
  background-color: #fff;
  color: #000;
  background-image: url("../images/icon-arrow-black1.png");
  background-repeat: no-repeat;
  background-position: center right 35px;
  opacity: 1;
}

.category .group-button .btn-normal.bg-white {
  border: 2px solid #918b8a;
  border-radius: 12px;
  transition: 0.2s;
}

.category .group-button .btn-normal.bg-white:hover {
  background-color: #000;
  color: #fff;
  background-image: url("../images/icon-next-white1.png");
  background-repeat: no-repeat;
  background-position: center right 35px;
  opacity: 1;
}

.category .load-more {
  margin: 50px 0 30px;
  padding: 0px 130px;
}

.sidebar-inner {
  display: inline-block;
  width: 100%;
}

.sidebar-group {
  display: block;
  margin-bottom: 10px;
  /*width: 100%;*/
}

.sidebar-group a {
  display: inline-block;
}

.sidebar-group a img {
  max-width: 100%;
}

.sidebar-group a img.img07 {
  width: 100%;
}

.sidebar-group.sidebar-residual a {
  width: calc(100% + 20px);
}

.sidebar-group.sidebar__fixed {
  /*left: 45px;*/
}

.sidebar__end {
  display: inline-block;
  width: 100%;
  height: 1px;
  opacity: 0;
}

/* .sidebar-inner-fixed._fixed .sidebar__fixed a {
    padding-top: 20px;
} */

.sidebar-inner-fixed._fixed .sidebar__fixed.first a {
  padding-top: 25px;
}

.sidebar-inner-fixed._fixed .sidebar__fixed.second {
  margin-top: -10px;
}

@media (max-width: 960px) {
  .btn-normal {
    padding: 15px 30px;
    background-position: center right 25px !important;
  }

  .sidebar-group.sidebar-residual a {
    width: calc(100% + 12px);
  }
}

@media (max-width: 767px) {
  .sidebar-content .col-right .sidebar-group.sidebar-residual a {
    width: calc(100% + 23px);
  }
}

@media (max-width: 480px) {
  .sidebar-content .col-right .sidebar-group.sidebar-residual a {
    width: calc(100% + 12px);
  }

  .btn-normal span {
    display: block;
  }
}

/*
==============================================================
======================= End Button ===========================
==============================================================
*/
/*
==============================================================
========================= breadcrumb =========================
==============================================================
*/
.breadcrumb {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 130%;
}

.breadcrumb ol li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.breadcrumb ol a,
.breadcrumb ol span {
  font-size: 0.667rem;
  color: #999999;
  text-transform: uppercase;
}

.breadcrumb ol li:before {
  content: ">";
  padding-left: 10px;
  position: relative;
  top: 1.3px;
  left: -4px;
  color: #999999;
}

.breadcrumb ol li:first-child:before {
  content: "";
  padding-left: 0;
}

.breadcrumb.breadcrumb-detail {
  margin: 20px 0px;
  position: relative;
  z-index: 1;
}

.breadcrumb .aioseo-breadcrumbs span,
.breadcrumb .aioseo-breadcrumbs a {
  font-size: 0.667rem;
  color: #999999;
  text-transform: uppercase;
}

.breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  text-indent: -9999999px;
  display: none;
}

.breadcrumb .aioseo-breadcrumbs span:before {
  content: ">";
  padding-left: 10px;
  position: relative;
  top: 0px;
  left: -4px;
  color: #999999;
}

.breadcrumb .aioseo-breadcrumbs span:first-child:before {
  content: "";
}

@media (max-width: 767px) {
  .breadcrumb,
  .breadcrumb ol {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .breadcrumb.breadcrumb-detail {
    display: none;
  }

  .breadcrumb.breadcrumb-detail ol {
    text-align: left;
  }

  .single .blogcategory {
    margin-bottom: 20px;
  }
}

@media (max-width: 549px) {
  .breadcrumb {
    margin: 30px 0;
  }
}

/*
==============================================================
======================= end breadcrumb =======================
==============================================================
*/
/*
==============================================================
========================= articles ===========================
==============================================================
*/
.category .group-des {
  margin-top: 20px;
}

.category .casting-blog {
  margin-top: 60px;
  padding: 30px 0px;
}

.category .show-content-blog {
  margin-top: 0px;
}

.sidebar-content {
  margin-top: 60px;
}

.sidebar-content .col-left {
  flex: 1;
  /*overflow-x: hidden;*/
}

.sidebar-content .col-right {
  width: 300px;
  padding-left: 45px;
  padding-top: 12px;
  text-align: center;
  position: relative;
}

.articles {
  display: inline-block;
  width: 100%;
}

.articles .column__child {
  position: relative;
  display: table;
  width: 100%;
  color: inherit;
  border-bottom: 1px solid #cfcfcf;
  padding: 18px 0;
}

.articles .column__image {
  position: relative;
  z-index: 1;
  width: 33%;
  display: table-cell;
}

.articles.blog-articles .column__image {
  width: 214px;
  height: 128px;
}

.articles .column__image .column__crown {
  position: absolute;
  top: -17px;
  left: -20px;
  z-index: 2;
  display: none;
  width: 55px;
}

.articles .column__child._hall .column__crown {
  display: block;
}

.articles .column__image__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.articles.blog-articles .column__image__inner {
  width: 100%;
  height: 100%;
}

.articles .column__image__inner img {
  width: 100%;
  vertical-align: middle;
  transition: transform 0.35s;
  object-fit: cover;
}

.articles.blog-articles .column__image__inner img {
  height: 100%;
  object-position: center;
}

.articles .column__child:hover .column__image__inner img {
  transform: scale(1.1);
}

.articles .column__desc {
  padding-bottom: 40px;
  padding-left: 24px;
  text-align: left;
}

.articles .column__desc {
  padding-bottom: 40px;
  padding-left: 20px;
  text-align: left;
  display: table-cell;
  vertical-align: top;
}

.articles .column__desc .column__title {
  padding-bottom: 40px;
  text-align: left;
  font-size: 1.2rem;
}

.articles .column__edit {
  position: absolute;
  bottom: 24px;
  left: calc(33% + 20px);
}

.articles.blog-articles .column__edit {
  left: calc(214px + 20px);
}

.articles .column__edit .column__edit__pic {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.articles .column__edit .column__edit__pic img {
  width: 100%;
  border-radius: 100%;
}

.articles .column__edit .column__edit__name {
  padding-left: 10px;
  color: #808080;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}

.category .cast-genre {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 60px;
}

.category .cast-genre .group-des {
  margin-top: 30px;
}

.category .cast-genre .list-service {
  margin-top: 30px;
}

.category .group-contact {
  margin: 130px 0px 100px 0px;
}

@media (max-width: 1260px) {
  .sidebar-content .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .category .load-more {
    padding: 0px 50px;
  }
}

@media (max-width: 1020px) {
  .category .load-more {
    padding: 0px 50px;
  }
}

@media (max-width: 960px) {
  .sidebar-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-content .col-right {
    width: 240px;
    padding-left: 30px;
  }

  .articles .column__image .column__crown {
    left: -15px;
    top: -15px;
    width: 45px;
  }

  .articles .column__edit .column__edit__pic {
    width: 40px;
  }

  .articles .column__desc .column__title {
    padding-bottom: 30px;
  }

  .articles .column__image {
    width: 47%;
  }

  .articles .column__edit {
    left: calc(47% + 20px);
  }
}

@media (max-width: 767px) {
  .sidebar-content {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }

  .sidebar-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar-content .col-left,
  .sidebar-content .col-right {
    display: inline-block;
    width: 100%;
  }

  .sidebar-content .col-left {
    width: 100%;
  }

  .sidebar-content .col-right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }

  .category .load-more {
    padding: 0;
  }

  .articles .column__child {
    max-width: 700px;
    margin: 0 auto;
  }

  .articles .column__image .column__crown {
    left: 0px;
    top: -12px;
    width: 45px;
  }

  .category .cast-genre {
    padding-top: 30px;
    margin-top: 30px;
  }

  .category .cast-genre .group-des {
    margin-top: 20px;
  }

  .sidebar-content .col-right .sidebar-group {
    margin: 0 auto;
    max-width: 400px;
    display: block;
    padding-bottom: 10px;
  }

  .sidebar-content .col-right .sidebar-group a {
    width: 100%;
  }

  .sidebar-content .col-right .sidebar-group a img {
    width: 100%;
  }
}

@media (max-width: 549px) {
  .sidebar-content .col-left .group-button {
    padding: 0px 5px;
  }

  .articles .column__child {
    max-width: 400px;
  }

  .articles .column__image,
  .articles .column__desc {
    display: inline-block;
    width: 100%;
  }

  .articles .column__desc {
    padding: 0;
  }

  .articles .column__desc .column__title {
    margin: 15px 0 20px;
    padding: 0;
  }

  .articles .column__edit .column__edit__pic {
    width: 40px;
  }

  .articles .column__edit {
    position: unset;
  }

  .articles .column__edit .column__edit__name {
    font-size: 0.66rem;
  }

  .articles.blog-articles .column__image {
    width: 100%;
    height: auto;
  }
}

/*
==============================================================
======================= category page ========================
==============================================================
*/
.category-page .sidebar-content {
  margin-top: 25px;
}

.category-page .cat-title {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
  /*margin-bottom: 10px;*/
}

.category-page .sidebar-content .col-right {
  margin-top: 55px;
}

.category-page .sidebar-content .articles .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;

  position: relative;
}

.category-page .sidebar-content .articles .grid:before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 0;
  border-bottom: 1px solid #cfcfcf;
}

.category-page .sidebar-content .articles {
  margin-bottom: 40px;
}

.category-page .sidebar-content .articles .column__child {
  width: 50%;
  display: inline-block;
  border-bottom: none;
  padding: 18px 7px 14px 7px;
}

.category-page .articles .column__image {
  display: inline-block;
  width: 100%;
}

.category-page .articles .column__desc {
  position: relative;
  padding: 40px 0px 0px 0px;
  display: inline-block;
  width: 100%;
}

.category-page .articles .column__edit {
  bottom: unset;
  top: -22px;
  left: 8px;
  z-index: 100;
}

.category-page .articles .column__desc .column__title {
  padding-bottom: 0;
}

.category-page .articles .column__edit .column__edit__pic img {
  border: 2px solid #fff;
}

.articles .column__edit .column__edit__name {
  vertical-align: bottom;
  padding-bottom: 2px;
}

.category-page .sidebar-content .articles .grid.full .column__child {
  width: 100%;
}

.category-page .sidebar-content .grid.full .column__image__inner {
  /*max-height: 240px;*/
}

.category-page .articles .column__image__inner {
  height: 230px;
}

.category-page .articles .column__image__inner img {
  height: 100%;
}

@media (max-width: 1100px) {
  .category-page .articles .column__image__inner {
    height: 220px;
  }
}

@media (max-width: 1024px) {
  /*.category-page .sidebar-content .grid.full .column__image__inner
    {
        max-height: 190px;
    }*/
  .category-page .articles .column__image__inner {
    height: 200px;
  }
}

@media (max-width: 960px) {
  /*.category-page .sidebar-content .grid.full .column__image__inner
    {
        max-height: 200px;
    }*/
  .category-page .articles .column__edit .column__edit__pic {
    width: 50px;
  }

  .category-page .articles .column__image__inner {
    height: 180px;
  }
}

@media (max-width: 860px) {
  /*.category-page .sidebar-content .grid.full .column__image__inner
    {
        max-height: 160px;
    }*/
}

@media (max-width: 767px) {
  .category-page .sidebar-content .col-right {
    margin-top: 15px;
  }

  .category-page .sidebar-content .articles {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 25px 0px 40px 0px;
  }

  .category-page .sidebar-content .articles .grid {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .category-page .sidebar-content .articles .grid:before {
    border-bottom: none;
  }

  .category-page .sidebar-content .articles .grid .column__child {
    width: 100%;
  }

  .category-page .articles .column__edit .column__edit__pic {
    width: 40px;
  }

  .category-page .sidebar-content .grid.full .column__image__inner {
    max-height: unset !important;
    height: auto;
  }

  .category-page .articles .column__edit {
    position: absolute;
    top: -18px;
  }

  .category-page .articles .column__desc {
    padding-top: 30px;
  }

  .category-page .articles .column__desc .column__title {
    margin: 0;
  }

  .category-page .sidebar-content .articles .column__child {
    border-bottom: 1px solid #cfcfcf;
    padding-left: 0;
    padding-right: 0;
  }

  .category-page .articles .column__image__inner {
    height: 230px;
  }
}

@media (max-width: 428px) {
  .category-page .articles .column__image__inner {
    height: 190px;
  }
}

/*
==============================================================
======================== End articles ========================
==============================================================
*/
/*
==============================================================
======================== pagination ==========================
==============================================================
*/
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px 0 40px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 7px 6px;
  vertical-align: top;
  border: 1px solid #231815;
  color: #1c1b1b;
  line-height: 100%;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: 33px;
  height: 33px;
  padding: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  border: none;
  position: relative;
  bottom: 1px;
}

.pagination .page-numbers.prev {
  background-image: url(../images/pagination_prev.png);
}

.pagination .page-numbers.next {
  background-image: url(../images/pagination_next.png);
}

.pagination .page-numbers.current {
  color: #fff;
  background: #231815;
}

/*
==============================================================
====================== End pagination ========================
==============================================================
*/
/*
==============================================================
====================== ANIMATION LOADER ======================
==============================================================
*/
.fl-loading-backdrop {
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fl-spinner {
  color: official;
  display: inline-block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.fl-spinner div {
  transform-origin: 30px 30px;
  animation: fl-spinner 1.2s linear infinite;
}

.fl-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  width: 5px;
  height: 16px;
  border-radius: 20%;
  background: #111;
}

.fl-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.fl-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.fl-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.fl-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.fl-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.fl-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.fl-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.fl-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.fl-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.fl-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.fl-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.fl-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes fl-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.small-loadmore .fl-spinner {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

.small-loadmore .fl-spinner div {
  transform-origin: 20px 20px;
}

.small-loadmore .fl-spinner div:after {
  top: 3px;
  left: 18px;
  width: 4px;
  height: 12px;
}

/*
==============================================================
===================== End ANIMATION LOADER ===================
==============================================================
*/
/*
==============================================================
======================= detail page ==========================
==============================================================
*/
.detail-page .detail-content > * {
  margin-bottom: 1.5rem;
}

.detail-page .sidebar-content {
  margin-top: 7px;
}

.detail-page .sidebar-content .col-left {
  padding-top: 8px;
  overflow: hidden;
}

.detail-page .sidebar-content .col-right {
  margin-top: 0px;
}

.detail-page .blog-text {
  margin-top: 0px;
}

.detail-page .detail-content {
  display: inline-block;
  width: 100%;
}

.detail-page .info {
  margin-bottom: 25px !important;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 5px;
}

.detail-page .info .info__image {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.detail-page .info .info__image img {
  width: 100%;
}

.detail-page .info__edit {
  position: relative;
  z-index: 2;
  padding-left: 12px;
  margin-top: -20px;
  margin-bottom: 17px;
}

.detail-page .info__edit .info__edit__pic {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.detail-page .info__edit .info__edit__pic img {
  border: 2px solid #fff;
  width: 100%;
  border-radius: 100%;
}

.detail-page .info__edit .info__edit__name {
  padding-left: 10px;
  color: #808080;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0 !important;
}

.detail-page .info__edit .info__edit__name .updated-date {
  display: inline-block;
  padding-left: 20px;
  background: url("../images/ic-time.png") no-repeat;
  background-size: 14px 14px;
  background-position: left 5px;
  margin-left: 20px;
}

.detail-page .info__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0 !important;
  border: none;
  padding: 0;
  letter-spacing: 0;
}

.detail-page .detail-content img {
  height: auto !important;
}

.detail-page .detail-content p {
  margin-bottom: 1.6rem;
}

.detail-page a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: all 0.35s;
  text-decoration: underline;
}

.detail-page h2:not(:first-child) {
  margin-top: 3rem;
}

.detail-page h2 {
  padding: 0.5em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.554;
  letter-spacing: -0.02em;
  border-top: solid 1px #1c1b1b;
  border-bottom: solid 1px #1c1b1b;
}

.detail-page .post h3 {
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.554;
  letter-spacing: -0.02rem;
  border-bottom: 3px dotted black;
  font-size: 22px;
  font-size: 1.46rem;
}

.detail-page strong {
  font-weight: bold;
}

.detail-page .detail-content blockquote {
  position: relative;
  padding: 20px 20px 20px 70px;
  margin-bottom: 20px;
  line-height: 2;
  border: 1px solid #efeff0;
  box-shadow: 0 3px 0 rgba(239, 239, 240, 0.4);
}

.detail-page .detail-content blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: #f2a70b;
  content: "“";
}

.detail-page .detail-content blockquote a {
  color: #eb564b;
  word-break: break-all;
}

/* 20230725追加ブログカード */
.blog_card {
  padding: 40px 25px 15px 25px;
  border: 1px solid #ccc;
  position: relative;
}

.blog_card p {
  margin-bottom: 0 !important;
}

.blog_card .cat {
  width: 165px;
  line-height: 23px;
  font-size: 11px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
  background-color: #00ffff;
}

/* .blog_card .wrap {
    display: flex;
} */

.blog_card .pic {
  width: 160px;
  height: 95px;
  margin-right: 20px;
  float: left;
}

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

.blog_card .txt {
  /* margin: 0 0 0 180px; */
}

.blog_card .txt .tit {
  margin: 0 0 0 180px;
  display: block;
  font-size: 17px;
  line-height: 1.65;
  font-weight: bold;
  text-decoration: none;
}

.blog_card .txt .url_wrap {
  margin: 0 0 0 180px;
  align-items: baseline;
  display: flex;
}

.blog_card .txt .url_wrap .logo {
  width: 15px;
  min-width: 15px;
}

.blog_card .txt .url {
  max-width: 500px;
  margin: 0 8px 10px;
  display: block;
  font-size: 9px;
  position: relative;
  line-height: 1.5;
  word-break: break-all;
}

.blog_card .desc {
  margin: 0 0 0 180px;
  font-size: 11px;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog_card .blog_card_btn a {
  width: 94px;
  margin: 5px 0 0 auto;
  line-height: 21px;
  display: block;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #808080;
}

@media (max-width: 768px) {
  .blog_card {
    padding: 35px 10px 15px 10px;
  }

  /* .blog_card .txt {
        width: calc(100% - 120px);
    } */

  .blog_card .txt .tit {
    margin: 0 0 0 130px;
    font-size: 14px;
  }

  .blog_card .pic {
    width: 120px;
    height: auto;
    margin-right: 10px;
  }

  .blog_card .txt .url_wrap {
    margin: 0 0 0 130px;
    align-items: baseline;
    display: flex;
  }

  .blog_card .txt .url_wrap .logo {
    width: 10px;
    min-width: 10px;
  }

  .blog_card .desc {
    margin: 0;
  }

  .blog_card .blog_card_btn {
    margin-top: 15px;
  }
}

/* //20230725追加ブログカード */

.detail-page-footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.detail-page-footer .tagcloud li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.detail-page-footer .tagcloud li a {
  display: block;
  padding: 2px 15px;
  margin-right: 5px;
  line-height: 1.554;
  border-radius: 14px;
  font-size: 0.8rem;
  background: #00ffff;
  text-decoration: underline;
}

.detail-page-footer .tagcloud li:hover a {
  background: #f3f3f3;
  opacity: 1;
}

.post-author {
  font-size: 0.75rem;
  padding: 15px;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 15px;
  line-height: 1.3;
  border: 1px solid #acacac;
}

.post-author::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

.post-author .author-image {
  float: left;
  width: 70px;
}

.post-author .author-content {
  margin-left: 85px;
  font-weight: bold;
}

.post-author .author-content .author-desc,
.post-author .author-content .author-meta {
  font-size: 0.75rem;
  padding-top: 20px;
  font-weight: normal !important;
  line-height: 1.3;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  color: #000;
  text-shadow: 1px 1px #dededf;
  background: #efeff0;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.post-navigation .nav-previous .link-text,
.post-navigation .nav-next .link-text {
  display: block;
  padding: 50px 40px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.post-navigation .adjacent-text {
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 0.8rem;
  border: 1px solid #000;
}

.related-posts {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 15px 0;
  margin-bottom: 30px;
}

.related-posts h3.title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.related-posts a {
  width: 33.33%;
  text-decoration: none;
  padding: 0 15px;
  font-size: 0.8rem;
  line-height: 140%;
}

.related-posts a .title {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.related-posts a .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 170px;
}

.related-posts a .img img {
  width: 100%;
  vertical-align: middle;
  transition: transform 0.35s;
  object-fit: cover;
  height: 100%;
}

.related-posts a:hover .img img {
  transform: scale(1.1);
}

.detail-page .detail-content .btn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 3.6rem;
  padding: 0 6rem;
  margin: 5px auto;
  line-height: 3.6rem;
  color: #8d795b;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.035rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #8d795b;
  border-top-color: rgb(141, 121, 91);
  border-right-color: rgb(141, 121, 91);
  border-bottom-color: rgb(141, 121, 91);
  border-left-color: rgb(141, 121, 91);
  border-radius: 30px;
  transition-duration: 200ms;
  transition-property: background-color;
  font-size: 0.93rem;
}

.detail-page .detail-content .btn {
  text-decoration: none;
  background-color: #2dc04a;
  border-color: #2dc04a;
}

.detail-page .detail-content .btn-primary {
  color: #fff;
}

.detail-page .detail-content .btn:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  transition: 0.3s;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/arrow-right-white-index.png") no-repeat;
  background-size: 10px 16px;
}

.detail-page .btn[href="contact.html"],
.detail-page .btn[href="/contact"] {
  text-decoration: none;
  background-color: #2dc04a;
  border-color: #2dc04a;
}

.detail-page .group-contact {
  margin-bottom: 50px;
}

.detail-page .detail-content ol,
.detail-page .detail-content ul {
  list-style-type: decimal;
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .related-posts a .img {
    height: 150px;
  }
}

@media (max-width: 960px) {
  .related-posts a .img {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .related-posts a {
    width: 33.33%;
    padding: 0 10px;
  }

  .post-navigation .nav-previous .link-text,
  .post-navigation .nav-next .link-text {
    padding: 30px;
  }

  .related-posts a .img {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .detail-page .col-left {
    margin-bottom: 40px;
  }

  .detail-page .sidebar-content .col-left {
    overflow: unset;
  }

  .detail-page .detail-page-footer {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .detail-page .info__title {
    font-size: 1.3rem;
  }

  .post-navigation .nav-previous .link-text,
  .post-navigation .nav-next .link-text {
    padding: 15px 11px;
  }

  .post-navigation,
  link-text,
  .post-navigation .adjacent-text {
    font-size: 0.75rem;
  }

  .related-posts {
    margin: 20px 0px;
  }

  .related-posts .related-post-inner,
  .related-posts a {
    display: inline-block;
    width: 100%;
  }

  .related-posts a {
    padding: 0;
    margin-top: 12px;
  }

  .related-posts a:first-child {
    margin-top: 0;
  }

  .related-posts a .img {
    width: 80px;
    height: auto;
    float: left;
    padding-right: 10px;
  }

  .related-posts a .title {
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .related-posts h3.title {
    margin-bottom: 10px;
  }
}

/*
==============================================================
======================= end  detail page =====================
==============================================================
*/

/*
==============================================================
========================= TOP =========================
==============================================================
*/
.bannerTop {
  position: relative;
}

.bannerTop img#height {
  width: 100%;
  opacity: 0;
  position: relative;
}

.line-img-top {
  position: absolute;
}

.line-img-top img {
  width: 100%;
}

.line-img-top.img1 {
  top: 0;
  left: 0;
  width: 11.7%;
}

.line-img-top.img2 {
  top: 0;
  left: 13.5%;
  width: 35%;
}

.line-img-top.img3 {
  top: 50px;
  left: 50.5%;
  width: 18%;
}

.line-img-top.img4 {
  top: 50px;
  right: 0;
  width: 29.3%;
}

.line-img-top.img5 {
  top: 32.9%;
  left: 0;
  width: 14%;
}

.line-img-top.img6 {
  top: 32.9%;
  left: 16%;
  width: 43%;
}

.line-img-top.img7 {
  top: 39%;
  right: 0;
  width: 39.7%;
}

.line-img-top.img8 {
  top: 64%;
  left: 0;
  width: 31.8%;
}

.line-img-top.img9 {
  top: 64%;
  left: 33.7%;
  width: 20.8%;
}

.line-img-top.img10 {
  top: 70.5%;
  right: 20px;
  width: 41.7%;
}

.youmaycasting {
  margin-top: 30px;
}

.border-text-top {
  position: relative;
  line-height: 100%;
}

.line-text-top img {
  width: 100%;
}

.line-text-top {
  position: absolute;
}

.line-text-top.text1 {
  top: 17%;
  left: 14.8%;
  width: 33.5%;
}

.line-text-top.text2 {
  top: 22.5%;
  left: 55.3%;
  width: 13.167%;
}

.line-text-top.text3 {
  top: 28.2%;
  left: 86.3%;
  width: 5.5%;
}

.line-text-top.text4 {
  left: 52.5%;
  top: 33%;
  width: 41.67%;
}

.line-text-top.text5 {
  left: 56.4%;
  top: 48.67%;
  width: 2.8%;
}

.line-text-top.text6 {
  top: 42.5%;
  left: 60%;
  width: 6.67%;
}

.line-text-top.text7 {
  left: 17.5%;
  top: 64%;
  width: 12.67%;
}

.line-text-top.text8 {
  left: 57%;
  top: 75%;
  width: 14.67%;
}

.border-text-top:before {
  border-bottom: 12px solid #79feff;
  content: "";
  bottom: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.border-text-top.w-out:before {
  width: 95%;
}

.titleYM2 {
  font-size: 2.73rem;
  line-height: 120%;
  margin-top: 50px;
  font-weight: bold;
}

.titleYM2 > div {
  margin-bottom: 15px;
}

.youmaycasting .content {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.youmaycasting .content .title {
  font-size: 2.13rem;
  line-height: 120%;
  font-weight: bold;
}

.youmaycasting .content .title > div {
  margin-bottom: 20px;
}

.youmaycasting .content .des {
  margin-top: 45px;
}

.youmaycasting .img {
  margin-top: 50px;
  overflow: auto;
}

.youmaycasting .img img {
  width: 1040px;
  max-width: unset;
}

.top-section1 {
  margin-top: 100px;
  position: relative;
}

.top-section1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  background-color: #f2f2f2;
  top: 110px;
  left: 0;
  transform: skewY(6deg);
  z-index: -2;
}

.top-section1 .title {
  font-size: 2.13rem;
  line-height: 170%;
  font-weight: bold;
}

.top-section1 .content {
  margin-top: 45px;
}

.top-section1 .list-cricle {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  grid-gap: 45px;
  flex-wrap: wrap;
}

.top-section1 .list-cricle .item {
  width: 217px;
  height: 217px;
  border: 1px solid #00ffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px #00ffff;
  font-size: 1.4rem;
}

.top-section1 .arrow {
  margin-top: 100px;
  position: relative;
  font-size: 2.73rem;
  font-weight: bold;
}

.top-section1 .arrow img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 40%;
  transform: translateY(-50%);
}

.button-link-top {
  width: 100%;
  max-width: 590px;
  margin: auto;
  margin-top: 75px;
  background-color: #000;
  padding: 20px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-size: 1.33rem;
  font-weight: bold;
  background: url("../images/arrow-right-white-index.png") no-repeat;
  background-color: #000;
  background-position: center right 30px;
  box-shadow: 2px 2px 5px #aaa;
  margin-bottom: 5px;
  color: #fff;
  transition: 0.2s;
}

.button-link-top:hover {
  color: #000;
  background-color: #fff;
  background-image: url("../images/arrow-right.png");
}

.button-link-top a {
  color: #fff;
}

.button-link-top img {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}

.top-section2 {
  margin-top: 110px;
}

.top-section2 .title {
  font-size: 2.13rem;
  font-weight: bold;
  text-align: center;
}

.top-section2 .des {
  margin-top: 50px;
}

.top-section2 .list-circle {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  flex-wrap: wrap;
}

.top-section2 .list-circle .item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00ffff;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  font-weight: bold;
  font-size: 1.06rem;
  text-align: center;
}

.border-bottom-top2 {
  margin-top: 110px;
  border-bottom: 2px solid #f2f2f2;
}

.top-section3 {
  margin-top: 110px;
}

.top-section3 .title {
  font-size: 2.13rem;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
}

.top-section3 .title .small {
  font-size: 18px;
}

.top-section3 .title .small.border-text-top:before {
  bottom: -2px;
}

.top-section3 .des {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
}

.top-section3 .group-boxshadow {
  justify-content: center;
  background-image: url(../images/top/bg-amodel.png);
}

.top-section3 .group-boxshadow.top {
  grid-gap: 90px;
  padding: 65px 70px;
}

.casting-blog {
  margin-top: 140px;
  padding: 60px 0;
  background: #f2f2f2;
  width: 100%;
  overflow: hidden;
}

.casting-blog .title {
  font-size: 2.13rem;
  font-weight: bold;
}

.casting-blog .des {
  margin-top: 40px;
}

.show-content-blog {
  margin-top: 60px;
}

.show-content-blog {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}

.casting-blog .show-content-left .button-link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.casting-blog .show-content-left .button-link a {
  color: #fff;
  line-height: 100%;
  padding: 10px 30px;
  border-radius: 12px;
  font-weight: bold;
  background: url("../images/top/link-blog-king-white.png") no-repeat;
  background-color: #000;
  background-position: center right 30px;
  padding-right: 55px;
  box-shadow: 2px 2px 5px #aaa;
}

.casting-blog .show-content-left .button-link a span {
  margin-left: 15px;
}

.show-content-right {
  position: relative;
  min-height: 360px;
}

.top-list-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 1210px;
}

.top-list-blog .item {
  position: relative;
  padding: 20px 30px;
}

.top-list-blog .item .box {
  margin-right: -10px;
}

.top-list-blog .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}

.top-list-blog .item .img {
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

.top-list-blog .item .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.top-list-blog .item .img img {
  opacity: 0;
}

.top-list-blog .item .item-des {
  margin-top: 15px;
}

.top-list-blog .item .item-des a {
  color: #000;
}

.button-slide {
  display: flex;
  margin-left: 200px;
}

.button-slide .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c8c9ca;
  margin: 0 10px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.button-slide .owl-dot.active {
  background: #231815;
}

.group-example.mt-110 {
  margin-top: 110px;
}

.title-example-talent.mt-75 {
  margin-top: 75px;
}

.list-scene-top {
  margin-top: 40px;
}

.list-scene-top > div {
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  overflow: hidden;
}

.content-list-scene {
  width: 2200px;
  margin-left: calc(100% / 2 - 2200px / 2);
}

.list-scene-top .item {
  padding: 0 10px;
}

.list-scene-top .item a {
  color: #000;
}

.list-scene-top .item .title {
  font-weight: bold;
  font-size: 1.467rem;
  margin-top: 30px;
}

.list-scene-top .item .des {
  margin-top: 5px;
}

.button-slide-scene {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.button-slide-scene .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c8c9ca;
  margin: 0 10px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.button-slide-scene .owl-dot.active {
  background: #231815;
}

.group-boxshadow .text.top {
  font-size: 1.33rem;
}

.top-news {
  margin-top: 95px;
}

.top-news .title {
  font-weight: bold;
  font-size: 2.13rem;
}

.top-news .list-news {
  margin-top: 40px;
}

.top-news .list-news .item {
  display: flex;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.top-news .list-news .item .item-left {
  width: 290px;
}

.top-news .list-news .item .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.top-news .list-news .item .name a {
  color: #000;
}

.top-news .list-news .item .time {
  font-size: 0.8rem;
  color: #999999;
}

.top-news .list-news .item .view-detail {
  margin-top: 10px;
  text-align: right;
}

.top-news .list-news .item .view-detail a {
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
}

.border-bottom-top2.mt-80 {
  margin-top: 80px;
}

.group-contact.mb-100 {
  margin-bottom: 100px;
}

.mb {
  display: none;
}

#arrow-casting-prev {
  display: none;
}

#arrow-casting-next {
  display: none;
}

#arrow-scene-next {
  display: none;
}

#arrow-scene-prev {
  display: none;
}

@media (max-width: 1024px) {
  .container2 {
    padding: 0 15px;
  }

  .content-list-scene {
    width: 100%;
    margin-left: 0;
  }

  .group-contact .link .icon-message {
    left: 0;
  }
}

@media (max-width: 768px) {
  .list-scene-top .item .des {
    /* font-size: 0.65rem !important; */
    font-size: 0.93rem !important;
    line-height: 1.3 !important;
    -webkit-text-size-adjust: 100%;
  }

  .list-scene-top .item .des a {
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
  }

  .list-scene-top .item .title {
    font-size: 1rem !important;
    line-height: 140% !important;
  }

  .list-scene-top .item .title a {
    font-size: 1rem !important;
    line-height: 140% !important;
  }

  .line-img-top.img1 {
    left: 0;
    top: 0;
    width: 18.4%;
  }

  .line-img-top.img2 {
    right: 0;
    left: unset;
    top: 0;
    width: 79.4%;
  }

  .line-img-top.img3 {
    top: 39.2%;
    left: 22.2%;
    width: 39.2%;
  }

  .line-img-top.img4 {
    right: 0;
    left: unset;
    top: 26%;
    width: 35.8%;
  }

  .line-img-top.img5 {
    display: none;
  }

  .line-img-top.img6 {
    display: none;
  }

  .line-img-top.img7 {
    right: 0;
    top: 70.37%;
    width: 65%;
  }

  .line-img-top.img8 {
    top: 51.18%;
    right: 0;
    left: unset;
    width: 36.2%;
  }

  .line-img-top.img9 {
    top: 39.2%;
    left: 0;
    width: 20.2%;
  }

  .line-img-top.img10 {
    left: 0;
    top: 70.37%;
    width: 32.2%;
    right: unset;
  }

  .line-text-top.text1 {
    top: 21.5%;
    left: 4%;
    width: 64.6%;
  }

  .line-text-top.text2 {
    top: 57.27%;
    left: 22%;
  }

  .line-text-top.text3 {
    right: 4%;
    left: unset;
    top: 48.25%;
    width: 9.6%;
  }

  .line-text-top.text4 {
    top: 65.18%;
    left: 4%;
    width: 92%;
  }

  .line-text-top.text5 {
    display: none;
  }

  .line-text-top.text6 {
    top: 75.8%;
    left: 34.2%;
    width: 12.6%;
  }

  .line-text-top.text7 {
    width: 13.6%;
    top: 51.1%;
    left: 67.4%;
  }

  .line-text-top.text8 {
    display: none;
  }

  .container2 {
    padding: 0 15px;
  }

  .titleYM2 {
    font-size: 1.67rem;
    margin-top: 25px;
  }

  .titleYM2.pc {
    display: none;
  }

  .titleYM2.mb {
    display: block;
  }

  .titleYM2 > div {
    margin-bottom: 10px;
  }

  .border-text-top:before {
    border-bottom: 8px solid #79feff;
    bottom: -5px;
  }

  .top-section1 .border-text-top:before {
    border-bottom: 6px solid #79feff;
    bottom: 2px;
  }

  .youmaycasting .border-text-top:before {
    border-bottom: 6px solid #79feff;
    bottom: 2px;
  }

  .youmaycasting .content {
    margin-top: 40px;
  }

  .youmaycasting .content .title {
    font-size: 1.2rem;
  }

  .youmaycasting .content .title > div {
    margin-bottom: 0px;
    line-height: 160%;
  }

  .text-wrap-mb {
    display: flex;
    flex-wrap: wrap;
  }

  .youmaycasting .content .des {
    margin-top: 30px;
    font-size: 0.85rem;
  }

  .youmaycasting .img {
    margin-right: -15px;
    margin-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    overflow-x: scroll;
  }

  .youmaycasting .img::-webkit-scrollbar {
    height: 8px;
  }

  .youmaycasting .img::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  .youmaycasting .img::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .youmaycasting .img img {
    width: 700px;
  }

  .top-section1 {
    margin-top: 70px;
  }

  .top-section1 .title {
    font-size: 1.33rem;
  }

  .top-section1:before {
    top: 70px;
    height: calc(100% - 180px);
  }

  .top-section1 .content {
    margin-top: 30px;
    font-size: 0.93rem;
  }

  .top-section1 .list-cricle {
    grid-row-gap: 30px;
    grid-column-gap: 25px;
  }

  .top-section1 .list-cricle .item {
    width: 137px;
    height: 137px;
    padding: 5px;
    text-align: center;
    line-height: 150%;
    font-size: 1rem;
  }

  .juscenter-mb {
    justify-content: center;
  }

  .aligncenter-mb {
    align-items: center;
  }

  .top-section1 .arrow {
    margin-top: 15px;
    text-align: center;
  }

  .top-section1 .arrow img.pc {
    display: none;
  }

  .top-section1 .arrow img.mb {
    display: block;
    position: unset;
    transform: unset;
    max-height: 83px;
    width: unset;
    margin: auto;
  }

  .top-section1 .arrow .text-arrow .border-text-top {
    text-align: center;
    padding-right: 0;
    font-size: 1.867rem;
    line-height: 150%;
  }

  .top-section1 .arrow .text-arrow {
    text-align: center;
    padding-right: 0 !important;
    margin-top: 30px;
  }

  .button-link-top {
    margin-left: 35px;
    margin-right: 35px;
    font-size: 1rem;
    padding: 5px 40px;
    min-height: 70px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-position: center right 15px;
  }

  .button-link-top img {
    right: 15px;
  }

  .group-contact .contact-main {
    padding: 30px 25px !important;
  }

  .group-contact .link a {
    background-position: center right 15px !important;
    font-size: 1.2rem !important;
    padding: 15px 20px !important;
    width: 100%;
    line-height: 160% !important;
  }

  .group-contact .link > div {
    display: flex;
    width: 100%;
  }

  .group-contact .link a .icon-arrow-right {
    display: none;
  }

  .group-contact {
    margin: 100px 0 !important;
  }

  .group-contact .link {
    margin-top: 15px !important;
    margin-bottom: 10px;
  }

  .group-contact .link .pc {
    display: none;
  }

  .group-contact .link .mb {
    display: block;
  }

  .group-contact .link .icon-message img {
    max-width: unset !important;
  }

  .group-contact .link .icon-message {
    left: -25px !important;
    bottom: 35px !important;
  }

  .top-section2 {
    margin-top: 70px;
  }

  .top-section2 .title {
    font-size: 1.5rem;
    padding: 0 15px;
  }

  .top-section2 .title .border-text-top {
    line-height: 160%;
  }

  .top-section2 .title .border-text-top:before {
    bottom: 0;
  }

  .top-section2 .des {
    font-size: 0.93rem;
    margin-top: 35px;
  }

  .top-section2 .list-circle {
    grid-gap: 10px;
  }

  .top-section2 .list-circle .item {
    height: 107px;
    width: 107px;
    font-size: 0.8rem;
    line-height: 150%;
  }

  .top-section2 .button-link-top {
    margin-top: 50px;
  }

  .border-bottom-top2 {
    display: none;
  }

  .top-section3 {
    margin-top: 50px;
  }

  .top-section3 .title {
    font-size: 1.5rem;
  }

  .top-section3 .title .border-text-top {
    margin-bottom: 15px;
  }

  .top-section3 .title .border-text-top:before {
    border-bottom: 10px solid #00ffff;
    bottom: -7px;
  }

  .top-section3 .title .small.border-text-top:before {
    bottom: -7px;
  }

  .top-section3 .title br {
    display: none;
  }

  .top-section3 .title .border-text-top.mb-fortitle2:before {
    bottom: 1px !important;
  }

  .top-section3 .des {
    display: block;
  }

  .top-section3 .des > div:nth-child(1) {
    float: right;
  }

  .top-section3 .des > div:nth-child(1) img {
    width: 127px;
  }

  .top-section3 .group-boxshadow.top {
    display: block;
    padding: 110px 25px 20px 25px;
    background-image: url("../images/top/bg-amodel-mb.png");
    background-size: cover;
    border-radius: 10px;
  }

  .top-section3 .group-boxshadow.top .logo-boxshadow img {
    width: 127px;
  }

  .top-section3 .group-boxshadow.top .text.top {
    margin-top: 15px;
    font-size: 1rem;
  }

  .top-section3 .group-boxshadow.top .text.top a {
    margin: unset;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
  }

  .casting-blog {
    margin-top: 45px;
    padding: 40px 0;
  }

  .casting-blog .title {
    font-size: 1.5rem;
  }

  .casting-blog .des {
    font-size: 0.93rem;
  }

  .show-content-blog {
    display: block;
  }

  .show-content-blog .show-content-left {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .show-content-blog .show-content-left img {
    max-width: 200px;
  }

  .casting-blog .show-content-left .button-link {
    margin-top: 0px;
    display: unset;
  }

  .casting-blog .show-content-left .button-link a {
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    background: url("../images/top/link-blog-king.png") no-repeat;
    background-color: #fff;
    background-position: center right 10px;
    padding-right: 30px;
    font-size: 14px;
  }

  .show-content-blog {
    margin-top: 80px;
  }

  .top-list-blog {
    width: 100%;
    position: unset;
  }

  .top-list-blog .item .img {
    height: 180px;
  }

  .top-list-blog .item .box {
    margin-right: 0;
  }

  .casting-blog .show-content-right {
    margin-top: 20px;
    min-height: unset;
    margin-right: -50px;
    margin-left: -10px;
  }

  .casting-blog .show-content-right .button-slide {
    margin: auto;
    justify-content: center;
  }

  .casting-blog .button-slide .owl-dot {
    margin: 0 5px;
  }

  .top-list-blog .item .item-des {
    margin-top: 10px;
    font-size: 0.65rem !important;
    line-height: 130% !important;
  }

  .top-list-blog .item .item-des a {
    font-size: 0.65rem !important;
    line-height: 130% !important;
  }

  #arrow-casting-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 11;
    border: none;
    background: none;
    transform: translate3d(-10px, -50%, 0) rotate(180deg);
    background: url("../images/arrow-right.png") no-repeat;
    background-position: center center;
    height: 28px;
    width: 26px;
    padding: 0;
    display: none;
  }

  #arrow-casting-prev img {
    display: none;
  }

  #arrow-casting-next {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    border: none;
    background: none;
    transform: translate3d(10px, -50%, 0);
    background: url("../images/arrow-right.png") no-repeat;
    background-position: center center;
    height: 28px;
    width: 26px;
    display: none;
  }

  .top-list-blog .item {
    padding: 10px 10px;
  }

  .top-list-blog .item .icon {
    width: 25px;
  }

  .group-example.mt-110 {
    margin-top: 60px;
  }

  .title-example-talent.mt-75 {
    margin-top: 50px;
  }

  .title-small-expample-talent {
    display: none;
  }

  .group-list-example-talent {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .list-example-talent {
    min-height: 500px !important;
  }

  .list-example-talent {
    grid-template-columns: 40% auto !important;
  }

  .group-list-example-athlete {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .list-example-athlete {
    min-height: 500px !important;
  }

  .list-example-athlete {
    grid-template-columns: 55% auto !important;
  }

  .small-example-talent {
    display: none !important;
  }

  .content-list-scene {
    width: 100%;
    margin-left: unset;
    position: relative;
  }

  .list-scene-top {
    position: relative;
  }

  .list-scene-top .item .title {
    margin-top: 15px;
  }

  .list-scene-top .content-list-scene {
    width: 200%;
    margin-left: -50%;
  }

  .list-scene-top #arrow-scene-next {
    display: none !important;
  }

  .list-scene-top #arrow-scene-prev {
    display: none !important;
  }

  #arrow-scene-next {
    display: block;
    position: absolute;
    top: 21%;
    right: 5px;
    z-index: 11;
    border: none;
    background: none;
    padding: 0;
  }

  #arrow-scene-prev {
    display: block;
    position: absolute;
    top: 21%;
    left: 5px;
    z-index: 11;
    border: none;
    background: none;
    padding: 0;
    transform: rotate(180deg);
  }

  #arrow-scene-prev.not-text,
  #arrow-scene-next.not-text {
    top: 40%;
  }

  .button-slide-scene {
    margin-top: 25px;
  }

  .button-slide-scene .owl-dot {
    margin: 0 5px;
  }

  .list-scene-top .button-link-top {
    margin-top: 40px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .border-bottom-top2.active-mb {
    display: block;
    margin-top: 50px;
  }

  .top-news {
    margin-top: 50px;
  }

  .top-news .list-news .item {
    display: block;
  }

  .top-news .list-news .item .item-right {
    margin-top: 10px;
  }

  .group-ourService .main {
    display: block !important;
  }

  .group-ourService .main .left {
    text-align: center;
  }

  .group-ourService .main .left label {
    justify-content: center;
    margin-top: 10px;
  }

  .group-ourService .main .right {
    display: block !important;
    margin-top: 10px;
  }

  .group-contact.mb-100 {
    margin-bottom: 70px !important;
  }

  .home-contact .group-contact {
    margin-bottom: 70px !important;
    display: block;
  }

  .menu-small-example-talent {
    display: inline-block !important;
    text-align: left !important;
    padding: 0px 15px;
    line-height: 150%;
    position: relative;
    width: 100%;
  }

  .menu-small-example-talent .y-link {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
  }

  .menu-small-example-talent .break-line {
    display: block;
  }

  .menu-small-example-talent .note {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    text-align: right;
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 414px) {
  .group-contact .link a {
    font-size: 1.2rem !important;
    padding: 15px 20px !important;
    width: 100%;
    line-height: 160% !important;
  }

  .group-contact .link > div {
    display: flex;
    width: 100%;
  }

  .group-contact .link a .icon-arrow-right {
    display: none;
  }

  .group-contact {
    margin: 100px 0 !important;
    margin-bottom: 70px !important;
  }

  .group-contact .link {
    margin-top: 15px !important;
    margin-bottom: 10px;
  }

  .group-contact .link .pc {
    display: none;
  }

  .group-contact .link .mb {
    display: block;
  }

  .group-contact .link .icon-message img {
    max-width: unset !important;
  }

  .group-contact .link .icon-message {
    left: -25px !important;
    bottom: 60px !important;
  }

  .list-example-talent {
    min-height: 350px !important;
  }

  .list-example-athlete {
    min-height: 280px !important;
  }

  .top-list-blog .item .img {
    height: 150px;
  }
}

@media (max-width: 375px) {
  .ml-30-mb375 {
    margin-left: 30px;
  }

  .mr-30-mb-375 {
    margin-right: 30px;
  }

  .youmaycasting .content .des {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 374px) {
  .youmaycasting .content .des {
    font-size: 0.8rem !important;
  }
}

/*
==============================================================
========================= END TOP =========================
==============================================================
*/
/*
==============================================================
========================= MENU =========================
==============================================================
*/
.menu {
  background: #000000;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.menu .logo {
  width: 175px;
}

.menu .logo a {
  width: 100%;
}

.menu .logo img {
  width: 100%;
}

.container-menu {
  max-width: 1425px;
  margin: auto;
}

.aligncenter {
  align-items: center;
}

.juscenter {
  justify-content: center;
}

.jusbetween {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.menu-contact .info-tel img {
  max-width: 133px;
}

.menu-contact .grid {
  display: grid;
  grid-template-columns: auto auto auto;
}

.menu-contact .contact-li {
  padding: 20px;
  color: #fff;
  height: 100%;
}

.menu-contact .contact-li.info-des {
  background: #00ffff;
  color: #000;
  font-size: 0.867rem;
  line-height: 150%;
  height: 100%;
  min-height: 84px;
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.menu-contact .contact-li.info-mail {
  font-size: 0.867rem;
  line-height: 150%;
  padding-right: 0;
}

.menu-contact .contact-li.info-mail img {
  max-width: 34px;
}

.menu-contact .contact-li.info-mail a {
  color: #fff;
}

.list-menu-text {
  display: flex;
}

.list-menu-text .li {
  padding: 0 25px;
  color: #fff;
  font-size: 1.33rem;
  line-height: 100%;
  text-align: center;
  height: 84px;
  max-height: 100%;
}

.list-menu-text .li .li-main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.list-menu-text .li .li-main svg {
  height: 16px;
  width: auto;
  fill: #fff;
}

.list-menu-text > .li.hasSubmenu .li-main:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #4d4d4d;
  display: none;
}

.list-menu-text .li.hasSubmenu.show-sub-menu .show-sub-parent-menu ul.submenu {
  max-height: 100%;
  display: block;
  animation: activeSubmenu 1 linear 0.2s;
  z-index: 9999999;
}

.list-menu-text > .li.hasSubmenu:hover .li-main:before,
.list-menu-text .li.hasSubmenu.active .li-main:before,
.list-menu-text > .li.hasSubmenu.show-sub-menu .li-main:before {
  display: block;
}

.list-menu-text .li > .li-main > a {
  color: #fff;
}

.list-menu-text .li.active > .li-main > a {
  color: #00ffff;
}

.list-menu-text .li:hover > .li-main svg,
.list-menu-text .li.hasSubmenu.show-sub-menu .li-main svg {
  fill: #00ffff;
  opacity: 1;
}

.list-menu-text .li .li-main .small {
  font-size: 0.67rem;
  font-weight: 600;
  color: #828282;
  margin-top: 5px;
  text-align: center;
}

.list-menu-text .li:hover > .li-main > a,
.list-menu-text .li.hasSubmenu.show-sub-menu > .li-main > a {
  opacity: 1;
  color: #00ffff;
}

.list-menu-text .li.active .li-main .small {
  color: #fff;
}

.list-menu-text .li:hover .li-main .small,
.list-menu-text .li.hasSubmenu.show-sub-menu .li-main .small {
  color: #00ffff;
}

.list-menu-text .li .container-menu {
  height: 0;
  overflow: hidden;
  animation: slideUpContainer 1 linear 0.4s;
  /*display: block;*/
}

/*sub menu ======================*/
.main-menu-child {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  /*background: #4d4d4d;*/
  display: none;
}

.main-menu-child:before {
  content: "";
  background: #4d4d4d;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.main-menu-child > li {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #4d4d4d;
}

.main-menu-child > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #828282;
  font-size: 0.73rem;
  height: 50px;
}

.main-menu-child > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background: #616161;
}

.main-menu-child > li:nth-child(1) > a:after {
  display: none;
}

.main-menu-child .submenu {
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  /*max-height: 0;*/
  -webkit-transition: all 1.5s ease;
  transition: all 0.5s ease;
  background: #a6a6a6;
  overflow: hidden;
  display: none;
}

.main-menu-child .submenu .submenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  /*padding: 0 20px;*/
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.main-menu-child .submenu .item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.main-menu-child .submenu .item a {
  display: inline-block;
  padding: 15px 20px;
  color: #d9d9d9;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  font-size: 0.73rem;
  height: 50px;
  position: relative;
}

.main-menu-child .submenu .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background: #d9d9d9;
}

.main-menu-child .submenu .item:nth-child(1) a:after {
  display: none;
}

.main-menu-child > li:hover > a,
.main-menu-child > li.active > a,
.main-menu-child li ul li:hover a,
.main-menu-child li ul li.active a,
.main-menu-child .hasSubmenu.show-sub-parent-menu > a {
  color: #00ffff;
  opacity: 1;
}

/*.main-menu-child .hasSubmenu.active > a:before*/
.main-menu-child .hasSubmenu:hover > a:before,
.main-menu-child .hasSubmenu.show-sub-parent-menu > a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #a6a6a6;
}

.main-menu-child > li:hover .submenu,
.main-menu-child > li.active .submenu {
  max-height: 100%;
  display: block;
  animation: activeSubmenu 1 linear 0.2s;
}

.main-menu-child > li:hover .submenu {
  z-index: 9999999;
}

.main-menu-child li .submenu .item a:hover,
.main-menu-child li .submenu .item.active a {
  color: #00ffff;
  opacity: 1;
}

.menu .hasSubmenu:hover .main-menu-child {
  display: block;
  /*animation: activeSubmenu 1 linear 0.2s;*/
}

.menu .menucategory-show.hasSubmenu:hover .main-menu-child {
  display: none;
}

.menu .hasSubmenu.blogcategory-show:hover .main-menu-child {
  display: none;
}

body#b-work .m-works svg {
  fill: #00ffff;
}

.list-menu-text .li.hasSubmenu.show-sub-menu .main-menu-child {
  padding-bottom: 50px !important;
  display: block;
  animation: activeSubmenu 1 linear 0.2s;
}

@keyframes slideUpContainer {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes slideDownContainer {
  0% {
    height: 0;
    overflow: hidden;
  }

  99% {
    overflow: hidden;
  }

  100% {
    height: 100%;
    overflow: unset;
  }
}

@keyframes BeforeNoneActiveMenu {
  0% {
    height: 100%;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes BeforeActiveMenu {
  0% {
    height: 0;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@keyframes activeTextList {
  0% {
    transform: translateY(-100%);
  }

  30% {
    transform: translateY(-100%);
  }

  99% {
    transform: translateY(0%);
  }

  100% {
    transform: unset;
  }
}

@keyframes activeSubmenu {
  0% {
    height: 0;
  }

  100% {
    height: 50px;
  }
}

.color-grey {
  color: #666666;
}

/* Active menu */
.list-menu-text .li.active svg {
  fill: #00ffff;
}

/* END fix active menu */
.menu-mobile {
  display: none;
}

.menu-mobile-icon {
  position: absolute;
  right: 15px;
  top: 50% !important;
  margin-top: -13px;
}

.menu-mobile-icon button {
  border: none;
  background: none;
  cursor: pointer;
}

.menu-mobile-icon button:hover {
  opacity: 1;
}

.menu-mobile-icon button .menu-bar > div {
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  width: 36px;
  transition: 0.2s;
}

.menu-mobile-icon button .menu-bar > div:nth-child(3) {
  margin-bottom: 0;
}

.menu-mobile-icon button.active .menu-bar div:nth-child(2) {
  opacity: 0;
}

.menu-mobile-icon button.active .menu-bar div:nth-child(1) {
  transform: translate3d(0px, 8px, 0) rotate(25deg);
}

.menu-mobile-icon button.active .menu-bar div:nth-child(3) {
  transform: translate3d(0px, -10px, 0) rotate(-25deg);
}

.menu-mobile-icon button .menu-bar > div:nth-child(2) {
  /*width: 25px;*/
  transition: 0s;
}

.menu-mobile-icon button span {
  color: #fff;
  font-size: 10px;
}

.menu-mobile {
  overflow: auto;
}

.menu-mobile-list {
  display: none;
}

.menu-mobile-list .li {
  font-size: 0.867rem;
}

.menu-mobile-list .li .en {
  /*font-weight: bold;
    font-size: 17px;*/
  line-height: 100%;
}

.menu-mobile-list .li .jp {
  font-size: 0.8rem;
  padding-right: 25px !important;
  background: url("../images/arrow-right-mb.png") no-repeat;
  background-position: center right 0px;
}

.menu-mobile-list .li .en svg {
  height: 15px;
}

.menu-mobile-list .li .icon {
  margin-left: 10px;
}

.menu-mobile-list .li-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #e2e2e0;
}

.menu-mobile-list .li-head > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-mobile-list .li-head button {
  border: none;
  background: none;
  padding-right: 25px;
  background: url("../images/arrow-right-mb-noactive.png") no-repeat;
  background-color: none;
  background-position: center right 0px;
}

.menu-mobile-list .li-head button.active {
  background-image: url("../images/arrow-right-mb-active.png");
}

.submenu-mobile {
  background: #f2f2f2;
  border-bottom: 1px solid #e2e2e0;
  display: none;
}

.submenu-mobile > .submenu-li {
  padding: 0 10px;
}

.submenu-mobile-child {
  padding-left: 15px;
  padding-bottom: 15px;
}

.submenu-mobile-child > .submenu-child-li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e0;
}

.submenu-mobile > .submenu-li > .li-head-sub {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e0;
  padding: 8px 15px;
  padding-right: 0;
}

.submenu-mobile > .submenu-li > .li-head-sub a {
  font-weight: normal;
}

.submenu-mobile > .submenu-li > .li-head-sub > a {
  width: 100%;
  font-size: 1.06rem;
  display: flex;
  justify-content: space-between;
}

.submenu-mobile > .submenu-li > .li-head-sub button {
  border: none;
  background: none;
  background: url("../images/arrow-right-mb.png") no-repeat;
  background-color: none;
  background-position: center right 0px;
  padding-right: 25px;
}

.submenu-mobile-child > .submenu-child-li > .li-head-child {
  display: flex;
  justify-content: space-between;
}

.submenu-mobile-child > .submenu-child-li > .li-head-child a {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  display: flex;
}

.menu-mobile-list .li a {
  display: flex;
  padding: 0px 0;
  color: #000;
  align-items: center;
  justify-content: space-between;
}

.menu-mobile-contact {
  margin-top: 20px;
  padding: 0 30px;
}

.menu-mobile-phone {
  background: #000;
  height: 58px;
  padding: 0 25px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 340px;
  margin: auto;
  margin-bottom: 20px;
}

.menu-mobile-phone a {
  color: #fff;
}

.menu-mobile-phone .number {
  font-weight: bold;
}

.menu-mobile-phone img {
  width: 32px;
  margin-right: 10px;
}

.menu-mobile-phone .text {
  font-size: 0.867rem;
  line-height: 120%;
}

.menu-mobile-phone .text .time {
  font-size: 0.67rem;
}

.menu-mobile-email {
  height: 58px;
  padding: 0 25px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 340px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  background: #000 url("../images/arrow-right-white.png") no-repeat;
  background-position: right 15px center;
}

.menu-mobile-email .icon-email {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.menu-mobile-email .icon-email img {
  width: 20px;
}

.menu-mobile-email .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-mobile-contact .text-des {
  background-color: #eae6df;
  height: 58px;
  padding: 0 25px;
  border-radius: 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}

.menu-mobile-contact .text-des a {
  color: #000;
}

.button-menu-bot {
  display: none;
  width: 100%;
  border: none;
  background: #00ffff;
  height: 30px;
  font-weight: bold;
  position: relative;

  align-items: center;
  justify-content: center;
}

.button-menu-bot {
  opacity: 1;
}

.button-menu-bot:hover {
  opacity: 1;
}

.button-menu-bot {
}

.button-menu-bot .icon {
  transition: 0.2s;
}

.button-menu-bot.active .icon {
  transform: rotate(180deg);
}

.button-menu-bot .active {
  display: none;
  width: 75px;
  text-align: left;
}

.button-menu-bot .no-active {
  width: 75px;
  text-align: left;
}

.button-menu-bot.active .active {
  display: block;
}

.button-menu-bot.active .no-active {
  display: none;
}

.menu-contact2 {
  margin-top: 30px;
  padding: 0 20px;
}

.menu-contact2 .link-button {
  display: flex;
  justify-content: center;
}

.menu-contact2 .link-button > a {
  width: 100%;
  padding: 8px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  max-width: 375px;
  background: url("../images/arrow-right-type2.png") no-repeat;
  background-color: #000;
  background-position: center right 10px;
}

.link-not-arrow {
  margin-top: 10px;
  padding: 0 10px;
  padding-bottom: 120px;
}

.link-not-arrow .link-li {
  padding: 10px;
  /*margin: 0 5px;*/
  border-bottom: 1px solid #e2e2e0;
}

.link-not-arrow .link-li a {
  color: #000;
}

.list-menu-text .li.blog-menu .text {
  padding: 5px 0;
}

.menu-mobile-list ul.parent {
  display: inline-block;
  width: 100%;
  transition: opacity 0.25s ease 0.35s;
}

.menu-mobile-list ul.parent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: left;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  transition: opacity 0.25s ease 0.35s;
  color: #000;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #e2e2e0;
  background: url("../images/arrow-right-mb.png") no-repeat;
  background-position: center right 10px;
}

.menu-mobile-list ul.parent a .en {
  font-size: 1.1rem;
  font-weight: 500;
}

.menu-mobile-list ul.parent a .jp {
  font-size: 0.8rem;
  line-height: 100%;
  position: relative;
  bottom: 1px;
}

.menu-mobile-list ul.parent li svg {
  height: 16px;
  padding-top: 2px;
}

.menu-mobile-list li.submenu > a {
  background: url("../images/arrow-right-mb-noactive.png") no-repeat;
  background-position: center right 5px;
}

.menu-mobile-list li.submenu.open > a {
  background: url("../images/arrow-right-mb-active.png") no-repeat;
  background-position: center right 5px;
}

.menu-mobile-list ul.parent > li {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-mobile-list ul.parent > li > ul > li {
  padding-left: 20px;
}

.menu-mobile-list ul.parent > li > ul > li > a {
  padding-left: 0;
}

.menu-mobile-list ul.parent ul {
  display: none;
  background: #f5f5f5;
}

.menu-mobile-list ul.parent ul li:last-child a {
  border-bottom: none;
}

.menu-mobile-list ul.parent ul li.open:last-child a {
  border-bottom: 1px solid #e2e2e0;
}

.menu-mobile-list ul.parent ul ul li {
  padding-left: 10px;
}

.menu-mobile-list ul.parent ul ul li a {
  padding-left: 0;
}

.menu-mobile-list ul.parent ul li ul li a {
  border-bottom: 1px solid #e2e2e0 !important;
}

@media (max-width: 1455px) {
  .menu .logo {
    width: 140px;
  }
  .container-menu {
    padding: 0 10px;
  }
  .list-menu-text .li {
    padding: 0 20px;
  }
}

@media (max-width: 1360px) {
  .menu-contact .contact-li.info-tel {
    display: flex;
    align-items: center;
  }

  .menu-contact .contact-li.info-mail {
    line-height: 120%;
  }

  .menu-contact .contact-li.info-mail div.flex {
    display: block;
    text-align: center;
  }

  .menu-contact .contact-li.info-mail div.flex img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }

  .menu-contact .contact-li {
    padding: 10px;
  }
}

@media (max-width: 1250px) {
  .list-menu-text .li {
    padding: 0 13px;
  }
}

@media (max-width: 1116px) {
  .menu .logo {
    width: 120px;
  }
  .list-menu-text .li svg {
    height: 14px;
  }
}
@media (max-width: 1150px) {
  .list-menu-text .li {
    padding: 0 5px;
  }
}

@media (max-width: 1001px) {
  .menu .logo {
    width: 150px;
  }
}

@media (max-width: 1000px) {
  .menu .logo {
    padding: 10px 0;
    width: 150px;
  }

  .menu .logo img {
  }

  .menu .menu-text,
  .menu .menu-contact {
    display: none;
  }

  .menu-mobile {
    display: block;
  }

  .menu {
    top: 0;
    left: 0;
    z-index: 2222;
    width: 100%;
    background: none;
  }

  .menu.active .menu-mobile-list {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    background: #fff;
    overflow: auto;
    animation: opacityMenu 0.2s linear 1;
    top: 100%;
    background: #fff;
    z-index: 1000;
    padding-bottom: 15%;
  }

  .menu-mobile .menu-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(0, 0, 0, 0.7);
    z-index: 900;
    transition: 0.3s;
    height: calc(100vh - 50px);
  }

  @keyframes opacityMenu {
    0% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }

  .menu .container-menu {
    background: #000;
    width: 100%;
  }

  .button-menu-bot {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu .logo {
    width: 175px;
  }
}

@media (max-width: 767px) {
  .menu .logo {
    width: 120px;
    padding: 12px 0;
  }
}

@media (max-width: 413px) {
  .menu-mobile-phone img {
    padding-top: 5px;
  }

  .menu-mobile-phone {
    padding-right: 10px;
    /*font-size: 0.9rem;*/
    font-size: 1.1rem;
  }

  .menu-mobile-phone .text {
    font-size: 0.8rem;
  }
}

@media (max-width: 374px) {
  .menu-mobile-contact {
    padding: 0 20px;
  }

  .menu-mobile-phone,
  .menu-mobile-email {
    padding: 0 15px;
  }

  .menu-mobile-phone {
    /*font-size: 0.75rem;*/
    font-size: 0.9rem;
  }

  .menu-mobile-phone .text {
    /*font-size: 0.65rem;*/
    font-size: 0.75rem;
  }
}

/* new mega menu ============================ */
.wrap-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #4d4d4d;
  max-height: calc(100vh - 150px);
  overflow: auto;
  display: none;
  transition: 0.3s;
  z-index: 1000;
}

.mega-menu-backdrop {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  background: rgb(255, 255, 255, 0.7);
  height: calc(100vh - 82px);
  overflow: hidden;
  display: none;
  transition: 0.3s;
  z-index: 900;
}

.wrap-mega-menu .container {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 901;
}

.wrap-mega-menu a {
  color: #f2f2f2;
  font-size: 0.8rem;
  line-height: 1.3;
  display: block;
  padding: 6px 0;
}

.wrap-mega-menu .mega-menu-inner {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
  padding: 25px 0;
}

.wrap-mega-menu .col-menu {
  text-align: left;
  border-right: 1px solid #707070;
  padding: 0 30px;
  min-width: 250px;
}

.wrap-mega-menu .col-menu:last-child {
  border-right: none;
}

.wrap-mega-menu .submenu {
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  margin-bottom: 20px;
}

.wrap-mega-menu.blog .mega-menu-inner .col-menu:first-child .mega-menu-item {
  padding-left: 25px;
}

.wrap-mega-menu.blog .mega-menu-inner .col-menu:first-child .mega-menu-item:first-child {
  padding-left: 0px;
}

.wrap-mega-menu .mega-menu-item {
}

.wrap-mega-menu .hasSubmenu > a {
  margin-bottom: 10px;
  font-size: 1rem;
}

/*.wrap-mega-menu .col-menu a.active,*/
.wrap-mega-menu .col-menu a:hover {
  opacity: 1;
  color: #00ffff;
}

.wrap-mega-menu .col-menu a.no-href:hover {
  color: #f2f2f2;
}

.wrap-mega-menu .close-mega-menu {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 33px;
  height: 47px;
  background: url("../images/close-menu.png") no-repeat;
}

.menu .hasSubmenu:hover .wrap-mega-menu {
  display: block;
  -webkit-animation: aniFade 0.3s;
  animation: aniFade 0.3s;
}

.menu .hasSubmenu:hover .mega-menu-backdrop {
  display: block;
  -webkit-animation: aniFade 0.3s;
  animation: aniFade 0.3s;
}

@-webkit-keyframes aniFade {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes aniFade {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.wrap-mega-menu.blog .mega-menu-inner .col-menu:first-child .mega-menu-item:last-child {
  padding-bottom: 24px;
}

/*
==============================================================
========================= End MENU =========================
==============================================================
*/

/*
==============================================================
========================= SERVICE =========================
==============================================================
*/
.banner-pageService {
  background: url("../images/service/banner-pageService.png") no-repeat top right;
  background-size: 100%;
  padding-bottom: 0px;
}

.banner-pageService .main {
  padding-top: 250px;
}

.banner-pageService .main .img-youmay {
  max-width: 574px;
}

.banner-pageService .title-banner {
  font-size: 2.73rem;
  font-weight: bold;
  line-height: 170%;
  margin-top: 60px;
}

.banner-pageService .title-banner .big {
  font-size: 3.6rem;
}

.banner-pageService .des-banner {
  max-width: 1050px;
  font-size: 0.93rem;
  margin-top: 60px;
  line-height: 180%;
}

.banner-pageService .line-img {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin-top: 80px;
}

.banner-pageService .line-img img {
  left: 50%;
  top: 0;
  z-index: 11;
  position: relative;
  transform: translateX(-50%);
  max-width: unset;
}

.banner-pageService .contact-service {
  margin-top: 60px;
  display: flex;
  max-width: auto;
}

.banner-pageService .contact-service .title-info-contact {
  font-size: 2.2rem;
  font-weight: bold;
}

.banner-pageService .contact-service .link {
  margin-top: 40px;
}

.banner-pageService .contact-service .link a {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 5px 5px 20px #bbb;
  position: relative;
  background: url(../images/service/arrow-contactService2.png) no-repeat;
  background-position: center right 30px;
  background-color: #00ffff;
  opacity: 1;
}

.banner-pageService .contact-service .link a:hover {
  opacity: 0.7;
}

.banner-pageService .contact-service .title-info-contact .big {
  font-size: 3rem;
}

.banner-pageService .contact-service .phone {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}

.banner-pageService .contact-service .phone > div {
  line-height: 100%;
  font-size: 1.8rem;
}

.banner-pageService .contact-service .phone .big {
  font-size: 2.6rem;
  margin-left: 10px;
}

.banner-pageService .contact-service .phone .small {
  font-size: 1.4rem;
}

.banner-pageService .contact-service .border-text-service:before {
  border-bottom: 12px solid #79feff;
}

.group-service1 {
  margin-top: 110px;
  overflow: hidden;
}

.group-service1 .title {
  display: flex;
  align-items: flex-end;
  font-size: 2.33rem;
  font-weight: bold;
}

.group-service1 .title > div img {
  vertical-align: middle;
  width: 565px;
  max-width: 100%;
}

.group-service1 .title > div {
  line-height: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #00ffff;
  display: flex;
}

.group-service1 .content {
  display: grid;
  grid-template-areas: "gridServiceA gridServiceB" "gridServiceA gridServiceC";
  grid-template-columns: 275px auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 55px;
}

.group-service1 .content .img {
  grid-area: gridServiceA;
  text-align: center;
}

.group-service1 .content .content-title {
  grid-area: gridServiceB;
  font-size: 1.867rem;
  font-weight: bold;
  line-height: 170%;
}

.group-service1 .content .content-title .big {
  font-size: 2.33rem;
}

.group-service1 .content .content-des {
  grid-area: gridServiceC;
  line-height: 30px;
  font-size: 14px;
}

.group-imgService1 {
  overflow: auto;
  margin-top: 70px;
}

.list-groupService1 {
  margin-top: 100px;
}

.list-groupService1 .item {
  display: grid;
  grid-template-areas: "gridA gridB" "gridC gridB";
  grid-column-gap: 50px;
  margin-bottom: 100px;
}

.list-groupService1 .item:nth-child(2n) {
  grid-template-areas: "gridB gridA" "gridB gridC";
}

.list-groupService1 .item .title-item {
  grid-area: gridA;
  font-weight: bold;
  font-size: 2.13rem;
  line-height: 170%;
}

.list-groupService1 .item .title-item .small {
  font-size: 1.8rem;
}

.list-groupService1 .item .img-item {
  grid-area: gridB;
  width: 220px;
  position: relative;
}

.list-groupService1 .item .img-item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
}

.list-groupService1 .item:nth-child(2n) .img-item img {
  left: unset;
  right: 0;
}

.list-groupService1 .item:last-of-type {
  margin-bottom: 0;
}

.list-groupService1 .item .des-item {
  grid-area: gridC;
  margin-top: 20px;
  line-height: 30px;
  font-size: 0.93rem;
}

.group-contactService {
}

.group-contactService .yellow-contact {
  background: #ffff00;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.73rem;
  margin-top: -15px;
}

.group-contactService .yellow-contact .big {
  font-size: 4rem;
}

.group-contactService .yellow-contact .big .text-letter-spacing {
  letter-spacing: -30px;
  margin-left: -10px;
}

.group-contactService .yellow-contact .small {
  font-size: 2rem;
}

.group-contactService .yellow-contact > div {
  display: flex;
  align-items: flex-end;
  line-height: 100%;
}

.group-contactService .yellow-contact > div > div {
  line-height: 100%;
}

.group-contactService .info-contact {
  max-width: 1040px;
  margin: auto;
  margin-top: 60px;
}

.group-contactService .info-contact .title-info-contact {
  font-size: 2.33rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.group-contactService .info-contact .title-info-contact > div {
  line-height: 100%;
}

.group-contactService .info-contact .title-info-contact .big {
  font-size: 3.33rem;
}

.group-contactService .info-contact .link {
  display: flex;
  margin-top: 45px;
}

.group-contactService .info-contact .link a {
  width: 100%;
  background: #00ffff;
  min-height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.33rem;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 5px 5px 20px #bbb;
  position: relative;
  background: url("../images/service/arrow-contactService.png") no-repeat;
  background-position: center right 50px;
  background-color: #00ffff;
}

.group-contactService .info-contact .link a .arrow {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}

.group-contactService .info-contact .phone {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}

.group-contactService .info-contact .phone > div {
  line-height: 100%;
  font-size: 2rem;
}

.group-contactService .info-contact .phone .big {
  font-size: 3rem;
  margin-left: 10px;
}

.group-contactService .info-contact .phone .small {
  font-size: 1.33rem;
}

.border-text-service {
  position: relative;
  line-height: 100%;
}

.border-text-service:before {
  border-bottom: 14px solid #79feff;
  content: "";
  bottom: -3px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.border-text-service.w-out:before {
  width: 95%;
}

.border-service {
  border-bottom: 2px solid #f2f2f2;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.mt-110 {
  margin-top: 110px;
}

.group-circleService .title {
  font-size: 2.33rem;
  font-weight: bold;
  text-align: center;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  line-height: 100%;
}

.group-circleService .title > div {
  position: relative;
}

.group-circleService .title .icon {
  position: absolute;
  left: -65px;
  top: -75px;
  z-index: -1;
}

.group-circleService .list-circle {
  overflow: hidden;
  margin-top: 50px;
}

.group-circleService .list-circle .li {
  display: flex;
  justify-content: center;
  grid-gap: 45px;
  width: calc(234px * 7 + 45px * 6);
  position: relative;
  left: calc(50% - (234px * 7 + 45px * 6) / 2);
}

.group-circleService .list-circle .item {
  width: 234px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #79feff;
  border-radius: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
  /* cursor: pointer; */
  transition: 0.2s;
}

.group-circleService .list-circle .li:nth-child(2) {
  margin-top: calc(120px / 2 * -1);
}

.group-circleService .list-circle .li:nth-child(2) .item {
  /* opacity: 0.5; */
  z-index: 2;
}

.group-circleService .list-circle .li:nth-child(3) .item {
  /* opacity: 0.2; */
  z-index: 1;
}

.group-circleService .list-circle .li:nth-child(3) {
  margin-top: calc(120px / 2 * -1);
}

.group-circleService .list-circle .item:hover {
  /* opacity: 1 !important;
    z-index: 4 !important; */
}

.group-MainService {
  position: relative;
  margin-top: 20px;
}

.group-MainService .col-full-width {
  width: 100%;
  overflow: hidden;
}

.col-full-width {
  width: 100%;
  overflow: hidden;
}

.group-MainService:before {
  position: absolute;
  content: "";
  left: 0;
  top: 85px;
  width: 100%;
  height: calc(100%);
  background: #f1f2f7;
  clip-path: polygon(0 0, 50% 210px, 100% 0, 100% calc(100% - 210px), 50% 100%, 0 calc(100% - 210px));
  z-index: -2;
}

.group-MainService .title-main {
  text-align: center;
  font-weight: bold;
  font-size: 2.73rem;
  line-height: 160%;
}

.group-MainService .img-youmay {
  text-align: center;
  max-width: 574px;
  margin: auto;
  margin-top: 35px;
}

.group-MainService1 {
  margin-top: 110px;
}

.group-MainService1 .svg {
  position: relative;
}

.group-MainService1 .svg img {
  position: absolute;
  z-index: -1;
  height: 315px;
  top: -35px;
  left: -170px;
}

.group-MainService1 .title {
  font-weight: bold;
  font-size: 1.867rem;
  line-height: 160%;
  position: relative;
}

.group-MainService1 .title .zoom {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}

.group-MainService1 .des {
  margin-top: 35px;
  max-width: 900px;
}

.list-service {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.list-service .item {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 100%;
}

.list-service .item .notes {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 8px;
  color: #fff;
}

.list-service .item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.list-service .item img {
  opacity: 0;
}

.list-service .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold !important;
  color: #fff;
  font-size: 1.67rem;
  width: 100%;
  text-align: center;
  line-height: 140%;
}

.list-service a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.list-service a:hover {
  opacity: 1;
}

.group-MainService1 .view-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.group-MainService1 .view-more a {
  width: 100%;
  max-width: 590px;

  color: #fff;
  min-height: 70px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.33rem;
  font-weight: bold;
  background: url("../images/service/arrow-link.png") no-repeat;
  background-color: #000;
  background-position: center right 30px;
  transition: 0.2s;
}

.img-w112 {
  width: 112px;
}

.img-w124 {
  width: 124px;
}

.img-w160 {
  width: 160px;
}

.img-w260 {
  width: 260px;
}

.group-MainService1 .view-more a:hover {
  color: #000;
  background-color: #fff;
  background-image: url(../images/arrow-right.png);
}

.group-MainService1 .view-more a .arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
}

.group-MainService2 {
  margin-top: 120px;
  position: relative;
}

.group-MainService2 .svg {
}

.group-MainService2 .svg svg {
  position: absolute;
  z-index: -1;
  height: 315px;
  top: -35px;
  right: -30px;
  fill: #fff;
}

.group-MainService2 .title {
  font-weight: bold;
  font-size: 1.867rem;
  line-height: 160%;
}

.group-MainService2 .des {
  margin-top: 35px;
  max-width: 900px;
}

.group-MainService2 .list-service {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.group-MainService2 .list-service .item {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.group-MainService2 .list-service .item img {
  opacity: 0;
}

.group-MainService2 .list-service .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold;
  color: #fff;
  font-size: 1.67rem;
  white-space: nowrap;
}

.group-MainService2 .list-service a {
  color: #fff;
}

.group-MainService3 {
  margin-top: 90px;
}

.group-MainService3 .main {
  display: grid;
  grid-template-areas: "gridB gridA" "gridB gridC";
}

.group-MainService3 .title {
  font-size: 1.8rem;
  font-weight: bold;
  grid-area: gridA;
}

.group-MainService3 .img {
  grid-area: gridB;
}

.group-MainService3 .des {
  grid-area: gridC;
}

.group-MainService3 .content {
  flex: 1;
}

.group-MainService3 .des {
  font-size: 0.93rem;
  max-width: 575px;
  margin-top: 35px;
  line-height: 30px;
}

.group-MainService3 .des .view-detail {
  font-weight: bold;
  text-align: right;
  margin-top: 35px;
}

.group-MainService3 .des .view-detail a {
  color: #000;
  font-size: 1.33rem;
}

.group-MainService3 .des .view-detail a img {
  margin-left: 40px;
}

.group-exampleService .title {
  margin-bottom: 140px;
  font-size: 2.13rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-exampleService .title > div {
  position: relative;
  line-height: 100%;
}

.group-exampleService .title .icon {
  position: absolute;
  z-index: -1;
  top: -75px;
  left: 0;
}

.group-exampleService .title .icon img {
  max-height: 200px;
}

.group-example.exampleService {
  margin-top: 140px;
}

.list-service-top {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.list-service-top > div {
  max-width: 100%;
  overflow: hidden;
}

.content-list-service {
  width: 2200px;
  margin-left: calc(100% / 2 - 2200px / 2);
}

.list-service-top .item {
  padding: 0 10px;
}

.list-service-top .item a {
  color: #000;
}

.list-service-top .item .title {
  font-weight: bold;
  font-size: 1.467rem;
  margin-top: 30px;
}

.list-service-top .item .des {
  margin-top: 5px;
}

.button-slide-service {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.button-slide-service .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c8c9ca;
  margin: 0 10px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.button-slide-service .owl-dot.active {
  background: #231815;
}

.group-boxshadow .text.top {
  font-size: 1.33rem;
}

.group-tomorrow {
  margin-top: 110px;
}

.group-tomorrow .title {
  font-weight: bold;
  font-size: 2.33rem;
  line-height: 170%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.group-tomorrow .title .box {
  position: relative;
}

.group-tomorrow .title .box .icon {
  position: absolute;
  top: -50px;
  left: 5px;
  z-index: -1;
}

.group-tomorrow .title .top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}

.group-tomorrow .title .top span {
  line-height: 100%;
}

.group-tomorrow .title .big {
  font-size: 3rem;
}

.list-tomorrow {
  margin-top: 90px;
}

.list-tomorrow .item {
  display: grid;
  grid-template-areas: "gridA gridB" "gridA gridC";
  grid-gap: 0px;
  align-items: center;
  margin-bottom: 50px;
}

.list-tomorrow .item a {
  color: #000;
}

.list-tomorrow .item .img {
  padding: 0 25px;
  width: 175px;
  text-align: center;
  grid-area: gridA;
}

.list-tomorrow .item .content {
  grid-area: gridB;
}

.list-tomorrow .item .name {
  font-size: 1.8rem;
  font-weight: bold;
}

.list-tomorrow .item .small {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.list-tomorrow .item .des {
  margin-top: 15px;
  line-height: 30px;
  font-size: 0.93rem;
  grid-area: gridC;
}

.mt--20 {
  margin-top: -20px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.group-suportService {
  margin-top: 110px;
}

.group-suportService .title {
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.group-suportService .title .box {
  position: relative;
}

.group-suportService .title .box > div {
  margin-bottom: 20px;
}

.group-suportService .title .box .icon {
  position: absolute;
  top: -75px;
  left: -0px;
  z-index: -1;
}

.group-suportService .title .big {
  font-size: 3.3rem;
  line-height: 100%;
}

.group-suportService .content {
  display: grid;
  grid-template-areas: "gridA gridB";
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;

  max-width: 910px;
  margin: auto;
  margin-top: 45px;
}

.group-suportService .content .text {
  grid-area: gridA;
}

.group-suportService .content .img {
  grid-area: gridB;
}

.group-suportService .img-main {
  margin-top: 45px;
  overflow: auto;
}

.group-suportService .img-main img {
  max-width: 100%;
}

.group-logo {
  margin-top: 110px;
}

.group-logo .title {
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.group-logo .title .box {
  position: relative;
}

.group-logo .title .box > div {
  margin-bottom: 20px;
}

.group-logo .title .box .icon {
  position: absolute;
  top: -75px;
  left: 30px;
  z-index: -1;
}

.group-logo .title .big {
  font-size: 3.3rem;
  line-height: 100%;
}

.group-logo .list-logo {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  align-items: center;
  text-align: center;
}

.group-logo .list-logo .item {
}

.cost-service {
  margin-top: 80px;
}

.list-cost-service {
  margin-top: 50px;
}

.list-cost-service .item {
  margin-bottom: 50px;
}

.list-cost-service .item .top {
  display: flex;
  grid-gap: 20px;
  justify-content: center;
}

.list-cost-service .item .top .info {
  max-width: 775px;
}

.list-cost-service .item .info {
  border-bottom: 2px solid #79feff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.33rem;
  padding-bottom: 10px;
  font-weight: 500;
}

.list-cost-service .item .info .number {
  font-size: 2rem;
  font-weight: bold;
}

.list-cost-service .item .info .number .small-number {
  font-size: 1.4rem;
}

.list-cost-service .item .info .small {
  font-size: 1rem;
}

.group-service2 {
  margin-top: 80px;
  overflow: hidden;
}

.group-service2 .list {
  /*display: flex;
    justify-content: center;
    grid-gap: 30px;*/
  margin: auto;
  margin-top: 60px;
}

.group-service2 .list > .list-service2 {
  max-width: 1700px;
  margin: auto;
  padding: 0 30px;
}

.group-service2 .list .item {
  padding: 0 15px;
}

.group-service2 .list .item .name {
  font-weight: bold;
  font-size: 1.467rem;
  margin-top: 30px;
}

.group-service2 .list .item .name a {
  color: #000;
}

.group-service2 .list .item .des {
  margin-top: 5px;
}

.group-service2 .list .item .des a {
  color: #000;
}

@media (max-width: 1600px) {
  .group-circleService .list-circle {
    overflow: auto;
    margin-left: 10px;
    padding-bottom: 30px;
  }

  .group-circleService .list-circle .li {
    width: calc(192px * 7 + 40px * 6);
    left: 0;
  }

  .group-circleService .list-circle .li:nth-child(2) {
    margin-top: calc(100px / 2 * -1);
  }

  .group-circleService .list-circle .li .item {
    width: 192px;
    height: 192px;
    font-size: 0.93rem;
  }

  .group-circleService .list-circle::-webkit-scrollbar {
    height: 8px;
  }

  .group-circleService .list-circle::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  .group-circleService .list-circle::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .group-usageFlow .list-usageFlow.group4,
  .group-usageFlow .note-usageFlow.group4 {
    width: 1000px;
    padding-left: 80px;
  }

  .group-usageFlow .list-usageFlow.group3,
  .group-usageFlow .note-usageFlow.group3 {
  }

  .group-usageFlow .list-usageFlow.group4 {
  }
}

@media (max-width: 1330px) {
  .banner-pageService .main {
    max-width: 1000px;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .group-usageFlow .note-usageFlow-talent.group5,
  .group-usageFlow .list-usageFlow.group5 {
    width: 1200px;
    padding-left: 80px;
  }
}

@media (max-width: 900px) {
  .group-usageFlow .list-usageFlow.group3,
  .group-usageFlow .note-usageFlow.group3 {
    width: 780px;
    padding-left: 130px;
  }

  .group-contactService > div {
    padding: 0 15px;
  }

  .group-contactService .yellow-contact {
    height: unset;
    padding: 35px 15px;
    font-size: 1.5rem;
  }

  .group-contactService .yellow-contact > div {
    flex-wrap: wrap;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .group-contactService .yellow-contact .big {
    font-size: 2rem;
  }

  .group-contactService .yellow-contact .big .text-letter-spacing {
    letter-spacing: -10px;
    margin-left: -5px;
  }

  .group-contactService .yellow-contact .small {
    font-size: 1rem;
  }

  .group-contactService .info-contact {
    margin-top: 45px;
  }

  .group-contactService .info-contact .title-info-contact {
    flex-wrap: wrap;
    line-height: 100%;
    grid-row-gap: 15px;
    font-size: 1.67rem;
  }

  .group-contactService .info-contact .title-info-contact .big {
    font-size: 2.6rem;
  }

  .group-contactService .info-contact .link {
    margin-top: 20px;
  }

  .group-contactService .info-contact .link a {
    font-size: 1.467rem;
    min-height: 100px;
  }

  .group-contactService .info-contact .link a .pc {
    display: none;
  }

  .group-contactService .info-contact .link a .mb {
    display: block;
    text-align: center;
  }

  .group-contactService .info-contact .link a .arrow {
    right: 10px;
  }

  .group-contactService .info-contact .link a .arrow img {
    height: 30px;
  }

  .group-contactService .info-contact .phone > div {
    font-size: 1.8rem;
  }

  .group-contactService .info-contact .phone > div {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .group-suportService .img-main img {
    max-width: 200%;
  }

  .banner-pageService .contact-service {
    margin-top: 30px;
  }

  .banner-pageService .contact-service .mb {
    display: block;
  }

  .banner-pageService .contact-service .pc {
    display: none;
  }

  .banner-pageService .contact-service .title-info-contact {
    font-size: 1rem;
  }

  .banner-pageService .contact-service .title-info-contact .big {
    font-size: 1.67rem;
  }

  .banner-pageService .contact-service .link a {
    font-size: 1.4rem;
    text-align: center;
    background-position: center right 10px;
  }

  .banner-pageService .contact-service .phone > div {
    font-size: 1.2rem;
  }

  .banner-pageService .contact-service .phone .big {
    font-size: 1.8rem;
  }

  .banner-pageService .contact-service .phone .small {
    font-size: 0.8rem;
  }

  .banner-title {
    font-size: 1.2rem !important;
  }

  .banner-pageService .main {
    padding-top: 150px;
  }

  .banner-pageService {
    background-image: url("../images/service/banner-pageService-mb.png");
  }

  .banner-pageService .title-banner {
    font-size: 1.2rem;
    margin-top: 30px;
  }

  .banner-pageService .title-banner .big {
    font-size: 1.93rem;
  }

  .banner-pageService .line-img {
    margin-top: 50px;
  }

  .banner-pageService .des-banner {
    font-size: 0.93rem;
    margin-top: 40px;
  }

  .group-service1 {
    margin-top: 70px;
  }

  .group-service1 .title {
    flex-wrap: wrap;
    grid-row-gap: 10px;
    justify-content: center;
    font-size: 1.8rem;
  }

  .group-service1 .content {
    grid-template-areas: "gridServiceB" "gridServiceA" "gridServiceC";
    grid-template-columns: auto;
    display: block;
  }

  .group-service1 .content .content-title {
    clear: both;
    font-size: 1.33rem;
    text-align: center;
  }

  .group-service1 .content .content-title .big {
    font-size: 1.8rem;
  }

  .group-service1 .content .img {
    float: left;
    width: 110px;
    padding-right: 30px;
    margin-top: 50px;
  }

  .group-service1 .content .content-des {
    margin-top: 50px;
    font-size: 0.93rem;
  }

  .group-imgService1 {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-right: -15px;
    padding-right: 15px;
  }

  .group-imgService1::-webkit-scrollbar {
    height: 8px;
  }

  .group-imgService1::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  .group-imgService1::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .group-imgService1 img {
    max-width: 700px;
  }

  .list-groupService1 .item {
    grid-template-areas: "gridA" "gridB" "gridC";
    margin-bottom: 50px;
  }

  .list-groupService1 .item:nth-child(2n) {
    grid-template-areas: "gridA" "gridB" "gridC";
  }

  .list-groupService1 .item .img-item {
    text-align: center;
    width: unset;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -15px;
  }

  .list-groupService1 .item:nth-child(2n) .img-item {
    padding-left: 50px;
  }

  .list-groupService1 .item .img-item img {
    position: unset;
    max-width: 100%;
  }

  .list-groupService1 .item .title-item {
    font-size: 1.8rem;
  }

  .list-groupService1 .item .title-item .small {
    font-size: 1.2rem;
    line-height: 170%;
  }

  .group-circleService .title {
    font-size: 1.67rem;
    margin-top: 50px;
  }

  .group-circleService .title .icon {
    left: 0;
    top: -30px;
  }

  .group-circleService .title .icon img {
    height: 145px;
  }

  .text-gap-mb-10 {
    grid-row-gap: 10px;
  }

  .group-circleService .list-circle .li {
    width: calc(192px * 7 + 40px * 6);
    left: 0px;
  }

  .group-circleService .list-circle .li .item {
    width: 192px;
    height: 192px;
    font-size: 0.93rem;
  }

  .group-circleService .list-circle {
    overflow: auto;
    margin-left: 10px;
    padding-bottom: 30px;
  }

  .border-service.mt-110 {
    margin-top: 80px;
  }

  .group-circleService .list-circle::-webkit-scrollbar {
    height: 8px;
  }

  .group-circleService .list-circle::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  .group-circleService .list-circle::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .group-MainService .title-main {
    font-size: 1.6rem;
    text-align: center;
  }

  .group-MainService .img-youmay {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }

  .group-MainService:before {
    clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
    top: 120px;
  }

  .group-MainService1 {
    margin-top: 45px;
  }

  .group-MainService1 .title {
    font-size: 1.46rem;
    padding-right: 85px;
  }

  .group-MainService1 .title .zoom {
    transform: translateY(-30px);
  }

  .group-MainService1 .title .zoom img {
    height: 190px;
  }

  .group-MainService1 .svg {
    margin-left: -25px;
  }

  .group-MainService1 .svg img {
    top: 165px;
    left: 0;
    height: 192px;
    transform: rotate(90deg) translate3d(0, 50%, 0);
  }

  .group-MainService1 .des {
    margin-top: 35px;
    font-size: 0.93rem;
  }

  .list-service {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .list-service .text {
    font-size: 1.4rem;
  }

  .group-MainService1 .view-more a {
    font-size: 1rem;
  }

  .group-MainService1 .view-more a .pc {
    display: none;
  }

  .group-MainService1 .view-more a .mb {
    display: block;
    text-align: center;
  }

  .group-MainService1 .view-more a .arrow {
    right: 10px;
  }

  .group-MainService1 .view-more a .arrow img {
    width: 25px;
    height: 20px;
  }

  .group-MainService2 {
    margin-top: 90px;
  }

  .group-MainService2 .title {
    font-size: 1.46rem;
    text-align: center;
  }

  .group-MainService2 .svg {
    position: relative;
    margin-left: -15px;
  }

  .group-MainService2 .svg svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    transform: rotate(90deg) translate3d(37%, 140%, 0);
    right: unset;
  }

  .group-MainService2 .list-service .text {
    font-size: 1.4rem;
  }

  .group-MainService3 {
    margin-top: 50px;
  }

  .group-MainService3 .title {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: center;
  }

  .group-MainService3 .main {
    grid-template-areas: "gridA" "gridB" "gridC";
  }

  .group-MainService3 .main .img {
    margin-left: -15px;
    margin-top: 50px;
  }

  .group-MainService + .group-contactService {
    margin-top: 120px !important;
  }

  .group-example.exampleService {
    margin-top: 50px;
  }

  .group-exampleService .title {
    font-size: 1.67rem;
  }

  .group-exampleService .title .icon {
    top: -35px;
  }

  .group-exampleService .title .icon img {
    height: 150px;
  }

  .group-example.exampleService .title-example-talent.mt-75 {
    margin-top: 20px;
  }

  .group-exampleService .title {
    margin-bottom: 80px;
  }

  .group-example.exampleService .title-small-expample-talent {
    display: block;
    margin-top: 25px;
  }

  .content-list-SERVICE {
    width: 200%;
    margin-left: calc(100% / 2 - 100%);
  }

  .list-service-top .item .title {
    margin-top: 15px;
    font-size: 1rem;
  }

  .list-service-top .item .des {
    font-size: 0.8rem;
  }

  .button-slide-SERVICE {
    margin-top: 30px;
  }

  .list-service-top .button-link-top {
    margin-top: 40px;
    min-height: 55px;
  }

  .group-tomorrow {
    margin-top: 60px;
  }

  .group-tomorrow .title {
    font-size: 1.67rem;
    line-height: 100%;
  }

  .group-tomorrow .title .top {
  }

  .group-tomorrow .title .top span {
    font-size: 1.8rem;
  }

  .group-tomorrow .title .box .icon {
    top: -40px;
  }

  .group-tomorrow .title .box .icon img {
    height: 150px;
  }

  .list-tomorrow {
    margin-top: 50px;
  }

  .list-tomorrow .item {
    grid-template-areas: "gridA gridB" "gridC gridC";
    grid-template-columns: 100px auto;
  }

  .list-tomorrow .item:nth-child(2n) {
    grid-template-areas: "gridB gridA" "gridC gridC";
    grid-template-columns: auto 100px;
  }

  .list-tomorrow .item .img {
    width: 100px;
    padding-left: 0;
    padding-right: 30px;
  }

  .list-tomorrow .item:nth-child(2n) .img {
    padding-left: 30px;
    padding-right: 0;
  }

  .list-tomorrow .item .img img {
    transform: translateY(-30px);
  }

  .list-tomorrow .item:nth-child(2n) .img img {
    transform: translateY(-0px);
  }

  .list-tomorrow .item .name {
    font-size: 1.33rem;
  }

  .list-tomorrow .item .small {
    font-size: 1.2rem;
  }

  .list-tomorrow .item .des {
    margin-top: 0;
  }

  .group-suportService {
    margin-top: 70px;
  }

  .group-suportService .title .big {
    font-size: 1.67rem;
  }

  .group-suportService .title {
    font-size: 1.67rem;
  }

  .group-suportService .title .box > div {
    margin-bottom: 10px;
  }

  .group-suportService .title .box .icon {
    top: -35px;
  }

  .group-suportService .title .box .icon img {
    max-height: 150px;
  }

  .group-suportService .content .img {
    margin-right: -15px;
    text-align: center;
  }

  .group-suportService .content {
    grid-template-areas: "gridB" "gridA";
    grid-template-columns: repeat(1, 1fr);
  }

  .group-suportService .img-main {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-right: -15px;
  }

  .group-suportService .img-main img {
    margin-right: 15px;
  }

  .group-suportService .img-main::-webkit-scrollbar {
    height: 8px;
  }

  .group-suportService .img-main::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  .group-suportService .img-main::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .group-logo {
    margin-top: 50px;
  }

  .group-logo .title .big {
    font-size: 1.67rem;
  }

  .group-logo .title {
    font-size: 1.67rem;
  }

  .group-logo .title .box > div {
    margin-bottom: 10px;
  }

  .group-logo .title .box .icon {
    top: -25px;
    left: 0;
  }

  .group-logo .title .box .icon img {
    max-height: 150px;
  }

  .group-logo .list-logo {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, 1fr);
  }

  .group-contactService .info-contact .link a {
    background-size: 15px;
    background-position: center right 20px;
  }

  .group-MainService3 .des .view-detail {
    text-align: center;
    display: flex;
    align-items: center;
  }

  .group-MainService3 .des .view-detail a {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #000;
    font-size: 1.2rem;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/service/arrow-link-grey.png") no-repeat;
    background-color: #fff;
    background-position: center right 20px;
  }

  .group-MainService3 .des .view-detail a img {
    display: none;
  }

  .group-service2 {
    margin-top: 40px;
  }

  .group-service2 .list {
    /*width: 200%;*/
    margin-top: 40px;
    /*margin-left: -50%;*/
    padding: 0 25%;
  }

  .group-service2 .list .item {
    padding: 0 5px;
  }

  .group-service2 .slick-list {
    overflow: unset;
  }

  .group-service2 .list > .list-service2 {
    padding: 0;
  }

  .group-service2 .list .item .name {
    margin-top: 10px;
    font-size: 1rem;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .group-service2 .list .item .name a {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .group-service2 .list .item .des {
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
  }

  .group-service2 .list .item .des * {
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
  }

  .group-service2 .list .item .des a {
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
  }

  .group-usageFlow {
    margin-top: 40px;
  }

  .cost-service {
    margin-top: 50px;
  }

  .cost-service + .border-service.mt-80 {
    margin-top: 50px;
  }

  .list-cost-service .item {
    margin-bottom: 20px;
  }

  .list-cost-service .item .top {
    align-items: center;
  }

  .list-cost-service .item .top .info {
    display: block;
    font-size: 0.93rem;
  }

  .list-cost-service .item .info .number {
    font-size: 1.45rem;
  }

  .list-cost-service .item .top .info > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 549px) {
  .banner-pageService .main .img-youmay img {
    width: 210px;
  }

  .list-service {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .list-service .item {
    height: 80px;
    padding-top: 0;
    overflow: hidden;
  }

  .list-service .item:nth-child(1) {
    background-image: url(../images/service/list1-1-mb_20230804.png) !important;
  }

  .list-service .item:nth-child(2) {
    background-image: url(../images/service/list1-2-mb_20230804.png) !important;
  }

  .list-service .item:nth-child(3) {
    background-image: url(../images/service/list1-3-mb_20230804.png) !important;
  }

  .list-service .item:nth-child(4) {
    background-image: url(../images/service/list1-4r-mb.png) !important;
  }

  .list-service .item:nth-child(5) {
    background-image: url(../images/service/list1-5-mb_20230804.png) !important;
  }

  .list-service .item:nth-child(6) {
    background-image: url(../images/service/list1-6-mb_20230804.png) !important;
  }

  .group-MainService2 .list-service {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .group-MainService2 .list-service .item {
    height: 80px;
    overflow: hidden;
    background-position: center !important;
  }

  .group-MainService2 .list-service .item:nth-child(1) {
    background-image: url("../images/service/list2-1-mb.png") !important;
  }

  .group-MainService2 .list-service .item:nth-child(2) {
    background-image: url("../images/service/list2-2-mb.png") !important;
  }

  .group-MainService2 .list-service .item:nth-child(3) {
    background-image: url("../images/service/list2-3-mb.png") !important;
  }

  .group-logo .list-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
  }

  .group-logo .list-logo .item {
    width: calc(100% / 3 - 40px);
  }
}

@media (max-width: 389px) {
  .group-MainService1 .title {
    font-size: 1.3rem;
  }
}

@media (max-width: 374px) {
  .group-MainService1 .title {
    font-size: 1.2rem;
    padding-right: 80px;
  }
}

/*
==============================================================
========================= End SERVICE =========================
==============================================================
*/
/*
==============================================================
========================= INDEX =========================
==============================================================
*/
img {
  vertical-align: middle;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner-title {
  position: absolute;
  top: 0%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 2.133rem;
  font-weight: 500;
}

.banner-title .pc {
  line-height: 140%;
  white-space: nowrap;
}

.banner-des-small {
  font-size: 0.67rem;
  text-align: right;
}

.text-content-title {
  margin-top: 110px;
}

.text-content-title .title {
  font-size: 1.67rem;
  font-weight: bold;
}

.text-content-title .des {
  max-width: 1000px;
  margin: auto;
  margin-top: 55px;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
}

.typeActor {
  margin-top: 155px;
}

.group-content {
  padding-left: 65px;
  margin-bottom: 65px;
}

.group-title {
  font-size: 1.867rem;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  padding-left: 0;
}

.group-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: 2px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #00ffff;
  display: none;
}

.group-title-none {
  font-size: 1.867rem;
  font-weight: bold;
  position: relative;
}

.group-des {
  margin-top: 50px;
  font-size: 0.93rem;
}

.list-actor {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.list-actor .item {
  min-height: 300px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.list-actor .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

.list-actor .item .text a {
  color: #fff;
  font-size: 1.667rem;
}

.service-articles {
  position: relative;
  background: #f2f2f2;
  padding: 50px 0;
  margin-top: 110px;
}

.service-articles .col-full-width {
  overflow: hidden;
}

.service-articles .title {
  font-size: 2.13rem;
  font-weight: bold;
  color: #e3e3e3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.service-articles .title svg {
  height: 23px;
  fill: #e3e3e3;
}

.font12 {
  font-size: 12px;
}

.list-articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  max-width: 1030px;
  margin: auto;
}

.list-articles .item {
  position: relative;
}

.list-articles .item .img {
  height: 165px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.list-articles .item .img img {
  opacity: 1;
  transition: 0.5s;
}

.list-articles .item .text {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 140%;
}

.list-articles .item .text a {
  color: #1c1b1b;
}

.list-articles .item .icon {
  position: absolute;
  top: -15px;
  left: -13px;
  width: 37px;
}

.list-articles .item:hover .img img {
  transform: scale(1.3);
}

.group-contact {
  margin: 150px 0;
}

.group-contact .text-mb {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 0.8rem;
  display: none;
}

.group-contact .contact-main {
  border: 3px solid #000;
  padding: 40px 0;
  position: relative;
}

.group-contact .contact-main .title img {
  height: 25px;
}

.group-contact .contact-main:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 75px;
  border-left: 1px solid #000;
  top: -60px;
}

.group-contact .title {
  font-size: 2.33rem;
  font-weight: bold;
}

.group-contact .title svg {
  height: 25px;
}

.group-contact .link {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.group-contact .link > div {
  position: relative;
  display: inherit;
}

.group-contact .link .icon-message {
  position: absolute;
  left: -100px;
  bottom: 25px;
}

.group-contact .link .icon-message img {
  max-width: 164px;
}

.group-contact .link a {
  padding: 25px 160px;
  background: #00ffff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #aaa;
  line-height: 100%;
  font-size: 1.33rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  position: relative;
  background: url("../images/arrow-right.png") no-repeat;
  background-color: #00ffff;
  background-position: center right 30px;
}

.group-contact .link a .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
}

.list-feelings {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

.list-feelings .item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  height: 95px;
  position: relative;
}

.list-feelings .item:hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.list-feelings .item .text {
  white-space: nowrap;
  font-size: 1.067rem;
  font-weight: bold;
}

.list-feelings .item .text a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
}

.group-plan-index {
  margin-top: 110px;
}

.group-plan-index .list-plan {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.group-plan-index .list-plan .item {
  height: 145px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  position: relative;
}

.group-plan-index .list-plan .item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.group-plan-index .list-plan .item:hover a {
  opacity: 1;
  z-index: 2;
}

.group-plan-index .list-plan .item .img {
  opacity: 0;
}

.group-plan-index .list-plan .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
}

.group-plan-index .list-plan .item .text a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.list-menu-bot {
  margin-bottom: 60px;
  color: #999999;
}

.list-menu-bot span {
  margin: 0 10px;
}

.list-menu-bot a {
  font-size: 0.667rem;
  color: #999999;
}

.ml-100 {
  margin-left: 100px;
}

.group-ourService {
  background: #bfbfbf;
  padding: 45px 0;
  position: relative;
}

.group-ourService .main {
  display: flex;
  align-items: flex-start;
  grid-gap: 35px;
  margin-right: -90px;
}

.group-ourService .title {
  font-size: 2.13rem;
  font-weight: bold;
  color: #e3e3e3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.group-ourService .title svg {
  height: 23px;
  fill: #e3e3e3;
}

.group-ourService .main label {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.group-ourService .main label:after {
  position: absolute;
  content: ">";
  left: 100%;
  color: #fff;
  font-weight: bold;
  transform: translateX(5px);
}

.group-ourService .main .left img {
  max-width: 168px;
}

.group-ourService .main .left label > div {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
}

.group-ourService .main .left label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group-ourService .main .left label input:checked + div:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000;
  top: 3px;
  left: 3px;
}

.group-ourService .main .right label > div {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  display: none;
}

.group-ourService .main .right label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group-ourService .main .right label input:checked + div:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  top: 2px;
  left: 2px;
}

.group-ourService .main a {
  color: #000;
}

.group-ourService .main .left {
}

.group-ourService .main .right {
  flex: 1;
}

.group-ourService .main .right > div {
  display: flex;
  align-items: center;
  grid-gap: 35px;
  flex-wrap: wrap;
  font-weight: 500;
}

.group-ourService .main .right > div.for-top {
  grid-gap: 60px;
  grid-row-gap: 10px;
  margin-top: 0px;
  font-size: 12px;
}

.group-ourService .main .right > div.for-bot {
  grid-gap: 45px;
  grid-row-gap: 10px;
  margin-top: 20px;
  font-size: 0.93rem;
}

.group-ourService .main .right > div.for-top label.first {
  font-size: 1.4rem;
  font-weight: 500;
}

.group-ourService .main .right > div.for-top label.first > div {
  width: 20px;
  height: 20px;
}

.home-contact .group-contact {
  margin-bottom: 100px;
  display: block;
}

.for-top-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

@media (max-width: 1360px) {
  .group-ourService .main {
    margin-right: unset;
  }
}

@media (max-width: 1300px) {
  .group-ourService .main {
    margin-right: unset;
  }
}

@media (max-width: 1200px) {
  .list-articles {
    padding: 0 15px;
  }

  .list-articles .item .img {
    height: unset;
  }
}

@media (max-width: 1000px) {
  .banner {
    /*margin-top: 105px;*/
    margin-top: 0;
  }

  .list-feelings {
    grid-template-columns: repeat(3, 1fr);
  }

  .feelings .group-content {
    margin-bottom: 30px;
  }

  .group-plan-index .list-plan {
    grid-template-columns: repeat(3, 1fr);
  }

  .text-content-title {
    padding: 0 15px;
  }

  .group-contact .link .icon-message {
    left: -20px;
  }
}

@media (max-width: 768px) {
  .group-contact .text-mb {
    display: block;
  }

  .group-ourService .main {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group-ourService .main .left {
    padding-bottom: 10px;
    border-bottom: 1px solid #808080;
    display: none !important;
  }

  .group-ourService .main .right > div.for-top {
    margin-top: 0;
    display: block;
    text-align: left;
  }

  .group-ourService .main .right {
    margin-top: 0;
  }

  .group-ourService .main .right label {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #808080;
    padding: 0px 5px;
  }

  .group-ourService .main .right label a {
    width: 100%;
    padding: 10px 35px;
    line-height: 100%;
    font-size: 12px;
    background-image: url("../images/arrow-ourservice-mb.png");
    background-position: center right 0px;
    background-repeat: no-repeat;
  }

  .group-ourService .main .right > div.for-top label.first > div {
    display: none;
  }

  .group-ourService .main .right > div.for-top label.first a {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    padding-left: 0;
    background: none;
  }

  .group-ourService .main .right > div.for-top label {
    position: relative;
  }

  .group-ourService .main .right > div.for-top label.first:before {
    display: none;
  }

  .group-ourService .main .right > div.for-top label:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #808080;
    top: 50%;
    left: 20px;
  }

  .group-ourService .main .right label > div {
    display: none;
  }

  .group-ourService .main label:after {
    display: none;
  }

  .group-ourService .main .right > div.for-bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    margin-top: 0;
  }

  .group-ourService .main .right .for-bot a {
    padding: 10px 0;
  }

  .group-ourService .main .right .for-bot label:nth-child(2n) {
    border-left: 1px solid #808080;
  }

  .group-ourService {
    padding-bottom: 0;
  }

  .text-content-title .title {
    font-size: 1.2rem;
  }

  .text-content-title .title > div {
    margin-top: 0 !important;
    line-height: 180%;
  }

  .text-content-title {
    margin-top: 30px;
  }

  .text-content-title .des {
    margin-top: 30px;
    padding: 0 15px;
  }

  .group-content {
    padding-left: 0;
  }

  .typeActor {
    margin-top: 40px;
  }

  .typeActor .group-content {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .typeActor .group-des {
    margin-top: 25px;
  }

  .list-feelings {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-plan-index {
    margin-top: 40px;
  }

  .group-plan-index .group-des {
    margin-top: 25px;
  }

  .group-plan-index .list-plan {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-title-none {
  }

  .for-top-wrap {
    display: block;
  }
}

@media (max-width: 549px) {
  .group-plan-index .list-plan {
    grid-template-columns: repeat(1, 1fr);
  }

  .group-plan-index .list-plan .item {
    background: #f2f1f0 !important;
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .group-plan-index .list-plan .item .text {
    position: unset;
    transform: unset;
    flex: 1;
    font-size: 0.93rem;
    color: #000;
    text-align: left;
    padding: 0 10px;
    line-height: 140%;
    font-weight: 500;
  }

  .group-plan-index .list-plan .item .text a {
    color: #000;
    position: unset;
    display: unset;
  }

  .group-plan-index .list-plan .item .img {
    opacity: 1;
    width: 140px;
  }
}

@media (max-width: 374px) {
  .group-plan-index .list-plan .item {
    display: block;
    width: 100%;
  }

  .group-plan-index .list-plan .item .img {
    opacity: 1;
    width: 100%;
  }

  .group-plan-index .list-plan .item .img img {
    width: 100%;
  }

  .group-plan-index .list-plan .item .text {
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  .group-plan-index .list-plan .item .text a {
    color: #fff;
    position: absolute;
    display: flex;
  }
}

/*
==============================================================
========================= End INDEX =========================
==============================================================
*/

/*
==============================================================
========================= モデル・ノンタレ =========================
==============================================================
*/
.pageMenu {
  margin-top: 110px;
  position: relative;
  z-index: 111;
}

.list-pageMenu {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}

.list-pageMenu .item {
  height: 87px;
  background: #bfbfbf;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.list-pageMenu .item a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-pageMenu .item.active a,
.list-pageMenu .item a:hover,
.list-pageMenu .item:hover a,
.list-pageMenu .item:hover,
.list-pageMenu .item.active {
  color: white;
  background: #808080;
  opacity: 1;
}

.group-contentPage {
  margin-top: 18px;
}

.group-contentPage .banner-page {
  overflow: hidden;
  background-size: cover !important;
  position: relative;
}

.group-contentPage .banner-page .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 3.33rem;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.group-contentPage .banner-page img {
  width: 100%;
}

.group-contentPage .content {
  margin-top: 80px;
  position: relative;
}

.group-contentPage .content .title {
  font-size: 2.33rem;
  font-weight: bold;
}

.group-contentPage .content .title > div {
  line-height: 150%;
}

.group-contentPage .content .border-text {
  position: relative;
}

.group-contentPage .content .border-text:before {
  border-bottom: 12px solid #79feff;
  content: "";
  bottom: 0px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.group-contentPage .content .border-text2 {
  position: relative;
}

.group-contentPage .content .border-text2:before {
  border-bottom: 13px solid #dfff0d;
  content: "";
  bottom: -2px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.group-contentPage .content .border-text.w-out:before {
  width: 97%;
}

.group-contentPage .content .border-text.w-out-98:before {
  width: 98%;
}

.group-contentPage .content .des {
  margin-top: 50px;
}

.font21 {
  font-size: 1.4rem;
}

.bold {
  font-weight: bold;
}

.group-boxshadow {
  margin: 40px auto;
  padding: 50px 70px;
  display: flex;
  grid-gap: 60px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #d2d1cf;
  /*box-shadow: inset 0px 0px 15px #FFF;*/
  border-radius: 20px;
  position: relative;
  max-width: 710px;
  background: url(../images/model/bg-amodel.png) no-repeat center;
  background-size: 100%;
  position: relative;
}

.group-boxshadow:hover {
  opacity: 0.8;
  box-shadow: 3px 3px 10px #aaa;
}

.group-boxshadow .link-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group-boxshadow.wfull {
  max-width: 100%;
}

.group-boxshadow-child {
  position: absolute;
  left: 100%;
  bottom: 0;
  white-space: nowrap;
  color: #000;
  padding-left: 20px;
  line-height: 100%;
}

.group-boxshadow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
  left: 0;
  box-shadow: 0px 0px 15px #d2d1cf;
  display: none;
}

.group-boxshadow .text {
  font-size: 1.13rem;
  font-weight: bold;
}

.group-boxshadow .text a {
  font-size: 0.8rem;
  padding: 0px 55px;

  border-radius: 20px;
  position: relative;
  color: #000;
  margin: auto;
  font-weight: 500;
  background: url("../images/model/arrow-right.png") no-repeat;
  background-color: #fff;
  background-position: center right 10px;
  box-shadow: 2px 2px 5px #aaa;
}

.group-boxshadow .text button,
.group-boxshadow .text a.sm-link {
  font-size: 0.8rem;
  padding: 3px 55px;
  border: none;
  border-radius: 20px;
  position: relative;
  color: #000;
  margin: auto;
  font-weight: 500;
  background: url("../images/model/arrow-right.png") no-repeat;
  background-color: #fff;
  background-position: center right 10px;
  box-shadow: 2px 2px 5px #aaa;
}

.group-contentPage .group-boxshadow .text a {
  padding: 4px 55px;
}

.group-boxshadow .text a img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
}

.group-boxshadow .text .button {
  margin-top: 10px;
  display: flex;
}

.group-criclePage {
  margin-top: 135px;
  background: #f2f2f2;
  padding-bottom: 65px;
}

.group-criclePage .group-content {
  position: relative;
}

.group-title-page {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.group-read-page {
  margin: 3rem 0 0.75rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.group-des-page {
  margin-top: 30px;
}

/*.group-title-page:before
{
        content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    top: 2px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #606060;
}*/
.results p {
  font-size: 0.9rem;
}

.group-photo-page {
  margin-top: 1.5rem;
}

.results .link {
  display: block;
  margin: 5rem auto;
  text-align: center;
}

.results .link a {
  display: block;
  padding: 25px 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  line-height: 100%;
  font-size: 1.33rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  position: relative;
  background: url("../images/arrow-right.png") no-repeat;
  background-position: center right 30px;
}

.group-criclePage .group-content .group-title-page {
  position: relative;
  top: 0;
  transform: translateY(-50%);
}

.list-circlePage {
  margin: 60px auto;

  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 15px;
  grid-column-gap: 45px;
  justify-content: center;
}

.list-circlePage.page {
  max-width: 800px;
}

.list-circlePage .item {
  width: 233px;
  height: 233px;
  border: 2px solid #79feff;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
}

.content-circlePage {
  border: 2px dashed #79feff;
  padding: 30px 50px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  grid-gap: 50px;
}

.content-circlePage .img {
  position: absolute;
  bottom: 95%;
  left: -90px;
}

.content-circlePage .img img {
  max-height: 459px;
}

.content-circlePage .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #79feff;
}

.content-circlePage .title svg {
  height: 26px;
  fill: #79feff;
}

.flex1 {
  flex: 1;
}

.container2 {
  max-width: 1040px;
  margin: auto;
}

.group-example {
  margin-top: 90px;
}

.list-example {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  margin-top: 50px;
}

.list-example.owl-carousel {
  display: grid;
}

.list-example .item .title {
  font-size: 1.2rem;
  font-weight: bold;
}

.list-example .item .des {
  margin-top: 5px;
  font-size: 0.93rem;
}

.list-example .item .img {
  margin-top: 20px;

  background-size: cover !important;
  background-position: center !important;
}

.list-example .item .img img {
  width: 100%;
}

.group-example .load-more {
  margin-top: 85px;
  display: flex;
}

.group-example .load-more a {
  width: 100%;
  border: 1px solid #000;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #000;
  position: relative;
  background: url("../images/model/arrow-right.png") no-repeat;
  background-color: #fff;
  background-position: center right 30px;
  transition: 0.2s;
}

.group-example .load-more a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
  background-image: url("../images/arrow-right-white.png");
}

.group-example .load-more button .img {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: none;
}

.group-cost {
  margin-top: 130px;
}

.group-des-page {
  margin-top: 40px;
}

.list-cost {
  margin-top: 50px;
}

.list-cost .item {
  margin-bottom: 50px;
}

.list-cost .item .top {
  display: flex;
  grid-gap: 20px;
  max-width: 850px;
}

.list-cost .item .info {
  border-bottom: 2px solid #79feff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.33rem;
  padding-bottom: 10px;
  font-weight: 500;
}

.list-cost .item .info .row2 {
  display: flex;
  align-items: flex-end;
}

.list-cost .item .info .row2.w370 {
  width: 370px;
}

.list-cost .item .info.w500 {
  max-width: 500px;
}

.list-cost .item .info.w325 {
  max-width: 325px;
}

.list-cost .item .info .number {
  font-size: 2rem;
  font-weight: bold;
}

.list-cost .item .info .number .small-for-price {
  font-size: 1.67rem;
}

.group-detailCost {
  margin-top: 90px;
}

.detailCost-content {
  margin-top: 55px;
}

.detailCost-content .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
}

.detailCost-content .list-box .item .box {
  width: 135px;
  height: 135px;
  border: 2px solid #79feff;
  font-size: 1.067rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.detailCost-content .list-box .item.active .box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(calc(-50% + 20px));
  width: 0;
  height: 0;
  border-bottom: 70px solid #262626;
  border-right: 40px solid transparent;
}

.detailCost-content .list-box .item.active .box {
  background: #deff02;
}

.detailCost-content .list-box .item .note {
  font-size: 0.67rem;
  text-align: center;
}

.detailCost-content .content .title {
  font-size: 1.067rem;
  font-weight: bold;
}

.detailCost-content .content .des {
  font-size: 0.8rem;
  line-height: 170%;
  margin-top: 10px;
}

.group-usageFlow {
  margin-top: 110px;
  background-color: #f2f2f2;
  padding-bottom: 60px;
}

.group-usageFlow .group-title-page {
  position: relative;
  transform: translateY(-50%);
}

.title-usageFlow {
  font-size: 1.667rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.des-usageFlow {
  font-size: 0.93rem;
  text-align: center;
  margin-top: 10px;
}

.list-usageFlow {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.list-usageFlow .item {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}

.list-usageFlow .item .message-usageFlow {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
}

.list-usageFlow .item .message-usageFlow.type2 {
  transform: translate3d(-65%, -50%, 0);
}

.list-usageFlow .item .message-usageFlow.type3 {
  transform: translate3d(-78%, 0%, 0);
}

.list-usageFlow .item .message-usageFlow img {
  width: 150px;
  padding-bottom: 5px;
}

.list-usageFlow .item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.list-usageFlow .item .title {
  display: flex;
  align-items: center;
  font-size: 1.067rem;
  font-weight: bold;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.list-usageFlow .item .des {
  font-size: 0.867rem;
  line-height: 140%;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}

.list-usageFlow .item.active .title:before {
  position: absolute;
  content: "";
  width: 145px;
  border-top: 2px solid #79feff;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.note-usageFlow .note {
  border-right: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  height: 35px;
  max-width: 630px;
  margin: auto;
  position: relative;
}

.note-usageFlow.comedian {
  margin-left: 100px;
  max-width: 585px;
}

.note-usageFlow .content {
  background: #fff;
  position: absolute;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #7c7c7c;
  top: 0;
  left: 50%;
  line-height: 33px;
  transform: translate3d(-50%, 50%, 0);
  font-size: 0.8rem;
}

.group-qa {
  margin-top: 110px;
  padding-bottom: 20px;
}

.list-qa {
  margin-top: 40px;
  position: relative;
}

.list-qa .img-po {
  position: absolute;
  bottom: 0;
  right: 25px;
  transform: translate3d(50%, 120px, 0);
}

.list-qa .img-po img {
  max-height: 430px;
}

.list-qa .li {
  margin-bottom: 30px;
}

.list-qa .li .item {
  display: flex;

  grid-gap: 35px;
  margin-bottom: 10px;
}

.list-qa .li .item .qa-img {
  width: 45px;
}

.list-qa .li .item.q .text {
  font-size: 1.33rem;
  font-weight: bold;
}

.list-qa .li .item .text {
  width: calc(100% - 45px);
  margin-top: 5px;
}

.color-page {
  color: #00ffff;
}

.group-plan .list-plan {
  margin-top: 40px;
}

.group-plan .list-plan .item {
  display: flex;
  grid-gap: 40px;
  margin-bottom: 40px;
}

.group-plan .list-plan .item .img {
  height: 145px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.group-plan .list-plan .item .img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.group-plan .list-plan .item .img img {
  opacity: 0;
}

.group-plan .list-plan .item .title {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-plan .list-plan .item .title a {
  color: #000;
}

.group-plan .list-plan .item .title a.read {
  font-size: 0.8rem;
  font-weight: normal;
  position: relative;
  padding: 5px 50px;
  color: #fff;
  border-radius: 4px;
  line-height: 100%;
  background: url("../images/model/arrow-right-white.png") no-repeat;
  background-color: #4d4d4d;
  background-position: center right 10px;
}

.group-plan .list-plan .item .title a.read .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
}

.group-plan .list-plan .item .des {
  margin-top: 10px;
  font-size: 0.93rem;
  line-height: 150%;
}

.mt-90 {
  margin-top: 90px;
}

@media (max-width: 1360px) {
  .content-circlePage .img {
    display: none;
  }

  .list-qa .img-po {
    display: none;
  }
}

@media (max-width: 1300px) {
  .group-usageFlow .main {
    width: 100%;
    overflow: auto;
    padding-bottom: 50px;
  }

  .group-usageFlow .list-usageFlow {
    width: 1390px;
  }

  .group-usageFlow .note-usageFlow-talent.group5,
  .group-usageFlow .list-usageFlow.group5 {
    width: 1200px;
  }

  .group-contentPage .content .person.page2 {
    display: none;
  }

  .group-contentPage .content .person {
    display: none;
  }
}

@media (max-width: 1200px) {
  .container2 {
    padding: 0 15px;
  }

  .des-usageFlow {
    margin-top: 40px;
    text-align: left;
    font-size: 1rem;
  }

  .group-usageFlow {
    margin-top: 60px;
  }

  .group-usageFlow .main {
    width: 100%;
    overflow: auto;
    padding-bottom: 50px;
  }

  .group-usageFlow .main::-webkit-scrollbar {
    height: 8px;
  }

  .group-usageFlow .main::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 5px;
  }

  .group-usageFlow .main::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 5px;
  }

  .note-usageFlow-talent,
  .note-usageFlow {
    width: 1370px;
    margin: auto;
  }

  .group-usageFlow .list-usageFlow {
    width: 1390px;
  }

  .list-usageFlow {
    margin-top: 80px;
  }

  .group-contactService.mb-mt-30 {
    margin-top: 30px !important;
  }

  .group-contentPage .content .person {
    display: none;
  }

  .list-pageMenu .item {
    font-size: 1rem;
  }

  .group-contentPage .content .title {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .list-pageMenu .item {
    font-size: 0.8rem;
  }

  .list-qa .img-po img {
    display: none;
  }
}

@media (max-width: 768px) {
  .group-boxshadow .text button,
  .group-boxshadow .text a.sm-link {
    font-size: 0.9333333333rem;
    padding: 6px 0px;
    width: 96%;
  }

  .group-qa {
    margin-top: 50px;
  }

  .group-logo + .border-service {
    margin-top: 50px;
  }

  .list-qa .li .item {
    grid-gap: 5px;
  }

  .list-qa .li .item > div:nth-child(2) {
    flex: 1;
    grid-gap: 5px;
  }

  .list-qa .li .item > div:nth-child(1) {
    width: 40px;
  }

  .list-qa .li .item .text {
    margin-top: 5px;
    font-size: 1rem;
  }

  .list-qa .li .item.q .text {
    font-size: 1.2rem;
  }

  .group-usageFlow {
  }

  .pageMenu {
    margin-top: 0;
  }

  .pageMenu .group-content {
    display: none;
  }

  .pageMenu.scene .group-content {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pageMenu.scene .group-content .group-title-none {
    font-size: 1.2rem;
  }

  .list-pageMenu {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    grid-gap: 0;
  }

  .list-pageMenu .item {
    border-left: 1px solid #fff;
    font-size: 9px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    height: unset;
  }

  .list-pageMenu .item a {
    padding: 5px 5px;
  }

  .list-pageMenu .item .pc {
    display: none;
  }

  .list-pageMenu .item .mb {
    display: block;
  }

  .list-pageMenu .item:nth-child(1) {
    border: none;
  }

  .group-contentPage {
    margin-top: 18px;
  }

  .group-contentPage .banner-page {
    margin-left: -15px;
    margin-right: -15px;
    height: unset;
    background: none;
  }

  .group-contentPage .banner-page img {
    opacity: 1;
  }

  .group-contentPage .banner-page .text {
    font-size: 1.67rem;
    line-height: 140%;
  }

  .group-contentPage .banner-page .text.pc {
    display: none;
  }

  .group-contentPage .banner-page .text.mb {
    display: block;
  }

  .group-contentPage .content {
    margin-top: 40px;
  }

  .group-contentPage .content .title {
    font-size: 1.2rem;
  }

  .group-contentPage .content .title .pc {
    display: none;
  }

  .group-contentPage .content .title .mb {
    display: block;
    line-height: 170%;
  }

  .group-contentPage .content .border-text:before {
    border-bottom: 8px solid #79feff;
    bottom: -1px;
  }

  .group-contentPage .content .person.page2 {
    display: none;
  }

  .group-contentPage .content .person {
    display: none;
  }

  .group-contentPage .content .des {
    margin-top: 30px;
  }

  .group-contentPage .content .des .pc {
    display: none;
  }

  .group-contentPage .content .des .mb {
    display: block;
  }

  .group-boxshadow {
    display: block;
    padding: 100px 25px 20px 25px;
    background-image: url(../images/top/bg-amodel-mb.png);
    background-size: cover;
    border-radius: 10px;
    background-position: 0 0;
  }

  .group-boxshadow .logo-boxshadow img {
    width: 127px;
  }

  .group-boxshadow .text {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 130% !important;
  }

  .group-boxshadow .text a {
    margin: unset;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
  }

  .group-boxshadow-child.pc {
    display: none;
  }

  .group-boxshadow-child.mb {
    display: block;
    position: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  .group-criclePage .group-content .group-title-page {
    font-size: 1.2rem;
  }

  .banner-des-small {
    /*display: none;*/
    text-align: left;
    line-height: 1.6;
    margin-top: 0.5rem;
  }

  .group-criclePage .group-content {
    margin-bottom: 30px;
  }

  .group-criclePage {
    margin-top: 50px;
    padding-bottom: 20px;
  }

  .list-circlePage {
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list-circlePage .item {
    width: 160px;
    height: 160px;
    font-size: 0.8rem;
    white-space: unset;
  }

  .content-circlePage .img {
    display: none;
  }

  .content-circlePage {
    padding: 20px 10px;
    display: block;
    font-size: 0.93rem;
  }

  .content-circlePage .title {
    text-align: center;
    margin-bottom: 20px;
  }

  .group-example {
    margin-top: 40px;
  }

  .group-title-page {
    font-size: 1.2rem;
  }

  .group-read-page {
    margin-top: 1.5rem;
    font-size: 1.15rem;
  }

  .results p {
    line-height: 1.4;
  }

  .results .link {
    margin-top: 2rem;
  }

  .results .link a {
    font-size: 1.1rem;
    padding: 15px;
  }

  .title-example-talent.left-mb {
    text-align: left !important;
    font-size: 1.2rem !important;
    line-height: 170% !important;
  }

  .title-small-expample-talent.show-mb {
    display: block !important;
    font-size: 10px;
    text-align: left;
    line-height: 170%;
  }

  .list-example-talent {
    margin-top: 30px;
  }

  .title-example-athlete.left-mb {
    text-align: left !important;
    font-size: 1.2rem !important;
    line-height: 170% !important;
  }

  .title-small-expample-athlete.show-mb {
    display: block !important;
    font-size: 10px;
    text-align: left;
    line-height: 170%;
  }

  .list-example-athlete {
    margin-top: 30px;
  }

  .group-cost {
    margin-top: 70px;
  }

  .list-cost .item .top {
    align-items: center;
  }

  .list-circlePage .item br.mb {
    display: block;
  }

  .list-cost .item .info {
    display: block;
    font-size: 0.93rem;
  }

  .list-cost .item .info .row2.w370 {
    width: 100%;
  }

  .list-cost .item .info > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .list-cost .item .info .number {
    font-size: 1.45rem;
  }

  .group-detailCost {
    margin-top: 50px;
  }

  .group-des-page {
    margin-top: 30px;
    font-size: 0.93rem;
  }

  .detailCost-content {
    margin-top: 30px;
  }

  .detailCost-content .list-box-talent {
    flex-wrap: wrap;
  }

  .detailCost-content .list-box-talent .item .box {
    width: 100px;
    height: 100px;
  }

  .detailCost-content .list-box-athlete {
    flex-wrap: wrap;
  }

  .detailCost-content .list-box-athlete .item .box {
    width: 100px;
    height: 100px;
  }

  .group-plan .list-plan .item {
    display: grid;
    grid-template-areas: "gridB gridA";
    grid-gap: 0;
    grid-template-columns: auto 140px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .group-plan .list-plan .item .img {
    grid-area: gridA;
    height: auto;
    overflow: hidden;
    background: none !important;
  }

  .group-plan .list-plan .item .img img {
    opacity: 1;
  }

  .group-plan .list-plan .item .img .text {
    display: none;
  }

  .group-plan .list-plan .item .content {
    grid-area: gridB;
    line-height: 140%;
    padding: 5px 13px;
    background: #f2f1f0;
  }

  .group-plan .list-plan .item .title a.read {
    display: none;
  }

  .group-plan .list-plan .item .title {
    font-size: 14px;
    border-bottom: none;
  }

  .group-plan .list-plan .item .des {
    margin-top: 0;
  }

  .group-plan .list-plan .item .des .pc {
    display: none;
  }

  .group-plan .list-plan .item .des .mb {
    display: block;
    font-size: 10px;
  }

  .group-plan .list-plan .item .des {
    line-height: 120%;
  }

  .group-usageFlow + .group-qa + .group-contact {
    margin-bottom: 50px !important;
  }

  .group-example .pc {
    display: none;
  }

  .group-example .mb {
    display: block;
  }

  .group-example .load-more {
    margin-top: 40px;
  }

  .list-cost .item.model-page .top {
    border-bottom: 2px solid #79feff;
    padding-bottom: 5px;
  }

  .list-cost .item.model-page .info {
    border: none;
  }

  .list-cost .item.model-page .info .number {
    text-align: center;
  }

  .list-cost .item.model-page .info .small {
    text-align: right;
  }

  .list-cost .item .info .row2 {
    display: block;
  }

  .list-cost .item .info .row2 .number {
    font-size: 1.67rem;
  }

  .detailCost-content .list-box .item.active .box:before {
    display: none;
  }

  .detailCost-content .list-box {
    grid-gap: 10px;
  }

  .detailCost-content .list-box .item .note {
  }

  .detailCost-content .list-box .item .box {
    width: 105px;
    height: 105px;
    line-height: 140%;
    font-size: 0.93rem;
  }

  .detailCost-content .content .title.pc {
    display: none;
  }

  .detailCost-content .content .title.mb {
    display: block;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .detailCost-content .content .title.mb .border-text2 {
    position: relative;
  }

  .detailCost-content .content .title.mb .border-text2:before {
    border-bottom: 12px solid #dfff0d;
    content: "";
    bottom: -2px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  .inner-mr-15 {
    margin-right: -15px;
  }

  .list-pageMenu .item a {
    position: unset !important;
  }

  .list-cost .item .info .number .small-for-price {
    font-size: 1.2rem;
  }

  .title-example-talent {
    font-size: 1.2rem;
  }

  .list-pageMenu.plan .item a {
    position: absolute !important;
  }
}

@media (max-width: 375px) {
  .list-pageMenu .item {
    white-space: nowrap;
  }

  .group-plan .list-plan .item .img {
    max-width: 140px;
  }
}

@media (max-width: 374px) {
  .list-pageMenu .item {
    white-space: unset;
  }

  .group-plan .list-plan .item {
    grid-template-columns: repeat(2, 1fr);
  }

  .group-plan .list-plan .item .img img {
    opacity: 1;
    width: 100%;
    width: auto;
  }
}

/*
==============================================================
========================= End モデル・ノンタレ =========================
==============================================================
*/
/*
==============================================================
========================= 芸能人 =========================
==============================================================
*/
.group-contentPage .content .person {
  position: absolute;
  right: -60px;
  bottom: -40px;
}

.group-contentPage .content .person img {
  max-height: 345px;
}

.group-contentPage .content .person.page2 {
  bottom: -160px;
}

.group-contentPage .content .person.page2 img {
  max-height: 453px;
}

.title-example-talent {
  font-size: 2.133rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.title-small-expample-talent {
  text-align: center;
}

.group-list-example-talent {
  max-width: 890px;
  margin: auto;
}

.list-example-talent {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 520px;
  grid-gap: 5px;
  grid-template-areas: "gridA gridC" "gridB gridC";
  min-height: 733px;
}

.list-example-talent .item {
  background-size: cover !important;
}

.list-example-talent .item:nth-child(1) {
  grid-area: gridA;
}

.list-example-talent .item:nth-child(2) {
  grid-area: gridB;
}

.list-example-talent .item:nth-child(3) {
  grid-area: gridC;
}

.small-example-talent {
  text-align: right;
  margin-top: 10px;
  font-size: 0.67rem;
}

.small-example-talent a {
  color: #000;
  text-decoration: underline;
}

.list-cost .item .bot {
  margin-top: 25px;
}

.list-cost .item .top.talent {
  max-width: 700px;
}

.detailCost-content .list-box-talent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.detailCost-content .list-box-talent.page {
  justify-content: center;
  grid-gap: 35px;
}

.detailCost-content .list-box-talent .item .box {
  width: 125px;
  height: 125px;
  border: 2px solid #79feff;
  font-size: 1.067rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

.list-usageFlow.talent .item {
  margin: 0 -8px;
}

.note-usageFlow-talent {
  display: flex;
  justify-content: center;
}

.note-usageFlow-talent .note-1 {
  width: 195px;
  border-bottom: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
  position: relative;
  height: 35px;
}

.note-usageFlow-talent .note-2 {
  width: 785px;
  border-bottom: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  position: relative;
}

.note-usageFlow-talent .note-2.actor {
  width: 675px;
}

.note-usageFlow-talent .content {
  background: #fff;
  position: absolute;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #7c7c7c;
  top: 0;
  left: 50%;
  line-height: 33px;
  transform: translate3d(-50%, 50%, 0);
  font-size: 0.8rem;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .detailCost-content .list-box-talent {
    justify-content: flex-start;
  }
}

@media (max-width: 549px) {
  .detailCost-content .list-box-talent {
    grid-gap: 10px;
  }

  .detailCost-content .list-box-talent .item .box {
    width: 105px;
    height: 105px;
    line-height: 140%;
    font-size: 0.93rem;
  }

  .detailCost-content .list-box-talent.page {
    grid-gap: 10px;
  }
}

/*
==============================================================
========================= End 芸能人 =========================
==============================================================
*/
/*
==============================================================
========================= インフルエンサー・ユーチューバー =========================
==============================================================
*/
.group-list-example-PR {
  max-width: 890px;
  margin: auto;
  position: relative;
}

.group-list-example-PR .list-arrow1,
.group-list-example-PR .list-arrow2 {
  display: none;
}

.group-list-example-PR .button-slide {
  display: none;
}

.list-example-PR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  grid-gap: 15px;
}

.list-example-PR.owl-carousel {
  display: grid !important;
}

.list-example-PR .item {
}

.list-cost-youtuber {
  margin-top: 40px;
}

.list-cost-youtuber .item .top {
  display: flex;
  align-items: center;
  grid-gap: 35px;
}

.list-cost-youtuber .item .info .number {
  font-size: 2rem;
  font-weight: bold;
}

.note-usageFlow {
  margin: auto;
}

.note-usageFlow .note.youtuber {
  /* max-width: 395px; */
  max-width: 590px;
  margin: auto;
}

.list-QA .img-po.youtuber {
  bottom: unset;
  top: -540px;
}

.group-list-example .button-slide {
  display: none;
}

.group-list-example .list-arrow1,
.group-list-example .list-arrow2 {
  display: none;
}

@media (max-width: 768px) {
  .list-cost-youtuber .item .info .pc {
    display: none;
  }

  .list-cost-youtuber .item .info .mb {
    display: block;
  }

  .list-example-PR.owl-carousel {
    display: block !important;
  }

  .group-list-example-PR .button-slide {
    margin: auto;
    margin-top: 30px;
    justify-content: center;
  }

  .group-list-example-PR .button-slide {
    display: flex;
  }

  .group-list-example-PR {
    padding: 0 10px;
  }

  .list-example-PR .item {
    height: auto;
  }

  .group-list-example-PR .list-arrow1,
  .group-list-example-PR .list-arrow2 {
    display: block;
  }

  .list-example.owl-carousel {
    display: block !important;
  }

  .group-list-example {
    position: relative;
  }

  .group-list-example .button-slide {
    margin: auto;
    margin-top: 30px;
    justify-content: center;
  }

  .group-list-example .button-slide {
    display: flex;
  }

  .group-list-example {
    padding: 0 10px;
  }

  .list-example .item {
    height: auto;
  }

  .group-list-example .list-arrow1,
  .group-list-example .list-arrow2 {
    display: block;
  }

  .list-example .item {
    display: grid;
    grid-template-areas: "gridC" "gridA" "gridB";
  }

  .list-example .item .img {
    grid-area: gridC;
  }

  .list-example .item .des {
    grid-area: gridB;
    font-size: 0.65rem;
    line-height: 130% !important;
  }

  .list-example .item .title {
    grid-area: gridA;
    margin-top: 10px;
    font-size: 1rem;
  }

  .group-list-example.model .list-arrow1,
  .group-list-example.model .list-arrow2 {
    top: 30%;
  }
}

/*
==============================================================
========================= End インフルエンサー・ユーチューバー =========================
==============================================================
*/
/*
==============================================================
========================= アスリート =========================
==============================================================
*/
.title-example-athlete {
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.title-small-expample-athlete {
  margin-bottom: -10px;
}

.group-list-example-athlete {
  max-width: 1040px;
  margin: auto;
}

.list-example-athlete {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 520px;
  grid-gap: 5px;
  grid-template-areas: "gridA gridC" "gridB gridC";
  min-height: 733px;
}

.list-example-athlete .item {
  background-size: cover !important;
}

.list-example-athlete .item:nth-child(1) {
  grid-area: gridA;
}

.list-example-athlete .item:nth-child(2) {
  grid-area: gridB;
}

.list-example-athlete .item:nth-child(3) {
  grid-area: gridC;
}

.small-example-athlete {
  margin-top: 10px;
  font-size: 0.75rem;
}

.small-example-athlete a {
  color: #000;
}

.small-example-athlete a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .detailCost-content .list-box-athlete {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .small-example-athlete {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group-example .load-more {
    margin: 40px 25px 0;
  }
}

@media (max-width: 549px) {
  .detailCost-content .list-box-athlete {
    grid-gap: 10px;
  }

  .detailCost-content .list-box-athlete .item .box {
    width: 105px;
    height: 105px;
    line-height: 140%;
    font-size: 0.93rem;
  }

  .detailCost-content .list-box-athlete.page {
    grid-gap: 10px;
  }
}

/*
==============================================================
========================= End アスリート =========================
==============================================================
*/
/*
==============================================================
========================= PLAN =========================
==============================================================
*/
.list-pageMenu.plan {
  grid-template-columns: repeat(5, 1fr);
}

.arrow-plan-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 111;
}

.arrow-plan-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 111;
}

.list-pageMenu.plan .item {
  font-size: 1rem;
}

.list-pageMenu .item.active a {
  color: #00ffff;
}

.list-pageMenu .item.active:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #808080;
}

.group-contentPage .text {
  line-height: 100%;
}

.group-contentPage .title-plan1 {
  font-size: 1.67rem;
}

.group-contentPage .title-plan2 {
  margin-top: 10px;
  font-size: 2.33rem;
}

.value-number {
  font-size: 1.33rem;
  border: 1px solid #000;
  text-align: center;
  margin-top: 35px;
  padding: 15px 60px;
  display: inline-block;
}

.value-number span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 15px;
}

.group-contentPage .content .des.plan {
  margin-top: 35px;
  font-size: 0.93rem;
}

.group-des-plan {
  margin-top: 60px;
}

.group-des-plan .item {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  max-width: 870px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}

.group-des-plan .item.plan4 {
  max-width: 775px;
}

.group-des-plan .item .img {
  width: 66px;
  text-align: center;
}

.group-des-plan .item .text {
  line-height: 170%;
}

.group-des-plan .item .text .big {
  font-size: 1.6rem;
  font-weight: bold;
}

.group-des-plan .item .message-icon {
  position: absolute;
  bottom: 5px;
  right: 50px;
}

.group-des-plan .item .message-icon img {
  width: 133px;
}

.group-des-plan .item .message-icon.plan3 {
  right: -100px;
}

.group-des-plan .item .message-icon.plan3 img {
  width: 144px;
}

.group-des-plan .item .message-icon.plan4 {
  bottom: 20px;
}

.group-des-plan .item .message-icon.plan4 img {
  width: 121px;
}

.group-des-plan .item .message-icon.plan5 {
  right: 0;
  bottom: -10px;
}

.group-des-plan .item .message-icon.plan5 img {
  width: 168px;
}

.group-idea {
  margin-top: 70px;
}

.group-idea .list-idea {
  display: flex;
  grid-gap: 20px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.group-idea .list-idea .item {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border: 2px solid #00ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.group-idea .list-idea .item.active {
  border: 4px solid #00ffff;
}

.group-idea .list-idea .item .icon {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 25px;
  height: 4px;
  background: #00ffff;
  transform: rotate(35deg);
}

.group-idea .list-idea .item .icon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 6px;
  width: 25px;
  height: 4px;
  background: #00ffff;
  transform: rotate(30deg);
}

.group-idea .list-idea .item .icon:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  width: 25px;
  height: 4px;
  background: #00ffff;
  transform: rotate(-30deg);
}

.group-benefits {
  margin-top: 70px;
  overflow: hidden;
}

.group-benefits .content {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 45px;
  /*padding-left: 75px;*/
  margin: auto;
  margin-top: 40px;
  max-width: 920px;
}

.group-benefits .content .text > div > div {
  position: relative;
}

.group-benefits .content .text > div .message-line {
  position: absolute;
  right: 30px;
  bottom: 10px;
  transform: translateX(100%);
}

.group-benefits .content .text > div .message-line.plan3 {
  right: -20px;
}

.group-benefits .content .text > div .message-line.plan4 {
  right: 0;
  bottom: -5px;
  transform: translateX(0%);
}

.group-benefits .content .text > div .message-line.plan5 {
  transform: translateX(0%);
  right: 0;
}

.group-cost-plan {
  margin-top: 70px;
  overflow: hidden;
}

.group-cost-plan .cost-plan-top {
  display: flex;
  grid-gap: 45px;
  margin-top: 45px;
  position: relative;
}

.group-cost-plan .cost-plan-top .item {
  display: flex;
  align-items: flex-start;
  grid-gap: 30px;
  margin-bottom: 15px;
}

.group-cost-plan .cost-plan-top .item .title {
  border: 1px solid #000;
  width: 115px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 1.2rem;
}

.group-cost-plan .cost-plan-top .item .des {
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 35px;
}

.group-cost-plan .cost-plan-top .item .des span {
  font-size: 0.87rem;
}

.group-cost-plan .cost-plan-top .message-plan-cost-top {
  position: absolute;
  right: -70px;
  top: -65px;
}

.group-cost-plan .cost-plan-top .message-plan-cost-top img {
  width: 260px;
}

.message-plan-cost-price {
  position: absolute;
  left: -70px;
  bottom: 10px;
  transform: translateX(-100%);
}

.message-plan-cost-price img {
  width: 260px;
}

.group-cost-plan .cost-plan-bot {
  margin-top: 25px;
  margin-bottom: 25px;
}

.group-cost-plan .cost-plan-bot .item {
  display: grid;
  grid-template-columns: 115px auto;
  grid-gap: 30px;
}

.group-cost-plan .cost-plan-bot .item .title {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.cost-plan-border {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 5px;
}

.group-cost-plan .detail-cost-plan {
  position: relative;
  margin-top: 25px;
}

.group-cost-plan .detail-cost-plan .note {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 140%;
}

.group-cost-plan .detail-cost-plan .detail {
  display: flex;
  justify-content: flex-end;
}

.group-cost-plan .detail-cost-plan .detail-2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.group-cost-plan .detail-cost-plan .detail-line {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  font-size: 1.33rem;
}

.group-cost-plan .detail-cost-plan .detail-2 .detail-line {
  width: 375px;
}

.group-cost-plan .detail-cost-plan .detail-line .number {
  font-weight: bold;
  font-size: 1.67rem;
}

.detail-cost-plan .total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}

.detail-cost-plan .total .group {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.33rem;
}

.detail-cost-plan .total .group .arrow {
  margin: 0 30px;
}

.detail-cost-plan .total .group .ab {
  position: absolute;
  top: 0%;
  transform: translateY(-100%);
  font-size: 1.2rem;
  color: #00ffff;
}

.detail-cost-plan .total .group .ab img {
  width: 155px;
}

.detail-cost-plan .total .group .price-now {
  border-bottom: 2px solid #00ffff;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-top: 10px;
}

.detail-cost-plan .total .group .price-num {
  font-size: 2rem;
  padding-left: 10px;
  font-weight: bold;
  position: relative;
}

.detail-cost-plan .total .group .price-before .price-num:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 50%;
}

.group-cost-plan .double-img {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.group-cost-plan .double-img-text {
  font-size: 10px;
  text-align: right;
  color: #969696;
}

.cost-plan2 {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  padding-left: 120px;
}

.cost-plan2 img {
  width: 820px;
}

.font30 {
  font-size: 2rem;
}

.cost-plan2 .arrow-img img {
}

.cost-plan2 .border-bottom-page {
  border-bottom: 2px solid #00ffff;
  padding-bottom: 5px;
}

.cost-plan3 {
  margin-top: 45px;
}

.cost-plan3 .total-top {
  font-size: 1.33rem;
  text-align: center;

  display: flex;
  justify-content: center;
  margin: auto;
}

.cost-plan3 .total-top > div {
  border-bottom: 2px solid #00ffff;
  padding-bottom: 5px;
}

.cost-plan3 .total-top span {
  font-size: 2rem;
  font-weight: bold;
}

.cost-plan3 .total-bot {
  max-width: 765px;
  margin: auto;
  margin-top: 35px;
  border: 2px solid #00ffff;
  height: 85px;
  position: relative;
}

.cost-plan3 .total-bot .main {
  position: absolute;
  width: 720px;
  height: 90px;
  background: #fff;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  padding: 0 30px;
}

.cost-plan3 .total-bot .main > div {
  display: flex;
}

.cost-plan3 .total-bot .main > div .number {
  width: 180px;
  font-weight: bold;
}

.des-usageFlow.text-left {
  text-align: left;
}

.des-usageFlow.plan {
  margin-top: 30px;
}

.list-usageFlow .item .message-usageFlow.plan {
  transform: translate3d(-65%, -15%, 0);
}

@media (max-width: 768px) {
  .arrow-plan-prev {
    width: 30px;
  }

  .arrow-plan-next {
    width: 30px;
  }

  .group-content {
    margin: 40px 0;
  }

  .group-title-none {
    font-size: 1.2rem;
  }

  .pageMenu.plan .group-content {
    display: block;
  }

  .pageMenu.plan .group-title-none {
  }

  .list-pageMenu.plan {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    grid-gap: 3px;
    margin-bottom: 20px;
  }

  .list-pageMenu.plan .item {
    font-size: 0.93rem;
    min-height: 50px;
  }

  .list-pageMenu.plan .item.active:before {
    display: none;
  }

  .list-pageMenu.plan .item .pc {
    display: none;
  }

  .list-pageMenu.plan .item .mb {
    display: block;
  }

  .group-contentPage .title-plan1 {
    font-size: 0.93rem;
    line-height: 170%;
  }

  .group-contentPage .title-plan2 {
    font-size: 1.2rem;
    margin-top: 0px;
  }

  .value-number {
    padding: 10px;
    display: block;
  }

  .value-number .pc {
    display: none;
  }

  .value-number .mb {
    display: block;
    font-size: 0.93rem;
  }

  .value-number .mb .number {
    font-size: 1.8rem;
  }

  .group-des-plan .item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .group-des-plan .item .img {
    margin: auto;
    width: 95px;
  }

  .group-des-plan .pc {
    display: none;
  }

  .group-des-plan .mb {
    display: block;
  }

  .group-des-plan .item .text {
    margin-top: 15px;
    font-size: 0.93rem;
  }

  .group-des-plan .item .message-icon {
    left: 65%;
    top: 0;
    right: unset;
    width: 105px;
  }

  .group-des-plan .item .message-icon img {
    width: 100%;
  }

  .group-idea .list-idea {
    flex-wrap: wrap;
  }

  .group-idea .list-idea .item {
    width: 160px;
    font-size: 0.93rem;
    height: 160px;
  }

  .group-idea .list-idea .item .icon {
    background: url("../images/plan/icon-active-mb.png");
    width: 35px;
    top: -15px;
    left: -15px;
    height: 35px;
    transform: unset;
  }

  .group-idea .list-idea .item .icon:before {
    display: none;
  }

  .group-idea .list-idea .item .icon:after {
    display: none;
  }

  .group-idea .list-idea .item .pc {
    display: none;
  }

  .group-idea .list-idea .item .mb {
    display: block;
  }

  .group-benefits .content {
    display: block;
  }

  .group-benefits .content .pc {
    display: none;
  }

  .group-benefits .content .mb {
    display: block;
  }

  .group-benefits .content .text {
    line-height: 35px;
  }

  .group-cost-plan .cost-plan-top {
    display: block;
    margin-top: 30px;
  }

  .group-cost-plan .cost-plan-top .item {
    grid-gap: 15px;
    margin-bottom: 10px;
  }

  .group-cost-plan .cost-plan-top .item .title {
    width: 90px;
    font-size: 13px;
  }

  .group-cost-plan .cost-plan-top .item .des {
    flex: 1;
    font-size: 15px;
  }

  .group-cost-plan .cost-plan-top .message-plan-cost-top {
    display: none;
  }

  .group-cost-plan .cost-plan-bot .item {
    display: block;
  }

  .group-cost-plan .cost-plan-bot .item .title {
    text-align: left;
    display: block;
    padding: 0 15px;
    font-size: 13px;
  }

  .group-cost-plan .cost-plan-bot .item .des {
    margin-top: 10px;
    font-size: 14px;
  }

  .group-cost-plan .detail-cost-plan .note {
    display: none;
  }

  .group-cost-plan .detail-cost-plan .note.mb {
    display: block;
    position: unset;
  }

  .group-cost-plan .detail-cost-plan .detail {
    font-size: 0.93rem;
  }

  .group-cost-plan .detail-cost-plan .detail-line {
    font-size: 0.93rem;
    width: unset;
    grid-gap: 30px;
  }

  .detail-cost-plan .total .group {
    display: grid;
    grid-template-areas: "gridC" "gridB" "gridA";
  }

  .detail-cost-plan .total .group .price-now {
    grid-area: gridA;
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 0px;
  }

  .detail-cost-plan .total .group .arrow {
    grid-area: gridB;

    margin-top: 5px;
    text-align: right;
    padding-right: 50px;
  }

  .detail-cost-plan .total .group .arrow img {
    transform: rotate(270deg);
  }

  .detail-cost-plan .total .group .price-before {
    grid-area: gridC;
    text-align: right;
  }

  .detail-cost-plan .total .group .ab {
    transform: unset;
    top: unset;
    bottom: 50px;
    left: 0px;
    font-size: 16px;
  }

  .group-cost-plan .cost-plan-bot {
    margin-top: 0;
  }

  .img-mesage.mb {
    display: block;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 20px;
  }

  .group-cost-plan .double-img {
    margin: 0 -10px;
    margin-top: 50px;
    grid-gap: 5px;
  }

  .group-usageFlow.plan-mb {
  }

  .list-articles2 .button-slide {
    padding-right: 25px;
  }

  .group-des-plan .item .text .big {
    font-size: 1.2rem;
  }

  .group-cost-plan .detail-cost-plan .detail-2 .detail-line {
    width: unset;
  }

  .cost-plan2 {
    padding: 0;
  }

  .cost-plan3 .inner-mb {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .cost-plan3 .total-bot {
    max-width: unset;
  }

  .cost-plan3 .w765-mb {
    width: 800px;
  }

  .cost-plan3 .total-bot .main {
    width: 768px;
  }

  .message-plan-cost-price.pc {
    display: none;
  }

  .cost-plan2 img.pc {
    display: none;
  }

  .cost-plan2 {
    text-align: center;
  }

  .cost-plan2 img.mb {
    display: block;
  }
}

@media (max-width: 580px) {
  .cost-plan2 .border-bottom-page {
    padding-bottom: 0;
  }
}

@media (max-width: 375px) {
  .group-usageFlow.plan-mb375 .pc {
  }

  .group-usageFlow.plan-mb375 .list-usageFlow .item {
    margin: auto;
  }

  .group-usageFlow.plan-mb375 .inner-mr-15 {
    margin: auto;
  }

  .group-usageFlow.plan-mb375 .mb {
    display: block;
  }

  .group-usageFlow.plan-mb375 .list-usageFlow {
    display: block;
    width: 100%;
  }

  .group-usageFlow.plan-mb375 .list-usageFlow .item {
    width: 100%;
    min-height: 72px;
    height: unset;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 90px;
    position: relative;
  }

  .group-usageFlow.plan-mb375 .list-usageFlow .item:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 10px;
    width: 5px;
    background: #fff;
    left: 50%;
  }

  .group-usageFlow.plan-mb375 .list-usageFlow .item:last-of-type:before {
    display: none;
  }

  .list-usageFlow .item .message-usageFlow.plan {
    left: unset;
    right: 0;
    bottom: 90px;
    top: unset;
    transform: unset;
    width: 124px;
  }

  .list-usageFlow .item .message-usageFlow.plan img {
    width: 100%;
  }
}

/*
==============================================================
========================= END PLAN =========================
==============================================================
*/
/*
==============================================================
========================= SCENE =========================
==============================================================
*/
.list-pageMenu.scene .item {
  font-size: 1rem;
  background: #808080;
}

.list-pageMenu.scene .item:hover {
  /* background: #555 !important;*/
}

.list-pageMenu.scene .item a:hover {
  background: #555 !important;
}

.group-scene {
  margin-top: 35px;
}

.group-scene .container .main {
  background: #ededec;
}

.banner-scene {
  position: relative;
  height: 140px;
  background-image: url("../images/scene/banner-scene1.png");
  background-repeat: no-repeat;
  background-position: center;
}

.banner-scene.banner-scene2 {
  background-image: url("../images/scene/banner-scene2.png");
}

.banner-scene.banner-scene3 {
  background-image: url("../images/scene/banner-scene3.png");
}

.banner-scene.banner-scene4 {
  background-image: url("../images/scene/banner-scene4.png");
}

.banner-scene.banner-scene5 {
  background-image: url("../images/scene/banner-scene5.png");
}

.banner-scene.banner-scene6 {
  background-image: url("../images/scene/banner-scene6.png");
}

.banner-scene img {
  width: 100%;
}

.banner-scene .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 2.13rem;
  font-weight: bold;
  white-space: nowrap;
}

.group-scene .content {
  padding: 30px;
}

.title-scene {
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.53rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.title-scene > div {
  position: relative;
}

.title-scene > div:before {
  position: absolute;
  content: "";
  width: 185px;
  border-bottom: 2px solid #fff;
  right: calc(100% + 30px);
  top: 50%;
}

.title-scene > div:after {
  position: absolute;
  content: "";
  width: 185px;
  border-bottom: 2px solid #fff;
  left: calc(100% + 30px);
  top: 50%;
}

.des-scene {
  display: flex;
  grid-gap: 40px;
  justify-content: center;
}

.des-scene .line {
  font-size: 1.13rem;
  margin-bottom: 5px;
}

.group-scene .cost {
  background: #fff;
  padding: 40px 25px;
  margin-top: 35px;
  padding-bottom: 30px;
}

.group-scene .cost .title-cost {
  display: flex;
  justify-content: center;
  grid-gap: 25px;
}

.group-scene .cost .title-cost.mb {
  display: none;
}

.group-scene .cost .title-cost .text {
  font-size: 1.33rem;
  font-weight: bold;
  border-bottom: 2px solid #00ffff;
}

.group-scene .cost .title-cost .text .number {
  font-size: 2rem;
}

.group-scene .cost .title-cost .text .note {
  font-size: 0.93rem;
  font-weight: 400;
}

.group-scene .cost .content-cost {
  margin-top: 35px;
}

.group-scene .cost .content-cost .cost-line {
  display: flex;
  font-size: 1.267rem;
  margin-bottom: 10px;
}

.group-scene .cost .content-cost .cost-line .icon {
  font-size: 13px;
  line-height: 1.267rem;
}

.group-scene .cost .content-cost .cost-line .w180 {
  width: 160px;
}

.group-scene .cost .content-cost .cost-line .w350 {
  width: 350px;
}

.group-scene .cost .content-cost .cost-line .note {
  font-size: 14px;
  font-weight: 400;
}

.grid-gap20 {
  grid-gap: 20px;
}

.grid-gap40 {
  grid-gap: 40px;
}

.white-nowrap {
  white-space: nowrap;
}

.jusstart {
  justify-content: flex-start;
}

.list-detail-scene {
  margin-top: 25px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.list-detail-scene.owl-carousel {
  display: grid;
}

.list-detail-scene-main .button-slide {
  display: none;
}

.list-detail-scene-main .list-arrow1,
.list-detail-scene-main .list-arrow2 {
  display: none;
}

.list-detail-scene .item .img {
  min-height: 210px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.list-detail-scene .item .des {
  font-size: 0.67rem;
}

.list-detail-scene .item .img img {
  opacity: 1;
}

.list-detail-scene2 {
  display: flex;
  grid-gap: 5px;
  justify-content: center;
  margin-top: 25px;
  position: relative;
  padding-bottom: 30px;
}

.list-detail-scene2 .item .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.list-detail-scene2 .item .des {
  font-size: 0.67rem;
}

.list-detail-scene2 .item .img img {
  opacity: 1;
}

.note-group-scene {
  text-align: right;
  color: #969696;
  font-size: 0.67rem;
}

.list-detail-scene2 .note-group-scene {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .list-detail-scene .item .img {
    min-height: unset;
  }

  .list-pageMenu.scene .item {
    font-size: 0.67rem;
  }

  .group-scene .container .main {
    margin-left: -15px;
    margin-right: -15px;
  }

  .banner-scene {
    min-height: 95px;
  }

  .banner-scene img {
    opacity: 0;
  }

  .banner-scene {
    background: url("../images/scene/banner-scene1-mb.png") no-repeat center;
    background-size: cover;
  }

  .banner-scene.banner-scene2 {
    background-image: url("../images/scene/banner-scene2-mb.png");
  }

  .banner-scene.banner-scene3 {
    background-image: url("../images/scene/banner-scene3-mb.png");
  }

  .banner-scene.banner-scene4 {
    background-image: url("../images/scene/banner-scene4-mb.png");
  }

  .banner-scene.banner-scene5 {
    background-image: url("../images/scene/banner-scene5-mb.png");
  }

  .banner-scene.banner-scene6 {
    background-image: url("../images/scene/banner-scene6-mb.png");
  }

  .banner-scene .text {
    font-size: 1.2rem;
  }

  .banner-scene .text.pc {
    display: none;
  }

  .banner-scene .text.mb {
    display: block;
    text-align: center;
  }

  .group-scene .content {
    padding: 20px;
  }

  .title-scene {
    font-size: 1.063rem;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .title-scene .pc {
    display: none;
  }

  .title-scene .mb {
    display: block;
  }

  .title-scene > div:before {
    width: 50px;
    right: calc(100% + 10px);
  }

  .title-scene > div:after {
    width: 50px;
    left: calc(100% + 10px);
  }

  .des-scene {
    display: block;
  }

  .des-scene .line {
    padding-left: 30px;
    font-size: 0.93rem;
    position: relative;
  }

  .des-scene .line:before {
    position: absolute;
    content: "";
    width: 10px;
    left: 10px;
    top: 10px;
    height: 10px;
    border-radius: 100%;
    background: #000;
  }

  .des-scene .line .icon {
    display: none;
  }

  .group-scene .cost {
    padding: 0px;
    margin: 0 5px;
  }

  .group-scene .cost .title-cost.pc {
    display: none;
  }

  .group-scene .cost .title-cost.mb {
    display: block;
    border-bottom: 2px solid #00ffff;
    padding: 10px 10px;
  }

  .group-scene .cost .title-cost.mb .imgNumber {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  .group-scene .cost .title-cost.mb .imgNumber .number {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 20px;
    flex: 1;
    text-align: right;
  }

  .group-scene .cost .title-cost.mb .small {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
  }

  .group-scene .cost .title-cost.mb .imgNumber img {
    width: 38px;
  }

  .group-scene .cost .title-cost.mb .text {
    border: none;
  }

  .group-scene .cost .content-cost {
    margin-top: 0;
  }

  .group-scene .cost .content-cost .flex {
    display: block;
  }

  .group-scene .cost .content-cost .cost-line {
    font-size: 0.93rem;
    grid-gap: 0;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 2px solid #ededec;
    margin-bottom: 0;
    flex-wrap: wrap;
    grid-column-gap: 20px;
  }

  .group-scene .cost .content-cost .cost-line .w180 {
    width: auto;
  }

  .group-scene .cost .content-cost.pc {
    display: none;
  }

  .group-scene .cost .content-cost.mb {
    display: block;
  }

  .mb-w100-right {
    width: 100%;
    text-align: right;
  }

  .list-detail-scene2-mb.mb {
    display: block;
  }

  .list-detail-scene2-mb {
    margin: 0 5px;
    margin-top: 30px;
    position: relative;
  }

  .list-arrow1 {
    top: calc(50% - 30px);
    left: -10px;
  }

  .list-arrow2 {
    position: absolute;
    top: calc(50% - 35px);
    right: -10px;
  }

  .list-arrow1 img,
  .list-arrow2 img {
    opacity: 0 !important;
  }

  .list-arrow1 {
    background: url("../images/button-slide-prev.png") no-repeat !important;
    position: center right;
    padding: 0;
  }

  .list-arrow2 {
    background: url("../images/button-slide-next.png") no-repeat !important;
    position: center right;
    padding: 0;
  }

  .list-detail-scene2-mb .button-slide {
    margin: auto;
    margin-top: 25px;
  }

  .list-detail-scene2-mb .des {
    font-size: 12px;
  }

  .list-detail-scene2.pc {
    display: none;
  }

  .list-detail-scene.owl-carousel {
    display: grid;
  }

  .list-detail-scene-main .button-slide {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
  }

  .list-detail-scene-main {
    padding: 0 10px;
    position: relative;
    display: block;
  }
}

@media (max-width: 767px) {
  .list-detail-scene.owl-carousel {
    display: block;
  }

  .list-detail-scene-main .button-slide {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
  }

  .list-detail-scene-main {
    padding: 0 10px;
    position: relative;
    display: block;
  }

  .list-detail-scene-main .list-arrow1,
  .list-detail-scene-main .list-arrow2 {
    display: block;
  }
}

/*
==============================================================
========================= END SCENE =========================
==============================================================
*/

/*
==============================================================
========================= RECRUIT =========================
==============================================================
*/
.container .release a {
  color: #000;
}

.container .release a:hover {
  text-decoration: underline;
}

/*
==============================================================
========================= COMPANY =========================
==============================================================
*/
.group-company {
  margin-top: 70px;
  position: relative;
}

.group-company.bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 150px);
  top: -70px;
  left: 0;
  margin-top: 0;
  padding-top: 70px;
  background: #f2f2f2;
  clip-path: polygon(0% 15%, 100% 0, 100% 85%, 88% 88%, 32.5% 55%, 32.5% 21%, 44% 18.5%, 30% 18.5%, 30% 56%, 64% 91%, 0 100%);
  z-index: -2;
}

.group-company.bg:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  z-index: -1;
  top: 36%;
  left: 34%;
}

.group-company.first {
  margin-top: 110px;
}

.group-company .title-img {
  text-align: center;
}

.group-company .title-img img {
  height: 41px;
}

.group-company .small {
  text-align: center;
  margin-top: 25px;
  font-size: 1.13rem;
  color: #999999;
}

.text-line-column {
  font-size: 3.33rem;
  font-weight: bold;
  text-align: left;
  writing-mode: vertical-lr;
  line-height: 160%;
  margin: auto;
  margin-top: 70px;
}

.group-company .title {
  font-size: 2.13rem;
  text-align: center;
  line-height: 170%;
  font-weight: bold;
  margin-top: 60px;
}

.group-company .title-small {
  font-size: 1.67rem;
  text-align: center;
  line-height: 170%;
  font-weight: bold;
  margin-top: 60px;
}

.group-company .des {
  margin: auto;
  font-size: 0.93rem;
  margin-top: 45px;
  max-width: 910px;
}

.border-company {
  border-bottom: 2px solid #e5e5e5;
  max-width: 650px;
  margin: auto;
  margin-top: 60px;
}

.group-company .group-center {
  display: flex;
  justify-content: center;
}

.group-company.black {
  background: #000;
  padding-top: 210px;
  padding-bottom: 210px;
  color: #fff;
}

.group-company.black .title-line {
  font-size: 3.33rem;
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
}

.group-company.black .small {
  color: #fff;
}

.group-company.black .title-line + .title {
  margin-top: 30px;
}

.group-avatar {
  margin-top: 120px;
}

.group-avatar .title {
  font-weight: bold;
  font-size: 1.67rem;
  text-align: center;
}

.group-avatar .list-avatar {
  margin-top: 60px;
  display: flex;
  grid-column-gap: 65px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

/* safari用 */
_::-webkit-full-page-media,
_:future,
:root .group-avatar .list-avatar {
  justify-content: space-evenly;
}

.group-avatar .list-avatar .img {
  border-radius: 100%;
  overflow: hidden;
}

.group-avatar .list-avatar .item .info {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 15px;
}

.group-avatar .list-avatar .item .info .text {
  margin-bottom: 0px;
}

.group-avatar .list-avatar .item .info .small {
  line-height: 130%;
}

.group-avatar .list-avatar .item .name {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}

.group-table-company {
  margin-top: 120px;
}

.group-table-company .title {
  font-weight: bold;
  font-size: 1.67rem;
  text-align: center;
}

.group-table-company .table {
  border: 1px solid #e5e5e5;
  margin: auto;
  margin-top: 70px;
  max-width: 900px;
}

.group-table-company .table .td {
  padding: 15px 30px;
  font-size: 1.06rem;
  line-height: 30px;
  font-weight: 300;
}

.group-table-company .table .td:nth-child(1) {
  font-weight: 500;
}

.group-table-company .table .td .address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.group-table-company .table .td div.address + div.address {
  margin-top: 1rem;
}

.group-table-company .table .td .address p + p {
  margin-left: 2rem;
}

.group-table-company .table .td a {
  color: #000;
}

.group-table-company .table .td a:hover {
  text-decoration: underline;
}

.group-table-company .table .td .small {
  font-size: 0.75rem;
}

.group-table-company .table .tr {
  display: grid;
  grid-template-columns: 150px auto;
  border-bottom: 1px solid #e5e5e5;
}

.group-table-company .table .tr:last-of-type {
  border: none;
}

.group-table-company .grid-2-table {
  display: flex;
  grid-gap: 50px;
}

.group-table-company .grid-2-table > div > div {
  margin-bottom: 0px;
}

.group-table-company + .group-contact {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .group-company.first {
    margin-top: 70px;
  }

  .group-company .title {
    font-size: 1.2rem;
  }

  .border-company {
    margin-top: 50px;
  }

  .text-line-column {
    font-size: 1.6rem;
  }

  .group-company.bg:before {
    background: url(../images/company/background-img-mb.png) no-repeat center center;
    background-position-x: -230px;
    clip-path: unset;
    height: 100%;
  }

  .group-company.bg:after {
    display: none;
  }

  .group-company .title-small {
    font-size: 0.867rem;
  }

  .group-company.black {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group-company.black .small {
    margin-top: 10px;
  }

  .group-company.black .title-line {
    font-size: 1.867rem;
  }

  .group-avatar {
    margin-top: 70px;
  }

  .group-avatar .list-avatar {
    margin-top: 40px;
    grid-gap: 10px;
    grid-row-gap: 20px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
  }

  .group-avatar .list-avatar .item {
  }

  .group-avatar .list-avatar .item .info {
    font-size: 0.7rem;
    line-height: 140%;
  }

  .group-avatar .list-avatar .item .name {
    font-size: 0.867rem;
    margin-top: 5px;
  }

  .group-avatar .border-company {
    display: none;
  }

  .group-table-company {
    margin-top: 70px;
  }

  .group-table-company .table {
    margin-top: 40px;
  }

  .group-table-company .table {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group-table-company .table .tr {
    grid-template-columns: 100px auto;
  }

  .group-table-company .table .tr .td {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .group-table-company .table .tr .td:nth-child(1) {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 0.8rem;
  }

  .group-table-company .table .tr .td:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.83rem;
  }

  .group-table-company .table .tr.mb-block {
    display: block;
  }

  .group-table-company .table .tr.mb-block .td:nth-child(2) {
    padding-left: 30px;
    line-height: 140%;
  }

  .group-table-company .table .tr.mb-block .td:nth-child(2) > div {
    margin-bottom: 10px;
  }

  .group-table-company .table .td .address {
    display: block;
  }

  .group-table-company .table .td .address p + p {
    margin-left: 0;
  }
}

@media (max-width: 414px) {
  .text-line-column {
    margin-top: 90px;
  }

  .group-company.bg:before {
    top: -85px;
  }

  .group-table-company .table .tr.mb-block .grid-2-table {
    display: block;
  }
}

/*
==============================================================
========================= END COMPANY =========================
==============================================================
*/
/*
==============================================================
========================= CONTACT PAGE =========================
==============================================================
*/
.contact-page {
  margin-top: 110px;
}

.contact-page .info {
  text-align: center;
}

.contact-page .title-small {
  font-size: 1.67rem;
  font-weight: 500;
  line-height: 170%;
}

.contact-page .title {
  font-size: 2.73rem;
  font-weight: bold;
  line-height: 170%;
}

.contact-page .info .des {
  margin-top: 40px;
}

.contact-page .info .des .phone {
  margin-top: 40px;
  font-size: 0.8rem;
  margin-bottom: 25px;
}

.contact-page .info .des .phone img {
  vertical-align: middle;
}

.contact-page .info .des .phone > div:nth-child(1) {
  margin-bottom: 15px;
}

.contact-page .info .des .phone .number {
  font-weight: bold;
  font-size: 2.13rem;
}

.contact-page .info .des .phone .number a {
  color: #000;
}

.contact-page .form {
  margin-top: 50px;
}

.contact-page .form .form-head {
  padding: 40px 0;
  background: #f2f2f2;
}

.contact-page .form .form-head .list-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px;
}

.contact-page .form .form-head .list-tab > .item {
  border: 1px solid #999999;
  padding: 15px 0;
  text-align: center;
  position: relative;
  opacity: 0.3;
  background: #fff;
}

.contact-page .form .form-head .list-tab > .item .icon {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.contact-page .form .form-head .list-tab > .item .icon img {
  max-width: 71px;
}

.contact-page .form .form-head .list-tab > .item.active {
  border: 1px solid #000;
  opacity: 1;
}

.contact-page .form .form-head .list-tab > .item .en {
  margin-right: 10px;
  font-weight: bold;
  color: #999999;
}

.contact-page .form .form-body {
  margin-top: 70px;
}

.contact-page .form .form-body .tab {
  display: none;
}

.contact-page .form .form-body .tab.active {
  display: block;
}

.contact-page .form .form-body .form-li {
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 50px;
  margin-bottom: 50px;
}

.contact-page .form .form-body .form-li.mb-80 {
  margin-bottom: 80px;
}

.contact-page .form .form-body .form-li .th {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.contact-page .form .form-body .form-li .td {
  position: relative;
}

.contact-page .form .form-body .form-li .required {
  padding: 5px 5px;
  background: #be163c;
  line-height: 100%;
  font-size: 0.67rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 5px;
}

.contact-page.contact-thank-page {
  margin-left: 0;
  margin-right: 0;
}

label.input-radio {
  position: relative;
  padding-left: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}

label.input-radio > .icon {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

label.input-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

label.input-radio input:checked + div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.contact-page .form .form-body .form-li .input-form {
  border: 1px solid #969696;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}

.contact-page .form .form-body .form-li .placeholder {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(-5px);
  color: #969696;
  font-size: 0.8rem;
}

.contact-page .form .form-body .form-li .placeholder2 {
  color: #969696;
  font-size: 0.8rem;
}

.contact-page .form .form-body .form-li .placeholder2 .note-pl2 {
  display: flex;
  grid-gap: 20px;
}

.contact-page .form .form-body .form-li .note {
  width: 100%;
  min-height: 200px;
}

.contact-page .form .form-body .form-button {
  margin-top: 120px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-page .form .form-body .form-button .text-button {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.contact-page .form .form-body .form-button button {
  height: 80px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  font-size: 1.33rem;
  font-weight: 500;
  color: #fff;
  border: none;
  position: relative;
}

.contact-page .form .form-body .form-button button .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.wpcf7-form .wpcf7-form-control-wrap input[type="radio"] {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  content: "";
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  -webkit-appearance: button;
  appearance: button;
  appearance: button;
  padding: 0;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="radio"]:checked:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: #000;
  border-radius: 6px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-radio {
  margin-left: 0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 5px;
  cursor: pointer;
}

.list-related-owl.service-articles-slider .owl-item .item {
  margin-right: 15px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  padding: 0 0 0 2px;
  margin: 0;
  position: relative;
  bottom: 2px;
  right: 5px;
}

.contact-page textarea {
  padding: 10px;
}

/*.wpcf7-form .ajax-loader
{
    display: none;
}
.wpcf7-form.submitting .ajax-loader
{
    display: inline-block;
}*/
.wpcf7-form .ajax-loader {
  visibility: unset;
}

.contact-page .text-button a {
  color: inherit;
  text-decoration: underline;
}

.contact-page .form-button button,
.wpcf7-form input[type="submit"] {
  display: none;
  height: 80px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  font-size: 1.33rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  border: none;
  position: relative;
  background: #000 url(../images/arrow-right-white-index.png) no-repeat;
  background-position: right 30px center;
  cursor: pointer;
  box-shadow: 2px 2px 5px #aaa;
  transition: 0.2s;
}

.contact-page .form-button button:hover,
.wpcf7-form input[type="submit"]:hover {
  color: #000 !important;
  background: #fff url("../images/arrow-right.png") no-repeat;
  background-position: right 30px center;
}

.contact-page .form-button button#btn-confirm {
  display: inline-block;
}

.contact-confirm-page .form-button button#btn-confirm {
  display: none;
}

.contact-confirm-page .form-button button#btn-back,
.contact-confirm-page .form-button button#btn-send {
  display: inline-block;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.contact-confirm-page .form-button button#btn-back {
  margin-right: 8px;
  background: #000 url(../images/arrow-left-white.png) no-repeat;
  background-position: left 15px center;
}

.contact-confirm-page .form-button button#btn-send {
  margin-left: 8px;
  background-position: right 15px center;
}

.contact-page .form-button button#btn-back:hover {
  color: #000 !important;
  background: #fff url("../images/arrow-left.png") no-repeat;
  background-position: left 15px center;
}

.contact-page .field-error,
.contact-page .frm-error {
  color: #ff0000;
}

.contact-page .frm-error {
  text-align: center;
}

.contact-confirm-page .placeholder,
.contact-confirm-page .wpcf7-list-item-label,
.contact-confirm-page .placeholder2,
.contact-confirm-page .form-button .text-button {
  display: none;
}

.contact-confirm-page .form .form-body .form-li.mb-80 {
  margin-bottom: 50px;
}

.contact-confirm-page .form {
  margin-top: 0;
}

.contact-confirm-page .form .form-body .form-button {
  margin-top: 60px;
}

.contact-page.contact-confirm-page,
.contact-page.contact-thank-page {
  margin-top: 0;
}

.contact-confirm-page .form,
.contact-thank-page .form {
  margin-top: 30px;
}

.contact-thank-page h2.title {
  font-size: 2.2rem;
  margin-top: 30px;
  width: auto !important;
}

.contact-thank-page .flow-wrap {
  position: relative;
  padding: 4rem 20px;
  margin-bottom: 44px;
  border: 1px solid #a4a4a4;
  margin-top: 30px;
}

.contact-thank-page .flow-wrap::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  content: "";
  width: 24px;
  height: 16px;
  margin-left: -12px;
  background: url("../images/arrow-down.png") no-repeat;
}

.contact-thank-page .flow-inner {
  display: table;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.contact-thank-page .flow-image {
  display: table-cell;
  width: 90px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  background: #f5f6f8;
  border-radius: 50%;
}

.contact-thank-page .flow-content {
  display: table-cell;
  padding-left: 2rem;
  vertical-align: middle;
  text-align: left;
}

.contact-thank-page .flow-content h3.flow-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-thank-page .flow-image .fs-xlarge {
  font-size: 1.8rem;
}

.contact-thank-page .info .des .phone {
  width: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-copy {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
}

.grecaptcha-copy a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .grecaptcha-copy {
    margin-top: 40px;
    font-size: 0.75rem;
  }

  .contact-page .form .form-body {
    margin-top: 30px;
  }

  .contact-page .form .form-body .form-li .td {
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
  }

  label.input-radio {
    white-space: nowrap;
    font-size: 1rem;
  }

  .contact-page .form .form-body .form-li {
    display: block;
    margin-bottom: 40px;
  }

  .contact-page .form .form-body .form-li.mb-80 {
    margin-bottom: 40px;
  }

  .contact-page .form .form-body .form-li .placeholder {
    bottom: 0;
    transform: translateY(100%);
  }

  .contact-page .form .form-body .form-button {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .contact-page .form .form-body .form-button button {
    height: 70px;
    padding: 0 50px;
    line-height: 120%;
    font-size: 1rem;
  }

  .contact-page .form .form-body .form-button button .icon {
    right: 20px;
    height: 20px;
  }

  .contact-page .form .form-body .form-button button .icon img {
    height: 20px;
  }

  .wpcf7-form input[type="submit"] {
    height: 70px;
    padding: 0 50px;
    line-height: 120%;
    font-size: 1rem;
  }

  .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    padding-left: 3px;
  }

  .contact-confirm-page .form .form-body .form-li.mb-80 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contact-thank-page .flow-wrap {
    padding: 20px;
  }

  .contact-thank-page .flow-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .contact-thank-page .flow-image .fs-xlarge {
    font-size: 1.5rem;
    padding-top: 5px;
    display: inline-block;
  }

  .contact-thank-page .flow-content {
    display: block;
    padding-left: 0;
    text-align: center;
  }

  .contact-confirm-page .container,
  .contact-thank-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-thank-page .des .phone {
    padding-top: 30px;
  }

  .contact-thank-page .des .phone .flex {
    padding-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .contact-page .form .form-head .list-tab {
    grid-gap: 30px;
  }

  .contact-page .form .form-head .list-tab > .item {
    padding: 5px 0;
    font-size: 0.8rem;
  }

  .contact-page .form .form-head .list-tab > .item .jp {
    display: none;
  }

  .contact-page .form .form-head .list-tab > .item .icon img {
    width: 30px;
  }

  .contact-page .form .form-head .list-tab > .item .en {
    margin-right: 0;
  }

  .contact-confirm-page .form-button button#btn-back,
  .contact-confirm-page .form-button button#btn-send {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-confirm-page .form-button button#btn-back {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-confirm-page .form-button button#btn-send {
    margin-left: 0px;
  }
}

/*
==============================================================
========================= END CONTACT PAGE =========================
==============================================================
*/
/*
==============================================================
========================= RELATED =========================
==============================================================
*/

/*
==============================================================
========================= END RELATED =========================
==============================================================
*/
.related {
  margin-top: 110px;
}

.related .title {
  font-size: 1.67rem;
  font-weight: bold;
  line-height: 170%;
  text-align: center;
}

.related .des {
  max-width: 910px;
  margin: auto;
  font-size: 0.93rem;
  margin-top: 60px;
}

.group-related1 {
  margin-top: 150px;
}

.group-related1 .title {
  font-size: 1.87rem;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
}

.related1-grid {
  display: grid;
  grid-template-columns: auto 470px;
  grid-gap: 65px;

  margin-top: 60px;
}

.related1-grid .name {
  font-size: 1.3rem;
  font-weight: 500;
}

.related1-grid .name > div {
  line-height: 100%;
  margin-bottom: 15px;
}

.related1-grid .img {
  position: relative;
  height: 495px;
}

.related1-grid .img img {
  max-width: calc(100% + (100vw - 1040px) / 2);
  position: absolute;
  max-height: 100%;
  right: 0;
  top: 0;
  box-shadow: 3px 3px 10px #aaa;
}

.related1-grid .text {
  position: relative;
}

.related1-grid .des {
  margin-top: 50px;
}

.related1-grid .text .button-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  /*height: 62px;*/
  background: #000;
  border: none;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #aaa;
  font-weight: bold;
  font-size: 1.33rem;
  display: inline-block;
  padding: 18px 10px;
  text-align: center;
  transition: 0.2s;
}

.related1-grid .text .button-bottom:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.related1-grid .text .button-bottom2 {
  position: absolute;
  bottom: -82px;
  width: 100%;
  color: #fff;
  /*height: 62px;*/
  background: #000;
  border: none;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #aaa;
  font-weight: bold;
  font-size: 1.33rem;
  display: inline-block;
  padding: 18px 10px;
  text-align: center;
  transition: 0.2s;
}

.related1-grid .text .button-bottom2:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.group-related2 {
  margin-top: 180px;
}

.group-related2.first {
  margin-top: 100px;
}

.group-related2 .title {
  font-size: 1.33rem;
  font-weight: bold;
}

.group-related2 .main {
  display: grid;
  grid-template-columns: 480px auto;
  grid-gap: 50px;
  margin-top: 40px;
}

.group-related2 .main .text {
  font-size: 0.87rem;
}

.group-related2 .main .img {
  position: relative;
}

.group-related2 .main .img img {
  position: absolute;
  top: -20px;
  left: 0;
  max-width: 540px;
}

.group-related3 {
  margin-top: 90px;
}

.group-related3 .main {
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
}

.group-related3 .main .related3-right .img {
  display: flex;
  grid-gap: 25px;
  justify-content: space-between;
}

.group-related3 .text {
  margin-top: 5px;
  font-size: 0.87rem;
}

.group-ourservice2 {
  margin-bottom: 115px;
}

.group-ourservice2 .title svg {
  height: 23px;
  fill: #e3e3e3;
}

.group-ourservice2 .main {
  display: grid;
  grid-template-columns: 700px auto auto;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  grid-template-areas: "gridA gridB gridC" "gridA gridD gridE";
  margin-top: 20px;
}

.group-ourservice2 .main .item {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.group-ourservice2 .main .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.33rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.group-ourservice2 .main .item img {
  opacity: 0;
}

.group-ourservice2 .main .item:nth-child(1) .text {
  font-size: 2.13rem;
}

.group-ourservice2 .main .item:nth-child(1) {
  grid-area: gridA;
  height: 256px;
}

.group-ourservice2 .main .item:nth-child(2) {
  grid-area: gridB;
}

.group-ourservice2 .main .item:nth-child(3) {
  grid-area: gridC;
}

.group-ourservice2 .main .item:nth-child(4) {
  grid-area: gridD;
}

.group-ourservice2 .main .item:nth-child(5) {
  grid-area: gridE;
}

.list-articles2 {
  display: block;
}

.list-articles2 .owl-carousel {
  display: block;
}

.list-articles2 .slideShow-articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.list-articles2 .slideShow-articles .item {
  position: relative;
}

.list-articles2 .slideShow-articles .item .box {
}

.list-articles2 .slideShow-articles .item .img {
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.list-articles2 .slideShow-articles .item .icon {
  position: absolute;
  top: -15px;
  left: -13px;
  width: 37px;
  z-index: 11;
}

.list-articles2 .slideShow-articles .item .item-des {
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 140%;
}

.list-articles2 .slideShow-articles .item .item-des a {
  color: #1c1b1b;
}

.list-articles2 .button-slide {
  display: none;
}

.group-relate4 {
  margin-top: 180px;
}

.group-relate4 .list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.group-relate4 .list .item .text {
  margin-top: 10px;
}

.group-relate4 .list .item .name {
  font-weight: 500;
  font-size: 1.33rem;
  margin-top: 5px;
}

.mt-100 {
  margin-top: 100px;
}

.group-related1 + .service-articles + .group-contact {
  margin-bottom: 70px;
}

.group-related5 {
  margin-top: 150px;
}

.group-related5 .title-small {
  font-weight: bold;
}

.group-related5 .title {
  font-size: 1.867rem;
  line-height: 170%;
  font-weight: bold;
  margin-top: 20px;
}

.group-related5 .des {
  font-size: 0.93rem;
  margin-top: 30px;
}

.group-related5 .list {
  margin-top: 60px;
}

.group-related5 .list .item {
  display: grid;
  grid-template-columns: 235px auto;
  align-items: center;
  margin-bottom: 20px;
}

.group-related5 .list .item .img {
  text-align: center;
}

.group-related5 .list .item .text {
  font-weight: bold;
  font-size: 1.467rem;
  line-height: 180%;
}

.border-related {
  border-bottom: 1px solid #e5e5e5;
}

.group-related5 .border-related {
  margin-top: 90px;
}

.group-related6 {
  margin-top: 90px;
}

.group-related6 .title-small {
  font-weight: bold;
}

.group-related6 .title {
  font-size: 1.867rem;
  line-height: 170%;
  font-weight: bold;
  margin-top: 20px;
}

.group-related6 .des {
  font-size: 0.93rem;
  margin-top: 30px;
}

.group-related6 .list {
  margin-top: 60px;
  display: grid;
  grid-template-areas: "gridA gridA gridA" "gridB gridC gridD";
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 50px;
}

.group-related6 .list .item {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.group-related6 .list .item .box .img {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  text-align: center;
  height: 200px;
  margin: auto;
}

.group-related6 .list .item .box .text {
  margin-top: 15px;
}

.group-related6 .list .item:nth-child(1) {
  grid-area: gridA;
  font-size: 1.33rem;
  font-weight: bold;
}

.group-related6 .list .item:nth-child(1) .img {
  width: 325px;
  height: 325px;
}

.group-related6 .list .item:nth-child(2) {
  grid-area: gridB;
  transform: translateY(-100px);
}

.group-related6 .list .item:nth-child(3) {
  grid-area: gridC;
}

.group-related6 .list .item:nth-child(4) {
  grid-area: gridD;
  transform: translateY(-100px);
}

.group-related7 {
  margin-top: 140px;
  background: #f2f2f2;
  padding-bottom: 50px;
}

.group-related7 .main {
  overflow: hidden;
}

.group-related7 .title {
  font-size: 1.87rem;
  font-weight: bold;
  transform: translateY(-50%);
  line-height: 100%;
}

.group-related7 .des {
  margin-top: 40px;
  font-size: 0.93rem;
}

.group-related7 .list {
  margin-top: 70px;
}

.group-related7 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 40px;
}

.group-related7 .list.owl-carousel {
  display: grid;
}

.group-related7 .list .item .text {
  margin-top: 10px;
}

.group-related7 .list .item .text .name {
  font-weight: 500;
  font-size: 1rem;
}

.group-related7 .list .item .text .small {
  font-size: 0.67rem;
  line-height: 100%;
}

/* 20230725追加 */
.group-related7 .f_content {
  padding: 55px 0 68px;
  margin-bottom: 70px;
  border-bottom: 1px solid #fff;
}

.group-related7 .f_content .wrap {
  display: flex;
  justify-content: space-between;
}

.group-related7 .f_content .f_img img {
  box-shadow: 3px 3px 10px #aaa;
}

.group-related7 .f_content .content_wrap01 {
  margin: 40px 0 50px;
}

.group-related7 .f_content .content_wrap02 {
  padding: 0 0 0 60px;
}

.group-related7 .f_content .img01 {
  margin-right: 40px;
}

.group-related7 .f_content .wrap.end {
  align-items: flex-end;
}

.group-related7 .f_content .text {
  margin-top: 10px;
}

.group-related7 .f_content .text .name {
  font-weight: 500;
  font-size: 1rem;
}

.group-related7 .f_content .small {
  font-size: 0.67rem;
  line-height: 100%;
}

.group-related7 .f_content .small.url {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .group-related7 .f_content {
    padding: 40px 0 40px;
    margin-bottom: 0;
  }

  .group-related7 .f_content .content_wrap02 {
    padding: 0;
  }

  .group-related7 .f_content .img01 {
    margin: 0 0 30px 0;
  }

  .group-related7 .f_content .content_wrap01,
  .group-related7 .f_content .content_wrap02 {
    display: block;
  }
}

/* //20230725追加 */

.group-related8 {
  margin-top: 90px;
  overflow: hidden;
  padding-bottom: 20px;
}

.group-related8 .title {
  font-size: 1.867rem;
  font-weight: bold;
}

.group-related8 .des {
  margin-top: 40px;
  font-size: 0.93rem;
}

.group-related8 .main {
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.group-related8 .main .index {
  position: relative;
}

.group-related8 .main .line {
  text-align: center;
}

.group-related8 .main .line2 {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}

.group-related8 .content1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  line-height: 100%;
  grid-gap: 20px;
}

.group-related8 .content-line {
  position: absolute;
  display: flex;
  align-items: flex-start;
  line-height: 100%;
  grid-gap: 20px;
  white-space: nowrap;
}

.group-related8 .content2 {
  top: 26.5%;
  left: 26.44%;
}

.group-related8 .content3 {
  top: 36.5%;
  left: 39%;
  transform: translateX(-100%);
}

.group-related8 .content4 {
  left: 43%;
  top: 43%;
}

.group-related8 .content5 {
  left: 62.8%;
  top: 62.5%;
  transform: translateX(-100%);
}

.group-related8 .content6 {
  left: 75.5%;
  transform: translateX(-100%);
  top: 75.7%;
}

.group-related8 .content7 {
  left: 85.5%;
  transform: translateX(-100%);
  top: 83.5%;
}

.group-related8 .content8 {
  bottom: 0;
  left: 100%;
  transform: translateY(50%);
}

.group-related8 .content-line .text {
  font-size: 1.2rem;
  font-weight: bold;
  transform: translateY(-7px);
}

.group-related8 .content-line .dots1 {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #999999;
  transform: translate3d(-50%, -50%, 0);
}

.group-related8 .content-line .dots1.black {
  background: #000;
}

.group-related8 .content-line .dots2 {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #000;
  transform: translate3d(-50%, -50%, 0);
}

.group-related8 .content5 .dots2 {
  transform: translate3d(50%, -50%, 0);
}

.group-related8 .content6 .dots1 {
  transform: translate3d(50%, -50%, 0);
}

.group-related8 .content-line .text2 {
  transform: translateY(-7px);
  font-size: 1.867rem;
  font-weight: bold;
}

.group-related8 .content-line .des-line {
  transform: translateY(-10px);
  line-height: 170%;
}

.group-related8 .small {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999999;
  white-space: nowrap;
  position: absolute;
}

.group-related8 .small-line1 {
  left: 28%;
  top: 11.8%;
  transform: translateY(-50%);
}

.group-related8 .small-line2 {
  left: 28%;
  top: 54.5%;
  transform: translateY(-50%);
}

.group-related8 .small-line3 {
  left: 101%;
  top: 90.5%;
  transform: translateY(-50%);
}

.group-related8 .img-line {
  position: absolute;
  width: 304px;
}

.group-related8 .img-line1 {
  top: 6%;
  left: 10%;
  transform: translateX(-100%);
}

.group-related8 .img-line2 {
  top: 13.6%;
  left: 83%;
}

.group-related8 .img-line3 {
  top: 42%;
  left: 10%;
  transform: translateX(-100%);
}

.group-related8 .img-line4 {
  left: 88%;
  top: 60%;
}

.wrap-service-articles {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .group-ourservice2 .main {
    grid-template-columns: 50% auto auto;
  }
}

@media (max-width: 1024px) {
  .related1-grid .img img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .list-articles2 .slideShow-articles .item .img {
    height: 165px;
  }

  .banner-title {
    white-space: nowrap;
  }

  .banner-title .pc {
    display: none;
  }

  .banner-title .mb {
    display: block;
    white-space: nowrap;
    text-align: center;
  }

  .banner-title .small {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .banner-title .big {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .related .title {
    font-size: 1.2rem;
  }

  .related {
    margin-top: 50px;
  }

  .related .des {
    margin-top: 30px;
  }

  .group-related1 {
    margin-top: 70px;
  }

  .group-related1 .title {
    font-size: 1.2rem;
  }

  .related1-grid {
    display: block;
    margin-top: 40px;
  }

  .related1-grid .img {
    height: auto;
    margin-left: -15px;
  }

  .related1-grid .img img {
    max-width: 100vw;
    position: unset;
    box-shadow: unset;
  }

  .related1-grid .name > div {
    margin-bottom: 0px;
    line-height: unset;
    font-size: 1.067rem;
    font-weight: bold;
  }

  .related1-grid .text {
    margin-top: 40px;
  }

  .related1-grid .des {
    margin-top: 30px;
  }

  .related1-grid .text .button-bottom {
    position: unset;
    margin-top: 30px;
    font-size: 0.93rem;
  }

  .related1-grid .text .button-bottom2 {
    position: unset;
    margin-top: 20px;
    font-size: 0.93rem;
  }

  .group-related2 {
    margin-top: 40px;
  }

  .group-related2.first {
    margin-top: 40px;
  }

  .group-related2 .title {
    font-size: 1.067rem;
  }

  .group-related2 .main {
    display: grid;
    grid-template-areas: "gridB" "gridA";
    grid-template-columns: unset;
    grid-gap: 20px;
  }

  .group-related2 .main .img {
    grid-area: gridB;
  }

  .group-related2 .main .text {
    grid-area: gridA;
  }

  .group-related2 .main .img img {
    position: unset;
    max-width: 100%;
  }

  .service-articles {
    margin-top: 50px;
  }

  .service-articles + .group-contact {
    margin-bottom: 30px !important;
  }

  .list-articles {
    display: none;
  }

  .list-articles2 {
    display: block;
    position: relative;
    min-height: unset;
    width: calc(100% + 50px);
    margin-left: 0px;
  }

  .list-articles2 .button-slide {
    margin: auto;
    margin-top: 30px;
    justify-content: center;
    display: flex;
  }

  .list-articles2 .slideShow-articles {
    display: block;
  }

  .list-articles2 .slideShow-articles .item {
    padding: 10px;
  }

  .list-articles2 .slideShow-articles .item .icon {
    width: 25px;
    top: 0;
    left: 0;
  }

  .list-arrow1 {
    display: block;
    position: absolute;
    z-index: 11;
    border: none;
    background: none;
    top: calc(50% - 41px);
    left: -10px;
  }

  .list-arrow2 {
    display: block;
    position: absolute;
    z-index: 11;
    border: none;
    background: none;
  }

  .group-related3 {
    margin-top: 70px;
  }

  .group-related3 .main {
    display: block;
  }

  .group-related3 .main .related3-right {
    margin-top: 30px;
  }

  .group-ourservice2 .main {
    display: flex;
    flex-wrap: wrap;
  }

  .group-ourservice2 .main .item {
    width: 100%;
    height: 85px;
  }

  .group-ourservice2 .main .item:nth-child(1) {
    height: 85px;
  }

  .group-ourservice2 .main .item:nth-child(1) .text {
    font-size: 1.06rem;
  }

  .group-ourservice2 .main .item .text {
    font-size: 1.06rem;
  }

  .list-menu-bot.mt-110 {
    margin-top: 50px;
    text-align: center;
  }

  .list-menu-bot {
    text-align: center;
  }

  .group-ourservice2 {
    margin-bottom: 50px;
  }

  .group-relate4 {
    margin-top: 50px;
  }

  .group-title {
    font-size: 1.2rem;
  }

  .group-des {
    margin-top: 35px;
  }

  .group-relate4 .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
  }

  .group-relate4 .list .item .text .des {
    font-size: 0.7rem;
  }

  .group-relate4 .list .item .name {
    font-size: 0.8rem;
  }

  .group-relate4 .list .item .text {
    margin-top: 5px;
    line-height: 150%;
  }

  .group-related1 .group-title,
  .group-related1 .group-des {
    display: none;
  }

  .group-related1 {
    margin-top: 50px;
  }

  .group-related1 .container2.mt-90 {
    margin-top: 50px;
  }

  .group-related1 .container2.mt-100 {
    margin-top: 50px;
  }

  .group-related5 {
    margin-top: 70px;
  }

  .group-related5 .title {
    font-size: 1.2rem;
  }

  .group-related5 .text-wrap-mb {
    align-items: center;
  }

  .group-related5 .border-text-top:before {
    /*bottom: -7px;*/
  }

  .group-related5 .title {
    margin-top: 40px;
  }

  .group-related5 .title > div {
    margin-bottom: 5px;
  }

  .group-related5 .list .item {
    margin-bottom: 40px;
  }

  .group-related5 .list .item .text {
    font-size: 1rem;
  }

  .group-related6 {
    margin-top: 50px;
  }

  .group-related6 .title {
    margin-top: 30px;
    font-size: 1.2rem;
  }

  .group-related6 .title > div {
    margin-bottom: 10px;
  }

  .group-related6 .list {
    display: block;
  }

  .group-related6 .list .item:nth-child(2) {
    transform: unset;
  }

  .group-related6 .list .item:nth-child(4) {
    transform: unset;
  }

  .group-related6 .list .item {
    margin-bottom: 10px;
  }

  .group-related6 .list .item .box .text {
    font-size: 1rem;
  }

  .group-related6 .list .item:nth-child(1) {
    margin-bottom: 30px;
  }

  .group-related6 .list .item:nth-child(n + 2) .box {
    display: grid;
    grid-template-columns: 45% auto;
    align-items: center;
    grid-gap: 15px;
    text-align: left;
    font-size: 0.8rem;
  }

  .group-related6 .list .item:nth-child(n + 2) .box br {
    display: none;
  }

  .group-related6 .list .item:nth-child(3) .box {
    grid-template-columns: auto 45%;
    grid-template-areas: "gridB gridA";
  }

  .group-related6 .list .item:nth-child(3) .img {
    grid-area: gridA;
  }

  .group-related6 .list .item:nth-child(3) .text {
    grid-area: gridB;
    text-align: right;
  }

  .group-related6 .list .item:nth-child(n + 2) .img {
    width: unset;
    height: unset;
  }

  .group-related7 .des {
    margin-top: 30px;
  }

  .group-related7 .list.pc {
    display: none;
  }

  .group-related7 .list.mb {
    display: block;
    padding: 0 20px;
    position: relative;
  }

  .group-related8 {
    margin-top: 50px;
  }

  .group-related8 .pc {
    display: none;
  }

  .group-related8 .mb {
    display: block;
  }

  .group-related8 .title {
    font-size: 1.2rem;
  }

  .group-related8 .main .line2 {
    left: 100%;
  }

  .group-related8 .main .line2 img {
    transform: translateX(-50%);
  }

  .group-related8 .main .line2 img {
    max-width: unset;
  }

  .group-related8 .content-line .dots1 {
    transform: unset;
  }

  .group-related8 .content-line .text {
    transform: unset;
  }

  .group-related8 .content-line {
    grid-gap: 10px;
  }

  .group-related8 .content1 {
    top: 2px;
    left: -2px;
    transform: translateY(-50%);
  }

  .group-related8 .content-line .dots1 {
    margin-top: 12px;
  }

  .group-related8 .content-line .text {
    flex: 1;
    font-size: 0.93rem;
    line-height: 12px;
  }

  .text-gap-mb-5 {
    grid-gap: 5px;
  }

  .group-related8 .content2 {
    top: 11%;
    left: unset;
    right: -5px;
    display: grid;
    grid-template-areas: "gridB gridA";
    text-align: right;
  }

  .group-related8 .content2 .dots1 {
    grid-area: gridA;
  }

  .group-related8 .content2 .text {
    grid-area: gridB;
  }

  .group-related8 .content3 {
    top: 27.5%;
    left: -3px;
    transform: unset;
    display: grid;
    grid-template-areas: "gridB gridA";
  }

  .group-related8 .content3 .text {
    grid-area: gridA;
  }

  .group-related8 .content3 .dots1 {
    grid-area: gridB;
  }

  .group-related8 .content4 {
    left: -3px;
    top: 46%;
    display: grid;
    grid-template-areas: "gridA gridB" "gridA gridC";
  }

  .group-related8 .content4 .dots1 {
    margin-top: 0;
    grid-area: gridA;
  }

  .group-related8 .content4 .text {
    grid-area: gridB;
  }

  .group-related8 .content4 .des-line {
    grid-area: gridC;
    width: 160px;
    white-space: normal;
    font-size: 0.8rem;
    margin-top: 5px;
  }

  .jusend-mb {
    justify-content: flex-end;
  }

  .group-related8 .content5 {
    align-items: center;
    top: 65.5%;
    left: 14px;
  }

  .group-related8 .content-line .text2 {
    transform: unset;
    font-size: 1.2rem;
  }

  .group-related8 .content5 .dots2 {
    transform: unset;
  }

  .group-related8 .content6 {
    left: 8px;
    top: 77%;
  }

  .group-related8 .content7 {
    top: 88%;
    left: 8px;
  }

  .group-related8 .content7 .dots1 {
    margin-top: 0;
  }

  .group-related8 .content8 {
    left: 7px;
    top: calc(100% - 7px);
    transform: translateX(-100%);
    display: grid;
    grid-template-areas: "gridB gridA";
  }

  .group-related8 .content8 .dots1 {
    grid-area: gridA;
  }

  .group-related8 .content8 .text {
    grid-area: gridB;
  }

  .group-related8 .content8 .dots1 {
    margin-top: 0;
  }

  .group-related8 .small-line1 {
    top: calc(11% + 16px);
    left: 55px;
  }

  .group-related8 .small-line2 {
    top: 53%;
    right: 0px;
    left: unset;
    transform: translateX(-40px);
  }

  .group-related8 .small-line3 {
    top: 83%;
    left: -55px;
    transform: unset;
  }

  .group-related8 .img-line1 {
    top: 0;
    left: -35px;
    transform: unset;
  }

  .group-related8 .img-line {
    max-width: unset;
    width: unset;
  }

  .group-related8 .img-line img {
    max-width: unset;
  }

  .group-related8 .img-line1 img {
    max-width: unset;
    width: unset;
    transform: translate3d(-100%, -50%, 0);
  }

  .group-related8 .img-line2 {
    top: 15%;
    left: 100px;
  }

  .group-related8 .img-line2 img {
    transform: unset;
    max-width: unset;
  }

  .group-related8 .img-line3 {
    top: 27%;
    left: -80px;
    transform: unset;
    left: unset;
    right: 70px;
  }

  .group-related8 .img-line4 {
    top: unset;
    bottom: 60px;
    left: 55px;
  }

  .hidden-mb {
    display: none;
  }

  .group-ourservice2 .title {
    text-align: center;
  }

  .group-related7 .list-main {
    overflow: hidden;
  }

  .group-related7 .list-main {
    margin-right: -50px;
  }

  .group-related7 .list.owl-carousel {
    display: block;
  }

  .group-related7 .list-main .button-slide {
    display: flex;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    padding-right: 25px;
  }

  .group-related7 .list {
    margin-top: 50px;
  }
}

@media (max-width: 549px) {
  .list-articles2 {
    width: calc(100% + 50px);
  }

  .group-related5 .list .item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    text-align: center;
  }

  .group-related5 .list .item br {
    display: none;
  }
}

/*
==============================================================
========================== unity page ========================
==============================================================
*/
.banner-title2 {
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.blog-text {
  margin-top: 45px;
}

.blog-text .title {
  text-align: center;
}

.blog-text .title img {
  max-width: 733px;
}

.unity-page h1 {
  font-size: 2.25rem;
}

.page-template-page-templatetemplate-utility-page-php .wrapper dt {
  padding: 0 0 0.5em 0;
  font-weight: bold;
}

.page-template-page-templatetemplate-utility-page-php .wrapper dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}

.page-template-page-templatetemplate-utility-page-php .wrapper strong {
  padding: 0 0 0.5em 0;
  font-weight: bold;
}

@media (max-width: 766px) {
  .blog-text .title img {
    max-width: 298px;
  }
}

/*
==============================================================
========================== END unity =========================
==============================================================
*/

/*
==============================================================
========================== Partner page ========================
==============================================================
*/
.partner .title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 1rem auto 4rem;
}

.partner h1 {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
  margin-bottom: 4rem;
}

.partner h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  border-bottom: 2px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.text .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.text .arrow::before,
.text .arrow::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 1rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.linkicon {
  position: relative;
}

.linkicon::before {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}

.linkicon::after {
  left: 1.3rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partner .content {
  display: flex;
  margin-bottom: 5rem;
}

.partner .content .image {
  width: 35%;
}

.partner .content .image img {
  max-width: 300px;
}

.partner .content .text {
  width: 55%;
}

.partner .content .text p + p {
  margin-top: 1rem;
}

@media (max-width: 766px) {
  .partner .title {
    font-size: 3.5vw;
    margin: 0 0 3rem;
  }

  .partner h1 {
    font-size: 1.2rem;
    text-align: center;
  }

  .partner .content {
    flex-direction: column;
  }

  .partner .content .image {
    width: 100%;
    text-align: center;
  }

  .partner .content .image img {
    max-width: 80%;
  }

  .partner .content .text {
    width: 95%;
    margin: 2rem auto 0;
  }

  .partner h2 {
    font-size: 3.8vw;
  }
}

/*
==============================================================
========================== END partner =========================
==============================================================
*/

/*
==============================================================
========================== END BLOG ============================
==============================================================
*/
/*
==============================================================
========================== Footer ============================
==============================================================
*/
.footer {
  background: #000;
  padding: 55px 0;
}

.footer img {
  max-width: 244px;
}

.footer .pc.mr {
  margin-right: -7%;
}

.footer .jmaa {
  margin-left: 1rem;
}

.footer .pc .jmaa {
  margin-left: 4rem;
}

.footer .jmaa img {
  max-width: 50px;
}

.footer .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 50px;
}

.footer .main a {
  color: #fff;
}

.list-menu-footer {
  margin-top: 40px;
}

.list-menu-footer .item {
  margin-bottom: 0px;
  font-size: 0.93rem;
  letter-spacing: 0.025rem;
}

.footer .title-menu-footer {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 0.93rem;
  margin-bottom: 10px;
}

.list-menu-child-footer {
  padding-left: 20px;
  font-size: 0.93rem;
  font-weight: bold;
}

.list-menu-child-footer .item {
  margin-bottom: 10px;
}

.footer-bot {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  font-weight: bold;
  font-size: 0.67rem;
  position: relative;
}

.footer-bot > div:nth-child(3) {
  width: 245px;
}

.scrollup {
  color: #fff;
  background: #00ffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  bottom: 35px;
  right: 40px;
  position: fixed;
  z-index: 800;
  cursor: pointer;
  display: none !important;
}

.scrollup i {
  position: absolute;
  left: 11px;
  top: 14px;
  border: solid white;
  border-width: 0 6px 6px 0px;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .scrollup {
    right: 25px;
  }

  .footer .logo-footer.mb {
    display: block;
    padding: 0 30px;
    margin-top: 25px;
    padding-bottom: 80px;
    border-bottom: 2px solid #fff;
  }

  .footer .main {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }

  .list-menu-footer {
    margin-top: 0;
  }

  .list-menu-footer .item {
    margin-bottom: 0;
    padding: 10px 0;
    padding-left: 35px;
    border-bottom: 2px solid #fff;
    display: flex;
    font-size: 0.93rem;
  }

  .list-menu-footer .item a {
    width: 100%;
  }

  .list-menu-footer2 {
    padding-left: 35px;
    margin-top: 15px;
  }

  .footer .title-menu-footer {
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .list-menu-child-footer .item {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #363636;
    display: flex;
    font-size: 0.8rem;
  }

  .list-menu-child-footer .item a {
    width: 100%;
  }

  .footer .main a {
    padding-right: 30px;
    background-image: url("../images/arrow-menu-footer.png");
    background-position: center right 10px;
    background-repeat: no-repeat;
  }

  .footer-bot {
    justify-content: center;
    margin-top: 50px;
  }

  .footer-bot .pc {
    display: none;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-bot > div:nth-child(3) {
    display: none;
  }
}

/*
==============================================================
========================= Custom =============================
==============================================================
*/
/* --------------- footer */
.footer {
  background: #000;
  padding: 38px 0;
}

@media (min-width: 768px) {
  .footer .main {
    min-width: 1200px;
  }
}

/* --------------- list-menu-footer */
.list-menu-footer .item {
  margin-bottom: 0px;
  font-size: 0.93rem;
}

.footer .title-menu-footer {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 0.93rem;
  margin-bottom: 5px;
  margin-top: 32px;
}

.footer .title-menu-footer:first-child {
  margin-top: 0px;
}

.list-menu-footer.normal .item {
  margin-bottom: 3px;
  font-weight: 500;
}

.list-menu-footer.normal a {
  font-size: 13px;
}

@media (max-width: 768px) {
  .footer {
    min-height: 32px;
    padding: 40px 0 0 0;
  }

  .list-menu-footer {
    display: none;
  }

  .footer .logo-footer.mb {
    border: none;
    padding: 0;
    margin: 00px 0 0 20px;
  }

  .footer .logo-footer.mb img {
    height: 30.5px;
  }
}

/* ------ FOOTER */
/* ---------- Compiled */
/* -------------- from */
/* ------------------- SCSS */
.footer .main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  grid-gap: unset;
  margin-bottom: 80px;
  font-feature-settings: "palt";
}

.list-menu-footer:nth-child(1) {
  margin-right: 120px;
}

.list-menu-footer:nth-child(2) {
  margin-right: 140px;
}

.list-menu-footer:nth-child(3) {
  margin-right: 40px;
}

.list-menu-footer.normal a {
  font-size: 13px;
  font-weight: 400;
}

/* --- END of FOOTER --- */
/*
==============================================================
========================= End Footer =========================
==============================================================
*/
/*
==============================================================
========================= 404 page ===========================
==============================================================
*/
.error-page .container {
  text-align: center;
}

.error-page h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
  font-family: Helvetica, sans-serif;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.error-page h2 {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.error-page h3 {
  font-size: 1.3;
  margin-top: 50px;
}

.error-page .explain {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  margin: 30px auto;
  padding: 17px;
  max-width: 640px;
}

.error-page #white_box {
  margin: 15px auto 0;
  background-color: white;
  max-width: 640px;
  text-align: left;
  background: #bfbfbf;
  padding: 20px;
}

.error-page #white_box ul {
  list-style-type: disc;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .error-page h1 {
    font-size: 3rem;
  }

  .error-page h2 {
    font-size: 1.2rem;
  }

  .error-page h3 {
    font-size: 1rem;
  }

  .error-page #white_box ul {
    font-size: 0.93rem;
  }
}

/*
==============================================================
======================= End 404 page =========================
==============================================================
*/
/*
==============================================================
========================= Blog menu ==========================
==============================================================
*/
.blogcategory {
  width: 100%;
  background: #4d4d4d;
  z-index: 3;
  text-align: center;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.blogcategory-list {
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.blogcategory,
.pagenation-select-list {
  position: relative;
  display: block;
  width: 100%;
}

.blogcategory-list-item {
  display: inline-block;
  font-size: 0.73rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.blogcategory-list-item > a {
  position: relative;
  display: block;
  padding: 11px 20px;
  color: #828282;
}

.subcategory {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  /*max-height: 0;*/
  -webkit-transition: all 1.5s ease;
  transition: all 0.5s ease;
  background: #a6a6a6;
  overflow: hidden;
  display: none;
}

.subcategory-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.subcategory-item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.subcategory-item .subcategory-link {
  display: inline-block;
  padding: 11px 20px;
  color: #d9d9d9;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  font-size: 0.73rem;
}

.blogcategory-list-item:hover > a,
.blogcategory-list-item.active > a,
.subcategory a:hover,
.subcategory a.active {
  color: #00ffff;
  opacity: 1;
}

.blogcategory-list-item.subparent:hover > a:before,
.blogcategory-list-item.subparent.active > a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #a6a6a6;
}

.blogcategory-list-item:hover .subcategory,
.blogcategory-list-item.active .subcategory {
  max-height: 100%;
  display: block;
  animation: activeSubmenu 1 linear 0.2s;
}

.blogcategory-list-item .subcategory-item.active a {
  color: #00ffff;
}

/*.blogcategory-list-item:hover .subcategory a
{
    animation: activeTextList 1 linear 0.4s;
}*/
.blogcategory.hover {
  /*height: 0;
    overflow-x: hidden;
    animation: hiddenActiveSubmenu 1 linear 0.2s;*/
  opacity: 0;
}

.blogcategory-list-item > a {
  position: relative;
}

.blogcategory-list-item > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin: -6px 0 0;
  background: #616161;
}

.blogcategory-list-item:first-child > a:after {
  background: none;
}

@keyframes hiddenActiveSubmenu {
  0% {
    height: 50px;
  }

  100% {
    height: 0;
  }
}

/*=====================================  SLIDER ==============================*/
.c-opening.is-wait {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 60000;
  background: #fff;
}

.c-opening__logo1 {
}

.c-opening__logo1 img {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9999;
}

.c-opening__logo2 img {
  display: none;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9999;
}

.c-opening__logo2.active img {
  display: block;
}

.c-opening__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

.c-opening__pics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9997;
  opacity: 0;
}

.c-opening__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9997;
}

.c-opening__pic:nth-child(1) {
  display: block;
}

.c-opening__pic img {
  width: 100%;
}

.c-opening__bg1.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9998;
  transform: translateX(100%);
  animation: tranfXY 1 ease-out 1s;
}

@keyframes tranfXY {
  0% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(0%);
  }

  65% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.c-opening__bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  display: none;
  transform: translateX(-100%);
  animation: tranfYX 1 ease-out 1s;
}

.c-opening__bg2.active {
  display: block;
}

@keyframes tranfYX {
  0% {
    transform: translateX(100%);
  }

  35% {
    transform: translateX(0%);
  }

  65% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animation-line-text {
  animation: clipText 1 ease-out 0.8s;
}

@keyframes clipText {
  0% {
    clip-path: inset(0 99% 0 0);
  }

  100% {
    clip-path: inset(0 0% 0 0);
  }
}

.animation-column-text {
  animation: clipColumnText 1 ease-out 0.8s;
}

@keyframes clipColumnText {
  0% {
    clip-path: inset(0% 0% 99% 0);
  }

  100% {
    clip-path: inset(0% 0% 0 0);
  }
}

/*.loading-bar
{
    position: fixed; top:0;left: 0;
    width: 100%;
    height: 30px;
    background: #FFF;
    z-index: 99999;
    height: 30px;
    width: 99%;
    background: #000;
    animation: loadingBar 1 linear 15s;
}
.loading-bar.loaded
{
    animation-duration: 0.2s;
}*/
@keyframes loadingBar {
  0% {
    width: 0;
  }

  100% {
    width: 99%;
  }
}

@media (max-width: 1300px) {
  .c-opening__pic img {
    width: unset;
    max-width: unset;
    height: 100%;
    transform: translateX(-25%);
  }
}

/*================================== END SLIDER ==============================*/

/*================================== SLICK CSS ==============================*/
.achievements-slider {
  display: flex !important;
}

.achievements-slider .img {
  background-size: cover;
}

.list-scene-top .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.list-scene-top .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #c8c9ca;
  margin: 0 5px;
}

.list-scene-top .slick-dots li.slick-active {
  background: #231815;
}

.list-scene-top .slick-next.slick-arrow,
.list-scene-top .slick-next.slick-arrow {
  display: none;
}

.list-scene-top .slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0;
  overflow: hidden;
}

/*==============================================================================*/
/*================================== On page load ==============================*/
/*==============================================================================*/
#yc-overlay {
  position: fixed;
  z-index: 3001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background:rgba(0,0,0,1);*/
  background: #fff;
  transition: 0.5s 0.3s;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

#yc-overlay-animation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3100;
  display: none;
  background: #000;
  transition: 0.5s 0.3s;
}

#yc-overlay .yc-overlay-inner {
  width: 100%;
  display: block;
}

#yc-progress {
  height: 1px;
  background: #fff;
  /*position:absolute;*/
  width: 0;
  /*top:50%;*/
}

#yc-progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  text-align: center;
  color: #fff;
  height: 30px;
  background: #000;
}

#yc-overlay .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

#yc-overlay .logo img {
  width: 220px;
}

.y-top-ani {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}

.y-top-ani img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media (max-width: 414px) {
  #yc-overlay .logo img {
    width: 180px;
  }
}

/*==============================================================================*/
/*================================ End on page load ==============================*/
/*==============================================================================*/

/*==============================================================================*/
/*==================================== Download ================================*/
/*==============================================================================*/
.download-page {
}

.download-page h2.title {
  font-size: 1.66rem;
  text-align: center;
  line-height: 150%;
  margin: 100px 0px 50px;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.download-list .item {
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}

.download-list .item img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 10px #00000040;
  border-radius: 2px;
}

.download-list .item h3 {
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.download-list .item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #00ffff;
  border-style: solid;
}

.download-page .register-title {
  font-size: 2.13rem;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
  line-height: 150%;
}

.download-page .download-contact {
  margin-top: 50px;
}

.custom-select input[type="checkbox"],
.custom-select input[type="radio"] {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  content: "";
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  padding: 0 0 0 2px;
  margin: 0;
  position: relative;
  bottom: 2px;
  right: 5px;
}

.custom-select input[type="radio"]:checked:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: #000;
  border-radius: 6px;
}

.custom-select.vertical label {
  display: block;
  margin-bottom: 5px;
}

.custom-select.vertical label:last-child {
  margin-bottom: 0;
}

.download-page .contact-page .hidden {
  display: none !important;
}

.download-page .contact-page .documents label {
  padding-left: 5px;
}

.download-page.confirm .documents label {
  display: none;
}

.contact-thank-page.contact-page .info .des p {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.contact-thank-page.contact-page .info .des p:last-child {
  margin-bottom: 0;
}

/*================================= download modal =================================*/
.download-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
  display: none;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.1s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.download-modal .download-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 9;
}

.download-modal .close {
  position: absolute;
  top: 38px;
  right: 170px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("../images/ic-close-modal.png") no-repeat;
  background-size: 100%;
  z-index: 20;
}

.download-modal .download-content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1300px;
  padding: 40px 20px;
}

.download-modal .default-avatar {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.download-modal .default-avatar img {
  max-width: 660px;
}

.download-modal .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.download-modal .images .item {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.download-modal .images .item.hidden {
  display: none;
}

.download-modal .images img {
  width: 100%;
}

.download-modal .default-avatar img,
.download-modal .images img {
  box-shadow: 0px 3px 10px #00000040;
  border-radius: 2px;
}

.download-modal .add-more {
  text-align: center;
}

.download-modal .add-more a {
  color: #000;
  display: inline-block;
  padding: 10px 0;
}

@-webkit-keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/*=============================== End download modal =================================*/
@media (max-width: 1100px) {
  .download-modal .default-avatar img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .download-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .download-list .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .download-modal .close {
    right: 60px;
  }

  .download-modal .default-avatar img {
    max-width: 670px;
  }
}

@media (max-width: 640px) {
  .download-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .download-list .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .download-page h2.title {
    font-size: 1.5rem;
    margin: 60px 0px 20px;
  }

  .download-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .download-list .item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .download-page .register-title {
    font-size: 1.9rem;
    margin-top: 30px;
  }

  .download-page .download-contact {
    margin-top: 30px;
  }

  .download-modal .images {
    margin-left: 0;
    margin-right: 0;
  }

  .download-modal .images .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .download-modal .default-avatar {
    margin-bottom: 20px;
  }

  .download-modal .default-avatar img {
    width: 100%;
  }

  .download-modal .download-content {
    padding-top: 50px;
  }

  .download-modal .close {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 375px) {
  .download-page .register-title {
    font-size: 1.7rem;
  }

  .download-modal .close {
    width: 20px;
    height: 20px;
  }
}

/*==============================================================================*/
/*================================== End Download ===============================*/
/*==============================================================================*/
body#header-tag {
  padding-top: 0;
}

body#header-tag .main-menu {
  position: sticky;
}

.main-title-page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
}

.title-tag-home {
  background: #000000;
}

.main-title-page h1,
.title-tag-home h1 {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.2;
}

.title-tag-home h1 {
  padding-top: 10px;
}

.post-contact-sp,
.fixed-contact-sp {
  display: none;
}

.post-contact-sp .group-contact {
  margin: 60px 0 30px !important;
}

#menu-category-open,
#blog-category-open {
  display: none !important;
}

@media (max-width: 1000px) {
  #menu-category-open,
  #blog-category-open {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .post-contact-sp {
    display: block;
  }

  .post-contact-pc {
    display: none;
  }

  .fixed-contact-sp {
    /*display: block;*/
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 9000;
  }

  .fixed-contact-sp a {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .main-title-page .container-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-title-page h1,
  .title-tag-home h1 {
    font-size: 0.7rem;
  }

  .main-title-page {
    bottom: 5px;
  }
}

.detail-page #ez-toc-container {
  border-color: #1c1b1b;
  padding: 15px 20px 20px 20px;
  border-radius: 0;
}

.detail-page .ez-toc-title-container {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px solid #1c1b1b;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.detail-page .ez-toc-title-container p.ez-toc-title {
  font-weight: bold;
}

.detail-page #ez-toc-container a:visited {
  color: #1c1b1b;
}

.detail-page #ez-toc-container ul li {
  font-size: 1rem;
  margin-bottom: 2px;
}

.detail-page #ez-toc-container ul li ul {
  margin-top: 2px;
}

.detail-page .ez-toc-counter nav ul li a::before {
  /*content: counters(item, ".", upper-roman) ". ";*/
  content: "";
}

.detail-page .ez-toc-counter nav ul li ul a::before {
  content: "";
}

.detail-page #ez-toc-container nav > ul > li > a {
  font-weight: bold;
}

@media (max-width: 576px) {
  .detail-page #ez-toc-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .detail-page #ez-toc-container ul li {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.9;
  }

  .detail-page #ez-toc-container ul li a {
    flex-wrap: wrap;
    align-items: unset;
    display: inline-block;
  }

  .detail-page #ez-toc-container ul li ul {
    margin-left: 12px;
  }
}

/* valid202310 */
.valid-input {
  padding-right: 60px !important;
}

.valid-input.has-error {
  border-color: #be163c !important;
}

.valid-input.valid-ok {
  border-color: #00ffff !important;
  background: url(../images/form-valid-ok.png) no-repeat center right 15px / 30px 30px !important;
}

/* blog youtube */
.detail-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
