@charset "UTF-8";
.news ,
.movie ,
.development ,
.design ,
.service ,
.about ,
.terms ,
.download ,
.partner ,
.recruit ,
.contact {
  /* background: url(/assets/images/bg_pattern_contact.png); */
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
}
.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
.anchor-pt-2 {
  margin-top: -60px;
  padding-top: 60px;
}
#contents {
  display: block;
  position: relative;
}
.inner-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.movie.sideCur #header .menu-toggle.white.cur ,
.development.sideCur #header .menu-toggle.white.cur ,
.design.sideCur #header .menu-toggle.white.cur {
  background: url(/assets/images/menu_white_cur.svg) no-repeat center / 32px auto;
}
.movie.header-fixed #header ,
.development.header-fixed #header ,
.design.header-fixed #header {
  background-color: rgba(32, 32, 32, 0.7);
}

.main-visual {
  max-width: calc(100% - 48px);
  width: 100%;
  margin: 0 auto 96px;
  min-height: 386px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact .main-visual {
  background: url(/assets/images/bg_mv_contact.png) no-repeat left top / cover;
}

.partner .main-visual {
  background: url(/assets/images/bg_mv_partner.png) no-repeat left top / cover;
}

.recruit .main-visual {
  background: url(/assets/images/bg_mv_recruit.png) no-repeat left top / cover;
}

.download .main-visual {
  background: url(/assets/images/bg_mv_download.png) no-repeat left top / cover;
}

.about .main-visual {
  background: url(/assets/images/bg_mv_about.png) no-repeat left bottom / cover;
  margin-bottom: 120px;
}

.service .main-visual {
  background: url(/assets/images/bg_mv_service.png) no-repeat left top / cover;
  margin-bottom: 0;
}

.news .main-visual {
  margin-bottom: 0;
}

.design #wrap {
  background:url(/assets/images/bg_design_contents_01.png) no-repeat right 32px top / 868px 755px , #e8853f;
  background:url(/assets/images/bg_design_contents_01.png) no-repeat right 32px top / 868px 755px , -moz-linear-gradient(-45deg,  #e8853f 0%, #e85a4d 100%);
  background:url(/assets/images/bg_design_contents_01.png) no-repeat right 32px top / 868px 755px , -webkit-linear-gradient(-45deg,  #e8853f 0%,#e85a4d 100%);
  background:url(/assets/images/bg_design_contents_01.png) no-repeat right 32px top / 868px 755px , linear-gradient(135deg,  #e8853f 0%,#e85a4d 100%);
}
.development #wrap {
  background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 868px 755px , #934bb2;
  background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 868px 755px , -moz-linear-gradient(-45deg,  #934bb2 0%, #ab558f 100%);
  background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 868px 755px , -webkit-linear-gradient(-45deg,  #934bb2 0%,#ab558f 100%);
  background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 868px 755px , linear-gradient(135deg,  #934bb2 0%,#ab558f 100%);
}
.movie #wrap {
  background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 868px 755px , #39a3af;
  background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 868px 755px , -moz-linear-gradient(-45deg,  #39a3af 0%, #13b59f 100%);
  background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 868px 755px , -webkit-linear-gradient(-45deg,  #39a3af 0%,#13b59f 100%);
  background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 868px 755px , linear-gradient(135deg,  #39a3af 0%,#13b59f 100%);
}
.design #wrap ,
.development #wrap ,
.movie #wrap {
  background-attachment: fixed;
}
.movie #contents::before ,
.movie #contents::after ,
.development #contents::before ,
.development #contents::after ,
.design #contents::before ,
.design #contents::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.movie #contents::before ,
.development #contents::before ,
.design #contents::before {
  top: 415px;
  left: 0;
  width: 982px;
  height: 1167px;
}
.design #contents::before {
  background: url(/assets/images/bg_design_contents_02.png) no-repeat left top / cover;
}
.development #contents::before {
  background: url(/assets/images/bg_development_contents_02.png) no-repeat left top / cover;
}
.movie #contents::before {
  background: url(/assets/images/bg_movie_contents_02.png) no-repeat left top / cover;
}
.movie #contents::after ,
.development #contents::after ,
.design #contents::after {
  right: 0;
  bottom: 330px;
  width: 949px;
  height: 851px;
}
.design #contents::after {
  background: url(/assets/images/bg_design_contents_03.png) no-repeat left top / cover;
}
.development #contents::after {
  background: url(/assets/images/bg_development_contents_03.png) no-repeat left top / cover;
}
.movie #contents::after {
  background: url(/assets/images/bg_movie_contents_03.png) no-repeat left top / cover;
}
.development #header .site-nav .header-btn-list li .btn.purple ,
.movie #header .site-nav .header-btn-list li .btn.green {
  background: #e85a4d;
}
.movie #header .site-nav .header-btn-list li .btn.green {
  background: #e85a4d;
}
.main-visual .inner-wrap {
  padding: 124px 0 0;
  height: 100%;
}

.main-visual .mv-txt-wrap {
  display: flex;
}

.main-visual .mv-txt-wrap .ttl-wrap {
  max-width: 550px;
  width: 100%;
}

.main-visual .mv-txt-wrap .ttl-wrap .mv-ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
}

.main-visual .mv-txt-wrap .ttl-wrap .sub {
  margin-top: 24px;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-left: 20px;
}

.main-visual .mv-txt-wrap .ttl-wrap .sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border-radius: 5px;
}

.main-visual .mv-txt-wrap .txt-wrap p {
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}
.main-visual .mv-txt-wrap .txt-wrap .notes-list {
  margin-top: 32px;
}


.breadcrumbs {
  background-color: #212224;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  min-height: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumbs ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.breadcrumbs ul li+li {
  padding-left: 36px;
}

.breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
}

.breadcrumbs ul li+li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.btn-wrap.col2 .btn:nth-of-type(2n) {
  margin-left: 80px;
}

.btn-wrap.center {
  display: flex;
  justify-content: center;
}

button.btn {
  border: none;
  cursor: pointer;
}

.btn.disabled {
  color: #222 !important;
  pointer-events: none !important;
  background-color: rgba(220, 222, 222, 0.5) !important;
  box-shadow: none !important;
}

.btn.disabled::before,
.btn.disabled::after {
  opacity: 0;
}

.btn.send-btn {
  color: #fff;
  padding: 20px 30px;
}
.download .btn.send-btn {
  background-color: rgba(49, 171, 181, 0.8);
}
.download .btn.send-btn.dl::after {
  content: "";
  background: url(../images/icon_dl_white.svg) no-repeat center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}


.btn.download-dtn::after {
  right: 26px;
  width: 13px;
  height: 14px;
  background: url(/assets/images/icon_download.png) no-repeat center / cover;
  border: none;
}

.btn.return-btn {
  padding: 24px 32px 24px 80px;
}

.btn.return-btn::after {
  right: auto;
  left: 28px;
  background: url(../images/arrow_right_gray.svg) no-repeat center;
  transform: translateY(-50%) rotate(180deg);
}

.btn.white[target="_blank"]::after {
  content: "";
  background: url(../images/icon_target.png) no-repeat center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}


