@charset "UTF-8";
/* ベース */
.pc_none ,
.sp {
  display: none;
}

.sp_contents {
  display: none;
}

.no_link {
  display: none;
}

:root {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.6;
}

ul ,
ol {
  list-style: none;
}

dt {
  font-weight: normal;
}

body {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: none;
  font-kerning: none;
  font-family: Helvetica, "Helvetica Neue", "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 300;
  color: #010006;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
}

.el_preload {
  display: none;
}

/* layout */
.ly_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

.ly_item {
  padding: 90px 0 80px;
}

.bl_head {
  background-color: #ffffff;
  padding: 32px 0;
}
.bl_head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.bl_head_top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3.5em;
}
.bl_head_top_nav span {
  font-weight: 300;
}
.bl_head_nav {
  font-size: 1.9rem;
  margin-top: 2em;
}
.bl_head_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_foot_map {
  position: relative;
}
.bl_foot_map_logo {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 5;
}
.bl_foot_map .map {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 450px;
}
.bl_foot_map_iframe {
  width: 100%;
  /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
}
.bl_foot_map_iframe iframe {
  width: 100%;
}
.bl_foot_nav {
  font-size: 1.4rem;
  padding: 2em 0;
  background-color: #010006;
  color: #ffffff;
  letter-spacing: 0.09em;
}
.bl_foot_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bl_sideBtn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.bl_sideBtn_link {
  background-color: #ffe100;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 80px;
  height: 80px;
  display: block;
  margin-top: 5px;
}
.bl_sideBtn_link__tel {
  background-image: url(../img/btn_tel.svg);
}
.bl_sideBtn_link__contact {
  background-image: url(../img/btn_mail.svg);
}

/* タイトル等 */
.el_btn {
  background-color: #ffe100;
  background-image: url(../img/arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: center right 1em;
  color: #010006;
  display: block;
  border-radius: 6em;
  padding: 0.8em 0;
  font-weight: 500;
}

.el_submit_btn {
  padding: 1em 4em;
  background-color: #00a0e9;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.el_submit_btn__gr {
  background-color: #dddddd;
  color: #010006;
}

.bl_ttlBox {
  padding-bottom: 65px;
  margin-bottom: 65px;
  position: relative;
}
.bl_ttlBox p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.46;
  margin-top: 0.8em;
}
.bl_ttlBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(30deg, #00caff 30%, #00a0e9 100%);
  background: linear-gradient(60deg, #00caff 30%, #00a0e9 100%);
}

.el_input ,
.el_textArea {
  background-color: #dddddd;
  font-size: 16px;
  padding: 1em;
  width: 100%;
}
.el_input:focus ,
.el_textArea:focus {
  outline: solid 5px #00a0e9;
}

/* 個別 */
.bl_mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/mv_bg.jpg);
  color: #ffffff;
  padding: 127px 0 90px;
}
.bl_mv_inner {
  position: relative;
}
.bl_mv_box {
  position: relative;
  z-index: 2;
}
.bl_mv_txt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.46;
  margin-top: 2.5em;
}
.bl_mv_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bl_service_item {
  background-color: #010006;
  color: #ffffff;
}
.bl_service_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.bl_service_main_ttl {
  font-style: oblique;
  font-weight: bold;
  line-height: 0.03em;
  line-height: 0.86;
  font-size: 3.8rem;
}
.bl_service_main_ttl__single {
  padding-bottom: 0.86em;
}
.bl_service_main p {
  font-size: 1.5rem;
  line-height: 2.1;
  margin-top: 1.5em;
}
.bl_service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 95px;
}
.bl_service_list_ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1em;
}
.bl_service_list_en {
  font-weight: 500;
  color: #00a0e9;
  margin: 1.8em 0;
  letter-spacing: 0.13em;
  line-height: 1;
  font-size: 1.1rem;
}
.bl_service_list_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
.bl_service .swiper-button {
  display: none;
}

.bl_alert {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/service_bg.jpg);
  text-align: center;
  padding-top: 140px;
  color: #ffffff;
}
.bl_alert_ttl {
  position: relative;
  font-size: 2rem;
  display: inline-block;
}
.bl_alert_label {
  position: absolute;
  left: -4em;
  top: -3em;
  width: 7em;
  height: 7em;
  border-radius: 100%;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 1.4;
  font-weight: 500;
}
.bl_alert_txt {
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.74;
  font-size: 2.3rem;
  margin: 1.2em 0;
}
.bl_alert_btn {
  font-size: 2.5rem;
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}

.bl_message_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 82px;
  -moz-column-gap: 82px;
  column-gap: 82px;
}
.bl_message_box {
  position: relative;
  z-index: 2;
}
.bl_message_ttl ,
.bl_contact h4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.46;
}
.bl_message_ttl_img {
  display: none;
}
.bl_message p {
  font-size: 1.5rem;
  line-height: 2.13;
  margin-top: 1.8em;
}

