<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #202020;
  position: relative;
  line-height: 2;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}

ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

table {
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  outline: none;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea:focus {
  outline: none;
}

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

.header {
  width: 100%;
  height: 60px;
  position: fixed !important;
  z-index: 100;
  -webkit-box-shadow: initial !important;
  box-shadow: initial !important;
}

.header .header__inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__inner__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .header .header__inner__main {
    width: 100%;
  }
}

@media screen and (max-width: 825px) {
  .header .header__inner__main {
    padding: 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .header .header__inner__main {
    padding: 0 20px;
    height: 100%;
  }
}

.header .header__inner__main__logo {
  position: relative;
  width: 140px;
  height: 42px;
}

@media screen and (max-width: 825px) {
  .header .header__inner__main__logo {
    padding-bottom: initial;
  }
}

@media screen and (max-width: 480px) {
  .header .header__inner__main__logo {
    width: 125px;
    height: 37px;
  }
}

.header .header__inner__main__logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header .header__inner__main__logo a img {
  width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__inner__main__logo span {
  display: block;
  margin-left: 7px;
  font-size: 12px;
}

@media screen and (max-width: 825px) {
  .header__inner__main__logo span {
    display: none;
  }
}

.header__inner__main #humbgr {
  display: none;
}

.header__inner__main #gnav {
  padding-right: 15%;
}

.header__inner__main #gnav nav {
  margin: 0 auto;
}

.header__inner__main #gnav nav #gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__inner__main #gnav nav #gnav_list .gnav_list__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .gnav_list__left {
    width: 100%;
  }
}

.header__inner__main #gnav nav #gnav_list .gnav_list__left .list {
  margin-right: initial;
  padding: 0 10px;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .gnav_list__left .list {
    padding: 0;
    border-right: initial;
  }
}

.header__inner__main #gnav nav #gnav_list .list {
  margin-right: 25px;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list {
    margin-right: 0;
  }
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list:after {
    content: "";
    position: absolute;
    background-image: url(../images/gnav-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 15px;
  }
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list .category .category_name {
    padding: 25px 0;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .header__inner__main #gnav nav #gnav_list .list .category .category_name {
    padding: 15px 10px;
  }
}

.header__inner__main #gnav .gnav_cta {
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #ff9800;
  background: #fff;
  padding: 25px 20px;
  display: none;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav .gnav_cta {
    display: block;
  }
}

.header__inner__main #gnav .gnav_cta__inner__head {
  color: #ff9800;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__inner__main #gnav .gnav_cta__inner__lead {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.header__inner__main #gnav .gnav_cta__inner__btn {
  display: block;
  margin-top: 25px;
}

.header__inner__main #gnav .gnav_cta__inner__annotaion {
  color: #727272;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  line-height: 8.457px;
  /* 60.409% */
}

.header__inner__main #gnav .gnav_other-menu {
  border-radius: 10px;
  background: #fff;
  margin-top: 10px;
  padding: 25px;
  display: none;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav .gnav_other-menu {
    display: block;
  }
}

.header__inner__main #gnav .gnav_other-menu ul li {
  margin-top: 5px;
}

.header__inner__main #gnav .gnav_other-menu ul li a {
  color: #5b5b5b;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__inner__main #gnav .gnav_other-menu ul li:first-child {
  margin-top: initial;
}

@media screen and (max-width: 825px) {
  .header__inner__main #humbgr .bars {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .header__inner__main #humbgr .bars {
    width: 20px;
    height: 20px;
  }
}

.header__inner__main #humbgr .bars span {
  background: #0e71d1;
}

@media screen and (max-width: 825px) {
  .header__inner__main #humbgr .bars span {
    width: 29px;
    height: 3px;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  .header__inner__main #humbgr .bars span {
    width: 20px;
    height: 2px;
  }
}

.header__inner__main #humbgr .bars span:nth-of-type(1) {
  top: 9px;
}

@media screen and (max-width: 480px) {
  .header__inner__main #humbgr .bars span:nth-of-type(1) {
    top: 7px;
  }
}

.header__inner__main #humbgr .bars span:nth-of-type(2) {
  top: 21px;
}

@media screen and (max-width: 480px) {
  .header__inner__main #humbgr .bars span:nth-of-type(2) {
    top: 15px;
  }
}

@media screen and (max-width: 825px) {
  .header__inner__main #humbgr {
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}

@media screen and (max-width: 825px) and (max-width: 480px) {
  .header__inner__main #humbgr {
    right: 20px;
  }
}

.header__inner__main #gnav {
  height: 100%;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav {
    visibility: hidden;
    height: calc(100vh - 80px);
    position: absolute;
    top: 80px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 480px) {
  .header__inner__main #gnav {
    height: calc(100vh - 61px);
    top: 60px;
    padding: 20px;
  }
}