.num-list li ,
.notes-list li {
  display: flex;
}
.notes-list li .txt ,
.notes-list li .item {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.notes-list li .item {
  display: block;
}
.num-list li .num {
  display: block;
  margin-right: 8px;
}
.num-list li .txt ,
.num-list li .num {
  color: #2b2828;
  font-size: 1.5rem;
  line-height: 1.8666;
}

.txt-link {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #666;
}
/* contact */

.contact-flow-list {
  margin-bottom: 96px;
}

.contact-flow-list ul {
  display: flex;
  justify-content: center;
}

.contact-flow-list ul li {
  padding-top: 20px;
  width: 92px;
  height: 92px;
  border-radius: 46px;
  color: #222;
  text-align: center;
  background-color: rgba(24, 25, 26, 0);
  border: 1px solid rgba(24, 25, 26, 1);
  position: relative;
}

.contact-flow-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 81px;
  height: 1px;
  background-color: rgba(24, 25, 26, 1);
  opacity: 0;
}

.contact-flow-list ul li~li {
  margin-left: 80px;
}

.contact-flow-list ul li~li::before {
  opacity: 1;
}

.contact-flow-list ul li .ttl {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.contact-flow-list ul li .sub {
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.contact-flow-list ul li.on {
  color: #fff;
  background-color: rgba(24, 25, 26, 1);
}

::placeholder {
  color: rgba(34, 34, 34, 0.2);
}
.contact-contents dd.attention ::placeholder {
  color: rgba(196, 29, 14, 1);
}
textarea:focus ,
input:focus {
  outline: solid 1px #222;
  border-radius: 8px;
}
.contact-contents textarea,
.contact-contents input[type=email],
.contact-contents input[type=tel],
.contact-contents input[type=text],
.contact-contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  color: #222;
  padding: 16px 24px;
  width: 100%;
  height: 64px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  font-size: 1.8rem;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select::after {
  content: '▼';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 8px;
}


.contact-contents dd.attention textarea,
.contact-contents dd.attention input[type=email],
.contact-contents dd.attention input[type=tel],
.contact-contents dd.attention input[type=text],
.contact-contents dd.attention select {
  border: 1px solid rgba(196, 29, 14, 1);
  font-size: 1.8rem;
  background: rgba(255, 220, 220, 1);
}

.contact-contents textarea {
  height: 200px;
}

.checkbox-wrap input[type=checkbox],
.contact-contents input[type=checkbox],
.contact-contents input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.checkbox-wrap input[type=checkbox]:focus-visible+label::before,
.contact-contents input[type=checkbox]:focus-visible+label::before,
.contact-contents input[type=radio]:focus-visible+label::before{
  outline: auto;
}

.confirm .contact-contents {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid rgba(32, 32, 32, 0.2);
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}

.confirm .contact-contents .contact-dl-wrap {
  display: flex;
}

.contact-contents .contact-dl-wrap {
  display: flex;
  width: 100%;
}

.contact-contents .contact-dl-wrap:not(:first-of-type) {
  margin-top: 40px;
}

.contact-contents .contact-dl-wrap dd,
.contact-contents .contact-dl-wrap dt {
  display: flex;
  color: #222;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.contact-contents .contact-dl-wrap dt {
  display: flex;
  padding-top: 24px;
  max-width: 300px;
  width: 100%;
}

.confirm .contact-contents .contact-dl-wrap dt,
.contact-contents .contact-dl-wrap.ais dt {
  padding-top: 0;
}

.confirm .contact-contents .contact-dl-wrap dd,
.confirm .contact-contents .contact-dl-wrap dt {
  line-height: 1.888;
}

.contact-contents .contact-dl-wrap dt .required {
  color: #c41d0e;
  font-size: 1.2rem;
  padding-left: 16px;
}

.contact-contents .contact-dl-wrap dd {
  display: block;
  word-wrap: break-word;
  white-space: normal;
  max-width: 800px;
  width: 100%;
}

.agree-contents .attention,
.contact-contents .contact-dl-wrap dd .attention {
  margin-top: 12px;
  color: #c41d0e;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.error-wrap {
  margin-bottom: 16px;
}
.error-wrap .attention {
  color: #c41d0e;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.checkbox-list {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-list li {
  width: 33.33%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
}

.checkbox-wrap input[type=checkbox]+label,
.checkbox-list li input[type=checkbox]+label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  z-index: 2;
}

.checkbox-wrap input[type=checkbox]~label:before,
.checkbox-list li input[type=checkbox]~label:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(32, 32, 32, 0.2);
}

.checkbox-wrap input[type=checkbox]~label::after,
.checkbox-list li input[type=checkbox]~label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/icon_check.png) no-repeat center / cover;
  opacity: 0;
  transition-duration: 0.3s;
}

.checkbox-wrap input[type=checkbox]:checked~label::after,
.checkbox-list li input[type=checkbox]:checked~label::after {
  opacity: 1;
}

.checkbox-list li:nth-of-type(3)~li {
  margin-top: 24px;
}

.agree-contents {
  padding: 64px 0 0;
  text-align: center;
}

.agree-contents .ttl {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}

.agree-contents .txt {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}

.agree-wrap {
  margin-top: 32px;
}

.agree-wrap .checkbox-wrap {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.agree-contents .btn-wrap {
  margin-top: 64px;
}

.confirm-txt {
  color: #222;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.complete-txt {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
  text-align: center;
}
.complete-txt + .complete-txt{
  margin-top: 16px;
}

.confirm .btn-wrap {
  margin-top: 64px;
}

.contact-section {
  padding-bottom: 160px;
}

/* contact */

/* partner */
.matching-section {
  margin: 80px 0;
  padding: 64px 0 128px;
  background: #3a3f3f url(../images/bg_office.png);
  background-attachment: fixed;
}
.hd-dots-line-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
.hd-dots-line-wrap .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.hd-dots-line-wrap .dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 3px;
}
.hd-dots-line-wrap .dots span ~ span {
  margin-left: 10px;
}
.hd-dots-line-wrap .dots .purple {
  background-color: #6d129e;
}
.hd-dots-line-wrap .dots .green {
  background-color: #00a199;
}
.hd-dots-line-wrap .dots .orange {
  background-color: #e73828;
}
.hd-dots-line-wrap .dots .white {
  background-color: #fff;
}
.hd-dots-line-wrap .hd-dots-line {
  color: #222;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-right: 24px;
}
.hd-dots-line-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #2b2828;
  opacity: 0.14;
  flex: 1;
}
.access-section .hd-dots-line-wrap ,
.matching-section .hd-dots-line-wrap {
  margin-bottom: 0;
}
.can-make-section .hd-dots-line-wrap .hd-dots-line ,
.can-do-section .hd-dots-line-wrap .hd-dots-line ,
.access-section .hd-dots-line-wrap .hd-dots-line ,
.matching-section .hd-dots-line-wrap .hd-dots-line {
  color: #fff;
}
.access-section .hd-dots-line-wrap .line ,
.matching-section .hd-dots-line-wrap .line {
  background-color: #f5f7f7;
}
.can-make-section .hd-dots-line-wrap .line ,
.can-do-section .hd-dots-line-wrap .line {
  background-color: #fff;
  opacity: 0.5;
}
.point-list + .hd-dots-line-wrap {
  margin-top: 128px;
}
.point-list {
  display: flex;
  margin-top: 56px;
}
.point-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: rgba(0,0,0, 0.4);
  color: #fff;
}
.point-list li:first-of-type {
  border-radius: 6px 0 0 6px;
}
.point-list li:last-of-type {
  border-radius: 0 6px 6px 0;
}
.point-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.point-list li ~ li::before {
  opacity: 1;
}
.point-list li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: rgba(255,255,255, 0.6);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(245,247,247, 0.1);
  border-radius: 25px;
  margin-bottom: 32px;
}
.point-list li .ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.point-list li .txt {
  margin-top: 24px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}
.point-list.col2 li {
  width: calc((100% - 1px)/2);
}
.point-list.col3 li {
  width: calc((100% - 2px)/3);
}
.point-list li ~ li {
  margin-left: 1px;
}
/* partner */

