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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  position: absolute;
  right: 5%;
  bottom: 20px;
  padding-left: 5%;
}
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 0.78em;
}
.breadcrumb__list .item-home {
  font-size: 1.1em;
}
.breadcrumb__list li {
  position: relative;
  color: #4B4D4E;
}
.breadcrumb__list li:not(:last-child) {
  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: 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: #46A3E6;
}

/*--------------------------------------------------------------------/
	free01
/--------------------------------------------------------------------*/

.business-bg {
  position: relative;
}
.business-bg::before {
  display: block;
  position: absolute;
  top: -4em;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.free01-intro {
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.free01-intro__ttl {
  position: relative;
}
.free01-intro__ttl__inner {
  font-weight: 700;
  font-size: calc(1.05rem + 1.17647vw - 3.29412px);
  line-height: 1.7;
}
.free01-intro__txt {
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
}
.free01-intro__txt .txt {
  font-weight: 500;
}

.free01-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(5rem, 8vw, 8rem);
          flex-direction: column;
  margin-bottom: clamp(5rem, 7vw, 7rem);
}

.free01-box {
  position: relative;
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.free01-box::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 86%;
  height: 80%;
  content: "";
}
.free01-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.free01-box:nth-of-type(odd)::after {
  right: 0;
  border-radius: clamp(1.5rem, 3vw, 3rem) 0 0 clamp(1.5rem, 3vw, 3rem);
  background-color: rgba(157, 217, 254, .5);
}
.free01-box:nth-of-type(even)::after {
  left: 0;
  border-radius: 0 clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) 0;
  background-color: rgba(114, 158, 224, .3);
}

.free01-box__txt {
  z-index: 2;
  position: relative;
}
.free01-box__txt__inner {
  -webkit-box-shadow: 0 0 30px rgba(16, 34, 140, .2);
  padding: clamp(2.5rem, 4vw, 4rem) 9%;
  border-radius: clamp(1.5rem, 3vw, 3rem);
  background-color: #ffffff;
          box-shadow: 0 0 30px rgba(16, 34, 140, .2);
}
.free01-box__txt__ttl {
  position: relative;
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  overflow: hidden;
}
.free01-box__txt__ttl span {
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 1.32353vw - 3.70588px);
}
.free01-box__txt .btn-wrap {
  margin-top: 2rem;
}

.free01-box__img {
  z-index: 1;
  position: relative;
}
.free01-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  border-radius: clamp(1.5rem, 3vw, 3rem);
}
.free01-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.free01-box__img__inner > div,
.free01-box__img__inner figure,
.free01-box__img__inner a,
.free01-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.free01-box__img__inner img {
  border-radius: clamp(1.5rem, 3vw, 3rem);
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.company-message {
  position: relative;
  padding-bottom: clamp(5rem, 7vw, 7rem);
  overflow: hidden;
  background: url(../img/lv2/greet-bg_01.svg) no-repeat 0 86%/30.1%, url(../img/lv2/greet-bg_02.svg) no-repeat 100% 0/44.98%;
}
.company-message .l-cont {
  z-index: 2;
  position: relative;
}
.company-message__inner {
  position: relative;
}
.company-message__txt__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.company-message__txt__name {
  margin-top: clamp(2em, 3vw, 3em);
  font-weight: 700;
  text-align: right;
}
.company-message__pic__cap {
  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;
  margin-bottom: clamp(6rem, 12vw, 12rem);
  padding-top: clamp(5rem, 10vw, 12rem);
  padding-bottom: clamp(6rem, 12vw, 12rem);
  overflow: hidden;
}
.company-philosophy .l-cont {
  z-index: 2;
  position: relative;
}
.company-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-philosophy__ttl__inner {
  color: #ffffff;
}
.company-philosophy__ttl__inner em {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  padding-right: clamp(3rem, 6vw, 6rem);
  font-style: normal;
  font-weight: 400;
  font-size: calc(2.25rem + 1.76471vw - 4.94118px);
  line-height: 1;
  font-family: 'Shippori Mincho', serif;
}
.company-philosophy__ttl__inner b {
  display: block;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
  font-family: 'Zen Kaku Gothic New', serif;
}

.company-philosophy__txt {
  line-height: 2;
}
.company-philosophy__txt__inner {
  padding: clamp(1.5rem, 4vw, 4rem) 5%;
  background: #ffffff;
}
.company-philosophy__txt__inner .txt {
  font-size: calc(0.94rem + 0.29412vw - 0.82353px);
}
.company-philosophy__txt__inner .txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.company-philosophy__txt__inner .txt strong {
  font-size: 1.14em;
}

.company-philosophy__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #46A3E6;
}
.company-philosophy__bg__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.company-philosophy__bg__inner:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 163, 230, .36);
  content: "";
}

