<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=================================================================*/
/*	webフォント
/*=================================================================*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 100;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "ZenMaru";
  font-style: normal;
  font-weight: 300;
  src: url("../font/ZenMaruGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaru";
  font-style: medium;
  font-weight: 500;
  src: url("../font/ZenMaruGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaru";
  font-style: bold;
  font-weight: 700;
  src: url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(186, 186, 186, 0.2);
  border-right: 0.7em solid rgba(186, 186, 186, 0.2);
  border-bottom: 0.7em solid rgba(186, 186, 186, 0.2);
  border-left: 0.7em solid #2f75bd;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* 全デバイス共通 */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*	table
----------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  background-color: #FFF;
}
table th, table td {
  border: solid 1px #DDD;
  padding: 15px;
}
table th {
  background-color: #fbfbfb;
  font-weight: 700;
}
/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/*	link
---------------------------------------------------------------*/
a {
  transition: all 0.3s;
}

a,
a:visited,
a:active {
  color: #007bff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

/*	color
---------------------------------------------------------------*/
#wrap .red {
  color: #E80B74;
}

/*	space
---------------------------------------------------------------*/
#wrap .mb0 {
  margin-bottom: 0 !important;
}

#wrap .mb10 {
  margin-bottom: 10px;
}

#wrap .mb15 {
  margin-bottom: 15px;
}

#wrap .mb30 {
  margin-bottom: 30px;
}

#wrap .mb50 {
  margin-bottom: 50px;
}

#wrap .mb60 {
  margin-bottom: 50px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	inputreset
---------------------------------------------------------------*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #fff;
}
body.noScroll {
  overflow: hidden;
}

/*=================================================================*/
/*	sizeWrap
/*=================================================================*/
.sizeWrap {
  font-size: 100%;
}

/*=================================================================*/
/*	header
/*=================================================================*/
header {
  box-sizing: border-box;
}
header &gt; .inner {
  padding: 15px 0 0 10px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
header &gt; .inner .logo {
  width: 235px;
  line-height: 1;
}
header &gt; .inner .gNav {
  padding: 5px 0 0;
}
header &gt; .inner .gNav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 60px;
}
header &gt; .inner .gNav ul li {
  transform: rotate(-7deg);
}
header &gt; .inner .gNav ul li a {
  line-height: 0.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #009e96;
  font-size: 1.3rem;
  position: relative;
}
header &gt; .inner .gNav ul li a::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 39px;
  left: 6%;
  top: -37px;
  transform: rotate(6deg);
}
header &gt; .inner .gNav ul li a span {
  display: block;
  font-size: 64%;
  font-weight: 200;
}
header &gt; .inner .gNav ul .hhome a {
  padding: 0 45px 0 30px;
}
header &gt; .inner .gNav ul .hhome a::before {
  background: url(../img/union/home.png) no-repeat 0 0/100% auto;
}
header &gt; .inner .gNav ul .hretro a {
  padding: 0 25px 0 30px;
}
header &gt; .inner .gNav ul .hretro a::before {
  background: url(../img/union/retro.png) no-repeat 0 0/100% auto;
  width: 97px;
  height: 41px;
  left: 19%;
  top: -38px;
}
header &gt; .inner .gNav ul .htropical a {
  padding: 0 25px 0 30px;
}
header &gt; .inner .gNav ul .htropical a::before {
  background: url(../img/union/tropical.png) no-repeat 0 0/100% auto;
  width: 116px;
  height: 43px;
  left: 19%;
  top: -41px;
}
header &gt; .inner .gNav ul .hretropical a {
  padding: 0 25px 0 30px;
}
header &gt; .inner .gNav ul .hretropical a::before {
  background: url(../img/union/retropical.png) no-repeat 0 0/100% auto;
  width: 135px;
  height: 45px;
  left: 16%;
  top: -44px;
}
header &gt; .inner .gNav ul .hnew a {
  padding: 0 20px 0 35px;
}
header &gt; .inner .gNav ul .hnew a::before {
  background: url(../img/union/news.png) no-repeat 0 0/100% auto;
  width: 87px;
  height: 40px;
  left: 21%;
  top: -39px;
}
header &gt; .inner .menuTriggerBox {
  background-color: #ea6792;
  color: #FFF;
  min-width: 46px;
  min-height: 42px;
  z-index: 10;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: none;
}
header &gt; .inner .menuTriggerBox:hover {
  opacity: 0.8;
}
header &gt; .inner .menuTriggerBox &gt; span {
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 2px 0 0;
}
header &gt; .inner .menuTriggerBox .menuTrigger, header &gt; .inner .menuTriggerBox .menuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header &gt; .inner .menuTriggerBox .menuTrigger {
  position: relative;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 18px;
}
header &gt; .inner .menuTriggerBox .menuTrigger span {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -13px;
  height: 2px;
  background-color: #FFF;
  border-radius: 10px;
}
header &gt; .inner .menuTriggerBox .menuTrigger span:nth-of-type(1) {
  top: 0;
}
header &gt; .inner .menuTriggerBox .menuTrigger span:nth-of-type(2) {
  top: 8px;
}
header &gt; .inner .menuTriggerBox .menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

