@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 2%;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.65em;
}
.breadcrumb__list .item-home {
  font-size: 1.1em;
}
.breadcrumb__list li {
  position: relative;
  color: #C9CED2;
}
.breadcrumb__list li:not(:last-child) {
  padding-right: 24px;
  padding-right: 1.5rem;
}
.breadcrumb__list li:not(:last-child):after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.breadcrumb__list li:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4.8px;
  right: 0.3rem;
          transform: translateY(-50%);
}
.breadcrumb__list a {
  -webkit-transition: all 0.3s ease 0s;
  color: #C9CED2;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb__list a:first-child {
  text-decoration: none !important;
}
.breadcrumb__list a:hover {
  color: #033169;
}

/*--------------------------------------------------------------------/
	about
/--------------------------------------------------------------------*/
.about-intro {
  padding-top: clamp(7em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
  background: url(../img/lv2/about_intro_sp.webp) top center/cover no-repeat;
  color: #ffffff;
}
.about-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 3em;
          flex-direction: column;
}
.about-intro__txt {
  width: 100%;
}
.about-intro__txt__ttl {
  z-index: 1;
  position: relative;
  width: 80%;
  margin-bottom: clamp(2em, 3vw, 3em);
}
.about-intro__txt__ttl::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 100%;
  height: 200%;
  background: url(../img/common/brush_img01.webp) bottom left/contain no-repeat;
  content: "";
}
.about-intro__txt__txt {
  z-index: 1;
  position: relative;
  line-height: 2.5em;
}

.about-values {
  padding-block: clamp(6em, 9vw, 9em) clamp(6em, 12vw, 12em);
}
.about-values__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.about-values__ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-block: 1em 0.75em;
  background: url(../img/common/brush_img07.webp) top center/contain no-repeat;
  font-weight: 600;
  font-size: clamp(14px, 5vw, 22px);
  text-align: center;
}
.about-values__ttl em {
  display: block;
  margin-bottom: 0.3em;
  color: #033D87;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}
.about-values__ttl b {
  display: block;
  font-weight: 500;
}
.about-values__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 3em;
          flex-direction: column;
}
.about-values__box__img {
  width: 80%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
.about-values__box__txt {
  font-size: clamp(12px, 4.29vw, 16px);
  line-height: 1.5;
  text-align: center;
}

.about-numbers {
  position: relative;
  background: #033D87;
  color: #ffffff;
}
.about-numbers::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/lv2/about_numbers_bg.webp) top left/100% no-repeat;
  content: "";
}
.about-numbers__inner {
  z-index: 2;
  position: relative;
  padding: clamp(4em, 6vw, 6em) clamp(1.5em, 5%, 5em) 6em;
}
.about-numbers__inner__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.about-numbers__ttl {
  position: relative;
  margin-bottom: 0.5em;
  font-size: clamp(16px, 5.71vw, 50px);
}
.about-numbers__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #C9CED2;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: capitalize;
}
.about-numbers__ttl b {
  display: block;
  font-weight: 500;
}
.about-numbers__txt {
  margin-bottom: 2em;
}
.about-numbers__list {
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 4%;
  width: 100%;
  margin-top: clamp(3em, 6vw, 6em);
}
.about-numbers__list__item {
  width: 48%;
  overflow: hidden;
}
.about-numbers__list__item .is-ttl {
  margin-bottom: 0.3em;
  font-size: clamp(10px, 3.57vw, 40px);
}
.about-numbers__list__item .is-ttl span {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
}
.about-numbers__list__item .is-ttl span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50vw;
  height: 1px;
  background: #ffffff;
  content: "";
}
.about-numbers__list__item .is-num {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5%;
          align-items: flex-end;
  line-height: 1;
}
.about-numbers__list__item .is-num__img {
  width: 25%;
}
.about-numbers__list__item .is-num__num {
  width: 70%;
  font-weight: 700;
  font-size: clamp(24px, 8.57vw, 110px);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}
.about-numbers__area {
  background: rgba(0, 0, 0, .5);
}
.about-numbers__area__inner {
  z-index: 2;
  position: relative;
  padding: 4em clamp(1.5em, 5%, 5em);
}
.about-numbers__area__inner__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.about-numbers__area__ttl {
  margin-bottom: 0.75em;
  overflow: hidden;
  font-size: clamp(10px, 3.57vw, 40px);
}
.about-numbers__area__ttl span {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
}
.about-numbers__area__ttl span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50vw;
  height: 1px;
  background: #ffffff;
  content: "";
}
.about-numbers__area__txt {
  font-size: clamp(10px, 3.57vw, 18px);
}

.about-add {
  padding-top: clamp(6em, 9vw, 9em);
}
.about-add__img {
  width: clamp(220px, 80%, 964px);
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------------/
	business
/--------------------------------------------------------------------*/
.business-intro {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(9em, 12vw, 12em);
  overflow: hidden;
}
.business-intro::before {
  position: absolute;
  top: -9vw;
  left: 57%;
  width: min(60%, 340px);
  height: 100%;
  background: url(../img/common/brush_img02.webp) top left/contain no-repeat;
  content: "";
}
.business-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  row-gap: clamp(4em, 9vw, 9em);
          flex-direction: column;
}
.business-intro__txt {
  width: 90%;
}
.business-intro__txt__inner {
  width: 100%;
}
.business-intro__txt__ttl {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: clamp(20px, 7.14vw, 36px);
}
.business-intro__txt__txt {
  line-height: 2.5;
}
.business-intro__img {
  width: 90%;
  margin-left: 10%;
}
.business-intro__img__inner {
  position: relative;
  aspect-ratio: 5/4;
  width: 100%;
}
.business-intro__img__inner .is-img01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48.6%;
}
.business-intro__img__inner .is-img02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 48.6%;
}

.business-nav {
  margin-bottom: clamp(6em, 12vw, 12em);
}
.business-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: free01-navnum;
}
.business-nav__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 1.25em 56px 1.25em 0;
  padding: 1.25em 3.5rem 1.25em 0;
  border-bottom: 1px solid #033D87;
  color: #033D87;
  font-size: 1.25em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.business-nav__item a:hover {
  border-color: #033169;
}
.business-nav__item a:hover .business-nav__item__ttl::before {
  color: #033169;
}
.business-nav__item a:hover .business-nav__item__arrow {
  background: #033169;
}
.business-nav__item__ttl {
  position: relative;
  padding-left: 2.25em;
  font-weight: 600;
}
.business-nav__item__ttl::before {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: counter(free01-navnum, decimal-leading-zero);
  color: #A0A9B4;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0;
  counter-increment: free01-navnum;
  transition: all 0.3s ease 0s;
}
.business-nav__item__arrow {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 36px;
  height: 36px;
          transform: translateY(-50%);
  border-radius: 50%;
  background: #033D87;
  transition: all 0.3s ease 0s;
}
.business-nav__item__arrow i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.business-nav__item__arrow i::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
}

.business-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 12vw, 12em);
          flex-direction: column;
  counter-reset: business-num;
}

.business-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.business-box__txt {
  z-index: 3;
  position: relative;
}
.business-box__txt__ttl {
  z-index: 1;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 1.25em;
  overflow: hidden;
  font-size: clamp(14px, 5vw, 24px);
}
.business-box__txt__ttl::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/brush_img04.webp) top right/contain no-repeat;
  content: "";
}
.business-box__txt__ttl::before {
  display: block;
  margin-bottom: 0.2em;
  content: counter(business-num, decimal-leading-zero);
  color: #033D87;
  font-weight: 600;
  font-size: 2em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.01em;
  counter-increment: business-num;
}
.business-box__txt__ttl span {
  position: relative;
  font-weight: 600;
}
.business-box__txt__txt {
  line-height: 2;
}

