html {
  overflow-x: hidden;
  font-size:16px;
}

.m10{margin:1rem;}
.m20{margin:2rem;}
.m30{margin:3rem;}
.m50{margin:5rem;}

.p10{padding:1rem;}
.p20{padding:2rem;}
.p30{padding:3rem;}
.p50{padding:5rem;}
	
.mb10{margin-bottom:1rem;}
.mb20{margin-bottom:2rem;}
.mb30{margin-bottom:3rem;}
.mb50{margin-bottom:5rem;}
.mb66{margin-bottom:6.66rem;}
.mb70{margin-bottom:7rem;}
.mb100{margin-bottom:10rem;}
.mb200{margin-bottom:20rem;}

.mt10{margin-top:1rem;}
.mt20{margin-top:2rem;}
.mt30{margin-top:3rem;}
.mt50{margin-top:5rem;}
.mt80{margin-top:8rem;}
.mt100{margin-top:10rem;}

.mt202{margin-top:20px;}

.mtb10{margin-top:1rem;margin-bottom:1rem;}
.mtb20{margin-top:2rem;margin-bottom:2rem;}
.mtb30{margin-top:3rem;margin-bottom:3rem;}
.mtb50{margin-top:5rem;margin-bottom:5rem;}
.mtb70{margin-top:7rem;margin-bottom:7rem;}
.mtb100{margin-top:10rem;margin-bottom:10rem;}
.mtb200{margin-top:20rem;margin-bottom:20rem;}

.mrl10{margin-right:1rem;margin-left:1rem;}
.mrl20{margin-right:2rem;margin-left:2rem;}
.mrl30{margin-right:3rem;margin-left:3rem;}
.mrl50{margin-right:5rem;margin-left:5rem;}

.mr20{margin-right:2rem;}

.ml10{margin-left:1rem;}
.ml20{margin-left:2rem;}
.ml30{margin-left:3rem;}

.pb10{padding-bottom:1rem;}
.pb20{padding-bottom:2rem;}
.pb30{padding-bottom:3rem;}
.pb40{padding-bottom:4rem;}
.pb50{padding-bottom:5rem;}
.pb60{padding-bottom:6rem;}
.pb70{padding-bottom:7rem;}
.pb100{padding-bottom:10rem;}

.ptb10{padding-top:1rem;padding-bottom:1rem;}
.ptb20{padding-top:2rem;padding-bottom:2rem;}
.ptb30{padding-top:3rem;padding-bottom:3rem;}
.ptb50{padding-top:5rem;padding-bottom:5rem;}
.ptb70{padding-top:7rem;padding-bottom:7rem;}
.ptb100{padding-top:10rem;padding-bottom:10rem;}

.prl10{padding-right:1rem;padding-left:1rem;}
.prl20{padding-right:2rem;padding-left:2rem;}
.prl30{padding-right:3rem;padding-left:3rem;}
.prl50{padding-right:5rem;padding-left:5rem;}

.pl10{padding-left:1rem;}
.pl20{padding-left:2rem;}

.pr10{padding-right:1rem;}
.pr20{padding-right:2rem;}
.pr30{padding-right:3rem;}
.pr40{padding-right:4rem;}

.pt10{padding-top:1rem;}
.pt20{padding-top:2rem;}
.pt30{padding-top:3rem;}
.pt50{padding-top:5rem;}
.pt70{padding-top:7rem;}
.pt100{padding-top:10rem;}
.pb100{padding-bottom:10rem;}
.pb200{padding-bottom:20rem;}
.gap0{padding-left:0px;padding-right:0px;}


.secP200{padding-top:15vw;padding-bottom:15vw;}
.secM15vw{margin-top:15vw;margin-bottom:15vw;}
.secM10vw{margin-top:10vw;margin-bottom:10vw;}




