@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html, body {
  overflow-x: hidden;
}

html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.nadm_inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .nadm_inner {
    width: 92%;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 main
====================================================================== */
.nadm_header {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .nadm_header {
    padding: 4%;
    justify-content: space-between;
  }
}
.nadm_header_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .nadm_header_logo {
    transition: none;
  }
}
.nadm_header_logo:hover, .nadm_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_header_logo:hover, .nadm_header_logo:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nadm_header_logo {
    margin-right: 0;
  }
}
.nadm_header_logo img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .nadm_header_logo img {
    height: 5rem;
  }
}

.nadm_mv {
  position: relative;
}
.nadm_mv_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nadm_mv_img._01 {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .nadm_mv_img._01 {
    z-index: -2;
  }
}
.nadm_mv_img._02 {
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .nadm_mv_img._02 {
    z-index: -1;
  }
}

.nadm_btn {
  box-sizing: border-box;
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  color: #0079C3;
  background: #F6FF00;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FFF;
  border-radius: 2rem;
  width: 50rem;
  height: 9rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .nadm_btn {
    transition: none;
  }
}
.nadm_btn:hover, .nadm_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_btn:hover, .nadm_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nadm_btn {
    border-width: 2px;
    width: 100%;
    font-size: 4rem;
    height: 12rem;
  }
}
.nadm_btn span {
  background: url(../img/nadm_arw_bl_r.svg) no-repeat 100% 50%;
  background-size: 1.5rem;
  padding: 0 4rem;
}
.nadm_btn._bl {
  border-color: #55C2EE;
}

.nadm_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6FF00;
  color: #0079C3;
  width: 100%;
  height: 7rem;
  border-radius: 7rem;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .nadm_ttl {
    box-sizing: border-box;
    display: block;
    height: auto;
    text-align: center;
    padding: 2rem;
    line-height: 1.5;
    font-size: 4rem;
  }
}
.nadm_ttl span {
  position: relative;
}
.nadm_ttl span::before {
  content: "";
  display: block;
  position: absolute;
  background: #E74586;
  border-radius: 50%;
  margin: 0 auto;
  left: 50%;
  width: 6px;
  height: 6px;
  top: -7px;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .nadm_ttl span::before {
    width: 3px;
    height: 3px;
    top: 0;
    margin-left: -1.5px;
  }
}

.nadm_line span {
  background: linear-gradient(transparent 60%, #F6FF00 0%);
}

.nadm_sec_ttl {
  font-weight: 700;
  background: #0079C3;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec_ttl {
    text-align: center;
    line-height: 1.3;
    font-size: 4rem;
    height: 14rem;
  }
}

