@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 62.5%;
  letter-spacing: 0.1em;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

@media (max-width: 768px) {
  .spcf {
    clear: both;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  letter-spacing: 0em;
}

ul {
  list-style-type: none;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
.main_bg {
  background-image: url(img/main_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 1px;
  z-index: 1;
  position: relative;
}

header.site_header .bc {
  background-color: #eeeeee;
  font-weight: 400;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header.site_header .bc {
    font-size: 2.3vw;
    line-height: 1.5em;
  }
}
@media (min-width: 769px) {
  header.site_header .bc {
    font-size: 14px;
    height: 48px;
  }
}
header.site_header .lab_header {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  header.site_header .lab_header {
    height: 120px;
  }
}
header.site_header .lab_header .link_box {
  right: 0;
  color: #fff;
  text-decoration: none;
  height: 44px;
  width: max(18vw, 200px);
}
@media (max-width: 768px) {
  header.site_header .lab_header .link_box {
    position: fixed;
    bottom: 10px;
  }
}
@media (min-width: 769px) {
  header.site_header .lab_header .link_box {
    position: absolute;
    top: 97px;
  }
}
header.site_header .lab_header .link_box p {
  background-image: url(img/lab/link_icon.png);
  background-repeat: no-repeat;
  background-position: left 1%;
  line-height: 2.4em;
  padding-left: 2.8em;
}
header.site_header .lab_header .link_box.link01 {
  background-image: url(img/lab/lab01_bg.png);
}
header.site_header .lab_header .link_box.link02 {
  background-image: url(img/lab/lab02_bg.png);
}
header.site_header .lab_header .link_box.link03 {
  background-image: url(img/lab/lab03_bg.png);
}
@media (min-width: 769px) {
  header.site_header .lab_header .header_logo.under {
    margin-left: max(-25vw, -195px);
  }
}
header.site_header .header_logo {
  text-align: center;
}
@media (max-width: 768px) {
  header.site_header .header_logo {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  header.site_header .header_logo {
    padding: 40px;
  }
}
header.site_header .header_logo h1 {
  font-size: 36px;
}
@media (max-width: 768px) {
  header.site_header .header_logo h1 {
    font-size: 3.5vw;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  header.site_header .header_logo h1 {
    font-size: 36px;
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  header.site_header .header_logo.under {
    display: flex;
    justify-content: center;
  }
}
header.site_header .header_logo.under h1 {
  line-height: 3.2em;
  margin-right: 10px;
}
@media (max-width: 768px) {
  header.site_header .header_logo.under h1 {
    font-size: 3.5vw;
  }
}
@media (min-width: 769px) {
  header.site_header .header_logo.under h1 {
    font-size: 18px;
  }
}
header.site_header .header_logo.under h2 {
  font-size: 36px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  header.site_header .header_logo.under h2 {
    font-size: 5.5vw;
  }
}
@media (min-width: 769px) {
  header.site_header .header_logo.under h2 {
    font-size: 36px;
  }
}

.top_sec {
  max-width: 1415px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top_sec ul {
    padding: 0 16px 16px 16px;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .top_sec ul {
    display: flex;
    margin-right: 3vw;
  }
}
@media (max-width: 768px) {
  .top_sec ul li {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .top_sec ul li {
    width: min(24vw, 340px);
    height: min(9.68vw, 140px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.top_sec ul li:last-child {
  margin: 0;
}
@media (min-width: 769px) {
  .top_sec ul li.top_title {
    width: min(26.9vw, 383px);
    height: min(9.6vw, 140px);
    padding: 0;
    margin: 0;
  }
}
.top_sec ul li img {
  width: 100%;
  height: auto;
}
.top_sec ul li .top_link07 {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .under_sec {
    padding: 5vw;
  }
}
@media (min-width: 769px) {
  .under_sec {
    margin-left: 5vw;
  }
}
@media (min-width: 769px) {
  .under_sec .cat_box {
    display: flex;
  }
}
@media (max-width: 768px) {
  .under_sec .cat_box .cat_title {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .under_sec .cat_box .cat_title {
    margin-right: 50px;
  }
}
.under_sec .cat_box .cat_title .title_box {
  color: #fff;
  font-size: 18px;
  height: 50px;
  padding: 13px 0 0 20px;
  box-sizing: border-box;
  background-color: #767777;
}
@media (max-width: 768px) {
  .under_sec .cat_box .cat_title .title_box {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .under_sec .cat_box .cat_title .title_box {
    width: 176px;
    border-radius: 0 0 10px 0;
  }
}
.under_sec .cat_box .cat_title .title_box.title01 {
  background-color: #034b79;
}
.under_sec .cat_box .cat_title .title_box.title01 h2 {
  background-color: #034b79;
}
.under_sec .cat_box .cat_title .title_box.title02 {
  background-color: #7e9a2c;
}
.under_sec .cat_box .cat_title .title_box.title02 h2 {
  background-color: #7e9a2c;
}
.under_sec .cat_box .cat_title .title_box.title03 {
  background-color: #d96c19;
}
.under_sec .cat_box .cat_title .title_box.title03 h2 {
  background-color: #d96c19;
}
.under_sec .cat_box .cat_detail {
  margin-bottom: 20px;
  background-color: #eeeeed;
}
@media (max-width: 768px) {
  .under_sec .cat_box .cat_detail {
    padding: 35px 5vw;
  }
}
@media (min-width: 769px) {
  .under_sec .cat_box .cat_detail {
    width: 80vw;
    padding: 35px 40px;
  }
}
.under_sec .cat_box .cat_detail.detail01 {
  background-color: #eff3fb;
}
.under_sec .cat_box .cat_detail.detail01 h2 {
  color: #034b79;
}
.under_sec .cat_box .cat_detail.detail02 {
  background-color: #f4f5c1;
}
.under_sec .cat_box .cat_detail.detail02 h2 {
  color: #7e9a2c;
}
.under_sec .cat_box .cat_detail.detail03 {
  background-color: #fffbef;
}
.under_sec .cat_box .cat_detail.detail03 h2 {
  color: #d96c19;
}
.under_sec .cat_box .cat_detail h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
.under_sec .cat_box .cat_detail p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 36px;
}
.under_sec .cat_box .cat_detail .photo_box ul {
  display: flex;
  flex-wrap: wrap;
}
.under_sec .cat_box .cat_detail .photo_box ul li {
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .under_sec .cat_box .cat_detail .photo_box ul li {
    width: 48%;
    margin-right: 10px;
  }
  .under_sec .cat_box .cat_detail .photo_box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .under_sec .cat_box .cat_detail .photo_box ul li {
    width: 40%;
    margin-right: 20px;
  }
}
.under_sec .cat_box .cat_detail .photo_box ul li img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .lab_sec {
    display: flex;
  }
}
@media (max-width: 768px) {
  .lab_sec .lab_title {
    padding: 5vw;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title {
    margin-right: 40px;
  }
}
.lab_sec .lab_title .title_box {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lab_sec .lab_title .title_box {
    margin-bottom: 20px;
    padding: 6vw 10px 10px 16vw;
    background-size: contain;
    height: 22vw;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title .title_box {
    margin-left: 5vw;
    height: 140px;
    width: 570px;
    margin-bottom: 40px;
    padding: 40px 10px 10px 80px;
  }
}
.lab_sec .lab_title .title_box.title01 {
  background-image: url(img/lab/lab01_title.png);
  background-repeat: no-repeat;
}
.lab_sec .lab_title .title_box.title02 {
  background-image: url(img/lab/lab02_title.png);
  background-repeat: no-repeat;
}
.lab_sec .lab_title .title_box.title03 {
  background-image: url(img/lab/lab03_title.png);
  background-repeat: no-repeat;
}
.lab_sec .lab_title .title_box h2 {
  line-height: 1em;
}
@media (max-width: 768px) {
  .lab_sec .lab_title .title_box h2 {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title .title_box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.lab_sec .lab_title .title_box h3 {
  line-height: 1em;
}
@media (max-width: 768px) {
  .lab_sec .lab_title .title_box h3 {
    font-size: 4.5vw;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title .title_box h3 {
    font-size: 30px;
  }
}
.lab_sec .lab_title .text_box {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .lab_sec .lab_title .text_box {
    padding: 20px 5vw;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title .text_box {
    padding: 40px 0 40px 5vw;
  }
}
.lab_sec .lab_title .text_box.text01 {
  background-color: #e6f4f9;
}
.lab_sec .lab_title .text_box.text01 h2 {
  color: #034b79;
}
.lab_sec .lab_title .text_box.text02 {
  background-color: #f4f5c1;
}
.lab_sec .lab_title .text_box.text02 h2 {
  color: #7e9a2c;
}
.lab_sec .lab_title .text_box.text03 {
  background-color: #fffaef;
}
.lab_sec .lab_title .text_box.text03 h2 {
  color: #d96c19;
}
.lab_sec .lab_title .text_box h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.lab_sec .lab_title .text_box p {
  line-height: 36px;
}
@media (max-width: 768px) {
  .lab_sec .lab_title .text_box p {
    font-size: 3.8vw;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_title .text_box p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .lab_sec .lab_detail {
    padding: 0 5vw;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_detail {
    width: 50vw;
  }
}
.lab_sec .lab_detail .lab_photo_box {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .lab_sec .lab_detail .lab_photo_box {
    display: flex;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .lab_sec .lab_detail .lab_photo_box.sp_order {
    display: flex;
    flex-flow: column;
  }
  .lab_sec .lab_detail .lab_photo_box.sp_order .lab_text {
    order: 2;
  }
  .lab_sec .lab_detail .lab_photo_box.sp_order .lab_photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .lab_sec .lab_detail .lab_photo_box .lab_photo {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_detail .lab_photo_box .lab_photo {
    width: 60%;
  }
}
.lab_sec .lab_detail .lab_photo_box .lab_photo img {
  width: 100%;
  height: auto;
}
.lab_sec .lab_detail .lab_photo_box .lab_text {
  padding: 10px 20px 20px 20px;
}
@media (max-width: 768px) {
  .lab_sec .lab_detail .lab_photo_box .lab_text {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .lab_sec .lab_detail .lab_photo_box .lab_text {
    width: 40%;
  }
}
.lab_sec .lab_detail .lab_photo_box .lab_text p {
  line-height: 1.5em;
}

.site_footer ul {
  display: flex;
  width: min(90vw, 1190px);
}
@media (max-width: 768px) {
  .site_footer ul {
    margin: 20px auto;
  }
}
@media (min-width: 769px) {
  .site_footer ul {
    margin: 120px auto;
  }
}
.site_footer ul li {
  margin-right: 10px;
  width: min(22vw, 290px);
}
.site_footer ul li:last-of-type {
  margin: 0;
}
.site_footer ul li img {
  width: 100%;
  height: auto;
}

.footer_bg {
  position: relative;
  width: 100%;
  height: 20vw;
  background-image: url(img/footer/footer_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: -20vw;
}/*# sourceMappingURL=style.css.map */