body {
  padding-top: 105px;
}

a:hover {
  text-decoration: none;
  color: #4c4c4c;
}

a:active {
  text-decoration: none;
  color: #4c4c4c;
}

a.touchstyle {
  color: #a5a5a5;
}

a.notouchstyle {
  color: #4c4c4c;
}

.blockPc {
  display: none;
}

.blockTab {
  display: none;
}

.blockSp {
  display: block;
}

@media screen and (max-width: 320px) {
  .blockSe {
    display: block;
  }
}

/* button
-------------------------------------------------- */
.button a {
  position: relative;
  line-height: 1;
  border: 2px solid #4c4c4c;
  display: block;
  text-align: center;
}

.button a:hover {
  background-color: transparent;
  color: #4c4c4c;
}

.button.white a {
  border-color: #fff;
  color: #fff;
}

.button.white a:hover {
  background-color: transparent;
  color: #fff;
}

#fullScreenMenu .button.white.reverse a {
  background-color: #fff;
  color: #4c4c4c;
}

#fullScreenMenu .button.white.reverse a:hover {
  background-color: #4c4c4c;
  color: #fff;
}

.button.touchstyle a,
#submitButton.touchstyle,
#confirmButton.touchstyle {
  background: #4c4c4c !important;
  color: #fff !important;
}

.button.white.touchstyle a {
  background: #fff !important;
  color: #4c4c4c !important;
}

#top_book .button.largeButton.topMore {
  justify-content: center;
}


/* tableStyle
-------------------------------------------------- */
.tableView .col-sm-1 {
  padding-bottom: 0;
}

.tableView .col-sm-7 {
  padding-bottom: 30px;
}



/* globalHeader
-------------------------------------------------- */
#globalHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  padding: 0;
  line-height: 1;
  z-index: 1000;
  transition: all .1s ease-in;
  background-color: #fff;
}

body.hasRecentNews #globalHeader,
body.hasRecentNews #globalHeader.fixed {
  padding-top: 0 !important;
}

#globalHeader.fixed {
  padding-top: 0 !important;
  padding-bottom: 0;
  background-color: #fff;
}

#globalHeader h1 {
  float: none;
  margin: 18px auto 0;
  width: 119px;
  height: auto;
}

#globalHeader .navArea {
  float: none;
  text-align: left;
}

#globalHeader .navArea .pickup {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#globalHeader .navArea .pickup .button {
  display: none;
}


#fullScreenMenuTrigger,
#locationIcon {
  position: absolute;
  right: 0;
  top: 0;
}

#fullScreenMenuTrigger {
  left: 0;
  padding-top: 29px;
  padding-left: 22px;
}

#locationIcon a {
  text-align: right;
  padding-top: 25px;
  padding-right: 22px;
}

#fullScreenMenuTrigger,
#locationIcon,
#locationIcon a {
  display: block;
  width: 75px;
  height: 75px;
}

#fullScreenMenuTrigger .iconPath,
#locationIcon .iconPath {
  fill-rule: evenodd;
  fill: #4c4c4c;
}


body.menuActiveOpacity #globalHeader {
  position: fixed;
  background-color: transparent !important;
  /*background-color: #4c4c4c!important;*/
}

body.menuActive .iconPath,
body.menuActive #globalHeader h1 svg .logoPath {
  fill: #fff !important;
}

body.menuActive #fullScreenMenuTrigger .basePath {
  opacity: 0;
}

body #fullScreenMenuTrigger .activePath {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

body.menuActive #fullScreenMenuTrigger .pathA {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

body.menuActive #fullScreenMenuTrigger .pathB {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

body #fullScreenMenuTrigger .activePath {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}


/* top-blog
-------------------------------------------------- */
.blog_entries {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog_entries .blog_entries_conetainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.blog_entries .blog_entries_head {
  color: #4c4c4c;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 1.2px;
}

.blog_entries .blog_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  width: 100%;
}

.blog_entries .blog_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.blog_entries .blog_thumbnail {
  width: 92vw;
  height: 51.73vw;
}

.blog_entries .blog_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_entries .blog_thumbnail div {
  width: 100%;
  height: 100%;
}