.business-box__img {
  z-index: 3;
  position: relative;
}

.business-box__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
  margin-top: clamp(3em, 6vw, 6em);
}

.business-box__list__box {
  width: 100%;
}
.business-box__list__box__ttl {
  padding: 0.5em 0 0.75em 2em;
  border-left: 1px solid #033D87;
  color: #033D87;
}
.business-box__list__box__ttl span {
  font-size: 1.14em;
}
.business-box__list__box__txt {
  padding: 0.5em 0 0.75em 2em;
  border-left: 1px solid #C9CED2;
}

/*--------------------------------------------------------------------/
	price
/--------------------------------------------------------------------*/
.price-intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
}
.price-intro__inner__inner {
  width: 100%;
  max-width: 870px;
}
.price-intro__ttl {
  margin-bottom: 0.5em;
  padding-block: 1em 0.75em;
  background: url(../img/common/brush_img05.webp) top left/contain no-repeat;
  font-weight: 600;
  font-size: clamp(14px, 5vw, 22px);
}
.price-intro__txt {
  margin-bottom: 2em;
}
.price-intro__list {
  width: 100%;
  font-size: 0.85em;
  font-size: clamp(7px, 2.5vw, 14px);
}
.price-intro__list th,
.price-intro__list td {
  padding: 1.25em 0;
  line-height: 1.2;
  vertical-align: middle;
}
.price-intro__list th {
  width: auto;
  border-bottom: 1px solid #033D87;
  font-weight: 600;
  font-size: 0.94em;
  text-align: left;
}
.price-intro__list th b {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 600;
  font-size: 1.2em;
}
.price-intro__list td {
  width: 40%;
  border-bottom: 1px solid #C9CED2;
  text-align: right;
}
.price-intro__notes {
  margin-top: 2em;
  font-size: 0.94em;
}
.price-intro__img {
  width: 100%;
}

.price_proposal {
  margin-top: clamp(6em, 12vw, 12em);
  padding: clamp(1.5em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 4vw, 4em);
  background: #033D87;
  color: #ffffff;
}
.price_proposal__ttl {
  margin-bottom: 1.5em;
  font-size: clamp(10px, 3.57vw, 20px);
  text-align: center;
}
.price_proposal__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 4%;
  row-gap: 2em;
          flex-direction: row;
      flex-wrap: wrap;
}
.price_proposal__box {
  width: 100%;
  width: 48%;
  font-size: clamp(9.5px, 3.39vw, 14px);
}
.price_proposal__box__img {
  width: 50%;
  margin-bottom: 1em;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
}
.price_proposal__box__ttl {
  margin-bottom: 0.75em;
  font-size: 1.25em;
  text-align: center;
}
.price_proposal__box__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
          box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
.works-intro {
  margin-bottom: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(24px, 2vw, 32px) 5%;
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.works-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 12vw, 12em);
          flex-direction: column;
}
.works-content.is-reverse .works-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.works-content.is-reverse .works-contentfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* works-slider */
.works-slider {
  position: relative;
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.works-slider.is-thumbnailslider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(24px, 3vw, 48px);
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}
.works-slider.is-thumbnailslider .works-slider__top__inner {
  max-width: 800px;
}
.works-slider.is-thumbnailcolumn .works-slider__top__inner {
  max-width: 780px;
}
.works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.works-slider__top {
  position: relative;
}
.works-slider__top__inner {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.works-slider__top .slick-nav-arrows .slick-arrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  top: 50%;
          align-items: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(3, 61, 135, .3);
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.works-slider__top .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.works-slider__top .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.works-slider__top .slick-nav-arrows .slick-arrow:hover {
  background: #033169;
}
.works-slider__top .slick-nav-arrows .slick-prev {
  -webkit-transform: translate(-50%, -50%);
  left: 0;
          transform: translate(-50%, -50%);
}
.works-slider__top .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.works-slider__top .slick-nav-arrows .slick-next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
          transform: translate(50%, -50%);
}
.works-slider__top .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.works-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.works-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-slider__top .sp-slide__inner > div,
.works-slider__top .sp-slide__inner figure,
.works-slider__top .sp-slide__inner a,
.works-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(8px, 1vw, 16px);
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.works-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #033D87;
  font-size: 0.8em;
}

.works-slider__thumbs {
  position: relative;
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
.works-slider__thumbs__inner {
  position: relative;
  width: 100%;
}
.works-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.works-slider__thumbs .sp-thumbnail {
  -webkit-transition: all 0.3s ease 0s;
  width: 14.16vw;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .sp-thumbnail:hover {
  border-color: #033D87;
}
.works-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.works-slider__thumbs .sp-thumbnail__inner > div,
.works-slider__thumbs .sp-thumbnail__inner figure,
.works-slider__thumbs .sp-thumbnail__inner a,
.works-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  line-height: 1;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #C9CED2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #C9CED2;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow:hover i {
  border-color: transparent;
  background: rgba(3, 49, 105, .6);
}
.works-slider__thumbs .slick-nav-arrows .slick-arrow:hover i::before {
  color: #ffffff;
}
.works-slider__thumbs .slick-nav-arrows .slick-prev {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: calc(100% - 10px);
          transform: translateY(-50%);
}
.works-slider__thumbs .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.works-slider__thumbs .slick-nav-arrows .slick-next {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: calc(100% - 10px);
          transform: translateY(-50%);
}
.works-slider__thumbs .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.works-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.works-slider__thumbs .slick-list {
  padding: 0 !important;
}
.works-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.works-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.works-singleimg__img {
  position: relative;
  max-width: 1080px;
  margin: auto;
  margin-bottom: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.works-singleimg__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-singleimg__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-singleimg__img__inner > div,
.works-singleimg__img__inner figure,
.works-singleimg__img__inner a,
.works-singleimg__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-singleimg__img figcaption {
  margin-top: 0.75em;
  font-size: 0.9em;
  line-height: 1.4;
}

/* works-singlecont*/
.works-singlecont {
  position: relative;
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
  padding: clamp(24px, 2.5vw, 40px) 5%;
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 5%;
  background: #ffffff;
}
.works-singlecont::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #033D87;
  content: "";
}

.works-pdf {
  margin-bottom: clamp(48px, 9vw, 144px);
  margin-bottom: clamp(3rem, 9vw, 9rem);
}
.works-pdf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-pdf__list li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25em 4% 1.25em 4.5em;
  border: 1px solid #C9CED2;
  color: #111111;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.works-pdf__list li a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.works-pdf__list li a::before {
  position: absolute;
  top: 0.8em;
  left: 1.25em;
  color: #C9CED2;
  font-size: 1.6em;
}
.works-pdf__list li a:hover {
  border-color: #033169;
  background: #033169;
  color: #ffffff;
}

.works-interview {
  margin-bottom: clamp(64px, 9vw, 144px);
  margin-bottom: clamp(4rem, 9vw, 9rem);
}
.works-interview__list > *:not(:last-child) {
  margin-bottom: clamp(48px, 8vw, 128px);
  margin-bottom: clamp(3rem, 8vw, 8rem);
}
.works-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.5em);
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1rem + 0.30303vw - 0.84848px);
  line-height: 1.5;
}
.works-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #033D87;
  content: "";
}
.works-interview__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.works-interview__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-interview__box__img__inner > div,
.works-interview__box__img__inner figure,
.works-interview__box__img__inner a,
.works-interview__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.works-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #5C7DB1;
}

