@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

@-webkit-keyframes highlights {
  0% {
    outline-color: #fff;
  }
  100% {
    outline-color: #D83939;
  }
}
@keyframes highlights {
  0% {
    outline-color: #fff;
  }
  100% {
    outline-color: #D83939;
  }
}
/*フォントサイズ*/
body {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 500;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*リンクアイコン----------------------*/
.pdf:after, .word:after, .jtd:after, .excel:after, .zip:after, .outerlink:after, .file:after, .menu-item-type-custom a:after, .menu-item-object-custom a:after {
  margin: 0 5px;
}

/*外部リンク*/
a.outerlink:after, .menu-item-type-custom a:after, .menu-item-object-custom a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f35d";
  font-weight: 600;
  color: #9c9c9c;
}

.menu-item-home a:after {
  display: none !important;
}

/*pdf*/
a.pdf:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c1";
  color: #ff0000;
}

/*word*/
a.word:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c2";
  color: #007eff;
}

/*excel*/
a.excel:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c3";
  color: #55ad00;
}

/*zip*/
a.zip:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c6";
  color: #9c9c9c;
}

/*その他のファイル形式：jtd,xdw*/
a.file:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f016";
  color: #9c9c9c;
}

.wd100 {
  width: 100%;
}

.md10 {
  margin: 10px;
}

.pdbox {
  padding: 1em;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
    overflow: auto;
  */
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #wrap {
  height: auto;
}

#footer {
  width: 100%;
}

div#content {
  line-height: 2;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2:not(:last-child), ul.img3:not(:last-child), ul.img4:not(:last-child) {
  margin-bottom: 2em;
}
ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 560px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 15px;
}

.free2 > dt {
  float: right;
  margin-left: 15px;
}

.free, .free2 {
  margin-bottom: 2vw;
}
.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 560px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1em;
  }
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 1%;
}
.panel_box > * > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 49%;
}
.panel_box.box3 > * {
  width: 32.3%;
}
.panel_box.box4 > * {
  width: 24%;
}
@media screen and (max-width: 560px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 *, .panel_box.box3 *, .panel_box.box4 * {
    width: 100%;
  }
}

.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

.inr {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inr2 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.color_y {
  background: #fed95c;
}

.btn_w {
  background: #fff;
  border: 1px solid #0b71d0;
  padding: 1rem;
  border-radius: 20px;
}
.btn_w:hover {
  background: #0b71d0;
  color: #fff;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#top_hed {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 981px ) {
  #top_hed.scdown h1 {
    padding: 10px !important;
  }
  #top_hed.scdown h1 img {
    width: 40% !important;
  }
  #top_hed.scdown #hd_mini_nav {
    padding-top: 10px !important;
  }
  #top_hed.scdown #hd_mini_nav li {
    padding: 5px 10px !important;
  }
  #top_hed.scdown #hd_mini_nav {
    font-size: 85%;
  }
}
#top_hed #hd_mini_nav {
  border-bottom: 1px solid #ccc;
  padding-top: 2vw;
}
#top_hed #hd_mini_nav ul {
  text-align: right;
}
#top_hed #hd_mini_nav ul li {
  padding: 1rem;
  display: inline-block;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #hd_mini_nav {
    display: none;
  }
}
@media screen and (min-width: 981px ) {
  #top_hed #hd_inr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#top_hed #hd_inr h1 {
  width: 40%;
  padding: 1vw;
}
#top_hed #hd_inr h1 img {
  max-width: 70%;
}
@media screen and (min-width: 981px ) {
  #top_hed #hd_inr > * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#top_hed #hd_inr > div {
  width: 20%;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #hd_inr > div {
    width: 100%;
    border: none;
  }
}
#top_hed #hd_inr div p {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 981px ) {
  #top_hed #hd_inr div p a {
    font-weigth: bold;
    display: bl ock;
    width: 100%;
    height: 100%;
    /** 以下中央揃え**/
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #top_hed #hd_inr div p a img {
    width: 2em;
    height: auto;
  }
  #top_hed #hd_inr div p a:hover {
    background: #f6f7ff;
    text-decoration: none;
  }
}
#top_hed #hd_inr div.spmenu {
  border: none;
  width: 25%;
  position: absolute;
  right: 0;
  top: 4vw;
  text-align: center;
}
#top_hed #hd_inr div.spmenu p {
  text-align: center;
  font-size: 115%;
}
#top_hed #hd_inr div.spmenu p i {
  margin: 0 6px;
}
@media screen and (min-width: 981px ) {
  #top_hed #hd_inr div.spmenu {
    display: none;
  }
}