body {
  font-family: "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
/*  font-feature-settings: 'palt' 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  color: #000;
  overflow: hidden;}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; 
  color:#5A57B2;
}

a:focus, a:hover, a:active {
  outline: 0;
  
  text-decoration: none;
}
a, .button {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
::selection {
  color: #111;
  background: #DFDFDF;
  text-shadow: none;
}

::-webkit-selection {
  color: #111;
  background: #DFDFDF;
  text-shadow: none;
}

::-moz-selection {
  color: #111;
  background: #DFDFDF;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-feature-settings: 'palt' 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}

ul {
  margin: 0px;
  padding: 0px
}
ul li {
  list-style: none
}
p{margin:0;}

.text-center{text-align: center;}

.linkover {
  position: relative;
  transition:.3s all;
}
.linkover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.linkover:hover {
  filter:alpha(opacity=90);/* IE 6,7*/
  -ms-filter: "alpha(opacity=90)";/* IE 8,9 */
  -moz-opacity:0.9;/* FF , Netscape */
  -khtml-opacity: 0.9;/* Safari 1.x */
  opacity:0.9;
  zoom:1;/*IE*/
}

#scrollUp, #back-top {
  background: #6d64c0;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 0px;
  position: fixed;
  color: #fff!important;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  z-index:100;
}

@media (max-width: 575px) {
  #scrollUp, #back-top {
    right: 0px
  }
}

#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
  color:#111;
}

#scrollUp:hover {
  color: #fff
}

/**Gメニュー**/
.navigation{
  background-color: #fff;
}
.nav-header{
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content:space-between;
}
.nav-logo {
  margin:auto ;

}
.nav-comname{
  color:#000;
  font-weight:600;
  font-size:1rem;
  padding-left:3px;
}
.nav-logo img{
  height:33px;
}
.nav-tel a:last-of-type {
  height: 70px;
  padding: 5px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight:600;
  color: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.nav-tel{
  text-align: center;
}
.nav-tel img{
  max-height:60px;
  margin:auto;
  padding:5px;
}
.nav-tel span{
  font-size:0.75rem;
  line-height:1;
  display:block;
}


@media (max-width: 767px) {
  .nav-tel,.nav-ctbtn{display:none;}
}

@media (min-width: 768px) {
  .nav-tel-sp{display: none;}
  .sp-navinfo-bx{display: none;}
}

/**オフキャンバスメニュー**/
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .nav-item a{
    color:#fff;
  }
  .nav-ct{
    margin:auto;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #435567;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

  .sp-navinfo {
    position: absolute;
    bottom: 40%;
    width:100%;
    text-align: center;
  }
  .sp-navinfo-bx{
    width: 100%;
    padding: 1rem;
    background-color: #90CB71;
  }
  .sp-navinfo-bx p{
    display: inline-block;
    position: relative;
    font-weight:600;
    font-size:1.35rem;
    line-height: 1.2;
  }
  .sp-navinfo-bx p span{
    font-weight:300;
    font-size:1rem;
  }
  .sp-navinfo-bx p i{font-size:14px;margin-right:5px;}
}

.dropdown-item {
    padding: 1rem 1rem;
    font-weight: 600;
    color: #212529;
}
.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-scroller .nav-link:hover {
  color: #007bff;
}
.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}
.nav-link:hover, .nav-link:focus {
    color: #E5CA35;
}

.gmap {
height: 0;
overflow: hidden;
height:26rem;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*TOP Page*/
.hero{
  background-image: url("src/img/hero.jpg");
  background-size: cover;
  background-position: center;
  height:60vh;
  display:flex;
}
.hero-copy{
  font-size:3rem;
  font-weight:600;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.6);
  color:#fff;
  font-feature-settings: 'palt' 1;
  align-items: center;
}

.hero > .container {
  display:flex;
  align-items: center;
}

section{
  padding-top:7rem;
  padding-bottom:5rem;
}
section.section-s{
  margin-top:10rem;
  margin-bottom:5rem;
  padding:0;
}

.tp-services-img{
  width:100%;
}
.tp-services-img img{
  width:350px;
}