.company-table {
  margin-bottom: clamp(5rem, 7vw, 7rem);
  padding-top: clamp(4rem, 12vw, 12rem);
  padding-bottom: clamp(4rem, 12vw, 12rem);
  background: url(../img/common/white-top.svg) no-repeat 50% 0/100%, url(../img/common/white-btm_02.svg) no-repeat 50% 101%/100%, #EEF5FE;
}
.company-table__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(6rem, 9vw, 9rem);
          flex-direction: column;
}
.company-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-access__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  text-align: center;
}
.company-access__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  color: #46A3E6;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.2rem + 0.88235vw - 2.47059px);
  line-height: 1;
  letter-spacing: 0.03em;
}
.company-access__ttl b {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(1.4rem + 1.17647vw - 3.29412px);
}
.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: 0.75rem;
  font-weight: 700;
  font-size: calc(1rem + 0.15823vw - 0.59494px);
}
.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-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.contact-flex__aside {
  position: relative;
}

.contact-textarea {
  padding-bottom: clamp(3rem, 4vw, 4rem);
}

.contact-intro {
  position: relative;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.contact-intro__ttl {
  position: relative;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
}

.contact-box {
  position: relative;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.contact-box__ttl {
  position: relative;
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  padding-bottom: 0.7em;
  padding-left: 1.5em;
  border-bottom: 1px solid #C9CED2;
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
}
.contact-box__ttl::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 2px;
  background: #46A3E6;
  content: "";
}
.contact-box__tel__time {
  letter-spacing: 0.01em;
}
.contact-box__tel a {
  color: #202020;
}
.contact-box__tel__num span {
  font-size: calc(1.1rem + 0.51471vw - 1.44118px);
}
.contact-box__tel__num .tel-link {
  font-size: calc(1.5rem + 1.17647vw - 3.29412px);
}
.contact-box__tel__txt {
  margin-top: 1em;
}
.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: #202020;
  font-size: 1.07em;
}
.contact-step ol li:not(:last-child) {
  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: 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 span::before {
  background: #46A3E6;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-bottom: 1em;
  border-bottom: 1px solid #46A3E6;
  color: #46A3E6;
  font-weight: 500;
  font-size: calc(1.4rem + 0.73529vw - 2.05882px);
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

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

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

.contact-table {
  position: relative;
  width: 100%;
  margin-right: auto;
  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: 0.3rem;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-size: 0.8125em;
}
.contact-table textarea {
  width: 100%;
}

input,
select {
  width: auto;
  font-family: 'Zen Kaku Gothic New', serif;
}
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;
  font-size: 1rem;
  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 {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.5em;
          transform: translateY(-50%);
  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: #9DD9FE;
  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%;
  border-radius: 999px;
  background-color: #46A3E6;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.3em;
  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 {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.5em;
          transform: translateY(-50%);
  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: #0A8EDA;
  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;
  border-radius: 999px;
  background-color: #232729;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.3em;
  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 {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.5em;
          transform: translateY(-50%);
  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: #0A8EDA;
  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-radius: 999px;
  border-color: #232729;
  background-color: #46A3E6;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.3em;
  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 {
  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: #FAFAFA;
  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: #46A3E6;
          box-shadow: inset 0 0 0 5px #f6f6f6;
}
input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #46A3E6;
  outline: none;
}
input[type=radio]:disabled + .wpcf7-list-item-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #979DA4;
  border-color: #979DA4;
  background: #FAFAFA;
          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: #46A3E6;
  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: #46A3E6;
}
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: #FAFAFA;
  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;
}

/* 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 {
  display: none;
  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.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;
}

/*--------------------------------------------------------------------/
	productlist
/--------------------------------------------------------------------*/
.productlist {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 5.5vw, 5.5rem);
}
.productlist:first-child {
  padding-top: 0;
}
.productlist:nth-of-type(even) {
  background-color: #ECFAFF;
}
.productlist:nth-of-type(even) .product-video__box {
  background-color: #ffffff;
}
.productlist:nth-of-type(odd) .product-video__box {
  background-color: #f6f6f6;
}

/* .productlist-slider */
.productlist-slider {
  position: relative;
  padding-top: clamp(0.5rem, 1vw, 1rem);
}
.productlist-slider.is-thumbnailcolumn .productlist-slider__top__inner {
  max-width: 780px;
}
.productlist-slider.is-thumbnailcolumn .productlist-slider__thumbs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.productlist-slider__top {
  position: relative;
}
.productlist-slider__top__inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.productlist-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.productlist-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.productlist-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.productlist-slider__top .sp-slide__inner > div,
.productlist-slider__top .sp-slide__inner figure,
.productlist-slider__top .sp-slide__inner a,
.productlist-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productlist-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.productlist-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #46A3E6;
  font-size: 0.8em;
}

