@charset "UTF-8";

/* header ___________________________________*/

header {
  height: 190px;
  position: relative;
  background-color: #FFF;
}

header a {
  font-weight: bold;
  color: #000000;
}

header h1 {
  padding: 20px;
}

header h1 img {
  height: 40px;
  width: auto;
}

header h1 span {
  font-size: 0.9em;
  background-color: #2D88DE;
  border-radius: 8px;
  color: #FFFFFF;
  padding: .7em 1.8em .8em;
  margin-left: 20px;
  line-height: 1;
  margin-top: 0px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  header {
    height: 170px;
  }

  header h1 {
    padding: 16px;
  }

  header h1 span {
    padding: .7em 1.1em .8em;
  }
}

@media screen and (max-width:767px) {
  header {
    height: 60px;
    position: relative;
    z-index: 10;
  }

  header h1 {
    padding: 6px 0px 0px 10px;
    height: 60px;
    width: 130px;
    display: block;
  }

  header h1 img {
    height: auto;
    width: 100%;
    margin-bottom: 4px;
  }

  header h1 span {
    display: block;
    margin-left: 0px;
    padding: 2px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 9px;
    letter-spacing: normal;
  }
}

/* nav#global-nav */
nav#global-nav ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
  bottom: 0px;
}

nav#global-nav ul li {
  width: calc(100% / 6);
  background-image: url(../img/gnav_line.gif);
  background-repeat: no-repeat;
  background-position: 0% center;
}

nav#global-nav ul li:first-child {
  background-image: none;
}

nav#global-nav ul li a {
  height: 110px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 75px auto;
  background-position: center 18px;
  line-height: 1;
}

nav#global-nav ul li:nth-child(1) a {
  background-image: url(../img/nav_icn01.png);
}

nav#global-nav ul li:nth-child(2) a {
  background-image: url(../img/nav_icn02.png);
}

nav#global-nav ul li:nth-child(3) a {
  background-image: url(../img/nav_icn03.png);
}

nav#global-nav ul li:nth-child(4) a {
  background-image: url(../img/nav_icn04.png);
}

nav#global-nav ul li:nth-child(5) a {
  background-image: url(../img/nav_icn05.png);
}

nav#global-nav ul li:nth-child(6) a {
  background-image: url(../img/nav_icn06.png);
}

nav#global-nav ul li a:hover {
  opacity: 1;
  background-color: #f4fbff;
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
}

nav#global-nav ul li a i {
  display: none;
}

@media screen and (max-width: 1024px) {
  nav#global-nav ul li a {
    letter-spacing: normal;
    font-size: 1em;
    background-size: 70px auto;
    height: 100px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  nav#global-nav {
    display: block;
    background-color: #000;
    z-index: 30;
    position: absolute;
    width: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
  }

  body.navOpen .overlay {
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
  }

  nav#global-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    box-shadow: none;
    bottom: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 1em;
  }

  nav#global-nav ul li {
    width: 50%;
    background-image: none;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  nav#global-nav ul li:nth-child(even) {
    border-right: none;
  }

  nav#global-nav ul li:nth-last-child(1), nav#global-nav ul li:nth-last-child(2) {
    border-bottom: none;
  }

  nav#global-nav ul li a {
    padding-bottom: 20px;
    letter-spacing: normal;
    background-size: 90px auto;
  }

  nav#global-nav ul li a:hover {
    background-color: transparent;
    box-shadow: none;
  }

  nav#global-nav ul li a i {
    color: #ff7e00;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.5em;
  }

  nav#global-nav ul:nth-child(2) li {
    width: 100%;
    border: none;
  }

  nav#global-nav ul:nth-child(2) li:nth-child(1) a {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 60px auto;
    background-position: left 35% center;
    background-image: url(../img/nav_icn07.png);
    padding-left: 15px;
    padding-bottom: 0;
  }

  nav#global-nav ul:nth-child(3), nav#global-nav ul:nth-child(4) {
    background-color: transparent;
    margin-bottom: 1.5em;
  }

  nav#global-nav ul:nth-child(3) li, nav#global-nav ul:nth-child(4) li {
    width: 100%;
    border: none;
  }

  nav#global-nav ul:nth-child(3) li a, nav#global-nav ul:nth-child(4) li a {
    color: #FFFFFF;
    text-align: left;
    background-image: none;
    display: block;
    height: auto;
    line-height: 1;
  }

  nav#global-nav ul:nth-child(3) li a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #6e6e6e;
    position: relative;
  }

  nav#global-nav ul:nth-child(3) li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-weight: bold;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    color: #ff7e00;
  }

  nav#global-nav ul:nth-child(4) li a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
    display: inline-block;
    position: relative;
  }

  nav#global-nav ul:nth-child(4) li a:after {
    font-family: 'FontAwesome';
    content: '\f24d';
    font-weight: bold;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    color: #ff7e00;
  }

  nav#global-nav dl {
    background-color: #201f1f;
    padding: 20px;
  }

  nav#global-nav dl dt {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 1em;
  }

  nav#global-nav dl dd a {
    display: block;
    background-color: #2d88df;
    border-radius: 5px;
    padding: 1.5em 1em;
    color: #f3ff00;
    text-align: center;
  }
}