.blog_entries .blog_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.blog_entries .blog_info span {
  color: #999;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.blog_entries .blog_info h4 {
  color: #4c4c4c;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}


/* news
-------------------------------------------------- */
.newsListModule .container {
  display: block;
}

.newsListModule.new {
  color: #4c4c4c;
  position: static;
  background: transparent;
  height: auto !important;
  overflow: auto;
  font-size: 1.3rem;
}

.newsListModule.new:after {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin: 60px auto;
  background: #e3e3e3;
}

#page_top .newsListModule.new:after {
  height: 1px;
  width: auto;
  margin: 4px 15px 24px 15px;
}

.newsListModule.new .newsListTitle {
  float: none;
  display: block;
  text-align: center;
  color: #4c4c4c;
  font-size: 1.8rem;
}

.newsListModule.new .newsListTitle:after {
  content: none;
}

.newsListModule.new ul li {
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
}

.newsListModule.new ul li:first-child {
  border: 0;
}

.newsListModule.new a {
  color: #4c4c4c;
}

.newsListModule.new ul li.pdf:before {
  content: url(../img/icon_pdf.svg);
}

.newsListModule.old .newsListTitle,
.important_news_container .newsListTitle {
  display: none;
}

.newsListModule.old>ul {
  float: none;
  padding-bottom: 10px;
}

.newsListModule.old>ul:before {
  content: "NEWS";
  float: left;
  margin-right: 5px;
  border-right: 1px solid #d9d9d9;
  line-height: 1em;
  height: 1em;
  padding-right: 5px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: text-bottom;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}


/* fullScreenMenu
-------------------------------------------------- */
body.menuActive #fullScreenMenu {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #4c4c4c;
  z-index: 101;
}

body.menuActive.menuActiveOpacity #fullScreenMenu {
  opacity: 1;
}

#fullScreenMenuScroller {
  padding-bottom: 90px;
}

#fullScreenMenu {
  opacity: 0;
  padding-top: 80px;
  text-align: center;
}

#fullScreenMenu a {
  color: #fff;
}


#fullScreenMenu .nav li {
  float: none;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.8em 4px 0;
}

#fullScreenMenu .nav li.ex-link a {
  display: flex;
  align-items: center;
}

#fullScreenMenu .nav li.ex-link a:after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 2px;
  background-image: url(../img/icon_newWindow_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#fullScreenMenu .container:before {
  margin-top: 30px;
  margin-bottom: 30px;
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #696969;
}

/* globalFooter
-------------------------------------------------- */
.module_recruitPromo,
.module_contactPromo {
  margin-bottom: 40px;
}

.module_recruitPromo p,
.module_contactPromo p {
  letter-spacing: 0.04rem;
  font-weight: bold;
}

#page_top #globalFooter {
  margin-top: 30px;
}

#globalFooter .siteProfile {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.android #globalFooter .siteProfile {
  padding-bottom: 75px;
}

.copy {
  text-align: center;
  position: static;
}




/* --------------------------------------------------
pages
-------------------------------------------------- */
.pageBody {
  padding-bottom: 30px;
}

/*.block,
.newsBody .paragraph { margin-bottom: 60px; }*/

.block .blockTitle:before,
.newsBody .paragraph:before {
  height: 1px;
  width: 45px;
}




/* #page_top
-------------------------------------------------- */

#top_main .serviceImage {
  display: block;
}

#top_main .serviceImage .serviceImageItem {
  display: block;
  width: 158px;
  margin: 0 auto;
}

#top_main .serviceImage .serviceImageItem:before {
  margin: 16px auto;
}

#client_list {
  gap: 16px;
}

#client_list ul {
  /* display: grid;
  grid-template-columns: repeat(2, 172px); */
  column-gap: 24px;
  justify-content: center;
  row-gap: 16px;
}

#top_service p,
#top_projects p {
  text-align: left;
}

.categoryMenu {
  margin-bottom: 40px;
}

.categoryTitle {
  font-size: 1.8rem;
}

body#page_top .projectThumbsTop {
  display: block;
}

body#page_top .projectThumbsTop li {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-top: none;
  width: 100%;
}

body#page_top .projectThumbsTop li:first-child {
  border-top: 1px solid #ededed;
}

#page_top .dealRecordList li {
  display: block;
  width: 100%;
}



/* #page_about
-------------------------------------------------- */
/*#page_about #about_philosophy p:last-child { font-size: 1.3rem; }*/

.coverImg {
  height: 224px;
  margin: -30px 0 60px;
}

