@charset "UTF-8";
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: verticlp_specialal; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

html {
  height: 100%;
  overflow: hidden; }

body {
  height: 100%;
  overflow: hidden;
  margin: 0; }

/*
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease; }

.ivo {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px); }
  .ivo.in-view {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

/*
			Draggable
*********************************************/
.draggable_wrap,
.draggable_snap_wrap {
  overflow: hidden; }
  .draggable_wrap::after,
  .draggable_snap_wrap::after {
    z-index: 1;
    transition: 1s all ease;
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 4em;
    height: 4em;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    background: url("img/084.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
    border-radius: 1.5em; }
  .draggable_wrap.dragg::after,
  .draggable_snap_wrap.dragg::after {
    z-index: 10000;
    opacity: 1; }

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  overflow: hidden;
  background: #fff; }

body a {
  color: #000;
  text-decoration: none; }

body a:hover {
  color: #000;
  text-decoration: none; }

.font_a {
  font-family: "Hiragino Mincho ProN","游明朝","Yu Mincho","HGS明朝E","メイリオ","Meiryo",serif; }

#smooth-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #smooth-wrapper {
      position: relative;
      inset: auto;
      overflow: visible;
      height: auto; } }

#smooth-content {
  min-height: 100vh;
  overflow: hidden;
  will-change: transform; }
  @media screen and (max-width: 768px) {
    #smooth-content {
      min-height: auto;
      overflow: visible;
      will-change: auto; } }

#border-wrapper {
  border: 0.9vw solid #d6e03e;
  overflow: hidden; }

/*
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; }

  .lg_hide {
    display: none; }

  .lg_show {
    display: block; }

  .lg_showin {
    display: inline; } }
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; } }
@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em;
    overflow: auto;
    height: auto; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .sm_hide {
    display: none; }

  .sm_show {
    display: block; }

  .sm_showin {
    display: inline; } }
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .xs_hide {
    display: none; }

  .xs_show {
    display: block; }

  .xs_showin {
    display: inline; } }
/***************************************************************
 *
 * 				 平岡電工　トップページ
 *
***************************************************************/
@media screen and (max-width: 768px) {
  #tph {
    display: none; } }
#tph > ul {
  z-index: 1;
  display: grid;
  width: 85vw;
  height: 6em;
  padding-top: 1em;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #000; }
  #tph > ul > li:nth-child(1) {
    width: 1.975em; }
  #tph > ul > li:nth-child(2) {
    width: 3.475em; }
  #tph > ul > li:nth-child(3) {
    width: 3.875em; }
  #tph > ul > li:nth-child(4) {
    width: 5.025em; }
  #tph > ul > li:nth-child(5) {
    width: 4.025em; }

#tp_fv_wrap {
  height: 300vh; }

#tp_fv {
  height: calc( 100vh - 6em );
  width: 100%; }
  @media screen and (max-width: 768px) {
    #tp_fv {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%; } }
  #tp_fv > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #tp_fv > div > ul {
      pointer-events: none;
      z-index: 0;
      width: 100%;
      height: 100%; }
      #tp_fv > div > ul > li {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
        #tp_fv > div > ul > li > span {
          display: block;
          opacity: 0; }
          #tp_fv > div > ul > li > span > strong {
            display: block;
            font-size: 0.75em;
            line-height: 2em;
            font-weight: 400;
            color: #444; }
            #tp_fv > div > ul > li > span > strong.tppr {
              text-align: right; }
      #tp_fv > div > ul > li:nth-child(1) {
        width: 11vw;
        transform: translate(-40vw, 10vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(1) {
            width: 5.5em; } }
      #tp_fv > div > ul > li:nth-child(2) {
        width: 15vw;
        transform: translate(-30vw, 25vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(2) {
            width: 7.5em; } }
      #tp_fv > div > ul > li:nth-child(3) {
        width: 14vw;
        transform: translate(-14vw, 5vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(3) {
            width: 7em; } }
      #tp_fv > div > ul > li:nth-child(4) {
        width: 16vw;
        transform: translate(-12vw, 70vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(4) {
            width: 8em; } }
      #tp_fv > div > ul > li:nth-child(5) {
        width: 11vw;
        transform: translate(0vw, 60vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(5) {
            width: 5.5em; } }
      #tp_fv > div > ul > li:nth-child(6) {
        width: 10vw;
        transform: translate(12vw, 7vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(6) {
            width: 5em; } }
      #tp_fv > div > ul > li:nth-child(7) {
        width: 12vw;
        transform: translate(28vw, 6vh); }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(7) {
            width: 6.5em; } }
      #tp_fv > div > ul > li:nth-child(8) {
        width: 10vw;
        transform: translate(21vw, 0vh);
        bottom: 0;
        top: auto; }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(8) {
            width: 5em; } }
      #tp_fv > div > ul > li:nth-child(9) {
        width: 11vw;
        transform: translate(42vw, -6vh);
        bottom: 0;
        top: auto; }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(9) {
            width: 6em; } }
      #tp_fv > div > ul > li:nth-child(10) {
        width: 8vw;
        transform: translate(-60vw, -40vh);
        bottom: 0;
        top: auto; }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(10) {
            width: 4em; } }
      #tp_fv > div > ul > li:nth-child(11) {
        width: 11vw;
        transform: translate(-42vw, 15vh);
        bottom: 0;
        top: auto; }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(11) {
            width: 5em; } }
      #tp_fv > div > ul > li:nth-child(12) {
        width: 14vw;
        transform: translate(-55vw, 6vh);
        bottom: 0;
        top: auto; }
        @media screen and (max-width: 768px) {
          #tp_fv > div > ul > li:nth-child(12) {
            width: 7em; } }
  #tp_fv > h2 {
    position: absolute;
    width: 11.8em;
    height: 14.65em;
    bottom: 5vh;
    left: 10vw; }
  #tp_fv > h1 {
    position: absolute;
    height: 11em;
    width: 32em;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto; }
    #tp_fv > h1 > span:first-child {
      display: block;
      width: 31.475em;
      height: 5.025em;
      margin-bottom: 0.9em; }
    #tp_fv > h1 > span:last-child {
      display: block;
      width: 27.075em;
      height: 5.075em; }

