@charset "UTF-8";
/* CSS Document */
.sticky_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3
}
body {
  background-color: #fff;
/*  font-feature-settings: "palt";
	 letter-spacing: 0.1rem;*/
  max-width: 3000px;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
/*  width: auto;*/
}

/*--------------------------*/
.menu_base_wrap {
  position: fixed;
  top: 0px;
  right: -105%;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  transition: right 0.3s;
  z-index: 50;
}
.menu_base {
  position: fixed;
  top: 0px;
  right: -401px;
  width: 400px;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-left: #333 1px solid;
  transition: right 0.6s;
  z-index: 51;
}
.app {
  right: 0px;
}
.app_wrap {
  right: 0%;
}
.b_menu {
  position: fixed;
  top: 96px;
  right: -2px;
  width: 60px;
  height: 60px;
  border: #333 1px solid;
  background: url(../../images/b_menu.svg) top left / 60px 120px no-repeat,#fff;
  cursor: pointer;
  z-index: 52;
}
.b_menu:hover {
  opacity: 0.5;
}
.b_menu.av {
  background: url(../../images/b_menu.svg) bottom left / 60px 120px no-repeat,#fff;
}
.b_menu_sp {
display: none
}
.menu_area {
  position: fixed;
  top: 210px;
  right: -361px;
  width: 360px;
  bottom: 80px;
  transition: right 0.6s;
  z-index: 53;
  overflow-y: scroll;
  overflow-x: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu_area::-webkit-scrollbar {
  display: none;
}
.app_menu_area {
  right: 20px;
}
a.b_btn {
  display: flex;
  padding: 15px 20px;
 font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
		font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
  align-items: center;
  border: transparent 1px solid;
  font-size: 1.6rem;
  color: #000
}

a.b_btn:hover {
  border: #000 1px solid;
  opacity: 1;
}
/*--------------------------*/
/*
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 100px);
  height: 86px;
  margin: 0px 0px 0px 30px;
  border-bottom: #ccc 1px solid;
  z-index: 4
}
*/
/*.title {
  align-self: center;
font-family: "UniversNextPro-BoldCond";
  font-weight: 300;
  letter-spacing: 0rem;
  font-size: 1.875rem;
	padding-bottom: 6px;
  text-align: center;
  white-space: nowrap;

  color: #000
}*/
.b_menu_sp {
  display: none
}
/*--------------------------*/
.nwp {
  display: none
}
.c_bl {
  color: #006e93
}
.c_bl2 {
  color: #6f71be
}
.c_pl {
  color: #810093
}
.hr_gr {
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}
.hr_gr_mb {
  height: 1px;
  background-color: #ccc;
  border: none;
  color: #ccc;
  margin-bottom: 10px
}
.list_01, .list_02 {
  margin: 0px 0px 10px 0px;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  font-size: 1.8rem;
  line-height: 3rem;	text-align: left
}
.list_01:before {
  content: "● ";
  color: #6f71be;
font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  letter-spacing: 0rem;
  font-size: 1.8rem;
  line-height: 3rem;
}
.list_02:before {
  content: "○ ";
  color: #6f71be;
font-family: "FP-ヒラギノ角ゴ ProN W6","Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  letter-spacing: 0rem;
  font-size: 1.8rem;
  line-height: 3rem;
}
.list_03 {
  display: inline;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-decoration: underline
}
.list_04{
  display: inline;
font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-decoration: underline
}
.pcn {
  display: none
}