/* works-video */
.works-video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3em, 6vw, 6em);
          flex-direction: column;
  margin-top: clamp(6em, 12vw, 12em);
}
.works-video__box__ttl {
  font-weight: 700;
  font-size: calc(1.14rem + 1.21212vw - 3.39394px);
  line-height: 1.4;
}
.works-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.works-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* works-table */
.works-table {
  margin-top: clamp(48px, 9vw, 144px);
  margin-top: clamp(3rem, 9vw, 9rem);
}
.works-table__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.works-table__box__inner {
  padding: clamp(1.5em, 2vw, 32px) 5% clamp(1em, 1.5vw, 32px);
  padding: clamp(1.5em, 2vw, 2rem) 5% clamp(1em, 1.5vw, 2rem);
  background: #F8F8F8;
}
.works-table__box__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  font-size: calc(1.25rem + 0.60606vw - 1.69697px);
  text-align: center;
}
.works-table__box__table {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.works-table__box__table tr {
  border-bottom: 1px solid #C9CED2;
}
.works-table__box__table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.works-table__box__table th {
  padding: 16px 0;
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
}

.works-access {
  margin-top: clamp(48px, 9vw, 144px);
  margin-top: clamp(3rem, 9vw, 9rem);
}
.works-access__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}
.works-access__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(1.25rem + 0.60606vw - 1.69697px);
}
.works-access__box__map__inner {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.works-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.works-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-message {
  position: relative;
  padding-top: clamp(8em, 16vw, 16em);
  padding-bottom: clamp(6em, 12vw, 12em);
  overflow: hidden;
  background: url(../img/lv2/message_bg.webp) top left no-repeat;
  color: #ffffff;
}
.company-message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background: url(../img/lv2/massage_bg_add.webp) top left/cover no-repeat;
  content: "";
}
.company-message .l-cont {
  z-index: 2;
  position: relative;
}
.company-message__inner {
  position: relative;
}
.company-message__ttl {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1em;
  font-size: clamp(16px, 5.71vw, 50px);
}
.company-message__ttl em {
  display: block;
  margin-bottom: 0.3em;
  color: #A0A9B4;
  font-style: normal;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.3em;
  text-transform: capitalize;
}
.company-message__ttl b {
  display: block;
  font-weight: 500;
}
.company-message__txt__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.company-message__txt__name {
  margin-top: clamp(2em, 3vw, 3em);
  font-weight: 700;
  font-size: 1.14em;
  text-align: right;
}
.company-message__pic__cap {
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.company-message__pic__cap .is-img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  background: #ffffff;
}
.company-message__pic__cap .is-txt {
  font-weight: 700;
  font-size: 1.25em;
}

.company-philosophy {
  position: relative;
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(6em, 12vw, 12em);
  overflow: hidden;
}
.company-philosophy .l-cont {
  z-index: 2;
  position: relative;
}

.company-philosophy__ttl {
  display: block;
  width: clamp(90px, 30%, 216px);
  margin-right: auto;
  margin-bottom: clamp(4em, 5vw, 5em);
  margin-left: auto;
}
.company-philosophy__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 5em;
          flex-direction: column;
}

.company-philosophy__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
}
.company-philosophy__box__ttl {
  z-index: 1;
  position: relative;
  padding-left: 1.37em;
  font-size: clamp(20px, 7.14vw, 24px);
}
.company-philosophy__box__ttl::before {
  z-index: -1;
  position: absolute;
  top: -1.25em;
  left: 0;
  width: 3.8em;
  height: 3.8em;
  background: url(../img/common/mark_img01.webp) top left/100% no-repeat;
  content: "";
}
.company-philosophy__box__ttl b {
  display: block;
  color: #033D87;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
.company-philosophy__box__ttl em {
  display: block;
  margin-top: 0.3em;
  color: #A0A9B4;
  font-style: normal;
  font-weight: 500;
  font-size: 0.5em;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.company-philosophy__box__txt {
  z-index: 1;
  position: relative;
  line-height: 2;
}

.company-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6em, 9vw, 9em);
          flex-direction: column;
  margin-bottom: clamp(96px, 12vw, 192px);
  margin-bottom: clamp(6rem, 12vw, 12rem);
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 3em);
  background: #F8F8F8;
}
.company-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-access__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.company-access__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: calc(2.25rem + 1.81818vw - 5.09091px);
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
}
.company-access__ttl b {
  display: block;
  color: #033D87;
  font-size: calc(1rem + 0.90909vw - 2.54545px);
  font-family: 'Noto Serif JP', sans-serif;
}
.company-access__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 6vw, 6em);
      flex-wrap: wrap;
}
.company-access__list > * {
  width: 100%;
}

.company-access__box__inner {
  container: access-box/inline-size;
}
.company-access__box__ttl {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: calc(1rem + 0.1634vw - 0.61438px);
}
.company-access__box__map {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 360px;
  overflow: hidden;
  background-color: #ffffff;
}
@container access-box (min-width:480px) {
  .company-access__box__map {
    padding-bottom: 40%;
  }
}
.company-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.company-access__box__txt {
  margin-top: 1em;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.contact-intro {
  margin-bottom: clamp(3em, 6vw, 6em);
}
.contact-intro__ttl {
  margin-bottom: 1em;
  padding-block: 2em;
  background: url(../img/common/mark_img01.webp) center center/contain no-repeat;
  font-size: clamp(11px, 3.93vw, 20px);
  text-align: center;
}
.contact-intro__txt {
  margin-bottom: 2em;
}
.contact-intro__txt .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.contact-intro__tel {
  padding: clamp(1.5em, 3vw, 3em) clamp(1.5em, 5%, 3em);
  background: url(../img/common/bg_sand.webp) top left repeat;
}
.contact-intro__tel__ttl {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: clamp(11px, 3.93vw, 20px);
  text-align: center;
}
.contact-intro__tel__tel {
  text-align: center;
}
.contact-intro__tel__time {
  letter-spacing: 0.01em;
}
.contact-intro__tel__num {
  font-size: clamp(11px, 3.93vw, 16px);
}
.contact-intro__tel__num .tel-link {
  font-weight: 600;
  font-size: 1.5em;
}
.contact-intro__tel__num .tel-link a {
  color: #111111;
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.contact-flex__aside {
  position: relative;
}

.contact-textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(32px, 4vw, 64px);
  row-gap: clamp(2rem, 4vw, 4rem);
          flex-direction: column;
  padding-bottom: clamp(48px, 6vw, 96px);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.contact-box {
  position: relative;
}
.contact-box__ttl {
  position: relative;
  margin-bottom: clamp(16px, 1.5vw, 24px);
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-weight: 700;
  font-size: calc(1.14rem + 0.45455vw - 1.27273px);
}
.contact-step ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
  width: 100%;
  padding: 1em 1.25em;
  border: 1px solid #C9CED2;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 1.07em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: clamp(12px, 1vw, 16px);
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.contact-step ol li:not(:last-child)::before {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: calc(1.25em + 8px);
  width: 1px;
  height: 100%;
  background: #C9CED2;
  content: "";
}
.contact-step ol li span {
  z-index: 3;
  position: relative;
  width: 32px;
  width: 2rem;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #979DA4;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now {
  border-color: #033D87;
}
.contact-step ol li.now span::before {
  background: #033D87;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #033D87;
  font-weight: 700;
  font-size: calc(1.25rem + 0.75758vw - 2.12121px);
  letter-spacing: 0;
  text-align: center;
}

.contact-mail {
  padding: 24px 6%;
  padding: 1.5rem 6%;
  border: 1px solid #979DA4;
}
.contact-mail__ttl {
  position: relative;
  margin-bottom: clamp(16px, 2vw, 32px);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.15152vw - 0.42424px);
  text-align: center;
}
.contact-mail__ttl::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  width: 64px;
  width: 4rem;
  height: 3px;
  border-radius: 2px;
  background: #033D87;
  content: "";
}

