@charset "UTF-8";

/* 初期化
-------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  overflow-y: scroll;
  height: 100%;
  font-feature-settings: "palt";
}

@font-face {
  font-family: "Yu Gothic";
}

body {
  color: #484f4f;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

input[type=button],
input[type=submit],
input[type=reset],
a {
  color: #484f4f;
  text-decoration: none;
}

img {
  border: 0;
}

address {
  font-style: normal;
}

p {
  line-height: 1.7;
}

/* clearfix */
.clear {
  clear: both;
}

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

/* float */
.lf {
  float: left;
}

.rf {
  float: right;
}

/* font-size */
.mini {
  font-size: 0.85em;
}

/* align */
.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
button {
  padding: 1px 6px;
}

.imgBox {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin: 0 auto;
  text-align: left;
  width: 980px;
  position: relative;
}

@media screen and (max-width: 980px) {
  .wrap {
    width: auto;
  }
}

.inWrap {
  margin: 0 auto;
  text-align: left;
  width: 700px;
  position: relative;
}

.table {
  display: table;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

ul.indent li,
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

ul.indent {
  padding-left: 0;
  text-indent: 0;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "HG明朝E", serif;
}

html,
body,
#wrapper {
  height: 100%;
}

body {
  min-height: 100%;
}

.bg01 {
  background: #f2f2f2;
}

.iframe iframe {
  width: 100%;
}

/* header
-------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

#header .hbg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}

#header .wrap {
  display: flex;
  align-items: center;
  height: 60px;
}

#header .logo {
  width: 210px;
}

#header .logo img {
  width: 100%;
}

#header.off #globalNav a {
  color: #fff;
}

#header.off #globalNav li ul {
  background: rgba(255, 255, 255, 0.9);
}

#header.off #globalNav li:hover a {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

#header nav.spNav, #header.off .logo01,
#header .logo02 {
  display: none;
}

#header.off .logo02,
#header .logo01 {
  display: block;
}

/* globalNav
-------------------------------------------------- */
#globalNav {
  margin-left: auto;
}

#globalNav>ul {
  display: flex;
  justify-content: right;
}

#globalNav ul {
  font-size: 0;
  line-height: 0;
}

#globalNav ul li {
  font-size: 14px;
  line-height: 1;
}

#globalNav ul li:first-child {
  margin-left: 0;
}

#globalNav ul li a {
  display: block;
  line-height: 60px;
  padding: 0 1.5vw;
}

#globalNav ul li a.on {
  color: #0c4f7e;
}

#globalNav ul li:hover a.on,
#globalNav ul li:hover a {
  background: rgba(12, 79, 126, 0.9);
  color: #fff;
}

#globalNav ul li:hover ul {
  height: auto;
  padding: 20px 0;
  transition: all 0.5s;
}

#globalNav ul li ul {
  background: rgba(12, 79, 126, 0.9);
  height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
}

#globalNav ul li ul li {
  display: inline-block;
}

#globalNav ul li ul li a {
  display: inline-block;
  line-height: 1.5;
  background: transparent !important;
}

#globalNav ul li ul li:before {
  position: relative;
  left: 14px;
  margin-right: 5px;
  content: "-";
  color: #fff;
}

#globalNav ul li ul li:hover a {
  text-decoration: underline;
}

#globalNav ul li:nth-child(3):hover ul {
  height: auto;
  padding: 20px 10% 0px;
  width: 100%;
  transition: all 0.5s;
}

#globalNav ul li:nth-child(3) li {
  padding-bottom: 20px;
}

#globalNav ul li:nth-child(3) li:hover ul li a {
  background: transparent !important;
}

#globalNav>ul>li>ul>li>a {
  padding: 0 10px;
}

body.home #header.off #globalNav li ul li:before {
  color: #000;
}

/* sns
-------------------------------------------------- */
.sns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.sns li {
  height: 37px;
  width: 37px;
}

.sns li:first-child {
  margin-left: 0;
}

.sns li a {
  background: no-repeat 0 0;
  background-size: 100%;
  display: block;
}

.sns li a img {
  width: 100%;
}

/* pagetop
-------------------------------------------------- */
#pagetop {
  background: url(../images/pagetop.svg) no-repeat 0 0;
  background-size: cover;
  display: none;
  height: 48px;
  width: 48px;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 100;
}

/* bnr
-------------------------------------------------- */
.bnr {
  padding: 35px 15px 10px;
}

.bnr .flex {
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: center;
  gap: 3%;
}

.bnr li {
  width: 22%;
}

.bnr li:nth-child(3n) {
  margin: 0 0 25px 0;
}

.bnr li img {
  width: 100%;
}

.bnr .v-hidden {
  visibility: hidden;
}

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

/* footer項目変更に伴う修正 イッパイアッテナ追加 2025.10.31 ↓↓ */

@media screen and (min-width: 769px) {
  #footer .inner .wrap {
    width: 1045px;
  }
}

/* footer項目変更に伴う修正 イッパイアッテナ追加 2025.10.31 ↑↑ */


#footer .inner {
  background: #0c4f7e;
  padding: 40px 0 24px;
  color: #fff;
}

#footer .inner a {
  color: #fff;
}

#footer .logo,
#footer nav>ul,
#footer nav {
  display: inline-block;
  vertical-align: top;
}

#footer .logo {
  position: absolute;
  /*left: 0;*/
  left: 6px;
  top: 0;
  max-width: 210px;
}

#footer .logo img {
  width: 100%;
}

#footer nav {
  font-size: 13px;
  padding: 0 0 43px 284px;
  text-align: left;
}

#footer nav>ul:nth-child(1) {
  margin-right: 59px;
}

#footer nav>ul:nth-child(2) {
  margin-right: 60px;
}

#footer nav>ul:nth-child(3) {
  margin-right: 59px;
}

#footer nav li {
  font-weight: bold;
  margin-bottom: 20px;
}

#footer nav li ul {
  margin-top: 10px;
}

#footer nav li ul li {
  font-weight: normal;
  margin-bottom: 10px;
}

#footer nav li ul li:before {
  content: "-";
}

#footer .sns {
  position: absolute;
  bottom: 42px;
  /*right: -18px;*/
  right: 6px;
}

#footer address {
  font-size: 12px;
  letter-spacing: 0.2em;
}

#footer a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

#big_bnr {
  clear: both;
  margin-top: 50px;
  text-align: center;
  opacity: 1;
  transition: all 0.5s;
}

#big_bnr img {
  max-width: 826px;
  width: 100%;
}

#msgBox {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  width: 500px;
  padding: 20px 15px;
  text-align: left;
  position: absolute;
  bottom: 90px;
  right: 100px;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

#msgBox h2 {
  font-size: 21px;
  font-weight: 800;
}

#msgBox p {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */
img.sp,
br.sp,
span.sp,
.sp {
  display: none !important;
}

br.sp {
  width: 0;
}

.pc {
  display: block !important;
}

span.pc,
img.pc,
br.pc {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }

  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }

  body {
    font-size: 13px;
  }

  .wrap {
    margin: 0 auto;
    text-align: left;
    width: auto;
  }

  .inWrap {
    width: auto;
  }

  img {
    height: auto;
    width: 100%;
  }

  /* iframe
  -------------------------------------------------- */
  .iframe {
    padding-top: 62.5%;
    position: relative;
  }

  .iframe iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* header
  -------------------------------------------------- */
  /* menu
  -------------------------------------------------- */
  #header.off #menu {
    background: rgba(12, 79, 126, 0.9);
  }

  #menu {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
  }

  #menu:after, #menu:before {
    content: "";
    width: 23px;
    position: absolute;
    left: 17px;
  }

  #menu:before {
    border-bottom: 2px solid #0c4f7e;
    border-top: 2px solid #0c4f7e;
    height: 15px;
    top: 19px;
  }

  #header.off #menu:before {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  #menu:after {
    background: #0c4f7e;
    height: 2px;
    top: 27px;
  }

  #header.off #menu:after {
    background: #fff;
  }

  #header.off #menu.on {
    background: none;
  }

  #header.off #menu.on:before,
  #menu.on:before {
    background: #fff;
    border: 0;
    height: 2px;
    top: 27px;
    transform: rotate(45deg);
  }

  #menu.on:after {
    background: #fff;
    transform: rotate(-45deg);
  }

  /* globalNav
  -------------------------------------------------- */
  #header nav.spNav,
  #globalNav {
    display: none;
  }

  #header nav {
    background: rgba(12, 79, 126, 0.9);
    padding: 51px 0 26px 51px;
    width: 100%;
    max-height: 100dvh;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
  }

  #header nav a {
    color: #fff;
  }

  #header nav a[href] {
    text-decoration: underline;
  }

  #header nav li {
    font-weight: bold;
    margin-bottom: 9px;
  }

  #header nav li ul {
    margin: 9px 0 0 6px;
  }

  #header nav li ul li {
    font-weight: normal;
    margin-bottom: 9px;
  }

  #header nav li ul li:before {
    content: "-";
    margin-right: 5px;
  }

  /* sns
  -------------------------------------------------- */
  .sns li {
    margin-left: 20px;
  }

  .sns li:first-child {
    margin-left: 0;
  }

  .sns li a {
    height: 37px;
    width: 37px;
  }

  /* bnr
  -------------------------------------------------- */
  .bnr {
    padding: 31px 4.2%;
  }

  .bnr .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bnr ul {
    flex-wrap: wrap;
  }

  .bnr li {
    width: 48%;
    margin: 0 0 15px 0;
  }

  .bnr li:nth-child(3n) {
    margin: 0 0 15px 0;
  }

  .bnr .v-hidden {
    display: none;
  }

  /* footer
  -------------------------------------------------- */
  #footer {
    /*.bnr li:last-child {
    	margin: 4.2% auto 0;
    	width: 69.9%;
    }*/
  }

  #footer .inner {
    padding: 21px 0 12px;
  }

  #footer .logo,
  #footer nav>ul,
  #footer nav {
    display: block;
  }

  #footer .logo {
    margin: 0 auto 27px;
    width: 180px;
    position: static;
  }

  #footer nav {
    font-size: 0;
    line-height: 0;
    padding: 0;
    text-align: center;
  }

  #footer nav>ul:nth-child(1) {
    margin-right: 0;
  }

  #footer nav>ul:nth-child(2) {
    margin-right: 0;
  }

  #footer nav>ul:nth-child(3) {
    margin-right: 0;
  }

  #footer nav li {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
  }

  #footer nav li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  #footer nav li ul {
    display: none;
  }

  #footer .sns {
    margin: 30px 0 35px;
    position: static;
    text-align: center;
  }

  #footer address {
    font-size: 11px;
  }

  #big_bnr {
    padding: 0 20px;
    margin-bottom: -10px;
  }

  #msgBox {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    width: 90%;
    padding: 10px 10px;
    text-align: left;
    position: absolute;
    bottom: auto;
    right: 5%;
    left: 5%;
    top: 150px;
  }

  #msgBox h2 {
    font-size: 16px;
    font-weight: 800;
  }

  #msgBox p {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 5px;
  }
}

@media screen and (max-width: 500px) {

  /* header
  -------------------------------------------------- */
  #header .logo {
    width: 180px;
  }
}

/*# sourceMappingURL=base.css.map */