/* nav#utility-nav */
nav#utility-nav ul {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
}

nav#utility-nav ul li {
  display: flex;
  width: 16.66vw;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

nav#utility-nav ul li a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
}

nav#utility-nav ul li a i {
  margin-right: 0.5em;
}

nav#utility-nav ul li:nth-child(2) a {
  width: 16.66vw;
  background-color: #eaf2f7;
}

nav#utility-nav ul li:nth-child(3) a {
  width: 16.66vw;
  background-color: #2d88df;
  color: #f3ff00;
}

nav#utility-nav ul li:last-child {
  display: none;
}

@media screen and (min-width: 1700px) {
  nav#utility-nav ul li {
    width: 284px;
  }
}

@media screen and (min-width: 1200px) {
  nav#utility-nav ul li:nth-child(1) br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  nav#utility-nav ul li a {
    height: 70px;
  }
}

@media screen and (max-width:767px) {
  nav#utility-nav ul li a {
    height: 60px;
    width: 100% !important;
  }

  nav#utility-nav ul li:nth-child(1) {
    width: auto;
    padding: 10px;
  }

  nav#utility-nav ul li:nth-child(2) {
    display: none;
  }

  nav#utility-nav ul li:nth-child(3) a i {
    font-size: 18px;
    position: absolute;
    margin: 0;
    top: 19px;
  }

  nav#utility-nav ul li a span {
    font-size: 11px;
    line-height: 1;
    padding-top: 30px;
  }

  nav#utility-nav ul li:nth-child(3) {
    width: 60px !important;
  }

  nav#utility-nav ul li:last-child {
    width: 60px;
    display: block;
    background-color: #000000;
    background-image: url(../img/gnav_sp_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  body.navOpen nav#utility-nav ul li:last-child {
    background-image: url("../img/gnav_sp_btn_a.png");
  }

  nav#utility-nav ul li:last-child a {
    color: #FFFFFF !important;
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width:450px) {
  nav#utility-nav ul li:first-child {
    display: none;
  }
}

/* Active */
body.on-premises nav#global-nav ul:first-of-type li:nth-child(1) a,
body.scene nav#global-nav ul:first-of-type li:nth-child(2) a,
body.service nav#global-nav ul:first-of-type li:nth-child(3) a,
body.design nav#global-nav ul:first-of-type li:nth-child(4) a,
body.case nav#global-nav ul:first-of-type li:nth-child(5) a,
body.technical nav#global-nav ul:first-of-type li:nth-child(6) a {
  border-bottom: 4px solid #2D88DE;
  color: #2d88df;
}

@media screen and (max-width:767px) {
  nav#global-nav ul li a {
    border-bottom-style: none !important;
  }
}


/* footer ___________________________________*/

footer {
  background: #000;
}

footer small {
  color: #FFF;
  text-align: center;
  padding: 5em;
  display: block;
}

footer section {
  padding: 80px 2% 0px;
  display: flex;
  justify-content: space-between;
  max-width: 1700px;
  width: auto;
}

footer section ul a {
  color: #FFF;
  display: inline-block;
  padding: .5em 0;
  text-indent: -1em;
  padding-left: 1em;
}

footer section li a:hover {
  color: #FFF;
}

footer section li a::before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #ff8100;
  padding-right: .5em;
}

footer section li.blank a::before {
  content: '\f24d';
}

footer section ul {
  width: calc(100%/4);
}

footer section ul:nth-child(3) {
  width: 27%;
}

footer section ul:last-of-type {
  width: 27%;
}

footer dl {
  background-color: #201f1f;
  padding: 20px;
  border-radius: 3px;
  width: 30%;
}

footer dl dt {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.5;
}

