@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #000;
  margin: 0px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}

/*======================================================================================================================*
 *
 *
 *
 * 株式会社MGホールディングス
 *  
 *  
 *  
 *======================================================================================================================*/
#HOLDINGS {
  /*-------------------------------------------------------------------------------------------*
  *
  * Header
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * index.html
  *  
  *-------------------------------------------------------------------------------------------*/
}
#HOLDINGS #header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 100;
  transition: all 600ms 0s ease;
  align-items: center;
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  #HOLDINGS #header {
    top: 15px;
    padding: 0px 30px;
    height: 60px;
  }
}
@media (min-width: 1400px) {
  #HOLDINGS #header {
    top: 30px;
    height: 60px;
    padding: 0px 30px;
  }
}
#HOLDINGS #header #logo {
  display: block;
  transition: all 600ms 0s ease;
  width: 75vw;
}
@media (min-width: 576px) {
  #HOLDINGS #header #logo {
    width: 420px;
  }
}
@media (min-width: 768px) {
  #HOLDINGS #header #logo {
    width: 460px;
  }
}
@media (min-width: 1400px) {
  #HOLDINGS #header #logo {
    width: 507px;
  }
}
#HOLDINGS #header #logo a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#HOLDINGS #header #logo a .logo_mark {
  width: 9%;
}
#HOLDINGS #header #logo a .logo_type {
  width: 88%;
  filter: brightness(0) invert(1);
}
#HOLDINGS #header #mainNavi {
  display: none;
}
@media (min-width: 1200px) {
  #HOLDINGS #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#HOLDINGS #header #mainNavi > li {
  display: block;
  margin: 0px 2px;
}
#HOLDINGS #header #mainNavi > li > a {
  padding: 0px 4rem;
  text-decoration: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  position: relative;
  width: 100%;
  height: 54px;
  background: #fff;
  color: #000;
  transform: skewX(-35deg);
}
@media (min-width: 1400px) {
  #HOLDINGS #header #mainNavi > li > a {
    height: 60px;
  }
}
#HOLDINGS #header #mainNavi > li > a .en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  transform: translateX(8px) skewX(35deg);
}
#HOLDINGS #header #mainNavi > li > a .ja {
  font-size: 18px;
  transform: translateX(-8px) skewX(35deg);
}
#HOLDINGS #header #mainNavi > li.active > a,
#HOLDINGS #header #mainNavi > li > a:hover {
  background: #333;
  color: #fff;
}
#HOLDINGS #header.on {
  top: 0px;
  height: 60px;
  background: #fff;
}
#HOLDINGS #header.on #logo a .logo_type {
  filter: brightness(0);
  transform: translateZ(0);
}
#HOLDINGS #header.on #mainNavi > li > a {
  text-shadow: none;
  color: #fff;
  background: #333;
  height: 54px;
}
#HOLDINGS #header.on #mainNavi > li > a::before {
  background: #333;
}
#HOLDINGS #header.on #mainNavi > li > a:hover {
  color: #333;
  background: #fff;
}
#HOLDINGS #header.on #mainNavi > li > a:hover::before {
  background: #fff;
}
#HOLDINGS #header.on .dropdown-menu li {
  background: #333 !important;
}
#HOLDINGS #header.on .dropdown-menu li:hover {
  background: #fff !important;
}
#HOLDINGS #header.on .dropdown-menu li a {
  color: #fff;
}
#HOLDINGS #header.on .dropdown-menu li a:hover {
  color: #333;
}
#HOLDINGS .dropdown-toggle {
  position: relative;
}
#HOLDINGS .dropdown-toggle:after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: skewX(35deg) translateX(-10px);
}
#HOLDINGS .dropdown-menu {
  border-radius: 0px;
  border: none;
  background: none;
}
#HOLDINGS .dropdown-menu li {
  background: #fff;
  margin-bottom: 2px;
  transform: skewX(-35deg);
}
#HOLDINGS .dropdown-menu li:hover {
  background: #333;
  color: #fff;
}
#HOLDINGS .dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  transform: skewX(35deg);
  line-height: 1.2;
  padding-right: 2.8rem;
  position: relative;
}
#HOLDINGS .dropdown-menu a:after {
  content: "";
  display: block;
  width: 16px !important;
  aspect-ratio: 16/7;
  background: url(../images/icon_arrow.png) no-repeat center;
  position: absolute;
  top: 1.6rem;
  right: 4px;
}
#HOLDINGS .dropdown-menu a:hover {
  color: #fff;
}
#HOLDINGS .dropdown-menu.show {
  width: 280px;
  font-size: 1.4rem;
  margin-top: 6px !important;
  padding: 8px 15px !important;
}
@media (min-width: 1400px) {
  #HOLDINGS .dropdown-menu.show {
    font-size: 1.6rem;
  }
}
#HOLDINGS #sliderWrap {
  position: relative;
  width: 100%;
}
#HOLDINGS #sliderWrap #catch {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 86vw;
  text-align: center;
}
#HOLDINGS #sliderWrap #catch img {
  margin: 0px auto;
}
#HOLDINGS #mainSlider {
  width: 100%;
  position: relative;
  /* before要素 */
}
#HOLDINGS #mainSlider .sp-buttons {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
}
#HOLDINGS #mainSlider .sp-button {
  width: 13.6666666667%;
  height: 2px;
  position: relative;
  background: #fff;
  border-radius: 0;
  border: 0;
}
#HOLDINGS #mainSlider .sp-selected-button:before {
  animation-name: sliderpro-bg-color01;
  animation-duration: 5000ms;
  animation-timing-function: linear;
  width: 0;
  content: "";
  display: inline-block;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  position: absolute;
}
@keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#HOLDINGS .sp-image {
  transform: translateX(10vw);
}
@media (min-width: 992px) {
  #HOLDINGS .sp-image {
    transform: translateX(0);
  }
}
#HOLDINGS .index-Wrap {
  padding: 60px 0px;
  background: url(../images/bg_imdex.jpg) no-repeat top center;
  overflow: hidden;
}
@media (min-width: 992px) {
  #HOLDINGS .index-Wrap {
    padding: 120px 0px 60px;
  }
}
#HOLDINGS .topBanner {
  width: 100%;
  aspect-ratio: 1000/500;
  position: relative;
  display: block;
  text-decoration: none;
  position: relative;
}
#HOLDINGS .topBanner:hover {
  text-decoration: none;
}
#HOLDINGS .topBanner.duct {
  background: url(../images/p01_bnr01.jpg) no-repeat center/contain;
}
#HOLDINGS .topBanner.duct:before {
  content: "";
  display: block;
  aspect-ratio: 279/156;
  background: url(../images/illustration_holding01.png) no-repeat center/cover;
  position: absolute;
  z-index: 5;
  width: 28vw;
  left: -15px;
  bottom: -10px;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.duct:before {
    width: 180px;
    left: -55px;
    bottom: -15px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner.duct:before {
    left: -35px;
    width: 210px;
  }
}
#HOLDINGS .topBanner.duct .industry-Name {
  position: absolute;
  text-align: right;
  top: 3.4vw;
  right: 3vw;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.duct .industry-Name {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  #HOLDINGS .topBanner.duct .industry-Name {
    top: 15px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner.duct .industry-Name {
    top: 30px;
    right: 40px;
  }
}
#HOLDINGS .topBanner.duct .company-Name {
  background: #2ca6ec;
  left: 0px;
  -webkit-mask: url(../images/mask.bnr-title01.svg) no-repeat right top/auto 100%;
  mask: url(../images/mask.bnr-title01.svg) no-repeat right top/auto 100%;
  justify-content: flex-start;
  padding-left: 26vw;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.duct .company-Name {
    padding-left: 130px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner.duct .company-Name {
    padding-left: 190px;
  }
}
#HOLDINGS .topBanner.staffing {
  background: url(../images/p01_bnr02.jpg) no-repeat center/contain;
}
#HOLDINGS .topBanner.staffing:before {
  content: "";
  display: block;
  aspect-ratio: 279/156;
  background: url(../images/illustration_holding02.png) no-repeat center/cover;
  position: absolute;
  z-index: 5;
  width: 33vw;
  right: -15px;
  bottom: -10px;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.staffing:before {
    width: 210px;
    right: -25px;
    bottom: -15px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner.staffing:before {
    right: -35px;
    width: 210px;
  }
}
#HOLDINGS .topBanner.staffing .industry-Name {
  position: absolute;
  top: 3.4vw;
  left: 3vw;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.staffing .industry-Name {
    top: 20px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  #HOLDINGS .topBanner.staffing .industry-Name {
    top: 15px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner.staffing .industry-Name {
    top: 30px;
    left: 40px;
  }
}
#HOLDINGS .topBanner.staffing .company-Name {
  background: #017aa4;
  right: 0px;
  justify-content: flex-end;
  -webkit-mask: url(../images/mask.bnr-title02.svg) no-repeat left top/auto 100%;
  mask: url(../images/mask.bnr-title02.svg) no-repeat left top/auto 100%;
  padding-right: 16vw;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner.staffing .company-Name {
    padding-right: 100px;
  }
}
#HOLDINGS .topBanner .industry-Name {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
#HOLDINGS .topBanner .industry-Name .ja {
  font-size: 8vw;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner .industry-Name .ja {
    font-size: 6.4rem;
  }
}
@media (min-width: 992px) {
  #HOLDINGS .topBanner .industry-Name .ja {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner .industry-Name .ja {
    font-size: 6.4rem;
  }
}
#HOLDINGS .topBanner .industry-Name .en {
  font-family: "Open Sans", sans-serif;
  font-size: 5vw;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner .industry-Name .en {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  #HOLDINGS .topBanner .industry-Name .en {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner .industry-Name .en {
    font-size: 3.6rem;
  }
}
#HOLDINGS .topBanner .company-Name {
  color: #fff;
  font-size: 6vw;
  font-weight: 700;
  height: 42px;
  width: 95%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 576px) {
  #HOLDINGS .topBanner .company-Name {
    height: 50px;
    width: 85%;
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) {
  #HOLDINGS .topBanner .company-Name {
    width: 65%;
  }
}
@media (min-width: 992px) {
  #HOLDINGS .topBanner .company-Name {
    width: 90%;
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .topBanner .company-Name {
    height: 56px;
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  #HOLDINGS .topBanner .company-Name {
    font-size: 4.2rem;
  }
}
#HOLDINGS .company-Table {
  width: 100%;
}
#HOLDINGS .company-Table a {
  text-decoration: none;
}
#HOLDINGS .company-Table th,
#HOLDINGS .company-Table td {
  padding: 15px 5px;
}
@media (min-width: 576px) {
  #HOLDINGS .company-Table th,
  #HOLDINGS .company-Table td {
    padding: 15px 10px;
  }
}
#HOLDINGS .company-Table th {
  border-bottom: solid 1px #333333;
  width: 30%;
}
#HOLDINGS .company-Table td {
  border-bottom: solid 1px #7c7c7c;
}
#HOLDINGS .company-Table tr:first-child th {
  border-top: solid 1px #333333;
}
#HOLDINGS .company-Table tr:first-child td {
  border-top: solid 1px #7c7c7c;
}
#HOLDINGS .googleMap {
  height: 320px;
  width: 100%;
  margin-left: 0px;
}
@media (min-width: 992px) {
  #HOLDINGS .googleMap {
    height: 475px;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .googleMap {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
#HOLDINGS .company-Wrap {
  background: url(../images/bg_company.jpg) no-repeat left center/100% 100%;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  #HOLDINGS .company-Wrap {
    background: url(../images/bg_company.jpg) no-repeat left 5vw center;
  }
}
@media (min-width: 1400px) {
  #HOLDINGS .company-Wrap {
    background: url(../images/bg_company.jpg) no-repeat left 15vw center;
  }
}
#HOLDINGS .heightBox-bottom {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
#HOLDINGS .history-Table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 25px;
  width: 100%;
  display: table;
  border-bottom: none;
}
#HOLDINGS .history-Table tr:nth-child(even) {
  background: #fafafa;
}
#HOLDINGS .history-Table th {
  line-height: 140%;
  padding: 25px 0px 25px 15px;
  width: 100%;
  font-weight: bold;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: block;
}
@media (min-width: 768px) {
  #HOLDINGS .history-Table th {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 25px 15px;
  }
}
#HOLDINGS .history-Table th div:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27395d;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  #HOLDINGS .history-Table th div:before {
    margin-bottom: 0.4rem;
  }
}
#HOLDINGS .history-Table th div span {
  font-size: 2rem;
  margin-right: 0.4rem;
}
#HOLDINGS .history-Table td {
  line-height: 140%;
  padding: 25px 0px;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 160%;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #HOLDINGS .history-Table td {
    border-top: solid 1px #ccc;
    display: table-cell;
  }
}
#HOLDINGS .history-Table td div {
  padding: 0px 15px;
  border-left: none;
}
@media (min-width: 768px) {
  #HOLDINGS .history-Table td div {
    padding: 0px 25px;
    border-left: solid 1px #ccc;
  }
}
#HOLDINGS .title {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
}
#HOLDINGS .title .en {
  font-size: 12vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: rgba(0, 112, 192, 0.4);
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  #HOLDINGS .title .en {
    font-size: 11rem;
  }
}
@media (min-width: 1200px) {
  #HOLDINGS .title .en {
    font-size: 12rem;
  }
}
#HOLDINGS .title .ja {
  font-size: 4vw;
  font-weight: 700;
  position: relative;
  color: #0070c0;
}
@media (min-width: 768px) {
  #HOLDINGS .title .ja {
    font-size: 3.6rem;
  }
}
#HOLDINGS .title.center {
  align-items: center;
}
#HOLDINGS .title.center .en {
  text-align: center;
}
#HOLDINGS .title.white .en {
  color: #fff;
}
#HOLDINGS .title.white .ja {
  color: #fff;
}
#HOLDINGS .title.white .ja:before {
  background: #fff;
}
#HOLDINGS .title.white .ja:after {
  background: #fff;
}
#HOLDINGS #footer {
  background: #163f5d;
}
#HOLDINGS #footer #copy {
  background: #23323d;
}