.productlist-slider__thumbs {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.productlist-slider__thumbs__inner {
  position: relative;
  width: 100%;
  margin-top: 1em;
}
.productlist-slider__thumbs__list {
  width: 100%;
  overflow: hidden;
}
.productlist-slider__thumbs .sp-thumbnail {
  width: 14.16vw;
  border: 1px solid transparent;
  cursor: pointer;
}
.productlist-slider__thumbs .sp-thumbnail:hover {
  border-color: #46A3E6;
}
.productlist-slider__thumbs .sp-thumbnail__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.productlist-slider__thumbs .sp-thumbnail__inner::before {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}
.productlist-slider__thumbs .sp-thumbnail__inner > div,
.productlist-slider__thumbs .sp-thumbnail__inner figure,
.productlist-slider__thumbs .sp-thumbnail__inner a,
.productlist-slider__thumbs .sp-thumbnail__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productlist-slider__thumbs .slider-nav {
  background: #E5E9EC;
}
.productlist-slider__thumbs .slick-list {
  padding: 0 !important;
}
.productlist-slider__thumbs .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}
.productlist-slider__thumbs .slick-slide {
  -webkit-transition: all 0.3s ease 0s;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

/* スライダーを使用しない場合の一枚画像　*/
.productlist-singleimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productlist-singleimg__img {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.productlist-singleimg__img__inner > * {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.productlist-singleimg__img figcaption {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1.5em;
  line-height: 1.4;
}
.productlist-singleimg__img figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #46A3E6;
  font-size: 0.8em;
}

.product-video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: clamp(3em, 4vw, 4em);
}
.product-video__box {
  padding: clamp(2rem, 3vw, 3rem) 7%;
  border-radius: clamp(1rem, 2vw, 2rem);
}
.product-video__box__ttl {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1.4;
}
.product-video__box__ttl::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 2px;
  background: #46A3E6;
  content: "";
}
.product-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.product-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  overflow: hidden;
  background-image: url(../img/common/header-bg.png);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-view__inner {
  position: relative;
}
.main-view__bg {
  overflow: hidden;
}
.main-view__bg__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-view__bg__img:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 163, 230, .36);
  content: "";
}
.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%;
  padding-top: clamp(3rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.4;
}
.main-view__ttl > em {
  display: block;
  color: #46A3E6;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2rem + 2.94118vw - 8.23529px);
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0.03em;
}
.main-view__ttl > span {
  display: block;
  font-weight: 700;
  font-size: calc(1.3rem + 1.17647vw - 3.29412px);
}
.main-view__ttl > span.is-404 {
  color: #202020;
  font-weight: 700;
  font-size: calc(2.5rem + 2.35294vw - 6.58824px);
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0.02em;
}
.main-view__ttl > span.is-category {
  display: inline-block;
  margin-top: 0.1em;
  color: #202020;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  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: #202020;
  content: "";
  font-weight: 700;
  vertical-align: middle;
}
.main-view__ttl > span.is-category span {
  display: inline-block;
  color: #46A3E6;
}
.main-view__ttl > span.is-archive {
  margin-top: 0.3em;
  color: #202020;
  font-weight: 700;
  font-size: calc(1.25rem + 1.47059vw - 4.11765px);
}

.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, 2rem);
          flex-direction: column;
}
.main-view__txt__sub {
  position: relative;
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
}
.main-view__txt__sub em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.75rem + 1.47059vw - 4.11765px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.main-view__txt__sub span {
  display: block;
  padding-left: 0.2em;
  color: #46A3E6;
  font-weight: 700;
  font-size: calc(0.9rem + 0.44118vw - 1.23529px);
}
.main-view__txt__ttl {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: calc(1.14rem + 2.20588vw - 6.17647px);
  line-height: 1.4;
}
.main-view__txt__category li {
  display: inline-block;
  margin-right: 0.2em;
}

.contents {
  padding-top: clamp(3rem, 7vw, 7rem);
}

.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(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: #202020;
  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(1.5rem, 3vw, 3rem);
          flex-direction: column;
}

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

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