footer dl dd a {
  font-size: 1.2em;
  display: block;
  background-color: #2d88df;
  border-radius: 5px;
  color: #f3ff00;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

@media screen and (max-width: 1024px) {
  footer section a {
    letter-spacing: normal;
    font-size: .9em;
  }
}

@media screen and (max-width:767px) {
  footer section {
    display: block;
    width: 90%;
    padding: 1em 0 0px;
    margin-bottom: 20px;
  }

  footer section a br {
    display: none;
  }

  footer section ul {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }

  footer section ul li {
    width: 100%;
  }

  footer section ul:nth-child(1) {
    border: none;
    padding-bottom: 0;
  }

  footer section ul:nth-of-type(2), footer section ul:last-of-type {
    margin-bottom: 2em;
  }

  footer section ul:nth-child(1) li a, footer section ul:nth-child(2) li a {
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid #666;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  footer dl {
    width: 100%;
  }

  footer dl dt br {
    display: none;
  }

  footer dl dd a {
    font-size: 1.2em;
    padding: 1.1em 3em;
    width: 100%;
  }
}


/* Common ___________________________________*/

.delayfade, .motionUp {
  visibility: hidden;
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .9s;
  -ms-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


/* link */
a.link_arw {
  padding: .7em 2.5em .7em 3em;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border-radius: 100px;
  background-color: #f4f5f6;
  line-height: 1.3;
  text-align: center;
  color: #000000;
}

a.link_arw:after {
  font-family: 'FontAwesome';
  content: ' \f105';
  color: #ff8100;
  font-weight: bold;
}

a.link_arw i {
  color: #ff8100;
  font-weight: bold;
  margin-left: .3em;
}

a.link_arw.arw01 {
  background-color: #FFF;
  border-radius: 3px;
}

a.link_arw.arw02 {
  color: #FFF;
  background: #2d89de;
  background: linear-gradient(to right, #2d89de 20%, #2ddeb8 100%);
  border-radius: 3px;
}

a.link_arw.arw03 {
  background-color: #FFF;
  border-radius: 3px;
  padding-left: 2.8em;
  letter-spacing: normal;
}


a.link_txt {
  display: inline-block;
  position: relative;
  padding-top: 0;
  padding-right: 1.5em;
  padding-bottom: 0;
  letter-spacing: normal;
}

a.link_txt:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #2C88DF;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}

#pagetop {
  z-index: 1;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  position: fixed;
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  a.link_arw {
    padding: .8em 2em 0.5em;
  }
}

@media screen and (max-width:767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    z-index: 10;
  }
}


/* Layout */
.container {
  width: 1700px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

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


/* ttl */
.ttl01 {
  text-align: center;
  font-size: 1.9em;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 0px;
  letter-spacing: 0.05em;
}

.ttl01 span {
  display: block;
  background-image: url(../img/ttl_point.png);
  height: 5px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.ttl01.num {
  color: #2d88df;
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
}

.ttl01.num span {
  width: 45px;
  height: 4px;
  margin-top: 10px;
  background-image: url(../img/ttl_point_num.png);
}

.ttl01.txt {
  font-size: 20px;
  font-weight: 700;
}

.ttl01.txt span {
  width: 45px;
  height: 4px;
  margin-top: 10px;
  background-image: url(../img/ttl_point_num.png);
}

.ttl02 {
  margin-bottom: 1em;
  margin-top: 0px;
  background-color: #2d88df;
  padding: 0.5em 1em;
  color: #FFF;
  letter-spacing: 0.1em;
}

.ttl03 {
  border-bottom: 2px solid #2d88df;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  background-color: #FFFFFF;
  padding-top: 0.5em;
}

@media screen and (max-width:767px) {
  .ttl01 {
    font-size: 1.4em;
    letter-spacing: normal;
  }
}


/* pageTtl */
#pageTtl {
  padding: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#pageTtl section {
  display: flex;
  align-items: center;
  margin-top: -18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 200px;
}

#pageTtl section h2 {
  color: #FFF;
  font-weight: 300;
  font-size: 4em;
  line-height: 1;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

#pageTtl .breadcrumbs {
  margin: 0;
}

#pageTtl .breadcrumbs a {
  color: #fff;
}

#pageTtl .breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
}

#pageTtl .breadcrumbs li:not(:first-child):before {
  content: "/";
  color: #fff;
  margin: 0 1em;
}

@media screen and (max-width:767px) {
  #pageTtl section h2 {
    font-size: 2em;
    letter-spacing: 0.05em;
  }

  #pageTtl .breadcrumbs a,
  #pageTtl .breadcrumbs li {
    font-size: 10px;
  }

  #pageTtl .breadcrumbs li:not(:first-child):before {
    margin: 0 .5em;
  }
}

/* ul.boxList */
ul.boxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.boxList>li {
  border: 2px solid #e5e5e5;
  padding: 2em 3em;
  margin-bottom: 2em;
  text-align: center;
  width: 49%;
  background-color: #FFFFFF;
}

