@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff;
  font-size: 1rem;
  max-width: 2400px;
  margin: auto;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
@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 {
  text-decoration: none
}
/* header ---------------------- */
.header_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 1.5%;
  z-index: 50;
  transition: 0.3s;
  background-color: #fff
}
.at_logo {
  width: 220px;
}
.header_right_area {
  display: flex;
  z-index: 60;
}
.b_inq {
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 0 0 0 .5rem;
  padding: .4rem 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 0.8rem;
  background-color: #333;
  transition: 0.3s
}
.b_inq:hover {
  cursor: pointer;
  color: #000;
  background-color: #ccc
}
/*--------------------------*/
.top_area {
  width: 100%;
  margin: 0 auto;
  position: relative
}
.top_title_area {
  position: absolute;
  margin: 0 auto;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+80,000000+100&0+0,0.8+20,0.8+80,0+100 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.top_title_t01 {
  font-size: 1.4rem;
  font-family: "UniversNextPro-Cond";
  color: #fff;
  text-align: center
}
.top_title_t02 {
  margin: .5rem 0px 0px 0px;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.2rem;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center
}
.top_lead {
  width: 60%;
	  max-width: 1280px;
  margin: 60px auto 60px auto;
	 padding: 0rem 50px;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.top_lead_2nd {
  width: 60%;
	  max-width: 1280px;
  margin: 0px auto 40px auto;
	 padding: 0rem 50px;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
@media (max-width: 1024px) {
  .top_lead {
    width: 88%;
    margin: 40px auto 40px auto;
    font-size: 1rem;
    line-height: 2rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
  }
}
/*--------------------------*/
.area_wrapper {
  width: 100%;
  background-color: #e5e5e5;
  padding: 40px 0 80px 0
}
.top_cap {
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.area_outer {
  max-width: 1280px;
  margin: 0 auto 0px auto;
  padding: 0rem 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.icon_l {
  margin: 0px 0px 16px 0px;
  background-color: #fff;
  padding: 40px 40px;
  display: flex;
  flex-direction: column
}
.icon_l_upper {
  width: 100%;
  display: flex;
  margin: 0 0 20px 0
}
.icon_l_left {
  display: flex;
}
.img_left {
  margin: 0 0 0 20px;
  align-self: center
}
.icon_l_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 40px
}
.bn-01 {}
.bn-02 {}
.icon_l_lower {
  flex: 1 0;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.icon_m {
  width: calc(100% / 3 - 8px);
  margin: 0px 0px 16px 0px;
  background-color: #fff;
  aspect-ratio: 5 / 4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon_s {
  width: calc(100% / 4 - 2px);
  margin: 0px 0px 2px 0px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon_s_na {
  width: calc(100% / 4 - 2px);
}
@media (max-width: 1024px) {
  .icon_l_lower {
    flex: 1 0;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .icon_m {
    width: calc(100% / 3 - 8px);
    margin: 0px 0px 16px 0px;
    background-color: #fff;
    aspect-ratio: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .icon_s {
    width: calc(100% / 4 - 2px);
    margin: 0px 0px 2px 0px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.icon_txt {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
  padding: 1rem .5rem .5rem .5rem;
}
.b_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  margin-top: 1rem;
  padding: .4rem .4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 0.8rem;
  background-color: #ccc;
  transition: 0.3s
}
.b_link:hover {
  cursor: pointer;
  color: #fff;
  background-color: #333
}
.btn_detail {
  margin: 80px auto 0px auto;
  width: 50%;
  min-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 1) 100%);
  height: 80px;
  border-radius: 4px;
  font-size: 1.1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  transition: background 1.5s, left .8s ease-out, opacity .3s;
}
.btn_detail:hover {
  opacity: .7;
}
/*--------------------------*/
.footer_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4c4c4c
}
.at_logo_02 {
  margin: 2rem 0 0 0;
  width: 250px
}
.at_logo_02 img {
  width: 100%
}
.foot_c {
  margin: 1rem 0 2rem 0;
  color: #fff;
  font-family: "UniversNextPro-Cond";
  font-size: 0.75rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.b_top {
  position: fixed;
  bottom: 1.5rem;
  right: 1%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 0 0 0 .5rem;
  padding: .4rem 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 0.8rem;
  background-color: #333;
  transition: 0.3s;
  opacity: 0;
  z-index: 60;
}
.b_top:hover {
  color: #000;
  cursor: pointer;
  background-color: #ccc
}
.b_top.appa {
  opacity: 1;
}
.dnp {
  display: none
}
.sml {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: .6rem;
  line-height: 1rem
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: .75s;
  transform: translatey(20%);
}
.av_app {
  opacity: 1;
  transform: translatey(0%);
}
.delay_0 {
  transition-delay: 0s;
}
.delay_05 {
  transition-delay: 0.5s;
}
.delay_1 {
  transition-delay: 1s;
}
.delay_15 {
  transition-delay: 1.5s;
}