@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  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;*/
  /*横スクロールが出るのを隠すため*/
}
h2 {
  /*font-family: "Zen Maru Gothic", sans-serif;*/
}
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: #37444e;
  font-size: 1.6rem;
  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;
}
.title {
  display: grid;
}
.title h2 {
  grid-row: 2/3;
  font-size: 1.9rem;
  color: #ecf2f6;
  background: #a5bcd7;
  width: fit-content;
  height: 3rem;
  display: grid;
  align-items: center;
  padding: 0 1em;
}
.title p {
  font-size: 5.7rem;
  color: #ecf2f6;
}
.titleA {
  display: grid;
  gap: 1rem;
  margin: 0 auto 5rem;
}
.titleA :is(h3, h4) {
  font-size: 2rem;
  text-align: center;
  line-height: 1 !important;
}
.titleA p {
  grid-row: 1/2;
  font-size: 4rem;
  font-weight: 500;
  color: #1c6eae;
  text-align: center;
  line-height: 1 !important;
}
[class^="button"] {
  width: fit-content;
  min-width: 22rem;
  height: 4.4rem;
  border-radius: 2.2rem;
}
[class^="button"] :is(a, span) {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
[class^="button"] :is(a, span)::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  right: 1rem;
}
[class^="button"] :is(a, span):hover {
  transition: 0.5s;
}
[class^="button"] :is(a, span):hover::after{
  right: 0.5rem;
  transition: 0.5s;}
.buttonA {
  border: 0.1rem solid #ecf2f6;
}
.buttonA :is(a, span) {
  color: #ecf2f6;
}
.buttonA :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowA.png);
}
.buttonA:hover {
  background: #ecf2f6;
  border: 0.1rem solid #1c6eae;
}
.buttonA :is(a, span):hover {
  color: #1c6eae;
}
.buttonA :is(a, span):hover::after {
  background: url(/system_panel/uploads/images/arrowB.png);
}
.buttonB {
  background: #fff;
  border: 0.1rem solid #1c6eae;
  transition: 0.5s;
}
.buttonB :is(a, span) {
  color: #1c6eae;
}
.buttonB :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowB.png);
}
.buttonB:hover {
  background: #1c6eae;
  border: 0.1rem solid #ecf2f6;
}
.buttonB :is(a, span):hover {
  color: #ecf2f6;
}
.buttonB :is(a, span):hover::after {
  background: url(/system_panel/uploads/images/arrowA.png);
}


