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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb {
  padding: clamp(1.5em, 3vw, 3em) 0 clamp(3em, 4vw, 4em);
  padding-left: 2%;
}
.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: #979DA4;
  letter-spacing: 0;
}
.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 li.is-404 {
  text-transform: uppercase;
}
.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: #675CE3;
}

/*--------------------------------------------------------------------/
	general
/--------------------------------------------------------------------*/
.general-intro {
  padding-bottom: clamp(6em, 9vw, 9em);
  background: url(../img/common/diamond_bg01.webp) top center/cover no-repeat;
}
.general-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-intro__txt {
  width: 100%;
}
.general-intro__txt__catch {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: clamp(14px, 5vw, 30px);
  line-height: 1.4;
}
.general-intro__txt__sub {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(11px, 3.93vw, 20px);
  line-height: 1;
}
.general-intro__txt__sub .is-purple {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75em 1em;
  background: #554ACD;
  color: #ffffff;
}
.general-intro__txt__sub .is-white {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75em 1em;
  background: #ffffff;
  color: #111111;
}
.general-intro__txt__txt {
  font-weight: 500;
}
.general-intro__img {
  width: 100%;
}

.general-second {
  position: relative;
  padding-top: clamp(4em, 9vw, 9em);
  background: #3C2599;
  color: #ffffff;
}
.general-second::before {
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  height: 100%;
  background: url(../img/common/shine_bg.webp) top center/100% no-repeat;
  content: "";
  mix-blend-mode: color-dodge;
}
.general-second::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: #ffffff;
  content: "";
}
.general-second__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
.general-second__txt__ttl {
  margin-bottom: 1em;
  font-size: clamp(14px, 5vw, 30px);
}

.general-service {
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.general-service__ttl {
  margin-bottom: 1.75em;
  font-size: clamp(10px, 3.57vw, 36px);
  text-align: center;
}
.general-service__ttl em {
  display: -block;
  position: relative;
  margin-bottom: 0.1em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.general-service__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.general-service__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(2em, 3vw, 3em);
  margin-left: auto;
}

.general-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-service__box {
  width: 100%;
}
.general-service__box.is-transport {
  background: #EFEEFD;
}
.general-service__box.is-transport .is-list li::before {
  color: #554ACD;
}
.general-service__box.is-corresponding {
  background: #F0E6FF;
}
.general-service__box.is-corresponding .is-list li::before {
  color: #DB64AF;
}
.general-service__box__inner {
  padding: 1.5em;
}
.general-service__box__ttl {
  margin-bottom: 1em;
  font-size: 1.25em;
  text-align: center;
}
.general-service__box__txt {
  padding: 1.5em 8%;
  background: #ffffff;
}
.general-service__box__txt .is-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
      flex-wrap: wrap;
  text-align: left;
}
.general-service__box__txt .is-list li {
  position: relative;
  width: 100%;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.general-service__box__txt .is-list li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  font-size: 0.7em;
}

.general-quality {
  padding-top: clamp(6em, 9vw, 9em);
  background: url(../img/common/diamond_bg02.webp) top center/cover no-repeat;
  color: #ffffff;
}
.general-quality__ttl {
  margin-bottom: 1.75em;
  font-size: clamp(10px, 3.57vw, 36px);
  text-align: center;
}
.general-quality__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.25em;
  color: #DB64AF;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.general-quality__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.general-quality__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(2em, 3vw, 3em);
  margin-left: auto;
}

.general-quality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.general-quality__box {
  width: 100%;
  background: #ffffff;
}
.general-quality__box__inner {
  display: grid;
  padding: 1.5em 8% 2em;
}
.general-quality__box__ttl {
  margin-bottom: 0.5em;
  color: #554ACD;
  font-weight: 700;
}
.general-quality__box__txt {
  color: #111111;
}

/*--------------------------------------------------------------------/
	warehousing
/--------------------------------------------------------------------*/
.warehousing-intro {
  z-index: 2;
  position: relative;
}
.warehousing-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
.warehousing-intro__txt {
  background: #111111;
  color: #ffffff;
}
.warehousing-intro__txt__inner {
  padding: clamp(1.5em, 2vw, 3em) clamp(1.5em, 5%, 3em) clamp(2em, 3vw, 4em);
}
.warehousing-intro__txt__ttl {
  margin-bottom: 1.5em;
  font-size: clamp(12px, 4.29vw, 20px);
}
.warehousing-intro__txt__ttl b {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 800;
  font-size: 2.4em;
  line-height: 1.2;
}
.warehousing-intro__txt__ttl em {
  display: block;
  position: relative;
  color: #DB64AF;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.warehousing-intro__txt__txt {
  line-height: 2;
}
.warehousing-intro__img {
  position: relative;
}
.warehousing-intro__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 74, 205, .3);
  content: "";
}

.warehousing-second {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.warehousing-second::before {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(214, 210, 255, 0)), to(#d6d2ff));
  background: linear-gradient(0deg, rgba(214, 210, 255, 0) 0%, #d6d2ff 100%);
  content: "";
}
.warehousing-second__inner {
  z-index: 2;
  position: relative;
}
.warehousing-second__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(2em, 3vw, 3em);
  margin-left: auto;
}
.warehousing-second__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 3vw, 3em);
          flex-direction: column;
}

.warehousing-second__box {
  position: relative;
}
.warehousing-second__box__img {
  position: relative;
}
.warehousing-second__box__txt {
  z-index: 2;
  position: relative;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  border: 1px solid #C9CED2;
  background: #ffffff;
}
.warehousing-second__box__txt__ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-size: clamp(12px, 4.29vw, 24px);
}
.warehousing-second__box__txt__ttl::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3em;
  height: 1px;
  background: #554ACD;
  content: "";
}

.warehousing-flow {
  position: relative;
  padding-top: clamp(4em, 9vw, 9em);
  padding-bottom: clamp(6em, 9vw, 9em);
  background: #3C2599;
}
.warehousing-flow::before {
  position: absolute;
  top: 0;
  right: 2%;
  width: 50%;
  height: 100%;
  background: url(../img/common/shine_bg.webp) top center/100% no-repeat;
  content: "";
  mix-blend-mode: color-dodge;
}
.warehousing-flow__inner {
  z-index: 2;
  position: relative;
}
.warehousing-flow .heading-ttl {
  color: #ffffff;
}
.warehousing-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: flow-num;
}

.warehousing-flow__item {
  position: relative;
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  background: #ffffff;
}

.warehousing-flow__item {
  font-size: clamp(11px, 3.93vw, 16px);
  line-height: 1.4;
  text-align: center;
}
.warehousing-flow__item__num {
  display: block;
  margin-bottom: 0.3em;
}
.warehousing-flow__item__num::before {
  display: block;
  content: counter(flow-num, decimal-leading-zero);
  color: #554ACD;
  font-weight: 800;
  font-size: 3em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  counter-increment: flow-num;
}
.warehousing-flow__item__ttl {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.warehousing-service {
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(3em, 6vw, 6em);
  background: #f6f6f6;
}
.warehousing-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
}

.warehousing-service__box {
  width: 100%;
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 3em) clamp(1.5em, 2.5vw, 2.5em);
  background: #ffffff;
}
.warehousing-service__box__ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-size: clamp(12px, 4.29vw, 24px);
}
.warehousing-service__box__ttl::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3em;
  height: 1px;
  background: #554ACD;
  content: "";
}

.warehousing-cont {
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 9vw, 9em);
}

.warehousing-item {
  margin-top: clamp(6em, 9vw, 9em);
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 3em);
  background: #EFEEFD;
}
.warehousing-item__list {
  -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;
}
.warehousing-item__list li {
  width: 100%;
  padding: 1em 0.5em;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center;
}