.coverImg.coverImgAbout {
  background-image: url("/assets/img/cover_about_sp.jpg");
}

.coverImg.coverImgRecruit {
  background-image: url("/assets/img/cover_recruit_sp.jpg");
}

#page_about .tableView .col-sm-7 .head {
  padding: 15px 15px 20px;
  background-color: #f1f1f1;
  margin: 5px 0 15px;
}

#aboutIntroText p:last-child {
  margin-bottom: 0;
}

#page_about .tableView {
  margin-bottom: -30px;
}

#page_about #accessmap #map_canvas {
  display: none;
}

#page_about #accessmap {
  padding-top: 60px;
}

#page_about #accessmap #sp_map,
#page_about #accessmap #sp_map a {
  display: block;
  width: 100%;
  height: 215px;
  margin: 0 0 15px;
}

#page_about .mapIntro p {
  line-height: 1.6;
  margin: 0 0 8px;
  display: block;
}

#page_about .mapIntro span {
  display: none;
}

#page_about #accessmap #sp_map a {
  background: url(../img/map.png) center center no-repeat;
  background-size: cover;
}

#page_about .officeImg {
  display: block;
}

#page_about .officeImg img {
  width: 100%;
}

#page_about .officeImg img:first-child {
  margin: 0 0 15px;
}



/* projects
-------------------------------------------------- */
.projectListTitle {
  display: block;
  text-align: center;
  color: #4c4c4c;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.projectThumbs li {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  min-height: 0;
  height: auto;
}

.projectThumbs li:first-child {
  padding-top: 0;
}

#page_projects.detail #projectBrowser {
  top: 75px;
  background-color: rgba(248, 248, 248, 0.8);
}

body#page_projects .projectBlock {
  margin-bottom: 60px;
}


/* #page_project.detail
-------------------------------------------------- */
#page_projects.detail .projectProfile .projectThumbnail {
  position: static;
  left: 0;
  margin-bottom: 60px;
}

#page_projects.detail .projectImage>div {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
}

#page_projects.detail .projectImage img {
  float: none;
  width: 100% !important;
  border: 0;
  border-top: 5px solid #fff;
}

#page_projects.detail .projectImage .videoContainer {
  border: 0;
  border-top: 5px solid #fff;
}


#page_projects.detail .projectThumbs li {
  min-height: 0;
  padding-top: 0;
}

#page_projects.detail .projectThumbs li:nth-child(odd) {
  padding-right: 0;
}

#page_projects.detail .projectThumbs li:nth-child(even) {
  padding-left: 0;
}

#page_projects.detail .projectThumbs li .caption {
  display: none;
}



/* #page_news.detail
-------------------------------------------------- */
#page_news.detail .articleFooter .contactModule {
  margin-bottom: 40px;
}


#page_news.detail .articleFooter .downloadModule .button a:before {
  content: url(../img/icon_pdf.svg);
}

#page_news.detail .articleFooter .downloadModule .button a.touchstyle:before {
  content: url(../img/icon_pdf_white.svg);
}

/* temporary style */
.newLogoBox {
  width: 68%;
  margin-top: 30px;
}



/* #page_services
-------------------------------------------------- */
#page_services .xtoneService {
  width: 100%;
}

#page_services .dealRecordList li {
  display: block;
  width: 100%;
}

#servicePoint .servicePointList {
  display: block;
}

#servicePoint .servicePointList li {
  border: 1px solid #e3e3e3;
  padding: 60px 36px;
  margin: 20px auto 0;
  width: 100%;
  max-width: 375px;

}

#servicePoint .servicePointList li:nth-child(2) {
  margin-top: 20px;
}

#servicePoint .servicePointList li:nth-child(odd) {
  margin-left: auto;
}

#service_main p {
  text-align: left;
}

/* services 202106
-------------------------------------------------- */

.service .block {
  margin: 0 auto 80px;
}

.servicesSortMenu {
  top: 75px;
  background-color: white;
  padding: 0 0 15px;
  margin: -15px -15px 0;
}

.servicesSortMenu ul {
  margin: 0;
}

.service table.border tr {
  display: flex;
  flex-wrap: wrap;
}

.service table.border th {
  padding: 30px 15px 0;
}

.service table.border td {
  padding: 8px 15px 30px;
}