/*header*/
.header {
  width: 100%;
  height: 8.5rem;
  background: #fff;
  padding: 0 1.5625vw 0 7.29vw;
  /*3 14*/
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.header .left {
  width: 25%;
  min-width: 32rem;
}
.header .left h1 {
  font-size: clamp(1rem,0.83vw,1.6rem);
  margin: 0 0 1rem;
}
.header .right {
  width: 75%;
  max-width: 96rem;
  display: flex;
  align-items: center;
}
.header .right .nav {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: nowrap;
}
.header .right .nav>.ul {
  width: 26vw;/*50*/
  min-width: 32rem;
  height: inherit;
  display: flex;
  justify-content: space-around;
  padding: 0 0 1rem;
  position: relative;
}
.header .right .nav>.ul>.li {
  height: inherit;
  list-style: none;
  flex-grow: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .nav>.ul>.li:has(.ul) >p{
}
.header .right .nav>.ul>.li:has(.ul) >p::before{
  content: "∨";
  transform: scale(1,0.5);
}
.header .right .nav>.ul>.li>p {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .nav>.ul>.li a {
  width: fit-content;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  color: inherit;
  position: relative;
  text-decoration: none;
  margin: auto;
  position: relative;
}
.header .right .nav>.ul>.li a::after {
  content: "";
  width: 0%;
  height: 0.5rem;
  display: block;
  background: linear-gradient(90deg, #19649f 0%, #73abdc 66%);
  position: absolute;
  bottom: 0;
}
.header .right .nav>.ul>.li a:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .right .nav>.ul>.li:first-of-type {
  display: none;
}
.header .right .nav>.ul>.li>.ul {
  display: none;
}
.header .right .nav>.ul>.li:nth-of-type(3):hover .ul {
  width: fit-content;
  display: block;
  position: absolute;
  top: 4rem;
  padding: 1rem 0 0;
}
.header .right .nav>.ul>.li>.ul>.li {
  width: 100%;
  height: 4rem;
  display: grid;
  align-items: center;
  background: #fff;
  border: 0.1rem solid #c6c9cc;
  text-align: center;
  margin: 0 0 0.1rem;
  padding: 0 3em;
}
.header .right .info {
  min-width: 44rem;
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  /*3*/
}
.header .right .info .tel {}
.header .right .info .tel p {
  font-size: 1.4rem;
  font-weight: 600;
}
.header .right .info .tel p:last-of-type {
  margin: 0.5rem 0 0;
}
.header .right .info .tel a {
  font-size: 2.7rem;
  font-weight: 600;
  color: inherit;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  /*transform: scale(0.9,1);*/
  letter-spacing: -0.0625em;
}
.header .right .info .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png);
  width: 1.9rem;
  height: 2.5rem;
  display: inline-block;
  /*transform: scale(1,1);*/
}
.header .right .info .mail {}
.header .right .info .buttonA {
  background: #7eaedd;
  min-width: 18rem;
  height: 3.8rem;
  border-radius: 1.9rem;
}
.header .right .info .buttonA a {}





/*main*/
.mainimg {
  width: 100%;
  height: 24rem;
  background-blend-mode: overlay;
  position: relative;
  overflow: hidden;
}
.mainimg .title {
  top: 8rem;
  left: 7.29vw;
  /*14*/
  position: absolute;
  z-index: 3;
}
.mainimg .pic {
  width: 100%;
  height: inherit;
  position: absolute;
}
.mainimg .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(90deg, rgba(28, 110, 174, 0.7), rgba(115, 171, 220, 0.7));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.mainimg .pic img {}


.bottom {
  background: #1c6eae;
  padding: 6rem 0 8rem;
}
.bottom .inner {
  width: 90%;
  max-width: 100rem;
  margin: auto;
}
.bottom .inner .titleA {
  margin: 0 auto 3rem;
}
.bottom .inner .titleA h3 {
  color: #7badd5;
}
.bottom .inner .titleA p {
  color: #eef3f6;
}
.bottom .inner>p {
  color: #ecf2f6;
  text-align: center;
  line-height: 2.5;
  margin: 0 auto 3rem;
}
.bottom .inner .col2 {
  display: flex;
  border-top: 0.1rem solid #4c88b6;
  padding: 5rem 0 0;
}
.bottom .inner .col2 :is(.left, .right) {
  width: 50%;
  padding: 0 1rem;
}
.bottom .inner .col2 :is(.left, .right) h4 {
  font-size: 2.5rem;
  text-align: center;
  color: #eef3f6;
  margin: 0 auto 2rem;
}
.bottom .inner .col2 .left {
  border-right: 0.1rem solid #4c88b6;
}
.bottom .inner .col2 .left p {
  font-size: 1.4rem;
  color: #eef3f6;
  text-align: center;
}
.bottom .inner .col2 .left p:first-of-type {
  margin: 0 auto 1rem;
}
.bottom .inner .col2 .left p a {
  font-size: 2.5rem;
  color: #eef3f6;
}
.bottom .inner .col2 .left p a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel2.png);
  width: 1.9rem;
  height: 2.5rem;
  display: inline-block;
}
.bottom .inner .col2 .right .buttonB {
  min-width: 26rem;
  background: #f1f6f9;
  margin: auto;
}
.bottom .inner .col2 .right .buttonB a {
  gap: 1rem;
}
.bottom .inner .col2 .right .buttonB a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat;
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
}

.bottom .inner .col2 .right .buttonB:hover {
  background: initial;
  transition: 0.5s;
}
.bottom .inner .col2 .right .buttonB:hover a::before {
  background: url(/system_panel/uploads/images/icon_mail2.png) no-repeat;
  transition: 0.5s;
}





/*footer*/
.footer {
  padding: 8rem 0 2.5rem;
}
.footer .inner .col2 {
  display: flex;
  flex-wrap: wrap;
}
.footer .inner .col2 .left {
  width: 42%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
  max-width: 36rem;
  margin: 0 0 4rem;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left p {
  line-height: 1.76;
}
.footer .inner .col2 .left p a {
  color: inherit;
}
.footer .inner .col2 .right {
  width: 58%;
}
.footer .inner .col2 .right .nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem;
}
.footer .inner .col2 .right .nav .ul {
  width: 50%;
}
.footer .inner .col2 .right .nav .li {
  list-style: none;
  margin: 0 0 2rem;
}
.footer .inner .col2 .right .nav .li a {
  color: inherit;
}
.footer .inner .col2 .right .nav .li a::before{
  content: ">";
  margin: 0 1rem 0 0;
  transform: scale(0.5,1);
  display: inline-block;
}
.footer .inner .col2 .right .nav>.ul>.li {}
.footer .inner .col2 .right .nav>.ul>.li>.ul {
  margin: 2rem 0 0;
}
.footer .inner .copyright {
  width: 100%;
  text-align: right;
}









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




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




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




/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  background: #000;
  color: #fff;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}




/*.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: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}

/*slick*/
.slick-prev::before,
.slick-next::before {
  font-size: 5rem !important;
  font-family: sans-serif !important;
  color: #202020 !important;
}
.slick-prev::before {
  content: "<" !important;
}
.slick-next::before {
  content: ">" !important;
}



/*========= 流れるテキスト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;
}