#tp_about {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2em; }
  #tp_about > div {
    background: #d5e830;
    border-radius: 1em;
    padding: 5em 5em 16em; }
    #tp_about > div > div {
      display: grid;
      grid-template-columns: 52% 48%;
      grid-template-rows: 12em 1fr; }
      #tp_about > div > div > h2 > span {
        display: block;
        font-size: 3.1em;
        line-height: 1.4em; }
      #tp_about > div > div > h3 {
        justify-self: end; }
      #tp_about > div > div > div {
        padding-bottom: 10em; }
        #tp_about > div > div > div > span:first-child {
          display: block;
          width: 20em;
          height: 24em;
          overflow: hidden; }
        #tp_about > div > div > div > span:last-child {
          width: 16em;
          height: 23em;
          position: absolute;
          bottom: 0;
          right: 0; }
      #tp_about > div > div > p {
        padding-top: 4em;
        padding-left: 2em;
        font-size: 1.2em;
        line-height: 2.2em; }
  @media screen and (max-width: 768px) {
    #tp_about {
      padding: 0 0.5em; }
      #tp_about > div {
        padding: 3em 2em 10em; }
        #tp_about > div > div {
          display: grid;
          grid-template-columns: 60% 40%;
          grid-template-rows: auto auto auto; }
          #tp_about > div > div > h2 {
            grid-row: 1;
            grid-column: 1; }
            #tp_about > div > div > h2 > span {
              font-size: 2.5em; }
          #tp_about > div > div > h3 {
            grid-row: 1;
            grid-column: 2;
            justify-self: end; }
          #tp_about > div > div > p {
            grid-row: 2;
            grid-column: 1 / -1;
            padding-top: 2em;
            padding-left: 0;
            font-size: 1.4em;
            line-height: 1.8em;
            margin-bottom: 2em; }
          #tp_about > div > div > div {
            grid-row: 3;
            grid-column: 1 / -1;
            padding-bottom: 5em;
            position: relative; }
            #tp_about > div > div > div > span:first-child {
              display: block;
              width: 50%;
              height: auto;
              max-width: 15em;
              overflow: hidden;
              position: relative;
              z-index: 1; }
            #tp_about > div > div > div > span:last-child {
              width: 45%;
              height: auto;
              max-width: 14em;
              position: absolute;
              bottom: 1em;
              right: 0;
              left: 40%;
              z-index: 2; } }

#tp_slide {
  top: -14em;
  margin-bottom: -8em; }
  @media screen and (max-width: 768px) {
    #tp_slide {
      top: -3em;
      margin-bottom: 2em; } }
  #tp_slide > p:first-child {
    overflow: hidden; }
    #tp_slide > p:first-child > span {
      display: block;
      width: max-content;
      animation: left_scroll 32s linear infinite; }
      #tp_slide > p:first-child > span > img {
        max-width: none;
        width: 126.1em; }
        @media screen and (max-width: 768px) {
          #tp_slide > p:first-child > span > img {
            width: 63.05em; } }
