<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;
}

.sec_separator img,
.item-separator img{
  width: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;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 480px) {
  .pc_br {
    display: none;
  }
}
.sp_cont {
  display: none;
}

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

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

.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%;
}

.sec_separator {
  text-align: center;
}

.contents_wrapper .page_about {
  padding: 60px 0 50px 0;
}

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

.contents_wrapper .page_about__lead {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #202020;
}

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

.contents_wrapper .page_about__list {
  margin: 60px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_about__list {
    margin: 40px auto 0 auto;
  }
}

.contents_wrapper .page_about__list__box {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #ddd;
  padding: 35px 40px 35px 20px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_about__list__box {
    padding: 25px 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.contents_wrapper .page_about__list__box__head {
  position: relative;
  width: 210px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  padding-left: 25px;
  color: #202020;
  font-family: "Noto Serif JP", serif;
}

.contents_wrapper .page_about__list__box__head span {
  padding: 2px 7px;
}

.contents_wrapper .page_about__list__box__head .bg-blue {
  background-color: rgba(41, 131, 204, 0.16);
  display: inline-block;
}

.contents_wrapper .page_about__list__box__head .bg-yellow {
  background-color: rgba(232, 169, 52, 0.16);
  display: inline-block;
}

.contents_wrapper .page_about__list__box__head .bg-green {
  background-color: rgba(105, 186, 134, 0.16);
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_about__list__box__head {
    font-size: 15px;
    width: 120px;
    padding-left: 10px;
  }
}

.contents_wrapper .page_about__list__box__head:after {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .page_about__list__box__head:after {
    width: 55px;
    height: 40px;
  }
}

.contents_wrapper .page_about__list__box__detail {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 210px);
}

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

.contents_wrapper .page_about__list__box__detail__text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

.contents_wrapper .page_about__list .box1 .page_about__list__box__head:after {
  background-image: url(../images/num01.svg);
}

.contents_wrapper .page_about__list .box2 .page_about__list__box__head:after {
  background-image: url(../images/num02.svg);
}

.contents_wrapper .page_about__list .box3 {
  border-bottom: solid 1px #ddd;
}

.contents_wrapper .page_about__list .box3 .page_about__list__box__head:after {
  background-image: url(../images/num03.svg);
}

.contents_wrapper .page_about__list .box3 .page_about__list__box__detail__text {
  width: 69%;
}

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

.contents_wrapper .page_about__list .box3 .page_about__list__box__detail__img {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper
    .page_about__list
    .box3
    .page_about__list__box__detail__img {
    width: 45%;
    margin-top: 20px;
  }
}

.contents_wrapper .item-main {
  margin-top: 100px;
}

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

.contents_wrapper .item-main__list__item {
  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 .item-main__list__item__img {
  width: 37%;
}

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

.contents_wrapper .item-main__list__item__detail {
  width: 55%;
}

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

.contents_wrapper .item-main__list__item__detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
}

@media screen and (max-width: 825px) {
  .contents_wrapper .item-main__list__item__detail__head {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

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

.contents_wrapper .item-main__list__item__detail__head__label {
  background-color: #C4BBB5;
  padding: 12px 17px;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}

@media screen and (max-width: 825px) {
  .contents_wrapper .item-main__list__item__detail__head__label {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__head__label {
    padding: 8px;
    font-size: 14px;
  }
}

.contents_wrapper .item-main__list__item__detail__head__label span {
  display: block;
  font-size: 47px;
}

@media screen and (max-width: 825px) {
  .contents_wrapper .item-main__list__item__detail__head__label span {
    font-size: 36px;
    min-width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__head__label span {
    font-size: 24px;
  }
}

.contents_wrapper .item-main__list__item__detail__head__text {
  font-family: "Noto Serif JP", serif;
  margin-left: 20px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #202020;
}

@media screen and (max-width: 825px) {
  .contents_wrapper .item-main__list__item__detail__head__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__head__text {
    font-size: 18px;
    margin-left: 15px;
  }
}

.contents_wrapper .item-main__list__item__detail__name {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  border: solid 1px #ddd;
  background-color: #fcfcfc;
  padding: 9px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__name {
    padding: 7px;
    font-size: 14px;
  }
}

.contents_wrapper .item-main__list__item__detail__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__desc {
    font-size: 14px;
    margin-top: 20px;
  }
}

.contents_wrapper .item-main__list__item__detail__border {
  width: 100%;
  margin-top: 20px;
}

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

.contents_wrapper .item-main__list__item__detail__color {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__color {
    margin-top: 15px;
    line-height: 1.7;
  }
}

.contents_wrapper .item-main__list__item__detail__color span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  text-underline-offset: 0.4em;
}

.contents_wrapper .item-main__list__item__detail__color span .ul-red {
  text-underline-offset: 0.7em;
}

.contents_wrapper .item-main__list__item__detail__coodinate {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__coodinate {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.7;
  }
}

.contents_wrapper .item-main__list__item__detail__coodinate div {
  display: flex;
}

.contents_wrapper .item-main__list__item__detail__coodinate span {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  text-underline-offset: 0.4em;
}

.contents_wrapper .item-main__list__item__detail__coodinate .margin-left {
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item__detail__coodinate span {
    font-size: 12px;
  }
}



.contents_wrapper .item-main__list__item__detail__coodinate span .ul-red {
  text-underline-offset: 0.7em;
}

.contents_wrapper .item-main__list .item-separator {
  margin: 108px auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list .item-separator {
    margin: 50px auto;
  }
}

.contents_wrapper .item-main__list .item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list .item-gallery {
    margin-bottom: 20px;
  }
}

.contents_wrapper .item-main__list .item-gallery__img {
  width: 49.9%;
}

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

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main__list__item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__detail {
  width: 55%;
}

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

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img {
  width: 37%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper
    .item-main__list__item
    .item-main__list__item__img {
    width: 100%;
    margin-top: 30px;
  }
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__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: 480px) {
.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__inner {
  display: flex;
}
}

@media screen and (max-width: 480px) {
.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__inner__img {
    width: 50%;
  }
  /*.contents_wrapper
    .item-main__list__item:last-child
    .item-main__list__item__img__inner__img {
      width: 100%;
    }*/
}


@media screen and (max-width: 480px) {
.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__inner__img {
    width: 50%;
  }
}


.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__inner__img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper
    .item-main__list__item
    .item-main__list__item__img__inner__img {
    width: 50%;
  }
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__inner__text {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper
    .item-main__list__item
    .item-main__list__item__img__inner__text {
    width: 46%;
  }
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__lead {
  margin-top: 10px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

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

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__coodinate {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper
    .item-main__list__item
    .item-main__list__item__img__coodinate {
    margin-top: 5px;
    line-height: 1.7;
  }
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__coodinate
  span {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  text-underline-offset: 0.4em;
}

.contents_wrapper
  .item-main__list__item
  .item-main__list__item__img__coodinate
  span
  .ul-red {
  text-underline-offset: 0.7em;
}

.contents_wrapper .item-main__list .item-last .item-main__list__item__detail {
  width: 100%;
}

.contents_wrapper .item-variation {
  padding: 120px 0;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation {
    padding: 70px 0;
  }
}

.contents_wrapper .item-variation__head {
  position: relative;
  text-align: center;
}

.contents_wrapper .item-variation__head span {
  padding: 0 40px;
  background-color: #fff;
  display: inline-block;
  color: #202020;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__head span {
    padding: 0 25px;
    font-size: 22px;
  }
}

.contents_wrapper .item-variation__head:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7b7b7b;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__head:after {
    top: 18px;
  }
}

.contents_wrapper .item-variation__list__item {
  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;
  margin-top: 100px;
}

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

.contents_wrapper .item-variation__list__item__img {
  width: 46%;
}

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

.contents_wrapper .item-variation__list__item__detail {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail {
    width: 100%;
    margin-top: 20px;
  }
}

.contents_wrapper .item-variation__list__item__detail__head {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #202020;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__head {
    font-size: 18px;
    text-align: center;
  }
}

.contents_wrapper .item-variation__list__item__detail__head span {
  display: block;
}

.contents_wrapper .item-variation__list__item__detail__accordion {
  margin-top: 25px;
}

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

.contents_wrapper .item-variation__list__item__detail__accordion__name {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #4d4d4d;
  border: solid 1px #ddd;
  background-color: #fcfcfc;
  padding: 8px 45px 8px 20px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__accordion__name {
    font-size: 13px;
    padding: 8px 40px 8px 15px;
  }
}

.contents_wrapper .item-variation__list__item__detail__accordion__name:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 18px;
  right: 15px;
  background-image: url(../images/accordion-open.svg);
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__accordion__name:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.contents_wrapper
  .item-variation__list__item__detail__accordion
  .item-variation__list__item__detail__accordion__name.open:after {
  background-image: url(../images/accordion-close.svg);
}

.contents_wrapper .item-variation__list__item__detail__accordion__inner {
  padding: 15px 0;
  display: none;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__accordion__inner {
    padding: 10px 0;
  }
}

.contents_wrapper .item-variation__list__item__detail__accordion__desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__accordion__desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.contents_wrapper .item-variation__list__item__detail__accordion__border {
  width: 100%;
}

.contents_wrapper .item-variation__list__item__detail__accordion__coodinate {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-variation__list__item__detail__accordion__coodinate {
    line-height: 1.5;
    margin-top: 5px;
  }
}

.contents_wrapper
  .item-variation__list__item__detail__accordion__coodinate
  span {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
  text-underline-offset: 0.4em;
}


.bg-blue {
  background-color: #d2e7fa;
  display: inline-block;
}

.bg-yellow {
  background-color: #ffeccb;
  display: inline-block;
}

.bg-green {
  background-color: #dbf2e3;
  display: inline-block;
}
.func_tag,
.func_tag span {
  font-size: 14px;
}

.func_tag span {
  display: inline-block!important;
  padding: 0 4px;
  border-radius: 2px;
  font-family: "Noto Sans JP";
  color: #393939;
}
.item-variation__list__item .func_tag span {
  margin-bottom: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .func_tag,
  .func_tag span {
    font-size: 12px;
  }
}
</pre></body></html>