.contact-privacy {
  border: 1px solid #979DA4;
}
.contact-privacy__ttl {
  position: relative;
  padding-bottom: clamp(16px, 1.5vw, 24px);
  padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.3268vw - 1.22876px);
  text-align: center;
}
.contact-privacy .txt {
  font-size: 0.94em;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 500;
  vertical-align: top;
}
.contact-table th span {
  margin-left: 4.8px;
  margin-left: 0.3rem;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-size: 0.8125em;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
}
input.long,
select.long {
  width: 100%;
}
input.middle,
select.middle {
  width: 100%;
}
input.short,
select.short {
  width: 100%;
}
input.mini,
select.mini {
  width: 10em;
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  font-family: inherit;
}

.form-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  letter-spacing: 0.1em;
}
.form-btn .chack-btn {
  position: relative;
}
.form-btn .chack-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .chack-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .chack-btn:hover::after {
  color: #ffffff;
}
.form-btn .chack-btn:hover input,
.form-btn .chack-btn:hover a {
  background-color: #033169;
  color: #ffffff;
}
.form-btn .chack-btn input,
.form-btn .chack-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  background-color: #033D87;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn {
  position: relative;
}
.form-btn .back-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .back-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .back-btn:hover::after {
  color: #ffffff;
}
.form-btn .back-btn:hover input,
.form-btn .back-btn:hover a {
  background-color: #033169;
  color: #ffffff;
}
.form-btn .back-btn input,
.form-btn .back-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  background-color: #232729;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn {
  position: relative;
}
.form-btn .sub-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .sub-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .sub-btn:hover::after {
  color: #ffffff;
}
.form-btn .sub-btn:hover input,
.form-btn .sub-btn:hover a {
  border-color: #232729;
  background-color: #033169;
  color: #ffffff;
}
.form-btn .sub-btn input,
.form-btn .sub-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-color: #232729;
  background-color: #033D87;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

/* radio-btn */
.wpcf7-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-radio label {
  cursor: pointer;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=radio] + .wpcf7-list-item-label {
  font-size: 1.07em;
  vertical-align: top;
}
input[type=radio] + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  border-radius: 100%;
  background: #fdfdfd;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 5px #f6f6f6;
  background-color: #033D87;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #033D87;
  outline: none;
}
input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #fdfdfd;
          box-shadow: inset 0 0 0 4px #979DA4;
}
input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/* chack-btn */
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 31.2px;
  }
}
input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.5em;
          flex-direction: column;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.wpcf7-checkbox label {
  cursor: pointer;
}

.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}
.check-box .wpcf7-list-item-label {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.check-box .wpcf7-list-item-label::before, .check-box .wpcf7-list-item-label::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #033D87;
  content: "";
  transition: opacity ease 0.5;
}
.check-box .wpcf7-list-item-label::before {
  -webkit-transform: rotate(-135deg);
  top: 22.36px;
  left: 10.4px;
          transform: rotate(-135deg);
}
.check-box .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  top: 13px;
  left: 0.78px;
          transform: rotate(-45deg);
}

input[type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-list-item-label.checked {
  border-color: #033D87;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item-label.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item-label.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #ffffff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #ffffff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

.wpcf7-not-valid-tip {
  margin-top: 0.7em;
  font-size: 0.875em !important;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* form-parts
----------------------------------------------------------------*/
select, textarea, input {
  padding: 1em;
  border: 1px solid #979DA4;
  background-color: #fdfdfd;
  line-height: 1.5;
}
select:focus, textarea:focus, input:focus {
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
}

input:-ms-input-placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
  color: #979DA4;
}

textarea {
  height: 10em;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.blog-intro {
  margin-bottom: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(24px, 2vw, 32px) 5%;
  padding: clamp(1.5rem, 2vw, 2rem) 5%;
  background: #f6f6f6;
}

.contents-left {
  width: 100%;
}

/*-------------------------------------------------------/
//wp-block
--------------------------------------------------------*/
h2.wp-block-heading {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1.25rem + 0.90909vw - 2.54545px);
}
h2.wp-block-heading::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4em;
  height: 1px;
  background: #033D87;
  content: "";
}

h3.wp-block-heading {
  position: relative;
  margin-bottom: 1em !important;
  padding-left: 1em;
  font-size: calc(1.14rem + 1.06061vw - 2.9697px);
}
h3.wp-block-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #033D87;
  content: "";
}

h4.wp-block-heading {
  position: relative;
  margin-bottom: 1em !important;
  padding: 0.5em 1em;
  background: #f6f6f6;
  font-size: calc(1rem + 0.90909vw - 2.54545px);
}

h5.wp-block-heading {
  position: relative;
  margin-bottom: 1.25em !important;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #C9CED2;
  font-size: calc(1.07rem + 0.5303vw - 1.48485px);
}

h6.wp-block-heading {
  position: relative;
  margin-bottom: 0.75em !important;
  padding-left: 1.35em;
  font-size: calc(1rem + 0.30303vw - 0.84848px);
}
h6.wp-block-heading::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.75em;
  height: 3px;
  background: #033D87;
  content: "";
}

ul.wp-block-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  text-align: left;
}
ul.wp-block-list.is-main li::before {
  color: #033D87;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.5;
}
ul.wp-block-list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  color: #033D87;
  font-size: 0.7em;
}

ol.wp-block-list {
  margin-left: 5px;
  counter-reset: ol-num;
}
ol.wp-block-list > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}
ol.wp-block-list > li::before {
  padding-right: 0.5em;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
ol.wp-block-list > li:not(:last-child) {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

.wp-block-table thead {
  border-bottom-width: 1px !important;
  background: #F0F3F6;
}
.wp-block-table th,
.wp-block-table td {
  border-color: #C9CED2 !important;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  width: 100%;
}

[id*=wp-block-file--media] {
  margin-right: 1.5em;
}

.wp-block-file__button {
  -webkit-transition: all 0.3s ease 0s;
  margin-left: 0 !important;
  padding: 0.75em 1.5em !important;
  background: #033D87 !important;
  font-size: 1.25em !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-block-file__button:hover {
  background: #033169 !important;
}

.wp-lightbox-overlay.zoom.active .scrim {
  background-color: rgba(0, 0, 0, .75) !important;
}

.wp-lightbox-overlay .close-button {
  fill: #ffffff !important;
}
.wp-lightbox-overlay .close-button svg:not([fill]) {
  fill: #ffffff !important;
}

:where(.wp-block-columns.is-layout-flex) {
  row-gap: clamp(1em, 2vw, 2em) !important;
}

/*-------------------------------------------------------/
//Easy Table of Contents
--------------------------------------------------------*/
#ez-toc-container {
  margin-bottom: clamp(3em, 6vw, 6em) !important;
  border-width: 1px;
  border-radius: 0;
  border-color: #C9CED2 !important;
}

/* 目次タイトルの背景色と余白調整 */
#ez-toc-container .ez-toc-title-container,
#ez-toc-container {
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.5em;
  background: #033D87;
}

/* 目次タイトルの余白とカラー */
div#ez-toc-container .ez-toc-title {
  display: block;
  color: #ffffff !important;
}