#menuinr {
  position: relative;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #menuinr {
    padding: 1rem;
  }
}

.hover_menu .first {
  display: none;
}
.hover_menu .sptoggle {
  display: none;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .hover_menu {
    display: none;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc !important;
  }
  .hover_menu p {
    background: #d7eafa;
    padding: 1vw;
    border-radius: 20px;
    position: relative;
  }
  .hover_menu p:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    content: "\f055";
    font-weight: 600;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hover_menu p a {
    /*PCメニューのHoverに反応しないようにaタグ向こう*/
    pointer-events: none;
  }
  .hover_menu .sptoggle {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
.hover_menu * {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 981px ) {
  .inr_menu {
    display: none;
    width: 100%;
    background: #2e3b92;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 1vw;
  }
  .inr_menu h2 {
    text-align: center;
    color: #fff;
    font-size: 150%;
    margin-bottom: 1vw;
  }
  .inr_menu .menu_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    color: #fff;
  }
  .inr_menu .menu_list a {
    color: #fff;
  }
  .inr_menu .menu_list.wide dl {
    width: 100%;
  }
  .inr_menu .menu_list dl {
    border-left: 1px solid #fff;
    padding: 1vw;
    width: 25%;
  }
  .inr_menu .menu_list dl dt {
    font-size: 120%;
    margin-bottom: 1rem;
  }
  .inr_menu .menu_list dl ul {
    padding-left: 1rem;
    margin-bottom: 1vw;
  }
  .inr_menu .menu_list dl ul li {
    position: relative;
    padding-left: 0.4em;
    margin-bottom: 0.2em;
    font-size: 80%;
  }
  .inr_menu .menu_list dl ul li:before {
    position: absolute;
    top: 0;
    left: -1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    content: "\f054";
    font-weight: 600;
    color: #fa6e57;
  }
  .inr_menu .menu_emergency {
    display: none;
    widht: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    max-width: 1280px;
    margin: 0 auto;
  }
  .inr_menu .menu_emergency li {
    width: 20%;
    text-align: center;
    margin-bottom: 1vw;
  }
  #company .inr_menu {
    padding: 3em 3%;
  }
  #company .inr_menu .menu-title {
    width: 25%;
    font-size: 140%;
    padding: 0 0.5em;
  }
  #company .inr_menu #profile_menu {
    width: 75%;
  }
  #company .inr_menu #profile_menu > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #company .inr_menu #profile_menu > ul li {
    position: relative;
    padding-left: 0.4em;
    margin-bottom: 0.2em;
    font-size: 80%;
  }
  #company .inr_menu #profile_menu > ul li:before {
    position: absolute;
    top: 0;
    left: -1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    content: "\f054";
    font-weight: 600;
    color: #fa6e57;
  }
  #company .inr_menu #profile_menu .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .inr_menu {
    display: none;
    padding: 3vw;
  }
  .inr_menu h2 {
    display: none;
  }
  .inr_menu .menu_list dl {
    margin-bottom: 1vw;
  }
  .inr_menu .menu_list dl dt a {
    padding: 2vw;
    display: block;
    background: #f5faff;
    border-radius: 20px;
  }
  .inr_menu .menu_list dl dd {
    display: none;
  }
  .inr_menu .menu_emergency {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .inr_menu .menu_emergency li {
    width: 33.3%;
  }
  #company .menu-title a {
    padding: 2vw 1em;
    display: block;
    background: #f5faff;
    border-radius: 20px;
  }
  #company #profile_menu {
    padding: 0 1em;
  }
  #company #profile_menu li {
    border-bottom: 1px dotted #ccc;
  }
  #company #profile_menu li a {
    display: block;
    padding: 5px 0;
  }
  #company #profile_menu .sub-menu {
    display: none;
  }
}
.inr_menu1 {
  display: none;
}

.column-menu > ul.menu {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.column-menu > ul.menu > li {
  padding: 0 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

#search_open {
  cursor: pointer;
}
#search_open svg {
  width: 2em;
  height: 1.5em;
  fill: #a3c5d3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#search_open:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#search_cont {
  display: none;
  background: #ceebff;
  background: -webkit-gradient(linear, left top, right top, from(#ceebff), to(#bddbff));
  background: linear-gradient(to right, #ceebff, #bddbff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  width: 100%;
  min-height: 15em;
  padding: 3em 5% 5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
}
#search_cont h2 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 10px;
}

.searchbox {
  background: #fff;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .searchbox {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.searchbox input {
  font-size: 130%;
}
.searchbox .hd_search {
  width: 100%;
  padding: 0.5em 10px;
  padding-left: 17%;
  background: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 560px ) {
  .searchbox .hd_search { /*SP*/
    padding-left: 30%;
  }
}
.searchbox .hd_search_bt {
  width: 15%;
  padding: 2em 5px;
  background: #0864b2;
  color: #fff;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 560px ) {
  .searchbox .hd_search_bt { /*SP*/
    width: 30%;
  }
}
.searchbox .hd_search_bt:after {
  display: none;
  content: "検索";
  width: 0;
  opacity: 0;
}
.searchbox .hd_search_bt:hover {
  background: #0972ca;
}
.searchbox .hd_search_bt:hover:after {
  display: inline-block;
  width: auto;
  opacity: 1;
  margin-left: 10px;
}

#search_word {
  padding: 1.5em 0;
}
#search_word:before {
  display: inline-block;
  content: "キーワード例：";
  padding: 3px 5px;
}
#search_word li {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
#search_word li:after {
  padding: 0 1em;
  content: "/";
}
#search_word li button {
  font-size: 100%;
  font-weight: bold;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search_word li button span {
  position: relative;
  overflow: visible;
}
#search_word li button span:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.2);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
#search_word li button:hover span:before {
  width: 3em;
  height: 3em;
  opacity: 1;
}

.close_btn {
  text-align: right;
  position: relative;
  width: 3em;
  height: 3em;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.close_btn:before {
  opacity: 0;
  display: inline-block;
  content: "CLOSE";
  font-size: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close_btn span {
  display: block;
  width: 100%;
  color: #333;
  position: absolute;
  left: 0;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close_btn span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.close_btn span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.close_btn:hover:before {
  opacity: 1;
}
.close_btn:hover span:nth-child(1) {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  top: 10%;
}
.close_btn:hover span:nth-child(2) {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  bottom: 10%;
}

/*-----------------------------------------------------------*/
/*TOPスライド*/
/*-----------------------------------------------------------*/
#mainimg .slick-slide {
  max-width: 800px;
}
#mainimg img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------------------*/
/*緊急表示*/
/*-----------------------------------------------------------*/
#e-info {
  background: #ffd6d6;
  padding: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 981px ) {
  #e-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#e-info h1 {
  width: 20%;
  padding: 2vw;
  color: #ca1919;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #e-info h1 {
    width: 100%;
    text-align: center;
  }
}
#e-info .infolist {
  width: 80%;
}
@media screen and (min-width: 981px ) {
  #e-info li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #e-info li {
    border-bottom: 1px solid #999;
  }
}
#e-info li > * {
  padding: 0.5vw;
}
#e-info li span {
  width: 15%;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #e-info li span {
    display: block;
    width: 100%;
  }
}
#e-info li a {
  width: 75%;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #e-info li a {
    display: block;
    width: 100%;
  }
}

/*-----------------------------------------------------------*/
/*ご利用中のお客様*/
/*-----------------------------------------------------------*/
#customer_cont {
  padding: 3vw;
  background-size: auto auto;
  background-color: rgb(65, 137, 197);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(70, 149, 214) 10px, rgb(70, 149, 214) 20px);
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #customer_cont {
    padding: 3vw;
  }
}
#customer_cont h1 {
  text-align: center;
  color: #fff;
  font-size: 150%;
  margin-bottom: 3vw;
}
#customer_cont h1 span {
  font-size: 50%;
  color: #fed95c;
  display: block;
}
@media screen and (min-width: 981px ) {
  #customer_cont {
    /*グリッドレイアウト*/
  }
  #customer_cont #cutstomer_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 2vw;
        grid-template-areas: "gas denki kigu";
  }
  #customer_cont .gas {
    grid-area: gas;
  }
  #customer_cont .gas dt {
    border-bottom: 3px dotted #4695d6;
  }
  #customer_cont .denki {
    grid-area: denki;
  }
  #customer_cont .denki dt {
    border-bottom: 3px dotted #f69e53;
  }
  #customer_cont .kigu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1.5fr 2vw 0.5fr;
    grid-template-rows: 1.5fr 0.5fr;
    gap: 2vw;
        grid-template-areas: "." "sonota";
    grid-area: kigu;
  }
  #customer_cont .kigu dt {
    border-bottom: 3px dotted #fa6e57;
  }
  #customer_cont .sonota {
    grid-area: sonota;
  }
}
@media screen and (min-width: 981px ){
  #customer_cont .sonota {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 981px ){
  #customer_cont .gas {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #customer_cont .denki {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #customer_cont .kigu {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
#customer_cont .menubox {
  background: #fff;
  padding: 2vw;
  position: relative;
  border-radius: 20px;
}
#customer_cont .menubox dt {
  padding: 1vw;
  margin-bottom: 1vw;
  text-align: center;
}
#customer_cont .menubox dt a {
  display: block;
}
#customer_cont .menubox dt span {
  font-size: 120%;
  font-weight: bold;
  display: block;
}
#customer_cont .menubox ul {
  padding-left: 1rem;
  margin-bottom: 1vw;
}
#customer_cont .menubox ul li {
  position: relative;
  padding-left: 0.4em;
  margin-bottom: 0.4em;
}
#customer_cont .menubox ul li:before {
  position: absolute;
  top: 0;
  left: -1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f054";
  font-weight: 600;
  color: #fa6e57;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #customer_cont .menubox {
    margin-bottom: 2vw;
  }
  #customer_cont .menubox dd {
    display: none;
  }
}
#customer_cont .sonota p.sonota-btn a {
  display: block;
  letter-spacing: 1px;
  border-radius: 15px;
  padding: 1vw 2vw;
  background: #f69e53;
  border: 3px solid #f69e53;
  text-decoration: none;
}
#customer_cont .sonota p.sonota-btn a:hover {
  background: #fff !important;
}
#customer_cont .sonota p.sonota-btn.btn_faq a {
  background: #fed95c;
  border-color: #fed95c;
}
#customer_cont .sonota p:last-child {
  margin: 0;
}
#customer_cont .gas dl:after {
  color: #e2e2e2;
  content: "01";
  font-size: 300%;
  font-weight: bold;
  position: absolute;
  left: 1vw;
  top: 0vw;
}
#customer_cont .denki dl:after {
  color: #e2e2e2;
  content: "02";
  font-size: 300%;
  font-weight: bold;
  position: absolute;
  left: 1vw;
  top: 0vw;
}
#customer_cont .kigu dl:after {
  color: #e2e2e2;
  content: "03";
  font-size: 300%;
  font-weight: bold;
  position: absolute;
  left: 1vw;
  top: 0vw;
}

/*-----------------------------------------------------------*/
/*緊急時には*/
/*-----------------------------------------------------------*/
#emergency_cont {
  padding: 3vw 0;
  background: #ffd2d2;
  margin-bottom: 3vw;
}
#emergency_cont h1 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 3vw;
}
#emergency_cont h1 span {
  font-size: 50%;
  color: #e40000;
  display: block;
}
#emergency_cont ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#emergency_cont ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #emergency_cont ul li {
    width: 50%;
  }
}

