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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  z-index: 3;
  position: relative;
  padding: 32px 0;
  padding: 2rem 0;
}
.breadcrumb-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.9em;
}
.breadcrumb-list .icon-home {
  font-size: 1.1em;
}
.breadcrumb-list li {
  position: relative;
}
.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: #979DA4;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.breadcrumb-list a:first-child {
  text-decoration: none !important;
}
.breadcrumb-list a:hover {
  color: #5BAFD2;
}

/*--------------------------------------------------------------------/
	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-widget:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.aside-widget__ttl {
  margin-bottom: 0.75em;
  padding: 4.8px 0 8px;
  padding: 0.3rem 0 0.5rem;
  border-bottom: 1px solid #c9ced2;
  font-weight: 500;
  font-size: 1.125em;
}
.aside-widget ul {
  -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;
}
.aside-widget ul li a {
  display: block;
  position: relative;
  padding-left: 1.3em;
  color: #202020;
  line-height: 1.5;
  text-decoration: none !important;
}
.aside-widget ul li a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  padding-right: 0.2em;
  content: "●";
  color: #979DA4;
  font-size: 0.6em;
  font-size: 0.8em;
  text-decoration: none !important;
}
.aside-widget ul li a:hover {
  text-decoration: underline !important;
}

.tag-cloud-link {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #202020;
  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 {
  text-decoration: none !important;
}
.tag-cloud-link::before {
  position: absolute;
  top: 0.6em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
}
.tag-cloud-link:hover {
  text-decoration: underline !important;
}

/* 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%;
}
.wp-calendar-table thead th {
  width: auto;
  padding: 6px;
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.wp-calendar-table td {
  border: 2px solid #fff;
  background: #f6f6f6;
  font-size: 0.9375em;
  line-height: 2;
  text-align: center;
}
.wp-calendar-table td a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background-color: #5BAFD2;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-table td a:hover {
  background-color: #4682B4;
}
.wp-calendar-table td.pad {
  background: transparent;
}
.wp-calendar-table td#today {
  background: #979DA4;
  color: #fff;
}
.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: 6.4px 16px;
  padding: 0.4rem 1rem;
  background-color: #f6f6f6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.wp-calendar-nav a:hover {
  background-color: #979DA4;
  color: #fff;
}

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

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

.wp-block-search__button {
  -webkit-transition: all 0.3s ease 0s;
  width: 50px !important;
  height: 40px !important;
  padding: 2px !important;
  border: none !important;
  background: none !important;
  background: #fff !important;
  color: #c9ced2 !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: #5BAFD2 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------------/
	archives
/--------------------------------------------------------------------*/
.wp-block-archives-dropdown {
  position: relative;
}
.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 {
  margin-top: 1em;
}
.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;
  pointer-events: none;
}
.wp-block-archives-dropdown > label {
  display: none !important;
}
.wp-block-archives-dropdown select {
  position: relative;
  width: 100% !important;
  padding-right: 1.5em;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
/* 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;
  top: 50%;
  width: 30px;
  height: 30px;
  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;
}
.slick-prev,
.slick-next {
  /*&.slick-disabled:before {
      opacity: $slick-opacity-not-active;
  }
  &:before {
      font-family: $slick-font-family;
      font-size: 20px;
      line-height: 1;
      color: $slick-arrow-color;
      opacity: $slick-opacity-default;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }*/
}

.slick-prev {
  left: -15px;
}
[dir=rtl] .slick-prev {
  right: -15px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -15px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -15px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* 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-slider **/
.gallery-top {
  position: relative;
}
.gallery-top__inner {
  position: relative;
  width: 100%;
}
.gallery-top .slick-arrow {
  -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;
  border: 1px solid #c9ced2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: all 0.3s ease 0s;
}
.gallery-top .slick-arrow:hover {
  background: rgba(0, 0, 0, .8);
}
.gallery-top .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;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
.gallery-top .slick-arrow i::before {
  color: #c9ced2;
}
.gallery-top .slick-prev::before {
  display: none;
}
.gallery-top .slick-next::before {
  display: none;
}
.gallery-top .sp-slide {
  position: relative;
  overflow: hidden;
}
.gallery-top .sp-slide img {
  height: 60.31vw;
}
.gallery-top .sp-slide figcaption {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  bottom: 0;
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4;
}

.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;
  height: auto;
}
.works-slider__inner {
  display: grid;
}