.bl_profile {
  background-image: url(../img/company_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}
.bl_profile_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.bl_profile_ttl small {
  font-weight: 300;
  font-size: 2rem;
}
.bl_profile_table {
  margin-top: 0.5em;
  font-size: 1.7rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1em;
}
.bl_profile_table dt {
  background-color: #ffffff;
  color: #010006;
  min-width: 6em;
  padding: 0.5em 0.9em;
  text-align: center;
  font-size: 1.5rem;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.bl_contact_ttl {
  margin-bottom: 65px;
}
.bl_contact p {
  font-size: 1.5rem;
  line-height: 2.13;
  margin-top: 1.8em;
}
.bl_contact_table {
  font-size: 1.7rem;
  font-weight: 500;
}
.bl_contact_table:nth-of-type(n + 2) {
  margin-top: 2em;
}
.bl_contact_table dt {
  letter-spacing: 0.09em;
  margin-bottom: 0.5em;
}
.bl_contact_table .error {
  font-size: 1.3rem;
  margin-top: 0.5em;
  color: #dc1d11;
  font-weight: bold;
}
.bl_contact_table_confirm {
  padding: 1em;
  background-color: rgba(0, 160, 233, 0.2);
  color: #010006;
  font-weight: 500;
}
.bl_contact_btn {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}

.bl_privacy h2 {
  font-size: 8rem;
  font-weight: 900;
}
.bl_privacy_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-bottom: 1.5em;
}
.bl_privacy_subTtl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1em;
}
.bl_privacy_item {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.bl_privacy_item dt {
  font-weight: bold;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.bl_privacy_item dt:nth-of-type(n + 2) {
  margin-top: 2em;
}
.bl_privacy_item dd {
  padding-left: 1.25em;
}
.bl_privacy_item dd p {
  text-align: justify;
}
.bl_privacy_item dd > * {
  margin-top: 1em;
}
.bl_privacy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}
.bl_privacy_list__dot li {
  padding-left: 0.6em;
  position: relative;
}
.bl_privacy_list__dot li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: #010006;
  border-radius: 100%;
}
.bl_privacy_list__brackets li {
  padding-left: 2em;
  text-indent: -2em;
}
.bl_privacy_closing {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2em;
}
.bl_privacy_closing p {
  margin-top: 0.8em;
}
@media only screen and (max-width: 768px) {
  .pc_none ,
  .sp {
    display: block;
  }
  .sp_none ,
  .pc {
    display: none;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
  :root {
    font-size: 62.5%;
  }
  body {
    max-width: none;
    min-width: auto;
    letter-spacing: 0.04em;
  }
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .ly_item {
    padding: 14% 0;
  }
  .bl_head {
    padding: 4% 0;
  }
  .bl_head_logo {
    width: 50%;
  }
  .bl_head_contact {
    background-image: url(../img/btn_mail.svg);
  }
  .bl_head_tel {
    background-image: url(../img/btn_tel.svg);
  }
  .bl_head_top {
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bl_head_top_nav {
    gap: 0.5em;
  }
  .bl_head_top_nav li {
    background-color: #ffe100;
  }
  .bl_head_top_nav a {
    text-indent: -999999px;
    display: block;
    width: 3em;
    height: 3em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center;
  }
  .bl_head_nav {
    font-size: 1.2rem;
  }
  .bl_head_nav_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bl_foot_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
  }
  .bl_sideBtn_link {
    width: 54px;
    height: 54px;
  }
  .el_submit_btn {
    padding: 1em 0;
    display: block;
    width: 100%;
  }
  .bl_ttlBox p {
    font-size: 1.6rem;
  }
  .bl_ttlBox {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .bl_ttlBox::after {
    height: 3px;
  }
  .el_ttl {
    width: 75%;
  }
  .bl_mv {
    padding: 40vw 0;
  }
  .bl_mv_txt {
    font-size: 1.5rem;
  }
  .bl_mv_img {
    width: 50%;
    bottom: -10vw;
  }
  .bl_service_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .bl_service_main_item {
    width: 80%;
  }
  .bl_service_main_ttl {
    font-size: 2.8rem;
  }
  .bl_service_main_ttl__single {
    padding-bottom: 0;
  }
  .bl_service_main p {
    font-size: 1.4rem;
  }
  .bl_service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .bl_service_list_item {
    width: auto;
  }
  .bl_service_list_ttl {
    font-size: 1.8rem;
  }
  .bl_service_list_en {
    font-size: 1rem;
  }
  .bl_service_list_txt {
    font-size: 1.4rem;
  }
  .bl_service .swiper-button {
    display: block;
  }
  .bl_alert {
    padding-top: 22%;
  }
  .bl_alert_ttl {
    font-size: 1.1rem;
    padding: 0 2em;
  }
  .bl_alert_label {
    left: -2vw;
    top: -4.5em;
  }
  .bl_alert_txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bl_alert_btn {
    font-size: 1.8rem;
  }
  .bl_message_inner {
    display: block;
    position: relative;
  }
  .bl_message_ttl ,
  .bl_contact h4 {
    font-size: 2.2rem;
    display: grid;
    grid-template-columns: 1fr 3em;
    gap: 0.7em;
  }
  .bl_message_ttl_txt {
    text-align: justify;
  }
  .bl_message_ttl_img {
    display: block;
    width: 100%;
  }
  .bl_message p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .bl_message_img {
    display: none;
  }
  .bl_profile_ttl {
    font-size: 2.2rem;
  }
  .bl_profile_ttl small {
    font-size: 1.1rem;
  }
  .bl_profile_table {
    font-size: 1.5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .bl_profile_table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_profile_table dt span {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    display: block;
    width: 100%;
  }
  .bl_profile_table dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_contact_ttl {
    margin-bottom: 8vw;
  }
  .bl_contact_table {
    font-size: 1.6em;
  }
  .bl_contact_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_privacy h2 {
    font-size: 4rem;
  }
  .bl_privacy_ttl {
    font-size: 2rem;
  }
  .bl_privacy_subTtl {
    font-size: 1.6rem;
  }
  .bl_privacy_item {
    font-size: 1.4rem;
  }
  .bl_privacy_closing {
    font-size: 1.4rem;
  }
}