/*======================================================================================================================*
 *
 *
 *
 * 株式会社テクノMG
 *  
 *  
 *  
 *======================================================================================================================*/
#TECHNO {
  /*-------------------------------------------------------------------------------------------*
  *
  * Header
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  *  ドロワーメニュー
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * index.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * techno_service.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * techno_company.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * ドロワーメニュー
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * Title
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * FOOTER
  *  
  *-------------------------------------------------------------------------------------------*/
}
#TECHNO #header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 600ms 0s ease;
  align-items: center;
  background: #fff;
}
@media (min-width: 992px) {
  #TECHNO #header {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #TECHNO #header {
    height: 68px;
  }
}
#TECHNO #header #header-Left {
  display: flex;
  height: 100%;
  align-items: center;
}
#TECHNO #header #header-Right {
  display: flex;
  height: 100%;
  align-items: center;
}
#TECHNO #header #logo {
  display: block;
  margin-left: 10px;
  width: 260px;
  transition: all 600ms 0s ease;
}
@media (min-width: 768px) {
  #TECHNO #header #logo {
    width: 290px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  #TECHNO #header #logo {
    margin-left: 25px;
    width: 320px;
  }
}
#TECHNO #header #mainNavi {
  display: none;
}
@media (min-width: 992px) {
  #TECHNO #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#TECHNO #header #mainNavi > li {
  display: block;
  border-left: dashed 1px #b2b2b2;
}
#TECHNO #header #mainNavi > li:last-child {
  border-right: dashed 1px #b2b2b2;
}
#TECHNO #header #mainNavi > li > a {
  padding: 0px 3rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
}
@media (min-width: 1400px) {
  #TECHNO #header #mainNavi > li > a {
    font-size: 1.7rem;
    padding: 0px 3.6rem;
  }
}
#TECHNO #header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #01b3cd;
  height: 2px;
  transition: all 600ms 0s ease;
}
#TECHNO #header #mainNavi li.active a:after,
#TECHNO #header #mainNavi li a:hover:after {
  width: 100%;
}
#TECHNO #header #contactButton {
  display: none;
}
@media (min-width: 992px) {
  #TECHNO #header #contactButton {
    margin-left: 3rem;
    height: 100%;
    display: block;
  }
}
@media (min-width: 1400px) {
  #TECHNO #header #contactButton {
    margin-left: 3.6rem;
  }
}
#TECHNO #header #contactButton a {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
  background: #01b3cd;
  width: 170px;
  transition: all 600ms 0s ease;
  text-decoration: none;
}
@media (min-width: 1400px) {
  #TECHNO #header #contactButton a {
    width: 185px;
  }
}
#TECHNO #header #contactButton a img {
  filter: brightness(0) invert(1);
  width: 18px;
  margin-right: 0.6rem;
}
@media (min-width: 1400px) {
  #TECHNO #header #contactButton a img {
    width: 20px;
  }
}
#TECHNO #header #contactButton a:hover, #TECHNO #header #contactButton a.active a {
  opacity: 0.8;
  text-decoration: none;
}
#TECHNO #header.on {
  height: 50px;
}
@media (min-width: 992px) {
  #TECHNO #header.on {
    height: 60px;
  }
}
#TECHNO #header.on #headr-Tel {
  font-size: 2.6rem;
}
#TECHNO #header.on #mainNavi #contactButton a {
  height: 40px;
}
@media (min-width: 1400px) {
  #TECHNO #header.on #mainNavi #contactButton a {
    height: 50px;
  }
}
#TECHNO #header.on #mainNavi #contactButton a img {
  width: 21px;
  height: auto;
}
#TECHNO .menuWrapper {
  top: 5px;
}
@media (min-width: 992px) {
  #TECHNO .menuWrapper {
    display: none;
  }
}
#TECHNO #sidebar .list-sidenav > li.active > a,
#TECHNO #sidebar .list-sidenav > li > a:hover {
  background: #eefcff;
}
#TECHNO #mainVisual {
  height: 120vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 576px) {
  #TECHNO #mainVisual {
    height: 720px;
  }
}
@media (min-width: 992px) {
  #TECHNO #mainVisual {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  #TECHNO #mainVisual {
    margin-top: 68px;
    height: 830px;
  }
}
#TECHNO #mainVisual #catch {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 2.5vw;
  width: 90vw;
}
@media (min-width: 576px) {
  #TECHNO #mainVisual #catch {
    left: 30px;
    width: calc(95vw - 30px);
  }
}
@media (min-width: 768px) {
  #TECHNO #mainVisual #catch {
    left: 60px;
    width: calc(95vw - 60px);
  }
}
#TECHNO #mainVisual .img {
  display: block;
  width: 90%;
  height: 100%;
  background: url(../images/main_techno.jpg) no-repeat center/auto 100%;
}
@media (min-width: 576px) {
  #TECHNO #mainVisual .img {
    width: 85%;
  }
}
@media (min-width: 992px) {
  #TECHNO #mainVisual .img {
    width: 80%;
  }
}
#TECHNO .techno_service-Clumb {
  width: 100%;
  height: initial;
  background: url(../images/bg_techno-service.jpg) no-repeat top 20px center;
  padding-left: 0%;
  position: relative;
  padding: 0px 30px 30px;
}
@media (min-width: 576px) {
  #TECHNO .techno_service-Clumb {
    background: url(../images/bg_techno-service.jpg) no-repeat top 40px center;
  }
}
@media (min-width: 1200px) {
  #TECHNO .techno_service-Clumb {
    padding-left: 14.5%;
    height: 540px;
  }
}
#TECHNO .techno_service-Clumb .img {
  position: static;
  z-index: 1;
  box-shadow: 5px 5px #01b3cd;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #TECHNO .techno_service-Clumb .img {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-96%, 0%);
    max-width: initial;
  }
}
@media (min-width: 1400px) {
  #TECHNO .techno_service-Clumb .img {
    transform: translate(-92%, -8%);
  }
}
#TECHNO .techno_service-Clumb .img2 {
  position: absolute;
  width: 60%;
  right: initial;
  left: -2%;
  top: calc(32vw + 48px);
  bottom: initial;
  z-index: 2;
}
@media (min-width: 576px) {
  #TECHNO .techno_service-Clumb .img2 {
    top: 42%;
    bottom: initial;
  }
}
@media (min-width: 768px) {
  #TECHNO .techno_service-Clumb .img2 {
    top: 44%;
    bottom: initial;
  }
}
@media (min-width: 1200px) {
  #TECHNO .techno_service-Clumb .img2 {
    width: auto;
    right: 0px;
    top: initial;
    left: initial;
    bottom: -24%;
  }
}
@media (min-width: 1400px) {
  #TECHNO .techno_service-Clumb .img2 {
    bottom: -14%;
  }
}
#TECHNO .techno_company-Clumb {
  width: 100%;
  height: initial;
  background: url(../images/bg_techno-company.jpg) no-repeat top 20px center;
  padding-left: 0%;
  position: relative;
  padding: 0px 30px 30px;
}
@media (min-width: 576px) {
  #TECHNO .techno_company-Clumb {
    background: url(../images/bg_techno-company.jpg) no-repeat top 40px center;
  }
}
@media (min-width: 1200px) {
  #TECHNO .techno_company-Clumb {
    height: 540px;
  }
}
#TECHNO .techno_company-Clumb .img {
  position: static;
  z-index: 1;
  box-shadow: 5px 5px #01b3cd;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #TECHNO .techno_company-Clumb .img {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(96%, 0%);
    max-width: initial;
  }
}
@media (min-width: 1400px) {
  #TECHNO .techno_company-Clumb .img {
    transform: translate(76%, -8%);
  }
}
#TECHNO .contact-Wrap {
  background: url(../images/bg_contact-tecno.jpg) no-repeat top center;
  padding-top: 120px;
}
#TECHNO .contact-Wrap .inr {
  padding: 30px;
  background: #fff;
}
@media (min-width: 768px) {
  #TECHNO .contact-Wrap .inr {
    padding: 60px;
  }
}
@media (min-width: 1400px) {
  #TECHNO .contact-Wrap .inr {
    padding: 90px;
  }
}
#TECHNO .box1 {
  padding: 5px 0px;
  border-left: dashed 1px #b2b2b2;
  border-right: dashed 1px #b2b2b2;
  text-align: center;
}
@media (min-width: 768px) {
  #TECHNO .box1 {
    padding: 15px 0px;
  }
}
@media (min-width: 992px) {
  #TECHNO .box1 {
    border-right: none;
    padding: 25px 0px;
  }
}
#TECHNO .box2 {
  padding: 5px 0px;
  border-left: dashed 1px #b2b2b2;
  border-right: dashed 1px #b2b2b2;
  text-align: center;
}
@media (min-width: 768px) {
  #TECHNO .box2 {
    padding: 15px 0px;
  }
}
@media (min-width: 992px) {
  #TECHNO .box2 {
    padding: 25px 0px;
  }
}
#TECHNO .contact-Tel {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #01b3cd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.8vw;
  line-height: 1.4;
}
@media (min-width: 576px) {
  #TECHNO .contact-Tel {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  #TECHNO .contact-Tel {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  #TECHNO .contact-Tel {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  #TECHNO .contact-Tel {
    font-size: 4.8rem;
  }
}
@media (min-width: 1400px) {
  #TECHNO .contact-Tel {
    font-size: 6rem;
  }
}
#TECHNO .contact-Tel a {
  text-decoration: none;
  color: #01b3cd;
}
#TECHNO .contact-Tel img {
  margin-right: 1.38vw;
  width: 6.94vw;
}
@media (min-width: 576px) {
  #TECHNO .contact-Tel img {
    margin-right: 0.8rem;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  #TECHNO .contact-Tel img {
    margin-right: 1.6rem;
    width: 56px;
  }
}
@media (min-width: 1400px) {
  #TECHNO .contact-Tel img {
    width: 62px;
  }
}
#TECHNO .contact-Bnr {
  font-weight: 700;
  color: #01b3cd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 5.8vw;
  line-height: 1.4;
}
@media (min-width: 576px) {
  #TECHNO .contact-Bnr {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  #TECHNO .contact-Bnr {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  #TECHNO .contact-Bnr {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  #TECHNO .contact-Bnr {
    font-size: 4.2rem;
  }
}
@media (min-width: 1400px) {
  #TECHNO .contact-Bnr {
    font-size: 4.8rem;
  }
}
#TECHNO .contact-Bnr img {
  margin-right: 1.38vw;
  width: 6.2vw;
}
@media (min-width: 576px) {
  #TECHNO .contact-Bnr img {
    margin-right: 1.6rem;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  #TECHNO .contact-Bnr img {
    width: 52px;
  }
}
@media (min-width: 1400px) {
  #TECHNO .contact-Bnr img {
    width: 59px;
  }
}
#TECHNO .techno_duct-Wrap {
  padding: 60px 0px;
  background: url(../images/bg_techno-duct.jpg) no-repeat center top;
}
#TECHNO .techno_gray-Wrap {
  background: #f5f5f5;
  padding: 60px 0px;
}
#TECHNO .googleMap {
  height: 320px;
  width: 100%;
  margin-left: 0px;
}
@media (min-width: 992px) {
  #TECHNO .googleMap {
    height: 475px;
  }
}
#TECHNO #sidebarContact {
  background: #01b3cd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  font-size: 2.2rem;
}
#TECHNO #sidebarContact img {
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 6px;
}
#TECHNO .list-sidenav a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_arrow.svg) no-repeat center;
}
#TECHNO #h2Title {
  height: 280px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  #TECHNO #h2Title {
    height: 320px;
  }
}
@media (min-width: 992px) {
  #TECHNO #h2Title {
    margin-top: 60px;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  #TECHNO #h2Title {
    height: 420px;
    margin-top: 68px;
  }
}
@media (min-width: 1400px) {
  #TECHNO #h2Title {
    height: 520px;
  }
}
#TECHNO #h2Title:after {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
}
#TECHNO #h2Title.p02:after {
  background: url(../images/bg_h2title-techno02.jpg) no-repeat center/auto 100%;
}
#TECHNO #h2Title.p03:after {
  background: url(../images/bg_h2title-techno03.jpg) no-repeat center/auto 100%;
}
#TECHNO #h2Title.p04:after {
  background: url(../images/bg_h2title-techno04.jpg) no-repeat center left/auto 100%;
}
#TECHNO #h2Title h2 {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
@media (min-width: 992px) {
  #TECHNO #h2Title h2 {
    left: 5%;
  }
}
@media (min-width: 1200px) {
  #TECHNO #h2Title h2 {
    left: 5%;
  }
}
#TECHNO #h2Title h2 .en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14vw;
  text-align: left;
  color: #01b3cd;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 576px) {
  #TECHNO #h2Title h2 .en {
    font-size: 11rem;
  }
}
@media (min-width: 768px) {
  #TECHNO #h2Title h2 .en {
    font-size: 12rem;
  }
}
@media (min-width: 992px) {
  #TECHNO #h2Title h2 .en {
    font-size: 14rem;
  }
}
@media (min-width: 1200px) {
  #TECHNO #h2Title h2 .en {
    font-size: 15rem;
  }
}
#TECHNO #h2Title h2 .ja {
  font-size: 5.2vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  #TECHNO #h2Title h2 .ja {
    font-size: 3.6rem;
  }
}
#TECHNO .title {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
}
#TECHNO .title .ja {
  font-size: 8vw;
  font-weight: 500;
  position: relative;
  color: #000000;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  #TECHNO .title .ja {
    font-size: 6.4rem;
  }
}
#TECHNO .title .en {
  font-size: 3.8vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: #01b3cd;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #TECHNO .title .en {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  #TECHNO .title .en {
    font-size: 2.8rem;
  }
}
#TECHNO .title .en:after {
  content: "";
  display: inline-block;
  width: 180px;
  height: 1px;
  background: #01b3cd;
  margin-left: 1.6rem;
}
#TECHNO .title.center {
  align-items: center;
}
#TECHNO .title.center .en {
  text-align: center;
}
#TECHNO .title.center .en:after {
  display: none;
}
#TECHNO .title.center .ja {
  text-align: center;
}
#TECHNO .title.white .en {
  color: #fff;
}
#TECHNO .title.white .ja {
  color: #fff;
}
#TECHNO .title.white .ja:before {
  background: #fff;
}
#TECHNO .title.white .ja:after {
  background: #fff;
}
#TECHNO .title2 {
  color: #01b3cd;
  font-weight: 700;
  font-size: 6.8vw;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 576px) {
  #TECHNO .title2 {
    font-size: 4.8rem;
  }
}
#TECHNO .subTitle {
  background: #fff;
  text-align: center;
  padding: 5px;
}
#TECHNO .read {
  font-size: 4.16vw;
  font-weight: 500;
}
@media (min-width: 576px) {
  #TECHNO .read {
    font-size: 2.4rem;
  }
}
#TECHNO #footer {
  background: #11aac0;
}
#TECHNO #footer #copy {
  background: #188291;
}