.works-slider__main {
  position: relative;
  width: 100%;
  height: auto;
}
.works-slider__main .sp-slide {
  position: relative;
  overflow: hidden;
}
.works-slider__main .sp-slide__inner {
  z-index: 4;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-slider__main .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-slider__main .sp-slide__inner > div, .works-slider__main .sp-slide__inner > figure, .works-slider__main .sp-slide__inner > a, .works-slider__main .sp-slide__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__main .sp-slide figcaption {
  z-index: 1;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 1.25em;
  line-height: 1.4;
}
.works-slider__main .sp-slide figcaption::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "●";
  color: #979DA4;
  font-size: 0.7em;
}

.works-slider__main .slick-nav-arrows {
  position: absolute;
  top: 28vw;
  width: 100%;
}
.works-slider__main .slick-arrow {
  -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;
  border: 1px solid rgba(91, 175, 210, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  transition: all 0.3s ease 0s;
}
.works-slider__main .slick-arrow:hover {
  background: rgba(91, 175, 210, .8);
}
.works-slider__main .slick-arrow:hover i::before {
  color: #fff;
}
.works-slider__main .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: 30px;
  height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 0.3s ease 0s;
}
.works-slider__main .slick-arrow i::before {
  color: #5BAFD2;
}
.works-slider__thumbnail__list {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-column-gap: 3.44%;
     -moz-column-gap: 3.44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 3.44%;
  row-gap: clamp(0.5em, 3.1vw, 33px);
      flex-wrap: wrap;
          align-items: flex-start;
}
.works-slider__thumbnail__item {
  width: 17.24%;
}
.works-slider__thumbnail__inner {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 4;
  position: relative;
  width: 100%;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.works-slider__thumbnail__inner > div, .works-slider__thumbnail__inner > figure, .works-slider__thumbnail__inner > a, .works-slider__thumbnail__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-slider__thumbnail__inner figure {
  overflow: hidden;
}
.works-slider__thumbnail__inner img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.works-slider__thumbnail__inner:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.works-slider__thumbnail__inner {
  cursor: pointer;
}

/* スライダーを使用しない場合の一枚画像 */

.works-single__main {
  position: relative;
  max-width: 1080px;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.works-single__main__img {
  z-index: 4;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-single__main__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-single__main__img > div, .works-single__main__img > figure, .works-single__main__img > a, .works-single__main__img > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-single__main 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-single__main figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #5BAFD2;
}

/* スライダーなしの場合 */
.works-comment {
  padding: 2em 5%;
  border: 1px solid #c9ced2;
}

/* works-pdf */
.works-pdf {
  margin-top: clamp(4em, 7vw, 7em);
}
.works-pdf__inner {
  padding: 2em 5%;
  background: #f2f6f9;
}

/* works-interview */
.works-interview {
  margin-top: clamp(6em, 12vw, 12em);
}
.works-interview__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(4em, 8vw, 8em);
          flex-direction: column;
}
.works-interview__box__catch {
  position: relative;
  margin-bottom: calc(0.5rem + 0.4em);
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1rem + 0.86207vw - 2.41379px);
}
.works-interview__box__catch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 2px;
  border-radius: 999px;
  background: #5BAFD2;
  content: "";
}
.works-interview__box__catch.is-textonly {
  font-size: calc(1rem + 0.86207vw - 2.41379px);
}
.works-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 1.5em;
  line-height: 1.4;
}
.works-interview__box__img figcaption::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  padding-right: 0.2em;
  content: "●";
  color: #5BAFD2;
  font-size: 0.8em;
}

/* 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__inner {
  overflow: hidden;
}
.works-video__box__ttl {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: calc(1.14rem + 0.37594vw - 1.41353px);
  line-height: 1.4;
}
.works-video__box__ttl::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}
.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(6em, 12vw, 12em);
}
.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(1.5em, 3vw, 3em);
          flex-direction: column;
}
.works-table__box {
  padding: clamp(1.5em, 2.5vw, 2.5em) clamp(1.5em, 5%, 3em);
  border: 1px solid #c9ced2;
}
.works-table__ttl {
  position: relative;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.68966vw - 1.93103px);
  line-height: 1.4;
  text-align: center;
}
.works-table__ttl::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3px;
  border-radius: 3px;
  background: #5BAFD2;
  content: "";
}

/* works-access */
.works-access {
  margin-top: clamp(6em, 12vw, 12em);
}
.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(4em, 8vw, 8em);
          flex-direction: column;
}