.nadm_sec01 {
  background: #55C2EE;
  padding: 3rem 0 5rem;
}
.nadm_sec01_ttl {
  font-weight: 700;
  text-align: center;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 3.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_ttl {
    line-height: 1.5;
    font-size: 4rem;
  }
}
.nadm_sec01_ttl span {
  color: #F6FF00;
}
.nadm_sec01_cap {
  color: #FFF;
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_cap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.nadm_sec01_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list {
    display: block;
  }
}
.nadm_sec01_list_box {
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  width: 31.6rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_box {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .nadm_sec01_list_box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.nadm_sec01_list_desc {
  padding: 1.5rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_desc {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_img {
    width: 50%;
  }
}
.nadm_sec01_list_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0079C3;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_ttl {
    justify-content: flex-start;
    font-size: 3rem;
  }
}
.nadm_sec01_list_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #E74586;
  border-radius: 50%;
  width: 3.1rem;
  height: 3.1rem;
  font-size: 2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_ttl span {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
  }
}
.nadm_sec01_list_txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_list_txt {
    font-size: 2.2rem;
  }
}
.nadm_sec01_link {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  color: #FFF;
  display: table;
  margin: 5rem auto 0;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec01_link {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.nadm_sec01_link span {
  color: #F6FF00;
  text-decoration: underline;
}
.nadm_sec01_link span:hover {
  text-decoration: none;
}

.nadm_sec02_top {
  box-sizing: border-box;
  background: #0079C3;
  height: 30rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_top {
    height: 22rem;
  }
}
.nadm_sec02_btm {
  position: relative;
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm {
    margin-top: 10rem;
  }
}
.nadm_sec02_btm_txt {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_txt {
    font-size: 3rem;
  }
}
.nadm_sec02_btm_list {
  margin-bottom: 5rem;
}
.nadm_sec02_btm_list_box {
  overflow: hidden;
  border: 4px solid #0079C3;
  border-radius: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_list_box {
    border-width: 2px;
  }
}
.nadm_sec02_btm_list_ttl {
  font-weight: 700;
  background: #0079C3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  height: 6rem;
  font-size: 2.4rem;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_list_ttl {
    font-size: 3rem;
    margin-top: -2px;
    height: 8rem;
  }
}
.nadm_sec02_btm_list_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0079C3;
  background: #F6FF00;
  border-radius: 50%;
  width: 3.1rem;
  height: 3.1rem;
  font-size: 2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_list_ttl span {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
  }
}
.nadm_sec02_btm_list_check {
  display: table;
  margin: 2rem auto;
}
.nadm_sec02_btm_list_check_box {
  font-weight: 700;
  background: url(../img/nadm_check.svg) no-repeat 0 50%;
  background-size: 2.6rem;
  padding: 1.5rem 0 1.5rem 3.5rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_list_check_box {
    font-size: 3.4rem;
  }
}
.nadm_sec02_btm_list_check_box:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.nadm_sec02_btm_list_txt {
  text-align: justify;
  padding: 0 5rem 3rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_list_txt {
    font-size: 2.4rem;
    padding: 0 4% 4%;
  }
}
.nadm_sec02_btm_img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nadm_sec02_btm_img {
    display: none;
  }
}
.nadm_sec02_btm_img._01 {
  width: 30rem;
  right: 0;
  top: 25rem;
}
.nadm_sec02_btm_img._02 {
  width: 26.5rem;
  left: 0;
  bottom: 48rem;
}
.nadm_sec02_btm_img._03 {
  width: 30rem;
  right: 0;
  bottom: 0;
}

.nadm_sec03 {
  background: #55C2EE;
  padding: 7rem 0;
}
.nadm_sec03_top {
  margin-bottom: 2rem;
}
.nadm_sec03_top_box {
  position: relative;
  background: url(../img/nadm_bal.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 3rem;
  height: 70.8rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_top_box {
    background: url(../img/nadm_bal_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: auto;
  }
}
.nadm_sec03_top_txt {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_top_txt {
    font-size: 3rem;
    padding: 6% 4% 20%;
  }
}
.nadm_sec03_top_img {
  position: absolute;
  z-index: 1;
  width: 16.5rem;
}
.nadm_sec03_top_img._01 {
  top: 0;
  left: -8rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_top_img._01 {
    top: -7rem;
  }
}
.nadm_sec03_top_img._02 {
  top: 22.2rem;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_top_img._02 {
    display: none;
  }
}
.nadm_sec03_top_img._03 {
  bottom: 4rem;
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_top_img._03 {
    left: inherit;
    right: -4rem;
    bottom: 0;
  }
}
.nadm_sec03_btm_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list {
    display: block;
  }
}
.nadm_sec03_btm_list_box {
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  width: 48rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_box {
    width: 100%;
  }
}
.nadm_sec03_btm_list_desc {
  padding: 0 2.5rem 2.5rem;
}
.nadm_sec03_btm_list_logo {
  margin: 0 auto;
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_logo {
    width: 80%;
  }
}
.nadm_sec03_btm_list_txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.7;
  height: 11em;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_txt {
    font-size: 2.4rem;
    height: auto;
    margin-bottom: 2rem;
  }
}
.nadm_sec03_btm_list_btn {
  box-sizing: border-box;
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  color: #0079C3;
  background: #F6FF00 url(../img/nadm_arw_bl_r.svg) no-repeat 95% 50%;
  background-size: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #55C2EE;
  border-radius: 1.5rem;
  width: 100%;
  height: 6rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_btn {
    transition: none;
  }
}
.nadm_sec03_btm_list_btn:hover, .nadm_sec03_btm_list_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_btn:hover, .nadm_sec03_btm_list_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nadm_sec03_btm_list_btn {
    border-width: 2px;
    height: 8rem;
    font-size: 3rem;
    background-size: 1.5rem;
  }
}

