@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 10px*/
}
body {
  background-color: #fff;
  font-size: 1.6rem; /* 16px*/
  max-width: 2400px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "FP-ヒラギノ角ゴ ProN W6";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a {
  color: #222;
  text-decoration: underline;
  transition: 0.2s
}
a:hover {
  color: #1354CF;
  text-decoration: underline
}
main {
  width: 100%;
  margin: 0 auto;
}
.dpb_pc {
  display: block !important
}
.dpf_pc {
  display: flex !important
}
.dpb_sp {
  display: none !important
}
.dpf_sp {
  display: none !important
}
.t_body01 {
  font-size: 1.6rem;
  line-height: 2.8rem;	
}
.t_body03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px auto 0px auto;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.t_body04 {
  margin: 0px auto 0px auto;
  max-width: 80%;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.nts {
  margin: 5px 0px 0px 0px;
	text-align: right;

  font-size: 1.4rem;

}
.pad_header {
  padding-top: 120px
}
.sq_mgn_01 {
  margin-top: -118px;
  padding-top: 118px;
}
.header_area {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 120px;
  margin: 0px auto;
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  align-items: center;
  z-index: 2
}
.logo-at {
  height: 50px;
  padding: 0 2rem 0 2%;
}
.logo-at img {
  height: 50px;
}
.logo-gws {
  height: 38px;
  padding: 0 1rem 0 2rem;
  border-left: #000 1px solid;
}
.logo-gws img {
  height: 38px;
}
.header_b_area {
  height: 64px;
  display: flex;
  margin-left: auto;
  padding-right: 2%;
	font-feature-settings : "palt";
}
.b_home {
  height: 64px;
  width: 100px;
	  margin: 0 1rem 0 0;
  border: #a8b0b4 1px solid;
  border-radius: 32px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #0041d3;
  line-height: 1.8rem;
  text-decoration: none;
  transition: 0.2s;
}
.b_top {
  height: 64px;
  width: 190px;
  border: #a8b0b4 1px solid;
  border-radius: 32px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #0041d3;
  line-height: 1.8rem;
  text-decoration: none;
  transition: 0.2s;
}
.b_top:hover, .b_top.av ,.b_home:hover,.b_home.av{
  border: #D3DDF4 1px solid;
  background-color: #D3DDF4;
  text-decoration: none;
  color: #00309C;
}
.b_sapporo {
  font-size: 1.2rem;
}
.b_menu, .menu_base, .menu_area {
  display: none
}
.wia_area {
  position: relative;
  width: 190px;
  margin: 0 1rem 0 1rem;
}
.wia_area_sapporo {
  position: relative;
  width: 190px;
  margin: 0 0 0 0;
}
.b_top.b_wia,.b_top.b_sapporo {
  position: absolute;
  top: 0px;
  z-index: 4
}
.menu_area_header,.menu_area_header_sapporo  {
  position: absolute;
  top: 0px;
  width: 190px;
  padding: 64px 0px 4px 0px;
  border-radius: 32px 32px 12px 12px;
  background-color: #e8edf9;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #0041d3;
  line-height: 1.8rem;
  transition: 0.2s;
  z-index: 3;
  display: none
}
.app_menu_area_header,.app_menu_area_header_sapporo {
  display: block
}
a.b_btn_wia_2nd,a.b_btn_sapporo_2nd {
  padding: 1rem 0.5rem 1rem 1.4rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #0041d3;
  line-height: 1.8rem;
  text-decoration: none;
  transition: 0.2s
}
a.b_btn_wia_3rd {
  padding: 0.5rem 0.5rem 0.5rem 2.4rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  background-color: #f4f7fc;
  color: #0041d3;
  line-height: 1.8rem;
  text-decoration: none;
  transition: 0.2s;
	  cursor: pointer
}
a.b_btn_wia_2nd:hover, a.b_btn_wia_3rd:hover,  a.b_btn_sapporo_2nd:hover {
  color: #000B25;
  text-decoration: none;
}
a.b_btn_wia_3rd.bm_wia_info_02{
  padding: 1rem 0.5rem 0.5rem 2.4rem;

}

a.b_btn_wia_3rd.bm_wia_info_pp{
  padding: 0.5rem 0.5rem 1rem 2.4rem;

}




@media (max-width: 1200px) {
  .pad_header {
    padding-top: 70px
  }
  .header_b_area {
    display: none
  }
  .sq_mgn_01 {
    margin-top: -70px;
    padding-top: 70px;
  }
  .header_area {
    position: fixed;
    top: 0px;
    display: flex;
    width: 100%;
    height: 70px;
    margin: 0px auto;
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    align-items: center;
    z-index: 2
  }
  .logo-at {
  height: 36px;
    padding: 0 1rem 0 2.5%;
  }
  .logo-at img {
  height: 36px;
  }
  .logo-gws {
    height: 24px;
    padding: 0 1rem 0 1rem;
    border-left: #000 1px solid;
  }
  .logo-gws img {
    height: 24px;
  }
  .b_menu {
    display: block;
    position: fixed;
    top: 10px;
    right: 2.5%;
    height: 50px;
    width: 50px;
    border: #a8b0b4 1px solid;
    border-radius: 32px;
    color: #0041d3;
    line-height: 1.8rem;
    background: url(../images/b_menu.svg) top left / 50px 100px no-repeat, #f7f7f7;
    cursor: pointer;
    transition: 0.2s;
    z-index: 52;
  }
  .b_menu:hover, .b_menu.av:hover {
    border: #aabce6 1px solid;
    background-color: #aabce6;
  }
  .b_menu.av {
    background: url(../images/b_menu.svg) bottom left / 50px 100px no-repeat, #f7f7f7;
  }
  .menu_base {
    display: block;
    position: fixed;
    top: 0px;
    right: -1201px;
    width: 1200px;
    height: 100vh;
    background-color: #fff;
    transition: right 0.6s;
    z-index: 51;
  }
  .app {
    right: 0px;
  }
  .menu_area {
    display: block;
    position: fixed;
    top: 0px;
    right: -101%;
    width: 60%;
    transition: right 0.6s;
    z-index: 53;
  }
  .app_menu_area {
    right: 20%;
  }
  .menu_wapper {
    position: absolute;
    top: 60px;
    height: calc(100vh - 80px);
    width: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu_wapper::-webkit-scrollbar {
    display: none;
  }
  a.b_btn {
    margin: 20px 0 10px 0;
    border-bottom: #7B919C 1px solid;
    padding: 1rem 0.5rem 1rem 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    color: #0041d3;
    line-height: 2.2rem;
    text-decoration: none;
    transition: 0.2s;  cursor: pointer
  }
  a.b_btn:hover, a.b_btn_2nd:hover, a.b_btn_3rd:hover {
    border-bottom: #a8b0b4 1px solid;
    background-color: #E3EBFD;
    color: #00309C;
    text-decoration: none;
	  cursor: pointer
  }

  a.b_btn_2nd {
    margin: 0px 0px 10px 10px;
    border-bottom: #DCE1E3 1px solid;
    padding: 1rem 0.5rem 1rem 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    color: #0041d3;
    line-height: 1.8rem;
    text-decoration: none;
    transition: 0.2s
  }
  a.b_btn_3rd,.b_btn_3rd {
    margin: 5px 0px 5px 10px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    color: #0041d3;
    line-height: 1.8rem;
    text-decoration: none;
    transition: 0.2s;
	  cursor: pointer
  }
}

.b_back_area {
text-align:center
	
}
a.b_back {

  margin: 40px auto 0px auto;
padding: 0px 3rem;
  height: 64px;

  border: #a8b0b4 1px solid;
  border-radius: 32px;
  background-color: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  color: #0041d3;
  line-height: 1.8rem;
  text-decoration: none;
  transition: 0.2s;
}
.b_back:hover{
  border: #D3DDF4 1px solid;
  background-color: #D3DDF4;
  text-decoration: none;
  color: #00309C;
}




.footer_area {
  width: 100%;
  padding: 45px 0px 45px 0px;
  margin: 120px auto 0px auto;
  background-color: #ededed;
  text-align: center;
}
.footer_logo_area {
  margin: 0px auto 45px auto;
  display: inline-flex;
  align-items: center;
}
.logo-at_footer {
  max-width: 230px;
  display: flex;
  align-items: center;
  margin: 0px 40px 0px 0px;
}
.logo-at_footer img {
  max-width: 230px;
  width: 100%;
}
.logo-scu_footer {
  max-width: 240px;
  display: flex;
  align-items: center;
}
.logo-scu_footer img {
  max-width: 240px;
  width: 100%;
}
.foot_c {
  margin: 0px auto 0px auto;
  text-align: center;
  color: #000;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 1.6rem;
}
#b_up {
  position: fixed;
  bottom: 20px;
  right: 2%;
  height: 64px;
  width: 64px;
  border: #a8b0b4 1px solid;
  border-radius: 32px;
  color: #0041d3;
  line-height: 1.8rem;
  background: url(../images/b_up.svg) top left / 64px 64px no-repeat, #f7f7f7;
  cursor: pointer;
	  opacity: 0;
  transition: 0.2s;
	
  z-index: 40;
}
#b_up.av {
  opacity: 1;
}
#b_up:hover {
  border: #aabce6 1px solid;
  background-color: #aabce6;
}
@media (hover: none) {
  #b_up:hover{
    border: #a8b0b4 1px solid;
    background-color: #f7f7f7;
  }
}
.nwp {
  display: none
}
@media (max-width: 1200px) {
	.nwp {
  display: block
}
	}