.tsi-1{
  width:100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom:20px;
}
.tsi-1 img{ 
  margin-right:20px; 
}
.tsi-2{
  width:100%;
  display: flex;
  justify-content: flex-end;  
}
.tsi-2 img{
  margin-left:20px; 
}
.tp-heading{
  margin-top:-90px;
  text-align: right;
  font-size:100px;
  font-weight:800;
  font-family:"Reddit Sans", sans-serif;
  text-shadow: 2px 2px 0 #fff;
  color:#7284D0;
  letter-spacing:0.1em;
  margin-bottom:3rem;
}
.tp-services-heading{
  display: flex;
  align-items: center;
  margin-bottom:1rem;
}
.tp-services-heading h2{
  font-size:4.2rem;
  font-weight:700;
  color:#5768B2;
  line-height:1;
}
.tp-services-heading h2 span{
  vertical-align: text-top;
}
.tp-services-heading img{
  margin-right:1.75rem;
  width:62px;
  height:62px;
}
.max830{
  max-width:830px;
}
.btn-maru{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  width:156px;
  height:156px;
  border-radius: 50%;
  text-align: center;
  font-size:1.25rem;
  font-weight:600;
  background: linear-gradient(139deg, rgba(114, 133, 208, 1), rgba(114, 168, 208, 1));
  transition: background-color 1s;
  position: relative;
    z-index: 0;
}

.btn-maru::before {
  border-radius: 50%;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(139deg, rgba(114, 168, 208, 1),rgba(114, 133, 208, 1) );
    opacity: 0;
    transition: opacity 0.5s;
}

/* マウスホバー時に透明化を解除 */
.btn-maru:hover::before {
    opacity: 1;
}

.tp-company-img{
  text-align: end;
}
.tp-company-img img{
  max-width:80%;
}
.tp-company-desc h1.tp-heading{
    color: #E2FFC4;
    text-shadow: none;
}
.tp-company-desc{
  background: linear-gradient(139deg, rgba(114, 133, 208, 1), rgba(114, 168, 208, 1));
}
.max960{
  max-width:960px;
  margin:auto;
}
.tp-company-desc-inner{
  padding-right:2rem;
  padding-left:2rem;
  padding-bottom:4rem;
  color:#fff;

}
.tp-company-desc-inner h2{
  font-size:1.875rem;
  font-weight:600;
  text-shadow:1px 1px 0px #0026C4;
  line-height:1.35;
  margin-bottom:2rem;
}
.tp-company-desc-inner p{
  line-height:1.35;
  font-weight:500;
  margin:1.5rem 0;
}
.tp-company-desc-inner .btn-maru{
  background:rgba(255,255,255,0.2) ;
  border:2px solid #fff;
}
.tr-mv{
  background-image: url(src/img/tr-mv.jpg);
  background-repeat: no-repeat;
  background-position: 30%;
  background-size: cover;
  padding-top:360px;
  padding-bottom:90px;
}