.header__inner__main #gnav nav {
  height: 100%;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav {
    height: auto;
  }
}

.header__inner__main #gnav nav #gnav_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .pc-cont {
    display: none !important;
  }
}

.header__inner__main #gnav nav #gnav_list .sp-cont {
  display: none;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .sp-cont {
    display: block !important;
  }
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header__inner__main #gnav nav #gnav_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header__inner__main #gnav nav #gnav_list .list .category {
  position: relative;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list {
    width: 100%;
  }
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list.contact:after {
    display: none;
  }
}

.header__inner__main #gnav nav #gnav_list .list .category {
  display: block;
}

.header-black .header__inner__main #gnav nav #gnav_list .list .category span {
  color: #222;
}

.bg-bl .header__inner__main__logo .white {
  display: none;
}

.header__inner .header__inner__main__logo .black {
  display: none;
}

.bg-bl .header__inner__main__logo .black {
  display: block;
}

.header-black .bg-bl .header__inner__main__logo .white {
  display: block;
}

.header-black .header__inner__main__logo .black {
  display: block;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list .category {
    padding: initial;
    width: 100%;
  }
}

.header__inner__main #gnav nav #gnav_list .list .category {
  line-height: 1;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list-contact:after {
    display: none !important;
  }
}

.header-black .header__inner__main #gnav nav #gnav_list .list .contact {
  border: solid 1px #d5d5d5;
}

.header__inner.bg-bl #gnav nav #gnav_list .list .contact {
  border: solid 1px #222;
}

.header__inner__main #gnav nav #gnav_list .list .category_sp {
  display: none;
}

.header__inner__main #gnav nav #gnav_list .list .category_name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 106.667% */
}

.header__inner.bg-bl
  .header__inner__main
  #gnav
  nav
  #gnav_list
  .list
  .category_name {
  color: #333;
}

@media screen and (max-width: 825px) {
  .header__inner__main #gnav nav #gnav_list .list .category_name {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .header__inner__main #gnav nav #gnav_list .list .category_name {
    font-size: 16px;
  }
}

.header__inner__main #gnav nav #gnav_list .h-btn a {
  width: 150px;
}

.header__inner__main #gnav nav #gnav_list .h-btn a img {
  width: 100%;
  height: auto;
}

.header #gnav_menu {
  position: relative;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 825px) {
  .header #gnav_menu {
    display: block;
  }
}

body.open header .header__inner #humbgr .bars span:nth-of-type(1) {
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  body.open header .header__inner #humbgr .bars span:nth-of-type(1) {
    top: 9.5px !important;
  }
}

body.open header .header__inner #humbgr .bars span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12.5px;
}

@media screen and (max-width: 480px) {
  body.open header .header__inner #humbgr .bars span:nth-of-type(2) {
    top: 9.5px;
  }
}

body.open header .header__inner #humbgr .bars span:nth-of-type(3) {
  display: none;
}

body.open header .header__inner .header__inner__main__logo .black {
  display: block;
}

body.open header .header__inner .header__inner__main__logo .white {
  display: none;
}

header .header__inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header__inner.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.open header .header__inner.hide {
  -webkit-transform: none;
  transform: none;
}

header .header__inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header__inner .header_contents.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.open header .header__inner .header_contents.hide {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 825px) {
  body.open .header #gnav {
    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: #f2f8fd;
    z-index: 100;
    overflow: scroll;
  }
}

body.open header {
  background-color: #fff;
}

body.open header .header__inner {
  background-color: #fff;
}

@media screen and (max-width: 820px) {
  .gnav_list-open .list {
    border-bottom: solid 1px #e1e1e1;
    position: relative;
  }
  .gnav_list-open .list-last {
    border-bottom: 0;
  }
}

.footer {
  background: #0e71d1 !important;
  padding: 50px 0 25px 0;
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 90px 25px 30px 25px;
  }
}

.footer .footer-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-top__list li {
  margin: 0 16px;
}

@media screen and (max-width: 480px) {
  .footer .footer-top__list li {
    margin: 5px 0;
    width: 100%;
  }
}

.footer .footer-top__list li a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 480px) {
  .footer .footer-top__list li a {
    font-size: 15px;
  }
}

.footer .footer-bottom {
  margin-top: 44px;
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom {
    margin-top: 65px;
  }
}

.footer .footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-bottom__list li {
  margin: 0 15px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom__list li {
    margin: 0;
    width: 100%;
  }
}

.footer .footer-bottom__list li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #fff;
  top: 7px;
  left: -15px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom__list li:after {
    display: none;
  }
}

.footer .footer-bottom__list li a {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom__list li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom__list li:first-child {
    margin-bottom: 5px;
  }
}

.footer .footer-bottom__list li:first-child:after {
  display: none;
}