/* 目次内の上下余白調整 */
#ez-toc-container .ez-toc-list {
  padding: 1em 1.5em;
}

.ez-toc-js-icon-con {
  border: none !important;
}

/* 見出しの下線 */
#ez-toc-container .ez-toc-list li {
  display: block;
  border-bottom: 1px dashed #C9CED2;
}
#ez-toc-container .ez-toc-list li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list li:last-child {
  border: 0;
}

/* 目次開閉ボタン位置調整 */
.ez-toc-title-toggle {
  position: absolute;
  top: 0.65em;
  right: 2.5%;
}

/* 目次開閉ボタンデザイン */
#ez-toc-container .ez-toc-js-icon-con {
  width: 33px;
  border: none;
  border-radius: 0;
  background: #f6f6f6;
}

/* スマホ向けのサイズと位置調整 */
.wp-block-heading .ez-toc-section {
  margin-top: calc(-1em - 68px);
  padding-top: calc(1em + 68px);
}

/*-------------------------------------------------------/
//Easy Table of Contents
--------------------------------------------------------*/
#ez-toc-container {
  margin-bottom: clamp(3em, 6vw, 6em) !important;
  border-width: 1px;
  border-radius: 0;
  border-color: #C9CED2 !important;
}

/* 目次タイトルの背景色と余白調整 */
#ez-toc-container .ez-toc-title-container,
#ez-toc-container {
  display: block;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.5em;
  background: #033D87;
}

/* 目次タイトルの余白とカラー */
div#ez-toc-container .ez-toc-title {
  display: block;
  color: #ffffff !important;
}

/* 目次内の上下余白調整 */
#ez-toc-container .ez-toc-list {
  padding: 1em 1.5em;
}

.ez-toc-js-icon-con {
  border: none !important;
}

/* 見出しの下線 */
#ez-toc-container .ez-toc-list li {
  display: block;
  border-bottom: 1px dashed #C9CED2;
}
#ez-toc-container .ez-toc-list li a {
  display: block;
  padding: 0.5em 0;
  line-height: 1.5;
}

#ez-toc-container .ez-toc-list li:last-child {
  border: 0;
}

/* 目次開閉ボタン位置調整 */
.ez-toc-title-toggle {
  position: absolute;
  top: 0.65em;
  right: 2.5%;
}

/* 目次開閉ボタンデザイン */
#ez-toc-container .ez-toc-js-icon-con {
  width: 33px;
  border: none;
  border-radius: 0;
  background: #f6f6f6;
}

/* スマホ向けのサイズと位置調整 */
.wp-block-heading .ez-toc-section {
  margin-top: calc(-1em - 68px);
  padding-top: calc(1em + 68px);
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
.aside-cont__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(32px, 4vw, 64px);
  row-gap: clamp(2rem, 4vw, 4rem);
          flex-direction: column;
}

.aside-box__ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.3em 0 0.5em;
  border-bottom: 2px solid #C9CED2;
  font-weight: 700;
  font-size: 1.25em;
}
.aside-box__ttl::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4em;
  height: 1px;
  background: #033D87;
  content: "";
}
.aside-box__list.is-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.aside-box__list.is-category li {
  border-bottom: 1px solid #E5E9EC;
}
.aside-box__list.is-category li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  padding: 0.75em 0.5em 0.75em 0.2em;
  color: #111111;
  text-decoration: none !important;
}
.aside-box__list.is-category li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #033D87;
  content: "";
  transition: all 0.3s ease 0s;
}
.aside-box__list.is-category li a:hover::before {
  width: 100%;
}
.aside-box__list.is-category li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.aside-box__list.is-category li a .is-text {
  font-weight: 500;
}

.select-display {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 1em;
  border: 1px solid #C9CED2;
}
.select-display__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: 16px;
  right: 1rem;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease 0s;
}
.select-display__btn i {
  color: #979DA4;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.select-display.is-active .select-display__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select-display .is-text {
  display: block;
  width: 85%;
}

.select-list.is-active {
  z-index: 2;
  position: relative;
  top: -1px;
  width: 100%;
  padding: 0.75em 1em 1.25em;
  border: 1px solid #C9CED2;
  background: #ffffff;
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li {
  border-bottom: 1px solid #E5E9EC;
}
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a {
  display: block;
  position: relative;
  padding: 0.75em 0.5em 0.75em 0;
  color: #111111;
  text-decoration: none !important;
}
.wp-block-categories-list li a::before,
.wp-block-archives-list li a::before,
.wp-block-latest-posts__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #033D87;
  content: "";
  transition: all 0.3s ease 0s;
}
.wp-block-categories-list li a:hover::before,
.wp-block-archives-list li a:hover::before,
.wp-block-latest-posts__list li a:hover::before {
  width: 100%;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #111111;
  font-size: 16px !important;
  font-size: 1rem !important;
}
.tag-cloud-link:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.tag-cloud-link {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.tag-cloud-link::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #033D87;
  content: "";
  transition: all 0.3s ease 0s;
}
.tag-cloud-link:hover {
  color: #033D87;
}
.tag-cloud-link:hover::before {
  color: #033D87;
}
.tag-cloud-link:hover::after {
  width: 100%;
}

/* calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: separate;
}

.calendar_wrap {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #C9CED2;
}

.wp-calendar-table {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.wp-calendar-table caption {
  padding: 4.8px 2%;
  padding: 0.3rem 2%;
  font-weight: 500;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #ffffff;
  background: #f6f6f6;
  font-size: 0.94em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #033D87;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #275997;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #ffffff;
}
.wp-calendar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
}
.wp-calendar-nav a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 0.2em 16px;
  padding: 0.2em 1rem;
  background-color: #f6f6f6;
  color: #111111;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #033D87;
  color: #ffffff;
}

/*--------------------------------------------------------------------/
	search-form
/--------------------------------------------------------------------*/
.wp-block-search__inside-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #C9CED2 !important;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 50px);
  height: 44px;
  padding: 0 10px !important;
  border: none;
  outline: 0;
  background: #ffffff;
}

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 44px !important;
  margin: 0;
  padding: 2px !important;
  border: none !important;
  background: #033D87 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: center;
  vertical-align: bottom !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s;
}
.wp-block-search__button:hover {
  background-color: #033169 !important;
  color: #ffffff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives-dropdown {
  position: relative;
  margin-top: 1em;
}
.wp-block-archives-dropdown:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.wp-block-archives-dropdown::after {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  color: #979DA4;
  font-size: 20.96px;
  font-size: 1.31rem;
  line-height: 1;
}
.wp-block-archives-dropdown > label {
  display: none !important;
}
.wp-block-archives-dropdown select {
  position: relative;
  width: 100% !important;
  padding-right: 1.5em;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  overflow: hidden;
  background: right center/cover no-repeat;
  background-image: url(../img/lv2/lv2-main_sp.webp);
}
.main-view__inner {
  position: relative;
  height: 320px;
}
.main-view .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 100%;
}