/* download */
.download-section {
  margin-bottom: 64px;
}
.download-section .inner-wrap {
  padding: 96px 0;
  border-bottom: 1px solid rgba(32,32,32, 0.2);
}
.download-contents {
  display: flex;
  align-items: center;
}
.download-contents .img-wrap {
  margin-right: 80px;
}
.download-contents .download-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.download-contents .txt-wrap > .txt {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}
.download-contents .txt-wrap .notes-list {
  margin-top: 24px;
}
.contact .btn-wrap ,
.partner .btn-wrap ,
.recruit .btn-wrap ,
.download .btn-wrap {
  margin-top: 48px;
}

/* recruit */
.recruit-details-section {
  padding-bottom: 80px;
}
.recruit-details-section.bg {
  position: relative;
}
.recruit-details-section.bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1000px;
  background: url(../images/bg_service02.png) no-repeat center / cover;
  width: 499px;
  height: 584px;
  transform: translateX(24%);
}

.recruit-details-section .inner-section-content {
  padding-bottom: 32px;
}

.recruit-details-section .inner-section-content .flex {
  display: flex;
  gap: 140px;
}

.recruit-details-section .inner-section-content .space {
  margin-bottom: 12px;
}

.recruit-details-section .inner-section-content .title {
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  padding-bottom: 12px;
}

.recruit-details-section .inner-section-content .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #000;
}

.recruit-details-section .inner-section-content .sentence {
  margin-bottom: 24px;
}

.recruit-summary-section {
  padding-bottom: 80px;
}

.recruit-summary-section .inner-section-content {
  padding-bottom: 32px;
}

.recruit-summary-section .inner-section-content .space {
  margin-bottom: 12px;
}

.recruit-summary-section .inner-section-content .title {
  position: relative;
  font-size: 2rem;
  padding-left: 20px;
  padding-bottom: 12px;
}

.recruit-summary-section .inner-section-content .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #000;
}

.recruit-summary-section .inner-section-content .sentence {
  margin-bottom: 24px;
}

.recruit-summary-section table {
  position: relative;
  left: -40px;
  border-collapse: unset;
  border-spacing: 40px 0px;
  margin-bottom: 60px;
}


.recruit-summary-section table th, td {
  padding: 24px;
  border-top: 1px solid rgba(40, 40, 40, 0.14);
}


.recruit-summary-section table th {
  vertical-align: baseline;
  min-width: 200px;
}

.recruit-summary-section table td {
  width: 100%;
}

.recruit-summary-section table tr:last-child th {
  border-bottom: 1px solid rgba(40, 40, 40, 0.14);
}

.recruit-summary-section table tr th {
  position: relative;
}

.recruit-summary-section table tr th::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: -1px;
  left: 0;
  width: 20px;
  background: #222;
  height: 1px;
}

.recruit-summary-section table tr:last-child th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  top: unset;
  left: 0;
  width: 20px;
  background: #222;
  height: 1px;
}

.recruit-summary-section table tr:last-child td {
  border-bottom: 1px solid rgba(40, 40, 40, 0.14);
}

.recruit .number-list {
  list-style: auto;
  padding-left: 21px;
}

.recruit .number-list > li {
  list-style: auto;
}


/* download */

/* news */
.news-section {
  position: relative;
  padding-bottom: 128px;
}
.news-section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 290px;
  background: url(/assets/images/img_teams_item_02.png) no-repeat left top / cover;
}
.news .main-visual {
  color: #2b2828;
}
.news .main-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 449px;
  height: 528px;
  background: url(/assets/images/img_teams_item_01.png) no-repeat left top / cover;
}
.news .main-visual .mv-txt-wrap .ttl-wrap .sub::before {
  background-color: #2b2828;
}

.news-data {
  position: relative;
  padding-top: 32px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

.news-data .label {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 12px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #2b2828;
  border-radius: 10px;
}

.news-data::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 200px;
  height: 1px;
  background-color: #2b2828;
  opacity: 0.14;
}

.news-ttl {
  font-size: 3.6rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.news-img {
  margin-top: 40px;
  text-align: center;
}

.news-txt-wrap {
  margin-top: 64px;
}

.news-txt-wrap + .btn-wrap {
  margin-top: 40px;
}
.news-txt-wrap p {
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}


.news-txt-wrap .notes-list {
  margin-top: 32px;
}

/* news */

/* terms */
.terms-section {
  position: relative;
  padding-bottom: 128px;
}
.terms-section .inner-wrap {
  max-width: 900px;
}
.terms-section .btn-wrap {
  margin-top: 64px;
}
.terms-section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 290px;
  background: url(/assets/images/img_teams_item_02.png) no-repeat left top / cover;
}
.terms .lead-txt {
  color: #2b2828;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.05em;
}
.terms .main-visual {
  color: #2b2828;
}
.terms .main-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 449px;
  height: 528px;
  background: url(/assets/images/img_teams_item_01.png) no-repeat left top / cover;
}
.terms .main-visual .mv-txt-wrap .ttl-wrap {
  max-width: none;
}
.terms .main-visual .mv-txt-wrap .ttl-wrap .sub::before {
  background-color: #2b2828;
}
.terms .record {
  margin: 96px 0 80px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.terms .policy-list > li ~ li {
  margin-top: 64px;
}
.terms .policy-list > li .contact-parivacy-ttl ,
.terms .policy-list > li .ttl {
  color: #2b2828;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.terms .policy-list > li .contact-parivacy-ttl {
  font-weight: bold;
}
.terms .policy-list > li .txt + .txt {
  margin-top: 1em;
}
.terms .policy-list > li .txt {
  color: #2b2828;
  font-size: 1.5rem;
  line-height: 1.8666;
  letter-spacing: 0.02em;
}
/* terms */

/* about */
.about #contents {
  background: url(/assets/images/bg_about_contents_01.png) no-repeat left top 1200px / contain;
}
.concept-section {
  padding-bottom: 100px;
}
.concept-section .hd-dots-line-wrap {
  margin-bottom: 80px;
}
.about-section {
  padding-bottom: 160px;
}

.overview-section {
  padding-bottom: 160px;
  background: url(/assets/images/bg_about_contents_02.png) no-repeat right bottom 56px / 324px 584px;
}
.concept-box {
  display: flex;
}
.concept-box .img-wrap {
  margin-right: 80px;
}
.concept-box .txt-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contept-dl .contept-dl-wrap {
  display: flex;
  align-items: center;
}
.contept-dl .contept-dl-wrap ~ .contept-dl-wrap {
  margin-top: 1px;
}
.contept-dl .contept-dl-wrap:first-of-type dt {
  border-radius: 6px 6px 0 0;
}
.contept-dl .contept-dl-wrap:last-of-type dt {
  border-radius: 0 0 6px 6px;
}
.contept-dl .contept-dl-wrap dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding: 22px 0;
  margin-right: 24px;
}
.contept-dl .contept-dl-wrap dt img {
  height: 100%;
}
.contept-dl .contept-dl-wrap dd {
  color: #2b2828;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
}

.color-list {
  display: flex;
  margin-top: auto;
}
.color-list li {
  width: calc((100% - 2px) /3);
  color: #2b2828;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  position: relative;
}
.color-list li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.color-list li:first-of-type:before {
  background: #601986;
}
.color-list li:nth-of-type(2):before {
  background: #0098a4;
}
.color-list li:last-of-type:before {
  background: #e83828;
}
.color-list li ~ li {
  margin-left: 1px;
}
.color-list li:first-of-type {
  margin-left: 1px;
}
.color-list li ~ li {
  margin-left: 1px;
}
.color-list li ~ li {
  margin-left: 1px;
}