.single-cont__tag {
  margin-bottom: 1em;
}
.single-cont__tag a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  margin-right: 0.5rem;
  padding-bottom: 0.3em;
  padding-left: 1.5rem;
  color: #202020;
  font-size: 0.94em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.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::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0.5em;
  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: #46A3E6;
  content: "";
  transition: all 0.3s ease 0s;
}
.single-cont__tag a:hover {
  color: #46A3E6;
}
.single-cont__tag a:hover::before {
  color: #46A3E6;
}
.single-cont__tag a:hover::after {
  width: 100%;
}

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

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

.single-date {
  margin-right: 1rem;
  color: #979DA4;
  line-height: 1.4;
  font-family: 'Zen Kaku Gothic New', 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) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .breadcrumb {
    right: 3%;
  }
  .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.85em;
  }
  .free01-intro__ttl__inner {
    text-align: center;
  }
  .company-message {
    background: url(../img/lv2/greet-bg_01.svg) no-repeat 0 86%/15.1%, url(../img/lv2/greet-bg_02.svg) no-repeat 100% 0/33.98%;
  }
  .company-philosophy__txt__inner {
    padding: clamp(2rem, 4vw, 4rem) 8%;
  }
  .company-access__list.is-multiple {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .company-access__list.is-multiple > * {
    width: 48%;
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .main-view__inner {
    height: 320px;
  }
  .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__ttl span::before {
    width: 6rem;
  }
  .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 以上--
  /====================================================================*/
  .buiness-btn a {
    padding: 1.5em 4%;
    font-size: 1.5em;
  }
  .business-bg::before {
    top: -7em;
  }
  .free01-box::after {
    width: 98%;
    height: 70%;
  }
  .free01-box__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            align-items: center;
            justify-content: space-between;
    width: 100%;
  }
  .free01-box:nth-of-type(odd) .free01-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .free01-box__txt {
    width: 52%;
  }
  .free01-box__txt__ttl span {
    font-size: calc(1.1rem + 1.49083vw - 11.44954px);
  }
  .free01-box__img {
    width: 44%;
  }
  .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-philosophy__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-philosophy__ttl {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
  .company-philosophy__txt {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .company-philosophy__txt__inner .txt {
    font-size: calc(1rem + 0.35714vw - 3.85714px);
  }
  .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-intro__ttl {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .contact-box__ttl {
    font-size: calc(1.25rem + 0.71429vw - 7.71429px);
  }
  .contact-box__tel__num span {
    font-size: calc(0.9rem + 1.07143vw - 11.57143px);
  }
  .contact-box__tel__num .tel-link {
    font-size: calc(1.5rem + 1.07143vw - 11.57143px);
  }
  .contact-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li {
    font-size: calc(0.94rem + 0.17857vw - 1.92857px);
  }
  .contact-form__ttl {
    font-size: calc(1.5rem + 1.78571vw - 19.28571px);
  }
  .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: #46A3E6;
    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: 32%;
    font-size: 0.96em;
    line-height: 1.5;
  }
  .contact-table td {
    width: auto;
  }
  .productlist-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 4%;
            justify-content: space-between;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top {
    width: 40%;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top .slick-arrow i {
    font-size: 2.22rem;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 0.89rem;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 0.89rem;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__thumbs .sp-thumbnail {
    width: 17.25%;
  }
  .productlist-slider__txt {
    width: 56%;
  }
  .productlist-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .productlist-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .productlist-singleimg {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
  }
  .productlist-singleimg__box {
    width: 40%;
  }
  .productlist-singleimg__txt {
    width: 56%;
  }
  .product-video__box__inner {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 43.5%;
            column-gap: 6%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .product-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.4rem + 1.42857vw - 15.42857px);
  }
  .product-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .product-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .main-view__inner {
    height: 30vw;
  }
  .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.71429vw - 7.71429px);
  }
  .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: #0A8EDA;
    color: #0A8EDA;
  }
  .common-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .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 以上--
  /====================================================================*/
  .breadcrumb {
    right: 48px;
  }
  .free01-intro__ttl__inner {
    font-size: 1.78rem;
  }
  .free01-intro__txt .txt {
    font-size: 1rem;
  }
  .free01-box:nth-of-type(odd) .free01-box__txt {
    padding-left: 4%;
  }
  .free01-box:nth-of-type(odd) .free01-box__img {
    margin-left: -4%;
  }
  .free01-box:nth-of-type(even) .free01-box__txt {
    padding-right: 4%;
  }
  .free01-box:nth-of-type(even) .free01-box__img {
    margin-right: -4%;
  }
  .free01-box__txt {
    width: 56%;
  }
  .free01-box__txt__ttl span {
    font-size: 1.78rem;
  }
  .free01-box__img {
    width: 48%;
  }
  .company-philosophy__ttl {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
  }
  .company-philosophy__ttl__inner em {
    font-size: 3.33rem;
  }
  .company-philosophy__ttl__inner b {
    font-size: 1.56rem;
  }
  .company-philosophy__txt {
    -ms-flex-preferred-size: 62.32%;
        flex-basis: 62.32%;
  }
  .company-philosophy__txt__inner {
    padding: clamp(2rem, 5vw, 5rem) 10%;
  }
  .company-philosophy__txt__inner .txt {
    font-size: 1rem;
  }
  .company-access__ttl em {
    font-size: 1.56rem;
  }
  .company-access__ttl b {
    font-size: 2.11rem;
  }
  .company-access__box__ttl {
    font-size: 1rem;
  }
  .contact-flex__main {
    width: 65.27%;
  }
  .contact-flex__aside {
    width: 22.5%;
  }
  .contact-intro__ttl {
    font-size: 1.33rem;
  }
  .contact-box__ttl {
    font-size: 1.33rem;
  }
  .contact-box__tel__num span {
    font-size: 1.11rem;
  }
  .contact-box__tel__num .tel-link {
    font-size: 1.56rem;
  }
  .contact-step ol li {
    font-size: 1.07em;
  }
  .contact-form__ttl {
    font-size: 2rem;
  }
  .contact-mail__ttl {
    font-size: 1.11rem;
  }
  .contact-privacy__ttl {
    font-size: 1.22rem;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__thumbs__list {
    row-gap: 1rem;
  }
  .product-video__box__ttl {
    font-size: 1.33rem;
  }
  .main-view__inner {
    height: 400px;
  }
  .main-view__bg {
    height: 320px;
  }
  .main-view__ttl > em {
    font-size: 4.78rem;
  }
  .main-view__ttl > span {
    font-size: 2rem;
  }
  .main-view__ttl > span.is-404 {
    font-size: 4rem;
  }
  .main-view__ttl > span.is-category {
    font-size: 1.56rem;
  }
  .main-view__ttl > span.is-category b {
    font-size: 2rem;
  }
  .main-view__ttl > span.is-category span {
    font-size: 2rem;
  }
  .main-view__ttl > span.is-archive {
    font-size: 2.22rem;
  }
  .main-view__txt__sub em {
    font-size: 2.67rem;
  }
  .main-view__txt__sub span {
    font-size: 1.11rem;
  }
  .main-view__txt__ttl {
    font-size: 2.67rem;
  }
  .common-category__ttl {
    font-size: 1.22rem;
  }
  .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.33rem;
  }
  .cont-404__ttl span::before {
    width: 9rem;
  }
  .cont-404__txt {
    font-size: 1rem;
  }
}

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