.main-view__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: clamp(16px, 5.71vw, 50px);
  line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
}
.main-view__ttl > em {
  display: block;
  margin-bottom: 0.3em;
  color: #4B4D4E;
  font-style: normal;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.3em;
  text-transform: capitalize;
}
.main-view__ttl > span {
  display: block;
  font-weight: 500;
}
.main-view__ttl > span.is-404 {
  color: #ffffff;
  font-weight: 500;
  font-size: calc(2.5rem + 2.42424vw - 6.78788px);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.02em;
}
.main-view__ttl > span.is-category {
  display: inline-block;
  margin-top: 0.1em;
  color: #111111;
  font-weight: 700;
  font-size: calc(1rem + 1.21212vw - 3.39394px);
  letter-spacing: 0;
}
.main-view__ttl > span.is-category b {
  display: inline-block;
  width: 0.6em;
  height: 0.1em;
  margin: 0 0.5em 0.2em;
  background: #111111;
  content: "";
  font-weight: 700;
  vertical-align: middle;
}
.main-view__ttl > span.is-category span {
  display: inline-block;
  color: #033D87;
}
.main-view__ttl > span.is-archive {
  margin-top: 0.3em;
  color: #111111;
  font-weight: 700;
  font-size: calc(1.25rem + 1.51515vw - 4.24242px);
}

.main-view__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1em, 2vw, 32px);
  row-gap: clamp(1em, 2vw, 2rem);
          flex-direction: column;
  color: #ffffff;
}
.main-view__txt__sub {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: clamp(10px, 3.57vw, 22px);
  line-height: 1.4;
}
.main-view__txt__sub em {
  display: block;
  color: #4B4D4E;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: capitalize;
}
.main-view__txt__sub span {
  display: block;
  padding-left: 0.2em;
  color: #ffffff;
  font-weight: 700;
}
.main-view__txt__ttl {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: calc(1.14rem + 2.27273vw - 6.36364px);
  line-height: 1.4;
}
.main-view__txt__category li {
  display: inline-block;
  margin-right: 0.2em;
}

.contents {
  padding-top: clamp(3em, 6vw, 9em);
}
.contents.is-none {
  padding-top: 0;
}

.common-column4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 5vw, 80px);
  row-gap: clamp(3rem, 5vw, 5rem);
          flex-direction: column;
}
.common-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-category__list li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          column-gap: 0.5em;
  color: #111111;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.common-category__list li a .is-circle {
  padding-top: 0.5em;
  font-size: 0.7em;
  text-decoration: none !important;
}
.common-category__list li a .is-text {
  font-weight: 500;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.common-flex__aside {
  position: relative;
}

.common-flex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex__list.is-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  row-gap: clamp(24px, 3vw, 48px);
  row-gap: clamp(1.5rem, 3vw, 3rem);
          flex-direction: column;
}

/*--------------------------------------------------------------------/
	404 page
/--------------------------------------------------------------------*/
.cont-404__inner {
  padding: clamp(32px, 4vw, 64px) 5%;
  padding: clamp(2rem, 4vw, 4rem) 5%;
  border: 1px solid #C9CED2;
  background: #ffffff;
}
.cont-404__ttl {
  margin-bottom: clamp(24px, 2vw, 32px);
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  font-size: calc(1.14rem + 0.45455vw - 1.27273px);
  text-align: center;
}
.cont-404__ttl span {
  display: inline-block;
  position: relative;
}

/*--------------------------------------------------------------------/
	single-page
/--------------------------------------------------------------------*/
.single-cont__txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.single-cont__txt::after {
  display: block;
  clear: both;
  content: "";
}
.single-cont__thumbnail {
  width: 50%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-left: 6%;
  float: right;
}
.single-cont__foot {
  padding-top: clamp(48px, 5vw, 80px);
  padding-top: clamp(3rem, 5vw, 5rem);
}

.single-cont__tag {
  margin-bottom: 1em;
}
.single-cont__tag a {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #111111;
  font-size: 0.94em;
}
.single-cont__tag a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-cont__tag a {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.single-cont__tag a::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #033D87;
  content: "";
  transition: all 0.3s ease 0s;
}
.single-cont__tag a:hover {
  color: #033D87;
}
.single-cont__tag a:hover::before {
  color: #033D87;
}
.single-cont__tag a:hover::after {
  width: 100%;
}

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

