@charset "UTF-8";
/* CSS Document */
@media (max-width: 375px) {
  html {
    font-size: 85%;
  }
}
body {
  background-color: #fff;
  font-size: 1rem;
  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 {
  background-color: #fff;
  width: 100%;
  padding: 0 3%;
  z-index: 50;
  transition: 0.3s;
}
.at_logo {
  width: 60%;
  margin: 20px 0;
}
.header_right_area {
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: space-between;
  z-index: 60;
}
.b_inq {
  width: 49%;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  padding: .4rem 1rem;
  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;
}
.top_title_area {
  border-top: #999 1px solid;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.top_title_t01 {
  font-size: 1.2rem;
  font-family: "UniversNextPro-Cond";
  color: #000;
  text-align: center
}
.top_title_t02 {
  margin: .2rem 0px 0px 0px;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2rem;
  font-feature-settings: "palt";
  color: #000;
  text-align: center
}
.top_lead {
  width: 88%;
  margin: 40px auto 40px auto;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.top_lead_2nd {
  width: 88%;
  margin: 0px auto 30px auto;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
/*--------------------------*/
.area_wrapper {
  width: 100%;
  background-color: #e5e5e5;
  padding: 40px 0 40px 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 {
  width: 90%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.icon_l {
  width: 100%;
  margin: 0px 0px 16px 0px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.icon_l_upper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icon_l_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img_left {
  width: 90%;
  margin: 20px 0
}
.icon_l_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10%;
}
.bn-01 {
  margin: 12% 0;
}
.bn-02 {}
.icon_l_lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.icon_m {
  width: 100%;
  margin: 0px 0px 16px 0px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon_m_upper {
  display: flex;
  flex-direction: column;
}
.icon_s {
  width: 100%;
  margin: 0px 0px 16px 0px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon_m_img {
  max-width: 400px;
  align-self: center
}
.icon_s_img {
  max-width: 200px;
  align-self: center
}
.icon_l_right .icon_txt {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
  margin-top: .5rem;
  padding: 1rem .5rem;
}
.icon_txt {
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
  padding: 1rem .5rem;
}
.b_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  margin-top: 1rem;
  padding: .4rem 2rem;
  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: 40px auto 0px auto;
  padding: 2rem 0;
  width: 90%;
  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%);
  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: 0px;
  right: 1.5%;
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  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;
}
.dns {
  display: none
}
.sml {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: .6rem;
  line-height: 0rem
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: opacity .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;
}*/