.service table.border th,
.service table.space th {
  text-align: left;
  line-height: 1.8;
}

.service table.space th,
.service table.space td {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.service table.space th {
  padding-top: 0px;
}

#serviceContents small {
  line-height: 1.5;
}

#serviceContents .serviceContents01 {
  max-width: 375px;
  margin: 0 auto 80px;
}

#serviceContents .serviceContents01 .serviceTitle {
  padding: 60px 0 36px;
}

#serviceContents .serviceContents01 .innerWrap {
  border: 2px solid #E3E3E3;
  margin: 0 21px 12px 77px;
  padding: 10px;
  display: block;
}

@media screen and (max-width: 320px) {
  #serviceContents .serviceContents01 .innerWrap {
    margin: 0 2px 12px 52px;
  }
}

#serviceContents .serviceContents01 .inner {
  margin: 0 0 10px -65px;
  width: auto;
}

#serviceContents .serviceContents01 .inner:last-child {
  margin-bottom: 0;
}

#serviceContents .serviceContents01 .inner p {
  padding: 0 0 0 127px;
  height: 117px;
  width: auto;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}

#serviceContents .serviceContents01 .inner p::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 48px;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #E3E3E3 transparent transparent transparent;
}

#serviceContents .serviceContents01 .inner p::before {
  bottom: 0;
  right: auto;
  width: 112px;
  height: 117px;
}

#serviceContents .serviceContents01 .innerUserexperience p::before {
  background-image: url(/assets/img/services/contents/circle_userexperience_sp.png);
}

#serviceContents .serviceContents01 .innerUIdesign p::before {
  background-image: url(/assets/img/services/contents/circle_uidesign_sp.png);
}

#serviceContents .serviceContents01 .innerEngineering p::before {
  background-image: url(/assets/img/services/contents/circle_engineering_sp.png);
}

#serviceContents .serviceContents01 small {
  text-align: center;
}

#serviceContents .flexWrap {
  display: block;
}

#serviceContents .serviceContents02 .flexWrap {
  margin: 0;
}

#serviceContents .serviceContents02 dl {
  width: auto;
  padding: 30px;
  margin: 0 0 15px;
}

#serviceContents .serviceContents02 dl img {
  max-width: 70px;
}

#serviceContents .serviceContents02 dl dt {
  margin-bottom: 14px;
}

#serviceContents .serviceContents02 dl dd {
  font-size: 13px;
}

#serviceContents .serviceContents03 .pictWrap {
  display: grid;
  position: relative;
  grid-template-columns: none;
  grid-template-rows: repeat(3, auto);
  place-content: center;
  place-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}

#serviceContents .serviceContents03 img {
  width: 60%;
  order: 2;
  z-index: -1;
}

#serviceContents .serviceContents03 .inner {
  text-align: center;
  position: relative;
  min-width: auto;
  max-width: none;
  margin: 0;
  order: 1;
  z-index: 1;
}

#serviceContents .serviceContents03 .pictWrap {

  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    border: solid 1px #A5A5A5;
  }

  &::before {
    top: 18px;
    left: 3%;
    width: 38%;
    height: 210px;
    border-right: none;
  }

  &::after {
    top: 302px;
    right: 3%;
    width: 37%;
    height: 100px;
    border-left: none;
  }

  @media screen and (max-width: 360px) {
    &::before {
      left: 0%;
    }

    &::after {
      right: 0%;
    }
  }
}

#serviceContents .serviceContents03 .inner.graphRight {
  margin: 0;
  order: 3;
}

#serviceContents .serviceContents03 .inner h5 {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 8px;
  position: relative;
  background: #FFF;
}

#serviceContents .serviceContents03 .inner h5::after {
  height: 0;
  width: 0;
}

#serviceContents .serviceContents03 .inner strong {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  background: #FFF;
}

.serviceProjectWrap {
  display: block;
  margin: 0;
}

@media screen and (max-width: 320px) {
  .serviceProjectMethod {
    line-height: 1.2;
  }

  .MethodOptionWrap {
    height: 175px;
  }

  .serviceProjectMethodOption {
    top: 28px;
  }

  .minMethodWrap {
    padding-right: 38px;
  }
}

.serviceProject .serviceTitle {
  padding: 60px 0 15px
}

.serviceProject small {
  padding: 0 0 60px;
}

