@charset "UTF-8";
:root {
  --main-color: #2166C7;
  --sub-color01: #9CCFFF;
  --sub-color02: #589AF5;
  --sub-color03: #004098;
  --sub-color04: #1B9759;
  --sub-color05: #F6C500;
  --sub-color06: #EF4552;
  --sub-color07: #F0F0F0;
  --sub-color08: #F96A76;
  --font-color-default: #333333;
  --news-cat01: #2166C7;
  --news-cat02: #F6C500;
  --news-cat03: #1B9759;
  --news-cat04: #ff8f18;
  --news-cat05: #589AF5;
  --news-cat06: #EF4552;
  --bg-color01: #E2F4FF;
  --bg-color02: #FFF0DA;
  --bg-color03: #EBF8FF;
  --calc-form-color01: #DEB26D;
  --calc-form-txt: #BE934F;
  --calc-form-bg: #FFF9F0;
  --calc-form-border: #DAC097;
  --table-header: #2166C7;
  --table-border: #C9D9E4;
  --wp--custom--color--text-red: #EF4552;
  --wp--custom--color--main-blue: #2166C7;
}

.has-text-red-color {
  color: var(--wp--custom--color--text-red);
}

.has-main-blue-color {
  color: var(--wp--custom--color--main-blue);
}

.has-text-red-background-color {
  background-color: var(--wp--custom--color--text-red);
}

.has-main-blue-background-color {
  background-color: var(--wp--custom--color--main-blue);
}

/*=================================================================*/
/*	webフォントセット
---------------------------------------------------------------*/
/* NotoSansJP */
@font-face {
  font-family: "NotoSansJP";
  font-style: Light;
  font-weight: 200;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2"), url("../font/NotoSansJP-Light.woff") format("woff"), url("../font/NotoSansJP-Light.ttf") format("ttf");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: Regular;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: Medium;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: Bold;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: Black;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2"), url("../font/NotoSansJP-Black.woff") format("woff"), url("../font/NotoSansJP-Black.ttf") format("ttf");
}
/* Rubik */
@font-face {
  font-family: "Rubik";
  font-style: Regular;
  font-weight: 400;
  src: url("../font/Rubik-Regular.woff2") format("woff2"), url("../font/Rubik-Regular.woff") format("woff"), url("../font/Rubik-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Rubik";
  font-style: Medium;
  font-weight: 500;
  src: url("../font/Rubik-Medium.woff2") format("woff2"), url("../font/Rubik-Medium.woff") format("woff"), url("../font/Rubik-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Rubik";
  font-style: SemiBold;
  font-weight: 600;
  src: url("../font/Rubik-SemiBold.woff2") format("woff2"), url("../font/Rubik-SemiBold.woff") format("woff"), url("../font/Rubik-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Rubik";
  font-style: Bold;
  font-weight: 700;
  src: url("../font/Rubik-Bold.woff2") format("woff2"), url("../font/Rubik-Bold.woff") format("woff"), url("../font/Rubik-Bold.ttf") format("ttf");
}
/* Inter */
@font-face {
  font-family: "Inter";
  font-style: Regular;
  font-weight: 400;
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Inter";
  font-style: Medium;
  font-weight: 500;
  src: url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.woff") format("woff"), url("../font/Inter-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Inter";
  font-style: SemiBold;
  font-weight: 600;
  src: url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff"), url("../font/Inter-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Inter";
  font-style: Bold;
  font-weight: 700;
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("ttf");
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 11;
  display: none !important;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  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 var(--main-color);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* 全デバイス共通 */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
}

/*	table
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*	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,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

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

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

/*	space
---------------------------------------------------------------*/
#wrap .mt0 {
  margin-top: 0px !important;
}

#wrap .mb0 {
  margin-bottom: 0px !important;
}

#wrap .mr0 {
  margin-right: 0px !important;
}

#wrap .ml0 {
  margin-left: 0px !important;
}

#wrap .mt10 {
  margin-top: 10px !important;
}

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

#wrap .mr10 {
  margin-right: 10px !important;
}

#wrap .ml10 {
  margin-left: 10px !important;
}

#wrap .mt20 {
  margin-top: 20px !important;
}

#wrap .mb20 {
  margin-bottom: 20px !important;
}

#wrap .mr20 {
  margin-right: 20px !important;
}

#wrap .ml20 {
  margin-left: 20px !important;
}

#wrap .mt30 {
  margin-top: 30px !important;
}

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

#wrap .mr30 {
  margin-right: 30px !important;
}

#wrap .ml30 {
  margin-left: 30px !important;
}

#wrap .mt40 {
  margin-top: 40px !important;
}

#wrap .mb40 {
  margin-bottom: 40px !important;
}

#wrap .mr40 {
  margin-right: 40px !important;
}

#wrap .ml40 {
  margin-left: 40px !important;
}

#wrap .mt50 {
  margin-top: 50px !important;
}

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

#wrap .mr50 {
  margin-right: 50px !important;
}

#wrap .ml50 {
  margin-left: 50px !important;
}

#wrap .mt60 {
  margin-top: 60px !important;
}

#wrap .mb60 {
  margin-bottom: 60px !important;
}

#wrap .mr60 {
  margin-right: 60px !important;
}

#wrap .ml60 {
  margin-left: 60px !important;
}

#wrap .mt70 {
  margin-top: 70px !important;
}

#wrap .mb70 {
  margin-bottom: 70px !important;
}

#wrap .mr70 {
  margin-right: 70px !important;
}

#wrap .ml70 {
  margin-left: 70px !important;
}

#wrap .mt80 {
  margin-top: 80px !important;
}

#wrap .mb80 {
  margin-bottom: 80px !important;
}

#wrap .mr80 {
  margin-right: 80px !important;
}

#wrap .ml80 {
  margin-left: 80px !important;
}

#wrap .mt90 {
  margin-top: 90px !important;
}

#wrap .mb90 {
  margin-bottom: 90px !important;
}

#wrap .mr90 {
  margin-right: 90px !important;
}

#wrap .ml90 {
  margin-left: 90px !important;
}

#wrap .mt100 {
  margin-top: 100px !important;
}

#wrap .mb100 {
  margin-bottom: 100px !important;
}

#wrap .mr100 {
  margin-right: 100px !important;
}

#wrap .ml100 {
  margin-left: 100px !important;
}

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

/*	p
---------------------------------------------------------------*/
p {
  color: #333333;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #333;
  transition: background-color 5000s ease-in-out 0s;
}

/*=================================================================*/
body {
  line-height: 160%;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "NotoSansJP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
}

/*******************************************************************/
/* Print */
/*******************************************************************/
@media print {
  header {
    position: absolute !important;
    top: 0;
  }
}
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width:769px) {
  /*<start>==========================================================*/
  html {
    height: 100%;
    font-size: 62.5%;
    /*10px相当にreset*/
  }
  body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    /*css3の効かないブラウザ用*/
    font-size: 1.6rem;
    /*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
    font-weight: 500;
  }
  body.fullmenu_open {
    overflow: hidden;
  }
  #wrap {
    position: relative;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	共通メニュー */
  /*=================================================================*/
  a.btn_basic {
    padding: 14px 40px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color) url(../images/union/icon_line_arrow.svg) right 20px center/6px auto no-repeat;
    border-radius: 100px;
    width: fit-content;
    min-width: 192px;
    box-sizing: border-box;
  }
  a.btn_basic:hover {
    background-position: right 10px center;
  }
  a.topscroll {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 57px;
    height: 57px;
    background: #141414;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* PC(100px以上) */
/*******************************************************************/
@media print, screen and (min-width:1000px) {
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  header.h_sp {
    display: none;
  }
  header .upper_header {
    background: #fff;
    position: relative;
    z-index: 15;
  }
  header .upper_header > .inner {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1240px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  header .upper_header > .inner .logo {
    width: 330px;
    transition: 0.3s;
  }
  header .upper_header > .inner .logo a {
    width: 100%;
    display: inline-block;
  }
  header .upper_header > .inner .logo a img {
    width: 100%;
  }
  header .upper_header > .inner .features {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
  }
  header .upper_header > .inner .features .word {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header .upper_header > .inner .features .word #fontSize {
    padding: 5px 5px 5px 40px;
    line-height: 1.4;
    background: var(--main-color);
    min-width: 282px;
    max-width: 100%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: end;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
  }
  header .upper_header > .inner .features .word #fontSize:before {
    content: "";
    width: 21px;
    height: 17px;
    background: url("../images/union/icon_text.svg") no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .upper_header > .inner .features .word #fontSize > p {
    color: #fff;
    font-size: 1.6rem;
    font-size: 16px;
    transition: 0.3s;
  }
  header .upper_header > .inner .features .word #fontSize > a {
    margin-left: 5px;
    padding: 2.5px 8px;
    color: var(--main-color);
    font-size: 1.3rem;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  header .upper_header > .inner .features .word #fontSize > a:hover {
    cursor: pointer;
    opacity: 0.9;
    background: var(--bg-color01);
  }
  header .upper_header > .inner .features .word #fontSize > a.middleFont {
    margin-left: 10px;
    font-weight: 400;
  }
  header .upper_header > .inner .features .word #fontSize > a.largeFont {
    font-weight: 700;
  }
  header .upper_header > .inner .features .word #fontSize > a.active {
    color: #fff;
    background: var(--main-color);
  }
  header .upper_header > .inner .features .word .search #searchform {
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    overflow: hidden;
  }
  header .upper_header > .inner .features .word .search #searchform input.form-input {
    padding: 3.5px 6px 3.5px 18px;
    flex: 1;
    background: #f0f0f0;
    max-width: 100%;
    transition: 0.3s;
  }
  header .upper_header > .inner .features .word .search #searchform input.form-input::placeholder {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 1;
  }
  header .upper_header > .inner .features .word .search #searchform button.search-btn {
    padding: 6px 15px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    box-sizing: border-box;
    transition: 0.3s;
  }
  header .upper_header > .inner .features .word .search #searchform button.search-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  header .upper_header > .inner .features .word .search #searchform button.search-btn img {
    width: 20px;
    height: auto;
    transform: translateX(-2px);
  }
  header .upper_header > .inner .features .menu_btn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  header .upper_header > .inner .features .menu_btn a.btn {
    padding: 16px 26px 16px 60px;
    min-height: 70px;
    display: flex;
    align-items: center;
    background: var(--sub-color07);
    border-radius: 5px;
    box-sizing: border-box;
  }
  header .upper_header > .inner .features .menu_btn a.btn p {
    color: var(--sub-color03);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
  header .upper_header > .inner .features .menu_btn a.btn p span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  header .upper_header > .inner .features .menu_btn a.btn.contact {
    background-color: var(--sub-color06);
    background-image: url("../images/union/icon_mail.svg");
    background-repeat: no-repeat;
    background-position: left 17px center;
  }
  header .upper_header > .inner .features .menu_btn a.btn.contact p {
    color: #fff;
  }
  header .upper_header > .inner .features .menu_btn a.btn.download {
    background-color: var(--sub-color07);
    background-image: url("../images/union/icon_file_lock.svg");
    background-repeat: no-repeat;
    background-position: left 17px center;
  }
  header .upper_header > .inner .features button.hamburger {
    padding: 10px 2px;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sub-color03);
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    flex: none;
  }
  header .upper_header > .inner .features button.hamburger:after {
    content: "";
    margin: auto;
    width: 100%;
    height: 30px;
    display: block;
    background: var(--sub-color03);
    opacity: 0;
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: -1;
  }
  header .upper_header > .inner .features button.hamburger.active:after {
    opacity: 1;
    top: calc(100% - 10px);
    transition: 0.4s;
  }
  header .upper_header > .inner .features button.hamburger .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 8px;
  }
  header .upper_header > .inner .features button.hamburger .icon .bdr {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.4s;
  }
  header .upper_header > .inner .features button.hamburger .icon .bdr:nth-child(1) {
    top: calc(20% - 2px);
  }
  header .upper_header > .inner .features button.hamburger .icon .bdr:nth-child(2) {
    top: calc(50% - 2px);
  }
  header .upper_header > .inner .features button.hamburger .icon .bdr:nth-child(3) {
    top: calc(80% - 2px);
  }
  header .upper_header > .inner .features button.hamburger.active .bdr:nth-child(1) {
    transform: translateY(10.5px) rotate(-45deg);
  }
  header .upper_header > .inner .features button.hamburger.active .bdr:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
  }
  header .upper_header > .inner .features button.hamburger.active .bdr:nth-child(3) {
    transform: translateY(-10.5px) rotate(45deg);
  }
  header .upper_header > .inner .features button.hamburger > p {
    margin-top: auto;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
  }
  header .main_menu {
    z-index: 11;
    position: relative;
  }
  header .main_menu .inner {
    width: 100%;
    background: var(--main-color);
    position: relative;
    z-index: 5;
  }
  header .main_menu nav.global {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  header .main_menu nav.global ul.global_menu {
    margin: 0 auto;
    width: 100%;
    min-height: 60px;
    max-width: 1200px;
    display: flex;
    align-items: stretch;
  }
  header .main_menu nav.global ul.global_menu > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    position: relative;
    transition: 0.3s;
  }
  header .main_menu nav.global ul.global_menu > li:before {
    content: "";
    margin: auto;
    width: 14px;
    height: 13px;
    display: inline-block;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: var(--sub-color03);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -1px;
  }
  header .main_menu nav.global ul.global_menu > li.active:before {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
  }
  header .main_menu nav.global ul.global_menu > li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header .main_menu nav.global ul.global_menu > li:last-child:after {
    display: none;
  }
  header .main_menu nav.global ul.global_menu > li > a {
    padding: 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  header .main_menu nav.global ul.global_menu > li > a:hover {
    opacity: 1;
  }
  header .main_menu .megamenu {
    padding: 22px 22px 46px;
    background: var(--sub-color03);
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  header .main_menu .megamenu.disp {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 2;
  }
  header .main_menu .megamenu dl {
    margin: 0 auto;
    max-width: 1000px;
  }
  header .main_menu .megamenu dl dt {
    margin-bottom: 18px;
    padding: 8px 20px;
    color: var(--sub-color03);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.07em;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
  }
  header .main_menu .megamenu dl dt span.sub {
    margin-left: 28px;
    color: #999999;
    font-family: Rubik;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
  }
  header .main_menu .megamenu dl dt span.sub:before {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    background: #686868;
    position: absolute;
    left: -14px;
  }
  header .main_menu .megamenu dl dd > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
  }
  header .main_menu .megamenu dl dd > ul > li {
    width: calc((100% - 120px) / 4);
  }
  header .main_menu .megamenu dl dd > ul > li a {
    padding-left: 1.25em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    position: relative;
  }
  header .main_menu .megamenu dl dd > ul > li a:before {
    content: "";
    width: 9px;
    height: 5px;
    display: inline-block;
    background: url(../images/union/icon_arrow_up.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: calc(0.6em - 2.5px);
    transition: 0.3s;
  }
  header .main_menu .megamenu dl dd > ul > li a:hover:before {
    left: 6px;
    transition: 0.3s;
  }
  header #fullscreen_menu {
    padding: 160px 40px 60px;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sub-color03);
    position: fixed;
    inset: 0;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.4s;
  }
  header #fullscreen_menu.disp {
    visibility: unset;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s;
  }
  header #fullscreen_menu .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    overflow-y: scroll;
  }
  header #fullscreen_menu .inner::-webkit-scrollbar {
    width: 15px;
  }
  header #fullscreen_menu .inner::-webkit-scrollbar-track {
    background: #103870;
  }
  header #fullscreen_menu .inner::-webkit-scrollbar-thumb {
    background-color: #C5C5C5;
  }
  header #fullscreen_menu .inner::-webkit-scrollbar-thumb:hover {
    background-color: #b0b0b0;
  }
  header #fullscreen_menu .inner .menu_list {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  header #fullscreen_menu .inner .menu_list dl {
    width: calc((100% - 40px) / 2);
  }
  header #fullscreen_menu .inner .menu_list dl dt {
    margin-bottom: 0.6em;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
  }
  header #fullscreen_menu .inner .menu_list dl dt a {
    color: #fff;
  }
  header #fullscreen_menu .inner .menu_list dl dd {
    padding-left: 20px;
  }
  header #fullscreen_menu .inner .menu_list dl dd ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  header #fullscreen_menu .inner .menu_list dl dd ul li a {
    padding-left: 1.25em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
  }
  header #fullscreen_menu .inner .menu_list dl dd ul li a:before {
    content: "";
    width: 9px;
    height: 5px;
    display: inline-block;
    background: url(../images/union/icon_arrow_up.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: calc(0.8em - 2.5px);
    transition: 0.3s;
  }
  header #fullscreen_menu .inner .menu_list dl dd ul li a:hover:before {
    left: 6px;
    transition: 0.3s;
  }
  /*=================================================================*/
  /*	フローティングLINEメニュー */
  /*=================================================================*/
  a.floating_line_menu {
    padding: 13px 21px 30px 11px;
    color: #fff;
    font-size: 1.6rem;
    font-family: Inter;
    font-weight: 600;
    writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 0.16em;
    line-height: 1.2;
    min-height: 236px;
    background: #06C755;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    position: fixed;
    right: -10px;
    top: max(480px, 50% - 100px);
    z-index: 8;
    will-change: transform;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  }
  a.floating_line_menu > span {
    padding-top: 46px;
    min-width: 32px;
    display: inline-block;
    background: url(../images/union/icon_line_sns.svg) center top 0/32px auto no-repeat;
  }
  a.floating_line_menu > span:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/union/icon_announcement.svg);
    background-size: contain;
    background-position: center center;
    transform: translateX(3px);
  }
  a.floating_line_menu:hover {
    opacity: 1;
    right: 0px;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  footer {
    color: #fff;
    background: var(--sub-color03);
    position: relative;
  }
  footer a.page_top {
    padding: 16px;
    padding: 40px 10px 10px 10px;
    color: #fff;
    font-family: Rubik;
    font-size: 1.3rem;
    line-height: 1;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    background: var(--main-color);
    background-image: url(../images/union/icon_arrow_up.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center 18px;
    border: 2px solid #fff;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  footer a.page_top.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-10px);
    transition: 0.4s;
    transition-delay: 0.2s;
  }
  footer a.page_top:hover {
    opacity: 1;
    background-position: center 10px;
  }
  footer .inner {
    margin: 0 auto;
    padding: 32px 40px 44px;
    max-width: 1280px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 38px;
  }
  footer .inner .info .logo {
    display: inline-block;
  }
  footer .inner .info ul.data {
    margin-top: 10px;
  }
  footer .inner .info ul.data li.address {
    font-size: 1.4rem;
  }
  footer .inner .info ul.data li.tel {
    margin-top: 6px;
    font-size: 3rem;
    font-weight: 700;
    min-height: 30px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  footer .inner .info ul.data li.tel a {
    color: #fff;
    pointer-events: none;
  }
  footer .inner .info ul.data li.tel:before {
    content: "";
    margin-top: 2px;
    display: inline-block;
    width: 26px;
    height: 25px;
    background-color: #fff;
    -webkit-mask: url(../images/union/icon_tel.svg) no-repeat center/contain;
    mask: url(../images/union/icon_tel.svg) no-repeat center/contain;
  }
  footer .inner .info ul.data li.business_hours {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  footer .inner .info ul.data li.business_hours > span {
    color: var(--sub-color03);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
  }
  footer .inner ul.f_menu {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  footer .inner ul.f_menu li {
    width: 100%;
    max-width: 270px;
  }
  footer .inner ul.f_menu li a {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
  }
  footer .inner ul.f_menu li a.insite {
    padding: 12px 20px 12px 80px;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
  }
  footer .inner ul.f_menu li a.insite .text {
    color: var(--sub-color03);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  footer .inner ul.f_menu li a.insite .text .sub {
    font-size: 1.2rem;
  }
  footer .inner ul.f_menu li a.insite.contact {
    background-image: url(../images/union/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left 30px center;
  }
  footer .inner ul.f_menu li a.insite.download {
    background-image: url(../images/union/icon_file_lock.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left 30px center;
  }
  footer .inner ul.f_menu li a.insite.access {
    background-image: url(../images/union/icon_address.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: left 30px center;
  }
  footer .inner ul.f_menu li a.outer {
    aspect-ratio: 27/7;
  }
  footer .copy {
    padding: 12px 40px;
    color: #fff;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
    background: #003681;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*	中間幅用調整スタイル */
  /*=================================================================*/
}
@media print and (max-width: 1240px), screen and (min-width:1000px) and (max-width: 1240px) {
  header .upper_header .inner .logo {
    width: 280px;
    transition: 0.3s;
  }
  header .upper_header .inner .features .word #fontSize {
    width: fit-content;
    min-width: unset;
    transition: 0.3s;
  }
  header .upper_header .inner .features .word #fontSize > p {
    padding: 0;
    font-size: 1.3rem;
    transition: 0.3s;
  }
  header .upper_header .inner .features .word #fontSize > a {
    font-size: 1.2rem;
    width: 60px;
  }
  header .upper_header .inner .features .word .search #searchform input.form-input {
    width: 100%;
    transition: 0.3s;
  }
  header .upper_header .inner .features .menu_btn a.btn {
    padding: 10px 10px 10px 34px;
    background-size: 20px auto;
    background-position: left 8px center !important;
  }
  footer .inner ul.f_menu li {
    width: calc((100% - 20px) / 3);
  }
  footer .inner ul.f_menu li a.insite {
    height: 100%;
    justify-content: center;
  }
  footer .inner ul.f_menu li a.insite.contact, footer .inner ul.f_menu li a.insite.download, footer .inner ul.f_menu li a.insite.access {
    padding: 10px 14px 10px 40px;
    background-size: 20px auto;
    background-position: left 14px center;
  }
  footer .inner ul.f_menu li a.insite .text {
    font-size: 1.6rem;
  }
  footer .inner ul.f_menu li a.insite .text .sub {
    font-size: 1.1rem;
  }
}
@media print and (max-width: 1140px), screen and (min-width:1000px) and (max-width: 1140px) {
  header .upper_header .inner .logo {
    width: 240px;
    transition: 0.3s;
  }
  header .upper_header .inner .features .menu_btn a.btn {
    padding: 8px 8px 8px 28px;
    background-size: 18px auto;
    background-position: left 4px center !important;
  }
  header .upper_header .inner .features .menu_btn a.btn p {
    font-size: 1.6rem;
  }
  header .upper_header .inner .features .menu_btn a.btn p span {
    font-size: 1.1rem;
  }
  header .main_menu .megamenu dl dd > ul > li {
    width: calc((100% - 80px) / 3);
  }
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width:768px) {
  /*<start>==========================================================*/
  html {
    font-size: 62.5%;
  }
  /*10px相当にreset*/
  body {
    font-size: 15px;
    /*css3の効かないブラウザ用*/
    font-size: 1.5rem;
    font-weight: 500;
    /*bodyのベースサイズをセット（ここでは20px）以下各要素は10pxを基準にサイズ指定2.2rem（22px）2.4rem（24px）など）*/
  }
  body.fullmenu_open {
    overflow: hidden;
  }
  html,
  body {
    -webkit-text-size-adjust: 100%;
    /* iPhoneでのフォントサイズ自動変換OFF  縦横でのフォントサイズが固定される */
    -webkit-font-smoothing: antialiased;
  }
  img {
    width: 100%;
    height: auto;
  }
  #wrap {
    position: relative;
  }
  .pc {
    display: none !important;
  }
  /*=================================================================*/
  /*	共通メニュー */
  /*=================================================================*/
  a.btn_basic {
    padding: 14px 40px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color) url(../images/union/icon_line_arrow.svg) right 20px center/6px auto no-repeat;
    border-radius: 100px;
    width: fit-content;
    min-width: 192px;
    box-sizing: border-box;
  }
  a.btn_basic:hover {
    background-position: right 10px center;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP(999px以下) */
/*******************************************************************/
@media screen and (max-width:999px) {
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  header.h_pc {
    display: none;
  }
  header .main {
    width: 100%;
    height: 68px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 15;
  }
  header .main .logo {
    padding: 14px;
    height: 100%;
    box-sizing: border-box;
    width: 48%;
  }
  header .main .logo > a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  header .main .logo > a img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }
  header .main .function {
    display: flex;
    align-items: center;
  }
  header .main .function a.line {
    margin: 4px;
    padding: 4px 4px;
    width: 54px;
    height: 60px;
    display: flex;
    background: #06C755 url(../images/union/icon_line_sns.svg) center top 5px/26px auto no-repeat;
    border-radius: 4px;
    box-sizing: border-box;
  }
  header .main .function a.line p {
    margin-top: auto;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
  header .main .function .menu_btn {
    display: flex;
  }
  header .main .function .menu_btn a.btn {
    padding: 8px 2px;
    width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  header .main .function .menu_btn a.btn.search {
    background: var(--main-color) url(../images/union/icon_search.svg) center top 12px/28px auto no-repeat;
  }
  header .main .function .menu_btn a.btn.search p {
    margin-top: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
  header .main .function .menu_btn button.hamburger {
    padding: 8px 2px;
    color: #fff;
    width: 60px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sub-color03);
    box-sizing: border-box;
    position: relative;
    flex: none;
  }
  header .main .function .menu_btn button.hamburger .icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8px;
  }
  header .main .function .menu_btn button.hamburger .icon .bdr {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.4s;
  }
  header .main .function .menu_btn button.hamburger .icon .bdr:nth-child(1) {
    top: calc(20% - 2px);
  }
  header .main .function .menu_btn button.hamburger .icon .bdr:nth-child(2) {
    top: calc(50% - 2px);
  }
  header .main .function .menu_btn button.hamburger .icon .bdr:nth-child(3) {
    top: calc(80% - 2px);
  }
  header .main .function .menu_btn button.hamburger.active .bdr:nth-child(1) {
    transform: translateY(10.5px) rotate(-45deg);
  }
  header .main .function .menu_btn button.hamburger.active .bdr:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
  }
  header .main .function .menu_btn button.hamburger.active .bdr:nth-child(3) {
    transform: translateY(-10.5px) rotate(45deg);
  }
  header .main .function .menu_btn button.hamburger > p {
    margin-top: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
  header #drill_menu {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 68px);
    box-sizing: border-box;
    background: var(--sub-color03);
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 12;
    transform: translateX(100%);
    transition: all 0.4s;
    overflow-x: scroll;
  }
  header #drill_menu.disp {
    transform: translateX(0%);
  }
  header #drill_menu .menu_list > .head {
    padding: 16px 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    background: var(--sub-color03);
    box-sizing: border-box;
    border-bottom: 1px solid #607ca1;
  }
  header #drill_menu .menu_list > ul li a {
    padding: 16px 40px 16px 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    display: block;
    background: var(--sub-color03) url(../images/union/icon_arrow_right.svg) right 20px center/8px auto no-repeat;
    box-sizing: border-box;
    border-bottom: 1px solid #607ca1;
  }
  header #drill_menu .menu_list > ul div.child {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 68px);
    box-sizing: border-box;
    background: var(--sub-color03);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    transform: translateX(100%);
    transition: all 0.4s;
  }
  header #drill_menu .menu_list > ul div.child.disp {
    transform: translateX(0%);
  }
  header #drill_menu .menu_list > ul div.child > ul li a.back {
    padding: 16px 40px 16px 40px;
    background: #002c69 url(../images/union/icon_arrow_left.svg) left 20px center/8px auto no-repeat;
    /* border-bottom: none; */
  }
  header #drill_menu .menu_list > ul div.child > ul li a.head {
    font-size: 2rem;
    font-weight: 700;
  }
  header #drill_menu .menu_list .btn_menu {
    padding: 30px 20px 60px;
  }
  header #drill_menu .menu_list .btn_menu > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  header #drill_menu .menu_list .btn_menu > ul > li {
    width: 100%;
    max-width: 300px;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn {
    padding: 12px 40px 12px 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn > p {
    color: var(--sub-color03);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn > p .sub {
    font-size: 1.3rem;
    font-weight: 500;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn:after {
    content: "";
    margin: auto;
    width: 8px;
    height: auto;
    display: block;
    background-color: var(--sub-color03);
    mask-image: url(../images/union/icon_arrow_right.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn:before {
    content: "";
    margin: auto;
    width: 24px;
    height: 24px;
    display: block;
    background-color: var(--sub-color03);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn.contact:before {
    mask-image: url(../images/union/icon_mail.svg);
    left: 18px;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn.download:before {
    mask-image: url(../images/union/icon_file_lock.svg);
    left: 20px;
  }
  header #drill_menu .menu_list .btn_menu > ul > li a.btn.access:before {
    mask-image: url(../images/union/icon_address.svg);
    left: 20px;
  }
  header .search_menu {
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #e1e1e1;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    right: 0;
    transition: 0.3s;
    z-index: -1;
    width: 100%;
    box-sizing: border-box;
  }
  header .search_menu.disp {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0%);
    transition: 0.3s;
  }
  header .search_menu #searchform {
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    overflow: hidden;
    width: 250px;
  }
  header .search_menu #searchform input.form-input {
    padding: 3.5px 6px 3.5px 18px;
    flex: 1;
    background: #fff;
    width: 200px;
    transition: 0.3s;
  }
  header .search_menu #searchform input.form-input::placeholder {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 1;
  }
  header .search_menu #searchform button.search-btn {
    padding: 6px 15px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    box-sizing: border-box;
    transition: 0.3s;
  }
  header .search_menu #searchform button.search-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  header .search_menu #searchform button.search-btn img {
    width: 20px;
    height: auto;
    transform: translateX(-2px);
  }
  header .search_menu .btn_close {
    width: 1.5em;
    height: 1.5em;
    display: block;
    background: url(../images/union/icon_close.svg) center center/contain no-repeat;
  }
  header .search_menu .btn_close:hover {
    opacity: 0.8;
  }
  /*=================================================================*/
  /*	フローティングLINEメニュー */
  /*=================================================================*/
  a.floating_line_menu {
    display: none;
  }
  /*=================================================================*/
  /*	サイドメニュー */
  /*=================================================================*/
  nav.side_menu {
    /* display: none; */
    flex-shrink: 0;
    margin: 20px 0 0;
  }
  nav.side_menu .head {
    font-size: 2rem;
    font-weight: 700;
    background-color: #2166c7;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 6px;
  }
  nav.side_menu .head a {
    color: #FFF;
  }
  nav.side_menu .head a:hover {
    color: var(--main-color);
    opacity: 1;
  }
  nav.side_menu .head.head:nth-child(n+2) {
    margin-top: 50px;
  }
  nav.side_menu > ul {
    margin-top: 1.2em;
    padding-left: 14px;
  }
  nav.side_menu > ul > li {
    padding-left: 16px;
    line-height: 1.2;
    position: relative;
  }
  nav.side_menu > ul > li:not(:first-child) {
    margin-top: 14px;
  }
  nav.side_menu > ul > li:before {
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    background: url(../images/sec/icon_thick_arrow.svg) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 2px;
    top: calc(0.6em - 5px);
  }
  nav.side_menu > ul > li > a {
    font-size: 1.6rem;
  }
  nav.side_menu > ul > li.current > a {
    color: var(--main-color);
  }
  nav.side_menu > ul > li > ul {
    margin: 14px 0 24px 0;
  }
  nav.side_menu > ul > li > ul > li {
    margin-top: 8px;
    padding-left: 12px;
    position: relative;
  }
  nav.side_menu > ul > li > ul > li:before {
    content: "";
    font-weight: 700;
    display: block;
    width: 6px;
    height: 1px;
    background: #888;
    position: absolute;
    left: 0;
    top: calc(0.7em - 1px);
  }
  nav.side_menu > ul > li > ul > li > a {
    font-size: 1.5rem;
  }
  nav.side_menu > ul > li > ul > li.current > a {
    color: var(--main-color);
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  footer {
    color: #fff;
    background: var(--sub-color03);
    position: relative;
  }
  footer a.page_top {
    padding: 16px;
    padding: 34px 10px 10px 10px;
    color: #fff;
    font-family: Rubik;
    font-size: 1.1rem;
    line-height: 1;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    background: var(--main-color);
    background-image: url(../images/union/icon_arrow_up.svg);
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: center 18px;
    border: 2px solid #fff;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  footer a.page_top.active {
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s;
    transition-delay: 0.2s;
  }
  footer a.page_top:hover {
    opacity: 1;
  }
  footer .inner {
    margin: 0 auto;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  footer .inner .info .logo {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
  footer .inner .info ul.data {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .inner .info ul.data li.address {
    font-size: 1.4rem;
  }
  footer .inner .info ul.data li.tel {
    margin-top: 6px;
    font-size: 2.8rem;
    font-weight: 700;
    min-height: 30px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  footer .inner .info ul.data li.tel a {
    color: #fff;
  }
  footer .inner .info ul.data li.tel:before {
    content: "";
    margin-top: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    -webkit-mask: url(../images/union/icon_tel.svg) no-repeat center/contain;
    mask: url(../images/union/icon_tel.svg) no-repeat center/contain;
  }
  footer .inner .info ul.data li.business_hours {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  footer .inner .info ul.data li.business_hours > span {
    color: var(--sub-color03);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
  }
  footer .inner ul.f_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .inner ul.f_menu li {
    width: 100%;
    max-width: 270px;
  }
  footer .inner ul.f_menu li a {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
  }
  footer .inner ul.f_menu li a.insite {
    padding: 12px 30px 12px 50px;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
  }
  footer .inner ul.f_menu li a.insite .text {
    color: var(--sub-color03);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  footer .inner ul.f_menu li a.insite .text .sub {
    font-size: 1.2rem;
  }
  footer .inner ul.f_menu li a.insite.contact {
    background-image: url(../images/union/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left 20px center;
  }
  footer .inner ul.f_menu li a.insite.download {
    background-image: url(../images/union/icon_file_lock.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left 20px center;
  }
  footer .inner ul.f_menu li a.insite.access {
    background-image: url(../images/union/icon_address.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left 20px center;
  }
  footer .inner ul.f_menu li a.outer {
    aspect-ratio: 27/7;
  }
  footer .copy {
    padding: 12px 40px;
    color: #fff;
    font-family: Inter;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
    background: #003681;
    box-sizing: border-box;
  }
}
/*******************************************************************/
/* TB(header only) */
/*******************************************************************/
@media screen and (min-width:769px) and (max-width:999px) {
  /*<start>==========================================================*/
  header .pc {
    display: none !important;
  }
  header .sp {
    display: unset !important;
  }
  header {
    background: #ff0000;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=theme.css.map */