.warehousing-quality {
  padding-top: clamp(6em, 9vw, 9em);
  background: url(../img/common/diamond_bg03.webp) top center/cover no-repeat;
  color: #ffffff;
}
.warehousing-quality__ttl {
  margin-bottom: 1.75em;
  font-size: clamp(10px, 3.57vw, 36px);
  text-align: center;
}
.warehousing-quality__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.25em;
  color: #DB64AF;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.warehousing-quality__ttl b {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.warehousing-quality__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(2em, 3vw, 3em);
  margin-left: auto;
}

.warehousing-quality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warehousing-quality__box {
  width: 100%;
  background: #ffffff;
}
.warehousing-quality__box__inner {
  padding: 1.5em 8% 2em;
}
.warehousing-quality__box__ttl {
  margin-bottom: 0.5em;
  color: #554ACD;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
}
.warehousing-quality__box__img {
  width: clamp(100px, 40%, 180px);
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
.warehousing-quality__box__txt {
  color: #111111;
}

/*--------------------------------------------------------------------/
	vehicle
/--------------------------------------------------------------------*/
.vehicle-cont__txt {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.vehicle-cont__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.vehicle-cont__box {
  padding: clamp(2em, 3vw, 3em) 0 clamp(2em, 3vw, 3em);
  border-top: 1px solid #C9CED2;
}
.vehicle-cont__box__inner {
  display: grid;
}
.vehicle-cont__box:first-child {
  border-top: 1px solid #C9CED2;
}

.vehicle-cont__box__ttl {
  margin-bottom: 1.5em;
  font-weight: 700;
}
.vehicle-cont__box__ttl .is-ttl {
  margin-bottom: 0.5em;
  color: #554ACD;
  font-weight: 700;
  font-size: clamp(13px, 4.64vw, 26px);
}
.vehicle-cont__box__ttl .is-num {
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 16px);
}
.vehicle-cont__box__ttl .is-num span {
  display: inline-block;
  padding-top: 0.2em;
}
.vehicle-cont__box__ttl .is-num span.is-units {
  margin-right: 0.75em;
  padding: 0.2em 0.75em;
  border: 1px solid #979DA4;
}

/*--------------------------------------------------------------------/
	safety
/--------------------------------------------------------------------*/
.safety-intro {
  position: relative;
  padding-top: clamp(4em, 6vw, 6em);
}
.safety-intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/diamond_bg03.webp) bottom center/cover no-repeat;
  content: "";
}
.safety-intro__inner {
  z-index: 1;
  position: relative;
  padding-bottom: clamp(6em, 12vw, 12em);
  color: #ffffff;
}
.safety-intro__ttl {
  margin-bottom: clamp(1em, 2vw, 2em);
  font-size: clamp(14px, 5vw, 48px);
  text-align: center;
}
.safety-intro__txt {
  margin-bottom: clamp(2em, 3vw, 3em);
  font-size: clamp(9.5px, 3.39vw, 18px);
}
.safety-intro__txt .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.safety-intro__list {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 4%;
  row-gap: 2em;
      flex-wrap: wrap;
}

.safety-intro__item {
  width: 48%;
  font-size: clamp(7px, 2.5vw, 16px);
  text-align: center;
}
.safety-intro__item__img {
  width: 50%;
  margin-bottom: 1em;
  margin-inline: auto;
}
.safety-intro__item__ttl {
  margin-bottom: 0.5em;
  color: #DB64AF;
  font-size: 1.5em;
}
.safety-cont {
  padding-top: clamp(4em, 9vw, 9em);
}

.safety-system {
  width: 100%;
  max-width: 1200px;
  margin-bottom: clamp(6em, 9vw, 9em);
  margin-inline: auto;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 5em);
  border: solid #DEDCF5;
  border-width: 8px;
  border-radius: 32px;
}
.safety-system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
.safety-system__img {
  -ms-flex-negative: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      flex-shrink: 0;
  width: auto;
  max-width: 50%;
}
.safety-system__txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: auto;
}
.safety-system__txt__ttl {
  margin-bottom: 0.75em;
  font-size: clamp(14px, 5vw, 28px);
}

.safety-certificate__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
}
.safety-certificate__img figcaption {
  position: relative;
  margin-top: 1em;
  padding-left: 1.25em;
}
.safety-certificate__img figcaption::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  color: #554ACD;
  font-size: 0.7em;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
.message-intro {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.message-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(214, 210, 255, 0)), to(#d6d2ff));
  background: linear-gradient(0deg, rgba(214, 210, 255, 0) 0%, #d6d2ff 100%);
  content: "";
}
.message-intro .l-cont {
  z-index: 2;
  position: relative;
}
.message-intro__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  font-size: clamp(15px, 5.36vw, 40px);
}
.message-intro__ttl .is-img {
  display: block;
  width: clamp(200px, 70%, 728px);
  opacity: 0.15;
}
.message-intro__ttl .is-txt {
  display: block;
  margin-top: -0.3em;
}
.message-intro__flex.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message-intro__txt {
  line-height: 2;
}
.message-intro__txt .is-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.4;
}
.message-intro__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.message-intro__img figcaption {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 16px);
  text-align: center;
}

.message-mvv {
  padding-top: clamp(4em, 9vw, 9em);
  padding-bottom: clamp(4em, 9vw, 9em);
}
.message-mvv__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
}

.message-mvv__box {
  background: top center/cover no-repeat;
}
.message-mvv__box.is-mission {
  background-image: url(../img/lv2/mission_bg.webp);
}
.message-mvv__box.is-vision {
  background-image: url(../img/lv2/vision_bg.webp);
}
.message-mvv__box.is-value {
  background-image: url(../img/lv2/value_bg.webp);
}
.message-mvv__box__inner {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5vw, 5em) clamp(2em, 3vw, 3em);
  color: #ffffff;
}
.message-mvv__box__ttl {
  margin-bottom: 1em;
  font-size: clamp(12px, 4.29vw, 28px);
}
.message-mvv__box__ttl em {
  display: block;
  margin-bottom: 0.1em;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.message-mvv__box__ttl b {
  font-weight: 700;
}
.message-mvv__box__txt {
  padding: clamp(1em, 2vw, 2em) clamp(1.5em, 5%, 3em);
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1.3;
}
.message-mvv__box__txt ol {
  -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;
  counter-reset: ol-num;
}
.message-mvv__box__txt ol > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
}
.message-mvv__box__txt ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
.message-mvv__box__txt ol > li:not(:last-child) {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}
.message-mvv__box__txt ol > li span {
  display: inline-block;
}
.message-mvv__box__txt ol > li small {
  display: inline-block;
  font-weight: 700;
  font-size: 0.65em;
}

.message-cap {
  padding-block: clamp(3em, 6vw, 6em) clamp(5em, 9vw, 9em);
  background: url(../img/lv2/message_cap_bg.webp) center center/cover no-repeat;
}
.message-cap__ttl {
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 24px);
  text-align: center;
}
.message-cap__txt {
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5vw, 5em) clamp(2em, 3vw, 3em);
  background: #ffffff;
  color: #111111;
}
.message-cap__txt__inner {
  -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;
}
.message-cap__txt__txt {
  line-height: 2;
}
.message-cap__txt__txt .btn-wrap {
  margin-top: 2em;
}

.thoughts-message {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.thoughts-message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 201, 234, 0)), to(#eec9ea));
  background: linear-gradient(0deg, rgba(238, 201, 234, 0) 0%, #eec9ea 100%);
  content: "";
}
.thoughts-message .l-cont {
  z-index: 2;
  position: relative;
}
.thoughts-message__inner {
  z-index: 2;
  position: relative;
  padding-bottom: clamp(2em, 3vw, 3em);
  padding-inline: clamp(1.5em, 5%, 5em);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, white));
  background: linear-gradient(transparent 50%, white 70%);
}
.thoughts-message__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  font-size: clamp(15px, 5.36vw, 40px);
}
.thoughts-message__ttl .is-img {
  display: block;
  width: clamp(200px, 70%, 728px);
  opacity: 0.6;
}
.thoughts-message__ttl .is-txt {
  display: block;
  margin-top: -0.3em;
}
.thoughts-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thoughts-message__txt {
  line-height: 2;
}
.thoughts-message__txt .is-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.6em;
}
.thoughts-message__txt p:not(:last-child) {
  margin-bottom: 2em;
}
.thoughts-message__img figcaption {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 20px);
  text-align: center;
}
.thoughts-message__bg {
  position: relative;
  margin-top: -10vw;
}
.thoughts-message__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 74, 205, .6);
  content: "";
  mix-blend-mode: darken;
}