.single-sub {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-date {
  margin-right: 16px;
  margin-right: 1rem;
  color: #979DA4;
  line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
}

/* align */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .business-intro__img {
    width: 70%;
    margin-left: 30%;
  }
  .common-flex__list.is-col1 {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
  .common-flex__list.is-col2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .common-flex__list.is-col3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: clamp(2rem, 3vw, 3rem);
        flex-wrap: wrap;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
  .single-sub {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .breadcrumb__list {
    font-size: 0.75em;
  }
  .about-intro {
    background-image: url(../img/lv2/about_intro_pc.webp);
  }
  .about-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
            flex-direction: row;
  }
  .about-intro__img {
    width: 42%;
  }
  .about-intro__txt {
    width: 50%;
  }
  .about-intro__txt__ttl {
    padding-left: 5%;
  }
  .about-intro__txt__txt {
    padding-left: 5%;
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .about-values__ttl {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .about-values__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .about-values__box {
    width: 30%;
  }
  .about-values__box__txt {
    font-size: clamp(11.5px, 1.5vw, 15px);
  }
  .about-numbers__txt {
    font-size: clamp(10px, 1.3vw, 16px);
  }
  .about-numbers__list {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .about-numbers__list__item {
    width: 46%;
  }
  .business-intro::before {
    top: -5vw;
    left: 47%;
    width: 36%;
  }
  .business-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .business-intro__txt {
    width: 50%;
  }
  .business-intro__txt__ttl {
    font-size: clamp(30px, 3.91vw, 82px);
  }
  .business-intro__txt__txt {
    font-size: clamp(14px, 1.82vw, 20px);
  }
  .business-intro__img {
    width: 40.5%;
    margin-left: 0;
  }
  .business-nav__list {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .business-nav__item {
    width: 32%;
  }
  .business-box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            column-gap: 4%;
            justify-content: space-between;
    width: 100%;
  }
  .business-box:nth-of-type(odd) .business-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .business-box__txt {
    width: 48%;
  }
  .business-box__txt__inner {
    max-width: 620px;
  }
  .business-box__txt__ttl {
    font-size: clamp(24px, 3.13vw, 36px);
  }
  .business-box__txt__txt {
    font-size: clamp(14px, 1.82vw, 17px);
  }
  .business-box__img {
    width: 43.75%;
  }
  .business-box__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
    gap: 2em 4%;
  }
  .business-box__list__box {
    width: 48%;
  }
  .price-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
            justify-content: space-between;
  }
  .price-intro__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    width: 60%;
    padding-left: 7%;
  }
  .price-intro__ttl {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .price-intro__list {
    font-size: 0.94em;
  }
  .price-intro__img {
    width: 30.2%;
  }
  .price_proposal {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 8%, 8em) clamp(3em, 5vw, 5em);
  }
  .price_proposal__ttl {
    font-size: clamp(20px, 2.6vw, 36px);
  }
  .works-slider__thumbs .slick-nav-arrows .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .works-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .works-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .works-interview__box__flex .works-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    padding-top: 1rem;
  }
  .works-interview__box__catch {
    font-size: calc(1rem + 0.72115vw - 5.53846px);
  }
  .works-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .works-table__box__inner {
    padding: clamp(2em, 2.5vw, 3rem) 8% clamp(2em, 3vw, 3.5rem);
  }
  .works-access__box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 46% 50%;
            column-gap: 4%;
  }
  .works-access__box__ttl {
    -ms-flex-item-align: end;
    grid-row: 1/2;
    grid-column: 1/2;
        align-self: end;
    font-size: calc(1.25rem + 1.68269vw - 12.92308px);
  }
  .works-access__box__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .works-access__box__map__inner {
    padding-bottom: 50%;
  }
  .works-access__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .company-philosophy__list {
    row-gap: clamp(3em, 6vw, 6em);
  }
  .company-philosophy__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company-philosophy__box__ttl {
    width: 35%;
    min-height: 200px;
    padding-right: 5%;
    padding-left: 1.5em;
    border-right: 1px solid #A0A9B4;
    font-size: clamp(28px, 3.65vw, 50px);
  }
  .company-philosophy__box__ttl::before {
    top: -1.37em;
    width: 4em;
    height: 4em;
  }
  .company-philosophy__box__txt {
    width: 65%;
    padding-left: 5%;
  }
  .company-table {
    padding: clamp(3em, 6vw, 6em) clamp(1.5em, 8%, 8em);
  }
  .company-access__list.is-multiple {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .company-access__list.is-multiple > * {
    width: 48%;
  }
  .contact-intro__ttl {
    font-size: clamp(20px, 2.6vw, 32px);
  }
  .contact-intro__txt {
    text-align: center;
  }
  .contact-intro__tel__num {
    font-size: clamp(16px, 2.08vw, 24px);
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .main-view__inner {
    height: 380px;
    background-image: url(../img/lv2/lv2-main_tb.webp);
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .cont-404__txt {
    text-align: center;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}

@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .about-values__box {
    width: 25%;
  }
  .price_proposal__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .price_proposal__box {
    width: 23.5%;
  }
  .works-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 8px;
  }
  .works-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-slider.is-thumbnailcolumn .works-slider__top {
    width: 65.55%;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs {
    width: 31.11%;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs .sp-thumbnail {
    width: 31.25%;
  }
  .works-slider__top .slick-nav-arrows .slick-arrow {
    width: 64px;
    height: 64px;
  }
  .works-slider__top .slick-nav-arrows .slick-arrow i {
    font-size: 2rem;
  }
  .works-slider__thumbs .slick-nav-arrows .slick-prev {
    right: 99%;
  }
  .works-slider__thumbs .slick-nav-arrows .slick-next {
    left: calc(99% - 5px);
  }
  .works-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .works-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .works-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1em;
        flex-wrap: wrap;
  }
  .works-pdf__list > * {
    width: 49%;
  }
  .works-interview__box__flex .works-interview__box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .works-interview__box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .works-video__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 37.5%;
            column-gap: 10%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .works-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.5rem + 1.53846vw - 16.61538px);
  }
  .works-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .works-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .works-table__box__inner {
    padding: clamp(2em, 3.5vw, 4rem) 10% clamp(2em, 3vw, 3.5rem);
  }
  .works-table__box__table th {
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
  .works-table__box__table td {
    padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  }
  .company-message__inner {
    -webkit-column-gap: 9.73%;
       -moz-column-gap: 9.73%;
    display: grid;
    grid-template-columns: 59.72% 30.55%;
            column-gap: 9.73%;
  }
  .company-message__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .company-message__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .company-message__txt__txt {
    line-height: 2;
  }
  .company-message__pic {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: clamp(2rem, 3vw, 3rem);
  }
  .company-table__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .company-table__ttl {
    width: 30.9%;
  }
  .company-table__table {
    width: 65.55%;
  }
  .company-access__list.is-multiple .company-access__box__map {
    padding-bottom: 66.6%;
  }
  .contact-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-flex__main {
    width: 75%;
  }
  .contact-flex__aside {
    width: 22%;
  }
  .contact-box__ttl {
    font-size: calc(1.25rem + 0.76923vw - 8.30769px);
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li {
    font-size: calc(0.94rem + 0.19231vw - 2.07692px);
  }
  .contact-form__ttl {
    font-size: calc(1.5rem + 1.92308vw - 20.76923px);
  }
  .contact-mail {
    padding: clamp(1.5rem, 3vw, 3rem) 10% clamp(2rem, 3.5vw, 3rem);
  }
  .contact-privacy {
    max-height: 300px;
    margin-top: 1.5rem;
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #C9CED2 #ffffff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 8px;
    background: #C9CED2;
            box-shadow: inset 0 0 0 1px #ffffff;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
  }
  .contact-privacy__ttl::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #033D87;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
    line-height: 1.5;
  }
  .contact-table td {
    width: auto;
  }
  .blog-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside-cont.is-sticky {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .aside-box__ttl {
    font-size: calc(1.14rem + 0.76923vw - 8.30769px);
  }
  .wp-block-categories-list li a,
  .wp-block-archives-list li a,
  .wp-block-latest-posts__list li a {
    font-size: 0.94em;
  }
  .main-view__inner {
    height: 36vw;
    background-image: url(../img/lv2/lv2-main_pc.webp);
  }
  .common-category {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3%;
  }
  .common-category__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(130px, 10%, 144px);
    padding-top: 0.2em;
    font-size: calc(1.14rem + 0.76923vw - 8.30769px);
  }
  .common-category__list {
    -ms-flex-wrap: wrap;
    -ms-flex-negative: 1;
        flex-shrink: 1;
        flex-wrap: wrap;
    gap: 0.75em 0.5em;
  }
  .common-category__list li a {
    padding: 0.4em 1.25em 0.4em 1em;
    border: 1px solid #C9CED2;
    border-radius: 999px;
  }
  .common-category__list li a:hover {
    border-color: #033169;
    color: #033169;
  }
  .common-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .common-flex__main {
    width: 72%;
  }
  .common-flex__aside {
    width: 25%;
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 4.5%;
       -moz-column-gap: 4.5%;
            column-gap: 4.5%;
  }
  .common-flex__list.is-col2 > * {
    -ms-flex-preferred-size: 47.75%;
        flex-basis: 47.75%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 1.25%;
       -moz-column-gap: 1.25%;
            column-gap: 1.25%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
  }
}

@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}