.img-flx-box {
  display: flex;
  align-items: center;
}

.img-flx-box + .img-flx-box {
  margin-top: 32px;
}

.img-flx-box .img-wrap {
  margin-right: 68px;
  margin-left: -6px;
}
.img-flx-box .txt-wrap {
  padding-right: 60px;
}


.img-flx-box.right .img-wrap {
  margin-left: 86px;
  order: 2;
  margin-right: 12px;
}

.img-flx-box.right .txt-wrap {
  padding-right: 0;
  padding-left: 60px;
  order: 1;
  flex: 1;
}

.img-flx-box .txt-wrap .ttl {
  color: #2b2828;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  flex: 1;
  margin-bottom: 32px;
}

.img-flx-box .txt-wrap .txt {
  color: #2b2828;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
}

.img-flx-box .txt-wrap .txt + .txt {
  margin-top: 16px;
}
.img-flx-box .txt-wrap .txt span {
  color: #0098a4;
  font-weight: bold;
}
.overview-box {
  display: flex;
  justify-content: flex-end;
}

.overview-box .img-wrap {
  margin-right: 100px;
}

.overview-box .txt-wrap {
  padding-top: 40px;
  max-width: 600px;
  flex: 1;
  position: relative;
}

.overview-box .txt-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 100px);
  width: 532px;
  height: 723px;
  border-radius: 0 10px 10px 0;
  background: url(/assets/images/img_about_contents_03.png) no-repeat center top / cover;
}
.overview-dl .overview-dl-wrap {
  display: flex;
}
.overview-dl .overview-dl-wrap dt {
  /* min-height: 80px; */
  padding-top: 20px;
  padding-bottom: 20px;
  width: 140px;
  margin-right: 40px;
  color: #2b2828;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
  position: relative;
}
.overview-dl .overview-dl-wrap dt::after ,
.overview-dl .overview-dl-wrap dt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.overview-dl .overview-dl-wrap dt::before {
  background: #2b2828;
  opacity: 0.14;
}
.overview-dl .overview-dl-wrap dt::after {
  width: 20px;
  background: #222;
}
.overview-dl .overview-dl-wrap dd {
  /* min-height: 80px; */
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2b2828;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
  position: relative;
  flex: 1;
}
.overview-dl .overview-dl-wrap dd span {
  font-weight: bold;
}
.overview-dl .overview-dl-wrap dd .tel.txt-link {
  color: #2b2828;
}
.overview-dl .overview-dl-wrap dd .txt + .txt {
  margin-top: 16px;
}
.overview-dl .overview-dl-wrap dd::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b2828;
  opacity: 0.14;
}

.access-section {
  padding: 164px 0 175px;
  background: #3a3f3f url(../images/bg_office.png);
  background-attachment: fixed;
  position: relative;
}
.access-section .map-img {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.hd-dots-line-wrap + .access-box {
  margin-top: 80px;
}
.access-box {
  border-radius: 10px;
  padding: 54px 20px 20px;
  background-color: rgba(0,0,0, 0.4);
}
.access-box + .access-box {
  margin-top: 64px;
}
.hd-access {
  padding-left: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}
.hd-access span {
  display: inline-block;
  margin-right: 24px;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.address-guide {
  padding-left: 20px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.access-map iframe {
  width: 100%;
  height: 300px;
  filter:invert(80%);
  -webkit-filter:invert(80%)
}

.anchor-list {
  display: flex;
}
.anchor-list li ~ li{
  margin-left: 28px;
}
.anchor-list li {
  border-bottom: 1px solid rgba(43,40,40,.2);
}
.anchor-list li a {
  display: block;
  color: #2b2828;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding-right: 34px;
  position: relative;
  margin-bottom: 10px;
}
.anchor-list li a::after {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #dcdede;
  border-radius: 50%;
  background: url(../images/arrow_right_black.svg) no-repeat left 9px center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}

/* about */

/* service */
.service-section {
  padding: 120px 0;
  background: url(/assets/images/bg_service_contents_01.png) no-repeat right top -12px / 449px auto , url(/assets/images/bg_service_contents_04.png) no-repeat left bottom / 416px auto;
}
.normal-section {
  padding: 120px 0;
}
.main-visual + .normal-section ,
.normal-section + .normal-section {
  padding-top: 0;
}
.service-link-box {
  margin-bottom: 118px;
}
.service-link-list {
  position: relative;
  margin: 0 auto;
  width: 765px;
  height: 723px;
  margin-top: -56px;
}
.service-link-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 765px;
  height: 723px;
  background: url(/assets/images/bg_service_contents_02.png) no-repeat center top / cover;
  pointer-events: none;
}
.service-link-list li {
  position: absolute;
  width: 416px;
  height: 416px;
  background: url(/assets/images/bg_service_contents_03.png) no-repeat center top / cover;
}
.service-link-list li.design {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.service-link-list li.development {
  bottom: 0;
  left: 0;
  z-index: 2;
}
.service-link-list li.movie {
  bottom: 0;
  right: 0;
}
.service-link-list li .service-link-contents {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-align: center;
  padding-bottom: 68px;
}
.service-link-list li .service-link-contents .ttl-wrap .en {
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1;
}
.service-link-list li .service-link-contents .ttl-wrap .en + .jp {
  margin-top: 15px;
}
.service-link-list li .service-link-contents .ttl-wrap .jp {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 8px;
}
.service-link-list li .service-link-contents .btn-wrap {
  margin-top: 50px;
}
.service-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 14px;
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition-duration: .3s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 29px;
}
.service-btn::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 14px;
  height: 14px;
  background: url(/assets/images/icn_search.png) no-repeat center / cover;
}
.service-link-list li .service-link-contents .ttl-wrap .jp::after ,
.service-link-list li .service-link-contents .ttl-wrap .jp::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  transform: translateT(-50%);
  background-color: #fff;
  opacity: 0.3;
}
.service-link-list li .service-link-contents .ttl-wrap .jp::before {
  right: 100%;
}
.service-link-list li .service-link-contents .ttl-wrap .jp::after {
  left: 100%;
}
.hd-service {
  position: relative;
  padding-top: 32px;
  padding-left: 20px;
  color: #2b2828;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
.hd-service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: #2b2828;
  opacity: 0.14;
}
.hd-service::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 11px;
  height: 10px;
  background: url(/assets/images/icon_service_ttl.png) no-repeat left center / cover;
}
.service-flx-box {
  display: flex;
  align-items: center;
}
.service-flx-box + .service-flx-box {
  margin-top: 100px;
}
.service-flx-box .txt-wrap {
  flex: 1;
  padding-left: 40px;
  margin-right: 112px;
}
.service-flx-box .txt-wrap .txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
}
.service-flx-box .img-wrap {
  position: relative;
}
.service-flx-box.right .txt-wrap {
  order: 2;
  padding-left: 0;
  margin-right: 0;
  padding-right: 40px;
}
.service-flx-box.right .txt-wrap .txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
}
.service-flx-box.right .img-wrap {
  order: 1;
  margin-right: 112px;
}
.service-flx-box .img-wrap .feature-img {
  position: absolute;
  max-width: none;
  top: 27px;
  left: -42px;
  pointer-events: none;
}
.service-flx-box .img-wrap .value-img {
  position: absolute;
  max-width: none;
  top: 56px;
  left: 40px;
  pointer-events: none;
}
.hd-sub-ttl-wrap {
  color: #2b2828;
  padding-bottom: 32px;
  margin-bottom: 24px;
  position: relative;
}
.hd-sub-ttl-wrap .sub {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
.hd-sub-ttl-wrap .hd-sub-ttl {
  font-size: 3.6rem;
  line-height: 1.3888;
  letter-spacing: 0.02em;
}
.hd-sub-ttl-wrap .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.hd-sub-ttl-wrap .dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 3px;
}
.hd-sub-ttl-wrap .dots span ~ span {
  margin-left: 10px;
}
.hd-sub-ttl-wrap .dots .purple {
  background-color: #6d129e;
}
.hd-sub-ttl-wrap .dots .green {
  background-color: #00a199;
}
.hd-sub-ttl-wrap .dots .orange {
  background-color: #e73828;
}
.hd-sub-ttl-wrap .dots .white {
  background-color: #fff;
}