@keyframes left_scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
  #tp_slide > p:last-child {
    overflow: hidden;
    height: 10.1em; }
    #tp_slide > p:last-child > span {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: max-content;
      animation: right_scroll 45s linear infinite; }
      #tp_slide > p:last-child > span > img {
        max-width: none;
        width: 175em;
        height: 10.1em; }
        @media screen and (max-width: 768px) {
          #tp_slide > p:last-child > span > img {
            height: 5.05em;
            width: 87.75em; } }
@keyframes right_scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50%); } }
#tp_service,
#tp_facility,
#tp_ev {
  background-color: #e7e7e7;
  border-radius: 3em;
  padding: 4em 0; }
  #tp_service > h2,
  #tp_facility > h2,
  #tp_ev > h2 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 4em 2em; }
    #tp_service > h2 > img,
    #tp_facility > h2 > img,
    #tp_ev > h2 > img {
      width: 8.15em; }
  #tp_service > div,
  #tp_facility > div,
  #tp_ev > div {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2em;
    display: flex;
    align-items: end; }
    #tp_service > div > div,
    #tp_facility > div > div,
    #tp_ev > div > div {
      width: 60%;
      padding-left: 4em; }
      #tp_service > div > div > h5,
      #tp_facility > div > div > h5,
      #tp_ev > div > div > h5 {
        width: 1.1em;
        margin-bottom: 1em;
        left: 0.5em; }
      #tp_service > div > div > h4,
      #tp_facility > div > div > h4,
      #tp_ev > div > div > h4 {
        width: 14.5em;
        border-bottom: 1px solid #000;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em; }
      #tp_service > div > div > h3,
      #tp_facility > div > div > h3,
      #tp_ev > div > div > h3 {
        margin-bottom: 3em; }
        #tp_service > div > div > h3 v
        > span,
        #tp_facility > div > div > h3 v
        > span,
        #tp_ev > div > div > h3 v
        > span {
          font-size: 1.25em; }
      #tp_service > div > div > p > span,
      #tp_facility > div > div > p > span,
      #tp_ev > div > div > p > span {
        font-size: 1.2em;
        line-height: 2em; }
    #tp_service > div > ul,
    #tp_facility > div > ul,
    #tp_ev > div > ul {
      display: grid;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr; }
      #tp_service > div > ul > li,
      #tp_facility > div > ul > li,
      #tp_ev > div > ul > li {
        margin-bottom: 1em; }
        #tp_service > div > ul > li > span,
        #tp_facility > div > ul > li > span,
        #tp_ev > div > ul > li > span {
          padding: 1em 1.4em;
          border: 1px solid #000;
          border-radius: 2em / 50%;
          line-height: 3.2em; }
  #tp_service > figure,
  #tp_facility > figure,
  #tp_ev > figure {
    padding: 3em 0 6em 0;
    overflow: hidden; }
    #tp_service > figure > ul,
    #tp_facility > figure > ul,
    #tp_ev > figure > ul {
      width: max-content;
      display: flex;
      animation: tp_service_slide 30s linear infinite; }
@keyframes tp_service_slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
      #tp_service > figure > ul > li,
      #tp_facility > figure > ul > li,
      #tp_ev > figure > ul > li {
        width: 30em;
        margin-right: 1.5em; }
  @media screen and (max-width: 768px) {
    #tp_service > div,
    #tp_facility > div,
    #tp_ev > div {
      padding: 0 1em;
      display: block; }
      #tp_service > div > div,
      #tp_facility > div > div,
      #tp_ev > div > div {
        width: 100%;
        padding-left: 0; }
        #tp_service > div > div > p,
        #tp_facility > div > div > p,
        #tp_ev > div > div > p {
          margin-bottom: 2em; }
          #tp_service > div > div > p > span,
          #tp_facility > div > div > p > span,
          #tp_ev > div > div > p > span {
            font-size: 1.5em; }
      #tp_service > div > ul,
      #tp_facility > div > ul,
      #tp_ev > div > ul {
        display: flex;
        flex-wrap: wrap; }
        #tp_service > div > ul > li,
        #tp_facility > div > ul > li,
        #tp_ev > div > ul > li {
          margin-bottom: 0.5em;
          margin-right: 1em; }
          #tp_service > div > ul > li > span,
          #tp_facility > div > ul > li > span,
          #tp_ev > div > ul > li > span {
            font-size: 1.2em;
            padding: 0.5em 1em;
            border-radius: 1.5em / 50%; } }

#tp_facility {
  padding: 6em 0;
  background-color: #bcbcbc;
  top: -2.5em;
  margin-bottom: -2.5em; }
  #tp_facility > div > div > h4 {
    width: 19.15em; }