ul.boxList>li h3 {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

ul.boxList>li>li {
  text-align: left;
}

ul.boxList>li p,
ul.boxList>li ul li {
  text-align: justify;
}

@media screen and (max-width:767px) {
  ul.boxList>li {
    width: 100%;
    margin-bottom: 1em;
    padding: 2em;
  }
}


/* ul.list */
ul.list li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  font-feature-settings: normal;
}


/* contents */
.contents section section {
  padding-top: 0;
}

.contents article {
  width: 100%;
  margin: 0 auto 4em;
  text-align: left;
  clear: both;
}

.contents article p {
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents .photo {
  width: 500px;
  box-shadow: 0px 9px 9px 0.45px rgba(51, 134, 164, 0.1);
}

.contents .photo.nomal {
  box-shadow: none;
}

.contents .alignleft {
  float: left;
  margin-right: 5em;
  margin-bottom: 3em;
  text-align: right;
}

.contents .alignright {
  float: right;
  margin-left: 5em;
  margin-bottom: 3em;
  text-align: left;
}

.contents .aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 3em;
  text-align: center;
}

.contents ul.pageNav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #999999;
  padding-top: 2em;
  font-weight: bold;
}

.contents ul.pageNav li {
  width: calc(100%/3);
  text-align: center;
}

.contents ul.pageNav li:first-child {
  text-align: left;
}

.contents ul.pageNav li:last-child {
  text-align: right;
}

.contents ul.pageNav li:nth-child(2) a {
  background-color: #f2f7fa;
  padding: .8em 3em;
  border: 1px solid #2d89df;
}

@media screen and (max-width:767px) {
  .contents section section {
    padding-bottom: 50px;
  }

  .contents .photo {
    width: 100% !important;
  }

  .contents article {
    margin-bottom: 1em;
  }

  .contents ul.pageNav li {}

  .contents ul.pageNav li:nth-child(2) {
    width: 40%;
  }

  .contents ul.pageNav li:nth-child(2) a {
    background-color: #f2f7fa;
    padding: .5em 1.5em;
  }
}


/* ===============================================
# yossy 2024.09.07 よくある質問 追加
=============================================== */

:root {
  --accordion-padding-pc: 12px 13% 12px 6%;
  --accordion-padding-top-pc: 9px;
  --accordion-padding-sp: 12px 10% 12px 10%;
  --accordion-body-padding-pc: 18px 13% 18px 6%;
  --accordion-body-padding-sp: 18px 10% 18px 10%;
}


.p-faq {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
  width: 82%;
  margin-inline: auto;
}

.accordion__head {
  margin: 0;
  background: #f2f8fe;
  color: #2d88df;

  padding: var(--accordion-padding-pc);
  position: relative;

  cursor: pointer;
}

.accordion__head__heading {
  font-size: 17px;
  font-weight: 700;
}



.accordion__head::before {
  content: "Q";
  position: absolute;
  font-size: 23px;
  font-weight: 600;
  color: #2d88df;
  left: 2%;
  top: 7px;
  height: 100%;
}

.accordion__head::after {
  content: "";
  position: absolute;
  color: #333;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_faq_tri_tobottom.png) no-repeat center center/cover;
  width: 20.5px;
  height: auto;
  aspect-ratio: 12.5 / 5.5;
}

.accordion__head.is-open {
  transition: all 0.5s 0s ease;
}

.accordion__head.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 768px) {

  .p-faq {
    width: 100%;
  }

  .accordion__head {
    padding: var(--accordion-padding-sp);
    font-size: 16px;
  }

  .accordion__head::before {
    font-size: 21px;
    left: 4%;
    top: 9px;

  }

  /* .accordion__head::after {
    right: 20px;
    width: 30px;
    height: auto;
    aspect-ratio: 51 / 22;
  } */
}

.accordion__body {
  margin: 0;
  background: #f2f8fe;

  color: #000000;
  border: 0px solid #3f51b5;
  padding: var(--accordion-body-padding-pc);
  position: relative;

  display: none;

}

.accordion__body.is-open {
  display: block;
  max-height: 1000px;
  padding: var(--accordion-body-padding-pc);
}

@media (max-width: 768px) {
  .accordion__body {
    padding: var(--accordion-body-padding-sp);
  }
}

.accordion__body-in {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.07em;
}

.accordion__body-in::before {
  content: "A";
  position: absolute;
  font-size: 23px;
  font-weight: 700;
  top: var(--accordion-padding-top-pc);
  color: #000000;
  left: 2%;
  height: 100%;
}

@media (max-width: 768px) {
  .accordion__body-in {
    font-size: 14px;

  }

  .accordion__body-in::before {
    font-size: 23px;
    left: 4%;
    top: 10px;

  }
}

/* ===============================================
# yossy 20240907　終了
=============================================== */