/*======================================================================================================================*
 *
 *
 *
 * 株式会社TMG
 *  
 *  
 *  
 *======================================================================================================================*/
#TMG {
  /*-------------------------------------------------------------------------------------------*
  *
  *  ドロワーメニュー
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  *  tmg_top.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * tmg_service.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * tmg_company.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * tmg_contact.html
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * Title
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * FOOTER
  *  
  *-------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------*
  *
  * ドロワーメニュー
  *  
  *-------------------------------------------------------------------------------------------*/
}
#TMG #header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  z-index: 100;
  transition: all 600ms 0s ease;
  align-items: center;
  padding: 0px 15px;
  background: #0384a4;
}
@media (min-width: 992px) {
  #TMG #header {
    padding: 0px 30px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #TMG #header {
    height: 68px;
    padding: 0px 30px;
  }
}
#TMG #header #logo {
  display: block;
  transition: all 600ms 0s ease;
  width: 210px;
}
@media (min-width: 992px) {
  #TMG #header #logo {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #TMG #header #logo {
    width: 230px;
  }
}
#TMG #header #logo a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#TMG #header #header-Right {
  display: flex;
  align-items: center;
}
#TMG #header #mainNavi {
  display: none;
}
@media (min-width: 992px) {
  #TMG #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#TMG #header #mainNavi > li {
  display: block;
}
#TMG #header #mainNavi > li > a {
  padding: 0px 2rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1400px) {
  #TMG #header #mainNavi > li > a {
    padding: 0px 2.5rem;
  }
}
#TMG #header #mainNavi > li > a .ja {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  transition: all 600ms 0s ease;
}
@media (min-width: 992px) {
  #TMG #header #mainNavi > li > a .ja {
    font-size: 1.8rem;
  }
}
#TMG #header #mainNavi > li > a .en {
  font-size: 12px;
  padding-bottom: 0.4rem;
  transition: all 600ms 0s ease;
  font-family: "Open Sans", sans-serif;
}
#TMG #header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  transition: all 600ms 0s ease;
  border: none;
}
#TMG #header #mainNavi li.active a:after,
#TMG #header #mainNavi li a:hover:after {
  width: 100%;
}
#TMG #header.on {
  height: 50px;
}
#TMG #header.on #logo {
  width: 210px;
}
#TMG #header.on #mainNavi a .ja {
  font-size: 1.5rem;
}
#TMG #header.on #mainNavi a .en {
  font-size: 1.2rem;
}
#TMG #header.on #mainNavi a::before {
  background: #000;
}
#TMG #sidebar .list-sidenav > li.active > a,
#TMG #sidebar .list-sidenav > li > a:hover {
  background: #e3f0f3;
}
#TMG #mainVisual {
  height: 120vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 50px;
  background: url(../images/main_tmg.jpg) no-repeat center/auto 100%;
}
@media (min-width: 576px) {
  #TMG #mainVisual {
    height: 720px;
  }
}
@media (min-width: 992px) {
  #TMG #mainVisual {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  #TMG #mainVisual {
    margin-top: 68px;
    height: 830px;
  }
}
#TMG #mainVisual #catch {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: calc(90vw - 30px);
}
@media (min-width: 992px) {
  #TMG #mainVisual #catch {
    left: 60px;
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #TMG #mainVisual #catch {
    left: 80px;
    bottom: 80px;
  }
}
@media (min-width: 1400px) {
  #TMG #mainVisual #catch {
    left: 120px;
    bottom: 80px;
  }
}
#TMG .TMG_Service-Wrap {
  background: #f2f4f5;
  background: linear-gradient(180deg, rgb(242, 244, 245) 0%, rgb(242, 244, 245) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  padding: 60px 0px 0px;
}
@media (min-width: 1200px) {
  #TMG .TMG_Service-Wrap {
    padding: 90px 0px 0px;
  }
}
#TMG .TMG_service-Clumb {
  width: 100%;
  height: initial;
  position: relative;
}
@media (min-width: 1200px) {
  #TMG .TMG_service-Clumb {
    height: 480px;
  }
}
#TMG .TMG_service-Clumb .img {
  position: static;
  z-index: 1;
  box-shadow: 5px 5px #d8d8d8;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #TMG .TMG_service-Clumb .img {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(80%, -8%);
    max-width: initial;
  }
}
@media (min-width: 1400px) {
  #TMG .TMG_service-Clumb .img {
    transform: translate(92%, -8%);
  }
}
#TMG .TMG_service-Clumb .img2 {
  position: absolute;
  width: 37%;
  right: -5%;
  top: calc(42vw + 48px);
  bottom: initial;
  z-index: 2;
}
@media (min-width: 576px) {
  #TMG .TMG_service-Clumb .img2 {
    top: 50%;
  }
}
@media (min-width: 768px) {
  #TMG .TMG_service-Clumb .img2 {
    top: 55%;
    right: -9%;
  }
}
@media (min-width: 1200px) {
  #TMG .TMG_service-Clumb .img2 {
    width: auto;
    right: -6%;
    top: initial;
    left: initial;
    bottom: -10%;
  }
}
@media (min-width: 1400px) {
  #TMG .TMG_service-Clumb .img2 {
    right: 0px;
    bottom: 0;
  }
}
#TMG .TMG_company-Clumb {
  width: 100%;
  height: initial;
  position: relative;
}
@media (min-width: 1200px) {
  #TMG .TMG_company-Clumb {
    height: 480px;
  }
}
#TMG .TMG_company-Clumb .img {
  position: static;
  z-index: 1;
  box-shadow: 5px 5px #d8d8d8;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #TMG .TMG_company-Clumb .img {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-108%, -8%);
    max-width: initial;
  }
}
@media (min-width: 1400px) {
  #TMG .TMG_company-Clumb .img {
    transform: translate(-108%, -8%);
  }
}
#TMG .contact-Wrap {
  background: url(../images/bg_contact-tmg.jpg) no-repeat top center/auto 100%;
  padding: 60px 0px;
}
@media (min-width: 992px) {
  #TMG .contact-Wrap {
    background: url(../images/bg_contact-tmg.jpg) no-repeat top center;
    padding: 120px 0px;
  }
}
#TMG .contact-Wrap .inr {
  padding: 0px 30px;
}
@media (min-width: 768px) {
  #TMG .contact-Wrap .inr {
    padding: 0px 60px;
  }
}
@media (min-width: 1400px) {
  #TMG .contact-Wrap .inr {
    padding: 0px 90px;
  }
}
#TMG .box1 {
  background: #fff;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #TMG .box1 {
    height: 130px;
  }
}
#TMG .box2 {
  height: 100%;
  line-height: 1.4;
  background: #fff;
}
#TMG .box2 a {
  line-height: 1.4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  height: 90px;
}
@media (min-width: 768px) {
  #TMG .box2 a {
    height: 130px;
  }
}
#TMG .contact-Tel {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0384a4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.8vw;
}
@media (min-width: 576px) {
  #TMG .contact-Tel {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  #TMG .contact-Tel {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  #TMG .contact-Tel {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  #TMG .contact-Tel {
    font-size: 4.8rem;
  }
}
@media (min-width: 1400px) {
  #TMG .contact-Tel {
    font-size: 6rem;
  }
}
#TMG .contact-Tel a {
  text-decoration: none;
  color: #0384a4;
}
#TMG .contact-Tel img {
  margin-right: 1.38vw;
  width: 6.94vw;
}
@media (min-width: 576px) {
  #TMG .contact-Tel img {
    margin-right: 0.8rem;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  #TMG .contact-Tel img {
    margin-right: 1.6rem;
    width: 56px;
  }
}
@media (min-width: 1400px) {
  #TMG .contact-Tel img {
    width: 62px;
  }
}
#TMG .contact-Bnr {
  font-weight: 700;
  color: #0384a4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 5.8vw;
}
@media (min-width: 576px) {
  #TMG .contact-Bnr {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  #TMG .contact-Bnr {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  #TMG .contact-Bnr {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  #TMG .contact-Bnr {
    font-size: 4.2rem;
  }
}
@media (min-width: 1400px) {
  #TMG .contact-Bnr {
    font-size: 4.8rem;
  }
}
#TMG .contact-Bnr img {
  margin-right: 1.38vw;
  width: 6.2vw;
}
@media (min-width: 576px) {
  #TMG .contact-Bnr img {
    margin-right: 1.6rem;
    width: 40px;
  }
}
@media (min-width: 1200px) {
  #TMG .contact-Bnr img {
    width: 52px;
  }
}
@media (min-width: 1400px) {
  #TMG .contact-Bnr img {
    width: 59px;
  }
}
#TMG .textBox {
  border: solid 8px #3ea3bd;
  padding: 30px;
  display: block;
  background: #eefaff;
  text-decoration: none;
  position: relative;
}
#TMG .textBox:before {
  content: "";
  display: block;
  width: 10vw;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translate(0, -50%);
  opacity: 0.6;
}
@media (min-width: 768px) {
  #TMG .textBox:before {
    width: 52px;
    left: 18px;
  }
}
@media (min-width: 1400px) {
  #TMG .textBox:before {
    width: 64px;
    left: 24px;
  }
}
@media (min-width: 992px) {
  #TMG .textBox {
    padding: 30px;
  }
}
#TMG .textBox:hover {
  background: #daf5ff;
}
#TMG .googleMap {
  height: 320px;
  width: 100%;
  margin-left: 0px;
}
@media (min-width: 992px) {
  #TMG .googleMap {
    height: 475px;
  }
}
#TMG .tmg_gray-Wrap {
  background: #f5f5f5;
  padding: 60px 0px;
}
#TMG #h2Title {
  height: 280px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  #TMG #h2Title {
    height: 320px;
  }
}
@media (min-width: 992px) {
  #TMG #h2Title {
    margin-top: 60px;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  #TMG #h2Title {
    height: 420px;
    margin-top: 68px;
  }
}
@media (min-width: 1400px) {
  #TMG #h2Title {
    height: 520px;
  }
}
#TMG #h2Title.p02 {
  background: url(../images/bg_h2title-tmg02.jpg) no-repeat center/auto 100%;
}
#TMG #h2Title.p03 {
  background: url(../images/bg_h2title-tmg03.jpg) no-repeat center;
  background-size: auto 100%;
}
#TMG #h2Title.p04 {
  background: url(../images/bg_h2title-tmg04.jpg) no-repeat center;
  background-size: auto 100%;
}
#TMG #h2Title h2 {
  position: absolute;
  left: 5.2vw;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.9);
  padding: 2.6vw 16vw 2.6vw 4.2vw;
}
@media (min-width: 576px) {
  #TMG #h2Title h2 {
    padding: 15px 140px 15px 30px;
  }
}
@media (min-width: 992px) {
  #TMG #h2Title h2 {
    left: 5%;
    padding: 30px 200px 30px 60px;
  }
}
@media (min-width: 1200px) {
  #TMG #h2Title h2 {
    left: 5%;
  }
}
#TMG #h2Title h2 .en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14vw;
  text-align: left;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0384a4;
}
@media (min-width: 576px) {
  #TMG #h2Title h2 .en {
    font-size: 10rem;
  }
}
@media (min-width: 768px) {
  #TMG #h2Title h2 .en {
    font-size: 11rem;
  }
}
@media (min-width: 992px) {
  #TMG #h2Title h2 .en {
    font-size: 11rem;
  }
}
@media (min-width: 1200px) {
  #TMG #h2Title h2 .en {
    font-size: 12rem;
  }
}
@media (min-width: 1400px) {
  #TMG #h2Title h2 .en {
    font-size: 15rem;
  }
}
#TMG #h2Title h2 .ja {
  font-size: 4vw;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  #TMG #h2Title h2 .ja {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  #TMG #h2Title h2 .ja {
    font-size: 3rem;
  }
}
#TMG #h2Title h2 .ja:after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  margin-left: 2.4rem;
  width: 27vw;
}
@media (min-width: 576px) {
  #TMG #h2Title h2 .ja:after {
    width: 180px;
  }
}
@media (min-width: 992px) {
  #TMG #h2Title h2 .ja:after {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  #TMG #h2Title h2 .ja:after {
    width: 280px;
  }
}
@media (min-width: 1400px) {
  #TMG #h2Title h2 .ja:after {
    width: 320px;
  }
}
#TMG .title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  z-index: 2;
}
#TMG .title .ja {
  font-size: 9vw;
  font-weight: 500;
  position: relative;
  color: #000000;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  #TMG .title .ja {
    font-size: 6.4rem;
  }
}
#TMG .title .en {
  font-size: 3.2vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  letter-spacing: 0em;
  display: inline-block;
  align-items: center;
  position: relative;
  top: 50%;
  color: #0384a4;
}
@media (min-width: 1200px) {
  #TMG .title .en {
    color: rgba(3, 132, 164, 0.2);
    position: absolute;
    font-size: 15rem;
  }
}
#TMG .title .en:after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #01b3cd;
}
#TMG .title.left .en {
  left: 0;
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  #TMG .title.left .en {
    transform: translate(calc(-100% - 120px), -50%);
  }
}
#TMG .title.left .en:after {
  right: -100px;
}
#TMG .title.right .en {
  right: 0;
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  #TMG .title.right .en {
    transform: translate(calc(100% + 120px), -50%);
  }
}
#TMG .title.right .en:after {
  right: -100px;
}
@media (min-width: 1200px) {
  #TMG .title.right .en:after {
    right: inherit;
    left: -100px;
  }
}
#TMG .title.center {
  align-items: center;
}
#TMG .title.center .en {
  text-align: center;
}
#TMG .title.center .en:after {
  display: none;
}
#TMG .title.white .en {
  color: #fff;
}
#TMG .title.white .ja {
  color: #fff;
}
#TMG .title.white .ja:before {
  background: #fff;
}
#TMG .title.white .ja:after {
  background: #fff;
}
#TMG .title2 {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
  align-items: center;
}
#TMG .title2 .ja {
  font-size: 9vw;
  font-weight: 500;
  position: relative;
  color: #0384a4;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 576px) {
  #TMG .title2 .ja {
    font-size: 6.4rem;
  }
}
#TMG .title2 .en {
  font-size: 4.16vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #TMG .title2 .en {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  #TMG .title2 .en {
    font-size: 2.8rem;
  }
}
#TMG .subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#TMG .subTitle:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #0384a4;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#TMG .read {
  font-size: 4.16vw;
  font-weight: 500;
  color: #0384a4;
}
@media (min-width: 576px) {
  #TMG .read {
    font-size: 2.4rem;
  }
}
#TMG #footer {
  background: #0384a4;
}
#TMG #footer #copy {
  background: #15738a;
}
#TMG .menuWrapper {
  top: 5px;
}
@media (min-width: 992px) {
  #TMG .menuWrapper {
    display: none;
  }
}
#TMG #sidebarContact {
  background: #0384a4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  font-size: 2.2rem;
}
#TMG #sidebarContact img {
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 6px;
}
#TMG .list-sidenav a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_arrow.svg) no-repeat center;
}