.outline {
  margin-top: 128px;
  padding-top: 32px;
  position: relative;
  max-width: 550px;
  width: 100%;
}
.outline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: rgba(255,255,255, 0.5);
}
.outline .ttl {
  font-size: 1.4rem;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
}
.outline .txt {
  font-size: 1.5rem;
}

.lang-list ,
.bg-col-list ,
.skill-list {
  display: flex;
  flex-wrap: wrap;
}
.skill-list li {
  width: calc((100% - 20px)/3);
  margin-right: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 25px 30px;
  border-radius: 4px;
} 
.skill-list li .icon {
  width: 50px;
  height: 50px;
  margin-right: 32px;
} 
.skill-list li .skill {
  color: #2b2828;
  font-size: 1.5rem;
  flex: 1;
} 
.skill-list li:nth-of-type(3n) {
  margin-right: 0;
} 
.skill-list li:nth-of-type(n+4) {
  margin-top: 10px;
}
.bg-col-list li {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 25px 30px;
  border-radius: 4px;
  background-color: #fff;
}
.bg-col-list.col4 li {
  width: calc((100% - 30px)/4);
}
.bg-col-list.col5 li {
  width: calc((100% - 40px)/5);
}

.bg-col-list.icon li {
  min-height: 130px;
}
.bg-col-list.lang li {
  padding: 0;
  height: 100px;
}
.bg-col-list li .icon {
  width: 80px;
}
.bg-col-list li .icon img {
  width: 100%;
}
.bg-col-list.col5 li:nth-of-type(5n) ,
.bg-col-list.col4 li:nth-of-type(4n) {
  margin-right: 0;
}
.bg-col-list.col5 li:nth-of-type(n+6) ,
.bg-col-list.col4 li:nth-of-type(n+5) {
  margin-top: 10px;
}
.can-do-section {
  position: relative;
  z-index: 2;
  padding: 36px 0 80px;
}
.can-make-section {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.make-list li {
  display: flex;
  align-items: center;
}
.make-list li + li {
  margin-top: 80px;
}
.make-list li .txt-wrap {
  flex: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.make-list li .txt-wrap .ttl {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 36px;
}
.make-list li .txt-wrap .txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666;
}
.make-list li .img-wrap {
  position: relative;
  margin-right: 96px;
}

.contact-btn-section {
  position: relative;
  z-index: 2;
  padding: 112px 0 140px;
}

.contact-btn-section .lead-txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
  text-align: center;
}

.contact-btn-section .col2-wrap {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
.contact-btn-section .col2-wrap .col {
  max-width:  312px;
  width: 100%;
  margin-right: 40px;
}
.contact-btn-section .col2-wrap .col:last-of-type {
  margin-right: 0;
}
.contact-btn-section .col2-wrap .col .btn {
  height: 64px;
  max-width: 100%;
  font-size: 1.5rem;
}
.contact-btn-section .col2-wrap .col .btn:after {
  right: 16px;
  width: 32px;
  height: 32px;
}

.hd03-service {
  margin-top: 64px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.hd03-service + .notes {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.hd03-service + .bg-col-list {
  margin-top: 16px;
}
.servise-link-area {
  padding: 80px 0;
  background: url(../images/bg.jpg);
}
.servise-link-area .inner-wrap {
  max-width: 1200px;
}
.servise-link-area .inner-wrap .btn-wrap {
  display: flex;
}

.service-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: calc((100% - 40px)/2);
  height: 164px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 8px 40px rgb(0 0 0 / 5%);
  transition-duration: .3s;
}

.service-link-btn.design{
  background: url(/assets/images/bg_service_btn_design.png);
}
.service-link-btn.development{
  background: url(/assets/images/bg_service_btn_development.png);
}
.service-link-btn.video{
  background: url(/assets/images/bg_service_btn_video.png);
}
.service-link-btn .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}

.service-link-btn .more {
  position: absolute;
  display: flex;
  align-items: center;
  height: 32px;
  bottom: 20px;
  right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}
.service-link-btn .more span {
  position: relative;
  display: block;
  padding-right: 42px;
}
.service-link-btn .more span:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(/assets/images/icn_search.png) no-repeat center / 14px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.service-link-btn .jp {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 8px;
}
.service-link-btn .jp::after ,
.service-link-btn .jp::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  transform: translateT(-50%);
  background-color: #fff;
  opacity: 0.3;
}
.service-link-btn .jp::before {
  right: 100%;
}
.service-link-btn .jp::after {
  left: 100%;
}

.service-link-btn + .service-link-btn {
  margin-left: 40px;
}
/* service */

/*==========================================================================================================
PC Only min1366
==========================================================================================================*/
@media screen and (min-width: 1500px) {
  .main-visual {
    min-height: 420px;
  }
  .main-visual .inner-wrap {
    padding-top: 142px;
  }
  .partner .main-visual .inner-wrap {
    padding-top: 132px;
  }
  .recruit .main-visual .inner-wrap {
    padding-top: 132px;
  }
}
/*==========================================================================================================
PC Only min1366
==========================================================================================================*/
@media screen and (min-width: 1367px) {
  .overview-box .txt-wrap::before {
    border-radius: 10px;
  }
}