#tp_ev {
  padding: 6em 0 4em;
  background-color: #808080;
  top: -2.5em;
  margin-bottom: -2.5em;
  color: #FFF;
  min-height: 140vh; }
  #tp_ev > div > div > h4 {
    width: 26.975em;
    border-bottom: 1px solid #FFF; }
  #tp_ev > div > ul > li > span {
    border: 1px solid #FFF; }

#tp_project > figure {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #tp_project > figure > ul {
    width: 100%;
    height: 100%; }
    #tp_project > figure > ul > li {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      #tp_project > figure > ul > li > span {
        display: block; }
        #tp_project > figure > ul > li > span > strong {
          display: block;
          font-size: 0.75em;
          line-height: 2em;
          font-weight: 400; }
          #tp_project > figure > ul > li > span > strong.tppr {
            text-align: right; }
    #tp_project > figure > ul > li:nth-child(1) {
      width: 48.25vw;
      height: 40.3vw;
      left: auto;
      right: 0;
      bottom: -26em; }
      @media screen and (max-width: 768px) {
        #tp_project > figure > ul > li:nth-child(1) {
          width: 95%;
          height: auto;
          bottom: auto;
          top: 23em; } }
    #tp_project > figure > ul > li:nth-child(2) {
      width: 15vw;
      top: -4em;
      transform: translateX(-11em); }
      @media screen and (max-width: 768px) {
        #tp_project > figure > ul > li:nth-child(2) {
          top: -5em;
          width: 16em;
          transform: translateX(15em); } }
    #tp_project > figure > ul > li:nth-child(3) {
      width: 10vw;
      top: 29em;
      transform: translateX(-37em); }
      @media screen and (max-width: 768px) {
        #tp_project > figure > ul > li:nth-child(3) {
          top: 5em;
          width: 23vw;
          transform: translateX(-18em); } }
    #tp_project > figure > ul > li:nth-child(4) {
      width: 10vw;
      top: 22em;
      transform: translateX(40em); }
      @media screen and (max-width: 768px) {
        #tp_project > figure > ul > li:nth-child(4) {
          display: none; } }
    #tp_project > figure > ul > li:nth-child(5) {
      width: 12vw;
      top: 38em;
      transform: translateX(10em); }
      @media screen and (max-width: 768px) {
        #tp_project > figure > ul > li:nth-child(5) {
          display: none; } }
#tp_project > div {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 6em;
  display: grid;
  grid-template-columns: 8.5em 1fr 20em; }
  #tp_project > div > h3 {
    text-align: center;
    padding-top: 6em; }
    #tp_project > div > h3 > img {
      width: 1.4em; }
  #tp_project > div > p {
    padding-top: 13em; }
    #tp_project > div > p > span {
      font-size: 1.2em;
      line-height: 2.4em;
      font-weight: 600; }
  #tp_project > div > h2 {
    display: grid;
    grid-template-columns: 6em 1fr; }
    #tp_project > div > h2 > span:first-child {
      display: block;
      width: 3.3em; }
    #tp_project > div > h2 > span:last-child {
      display: block;
      width: 3.275em;
      padding-top: 1.2em; }

@media screen and (max-width: 768px) {
  #tp_project > div {
    display: grid;
    grid-template-columns: 5em 1fr;
    grid-template-rows: auto auto; }
    #tp_project > div > h2 {
      grid-row: 1;
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 6em 1fr;
      justify-self: center;
      margin-bottom: 10em; }
    #tp_project > div > h3 {
      grid-row: 2;
      grid-column: 1;
      padding-left: 2em;
      padding-top: 0;
      align-self: center; }
    #tp_project > div > p {
      grid-row: 2;
      grid-column: 2;
      padding-top: 8em;
      padding-left: 3em; } }