.works-access__box__ttl {
  position: relative;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.86207vw - 2.41379px);
  line-height: 1.4;
  text-align: center;
}
.works-access__box__ttl::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3px;
  border-radius: 3px;
  background: #5BAFD2;
  content: "";
}
.works-access__box__map {
  position: relative;
  width: 100%;
  height: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.works-access__box__map iframe {
  width: 100%;
  height: 100%;
}
.works-access__box__txt {
  margin-top: 1em;
}

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

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
/*
AddToAny（シェア追加プラグイン）用　css
管理画面にて下記を設定
.addtoany_content{
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top:1px solid #ddd;
}
*/
.blog-single__inner {
  margin-bottom: clamp(64px, 6vw, 96px);
  margin-bottom: clamp(4rem, 6vw, 6rem);
}
.blog-single__inner::after {
  display: block;
  clear: both;
  content: "";
}
.blog-single__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.blog-single .category-list__items {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.blog-single__txt {
  margin-top: 16px;
  margin-top: 1rem;
}

.blog-single__foot {
  margin-top: clamp(4em, 8vw, 8em);
}
.blog-single__foot .btn-wrap {
  margin-top: clamp(2em, 3vw, 3em);
}

.blog-single__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.blog-single__tag .is-tag {
  color: #5BAFD2;
  font-weight: 500;
  font-size: 1.14em;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
.blog-single__tag .is-tags a {
  position: relative;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-decoration: none;
}
.blog-single__tag .is-tags 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;
}
.blog-single__tag .is-tags a::before {
  position: absolute;
  top: 0.5em;
  left: 3.2px;
  left: 0.2rem;
  color: #979DA4;
  font-size: 0.875em;
  text-decoration: none !important;
}
.blog-single__tag .is-tags a:hover {
  text-decoration: underline;
}

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

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

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

/*-------------------------------------------------
/* single-nextprev
-------------------------------------------------*/
.single-nextprev {
  position: relative;
  margin-top: 1em;
}
.single-nextprev a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.single-nextprev__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
}
.single-nextprev__img__inner {
  z-index: 4;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-nextprev__img__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.single-nextprev__img__inner > div, .single-nextprev__img__inner > figure, .single-nextprev__img__inner > a, .single-nextprev__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-nextprev__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  width: calc(100% - 80px);
  padding: 0.5em 1.5em 28px;
  padding: 0.5em 1.5em 1.75rem;
}
.single-nextprev__ttl {
  font-weight: 500;
  font-size: 0.9375em;
}
.single-nextprev__time {
  color: #979DA4;
  font-size: 14.08px;
  font-size: 0.88rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em;
}
.single-nextprev__arrow {
  font-size: 12.96px;
  font-size: 0.81rem;
}
.single-nextprev .next_post {
  position: relative;
}
.single-nextprev .next_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          justify-content: flex-end;
}
.single-nextprev .next_post a:hover .single-nextprev__arrow {
  margin-left: -5px;
  color: #5BAFD2;
}
.single-nextprev .next_post .single-nextprev__arrow {
  position: absolute;
  bottom: 0;
  left: 1.75em;
  font-weight: 500;
  vertical-align: middle;
  vertical-align: top;
}
.single-nextprev .next_post .single-nextprev__arrow: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: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .next_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-nextprev .next_post .single-nextprev__arrow::before {
  font-size: 20px;
  font-size: 1.25rem;
}
.single-nextprev .prev_post {
  position: relative;
}
.single-nextprev .prev_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-nextprev .prev_post a:hover .single-nextprev__arrow {
  margin-right: -5px;
  color: #5BAFD2;
}
.single-nextprev .prev_post .single-nextprev__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  position: absolute;
  right: 1.75em;
  bottom: 0;
  font-weight: 500;
  vertical-align: top;
}
.single-nextprev .prev_post .single-nextprev__arrow: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;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-nextprev .prev_post .single-nextprev__arrow::after {
  font-size: 20px;
  font-size: 1.25rem;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
.page-contact .main-view__bg__img {
  background-image: url("../img/common/bg_contact.jpg");
}

.contact-intro {
  margin-bottom: clamp(64px, 8vw, 160px);
  margin-bottom: clamp(4rem, 8vw, 10rem);
}
.contact-intro__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(64px, 10vw, 112px);
  row-gap: clamp(4rem, 10vw, 7rem);
          flex-direction: column;
}