.nadm_sec04 .labo_sec06_list {
  margin: 7rem auto;
}

.nadm_sec05_cont {
  background: #D7F1FF;
  padding: 7rem 0;
}
.nadm_sec05_table {
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec05_table {
    width: 100%;
  }
}
.nadm_sec05_table_ttl, .nadm_sec05_table_txt {
  font-weight: 700;
  border-bottom: 1px solid #33A1DC;
  font-size: 2.6rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec05_table_ttl, .nadm_sec05_table_txt {
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 3rem;
  }
}
.nadm_sec05_table_ttl::before {
  content: "■";
  color: #E74586;
  margin-right: 0.5rem;
}
.nadm_sec05_link {
  font-weight: 700;
  color: #0079C3;
  display: table;
  margin: 5rem auto 0;
  text-decoration: underline;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec05_link {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.nadm_sec05_link:hover {
  text-decoration: none;
}

.nadm_sec06_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7rem auto;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_logo {
    justify-content: space-between;
  }
}
.nadm_sec06_logo_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin: 0 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_logo_box {
    transition: none;
  }
}
.nadm_sec06_logo_box:hover, .nadm_sec06_logo_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_logo_box:hover, .nadm_sec06_logo_box:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nadm_sec06_logo_box {
    margin: 0;
  }
}
.nadm_sec06_logo_box img {
  width: auto;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_logo_box img {
    height: 5rem;
  }
}
.nadm_sec06_txt {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_txt {
    font-size: 3rem;
  }
}
.nadm_sec06_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_list {
    display: block;
  }
}
.nadm_sec06_list_box {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_list_box {
    width: 100%;
  }
  .nadm_sec06_list_box:not(:last-child) {
    margin-bottom: 7%;
  }
}
.nadm_sec06_list_img {
  overflow: hidden;
  border-radius: 2rem;
}
.nadm_sec06_list_ttl {
  font-weight: 700;
  text-align: center;
  color: #0079C3;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_list_ttl {
    font-size: 3rem;
  }
}
.nadm_sec06_list_ttl span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_list_ttl span {
    font-size: 4rem;
  }
}
.nadm_sec06_list_txt {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .nadm_sec06_list_txt {
    font-size: 2.4rem;
  }
}

.nadm_sec07 {
  background: #D7F1FF;
  padding-bottom: 7rem;
}
.nadm_sec07_list {
  margin-top: 7rem;
}
.nadm_sec07_list_box {
  border-radius: 2rem;
  border: 3px solid #55C2EE;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_box {
    border-width: 2px;
  }
}
.nadm_sec07_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.nadm_sec07_list_top {
  position: relative;
  font-weight: 700;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_top {
    transition: none;
  }
}
.nadm_sec07_list_top:hover, .nadm_sec07_list_top:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_top:hover, .nadm_sec07_list_top:hover img {
    opacity: 1;
  }
}
.nadm_sec07_list_top._active::after {
  transform: rotate(225deg);
  margin-top: -0.5rem;
}
.nadm_sec07_list_top::after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 3px solid #0079C3;
  border-right: 3px solid #0079C3;
  right: 3rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_top::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
.nadm_sec07_list_btm {
  display: none;
  text-align: justify;
  padding: 0 3rem 3rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_btm {
    font-size: 2.4rem;
  }
}
.nadm_sec07_list_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #0079C3;
  border-radius: 0.5rem;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_ico {
    font-size: 2.4rem;
  }
}
.nadm_sec07_list_ttl {
  color: #0079C3;
  font-size: 2rem;
  line-height: 1.5;
  width: 86rem;
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .nadm_sec07_list_ttl {
    width: 53rem;
    font-size: 2.4rem;
    padding: 0 3rem 0 0;
  }
}

.nadm_sec08_tab {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.nadm_sec08_tab_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem 2rem 0 0;
  width: 30rem;
  height: 7rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .nadm_sec08_tab_btn {
    transition: none;
  }
}
.nadm_sec08_tab_btn:hover, .nadm_sec08_tab_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_sec08_tab_btn:hover, .nadm_sec08_tab_btn:hover img {
    opacity: 1;
  }
}
.nadm_sec08_tab_btn img {
  width: auto;
  height: 4rem;
}
.nadm_sec08_tab_btn._active {
  background: #D7F1FF;
}
.nadm_sec08_cont {
  background: #D7F1FF;
  padding: 4rem 0;
}
.nadm_sec08_cont_box {
  display: none;
}