.serviceProjectItem {
  display: block;
  width: 100%;
}

.serviceProjectMethod:last-of-type {
  margin: 30px 0 15px;
}

.serviceProjectInner {
  padding: 0 0 20px;
  max-width: 100%;
}

.methodWrap {
  padding: 0;
}

.minMethodWrap {
  padding-right: 42px;
}

.MethodOptionWrap {
  right: -18px;
  width: 18px;
}

.service .serviceProjectFlow {
  margin: 0;
}

.serviceProjectMethodOption {
  right: -18px;
}

.serviceProjectFlowTitle {
  font-size: 16px;
  line-height: 1;
  padding: 14px 0;
  margin: 0;
}

.serviceProjectFlowTitle.first {
  height: auto;
}

.serviceProjectFlowTitle.first span {
  padding-top: 0;
}

.serviceProjectFlowSection {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 50px;
}

.serviceProjectFlowSection:after {
  bottom: -28px;
  left: 20px;
}

.serviceProjectFlowRowGroup,
.serviceProjectFlowRow {
  display: block;
  width: 100%;
  position: relative;
}

.serviceProjectFlowParts,
.serviceProjectFlowRowStep .serviceProjectFlowParts {
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
  padding: 18px 0;
  height: auto;
}

.serviceProjectFlowParts::after {
  right: 0;
  left: 0;
  top: auto;
  bottom: -18px;
  margin: auto;
  border-width: 8px 6px 0 6px;
  border-color: #e3e3e3 transparent transparent transparent;
}

.serviceProjectFlowParts.serviceProjectFlowPartsLast {
  margin-bottom: 0;
}

.serviceProjectFlowParts.serviceProjectFlowPartsLast:after {
  display: none;
}

.serviceProjectFlowRowStep {
  margin-left: 0;
}

.serviceProjectFlowPartsConnect {
  margin: 0;
  padding-bottom: 0;
}

.serviceProjectFlowPartsConnectWrap {
  flex-direction: column;
  width: 100%;
  margin: 0 0 28px;
  position: relative;
}

.serviceProjectFlowPartsConnectWrap::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: -18px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #e3e3e3 transparent transparent transparent;
}

.serviceProjectFlowPartsConnectWrapLast {
  margin-bottom: 0;
}

.serviceProjectFlowPartsConnectWrapLast::after {
  display: none;
}

.serviceProjectFlowPartsConnectWrap .serviceProjectFlowPartsConnectArrow,
.serviceProjectFlowPartsConnectWrap .serviceProjectFlowRowStep .serviceProjectFlowPartsConnectArrow,
.serviceProjectFlowPartsConnectWrap .serviceProjectFlowPartsConnectArrow+.serviceProjectFlowParts {
  margin: 0 0 0;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.serviceProjectFlowPartsConnectArrow:after {
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

@media screen and (max-width: 320px) {
  .serviceProjectFlowPartsConnectArrow:after {
    right: -12px;
  }
}

.serviceProjectFlowPartsConnectWrap .serviceProjectFlowPartsConnectArrow p {
  display: flex;
  padding-right: 5px;
}

.serviceProjectFlowPartsConnectArrow+.serviceProjectFlowParts:after {
  border-width: 0;
}

.serviceProjectFlowRowTitle {
  text-align: center;
  font-size: 14px;
  padding: 2px 0 6px;
}

.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 55vw;
  overflow-y: scroll;
}

/* チェックボックスの初期設定 */
#popupInput {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popupInput:checked+.popup {
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.popupClose {
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open {
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popupContent {
  margin: 40px auto 40px auto;
  width: 90%;
}

/* approach
-------------------------------------------------- */
#approachContents .approachContents02 {
  row-gap: 30px;
}

#approachContents .approachContents02 .approachCase {
  gap: 24px;
  padding: 24px 16px 40px;
}

#approachContents .approachContents02 .approachCase .approachCaseInner {
  flex-direction: column;
  gap: 32px;
}

#approachContents .approachContents02 .approachCase .approachCaseInner img {
  width: 96px;
  flex-shrink: 0;
}

#approachContents .approachContents02 .approachCase hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#approachContents .approachContents02 .approachCase .approachCaseText .approachCaseDescription {
  text-align: center;
}

#approachContents .approachContents03 {
  gap: 24px;
  padding: 0;
}

#approachContents .approachContents03 .bookIntroduction {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: auto;
}