@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .free01-box::after {
    width: 95%;
  }
}

@media (min-width: 1921px) {
  .breadcrumb {
    right: 5vw;
  }
  .main-view__inner {
    height: 25vw;
  }
  .main-view__bg {
    height: 16.66vw;
  }
}

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

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

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .free01-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 2vw, 2rem);
            flex-direction: column;
  }
  .free01-box__txt {
    width: 100%;
  }
  .free01-box__img {
    width: 100%;
  }
  .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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
  }
  .company-philosophy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .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: 1.78rem;
    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;
  }
  .productlist-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(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .productlist-slider.is-thumbnailcolumn .productlist-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .productlist-slider__top {
    margin-bottom: 0;
  }
  .productlist-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .productlist-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .productlist-singleimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .productlist-singleimg > * {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .product-video__box__ttl {
    margin-bottom: clamp(1.5rem, 1.5vw, 1.5rem);
  }
  .product-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .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: 700;
    font-size: 1.25em;
    font-family: 'Zen Kaku Gothic New', 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: #46A3E6;
    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 未満--
  /====================================================================*/
  .free01-box__txt .btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .company-message__pic {
    margin-right: auto;
    margin-left: auto;
  }
  .company-message__pic__inner {
    width: clamp(120px, 80%, 200px);
    margin-right: auto;
    margin-left: auto;
  }
  .main-view {
    background-image: url(../img/common/header-bg_sp.png);
  }
  .main-view__inner {
    height: 240px;
  }
}

@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;
  }
}
/*# sourceMappingURL=map/lv2.css.map */