@media (min-width: 769px) and (max-width: 1200px) {
  header .inner {
    align-items: center;
    padding: 5px 2% 0 1%;
  }
  header .inner .gNav {
    display: none;
  }
  header .inner .logo {
    max-width: 170px;
    width: 100%;
  }
  header .inner .menuTriggerBox {
    display: unset;
  }
  header .inner .menuTrigger {
    top: 8px !important;
  }
}
/*=================================================================*/
/*	breadcrumb
/*=================================================================*/
/*=================================================================*/
/*	footer
/*=================================================================*/
footer {
  background: url(../img/union/footerBg.png) repeat 0 0/100% auto;
  color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 70px;
  top: -70px;
  background: url(../img/union/footerWave.png) repeat top center/auto 70px;
  z-index: -1;
}
footer &gt; .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0;
}
footer &gt; .inner .information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
footer &gt; .inner .fleft .flTop {
  margin-bottom: 10px;
  text-align: left;
}
footer &gt; .inner .fleft .flTop .flogo {
  width: 280px;
  display: block;
  margin-bottom: 8px;
}
footer &gt; .inner .fleft .flTop .departmentName {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05px;
}
footer &gt; .inner .fleft .flTop address {
  font-size: 1.6rem;
  font-style: normal;
}
footer &gt; .inner .fleft .flBottom {
  font-size: 1.6rem;
}
footer &gt; .inner .fleft .flBottom .telFax {
  display: flex;
  gap: 20px;
}
footer &gt; .inner .fleft .flBottom p {
  margin-bottom: 5px;
}
footer &gt; .inner .fleft .flBottom p span {
  display: inline-block;
  text-align: center;
  width: 8rem;
  font-size: 1.7rem;
  background-color: #fff;
  color: #5db7ad;
  border-radius: 12px;
  font-weight: 500;
  margin-right: 8px;
}
footer &gt; .inner .fright .gnav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  border-radius: 60px;
  padding: 11px 25px 11px 31px;
  margin-bottom: 45px;
}
footer &gt; .inner .fright .gnav li {
  margin: 0 25px;
  transform: rotate(-7deg);
}
footer &gt; .inner .fright .gnav li a {
  line-height: 0.8;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #009e96;
  font-size: 1.1rem;
  position: relative;
}
footer &gt; .inner .fright .gnav li a::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 33px;
  left: -18px;
  top: -33px;
  transform: rotate(6deg);
}
footer &gt; .inner .fright .gnav li a span {
  display: block;
  font-size: 64%;
  font-weight: 200;
}
footer &gt; .inner .fright .gnav .hhome a::before {
  background: url(../img/union/home.png) no-repeat 0 0/100% auto;
}
footer &gt; .inner .fright .gnav .hretro {
  margin: 0 22px 0 40px;
}
footer &gt; .inner .fright .gnav .hretro a::before {
  background: url(../img/union/retro.png) no-repeat 0 0/100% auto;
  width: 82px;
  height: 35px;
  left: 1px;
  top: -36px;
}
footer &gt; .inner .fright .gnav .htropical a::before {
  background: url(../img/union/tropical.png) no-repeat 0 0/100% auto;
  width: 97px;
  height: 36px;
  left: 3px;
  top: -38px;
}
footer &gt; .inner .fright .gnav .hretropical {
  margin: 0 20px 0 25px;
}
footer &gt; .inner .fright .gnav .hretropical a::before {
  background: url(../img/union/retropical.png) no-repeat 0 0/100% auto;
  width: 114px;
  height: 39px;
  left: -1px;
  top: -38px;
}
footer &gt; .inner .fright .gnav .hnew {
  margin: 0 25px 0 35px;
}
footer &gt; .inner .fright .gnav .hnew a::before {
  background: url(../img/union/news.png) no-repeat 0 0/100% auto;
  width: 73px;
  height: 33px;
  left: -10px;
  top: -34px;
}
footer &gt; .inner .fright .sns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
  justify-content: right;
}
footer &gt; .inner .fright .sns li {
  margin-right: 16px;
}
footer &gt; .inner .fright .sns li a {
  display: block;
}
footer &gt; .inner .fright .sns li a.instagram {
  width: 30px;
}
footer &gt; .inner .fright .sns li a.x {
  width: 29px;
}
footer &gt; .inner .fright .sns li a.facebook {
  width: 30px;
}
footer &gt; .inner .fright .sns li a.youtube {
  width: 134px;
}
footer &gt; .inner .fright .sns li a img {
  width: 100%;
}
footer &gt; .inner .fright .buttonWrap {
  display: flex;
  justify-content: right;
  margin-right: 10px;
  gap: 60px;
}
footer &gt; .inner .fright .buttonWrap a {
  display: block;
  padding: 15px 25px 15px 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #231815;
  font-weight: 500;
  font-size: 1.8rem;
  box-shadow: 10px 10px #228b80;
}
footer &gt; .inner .fright .buttonWrap a span {
  padding-left: 55px;
  font-weight: 900;
  font-size: 2.2rem;
}
footer &gt; .inner .copyRight {
  font-size: 1.3rem;
  text-align: center;
}