/*-------------------------------------------------------------------------------------------*
 *
 * works.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * Table
 *  
 *-------------------------------------------------------------------------------------------*/
.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsiveTable {
    display: table;
  }
}
.responsiveTable a {
  text-decoration: none;
}
.responsiveTable.skyblue th {
  background: #6cbfcc;
}
.responsiveTable.blue th {
  background: #3ea3bd;
}
.responsiveTable th {
  width: 100%;
  padding: 12px 15px;
  font-weight: 400;
  border-top: none;
  line-height: 140%;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .responsiveTable th {
    width: 30%;
    padding: 25px 15px;
    border-bottom: solid 1px #fff;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable td {
  width: 100%;
  padding: 15px;
  border-bottom: none;
  line-height: 140%;
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .responsiveTable td {
    padding: 25px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
}
.contactBox a {
  text-decoration: none;
}
.contactBox dt {
  background: #333;
  color: #fff;
  font-size: 18px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactBox dd {
  background: #fff;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #ccc;
  border-top: none;
}
.contactBox dd .num {
  font-size: 24px;
  border-bottom: dotted 1px #888;
  padding: 0 30px 10px;
}
.contactBox dd .num em {
  font-style: normal;
  font-size: 18px;
}
.contactBox dd .time {
  padding-top: 1em;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px 15px 10px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.4rem;
  padding: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 18px 0px 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 85%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form25 {
    width: 25%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  min-height: 56px;
  background: #444;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #666;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow-left.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1.2rem;
  filter: brightness(0) invert(1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  margin-right: 1.2rem;
}

button.formBtn {
  border: none;
  outline: none;
}
button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: #0c3388;
  color: #fff;
  font-weight: 700;
  max-width: 220px;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 0px 20px;
  text-decoration: none;
}
.detailBtn:after {
  content: "";
  width: 25px;
  height: 20px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transition: all 600ms 0s ease;
}
.detailBtn:hover {
  color: #fff;
  background: #1449bb;
}
.detailBtn:hover:after {
  transform: translate(4px, 0);
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 60px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sidebar #side-logo .logo_mark {
  width: 15%;
}
#sidebar #side-logo .logo_type {
  width: 82%;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 1.8rem;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #3a3a3a;
  line-height: 1.2;
  display: flex;
  padding: 20px 10px;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-size: 15px;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a .en {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  background: #f7f7f7;
}
#sidebar .list-sidenav > li.has-submenu > a:after {
  width: 18px;
  right: 4px;
  background: url(../images/icon_plus.svg) no-repeat center/16px;
}
#sidebar .list-sidenav > li.has-submenu > a.on:after {
  right: 4px;
  background: url(../images/icon_minus.svg) no-repeat center/16px;
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #cacaca;
}
#sidebar .submenu li a {
  padding: 10px 15px 10px 28px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#sidebar .submenu li a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
#sidebar .submenu li a:hover {
  background: #f7f7f7;
}
#sidebar .submenu li a.active a {
  background: #f7f7f7;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

#sidebar-Tel {
  font-weight: 700;
  font-size: 10vw;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media (min-width: 576px) {
  #sidebar-Tel {
    font-size: 32px;
  }
}

