@media screen and (min-width: 768px) {
  html {
    zoom: .8;
  }
}
body{
	background: #fff;
}
img {
  width: 100%;
  height: auto;
}
header h1{
	margin:0;
}
nav#global-nav {
    max-width: 1280px;
    margin: auto;
}
.footer-trust-badges {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    justify-content: center;
}
.footer-trust-badges img[alt="経済産業大臣認定「令和7年事業継続力強化計画」認定ロゴマーク"] {
  width: 80px;
  height: 90px;
  object-fit: contain;
}

.cloudsecure-seal img,
.cloudsecure-seal iframe,
.cloudsecure-seal object{
  width: 170px;
  height: 66px;
}
@media screen and (max-width:768px) {
  .slick-slide img {
    width: 150%;
    margin-left: -25%
  }
}
@media screen and (max-width:1146px) {
  .slick-slide img {
    width: 120%;
    margin-left: -10%
  }
}
a {
  text-decoration: none
}
a:hover, a:focus {
  color: #474747
}
a#pal_mainVisual {
  color: #474747;
}
.txt-center {
  text-align: center
}
html, h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.6;
}
header {
  display: block
}
.contents {
  position: relative;
  width: auto;
  margin-bottom: 3em;
  /* letter-spacing: 2px; */
  font-feature-settings: "palt";
  line-height: 1.75;
  font-size: calc(1rem + 2 * (100vw - 1200px)/900);
}
.contents .mar-style {
  width: calc(100% - 10px);
  margin: 30px auto 40px;
}
@media screen and (min-width:768px) {
  .contents {
    position: relative;
    width: auto;
    margin-top: 226px;
    margin-bottom: 0;
  }
  #top {
    margin-top: 226px
  }
  .contents .mar-style {
    max-width: 1146px;
    width: 100%;
    margin: 60px auto;
  }
}
.contents .wide-style {
  width: 100%;
  margin: 110px auto 40px
}
footer {
  width: 100%;
  padding: 17px 0;
  background: #2d4390;
  color: #fff;
  background: linear-gradient(180deg, #2d4390 0%, #215da6 90%, #0867ab 100%);
  text-align: center
}
footer address {
  letter-spacing: 5px;
  font-style: normal
}
.inner {
  max-width: 1146px;
  margin: 0 auto
}
.inner:after {
  content: "";
  clear: both;
  display: block
}
#top-head {
  position: absolute;
  top: -115px;
  z-index: 999;
  width: 100%;
  margin: 100px auto 0;
  padding: 15px 0 0;
  line-height: 1;
  /* border-bottom: solid 1px #ddd; */
}
#top-head a, #top-head {
  color: #000;
  text-decoration: none
}
#top-head .inner {
  position: relative
}
#top-head .header_info {
  height: auto;
}
#top-head .header_info div.info_inner {
  clear: both;
  display: table;
  float: right;
  /* padding: 10px 0 0; */
}
#top-head .header_info div.info_inner div {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}
#top-head .header_info div.info_inner div img {
  max-height: 90px;
  padding-right: 6px;
}
#top-head .header_info div.info_inner div.pal {
  width: 252px;
  height: 63px;
  padding: 5px;
  text-align: center;
  line-height: 1.3;
  background-color: #098d75;
  color: #fff;
  clear: none;
  font-size: .813em;
  font-size: calc(.7rem + 2 * (100vw - 1200px)/900);
}
#pal #top-head .header_info div.info_inner div.pal {
  padding: 10px 5px 10px;
  background-color: #f0831d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.9, #05743c), color-stop(.9, transparent), to(transparent))
}
#top-head .header_info div.info_inner div.pal a {
  width: calc(100% - 210px)
}
#top-head .logo {
  float: left;
  font-size: 2.25em;
  max-width: 300px;
  width: 30%
}
#global-nav ul li a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #404040;
  letter-spacing: .1em
}
#global-nav ul li label {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #404040;
  letter-spacing: .1em;
  cursor: pointer
}
#global-nav ul li.second_menu label:hover, #global-nav ul li.second_menu label:focus {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)"
}
#global-nav ul li a img {
  display: none
}
#global-nav ul li label img {
  display: none
}
#global-nav ul ul {
  display: block
}
#global-nav ul ul li:last-child {
  line-height: 1.5
}
label {
  display: block;
  margin: 0
}
input[type="checkbox"].on-off {
  display: none
}
.second_menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, .8)
}
input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden
}
input[type="checkbox"].on-off:checked + ul {
  height: 235.1px
}
.second_menu:nth-child(2) input[type="checkbox"].on-off:checked + ul {
  height: 305px
}
.second_menu:nth-child(3) input[type="checkbox"].on-off:checked + ul {
  height: 194.1px
}
.second_menu:nth-child(4) input[type="checkbox"].on-off:checked + ul {
  height: 295px
}
@media screen and (min-width:768px) {
  #top-head .header_info div {
    float: right;
    clear: none;
    padding-top: 20px;
    padding: 0
  }
  #top-head .header_info div.info_inner {
    clear: none
  }
  #top-head .header_info div.info_inner div {
    max-width: 322px;
    width: 55%;
    display: table-cell;
    float: left;
    font-size: 1.25em;
    padding: 10px 0 0;
  }
  #top-head .header_info div.info_inner div.pal {
    width: 40%;
    height: 100px;
    /* margin: -25px 0 0; */
    /* padding-top: 15px; */
    line-height: 1.5;
    font-size: 1.188em;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
  }
  #global-nav ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    right: 0;
    top: 20px;
    font-size: .875em;
    list-style: none;
    clear: both;
    line-height: 0;
  }
  #global-nav ul li {
    width: 16.666%;
  }
  #global-nav ul li:last-child {
    border: none;
  }
  #global-nav ul li li {
    width: 100%
  }
  #global-nav ul li li a {
    color: #2d4390;
    font-size: 110%;
    padding: 15px 5px
  }
  #global-nav ul.alpha li li a:hover, #global-nav ul.alpha li li a:focus {
    background-color: rgba(45, 67, 144, .5);
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "alpha(opacity=1)";
    color: #fff
  }
  #global-nav ul li a img {
    display: inline-block;
    width: 35px;
    margin-bottom: 13px
  }
  #global-nav ul li.second_menu label img {
    display: inline-block;
    width: 35px;
    margin-bottom: 13px
  }
}
@media screen and (min-width:870px) {
  #top-head .header_info div.info_inner div.pal {
    width: 252px
  }
}
#top-head.fixed {
  /* position: fixed; */
  top: 0;
  margin-top: 0;
  background: #000;
  background: rgba(255, 255, 255, .9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in
}
#top-head.fixed .header_info {
  height: auto
}
#top-head.fixed .logo {
  font-size: 1.5em;
  color: #333;
  width: 150px
}
#top-head.fixed .header_info div.info_inner {
  padding-top: 0
}
#top-head.fixed .header_info div.info_inner div {
  width: 200px;
}
#top-head.fixed .header_info div.info_inner div.pal {
  width: 252px;
  height: 80px;
  /*padding-top: 30px*/
}
#pal #top-head.fixed .header_info div.info_inner div.pal {
  padding-top: 10px
}
#top-head.fixed .header_info div.info_inner div.pal br {
  display: none
}
#top-head.fixed #global-nav ul {
  display: none
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px
}
#nav-toggle {
  /* 既存のスタイル */
  cursor: pointer; /* 例: カーソルを指の形にする */
  /* 他のスタイル */
  display: none; /* デフォルトでは非表示 */
  flex-direction: column; /* アイコンとテキストを縦に並べる */
  align-items: center; /* 中央揃え */
}
#nav-toggle div {
  /* 既存のハンバーガーアイコンのスタイル */
  width: 30px;
  height: 20px;
  position: relative;
}
#nav-toggle div span {
  /* 既存のハンバーガーアイコンの線のスタイル */
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333; /* 例: 色 */
  transition: .3s ease-in-out;
}
#nav-toggle div span:nth-child(1) {
  top: 0;
}
#nav-toggle div span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#nav-toggle div span:nth-child(3) {
  bottom: 0;
}
.menu-text {
  font-size: 8px; /* 例: テキストサイズ */
  margin-top: 5px; /* アイコンとの間隔 */
  color: #333; /* 例: テキスト色 */
}
/* レスポンシブ表示の切り替えポイントに合わせて display: flex; を指定 */
@media screen and (max-width: 768px) { /* 例: 768px以下で表示する場合 */
  #nav-toggle {
    display: flex; /* ハンバーガーメニューとテキストを表示 */
    /* その他のレスポンシブデザイン用のスタイル */
  }
  #top-head, .inner {
    width: 100%;
    padding: 0
  }
  #top-head {
    top: 0;
    /* position: fixed; */
    margin-top: 0;
    border-bottom: solid 1px #ddd;
    background: #fff;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent
  }
  #mobile-head {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #fff;
    z-index: 999
  }
  #top-head.fixed .logo, #top-head .logo {
    position: relative;
    left: 13px;
    top: 13px;
    color: #fff;
    font-size: 1.625em;
    width: 130px
  }
  #top-head .header_info div.info_inner div.pal {
    font-size: calc(1rem + 1 * (100vw - 320px) / 448);
  }
  #global-nav {
    position: absolute;
    top: -860px;
    width: 100%;
    padding: 10px 0;
    background: #2e3e8c;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 11
  }
  #global-nav ul {
    position: static;
    right: 0;
    bottom: 0;
    font-size: .875em;
    list-style: none
  }
  #global-nav ul li {
    position: static;
    float: none
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff
  }
  #top-head #global-nav ul li label, #top-head.fixed #global-nav ul li label {
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff
  }
  #top-head #global-nav ul li ul, #top-head.fixed #global-nav ul li ul {
    background-color: #666
  }
  #top-head.fixed #global-nav ul {
    display: block
  }
    #top-head .header_info div.info_inner {
        padding: 12px 0 0 4px;
}
  #top-head.fixed .header_info div.info_inner {
    /* padding: 10px 10px 0 10px; */
  }
  #top-head.fixed .header_info div.info_inner div.pal {
    padding: 5px 0;
    height: auto;
    height: 58px;
  }
  #pal #top-head.fixed .header_info div.info_inner div.pal {
    padding-top: 10px
  }
  #top-head.fixed .header_info div.info_inner div.pal br {
    display: block
  }
  #nav-toggle {
    display: block;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg)
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg)
  }
  .open #global-nav {
    -moz-transform: translateY(920px);
    -webkit-transform: translateY(920px);
    transform: translateY(970px)
  }
}
.alpha a:hover, .alpha a:focus {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)"
}
.fade {
  opacity: 1
}
#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 10px;
  background-color: rgba(47, 169, 148, .7);
  border-radius: 10px
}
#page-top a {
  color: #fff
}
@media screen and (min-width:1000px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}
@media screen and (max-width: 960px) {
  a#pal_mainVisual {
    color: #fff;
  }
}