#footer-content {
  display: none;
}

@media screen and (max-width: 1159px) {
  footer {
    padding: 1% 4% 0;
  }
  footer &gt; .inner {
    padding: 25px 0;
  }
  footer &gt; .inner .information {
    display: block;
  }
  footer &gt; .inner .information .fleft .flTop {
    margin-bottom: 20px;
    text-align: center;
  }
  footer &gt; .inner .information .fleft .flTop .flogo {
    margin: auto;
    width: 70%;
    max-width: 250px;
    margin-bottom: 15px;
  }
  footer &gt; .inner .information .fleft .flTop .departmentName {
    font-size: 2rem;
  }
  footer &gt; .inner .information .fleft .flTop address {
    font-size: 1.5rem;
  }
  footer &gt; .inner .information .fleft .flBottom {
    margin-bottom: 30px;
    font-size: 1.45rem;
    text-align: center;
  }
  footer &gt; .inner .information .fleft .flBottom .telFax {
    display: block;
  }
  footer &gt; .inner .information .fleft .flBottom p {
    margin-bottom: 8px;
  }
  footer &gt; .inner .information .fleft .flBottom p span {
    font-size: 1.5rem;
  }
  footer &gt; .inner .fright .gnav {
    display: block;
    border-radius: 30px;
    text-align: center;
    margin: 0 5% 35px;
    padding: 16px 25px 6px;
  }
  footer &gt; .inner .fright .gnav li {
    width: 210px;
    margin: 20px auto 35px;
  }
  footer &gt; .inner .fright .gnav li a {
    font-size: 1.2rem;
  }
  footer &gt; .inner .fright .gnav li::before {
    width: 30%;
    height: 120%;
    left: 35%;
    top: -93%;
  }
  footer &gt; .inner .fright .gnav .hretro {
    margin: 30px auto 40px;
  }
  footer &gt; .inner .fright .gnav .hretro::before {
    width: 36%;
    height: 132%;
    left: 32%;
    top: -109%;
  }
  footer &gt; .inner .fright .gnav .htropical {
    margin: 30px auto 40px;
  }
  footer &gt; .inner .fright .gnav .htropical::before {
    width: 46%;
    height: 147%;
    left: 27%;
    top: -127%;
  }
  footer &gt; .inner .fright .gnav .hretropical {
    margin: 30px auto 35px;
  }
  footer &gt; .inner .fright .gnav .hretropical::before {
    width: 51%;
    height: 148%;
    left: 25%;
    top: -120%;
  }
  footer &gt; .inner .fright .gnav .hnew {
    margin: 0 auto 10px;
  }
  footer &gt; .inner .fright .gnav .hnew::before {
    width: 30%;
    height: 120%;
    left: 35%;
    top: -97%;
  }
  footer &gt; .inner .fright .sns {
    margin: 0 5% 35px;
    justify-content: center;
    gap: 8px;
  }
  footer &gt; .inner .fright .sns li {
    margin-right: 10px;
  }
  footer &gt; .inner .fright .sns li:last-child {
    margin-right: 0;
  }
  footer &gt; .inner .fright .sns li a img {
    width: 93%;
  }
  footer &gt; .inner .fright .buttonWrap {
    margin: 0 5% 10px;
    justify-content: center;
  }
  footer &gt; .inner .fright .buttonWrap a {
    font-size: 1.5rem;
    padding: 10px 25px 15px 40px;
  }
  footer &gt; .inner .copyRight {
    font-size: 1.2rem;
  }
  .gnav.pc {
    display: none !important;
  }
}
/*=================================================================*/
/*	ハンバーガーボタンと連動したメニュー
/*=================================================================*/
.navMenu {
  background: #60bbb1;
  color: #FFF;
  width: 100vw;
  height: 100vh;
  z-index: 600;
  position: fixed;
  box-sizing: border-box;
  transition: 0.5s;
  top: 0;
  padding: 12% 10% 40px;
  overflow: scroll;
}
.navMenu .closeBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.navMenu .closeBtn span {
  position: absolute;
  left: 50%;
  width: 32px;
  margin-left: -16px;
  height: 3px;
  background-color: #fff;
}
.navMenu .closeBtn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: 19px;
}
.navMenu .closeBtn span:nth-of-type(2) {
  transform: translateY(-13px) rotate(45deg);
  bottom: 15px;
}
.navMenu a {
  color: #009e96;
}
.navMenu.left {
  left: -100vw;
}
.navMenu.left.active {
  left: 0;
}
.navMenu.right {
  right: -100vw;
}
.navMenu.right.active {
  right: -17px;
}
.navMenu.top {
  top: -100vh;
}
.navMenu.top.active {
  top: 0;
}
.navMenu.fade {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
}
.navMenu.fade.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navMenu .inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 15px 4%;
  border-radius: 30px;
}
.navMenu .inner &gt; ul {
  margin: 0;
  text-align: center;
}
.navMenu .inner &gt; ul &gt; li {
  font-size: 1.6rem;
  position: relative;
  padding: 5px 0;
  border-bottom: unset;
  text-align: left;
  border-bottom: dotted 2px #DDD;
}
.navMenu .inner &gt; ul &gt; li:last-child {
  border-bottom: none;
}
.navMenu .inner &gt; ul &gt; li &gt; a {
  padding: 12px 0 12px 22px;
  display: block;
  position: relative;
}
.navMenu .inner &gt; ul &gt; li &gt; a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #009e96;
  transform: rotate(-90deg);
  left: 7px;
  top: 50%;
  margin-top: -4px;
}