#approachContents .approachContents03 .buttonContainer {
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

/* approach case 02
-------------------------------------------------- */
#approachCase02 .approachCase02Intro hgroup {
  flex-direction: column;
}

#approachCase02 .approachCase02Intro {
  margin-bottom: 80px;
}

#approachCase02 .approachCase02ExampleList {
  max-width: 100%;
}

#approachCase02 .approachCase02ExampleItem {
  width: 47%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F1F1;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 700;
}

#approachCase02 img.contentsImage {
  width: 88vw;
}

#approachCase02 .imageBox {
  width: 100%;
}

#approachCase02 .imageBox img {
  width: 330px;
}

/* approach case03
-------------------------------------------------- */

#approachCase03 .approachCase03Intro hgroup {
  flex-direction: column;
}

#approachCase03 .approachCase03Intro,
#approachCase03 .approachCase03ContentsTitle::before,
#approachCase03 .example {
  margin-bottom: 80px;
}

#approachCase03 .approachCase03ContentsTitle {
  margin-bottom: 32px;
}

#approachCase03 .approachCase03ContentsDescription {
  margin-bottom: 24px;
}

#approachCase03 .blockTitleBox::before {
  margin-bottom: 61px;
}

#approachCase03 .example img {
  width: 100%;
  height: auto;
}

.exampleTitle {
  font-size: 14px;
}

.exampleItemHead {
  font-size: 12px;
}

.exampleItemHead::before {
  width: 8px;
  height: 8px;
}

.exampleList {
  gap: 16px;
}

.exampleItem {
  gap: 6px;
}

/* approach case04
-------------------------------------------------- */

#approachCase04 .approachCase04Intro hgroup {
  flex-direction: column;
}

#approachCase04 .approachCase04Intro,
#approachCase04 .approachCase04ContentsTitle::before,
#approachCase04 .example {
  margin-bottom: 80px;
}

#approachCase04 .approachCase04ContentsTitle {
  margin-bottom: 32px;
}

#approachCase04 .approachCase04ContentsDescription {
  margin-bottom: 24px;
}

#approachCase04 .blockTitleBox::before {
  margin-bottom: 61px;
}

#approachCase04 .example img {
  width: 100%;
  height: auto;
}

#approachCase04 .exampleList {
  max-width: 100%;
}

#approachCase04 .approachCase04Contents {
  max-width: 100%;
}

#approachCase04 .discussionPoints {
  max-width: 100%;
  width: 100%;
}

#approachCase04 .discussionPointsList {
  width: 100%;
}

#approachCase04 .groupingEvaluationList {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
}

#approachCase04 .groupingEvaluationItem {
  max-width: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#approachCase04 .groupingEvaluationItemHead {
  height: 45px;
  display: flex;
  padding: 6px 15px 6px 10px;
}

#approachCase04 .starIcon {
  width: 13px;
  height: 13px;
}

#approachCase04 .headText {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 1.153px;
}

#approachCase04 .groupingList {
  min-height: 0;
  padding: 6px;
}

#approachCase04 .groupingItem {
  max-width: 100%;
}

#approachCase04 .groupingText {
  width: 100%;
  font-size: 12px;
}

#approachCase04 .scenario {
  width: 100%;
}

#approachCase04 .scenarioContents::after {
  transform: translateX(-50%) rotate(45deg);
  top: 99%;
  left: 13px;
}

#approachCase04 .scenarioContainer {
  flex-direction: column;
}

#approachCase04 .scenarioDeatils {
  flex-direction: row;
}

#approachCase04 .scenarioDeatils::before {
  height: 100%;
  border-left: 2px dashed #A5A5A5;
  border-bottom: none;
}

#approachCase04 .scenarioDeatils {
  padding-left: 34px !important;
}

#approachCase04 .scenarioDeatils:nth-child(1) {
  padding-top: 44.3px;
}

#approachCase04 .scenarioDeatils:nth-child(2) {
  padding-top: 12px;
}

#approachCase04 .scenarioDeatils:nth-child(3) {
  padding-top: 9px;
}

#approachCase04 .scenarioDeatils:nth-child(3) .action {
  margin-left: 65px;
}

#approachCase04 .scenarioDeatils:nth-child(4) {
  padding-top: 41px;
}

