@charset "UTF-8";

html {
  font-size: 62.5%;
  min-width: 320px;
}
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif, "HiraginoSans-W3", "HiraginoSansW6", "HiraKakuProN-W3", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
  color: #4e4e57;
  font-size: 1.6rem;
  line-height: 1.4;
}
a:link {
  color: #222;
  text-decoration: none;
  display: inline-block;
    -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #222;
}
a:hover {
  color: #3591e6;
}
h1 {
  color: #fff;
  font-size: 12rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
h2 {
  color: #222;
  font-size: 6rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
h3 {
  color: #222;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
h4 {
  color: #222;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
p {
  color: #4e4e57;
  line-height: 1.6;
}
img {
  display: block;
  width: 100%;
}
/*---------- header ----------*/

.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  transition: 0.5s;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.nav-items__item {
  font-weight: bold;
  text-align: center;
}
.header__hamburger {
  width: 48px;
  height: 100%;

}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}


/*---------- main ----------*/

main.top-bg {
  position: relative;
  min-height: 100%;
  height: 100%;
  background-image: url(../image/bg_top.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; 
}
.page-title .colorTop {
  background: linear-gradient(-45deg, rgba(53, 145, 230, 1), rgba(46, 211, 216, 1));  
  color: #fff;
  padding: 0 1rem;
  margin-right: 0.5rem;
}


.title__inner {
  margin: 0 auto;
  height: 365px;
  width: 100%;
  max-width: 1088px;
  padding: 0 1rem;
}
.title__area {
  margin-top: 170px;
}
.company-page .title__area {
  background: linear-gradient(-45deg, rgba(53, 145, 230, .8), rgba(46, 211, 216, .8)),
  url(../image/bg_company.jpg);
  background-position: 50% 65%;
  background-size: cover;
}
.service-page .title__area {
  background: linear-gradient(-45deg, rgba(53, 145, 230, .8), rgba(46, 211, 216, .8)),
  url(../image/bg_service.jpg);
  background-position: 50% 65%;
  background-size: cover;
}
.page__title .title__area h1 {
  line-height: 1;
  font-family: 'M PLUS 1p', sans-serif, "HiraginoSans-W3", "HiraginoSansW6", "HiraKakuProN-W3", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
}
.page__title.top-page h1 {
  line-height: 1.5;
  color: #4e4e57;
  font-size: min(4vw,5rem);
  font-family: inherit;
}
.page__title .title__area .sub-title {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: 'M PLUS 1p', sans-serif, "HiraginoSans-W3", "HiraginoSansW6", "HiraKakuProN-W3", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
}
.title__area .sub-title::before {
  margin-bottom: 3rem;
}
.page-title {
  padding-top: 11rem;
}
.page__container {
  margin: 0 auto;
  width: 80%;
  max-width: 1088px;
  padding: 20rem 0;
}
.page__container.company {
  padding: 20rem 0 0;
}
.page__container.company:last-of-type {
  padding: 20rem 0;  
}
h2.title__container {
  padding-bottom: 3.5rem;
}
.page__container p {
  margin-bottom: 1rem;
}
.page__container p:last-child {
  margin-bottom: 0;
}
.catchtext {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.companyList {
  display: flex;
  width: 100%;
}
.companyList-dt {
  border-bottom: solid 1px #3591e6;
  padding: 3rem 2rem;
  width: 20%;
  font-weight: bold;
}
.companyList-dd {
  border-bottom: solid 1px #e1e1e1;
  padding: 3rem 2rem;
  width: 80%;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}
.color.title__area {
  margin: 0 0 6rem 0;
}
.color .page-title {
  text-align: center;
  padding: 0;
  position: relative;
}
.color .page-title h2 {
  color: #3591e6;
}
.color .sub-title {
  font-weight: bold;
  color: #4e4e57;
}
.color .title__inner {
  height: inherit;
}
.title-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 4rem;
}
.viewMoreLink:link {
  margin-left: 3rem;
  color: #3591e6;
  font-weight: bold;
  transition: 0.5s;
}
.viewMoreLink:visited {
  color: #3591e6;  
}
.viewMoreLink{
  position: relative;
  display: block;
  color: #3591e6;
  padding: 0 5rem 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.viewMoreLink::before,
.viewMoreLink::after{
  position: absolute;
  top: -1rem;
  right: -10rem;
  bottom: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.viewMoreLink::before{
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #3591e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.viewMoreLink::after{
  top: -9px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3591e6;
  border-right: 2px solid #3591e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.viewMoreLink:hover::before{
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #3591e6;
  background: #3591e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -1rem;
}
.viewMoreLink:hover::after{
  top: -9px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-container-inner {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}
.top-container-inner .imageArea {
  box-shadow: 0px 0px 20px 10px rgb(119 119 119 / 50%);
  width: 60%;
}
.top-container-inner .textArea {
  width: 40%;
}
.top-container-inner .imageArea + .textArea {
  margin-left: 5rem;
}
.top-container-inner .textArea + .imageArea {
  margin-left: 5rem;
}
.container-title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.container-title img {
  height: 65px;
  width: auto;
  margin-right: 2rem;
}
.top-container-inner .title-bottom {
  justify-content: start;
  margin-top: 3rem;
}
.top-container-inner .title-bottom .viewMoreLink {
  margin-left: 0; 
}
.page__container.top.wide {
  max-width: inherit;
  width: 100%;
  padding: 30rem 0 0;
}
.page__container.top.wide {
  max-width: inherit;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.page__container.top.wide .bkArea {
  padding: 30rem 0 0;
  background: linear-gradient(-45deg, rgba(53, 145, 230, .8), rgba(46, 211, 216, .8)),
  url(../image/bg_company.jpg);
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page__container.top.wide .wide__inner {
  margin: -20rem auto 0;
  width: 80%;
  max-width: 1088px;
  padding: 15rem 5rem;
  background-color: #fff;  
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__container.top.wide .wide__inner .imageArea {
  width: 50%;
}
.serviceLink {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
.serviceLink a {
  width: 30%;
  background-color:#fff;
  border-radius: 3rem;
  box-shadow: 0px 0px 15px 15px rgb(119 119 119 / 10%);
  padding: 6rem 3rem;
  position: relative;
}
.serviceLink a:hover {
  box-shadow: 0px 0px 15px 15px rgb(119 119 119 / 20%);  
}
.serviceLink .catchtext {
  font-weight: bold;
  text-align: center;
}
.serviceLink img {
  height: 90px;
  width: auto;
  margin: 3rem auto; 
}
.dli-chevron-down {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  color: #4e4e57;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: relative;
  top: 1rem;;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.serviceLink a:hover .dli-chevron-down {
  top: 2rem;
}
.serviceTopic {
  position: relative;
}
.page__container.service01,
.page__container.service02,
.page__container.service03 {
  max-width: inherit;
  width: 90%;
  padding: 15rem 0 20rem;
}
.page__container.service01 .serviceTopic-image,
.page__container.service03 .serviceTopic-image {
  width: 70vw;
  margin: 0 0 0 auto;
}
.page__container.service02 .serviceTopic-image {
  width: 70vw;
  margin: 0 auto 0 0;
}
.serviceTopic-title {
  padding: 6rem;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -10rem;
  background-color: #fff;
  width: 60rem;
}
.serviceTopic-title img {
  height: 6.5rem;
  width: auto;
  margin-right: 2rem;
}
.serviceNum {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg) translate(100%, 0%);
  transform: rotate(90deg) translate(100%, 0%);
  color: #bfbfbf;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
}
.service01 .serviceNum,
.service03 .serviceNum {
  left: -6rem;
  top: -36rem;
}
.service02 .serviceNum {
  right: -6rem;
  top: -36rem;
}
.serviceNum-text {
  color: #bfbfbf;
  font-size: min(4vw,4.5rem);
  font-weight: bold;
  margin-left: 2rem;
}
.serviceNum::before {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  background-color: #bfbfbf;
}
.serviceText {
  margin: 10rem auto 0 6rem;
  width: 70vw;
}
.decoTitle {
  width: 70vw;
  border-bottom: solid 2px #3591e7;
  margin: 0 0 5rem 6rem;
  padding-bottom: 5px;
}
.serviceInfo {
  margin: 10rem 0;
}
.serviceInfo:last-of-type {
  margin: 10rem 0 0;  
}
.text-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  margin: 0 0 0 6rem;
}
.text-inner {
  width: 30%;
  margin-bottom: 4rem;
}
.performance {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  background-color: #f4f4f6;
  padding: 6rem;
  box-shadow: 0px 0px 10px 10px rgb(119 119 119 / 5%);
  margin-bottom: 4rem;
}
.performance:last-of-type {
  margin-bottom: 0;
}
.performanceArea {
  margin: 0 0 0 5rem;
}
.companyLink {
  margin: 0 0 0 1.5rem;  
}
.companyLink:hover img{
  opacity: .5;
}
.detail-left {
  padding-right: 5rem;
  display: flex;
  flex-wrap: wrap; 
  width: 40%;
}
.detail-right {
  width: 60%;
}
.companyName {
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
.companyGyenre {
  margin-bottom: 2rem;
  width: 100%;
}
.companyGyenre span {
  font-weight: bold;  
}
.companyImage {
  width: 100%;  
}
.photoImage {
  margin-bottom: 2rem;
}
.logoImage {
  background-color: #fff;
  padding: 5rem;
}
.logoImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textBox {
  margin-bottom: 2rem;
}
.textBox .catchtext {
  font-weight: bold; 
  font-size: 1.6rem;
}
.textBox:last-of-type {
  margin-bottom: 0;
}

/*---------- footer ----------*/
.footer__inner {
  position: relative;  
}
.footer__inner::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  border: 3rem solid transparent;
  border-top: 3rem solid #fff;
}
.contact-title h2,.contact-title p{
  color: #fff;
  line-height: 1;
}
.sub-title {
  font-size: 2.4rem;
  line-height: 1;
}
.contact-tel a {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-btn a {
  border-radius: 5rem;
  padding: 1.5rem 0;
  background-color: #2ed3d8;
  color: #fff;
  text-align: center;
  width: 100%;
}
.contact-btn a:visited {
  color: #fff;
}
.contact-btn a:hover{
  opacity: .8;
  color: #fff;
}
.copyright-left img {
  width: 95px;
  height: auto;
}
.footer__copyright {
  border-top: solid 1px #fff;
}
.footer__copyright p,
.copyright-right small{
  font-size: 1.2rem;
  color: #b5b5b5;
}
.copyright-items__item a {
  font-size: 1.2rem;
  color: #b5b5b5;
}
.copyright-items__item a:hover {
  opacity: .8;
}
.footer__contact,
.footer__copyright{
  background-color: #022a4e;
}



/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 768px) {

/*---------- header ----------*/
.header__inner {
  height: 170px;
  padding: 6rem 5rem;
}
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
  }
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: end;
  }
  .nav-items__item {
    margin-left: 5rem;
    font-size: 1.4rem;
    color: #3591e6;
  }
  .nav-items__item.current {
    border-bottom: solid 1px #3591e6;   
  }
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
  .nav-items__item a {
    position: relative;
  }
  .hamburger {
    display: none;
  }
  .scroll-nav {
    background-color: rgb(255 255 255 / 80%);
  }
  .scroll-nav .header__inner {
    height: inherit;
    padding: 1rem 5rem;
  }
/*---------- main ----------*/

.pcDisNon {
  display: none!important;
}

.accessInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accessInfo .access {
  width: 50%;
}
.accessInfo .accessMap {
  width: 50%;
}
.top-page .title__inner {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0 0;
  height: auto;
}
.top-page .page-title {
  width: 90%;
  position: absolute;
  top: 10rem;
  left: 10px;
  padding: 0;
}
.top-page .top-image {
  max-width: 600px;
  width: 60%;
}
.text-container::after {
display: block;
content:"";
width: 30%;
}

/*---------- footer ----------*/
.contact__inner {
  margin: 0 auto;
  width: 80%;
  max-width: 1088px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 9rem 0;
}
.sub-title {
  margin-bottom: 2rem;
}

.contact-title h2 {
  margin-bottom: 2rem;
}
.contact-tel a {
  pointer-events: none;
  font-size: 4.4rem;
}
.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 6rem 0 0 5rem;
}
.contact-btn {
  margin-left: 3rem;
  width: 30rem;
}
.contact-tel img {
  width: 28px;
  height: auto;
  margin-right: 1rem;
}
.copyright__inner {
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1088px;
}
.copyright-left {
  display: flex;
  align-items: end;
  margin-right: 3rem;
}
.copyright-right {
  padding-top: 1rem;
}
.copyright-right,
.copyright-items {
  display: flex;
  align-items: end;
  justify-content: space-between; 
  flex-wrap: wrap;
}
.copyright-items__item {
  margin-right: 3rem;
}
.copyright-left img {
  margin-right: 2rem;
}

}

/*==========================================================================
■ Tab版のみ768px～1024pxまで
==========================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
/*---------- header ----------*/
/*---------- main ----------*/
.top-container-inner {
  flex-wrap: wrap;
  margin-top: 10rem;
}
.top-container-inner .imageArea {
  width: 100%;
}
.top-container-inner .textArea {
  width: 100%;
}
.top-container-inner .imageArea + .textArea {
  margin: 3rem 0 0;
}
.title-bottom {
  flex-wrap: wrap;
  height: 8rem;
}
.title-bottom p {
  width: 100%;
}
.title-bottom .viewMoreLink {
  margin-left: 0;
}
.container-title img {
  height: 50px;
  width: auto;
  margin-right: 1rem;
}
.container-title {
  margin-bottom: 2rem;
}
.top-container-inner .textArea .title-bottom {
  height: 4rem;
}
.top-container-inner.reverse {
  flex-direction: column-reverse;
}
.top-container-inner .textArea + .imageArea {
    margin: 0 0 3rem;
}
.page__container.top.wide .wide__inner {
  margin: -10rem auto 0;
  width: 90%; 
  padding: 10rem 0;
  flex-direction: column-reverse;
}
.page__container.top.wide .wide__inner .imageArea {
  width: 80%;
  margin-top: 3rem;
}
.color.title__area {
    margin: 0 0 2rem 0;
}
.page__container {
  width: 95%;
}
.serviceTopic-title {
  margin-left: 6rem;
  width: 100%;
}

/*---------- footer ----------*/

.contact-tel {
  margin-bottom: 1rem;
}
.contact-tel a {
  font-size: 3.4rem;
}


}


/*==========================================================================
■ SP版のみ768pxまで
==========================================================================*/
@media screen and (max-width: 767.98px) {
body {
  font-size: 1.4rem;
}
h1 {
  font-size: 6.8rem;
}
h2 {
  font-size: 5.2rem;
}
h3 {
  font-size: 4rem;
}
h4 {
  font-size: 3rem;
}



/*---------- header ----------*/
.header__inner {
  padding: 1rem 1rem;
}
.header__nav {
  padding: 10rem 0 0 0; 
}
.nav-items__item {
  margin: 0 0 3rem 0;
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
/*---------- main ----------*/
.spDisNon {
  display: none!important;
}

.title__area {
  margin-top: 75px;
}
.top-page .page-title {
  padding: 3rem 0;
}
.top-page h1 {
  font-size: 9.5vw;
}
.title__inner {
  height: 300px;
}
.top-page .title__inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  height: inherit;
}
.page__container {
  margin: 0 auto;
  width: 90%;
  padding: 10rem 0;
}
.page__container:last-of-type {
  padding: 10rem 0;  
}
.page__container.company {
  padding: 10rem 0 0;
}
.page__container.company:last-of-type {
  padding: 10rem 0;  
}
h2.title__container {
  padding-bottom: 2rem;
}
.page__container p:last-of-type {
  margin-bottom: 1rem;
}
.page__container p:last-of-type {
  margin-bottom: 0;
}
.catchtext {
  font-size: 2rem;
  margin-bottom: .8rem;
}
.companyList-dt {
  padding: 2rem 1rem;
  width: 35%;
}
.companyList-dd {
  padding: 2rem 1rem;
  width: 65%;
}
.accessInfo .access {
  margin-bottom: 3rem;
}
.top-container-inner {
  flex-wrap: wrap;
  margin-top: 3rem;
}
.top-container-inner .imageArea {
  width: 100%;
}
.top-container-inner .textArea {
  width: 100%;
}
.top-container-inner .imageArea + .textArea {
  margin: 7rem 0 0;
}
.title-bottom {
  flex-wrap: wrap;
  height: 8rem;
}
.title-bottom p {
  margin-bottom: 3rem;
  width: 100%;
}
.title-bottom .viewMoreLink {
  margin-left: 0;
}
.container-title img {
  height: 50px;
  width: auto;
  margin-right: 1rem;
}
.container-title {
  margin-bottom: 2rem;
}
.top-container-inner .textArea  .title-bottom {
  height: 4rem;
}
.top-container-inner.reverse {
  flex-direction: column-reverse;
}
.top-container-inner .textArea + .imageArea {
  margin: 0 0 3rem;
}
.page__container.top.wide .bkArea {
  padding: 20rem 0 0;
}
.page__container.top.wide .wide__inner {
  margin: -10rem auto 0;
  width: 90%; 
  padding: 10rem 0;
  flex-direction: column-reverse;
}
.page__container.top.wide .wide__inner .imageArea {
  width: 80%;
  margin-top: 3rem;
}
.color.title__area {
    margin: 0 0 2rem 0;
}
.serviceLink {
  flex-wrap: wrap;
  justify-content: center;
}
.serviceLink a {
  width: 40%;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 10px rgb(119 119 119 / 10%);
  padding: 3rem 1rem;
  margin: 1rem;
}
.serviceTopic-title {
  padding: 3rem 3rem 0 0;
  width: 80%;
}
.service02 .serviceTopic-title {
  padding: 3rem 0 0 3rem;
  right: 0;
  justify-content: flex-end;
}
.serviceTopic-title img {
  height: 3.5rem;
  width: auto;
}
.page__container.service01 .serviceTopic-image,
.page__container.service03 .serviceTopic-image {
  width: 100%;
  margin: 0 0 0 auto;
  left: 5%;
  position: relative;
}
.page__container.service02 .serviceTopic-image {
  width: 100%;
  margin: 0 0 0 auto;
  right: 5%;
  position: relative;
}
.serviceTopic-title h2 {
  font-size: 10vw;
}
.serviceTopic-title {
  bottom: -5rem;
}
.service01 .serviceNum, 
.service03 .serviceNum {
  left: -8rem;
  top: -17rem;
}
.service02 .serviceNum {
  right: -8rem;
  top: -17rem;
}
.serviceNum::before {
  width: 4rem;
}
.page__container.service01, 
.page__container.service02, 
.page__container.service03 {
  padding: 7rem 0;
}
.serviceText {
  margin: 6rem 0 0;
  padding: 0;
  text-align: justify;
  width: 100%;
}
.decoTitle {
  margin: 0 0 3rem;
  width: 100%;
}
.text-container {
  margin: 0;
}
.serviceInfo {
  margin: 3rem 0;  
}
.serviceInfo:last-of-type {
  margin: 3rem 0 0;   
}
.text-inner {
  width: 100%;
  margin-bottom: 3rem;
}
.performanceArea {
  margin: 0;
}
.performance {
  padding: 2rem;
  margin-bottom: 3rem;
}
.companyName {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.detail-left {
  padding: 0;
  width: 100%;
}
.detail-right {
  margin-top: 3rem;
  width: 100%;  
}

/*---------- footer ----------*/
.footer__copyright {
  padding: 2rem 5%;
}
.sub-title {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer__contact{
  padding: 5rem 5%;
}
.contact-title h2 {
  margin-bottom: 1rem;
}
.sub-title::before {
  margin-bottom: 1rem; 
}
.contact-link {
  margin-top: 3rem;
}
.contact-tel {
  margin-bottom: 1rem;  
}
.contact-tel a {
  font-size: 2rem;
}
.contact-tel img {
  width: 20px;
  height: auto;
  margin-right: 0.5rem;
}
.contact-tel a {
  border-radius: 5.6rem;
  padding: 1.2rem 0;
  background-color: #3592e8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-tel a:visited {
  color: #fff;
}
.contact-tel a:hover{
  opacity: .8;
  color: #fff;
}
.contact-btn a{
  padding: 1.2rem 0;
  font-size: 2rem;
  border-radius: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-left {
  display: flex;
  align-items: flex-end;
}
.footer__copyright p {
  padding-left: 2rem;
}
.copyright-items {
  display: flex;
  align-items: flex-end;  
  margin: 1rem 0 3rem;
}
.copyright-items__item {
  padding-right: 2rem;
}
}