#sidebar-time {
  font-size: 14px;
  text-align: center;
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
.menuWrapper.on {
  right: 0px;
  top: 0px;
}
@media (min-width: 1200px) {
  .menuWrapper.on {
    right: 0px;
    top: 0px;
  }
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  padding: 60px 0px;
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 90px 0px;
  }
}
#footer #footerBody .footerLeft {
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    text-align: left;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 70vw;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 576px) {
  #footer #footerBody .footerLeft #f-logo {
    max-width: 320px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft #f-logo {
    text-align: left;
    margin: inherit;
  }
}
#footer #footerBody .footerLeft #f-logo a {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft #f-logo a {
    justify-content: space-between;
  }
}
#footer #footerBody .footerLeft #f-logo a .logo_mark {
  width: 15%;
}
#footer #footerBody .footerLeft #f-logo a .logo_type {
  width: 82%;
  filter: brightness(0) invert(1);
}
#footer #footerBody .footerLeft .mapPin {
  width: 14px;
  display: inline-flex;
  filter: brightness(0) invert(1);
  margin-left: 0.6rem;
}
#footer #footerBody .footerLeft .f-tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2rem;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .footerRight #textLink {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  height: 41px;
  align-items: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    justify-content: flex-end;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 0px 0px 2rem;
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
  background: #23323d;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #0a4d9b;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */