﻿@media screen and (max-width: 767px) {
  .d-none-sm {
    display: none
  }
}
@media screen and (min-width: 767px) {
  .d-none-md {
    display: none
  }
}
.font-size-sm {
  font-size: 1.4rem
}
.figure-sm {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .figure-sm {
    padding-left: 0px;
    padding-right: 0px
  }
}
.figure-sm img {
  max-width: 100%;
  height: auto
}
.eng {
  font-family: "Roboto Condensed", sans-serif
}
.number {
  font-family: "Roboto", sans-serif
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
span.headline-line {
  display: inline-block;
  padding-right: 60px;
  border-bottom: 1px solid #41484d;
  position: relative
}
@media screen and (max-width: 767px) {
  span.headline-line {
    padding-right: 20px
  }
}
span.headline-line:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #41484d;
  position: absolute;
  right: 0%;
  bottom: -1px
}
span.headline-line.sm {
  padding-right: 30px
}
span.headline-line-sm {
  display: inline-block;
  padding-right: 30px;
  border-bottom: 1px solid #a02f3f;
  position: relative
}
@media screen and (max-width: 767px) {
  span.headline-line-sm {
    padding-right: 10px
  }
}
span.headline-line-sm:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #a02f3f;
  position: absolute;
  right: 0%;
  bottom: -1px
}
a {
  transition: .3s 0s
}
.input-search {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto
}
.input-search .icon-search {
  position: absolute;
  top: 12px
}
.input-search input[type=text] {
  border-bottom: 1px solid #41484d;
  min-height: 40px;
  line-height: 40px;
  padding-left: 25px;
  width: 600px
}
@media screen and (max-width: 767px) {
  .input-search input[type=text] {
    width: 100%
  }
}
.input-search button {
  margin-left: 10px
}
.tel {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center
}
.tel i {
  font-style: normal;
  margin-right: 10px
}
.tel a, .tel span {
  font-size: 4.4rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif
}
@media screen and (max-width: 767px) {
  .tel a, .tel span {
    font-size: 3rem
  }
}
.ul-type06 {
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 2em;
  margin-right: 2em
}
@media screen and (max-width: 767px) {
  .ul-type06 {
    margin-left: 1em;
    margin-right: 1em
  }
}
.ul-type06 li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px
}
.ul-type06 li:before {
  content: "";
  position: absolute;
  left: 5px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #737373;
  top: .7em
}
.ul-annotation {
  margin-top: 40px;
  margin-bottom: 40px
}
.ul-annotation li {
  position: relative;
  font-size: 1.4rem;
  color: #cb0000;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.5
}
.ul-annotation li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px
}
.ul-sitemap > li {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  border-radius: 10px
}
.ul-sitemap > li > a, .ul-sitemap > li > span {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  transition: .3s 0s
}
@media screen and (max-width: 767px) {
  .ul-sitemap > li > a, .ul-sitemap > li > span {
    font-size: 2rem
  }
}
.ul-sitemap > li > a:hover {
  color: #ccc
}
.ul-sitemap > li > .mega-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  width: auto;
  transform: none;
  padding: 30px;
  background-color: transparent
}
@media screen and (max-width: 767px) {
  .ul-sitemap > li > .mega-menu {
    padding: 20px
  }
}
.ul-sitemap > li > .mega-menu > .scroll-inner {
  max-height: initial;
  overflow-y: visible
}
.ul-sitemap > li > .mega-menu > .scroll-inner > .container > .row > .item {
  margin-top: 10px !important
}
@media screen and (max-width: 767px) {
  .ul-sitemap > li > .mega-menu > .scroll-inner > .container > .row > .item {
    padding-left: 0px;
    padding-right: 0px
  }
}
.ul-sitemap > li > .mega-menu > .scroll-inner > .container > .row > .item > .level1 > li > a {
  border-bottom: 0px !important;
  padding-bottom: 0px !important
}
.ul-sitemap > li > .mega-menu.menu-aboutus > .scroll-inner > .container > .row.col-2 > .item.item-aboutus {
  display: none
}
.ul-sitemap > li > .mega-menu.menu-aboutus > .scroll-inner > .container > .row.col-2 > .item:nth-of-type(3) {
  margin-top: 0px
}
.dl-faq {
  position: relative
}
.dl-faq > dt {
  font-size: 1.8rem;
  border-bottom: 1px dotted #737373;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 100px;
  position: relative;
  cursor: pointer;
  line-height: 1.5
}
@media screen and (max-width: 767px) {
  .dl-faq > dt {
    padding-right: 0px
  }
}
.dl-faq > dt:before {
  content: "";
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: .6em
}
@media screen and (max-width: 767px) {
  .dl-faq > dt:before {
    top: 50%;
    margin-top: .2em
  }
}
.dl-faq > dt .label {
  font-size: 1.2rem;
  background: #ebebeb;
  border-radius: 3px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 5px;
  position: absolute;
  right: 0px;
  top: .4em;
  color: #41484d !important
}
@media screen and (max-width: 767px) {
  .dl-faq > dt .label {
    position: static;
    margin-left: -30px
  }
}
@media screen and (max-width: 767px) {
  .dl-faq > dt .title {
    display: block
  }
}
.dl-faq > dt:hover {
  color: #a02f3f
}
.dl-faq > dt.on:before {
  transform: rotate(-90deg)
}
.dl-faq > dd {
  display: none
}
.dl-type01 > dt {
  color: #a02f3f;
  margin-bottom: 10px;
  font-weight: normal
}
.dl-type01 > dd {
  margin-bottom: 10px
}
.dl-type01.modify-blue > dt {
  color: #658aa4
}
.dl-type01.modify-green > dt {
  color: #659669
}
.dl-type02 {
  line-height: 2 !important;
  margin-top: 40px;
  margin-bottom: 40px
}
.dl-type02 > dt, .dl-type02 > div > div > dt {
  border-bottom: 1px solid #737373 !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important
}
.dl-type02 > dd, .dl-type02 > div > div > dd {
  margin-bottom: 40px !important
}
.dl-type03 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5
}
@media screen and (max-width: 767px) {
  .dl-type03 {
    display: block
  }
}
.dl-type03 > dt, .dl-type03 > div > div > dt {
  width: 8em;
  flex-shrink: 0;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .dl-type03 > dt, .dl-type03 > div > div > dt {
    width: 100%;
    margin-bottom: 5px
  }
}
.dl-type03 > dd, .dl-type03 > div > div > dd {
  width: calc(100% - 8em);
  margin-bottom: 20px;
  flex-shrink: 0;
  padding-left: 1em
}
@media screen and (max-width: 767px) {
  .dl-type03 > dd, .dl-type03 > div > div > dd {
    padding-left: 0px;
    width: 100%
  }
}
.dl-type03 > dd:nth-last-of-type(1), .dl-type03 > div > div > dd:nth-last-of-type(1) {
  margin-bottom: 0px
}
.dl-type04 {
  position: relative;
  text-align: right;
  line-height: 1.5;
  font-size: 1.4rem
}
.dl-type04 > dl {
  display: inline-block;
  position: relative
}
.dl-type04 > dl > dt {
  position: absolute;
  left: 0px;
  width: 8em;
  font-weight: normal
}
.dl-type04 > dl > dd {
  padding-left: 9em;
  margin-bottom: 0px
}
.ul-anchor {
  padding-left: 0px !important
}
.ul-anchor > li {
  margin-bottom: 20px;
  padding-left: 0px
}
.ul-anchor > li:last-child {
  margin-bottom: 0px
}
.ul-anchor > li > a {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 30px !important;
  margin-left: 0px !important
}
.ul-anchor > li > a:before, .ul-anchor > li > a:after {
  content: ""
}
.ul-anchor > li > a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: .1em;
  background-color: #666
}
.ul-anchor > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-position: center center;
  background-image: url(./images/common/icon-arrow-white-sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7.5px;
  top: .5em;
  transform: rotate(90deg)
}
.ul-anchor > li > a:hover {
  color: #a02f3f
}
.ul-anchor > li > a i {
  content: "";
  transform: rotate(90deg)
}
.ul-anchor > li > ul {
  margin: 0px;
  list-style: none;
  margin-left: 34px;
  margin-top: 5px
}
.ul-anchor > li > ul > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.5
}
.ul-anchor > li > ul > li > a:hover {
  color: #a02f3f
}
.ul-anchor > li > ul > li:last-child {
  margin-bottom: 0px
}
.ul-anchor > li > ul > li:before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #737373;
  position: absolute;
  top: .7em;
  left: 0px
}
.ul-anchor02 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  padding-left: 0px !important
}
@media screen and (max-width: 767px) {
  .ul-anchor02 {
    margin-left: -5px;
    margin-right: -5px
  }
}
.ul-anchor02 > li {
  flex-shrink: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .ul-anchor02 > li {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px
  }
}
.ul-type01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}
@media screen and (max-width: 767px) {
  .ul-type01 {
    margin-left: -6px;
    margin-right: -6px
  }
}
.ul-type01 > li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}
@media screen and (max-width: 1023px) {
  .ul-type01 > li {
    width: 33.33333%
  }
}
@media screen and (max-width: 767px) {
  .ul-type01 > li {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px
  }
}
.ul-type02 > li {
  margin-bottom: 20px;
  position: relative
}
.ul-type02 > li:nth-last-of-type(1) {
  margin-bottom: 0px
}
.ul-type03 {
  line-height: 1;
  display: flex;
  flex-wrap: wrap
}
.ul-type03 > li {
  margin-right: 5px
}
.ul-type03 > li:last-child {
  margin-right: 0px
}
.ul-type04 {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px
}
@media screen and (max-width: 767px) {
  .ul-type04 {
    flex-direction: column
  }
}
.ul-type04 > li {
  width: 50%;
  margin-top: 10px;
  padding-left: 6px;
  padding-right: 6px
}
@media screen and (max-width: 767px) {
  .ul-type04 > li {
    width: 100%
  }
}
.ul-type04 > li:nth-of-type(1), .ul-type04 > li:nth-of-type(2) {
  margin-top: 0px
}
@media screen and (max-width: 767px) {
  .ul-type04 > li:nth-of-type(2) {
    margin-top: 10px
  }
}
.ul-type05 > li {
  position: relative;
  margin-bottom: 30px
}
.ul-type07 {
  margin-top: 30px
}
.ul-type07 > li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc
}
.ul-type07 > li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px
}
.ul-type07 > li > .crp_link {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 40px
}
.ul-type07 > li > .crp_link:before, .ul-type07 > li > .crp_link:after {
  content: "";
  position: absolute;
  display: block
}
.ul-type07 > li > .crp_link:before {
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  background-color: #666
}
@media screen and (max-width: 767px) {
  .ul-type07 > li > .crp_link:before {
    width: 25px;
    height: 25px
  }
}
.ul-type07 > li > .crp_link:after {
  width: 5px;
  height: 8px;
  background-position: center center;
  background-image: url(./images/common/icon-arrow-white-sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 13px;
  top: .55em
}
.ul-type07 > li > .crp_link:hover {
  color: #ccc
}
.ul-type07 > li > .crp_excerpt {
  margin-top: 10px;
  display: block;
  padding-left: 40px;
  font-feature-settings: initial
}
.ol-annotation {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 40px
}
.ol-annotation li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 5px
}
.ol-annotation li:before {
  counter-increment: item;
  content: "(*"counter(item) ")";
  color: #cb0000;
  font-size: 1.2rem;
  position: absolute;
  left: 0px
}
.ol-type01 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 2em;
  margin-right: 2em
}
@media screen and (max-width: 767px) {
  .ol-type01 {
    margin-left: 1em;
    margin-right: 1em
  }
}
.ol-type01 li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #737373
}
@media screen and (max-width: 767px) {
  .ol-type01 li {
    padding-top: 5px;
    padding-bottom: 10px
  }
}
.ol-type01 li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px
}
.ol-type01 li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0px
}
.ol-type02 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 2em;
  margin-right: 2em;
  list-style-type: none
}
@media screen and (max-width: 767px) {
  .ol-type02 {
    margin-left: 1em;
    margin-right: 1em
  }
}
.ol-type02 > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px
}
.ol-type02 > li .number {
  position: absolute;
  left: 0px
}
.bg-white {
  background-color: #fff
}
.btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  transition: .3s 0s;
  position: relative;
  overflow: hidden
}
.btn.btn-link {
  padding-left: 30px;
  overflow: unset
}
.btn.btn-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: .6em
}
.btn.btn-link:after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #41484d;
  position: absolute;
  left: 30px;
  bottom: -5px;
  transition: .3s 0s
}
.btn.btn-link:hover:after {
  width: calc(100% - 30px)
}
.btn.btn-outline-dark {
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  color: #41484d;
  z-index: 1
}
.btn.btn-outline-dark:hover {
  background-color: #ccc
}
.btn.btn-primary {
  background-color: #a02f3f;
  color: #fff;
  border: 2px solid #a02f3f;
  z-index: 1
}
.btn.btn-primary:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: -100%;
  transition: .3s 0s;
  opacity: 0;
  border-radius: 100px
}
.btn.btn-primary:hover {
  color: #a02f3f;
  background-color: #fff
}
.btn.btn-primary:hover:before {
  left: 0px;
  opacity: 1;
  border-radius: 100px
}
.btn.btn-primary span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center
}
.btn.btn-primary.darker {
  background: #6e202a
}
.btn.btn-primary02 {
  background-color: #a02f3f;
  color: #fff
}
.btn.btn-primary02:hover {
  background-color: #ce001d;
  transition: .3s 0s
}
.btn.btn-white {
  background-color: #fff;
  transition: .3s 0s
}
.btn.btn-white:hover {
  opacity: .7
}
.btn.btn-gray-sm {
  background-color: #ebebeb;
  text-align: left;
  position: relative;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px 10px 0px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-sm {
    padding-left: 20px;
    height: 60px
  }
}
.btn.btn-gray-sm:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: calc(50% - 4px);
  z-index: 1
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-sm:before {
    left: 10px
  }
}
.btn.btn-gray-sm:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-gray-sm:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-gray-sm span {
  position: relative;
  z-index: 1;
  width: 100%
}
.btn.btn-gray-sm .icon-new {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1
}
.btn.btn-gray-sm.btn-prev, .btn.btn-gray-sm.btn-next {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  height: 40px
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-sm.btn-prev, .btn.btn-gray-sm.btn-next {
    height: 40px
  }
}
.btn.btn-gray-sm.btn-prev:before {
  transform: rotate(180deg)
}
.btn.btn-gray-sm.btn-next:before {
  left: auto;
  right: 15px
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-sm.btn-next:before {
    left: auto;
    right: 10px
  }
}
.btn.btn-gray-sm.disabled {
  opacity: .3;
  cursor: default
}
.btn.btn-gray-sm.disabled:hover:after {
  display: none
}
.btn.btn-gray-md {
  background-color: #ebebeb;
  text-align: left;
  position: relative;
  border-radius: 5px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px 10px 0px 50px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-md {
    font-size: 1.6rem;
    padding-left: 20px;
    height: 60px
  }
}
.btn.btn-gray-md:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: calc(50% - 4px);
  z-index: 1
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-md:before {
    left: 10px
  }
}
.btn.btn-gray-md:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-gray-md:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-gray-md span {
  position: relative;
  z-index: 1;
  width: 100%
}
.btn.btn-gray-md .icon-new {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1
}
.btn.btn-gray02 {
  display: block;
  background-color: #ebebeb;
  text-align: left;
  position: relative;
  border-radius: 5px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 30px 30px 30px 70px !important;
  width: 100%;
  margin-left: 0px !important
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 {
    font-size: 1.6rem;
    padding-left: 40px !important
  }
}
.btn.btn-gray02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-gray02:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-gray02 > span, .btn.btn-gray02 > div {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%
}
.btn.btn-gray02 > span i, .btn.btn-gray02 > div i {
  position: absolute;
  left: -45px;
  top: 0em
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 > span i, .btn.btn-gray02 > div i {
    left: -30px;
    top: -0.18em
  }
}
.btn.btn-gray02 .lead {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: initial
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 .lead {
    font-size: 1.4rem
  }
}
.btn.btn-gray02 .time {
  display: block;
  font-size: 1.4rem;
  min-height: 40px;
  line-height: 40px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px
}
.btn.btn-gray02.modify-aside {
  padding-bottom: 90px !important
}
.btn.btn-gray02 + .aside {
  position: absolute;
  overflow: hidden;
  clear: bottom;
  width: 100%;
  bottom: 30px;
  padding-left: 70px;
  padding-right: 30px;
  z-index: 2;
  display: block;
  justify-content: space-between
}
.btn.btn-gray02 + .aside:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 + .aside {
    padding-left: 40px;
    display: block
  }
}
.btn.btn-gray02 + .aside .left {
  flex-shrink: 0;
  width: calc(100% - 10em);
  float: left
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 + .aside .left {
    width: 100%;
    float: none
  }
}
.btn.btn-gray02 + .aside .right {
  width: 10em;
  text-align: right;
  float: right
}
@media screen and (max-width: 767px) {
  .btn.btn-gray02 + .aside .right {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    float: none
  }
}
.btn.btn-gray02 .icon-new {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1
}
.btn.btn-namecard {
  display: block;
  background-color: #ebebeb;
  text-align: left;
  position: relative;
  border-radius: 5px;
  padding: 30px !important;
  width: 100%;
  margin-left: 0px !important;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard {
    font-size: 1.6rem;
    padding: 10px !important
  }
}
.btn.btn-namecard:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-namecard:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-namecard > span, .btn.btn-namecard > div, .btn.btn-namecard > .btn-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard > span, .btn.btn-namecard > div, .btn.btn-namecard > .btn-inner {
    display: block
  }
}
.btn.btn-namecard .image {
  width: 200px;
  height: 200px;
  align-self: flex-start;
  display: block
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .image {
    text-align: center;
    margin: 0 auto 20px auto
  }
}
.btn.btn-namecard .image img {
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .image img {
    text-align: center
  }
}
.btn.btn-namecard .content {
  width: calc(100% - 200px);
  padding-left: 30px;
  display: block
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .content {
    width: calc(100% - 60px);
    padding-left: 10px
  }
}
.btn.btn-namecard .content .name {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .content .name {
    font-size: 2rem;
    margin-bottom: 10px
  }
}
.btn.btn-namecard .content .name small {
  font-size: 1.4rem;
  margin-left: 5px
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .content .name small {
    font-size: 1.2rem
  }
}
.btn.btn-namecard .content .comment {
  font-size: 1.8rem;
  display: block
}
@media screen and (max-width: 767px) {
  .btn.btn-namecard .content .comment {
    font-size: 1.4rem
  }
}
.btn.btn-gray-anchor {
  background-color: #ebebeb;
  position: relative;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-anchor {
    height: 50px
  }
}
.btn.btn-gray-anchor:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(90deg);
  z-index: 1;
  opacity: .5
}
@media screen and (max-width: 767px) {
  .btn.btn-gray-anchor:before {
    bottom: 5px
  }
}
.btn.btn-gray-anchor:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-gray-anchor:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-gray-anchor span {
  position: relative;
  z-index: 1;
  width: 100%
}
.btn.btn-tag {
  display: inline-block;
  background-color: #666;
  border: 2px solid #666;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 1.4rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .btn.btn-tag {
    font-size: 1.2rem;
    padding: 3px 3px
  }
}
.btn.btn-tag span {
  position: relative;
  z-index: 1
}
.btn.btn-tag:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.btn.btn-tag:hover {
  color: #41484d
}
.btn.btn-tag:hover:after {
  left: 0px;
  opacity: 1
}
.btn.btn-xxs {
  font-size: 1.2rem;
  padding: 2px 10px 0px 10px;
  text-align: center;
  border-radius: 100px
}
.btn.btn-xs {
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 110px;
  text-align: center;
  border-radius: 100px
}
.btn.btn-md02 {
  padding: 12px;
  border-radius: 100px;
  width: 220px;
  position: relative
}
.btn.btn-md02 i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}
.btn.btn-md02.width-100 {
  width: 100px
}
.btn.btn-md {
  padding: 0px 10px 0px 50px;
  height: 50px;
  display: flex;
  align-items: center
}
@media screen and (max-width: 767px) {
  .btn.btn-md {
    padding: 0px 10px 0px 35px;
    font-size: 1.4rem
  }
}
.btn.btn-lg {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px 10px 0px 50px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px
}
@media screen and (max-width: 767px) {
  .btn.btn-lg {
    font-size: 1.6rem;
    padding-left: 20px;
    height: 60px
  }
}
.btn.btn-lg.modify-arrow-top {
  padding: 30px 30px 30px 70px;
  height: auto
}
@media screen and (max-width: 767px) {
  .btn.btn-lg.modify-arrow-top {
    padding: 30px 20px 30px 40px
  }
}
.btn.btn-lg.modify-arrow-top:before {
  left: 40px;
  top: 2.1em
}
@media screen and (max-width: 767px) {
  .btn.btn-lg.modify-arrow-top:before {
    left: 10px
  }
}
.btn.btn-lg.modify-arrow-top .lead {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: initial
}
@media screen and (max-width: 767px) {
  .btn.btn-lg.modify-arrow-top .lead {
    font-size: 1.4rem
  }
}
.btn.btn-lg.modify-arrow-top .time {
  display: block;
  font-size: 1.4rem;
  min-height: 40px;
  line-height: 40px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px
}
.btn.btn-lg.modify-arrow-top + .ul-type03 {
  position: absolute;
  bottom: 30px;
  margin-left: 70px;
  z-index: 1
}
@media screen and (max-width: 767px) {
  .btn.btn-lg.modify-arrow-top + .ul-type03 {
    margin-left: 40px
  }
}
.btn.btn-sm {
  padding: 8px;
  width: 130px;
  max-width: 100%;
  border-radius: 100px;
  position: relative;
  font-size: 1.4rem
}
.btn.btn-sm i {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%)
}
.btn.btn-rounded {
  border-radius: 100px
}
.btn-print {
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding-left: 23px;
  padding-right: 10px;
  background-color: #41484d;
  display: inline-block;
  color: #fff;
  position: relative;
  border-radius: 3px;
  opacity: 1;
  transition: .3s 0s;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .btn-print {
    margin-top: 8px
  }
}
.btn-print:hover {
  opacity: .7
}
.btn-print:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: center center url(./images/common/icon-print.svg) no-repeat;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%)
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", sans-serif
}
.h2-type01 {
  position: relative;
  margin-bottom: 60px;
  font-feature-settings: initial
}
@media screen and (max-width: 767px) {
  .h2-type01 {
    margin-bottom: 40px
  }
}
.h2-type01 .inner {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 3px solid #737373;
  padding-right: 60px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .h2-type01 .inner {
    font-size: 2rem;
    letter-spacing: 0;
    padding-right: 30px
  }
}
.h2-type01 .inner i {
  position: absolute;
  left: 0px;
  top: 0em
}
@media screen and (max-width: 767px) {
  .h2-type01 .inner i {
    top: -0.1em
  }
}
.h2-type01 a.inner {
  padding-left: 45px;
  transition: .3s 0s
}
@media screen and (max-width: 767px) {
  .h2-type01 a.inner {
    padding-left: 35px
  }
}
.h2-type01 a.inner:hover {
  color: #a02f3f
}
.h2-type01 a.inner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: .4em
}
.h2-type01.modify-blue .inner {
  border-bottom: 1px solid #658aa4
}
.h2-type01.modify-blue .inner:before {
  background-color: #658aa4
}
.h2-type01.modify-green .inner {
  border-bottom: 1px solid #659669
}
.h2-type01.modify-green .inner:before {
  background-color: #659669
}
.h2-type01.modify-purple .inner {
  border-bottom: 1px solid #9574a3
}
.h2-type01.modify-purple .inner:before {
  background-color: #9574a3
}
.h2-type01.modify-purple a.inner:hover {
  color: #9574a3
}
.h2-type01.modify-yellow .inner {
  border-bottom: 1px solid #90883d
}
.h2-type01.modify-yellow .inner:before {
  background-color: #90883d
}
.h2-type01.modify-yellow a.inner:hover {
  color: #90883d
}
.h2-type01.modify-line-sm .inner {
  width: 100%;
  padding-right: 0px
}
.h2-type01.modify-line-sm .inner:before {
  display: none
}
.h2-type01.modify-line-sm + .lead {
  width: 100%;
  font-size: 1.4rem
}
.h2-type01.modify-lead {
  margin-bottom: 15px
}
.h2-type01 + .lead {
  width: 75%;
  margin-bottom: 80px;
  font-feature-settings: initial
}
@media screen and (max-width: 1023px) {
  .h2-type01 + .lead {
    width: 100%;
    margin-bottom: 40px
  }
}
.h4-type01 {
  background-color: #ebebeb;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: bold
}
.title-comment {
  font-size: 2.8rem;
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  font-weight: bold
}
@media screen and (max-width: 767px) {
  .title-comment {
    font-size: 1.8rem
  }
}
.title-comment:before {
  content: "";
  width: 14px;
  height: 10px;
  background: center center url(./images/common/icon-comment-dot.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -0.1em
}
@media screen and (max-width: 767px) {
  .title-comment:before {
    width: 8px;
    height: 6px
  }
}
.title-comment span {
  position: relative
}
.title-comment span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: center center url(./images/common/icon-comment-dot.svg) no-repeat;
  background-size: contain;
  position: relative;
  transform: rotate(180deg);
  right: -15px;
  bottom: -0.2em
}
@media screen and (max-width: 767px) {
  .title-comment span:after {
    width: 8px;
    height: 6px
  }
}
.title-type01 {
  margin-bottom: 20px
}
.title-type01 span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  height: 45px;
  padding: 10px 20px 0px 20px;
  background-color: #666
}
.title-type01 span:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: linear-gradient(to bottom right, #666666, #666666 49%, transparent 50%);
  position: absolute;
  right: -45px;
  top: 0px
}
.title-type01.modify-bar {
  display: block;
  background-color: #ebebeb
}
.title-type02 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .2em
}
@media screen and (max-width: 767px) {
  .title-type02 {
    letter-spacing: 0
  }
}
.title-type02 .eng {
  font-size: 4.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1
}
@media screen and (max-width: 767px) {
  .title-type02 .eng {
    font-size: 3.5rem
  }
}
.title-type02 .eng .inner {
  position: relative;
  z-index: 1
}
.title-type02 .eng:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(160, 47, 63, .15);
  bottom: 0px
}
.title-type02 .title {
  display: block;
  margin-top: 10px
}
.title-type02.blue .eng:after {
  background-color: rgba(101, 138, 164, .15)
}
.title-type02.green .eng:after {
  background-color: rgba(101, 150, 105, .15)
}
.title-type02.purple .eng:after {
  background-color: rgba(149, 116, 163, .4)
}
.title-type02.yellow .eng:after {
  background-color: rgba(144, 136, 61, .4)
}
.title-type02.cyan .eng:after {
  background-color: rgba(44, 170, 159, .4)
}
.title-type02 + .lead {
  padding-top: 15px
}
@media screen and (max-width: 1023px) {
  .title-type02 + .lead {
    width: 100%;
    margin-bottom: 40px
  }
}
@media screen and (max-width: 767px) {
  .title-type02 + .lead {
    line-height: 1.5;
    margin-top: 15px;
    text-align: left
  }
}
.title-type03 {
  position: relative;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .title-type03 {
    margin-bottom: 20px
  }
}
.title-type03 .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 10px
}
@media screen and (max-width: 1023px) {
  .title-type03 .eng {
    font-size: 2rem
  }
}
.title-type03 .title {
  background: linear-gradient(to top, #EBEBEB 20%, transparent 20%);
  font-size: 3.45rem;
  font-weight: bold
}
@media screen and (max-width: 1206px) {
  .title-type03 .title {
    font-size: 2.8rem
  }
}
@media screen and (max-width: 1023px) {
  .title-type03 .title {
    font-size: 2.4rem
  }
}
.icon-arrow-lg, .icon-arrow-lg-primary, .icon-arrow-lg-blue, .icon-arrow-lg-green, .icon-arrow-lg-purple, .h2-type01.modify-purple a.inner:after, .icon-arrow-lg-yellow, .h2-type01.modify-yellow a.inner:after, .icon-arrow-lg-brown, .icon-arrow-lg-cyan {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 100%;
  position: relative
}
@media screen and (max-width: 767px) {
  .icon-arrow-lg, .icon-arrow-lg-primary, .icon-arrow-lg-blue, .icon-arrow-lg-green, .icon-arrow-lg-purple, .h2-type01.modify-purple a.inner:after, .icon-arrow-lg-yellow, .h2-type01.modify-yellow a.inner:after, .icon-arrow-lg-brown, .icon-arrow-lg-cyan {
    width: 25px;
    height: 25px
  }
}
.icon-arrow-lg:after, .icon-arrow-lg-primary:after, .icon-arrow-lg-blue:after, .icon-arrow-lg-green:after, .icon-arrow-lg-purple:after, .h2-type01.modify-purple a.inner:after, .icon-arrow-lg-yellow:after, .h2-type01.modify-yellow a.inner:after, .icon-arrow-lg-brown:after, .icon-arrow-lg-cyan:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-position: center center;
  background-image: url(./images/common/icon-arrow-white-sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.icon-arrow-lg {
  background-color: #666
}
.icon-arrow-lg-primary {
  background-color: #a02f3f
}
.icon-arrow-lg-blue {
  background-color: #658aa4
}
.icon-arrow-lg-green {
  background-color: #659669
}
.icon-arrow-lg-purple, .h2-type01.modify-purple a.inner:after {
  background-color: #9574a3
}
.icon-arrow-lg-yellow, .h2-type01.modify-yellow a.inner:after {
  background-color: #90883d
}
.icon-arrow-lg-brown {
  background-color: #b17543
}
.icon-arrow-lg-cyan {
  background-color: #2caa9f
}
.icon-arrow-md-primary, .mega-menu.modify-primary .level2 > li > a:before, .icon-arrow-md, .mega-menu .scroll-inner .level2 > li > a:before, .blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before, .dl-faq > dt:before, .btn.btn-link:before, .btn.btn-gray-sm:before, .btn.btn-gray-md:before, .btn.btn-gray-anchor:before, .icon-arrow-md-blue, .mega-menu.modify-blue .level2 > li > a:before, .icon-arrow-md-green, .mega-menu.modify-green .level2 > li > a:before, .icon-arrow-md-purple, .mega-menu.modify-purple .level2 > li > a:before, .icon-arrow-md-yellow, .mega-menu.modify-yellow .level2 > li > a:before, .icon-arrow-md-brown, .mega-menu.modify-brown .level2 > li > a:before, .icon-arrow-md-cyan, .mega-menu.modify-cyan .level2 > li > a:before {
  display: inline-block;
  width: 6px;
  height: 10px
}
.icon-arrow-md, .mega-menu .scroll-inner .level2 > li > a:before, .blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before, .dl-faq > dt:before, .btn.btn-link:before, .btn.btn-gray-sm:before, .btn.btn-gray-md:before, .btn.btn-gray-anchor:before {
  background: center center url(./images/common/icon-arrow.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-primary, .mega-menu.modify-primary .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-primary.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-blue, .mega-menu.modify-blue .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-blue.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-green, .mega-menu.modify-green .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-green.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-purple, .mega-menu.modify-purple .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-purple.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-yellow, .mega-menu.modify-yellow .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-yellow.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-brown, .mega-menu.modify-brown .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-brown.svg) no-repeat;
  background-size: contain
}
.icon-arrow-md-cyan, .mega-menu.modify-cyan .level2 > li > a:before {
  background: center center url(./images/common/icon-arrow-cyan.svg) no-repeat;
  background-size: contain
}
.icon-arrow-sm-white, .footer .footer-nav-sm ul li a:before, .footer .footer-nav > .item .level1 > li > a:before {
  width: 6px;
  height: 11px;
  background: center center url(./images/common/icon-arrow-white-sm.svg) no-repeat;
  background-size: contain
}
.icon-arrow-lg-outline {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #a02f3f;
  border-radius: 100%;
  position: relative
}
.icon-arrow-lg-outline:before {
  content: "";
  background: center center url(./images/common/icon-arrow-primary.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.icon-new {
  line-height: 0
}
.icon-new:before {
  content: "NEW";
  display: inline-block;
  font-size: 1.2rem;
  color: #a02f3f;
  padding: 3px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a02f3f;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: 1
}
.icon-page-top {
  display: block;
  width: 65px;
  height: 65px;
  background: center center url(./images/common/icon-page-top.svg) no-repeat;
  background-size: 27px 14px;
  background-color: #a02f3f;
  transition: .3s 0s
}
.icon-page-top:hover {
  background-color: #ce001d
}
@media screen and (max-width: 767px) {
  .icon-page-top {
    width: 45px;
    height: 45px
  }
}
.icon-search {
  display: block;
  width: 18px;
  height: 17.5px;
  background: center center url(./images/common/icon-search.svg) no-repeat;
  background-size: contain;
  position: relative
}
.icon-arrow-down {
  display: block;
  width: 6px;
  height: 9px;
  background: center center url(./images/common/icon-arrow-down.svg) no-repeat;
  background-size: contain
}
.icon-tel {
  display: block;
  width: 50px;
  height: 50px;
  background: center center url(./images/common/icon-tel.svg) no-repeat;
  background-size: contain;
  position: relative
}
.mb-l {
  margin-bottom: 60px
}
.mb-m {
  margin-bottom: 40px
}
.mb-s {
  margin-bottom: 20px !important
}
.mb-xs {
  margin-bottom: 10px !important
}
.mt-none {
  margin-top: 0px !important
}
.mb-none {
  margin-bottom: 0px !important
}
.mt-l {
  margin-top: 60px
}
.mt-m {
  margin-top: 40px
}
.mt-s {
  margin-top: 20px
}
.mt-xs {
  margin-top: 10px
}
.pt-l {
  padding-top: 60px
}
.pt-m {
  padding-top: 40px
}
.pt-s {
  padding-top: 20px
}
.pt-xs {
  padding-top: 10px
}
.pt-none {
  padding-top: 0px !important
}
.hidden-pc {
  display: none
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block
  }
}
.hidden-sp {
  display: none
}
@media screen and (min-width: 767px) {
  .hidden-sp {
    display: block
  }
}
.tel-type01 {
  font-size: 4rem;
  color: #a02f3f;
  position: relative;
  display: inline-block;
  padding-left: 60px;
  text-align: left
}
@media screen and (max-width: 767px) {
  .tel-type01 {
    font-size: 3.5rem
  }
}
.tel-type01 i {
  position: absolute;
  left: 0px;
  top: .4em
}
@media screen and (max-width: 767px) {
  .tel-type01 i {
    top: .2em
  }
}
.blog-content, .block-editor-block-list__layout, .blog-content > .section {
  margin-bottom: 60px;
  font-feature-settings: initial
}
.blog-content div[style="background:#EFEFEF;"], .block-editor-block-list__layout div[style="background:#EFEFEF;"], .blog-content > .section div[style="background:#EFEFEF;"] {
  padding: 30px
}
@media screen and (max-width: 767px) {
  .blog-content div[style="background:#EFEFEF;"], .block-editor-block-list__layout div[style="background:#EFEFEF;"], .blog-content > .section div[style="background:#EFEFEF;"] {
    padding: 20px
  }
}
.blog-content img, .block-editor-block-list__layout img, .blog-content > .section img {
  margin-top: 30px;
  margin-bottom: 30px
}
.blog-content img.aligncenter, .block-editor-block-list__layout img.aligncenter, .blog-content > .section img.aligncenter {
  display: block;
  margin-left: 0px;
  margin-right: 0px
}
.blog-content img.alignright, .block-editor-block-list__layout img.alignright, .blog-content > .section img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0px
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  transition: .3s 0s;
  position: relative;
  overflow: hidden;
  background-color: #a02f3f;
  color: #fff;
  border: 2px solid #a02f3f;
  z-index: 1;
  border-radius: 100px
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: -100%;
  transition: .3s 0s;
  opacity: 0;
  border-radius: 100px
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button:hover, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button:hover, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button:hover {
  color: #a02f3f;
  background-color: #fff
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button:hover:before, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button:hover:before, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button:hover:before {
  left: 0px;
  opacity: 1;
  border-radius: 100px
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: initial;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: initial
}
.blog-content .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link:hover, .block-editor-block-list__layout .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link:hover, .blog-content > .section .wp-block-buttons.btn-primary > .wp-block-button > .wp-block-button__link:hover {
  color: #a02f3f !important;
  background-color: transparent !important;
  border-color: transparent !important
}
.blog-content .wp-block-buttons.btn-primary.btn-sm > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-primary.btn-sm > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-primary.btn-sm > .wp-block-button {
  width: 130px
}
.blog-content .wp-block-buttons.btn-primary.btn-sm > .wp-block-button > .wp-block-button__link, .block-editor-block-list__layout .wp-block-buttons.btn-primary.btn-sm > .wp-block-button > .wp-block-button__link, .blog-content > .section .wp-block-buttons.btn-primary.btn-sm > .wp-block-button > .wp-block-button__link {
  width: 100%;
  padding: 8px;
  max-width: 100%;
  position: relative;
  font-size: 1.4rem
}
.blog-content .wp-block-buttons.btn-primary.btn-md > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-primary.btn-md > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-primary.btn-md > .wp-block-button {
  width: 220px
}
.blog-content .wp-block-buttons.btn-primary.btn-md > .wp-block-button > .wp-block-button__link, .block-editor-block-list__layout .wp-block-buttons.btn-primary.btn-md > .wp-block-button > .wp-block-button__link, .blog-content > .section .wp-block-buttons.btn-primary.btn-md > .wp-block-button > .wp-block-button__link {
  width: 100%;
  padding: 12px;
  border-radius: 100px;
  position: relative
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button {
  background-color: #ebebeb !important;
  text-align: left;
  position: relative;
  border-radius: 5px !important;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px 10px 0px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  transition: .3s 0s;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button {
    padding-left: 20px;
    height: 60px
  }
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: calc(50% - 4px);
  z-index: 1
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before {
    left: 10px
  }
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:after, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:after, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:after, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:after, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:after, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:hover, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:hover, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:hover, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:hover, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:hover, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:hover {
  background-color: #ebebeb !important
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button:hover:after, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:hover:after, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button:hover:after, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:hover:after, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button:hover:after, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:hover:after {
  left: 0px;
  opacity: 1
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link {
  background-color: transparent !important;
  padding: 0px !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  font-size: inherit !important;
  color: #41484d !important;
  width: 100% !important;
  height: 100% !important;
  text-align: left !important;
  align-items: center !important
}
.blog-content .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link:hover, .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link:hover, .block-editor-block-list__layout .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link:hover, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link:hover, .blog-content > .section .wp-block-buttons.btn-gray-sm > .wp-block-button > .wp-block-button__link:hover, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button > .wp-block-button__link:hover {
  color: #41484d !important;
  background-color: transparent !important
}
.blog-content .wp-block-buttons.btn-gray-md > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button {
  border-radius: 5px;
  font-size: 2rem;
  padding: 0px 10px 0px 50px;
  width: 100%;
  height: 80px
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button {
    font-size: 1.6rem;
    padding-left: 20px;
    height: 60px
  }
}
.blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before {
  left: 25px;
  top: calc(50% - 4px)
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-buttons.btn-gray-md > .wp-block-button:before, .block-editor-block-list__layout .wp-block-buttons.btn-gray-md > .wp-block-button:before, .blog-content > .section .wp-block-buttons.btn-gray-md > .wp-block-button:before {
    left: 10px
  }
}
.blog-content .wp-block-separator, .block-editor-block-list__layout .wp-block-separator, .blog-content > .section .wp-block-separator {
  border-top: 1px solid #737373;
  margin-top: 30px;
  margin-bottom: 30px
}
.blog-content .wp-block-columns, .block-editor-block-list__layout .wp-block-columns, .blog-content > .section .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  margin-left: -5px;
  margin-right: -5px;
  gap: inherit !important
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-columns, .block-editor-block-list__layout .wp-block-columns, .blog-content > .section .wp-block-columns {
    flex-wrap: wrap
  }
}
.blog-content .wp-block-columns .wp-block-column, .block-editor-block-list__layout .wp-block-columns .wp-block-column, .blog-content > .section .wp-block-columns .wp-block-column {
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: 1;
  margin-bottom: 10px
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-columns .wp-block-column, .block-editor-block-list__layout .wp-block-columns .wp-block-column, .blog-content > .section .wp-block-columns .wp-block-column {
    width: 100%;
    flex-shrink: 0
  }
}
.blog-content .wp-block-columns .wp-block-column:not(:first-child), .block-editor-block-list__layout .wp-block-columns .wp-block-column:not(:first-child), .blog-content > .section .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0px !important
}
.blog-content .wp-block-columns .wp-block-column[style*=flex-basis], .block-editor-block-list__layout .wp-block-columns .wp-block-column[style*=flex-basis], .blog-content > .section .wp-block-columns .wp-block-column[style*=flex-basis] {
  flex-grow: inherit !important
}
.blog-content .wp-block-columns .wp-block-column[style*="flex-basis: 50%;"], .block-editor-block-list__layout .wp-block-columns .wp-block-column[style*="flex-basis: 50%;"], .blog-content > .section .wp-block-columns .wp-block-column[style*="flex-basis: 50%;"] {
  flex-basis: auto !important;
  width: 50%
}
.blog-content .wp-block-columns .wp-block-column[style*="flex-basis: 25%;"], .block-editor-block-list__layout .wp-block-columns .wp-block-column[style*="flex-basis: 25%;"], .blog-content > .section .wp-block-columns .wp-block-column[style*="flex-basis: 25%;"] {
  flex-basis: auto !important;
  width: 25%
}
.blog-content .wp-block-columns .wp-block-column[style*="flex-basis: 75%;"], .block-editor-block-list__layout .wp-block-columns .wp-block-column[style*="flex-basis: 75%;"], .blog-content > .section .wp-block-columns .wp-block-column[style*="flex-basis: 75%;"] {
  flex-basis: auto !important;
  width: 75%
}
.blog-content .wp-block-columns .wp-block-column[style*="flex-basis: 20%;"], .block-editor-block-list__layout .wp-block-columns .wp-block-column[style*="flex-basis: 20%;"], .blog-content > .section .wp-block-columns .wp-block-column[style*="flex-basis: 20%;"] {
  flex-basis: auto !important;
  width: 75%
}
.blog-content .wp-block-table, .block-editor-block-list__layout .wp-block-table, .blog-content > .section .wp-block-table {
  margin-top: 40px;
  margin-bottom: 40px
}
.blog-content .wp-block-table.is-responsive, .block-editor-block-list__layout .wp-block-table.is-responsive, .blog-content > .section .wp-block-table.is-responsive {
  width: 100%;
  overflow-x: auto
}
@media screen and (max-width: 767px) {
  .blog-content .wp-block-table.is-responsive, .block-editor-block-list__layout .wp-block-table.is-responsive, .blog-content > .section .wp-block-table.is-responsive {
    white-space: nowrap
  }
}
.blog-content .wp-block-table figcaption, .block-editor-block-list__layout .wp-block-table figcaption, .blog-content > .section .wp-block-table figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px
}
.blog-content table, .blog-content .block-editor-block-list__block.wp-block-table, .block-editor-block-list__layout table, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table, .blog-content > .section table, .blog-content > .section .block-editor-block-list__block.wp-block-table {
  width: 100%
}
.blog-content table thead tr th, .blog-content table thead tr td, .blog-content table tbody tr th, .blog-content table tbody tr td, .blog-content table tfoot tr th, .blog-content table tfoot tr td, .blog-content .block-editor-block-list__block.wp-block-table thead tr th, .blog-content .block-editor-block-list__block.wp-block-table thead tr td, .blog-content .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content .block-editor-block-list__block.wp-block-table tbody tr td, .blog-content .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content .block-editor-block-list__block.wp-block-table tfoot tr td, .block-editor-block-list__layout table thead tr th, .block-editor-block-list__layout table thead tr td, .block-editor-block-list__layout table tbody tr th, .block-editor-block-list__layout table tbody tr td, .block-editor-block-list__layout table tfoot tr th, .block-editor-block-list__layout table tfoot tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr td, .blog-content > .section table thead tr th, .blog-content > .section table thead tr td, .blog-content > .section table tbody tr th, .blog-content > .section table tbody tr td, .blog-content > .section table tfoot tr th, .blog-content > .section table tfoot tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr td {
  border: 1px solid #737373;
  padding: 20px;
  font-size: 1.4rem
}
@media screen and (max-width: 767px) {
  .blog-content table thead tr th, .blog-content table thead tr td, .blog-content table tbody tr th, .blog-content table tbody tr td, .blog-content table tfoot tr th, .blog-content table tfoot tr td, .blog-content .block-editor-block-list__block.wp-block-table thead tr th, .blog-content .block-editor-block-list__block.wp-block-table thead tr td, .blog-content .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content .block-editor-block-list__block.wp-block-table tbody tr td, .blog-content .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content .block-editor-block-list__block.wp-block-table tfoot tr td, .block-editor-block-list__layout table thead tr th, .block-editor-block-list__layout table thead tr td, .block-editor-block-list__layout table tbody tr th, .block-editor-block-list__layout table tbody tr td, .block-editor-block-list__layout table tfoot tr th, .block-editor-block-list__layout table tfoot tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr td, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr td, .blog-content > .section table thead tr th, .blog-content > .section table thead tr td, .blog-content > .section table tbody tr th, .blog-content > .section table tbody tr td, .blog-content > .section table tfoot tr th, .blog-content > .section table tfoot tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr td, .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr td {
    font-size: 1.2rem;
    padding: 10px 3px
  }
}
.blog-content table thead tr th, .blog-content table thead tr td:nth-of-type(1), .blog-content table tbody tr th, .blog-content table tbody tr td:nth-of-type(1), .blog-content table tfoot tr th, .blog-content table tfoot tr td:nth-of-type(1), .blog-content .block-editor-block-list__block.wp-block-table thead tr th, .blog-content .block-editor-block-list__block.wp-block-table thead tr td:nth-of-type(1), .blog-content .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content .block-editor-block-list__block.wp-block-table tbody tr td:nth-of-type(1), .blog-content .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content .block-editor-block-list__block.wp-block-table tfoot tr td:nth-of-type(1), .block-editor-block-list__layout table thead tr th, .block-editor-block-list__layout table thead tr td:nth-of-type(1), .block-editor-block-list__layout table tbody tr th, .block-editor-block-list__layout table tbody tr td:nth-of-type(1), .block-editor-block-list__layout table tfoot tr th, .block-editor-block-list__layout table tfoot tr td:nth-of-type(1), .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table thead tr td:nth-of-type(1), .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tbody tr td:nth-of-type(1), .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr th, .block-editor-block-list__layout .block-editor-block-list__block.wp-block-table tfoot tr td:nth-of-type(1), .blog-content > .section table thead tr th, .blog-content > .section table thead tr td:nth-of-type(1), .blog-content > .section table tbody tr th, .blog-content > .section table tbody tr td:nth-of-type(1), .blog-content > .section table tfoot tr th, .blog-content > .section table tfoot tr td:nth-of-type(1), .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table thead tr td:nth-of-type(1), .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tbody tr td:nth-of-type(1), .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr th, .blog-content > .section .block-editor-block-list__block.wp-block-table tfoot tr td:nth-of-type(1) {
  background-color: #ebebeb;
  width: 10em
}
.blog-content h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment), .block-editor-block-list__layout h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment), .blog-content > .section h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) {
  font-size: 2.4rem;
  border-top: 5px solid #666;
  background-color: #ebebeb;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"
}
@media screen and (max-width: 767px) {
  .blog-content h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment), .block-editor-block-list__layout h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment), .blog-content > .section h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) {
    padding: 15px 10px;
    font-size: 2rem
  }
}
.blog-content h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment):first-child, .block-editor-block-list__layout h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment):first-child, .blog-content > .section h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment):first-child {
  margin-top: 0px !important
}
.blog-content h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) small, .blog-content h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) .small, .block-editor-block-list__layout h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) small, .block-editor-block-list__layout h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) .small, .blog-content > .section h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) small, .blog-content > .section h2:not(.type01):not(.h2-type01):not(.title-type03):not(.title-comment) .small {
  font-size: 1.4rem;
  margin-left: 10px
}
.blog-content h3:not(.type01):not(.title), .block-editor-block-list__layout h3:not(.type01):not(.title), .blog-content > .section h3:not(.type01):not(.title) {
  font-size: 2rem;
  border-bottom: 3px solid #aaa;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt"
}
@media screen and (max-width: 767px) {
  .blog-content h3:not(.type01):not(.title), .block-editor-block-list__layout h3:not(.type01):not(.title), .blog-content > .section h3:not(.type01):not(.title) {
    padding-bottom: 10px;
    font-size: 1.8rem
  }
}
.blog-content h3:not(.type01):not(.title):after, .block-editor-block-list__layout h3:not(.type01):not(.title):after, .blog-content > .section h3:not(.type01):not(.title):after {
  content: "";
  width: 15%;
  height: 3px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -3px;
  left: 0px;
  background-color: #666
}
.blog-content h3:not(.type01):not(.title):first-child, .block-editor-block-list__layout h3:not(.type01):not(.title):first-child, .blog-content > .section h3:not(.type01):not(.title):first-child {
  margin-top: 0px !important
}
.blog-content h4:not(.h4-type01):not(.h-aside), .block-editor-block-list__layout h4:not(.h4-type01):not(.h-aside), .blog-content > .section h4:not(.h4-type01):not(.h-aside) {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
  border-left: 4px solid #737373;
  font-size: 1.8rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  font-feature-settings: "palt"
}
.blog-content h5, .block-editor-block-list__layout h5, .blog-content > .section h5 {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
  border-left: 2px dotted #737373;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em
}
.blog-content h6, .block-editor-block-list__layout h6, .blog-content > .section h6 {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px
}
.blog-content .h-aside, .block-editor-block-list__layout .h-aside, .blog-content > .section .h-aside {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
  font-feature-settings: "palt"
}
.blog-content .h-aside:after, .block-editor-block-list__layout .h-aside:after, .blog-content > .section .h-aside:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #737373;
  position: absolute;
  top: 50%;
  left: 0px
}
.blog-content .h-aside span, .block-editor-block-list__layout .h-aside span, .blog-content > .section .h-aside span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  left: 20px;
  background-color: #fff
}
.blog-content sup:not([class]), .block-editor-block-list__layout sup:not([class]), .blog-content > .section sup:not([class]) {
  color: #cb0000
}
.blog-content a[target=_blank]:not([class]), .block-editor-block-list__layout a[target=_blank]:not([class]), .blog-content > .section a[target=_blank]:not([class]) {
  border-bottom: 1px solid #737373
}
.blog-content a[target=_blank]:not([class]):hover, .block-editor-block-list__layout a[target=_blank]:not([class]):hover, .blog-content > .section a[target=_blank]:not([class]):hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
.blog-content a[target=_blank]:not([class]):after, .block-editor-block-list__layout a[target=_blank]:not([class]):after, .blog-content > .section a[target=_blank]:not([class]):after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: center center url(./images/common/icon-newwindow.svg) no-repeat;
  background-size: contain;
  margin-left: 3px;
  margin-right: 3px
}
.blog-content a[href$=".pdf"]:not([class]), .block-editor-block-list__layout a[href$=".pdf"]:not([class]), .blog-content > .section a[href$=".pdf"]:not([class]) {
  border-bottom: 1px solid #737373
}
.blog-content a[href$=".pdf"]:not([class]):hover, .block-editor-block-list__layout a[href$=".pdf"]:not([class]):hover, .blog-content > .section a[href$=".pdf"]:not([class]):hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
.blog-content a[href$=".pdf"]:not([class]):after, .block-editor-block-list__layout a[href$=".pdf"]:not([class]):after, .blog-content > .section a[href$=".pdf"]:not([class]):after {
  content: "";
  width: 10px;
  height: 12px;
  display: inline-block;
  background: center center url(./images/common/icon-pdf.svg) no-repeat;
  background-size: contain;
  margin-left: 3px;
  margin-right: 3px
}
.blog-content a[href^="/"]:not([class]), .blog-content a[href^="http://localhost:8080"]:not([class]), .blog-content a[href^="http://xb417110.xbiz.jp"]:not([class]), .blog-content a[href^="https://xb417110.xbiz.jp/"]:not([class]), .blog-content a[href^="https://www.creia.jp/"]:not([class]), .block-editor-block-list__layout a[href^="/"]:not([class]), .block-editor-block-list__layout a[href^="http://localhost:8080"]:not([class]), .block-editor-block-list__layout a[href^="http://xb417110.xbiz.jp"]:not([class]), .block-editor-block-list__layout a[href^="https://xb417110.xbiz.jp/"]:not([class]), .block-editor-block-list__layout a[href^="https://www.creia.jp/"]:not([class]), .blog-content > .section a[href^="/"]:not([class]), .blog-content > .section a[href^="http://localhost:8080"]:not([class]), .blog-content > .section a[href^="http://xb417110.xbiz.jp"]:not([class]), .blog-content > .section a[href^="https://xb417110.xbiz.jp/"]:not([class]), .blog-content > .section a[href^="https://www.creia.jp/"]:not([class]) {
  border-bottom: 1px dotted #737373
}
.blog-content a[href^="/"]:not([class]):hover, .blog-content a[href^="http://localhost:8080"]:not([class]):hover, .blog-content a[href^="http://xb417110.xbiz.jp"]:not([class]):hover, .blog-content a[href^="https://xb417110.xbiz.jp/"]:not([class]):hover, .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, .block-editor-block-list__layout a[href^="/"]:not([class]):hover, .block-editor-block-list__layout a[href^="http://localhost:8080"]:not([class]):hover, .block-editor-block-list__layout a[href^="http://xb417110.xbiz.jp"]:not([class]):hover, .block-editor-block-list__layout a[href^="https://xb417110.xbiz.jp/"]:not([class]):hover, .block-editor-block-list__layout a[href^="https://www.creia.jp/"]:not([class]):hover, .blog-content > .section a[href^="/"]:not([class]):hover, .blog-content > .section a[href^="http://localhost:8080"]:not([class]):hover, .blog-content > .section a[href^="http://xb417110.xbiz.jp"]:not([class]):hover, .blog-content > .section a[href^="https://xb417110.xbiz.jp/"]:not([class]):hover, .blog-content > .section a[href^="https://www.creia.jp/"]:not([class]):hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
.blog-content a.underline-solid, .block-editor-block-list__layout a.underline-solid, .blog-content > .section a.underline-solid {
  border-bottom: 1px solid #737373
}
.blog-content a.underline-solid:hover, .block-editor-block-list__layout a.underline-solid:hover, .blog-content > .section a.underline-solid:hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
.blog-content .bold, .block-editor-block-list__layout .bold, .blog-content > .section .bold {
  font-weight: bold
}
.blog-content .underline, .block-editor-block-list__layout .underline, .blog-content > .section .underline {
  text-decoration: underline
}
.blog-content em, .blog-content .italic, .block-editor-block-list__layout em, .block-editor-block-list__layout .italic, .blog-content > .section em, .blog-content > .section .italic {
  font-style: italic
}
.blog-content s, .blog-content .line-through, .block-editor-block-list__layout s, .block-editor-block-list__layout .line-through, .blog-content > .section s, .blog-content > .section .line-through {
  text-decoration: line-through
}
.blog-content code, .block-editor-block-list__layout code, .blog-content > .section code {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #ccc;
  background-color: #ebebeb
}
.blog-content .wp-block-quote, .block-editor-block-list__layout .wp-block-quote, .blog-content > .section .wp-block-quote {
  padding-left: 15px;
  border-left: 3px solid #737373;
  font-style: italic
}
.blog-content .wp-block-quote p, .block-editor-block-list__layout .wp-block-quote p, .blog-content > .section .wp-block-quote p {
  margin-bottom: 0px
}
.blog-content strong, .block-editor-block-list__layout strong, .blog-content > .section strong {
  font-weight: bold
}
.blog-content .marker, .block-editor-block-list__layout .marker, .blog-content > .section .marker {
  background-color: #faeeef;
  font-weight: normal
}
.blog-content p, .block-editor-block-list__layout p, .blog-content > .section p {
  margin-bottom: 1.5em
}
.blog-content p:last-child, .block-editor-block-list__layout p:last-child, .blog-content > .section p:last-child {
  margin-bottom: 0px
}
.blog-content .wp-block-image, .blog-content .wp-block[data-align=right], .block-editor-block-list__layout .wp-block-image, .block-editor-block-list__layout .wp-block[data-align=right], .blog-content > .section .wp-block-image, .blog-content > .section .wp-block[data-align=right] {
  overflow: hidden;
  height: auto
}
.blog-content .wp-block-image:after, .blog-content .wp-block[data-align=right]:after, .block-editor-block-list__layout .wp-block-image:after, .block-editor-block-list__layout .wp-block[data-align=right]:after, .blog-content > .section .wp-block-image:after, .blog-content > .section .wp-block[data-align=right]:after {
  content: ".";
  clear: both !important;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  font-size: 0px !important;
  line-height: 0 !important
}
.blog-content .wp-block-image a, .blog-content .wp-block[data-align=right] a, .block-editor-block-list__layout .wp-block-image a, .block-editor-block-list__layout .wp-block[data-align=right] a, .blog-content > .section .wp-block-image a, .blog-content > .section .wp-block[data-align=right] a {
  display: inline-block;
  border-bottom: none !important;
  max-width: 100%;
  height: auto
}
.blog-content .wp-block-image img, .blog-content .wp-block[data-align=right] img, .block-editor-block-list__layout .wp-block-image img, .block-editor-block-list__layout .wp-block[data-align=right] img, .blog-content > .section .wp-block-image img, .blog-content > .section .wp-block[data-align=right] img {
  max-width: 100%;
  height: auto
}
.blog-content .wp-block-image figcaption, .blog-content .wp-block[data-align=right] figcaption, .block-editor-block-list__layout .wp-block-image figcaption, .block-editor-block-list__layout .wp-block[data-align=right] figcaption, .blog-content > .section .wp-block-image figcaption, .blog-content > .section .wp-block[data-align=right] figcaption {
  font-size: 1.2rem;
  white-space: unset
}
.blog-content ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner), .block-editor-block-list__layout ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner), .blog-content > .section ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 2em;
  margin-right: 2em
}
@media screen and (max-width: 767px) {
  .blog-content ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner), .block-editor-block-list__layout ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner), .blog-content > .section ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) {
    margin-left: 1em;
    margin-right: 1em
  }
}
.blog-content ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li, .block-editor-block-list__layout ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li, .blog-content > .section ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 20px
}
.blog-content ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:last-child, .block-editor-block-list__layout ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:last-child, .blog-content > .section ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:last-child {
  margin-bottom: 0px
}
.blog-content ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:before, .block-editor-block-list__layout ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:before, .blog-content > .section ul:not(.ul-anchor):not(.ul-anchor>li>ul):not(.ul-anchor02):not(.list-type02):not(.ul-type04):not(.ul-type06):not(.ul-annotation):not(.ol-type02):not(.inner) > li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #737373;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: .7em
}
.blog-content ol:not(.ol-type01):not(.ol-annotation), .block-editor-block-list__layout ol:not(.ol-type01):not(.ol-annotation), .blog-content > .section ol:not(.ol-type01):not(.ol-annotation) {
  counter-reset: item;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 2em;
  margin-right: 2em
}
@media screen and (max-width: 767px) {
  .blog-content ol:not(.ol-type01):not(.ol-annotation), .block-editor-block-list__layout ol:not(.ol-type01):not(.ol-annotation), .blog-content > .section ol:not(.ol-type01):not(.ol-annotation) {
    margin-left: 1em;
    margin-right: 1em
  }
}
.blog-content ol:not(.ol-type01):not(.ol-annotation) > li, .block-editor-block-list__layout ol:not(.ol-type01):not(.ol-annotation) > li, .blog-content > .section ol:not(.ol-type01):not(.ol-annotation) > li {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
  margin-bottom: 20px
}
.blog-content ol:not(.ol-type01):not(.ol-annotation) > li:last-child, .block-editor-block-list__layout ol:not(.ol-type01):not(.ol-annotation) > li:last-child, .blog-content > .section ol:not(.ol-type01):not(.ol-annotation) > li:last-child {
  margin-bottom: 0px
}
.blog-content ol:not(.ol-type01):not(.ol-annotation) > li:before, .block-editor-block-list__layout ol:not(.ol-type01):not(.ol-annotation) > li:before, .blog-content > .section ol:not(.ol-type01):not(.ol-annotation) > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 8px
}
.blog-content .box-bordered .wp-block-group__inner-container ol:first-child, .blog-content .box-bordered .wp-block-group__inner-container ul:first-child, .blog-content .box-bordered .wp-block-group__inner-container p:first-child, .blog-content .box-bordered .wp-block-group__inner-container .wp-block-image:first-child, .blog-content .box-summary .wp-block-group__inner-container ol:first-child, .blog-content .box-summary .wp-block-group__inner-container ul:first-child, .blog-content .box-summary .wp-block-group__inner-container p:first-child, .blog-content .box-summary .wp-block-group__inner-container .wp-block-image:first-child, .blog-content .box-strong .wp-block-group__inner-container ol:first-child, .blog-content .box-strong .wp-block-group__inner-container ul:first-child, .blog-content .box-strong .wp-block-group__inner-container p:first-child, .blog-content .box-strong .wp-block-group__inner-container .wp-block-image:first-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container ol:first-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container ul:first-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container p:first-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container .wp-block-image:first-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container ol:first-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container ul:first-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container p:first-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container .wp-block-image:first-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container ol:first-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container ul:first-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container p:first-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container .wp-block-image:first-child, .blog-content > .section .box-bordered .wp-block-group__inner-container ol:first-child, .blog-content > .section .box-bordered .wp-block-group__inner-container ul:first-child, .blog-content > .section .box-bordered .wp-block-group__inner-container p:first-child, .blog-content > .section .box-bordered .wp-block-group__inner-container .wp-block-image:first-child, .blog-content > .section .box-summary .wp-block-group__inner-container ol:first-child, .blog-content > .section .box-summary .wp-block-group__inner-container ul:first-child, .blog-content > .section .box-summary .wp-block-group__inner-container p:first-child, .blog-content > .section .box-summary .wp-block-group__inner-container .wp-block-image:first-child, .blog-content > .section .box-strong .wp-block-group__inner-container ol:first-child, .blog-content > .section .box-strong .wp-block-group__inner-container ul:first-child, .blog-content > .section .box-strong .wp-block-group__inner-container p:first-child, .blog-content > .section .box-strong .wp-block-group__inner-container .wp-block-image:first-child {
  margin-top: 0px !important
}
.blog-content .box-bordered .wp-block-group__inner-container ol:last-child, .blog-content .box-bordered .wp-block-group__inner-container ul:last-child, .blog-content .box-bordered .wp-block-group__inner-container p:last-child, .blog-content .box-bordered .wp-block-group__inner-container .wp-block-image:last-child, .blog-content .box-summary .wp-block-group__inner-container ol:last-child, .blog-content .box-summary .wp-block-group__inner-container ul:last-child, .blog-content .box-summary .wp-block-group__inner-container p:last-child, .blog-content .box-summary .wp-block-group__inner-container .wp-block-image:last-child, .blog-content .box-strong .wp-block-group__inner-container ol:last-child, .blog-content .box-strong .wp-block-group__inner-container ul:last-child, .blog-content .box-strong .wp-block-group__inner-container p:last-child, .blog-content .box-strong .wp-block-group__inner-container .wp-block-image:last-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container ol:last-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container ul:last-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container p:last-child, .block-editor-block-list__layout .box-bordered .wp-block-group__inner-container .wp-block-image:last-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container ol:last-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container ul:last-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container p:last-child, .block-editor-block-list__layout .box-summary .wp-block-group__inner-container .wp-block-image:last-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container ol:last-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container ul:last-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container p:last-child, .block-editor-block-list__layout .box-strong .wp-block-group__inner-container .wp-block-image:last-child, .blog-content > .section .box-bordered .wp-block-group__inner-container ol:last-child, .blog-content > .section .box-bordered .wp-block-group__inner-container ul:last-child, .blog-content > .section .box-bordered .wp-block-group__inner-container p:last-child, .blog-content > .section .box-bordered .wp-block-group__inner-container .wp-block-image:last-child, .blog-content > .section .box-summary .wp-block-group__inner-container ol:last-child, .blog-content > .section .box-summary .wp-block-group__inner-container ul:last-child, .blog-content > .section .box-summary .wp-block-group__inner-container p:last-child, .blog-content > .section .box-summary .wp-block-group__inner-container .wp-block-image:last-child, .blog-content > .section .box-strong .wp-block-group__inner-container ol:last-child, .blog-content > .section .box-strong .wp-block-group__inner-container ul:last-child, .blog-content > .section .box-strong .wp-block-group__inner-container p:last-child, .blog-content > .section .box-strong .wp-block-group__inner-container .wp-block-image:last-child {
  margin-bottom: 0px !important
}
.pagination {
  text-align: center;
  margin-top: 60px
}
.pagination .nav-links {
  display: flex;
  justify-content: center
}
.pagination .nav-links .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #41484d;
  background-color: #ebebeb;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px
  }
}
.pagination .nav-links .page-numbers.current {
  background-color: #666;
  color: #fff
}
.pagination .nav-links .page-numbers:hover {
  background-color: #ccc
}
.pagination .nav-links .page-numbers.dots {
  background-color: transparent;
  color: #41484d;
  margin-left: 0px;
  margin-right: 0px
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative
}
.pagination .nav-links .page-numbers.prev i, .pagination .nav-links .page-numbers.next i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.pagination .nav-links .page-numbers.prev i {
  transform: translate(-50%, -50%) rotate(180deg)
}
.localnav {
  line-height: 1.5
}
.localnav.level1 > li > a {
  display: block;
  font-size: 2rem;
  border-bottom: 3px solid #737373;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold
}
.localnav.level1 > li > a:hover {
  color: #a02f3f
}
@media screen and (max-width: 1023px) {
  .localnav.level1 > li > .level2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
  }
}
@media screen and (max-width: 767px) {
  .localnav.level1 > li > .level2 {
    flex-direction: column
  }
}
.localnav.level1 > li > .level2 > li {
  margin-bottom: 10px
}
.localnav.level1 > li > .level2 > li.label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px
}
.localnav.level1 > li > .level2 > li.label:first-child {
  margin-top: 20px
}
@media screen and (max-width: 1023px) {
  .localnav.level1 > li > .level2 > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width: 767px) {
  .localnav.level1 > li > .level2 > li {
    width: 100%
  }
}
.localnav.level1 > li > .level2 > li > a {
  display: block;
  font-size: 1.4rem;
  position: relative;
  font-weight: bold
}
.localnav.level1 > li > .level2 > li > a:hover {
  color: #666;
  font-weight: bold
}
.localnav.level1 > li > .level2 > li > a.active {
  color: #666;
  font-weight: bold;
  padding-left: 20px
}
.localnav.level1 > li > .level2 > li > a.active:before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #737373;
  position: absolute;
  left: 0px;
  top: calc(50% - 2px);
  transition: .3s 0s
}
.localnav.level1 > li > .level2 > li > .level3 {
  margin-top: 10px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  padding-top: 10px
}
.localnav.level1 > li > .level2 > li > .level3 > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px
}
.localnav.level1 > li > .level2 > li > .level3 > li > a {
  display: block;
  padding-left: 20px;
  font-size: 1.2rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .localnav.level1 > li > .level2 > li > .level3 > li > a {
    font-size: 1.4rem
  }
}
.localnav.level1 > li > .level2 > li > .level3 > li > a:before {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #737373;
  position: absolute;
  left: 0px;
  top: calc(50% - 2px);
  transition: .3s 0s
}
.localnav.level1 > li > .level2 > li > .level3 > li > a:hover, .localnav.level1 > li > .level2 > li > .level3 > li > a.active {
  color: #666
}
.localnav.level1 > li > .level2 > li > .level3 > li > a:hover:before, .localnav.level1 > li > .level2 > li > .level3 > li > a.active:before {
  width: 10px
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 {
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li {
  margin-bottom: 10px;
  padding-bottom: 10px
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a {
  display: block;
  padding-left: 40px;
  font-size: 1.2rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a {
    font-size: 1.4rem
  }
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #737373;
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  transition: .3s 0s
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #666
}
.localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover:before, .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active:before {
  width: 10px
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.2rem
  }
}
.breadcrumb li {
  display: block;
  position: relative;
  padding-right: 45px
}
@media screen and (max-width: 767px) {
  .breadcrumb li {
    padding-right: 10px
  }
}
.breadcrumb li:after {
  content: "-";
  position: absolute;
  right: 20px
}
@media screen and (max-width: 767px) {
  .breadcrumb li:after {
    right: 2px
  }
}
.breadcrumb li:last-child:after {
  display: none
}
.breadcrumb li a:hover {
  color: #a02f3f;
  text-decoration: underline
}
.mega-menu {
  padding: 50px 0px;
  width: 100vw;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .2s 0s
}
.mega-menu .scroll-inner {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  position: relative
}
.mega-menu .scroll-inner .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}
@media screen and (max-width: 1023px) {
  .mega-menu .scroll-inner .row {
    margin-left: -10px;
    margin-right: -10px
  }
}
.mega-menu .scroll-inner .row > .item {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-top: 30px
}
@media screen and (max-width: 1023px) {
  .mega-menu .scroll-inner .row > .item {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .row > .item {
    margin-top: 10px
  }
}
.mega-menu .scroll-inner .row > .item > strong {
  font-weight: bold;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #a02f3f
}
.mega-menu .scroll-inner .row.col-2 > .item {
  width: 50%
}
.mega-menu .scroll-inner .row.col-2 > .item:nth-of-type(1), .mega-menu .scroll-inner .row.col-2 > .item:nth-of-type(2) {
  margin-top: 0px
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .row.col-2 > .item:nth-of-type(1), .mega-menu .scroll-inner .row.col-2 > .item:nth-of-type(2) {
    margin-top: 10px
  }
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .row.col-2 > .item {
    width: 100%
  }
  .mega-menu .scroll-inner .row.col-2 > .item:nth-of-type(1) {
    margin-top: 0px
  }
}
.mega-menu .scroll-inner .row.col-3 > .item {
  width: 33.33333%
}
.mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(1), .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(2), .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(3) {
  margin-top: 0px
}
@media screen and (max-width: 1023px) {
  .mega-menu .scroll-inner .row.col-3 > .item {
    width: 50%
  }
  .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(1), .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(2) {
    margin-top: 0px
  }
  .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(3) {
    margin-top: 10px
  }
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .row.col-3 > .item {
    width: 100%
  }
  .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(1) {
    margin-top: 0px
  }
  .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(2), .mega-menu .scroll-inner .row.col-3 > .item:nth-of-type(3) {
    margin-top: 10px
  }
}
.mega-menu .scroll-inner .level1 > li > a {
  display: block;
  width: 100%;
  padding-left: 32px;
  position: relative;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: .3s 0s;
  line-height: 1.5
}
.mega-menu .scroll-inner .level1 > li > a:before {
  content: "";
  background-color: #666;
  position: absolute;
  left: 0px;
  top: .1em;
  width: 25px;
  height: 25px;
  border-radius: 100%
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .level1 > li > a:before {
    top: 0em
  }
}
.mega-menu .scroll-inner .level1 > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(./images/common/icon-arrow-white-sm.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: .55em
}
.mega-menu .scroll-inner .level1 > li > a:hover {
  color: #a02f3f
}
.mega-menu .scroll-inner .level2 > li > a {
  font-size: 1.4rem;
  display: block;
  padding-left: 30px;
  position: relative;
  transition: .3s 0s;
  line-height: 1.5;
  margin-bottom: 5px
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .level2 > li > a {
    font-size: 1.6rem
  }
}
.mega-menu .scroll-inner .level2 > li > a:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 10px
}
.mega-menu .scroll-inner .search-item {
  text-align: center
}
.mega-menu .scroll-inner .search-item dl {
  text-align: left;
  display: inline-block
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .search-item dl {
    display: block
  }
}
.mega-menu .scroll-inner .search-item dl dt {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  font-weight: normal
}
@media screen and (max-width: 1023px) {
  .mega-menu .scroll-inner .search-item dl dd .input-inner {
    width: calc(100% - 120px)
  }
}
.mega-menu .scroll-inner .search-item dl .search-aside {
  text-align: left;
  font-size: 1.4rem
}
@media screen and (max-width: 767px) {
  .mega-menu .scroll-inner .search-item dl .search-aside {
    font-size: 1rem
  }
}
.mega-menu.modify-primary .level1 > li > a {
  border-bottom: 1px solid #a02f3f
}
.mega-menu.modify-primary .level1 > li > a:before {
  background-color: #a02f3f
}
.mega-menu.modify-primary .level1 > li > a:hover {
  color: #a02f3f
}
.mega-menu.modify-primary .level2 > li > a:hover {
  color: #a02f3f
}
.mega-menu.modify-blue .level1 > li > a {
  border-bottom: 1px solid #658aa4
}
.mega-menu.modify-blue .level1 > li > a:before {
  background-color: #658aa4
}
.mega-menu.modify-blue .level1 > li > a:hover {
  color: #658aa4
}
.mega-menu.modify-blue .level2 > li > a:hover {
  color: #658aa4
}
.mega-menu.modify-green .level1 > li > a {
  border-bottom: 1px solid #659669
}
.mega-menu.modify-green .level1 > li > a:before {
  background-color: #659669
}
.mega-menu.modify-green .level1 > li > a:hover {
  color: #659669
}
.mega-menu.modify-green .level2 > li > a:hover {
  color: #659669
}
.mega-menu.modify-purple .level1 > li > a {
  border-bottom: 1px solid #9574a3
}
.mega-menu.modify-purple .level1 > li > a:before {
  background-color: #9574a3
}
.mega-menu.modify-purple .level1 > li > a:hover {
  color: #9574a3
}
.mega-menu.modify-purple .level2 > li > a:hover {
  color: #9574a3
}
.mega-menu.modify-yellow .level1 > li > a {
  border-bottom: 1px solid #90883d
}
.mega-menu.modify-yellow .level1 > li > a:before {
  background-color: #90883d
}
.mega-menu.modify-yellow .level1 > li > a:hover {
  color: #90883d
}
.mega-menu.modify-yellow .level2 > li > a:hover {
  color: #90883d
}
.mega-menu.modify-brown .level1 > li > a {
  border-bottom: 1px solid #b17543
}
.mega-menu.modify-brown .level1 > li > a:before {
  background-color: #b17543
}
.mega-menu.modify-brown .level1 > li > a:hover {
  color: #b17543
}
.mega-menu.modify-brown .level2 > li > a:hover {
  color: #b17543
}
.mega-menu.modify-cyan .scroll-inner .row > .item > strong {
  color: #2caa9f
}
.mega-menu.modify-cyan .level1 > li > a {
  border-bottom: 1px solid #2caa9f
}
.mega-menu.modify-cyan .level1 > li > a:before {
  background-color: #2caa9f
}
.mega-menu.modify-cyan .level1 > li > a:hover {
  color: #2caa9f
}
.mega-menu.modify-cyan .level2 > li > a:hover {
  color: #2caa9f
}
.mega-background {
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9997;
  opacity: 0;
  transition: .4s 0s;
  visibility: hidden
}
body.navbar-on .mega-menu {
  top: 55px
}
body.megaOn .megaActive .mega-menu, body.megaOn .megaSearchActive .mega-menu, body.megaSearchOn .megaActive .mega-menu, body.megaSearchOn .megaSearchActive .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 110px
}
body.megaOn.navbar-on .mega-menu, body.megaSearchOn.navbar-on .mega-menu {
  top: 65px
}
body.megaOn .mega-background, body.megaSearchOn .mega-background {
  visibility: visible;
  opacity: 1
}
.layout-type01 {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap
}
@media screen and (max-width: 1023px) {
  .layout-type01 {
    flex-direction: column
  }
}
.layout-type01 > .main-wrap, .layout-type01 > .localnav-wrap {
  padding-left: 20px;
  padding-right: 20px
}
.layout-type01 > .main-wrap {
  width: 78%
}
@media screen and (max-width: 1023px) {
  .layout-type01 > .main-wrap {
    width: 100%
  }
}
.layout-type01 > .localnav-wrap {
  width: 22%
}
@media screen and (max-width: 1023px) {
  .layout-type01 > .localnav-wrap {
    width: 100%;
    margin-top: 60px
  }
}
.list-type01 > li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb
}
@media screen and (max-width: 767px) {
  .list-type01 > li {
    display: block
  }
}
.list-type01 > li:last-child {
  margin-bottom: 0px
}
.list-type01 > li .time {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #666;
  width: 6em;
  flex-shrink: 0;
  position: relative;
  top: .25em
}
@media screen and (max-width: 767px) {
  .list-type01 > li .time {
    display: block;
    margin-bottom: 5px
  }
}
.list-type01 > li .title {
  width: calc(100% - 6em);
  flex-shrink: 0;
  display: block;
  padding-right: 60px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .list-type01 > li .title {
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    padding-right: 40px;
    line-height: 1.5
  }
}
.list-type01 > li .title:hover {
  color: #a02f3f
}
.list-type01 > li .title .icon-arrow-lg-outline {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%)
}
.list-type01 > li.new .title {
  padding-left: 60px;
  position: relative
}
@media screen and (max-width: 767px) {
  .list-type01 > li.new .title {
    padding-left: 0px
  }
}
.list-type01 > li.new .title .icon-new {
  position: absolute;
  left: 0px;
  top: .45em
}
@media screen and (max-width: 767px) {
  .list-type01 > li.new .title .icon-new {
    top: -1.6em;
    left: 5em
  }
}
.list-type02 > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb
}
@media screen and (max-width: 767px) {
  .list-type02 > li {
    display: block
  }
}
.list-type02 > li:last-child {
  margin-bottom: 0px
}
.list-type02 > li > .head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px
}
.list-type02 > li > .head .time {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #666;
  width: 6em;
  flex-shrink: 0;
  position: relative;
  top: .25em
}
.list-type02 > li > .head .category {
  position: relative;
  top: .2em
}
.list-type02 > li .title {
  flex-shrink: 0;
  display: block;
  padding-right: 60px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .list-type02 > li .title {
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    padding-right: 40px;
    line-height: 1.5
  }
}
.list-type02 > li .title:hover {
  color: #a02f3f
}
.list-type02 > li .title .icon-arrow-lg-outline {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%)
}
@media screen and (max-width: 767px) {
  .list-type02 > li.new .head {
    padding-left: 50px
  }
}
.list-type02 > li.new .title {
  padding-left: 60px;
  position: relative
}
@media screen and (max-width: 767px) {
  .list-type02 > li.new .title {
    padding-left: 0px
  }
}
.list-type02 > li.new .title .icon-new {
  position: absolute;
  left: 0px;
  top: .45em
}
@media screen and (max-width: 767px) {
  .list-type02 > li.new .title .icon-new {
    top: -1.6em;
    right: 0em
  }
}
.section-level2 {
  padding: 50px
}
@media screen and (max-width: 767px) {
  .section-level2 {
    padding: 30px 20px
  }
}
.section-philosophy {
  padding-top: 350px;
  position: relative;
  margin-top: 120px;
  margin-bottom: 60px
}
@media screen and (max-width: 767px) {
  .section-philosophy {
    padding-top: 230px
  }
}
.section-philosophy:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  display: block;
  background: center center url(./images/common/0001.webp) no-repeat;
  background-size: cover
}
@media screen and (max-width: 767px) {
  .section-philosophy:before {
    height: 400px
  }
}
html.no-webp .section-philosophy:before {
  background: center center url(./images/common/0001.webp) no-repeat;
  background-size: cover
}
.section-business {
  height: 370px;
  margin-bottom: 120px
}
@media screen and (max-width: 1023px) {
  .section-business {
    height: auto
  }
}
@media screen and (max-width: 767px) {
  .section-business {
    margin-bottom: 80px
  }
}
.section-business .image {
  left: 520px;
  width: calc((100vw - 100%)/2 + 100% - 520px);
  background: center center url(./images/common/0002.webp) no-repeat;
  background-size: cover;
  height: 370px;
  position: absolute
}
@media screen and (max-width: 1023px) {
  .section-business .image {
    position: static;
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .section-business .image {
    height: 200px
  }
}
.section-business .business-inner {
  display: flex;
  flex-wrap: nowrap
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner {
    display: block;
    padding: 0px 50px
  }
}
@media screen and (max-width: 767px) {
  .section-business .business-inner {
    padding: 0px 20px
  }
}
.section-business .business-inner .body {
  width: 520px;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 60px
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner .body {
    width: 100%;
    white-space: normal;
    overflow: visible
  }
}
@media screen and (max-width: 767px) {
  .section-business .business-inner .body {
    padding-top: 30px
  }
}
.section-business .business-inner .body .inner {
  position: absolute;
  left: 60px;
  display: block
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner .body .inner {
    position: static;
    overflow: visible;
    display: block
  }
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner .body .inner br {
    display: none
  }
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner .body .inner .button {
    text-align: center !important
  }
}
.section-business .business-inner .mask {
  width: calc(100% - 520px);
  height: 370px;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 60px;
  position: relative;
  z-index: 1
}
@media screen and (max-width: 1023px) {
  .section-business .business-inner .mask {
    display: none
  }
}
.section-business .business-inner .mask .inner {
  color: #fff;
  position: absolute;
  left: -460px
}
.section-business.reverse {
  text-align: right
}
@media screen and (max-width: 1023px) {
  .section-business.reverse {
    text-align: left
  }
}
.section-business.reverse .image {
  left: auto;
  right: 520px;
  background: center center url(./images/common/0003.webp) no-repeat;
  background-size: cover
}
.section-business.reverse .business-inner {
  flex-direction: row-reverse
}
.section-business.reverse .business-inner .body .inner {
  left: auto;
  right: 60px
}
@media screen and (max-width: 1023px) {
  .section-business.reverse .business-inner .body .inner .text-right {
    text-align: left
  }
}
.section-business.reverse .business-inner .mask .inner {
  right: -460px;
  left: auto
}
html.no-webp .section-business .image {
  background: center center url(./images/common/0002.webp) no-repeat;
  background-size: cover
}
html.no-webp .section-business.reverse .image {
  background: center center url(./images/common/0003.webp) no-repeat;
  background-size: cover
}
.section-news-index {
  margin-top: -45px
}
@media screen and (max-width: 1023px) {
  .section-news-index {
    margin-top: 40px
  }
}
.section-news-index .news-index-inner {
  display: flex;
  flex-wrap: wrap
}
@media screen and (max-width: 1023px) {
  .section-news-index .news-index-inner {
    flex-direction: column
  }
}
.section-news-index .news-index-inner .headline {
  width: 200px;
  height: 200px;
  background: #a02f3f;
  color: #fff;
  padding: 30px 20px 35px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0
}
@media screen and (max-width: 1023px) {
  .section-news-index .news-index-inner .headline {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 20px
  }
}
.section-news-index .news-index-inner .headline .title {
  font-weight: bold;
  text-align: center;
  line-height: 1.5
}
.section-news-index .news-index-inner .headline .title .eng {
  font-weight: normal;
  font-size: 2.4rem;
  display: block
}
@media screen and (max-width: 1023px) {
  .section-news-index .news-index-inner .headline .title .eng {
    display: inline-block;
    margin-right: 12px
  }
}
.section-news-index .news-index-inner .body {
  width: calc(100% - 200px);
  background-color: #fff;
  padding: 20px;
  padding-left: 50px;
  flex-shrink: 0
}
@media screen and (max-width: 1023px) {
  .section-news-index .news-index-inner .body {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
  }
}
@media screen and (max-width: 767px) {
  .section-news-index .news-index-inner .body {
    padding-left: 20px;
    padding-right: 20px
  }
}
.section-type01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 80px
}
@media screen and (max-width: 1023px) {
  .section-type01 {
    flex-direction: column
  }
}
.section-type01 > .item {
  padding-left: 20px;
  padding-right: 20px
}
.section-type01 > .item.headline {
  width: 33.3333333%
}
@media screen and (max-width: 1023px) {
  .section-type01 > .item.headline {
    width: 100%
  }
}
.section-type01 > .item.content {
  width: 66.666666%
}
@media screen and (max-width: 1023px) {
  .section-type01 > .item.content {
    width: 100%
  }
}
.section-type02 {
  display: flex;
  flex-wrap: nowrap
}
@media screen and (max-width: 1023px) {
  .section-type02 {
    display: block
  }
}
.section-type02 .item {
  width: 50%;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  padding: 100px 60px;
  background: #4e565c;
  background: linear-gradient(135deg, #777777 0%, #343a3e 100%)
}
@media screen and (max-width: 1023px) {
  .section-type02 .item {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .section-type02 .item {
    padding: 80px 40px
  }
}
.section-type02 .item .text {
  padding: 20px 0px
}
@media screen and (max-width: 1206px) {
  .section-type02 .item .text {
    text-align: left
  }
}
@media screen and (max-width: 1206px) {
  .section-type02 .item .text br {
    display: none
  }
}
.section-type03 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}
@media screen and (max-width: 1023px) {
  .section-type03 {
    display: block
  }
}
.section-type03 .item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px
}
@media screen and (max-width: 1023px) {
  .section-type03 .item {
    width: 100%
  }
}
.section-contact {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center
}
@media screen and (max-width: 1023px) {
  .section-contact {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
.section-contact .contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
@media screen and (max-width: 1023px) {
  .section-contact .contact-inner {
    display: block
  }
}
.section-contact .contact-inner > div {
  width: 33.3333%
}
@media screen and (max-width: 1206px) {
  .section-contact .contact-inner > div {
    width: 50%
  }
}
@media screen and (max-width: 1023px) {
  .section-contact .contact-inner > div {
    text-align: center;
    width: 100%
  }
}
@media screen and (max-width: 1206px) {
  .section-contact .contact-inner > .left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
  }
}
@media screen and (max-width: 1206px) {
  .section-contact .contact-inner .right {
    text-align: center
  }
}
@media screen and (max-width: 1023px) {
  .section-contact .contact-inner .right {
    margin-top: 30px
  }
}
.section-contact .contact-inner .right .btn-md02 {
  width: 300px
}
@media screen and (max-width: 1206px) {
  .section-contact .contact-inner .right .btn-md02 {
    width: 220px
  }
}
.section-contact.recruit .contact-inner {
  width: 70%;
  margin: 0 auto
}
@media screen and (max-width: 1023px) {
  .section-contact.recruit .contact-inner {
    width: 100%
  }
}
.section-contact.recruit .contact-inner > div {
  width: 50%
}
@media screen and (max-width: 1023px) {
  .section-contact.recruit .contact-inner > div {
    width: 100%
  }
}
.section-headline {
  width: 100%;
  position: relative;
  background-position: center bottom 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/common/mv-gray.svg);
  padding-top: 80px;
  padding-bottom: 200px
}
@media screen and (max-width: 767px) {
  .section-headline {
    padding-top: 80px;
    padding-bottom: 160px
  }
}
.section-headline .breadcrumb {
  margin-bottom: 0px
}
.section-headline .headline {
  padding-left: 54px;
  padding-right: 54px
}
@media screen and (max-width: 767px) {
  .section-headline .headline {
    padding-left: 10px;
    padding-right: 10px
  }
}
.section-headline .headline .title {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px
}
@media screen and (max-width: 1023px) {
  .section-headline .headline .title {
    font-size: 2.8rem
  }
}
@media screen and (max-width: 767px) {
  .section-headline .headline .title {
    font-size: 2.4rem
  }
}
.section-headline .headline .title.sm {
  font-size: 3.6rem
}
@media screen and (max-width: 1023px) {
  .section-headline .headline .title.sm {
    font-size: 2.4rem
  }
}
@media screen and (max-width: 767px) {
  .section-headline .headline .title.sm {
    font-size: 2rem
  }
}
.section-headline .headline .title span {
  padding-bottom: 5px
}
.section-headline .headline .aside {
  margin-top: 50px;
  display: flex
}
.section-headline .headline .aside .right {
  margin-top: 2px;
  margin-left: 1em
}
.section-headline .headline .aside .right .author {
  margin-right: 1em
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    font-size: 1.2rem
  }
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message {
  width: calc(100% - 80px)
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message a:not([class]) {
  border-bottom: 1px dotted #737373
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message a:not([class]):hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message a.underline-solid {
  border-bottom: 1px solid #737373
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message a.underline-solid:hover {
  color: #a02f3f;
  border-bottom-color: #a02f3f
}
@media screen and (max-width: 985px) {
  #cookie-law-info-bar .cli-style-v2 .cli-bar-message {
    width: 100%
  }
}
@media screen and (max-width: 985px) {
  #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
    margin-left: auto;
    margin-right: auto
  }
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli_action_button {
  border-radius: 4px;
  background-color: #a02f3f !important;
  transition: .3s 0s
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli_action_button:hover {
  background-color: #ce001d !important
}
.box-next-prev {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between
}
.box-next-prev > a.btn {
  width: 8em
}
.box-tabs {
  margin-bottom: 30px
}
.box-tabs .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px
}
.box-tabs .inner > li {
  width: 16.66666%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}
@media screen and (max-width: 1023px) {
  .box-tabs .inner > li {
    width: 25%
  }
}
@media screen and (max-width: 767px) {
  .box-tabs .inner > li {
    width: 33.33333%
  }
}
.box-tabs .inner > li a {
  display: block;
  color: #a02f3f;
  background-color: #fff;
  border: 1px solid #a02f3f !important;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
  border-radius: 5px
}
@media screen and (max-width: 767px) {
  .box-tabs .inner > li a {
    padding-left: 3px;
    padding-right: 3px
  }
}
.box-tabs .inner > li a:hover, .box-tabs .inner > li a.active {
  background-color: #a02f3f;
  color: #fff !important
}
.box-submit {
  text-align: center;
  margin-bottom: 30px
}
.box-form {
  position: relative;
  padding-top: 40px
}
@media screen and (max-width: 767px) {
  .box-form {
    padding-top: 0px
  }
}
.box-form > dt {
  width: 14em;
  flex-shrink: 0;
  font-weight: normal;
  padding-left: 3em;
  position: absolute;
  left: 0px;
  margin-top: .45em
}
@media screen and (max-width: 767px) {
  .box-form > dt {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px
  }
}
.box-form > dt:before {
  content: "任意";
  display: inline-block;
  border: 2px solid #737373;
  padding: 3px 5px;
  line-height: 100%;
  font-size: 1.2rem;
  border-radius: 3px;
  position: absolute;
  left: 0px;
  top: .5em
}
.box-form > dt.required:before {
  content: "必須";
  color: #cb0000;
  border-color: #cb0000
}
.box-form > dd {
  width: 100%;
  padding-left: 14em;
  border-bottom: 1px solid #737373;
  padding-bottom: 40px;
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .box-form > dd {
    position: static;
    width: 100%;
    padding-left: 0px
  }
}
.box-form > dd:nth-last-of-type(1) {
  border-bottom: 0px
}
.box-form > dd .input-mb {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-mb {
    margin-bottom: 30px
  }
}
.box-form > dd .input-check {
  display: flex;
  flex-wrap: wrap;
  padding-top: .45em
}
.box-form > dd .input-check > span {
  display: block;
  width: 50%;
  margin-bottom: 10px;
  margin-left: 0px !important
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-check > span {
    width: 100%
  }
}
.box-form > dd .input-check > span > label input {
  margin-right: 0px !important
}
.box-form > dd .input-col-2 {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-col-2 {
    display: block
  }
}
.box-form > dd .input-col-2 .item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-col-2 .item {
    width: 100%;
    margin-bottom: 30px
  }
}
.box-form > dd .input-append-text {
  display: flex;
  align-items: center
}
.box-form > dd .input-append-text .append-text {
  width: 4.5em
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-append-text .append-text {
    padding-right: .5em;
    position: relative
  }
}
.box-form > dd .input-append-text .append-body {
  width: calc(100% - 4.5em)
}
.box-form > dd .input-append-text.xs .append-text {
  width: 2.5em
}
.box-form > dd .input-append-text.xs .append-body {
  width: calc(100% - 2.5em)
}
.box-form > dd .input-prepend-text {
  display: flex;
  align-items: center
}
.box-form > dd .input-prepend-text .prepend-text {
  width: 4.5em;
  padding-left: .5em
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-prepend-text .prepend-text {
    padding-left: .5em;
    position: relative
  }
}
.box-form > dd .input-prepend-text .prepend-body {
  width: calc(100% - 4.5em)
}
.box-form > dd .input-prepend-text.xs .prepend-text {
  width: 2.5em
}
.box-form > dd .input-prepend-text.xs .prepend-body {
  width: calc(100% - 2.5em)
}
.box-form > dd .input-aside {
  position: relative
}
.box-form > dd .input-aside small {
  position: absolute;
  font-size: 1.2rem;
  top: -2em;
  color: rgba(65, 72, 77, .6)
}
@media screen and (max-width: 767px) {
  .box-form > dd .input-aside small {
    top: auto;
    bottom: -2em
  }
}
.box-form input[type=text], .box-form input[type=email], .box-form input[type=number], .box-form input[type=password], .box-form input[type=tel], .box-form select, .box-form textarea {
  border: 2px solid #737373;
  border-radius: 5px;
  background-color: #f0f0f0;
  padding: 5px 10px;
  transition: .3s 0s;
  width: 100%;
  min-height: 46px
}
.box-form input[type=text]:active, .box-form input[type=text]:focus, .box-form input[type=text]:hover, .box-form input[type=email]:active, .box-form input[type=email]:focus, .box-form input[type=email]:hover, .box-form input[type=number]:active, .box-form input[type=number]:focus, .box-form input[type=number]:hover, .box-form input[type=password]:active, .box-form input[type=password]:focus, .box-form input[type=password]:hover, .box-form input[type=tel]:active, .box-form input[type=tel]:focus, .box-form input[type=tel]:hover, .box-form select:active, .box-form select:focus, .box-form select:hover, .box-form textarea:active, .box-form textarea:focus, .box-form textarea:hover {
  border-color: #a02f3f;
  background-color: #fff;
  cursor: pointer
}
.box-form select {
  position: relative;
  background-position: center right 10px;
  background-image: url(./images/common/icon-arrow-down-dark.svg);
  background-repeat: no-repeat
}
.box-form textarea {
  height: 14em
}
.box-form input[type=checkbox], .box-form input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute
}
.box-form input[type=checkbox] + span, .box-form input[type=radio] + span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px
}
@media screen and (max-width: 767px) {
  .box-form input[type=checkbox] + span, .box-form input[type=radio] + span {
    padding-left: 30px;
    margin-bottom: 0
  }
}
.box-form input[type=checkbox] + span:before, .box-form input[type=radio] + span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #ccc;
  position: absolute;
  left: 0px;
  background-color: #f0f0f0
}
@media screen and (max-width: 767px) {
  .box-form input[type=checkbox] + span:before, .box-form input[type=radio] + span:before {
    width: 20px;
    height: 20px;
    top: .17em
  }
}
.box-form input[type=checkbox] + span:after, .box-form input[type=radio] + span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #f0f0f0;
  position: absolute;
  left: 9px;
  top: 9px
}
@media screen and (max-width: 767px) {
  .box-form input[type=checkbox] + span:after, .box-form input[type=radio] + span:after {
    width: 10px;
    height: 10px;
    left: 7px;
    top: .65em
  }
}
.box-form input[type=checkbox]:checked + span:before, .box-form input[type=radio]:checked + span:before {
  border-color: #a02f3f;
  background-color: #fff
}
.box-form input[type=checkbox]:checked + span:after, .box-form input[type=radio]:checked + span:after {
  background-color: #a02f3f
}
.box-form input[type=radio] + span:before {
  border-radius: 100%
}
.box-form input[type=radio] + span:after {
  border-radius: 100%
}
.mw_wp_form_input .box-progress .inner > li:nth-of-type(1) {
  opacity: 1
}
.mw_wp_form_input .box-progress .inner > li:nth-of-type(1) i {
  background-color: #a02f3f;
  color: #fff
}
.mw_wp_form_confirm .box-progress .inner > li:nth-of-type(2) {
  opacity: 1
}
.mw_wp_form_confirm .box-progress .inner > li:nth-of-type(2) i {
  background-color: #a02f3f;
  color: #fff
}
.mw_wp_form_confirm .box-submit .btn-outline-dark {
  margin-right: 15px
}
.mw_wp_form_confirm .box-submit .btn-primary.btn-md02 {
  width: 150px
}
.mw_wp_form_confirm .box-form > dt {
  margin-top: 0px
}
.mw_wp_form_confirm .box-form .input-aside {
  min-height: 2rem
}
.mw_wp_form_confirm .box-form .input-aside small {
  display: none
}
.mw_wp_form_confirm .box-form > dd .input-check {
  padding-top: 0px
}
.mw_wp_form_confirm .box-terms {
  display: none
}
.mw_wp_form_confirm .box-terms + .box-form {
  display: none
}
.mw_wp_form_confirm .input-address-wrap .input-mb {
  margin-bottom: 0px !important
}
.mw_wp_form_confirm .prepend-body {
  width: auto !important
}
.mw_wp_form_complete .box-progress .inner > li:nth-of-type(3) {
  opacity: 1
}
.mw_wp_form_complete .box-progress .inner > li:nth-of-type(3) i {
  background-color: #a02f3f;
  color: #fff
}
.mw_wp_form_complete .hidden-thanks {
  display: none
}
.box-progress {
  margin-top: 30px;
  margin-bottom: 30px
}
.box-progress ul {
  display: flex
}
.box-progress ul li {
  margin-right: 80px;
  position: relative;
  opacity: .6
}
@media screen and (max-width: 767px) {
  .box-progress ul li {
    margin-right: 40px
  }
}
.box-progress ul li i {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  border-radius: 100%;
  background-color: #fff;
  color: #a02f3f;
  border: 3px solid #a02f3f;
  text-align: center;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  font-weight: bold
}
.box-progress ul li i:before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-color: #a02f3f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-radius: 100px
}
@media screen and (max-width: 767px) {
  .box-progress ul li i:before {
    width: 40px
  }
}
.box-progress ul li .text {
  display: block;
  text-align: center;
  width: 40px;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #a02f3f
}
.box-progress ul li:last-child {
  margin-right: 0px
}
.box-progress ul li:last-child i:before {
  display: none
}
.box-progress ul li.active {
  opacity: 1
}
.box-progress ul li.active i {
  background-color: #a02f3f;
  color: #fff
}
.box-contact-tel {
  text-align: center;
  padding: 30px;
  border: 1px solid #737373;
  margin-top: 60px;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .box-contact-tel {
    padding-left: 10px;
    padding-right: 10px
  }
}
.box-contact-tel .title {
  font-size: 2rem
}
@media screen and (max-width: 767px) {
  .box-contact-tel .title {
    font-size: 1.6rem
  }
}
.box-outline {
  margin-bottom: 54px;
  font-feature-settings: initial
}
@media screen and (max-width: 767px) {
  .box-outline {
    margin-bottom: 20px
  }
}
.box-philosophy {
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}
@media screen and (max-width: 1023px) {
  .box-philosophy {
    display: block
  }
}
.box-philosophy > .item {
  width: calc(33.3333% - 50px)
}
@media screen and (max-width: 1023px) {
  .box-philosophy > .item {
    width: 100%;
    margin-bottom: 30px
  }
}
.box-philosophy > .item .title {
  color: #a02f3f;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold
}
.box-philosophy > .item .title .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  display: block
}
.box-strong {
  padding: 30px;
  border: 1px dotted #737373;
  background-color: #ebebeb;
  margin-top: 30px;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .box-strong {
    padding: 10px
  }
}
.box-bordered {
  padding: 30px;
  border: 1px dotted #737373;
  margin-top: 30px;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .box-bordered {
    padding: 10px
  }
}
.box-type01 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: 10%
}
@media screen and (max-width: 1400px) {
  .box-type01 {
    margin-left: -20px
  }
}
@media screen and (max-width: 1023px) {
  .box-type01 {
    margin-left: -10px;
    margin-right: -10px
  }
}
.box-type01 .item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px
}
@media screen and (max-width: 1023px) {
  .box-type01 .item {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width: 1023px) {
  .box-type01 .item {
    width: 100%
  }
}
.box-type01 .item:nth-last-of-type(1), .box-type01 .item:nth-last-of-type(2) {
  margin-bottom: 0px
}
@media screen and (max-width: 1023px) {
  .box-type01 .item:nth-last-of-type(2) {
    margin-bottom: 40px
  }
}
.box-type01 .item h3 {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 90px;
  margin-bottom: 10px;
  position: relative
}
@media screen and (max-width: 767px) {
  .box-type01 .item h3 {
    padding-left: 50px
  }
}
.box-type01 .item h3 i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background-color: #a02f3f;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal
}
@media screen and (max-width: 767px) {
  .box-type01 .item h3 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem
  }
}
.box-type01 .item p {
  padding-left: 90px
}
@media screen and (max-width: 767px) {
  .box-type01 .item p {
    padding-left: 50px
  }
}
.box-type02 {
  background-color: #f0f0f0;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .box-type02 {
    height: 150px;
    overflow-y: scroll;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .1)
  }
}
.box-type02 > .inner {
  padding: 30px
}
@media screen and (max-width: 767px) {
  .box-type02 > .inner {
    padding: 20px
  }
}
.box-type02 > .inner .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .box-type02 > .inner .title {
    margin-bottom: 10px
  }
}
.box-namecard {
  display: flex;
  align-items: center
}
@media screen and (max-width: 767px) {
  .box-namecard {
    display: block
  }
}
.box-namecard .image {
  width: 200px;
  height: 200px;
  align-self: flex-start
}
@media screen and (max-width: 767px) {
  .box-namecard .image {
    margin: 0 auto 20px auto
  }
}
.box-namecard .image > a {
  border: none
}
.box-namecard .image img {
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px
}
.box-namecard .content {
  width: calc(100% - 200px);
  padding-left: 30px
}
@media screen and (max-width: 767px) {
  .box-namecard .content {
    width: calc(100% - 60px);
    padding-left: 10px
  }
}
.box-namecard .content .name {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 10px
}
@media screen and (max-width: 767px) {
  .box-namecard .content .name {
    font-size: 1.8rem;
    margin-bottom: 10px
  }
}
.box-namecard .content .name small {
  font-size: 1.4rem;
  margin-left: 5px
}
@media screen and (max-width: 767px) {
  .box-namecard .content .name small {
    font-size: 1.2rem
  }
}
.box-namecard .content .comment {
  font-size: 1.4rem;
  display: block
}
@media screen and (max-width: 767px) {
  .box-namecard .content .comment {
    font-size: 1.4rem
  }
}
.box-sns {
  margin-bottom: 30px;
  margin-top: -12px;
  transition: opacity .3s 0s;
  opacity: 0
}
.box-sns.on {
  opacity: 1 !important
}
@media screen and (max-width: 767px) {
  .box-sns {
    margin-top: 0;
    margin-bottom: 20px
  }
}
.box-sns .inner {
  display: flex;
  align-items: flex-end
}
.box-sns .inner > div {
  margin-right: 20px
}
.box-sns .inner > div:last-child {
  margin-right: 0px
}
.box-sns + h2 {
  margin-top: 0px
}
.box-sns .print {
  line-height: 0
}
@media screen and (max-width: 767px) {
  .box-sns .print {
    display: none
  }
}
.box-summary {
  margin-bottom: 60px;
  border: 1px solid #737373;
  padding: 30px;
  font-size: 1.4rem
}
@media screen and (max-width: 767px) {
  .box-summary {
    padding: 20px
  }
}
.box-summary .headline {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0px
}
.box-summary .headline span {
  background: linear-gradient(to top, #EBEBEB, #EBEBEB 29%, transparent 30%, transparent 100%)
}
.box-summary .content {
  font-size: 1.4rem
}
.box-index, .post_index {
  background-color: #ebebeb;
  padding: 55px 30px 30px 30px;
  margin-bottom: 60px;
  position: relative
}
@media screen and (max-width: 767px) {
  .box-index, .post_index {
    padding: 55px 20px 30px 20px
  }
}
.box-index .title-type01, .post_index .title-type01 {
  position: absolute;
  left: -1px;
  top: -1px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2
}
.box-index .accodion-index {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: auto;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #737373;
  font-size: 1.4rem;
  cursor: pointer
}
.box-index .accodion-index:before {
  content: "閉じる"
}
.box-index .accodion-index:after {
  display: none
}
.box-index.off .accodion-index:before {
  content: "開く"
}
.box-author {
  margin-bottom: 60px
}
.box-author .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  .box-author .content {
    flex-direction: column;
    align-items: center
  }
}
.box-author .content .image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0
}
.box-author .content .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px
}
.box-author .content .text {
  flex-shrink: 0;
  width: calc(100% - 130px)
}
@media screen and (max-width: 767px) {
  .box-author .content .text {
    width: 100%
  }
}
.box-author .content .text .name {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif
}
@media screen and (max-width: 767px) {
  .box-author .content .text .name {
    font-size: 2.4rem
  }
}
.box-author .content .text .name small {
  font-size: 1.6rem
}
@media screen and (max-width: 767px) {
  .box-author .content .text .name small {
    font-size: 1.4rem
  }
}
.icon-page-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  left: auto;
  opacity: 0;
  transition: opacity .3s 0s;
  z-index: 1000
}
@media(max-width: 1023px) {
  .icon-page-top {
    right: 0px
  }
}
.icon-page-top.show {
  opacity: 1
}
.footer {
  text-align: center;
  background-color: #2b3033;
  color: #fff;
  padding: 100px 0px 30px 0px
}
@media(max-width: 767px) {
  .footer {
    padding: 30px 0px 30px 0px
  }
}
.footer .section-level2 {
  position: relative;
  padding-bottom: 0px
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}
@media(max-width: 1023px) {
  .footer .footer-nav {
    display: none
  }
}
.footer .footer-nav > .item {
  padding-left: 20px;
  padding-right: 20px;
  width: 20%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px
}
.footer .footer-nav > .item .level1 > li > a {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  position: relative;
  display: block;
  padding-left: 20px;
  transition: .3s 0s;
  color: #fff;
  font-weight: bold
}
.footer .footer-nav > .item .level1 > li > a:hover {
  color: #a02f3f
}
.footer .footer-nav > .item .level1 > li > a:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: .4em;
  left: 0px
}
.footer .footer-nav > .item .level2 {
  font-size: 1.2rem;
  margin-bottom: 30px
}
.footer .footer-nav > .item .level2 > li {
  padding-left: 20px;
  margin-bottom: 10px
}
.footer .footer-nav > .item .level2 > li > a {
  transition: .3s 0s
}
.footer .footer-nav > .item .level2 > li > a:hover {
  color: #a02f3f
}
.footer .footer-nav-sm {
  display: none
}
.footer .footer-nav-sm ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px
}
.footer .footer-nav-sm ul li {
  width: 50%;
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 15px
}
.footer .footer-nav-sm ul li a {
  width: 100%;
  position: relative;
  padding-left: 15px;
  display: block;
  line-height: 1.5;
  font-size: 1.4rem
}
.footer .footer-nav-sm ul li a:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0px
}
@media(max-width: 1023px) {
  .footer .footer-nav-sm {
    display: block
  }
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px
}
body.base-primary .section-headline {
  background-image: url(./images/common/mv-primary.svg)
}
body.base-primary .btn.btn-link:before, body.base-primary .btn.btn-gray-sm:before, body.base-primary .btn.btn-gray-md:before, body.base-primary .btn.btn-gray-anchor:before, body.base-primary .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-primary.svg) no-repeat;
  background-size: contain
}
body.base-primary .h2-type01 .inner:hover, body.base-primary .btn.btn-gray02:hover, body.base-primary .ul-anchor > li > a:hover, body.base-primary .h-aside span, body.base-primary .dl-faq > dt:hover, body.base-primary .ul-type07 > li > .crp_link:hover, body.base-primary .title-type03 .eng, body.base-primary .blog-content a:hover, body.base-primary .blog-content a[href^="/"]:not([class]):hover, body.base-primary .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-primary .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-primary .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-primary .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-primary .blog-content a[target=_blank]:not([class]):hover, body.base-primary .localnav.level1 > li > a:hover, body.base-primary .localnav.level1 > li > .level2 > li > a:hover, body.base-primary .localnav.level1 > li > .level2 > li > a.active, body.base-primary .localnav.level1 > li > .level2 > li.label, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #a02f3f !important
}
body.base-primary .btn.btn-tag {
  border-color: #a02f3f !important
}
body.base-primary .h2-type01 .inner, body.base-primary .blog-content a[href^="/"]:not([class]):hover, body.base-primary .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-primary .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-primary .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-primary .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-primary .blog-content a.underline-solid:hover, body.base-primary .blog-content a[target=_blank]:not([class]):hover, body.base-primary .localnav.level1 > li > a {
  border-bottom-color: #a02f3f !important
}
body.base-primary .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #a02f3f !important
}
body.base-primary h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #a02f3f !important
}
body.base-primary .icon-arrow-lg, body.base-primary .btn.btn-gray02 > span i, body.base-primary .title-type01 span, body.base-primary .ul-type06 li:before, body.base-primary .ul-anchor > li > a:before, body.base-primary .ul-type07 > li > .crp_link:before, body.base-primary .btn.btn-tag, body.base-primary .blog-content h3:not([class]):after, body.base-primary .pagination .nav-links .page-numbers.current, body.base-primary .localnav.level1 > li > .level2 > li > a:before, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-primary .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #a02f3f !important
}
body.base-primary .btn.btn-gray-sm:after, body.base-primary .btn.btn-gray-md:after, body.base-primary .btn.btn-gray-md02:after, body.base-primary .btn.btn-gray02:after, body.base-primary .btn.btn-gray-anchor:after, body.base-primary .btn.btn-namecard:after, body.base-primary .blog-content .marker {
  background-color: #f5dee1 !important
}
body.base-primary .box-summary .headline span {
  background: linear-gradient(to top, rgba(160, 47, 63, 0.3) 30%, transparent 30%) !important
}
body.base-primary .title-type01 span:after {
  background: linear-gradient(to bottom right, #A02F3F 49%, transparent 50%) !important
}
body.base-primary .title-type03 .title {
  background: linear-gradient(to top, rgba(160, 47, 63, 0.3) 20%, transparent 20%) !important
}
body.base-blue .section-headline {
  background-image: url(./images/common/mv-blue.svg) !important
}
body.base-blue .btn.btn-link:before, body.base-blue .btn.btn-gray-sm:before, body.base-blue .btn.btn-gray-md:before, body.base-blue .btn.btn-gray-anchor:before, body.base-blue .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-blue.svg) no-repeat !important;
  background-size: contain
}
body.base-blue .h2-type01 .inner:hover, body.base-blue .btn.btn-gray02:hover, body.base-blue .ul-anchor > li > a:hover, body.base-blue .h-aside span, body.base-blue .dl-faq > dt:hover, body.base-blue .title-type03 .eng, body.base-blue .ul-type07 > li > .crp_link:hover, body.base-blue .blog-content a:hover, body.base-blue .blog-content a[href^="/"]:not([class]):hover, body.base-blue .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-blue .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-blue .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-blue .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-blue .blog-content a[target=_blank]:not([class]):hover, body.base-blue .localnav.level1 > li > a:hover, body.base-blue .localnav.level1 > li > .level2 > li > a:hover, body.base-blue .localnav.level1 > li > .level2 > li > a.active, body.base-blue .localnav.level1 > li > .level2 > li.label, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #658aa4 !important
}
body.base-blue .btn.btn-tag {
  border-color: #658aa4 !important
}
body.base-blue .h2-type01 .inner, body.base-blue .blog-content a[href^="/"]:not([class]):hover, body.base-blue .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-blue .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-blue .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-blue .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-blue .blog-content a.underline-solid:hover, body.base-blue .blog-content a[target=_blank]:not([class]):hover, body.base-blue .localnav.level1 > li > a {
  border-bottom-color: #658aa4 !important
}
body.base-blue .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #658aa4 !important
}
body.base-blue h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #658aa4 !important
}
body.base-blue .icon-arrow-lg, body.base-blue .btn.btn-gray02 > span i, body.base-blue .title-type01 span, body.base-blue .ul-anchor > li > a:before, body.base-blue .ul-type06 li:before, body.base-blue .ul-type07 > li > .crp_link:before, body.base-blue .btn.btn-tag, body.base-blue .blog-content h3:not([class]):after, body.base-blue .pagination .nav-links .page-numbers.current, body.base-blue .localnav.level1 > li > .level2 > li > a:before, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-blue .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #658aa4 !important
}
body.base-blue .btn.btn-gray-sm:after, body.base-blue .btn.btn-gray-md:after, body.base-blue .btn.btn-gray-md02:after, body.base-blue .btn.btn-gray02:after, body.base-blue .btn.btn-gray-anchor:after, body.base-blue .btn.btn-namecard:after, body.base-blue .blog-content .marker {
  background-color: #e4eef4 !important
}
body.base-blue .box-summary .headline span {
  background: linear-gradient(to top, rgba(101, 138, 164, 0.3) 30%, transparent 30%) !important
}
body.base-blue .title-type01 span:after {
  background: linear-gradient(to bottom right, #658aa4 49%, transparent 50%) !important
}
body.base-blue .title-type03 .title {
  background: linear-gradient(to top, rgba(101, 138, 164, 0.3) 20%, transparent 20%) !important
}
body.base-green .section-headline {
  background-image: url(./images/common/mv-green.svg) !important
}
body.base-green .btn.btn-link:before, body.base-green .btn.btn-gray-sm:before, body.base-green .btn.btn-gray-md:before, body.base-green .btn.btn-gray-anchor:before, body.base-green .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-green.svg) no-repeat !important;
  background-size: contain !important
}
body.base-green .h2-type01 .inner:hover, body.base-green .btn.btn-gray02:hover, body.base-green .ul-anchor > li > a:hover, body.base-green .h-aside span, body.base-green .dl-faq > dt:hover, body.base-green .title-type03 .eng, body.base-green .ul-type07 > li > .crp_link:hover, body.base-green .blog-content a:hover, body.base-green .blog-content a[href^="/"]:not([class]):hover, body.base-green .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-green .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-green .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-green .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-green .blog-content a[target=_blank]:not([class]):hover, body.base-green .localnav.level1 > li > a:hover, body.base-green .localnav.level1 > li > .level2 > li > a:hover, body.base-green .localnav.level1 > li > .level2 > li > a.active, body.base-green .localnav.level1 > li > .level2 > li.label, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #659669 !important
}
body.base-green .btn.btn-tag {
  border-color: #659669 !important
}
body.base-green .h2-type01 .inner, body.base-green .blog-content a[href^="/"]:not([class]):hover, body.base-green .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-green .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-green .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-green .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-green .blog-content a.underline-solid:hover, body.base-green .blog-content a[target=_blank]:not([class]):hover, body.base-green .localnav.level1 > li > a {
  border-bottom-color: #659669 !important
}
body.base-green .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #659669 !important
}
body.base-green h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #659669 !important
}
body.base-green .icon-arrow-lg, body.base-green .btn.btn-gray02 > span i, body.base-green .title-type01 span, body.base-green .ul-anchor > li > a:before, body.base-green .ul-type06 li:before, body.base-green .ul-type07 > li > .crp_link:before, body.base-green .btn.btn-tag, body.base-green .blog-content h3:not([class]):after, body.base-green .pagination .nav-links .page-numbers.current, body.base-green .localnav.level1 > li > .level2 > li > a:before, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-green .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #659669 !important
}
body.base-green .btn.btn-gray-sm:after, body.base-green .btn.btn-gray-md:after, body.base-green .btn.btn-gray-md02:after, body.base-green .btn.btn-gray02:after, body.base-green .btn.btn-gray-anchor:after, body.base-green .btn.btn-namecard:after, body.base-green .blog-content .marker {
  background-color: #e2f4e4 !important
}
body.base-green .box-summary .headline span {
  background: linear-gradient(to top, rgba(101, 150, 105, 0.3) 30%, transparent 30%) !important
}
body.base-green .title-type01 span:after {
  background: linear-gradient(to bottom right, #659669 49%, transparent 50%) !important
}
body.base-green .title-type03 .title {
  background: linear-gradient(to top, rgba(101, 150, 105, 0.3) 20%, transparent 20%) !important
}
body.base-yellow .section-headline {
  background-image: url(./images/common/mv-yellow.svg)
}
body.base-yellow .btn.btn-link:before, body.base-yellow .btn.btn-gray-sm:before, body.base-yellow .btn.btn-gray-md:before, body.base-yellow .btn.btn-gray-anchor:before, body.base-yellow .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-yellow.svg) no-repeat;
  background-size: contain
}
body.base-yellow .h2-type01 .inner:hover, body.base-yellow .btn.btn-gray02:hover, body.base-yellow .ul-anchor > li > a:hover, body.base-yellow .h-aside span, body.base-yellow .dl-faq > dt:hover, body.base-yellow .title-type03 .eng, body.base-yellow .ul-type07 > li > .crp_link:hover, body.base-yellow .blog-content a:hover, body.base-yellow .blog-content a[href^="/"]:not([class]):hover, body.base-yellow .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-yellow .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-yellow .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-yellow .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-yellow .blog-content a[target=_blank]:not([class]):hover, body.base-yellow .localnav.level1 > li > a:hover, body.base-yellow .localnav.level1 > li > .level2 > li > a:hover, body.base-yellow .localnav.level1 > li > .level2 > li > a.active, body.base-yellow .localnav.level1 > li > .level2 > li.label, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #90883d !important
}
body.base-yellow .btn.btn-tag {
  border-color: #90883d !important
}
body.base-yellow .h2-type01 .inner, body.base-yellow .blog-content a[href^="/"]:not([class]):hover, body.base-yellow .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-yellow .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-yellow .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-yellow .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-yellow .blog-content a.underline-solid:hover, body.base-yellow .blog-content a[target=_blank]:not([class]):hover, body.base-yellow .localnav.level1 > li > a {
  border-bottom-color: #90883d !important
}
body.base-yellow .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #90883d !important
}
body.base-yellow h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #90883d !important
}
body.base-yellow .icon-arrow-lg, body.base-yellow .btn.btn-gray02 > span i, body.base-yellow .title-type01 span, body.base-yellow .ul-anchor > li > a:before, body.base-yellow .ul-type06 li:before, body.base-yellow .ul-type07 > li > .crp_link:before, body.base-yellow .btn.btn-tag, body.base-yellow .blog-content h3:not([class]):after, body.base-yellow .pagination .nav-links .page-numbers.current, body.base-yellow .localnav.level1 > li > .level2 > li > a:before, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-yellow .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #90883d !important
}
body.base-yellow .btn.btn-gray-sm:after, body.base-yellow .btn.btn-gray-md:after, body.base-yellow .btn.btn-gray-md02:after, body.base-yellow .btn.btn-gray02:after, body.base-yellow .btn.btn-gray-anchor:after, body.base-yellow .btn.btn-namecard:after, body.base-yellow .blog-content .marker {
  background-color: #f4f0ce !important
}
body.base-yellow .box-summary .headline span {
  background: linear-gradient(to top, rgba(144, 136, 61, 0.3) 30%, transparent 30%) !important
}
body.base-yellow .title-type01 span:after {
  background: linear-gradient(to bottom right, #90883d 49%, transparent 50%) !important
}
body.base-yellow .title-type03 .title {
  background: linear-gradient(to top, rgba(144, 136, 61, 0.3) 20%, transparent 20%) !important
}
body.base-purple .section-headline {
  background-image: url(./images/common/mv-purple.svg) !important
}
body.base-purple .btn.btn-link:before, body.base-purple .btn.btn-gray-sm:before, body.base-purple .btn.btn-gray-md:before, body.base-purple .btn.btn-gray-anchor:before, body.base-purple .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-purple.svg) no-repeat !important;
  background-size: contain
}
body.base-purple .h2-type01 .inner:hover, body.base-purple .btn.btn-gray02:hover, body.base-purple .ul-anchor > li > a:hover, body.base-purple .h-aside span, body.base-purple .dl-faq > dt:hover, body.base-purple .title-type03 .eng, body.base-purple .ul-type07 > li > .crp_link:hover, body.base-purple .blog-content a:hover, body.base-purple .blog-content a[href^="/"]:not([class]):hover, body.base-purple .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-purple .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-purple .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-purple .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-purple .blog-content a[target=_blank]:not([class]):hover, body.base-purple .localnav.level1 > li > a:hover, body.base-purple .localnav.level1 > li > .level2 > li > a:hover, body.base-purple .localnav.level1 > li > .level2 > li > a.active, body.base-purple .localnav.level1 > li > .level2 > li.label, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #9574a3 !important
}
body.base-purple .btn.btn-tag {
  border-color: #9574a3 !important
}
body.base-purple .h2-type01 .inner, body.base-purple .blog-content a[href^="/"]:not([class]):hover, body.base-purple .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-purple .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-purple .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-purple .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-purple .blog-content a.underline-solid:hover, body.base-purple .blog-content a[target=_blank]:not([class]):hover, body.base-purple .localnav.level1 > li > a {
  border-bottom-color: #9574a3 !important
}
body.base-purple .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #9574a3 !important
}
body.base-purple h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #9574a3 !important
}
body.base-purple .icon-arrow-lg, body.base-purple .btn.btn-gray02 > span i, body.base-purple .title-type01 span, body.base-purple .ul-anchor > li > a:before, body.base-purple .ul-type06 li:before, body.base-purple .ul-type07 > li > .crp_link:before, body.base-purple .btn.btn-tag, body.base-purple .blog-content h3:not([class]):after, body.base-purple .pagination .nav-links .page-numbers.current, body.base-purple .localnav.level1 > li > .level2 > li > a:before, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-purple .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #9574a3 !important
}
body.base-purple .btn.btn-gray-sm:after, body.base-purple .btn.btn-gray-md:after, body.base-purple .btn.btn-gray-md02:after, body.base-purple .btn.btn-gray02:after, body.base-purple .btn.btn-gray-anchor:after, body.base-purple .btn.btn-namecard:after, body.base-purple .blog-content .marker {
  background-color: #ebe2ef !important
}
body.base-purple .box-summary .headline span {
  background: linear-gradient(to top, rgba(149, 116, 163, 0.3) 30%, transparent 30%) !important
}
body.base-purple .title-type01 span:after {
  background: linear-gradient(to bottom right, #9574a3 49%, transparent 50%) !important
}
body.base-purple .title-type03 .title {
  background: linear-gradient(to top, rgba(149, 116, 163, 0.3) 20%, transparent 20%) !important
}
body.base-brown .section-headline {
  background-image: url(./images/common/mv-brown.svg) !important
}
body.base-brown .btn.btn-link:before, body.base-brown .btn.btn-gray-sm:before, body.base-brown .btn.btn-gray-md:before, body.base-brown .btn.btn-gray-anchor:before, body.base-brown .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-brown.svg) no-repeat !important;
  background-size: contain
}
body.base-brown .h2-type01 .inner:hover, body.base-brown .btn.btn-gray02:hover, body.base-brown .ul-anchor > li > a:hover, body.base-brown .h-aside span, body.base-brown .dl-faq > dt:hover, body.base-brown .title-type03 .eng, body.base-brown .ul-type07 > li > .crp_link:hover, body.base-brown .blog-content a:hover, body.base-brown .blog-content a[href^="/"]:not([class]):hover, body.base-brown .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-brown .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-brown .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-brown .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-brown .blog-content a[target=_blank]:not([class]):hover, body.base-brown .localnav.level1 > li > a:hover, body.base-brown .localnav.level1 > li > .level2 > li > a:hover, body.base-brown .localnav.level1 > li > .level2 > li > a.active, body.base-brown .localnav.level1 > li > .level2 > li.label, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #b17543 !important
}
body.base-brown .btn.btn-tag {
  border-color: #b17543 !important
}
body.base-brown .h2-type01 .inner, body.base-brown .blog-content a[href^="/"]:not([class]):hover, body.base-brown .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-brown .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-brown .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-brown .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-brown .blog-content a.underline-solid:hover, body.base-brown .blog-content a[target=_blank]:not([class]):hover, body.base-brown .localnav.level1 > li > a {
  border-bottom-color: #b17543 !important
}
body.base-brown .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #b17543 !important
}
body.base-brown h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #b17543 !important
}
body.base-brown .icon-arrow-lg, body.base-brown .btn.btn-gray02 > span i, body.base-brown .title-type01 span, body.base-brown .ul-anchor > li > a:before, body.base-brown .ul-type06 li:before, body.base-brown .ul-type07 > li > .crp_link:before, body.base-brown .btn.btn-tag, body.base-brown .blog-content h3:not([class]):after, body.base-brown .pagination .nav-links .page-numbers.current, body.base-brown .localnav.level1 > li > .level2 > li > a:before, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-brown .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #b17543 !important
}
body.base-brown .btn.btn-gray-sm:after, body.base-brown .btn.btn-gray-md:after, body.base-brown .btn.btn-gray-md02:after, body.base-brown .btn.btn-gray02:after, body.base-brown .btn.btn-gray-anchor:after, body.base-brown .btn.btn-namecard:after, body.base-brown .blog-content .marker {
  background-color: #f8e8da !important
}
body.base-brown .box-summary .headline span {
  background: linear-gradient(to top, rgba(177, 117, 67, 0.3) 30%, transparent 30%) !important
}
body.base-brown .title-type01 span:after {
  background: linear-gradient(to bottom right, #b17543 49%, transparent 50%) !important
}
body.base-brown .title-type03 .title {
  background: linear-gradient(to top, rgba(177, 117, 67, 0.3) 20%, transparent 20%) !important
}
body.base-cyan .section-headline {
  background-image: url(./images/common/mv-cyan.svg) !important
}
body.base-cyan .btn.btn-link:before, body.base-cyan .btn.btn-gray-sm:before, body.base-cyan .btn.btn-gray-md:before, body.base-cyan .btn.btn-gray-anchor:before, body.base-cyan .dl-faq > dt:before {
  background: center center url(./images/common/icon-arrow-cyan.svg) no-repeat !important;
  background-size: contain !important
}
body.base-cyan .h2-type01 .inner:hover, body.base-cyan .btn.btn-gray02:hover, body.base-cyan .ul-anchor > li > a:hover, body.base-cyan .h-aside span, body.base-cyan .dl-faq > dt:hover, body.base-cyan .title-type03 .eng, body.base-cyan .ul-type07 > li > .crp_link:hover, body.base-cyan .blog-content a:hover, body.base-cyan .blog-content a[href^="/"]:not([class]):hover, body.base-cyan .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-cyan .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-cyan .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-cyan .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-cyan .blog-content a[target=_blank]:not([class]):hover, body.base-cyan .localnav.level1 > li > a:hover, body.base-cyan .localnav.level1 > li > .level2 > li > a:hover, body.base-cyan .localnav.level1 > li > .level2 > li > a.active, body.base-cyan .localnav.level1 > li > .level2 > li.label, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > a.active, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:hover, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a.active {
  color: #2caa9f !important
}
body.base-cyan .btn.btn-tag {
  border-color: #2caa9f !important
}
body.base-cyan .h2-type01 .inner, body.base-cyan .blog-content a[href^="/"]:not([class]):hover, body.base-cyan .blog-content a[href^="http://localhost:8080"]:not([class]):hover, body.base-cyan .blog-content a[href^="http://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-cyan .blog-content a[href^="https://creia-jp.check-xbiz.jp"]:not([class]):hover, body.base-cyan .blog-content a[href^="https://www.creia.jp/"]:not([class]):hover, body.base-cyan .blog-content a.underline-solid:hover, body.base-cyan .blog-content a[target=_blank]:not([class]):hover, body.base-cyan .localnav.level1 > li > a {
  border-bottom-color: #2caa9f !important
}
body.base-cyan .blog-content h2:not(.type01):not(.title-type03):not(.title-comment) {
  border-top-color: #2caa9f !important
}
body.base-cyan h4:not(.h4-type01):not(.h-aside) {
  border-left-color: #2caa9f !important
}
body.base-cyan .icon-arrow-lg, body.base-cyan .btn.btn-gray02 > span i, body.base-cyan .title-type01 span, body.base-cyan .ul-anchor > li > a:before, body.base-cyan .ul-type06 li:before, body.base-cyan .ul-type07 > li > .crp_link:before, body.base-cyan .btn.btn-tag, body.base-cyan .blog-content h3:not([class]):after, body.base-cyan .pagination .nav-links .page-numbers.current, body.base-cyan .localnav.level1 > li > .level2 > li > a:before, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > a:before, body.base-cyan .localnav.level1 > li > .level2 > li > .level3 > li > .level4 > li > a:before {
  background-color: #2caa9f !important
}
body.base-cyan .btn.btn-gray-sm:after, body.base-cyan .btn.btn-gray-md:after, body.base-cyan .btn.btn-gray-md02:after, body.base-cyan .btn.btn-gray02:after, body.base-cyan .btn.btn-gray-anchor:after, body.base-cyan .btn.btn-namecard:after, body.base-cyan .blog-content .marker {
  background-color: #d4f4f1 !important
}
body.base-cyan .box-summary .headline span {
  background: linear-gradient(to top, rgba(44, 170, 159, 0.3) 30%, transparent 30%) !important
}
body.base-cyan .title-type01 span:after {
  background: linear-gradient(to bottom right, #2caa9f 49%, transparent 50%) !important
}
body.base-cyan .title-type03 .title {
  background: linear-gradient(to top, rgba(44, 170, 159, 0.3) 20%, transparent 20%) !important
}

/*======================================================
202411_ma_content_add
======================================================*/
body.page-ma .footer{
	background-color:#fff;
	padding-bottom: 0;
	padding-top:40px;
}

@media screen and (max-width: 767px) {
body.page-ma .footer{
	padding-top:10px;
}
}

body.page-ma .footer .footer-nav > .item .level1 > li > a {
  color:#1a1a1a;
  transition: .3s 0s;
  padding-left: 0;
}

body.page-ma .footer .footer-nav > .item .level2 > li {
  padding-left: 0;
}

body.page-ma .footer .footer-nav > .item .level2 > li > a {
  color:#1a1a1a;
  transition: .3s 0s;
  padding-left: 10px;
  position: relative;
  display: block;
}

body.page-ma .footer .footer-nav > .item .level1 > li > a:hover,body.page-ma .footer .footer-nav > .item .level2 > li > a:hover {
  color: #a02f3f
}

body.page-ma .footer .footer-nav > .item .level1 > li > a:before {
  display: none;
}

body.page-ma .footer .footer-nav > .item .level2 > li > a:before {
  content: "-";
  position: absolute;
  top:0;
  left:0;
}

.footer .ma_footbottom {
  display: none;
}

body.page-ma .footer .ma_footbottom {
  display: flex;
  justify-content:flex-start;
  align-items: flex-end;
}

body.page-ma .footer .ma_footbottom .logo {
  width:90px;
  height: 90px;
  line-height: 0;
}

body.page-ma .footer .ma_footbottom .logo img{
  width:100%;
  height: 100%;
}

body.page-ma .footer .ma_footbottom p {
  color:#1a1a1a;
  font-size: 1.3rem;
  font-weight: 300;
	text-align: left;
	padding-left: 30px;
}

body.page-ma .footer .ma_footbottom p .sbr {
  display: none;
}

@media screen and (max-width: 1023px) {
body.page-ma .footer .ma_footbottom {
  margin-top:40px;
}
}

@media screen and (max-width: 767px) {

body.page-ma .footer .ma_footbottom {
  flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top:40px;
}

body.page-ma .footer .ma_footbottom .logo {
  width:55px;
  height: 55px;
  line-height: 0;
}

body.page-ma .footer .ma_footbottom .logo img{
  width:100%;
  height: 100%;
}

body.page-ma .footer .ma_footbottom p {
  color:#1a1a1a;
  font-size: 1.1rem;
  font-weight: 300;
	text-align: center;
	padding-top: 20px;
	padding-left: 0;
}

body.page-ma .footer .ma_footbottom p .sbr {
  display: block;
}
}

body.page-ma .icon-page-top {
	background:none;
	width: 95px;
    height: 95px;
	bottom:40px;
}

body.page-ma .icon-page-top::after {
	content: "";
  display: block;
  position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  background: center center url(./images/common/icon-page-top_ma.svg) no-repeat;
  background-size: 95px;
  background-color: #a02f3f;
  border-radius: 50%;
	z-index: 2;
}

body.page-ma .icon-page-top::before {
    content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#a02f3f;
	transform: scale(1);
	z-index: 1;
    border-radius: 50%;
	transition: .3s;
}

body.page-ma .icon-page-top:hover::before {
  transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
body.page-ma .footer .footer-nav-sm ul {
  margin-left: 0;
  margin-right: 0;
}
body.page-ma .footer .footer-nav-sm ul li a {
  color:#1a1a1a;
  transition: .3s 0s;
  padding-left: 0;
}

body.page-ma .footer .footer-nav-sm ul li {
  padding-left: 0;
}

body.page-ma .footer .footer-nav-sm ul li a:hover {
  color: #a02f3f
}

body.page-ma .footer .footer-nav-sm ul li a:before {
  display: none;
}

body.page-ma .icon-page-top {
	right:20px;
	bottom:40px;
}
}

@media screen and (max-width: 767px) {
body.page-ma .icon-page-top {
	background:none;
	width: 55px;
    height: 55px;
	right:20px;
	bottom:50px;
}

body.page-ma .icon-page-top::after {
	content: "";
  display: block;
  position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  background: center center url(./images/common/icon-page-top_ma.svg) no-repeat;
  background-size: 55px;
  background-color: #a02f3f;
  border-radius: 50%;
	z-index: 2;
}

}

body.page-ma .copyright{
	display: none;
}

.copyright.ma{
	display: none;
	margin-top:60px;
}

body.page-ma .copyright.ma{
	display: block;
	width:100%;
	background:#212121;
	text-align: center;
	color:#a9a9a9;
	padding:30px 0;
	font-size: 1.1rem;
}

body.page-ma .section-contact{
	width:90%;
	max-width: 1080px;
	margin:-115px auto 0 !important;
	padding:40px 40px;
	background-color:#1a1a1a !important;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1206px) {
body.page-ma .section-contact .contact-inner > .left {
    width: 100%;
    text-align: center;
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {

body.page-ma .section-contact{
	margin:-150px auto 0 !important;
}
}

body.page-ma .section-contact .contact-inner > div{
	width:auto;
}

body.page-ma .section-contact .section-level2 {
   padding:0;
}

body.page-ma .section-contact .title-type02 .title {
  display: block;
  margin-top: 0;
	font-size: 1.6rem;
	color:#fff;
	font-weight: 500;
}

body.page-ma .section-contact .title-type02 .eng {
    font-size: 5rem;
	color:#fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  }

body.page-ma .section-contact .title-type02 .eng::after {
  display: none;
  }

body.page-ma .section-contact .tx {
  font-size: 1.4rem;
	color:#fff;
	margin-top:30px;
	letter-spacing: 0.05em;
 }

body.page-ma .section-contact .tel-type01 {
  font-size: 4.4rem;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 0;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
	letter-spacing: 0.05em;
	white-space:nowrap;
	line-height: 1;
	margin:0 0 20px 0;
}

body.page-ma .section-contact .btn-contact-ma {
  width:340px;
	height:80px;
	border-radius: 9999px;
	background:#a02f3f;
	color:#fff;
	font-size: 1.6rem;
	padding:0 13px 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin:0 auto;
}

body.page-ma .section-contact .btn-contact-ma span{
 width:58px;
	height:58px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

}

body.page-ma .section-contact .btn-contact-ma span::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	transform: scale(0.2);
	transition: .3s;
}

body.page-ma .section-contact .btn-contact-ma span::after{
	content: "";
	display: inline-block;
  width: 7px;
  height: 7px;
	margin: 0 3px 0 0;
  border-top: 3px solid #a02f3f;
  border-right: 3px solid #a02f3f;
  transform: rotate(45deg);
	z-index: 2;
	position: relative;
	opacity: 0;
	transition: .3s;
}

body.page-ma .section-contact .btn-contact-ma:hover span::before{
	transform: scale(1);
}

body.page-ma .section-contact .btn-contact-ma:hover span::after{
	opacity: 1;
}

@media screen and (max-width: 1206px) {
  body.page-ma .section-contact .contact-inner {
    justify-content: space-between;
  }
  body.page-ma .section-contact .contact-inner > .left {
    width: auto;
    text-align: left;
  }
  body.page-ma .section-contact .contact-inner > .right {
    width: auto;
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  body.page-ma .section-contact .contact-inner {
    justify-content: center;
  }
  body.page-ma .section-contact .contact-inner > .left {
    width: 100%;
    text-align: center;
  }
  body.page-ma .section-contact .contact-inner > .right {
    width: 100%;
    text-align: center;
  }
  body.page-ma .section-contact .tel-type01 {
  text-align: center;
}
}

@media screen and (max-width: 767px) {

	body.page-ma .section-contact .contact-inner > .left{
		margin-bottom: 20px;
	}
	body.page-ma .section-contact .contact-inner > .right{
		margin-top: 0;
	}
body.page-ma .section-contact .title-type02 .title {
  display: block;
  margin-top: 0;
	font-size: 1.2rem;
	color:#fff;
	font-weight: 500;
}

body.page-ma .section-contact .title-type02 .eng {
    font-size: 3rem;
	color:#fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  }

body.page-ma .section-contact .title-type02 .eng::after {
  display: none;
  }

body.page-ma .section-contact .tx {
  font-size: 1.1rem;
	color:#fff;
	margin-top:20px;
	letter-spacing: 0.05em;
 }

body.page-ma .section-contact .tel-type01 {
  font-size: 2.7rem;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 0;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
	letter-spacing: 0.05em;
	margin:0 0 10px 0;
}

body.page-ma .section-contact .btn-contact-ma {
  width:220px;
	height:50px;
	border-radius: 9999px;
	background:#a02f3f;
	color:#fff;
	font-size: 1.3rem;
	padding:0 8px 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin:0 auto;
}

body.page-ma .section-contact .btn-contact-ma span{
 width:38px;
	height:38px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

}

body.page-ma .section-contact .btn-contact-ma span::after{
	content: "";
	display: inline-block;
  width: 4px;
  height: 4px;
	margin: 0 2px 0 0;
  border-top: 2px solid #a02f3f;
  border-right: 2px solid #a02f3f;
  transform: rotate(45deg);
	z-index: 2;
	position: relative;
	opacity: 0;
	transition: .3s;
}

}

body.page-ma .section-headline{
	padding:0 0 0 0;
	background:none;
}

body.page-ma .section-headline .headline {
  padding:0 0 0 0;
}

body.page-ma .section-headline .container{
	margin-top:0;
	width:100%;
	max-width: 100%;
}

body.page-ma .section-headline .container .container-inner{
	width:100%;
}

body.page-ma main{
	margin-bottom: 0 !important;
}

body.page-ma main .main-ma-cont .container{
	width:100%;
}

@media screen and (max-width: 1023px) {
body.page-ma main .main-ma-cont .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

body.page-ma main .main-ma-cont .container .container-inner{
	margin-top:0;
	width:100%;
	padding:0;
}

body.page-ma main .main-ma-cont .layout-type01 {
  margin-left: 0;
  margin-right: 0;
}

body.page-ma .gridbox{
	width:100%;
	background-color:#e3e4e0;
	border-bottom:4px solid #1a1a1a;
	position: relative;
}

body.page-ma .gridbox.boborder{
	width:100%;
	background-color:#e3e4e0;
	border-top:4px solid #1a1a1a;
	border-bottom:8px solid #1a1a1a;
	position: relative;
	z-index: 2;
}

body.page-ma .gridbox.index_bottom{
	z-index: 1;
}

@media screen and (max-width: 767px) {
body.page-ma .gridbox{
	width:100%;
	background-color:#e3e4e0;
	border-bottom:2px solid #1a1a1a;
	position: relative;
}

body.page-ma .gridbox.boborder{
	width:100%;
	background-color:#e3e4e0;
	border-top:2px solid #1a1a1a;
	border-bottom:4px solid #1a1a1a;
	position: relative;
}
}

body.page-ma .gridbox.bg_red_left::after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:50%;
	height: 100%;
	background:#a02f3f;
	z-index: 1;
}

body.page-ma .gridbox.bg_red_right::before{
	content: "";
	position: absolute;
	top:0;
	right:0;
	left:auto;
	width:50%;
	height: 100%;
	background:#a02f3f;
	z-index: 1;
}

body.page-ma .gridbox.bg_gray_left::after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:50%;
	height: 100%;
	background:#b5b5b5;
	z-index: 1;
}

body.page-ma .gridbox.bg_gray_right::before{
	content: "";
	position: absolute;
	top:0;
	right:0;
	left:auto;
	width:50%;
	height: 100%;
	background:#b5b5b5;
	z-index: 1;
}

body.page-ma .gridbox .innerbox{
	display: flex;
	width:90%;
	max-width: 1180px;
	margin:0 auto;
	border-left:4px solid #1a1a1a;
	border-right:4px solid #1a1a1a;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

body.page-ma .gridbox .box{
	background-color:#e3e4e0;
	min-height: 80px;
	display: flex;
	align-items: center;
}

body.page-ma .gridbox.h230 .box{
	height: 230px;
}

body.page-ma .gridbox .box.column{
	flex-direction: column;
}

@media screen and (max-width: 1023px) {
body.page-ma .gridbox .box.spcolumn{
	flex-direction: column;
}
}

body.page-ma .gridbox .box .pan{
	padding:20px;
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
body.page-ma .gridbox .innerbox{
	display: flex;
	width:95%;
	max-width: 1180px;
	margin:0 auto;
	border-left:2px solid #1a1a1a;
	border-right:2px solid #1a1a1a;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

body.page-ma .gridbox .box{
	background-color:#e3e4e0;
	min-height: 40px;
	display: flex;
	align-items: center;
}

body.page-ma .gridbox.h230 .box{
	height: 230px;
}

body.page-ma .gridbox .box .pan{
	padding:10px;
	font-size: 1rem;
}
}

body.page-ma .main-ma-cont .gridbox .box:nth-child(1){
	width:23%;
}

body.page-ma .main-ma-cont .gridbox .box:nth-child(2){
	width:20px;
	border-left:4px solid #1a1a1a;
	border-right:4px solid #1a1a1a;
}

body.page-ma .main-ma-cont .gridbox .box:nth-child(3){
	width:77%;
}

body.page-ma .main-ma-cont.page .gridbox .box:nth-child(1){
	width:77%;
}

body.page-ma .main-ma-cont.page .gridbox .box:nth-child(2){
	width:20px;
	border-left:4px solid #1a1a1a;
	border-right:4px solid #1a1a1a;
}

body.page-ma .main-ma-cont.page .gridbox .box:nth-child(3){
	width:23%;
}


@media screen and (max-width: 1023px) {

body.page-ma .main-ma-cont .gridbox .box:nth-child(1){
	display: none;
}
body.page-ma .main-ma-cont .gridbox .box:nth-child(2){
	display: none;
}

body.page-ma .main-ma-cont .gridbox .box:nth-child(3){
	width:100%;
}

body.page-ma .main-ma-cont.page .gridbox .box:nth-child(1){
	width:100%;
	display: flex;
}
body.page-ma .main-ma-cont.page .gridbox .box:nth-child(2){
	display: none;
}

body.page-ma .main-ma-cont.page .gridbox .box:nth-child(3){
	display: none;
}
}

body.page-ma .main-ma-cont .gridbox .box.bg_white{
	background-color: #fff;
}

body.page-ma .main-ma-cont .gridbox .box.bg_gray{
	background-color: #b5b5b5;
}

body.page-ma .main-ma-cont .gridbox .box.bg_black{
	background-color: #1a1a1a;
}

body.page-ma .main-ma-cont .gridbox .box.top{
	align-items: flex-start;
}

body.page-ma .main-ma-cont.page .gridbox h1{
	margin:0 0 0 0;
	background-color: #1a1a1a;
	font-size: 3.8rem;
	color:#fff;
	padding:30px;
	text-align: center;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	width:100%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .gridbox h1{
	margin:0 0 0 0;
	background-color: #1a1a1a;
	font-size: 1.9rem;
	color:#fff;
	padding:20px;
	text-align: center;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	width:100%;
	letter-spacing: 0.05em;
}
}


body.page-ma .main-ma-cont.page .main-wrap{
  padding:60px 30px;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .main-wrap{
  padding:30px 10px;
}
}

body.page-ma .main-ma-cont.page .localnav-wrap{
  padding:60px 15px;
}

body.page-ma .main-ma-cont.page .title-type01 {
  margin-bottom: 0;
  border-bottom:1px dotted #1a1a1a;
  width:100%;
  position: relative;
	top:-50px;
}
body.page-ma .main-ma-cont.page .title-type01 span {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  height: 32px;
	width:100px;
	text-align: center;
  padding: 10px 20px 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #1a1a1a;
	border-radius: 9999px;
	top:16px;
	left: 40px;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .title-type01 span {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  position: relative;
  height: 20px;
	width:70px;
	text-align: center;
  padding: 10px 20px 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #1a1a1a;
	border-radius: 9999px;
	top:10px;
	left: 25px;
}
}
body.page-ma .main-ma-cont.page .title-type01 span:after {
  display: none;
}

body.page-ma .main-ma-cont.page .box-index, .post_index {
  background-color:transparent;
  padding: 50px 0;
  border-bottom:1px dotted #1a1a1a;
}

body.page-ma .main-ma-cont.page .box-index .accodion-index {
  top: 40px;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .box-index .accodion-index {
  top: 30px;
}
}

body.page-ma .main-ma-cont.page .title-type01.modify-bar {
  display: block;
  background-color: transparent;
	padding-top:50px;
}

body.page-ma .main-ma-cont.page .box-author .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding:0 40px 60px;
  border-bottom: 1px dotted #1a1a1a;
}


@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .box-author .content {
	padding:0 25px 40px;
}
}

body.page-ma .main-ma-cont.page .ul-anchor{
	padding:0 40px !important;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .ul-anchor{
	padding:0 25px !important;
}
}
body.page-ma .main-ma-cont.page .ul-anchor > li > a {
 　color:#1a1a1a;
}
body.page-ma .main-ma-cont.page .ul-anchor > li > a:before, .ul-anchor > li > a:after {
  content: ""
}
body.page-ma .main-ma-cont.page .ul-anchor > li > a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: .1em;
  background-color: #1a1a1a
}
body.page-ma .main-ma-cont.page .ul-anchor > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-position: center center;
  background-image: url(./images/common/icon-arrow-white-sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7.5px;
  top: .5em;
  transform: rotate(0)
}

body.page-ma .main-ma-cont.page h2{
	font-size: 2.2rem;
	font-weight: 600;
	background:#e3e4e0;
	padding:15px 30px;
	border-left: 6px solid #a02f3f;
	border-top:none !important;
	position: relative;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page h2{
	font-size: 1.7rem;
	font-weight: 600;
	background:#e3e4e0;
	padding:15px 20px;
	border-left: 6px solid #a02f3f;
	border-top:none !important;
	position: relative;
	margin:0 0 20px 0;
}
}

body.page-ma .main-ma-cont.page h2.head{
	margin-top: 0 !important;
}

body.page-ma .main-ma-cont.page h2::after{
	content: "";
	width:2px;
	height:100%;
	background:#fff;
	position: absolute;
	left:0;
	top:0;
}

body.page-ma .main-ma-cont.page .animateBoxSNS + h2{
	margin-top:0 !important;
}

body.page-ma .main-ma-cont.page h3{
	font-size: 1.8rem;
	font-weight: 600;
	background:#fff;
	padding:15px 20px;
	border: 1px solid #c1c1c1;
	position: relative;
	margin:60px 0 30px 9px;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page h3{
	font-size: 1.6rem;
	font-weight: 600;
	background:#fff;
	padding:10px 10px;
	border: 1px solid #c1c1c1;
	position: relative;
	margin:60px 0 30px 9px;
}
}

body.page-ma .main-ma-cont.page h3::after{
	content: "";
	width:6px;
	height:calc(100% + 2px);
	background:#808080;
	position: absolute;
	left:-9px;
	top:-1px;
}

body.page-ma .main-ma-cont.page h4{
	font-size: 1.8rem;
	font-weight: 600;
	background:#fff;
	padding:3px 0 3px 15px;
	border:none;
	position: relative;
	margin:60px 0 30px 0;
	border-left: 4px solid #1a1a1a;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page h4{
	font-size: 1.6rem;
	font-weight: 600;
	background:#fff;
	padding:3px 0 3px 15px;
	border:none;
	position: relative;
	margin:60px 0 30px 0;
	border-left: 4px solid #1a1a1a;
}
}

body.page-ma .main-ma-cont.page .box-author .content .text{
	width: calc(100% - 210px);
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .box-author .content .text{
	width: 100%;
	margin-top:20px;
}
}

body.page-ma .main-ma-cont.page .box-author .content .image{
	width:180px;
	height: 200px;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .box-author .content .image{
	width:135px;
	height: 150px;
	border-radius: 0;
	margin:0 0 0 0;
}

body.page-ma .main-ma-cont.page  .box-author .content {
  margin-top: 0
}
}

body.page-ma .main-ma-cont.page .box-outline {
  margin-bottom: 80px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .box-outline {
  margin-bottom: 40px;
  margin-top: 20px;
}
}

body.page-ma .main-ma-cont.page .btn.btn-gray02 {
  background-color: #f0f0f0;
  border:1px solid #c1c1c1;
	padding:30px 90px 30px 30px !important;
	font-size: 2rem;
	font-weight: 600;
	transition: .3s;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02:hover {
  background-color:#e9e6c4;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02 .lead{
	font-size: 1.6rem;
	font-weight: 400;
	margin-top:15px;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02 .icon-arrow-lg{
	position: absolute;
	width:28px;
	height:28px;
	border:1px solid #1a1a1a;
	border-radius: 50%;
	background-color:transparent;
	top:calc(50% - 14px);
	right:-60px;
	left:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont.page .btn.btn-gray02 .icon-arrow-lg::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 2px 0 0;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02:hover .icon-arrow-lg{
	background-color:#1a1a1a;

}
body.page-ma .main-ma-cont.page .btn.btn-gray02:hover .icon-arrow-lg::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e9e6c4;
  left: -100%;
  top: 0px;
  transition: .3s 0s;
  opacity: 0
}

body.page-ma .main-ma-cont.page .btn.btn-gray02:hover:after {
  left: 0px;
  opacity: 1
}

@media screen and (max-width: 767px) {
body.page-ma .main-ma-cont.page .btn.btn-gray02 {
  background-color: #f0f0f0;
  border:1px solid #c1c1c1;
	padding:15px 15px 40px 15px !important;
	font-size: 1.5rem;
	font-weight: 600;
	transition: .3s;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02 .lead{
	font-size: 1.2rem;
	font-weight: 400;
	margin-top:10px;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02 .icon-arrow-lg{
	position: absolute;
	width:20px;
	height:20px;
	border:1px solid #1a1a1a;
	border-radius: 50%;
	background-color:transparent;
	bottom:-30px;
	top:auto;
	right:calc(50% - 10px);
	left:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont.page .btn.btn-gray02 .icon-arrow-lg::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 2px 0 0;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

body.page-ma .main-ma-cont.page .btn.btn-gray02:hover .icon-arrow-lg{
	background-color:#1a1a1a;

}
body.page-ma .main-ma-cont.page .btn.btn-gray02:hover .icon-arrow-lg::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
}


body.page-ma .main-ma-cont.page .localnav.level1 {
  counter-reset: number 0;
}

body.page-ma .main-ma-cont.page .sp_side_nav {
    display: none;

  }

body.page-ma .main-ma-cont.page .pc_side_nav {
    display: block;
}

@media screen and (max-width: 1023px) {

  body.page-ma .main-ma-cont.page .sp_side_nav {
    display: block;

  }

  body.page-ma .main-ma-cont.page .pc_side_nav {
    display: none;

  }

  body.page-ma .main-ma-cont.page .localnav-wrap{
  	padding:60px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  body.page-ma .main-ma-cont.page .localnav-wrap{
  	padding:30px 0 0 0;
  }
}

body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > a {
  display: block;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}

body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > a:hover {
  color: #a02f3f;
  font-weight: bold
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > a.active {
  color: #a02f3f;
  font-weight: bold;
  padding-left: 0
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > a.active:before {
 display: none;
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 {
  margin-top: 10px;
  margin-bottom: 40px;
  border-top: 3px solid #1a1a1a !important;
  padding-top: 10px
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a {
  display: block;
  padding-left: 20px;
  font-size: 1.2rem;
  position: relative
}
@media screen and (max-width: 767px) {
  body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a {
    font-size: 1.4rem
  }
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a:before {
	width:0;
 	counter-increment: number 1;
	content: counter(number) "";
	height:auto;
	background:none;
	top:0;
	left:0;
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a:hover, body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a.active {
  color: #a02f3f;
}
body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a:hover:before, body.page-ma .main-ma-cont.page .localnav.level1 > li > .level2 > li > .level3 > li > a.active:before {
  width: 10px
}

body.page-ma .main-ma-cont .subtl{
	font-size: 3.5rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	padding:0 40px;
	color:#1a1a1a;
	letter-spacing: 0.05em;
}

body.page-ma .main-ma-cont .main_title{
	font-size: 10rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	padding:10px 40px;
	color:#fff;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

body.page-ma .main-ma-cont .subtl2{
	font-size: 5rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
	text-align: right;
  	font-style: normal;
	padding:15px 40px;
	line-height: 1.2em;
	color:#1a1a1a;
	width:100%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

body.page-ma .main-ma-cont .subtl{
	font-size: 1.8rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	padding:0 20px;
	color:#1a1a1a;
	letter-spacing: 0.05em;
}

body.page-ma .main-ma-cont .main_title{
	font-size: 5rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	padding:10px 20px;
	color:#fff;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

body.page-ma .main-ma-cont .subtl2{
	font-size: 3rem;
	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
	text-align: right;
  	font-style: normal;
	padding:10px 20px;
	line-height: 1.2em;
	color:#1a1a1a;
	width:100%;
	letter-spacing: 0.05em;
}
}

body.page-ma .main-ma-cont .item_head_index{
	width:100%;
}

body.page-ma .main-ma-cont .selectbox_index,body.page-ma .main-ma-cont .explain_index{
	display: none;
}

@media screen and (max-width: 1023px) {

body.page-ma .main-ma-cont .selectbox_index,body.page-ma .main-ma-cont .explain_index{
	display: block;
	width:100%;
}

	body.page-ma .main-ma-cont .selectbox_index{
		padding:30px 10px 20px 10px;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_head{
		background:#a02f3f;
		padding:20px;
		color:#fff;
		font-size: 1.8rem;
		font-weight: 600;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_head i{
	position: relative;
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont .selectbox_index .select_head i::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 0 0 0;
  border-top: 1px solid #a02f3f;
  border-right: 1px solid #a02f3f;
  transform: rotate(135deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

	body.page-ma .main-ma-cont .selectbox_index .select_list{
		background:#1a1a1a;
		padding:0 0;
		display: none;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_list h2{
		background:#1a1a1a;
		padding:20px 20px;
		color:#fff;
		font-size: 1.8rem;
		font-weight: 600;
		cursor: pointer;
		transition: 0.3s;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_list h2[data="all"]{
		display: none;
	}

	body.page-ma .main-ma-cont .explain_index .tx{
		padding:0 10px 20px;
		display: none;
	}

	body.page-ma .main-ma-cont .listcont_index {
		border-top:4px solid #1a1a1a;

	}

	body.page-ma .main-ma-cont .listcont_index .listbox{
		position: absolute;
		top:-9999px;
		left:-9999px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	body.page-ma .main-ma-cont .listcont_index .listbox.visible{
		position: relative;
		top:0;
		left:0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media screen and (max-width: 767px) {

body.page-ma .main-ma-cont .selectbox_index,body.page-ma .main-ma-cont .explain_index{
	display: block;
	width:100%;
}

	body.page-ma .main-ma-cont .selectbox_index{
		padding:30px 10px 20px 10px;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_head{
		background:#a02f3f;
		padding:15px;
		color:#fff;
		font-size: 1.5rem;
		font-weight: 600;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_head i{
	position: relative;
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont .selectbox_index .select_head i::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 0 0 0;
  border-top: 1px solid #a02f3f;
  border-right: 1px solid #a02f3f;
  transform: rotate(135deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

	body.page-ma .main-ma-cont .selectbox_index .select_list{
		background:#1a1a1a;
		padding:0 0;
		display: none;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_list h2{
		background:#1a1a1a;
		padding:15px 15px;
		color:#fff;
		font-size: 1.5rem;
		font-weight: 600;
		cursor: pointer;
		transition: 0.3s;
	}

	body.page-ma .main-ma-cont .selectbox_index .select_list h2[data="all"]{
		display: none;
	}

	body.page-ma .main-ma-cont .explain_index .tx{
		padding:0 10px 20px;
		display: none;
	}

	body.page-ma .main-ma-cont .listcont_index {
		border-top:2px solid #1a1a1a;
		width:calc(100% + 2px) !important;
		margin:0 0 -2px 0 !important;
	}

	body.page-ma .main-ma-cont .listcont_index .listbox a{
		padding-top:70% !important;
	}

	body.page-ma .main-ma-cont .listcont_index .listbox{
		position: absolute;
		top:-9999px;
		left:-9999px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		width:50% !important;
		border-bottom:2px solid #1a1a1a !important;
		border-right:2px solid #1a1a1a !important;
	}

	body.page-ma .main-ma-cont .listcont_index .listbox.visible{
		position: relative;
		top:0;
		left:0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

body.page-ma .main-ma-cont .item_head_index a{
	display: block;
	 transition: .3s;
	padding:30px 20px;
	position: relative;
	width:100%;
	cursor: pointer;
}

body.page-ma .main-ma-cont .item_head_index a::after{
	content: "";
	width:14px;
	height: 100%;
	background:#1a1a1a;
	position: absolute;
	top:0;
	left:-14px;
	display: block;
	transition: .3s;
	transform-origin: right;
	transform: scaleX(0);
}

body.page-ma .main-ma-cont .item_head_index a:hover,body.page-ma .main-ma-cont .item_head_index.active a{
  background:#a02f3f;
}

body.page-ma .main-ma-cont .item_head_index a:hover::after,body.page-ma .main-ma-cont .item_head_index.active a::after{
	transform: scaleX(1);
}

body.page-ma .main-ma-cont .item_head_index a .mtl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	color:#1a1a1a;
	margin:0 0 10px 0;
	transition: .3s;
}

body.page-ma .main-ma-cont .item_head_index a:hover .mtl,body.page-ma .main-ma-cont .item_head_index.active a .mtl{
	color:#fff;
}

body.page-ma .main-ma-cont .item_head_index a .mtl span{
	width:calc(100% - 30px);
}

body.page-ma .main-ma-cont .item_head_index a .mtl i{
	position: relative;
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color:#1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont .item_head_index a .mtl i::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 2px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

body.page-ma .main-ma-cont .item_head_index a:hover .mtl i,body.page-ma .main-ma-cont .item_head_index.active a .mtl i{
	background-color:#fff;

}
body.page-ma .main-ma-cont .item_head_index a:hover .mtl i::after,body.page-ma .main-ma-cont .item_head_index.active a .mtl i::after{
  border-top: 1px solid #a02f3f;
  border-right: 1px solid #a02f3f;
}

body.page-ma .main-ma-cont .item_head_index a .lead{
	font-size: 1.4rem;
	color: #fff;
	display: grid;
	grid-template-rows: 0fr;
    transition: .3s grid-template-rows;
	overflow: hidden;
}


body.page-ma .main-ma-cont .item_head_index a:hover .lead,body.page-ma .main-ma-cont .item_head_index.active a .lead{
  grid-template-rows: 1fr;
}

body.page-ma .main-ma-cont .item_head_index a .lead > div {
  overflow: hidden;
}

body.page-ma .main-ma-cont .listcont_index {
  display: flex;
	flex-wrap: wrap;
	width:calc(100% + 4px);
	margin:0 -4px -4px 0;
	counter-reset: number 0;
}

body.page-ma .main-ma-cont .listcont_index .listbox {
	width:25%;
	border-bottom:4px solid #1a1a1a;
	border-right: 4px solid #1a1a1a;
}

@media screen and (max-width: 1240px) {
body.page-ma .main-ma-cont .listcont_index .listbox {
	width:33.333%;
}
}

@media screen and (min-width: 1024px) {
body.page-ma .main-ma-cont .listcont_index .listbox {
	display: block !important;
}
}

body.page-ma .main-ma-cont .listcont_index .listbox a{
	position: relative;
	padding-top:100%;
	display: block;
	color:#fff;
}

body.page-ma .main-ma-cont .listcont_index .listbox a .inbox{
	width:100%;
	height:100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #b5b5b5;
	top:0;
	left:0;
	padding:40px 30px;
	transition: .3s;
	opacity:0.8;
}

body.page-ma .main-ma-cont .listcont_index .listbox.active a[data="hr-strategy"] .inbox{
	background:#bdb34a;
	opacity:1;
}

body.page-ma .main-ma-cont .listcont_index .listbox.active a[data="design-platform"] .inbox{
	background:#8a763e;
	opacity:1;
}

body.page-ma .main-ma-cont .listcont_index .listbox.active a[data="flow-management"] .inbox{
	background:#7e9b68;
	opacity:1;
}

body.page-ma .main-ma-cont .listcont_index .listbox.active a[data="integration-and-development"] .inbox{
	background:#607499;
	opacity:1;
}

body.page-ma .main-ma-cont .listcont_index .listbox a .inbox::after{
	counter-increment: number 1;
  	content: counter(number) "";
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
	position: absolute;
	font-size: 3.6rem;
	color:#fff;
	top:8px;
	left:8px;
	line-height: 1;
}

body.page-ma .main-ma-cont .listcont_index .listbox a .inbox span{
	font-size: 1.6rem;
	text-align: center;
	transition: .3s
}

body.page-ma .main-ma-cont .listcont_index .listbox a .inbox .lead{
	font-size: 1.4rem;
	text-align: left;
	text-align: justify;
	overflow: hidden;
  	display: none;
	margin:10px 0 0 0;
	opacity: 0;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
	transition: .3s
}

@media screen and (max-width: 1170px) {
body.page-ma .main-ma-cont .listcont_index .listbox a .inbox .lead{
  	-webkit-line-clamp: 3;
}
}
body.page-ma .main-ma-cont .listcont_index .listbox a .inbox arrow{
	position: absolute;
	width:23px;
	height:23px;
	bottom:15px;
	right: 15px;
	border-radius: 50%;
	background-color:transparent;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;

}
body.page-ma .main-ma-cont .listcont_index .listbox a .inbox arrow::after{
  content: "";
  background-image: none !important;
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 2px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top:auto;
  left:auto;
  transition: .3s;
}

@media (hover: hover) {
body.page-ma .main-ma-cont .listcont_index .listbox a:hover .inbox{
	width:130%;
	height:130%;
	background:#1a1a1a !important;
	color:#fff;
	z-index: 2;
	top:-4px;
	left:-4px;
}

@media screen and (max-width: 1240px) {
body.page-ma .main-ma-cont .listcont_index .listbox a:hover .inbox{
	width:120%;
	height:120%;
}
}

body.page-ma .main-ma-cont .listcont_index .listbox a:hover .inbox .lead{
  	display: -webkit-box;
	opacity: 1;
}

body.page-ma .main-ma-cont .listcont_index .listbox a:hover .inbox arrow{
	background-color:#fff;

}
body.page-ma .main-ma-cont .listcont_index .listbox a:hover .inbox arrow::after{
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}

body.page-ma .main-ma-cont .selectbox_index .select_list h2:hover{
		background:#a02f3f;
	}
}

.p-country-name{
  display: none;
}

.udb {
  display: block !important;
}