@charset "utf-8";

@import url("reset.css");
@import url("print.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

html {
}

body{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #000;
  margin: auto;
  letter-spacing: 0.1em;
  position: static !important;
  min-height: inherit !important;
  top: 0 !important;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 1em;
    min-width: inherit;
    margin: 0;
    padding: 0;
  }
}

img {
  border: none;
}

table.default {
  margin: auto;
  width: fit-content;
  font-style: normal;
  border-collapse: separate;
  border-spacing: 0.5em;
  font-size: 0.95em;
}

table.default th, table.default td {
  vertical-align: top;
}

table.default th {
  padding: 0.75em 3em 0.75em 1.5em;
  background: #1b4e77;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  color: #FFF;
  border-radius: 0.25em;
}
@media only screen and (max-width: 560px) {
  table.default th {
    padding: 0.5em 1em;
    display: block;
  }
}

table.default td {
  padding: 0.75em 1.5em;
  text-align: left;
  background: rgba(255,255,255,0.7);
  border-radius: 0.25em;
}
@media only screen and (max-width: 560px) {
  table.default td {
    padding: 0.5em 1em;
    display: block;
  }
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

iframe {
  display: block;
}

a {
  color: #1B1B1B;
  transition: all .30s ease;
}

a:hover {
  text-decoration: none;
  transition: all .30s ease;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.fontRed {
  color: #d70000;
}

.fontBlue {
  color: #1b4e77;
}

.fontYellow {
  color: #ffcc00;
}

.fontGreen {
  color: #0A8A00;
}

.fontGray {
  color: #555555;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

#headerWrapper {
  background: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 15px 5%;
  border-bottom: 1px solid rgba(255,255,255,0.30);
  transform: translateZ(0);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 1% 10px 3%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  position: fixed;
  display: flex;
  z-index: 9980;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  #headerWrapper {
    overflow: visible !important;
  }
}

#header {
  width: auto;
  margin: 0 auto 0 0;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #header {
    width: auto;
    position: static;
    margin: 0;
  }
}

#logo {
  margin: 0 !important;
  padding: 0 !important;
  z-index: 500;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #logo {
    margin: 0 auto !important;
    padding: 0 0 0 10% !important;
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  #logo {
    margin: 0 auto !important;
    padding: 0 0 0 5% !important;
    text-align: left;
  }
}

#logo img {
  width: 270px;
  vertical-align: middle;
  margin-right: 1em;
}
@media only screen and (max-width: 560px) {
  #logo img {
    height: 50px;
    width: auto;
  }
}

#headerInner {
}
@media only screen and (max-width: 560px) {
  #headerInner {
  }
}

#toggle {
  display:none;
}
@media only screen and (max-width: 1080px) {
  #toggle {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    position: fixed;
    cursor: pointer;
    float: none;
    top: 40px;
    left: 93%;
    z-index: 400;
  }
}
@media only screen and (max-width: 560px) {
  #toggle {
    top: 25px;
    left: 90%;
  }
}

#toggle .bar {
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #c6171f;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
  border-radius: 1px;
  z-index: 500;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 8px;
}
#bar03 {
	top: 16px;
}
.active #bar01 {
	top: 7px;
	transform: rotate(45deg);
}
.active #bar02 {
	width: 0;
}
.active #bar03 {
	top: 7px;
	transform: rotate(-45deg);
}

#menuWrapper {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  #menuWrapper {
    display: none;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0,0,0,0.8);
    position: fixed !important;
    top: 0;
    left: 0;
  }
}

#menuWrapper ul {
  margin: 25px 0 0 auto;
  padding: 0;
  list-style: none;
  display: inline;
  box-sizing: border-box;
  line-height: 1.5em;
}
@media only screen and (max-width: 1080px) {
  #menuWrapper ul {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: block !important;
    width: 70%;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
}

#menuWrapper ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 1080px) {
  #menuWrapper ul li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

#menuWrapper ul li a {
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 5px 1em;
  border-left: 1px solid rgba(0,0,0,0.3);
  line-height: 0.9em;
  font-size: 0.9em;
  color: #000;
  line-height: 1em;
}
@media only screen and (max-width: 1080px) {
  #menuWrapper ul li a {
    display: block;
    padding: 20px;
    height: auto;
    text-align: center;
    font-size: 1.1em;
    color: #FFF;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: none;
    width: 100% !important;
    box-sizing: border-box;
    opacity: 1;
    white-space: normal;
  }
}

#menuWrapper ul li:first-of-type a {
  border-left: none;
}

#menuWrapper ul li a:hover {
  background-color: #c6171f !important;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 560px) {
  #menuWrapper ul li a:hover {
  }
}

.language-selector {
  display: inline;
  vertical-align: middle;
  font-size: 0.8em;
}
@media only screen and (max-width: 1080px) {
  .language-selector {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: block !important;
    font-size: 1em;
  }
}

.language-selector select {
  padding: 0.25em;
}

.skiptranslate {
  display: none !important;
  height: 0 !important;
}

#google_translate_element {
  display: none;
}

/*================================================
inview
================================================*/

.scrollView {
  opacity: 0;
  transform: translate(0,30px);
  -webkit-transform: translate(0,30px);
  transition: 1s;
}

.scrollViewAction {
  opacity: 1.0;
  -webkit-animation: scrollViewA 0.8s forwards ease-in-out;
  animation: scrollViewA 0.8s forwards ease-in-out;
}
@-webkit-keyframes scrollViewA {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(0,0);
  }
}
@keyframes scrollViewA {
  0% {
    opacity: 0;
    transform: translate(0,30px);
    -webkit-transform: translate(0,30px);
  }
  100% {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}

.fadeInAction {
  opacity: 1.0;
  -webkit-animation: fadeInA 0.8s forwards ease-in-out;
  animation: fadeInA 0.8s forwards ease-in-out;
}
@-webkit-keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fadeInA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

h2 {
  margin: 0;
  padding: 0 0 1.5em 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  position: relative;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  h2 {
    font-size: 1.8em;
    background-size: 70px auto;
  }
}

h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 3px;
	height: 40px;
	background-color: #c6171f;
}
@media only screen and (max-width: 560px) {
  h2::after {
    height: 30px;
  }
}

h3 {
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  line-height: 1em;
  text-align: left;
  font-weight: 500;
  position: relative;
  border: none;
}
@media only screen and (max-width: 1080px) {
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 560px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3:before {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: rgba(0,0,0,0.2);
}
h3:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  content: '';
  background: #c6171f;
}

.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

.bgappear {
	animation-name:bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
  }
}

.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1b4e77;
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

.bgappearTrigger, .bgLRextendTrigger {
    opacity: 0;
}

#contents {
  line-height: 1.5em;
}

.section {
  margin: 0 auto;
  padding: 100px 0 !important;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .section {
    padding: 60px 0 !important;
  }
}

.section .sectionInner {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .section .sectionInner {
    margin: 30px auto 0 auto !important;
    padding: 0 3%;
  }
}

.section .sectionInner:first-of-type {
  margin: 40px auto 0 auto;
}


.catchcopyWrap {
  text-align: center;
}

.catchcopy {
  text-align: center;
  font-size: 2.3rem;
  margin: 0 0 1em 0;
  padding: 0.2em 1em;
  letter-spacing: -0.05em;
  color: #1b4e77;
  line-height: 1.5em;
}
@media only screen and (max-width: 560px) {
  .catchcopy {
    font-size: 1.5em;
  }
}

.left {
  width: 47%;
  float: left;
}
@media only screen and (max-width: 560px) {
  .left { 
    width: auto;
    float: none;
    margin: auto;
  }
}

.right {
  width: 47%;
  float: right;
}
@media only screen and (max-width: 560px) {
  .right { 
    width: auto;
    float: none;
    margin: auto;
  }
}

.moreInformation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.moreInformationRight {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

.moreInformationLeft {
  display: flex;
  justify-content: flex-start;
  margin-top: 2em;
}

.moreInformation a, .moreInformationRight a, .moreInformationLeft a {
  display: block;
  background: #c6171f;
  color:#fff;
  padding: 0.75em 2.5em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1em;
  font-size: 0.85em;
  border-radius: 1.5em;
}
@media only screen and (max-width: 560px) {
  .moreInformation a, .moreInformationRight a, .moreInformationLeft a {
    white-space: normal;
  }
}

.moreInformation a:hover, .moreInformationRight a:hover , .moreInformationLeft a:hover {
  opacity: 0.7;
}


/*================================================
#indexMainImage
================================================*/

#indexMainImage {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  aspect-ratio: 13 / 7;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #indexMainImage {
    aspect-ratio: 8 / 10;
  }
}

#indexMainImage::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 13 / 7;
  display: block;
  z-index: 2;
  background: url(../img/videoHatching.png) repeat;
}
@media only screen and (max-width: 560px) {
  #indexMainImage::before {
    aspect-ratio: 8 / 10;
  }
}

#indexMainImage #indexMainImageText {
  position: absolute;
  display: block;
  width: fit-content;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  color: #FFF;
  font-size: 2.3em;
  line-height: 2em;
}
@media only screen and (max-width: 560px) {
  #indexMainImage #indexMainImageText {
    width: 100%;
    font-size: 1.8em;
  }
}

#indexMainImage > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  line-height: 0;
}

#indexMainImage > ul .slick-track li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #indexMainImage > ul .slick-track li {
  }
}
@media only screen and (max-width: 560px) {
  #indexMainImage > ul .slick-track li {
  }
}

#indexMainImage > ul li img {
  margin:0 auto;
  z-index: 10;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 560px) {
  #indexMainImage > ul li img {
    aspect-ratio: 8 / 10;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#indexMainImageCaption {
  background: #c6171f;
  color: #FFF;
  font-weight: 200;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #indexMainImageCaption {
    padding: 0.5em 1em;
    text-align: left;
    font-size: 0.9em;
  }
}


/*================================================
#information
================================================*/

#information {
  background:  url("../img/bg01.jpg") repeat;
  text-align: center;
  color: 000;
}

#information .moreInformation .instaIcon {
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.75em;
}

#newsList {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  line-height: 1.5em;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  #newsList {
    margin: 30px auto 0 auto;
    padding: 0;
  }
}

#newsList li {
  margin: 0;
  padding: 1em 0;
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

#newsList li:first-child {
  border-top: 1px solid rgba(0,0,0,0.5);
}

#newsList dl {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}
@media only screen and (max-width: 560px) {
  #newsList dl {
    display: block;
    padding: 0 1em;
  }
}

#newsList dl dt {
  margin: 0;
  padding: 0 0 0 2em;
  width: 12em !important;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #newsList dl dt {
    padding: 0 0 0.5em 0;
    width: auto !important;
    font-weight: normal;
  }
}

#newsList dl dd {
  margin: 0;
  padding: 0 0 0 2em;
  box-sizing: border-box;
  width: calc(100% - 12em);
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 560px) {
  #newsList dl dd {
    width: auto;
    padding: 0 0 0 1em;
    text-indent: 0;
  }
}

#newsList dl dd::before {
  content: "－";
  display: inline-block;
  width: 1.5em;
  color: #6E5713;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  #newsList dl dd::before {
    display: none;
  }
}


a.modalOpen {
  text-decoration: underline;
}

a.modalOpen:hover {
  text-decoration: none;
  cursor: pointer;
}

#modalOverlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.popup {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
  max-height: 80vh;  
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.popupContent {
  max-height: 80vh;
  overflow-y: auto;
  padding: 2em 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.popup .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1002;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup .closeBtn a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.popup .closeBtn a:hover {
  color: #000;
}


.popupContent img {
  display: block;
  max-width: 100%;
  border-radius: 0.5em;
  box-sizing: border-box;
}


/*================================================
  #serviceList
================================================*/

#service {
  background: rgba(231,228,221,0.3);
}

#serviceList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5vw 2vw;
  list-style: none;
  padding: 0.5vw;
}
@media only screen and (max-width: 560px) {
  #serviceList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5vw 2vw;
    width: 90%;
    margin: auto;
  }
}

#serviceList li {
  background: #FFF;
  box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.3);
  border-radius: 1em;
  position: relative;
  margin-top: 15%;
}
@media only screen and (max-width: 560px) {
  #serviceList li {
    margin-bottom: 20px;
  }
}

#serviceList li img.serviceListIcon {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 17%;
}
@media only screen and (max-width: 1080px) {
  #serviceList li img.serviceListIcon {
    top: -5%;
  }
}

#serviceList li dl {
  box-sizing: border-box;
  padding: 8% 2em 0.5em 2em;
}

#serviceList li dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 1em 0;
  text-align: center;
  font-size: 1.5em;
}

#serviceList li dd {
}

#serviceList li dd.serviceListPhoto {
  margin-bottom: 1.5em;
}

#serviceList li dd.serviceListPhoto img {
  width: 100%;
  display: block;
  border-radius: 0.75em;
}

#serviceList li .catchcopy {
  font-size: 1.2em;
  text-align: left;
  margin: 0 0 1.25em 0;
  padding: 0;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  font-weight: 800;
}
@media only screen and (max-width: 560px) {
  #serviceList li .catchcopy {
    font-size: 1.5em;
  }
}

#serviceList li .catchcopy i {
  font-style: normal;
  background: linear-gradient(transparent 70%, rgba(188,29,55,0.3) 70%);
}

#serviceList .serviceListLinkArea {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4em);
  background: #EBEBEB;
  padding: 1em;
  font-size: 0.9em;
  border-radius: 1em;
}
@media only screen and (max-width: 560px) {
  #serviceList .serviceListLinkArea {
    position: static;
    transform: none;
    width: auto;
    border-radius: 0 0 1em 1em;
  }
}


#serviceList .serviceListLinkArea p {
  margin: 0 0 0.5em 0;
  letter-spacing: 0;
}

#serviceList .serviceListLinkArea .small {
  color: #c6171f;
  text-align: center;
}

#serviceList .serviceListLinkArea .moreInformation {
  margin: 0 auto;
  font-size: 1.5em;
  white-space: normal;
}



/*================================================
#foreignworker
================================================*/

#foreignworker {
  background: url("../img/bg05.gif") repeat;
}

.foreignworkerCaption {
  overflow: hidden;
}


.foreignworkerCaption img {
  float: right;
  border-radius: 10px;
  margin: 0 0 1em 1em;
  width: 40%;
  max-width: 300px;
}

.foreignworkerCaption p:first-of-type {
  margin-top: 0;
}


#foreignworkerServiceList {
  counter-reset: step;
  list-style: none;
  padding: 0 2em;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 560px) {
  #foreignworkerServiceList {
    padding: 0 0 0 5vw;
  }
}


#foreignworkerServiceList li {
  counter-increment: step;
  position: relative;
  background: #FFF;
  border-left: 6px solid #1b4e77;
  padding: 1em 40px 1em 60px;
  margin: 30px auto;
  border-radius: 0 12px 12px 0;
  font-size: 1.2em;
  line-height: 1.6;
  transition: transform 0.2s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 560px) {
  #foreignworkerServiceList li {
    padding: 0.75em 1em 0.75em 40px;
  }
}

#foreignworkerServiceList li::before {
  content: counter(step);
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #1b4e77;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#workSpaceList {
  margin-top: 1.5em;
}
@media only screen and (max-width: 560px) {
  #workSpaceList {
    margin-bottom: 2em;
  }
}


#workSpaceList li {
  display: inline-block;
  background: #1b4e77;
  color: #FFF;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  border-radius: 5px;
  margin: 0.25em 0.5em 0.25em 0;;
  
}

#advantageList {
  display: flex;
  justify-content: center;
  gap: 3vw;
  list-style: none;
  padding: 0 2vw;
  margin: 40px auto;
}
@media only screen and (max-width: 560px) {
  #advantageList {
    flex-direction: column;
    width: 90%;
  }
}

#advantageList li {
  flex: 1;
  background: #ffffff;
  border-radius: 15px;
  padding: 2vw 1em;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  position: relative;
  font-size: 1.2em;
  line-height: 1.75em
}
@media only screen and (max-width: 560px) {
  #advantageList li {
    padding: 2vw 1em 5vw 1em;
  }
}

#advantageList li::before {
  display: block;
  margin: 0 auto 2vw auto;
  content: "";
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  #advantageList li::before {
    margin: 1em auto;
    content: "";
    height: 60px;
  }
}

#advantageList li:nth-child(1)::before { background-image: url("../img/advantageListcon1.png"); }
#advantageList li:nth-child(2)::before { background-image: url("../img/advantageListcon2.png"); }
#advantageList li:nth-child(3)::before { background-image: url("../img/advantageListcon3.png"); }

#flow {
  counter-reset: step;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 auto;
  list-style: none;
}

#flow li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}

#flow li::before {
  counter-increment: step;
  content: counter(step);
  flex-shrink: 0;
  width: 2em;
  height: 1.8em;
  background: #1b4e77;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5em;
}

#flow li dl {
  margin: 0;
  padding: 0;
}

