html {
  scroll-behavior: smooth;
  background-color: #FFFFFF;
  height: auto;
}
body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #000000;
  height: auto;
}

.hamburger-menu {
  display: none;
}


a {
  text-decoration: none;
  color: #000000;
}
.menu {

}

.menu .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 0rem;
  transform:rotateZ(0.03deg);
}

.menu li {
  padding: 5px 15px;
  pointer-events: none;  
}

.menu li a {
  color: #000000;
  text-decoration: none;
  pointer-events: auto;
}
.menu li:hover {
  background-color: #5baadb;
  color: #FFFFFF;
  border-radius: 5px;
}
.menu li:hover a {
  color: #FFFFFF;
}


.main {

}
section {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wraper-large {
  width: 80%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
  transform:rotateZ(0.03deg);
}
.maintxt {
  text-align: justify;
  transform:rotateZ(0.03deg);
}
.wraper-large h2 {
  line-height: 1;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 2rem;

}

.wraper-large h2 .eng-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
}
.wraper-large .bulesqu {
  position: relative;
}

.header {
  margin: 1.5rem 0;
}
.header h1 {
  font-weight: 400;
  font-size: 2.2rem;
}
.header .headnavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 80%;
}
.header h1 {
  margin-left: 0rem;
}

#main-view {
  background-color: #FFFFFF;
  padding-top: 0;
}
#main-view  .wraper-large {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#main-view .wraper-large .left-catchcopy {
  width: 28%;
  position: relative;
  background-size: 4px 4px;
  border-radius: 0 10px 10px 0;
  background: repeating-linear-gradient(-45deg, rgba(164,217,221,0.5), rgba(164,217,221,0.5) 2px, #FFFFFF 2px, #FFFFFF 5px);
}
#main-view .wraper-large .left-catchcopy .lefcc-fle {
  position: absolute;
  top: 6%;
  right: 20%;
  width: 45%;  
}
#main-view .wraper-large .left-catchcopy .lefcc1 {
  width: 100%;
}
#main-view .wraper-large .right-image {
  width: 70%;
}
#main-view .wraper-large .right-image img {
  width: 100%;
}
#main-view .maincap {
  text-align: right;
  width: 80%;
  margin-left: auto;
  margin-right: 1rem;
}

#business {
  background-color: #FFFFFF;
  padding-bottom: 4rem;
}
#business .wraper-large h2 {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
#business .wraper-large h2::before {
  content: '';
  width: 10px;
  height: 100%;
  border-radius: 0px;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#business .wraper-large .busi-main {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
#business .wraper-large .busi-main .maintxt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#business .wraper-large .busi-main .bulesqu {
  text-indent: 1.5rem;
  font-size: 1.5rem;
}
#business .wraper-large .busi-main .bs-bun {
  text-indent: 1.7rem;
  margin-bottom: 0.5rem;
}
#business .wraper-large .bulesqu::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 1px;
  display: block;
  position: absolute;
  left: 0.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#business .wraper-large .busi-main .busi-so2busi {
  text-indent: 1.7rem;
  transform:rotateZ(0.03deg);
}
#business .wraper-large .busi-img-box .busicap {
  text-align: center;
}

.main  article.bgstripe {
  background: repeating-linear-gradient(-45deg, rgba(164,217,221,0.5), rgba(164,217,221,0.5) 2px, #FFFFFF 2px, #FFFFFF 5px);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#company {
  padding-bottom: 2rem;
}
#company .wraper-large h2 {
  width: 100%;
  margin: 0 auto 1.5rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
#company .wraper-large h2::before {
  content: '';
  width: 10px;
  height: 100%;
  border-radius: 0px;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#company .wraper-large .cp-info {
  background-color: #ffffff;
  border: 1px solid #68c8e8;
  width: 100%;
  margin: 0 auto;
}
#company .wraper-large .cp-info .cp-dl {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 0rem;
  justify-content: center;
  transform:rotateZ(0.03deg);
}
#company .wraper-large .cp-info .cp-dl .cp-dt {
  width: 20%;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  padding: 1.2em 1em 1em 0;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