.tr-mv .tp-heading{
  text-align: left;
  color: #E2FFC4;
  text-shadow: none;
  line-height:1;
  margin-bottom:1rem;
}
.tr-mv p{
  color:#fff;
  font-size:1.5rem;
  font-weight:600;
}
.tr-oneteam{
  background-image: url(src/img/tr-bg.jpg);
  background-size: cover;
  background-position: center;
  color:#fff;
  padding-top:3rem;
  padding-bottom:3rem;
}
.tr-head{
  text-align: center;
  color:#fff;
  font-weight:600;
}
.tr-head h2 span{
  font-family: "Noto Sans JP", serif;
}
.tr-head01{
  font-size:1.25rem;
}
.tr-head02{
  font-size:1rem;
}
.tr-head h2{
  font-family:"Reddit Sans", sans-serif;
  font-weight:700;
  font-size:4.375rem;
  text-shadow:1px 1px 0 rgba(0,16,85,0.65);
  line-height:1.25;
}
.max720{
  max-width:720px;
  margin:auto;
}
.tr-oneteam-desc{
  font-size:1.25rem;
  font-weight:600;
  line-height:2;
  margin-top:90px;
}
.tr-ok{
  display: flex;
  align-items: center;
}
.tr-ok img{
  width:35px;
  height:35px;
  margin-right:1rem;
}
.tr-ok p{
  font-weight:600;
  font-size:2.25rem;
  color:#E2FFC4;
  line-height:1.5;
}
.tr-ok-bx{
  margin-top:65px;
  margin-bottom:65px;
}
.tr-cta{
  background: linear-gradient(139deg, rgba(125, 146, 237, 1), rgba(118, 191, 245, 1));
  text-align: center;
  color:#fff;
  padding-top:4.5rem;
  padding-bottom:4.5rem;
}
.tr-cta-cp{
  display: flex;
  justify-content: center;
}
.tr-cta-cp img{
  margin-left:1rem;
}
.tr-cta-cp h2{
  color:#fff;
  font-weight:800;
  font-size:2.25rem;
  text-shadow:0px 2px 2px rgba(0,0,0,0.5);
  letter-spacing:0.01em;
}
.tr-cta p{
  line-height:1.3;
}
.bg-footer{
  background-image: url(src/img/footer-bg-1.jpg);
  background-size: cover;
  background-position: 30%;
  height:370px;
}
section.section2{
  padding:0;
}