#tp_value {
  padding: 10em 0 0; }
  @media screen and (max-width: 768px) {
    #tp_value {
      padding: 20em 0 0; } }
  #tp_value > figure {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #tp_value > figure > ul {
      width: 100%;
      height: 100%; }
      #tp_value > figure > ul > li {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        #tp_value > figure > ul > li > span {
          display: block; }
          #tp_value > figure > ul > li > span > strong {
            display: block;
            font-size: 0.75em;
            line-height: 2em;
            font-weight: 400; }
            #tp_value > figure > ul > li > span > strong.tppr {
              text-align: right; }
      #tp_value > figure > ul > li:nth-child(1) {
        width: 16vw;
        transform: translateX(-1em);
        top: 2em; }
        @media screen and (max-width: 768px) {
          #tp_value > figure > ul > li:nth-child(1) {
            width: 30vw;
            transform: translateX(-14em);
            top: 2em; } }
      #tp_value > figure > ul > li:nth-child(2) {
        width: 12vw;
        top: 8em;
        transform: translateX(24.5em); }
        @media screen and (max-width: 768px) {
          #tp_value > figure > ul > li:nth-child(2) {
            width: 25vw;
            transform: translateX(10em); } }
      #tp_value > figure > ul > li:nth-child(3) {
        width: 16vw;
        bottom: 6em;
        transform: translateX(-36em); }
        @media screen and (max-width: 768px) {
          #tp_value > figure > ul > li:nth-child(3) {
            top: 10em;
            width: 38vw;
            transform: translateX(-5em); } }
      #tp_value > figure > ul > li:nth-child(4) {
        width: 10vw;
        bottom: 17em;
        transform: translateX(-26em); }
        @media screen and (max-width: 768px) {
          #tp_value > figure > ul > li:nth-child(4) {
            display: none; } }
  #tp_value > ul {
    display: grid;
    gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20em 1vw 16em; }
    @media screen and (max-width: 768px) {
      #tp_value > ul {
        padding: 30em 1em 16em; } }
    #tp_value > ul > li {
      background-color: #e7e7e7;
      border-radius: 1.5em;
      padding: 5vw 3vw;
      opacity: 0;
      transform: translateY(2em);
      transition: all 1s ease; }
      #tp_value > ul > li > h3 {
        margin-bottom: 3em; }
      #tp_value > ul > li > h4 {
        margin-bottom: 2em; }
        #tp_value > ul > li > h4 > span {
          font-size: 1.8em;
          line-height: 1.6em;
          font-weight: 600; }
      #tp_value > ul > li > p > span {
        font-size: 1.2em;
        line-height: 1.8em; }
    #tp_value > ul > li:first-child {
      top: -50%; }
      @media screen and (max-width: 768px) {
        #tp_value > ul > li:first-child {
          top: 0; } }
      #tp_value > ul > li:first-child > h3 {
        width: 8.75em; }
    #tp_value > ul > li:nth-child(2) > h3 {
      width: 7.5em; }
    #tp_value > ul > li:last-child {
      top: 50%; }
      @media screen and (max-width: 768px) {
        #tp_value > ul > li:last-child {
          top: 0; } }
      #tp_value > ul > li:last-child > h3 {
        width: 8.05em; }
  @media screen and (max-width: 768px) {
    #tp_value > ul {
      display: block;
      grid-template-columns: none;
      padding: 10em 2em 8em;
      gap: 2em; }
      #tp_value > ul > li {
        margin-bottom: 2em;
        padding: 3em 2em; } }

#tp_company {
  padding-bottom: 5em; }
  #tp_company > figure {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      #tp_company > figure {
        display: none; } }
    #tp_company > figure > ul {
      width: 100%;
      height: 100%; }
      #tp_company > figure > ul > li {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        #tp_company > figure > ul > li > span {
          display: block; }
          #tp_company > figure > ul > li > span > strong {
            display: block;
            font-size: 0.75em;
            line-height: 2em;
            font-weight: 400; }
            #tp_company > figure > ul > li > span > strong.tppr {
              text-align: right; }
      #tp_company > figure > ul > li:nth-child(1) {
        width: 16vw;
        transform: translateX(38em);
        top: 12em; }
      #tp_company > figure > ul > li:nth-child(2) {
        width: 12vw;
        top: 50%;
        transform: translateX(-38em); }
  #tp_company > div {
    width: 52em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #tp_company > div {
        width: 100%; } }
    #tp_company > div > h2 {
      width: 21.775em;
      margin: 0 0 5em 1em; }
    @media screen and (max-width: 768px) {
      #tp_company > div > ul {
        padding: 0 1em; } }
    #tp_company > div > ul > li {
      border-radius: 0.8em;
      padding: 1.5em 1em 1.5em 4.5em;
      margin-bottom: 1em;
      background: url(img/048.png) no-repeat 2.5em center/1.25em 1.25em #e7e7e7;
      display: grid;
      grid-template-columns: 10em 1fr; }
      #tp_company > div > ul > li > h3, #tp_company > div > ul > li > p {
        font-size: 1.4em;
        font-weight: 500;
        line-height: 1.6em; }

#tp_work {
  background: url(img/050.png) repeat center top/17em 1px;
  padding-left: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-top: 7em;
  padding-bottom: 7em;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #tp_work {
      background: url(img/050.png) repeat center top/8.5em 1px;
      padding-left: 2em; } }
  #tp_work > h2 {
    width: 18.75em;
    margin-bottom: 2em; }
  #tp_work > div {
    display: grid;
    grid-template-columns: 17.5em 1fr;
    grid-template-rows: repeat(3, auto); }
    #tp_work > div > h3 {
      margin-bottom: 4em; }
      #tp_work > div > h3 > span {
        font-size: 1.4em;
        line-height: 1.6em;
        color: #fff; }
    #tp_work > div > div {
      grid-row: 1 / -1;
      grid-column: 2; }
      #tp_work > div > div ul {
        display: flex;
        width: max-content; }
        #tp_work > div > div ul > li {
          margin-right: 1em; }
    #tp_work > div > p {
      grid-row: 2;
      margin-bottom: 3em; }
      #tp_work > div > p > span {
        color: #fff;
        font-size: 1.1em;
        line-height: 1.8em; }
    #tp_work > div > nav {
      grid-row: 3;
      display: grid;
      grid-template-columns: 2.5em 5em 2.5em;
      height: 2.5em;
      width: 10em;
      border: 1px solid #FFF; }
      @media screen and (max-width: 768px) {
        #tp_work > div > nav {
          margin-bottom: 2em; } }
      #tp_work > div > nav > span {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
        #tp_work > div > nav > span > img {
          width: 0.8em;
          height: 0.8em; }
      #tp_work > div > nav > p {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF; }
        #tp_work > div > nav > p > span {
          font-size: 0.8em;
          color: #fff; }
  @media screen and (max-width: 768px) {
    #tp_work > div {
      display: flex;
      flex-direction: column; }
      #tp_work > div > h3 {
        order: 1;
        margin-bottom: 2em; }
      #tp_work > div > div {
        order: 4;
        margin-bottom: 2em; }
      #tp_work > div > p {
        order: 2;
        margin-bottom: 2em; }
      #tp_work > div > nav {
        order: 3;
        margin-top: 2em; } }

#tp_recruit {
  background: url(img/050.png) repeat center top/17em 1px;
  padding-left: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-right: calc( ((100vw - 1300px) * 0.45) + 1em ); }
  @media screen and (max-width: 768px) {
    #tp_recruit {
      background: url(img/050.png) repeat center top/8.5em 1px;
      padding: 0; } }
  #tp_recruit > div:nth-child(1) {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-bottom: 2em; }
    @media screen and (max-width: 768px) {
      #tp_recruit > div:nth-child(1) {
        padding: 0 1em 2em;
        display: block; } }
    #tp_recruit > div:nth-child(1) > div {
      color: #fff; }
      #tp_recruit > div:nth-child(1) > div > h2 {
        width: 21.175em; }
      @media screen and (max-width: 768px) {
        #tp_recruit > div:nth-child(1) > div > h3 {
          margin-bottom: 2em; } }
      #tp_recruit > div:nth-child(1) > div > h3 > span {
        font-size: 4em;
        line-height: 1.3em; }
        @media screen and (max-width: 768px) {
          #tp_recruit > div:nth-child(1) > div > h3 > span {
            font-size: 3.5em; } }
    #tp_recruit > div:nth-child(1) > p {
      text-align: right; }
      @media screen and (max-width: 768px) {
        #tp_recruit > div:nth-child(1) > p {
          text-align: left; } }
      #tp_recruit > div:nth-child(1) > p > span {
        color: #fff; }
        @media screen and (max-width: 768px) {
          #tp_recruit > div:nth-child(1) > p > span {
            font-size: 1.4em; } }
  #tp_recruit > div:nth-child(2) {
    padding-bottom: 3em; }
    #tp_recruit > div:nth-child(2) > div {
      width: 100%;
      height: 25em;
      overflow: hidden;
      display: flex;
      align-items: center; }
      #tp_recruit > div:nth-child(2) > div > img {
        width: 100%;
        height: auto; }
    #tp_recruit > div:nth-child(2) > a:last-child {
      position: absolute;
      display: block;
      width: 11.075em;
      height: 11.075em;
      top: -6em;
      right: -2em; }

#tp_news {
  background: url(img/050.png) repeat center top/17em 1px;
  padding-left: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-right: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-top: 7em; }
  @media screen and (max-width: 768px) {
    #tp_news {
      background: url(img/050.png) repeat center top/8.5em 1px; } }
  #tp_news > h2 {
    width: 14.875em;
    margin: 0 auto 3.5em; }
  #tp_news > ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      #tp_news > ul {
        flex-wrap: wrap; }
        #tp_news > ul > li:nth-child(n+3) {
          display: none; } }
    #tp_news > ul > li {
      width: 25%;
      padding: 1em; }
      @media screen and (max-width: 768px) {
        #tp_news > ul > li {
          width: 50%;
          padding: 1em 1em 3em; } }
      #tp_news > ul > li > a {
        display: block;
        color: #fff; }
        #tp_news > ul > li > a > span {
          display: block;
          background: url(img/048.png) no-repeat 0.5em center/0.75em 0.75em;
          padding: 0.5em 0 0.6em 1.5em;
          font-size: 1em; }
          @media screen and (max-width: 768px) {
            #tp_news > ul > li > a > span {
              font-size: 1.4em; } }
        #tp_news > ul > li > a > p {
          font-size: 0.9em;
          line-height: 1.5em;
          padding: 1em 0 1em; }
          @media screen and (max-width: 768px) {
            #tp_news > ul > li > a > p {
              font-size: 1.1em; } }
        #tp_news > ul > li > a > strong {
          font-size: 0.9em;
          text-decoration: underline; }

footer {
  background: url(img/050.png) repeat center top/17em 1px;
  padding-left: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-right: calc( ((100vw - 1300px) * 0.45) + 1em );
  padding-top: 12em;
  padding-bottom: 5em; }
  @media screen and (max-width: 768px) {
    footer {
      background: url(img/050.png) repeat center top/8.5em 1px;
      padding: 12em 2em 5em; } }
  footer > h2 {
    width: 26.8em;
    margin: 0 0 3em auto; }
  footer > div {
    display: grid;
    grid-template-columns: 10.55em 1fr;
    align-items: end;
    margin-bottom: 4em; }
    footer > div > ul {
      justify-self: end; }
      footer > div > ul > li {
        margin-left: auto;
        margin-bottom: 0.5em; }
      footer > div > ul > li:nth-child(1) {
        width: 1.975em; }
      footer > div > ul > li:nth-child(2) {
        width: 3.475em; }
      footer > div > ul > li:nth-child(3) {
        width: 3.875em; }
      footer > div > ul > li:nth-child(4) {
        width: 5.025em; }
      footer > div > ul > li:nth-child(5) {
        width: 4.025em; }
  footer > p {
    color: #fff; }

/* -------------------- */
#totop {
  position: fixed;
  bottom: 0;
  right: 10%;
  display: block;
  width: 11.075em;
  height: 7.125em;
  transition: all 1s ease;
  transform: translateY(10em); }
  #totop.show {
    transform: none; }

/* -------------------- */
#loading {
  position: fixed;
  z-index: 100;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  background: #000; }
  #loading > p {
    width: 10em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 1px solid #FFF; }
    #loading > p > span {
      display: block;
      width: 0;
      height: 100%;
      background: #d6e03e; }
  #loading > span {
    width: 5em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #FFF;
    top: 1.5em; }
  #loading > img {
    display: block;
    position: absolute;
    max-width: 70%;
    max-height: 90%;
    bottom: 0;
    right: 0;
    opacity: 0; }

/* -------------------- */
#news_title {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4em 2em 0;
  display: flex;
  justify-content: space-between;
  top: 3.5em; }
  #news_title > h1 {
    width: 11.8em;
    z-index: 10; }
  #news_title > p {
    width: 14.875em;
    text-align: right;
    padding-top: 2em; }
    #news_title > p > span {
      display: block;
      margin-bottom: 0.3em; }
    #news_title > p > strong {
      font-weight: 400; }

#pg_wrap {
  background: #e7e7e7;
  border-radius: 3em 3em 0 0;
  padding: 5em 2em 5em; }
  #pg_wrap > ul {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #pg_wrap > ul > li {
      position: absolute;
      width: 160px;
      height: auto;
      left: 0;
      right: 0;
      margin: auto; }
    #pg_wrap > ul > li:nth-child(1) {
      top: 10%; }
      #pg_wrap > ul > li:nth-child(1) > img {
        transform: translateX(-530px);
        right: 20vw; }
    #pg_wrap > ul > li:nth-child(2) {
      top: 40%; }
      #pg_wrap > ul > li:nth-child(2) > img {
        transform: translateX(-530px);
        right: 3vw; }
    #pg_wrap > ul > li:nth-child(3) {
      top: 60%; }
      #pg_wrap > ul > li:nth-child(3) > img {
        transform: translateX(-530px);
        right: 14vw; }
    #pg_wrap > ul > li:nth-child(4) {
      top: 90%; }
      #pg_wrap > ul > li:nth-child(4) > img {
        transform: translateX(-530px);
        right: 10vw; }
    #pg_wrap > ul > li:nth-child(5) {
      top: 10%; }
      #pg_wrap > ul > li:nth-child(5) > img {
        transform: translateX(530px);
        left: 6vw; }
    #pg_wrap > ul > li:nth-child(6) {
      top: 40%; }
      #pg_wrap > ul > li:nth-child(6) > img {
        transform: translateX(530px);
        left: 16vw; }
    #pg_wrap > ul > li:nth-child(7) {
      top: 60%; }
      #pg_wrap > ul > li:nth-child(7) > img {
        transform: translateX(530px);
        left: 22vw; }
    #pg_wrap > ul > li:nth-child(8) {
      top: 90%; }
      #pg_wrap > ul > li:nth-child(8) > img {
        transform: translateX(530px);
        left: 2vw; }
    #pg_wrap > ul.pg_single > li {
      display: none; }
    #pg_wrap > ul.pg_single > li:nth-child(2), #pg_wrap > ul.pg_single > li:nth-child(8) {
      display: block; }
  #pg_wrap > article.index_body {
    max-width: 900px;
    margin: 0 auto 4em;
    background: #FFF;
    border-radius: 2em;
    padding: 3em; }
    #pg_wrap > article.index_body > div.index_meta {
      margin-bottom: 3em; }
      #pg_wrap > article.index_body > div.index_meta > h4 {
        margin-bottom: 2em;
        padding-left: 1.4em; }
        #pg_wrap > article.index_body > div.index_meta > h4::before {
          content: "";
          display: block;
          position: absolute;
          width: 0.6em;
          height: 0.6em;
          top: 0.55em;
          left: 0;
          border-radius: 1em;
          background: #d6e03e; }
        #pg_wrap > article.index_body > div.index_meta > h4 > span {
          font-size: 0.9em;
          line-height: 0.9em;
          font-weight: 400; }