.contact-intro__box {
  position: relative;
  margin-top: clamp(16px, 2vw, 32px);
  margin-top: clamp(1rem, 2vw, 2rem);
  padding: 0 5% clamp(32px, 3vw, 48px);
  padding: 0 5% clamp(2rem, 3vw, 3rem);
  border: 1px solid #c9ced2;
}
.contact-intro__box__ttl {
  position: relative;
  top: -0.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #5BAFD2;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1.4;
}
.contact-intro__box__ttl b {
  display: inline-block;
  padding: 0.2em 1em;
  background: #fff;
  font-weight: 700;
}

.contact-box__ttl {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.contact-box__ttl span {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 22px);
}
.contact-box__ttl span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 500%;
  height: 1px;
  background: #979DA4;
  content: "";
}
.contact-box__tel__time {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.contact-box__tel__num {
  font-size: clamp(16px, 5.71vw, 20px);
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.contact-box__tel__num .tel-link {
  font-size: 1.625em;
}
.contact-box__tel__txt {
  margin-top: clamp(1em, 1.5vw, 2em);
}
.contact-box__tel a {
  color: #202020;
}
.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;
}
.contact-step ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: center;
  color: #202020;
  font-size: 1.0625em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.contact-step ol li:not(:last-child)::after {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 24px;
  left: 1.5rem;
  width: 1px;
  height: 180%;
  background: #979DA4;
  content: "";
}
.contact-step ol li span {
  z-index: 2;
  position: relative;
  width: 48px;
  width: 3rem;
  height: 20px;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 1px solid #979DA4;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now span::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5CA9DA;
  content: "";
}

.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.17241vw - 0.48276px);
  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: #5BAFD2;
  content: "";
}

.contact-privacy {
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid #979DA4;
}
.contact-privacy__ttl {
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 0.17241vw - 0.48276px);
  text-align: center;
}

/* contact-sending (送信完了ページ) */
.contact-sending__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(32px, 4vw, 56px);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  color: #5BAFD2;
  font-size: clamp(20px, 7.14vw, 32px);
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
}
.contact-table img {
  width: 100%;
}
.contact-table th, .contact-table td {
  text-align: left;
}
.contact-table th {
  font-weight: 700;
  vertical-align: top;
}
.contact-table th .required {
  margin-left: 0.3em;
  padding: 0.2em 0.4em;
  line-height: 1;
}
.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 {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .chack-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .chack-btn:hover input,
.form-btn .chack-btn:hover a {
  border-color: #232729;
  background-color: #2C5985;
  color: #fff;
}
.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%;
  border: 1px solid;
  border-color: #232729;
  background-color: #5BAFD2;
  color: #fff;
  font-weight: normal;
  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 {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .back-btn:hover input,
.form-btn .back-btn:hover a {
  border-color: #232729;
  background-color: #2C5985;
  color: #fff;
}
.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;
  border-color: #232729;
  background-color: #232729;
  color: #fff;
  font-weight: normal;
  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 {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  width: 3em;
  height: 1px;
  background: #232729;
  content: "";
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn:hover::after {
  width: 4em;
  background-color: #232729;
}
.form-btn .sub-btn:hover input,
.form-btn .sub-btn:hover a {
  border-color: #232729;
  background-color: #2C5985;
  color: #fff;
}
.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: #5BAFD2;
  color: #fff;
  font-weight: normal;
  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: #5BAFD2;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #5BAFD2;
  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: 1em;
          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: #5BAFD2;
  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: #5BAFD2;
}
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 #fff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #fff;
          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;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  min-height: min(200px, 25vw);
  padding-top: calc(64px + 1.5em);
  padding-bottom: 2em;
  background: #E6F4FA;
}
.main-view .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
          align-items: center;
  height: 100%;
}