@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .about-intro__txt__txt {
    font-size: 1.25rem;
  }
  .about-values__ttl {
    font-size: 3rem;
  }
  .about-values__box__txt {
    font-size: 1.06rem;
  }
  .about-numbers__ttl {
    font-size: 3.44rem;
  }
  .about-numbers__txt {
    font-size: 1.13rem;
  }
  .about-numbers__list__item .is-num__num {
    font-size: 6.88rem;
  }
  .about-numbers__area__ttl {
    font-size: 2.5rem;
  }
  .about-numbers__area__txt {
    font-size: 1.25rem;
  }
  .business-intro__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .business-intro__txt__inner {
    max-width: 700px;
  }
  .business-intro__txt__txt {
    font-size: 1.25rem;
  }
  .business-nav__item__ttl {
    font-size: 1.25rem;
  }
  .business-box__txt {
    width: calc(50% - 100px);
    padding-top: 2em;
  }
  .business-box__txt__inner {
    width: 620px;
  }
  .business-box__txt__ttl {
    font-size: 2.25rem;
  }
  .business-box__txt__txt {
    font-size: 1.06rem;
  }
  .price-intro__inner {
    padding-left: 48px;
  }
  .price-intro__ttl {
    font-size: 3rem;
  }
  .price_proposal__ttl {
    font-size: 2.5rem;
  }
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 10px;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    row-gap: 1rem;
  }
  .works-singlecont {
    padding: 3rem 8%;
  }
  .works-interview__box__catch {
    font-size: 1.5rem;
  }
  .works-video__box__ttl {
    font-size: 2rem;
  }
  .works-table__box__ttl {
    font-size: 1.75rem;
  }
  .works-table__box__table th {
    width: 225px;
  }
  .works-access__box__ttl {
    font-size: 2.25rem;
  }
  .works-access__box__map__inner {
    padding-bottom: 460px;
  }
  .company-message__ttl {
    font-size: 3.44rem;
  }
  .company-philosophy__ttl {
    width: 100%;
    max-width: 216px;
  }
  .company-philosophy__box__ttl {
    font-size: 3.44rem;
  }
  .company-access__ttl em {
    font-size: 3.75rem;
  }
  .company-access__ttl b {
    font-size: 1.75rem;
  }
  .company-access__box__ttl {
    font-size: 1.13rem;
  }
  .contact-intro__ttl {
    font-size: 2rem;
  }
  .contact-intro__tel__ttl {
    font-size: 1.5rem;
  }
  .contact-intro__tel__num {
    font-size: 1.5rem;
  }
  .contact-flex__main {
    width: 65.27%;
  }
  .contact-flex__aside {
    width: 22.5%;
  }
  .contact-box__ttl {
    font-size: 1.5rem;
  }
  .contact-step ol li {
    font-size: 1.07em;
  }
  .contact-form__ttl {
    font-size: 2.25rem;
  }
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.38rem;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  h3.wp-block-heading {
    font-size: 2rem;
  }
  h4.wp-block-heading {
    font-size: 1.75rem;
  }
  h5.wp-block-heading {
    font-size: 1.5rem;
  }
  h6.wp-block-heading {
    font-size: 1.25rem;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .aside-box__ttl {
    font-size: 1.38rem;
  }
  .main-view__inner {
    height: 520px;
  }
  .main-view__ttl {
    font-size: 3.44rem;
  }
  .main-view__ttl > span.is-404 {
    font-size: 4.5rem;
  }
  .main-view__ttl > span.is-category {
    font-size: 1.75rem;
  }
  .main-view__ttl > span.is-category b {
    font-size: 2.25rem;
  }
  .main-view__ttl > span.is-category span {
    font-size: 2.25rem;
  }
  .main-view__ttl > span.is-archive {
    font-size: 2.5rem;
  }
  .main-view__txt__sub {
    font-size: 1.75rem;
  }
  .main-view__txt__ttl {
    font-size: 3rem;
  }
  .common-category__ttl {
    font-size: 1.38rem;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2.8%;
       -moz-column-gap: 2.8%;
            column-gap: 2.8%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 31.46%;
        flex-basis: 31.46%;
  }
  .cont-404__ttl {
    font-size: 1.5rem;
  }
  .cont-404__txt {
    font-size: 1.13rem;
  }
}

@media (min-width: 1553px) and (max-width: 1712px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}

@media (min-width: 1713px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .about-add__img {
    width: 100%;
    max-width: 964px;
  }
  .business-intro__txt__ttl {
    font-size: 5.13rem;
  }
}

@media (min-width: 1921px) {
  .about-values__inner {
    max-width: 62.5vw;
  }
  .about-numbers__inner__inner {
    max-width: 52.08vw;
  }
  .about-numbers__area__inner__inner {
    max-width: 52.08vw;
  }
  .price-intro__inner__inner {
    max-width: 45.31vw;
  }
  .main-view__inner {
    height: 27.08vw;
  }
}

@media (max-width: 767px) and (min-width: 1921px) {
  .about-values__box {
    max-width: 18.75vw;
  }
}

@media (min-width: 1713px) and (min-width: 1921px) {
  .about-add__img {
    max-width: 50.2vw;
  }
}

@media (min-width: 1553px) and (min-width: 1921px) {
  .business-intro__txt__inner {
    max-width: 36.45vw;
  }
  .company-philosophy__ttl {
    max-width: 11.25vw;
  }
}

@media (max-width: 1712px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}

@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .works-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 4px;
  }
  .works-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .works-slider.is-thumbnailcolumn .works-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .works-slider__top {
    margin-bottom: 1.5rem;
  }
  .works-slider__top .slick-nav-arrows .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .works-slider__top .slick-nav-arrows .slick-arrow i {
    font-size: 1.13rem;
  }
  .works-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .works-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .works-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.5em;
            flex-direction: column;
  }
  .works-video__box__ttl {
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
  .works-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .works-table__box__table th {
    display: block;
    padding-bottom: 0;
  }
  .works-table__box__table td {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
    padding-left: 0;
  }
  .company-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    width: 100%;
  }
  .company-message__pic {
    max-width: 300px;
    margin-bottom: 1em;
  }
  .company-message__pic__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
  }
  .company-table__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-flex__aside {
    display: none;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
  }
  .contact-privacy__ttl .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__ttl .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__ttl .privacy-btn.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
  }
  .contact-table th, .contact-table td {
    display: block;
    padding: 0;
  }
  .contact-table td {
    padding: 1em 0 2em;
  }
  .main-view__txt__category .category-item {
    font-size: 0.75em;
  }
  .common-category__ttl {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0 0.5rem;
    border-bottom: 1px solid #C9CED2;
    font-weight: 500;
    font-size: 1.25em;
    font-family: 'Barlow Condensed', sans-serif;
  }
  .common-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-category__list li {
    border-bottom: 1px solid #E5E9EC;
  }
  .common-category__list li a {
    padding: 0.75em 0.5em 0.75em 0.2em;
  }
  .common-category__list li a::before {
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #033D87;
    content: "";
    transition: all 0.3s ease 0s;
  }
  .common-category__list li a:hover::before {
    width: 100%;
  }
  .common-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(3rem, 5vw, 5rem);
            flex-direction: column;
  }
  .common-flex__aside {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .about-intro__img {
    width: 70%;
    margin-inline: auto;
  }
  .about-values__box {
    width: 90%;
    max-width: 360px;
    margin-inline: auto;
  }
  .business-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.75em;
            flex-direction: column;
  }
  .business-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 2.5vw, 2rem);
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .business-box__txt {
    width: 100%;
  }
  .business-box__img {
    width: 100%;
  }
  .price-intro__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .works-interview__box__flex .works-interview__box__txt {
    margin-bottom: 1rem;
  }
  .works-access__box__map__inner {
    padding-bottom: 360px;
  }
  .company-message__pic {
    margin-right: auto;
    margin-left: auto;
  }
  .company-message__pic__inner {
    width: clamp(120px, 80%, 200px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .common-flex__list.is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .common-flex__list.is-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  /* 目次タイトル */
  div#ez-toc-container .ez-toc-title {
    padding: 5px 0;
    padding-left: 0;
    padding-left: initial;
    font-size: 15px;
    text-align: center;
  }
  /* 開閉ボタンの位置 */
  /* 目次タイトル */
  div#ez-toc-container .ez-toc-title {
    padding: 5px 0;
    padding-left: 0;
    padding-left: initial;
    font-size: 15px;
    text-align: center;
  }
  /* 開閉ボタンの位置 */
}
/*# sourceMappingURL=map/lv2.css.map */