/*=================================================================*/
/*	topscroll
/*=================================================================*/
a.topscroll {
  display: block;
  position: fixed;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #60bbb1;
  z-index: 8;
  border: solid 2px #FFF;
}
a.topscroll::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: solid 3px;
  border-right: solid 3px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -9px;
  color: #fff;
  display: block;
  transform: rotate(-45deg);
}

/*=================================================================*/
/*	newsList
/*=================================================================*/
.newsList {
  background-color: #fff;
  padding: 50px 45px 50px 60px;
  border-radius: 24px 0 24px 0;
  margin-bottom: 105px;
}
.newsList a {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 3px dotted #acacac;
}
.newsList a:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: unset;
}
.newsList a img {
  width: 20%;
  max-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList a dl {
  font-weight: 500;
  text-align: left;
}
.newsList a dl dd {
  color: #666666;
  font-size: 18px;
}
.newsList a dl dt {
  color: #231815;
  font-size: 20px;
}

/*******************************************************************/
/* PC
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*&lt;start&gt;==========================================================*/
  body {
    height: 100%;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  footer .copy {
    text-align: center;
  }
  /*&lt;end&gt;============================================================*/
}
/*******************************************************************/
/* TB
/*******************************************************************/
@media screen and ( max-width:1200px) {
  /*&lt;start&gt;==========================================================*/
  /*&lt;end&gt;============================================================*/
}
/*******************************************************************/
/* w1000
/*******************************************************************/
@media screen and (max-width: 1000px) {
  /*&lt;start&gt;==========================================================*/
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  header &gt; .inner {
    min-height: 64px;
  }
  header &gt; .inner .headerCtrl {
    display: none;
  }
  header &gt; .inner .searchBtn {
    margin: 0;
  }
  .tSizeBtn {
    display: flex;
  }
  /*=================================================================*/
  /*	メニュー
  /*=================================================================*/
  .menuTriggerBox {
    background-color: #2f75bd;
    color: #FFF;
    min-width: 74px;
    z-index: 10;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .menuTriggerBox:hover {
    opacity: 0.8;
  }
  .menuTriggerBox &gt; span {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 2px 0 0;
  }
  .menuTriggerBox .menuTrigger, .menuTriggerBox .menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menuTriggerBox .menuTrigger {
    position: relative;
    top: 0;
    width: 26px;
    height: 19px;
  }
  .menuTriggerBox .menuTrigger span {
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -13px;
    height: 3px;
    background-color: #FFF;
    border-radius: 10px;
  }
  .menuTriggerBox .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  .menuTriggerBox .menuTrigger span:nth-of-type(2) {
    top: 8px;
  }
  .menuTriggerBox .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  body.noscroll {
    overflow: hidden;
  }
  /*&lt;end&gt;============================================================*/
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*&lt;start&gt;==========================================================*/
  html {
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  #wrap {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .pc {
    display: none !important;
  }
  /*	img
  ----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  /*	space
  ---------------------------------------------------------------*/
  #wrap .spw10p img {
    width: 10%;
  }
  #wrap .spw20p img {
    width: 20%;
  }
  #wrap .spw30p img {
    width: 30%;
  }
  #wrap .spw40p img {
    width: 40%;
  }
  #wrap .spw50p img {
    width: 50%;
  }
  #wrap .spw60p img {
    width: 60%;
  }
  #wrap .spw70p img {
    width: 70%;
  }
  #wrap .spw80p img {
    width: 80%;
  }
  #wrap .spw90p img {
    width: 90%;
  }
  #wrap .spw100p img {
    width: 100%;
  }
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  header .inner {
    align-items: center;
    padding: 5px 2% 0 2%;
  }
  header .inner .gNav {
    display: none;
  }
  header .inner .logo {
    max-width: 150px;
    width: 100%;
  }
  header .inner .menuTriggerBox {
    display: unset;
  }
  /*=================================================================*/
  /*	ハンバーガーボタンと連動したメニュー
  /*=================================================================*/
  .navMenu {
    padding: 70px 4% 40px;
  }
  .navMenu .closeBtn {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
  .navMenu .closeBtn span {
    width: 23px;
    margin-left: -12px;
    height: 2px;
  }
  .navMenu .closeBtn span:nth-of-type(1) {
    top: 8px;
  }
  .navMenu .closeBtn span:nth-of-type(2) {
    bottom: 7px;
  }
  /*=================================================================*/
  /*	topscroll
  /*=================================================================*/
  a.topscroll {
    width: 46px;
    height: 46px;
    z-index: 10;
  }
  a.topscroll::before {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    margin-left: -8px;
  }
  /*=================================================================*/
  /*	newsList
  /*=================================================================*/
  .newsList {
    padding: 6% 6% 8%;
    margin-bottom: 65px;
  }
  .newsList a {
    gap: 3%;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .newsList a img {
    min-width: 100px;
    max-height: 77px !important;
  }
  .newsList a dl dd {
    font-size: 13px;
  }
  .newsList a dl dt {
    font-size: 15px;
  }
  /*=================================================================*/
  /*	tblWrap
  /*=================================================================*/
  .tblWrap {
    overflow: scroll;
    position: relative;
    padding: 0 0 8px;
  }
  .tblWrap::before {
    content: "※テーブルはスライドしてご覧いただけます";
    color: #f95e00;
    margin: 0 0 5px;
    display: block;
    font-size: 90%;
  }
  .tblWrap .courseTbl {
    width: 800px;
  }
  .tblWrap table {
    width: 800px !important;
  }
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  /*&lt;end&gt;============================================================*/
}
@media screen and (max-width: 768px) and (max-width: 724px) {
  footer::before {
    width: 100%;
    height: 28px;
    top: -26px;
    background: url(../img/union/footerWave.png) repeat top center/auto 28px;
  }
  footer &gt; .inner .fright .buttonWrap {
    display: block;
  }
  footer &gt; .inner .fright .buttonWrap a {
    text-align: center;
  }
  footer &gt; .inner .fright .buttonWrap a:first-child {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=theme.css.map */</pre></body></html>