/*-----------------------------------------------------------*/
/*info*/
/*-----------------------------------------------------------*/
.tab_menu {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 5px 15px;
  background: #fff;
}
@media screen and (max-width: 560px ) {
  .tab_menu {
    padding: 5px 10px;
  }
}
.tab_menu li {
  padding: 4px;
  cursor: pointer;
}
.tab_menu li span {
  font-size: 90%;
  display: inline-block;
  background: #eaeaea;
  padding: 8px 10px;
  border: 1px solid #fff;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_menu li.selected span {
  background: #0b71d0;
  color: #fff;
}
.tab_menu li.selected span.cat-campaign {
  background: #F6BD6F;
}
.tab_menu li.selected span.cat-important {
  background: #F23030;
}
.tab_menu li.selected span.cat-news {
  background: #90C886;
}
.tab_menu li:not(.selected):hover span {
  background: #fff;
}
.tab_menu li:not(.selected):hover span.cat-campaign {
  border-color: #F6BD6F;
  color: #f78f00;
}
.tab_menu li:not(.selected):hover span.cat-important {
  border-color: #F23030;
  color: #F23030;
}
.tab_menu li:not(.selected):hover span.cat-news {
  border-color: #90C886;
  color: #2aa714;
}
.tab_menu li:not(.selected):hover span.topics {
  border-color: #0b71d0;
  color: #0b71d0;
}

.tab_info {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.tab_info.show {
  display: block;
}
@media screen and (max-width: 560px ) {
  .tab_info { /*SP*/
    width: 96%;
  }
}

#top_info {
  padding: 3vw 0;
  background: #ececec;
  margin-bottom: 3vw;
}
#top_info h1 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 3vw;
}

.info_list {
  margin-bottom: 3vw;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .info_list {
    margin-bottom: 6vw;
  }
}
.info_list a {
  display: block;
  background: #fff;
  padding: 15px 2vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .info_list a {
    padding: 10px 3vw;
    margin-bottom: 3vw;
  }
}
.info_list a:hover {
  text-decoration: none;
  background: #a0d4ff !important;
}
.info_list a dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
.info_list a dl dt {
  width: 25%;
  padding-right: 2vw;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .info_list a dl dt {
    padding: 0.5rem;
  }
}
.info_list a dl dt span {
  display: inline-block;
}
.info_list a dl dt span.cat-icon {
  margin-bottom: 5px;
}
.info_list a dl dt span.cat-icon {
  width: 100%;
  font-size: 80%;
  background: #0b71d0;
  color: #fff;
  padding: 3px 8px;
  margin-right: 1rem;
}
.info_list a dl dt span.cat-icon.cat-campaign {
  background: #F6BD6F;
}
.info_list a dl dt span.cat-icon.cat-important {
  background: #F23030;
}
.info_list a dl dt span.cat-icon.cat-news {
  background: #90C886;
}
@media screen and (max-width: 560px ) {
  .info_list a dl dt {
    font-size: 85%;
    width: 100%;
    text-align: left;
  }
  .info_list a dl dt span.cat-icon {
    width: auto;
  }
}
.info_list a dl dd {
  width: 75%;
}
@media screen and (max-width: 560px ) {
  .info_list a dl dd {
    width: 100%;
  }
}
.info_list a dl dd p {
  margin: 0;
}
@media screen and (min-width: 981px ) {
  .info_list a dl:before {
    color: #e75d5d;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    content: "\f054";
    font-weight: 600;
    font-size: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

#news-container .info_list a {
  background: #f3f3f3;
}

/*-----------------------------------------------------------*/
/*バナー*/
/*-----------------------------------------------------------*/
#bnr_list {
  margin-bottom: 3vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#bnr_list li {
  width: 25%;
  text-align: center;
  margin-bottom: 1vw;
  padding: 1rem;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #bnr_list li {
    width: 50%;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#footer {
  position: relative;
  padding: 3vw;
  background-size: auto auto;
  background-color: rgb(65, 137, 197);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(70, 149, 214) 10px, rgb(70, 149, 214) 20px);
}
#footer dl dt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #footer dl dt img {
    max-width: 100px;
  }
}
#footer dl dd {
  font-weight: bold;
}
#footer p#gotop {
  position: fixed;
  right: 1rem;
  bottom: 3em;
  z-index: 9999;
}