/*==========================================================================================================
PC Only min1366
==========================================================================================================*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .terms .main-visual .inner-wrap {
    padding-top: 160px;
  }
  .breadcrumbs ul li a:hover {
    opacity: 0.6;
  }
  .tel {
    pointer-events: none;
  }
  .tel.txt-link {
    border-bottom: none;
  }

  .btn:hover {
    box-shadow: none;
  }
  .txt-link:hover {
    border-bottom: none;
  }
  .service-link-list li.design .service-link-contents .btn-wrap .service-btn:hover {
    color: #e73828;
    background-color: #fff;
  }
  .service-link-list li.design .service-link-contents .btn-wrap .service-btn:hover:after {
    background: url(/assets/images/icn_search_service_top_orange.png) no-repeat center / cover;
  }
  .service-link-list li.development .service-link-contents .btn-wrap .service-btn:hover {
    color: #7d44b5;
    background-color: #fff;
  }
  .service-link-list li.development .service-link-contents .btn-wrap .service-btn:hover:after {
    background: url(/assets/images/icn_search_service_top_purple.png) no-repeat center / cover;
  }
  .service-link-list li.movie .service-link-contents .btn-wrap .service-btn:hover {
    color: #30aab4;
    background-color: #fff;
  }
  .service-link-list li.movie .service-link-contents .btn-wrap .service-btn:hover:after {
    background: url(/assets/images/icn_search_service_top_green.png) no-repeat center / cover;
  }
  .btn.white[target="_blank"]:hover:after {
    background: #2b2828 url(../images/icon_target_white.png) no-repeat center;
  }
  .download .btn.send-btn.dl:hover:after {
    background: #fff url(../images/icon_dl_blue.svg) no-repeat center;
  }
  .movie #header .site-nav .header-btn-list li .btn.green:hover:after {
    background: url(../images/arrow_right_orange.svg) #fff no-repeat center;
  }
  .service-link-btn:hover {
    box-shadow: none;
  }
  .service-link-btn.design:hover .more span:after {
    background: url(../images/icn_search_orange.png) no-repeat center / 14px;
    background-color: #fff;
  }
  .service-link-btn.development:hover .more span:after {
    background: url(../images/icn_search_purple.png) no-repeat center / 14px;
    background-color: #fff;
  }
  .service-link-btn.video:hover .more span:after {
    background: url(../images/icn_search_green.png) no-repeat center / 14px;
    background-color: #fff;
  }
  .anchor-list li a:hover:after {
    border: none;
    background: url(../images/arrow_right_white.svg) no-repeat left 9px center #000;
  }
  
  
  .small.main-visual {
    min-height: 280px;
  }
  .small.main-visual .inner-wrap {
    padding-top: 72px;
  }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .anchor {
    margin-top: -64px;
    padding-top: 64px;
  }
  .anchor-pt-2 {
    margin-top: -55px;
    padding-top: 55px;
  }

  .inner-wrap {
    padding: 0 20px;
  }

  .movie.sideCur #header ,
  .development.sideCur #header ,
  .design.sideCur #header {
    background-color: rgba(32, 32, 32, 1);
  }
  .about .main-visual ,
  .main-visual {
    max-width: calc(100% - 10px);
    border-radius: 5px;
    min-height: auto;
    margin-bottom: 48px;
  }
  .partner .main-visual {
    background: url(/assets/images/bg_mv_partner.png) no-repeat right -510px top / cover;
  }
  .partner .main-visual.small {
    background: url(/assets/images/bg_mv_partner.png) no-repeat right top / cover;
  }

  .recruit .main-visual {
    background: url(/assets/images/bg_mv_recruit.png) no-repeat right -510px top / cover;
  }
  .recruit .main-visual.small {
    background: url(/assets/images/bg_mv_recruit.png) no-repeat right top / cover;
  }

  .main-visual .inner-wrap {
    position: relative;
    padding: 64px 20px;
    height: 100%;
  }

  .main-visual .mv-txt-wrap {
    flex-wrap: wrap;
  }

  .main-visual .mv-txt-wrap .ttl-wrap {
    max-width: 100%;
    width: 100%;
  }

  .main-visual .mv-txt-wrap .ttl-wrap .mv-ttl {
    font-size: 4rem;
  }

  .main-visual .mv-txt-wrap .ttl-wrap .sub {
    margin-top: 12px;
    padding-left: 16px;
  }

  .main-visual .mv-txt-wrap .ttl-wrap .sub::before {
    width: 8px;
    height: 8px;
  }

  .main-visual .mv-txt-wrap .txt-wrap p {
    margin-top: 16px;
    font-size: 1.2rem;
  }

  .breadcrumbs {
    overflow-x: scroll;
  }
  .breadcrumbs ul li {
    white-space: nowrap;
  }
  
  .breadcrumbs ul li + li {
    padding-left: 24px;
  }
  .breadcrumbs ul li + li::before {
    top: 3px;
    left: 8px;
    width: 5px;
    height: 5px;
  }
  .breadcrumbs ul li:last-of-type {
    padding-right: 20px;
  }

  .btn.download-dtn::after {
    right: 24px;
    width: 9px;
    height: 10px;
  }

  .btn.return-btn {
    padding: 18px 20px 18px 48px;
  }

  .btn.return-btn::after {
    left: 12px;
  }
  .btn-wrap.col2 .btn {
    max-width: calc((100% - 24px)/2);
    width: 100%;
    min-width: auto;
  }

  .btn-wrap.col2 .btn:nth-of-type(2n) {
    margin-left: 24px;
  }

  /* contact */
  .contact-section {
    padding-bottom: 80px;
  }

  .contact-flow-list {
    margin-bottom: 48px;
  }

  .contact-flow-list ul li {
    padding-top: 16px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
  }

  .contact-flow-list ul li::before {
    width: 41px;
  }

  .contact-flow-list ul li~li {
    margin-left: 40px;
  }

  .contact-flow-list ul li .ttl {
    font-size: 1.4rem;
  }

  .contact-flow-list ul li .sub {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  textarea:focus ,
  input:focus {
    border-radius: 4px;
  }
  .contact-contents textarea,
  .contact-contents input[type=email],
  .contact-contents input[type=tel],
  .contact-contents input[type=text] {
    border-radius: 4px;
    padding: 10px 12px;
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }

  .contact-contents textarea {
    height: 100px;
  }

  .contact-contents .contact-dl-wrap {
    flex-wrap: wrap;
  }

  .contact-contents .contact-dl-wrap~.contact-dl-wrap {
    margin-top: 32px;
  }

  .contact-contents .contact-dl-wrap dd,
  .contact-contents .contact-dl-wrap dt {
    color: #222;
    font-size: 1.6rem;
  }

  .contact-contents .contact-dl-wrap dt {
    max-width: none;
    padding-top: 0;
  }

  .confirm .contact-contents .contact-dl-wrap dd {
    margin-top: 0;
  }

  .contact-contents .contact-dl-wrap dt .required {
    font-size: 1rem;
    padding-left: 8px;
  }

  .contact-contents .contact-dl-wrap dd {
    margin-top: 12px;
  }

  .agree-contents .attention,
  .contact-contents .contact-dl-wrap dd .attention {
    margin-top: 10px;
    font-size: 1rem;
  }

  .checkbox-list {
    margin-top: 4px;
  }

  .checkbox-list li {
    width: 50%;
    font-size: 1.4rem;
  }

  .checkbox-wrap input[type=checkbox]+label,
  .checkbox-list li input[type=checkbox]+label {
    padding-left: 24px;
  }

  .checkbox-wrap input[type=checkbox]~label:before,
  .checkbox-list li input[type=checkbox]~label:before {
    width: 16px;
    height: 16px;
  }

  .checkbox-wrap input[type=checkbox]~label::after,
  .checkbox-list li input[type=checkbox]~label::after {
    width: 16px;
    height: 16px;
  }

  .checkbox-list li:nth-of-type(2)~li ,
  .checkbox-list li:nth-of-type(3)~li {
    margin-top: 20px;
  }

  .agree-contents {
    padding: 32px 0 0;
  }

  .agree-contents .ttl {
    font-size: 1.6em;
    margin-bottom: 24px;
  }

  .agree-contents .txt {
    font-size: 1.4rem;
  }

  .agree-wrap {
    margin-top: 16px;
  }

  .agree-wrap .checkbox-wrap {
    font-size: 1.4rem;
  }

  .agree-contents .btn-wrap {
    margin-top: 32px;
  }
  /* contact */

  
  /* partner */
  .matching-section {
    margin: 64px 0;
    padding: 48px 0 64px;
  }
  .concept-section .hd-dots-line-wrap ,
  .hd-dots-line-wrap {
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .hd-dots-line-wrap .hd-dots-line {
    font-size: 2rem;
    padding-right: 12px;
  }
  .point-list + .hd-dots-line-wrap {
    margin-top: 64px;
  }
  .point-list {
    margin-top: 28px;
    flex-wrap: wrap;
  }
  .point-list li {
    padding: 20px;
  }
  .point-list li:first-of-type {
    border-radius: 3px 3px 0 0;
  }
  .point-list li:last-of-type {
    border-radius: 0 0 3px 3px;
  }
  .point-list li::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .point-list li .num {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .point-list li .ttl {
    font-size: 1.6rem;
  }
  .point-list li .txt {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .point-list.col3 li ,
  .point-list.col2 li {
    width: 100%;
  }
  .point-list li ~ li {
    margin-top: 1px;
    margin-left: 0;
  }
  /* partner */

  /* recruit */
  .recruit-details-section .inner-section-content .flex.column {
    flex-direction: column;
    gap: 20px;
  }
  .recruit-details-section .inner-section-content .title {
    font-size: 1.6rem;
  }
  .recruit-summary-section .inner-section-content .title {
    font-size: 1.6rem;
  }
  .recruit-details-section.bg::before {
    width: 249px;
    height: 292px;
    top: 1500px;
  }
  .recruit-summary-section table {
    left: unset;
    border-spacing: 14px 0px;
  }
  .recruit-summary-section table th {
    min-width: 80px;
  }
  .recruit-summary-section table th, td {
    padding: 10px;
  }
  .recruit .contact-contents select {
    border-radius: 4px;
    padding: 10px 12px;
    height: 48px;
    font-size: 1.6rem;
  }
  .recruit .number-list {
    list-style: auto;
    padding-left: 17px;
  }
  /* recruit */

  /* download */
  .download-section {
    margin: 0 16px 32px;
  }
  .download-section .inner-wrap {
    padding: 48px 0;
  }
  .download-contents {
    flex-wrap: wrap;
  }
  .download-contents .img-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .download-contents .img-wrap img {
    width: 100%;
  }
  .download-contents .download-ttl {
    font-size: 1.6rem;
  }
  .download-contents .txt-wrap > .txt {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .download-contents .txt-wrap .notes-list {
    margin-top: 12px;
  }
  .download .btn-wrap {
    margin-top: 64px;
  }

  /* download */

  /* news */
  .news-section {
    padding-bottom: 64px;
  }
  .news-section::before {
    width: 200px;
    height: 145px;
  }
  .news .main-visual::before {
    right: -16px;
    width: 225px;
    height: 264px;
  }
  .news-data {
    padding-top: 16px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .news-data .label {
    font-size: 1rem;
  }

  .news-ttl {
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .news-img {
    margin-top: 24px;
    text-align: center;
  }

  .news-txt-wrap {
    margin-top: 32px;
  }

  .news-txt-wrap + .btn-wrap {
    margin-top: 32px;
  }

  .news-txt-wrap p {
    font-size: 1.4rem;
    line-height: 1.8666;
    letter-spacing: 0.05em;
  }


  .news-txt-wrap .notes-list {
    margin-top: 16px;
  }

  /* news */

  /* terms */
  .terms-section {
    padding-bottom: 64px;
  }
  .terms .main-visual .inner-wrap {
    padding-bottom: 0;
  }
  .terms-section .btn-wrap {
    margin-top: 32px;
  }
  .terms-section::before {
    width: 200px;
    height: 145px;
  }
  .terms .lead-txt {
    font-size: 1.4rem;
  }
  .terms .main-visual::before {
    right: -16px;
    width: 225px;
    height: 264px;
  }
  .terms .record {
    margin: 48px 0 40px;
    font-size: 1.6rem;
  }
  .terms .policy-list > li ~ li {
    margin-top: 32px;
  }
  .terms .policy-list > li .contact-parivacy-ttl ,
  .terms .policy-list > li .ttl {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .terms .policy-list > li .txt {
    font-size: 1.4rem;
  }
  /* terms */
  
  /* about */
  .about #contents {
    background: url(/assets/images/bg_about_contents_01.png) no-repeat left top 1120px / contain;
  }
  .concept-section {
    padding-bottom: 64px;
  }
  .about-section {
    padding-bottom: 80px;
  }
  .overview-section {
    padding-bottom: 80px;
    background: url(/assets/images/bg_about_contents_02.png) no-repeat right bottom 28px / 162px 292px;
  }
  .concept-box {
    display: flex;
    flex-wrap: wrap;
  }
  .concept-box .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .concept-box .img-wrap img {
    width: 100%;
  }
  .concept-box .txt-wrap {
    width: 100%;
  }
  .contept-dl .contept-dl-wrap dd {
    font-size: 1.5rem;
  }
  .color-list {
    margin-top: 24px;
  }
  .color-list li {
    padding-bottom: 20px;
  }
  .img-flx-box {
    flex-wrap: wrap;
  }
  .img-flx-box + .img-flx-box {
    margin-top: 48px;
  }
  .img-flx-box .img-wrap {
    width: 100%;
    margin: 0 auto 24px;
  }
  .img-flx-box .img-wrap img {
    width: 100%;
  }
  .img-flx-box .txt-wrap {
    padding-right: 0;
  }
  .img-flx-box.right .img-wrap {
    order: 1;
    margin: 0 auto 24px;
  }

  .img-flx-box.right .txt-wrap {
    padding-left: 0;
    order: 2;
  }
  .img-flx-box .txt-wrap .ttl {
    font-size: 2.8rem;
    margin-bottom: 4px;
  }
  .img-flx-box .txt-wrap .txt {
    font-size: 1.4rem;
  }
  .img-flx-box .txt-wrap .txt + .txt {
    margin-top: 8px;
  }
  .overview-box {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .overview-box .img-wrap {
    position: relative;
    margin-right: 0;
  }
  .overview-box .txt-wrap::before {
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background: url(/assets/images/img_about_contents_03.png) no-repeat left top -70px / cover;
    margin-bottom: 32px;
  }
  .overview-dl .overview-dl-wrap {
    display: flex;
  }
  .overview-dl .overview-dl-wrap dt {
    min-height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 80px;
    margin-right: 16px;
    font-size: 1.4rem;
  }
  .overview-dl .overview-dl-wrap dd {
    min-height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
  .overview-dl .overview-dl-wrap dd .txt + .txt {
    margin-top: 8px;
  }

  .access-section  {
    padding: 64px 0;
  }
  .hd-dots-line-wrap + .access-box {
    margin-top: 40px;
  }
  .access-box {
    border-radius: 10px;
    padding: 24px 10px 10px;
  }
  .access-box + .access-box {
    margin-top: 32px;
  }
  .hd-access {
    padding-left: 0;
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .hd-access span {
    margin-right: 12px;
    font-size: 1.8rem;
  }
  .address-guide {
    padding-left: 0;
    margin-bottom: 18px;
    font-size: 1.2rem;
  }

  .anchor-list {
    flex-wrap: wrap;
  }
  .anchor-list li ~ li{
    margin-left: 0;
    margin-top: 0;
  }
  .anchor-list li:nth-of-type(2n){
    margin-right: 0;
  }
  .anchor-list li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .anchor-list li {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }
  .anchor-list li a {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
  }
  /* about */
  
  /* service */
  .service-section {
    padding: 64px 0;
    background: url(/assets/images/bg_service_contents_01.png) no-repeat right top -12px / 224px auto , url(/assets/images/bg_service_contents_04.png) no-repeat left bottom / 208px auto;
  }
  .normal-section {
    padding: 64px 0;
  }
  .service-link-box {
    margin-bottom: 64px;
  }
  .service-link-list {
    width: 100%;
    height: calc((738 / 750) * 100vw);
    margin-top: auto;
    overflow: hidden;
  }
  .service-link-list::before {
    width: 100%;
    height: calc((738 / 750) * 100vw);
    background: url(/assets/images/bg_service_contents_02_sp.png) no-repeat center top / cover;
  }
  .service-link-list li {
    width: calc((446 / 750) * 100vw);
    height: calc((446 / 750) * 100vw);
  }
  .service-link-list li.design {
    width: calc((416 / 750) * 100vw);
    height: calc((416 / 750) * 100vw);
  }
  .service-link-list li.development {
    left: calc((-35 / 750) * 100vw);
    background-position: left bottom;
  }
  .service-link-list li.movie {
    right: calc((-33 / 750) * 100vw);
    background-position: right bottom;
  }
  .service-link-list li .service-link-contents {
    justify-content: center;
    padding-bottom: 0;
  }
  .service-link-list li .service-link-contents .ttl-wrap .en {
    font-size: 2.4rem;
  }
  .service-link-list li .service-link-contents .ttl-wrap .en + .jp {
    margin-top: 8px;
  }
  .service-link-list li .service-link-contents .ttl-wrap .jp {
    font-size: 1rem;
    padding: 0 4px;
  }
  .service-link-list li .service-link-contents .btn-wrap {
    margin-top: 18px;
  }
  .service-btn {
    padding-top: 12px;
    width: calc((88 / 750) * 100vw);
    height: calc((88 / 750) * 100vw);
    font-size: 1rem;
    border-radius: calc((44 / 750) * 100vw);;
  }
  .service-btn::after {
    margin-top: 4px;
    width: 10px;
    height: 10px;
  }
  .service-link-list li .service-link-contents .ttl-wrap .jp::after ,
  .service-link-list li .service-link-contents .ttl-wrap .jp::before {
    width: 14px;
  }
  .hd-service {
    padding-top: 16px;
  }
  .hd-service::before {
    width: 150px;
  }
  .hd-service::after {
    width: 11px;
    height: 10px;
    background: url(/assets/images/icon_service_ttl.png) no-repeat left center / cover;
  }
  .service-flx-box {
    flex-wrap: wrap
  }
  .service-flx-box + .service-flx-box {
    margin-top: 64px;
  }
  .service-flx-box .txt-wrap {
    padding-left: 0;
    margin-right: 0;
  }
  .service-flx-box .img-wrap {
    width: 100%;
    margin-top: 24px;
  }
  .service-flx-box .img-wrap img {
    width: 100%;
  }
  .service-flx-box .txt-wrap .txt {
    font-size: 1.2rem;
  }
  .hd-sub-ttl-wrap {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .hd-sub-ttl-wrap .sub {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .hd-sub-ttl-wrap .hd-sub-ttl {
    font-size: 2.4rem;
  }
  .service-flx-box.right .txt-wrap {
    order: 1;
    padding-right: 0;
  }
  .service-flx-box.right .txt-wrap .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8666;
  }
  .service-flx-box.right .img-wrap {
    order: 2;
    margin-right: 0;
  }
  .service-flx-box .img-wrap .feature-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
  }
  .service-flx-box .img-wrap .value-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
  }

  .design #wrap {
    background:url(/assets/images/bg_design_contents_01.png) no-repeat right 20px top / 434px 378px , #e8853f;
    background:url(/assets/images/bg_design_contents_01.png) no-repeat right 20px top / 434px 378px , -moz-linear-gradient(-45deg,  #e8853f 0%, #e85a4d 100%);
    background:url(/assets/images/bg_design_contents_01.png) no-repeat right 20px top / 434px 378px , -webkit-linear-gradient(-45deg,  #e8853f 0%,#e85a4d 100%);
    background:url(/assets/images/bg_design_contents_01.png) no-repeat right 20px top / 434px 378px , linear-gradient(135deg,  #e8853f 0%,#e85a4d 100%);
  }
  .development #wrap {
    background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 434px 378px , #934bb2;
    background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 434px 378px , -moz-linear-gradient(-45deg,  #934bb2 0%, #ab558f 100%);
    background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 434px 378px , -webkit-linear-gradient(-45deg,  #934bb2 0%,#ab558f 100%);
    background:url(/assets/images/bg_development_contents_01.png) no-repeat right 20px top / 434px 378px , linear-gradient(135deg,  #934bb2 0%,#ab558f 100%);
  }
  .movie #wrap {
    background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 434px 378px , #39a3af;
    background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 434px 378px , -moz-linear-gradient(-45deg,  #39a3af 0%, #13b59f 100%);
    background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 434px 378px , -webkit-linear-gradient(-45deg,  #39a3af 0%,#13b59f 100%);
    background:url(/assets/images/bg_movie_contents_01.png) no-repeat right 20px top / 434px 378px , linear-gradient(135deg,  #39a3af 0%,#13b59f 100%);
  }
  .movie #contents::before ,
  .development #contents::before ,
  .design #contents::before {
    top: 300px;
    width: 491px;
    height: 584px;
  }
  .movie #contents::after ,
  .development #contents::after ,
  .design #contents::after {
    bottom: 330px;
    width: 474px;
    height: 425px;
  }
  .movie .main-visual ,
  .development .main-visual ,
  .design .main-visual {
    margin-bottom: 0;
    max-width: none;
  }

  .outline {
    margin-top: 64px;
    padding-top: 16px;
    position: relative;
  }
  .outline .ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .outline .txt {
    font-size: 1.4rem;
  }
  .bg-col-list li ,
  .skill-list li {
    width: calc((100% - 10px)/2) !important;
    min-height: auto !important;
    padding: 12px;
    border-radius: 4px;
    margin-right: 10px !important;
  } 
  .skill-list li .icon {
    width: 24px;
    height: 25px;
    margin-right: 8px;
  } 
  .skill-list li .skill {
    font-size: 1.2rem;
  } 
  .bg-col-list li:nth-of-type(2n) ,
  .skill-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  } 
  .skill-list li:nth-of-type(3n) {
    margin-right: auto !important;
  } 
  .bg-col-list li:nth-of-type(n+3) ,
  .skill-list li:nth-of-type(n+3) ,
  .skill-list li:nth-of-type(n+4) {
    margin-top: 10px !important;
  }
  .bg-col-list li .icon {
    width: 40px;
  }
  .bg-col-list li .icon {
    width: 40px;
  }
  .can-do-section {
    padding: 0 0 32px;
  }
  .can-make-section {
    padding: 32px 0;
  }
  .make-list li {
    flex-wrap: wrap;
  }
  .make-list li + li {
    margin-top: 48px;
  }
  .make-list li .txt-wrap .ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .make-list li .txt-wrap .txt {
    font-size: 1.4rem;
  }
  .make-list li .img-wrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
  
  .contact-btn-section {
    position: relative;
    z-index: 2;
    padding: 32px 0 80px;
  }
  
  .contact-btn-section .lead-txt {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2.1;
    text-align: center;
  }
  .contact-btn-section .col2-wrap {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
  .contact-btn-section .col2-wrap .col {
    margin-right: 0;
    width: 100%;
  }
  .contact-btn-section .col2-wrap .col + .col {
    margin-top: 10px;
  }
  .contact-btn-section .col2-wrap .col .btn {
    height: 70px;
    font-size: 1.6rem;
    padding: 24px;
  }
  .hd03-service {
    margin: 32px 0 8px;
    font-size: 1.8rem;
  }
  
  .servise-link-area {
    padding: 40px 0;
  }
  
  .servise-link-area .inner-wrap .btn-wrap {
    flex-wrap: wrap;
  }

  .service-link-btn {
    width: 100%;
    border-radius: 5px;
  }

  .service-link-btn + .service-link-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .service-link-btn .more {
    bottom: 10px;
    right: 10px;
  }
  /* service */
  
}