#approachCase04 .scenarioDeatils:nth-child(5) {
  padding-top: 32px;
}

#approachCase04 .scenarioDeatils:nth-child(6) {
  padding-top: 1px;
}

#approachCase04 .scenarioDeatils::before {
  width: 100% !important;
  right: -12px !important;
}

#approachCase04 .scenarioDeatils::after {
  transform: translate(-50%, -50%);
  left: 13px !important;
}

#approachCase04 .scenarioDeatils:nth-child(1)::after {
  top: 52px;
}

#approachCase04 .scenarioDeatils:nth-child(2)::after {
  top: 63px;
}

#approachCase04 .scenarioDeatils:nth-child(3)::after {
  top: 18px;
}

#approachCase04 .scenarioDeatils:nth-child(4)::after {
  top: 58px;
}

#approachCase04 .scenarioDeatils:nth-child(5)::after {
  top: 49px;
}

#approachCase04 .scenarioDeatils:nth-child(6)::after {
  top: 64px;
}

#approachCase04 .scenarioDeatils .actionBox {
  padding: 6px;
  min-height: 48px;
  height: 100%;
  margin-right: 24px;
}

#approachCase04 .scenarioDeatils .action,
#approachCase04 .scenarioDeatils .time {
  margin-top: 0 !important;
}

#approachCase04 .scenarioDeatils .time {
  width: 51px;
  text-align: left;
  margin-right: 15px;
}

#approachCase04 .scenarioDeatils img {
  margin-top: 0 !important;
  margin-right: 15px;
}

#approachCase04 .scenarioDeatils img.imageStreach_1 {
  width: 85.925px;
  height: 96px;
  flex-shrink: 0;
}

#approachCase04 .scenarioDeatils img.sumahoIcon,
#approachCase04 .scenarioDeatils img.alarmIcon {
  width: 51px;
}

#approachCase04 .conceptFrame {
  max-width: 330px;
  min-height: 255.813px;
}

#approachCase04 .conceptMainContents {
  width: 226.829px;
  height: 226.829px;
}

#approachCase04 .conceptMainContents span {
  font-size: 14px;
  line-height: 20px;
}

#approachCase04 .conceptMainContents img {
  width: 71.999px;
  height: 57.967px;
}

#approachCase04 .conceptSubContents {
  width: 100.813px;
  height: 100.813px;
  font-size: 12px;
}

/* #page_why_xtone
-------------------------------------------------- */
#page_why_xtone .pageTitle {
  display: flex;
  height: 75px;
  padding: 6px 0 7px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.182px;
  margin-bottom: 60px;
}

#page_why_xtone .blockTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

#page_why_xtone .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

#page_why_xtone .list:last-of-type .item {
  width: 100%;
}

#page_why_xtone .list:first-of-type::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #E3E3E3;
  margin: 75px auto;
}

#page_why_xtone .item {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border: 1px solid #E3E3E3;
}

#page_why_xtone .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.4px;
}

#page_why_xtone .list:first-of-type .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.42px;
}

#page_why_xtone .list:last-of-type .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.42px;
  height: 168px;
}

#page_why_xtone .heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  height: 60px;
  margin-bottom: 16px;
}

#page_why_xtone .img {
  margin-top: 4px;
  min-width: 285px;
  width: 100%;
  min-height: 191px;
}

/* #page_recruit
-------------------------------------------------- */
.recruit .pageBody p {
  font-size: 14.2px;
}

.visualBanner .inner {
  padding: 24px 8px;
  min-height: 180px;
}

.visualBannerWorkflow {
  background-image: url("/assets/img/recruit/workflow_back_sp.jpg");
}

.visualBannerEnvironment {
  background-image: url("/assets/img/recruit/environment_back_sp.jpg");
}

.visualBannerWelfare {
  background-image: url("/assets/img/recruit/welfare_back_sp.jpg");
}

.visualBanner .inner p {
  font-size: 13px;
}

.visualBanner .inner strong {
  font-size: 18px;
}

#page_recruit.workflow .visualBanner,
#page_recruit.environment .visualBanner {
  margin-top: -105px;
}

#page_recruit #jobs .row ul li p {
  position: relative;
  padding: 17px 0 31px;
  font-size: 1em;
}

#page_recruit #jobs .row ul li span {
  font-size: 11px;
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  margin: auto;
}

