@charset "UTF-8";
/*パソコンは表示させない*/
@media screen and (min-width: 768px) {
  .NoPc{display: none !important;}
}
/*スマホは表示させない*/
@media screen and (max-width: 769px) {
  .NoSp{display: none !important;}
}
/*--------------------------------*/
*{
  font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
a {transition: all 0.4s;-webkit-transition: 0.4s;transition: 0.4s;}
a:hover {transition: all 0.3s;-webkit-transition: 0.3s;transition: 0.3s;}
*:focus {
outline: none;
}
a:link{
  color: #0000ee;
  text-decoration: underline;
}
a:active{
  color: #ff0000;
}
a:hover{
  color: #0000ee;
  text-decoration: none;
}
a:visited{
  color: #551a8b;
}
/*---------------------------------------------------------------*/
/*　　　　SP css　　　　*/
/*---------------------------------------------------------------*/
body {
  font-size: 4vw;
  min-width: 100%;
  max-width: 100%;
  color: #222222;
  line-height: 1.4;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
/*---------------------------------------------------------------*/
/*--//バーガーメニュー--*/
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  overscroll-behavior: none;
}
.MenuSlide_icon {
  cursor: pointer;
  display: inline-block;
  z-index: 1001;
  position: relative;
}
.MenuSlide_icon span {
  display: block;
  height: .8vw;
  width: 10vw;
  margin: 2.4vw 0;
  background: #005db2;
}
.MenuSlide_icon.active span {
  background: #fff;
}
/* メニュー全体 */
.MenuSlide {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態は画面外 */
  width: 80vw;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 15vw 4vw;
  background-color: #005db2;
}
.MenuSlide.active {
  right: 0; /* 表示時に画面内へスライド */
}

.MenuSlideUl{

}
.MenuSlideUl > li{
  padding: 3vw 2vw;
  border-bottom: 1px solid #eff8ff;
}
.MenuSlideUl li > a{
  text-decoration: none;
  display: block;
}
.MenuSlideUl li > a::before{
  content: '▶︎';
  color: #fff;
  margin-right: 3vw;
}
.MenuSlideUl li > a > span{
  color: #fff;
  font-size: 5vw;
}
.MenuSlideUl_LinkList{
  padding: 2vw 4vw;
}
.MenuSlideUl_LinkList li{
  padding: 3vw 2vw;
  border-bottom: 1px solid #c7e2f7;
}
.MenuSlideUl_LinkList li > a{
  text-decoration: none;
  display: block;
}
.MenuSlideUl_LinkList li > a::before{
  content: '・';
}
.MenuSlideUl_LinkList li > a > span{
  color: #fff;
}
/*---------------------------------------------------------------*/
/*--//header--*/
header{
  position: fixed;
  top: 0;
  z-index: 500;
  height: 15vw;
  width: 100%;
  background-color: #fff;
}
.headerIn{
  width: 92vw;
  height: 15vw;
  margin: 0 auto;
  background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.headerIn > a{
  font-size: 7vw;
  font-weight: 600;
  color: #005db2;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.headerIn > a > i{
  font-size: 6vw;
  font-weight: 600;
}
.headerIn > a > span{
  color: #e6252d;
  font-weight: 600;
}

/*---------------------------------------------------------------*/
/*--//allH2--*/
.allH2{
  width: 80vw;
  margin: auto auto auto 0;
  border-bottom: 2px solid #005eb2;
}
.allH2 > span{
  position: relative;
  display: block;
  font-size: 4.6vw;
  color: #005eb2;
  font-weight: 500;
  padding: 0 0 2vw 8vw;
  letter-spacing: 0.08em;
}
.allH2 > span::before{
  content: '';
  position: absolute;
  left: 1vw;
  top: 0;
  display: inline-block;
  width: 5vw;
  height: 5vw;
  background-color: #e6252d;
}
.allH2 > span::after{
  content: '';
  position: absolute;
  left: 0;
  top: -1vw;
  display: inline-block;
  width: 5.2vw;
  height: 5.2vw;
  border: 1px solid #fff;
  background-color: #005eb2;
}

/*---------------------------------------------------------------*/
/*--//パンくず--*/
.BreadCrumb{
  margin: 1vw;
}
.BreadCrumb a,
.BreadCrumb span{
  text-decoration: none;
  color: #3d3d3d;
  font-size: 2.8vw;
}
.BreadCrumb > ol{
  width: 100%;
  margin: auto;
    display: -webkit-flex;
    display: flex;
}
.BreadCrumb__item{
  padding: 0 1.5vw 0 0;
}
.BreadCrumb__item::after{
  content: '';
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  border: 1px solid;
  margin-left: .2vw;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}
.BreadCrumb__item:last-of-type::after{
  content: '';
  width: 0;
  height: 0;
  border: none;
}
.BreadCrumb__link{

}

/*---------------------------------------------------------------*/
/*--//footer--*/
footer{
  border-top: 1px solid #d4d4d4;
  padding: 8vw 0 0;
}
footer > h2{
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  font-size: 7vw;
  font-weight: 600;
  color: #005db2;
  letter-spacing: 0.08em;
  text-decoration: none;
}
footer > h2 > i{
  font-size: 6vw;
  font-weight: 600;
}
footer > h2 > span{
  color: #e6252d;
  font-weight: 600;
}
.footerIn{
  width: 100vw;
  margin: 10vw auto 0;
}
.footerUl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footerUl li{
  padding: 4vw 4vw;
  position: relative;
}

.footerUl li > a{

}
.footerUl li > a > span{
  font-size: 4vw;
  color: #061651;
}
.copyright{
  font-size: 3vw;
  display: block;
  text-align: right;
  margin: 5vw 2vw 2vw auto;
}


/*-----------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*-----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
/*---------------------------------------------------------------*/
/*--//body--*/
body {
  font-size: 16px;
  min-width: 100%;
  max-width: 100%;
  color: #222222;
  line-height: 1.4;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
/*---------------------------------------------------------------*/
/*--//header--*/
header{
  position: fixed;
  top: 0;
  z-index: 500;
  height: 70px;
  width: 100%;
  background-color: #fff;
}
.headerIn{
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.headerIn > a{
  font-size: 32px;
  color: #005db2;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.headerIn > a > i{
  font-size: 24px;
}
.headerIn > a > span{
  color: #e6252d;
}
.headerUl{
  height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.headerUl li{
  padding-left: 70px;
  line-height: 1.4;
}
.headerUl li > a{
  text-decoration: none;
}
.headerUl li > a > span{
  font-size: 24px;
  font-weight: 200;
  color: #606d75;
}

/*---------------------------------------------------------------*/
/*--//オンマウスメニュー--*/
.headerMouseOver{
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 300;
  background-color: #005db1;
  transition: min-height .5s;
}
.headerInOnMenu:hover > .headerMouseOver{
  min-height: 220px;
}
.headerLinkList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 1000px;
  margin: 30px auto auto;
}
.headerLinkList li{
  width: 140px;
  height: 40px;
  margin: 20px 40px;
}
.headerLinkList li > a{
  height: 40px;
  width: 140px;
  text-decoration: none;
  display: grid;
  place-items: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #fff;
}
.headerLinkList li > a > span{
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.headerLinkList li > a:hover{
  background-color: #eff8ff;
}
.headerLinkList li > a:hover > span{
  color: #005db1;
}


/*---------------------------------------------------------------*/
/*--//allH2--*/
.allH2{
  width: 600px;
  margin: auto auto auto 0;
  border-bottom: 2px solid #005eb2;
}
.allH2 >span{
  position: relative;
  display: block;
  font-size: 28px;
  color: #005eb2;
  font-weight: 500;
  padding: 0 0 10px 45px;
  letter-spacing: 0.1em;
}
.allH2 > span::before{
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e6252d;
}
.allH2 > span::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  background-color: #005eb2;
}

/*---------------------------------------------------------------*/
/*--//パンくず--*/
.BreadCrumb{
  margin: 5px auto;
}
.BreadCrumb a,
.BreadCrumb span{
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}
.BreadCrumb > ol{
  width: 1200px;
  margin: auto;
    display: -webkit-flex;
    display: flex;
}
.BreadCrumb__item{
  padding: 0 10px 0 0;
}
.BreadCrumb__item::after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  margin-left: 2px;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}
.BreadCrumb__item:last-of-type::after{
  content: '';
  width: 0;
  height: 0;
  border: none;
}
.BreadCrumb__link{

}

/*---------------------------------------------------------------*/
/*--//footer--*/
footer{
  border-top: 1px solid #d4d4d4;
  padding: 40px 0 0;
}
footer > h2{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #005db2;
  letter-spacing: 0.1em;
  text-decoration: none;
}
footer > h2 > i{
  font-size: 18px;
}
footer > h2 > span{
  color: #e6252d;
}
.footerIn{
  width: 1200px;
  margin: 60px auto 0;
}
.footerUl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.footerUl li{
  padding: 0 50px;
  position: relative;
}
.footerUl li::after{
  position: absolute;
  right: 0;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #061651;
}
.footerUl li:last-of-type::after{
  content: '';
  height: 0;
  width: 0;
}
.footerUl li > a{

}
.footerUl li > a > span{
  font-size: 16px;
  color: #061651;
}
.copyright{
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 60px auto 5px;
}

}/*--　PC css終了　--*/