.thoughts-track {
  padding-top: clamp(4em, 9vw, 9em);
  background: #EFEEFD;
}
.thoughts-track__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, 12vw, 12em);
          flex-direction: column;
}

.thoughts-track__box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.thoughts-track__box__txt {
  position: relative;
}
.thoughts-track__box__txt__num {
  color: #554ACD;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(40px, 14.29vw, 90px);
  line-height: 0.9;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.02em;
  opacity: 0.15;
}
.thoughts-track__box__txt__ttl {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 5vw, 24px);
}

.profile-ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  padding-bottom: 0.75em;
  border-bottom: 1px solid #979DA4;
  font-size: clamp(11px, 3.93vw, 24px);
}
.profile-ttl em {
  display: inline-block;
  padding-right: 0.4em;
  color: #554ACD;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.profile-ttl b {
  font-weight: 700;
}

.profile-table {
  padding-bottom: clamp(6em, 12vw, 12em);
}
.profile-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(6em, 9vw, 9em);
          flex-direction: column;
}
.profile-table__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.profile-table__table {
  width: 100%;
}

.profile-access {
  padding-top: clamp(6em, 9vw, 9em);
  background: #F7F5FF;
}
.profile-access__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.profile-access__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 6vw, 6em);
      flex-wrap: wrap;
}
.profile-access__list > * {
  width: 100%;
}

.profile-access__box__ttl {
  position: relative;
  margin-bottom: clamp(1em, 1.5vw, 1.5em);
  padding: 0.5em 1em 0.5em 1.75em;
  background: #F0E6FF;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 24px);
}
.profile-access__box__ttl::before {
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 0.75em;
  height: 1px;
  background-color: #554ACD;
  content: "";
}
.profile-access__box__flex {
  -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;
}
.profile-access__box__map {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 360px;
  overflow: hidden;
  background-color: #ffffff;
}
@container access-box (min-width:480px) {
  .profile-access__box__map {
    padding-bottom: 40%;
  }
}
.profile-access__box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------------/
	voice
/--------------------------------------------------------------------*/
.voice-intro {
  margin-bottom: clamp(6em, 12vw, 12em);
}
.voice-intro__inner {
  position: relative;
}
.voice-intro__img {
  aspect-ratio: 41/24;
}
.voice-intro__txt {
  z-index: 2;
  position: relative;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  background: url(../img/lv2/voice_intro_bg.webp) top center/cover no-repeat;
  color: #ffffff;
}
.voice-intro__txt__ttl {
  margin-bottom: 0.5em;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1;
  text-align: center;
}
.voice-intro__txt__ttl b {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.1em;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.1em;
  font-weight: 700;
  font-size: 1.65em;
}
.voice-intro__txt__ttl b::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background: #DB64AF;
  content: "";
}
.voice-intro__txt__txt {
  font-weight: 500;
  font-size: clamp(10px, 3.57vw, 14px);
  line-height: 1.5;
  text-align: center;
}

.voice-interview {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
  counter-reset: voice-list;
}

.voice-interview__box {
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em);
  overflow: hidden;
  background: #EFEEFD;
}
.voice-interview__box__ttl {
  position: relative;
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 16px);
  line-height: 1.5;
}
.voice-interview__box__ttl .is-num {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.7em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.voice-interview__box__ttl .is-num::after {
  margin-left: 0.5em;
  content: counter(voice-list, decimal-leading-zero);
  color: #554ACD;
  font-size: 1.2em;
  counter-increment: voice-list;
}
.voice-interview__box__ttl .is-txt {
  display: block;
  position: relative;
}
.voice-interview__box__ttl .is-txt::before {
  display: block;
  position: absolute;
  top: 0.75em;
  right: calc(100% + 0.5em);
  width: 50%;
  height: 1px;
  background: #554ACD;
  content: "";
}
.voice-interview__box__img {
  z-index: 2;
  position: relative;
}
.voice-interview__box__img__inner {
  aspect-ratio: 3/2;
}
.voice-interview__box__img figcaption {
  z-index: 1;
  position: relative;
  margin-top: 0.5em;
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.voice-interview__box__img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #5C7DB1;
}

/*--------------------------------------------------------------------/
	qa
/--------------------------------------------------------------------*/
.qa-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(2em, 4vw, 4em);
          flex-direction: column;
  counter-reset: qa-list;
}

.qa-box__ttl {
  position: relative;
  padding: 1.25em 1.5em;
  background: #EFEEFD;
  font-weight: 700;
}
.qa-box__ttl__inner {
  display: block;
  position: relative;
  padding-left: 2.5em;
  font-size: clamp(13px, 4.64vw, 20px);
}
.qa-box__ttl__inner::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: "Q" counter(qa-list);
  color: #554ACD;
  font-size: 1.5em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  counter-increment: qa-list;
}
.qa-box__txt {
  padding: 1.25em 1.5em 1.5em;
  border-right: 1px solid #DEDCF5;
  border-bottom: 1px solid #DEDCF5;
  border-left: 1px solid #DEDCF5;
}

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

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: clamp(48px, 6vw, 96px);
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 8%, 5em);
  background: #EFEEFD;
}
.contact-box__ttl {
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 0.44118vw - 1.23529px);
}
.contact-box__tel {
  font-size: clamp(9px, 3.21vw, 18px);
}
.contact-box__tel__time {
  margin-bottom: 0.2em;
  padding-left: 2em;
  letter-spacing: 0;
}
.contact-box__tel a {
  color: #111111;
}
.contact-box__tel__num {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
}
.contact-box__tel__num: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: "\e909";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.contact-box__tel__num::before {
  color: #DB64AF;
  font-size: 0.6875em;
}
.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-radius: 999px;
  background: #f6f6f6;
  color: #111111;
  font-size: 1.07em;
}
.contact-step ol li:not(:last-child) {
  margin-bottom: clamp(12px, 1vw, 16px);
  margin-bottom: clamp(0.75rem, 1vw, 1rem);
}
.contact-step ol li:not(:last-child)::before {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: calc(1.25em + 8px);
  width: 1px;
  height: 100%;
  background: #C9CED2;
  content: "";
}
.contact-step ol li span {
  z-index: 3;
  position: relative;
  width: 32px;
  width: 2rem;
}
.contact-step ol li span::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #979DA4;
  content: "";
}
.contact-step ol li b {
  width: auto;
  font-weight: 500;
}
.contact-step ol li.now span::before {
  background: #4F3DB6;
}

/*-------------------------------------------------
	contact form
-------------------------------------------------*/
/* variablea */
.contact-form__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  padding-bottom: 1em;
  border-bottom: 1px solid #979DA4;
  font-size: calc(1.25rem + 0.73529vw - 2.05882px);
  letter-spacing: 0;
  text-align: center;
}
.contact-form__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #554ACD;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}
.contact-form__ttl b {
  display: block;
  font-weight: 700;
}

.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.14706vw - 0.41176px);
  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: #554ACD;
  content: "";
}

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

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

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

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

