@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: inherit
}
p {
  margin: 0;
}
dl,
ol,
.ul {
  margin: 0;
}
dt,
.dd {
  margin: 0;
}
label,
.figure {
  margin: 0;
  padding: 0;
}
/****************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
a,
span,
address,
blockquote,
table,
tr,
th,
.td {
  /*transform: rotate(0.03deg);*/
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #1d1d1d;
  font-size: 1.5rem;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
}

/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 1rem;
  margin: 0 0 5rem;
}
.titleA h3 {
  font-size: 1.6rem !important;
}
.titleA p {
  grid-row: 1/2;
  font-size: 3.7rem;
}

[class^="button"] {
  width: fit-content;
  min-height: 3.2rem;
  min-width: 18.5rem;
  background: #0072bd;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  line-height: 1 !important;
}
[class^="button"] :is(a, span) {
  text-decoration: none;
  color: #f2f2f2;
  width: 100%;
  padding: 0 1em;
  min-height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[class^="button"]::before {
  content: "";
  width: 100%;
  min-height: inherit;
  display: block;
  background: #f2f2f2;
  position: absolute;
  left: -100%;
  z-index: 1;
}
[class^="button"]:hover::before {
  left: 0;
  transition: 0.5s;
}
[class^="button"]:hover :is(a, span) {
  color: #0072bd !important;
}
.buttonB {
  background: initial;
  border: 0.1rem solid #f2f2f2;
}



/*header*/

.header {
  width: 100%;
  height: 8rem;
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 0 2.6vw 0 13.54vw;
  /*5 26*/
}
.header .col2 {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .col2>.left {
  display: flex;
  align-items: center;
  gap: 1.3vw;
  /*2.5*/
}
.header .col2>.left h1 {
  font-size: 1.5rem;
  line-height: 2.4;
}
.header .col2>.left .logo {
  width: 3.07vw;
  /*5.9*/
  min-width: 5.9rem;
}
.header .col2>.left .logo img {
  width: 100%;
}
.header .col2>.right {
  width: 90rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10rem 0 0;
}
.header .col2>.right>.ul {
  width: 43.229vw;
  /*83*/
  min-height: 3.2rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0;
}
.header .col2>.right>.ul>.li {
  list-style: none;
  width: fit-content;
  min-height: inherit;
}
.header .col2>.right>.ul>.li p{
  min-height: inherit;
}
.header .col2>.right>.ul>.li a {
  color: inherit;
  width: 100%;
  padding: 0 1em;
  min-height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
}
.header .col2>.right>.ul>.li .buttonA a {
  color: #fff;
}





/*main*/
.mainimg {
  width: 100%;
  height: 18rem;
  position: relative;
}
.title {
  width: fit-content;
  min-height: 7rem;
  padding: 1rem 2.6vw;
  /*5*/
  background: #1d1d1d;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  position: absolute;
  top: calc(50% - 3.5rem);
  left: 7.29vw;
  /*14*/
}
.title h2 {
  color: #fff;
  white-space: pre;
}
.title p {
  font-size: 3.7rem;
  font-weight: bold;
  color: #fff;
}
.bottom {
  background: url(/system_panel/uploads/images/bottom_bg_col2.png);
  padding: 6rem 0;
}
.bottom .inner .col2 {
  grid-row: 2/3;
  grid-column: 1/3;
  width: 100%;
  display: flex;
}
.bottom .inner .col2 * {
  color: #f2f2f2;
}
.bottom .inner .col2 .left {
  width: 43%;
  display: grid;
  align-content: center;
}
.bottom .inner .col2 .left .titleA {
  margin: 0;
}
.bottom .inner .col2 .right {
  width: 57%;
}
.bottom .inner .col2 .right p:not(.buttonA) {
  line-height: 2.4;
  margin: 0 0 3rem;
}
.bottom .inner .col2 .right .buttonA {
  background: initial;
  border: 0.1rem solid #f2f2f2;
}






/*footer*/
.footer {
  padding: 5rem 0 2rem;
  position: relative;
}
.footer .inner .col2 {
  display: flex;
}
.footer .inner .col2 .left {
  width: 45%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left p {
  line-height: 2.4;
}
.footer .inner .col2 .right {
  width: 55%;
}
.footer .inner .col2 .right .ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.08vw;
  margin: 0 0 6rem;
}
.footer .inner .col2 .right .ul .li {
  list-style: none;
  text-align: left;
}
.footer .inner .col2 .right .ul .li a {
  color: inherit;
}
.footer .inner .col2 .right .ul .li a::before {
  content: ">";
  display: inline-block;
  margin: 0 1em 0 0;
  transform: scale(0.5, 1);
}
.footer .inner .col2 .right .ul .li:nth-child(-n+5) {
  grid-column: 1/2;
}
.footer .inner .col2 .right .ul .li:nth-child(n+6) {
  grid-column: 2/3;
}
.footer .inner .col2 .right .ul .li:nth-child(6) {
  grid-row: 1/2;
}
.footer .inner .col2 .right .ul .li:nth-child(7) {
  grid-row: 2/3;
}
.footer .inner .col2 .right .ul .li:nth-child(8) {
  grid-row: 3/4;
}
.footer .inner .col2 .right .ul .li:nth-child(9) {
  grid-row: 4/5;
}
.footer .inner .col2 .right .ul .li:nth-child(10) {
  grid-row: 5/6;
}
.footer .inner .copyright {
  text-align: right;
}








/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}




/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}




/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}





/*タブ*/
#wrapper .typeA .content {
  height: auto;
  opacity: 1;
  margin: 0 auto 5rem;
}
/*ベース*/
.typeA {
  display: flex;
  flex-wrap: wrap;
}
.typeA::after {
  content: '';
}
.typeA .tabLabel {
  /* タブ */
  width: fit-content;
  min-width: 16rem;
  height: 3.2rem;
  display: grid;
  align-items: center;
  text-align: center;
  margin-right: 3px;
  padding: 3px 12px;
  order: -1;
  border-radius: 1.6rem;
  color: #1d1d1d;
  background: #e1e1e1;
  transition: .5s;
  cursor: pointer;
}
.typeA .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}
.typeA input {
  /* ラジオボタン非表示 */
  display: none;
}
.typeA .content {
  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 0 5rem;
}
/*アクティブ設定*/
.typeA input:checked+.tabLabel {
  color: #fff;
  background: #0072bd;
}
.typeA input:checked+.tabLabel+.content {
  padding: 7rem 0 0;
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  opacity: 1;
}



/*pagetopボタン用*/
.pagetop {
  position: absolute;
  top: 5rem;
  right: 18.75vw;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  color: inherit;
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {
}
.header.scroll-nav {
}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {
}




/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "－";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
  font-size: 5rem;
  color: #1d1d1d;
  right: clamp(-2rem, -3.125vw, -6rem);
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #1d1d1d;
  top: calc(50% - 0.5em);
  right: clamp(-2rem, -3.125vw, -6rem);
}




/*========= 流れるテキストslideAnime ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}




/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}




/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}