.main-view__ttl {
  z-index: 1;
  width: 100%;
}
.main-view__ttl--eng {
  display: block;
  color: #5BAFD2;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(12px, 4.29vw, 32px);
  line-height: 1.22;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__ttl--jp {
  color: #393939;
  font-weight: 600;
  font-size: clamp(24px, 19.008px + 1.56vw, 44px);
  font-size: clamp(1.5rem, 1.188rem + 1.56vw, 2.75rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__ttl--category {
  color: #393939;
  font-weight: 700;
  line-height: 1;
}
.main-view__ttl--category .is-eng {
  display: block;
  color: #5BAFD2;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 7.14vw, 40px);
  line-height: 1.22;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__ttl--category .is-jp {
  display: block;
  color: #202020;
  font-weight: 700;
  font-size: clamp(11px, 3.93vw, 20px);
  line-height: 1.22;
  letter-spacing: 0.05em;
}
.main-view__ttl--category .is-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.75em;
      flex-wrap: wrap;
          align-items: flex-start;
  margin-top: 0.75em;
  font-size: clamp(10px, 3.57vw, 36px);
}
.main-view__ttl--category .is-category {
  display: block;
  padding-right: 0.5em;
  color: #5BAFD2;
  font-weight: 500;
  line-height: 1.22;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
.main-view__ttl--category .is-title {
  position: relative;
  color: #202020;
  line-height: 1.22;
  letter-spacing: 0;
}
.main-view__ttl--category .is-title::after {
  position: absolute;
  top: 0.6em;
  right: calc(100% + 0.3em);
  width: 0.5em;
  height: 3px;
  background: #202020;
  content: "";
}
.main-view__ttl--item {
  position: relative;
  padding-left: 1.75em;
  color: #202020;
  font-size: 1.14em;
  line-height: 1;
  letter-spacing: 0;
}
.main-view__ttl--item::after {
  position: absolute;
  top: 0.65em;
  left: 0.5em;
  width: 0.75em;
  height: 3px;
  background: #202020;
  content: "";
}
.main-view__ttl--date {
  color: #202020;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.175em;
}
.main-view__ttl--404 {
  display: block;
  color: #5BAFD2;
  font-weight: 400;
  font-size: clamp(20px, 7.14vw, 64px);
  line-height: 1.22;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}

.main-view__single {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  width: 100%;
  min-height: min(200px, 25vw);
  padding-top: calc(64px + 1em);
  padding-bottom: 2em;
  background: #E6F4FA;
}
.main-view__single .l-cont {
  -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;
  z-index: 2;
  row-gap: 0.3em;
          flex-direction: column;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.main-view__single .is-parent {
  display: block;
}
.main-view__single .is-parent em {
  display: block;
  color: #5BAFD2;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(11px, 3.93vw, 20px);
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}
.main-view__single .is-parent span {
  color: #202020;
  font-weight: 500;
  font-size: clamp(12px, 4.29vw, 35px);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.main-view__single__ttl {
  display: block;
  color: #202020;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__ttl--singular {
  color: #202020;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__ttl--single {
  color: #202020;
  font-weight: 700;
  font-size: clamp(15px, 5.36vw, 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.main-view__single__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 0.2em 0.1em;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  padding-bottom: clamp(64px, 14vw, 160px);
  padding-bottom: clamp(4rem, 14vw, 10rem);
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.common-flex__aside {
  position: relative;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .single-nextprev__img {
    width: 80px;
    height: 80px;
  }
  .single-nextprev__txt {
    width: calc(100% - 100px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .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 {
    width: 48.33%;
    padding-top: 1rem;
  }
  .works-interview__box__catch {
    font-size: calc(1rem + 0.59524vw - 4.57143px);
  }
  .works-interview__box__catch.is-textonly {
    font-size: calc(1.25rem + 1.19048vw - 9.14286px);
  }
  .works-interview__box__img {
    width: 41.66%;
  }
  .works-video__box__inner {
    -webkit-column-gap: 4.15%;
       -moz-column-gap: 4.15%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 41.66% 1fr;
            column-gap: 4.15%;
  }
  .works-video__box__ttl {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: calc(1.14rem + 0.59524vw - 4.57143px);
  }
  .works-video__box__video {
    z-index: 2;
    position: relative;
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .works-video__box__txt {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .blog-single__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-privacy .txt {
    font-size: 0.9375em;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .main-view__ttl--item {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #e0e4e6;
    content: "";
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .breadcrumb {
    padding: 3rem 0;
  }
  .aside-cont.is-sticky {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -20px;
  }
  [dir=rtl] .slick-prev {
    right: -20px;
  }
  .slick-next {
    right: -20px;
  }
  [dir=rtl] .slick-next {
    left: -20px;
  }
  .gallery-top {
    width: 720px;
  }
  .gallery-top .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .gallery-top .sp-slide img {
    max-height: 480px;
  }
  .works-slider__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 40%;
            column-gap: 10%;
  }
  .works-slider__txt {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 2em;
  }
  .works-slider__main {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .works-slider__main .slick-nav-arrows {
    top: 14vw;
  }
  .works-slider__main .slick-arrow i {
    width: 40px;
    height: 40px;
  }
  .works-slider__thumbnail {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .works-slider__thumbnail__list {
    row-gap: clamp(0.5em, 1.04vw, 20px);
  }
  .works-single__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50% 40%;
            column-gap: 10%;
  }
  .works-single__txt {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .works-single__main {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .works-table__box {
    padding: clamp(1.5em, 4vw, 4em) clamp(2em, 8.33%, 7em);
  }
  .works-access__box__map {
    aspect-ratio: 5/2;
  }
  .single-nextprev {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .single-nextprev::after {
    position: absolute;
    top: 1em;
    left: 50%;
    width: 1px;
    height: calc(100% - 2em);
    background: #e0e4e6;
    content: "";
  }
  .single-nextprev .next_post {
    grid-column: 1;
  }
  .single-nextprev .prev_post {
    grid-column: 2;
  }
  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-flex > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .contact-flex > *:nth-of-type(even) {
    border-left: 1px solid #e0e4e6;
  }
  .contact-intro {
    margin-top: 1.5rem;
  }
  .contact-box__tel__num .tel-link {
    font-size: 1.875em;
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li b {
    padding-left: 1em;
  }
  .contact-mail {
    padding: clamp(1.5rem, 3vw, 3rem) 10% clamp(2rem, 3.5vw, 3rem);
  }
  .contact-privacy {
    padding: clamp(1.5rem, 3vw, 3rem) 5% clamp(2rem, 3.5vw, 3rem);
    overflow-y: scroll;
    scrollbar-color: #c9ced2 #fff;
    scrollbar-width: thin;
  }
  .contact-privacy::-webkit-scrollbar {
    width: 8px;
  }
  .contact-privacy::-webkit-scrollbar-track {
    background: transparent;
  }
  .contact-privacy::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    border-radius: 8px;
    background: #c9ced2;
            box-shadow: inset 0 0 0 1px #fff;
  }
  .contact-privacy {
    max-height: 300px;
  }
  .contact-privacy__inner {
    margin-top: 1.5rem;
    padding: 0 5%;
  }
  .contact-privacy__ttl {
    margin-bottom: clamp(1rem, 2vw, 2rem);
    padding-bottom: 0.75em;
  }
  .contact-privacy__ttl::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 2rem);
    width: 4rem;
    height: 3px;
    border-radius: 2px;
    background: #5BAFD2;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 2rem;
  }
  .contact-table th {
    width: max(30%,280px);
  }
  .contact-table td {
    width: 64%;
    padding-left: 4%;
  }
  .common-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .common-flex__main {
    width: 72%;
  }
  .common-flex__aside {
    width: 25%;
  }
}
@media (min-width: 1176px) and (max-width: 1535px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  .single-nextprev .prev_post {
    top: -1px;
  }
}
@media (min-width: 1296px) {
  .main-view {
    height: 326px;
    padding-top: calc(90px + 1.5em);
  }
  .main-view__single {
    min-height: 326px;
    padding-top: calc(90px + 1em);
  }
}
@media (min-width: 1536px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .works-slider__main .slick-nav-arrows {
    top: 240px;
  }
  .works-comment {
    padding: 3rem 6%;
  }
  .works-pdf__inner {
    padding: 3rem 6%;
  }
  .works-interview__box__catch {
    font-size: 1.38rem;
  }
  .works-interview__box__catch.is-textonly {
    font-size: 1.75rem;
  }
  .works-video__box__inner {
    -webkit-column-gap: 8.33%;
       -moz-column-gap: 8.33%;
            column-gap: 8.33%;
  }
  .works-video__box__ttl {
    font-size: 1.5rem;
  }
  .works-table__ttl {
    font-size: 1.5rem;
  }
  .works-access__box__ttl {
    font-size: 1.75rem;
  }
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.25rem;
  }
  .contact-table th {
    font-size: 1.07em;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
}
@media (min-width: 1536px) and (max-width: 1919px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1920px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (max-width: 1919px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1535px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .gallery-top {
    margin-bottom: 1.5rem;
  }
  .works-slider__inner {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 100%;
  }
  .works-slider__txt {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .works-slider__main {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 1.5rem;
  }
  .works-slider__thumbnail {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 2rem;
  }
  .works-access__box__map {
    aspect-ratio: 4/3;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
    cursor: pointer;
  }
  .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;
    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.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
    border-top: 1px solid #979DA4;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table th {
    font-size: 1.125em;
  }
  .contact-table td {
    padding: 1.5rem 0 2.5rem;
    padding-top: 1rem;
  }
  .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 未満--
  /====================================================================*/
  .works-interview__box__flex .works-interview__box__txt {
    margin-bottom: 1rem;
  }
  .works-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .works-access__box__map {
    aspect-ratio: 1/1;
  }
  .single-nextprev .prev_post {
    top: -1px;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .main-view .l-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=map/lv2.css.map */