.nadm_fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(85, 194, 238, 0.9);
  padding: 2rem 0;
}
.nadm_fixed_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nadm_fixed_bnr {
  width: 56.7rem;
}
.nadm_fixed_bnr_cap {
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #FFF;
  font-size: 1rem;
}
.nadm_fixed_btn {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .nadm_fixed_btn {
    width: 100%;
    height: 8rem;
  }
}

.labo_sec06_list {
  position: relative;
  width: 80rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .labo_sec06_list {
    width: auto;
    margin: 0 auto 3rem;
  }
}
.labo_sec06_list::after {
  content: "";
  display: block;
  background: #33A1DC;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -1rem;
  width: 2rem;
  height: 100%;
}
.labo_sec06_list_step {
  box-sizing: border-box;
  font-weight: 700;
  color: #33A1DC;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: url(../img/step_bal.svg) no-repeat 0 0;
  background-size: 100%;
  width: 11.8rem;
  height: 5.7rem;
  top: -2rem;
  left: -2rem;
  font-size: 2.3rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .labo_sec06_list_step {
    left: -1rem;
  }
}
.labo_sec06_list_box {
  position: relative;
  z-index: 2;
  background: #D7F1FF;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .labo_sec06_list_box {
    padding: 7% 4%;
  }
}
.labo_sec06_list_box:not(:last-child) {
  margin-bottom: 5rem;
}
.labo_sec06_list_img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .labo_sec06_list_img {
    width: 25%;
  }
}
.labo_sec06_list_txt {
  font-size: 2rem;
  line-height: 170%;
  margin-left: 3rem;
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .labo_sec06_list_txt {
    font-size: 2.4rem;
    margin-left: 4%;
    width: 71%;
  }
}

.labo_sec11_list_box {
  background: #FFF;
  border-radius: 1rem;
}
.labo_sec11_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.labo_sec11_list_tgl {
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #33A1DC;
  font-size: 2.2rem;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl {
    transition: none;
  }
}
.labo_sec11_list_tgl:hover, .labo_sec11_list_tgl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl:hover, .labo_sec11_list_tgl:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl {
    font-size: 3rem;
  }
}
.labo_sec11_list_tgl._active::after {
  transform: rotate(225deg);
  margin-top: -0.5rem;
}
.labo_sec11_list_tgl::after {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 3px solid #33A1DC;
  border-right: 3px solid #33A1DC;
  right: 3rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tgl::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
.labo_sec11_list_sub {
  display: none;
  margin: 0 3rem;
  padding-bottom: 3rem;
}
.labo_sec11_list_sub_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  font-size: 1.8rem;
  line-height: 170%;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_sub_box {
    display: block;
    font-size: 2.4rem;
  }
}
.labo_sec11_list_sub_box:last-child {
  padding-bottom: 0;
}
.labo_sec11_list a:not(.labo_sec11_list_tel) {
  text-decoration: underline;
}
.labo_sec11_list a:not(.labo_sec11_list_tel):hover {
  text-decoration: none;
}
.labo_sec11_list_name {
  font-weight: 700;
  color: #33A1DC;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_name {
    width: auto;
  }
}
.labo_sec11_list_add {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_add {
    width: auto;
  }
}
.labo_sec11_list_tel {
  font-weight: 700;
  text-align: right;
  pointer-events: none;
  box-sizing: border-box;
  width: 20%;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .labo_sec11_list_tel {
    pointer-events: inherit;
    width: auto;
  }
}

.nadm_footer {
  padding: 3rem 0 15rem;
}
.nadm_footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.nadm_footer_logo_box {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .nadm_footer_logo_box {
    transition: none;
  }
}
.nadm_footer_logo_box:hover, .nadm_footer_logo_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nadm_footer_logo_box:hover, .nadm_footer_logo_box:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nadm_footer_logo_box {
    margin: 0 0.5rem;
  }
}
.nadm_footer_copy {
  text-align: center;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */