@charset "UTF-8";
/* ------------------------------------
 * 変数
   ------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Work+Sans:wght@300;500&display=swap");
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "YuGo-B";
  font-display: swap;
  src: url("../font/YuGo-B.woff2") format("woff2"), url("../font/YuGo-B.woff") format("woff"), url("../font/YuGo-B.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "YuGo-D";
  font-display: swap;
  src: url("../font/YuGo-D.woff2") format("woff2"), url("../font/YuGo-D.woff") format("woff"), url("../font/YuGo-D.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "YuGo-M";
  font-display: swap;
  src: url("../font/YuGo-M.woff2") format("woff2"), url("../font/YuGo-M.woff") format("woff"), url("../font/YuGo-M.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "YuGo-L";
  font-display: swap;
  src: url("../font/YuGo-L.woff2") format("woff2"), url("../font/YuGo-L.woff") format("woff"), url("../font/YuGo-L.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "YuMin-D";
  font-display: swap;
  src: url("../font/YuMin-D.woff2") format("woff2"), url("../font/YuMin-D.woff") format("woff"), url("../font/YuMin-D.ttf") format("truetype");
}
/* ------------------------------------
 * ベース
   ------------------------------------ */
:root {
  scroll-padding: 120px;
}

body {
  color: #1f1d1d;
  font-size: 4.4444444444vw;
  font-family: "YuGo-D", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.uc {
  text-transform: uppercase;
}

.totec__title {
  display: inline-block;
  position: relative;
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .totec__title {
    font-size: 1.4375rem;
  }
}
.totec__title::before {
  display: block;
  padding-bottom: 2.7777777778vw;
  color: #ed7600;
  font-weight: 300;
  font-size: 9.4444444444vw;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.08em;
  line-height: 1.2857142857;
}
.totec__title::before::before, .totec__title::before::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.totec__title::before::before {
  margin-bottom: calc((1 - 1.2857142857) * 0.5em);
}
.totec__title::before::after {
  margin-top: calc((1 - 1.2857142857) * 0.5em);
}
@media screen and (min-width: 768px) {
  .totec__title::before {
    padding-bottom: 0.625rem;
    font-size: 3.4375rem;
  }
}
.totec__title:after {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  background-image: url(../img/common/logo-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
@media screen and (min-width: 768px) {
  .totec__title:after {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.totec__btn {
  width: 61.1111111111vw;
}
@media screen and (min-width: 768px) {
  .totec__btn {
    width: 16.875rem;
  }
}

.totec__btn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8.3333333333vw;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 4.1666666667vw 5.5555555556vw 4.1666666667vw 9.4444444444vw;
  overflow: hidden;
  border: 1px solid #ed7600;
  border-radius: 8.0555555556vw;
  color: #ed7600;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .totec__btn a {
    align-items: center;
    gap: 3.9375rem;
    padding: 1.25rem 1.25rem 1.25rem 2.8125rem;
    border-radius: 2.1875rem;
  }
}
@media (hover: hover) {
  .totec__btn a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: translateX(0);
  }
  .totec__btn a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translateX(0);
  }
  .totec__btn a:where(:any-link, :enabled, summary):hover::before {
    transform: translateX(0);
  }
  .totec__btn a:where(:-webkit-any-link, :enabled, summary):hover .totec__btn-text {
    color: #fff;
  }
  .totec__btn a:where(:-moz-any-link, :enabled, summary):hover .totec__btn-text {
    color: #fff;
  }
  .totec__btn a:where(:any-link, :enabled, summary):hover .totec__btn-text {
    color: #fff;
  }
  .totec__btn a:where(:-webkit-any-link, :enabled, summary):hover .totec__btn-icon {
    background-color: #fff;
  }
  .totec__btn a:where(:-moz-any-link, :enabled, summary):hover .totec__btn-icon {
    background-color: #fff;
  }
  .totec__btn a:where(:any-link, :enabled, summary):hover .totec__btn-icon {
    background-color: #fff;
  }
  .totec__btn a:where(:-webkit-any-link, :enabled, summary):hover .totec__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
  .totec__btn a:where(:-moz-any-link, :enabled, summary):hover .totec__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
  .totec__btn a:where(:any-link, :enabled, summary):hover .totec__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
}

.totec__btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #ed7600;
  content: "";
  transition: transform 0.3s;
}

.totec__btn-text {
  color: #ed7600;
  font-family: "Work Sans", sans-serif;
  transition: color 0.3s;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .totec__btn-text {
    font-size: 1.0625rem;
  }
}

.totec__btn-icon {
  display: grid;
  width: 6.1111111111vw;
  height: 6.1111111111vw;
  border-radius: 50vh;
  background-color: #ed7600;
  content: "";
  transition: background-color 0.3s;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .totec__btn-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.totec__btn-icon::after {
  position: relative;
  right: 0.5555555556vw;
  transform: rotate(45deg);
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transition: border-top 0.3s, border-right 0.3s;
}
@media screen and (min-width: 768px) {
  .totec__btn-icon::after {
    right: 0.125rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  display: inline-block;
  overflow: hidden;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  opacity: 0;
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideTextX100 {
  from {
    opacity: 0;
    transform: translateX(-100%); /*要素を左の枠外に移動*/
  }
  to {
    opacity: 1;
    transform: translateX(0); /*要素を元の位置に移動*/
  }
}

@keyframes slideTextX100 {
  from {
    opacity: 0;
    transform: translateX(-100%); /*要素を左の枠外に移動*/
  }
  to {
    opacity: 1;
    transform: translateX(0); /*要素を元の位置に移動*/
  }
}
.slideAnimeRightLeft {
  opacity: 0;
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideTextX-100 {
  from {
    opacity: 0;
    transform: translateX(100%); /*要素を右の枠外に移動*/
  }
  to {
    opacity: 1;
    transform: translateX(0); /*要素を元の位置に移動*/
  }
}

@keyframes slideTextX-100 {
  from {
    opacity: 0;
    transform: translateX(100%); /*要素を右の枠外に移動*/
  }
  to {
    opacity: 1;
    transform: translateX(0); /*要素を元の位置に移動*/
  }
}
/* ------------------------------------
 * フッター
   ------------------------------------ */
.footer {
  position: relative;
  margin-top: 27.7777777778vw;
  padding: 11.1111111111vw 0;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 6.25rem;
    padding: 3.25rem 0;
  }
}

.footer__wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    max-width: 1150px;
  }
}

.footer__outer {
  margin-top: 11.1111111111vw;
  padding-top: 11.1111111111vw;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer__outer {
    margin-top: 5rem;
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.footer__logo {
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer__logo:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .footer__logo:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .footer__logo:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  width: 100%;
  max-width: 41.6666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 10.3125rem;
  }
}

.footer__title {
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .footer__title {
    padding-top: 1.5rem;
  }
}

.footer__cont {
  display: flex;
  justify-content: center;
  gap: 1.6666666667vw;
  padding-top: 6.3888888889vw;
}
@media screen and (min-width: 768px) {
  .footer__cont {
    padding-top: 1.86875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    display: block;
    padding-top: 0;
    line-height: 1.25;
  }
  .footer__cont::before, .footer__cont::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .footer__cont::before {
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
  .footer__cont::after {
    margin-top: calc((1 - 1.25) * 0.5em);
  }
}

.footer__text {
  color: #fff;
  font-size: 3.6111111111vw;
  font-family: "YuGo-L";
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1rem;
  }
}

.footer__copyright {
  padding-top: 11.1111111111vw;
  color: #fff;
  font-size: 3.0555555556vw;
  font-family: "YuGo-L";
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    max-width: 1150px;
  }
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.25rem;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: right;
  }
}

.fnav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fnav {
    display: flex;
    align-items: flex-start;
    gap: 6.25rem;
    margin-top: 0.9375rem;
  }
}
.fnav a {
  transition: 0.3s;
}
@media (hover: hover) {
  .fnav a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #ed7600;
  }
  .fnav a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ed7600;
  }
  .fnav a:where(:any-link, :enabled, summary):hover {
    color: #ed7600;
  }
}

.fnav__list {
  display: flex;
  gap: 2.4375rem;
}

.fnav__item {
  color: #fff;
}

/* ------------------------------------
 * CTA
   ------------------------------------ */
.cta .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .cta .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta .wrap {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1024px) {
  .cta .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7.5rem;
  }
}

.cta__title {
  color: #fff;
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 1.4375rem;
  }
}
.cta__title:before {
  display: block;
  padding-bottom: 2.7777777778vw;
  color: #ed7600;
  font-weight: 300;
  font-size: 9.4444444444vw;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.08em;
  line-height: 1.0588235294;
}
@media screen and (min-width: 768px) {
  .cta__title:before {
    padding-bottom: 0.625rem;
    font-size: 3.4375rem;
  }
}
.cta__title:before::before, .cta__title:before::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.cta__title:before::before {
  margin-bottom: calc((1 - 1.0588235294) * 0.5em);
}
.cta__title:before::after {
  margin-top: calc((1 - 1.0588235294) * 0.5em);
}

.cta__text {
  padding-top: 5.5555555556vw;
  color: #fff;
  line-height: 1.6875;
}
.cta__text::before, .cta__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.cta__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.cta__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .cta__text {
    padding-top: 2.5rem;
  }
}
.cta__text br {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cta__text br {
    display: block;
  }
}

.tel__cont {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 768px) {
  .tel__cont {
    width: 100%;
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .tel__cont {
    max-width: 38.125rem;
    margin-top: 0;
  }
}

.tel__cont a {
  display: block;
  display: grid;
  padding: 4.1666666667vw 0;
  border-radius: 2.2222222222vw;
  background-color: #ed7600;
  transition: background-color 0.3s;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .tel__cont a {
    padding: 2.8125rem 0;
    border-radius: 0.5rem;
  }
}
@media (hover: hover) {
  .tel__cont a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #efefef;
  }
  .tel__cont a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #efefef;
  }
  .tel__cont a:where(:any-link, :enabled, summary):hover {
    background-color: #efefef;
  }
  .tel__cont a:where(:-webkit-any-link, :enabled, summary):hover .tel__text {
    color: #ed7600;
  }
  .tel__cont a:where(:-moz-any-link, :enabled, summary):hover .tel__text {
    color: #ed7600;
  }
  .tel__cont a:where(:any-link, :enabled, summary):hover .tel__text {
    color: #ed7600;
  }
  .tel__cont a:where(:-webkit-any-link, :enabled, summary):hover .tel__text:before {
    background-size: 0 0, contain;
  }
  .tel__cont a:where(:-moz-any-link, :enabled, summary):hover .tel__text:before {
    background-size: 0 0, contain;
  }
  .tel__cont a:where(:any-link, :enabled, summary):hover .tel__text:before {
    background-size: 0 0, contain;
  }
  .tel__cont a:where(:-webkit-any-link, :enabled, summary):hover .tel__number {
    color: #ed7600;
  }
  .tel__cont a:where(:-moz-any-link, :enabled, summary):hover .tel__number {
    color: #ed7600;
  }
  .tel__cont a:where(:any-link, :enabled, summary):hover .tel__number {
    color: #ed7600;
  }
}

.tel__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333vw;
  color: #fff;
  font-size: 4.7222222222vw;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .tel__text {
    gap: 0.1875rem;
    font-size: 1.4375rem;
  }
}
.tel__text:before {
  display: block;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  background-image: url(../img/common/tel.svg), url(../img/common/tel-hover.svg);
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) {
  .tel__text:before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.tel__number {
  padding-top: 2.2222222222vw;
  color: #fff;
  font-size: 10.2777777778vw;
  font-family: "Oswald", sans-serif;
  transition: color 0.3s;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .tel__number {
    padding-top: 0.625rem;
    font-size: 2.875rem;
  }
}

/* ------------------------------------
 * ヘッダー
 ------------------------------------ */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 13.8888888889vw;
  background-color: #fff;
  color: #1f1d1d;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.625rem;
  }
}

.js-white path {
  fill: #1f1d1d;
}

.js-header-default {
  background-color: transparent;
  color: #fff;
}
.js-header-default .drawer span {
  background-color: #fff;
}
.js-header-default .js-white path {
  fill: #fff;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: inherit;
  padding: 2.7777777778vw 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .header__wrap {
    padding: 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrap {
    padding: 1.25rem 3.75rem;
  }
}

.header__logo {
  width: 25.8333333333vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 8.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 9.875rem;
  }
}
.header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 0;
    background-color: inherit;
  }
}

.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .gnav__list {
    gap: 2.375rem;
  }
}

.gnav__item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 0.9375rem;
  font-family: "YuGo-B";
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .gnav__item {
    font-size: 1.125rem;
  }
}
.gnav__item a {
  display: block;
  width: 100%;
  text-align: center;
  transition: color 0.3s;
}
@media (hover: hover) {
  .gnav__item a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #ed7600;
  }
  .gnav__item a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ed7600;
  }
  .gnav__item a:where(:any-link, :enabled, summary):hover {
    color: #ed7600;
  }
}

.gnav__item.gnav__item--selected {
  display: flex;
  flex-direction: column;
  position: relative;
}
.gnav__item.gnav__item--selected:after {
  display: inline-block;
  position: relative;
  top: 0.625rem;
  width: 100%;
  height: 1px;
  background-color: #ed7600;
  content: "";
}

@media screen and (min-width: 768px) {
  .drawer__wrap {
    display: none;
  }
}

.dnav__tel {
  position: absolute;
  right: 19.4444444444vw;
}
@media screen and (min-width: 576px) {
  .dnav__tel {
    right: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .dnav__tel {
    display: none;
  }
}

.drawer {
  display: block;
  position: relative;
  width: 48px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
}
.drawer span {
  display: block;
  position: relative;
  height: 1px;
  background-color: #1f1d1d;
  transition: ease 0.4s;
}

.-three-line span {
  left: 15px;
  width: 40%;
}
.-three-line span:nth-child(1) {
  top: 0;
}
.-three-line span:nth-child(2) {
  margin: 4px 0;
}
.-three-line span:nth-child(3) {
  top: 0;
}

.-three-line.-active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.-three-line.-active span:nth-child(2) {
  opacity: 0;
}
.-three-line.-active span:nth-child(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.dnav {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-top: 13.8888888889vw;
  padding-bottom: 13.8888888889vw;
  background-color: #fff;
  transition: ease 0.4s;
  z-index: 30;
}

.dnav.-active {
  visibility: visible;
  opacity: 1;
  background-color: #efefef;
}

.dnav__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin: auto;
}

.dnav__item {
  color: #1f1d1d;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.2222222222;
}

.dnav__item--selected {
  display: flex;
  justify-content: space-between;
  gap: 2.1875rem;
}

.dnav__item--selected::after {
  position: relative;
  top: 17px;
  width: 3.75rem;
  height: 1px;
  background-color: #ed7600;
  content: "";
}

.dnav__item a:before {
  display: block;
  color: #ed7600;
  font-weight: 300;
  font-size: 2.125rem;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.08em;
  line-height: 1;
}
.dnav__item a:before::before, .dnav__item a:before::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.dnav__item a:before::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.dnav__item a:before::after {
  margin-top: calc((1 - 1) * 0.5em);
}

.header__tel a {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 1.6666666667vw 3.3333333333vw;
  border-radius: 1.1111111111vw;
  background-color: #ed7600;
  color: #fff;
  font-size: 2.7777777778vw;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .header__tel a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #efefef;
    color: #ed7600;
  }
  .header__tel a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #efefef;
    color: #ed7600;
  }
  .header__tel a:where(:any-link, :enabled, summary):hover {
    background-color: #efefef;
    color: #ed7600;
  }
  .header__tel a:where(:-webkit-any-link, :enabled, summary):hover:before {
    background-size: 0 0, contain;
  }
  .header__tel a:where(:-moz-any-link, :enabled, summary):hover:before {
    background-size: 0 0, contain;
  }
  .header__tel a:where(:any-link, :enabled, summary):hover:before {
    background-size: 0 0, contain;
  }
}
@media screen and (min-width: 768px) {
  .header__tel a {
    gap: 0.1875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__tel a {
    gap: 0.25rem;
    padding: 0.625rem 1.125rem;
    font-size: 1.125rem;
  }
}
.header__tel a:before {
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url(../img/common/tel.svg), url(../img/common/tel-hover.svg);
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) {
  .header__tel a:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

/* ------------------------------------
 * 下層ページのヘッダー
 ------------------------------------ */
.page-header {
  padding-top: 13.8888888889vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-header {
    max-width: 1380px;
  }
}
.page-header .ph__pic {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.page-header .totec__title {
  padding-top: 13.8888888889vw;
}
@media screen and (min-width: 768px) {
  .page-header .totec__title {
    padding-top: 5rem;
  }
}

/* ------------------------------------
 * テーブルレイアウト
   ------------------------------------ */
.table {
  border-top: 1px dotted #7b7b7b;
}

.table__item {
  padding: 2.7777777778vw 0 5.5555555556vw;
  border-bottom: 1px dotted #7b7b7b;
}
@media screen and (min-width: 768px) {
  .table__item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.125rem 0;
  }
}

.table__term {
  font-family: "YuGo-D";
}
@media screen and (min-width: 768px) {
  .table__term {
    width: 20%;
  }
}

.table__desc {
  padding-top: 6.9444444444vw;
  padding-left: 2.7777777778vw;
  font-family: "YuGo-M";
  line-height: 1.75;
}
.table__desc::before, .table__desc::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.table__desc::before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.table__desc::after {
  margin-top: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 768px) {
  .table__desc {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
  }
}

.table__list {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .table__list {
    margin-left: 1.125rem;
  }
}

.table__list-item {
  list-style: disc;
}

.table__map {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .table__map {
    margin-top: 1rem;
  }
}
.table__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
 * swiper スライドショー
   ------------------------------------ */
.swiper-button-prev,
.swiper-button-next {
  display: grid;
  width: 9.7222222222vw;
  max-width: 3.125rem;
  height: 9.7222222222vw;
  max-height: 3.125rem;
  border-radius: 50%;
  background-color: #ed7600;
  cursor: pointer;
  transition: 0.2s;
  place-content: center;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.625rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
}

.swiper-button-next::after {
  transform: rotate(45deg);
}

.swiper-button-prev::after {
  transform: rotate(225deg);
}

/* ------------------------------------
 * メインビジュアル
   ------------------------------------ */
.main-visual .wrap {
  position: relative;
}

.video-wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .video-wrap {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }
}
.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.image-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .image-wrap {
    display: none;
  }
}
.image-wrap .swiper {
  height: 100%;
}
.image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 4.4444444444vw;
  position: absolute;
  top: 50%;
  right: 5.5555555556vw;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .text-wrap {
    gap: 2.4375rem;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .text-wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .text-wrap {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1024px) {
  .text-wrap {
    right: 1.5625rem;
  }
}

.main-copy {
  width: 16.1111111111vw;
}
@media screen and (min-width: 768px) {
  .main-copy {
    width: 14.5rem;
  }
}

.sub-copy {
  width: 10.2777777778vw;
}
@media screen and (min-width: 768px) {
  .sub-copy {
    width: 3.4375rem;
  }
}

/* ------------------------------------
 * 強み
   ------------------------------------ */
.top-strength {
  padding-top: 11.1111111111vw;
}
@media screen and (min-width: 768px) {
  .top-strength {
    padding-top: 9.0625rem;
  }
}
.top-strength .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .top-strength .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-strength .wrap {
    max-width: 1380px;
  }
}
.top-strength .totec__btn {
  margin-top: 16.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-strength .totec__btn {
    margin-top: 4.0625rem;
  }
}

@media screen and (min-width: 1024px) {
  .tst__wrap {
    display: flex;
    gap: 10rem;
  }
}

.tst__unit {
  padding-top: 19.4444444444vw;
}
@media screen and (min-width: 768px) {
  .tst__unit {
    padding-top: 5.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .tst__unit {
    padding-top: 0;
  }
}

.tst__catch {
  font-size: 6.3888888889vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.5416666667;
}
.tst__catch::before, .tst__catch::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tst__catch::before {
  margin-bottom: calc((1 - 1.5416666667) * 0.5em);
}
.tst__catch::after {
  margin-top: calc((1 - 1.5416666667) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tst__catch {
    font-size: 1.75rem;
  }
}

.tst__text {
  padding-top: 11.1111111111vw;
  line-height: 1.6875;
}
.tst__text::before, .tst__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tst__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.tst__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tst__text {
    padding-top: 2.5rem;
  }
}

.tst__list {
  display: flex;
  flex-direction: column;
  gap: 15.2777777778vw;
  padding-top: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .tst__list {
    gap: 5rem;
    padding-top: 4.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .tst__list {
    flex-direction: row;
    gap: 3.75rem;
  }
}

.tst__item {
  padding-bottom: 4.7222222222vw;
  border-bottom: 1px solid #ed7600;
}
@media screen and (min-width: 768px) {
  .tst__item {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .tst__item {
    width: calc(100% - 2.5rem);
  }
}
.tst__item .item__pic {
  height: 59.7222222222vw;
}
@media screen and (min-width: 768px) {
  .tst__item .item__pic {
    height: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .tst__item .item__pic {
    height: 15.9375rem;
  }
}
.tst__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
}
.tst__item br {
  display: block;
}
@media screen and (min-width: 768px) {
  .tst__item br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tst__item br {
    display: block;
  }
}
.tst__item .item__cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 6.1111111111vw;
}
@media screen and (min-width: 768px) {
  .tst__item .item__cont {
    padding-top: 2.5rem;
  }
}
.tst__item .item__title {
  font-size: 5.5555555556vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.45;
}
.tst__item .item__title::before, .tst__item .item__title::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tst__item .item__title::before {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.tst__item .item__title::after {
  margin-top: calc((1 - 1.45) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tst__item .item__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .tst__item .item__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .tst__item .item__title {
    font-size: 1.5rem;
  }
}
.tst__item .item__number {
  color: #ed7600;
  font-size: 5.5555555556vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.tst__item .item__number::before, .tst__item .item__number::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tst__item .item__number::before {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.tst__item .item__number::after {
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tst__item .item__number {
    font-size: 1.5rem;
  }
}

/* ------------------------------------
 * 事業内容
   ------------------------------------ */
.top-service {
  position: relative;
  padding-top: 25vw;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding-top: 9.375rem;
  }
}
.top-service .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .top-service .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-service .wrap {
    max-width: 39.375rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .top-service .wrap {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1536px) {
  .top-service .wrap {
    margin-right: 6%;
  }
}
@media screen and (min-width: 1700px) {
  .top-service .wrap {
    margin-right: 10%;
  }
}
@media screen and (min-width: 1900px) {
  .top-service .wrap {
    margin-right: 15%;
  }
}
.top-service .totec__btn {
  margin-top: 16.6666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-service .totec__btn {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-service .totec__btn {
    margin-left: 0;
  }
}

.tse__pic--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tse__pic--pc {
    display: block;
    position: absolute;
    top: 9.6875rem;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tse__pic--pc img {
    width: auto;
    height: 58.5vw;
  }
}

.tse__pic--sp {
  padding-top: 11.1111111111vw;
}
@media screen and (min-width: 768px) {
  .tse__pic--sp {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .tse__pic--sp {
    display: none;
  }
}

.tse__catch {
  padding-top: 16.6666666667vw;
  font-size: 6.3888888889vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.5416666667;
}
.tse__catch::before, .tse__catch::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tse__catch::before {
  margin-bottom: calc((1 - 1.5416666667) * 0.5em);
}
.tse__catch::after {
  margin-top: calc((1 - 1.5416666667) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tse__catch {
    padding-top: 5.625rem;
    font-size: 1.875rem;
  }
}

.tse__text {
  padding-top: 11.1111111111vw;
  line-height: 1.6875;
}
.tse__text::before, .tse__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tse__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.tse__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tse__text {
    padding-top: 2.5rem;
  }
}

/* ------------------------------------
 * 画像
   ------------------------------------ */
.top-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.tga__pic1-outer {
  margin-top: 31.9444444444vw;
  background: linear-gradient(90deg, #efefef 0%, #efefef 84%, #fff 84%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .tga__pic1-outer {
    margin-top: 14.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tga__pic1-outer {
    height: 32.7vw;
    margin-top: 5.5vw;
    background: linear-gradient(90deg, #efefef 0%, #efefef 77%, #fff 77%, #fff 100%);
  }
}

.tga__pic1 {
  position: relative;
  bottom: 11.9444444444vw;
  left: 23.6111111111vw;
  width: 76.3888888889vw;
  height: 56.9444444444vw;
}
@media screen and (min-width: 1024px) {
  .tga__pic1 {
    bottom: -3vw;
    left: 47vw;
    width: 40.6vw;
    height: 26.5vw;
  }
}

.tga__pic2-outer {
  margin-top: 31.9444444444vw;
  background: linear-gradient(90deg, #fff 0%, #fff 6%, #efefef 6%, #efefef 100%);
}
@media screen and (min-width: 768px) {
  .tga__pic2-outer {
    margin-top: 14.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tga__pic2-outer {
    height: 40.9vw;
    margin-top: 15.9vw;
    background: linear-gradient(90deg, #fff 0%, #fff 23%, #efefef 23%, #efefef 100%);
  }
}

.tga__pic2 {
  position: relative;
  bottom: 15.8333333333vw;
  width: 94.4444444444vw;
  height: 53.0555555556vw;
}
@media screen and (min-width: 1024px) {
  .tga__pic2 {
    bottom: -6.5vw;
    width: 77.6vw;
    height: 43.7vw;
  }
}

/* ------------------------------------
 * 会社情報
   ------------------------------------ */
.top-company {
  padding-top: 22.2222222222vw;
}
.top-company .wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-company .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .top-company .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .top-company .wrap {
    max-width: 1380px;
  }
}
.top-company .totec__title {
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .top-company .totec__title {
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-company .totec__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tco__cont {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  padding-top: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .tco__cont {
    gap: 1.25rem;
    padding-top: 5.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .tco__cont {
    flex-direction: row;
    gap: 0;
    padding-top: 12.5rem;
  }
}

.tco__item {
  width: 100%;
  height: 79.4444444444vw;
}
@media screen and (min-width: 768px) {
  .tco__item {
    height: 34.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tco__item {
    width: 50%;
    height: auto;
  }
}
.tco__item a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .tco__item a {
    height: 34.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tco__item a {
    height: auto;
  }
}
@media (hover: hover) {
  .tco__item a:where(:-webkit-any-link, :enabled, summary):hover img {
    transform: scale(1.1, 1.1);
  }
  .tco__item a:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1.1, 1.1);
  }
  .tco__item a:where(:any-link, :enabled, summary):hover img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .tco__item a:where(:-webkit-any-link, :enabled, summary):hover .item__btn-text {
    transform: translateX(16px);
  }
  .tco__item a:where(:-moz-any-link, :enabled, summary):hover .item__btn-text {
    transform: translateX(16px);
  }
  .tco__item a:where(:any-link, :enabled, summary):hover .item__btn-text {
    transform: translateX(16px);
  }
}
@media (hover: hover) {
  .tco__item a:where(:-webkit-any-link, :enabled, summary):hover .item__btn-icon {
    background-color: #fff;
  }
  .tco__item a:where(:-moz-any-link, :enabled, summary):hover .item__btn-icon {
    background-color: #fff;
  }
  .tco__item a:where(:any-link, :enabled, summary):hover .item__btn-icon {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .tco__item a:where(:-webkit-any-link, :enabled, summary):hover .item__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
  .tco__item a:where(:-moz-any-link, :enabled, summary):hover .item__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
  .tco__item a:where(:any-link, :enabled, summary):hover .item__btn-icon::after {
    border-top: 1px solid #ed7600;
    border-right: 1px solid #ed7600;
  }
}
.tco__item .item__pic {
  overflow: hidden;
}
.tco__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .tco__item img {
    height: 34.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tco__item img {
    height: auto;
  }
}
.tco__item .item__title {
  display: inline-block;
  position: absolute;
  top: 5.5555555556vw;
  left: 5.5555555556vw;
  color: #fff;
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  .tco__item .item__title {
    top: 3.75rem;
    left: 3.75rem;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tco__item .item__title {
    top: 3.125rem;
    left: 2.75rem;
  }
}
.tco__item .item__title::before {
  display: block;
  padding-bottom: 2.7777777778vw;
  color: #ed7600;
  font-weight: 300;
  font-size: 9.4444444444vw;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.08em;
  line-height: 1;
}
.tco__item .item__title::before::before, .tco__item .item__title::before::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.tco__item .item__title::before::before {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.tco__item .item__title::before::after {
  margin-top: calc((1 - 1) * 0.5em);
}
@media screen and (min-width: 768px) {
  .tco__item .item__title::before {
    padding-bottom: 0.625rem;
    font-size: 3.4375rem;
  }
}
.tco__item .item__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2.7777777778vw;
  position: absolute;
  right: 5.5555555556vw;
  bottom: 5.5555555556vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .tco__item .item__btn {
    gap: 1.875rem;
    right: 2.25rem;
    bottom: 1.875rem;
  }
}
.tco__item .item__btn-text {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  transition: color 0.3s;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .tco__item .item__btn-text {
    font-size: 1.0625rem;
    transition: transform 0.3s;
  }
}
.tco__item .item__btn-icon {
  display: grid;
  width: 6.1111111111vw;
  height: 6.1111111111vw;
  border-radius: 50vh;
  background-color: #ed7600;
  content: "";
  transition: background-color 0.3s;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .tco__item .item__btn-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.tco__item .item__btn-icon::after {
  position: relative;
  right: 0.5555555556vw;
  transform: rotate(45deg);
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transition: border-top 0.3s, border-right 0.3s;
}
@media screen and (min-width: 768px) {
  .tco__item .item__btn-icon::after {
    right: 0.125rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.tco__item:last-of-type .item__title {
  white-space: pre;
}

/* ------------------------------------
 * 強み
   ------------------------------------ */
.lower.strength .page-header .totec__title {
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .lower.strength .page-header .totec__title {
    margin-bottom: 6.5625rem;
  }
}

@media screen and (min-width: 1024px) {
  .strength__list {
    padding-bottom: 7.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  .strength__item {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .strength__item {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .strength__item {
    max-width: 1380px;
  }
}

.strength__item + .strength__item {
  margin-top: 22.2222222222vw;
}
@media screen and (min-width: 768px) {
  .strength__item + .strength__item {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .strength__item + .strength__item {
    margin-top: 12.8125rem;
  }
}

.strength__pic {
  height: 60.5555555556vw;
}
@media screen and (min-width: 768px) {
  .strength__pic {
    height: 33.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .strength__pic {
    width: 55.3125rem;
  }
}

.strength__cont {
  position: relative;
  margin: 12.7777777778vw 5.5555555556vw 0;
  padding: 13.8888888889vw 9.1666666667vw;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .strength__cont {
    width: 30.625rem;
    margin: 3.7375rem auto 0;
    padding: 3.75rem 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .strength__cont {
    position: absolute;
    top: 8.125rem;
    right: 3.75rem;
  }
}
.strength__cont::before {
  position: absolute;
  top: -4.4444444444vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2777777778vw;
  height: 9.4444444444vw;
  background-color: #ed7600;
  content: "";
}
@media screen and (min-width: 768px) {
  .strength__cont::before {
    top: -3.125rem;
    width: 0.0625rem;
    height: 4.9375rem;
  }
}

.strength__number {
  color: #ed7600;
  font-weight: 300;
  font-size: 4.7222222222vw;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.9411764706;
}
.strength__number::before, .strength__number::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.strength__number::before {
  margin-bottom: calc((1 - 2.9411764706) * 0.5em);
}
.strength__number::after {
  margin-top: calc((1 - 2.9411764706) * 0.5em);
}
@media screen and (min-width: 768px) {
  .strength__number {
    font-size: 1.375rem;
  }
}

.strength__title {
  padding-top: 8.3333333333vw;
  font-size: 5.5555555556vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.45;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.strength__title::before, .strength__title::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.strength__title::before {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.strength__title::after {
  margin-top: calc((1 - 1.45) * 0.5em);
}
@media screen and (min-width: 768px) {
  .strength__title {
    padding-top: 2.8125rem;
    font-size: 1.5rem;
  }
}

.strength__text {
  padding-top: 8.3333333333vw;
  line-height: 1.6875;
}
.strength__text::before, .strength__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.strength__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.strength__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .strength__text {
    padding-top: 3.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .strength__item:nth-child(2) .strength__pic {
    margin-left: auto;
  }
  .strength__item:nth-child(2) .strength__cont {
    right: auto;
    left: 3.75rem;
  }
}

/* ------------------------------------
 * 事業内容
   ------------------------------------ */
@media screen and (min-width: 1024px) {
  .lower.service .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .lower.service .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .lower.service .wrap {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1280px) {
  .lower.service .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
}
.lower.service .page-header .totec__title {
  margin-bottom: 18.6111111111vw;
}
@media screen and (min-width: 768px) {
  .lower.service .page-header .totec__title {
    margin-bottom: 9.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .service__list {
    max-width: 68.75rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .service__list {
    border-right: 1px solid #1f1d1d;
  }
}

@media screen and (min-width: 1024px) {
  .service__item {
    display: flex;
    gap: 3.75rem;
  }
}
.service__item + .service__item {
  padding-top: 22.2222222222vw;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item + .service__item {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.service__item:nth-child(even) .totec__title {
  white-space: pre;
}
.service__item:nth-child(even) .service__pic {
  padding-right: 0;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .service__item:nth-child(even) .service__pic {
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(even) .service__pic {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(1) {
    height: 33.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(1) .service__cont {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) {
    height: 50.3125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) .service__cont {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(3) {
    height: 50.5rem;
    margin-top: -0.8125rem;
  }
}
@media screen and (min-width: 1280px) {
  .service__item:nth-child(3) {
    position: relative;
    right: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(3) .service__cont {
    padding-top: 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(4) {
    height: 41.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(4) .service__cont {
    padding-top: 6.25rem;
  }
}

.service__pic {
  padding-right: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .service__pic {
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .service__pic {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 100%;
  }
}

.service__cont {
  padding: 11.1111111111vw 5.5555555556vw 0;
}
@media screen and (min-width: 768px) {
  .service__cont {
    padding: 3.75rem 3.75rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__cont {
    width: 30.625rem;
    padding: 0;
  }
}
.service__cont .totec__title {
  padding-top: 5.8333333333vw;
}
@media screen and (min-width: 768px) {
  .service__cont .totec__title {
    padding-top: 1.875rem;
  }
}
.service__cont .totec__title:before {
  font-size: 7.7777777778vw;
}
@media screen and (min-width: 768px) {
  .service__cont .totec__title:before {
    font-size: 3.125rem;
  }
}

.service__number {
  color: #ed7600;
  font-weight: 500;
  font-size: 5.5555555556vw;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .service__number {
    font-size: 1.875rem;
  }
}

.service__text {
  padding-top: 12.5vw;
  line-height: 1.6875;
}
.service__text::before, .service__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.service__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.service__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .service__text {
    padding-top: 5.6875rem;
  }
}

/* ------------------------------------
 * カレントナビ
   ------------------------------------ */
.service__nav-outer {
  display: none;
}
@media screen and (min-width: 1280px) {
  .service__nav-outer {
    display: block;
    padding-left: 1.9375rem;
  }
}

#service__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  right: 0;
  width: 7.5rem;
}
#service__nav li {
  position: relative;
  line-height: 1.5;
}
#service__nav li + li {
  padding-top: 5.1875rem;
}
#service__nav li + li::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  width: 1px;
  height: 72px;
  background-color: #1f1d1d;
  content: "";
}
#service__nav a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  width: 100%;
}
#service__nav a:before {
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #1f1d1d;
  border-radius: 50%;
  content: "";
}
#service__nav a.current {
  color: #ed7600;
}
#service__nav a.current:before {
  border: 1px solid #ed7600;
  background-color: #ed7600;
}

/* ------------------------------------
 * 設備紹介
   ------------------------------------ */
.lower.facilities .page-header .totec__title {
  margin-bottom: 35vw;
}
@media screen and (min-width: 768px) {
  .lower.facilities .page-header .totec__title {
    margin-bottom: 9.75rem;
  }
}

.totec-lower__title {
  display: block;
  padding-bottom: 13.8888888889vw;
  font-size: 5.5555555556vw;
  font-family: "YuMin-D";
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .totec-lower__title {
    padding-bottom: 6.25rem;
    font-size: 1.875rem;
  }
}
.totec-lower__title::before {
  display: block;
  padding-bottom: 2.7777777778vw;
  color: #ed7600;
  font-weight: 500;
  font-size: 4.1666666667vw;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  content: attr(data-en);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .totec-lower__title::before {
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }
}

/* ------------------------------------
 * 主な機械
   ------------------------------------ */
.machine__item {
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .machine__item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(90deg, #fff 0%, #fff 30%, #efefef 30%, #efefef 100%);
  }
}
@media screen and (min-width: 1536px) {
  .machine__item {
    padding-right: 6.25rem;
  }
}
.machine__item + .machine__item {
  margin-top: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .machine__item + .machine__item {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .machine__item + .machine__item {
    margin-top: 15.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .machine__item:last-of-type {
    flex-direction: row-reverse;
    background: linear-gradient(90deg, #efefef 0%, #efefef 70%, #fff 70%, #fff 100%);
  }
}
@media screen and (min-width: 1536px) {
  .machine__item:last-of-type {
    padding-right: 0;
    padding-left: 6.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .machine__pic {
    position: relative;
    bottom: 4.375rem;
    width: 100vw;
    height: 41.25rem;
  }
}
.machine__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.machine__cont {
  padding: 11.1111111111vw 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .machine__cont {
    padding: 3.75rem 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .machine__cont {
    flex-shrink: 0;
    position: relative;
    bottom: 4.375rem;
    width: 22.8125rem;
    padding: 0 1.875rem;
  }
}

.machine__maker {
  color: #ed7600;
  font-size: 7.7777777778vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .machine__maker {
    font-size: 1.75rem;
  }
}

.machine__title {
  padding-top: 8.3333333333vw;
  font-size: 8.3333333333vw;
  font-family: "YuMin-D";
  line-height: 1.3666666667;
  letter-spacing: 0.03em;
}
.machine__title::before, .machine__title::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.machine__title::before {
  margin-bottom: calc((1 - 1.3666666667) * 0.5em);
}
.machine__title::after {
  margin-top: calc((1 - 1.3666666667) * 0.5em);
}
@media screen and (min-width: 768px) {
  .machine__title {
    padding-top: 1.875rem;
    font-size: 1.875rem;
  }
}

.machine__text {
  padding-top: 8.3333333333vw;
  line-height: 1.6875;
}
.machine__text::before, .machine__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.machine__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.machine__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
@media screen and (min-width: 768px) {
  .machine__text {
    padding-top: 1.875rem;
  }
}

/* ------------------------------------
 * 仕様・スペック
   ------------------------------------ */
.specs {
  padding-top: 27.7777777778vw;
}
@media screen and (min-width: 768px) {
  .specs {
    padding-top: 12.5rem;
  }
}
.specs .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .specs .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .specs .wrap {
    max-width: 940px;
  }
}

/* ------------------------------------
 * 工場概要
   ------------------------------------ */
.factory {
  padding-top: 27.7777777778vw;
}
@media screen and (min-width: 768px) {
  .factory {
    padding-top: 12.5rem;
  }
}
.factory .wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .factory .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .factory .wrap {
    max-width: 1380px;
  }
}

.factory__table {
  margin-top: 11.1111111111vw;
  border-top: 1px dotted #7b7b7b;
}
@media screen and (min-width: 768px) {
  .factory__table {
    position: absolute;
    top: 10.9375rem;
    right: 3.75rem;
    width: 20rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .factory__table {
    width: 30.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .factory__table {
    top: 14.8125rem;
    right: 8rem;
  }
}

.factory__table__item {
  display: flex;
  justify-content: center;
  gap: 18.6111111111vw;
  padding: 4.7222222222vw 0;
  border-bottom: 1px dotted #7b7b7b;
}
@media screen and (min-width: 768px) {
  .factory__table__item {
    gap: 4.1875rem;
    padding: 0.6875rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .factory__table__item {
    padding: 1.0625rem 0;
  }
}

.factory__table__term {
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .factory__table__term {
    width: 7rem;
  }
}

.factory__table__desc {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .factory__table__desc {
    width: 4.375rem;
  }
}

/* ------------------------------------
 * 会社情報
   ------------------------------------ */
.lower.company .page-header .totec__title {
  margin-bottom: 18.0555555556vw;
}
@media screen and (min-width: 768px) {
  .lower.company .page-header .totec__title {
    margin-bottom: 7.375rem;
  }
}

/* ------------------------------------
   * 企業理念
   ------------------------------------ */
.philosophy {
  background: url(../img/lower/sp-company1.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .philosophy {
    height: 78.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy {
    background: url(../img/lower/company1.webp) no-repeat center center/cover;
  }
}
.philosophy .wrap {
  padding-top: 19.4444444444vw;
  padding-bottom: 16.6666666667vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .philosophy .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .philosophy .wrap {
    max-width: 1380px;
  }
}
@media screen and (min-width: 768px) {
  .philosophy .wrap {
    padding-top: 9.4375rem;
    padding-bottom: 0;
  }
}
.philosophy .totec-lower__title {
  padding-bottom: 44.4444444444vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .philosophy .totec-lower__title {
    padding-bottom: 22.3125rem;
  }
}

.philosophy__title {
  position: relative;
  color: #fff;
  font-size: 4.4444444444vw;
  font-family: "YuMin-D";
  line-height: 2.1176470588;
  letter-spacing: 0.03em;
}
.philosophy__title::before, .philosophy__title::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.philosophy__title::before {
  margin-bottom: calc((1 - 2.1176470588) * 0.5em);
}
.philosophy__title::after {
  margin-top: calc((1 - 2.1176470588) * 0.5em);
}
@media screen and (min-width: 768px) {
  .philosophy__title {
    font-size: 1.75rem;
    line-height: 3.6086956522;
  }
  .philosophy__title::before, .philosophy__title::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .philosophy__title::before {
    margin-bottom: calc((1 - 3.6086956522) * 0.5em);
  }
  .philosophy__title::after {
    margin-top: calc((1 - 3.6086956522) * 0.5em);
  }
}

/* ------------------------------------
   * 代表挨拶
   ------------------------------------ */
.message {
  padding-top: 27.7777777778vw;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .message {
    padding-top: 15.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .message .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .message .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .message .wrap {
    max-width: 1380px;
  }
}

@media screen and (min-width: 1024px) {
  .message__item {
    display: flex;
    gap: 6.875rem;
    max-width: 1260px;
    margin: 0 auto;
  }
}
.message__item + .message__item {
  padding-top: 22.2222222222vw;
}
@media screen and (min-width: 768px) {
  .message__item + .message__item {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__item + .message__item {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__item:last-of-type {
    flex-direction: row-reverse;
  }
}
.message__item:last-of-type .message__pic {
  margin-right: 0;
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .message__item:last-of-type .message__pic {
    margin-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__item:last-of-type .message__pic {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}

.message__pic {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .message__pic {
    margin-right: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__pic {
    flex-grow: 1;
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .message__pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 53vw;
    min-height: 47.5rem;
  }
}

.message__cont {
  padding: 11.1111111111vw 5.5555555556vw 0;
}
@media screen and (min-width: 768px) {
  .message__cont {
    padding: 3.75rem 3.75rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .message__cont {
    width: 37.5rem;
    padding: 5rem 0 0;
  }
}

.message__title {
  color: #ed7600;
  font-size: 6.3888888889vw;
  font-family: "YuMin-D";
  letter-spacing: 0.03em;
  line-height: 1.5416666667;
}
.message__title::before, .message__title::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.message__title::before {
  margin-bottom: calc((1 - 1.5416666667) * 0.5em);
}
.message__title::after {
  margin-top: calc((1 - 1.5416666667) * 0.5em);
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 1.875rem;
  }
}

.message__inner {
  padding-top: 11.1111111111vw;
}
@media screen and (min-width: 768px) {
  .message__inner {
    padding-top: 2.8125rem;
  }
}

.message__text {
  line-height: 1.6875;
}
.message__text::before, .message__text::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.message__text::before {
  margin-bottom: calc((1 - 1.6875) * 0.5em);
}
.message__text::after {
  margin-top: calc((1 - 1.6875) * 0.5em);
}
.message__text + .message__text {
  padding-top: 2em;
}

.message__name {
  padding-top: 8.8888888889vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .message__name {
    padding-top: 3.75rem;
  }
}
.message__name span {
  display: inline-block;
  margin-left: 5.8333333333vw;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .message__name span {
    margin-left: 1.3125rem;
    font-size: 1.5625rem;
  }
}

/* ------------------------------------
 * 会社概要
   ------------------------------------ */
.outline {
  padding-top: 27.7777777778vw;
}
@media screen and (min-width: 768px) {
  .outline {
    padding-top: 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .outline {
    padding-top: 18.3125rem;
  }
}
.outline .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .outline .wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .outline .wrap {
    max-width: 1380px;
  }
}

@media screen and (min-width: 1024px) {
  .outline__cont {
    display: flex;
    gap: 4.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .outline__pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.company .table {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 768px) {
  .company .table {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .company .table {
    margin-top: 0;
  }
}