footer{background-color:#565F88;}
.footer-info{
  color:#fff;
  padding-top:70px;
  padding-bottom:35px;
}
.footer-info p{line-height:1.1;}
.com-name img{
  width:261px;
  margin-bottom:1rem;
}
.copyright{font-size:0.8rem;color:#555;}
.footer-menu{
  padding:0.5rem 0;
}
.footer-menu nav ul{
  display:flex;
}
.footer-menu nav ul li{
  padding:0.5px 2rem 0.5px 0;
  font-size:0.8rem;
}
.footer-menu nav ul li a{
  color:#fff;
}
.footer-menu nav ul li a:hover{
  color:#E2FFC4;
}
.footer-tel{
  background-color:#E2FFC4;
  text-align: center;
  width:100%;
  height:100%;
  padding:70px 10px 35px;
}
.footer-tel h2{
  background-color:#565F88;
  border-radius: 20px;
  color:#fff;
  font-weight:600;
  font-size:15px;
  text-align: center;
  display: inline-block;
  padding-left:1rem;
  padding-right:1rem;
  margin-bottom:2rem;
}
.footer-tel p{
  font-size:0.9rem;
  color:#5957d3;
  line-height:1.2;
  margin-bottom:1rem;
}
.big-num{
  font-family:"Reddit Sans", sans-serif;
  font-size:2.5rem;
  font-weight:900;
  line-height:1;
}

#back-top svg{padding-top:5px;}


/* about.html */
.page-header{
  height:250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-about{
  background: linear-gradient(rgba(114, 132, 208, 0.4), rgba(114,168,208,0.4)),url(src/img/ph-about.jpg);
  background-size: cover;
  background-position: center;
}
.ph-services{
  background: linear-gradient(rgba(114, 132, 208, 0.4), rgba(114,168,208,0.4)),url(src/img/ph-services.jpg);
  background-size: cover;
  background-position: center;
}
.page-header-title{
  color:#E2FFC4;
  text-align: center;
}
.page-header-title h1{
  font-weight:600;
  font-size:1.25rem;
  line-height:1;
  letter-spacing:0.1em;
}
.page-header-title p{
   font-family:"Reddit Sans", sans-serif;
   font-size:50px;
   font-weight:800;
   letter-spacing:0.2em;
   line-height:1;
}

.section-title{
  margin-bottom:4.25rem;
}
.section-title h2{
  font-weight:600;
  font-size:1.25rem;
  line-height:1;
  letter-spacing:0.1em;
  color: #7284D0;
  margin-bottom:8px;
}
.section-title p{
   font-family:"Reddit Sans", sans-serif;
   font-size:50px;
   font-weight:800;
   letter-spacing:0.2em;
   line-height:1;
   color: #7284D0;
}

.table-primary {
  width:100%;
}
.table-primary tr {
  width:100%;
}
.table-primary tr th{
  border-bottom:1px solid #7284D0;
  text-align: center;
  padding:1rem;
  width:20%;
}
.table-primary tr td{
  border-bottom:1px solid #CCCCCC;
  padding:1rem;
  width:80%;
}
.mygcom{
  display: flex;
  align-items: stretch;
  align-content: center;
  padding:2.5rem 0;
}
.mygcom-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width:50%;
}
.myg-hd{
  background-image: url(src/img/myg-hd.jpg);
}
.myg-tamurass{
  background-image: url(src/img/myg-tamurass.jpg);
}
.myg-metal{
  background-image: url(src/img/myg-metal.jpg);
}
.myg-azuma{
  background-image: url(src/img/myg-azuma.jpg);
}
.myg-sfab{
  background-image: url(src/img/myg-sfab.jpg);
}
.mygcom-desc{
  background-color: #F7F7F7;
  width:50%;
  height:323px;
  display: flex;
  padding-left:4rem;
  align-items: center;
}
.mygcom-desc-inner{

}
.mygcom-desc-inner h3{
  font-weight:600;
  font-size:1.35rem;
  color:#5768B2;
}
.mygcom-desc-inner p a{
  font-weight:600;
  color:#5768B2;
  font-weight:400;
}
.mygcom-desc-inner dl{
  margin:2rem 0 1rem 0;
}
.mygcom-desc-inner dl dt{
  border-bottom:1px solid #5768B2;
  margin-bottom:1rem;
}
.mygcom-desc-inner dl dd{
  line-height:1.5;
}
.table-equipment tr{
  width:100%;
}
.table-equipment tr th{
  border-bottom:1px solid #7284D0;
  padding:1rem;
  text-align: center;
  width:20%;
}
.table-equipment tr td{
  padding:1rem;
}
.table-equipment tr td:nth-of-type(1){
  border-bottom:1px solid #A7D9FF;
  width:30%;
}
.table-equipment tr td:nth-of-type(2){
  border-bottom:1px solid #ccc;
  width:50%;
}

.service-num{
  background-size: 120px 130px;
  height:90px;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}
.snum01{
  background-image: url("src/img/01.svg");
}
.snum02{
  background-image: url("src/img/02.svg");
}
.snum03{
  background-image: url("src/img/03.svg");
}
.snum04{
  background-image: url("src/img/04.svg");
}
.service-num h2{
  margin-left:60px;
  font-weight:600;
  font-size:2.5rem;
  color:#5768B2;
  line-height:1.2;
  margin-right: 3rem;
  white-space: nowrap;
}
.service-title{
  display:flex;
  align-items: center;
  width:100%;
  margin-bottom:1rem;
}
.sevice-desc p{
  font-size:1.35rem;
  font-weight:600;
  color:#5768B2;
  line-height:1.4;
}




.bg-f7{
  background-color: #f7f7f7;
}
.f32b{
  color:#0038B5;
  font-size:2rem;
  font-weight:600;
}
.textbox p{
  padding:1rem 1rem 2rem 1rem;
  color:#111;
  font-weight:600;
}
.f40b{
  color:#0038B5;
  font-size:2.5rem;
  font-weight:600;
  line-height: 1.2;
}
.f36bk{
  font-size:2.25rem;
  font-weight:700;
  line-height:1.5;
  margin-bottom:4rem;
}
.f24b{
  color:#0038B5;
  font-size:1.5rem;
  font-weight:600;
  text-align: center;
}
.f24m-bl{
  color:#5768B2;
  font-weight:500;
  font-size:1.5rem;
  line-height: 1.5;
}