/*
 * 
SITEMAP 
 * 
 */

@media (min-width: 768px){
  #sitemap .col_wrap{
    display:flex;
    flex-wrap:wrap;
    gap:28px;
    align-items:flex-start;
  }
  #sitemap .col5_1{
    flex:1 1 calc((100% - 2 * 28px) / 3); /* 3列 */
    min-width:220px;
  }
  #sitemap .col5_1 nav{ padding-right:4px; }

  #sitemap .accordionbox dt h2{
    position:relative;
    margin:0 0 14px;
    padding:8px 2px 14px;
    font-size:1rem;
    font-weight:800;
    color:#fff;
    border-bottom:2px solid rgba(255,255,255,.35);
  }
  #sitemap .accordionbox dt h2::after{
    content:"";
    position:absolute;
    left:0; bottom:-2px;
    width:72px; height:2px;
    background:#22c55e;
  }

  #sitemap .accordion_icon{ display:none; }
  #sitemap .accordionbox dd ul{ list-style:none; padding:0; margin:8px 0 20px; }
  #sitemap .accordionbox dd li{ margin: 8px 0; }
  #sitemap .accordionbox dd a{ color:#eaf2ff; text-decoration:none; }
  #sitemap .accordionbox dd a:hover,
  #sitemap .accordionbox dd a:focus-visible{
    color:#fff; text-decoration:underline;
  }
}

/* 4カラム */
@media (min-width: 1024px){
  #sitemap .col5_1{
    flex:1 1 calc((100% - 3 * 28px) / 4);
    min-width:230px;
  }
}

/* 5カラム */
@media (min-width: 1280px){
  #sitemap .col5_1{
    flex:1 1 calc((100% - 4 * 28px) / 5);
    min-width:240px;
  }
}

.sp {
  display: block !important
}
.pc {
  display: none !important
}
@media screen and (min-width :768px) {
  .sp {
    display: none !important
  }
  .pc {
    display: block !important
  }
}