.footer .footer-bottom .copyright {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
}

@media screen and (max-width: 480px) {
  .footer .footer-bottom .copyright {
    margin-top: 25px;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_br {
    display: block;
  }
}

.featurePage {
  max-width: 1000px;
  margin: 0 auto;
}

.featurePage .contents_wrapper {
  padding-bottom: 100px;
}

@media screen and (max-width: 825px) {
  .featurePage .contents_wrapper {
    width: 94%;
    margin: 0 auto;
  }
}

.featurePage-mv {
  width: 100%;
}

.featurePage-mv img {
  width: 100%;
}

.contents_wrapper .page_lead {
  padding: 110px 0 115px 0;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_lead {
    padding: 60px 0;
  }
}

.contents_wrapper .page_lead h2 {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3.6px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_lead h2 {
    font-size: 22px;
  }
}

.contents_wrapper .page_lead h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 600px;
  height: 81px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/lead-bg.svg);
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_lead h2::before {
    width: 90%;
    height: 80px;
    bottom: -42px;
  }
}

.contents_wrapper .page_lead p {
  margin-top: 50px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_lead p {
    font-size: 15px;
    margin-top: 30px;
  }
}

.contents_wrapper .item_head {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 2.4px;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 20px;
  padding: 8px 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item_head {
    font-size: 18px;
  }
}

.contents_wrapper .item_info {
  margin-top: 25px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item_info {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
  }
}

.contents_wrapper .open_modal {
  margin-top: 20px;
  text-align: center;
}

.contents_wrapper .open_modal button {
  display: inline-block;
  border: solid 1px #dedede;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  padding: 6px 27px;
  cursor: pointer;
}

.contents_wrapper .col1 {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .col1 {
    margin-top: 40px;
  }
}

.contents_wrapper .col1__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_wrapper .col1__img__content {
  width: 49.9%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .col1__img__content {
    width: 100%;
  }
}

.contents_wrapper .col2 {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .col2 {
    margin-top: 40px;
  }
}

.contents_wrapper .col2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_wrapper .col2__inner .col2__item {
  width: 45.8%;
}

@media screen and (max-width: 825px) {
  .contents_wrapper .col2__inner .col2__item {
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  .contents_wrapper .col2__inner .col2__item {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .contents_wrapper .col2__inner .item-top {
    margin-top: initial;
  }
}

.contents_wrapper .cont-1st {
  margin-top: initial;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #fff;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 13%;
  left: 50%;
  max-width: 1000px;
  width: 1000px;
  height: 100%;
  overflow: scroll;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10000;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .md-contents {
    width: 94%;
  }
}

@media screen and (max-width: 480px) {
  .md-contents {
    top: 0%;
    padding-bottom: 30px;
  }
}

.md-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 825px) {
  .md-contents__inner {
    padding-top: 40px;
  }
}

.md-contents__inner__img {
  width: 46%;
}

@media screen and (max-width: 825px) {
  .md-contents__inner__img {
    width: 100%;
  }
}

.md-contents__inner__text {
  width: 49%;
  padding-top: 70px;
}

@media screen and (max-width: 825px) {
  .md-contents__inner__text {
    width: 100%;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text {
    padding-top: 30px;
  }
}

.md-contents__inner__text__head {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__head {
    margin-bottom: 25px;
  }
}

.md-contents__inner__text__head__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__head__box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
  }
}

.md-contents__inner__text__head__box__label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  padding: 5px 10px;
  background-color: #ededed;
  width: 70px;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__head__box__label {
    font-size: 13px;
    width: 60px !important;
    padding: 2px 5px;
  }
}

.md-contents__inner__text__head__box__detail {
  margin-left: 13px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.51;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__head__box__detail {
    margin-left: 10px;
    width: calc(100% - 70px);
  }
}

.md-contents__inner__text__desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 25px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: normal;
  color: #232323;
}

.md-contents__inner__text .desc-mb {
  margin-bottom: 30px;
}

.md-contents__inner__text__border {
  margin-top: 10px;
  width: 100%;
}

.md-contents__inner__text__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.md-contents__inner__text__info.info-mb {
  margin-bottom: 50px;
}

.md-contents__inner__text__info__label span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #464646;
  padding: 2px 5px;
  border: solid 1px #dedede;
  width: 130px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__info__label span {
    font-size: 13px;
    padding: 2px 0;
    width: 110px;
  }
}

.md-contents__inner__text__info__detail {
  margin-left: 15px;
  font-size: 14px;
  padding-top: 3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #464646;
}

@media screen and (max-width: 480px) {
  .md-contents__inner__text__info__detail {
    font-size: 13px;
  }
}

.md-xmark {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  left: calc(100vw - 8em);
  z-index: 9999;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .md-xmark {
    top: 80px;
    left: calc(100vw - 6em);
  }
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>