#company .wraper-large .cp-info .cp-dl .cp-dd {
  width: 70%;
  margin: 0;
  padding: 1em 1em 1em 3em;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  line-height: 2.7rem;
  line-height: 1.8;
  text-align: justify;
}
#company .wraper-large .cp-info .cp-dl .cp-dt:last-of-type {
  border-bottom: none;
}
#company .wraper-large .cp-info .cp-dl .cp-dd:last-of-type {
  border-bottom: none;
}

#groupcampany {

}
#groupcampany .wraper-large h2 {
  display: flex;
  width: 100%;
  padding-left: 1.5rem;
  flex-direction: column;
}
#groupcampany .wraper-large h2::before {
  content: '';
  width: 10px;
  height: 100%;
  border-radius: 0px;
  display: block;
  position: absolute;
  left: -0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#groupcampany .wraper-large img {
  width: 45%;
  height: auto;
}
#groupcampany .wraper-large .gc-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#groupcampany .wraper-large .gc-main .gc-bun {
  width: 50%;
  transform:rotateZ(0.03deg);
}
#groupcampany .wraper-large .gc-main .gc-bun .maintxt {
  width: 100%;
  margin-bottom: 1rem;
}
#groupcampany .wraper-large .gc-main .gc-bun .bulesqu {
  text-indent: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
#groupcampany .wraper-large .gc-main .gc-bun .bulesqu::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 1px;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#groupcampany .wraper-large .gc-main .gc-bun .so2link {
  text-decoration: underline;
  transform:rotateZ(0.03deg);
}

#recruit {
  background-color: #FFFFFF;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
#recruit .rectitle {
  display: flex;
  align-items: flex-end;
  padding-left: 0rem;
}
#recruit .rectitle h2 {
  margin-bottom: 0;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
#recruit .wraper-large h2::before {
  content: '';
  width: 10px;
  height: 100%;
  border-radius: 0px;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#recruit .rectitle .rec-so2 {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 2rem;
  background-color: #5BAADB;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
#recruit .wraper-large .rec-so2 a {
  color: #FFFFFF;
  transform:rotateZ(0.03deg);
}
#recruit .wraper-large .maintxt {
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 1.5rem;
}
#business .wraper-large .busi-img-box,
#recruit .wraper-large .rec-img-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#business .wraper-large .busi-img-box figure,
#recruit .wraper-large .rec-img-box figure {
  width: 30%;
}

#contact {
  background-color: rgba(175,215,221,0.5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#contact .wraper-large h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  position: relative;
  margin-top: 0;
}
#contact .wraper-large h2::before {
  content: '';
  width: 80px;
  height: 10%;
  border-radius: 0px;
  display: block;
  position: absolute;
  left: 47%;
  top: 110%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #5BAADB;
}
#contact .wraper-large h2 span {
  margin-bottom: 0.5rem;
}
#contact .ct-fle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#contact .ct-fle .ct-gmap {
  width: 50%;
  border: 0.78px solid #BEBEBE;
}
#contact .ct-fle .ct-gmap iframe{
  width: 100%;
  height: 240px;
}
#contact .ct-fle .ct-info  {
  width: 45%;
  transform:rotateZ(0.03deg);
}
#contact .ct-fle .ct-info .ct-name {
  font-size: 1.5rem;
  font-weight: 400;
}
#contact .ct-fle .ct-info .ct-add {
  margin-top: 0.5rem;
}
#contact .ct-fle .ct-info .ct-add span {
  text-indent: 3.5rem;
  display: inline-block;
}
.footer {

}
.footer p {
  width: 80%;
  margin: 0 auto;
}

.pconly {
  display: block;
}
.sponly {
  display: none;
}
.pconly2 {
  display: block;
}
.sponly2 {
  display: none;
}
.mobileonly {
  display: none;
}
@media screen and (max-width:1200px){
  #main-view .wraper-large .left-catchcopy h1 {
    writing-mode: vertical-rl;
    position: relative;
    margin: 0.9rem;
    font-size: 2.5rem;
    font-weight: 400;
  }

  #main-view .wraper-large .left-catchcopy .lefcc-fle {
    position: absolute;
    top: 10%;
    right: 20%;
    width: 45%;
  }
  #contact .wraper-large h2::before {
    content: '';
    width: 80px;
    height: 10%;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 46%;
    top: 110%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #5BAADB;
  }

}