.form-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  letter-spacing: 0.1em;
}
.form-btn .chack-btn {
  position: relative;
}
.form-btn .chack-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .chack-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .chack-btn:hover::after {
  color: #ffffff;
}
.form-btn .chack-btn:hover input,
.form-btn .chack-btn:hover a {
  background-color: #675CE3;
  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: #554ACD;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .back-btn {
  position: relative;
}
.form-btn .back-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .back-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .back-btn:hover::after {
  color: #ffffff;
}
.form-btn .back-btn:hover input,
.form-btn .back-btn:hover a {
  background-color: #675CE3;
  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: #161619;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.form-btn .sub-btn {
  position: relative;
}
.form-btn .sub-btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.form-btn .sub-btn::after {
  position: absolute;
  top: 1em;
  right: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
}
.form-btn .sub-btn:hover::after {
  color: #ffffff;
}
.form-btn .sub-btn:hover input,
.form-btn .sub-btn:hover a {
  border-color: #161619;
  background-color: #675CE3;
  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: #161619;
  background-color: #554ACD;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  font-size: 18.08px;
  font-size: 1.13rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

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

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

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

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

.check-box label {
  position: relative;
  cursor: pointer;
}
.check-box label::before {
  -webkit-transition: border-color ease 0.2s;
  display: block;
  z-index: 1;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 26px;
  height: 26px;
  margin-right: 1em;
  border: 1px solid #979DA4;
  background-color: transparent;
  content: "";
  transition: border-color ease 0.2s;
}
.check-box .wpcf7-list-item-label {
  display: block;
  padding-left: calc(26px + 1rem);
  font-size: 1.07em;
  vertical-align: top;
}
.check-box .wpcf7-list-item-label::before, .check-box .wpcf7-list-item-label::after {
  -webkit-transform-origin: left top;
  -webkit-transition: opacity ease 0.5;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 5.2px;
  height: 0;
          transform-origin: left top;
  background-color: #554ACD;
  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: #554ACD;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item-label.checked::after {
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  height: 13px;
          animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item-label.checked::before {
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-box-shadow: 0 0 0 1.3px #ffffff;
  height: 31.2px;
          box-shadow: 0 0 0 1.3px #ffffff;
          animation: dothatopcheck 0.4s ease 0s forwards;
}

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

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

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

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

textarea {
  height: 10em;
}

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

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

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

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

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

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

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

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

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

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

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

.news-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;
}
.news-content.is-reverse .news-post {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-content.is-reverse .news-contentfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.news-slider__top {
  position: relative;
}
.news-slider__top__inner {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.news-slider__top .slick-nav-arrows .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;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .slick-arrow i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  font-size: 48px;
  font-size: 3rem;
}
.news-slider__top .slick-nav-arrows .slick-arrow i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #E5E9EC;
  transition: all 0.3s ease 0s;
}
.news-slider__top .slick-nav-arrows .slick-arrow:hover i::before {
  color: #675CE3;
}
.news-slider__top .slick-nav-arrows .slick-prev {
  top: calc(26.93vw - 0.5em);
  right: 100%;
}
.news-slider__top .slick-nav-arrows .slick-prev:before {
  display: none;
  content: "←";
}
.news-slider__top .slick-nav-arrows .slick-next {
  top: calc(26.93vw - 0.5em);
  left: 100%;
}
.news-slider__top .slick-nav-arrows .slick-next:before {
  display: none;
  content: "→";
}
.news-slider__top .sp-slide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.news-slider__top .sp-slide__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.news-slider__top .sp-slide__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-slider__top .sp-slide__inner > div,
.news-slider__top .sp-slide__inner figure,
.news-slider__top .sp-slide__inner a,
.news-slider__top .sp-slide__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-slider__top .sp-slide figcaption {
  position: relative;
  margin-top: clamp(8px, 1vw, 16px);
  margin-top: clamp(0.5rem, 1vw, 1rem);
  padding-left: 1.5em;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4;
}
.news-slider__top .sp-slide figcaption::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "●";
  color: #554ACD;
  font-size: 0.8em;
}

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

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

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

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

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