#flow li dt {
  font-weight: 700;
  color: #1b4e77;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  padding-top: 0.5em;
}

#flow li dd {
  margin: 0;
  color: #333;
  line-height: 1.6;
}

/*================================================
#about
================================================*/

#about {
  background:  url("../img/aboutBg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}



/*================================================
  #footer
================================================*/

#footer {
  background:  url("../img/bg02.jpg") repeat;
  padding: 120px 0 110px 0;
}
@media only screen and (max-width: 560px) {
  #footer {
    padding: 50px 0;
  }
}

#footerCaption {
  display: block;
  width: 100%;
  max-width: 900px;
  color: #FFF;
  text-align: center;
  margin: auto;
  font-weight: 700;
  padding: 0.75em;
  color: #1b4e77;
  background: #FFF;
  font-size: 1.6em;
}
@media only screen and (max-width: 560px) {
  #footerCaption {
    width: 80%;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
}

.footerInner {
  width: 100%;
  margin: 60px auto 0 auto;
  box-sizing: border-box;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .footerInner {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}


#footer ul#telMail {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  align-items: center;
  margin: auto;
  width: fit-content;
}
@media only screen and (max-width: 560px) {
  #footer ul#telMail {
    flex-direction: column;
  }
}

#footer ul#telMail li {
  margin: 0 2em;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  #footer ul#telMail li {
    margin: 0.25em 0;
    padding: 0;
  }
}

#footer ul#telMail li dl {
  margin: 0 auto;
  padding: 0;
  display: table;
  font-size: 1.8em;
  letter-spacing: 0;
}
@media only screen and (max-width: 560px) {
  #footer ul#telMail li dl {
    margin: auto !important;
    font-size: 1.4em;
  }
}

#footer ul#telMail li dt {
  margin: 0;
  padding: 0 0.5em 0 0;
  display: table-cell;
  vertical-align: middle;
}

#footer ul#telMail li dt img {
  width: 2em;
  vertical-align: middle;
}

#footer ul#telMail li dd {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

#footer ul#telMail li dd a {
  text-decoration: none;
  color: #FFF;
}

#footer ul#telMail li:hover {
  opacity: 0.7;
}



.copyright {
  background: #1b4e77;
  text-align: center;
  padding: 1.5em 0;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 560px) {
  .copyright {
  }
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 560px) {
  #toTop {
    bottom: 10px;
    right: 10px;
  }
}

#toTop a {
  display: block;
}
@media only screen and (max-width: 560px) {
  #toTop a {
  }
}

#toTop a img {
  display: block;
  width: 100px;
}
@media only screen and (max-width: 560px) {
  #toTop a img {
    width: 80px;
  }
}

#toTop a:hover {
  top: -2px;
  position: relative;
}


/** DeviceControl **/

.pcBlock {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .pcBlock {
      display: inline;
  }
}

.mobileBlock {}
@media only screen and (max-width: 560px) {
  .mobileBlock {
      display: block;
  }
}

.underTabBlock {}
@media only screen and (max-width: 1080px) {
  .underTabBlock {
      display: block;
  }
}

.mobileInline {}
@media only screen and (max-width: 560px) {
  .mobileInline {
      display: inline;
  }
}

.underTabInline {}
@media only screen and (max-width: 1080px) {
  .underTabInline {
      display: inline;
  }
}

.mobileNone {}
@media only screen and (max-width: 560px) {
  .mobileNone {
      display: none;
  }
}

.forUnderTab {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .forUnderTab {
      display: block !important;
  }
}

.forPcOnly {}
@media only screen and (max-width: 1080px) {
  .forPcOnly {
      display: none !important;
  }
}

.forPcTab {}
@media only screen and (max-width: 560px) {
  .forPcTab {
      display: none !important;
  }
}

.forTabOnly {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .forTabOnly {
      display: block;
  }
}
@media only screen and (max-width: 560px) {
  .forTabOnly {
      display: none;
  }
}

.forMobileOnly {
  display: none !important;
}
@media only screen and (max-width: 560px) {
  .forMobileOnly {
      display: block !important;
  }
}




#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	color: #fff;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

#splash_text svg {
    height: 2px;
}

.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #1b4e77;
    transition: all .5s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}

.loader_cover-up {
    transform-origin: center top;
}

.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}

.coveranime {
    transform: scaleY(0);
}