#page_recruit.environment #workPoints .wpModule>h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}

#page_recruit.environment #workPoints .wpModule {
  margin-top: 60px;
}

#page_recruit table.border {
  margin: 20px auto 0;
}

#page_recruit table.border tr {
  display: flex;
  flex-wrap: wrap;
}

#page_recruit table.border th {
  padding: 22px 5px 0;
  font-size: 14px;
}

#page_recruit table.border td {
  padding: 22px 5px 0 24px;
  font-size: 14px;
}

#page_recruit table.border tr td:last-child {
  width: 100%;
  padding: 10px 5px 20px;
  font-size: 13px;
}

#page_recruit table.border tr {
  padding: 0 10px;
}

#page_recruit table.border tr td:last-child {
  font-size: 14px;
  line-height: 2;
}

#page_recruit table.border th,
#page_recruit table.holiday tr td:first-of-type,
#page_recruit table.welfare tr td:first-of-type {
  width: auto;
  vertical-align: middle;
  line-height: 1.4;
}

#page_recruit.workflow .row {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}

#page_recruit.workflow .wpModule {
  margin-top: 60px;
}

#page_recruit.workflow ul.flowList {
  margin-top: 54px;
  margin-left: 2px;
}

#page_recruit.workflow ul.flowList li:first-child {
  margin-bottom: 8px;
}

#page_recruit.workflow ul.flowList li a em {
  font-size: 14px;
}

#page_recruit.workflow ul.flowList li a span {
  font-size: 11px;
  height: 54px;
}

#page_recruit.workflow ul.flowList li a span:after {
  right: -17px;
  border-width: 27px 0 27px 17px;
}

#page_recruit.workflow .wpModule table.role {
  margin-top: 20px;
}

#page_recruit.workflow .wpModule table.role thead {
  font-size: 12px;
}

#page_recruit.workflow .wpModule table.role tbody th,
#page_recruit.workflow .wpModule table.role tbody td {
  font-size: 13px;
}

#page_recruit.workflow .wpModule table.role tbody th {
  width: 115px;
  padding: 20px 15px;
}

#page_recruit.workflow .wpModule table.role tbody td {
  padding: 20px 18px 20px 30px;
}

@media screen and (max-width: 320px) {
  #page_recruit.workflow .wpModule table.role tbody td {
    padding: 20px 14px 20px 22px;
  }
}



/* #page_contact
-------------------------------------------------- */
#page_contact .block {
  margin-bottom: 20px;
}

.inputItem select,
.inputItem input[type="text"],
.inputItem textarea,
.comfirmItem .entryContent,
.formButton input[type="submit"],
#confirmButton {
  -webkit-appearance: none;
  border-radius: 0;
}

.categorySelectSp {
  position: relative;
  margin-top: -44px;
  margin-bottom: 40px;
}

.categorySelectSp:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 18px;
}

.categorySelectSp select {
  width: 100%;
  height: 36px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  line-height: 1;
}

label.fileFormLabel {
  width: 160px;
}

.privacyPolicy {
  width: 256px;
  text-align: left;
}

.privacyPolicy label span {
  align-items: flex-start;
}

.privacyPolicy label span::before {
  margin-top: 2px;
}

.privacyPolicy>span {
  width: 248px;
  line-height: 1.5;
  text-align: center;
}

.comfirmItem.formButton>div {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  text-align: center;
  margin-top: 27px;
}

#confirm {
  border: solid 1px #4C4C4C;
  padding: 40px 24px 0px 24px;
}

.formButton input[type="button"],
.formButton input[type="submit"],
#confirmButton,
.loading {
  text-align: center;
  background: #fff;
  display: block;
  width: 233px;
  height: 44px;
  border: 2px solid #4c4c4c;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  transition: all .1s ease-in;
}

#submitButton {
  width: 180px;
}

.loading {
  margin-top: -44px;
  background: #fff url(../img/loading.gif) center center no-repeat;
}

.formButton input[type="submit"]:hover,
#confirmButton:hover {
  background: #fff;
  color: #4c4c4c;
}

.contactBackButton {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}

.categorySelectSp {
  display: block;
}

.categorySelect {
  display: none;
}

.inputItem label+.inputCaption .onlyPC {
  display: none;
}

/* #page_privacy
-------------------------------------------------- */
#page_privacy ol {
  list-style-position: inside;
}