@media screen and (max-width:960px){

  .headnavi {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .header h1 {
    margin-left: 0rem;
    font-size: 1.5rem;
  }
  .menu .nav-list {
    margin-right: 0rem;
    font-size: 0.9rem;
  }
  #main-view .wraper-large .left-catchcopy .lefcc-fle {
    position: absolute;
    top: 10%;
    right: 20%;
    width: 45%;
  }

  #business .wraper-large .bulesqu:nth-of-type(4) {
    text-indent: 0;
    padding-left: 1.5rem;
  }
  #business .wraper-large .bulesqu:nth-of-type(4)::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0.3%;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #5BAADB;
  }
  #groupcampany .wraper-large {
    width: 80%;
  }
  #groupcampany .wraper-large img {
    width: 50%;
    height: auto;
  }
  #groupcampany .wraper-large .gc-main .gc-bun {
    width: 45%;
  }
  #contact .ct-fle .ct-info {
    width: 45%;
  }
}

@media screen and (max-width:768px){
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .hamburger-menu {
    display: block;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    top: 1vw;
    right: 0vw;
  }
  .bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 1;
  }
  
  
  .menu {
    display: block;
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    transition: right 0.3s;
    z-index: 10;
  }
  
  .menu .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  
  .menu li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  
  .menu li a {
    color: #333;
    text-decoration: none;
  }
  
  .menu.active {
    right: 0;
  }
  
  .bar.active:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .bar.active:nth-child(2) {
    opacity: 0;
  }
  
  .bar.active:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .headnavi {
    display: block;
  }
  .header h1 {
    font-weight: 400;
    font-size: 2.2rem;
    width: 90%;
    margin: 0;
  }
  #main-view .wraper-large .left-catchcopy {
    width: 25%;
  }
  #main-view .wraper-large .left-catchcopy .lefcc-fle {
    position: absolute;
    top: 7%;
    right: 10%;
    width: 50%;
  }

  #main-view .wraper-large .right-image {
    width: 70%;
  }
  #business .wraper-large .busi-main .bulesqu {
    text-indent: 1.5rem;
    font-size: 1.3rem;
  }
  #business .wraper-large .bulesqu:nth-of-type(4) {
    text-indent: 0;
    padding-left: 1.5rem;
  }
  #business .wraper-large .bulesqu:nth-of-type(4)::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0.3%;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #5BAADB;
  }
  #company .wraper-large h2 {
    width: 100%;
    margin: 0 auto 1.5rem;
    padding-left: 1.5rem;
  }
  #company .wraper-large .cp-info {
    background-color: #ffffff;
    border: 1px solid #68c8e8;
    width: 100%;
    margin: 0 auto;
  }
  #groupcampany .wraper-large .gc-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #groupcampany .wraper-large .gc-main .gc-bun {
    width: 100%;
  }
  #groupcampany .wraper-large h2 {
    width: 100%;
    padding-left: 1.5rem;
  }
  #groupcampany .wraper-large .gc-main .gc-bun .maintxt {
    width: 100%;
    margin-bottom: 1rem;
  }
  #groupcampany .wraper-large img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    margin-top: 1.5rem;
  }
  #contact .wraper-large h2::before {
    content: '';
    width: 70px;
    height: 10%;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 45%;
    top: 110%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #5BAADB;
  }
  #contact .ct-fle {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  #contact .ct-fle .ct-gmap {
    width: 100%;
  }
  #contact .ct-fle .ct-info {
    width: 100%;
  }
  #contact .ct-fle .ct-info .ct-add {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:760px) {
  .pconly2 {
    display: none;
  }
  .sponly2 {
    display: block;
  }
  #main-view .wraper-large .maincatch {
    position: relative;
  }
  #main-view .wraper-large .maincatch .lefcc-fle {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 17%;
  }
  #main-view .wraper-large .maincatch .lefcc1 {
    width: 100%;
  }
  #main-view .wraper-large .right-image {
    width: 100%;
  }
  #main-view .wraper-large .right-image img {
    width: 100%;
  }

}
@media screen and (max-width:560px){
  .hamburger-menu {
    top: 0vw;
    right: 1vw;
  }
  .wraper-large {
    width: 90%;
  }
  .wraper-large h2 {
    font-size: 1.5rem;
  }
  .header {
    margin: 1rem 0;
  }
  .header .headnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .header h1 {
    font-weight: 400;
    font-size: 1.6rem;
    width: 90%;
    margin: 0;
  }
  #main-view {
    padding-bottom: 0;
  }
  #main-view .wraper-large .maincatch {
    position: relative;
  }
  #main-view .wraper-large .maincatch .lefcc-fle {
    position: absolute;
    top: 5%;
    right: 6%;
    width: 18%;
  }
  #main-view .wraper-large .maincatch .lefcc1 {
    width: 100%;
  }
  #main-view .wraper-large .right-image {
    width: 100%;
  }
  #business .wraper-large .busi-main .maintxt {
    font-size: 1.2rem;
  }
  #business .wraper-large .busi-main .bulesqu {
    font-size: 1.2rem;
  }
  #business .wraper-large .bulesqu:nth-of-type(4) {
    text-indent: 0;
    padding-left: 1.5rem;
  }
  #business .wraper-large .bulesqu:nth-of-type(4)::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0.3%;
    top: 17%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #5BAADB;
  }
  #business .wraper-large .busi-main .busi-so2busi {
    text-indent: 0rem;
  }
  #business .wraper-large .busi-main .busi-so2busi li {
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
  #business .wraper-large .busi-img-box, 
  #recruit .wraper-large .rec-img-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  #business .wraper-large .busi-img-box figure,
  #recruit .wraper-large .rec-img-box figure {
    width: 100%;
    margin: 0.5rem 0;
  }
  #business .wraper-large .busi-img-box figure .busi-img,
  #recruit .wraper-large .rec-img-box figure .rec-img {
    width: 100%;
  }
  #company .wraper-large h2 {
    width: 100%;
  }
  #company .wraper-large .cp-info {
    width: 100%;
  }
  #company .wraper-large .cp-info .cp-dl {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 0rem;
    justify-content: center;
    flex-direction: column;
  }
  #company .wraper-large .cp-info .cp-dl .cp-dt {
    width: 50%;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 1.2em 1em 0em 1em;
    text-align: justify;
    font-weight: 500;
    border-bottom: none;
  }
  #company .wraper-large .cp-info .cp-dl .cp-dd {
    width: 100%;
    margin: 0;
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 2.7rem;
    line-height: 1.8;
    text-align: justify;
  }
  #groupcampany .wraper-large {
    width: 90%;
  }
  #groupcampany .wraper-large .gc-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #groupcampany .wraper-large .gc-main .gc-bun {
    width: 100%;
  }
  #groupcampany .wraper-large h2 {
    width: 100%;
    padding-left: 1.5rem;
  }
  #groupcampany .wraper-large .gc-main .gc-bun .maintxt {
    width: 100%;
    margin-bottom: 1rem;
  }
  #groupcampany .wraper-large .gc-main .gc-bun .bulesqu {
    text-indent: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  #groupcampany .wraper-large img {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  #recruit .rectitle {
    display: block;
  }
  #recruit .rectitle .rec-so2 {
    font-weight: 500;
    font-size: 1rem;
    margin-left: 1rem;
    background-color: #5BAADB;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    display: inline-block;
  }
  #contact .wraper-large h2 {
    width: 100%;
  }
  #contact .wraper-large h2::before {
    left: 43%;
    top: 110%;
  }
  #contact .ct-fle {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 4rem;
    flex-direction: column-reverse;
  }

  #contact .ct-fle .ct-gmap {
    width: 100%;
  }
  #contact .ct-fle .ct-info {
    width: 100%;
  }
  .mobileonly {
    display: inline-block;
  }
  .footer p {
    width: 90%;
  }
}
@media screen and (max-width:425px) {
  #main-view .wraper-large .maincatch .lefcc-fle {
    top: 8%;
    right: 5%;
    width: 15%;
  }
  #main-view .wraper-large .maincatch h1 {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }
  #main-view .wraper-large .maincatch .lefcc1 {
    width: 100%;
  }

  #contact .wraper-large h2::before {
    left: 41%;
    top: 110%;
  }

}