/* news-video */
.news-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);
}
.news-video__box__ttl {
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
  line-height: 1.4;
}
.news-video__box__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.news-video__box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.contents-left {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------------/
	file
/--------------------------------------------------------------------*/
.wp-block-file__embed {
  margin-bottom: 1.5em;
}

.wp-block-file__button {
  border-radius: 999px;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
  overflow: hidden;
  background: url("../img/lv2/lv2-main_sp.webp") center center/cover no-repeat;
}
.main-view::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-30deg);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 40%;
  width: 100%;
  height: 120%;
          transform: skew(-30deg);
          transform-origin: top right;
  background: rgba(219, 100, 175, .66);
  content: "";
}
.main-view__inner {
  z-index: 2;
  position: relative;
}
.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%;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
.main-view__ttl > em {
  display: block;
  margin-bottom: 0.1em;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(24px, 8.57vw, 110px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__ttl > em.is-404 {
  margin-bottom: 0.1em;
  font-weight: 800;
  font-size: clamp(24px, 8.57vw, 100px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__ttl > span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 36px);
}
.main-view__ttl > span.is-category {
  display: block;
  margin-top: 0.3em;
  font-weight: 700;
  font-size: 1.5em;
  font-size: clamp(15px, 5.36vw, 28px);
}
.main-view__ttl > span.is-archive {
  margin-top: 0.3em;
  color: #111111;
  font-weight: 700;
  font-size: 1.5em;
}

.main-view__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  color: #ffffff;
}
.main-view__txt__sub {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: clamp(1em, 2vw, 2em);
  font-weight: 400;
  line-height: 1.4;
}
.main-view__txt__sub em {
  display: inline-block;
  margin-right: 0.3em;
  font-style: italic;
  font-weight: 800;
  font-size: calc(1.75rem + 1.47059vw - 4.11765px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__txt__sub span {
  display: inline-block;
  padding-left: 0.2em;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(0.9rem + 0.44118vw - 1.23529px);
}
.main-view__txt__date {
  margin-bottom: 0.2em;
  font-weight: 800;
  font-size: clamp(12px, 4.29vw, 24px);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-view__txt__ttl {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: calc(1.14rem + 2.20588vw - 6.17647px);
  line-height: 1.2;
}
.main-view__txt__category {
  margin-top: clamp(1em, 2vw, 2em);
}
.main-view__txt__category li {
  display: inline-block;
  margin-right: 0.2em;
}

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

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

.common-flex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex__list.is-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------------/
	404 page
/--------------------------------------------------------------------*/
.cont-404__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #C9CED2;
  font-size: clamp(12px, 4.29vw, 28px);
  text-align: center;
}
.cont-404__ttl span {
  display: inline-block;
  position: relative;
}

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

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

.addtoany_shortcode {
  padding-bottom: 1.5em;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .general-service__box__txt .is-list li {
    width: 50%;
  }
  .general-quality__box__inner {
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
    grid-template-rows: auto 1fr;
    grid-template-columns: 28% 65%;
            column-gap: 7%;
    padding: 1.5em;
  }
  .general-quality__box__ttl {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: clamp(16px, 2.78vw, 24px);
  }
  .general-quality__box__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .general-quality__box__txt {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: clamp(12px, 2.08vw, 16px);
  }
  .warehousing-intro__txt__inner {
    padding: clamp(2em, 6vw, 6em) clamp(1.5em, 10%, 5em);
  }
  .warehousing-flow__list {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
    -ms-flex-wrap: wrap;
            column-gap: 8%;
    row-gap: 2em;
        flex-wrap: wrap;
  }
  .warehousing-item__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
            flex-direction: row;
        flex-wrap: wrap;
  }
  .warehousing-item__list li {
    width: 48%;
    font-size: clamp(11px, 1.91vw, 14px);
  }
  .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未満--
  /====================================================================*/
  .warehousing-flow__item {
    width: 46%;
    padding: clamp(1.5em, 2vw, 2em) 1.5em clamp(2em, 3vw, 3em);
  }
  .warehousing-flow__item:nth-of-type(odd):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;
  }
  .warehousing-flow__item:nth-of-type(odd)::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 0.1em);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 3em;
    opacity: 0.4;
  }
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .breadcrumb__list {
    font-size: 0.85em;
  }
  .general-intro__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            column-gap: 10%;
            flex-direction: row-reverse;
  }
  .general-intro__txt {
    width: 54.64%;
  }
  .general-intro__txt__catch {
    font-size: clamp(20px, 2.6vw, 52px);
  }
  .general-intro__txt__sub {
    font-size: clamp(15px, 1.95vw, 30px);
  }
  .general-intro__txt__txt {
    font-size: clamp(14px, 1.82vw, 20px);
  }
  .general-intro__img {
    width: 35.36%;
  }
  .general-second__inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  .general-second__txt {
    width: 55%;
  }
  .general-second__txt__ttl {
    font-size: clamp(20px, 2.6vw, 30px);
  }
  .general-second__txt__txt {
    font-size: clamp(14px, 1.82vw, 18px);
  }
  .general-second__img {
    width: 40%;
  }
  .general-service__box__ttl {
    font-size: 1.75em;
  }
  .general-quality__list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -ms-flex-wrap: wrap;
            column-gap: 4%;
    row-gap: 1.5em;
        flex-wrap: wrap;
  }
  .general-quality__box {
    width: 48%;
  }
  .general-quality__box__inner {
    grid-template-columns: 35% 58%;
  }
  .general-quality__box__ttl {
    font-size: clamp(14px, 1.82vw, 28px);
  }
  .general-quality__box__txt {
    font-size: clamp(11px, 1.43vw, 18px);
  }
  .warehousing-intro__txt {
    width: 61.11%;
  }
  .warehousing-intro__txt__inner {
    padding: clamp(3em, 6vw, 6em) clamp(2em, 10%, 5em) clamp(2em, 3vw, 4em) clamp(1.5em, 10%, 5em);
  }
  .warehousing-intro__txt__ttl {
    font-size: clamp(14px, 1.82vw, 24px);
  }
  .warehousing-intro__txt__txt {
    font-size: clamp(14px, 1.82vw, 22px);
  }
  .warehousing-intro__img {
    width: 38.89%;
  }
  .warehousing-second__box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    padding-top: clamp(3em, 5vw, 5em);
  }
  .warehousing-second__box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .warehousing-second__box__txt {
    width: 60%;
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  }
  .warehousing-second__box__txt__ttl {
    font-size: clamp(16px, 2.08vw, 32px);
  }
  .warehousing-second__box__txt__txt {
    font-size: clamp(13px, 1.69vw, 18px);
  }
  .warehousing-flow__list {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .warehousing-flow__item {
    font-size: clamp(14px, 1.82vw, 20px);
  }
  .warehousing-service__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
        flex-wrap: wrap;
  }
  .warehousing-service__box {
    width: 32%;
    padding: clamp(1.5em, 2vw, 2em) 1.5em;
  }
  .warehousing-service__box__ttl {
    font-size: clamp(14px, 1.82vw, 22px);
  }
  .warehousing-service__box .common-ul li {
    font-size: clamp(11px, 1.43vw, 14px);
  }
  .warehousing-item__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1.25em;
  }
  .warehousing-item__list li {
    -webkit-column-gap: 32%;
       -moz-column-gap: 32%;
            column-gap: 32%;
    font-size: clamp(12px, 1.56vw, 16px);
  }
  .warehousing-quality__list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -ms-flex-wrap: wrap;
            column-gap: 4%;
    row-gap: 1.5em;
        flex-wrap: wrap;
  }
  .warehousing-quality__box {
    width: 48%;
  }
  .warehousing-quality__box__inner {
    padding: 1.5em 20% 2em;
  }
  .warehousing-quality__box__ttl {
    font-size: clamp(16px, 2.08vw, 28px);
  }
  .warehousing-quality__box__txt {
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .vehicle-cont__box__inner {
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
    grid-template-rows: auto 1fr;
            column-gap: 7%;
  }
  .vehicle-cont__box:nth-of-type(odd) .vehicle-cont__box__inner {
    grid-template-columns: 50% 43%;
  }
  .vehicle-cont__box:nth-of-type(odd) .vehicle-cont__box__inner .vehicle-cont__box__ttl {
    grid-column: 2/3;
  }
  .vehicle-cont__box:nth-of-type(odd) .vehicle-cont__box__inner .vehicle-cont__box__img {
    grid-column: 1/2;
  }
  .vehicle-cont__box:nth-of-type(odd) .vehicle-cont__box__inner .vehicle-cont__box__txt {
    grid-column: 2/3;
  }
  .vehicle-cont__box:nth-of-type(even) .vehicle-cont__box__inner {
    grid-template-columns: 43% 50%;
  }
  .vehicle-cont__box:nth-of-type(even) .vehicle-cont__box__inner .vehicle-cont__box__ttl {
    grid-column: 1/2;
  }
  .vehicle-cont__box:nth-of-type(even) .vehicle-cont__box__inner .vehicle-cont__box__img {
    grid-column: 2/3;
  }
  .vehicle-cont__box:nth-of-type(even) .vehicle-cont__box__inner .vehicle-cont__box__txt {
    grid-column: 1/2;
  }
  .vehicle-cont__box__ttl {
    grid-row: 1/2;
  }
  .vehicle-cont__box__ttl .is-ttl {
    font-size: clamp(16px, 2.08vw, 26px);
  }
  .vehicle-cont__box__ttl .is-num {
    font-size: clamp(13px, 1.69vw, 20px);
  }
  .vehicle-cont__box__img {
    grid-row: 1/3;
  }
  .vehicle-cont__box__txt {
    grid-row: 2/3;
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .safety-system {
    padding: clamp(2.5em, 4vw, 4em) clamp(1.5em, 8%, 5em);
    border-width: 12px;
    border-radius: 999px;
  }
  .safety-system__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
            align-items: center;
            justify-content: center;
  }
  .safety-system__img {
    max-width: 20%;
  }
  .safety-system__txt {
    width: max(auto, 60%);
  }
  .safety-system__txt__ttl {
    font-size: clamp(20px, 2.6vw, 30px);
  }
  .safety-certificate__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
            flex-direction: row;
  }
  .safety-certificate__img {
    width: 48%;
  }
  .message-intro__ttl {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .message-intro__ttl .is-img {
    width: clamp(200px, 50%, 728px);
  }
  .message-intro__flex.is-active {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .is-active .message-intro__txt {
    width: 61.8%;
  }
  .message-intro__txt .is-catch {
    font-size: 1.5em;
  }
  .is-active .message-intro__img {
    width: 28.47%;
  }
  .message-intro__img figcaption {
    font-size: clamp(13px, 1.69vw, 20px);
  }
  .message-mvv__box__inner {
    padding: clamp(3em, 6vw, 6em) clamp(1.5em, 5vw, 5em) clamp(4em, 6vw, 6em);
  }
  .message-mvv__box__ttl em {
    font-size: 3.5em;
  }
  .message-mvv__box__txt {
    font-size: clamp(18px, 2.34vw, 36px);
  }
  .message-cap__ttl {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .message-cap__txt {
    padding: clamp(3em, 4vw, 4em) clamp(1.5em, 5vw, 5em) clamp(4em, 5vw, 5em);
  }
  .thoughts-track__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
            flex-direction: row;
  }
  .thoughts-track__box__img {
    width: 50%;
  }
  .thoughts-track__box__txt {
    width: 42%;
  }
  .thoughts-track__box__txt__num {
    font-size: clamp(90px, 11.72vw, 180px);
  }
  .thoughts-track__box__txt__ttl {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .profile-access__box__flex {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            column-gap: 4%;
            flex-direction: row-reverse;
  }
  .profile-access__box__map {
    width: 48%;
  }
  .profile-access__box__txt {
    width: 48%;
  }
  .voice-intro__inner {
    padding-top: clamp(3em, 6vw, 6em);
  }
  .voice-intro__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 55.55%;
  }
  .voice-intro__txt {
    width: 50%;
  }
  .voice-intro__txt__ttl {
    font-size: clamp(20px, 2.6vw, 48px);
  }
  .voice-intro__txt__txt {
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .voice-interview__box__inner {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
    display: grid;
    grid-template-rows: auto 1fr;
            column-gap: 6%;
  }
  .voice-interview__box__inner.is-right {
    grid-template-columns: 54% 40%;
  }
  .voice-interview__box__inner.is-right .voice-interview__box__ttl {
    grid-column: 1/2;
  }
  .voice-interview__box__inner.is-right .voice-interview__box__img {
    grid-column: 2/3;
  }
  .voice-interview__box__inner.is-right .voice-interview__box__txt {
    grid-column: 1/2;
  }
  .voice-interview__box__inner.is-left {
    grid-template-columns: 40% 54%;
  }
  .voice-interview__box__inner.is-left .voice-interview__box__ttl {
    grid-column: 2/3;
  }
  .voice-interview__box__inner.is-left .voice-interview__box__img {
    grid-column: 1/2;
  }
  .voice-interview__box__inner.is-left .voice-interview__box__txt {
    grid-column: 2/3;
  }
  .voice-interview__box__ttl {
    grid-row: 1/2;
    font-size: clamp(16px, 2.08vw, 32px);
  }
  .voice-interview__box__img {
    grid-row: 1/3;
  }
  .voice-interview__box__txt {
    grid-row: 2/3;
  }
  .contact-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            justify-content: center;
    padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 5%, 5em);
  }
  .contact-box__ttl {
    padding-right: 1em;
    font-size: clamp(18px, 2.34vw, 30px);
  }
  .contact-box__tel {
    padding-left: 1em;
    border-left: 1px solid #979DA4;
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .contact-box__tel__time {
    padding-left: 2.5em;
  }
  .contact-box__tel__num {
    font-size: 2.5em;
  }
  .contact-form__ttl {
    font-size: clamp(15px, 1.95vw, 30px);
  }
  input.middle,
  select.middle {
    width: 70%;
  }
  input.short,
  select.short {
    width: 30%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .news-interview__box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-interview__box__flex.is-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-interview__box__flex.is-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    padding-top: 1rem;
  }
  .news-interview__box__catch {
    font-size: calc(1rem + 0.68807vw - 5.2844px);
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .news-table__box__inner {
    padding: clamp(2em, 2.5vw, 3rem) 8% clamp(2em, 3vw, 3.5rem);
  }
  .news-access__box__inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 46% 50%;
            column-gap: 4%;
  }
  .news-access__box__ttl {
    -ms-flex-item-align: end;
    grid-row: 1/2;
    grid-column: 1/2;
        align-self: end;
    font-size: calc(1.25rem + 1.6055vw - 12.33028px);
  }
  .news-access__box__map {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-access__box__map__inner {
    padding-bottom: 50%;
  }
  .news-access__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .main-view {
    background: url("../img/lv2/lv2-main_tb.webp");
  }
  .main-view::before {
    right: 55%;
  }
  .main-view__inner {
    height: 320px;
  }
  .main-view__ttl > em {
    font-size: clamp(50px, 6.51vw, 110px);
  }
  .main-view__ttl > em.is-404 {
    font-size: clamp(50px, 6.51vw, 100px);
  }
  .main-view__ttl > span {
    font-size: clamp(16px, 2.08vw, 36px);
  }
  .main-view__ttl > span.is-category {
    font-size: clamp(28px, 3.65vw, 52px);
  }
  .main-view__txt__date {
    font-size: clamp(14px, 1.82vw, 24px);
  }
  .common-flex__list.is-col2 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .cont-404__txt {
    text-align: center;
  }
  .single-cont__txt {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
  .warehousing-flow__item {
    width: 29.33%;
    padding: clamp(1.5em, 2vw, 2em) 1.5em clamp(2em, 3vw, 3em);
  }
  .warehousing-flow__item:not(:nth-of-type(3n)):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;
  }
  .warehousing-flow__item:not(:nth-of-type(3n))::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 0.1em);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 2.5em;
    opacity: 0.4;
  }
}