#pg_pagenavi {
  margin-top: 2.5em;
  text-align: center; }
  #pg_pagenavi .wp-pagenavi {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    line-height: 1; }
    #pg_pagenavi .wp-pagenavi > a,
    #pg_pagenavi .wp-pagenavi > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 2.4em;
      height: 2.4em;
      padding: 0 0.8em;
      border: 1px solid #000;
      background: #fff;
      color: #000;
      transition: all 0.2s ease; }
    #pg_pagenavi .wp-pagenavi > a:hover {
      background: #000;
      color: #fff; }
    #pg_pagenavi .wp-pagenavi > span.current {
      background: #000;
      color: #fff;
      font-weight: 700; }
    #pg_pagenavi .wp-pagenavi > span.pages,
    #pg_pagenavi .wp-pagenavi > span.extend {
      min-width: auto;
      padding: 0 0.5em;
      border: 0;
      background: transparent;
      color: #000; }

/* -------------------- */
#contact_title {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4em 2em 0;
  display: flex;
  justify-content: space-between;
  top: 3.5em; }
  #contact_title > h1 {
    width: 11.8em;
    z-index: 10; }
  #contact_title > p {
    width: 24.175em;
    text-align: right;
    padding-top: 2em; }
    #contact_title > p > span {
      display: block;
      margin-bottom: 0.6em; }
    #contact_title > p > strong {
      font-weight: 400; }

#contact_body {
  padding: 7em 0;
  max-width: 900px;
  margin: 0 auto 4em; }
  #contact_body > p {
    line-height: 2.4em;
    margin-bottom: 2em; }
  #contact_body > div:nth-child(2) {
    background: #e2e5b6;
    padding: 1.5em 3em; }
    #contact_body > div:nth-child(2) > p {
      margin-bottom: 1em;
      vertical-align: middle; }
      #contact_body > div:nth-child(2) > p > strong {
        font-size: 1.8em; }
    #contact_body > div:nth-child(2) > span {
      display: block;
      font-size: 0.9em; }

#contact_form {
  margin-top: 4em;
  border-top: 1px solid #000;
  padding-top: 4em; }
  #contact_form input, #contact_form textarea {
    width: 100%;
    background: #FFF;
    border-radius: 0.8em;
    min-height: 3em;
    padding: 0.5em; }
  #contact_form span.wpcf7-radio {
    display: flex; }
    #contact_form span.wpcf7-radio span.wpcf7-list-item > label {
      display: flex;
      align-items: center; }
      #contact_form span.wpcf7-radio span.wpcf7-list-item > label input {
        width: 1.5em;
        height: 1.5em;
        min-height: auto;
        border-radius: 1em;
        margin-right: 0.4em;
        accent-color: #d6e03e;
        outline: none;
        border: none; }
  #contact_form input.wpcf7-submit {
    width: 65%;
    display: block;
    margin: 4em auto 0;
    background: #d6e03e;
    cursor: pointer; }
  #contact_form h3 {
    margin-bottom: 0.8em;
    display: flex;
    align-items: center; }
    #contact_form h3 > strong {
      font-size: 1.4em;
      font-weight: 600;
      margin-right: 2em; }
    #contact_form h3 > span {
      background: #d6e03e;
      padding: 0.2em 1em;
      border-radius: 0.3em;
      font-size: 0.9em; }
  #contact_form p {
    margin-bottom: 3em; }