@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .general-second__inner {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .general-second__txt {
    width: 60%;
    padding-left: 8%;
  }
  .general-second__txt__ttl {
    font-size: clamp(28px, 2.59vw, 42px);
  }
  .general-second__txt__txt {
    font-size: clamp(14px, 1.3vw, 18px);
  }
  .general-second__img {
    width: 32%;
  }
  .general-service__txt {
    font-size: clamp(16px, 1.48vw, 20px);
    text-align: center;
  }
  .general-service__flex {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .general-service__box {
    width: 48%;
  }
  .general-quality__txt {
    font-size: clamp(16px, 1.48vw, 20px);
    text-align: center;
  }
  .general-quality__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .general-quality__box {
    width: 32%;
  }
  .general-quality__box__ttl {
    font-size: clamp(18px, 1.67vw, 28px);
  }
  .general-quality__box__txt {
    font-size: clamp(13px, 1.2vw, 16px);
  }
  .warehousing-intro__txt__inner {
    padding: clamp(3em, 6vw, 6em) clamp(2em, 16%, 6em) clamp(3em, 6vw, 6em) clamp(1.5em, 16%, 6em);
  }
  .warehousing-second__txt {
    font-size: clamp(16px, 1.48vw, 20px);
    text-align: center;
  }
  .warehousing-second__box__txt {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 8%, 8em) clamp(2em, 5vw, 5em);
  }
  .warehousing-flow__list {
    -webkit-column-gap: 3.33%;
       -moz-column-gap: 3.33%;
            column-gap: 3.33%;
  }
  .warehousing-flow__item {
    width: 13.89%;
    padding: clamp(1.5em, 2vw, 2em) 1.5% clamp(2em, 3vw, 3em);
  }
  .warehousing-flow__item:not(:nth-of-type(6n)):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;
  }
  .warehousing-flow__item:not(:nth-of-type(6n))::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 0.1em);
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 2em;
    opacity: 0.4;
  }
  .warehousing-flow__item {
    font-size: clamp(10px, 0.93vw, 14px);
  }
  .warehousing-service__box {
    padding: clamp(1.5em, 2vw, 2em) clamp(1.5em, 3%, 5em) clamp(1.5em, 3vw, 3em);
  }
  .warehousing-item {
    padding: clamp(2em, 3vw, 3em) clamp(1.5em, 8%, 8em) clamp(3em, 4vw, 4em);
  }
  .warehousing-item__list {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  .warehousing-item__list li {
    width: 31.33%;
    font-size: clamp(16px, 1.48vw, 22px);
  }
  .warehousing-quality__txt {
    font-size: clamp(16px, 1.48vw, 20px);
    text-align: center;
  }
  .warehousing-quality__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            column-gap: 2%;
            justify-content: center;
  }
  .warehousing-quality__box {
    width: 32%;
  }
  .warehousing-quality__box__inner {
    padding: 1.5em 16% 2em;
  }
  .warehousing-quality__box__ttl {
    font-size: clamp(18px, 1.67vw, 28px);
  }
  .warehousing-quality__box__txt {
    font-size: clamp(13px, 1.2vw, 16px);
  }
  .safety-intro__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .safety-intro__item {
    width: 23.5%;
    font-size: clamp(10px, 0.93vw, 15px);
  }
  .safety-system__txt__ttl {
    font-size: 1.88rem;
  }
  .message-cap {
    padding-block: clamp(3em, 6vw, 6em) clamp(6em, 12vw, 12em);
  }
  .message-cap__txt__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
            flex-direction: row-reverse;
  }
  .message-cap__txt__img {
    width: 45%;
  }
  .message-cap__txt__txt {
    width: 50%;
    font-size: clamp(15px, 1.39vw, 18px);
  }
  .thoughts-message__inner {
    padding-bottom: clamp(3em, 4vw, 4em);
    padding-inline: clamp(2em, 5%, 5em);
  }
  .thoughts-message__ttl {
    font-size: clamp(24px, 2.22vw, 40px);
  }
  .thoughts-message__ttl .is-img {
    width: clamp(200px, 50%, 728px);
  }
  .thoughts-message__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
  .thoughts-message__txt {
    width: 56%;
  }
  .thoughts-message__img {
    width: 38%;
  }
  .thoughts-message__img figcaption {
    font-size: clamp(14px, 1.3vw, 20px);
  }
  .thoughts-track__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .thoughts-track__box__txt {
    width: 40%;
  }
  .voice-intro__txt {
    padding: clamp(3em, 5vw, 5em) clamp(1.5em, 10%, 6em);
  }
  .voice-interview__box {
    padding: clamp(2.5em, 4vw, 4em) clamp(2em, 8%, 6em);
  }
  .voice-interview__box__inner.is-right {
    grid-template-columns: 48% 46%;
  }
  .voice-interview__box__inner.is-left {
    grid-template-columns: 46% 48%;
  }
  .qa-box__ttl {
    padding: 1.25em clamp(1.5em, 5%, 2.5em);
  }
  .qa-box__txt {
    padding: 1.5em clamp(1.5em, 5%, 2.5em) 2em;
  }
  .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-step {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .contact-step ol li {
    font-size: calc(0.94rem + 0.17857vw - 1.92857px);
  }
  .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: #554ACD;
    content: "";
  }
  .contact-privacy__ttl .privacy-btn {
    display: none;
  }
  .contact-table th, .contact-table td {
    display: table-cell;
    padding: 1rem 0 1.5rem;
  }
  .contact-table th {
    width: 30%;
    line-height: 1.5;
  }
  .contact-table td {
    width: auto;
  }
  .news-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-arrow i {
    font-size: 6.25rem;
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-prev {
    top: calc(266px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .news-slider__top .slick-next {
    top: calc(266px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 8px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top {
    width: 65.55%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-arrow i {
    font-size: 2.5rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(16.3vw - 0.5em);
    right: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(16.3vw - 0.5em);
    left: calc(100% + 0.2em);
    font-size: 1rem;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs {
    width: 31.11%;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 3.125%;
       -moz-column-gap: 3.125%;
            column-gap: 3.125%;
    row-gap: 0.75vw;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs .sp-thumbnail {
    width: 31.25%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-prev {
    right: 99%;
  }
  .news-slider__thumbs .slick-nav-arrows .slick-next {
    left: calc(99% - 5px);
  }
  .news-slider__thumbs .slick-list {
    padding: 0 0 !important;
  }
  .news-slider__thumbs .slick-track {
    left: 0 !important;
  }
  .news-pdf__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 1em;
        flex-wrap: wrap;
  }
  .news-pdf__list > * {
    width: 49%;
  }
  .news-interview__box__flex .news-interview__box__txt {
    -ms-flex-preferred-size: 44.44%;
        flex-basis: 44.44%;
  }
  .news-interview__box__img {
    -ms-flex-preferred-size: 48.33%;
        flex-basis: 48.33%;
  }
  .news-video__box__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 37.5%;
            column-gap: 10%;
    row-gap: clamp(1rem, 1.5vw, 2rem);
  }
  .news-video__box__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.5rem + 1.42857vw - 15.42857px);
  }
  .news-video__box__video {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .news-video__box__txt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .news-table__box__inner {
    padding: clamp(2em, 3.5vw, 4rem) 10% clamp(2em, 3vw, 3.5rem);
  }
  .news-table__box__table th {
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
  .news-table__box__table td {
    padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  }
  .blog-intro {
    padding: clamp(2rem, 3vw, 3rem) 8%;
    text-align: center;
  }
  .contents-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contents-left {
    width: calc(96% - 320px);
  }
  .aside-cont.is-sticky {
    position: sticky;
    top: 120px;
    left: 0;
  }
  .aside-box__ttl {
    font-size: calc(1.14rem + 0.71429vw - 7.71429px);
  }
  .wp-block-categories-list li a,
  .wp-block-archives-list li a,
  .wp-block-latest-posts__list li a {
    font-size: 0.94em;
  }
  .main-view {
    background: url("../img/lv2/lv2-main_pc.webp");
  }
  .main-view__inner {
    height: 36vw;
  }
  .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: #675CE3;
    color: #675CE3;
  }
  .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 以上--
  /====================================================================*/
  .general-service__ttl {
    font-size: 2.25rem;
  }
  .general-service__txt {
    font-size: 1.25rem;
  }
  .general-service__box__txt .is-list li {
    font-size: 1.14em;
  }
  .general-quality__ttl {
    font-size: 2.25rem;
  }
  .general-quality__txt {
    font-size: 1.25rem;
  }
  .warehousing-intro__txt__ttl {
    font-size: 1.5rem;
  }
  .warehousing-intro__txt__txt {
    font-size: 1.38rem;
  }
  .warehousing-second__txt {
    font-size: 1.25rem;
  }
  .warehousing-second__box__txt__ttl {
    font-size: 2rem;
  }
  .warehousing-second__box__txt__txt {
    font-size: 1.13rem;
  }
  .warehousing-service__box__ttl {
    font-size: 1.5rem;
  }
  .warehousing-service__box .common-ul li {
    font-size: 1rem;
  }
  .warehousing-quality__ttl {
    font-size: 2.25rem;
  }
  .warehousing-quality__txt {
    font-size: 1.25rem;
  }
  .vehicle-cont__box__ttl .is-ttl {
    font-size: 1.63rem;
  }
  .vehicle-cont__box__ttl .is-num {
    font-size: 1.25rem;
  }
  .vehicle-cont__box__txt {
    font-size: 1.13rem;
  }
  .safety-intro__ttl {
    font-size: 3rem;
  }
  .safety-intro__txt {
    font-size: 1.25rem;
  }
  .message-intro__ttl {
    font-size: 2.5rem;
  }
  .message-intro__img figcaption {
    font-size: 1.25rem;
  }
  .message-mvv__box__ttl {
    font-size: 1.75rem;
  }
  .message-cap__ttl {
    font-size: 3rem;
  }
  .message-cap__txt__txt {
    font-size: 1.13rem;
  }
  .thoughts-message__inner {
    padding-bottom: clamp(4em, 6vw, 6em);
    padding-inline: clamp(2em, 8%, 8em);
  }
  .thoughts-message__ttl {
    font-size: 2.5rem;
  }
  .thoughts-message__txt {
    width: 52%;
  }
  .thoughts-message__img {
    width: 42%;
  }
  .thoughts-message__img figcaption {
    font-size: 1.25rem;
  }
  .thoughts-track__box__txt__num {
    font-size: 11.25rem;
  }
  .thoughts-track__box__txt__ttl {
    font-size: 3rem;
  }
  .profile-ttl {
    font-size: 1.5rem;
  }
  .profile-access__box__ttl {
    font-size: 1.5rem;
  }
  .voice-intro__inner {
    padding-top: 8vw;
  }
  .voice-intro__txt__ttl {
    font-size: 3rem;
  }
  .voice-intro__txt__txt {
    font-size: 1.25rem;
  }
  .voice-interview__box__ttl {
    font-size: 2rem;
  }
  .voice-interview__box__txt {
    font-size: 1.13rem;
  }
  .qa-box__ttl__inner {
    font-size: 1.25rem;
  }
  .contact-flex__main {
    width: 65.27%;
  }
  .contact-flex__aside {
    width: 22.5%;
  }
  .contact-box__ttl {
    font-size: 1.88rem;
  }
  .contact-box__tel {
    font-size: 1.13rem;
  }
  .contact-box__tel__time {
    padding-left: 3.1em;
  }
  .contact-box__tel__num {
    font-size: 3.75rem;
  }
  .contact-step ol li {
    font-size: 1.07em;
  }
  .contact-form__ttl {
    font-size: 1.88rem;
  }
  .contact-mail__ttl {
    font-size: 1.25rem;
  }
  .contact-privacy__ttl {
    font-size: 1.38rem;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 10px;
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-prev {
    top: calc(260px - 0.5em);
    right: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__top .slick-next {
    top: calc(260px - 0.5em);
    left: calc(100% + 0.5em);
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    row-gap: 1rem;
  }
  .news-singlecont {
    padding: 3rem 8%;
  }
  .news-interview__box__catch {
    font-size: 1.5rem;
  }
  .news-video__box__ttl {
    font-size: 2rem;
  }
  .news-table__box__ttl {
    font-size: 1.75rem;
  }
  .news-table__box__table th {
    width: 225px;
  }
  .news-access__box__ttl {
    font-size: 2.25rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 460px;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  h3.wp-block-heading {
    font-size: 2rem;
  }
  h4.wp-block-heading {
    font-size: 1.75rem;
  }
  h5.wp-block-heading {
    font-size: 1.5rem;
  }
  h6.wp-block-heading {
    font-size: 1.25rem;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .wp-block-heading .ez-toc-section {
    margin-top: -4em;
    padding-top: 4em;
  }
  .aside-box__ttl {
    font-size: 1.38rem;
  }
  .main-view::before {
    right: 60%;
  }
  .main-view__inner {
    height: 540px;
  }
  .main-view__ttl > em {
    font-size: 6.88rem;
  }
  .main-view__ttl > em.is-404 {
    font-size: 6.25rem;
  }
  .main-view__ttl > span {
    font-size: 2.25rem;
  }
  .main-view__ttl > span.is-category {
    font-size: 3.25rem;
  }
  .main-view__txt__sub em {
    font-size: 3rem;
  }
  .main-view__txt__sub span {
    font-size: 1.25rem;
  }
  .main-view__txt__date {
    font-size: 1.5rem;
  }
  .main-view__txt__ttl {
    font-size: 3rem;
  }
  .common-category__ttl {
    font-size: 1.38rem;
  }
  .common-flex__main {
    width: 74.16%;
  }
  .common-flex__aside {
    width: 20.83%;
  }
  .common-flex__list.is-col3 {
    -webkit-column-gap: 2.8%;
       -moz-column-gap: 2.8%;
            column-gap: 2.8%;
  }
  .common-flex__list.is-col3 > * {
    -ms-flex-preferred-size: 31.46%;
        flex-basis: 31.46%;
  }
  .cont-404__ttl {
    font-size: 1.75rem;
  }
  .cont-404__txt {
    font-size: 1.13rem;
  }
}

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

@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .general-intro__txt__catch {
    font-size: 3.25rem;
  }
  .general-intro__txt__sub {
    font-size: 1.88rem;
  }
  .general-intro__txt__txt {
    font-size: 1.25rem;
  }
  .thoughts-track__box__txt {
    padding-right: 10%;
  }
}

@media (min-width: 1921px) {
  .safety-system {
    max-width: 62.5vw;
  }
  .message-intro__ttl .is-img {
    width: 50%;
    max-width: 728px;
  }
  .message-mvv__box__txt {
    font-size: 2.25rem;
  }
  .thoughts-message__ttl .is-img {
    width: 50%;
    max-width: 728px;
  }
  .profile-table__inner {
    max-width: 62.5vw;
  }
  .profile-access__inner {
    max-width: 62.5vw;
  }
  .main-view__inner {
    height: 28.12vw;
  }
}

@media (min-width: 1921px) and (min-width: 1921px) {
  .message-intro__ttl .is-img {
    max-width: 37.91vw;
  }
  .thoughts-message__ttl .is-img {
    max-width: 37.91vw;
  }
}

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

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

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .general-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5em, 2vw, 2em);
            flex-direction: column;
  }
  .thoughts-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .thoughts-message__img {
    width: clamp(120px, 80%, 640px);
    margin-bottom: 1em;
    margin-inline: auto;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-flex__aside {
    display: none;
  }
  .contact-privacy__ttl {
    position: relative;
    padding: 1.5rem 6%;
  }
  .contact-privacy__ttl .privacy-btn {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 1rem;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .contact-privacy__ttl .privacy-btn i {
    color: #979DA4;
    font-size: 2rem;
    line-height: 1;
  }
  .contact-privacy__ttl .privacy-btn.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contact-privacy__txt {
    padding: 2em 5% clamp(2rem, 3.5vw, 3.5rem);
  }
  .contact-table th, .contact-table td {
    display: block;
    padding: 0;
  }
  .contact-table td {
    padding: 1em 0 2em;
  }
  .news-slider.is-thumbnailslider .sp-thumbnail {
    margin-right: 4px;
  }
  .news-slider.is-thumbnailcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .news-slider.is-thumbnailcolumn .news-slider__thumbs__list {
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    row-gap: 1vw;
    margin-right: auto;
    margin-left: auto;
  }
  .news-slider__top {
    margin-bottom: 1.5rem;
  }
  .news-slider__thumbs .sp-thumbnail {
    width: 15.83%;
  }
  .news-slider__thumbs .slick-slide {
    margin-right: 6px;
  }
  .news-pdf__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 0.5em;
            flex-direction: column;
  }
  .news-video__box__ttl {
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
  .news-video__box__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .news-table__box__table th {
    display: block;
    padding-bottom: 0;
  }
  .news-table__box__table td {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
    padding-left: 0;
  }
  .main-view__txt__category .category-item {
    font-size: 0.75em;
  }
  .common-category__ttl {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0 0.5rem;
    border-bottom: 1px solid #C9CED2;
    font-weight: 500;
    font-size: 1.25em;
    font-family: 'Inter', sans-serif;
  }
  .common-category__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-category__list li {
    border-bottom: 1px solid #E5E9EC;
  }
  .common-category__list li a {
    padding: 0.75em 0.5em 0.75em 0.2em;
  }
  .common-category__list li a::before {
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #554ACD;
    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 未満--
  /====================================================================*/
  .general-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 2em;
            flex-direction: column;
  }
  .general-second__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2em, 3vw, 3em);
            flex-direction: column;
  }
  .general-quality__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.5em;
            flex-direction: column;
  }
  .warehousing-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .warehousing-second__box__img {
    width: 90%;
  }
  .warehousing-second__box__txt {
    width: 90%;
    margin-top: -2em;
    margin-left: 10%;
  }
  .warehousing-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .warehousing-quality__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.5em;
            flex-direction: column;
  }
  .vehicle-cont__box__img {
    margin-bottom: 1em;
  }
  .safety-system__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    row-gap: 2em;
            flex-direction: column;
            align-items: center;
  }
  .message-intro__flex.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .is-active .message-intro__img {
    width: clamp(120px, 80%, 200px);
    margin-bottom: 1em;
    margin-inline: auto;
  }
  .message-intro__img {
    margin-right: auto;
    margin-left: auto;
  }
  .thoughts-track__box__txt {
    margin-top: 2em;
    padding-left: 10%;
  }
  .voice-interview__box__ttl {
    padding-left: 1em;
  }
  .voice-interview__box__img {
    margin-bottom: 1em;
  }
  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .contact-box__ttl {
    padding-bottom: 0.75em;
    border-bottom: 1px solid #979DA4;
  }
  .news-interview__box__flex .news-interview__box__txt {
    margin-bottom: 1rem;
  }
  .news-access__box__map__inner {
    padding-bottom: 360px;
  }
  .main-view__inner {
    height: 300px;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .general-quality__box__ttl {
    font-size: 1.5em;
    text-align: center;
  }
  .general-quality__box__img {
    width: clamp(100px, 40%, 180px);
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
  }
  .warehousing-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 4em;
            flex-direction: column;
  }
  .warehousing-flow__item:not(:last-of-type):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;
  }
  .warehousing-flow__item:not(:last-of-type)::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: calc(100% + 0.1em);
    left: 50%;
            transform: translateX(-50%);
    color: #ffffff;
    font-size: 3em;
    opacity: 0.4;
  }
  .common-flex__list.is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .common-flex__list.is-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
}

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