@charset "UTF-8";
/*
Theme Name: tec-info
Theme URI:
Description: 有限会社村上電工のお知らせ等のページです。
Version: 1.1
Author: owndmedia-lab
*/
/*--------------------------------------------------------------
## 共通
--------------------------------------------------------------*/
/* color */
body {
  width: 100%;
  font-size: 16px;
  color: #2a2a2a;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Lato", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin: 0 auto;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  line-height: 2rem;
  margin: 1rem 0;
}

a {
  text-decoration: none;
  color: #2F3B50;
}

.container {
  margin: auto;
}

.container01 {
  width: calc(100% - 8vw);
}

.container02 {
  max-width: 1000px;
  width: 100%;
}

.container03 {
  max-width: 920px;
  width: 100%;
}

.container04 {
  width: calc(100% - 10vw);
  position: absolute;
  bottom: -50%;
  right: 0%;
  left: 0%;
  box-shadow: 0px 0px 15px -5px #777777;
}

.container05 {
  max-width: 1280px;
  width: 100%;
}

picture {
  line-height: 0;
}

/*ローディング画面*/
.loader-wrap {
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #2a2a2a;
  overflow: hidden;
  z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*ボタンデザイン*/
.btn1 {
  position: relative;
  font-size: 3rem;
  color: #2a2a2a;
  padding: 0.5rem 2rem 0.8rem;
  border: 1px solid #2a2a2a;
}
.btn1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #2a2a2a;
  top: -10px;
  right: -10px;
  transition: 0.4s;
}
.btn1:hover::before {
  top: 0;
  right: 0;
  transition: 0.4s;
}

.more-btn {
  position: relative;
  display: inline-block;
}
.more-btn::before, .more-btn::after {
  position: absolute;
  content: "";
}
.more-btn::before {
  width: 160px;
  height: 2px;
  background-color: #2a2a2a;
  right: -2rem;
  bottom: -1rem;
}
.more-btn::after {
  width: 15px;
  height: 2px;
  background-color: #2a2a2a;
  right: -2rem;
  bottom: -0.75rem;
  transform: rotate(30deg);
}

/* 三角形の装飾 */
.deco {
  position: relative;
}
.deco::before, .deco::after {
  position: absolute;
  content: "";
}
.deco::before {
  left: 0;
}
.deco::after {
  right: 0;
}

/* その他共通 */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.contents_table {
  max-width: 960px;
  border: none;
}
.contents_table th,
.contents_table td {
  border-bottom: 1px solid #2a2a2a;
  padding: 1.5rem 2rem;
}
.contents_table th {
  vertical-align: middle;
}
.contents_table td {
  text-align: left;
}

.bk-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  width: 100%;
}

.category,
.post-categories li a {
  background-color: #2F3B50;
  font-size: 0.9rem;
  color: #ffffff;
  padding: 0.8rem 1rem;
  transition: 0.4s;
  margin: 0;
}
.category:hover,
.post-categories li a:hover {
  background-color: #2a2a2a;
  transition: 0.4s;
}

/*パンくずリスト*/
.breadcrumb {
  margin-bottom: 5rem;
}
.breadcrumb li {
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  margin-right: 2rem;
}
.breadcrumb li a {
  color: #2F3B50;
  transition: 0.4s;
}
.breadcrumb li a:hover {
  color: #0097E0;
  transition: 0.4s;
}
.breadcrumb li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a;
  transform: rotate(45deg);
  right: -1.2rem;
  bottom: 0.6rem;
}
.breadcrumb li:last-child::before {
  display: none;
}

/*ページャー*/
.page-numbers {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
.page-numbers li {
  padding: 0;
}
.page-numbers li .current {
  color: #ffffff;
  background-color: #2a2a2a;
  border: 1px solid #EFEFEF;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
}
.page-numbers li .prev,
.page-numbers li .next {
  background: none;
  color: #2a2a2a;
  transition: 0.4s;
}
.page-numbers li .prev:hover,
.page-numbers li .next:hover {
  background: none;
  color: #0097E0;
  transition: 0.4s;
}
.page-numbers li a {
  border: 1px solid #EFEFEF;
  display: block;
  color: #2a2a2a;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  transition: 0.4s;
}
.page-numbers li a:hover {
  background: none;
  color: #0097E0;
  transition: 0.4s;
}

.contents_page-top {
  display: none;
  background-color: transparent;
  border: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.48;
  z-index: 50;
  transition: all 0.3s ease;
}
.contents_page-top::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 70%;
  right: 35%;
  transform: translate(50%, -50%);
  z-index: 1;
}
.contents_page-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px;
  border-color: transparent #0097E0 #0097E0 transparent;
}

/*--------------------------------------------------------------
## header.php
--------------------------------------------------------------*/
.header {
  position: relative;
  color: #ffffff;
  background-color: rgba(47, 59, 80, 0.7);
  height: 100vh;
}
.header_menu {
  padding-top: 40px;
}
.header_menu .header-branding {
  position: fixed;
  z-index: 1000;
}
.header_menu .header-branding_site-title a {
  color: #ffffff;
  display: block;
  text-shadow: 1px 1px 0 #2F3B50, -1px 1px 0 #2F3B50, 1px -1px 0 #2F3B50, -1px -1px 0 #2F3B50;
}
.header_menu .menu-trigger {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #2a2a2a;
  border: none;
  z-index: 200;
  cursor: pointer;
}
.header_menu .menu-trigger-bar {
  position: absolute;
  width: 30px;
  height: 4px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.header_menu .menu-trigger-bar.top {
  top: 16px;
}
.header_menu .menu-trigger-bar.middle {
  top: 28px;
}
.header_menu .menu-trigger-bar.bottom {
  top: 40px;
}
.header_menu .close-trigger {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 201;
  cursor: pointer;
}
.header_menu .close-trigger-bar {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
}
.header_menu .close-trigger-bar.left {
  transform: rotate(45deg);
}
.header_menu .close-trigger-bar.right {
  transform: rotate(135deg);
}
.header_menu .global-nav {
  width: 55%;
  margin: auto;
  padding-left: 5rem;
}
.header_menu .global-nav_list {
  justify-content: space-between;
}
.header_menu .global-nav_list li {
  text-align: center;
}
.header_menu .global-nav_list li a {
  display: block;
  color: #ffffff;
  transition: 0.4s;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  transition: 0.4s;
}
.header_menu .global-nav_list li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.header_menu .global-nav_list li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0097E0;
  bottom: -20px;
  right: 50%;
  opacity: 0;
  transform: translate(50%, 50%);
  transition: all 0.6s ease;
}
.header_menu .global-nav_list li a:hover::after {
  opacity: 1;
  transform: translate(50%, 0);
}
.header_menu .global-nav_list li a span {
  display: block;
}
.header_menu .mini-nav {
  position: fixed;
  display: grid;
  place-items: center;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  background-color: rgba(42, 42, 42, 0.9);
  opacity: 0;
  z-index: 101;
  overflow-y: scroll;
}
.header_menu .mini-nav_list {
  margin: auto;
  padding: 10%;
  text-align: center;
  margin: 4rem 0;
}
.header_menu .mini-nav_list li {
  line-height: 1;
  padding: 1.5rem;
}
.header_menu .mini-nav_list li a {
  display: block;
  height: 3.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  transition: 0.4s;
}
.header_menu .mini-nav_list li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.header_menu .mini-nav_list li a span {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.header_menu .mini-nav_list li.current a {
  color: #2a2a2a;
}
.header_catchphrase h2 {
  font-size: 3rem;
  padding-top: 40vh;
  text-align: center;
}
.header_slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.header_slider div {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  width: 100%;
}
.header_slider-img01 {
  background-image: url(img/top_slider01.jpg);
}
.header_slider-img02 {
  background-image: url(img/top_slider02.jpg);
}
.header_slider-img03 {
  background-image: url(img/top_slider03.jpg);
}
.header_slider-img04 {
  background-image: url(img/top_slider04.jpg);
}
.header_lower-img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.header_lower-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.header::before {
  border-top: 3vw solid transparent;
  border-bottom: 3vw solid transparent;
  border-left: 40vw solid rgba(0, 151, 224, 0.5);
  bottom: -3vw;
}
.header::after {
  border-top: 7vw solid transparent;
  border-right: 60vw solid rgba(0, 151, 224, 0.3);
  border-bottom: 7vw solid transparent;
  bottom: -7vw;
}

/*--------------------------------------------------------------
## main
--------------------------------------------------------------*/
.lower .contents {
  padding: 10rem 0;
}
.lower .contents:last-child {
  padding-bottom: 12rem;
}

/*--------------------------------------------------------------
## top-page
--------------------------------------------------------------*/
.top .contents {
  position: relative;
}
.top .contents_title {
  font-size: 4rem;
  text-align: center;
}
.top .contents01 {
  padding: 10rem 0;
}
.top .contents01 h2 {
  color: #2F3B50;
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
  padding: 0 2rem;
}
.top .contents02 .contents_section {
  position: relative;
  margin-bottom: 30rem;
}
.top .contents02 .contents_section-img {
  max-height: 80vh;
}
.top .contents02 .contents_section-img img {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .contents02 .contents_section-text {
  position: absolute;
  width: 880px;
  min-height: 300px;
  top: 60vh;
  z-index: 10;
}
.top .contents02 .contents_section-text a {
  display: block;
  padding: 6rem 8rem;
  color: #ffffff;
  min-height: 300px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.top .contents02 .contents_section-text a h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  align-items: center;
}
.top .contents02 .contents_section-text a h2::first-letter {
  color: #0097E0;
}
.top .contents02 .contents_section-text a h2 span {
  display: grid;
  font-size: 18px;
  padding-top: 0.5rem;
}
.top .contents02 .contents_section-text a .more-btn {
  position: absolute;
  right: 9rem;
  bottom: 6.5rem;
  transition: 0.4s;
}
.top .contents02 .contents_section-text a .more-btn::before, .top .contents02 .contents_section-text a .more-btn::after {
  background-color: #ffffff;
}
.top .contents02 .contents_section-text a:hover .more-btn {
  right: 6rem;
  transition: 0.4s;
}
.top .contents02 .contents_section:first-child .contents_section-img::before {
  border-right: 20vw solid transparent;
  border-bottom: 4vw solid rgba(42, 42, 42, 0.2);
  bottom: 0;
  z-index: 10;
}
.top .contents02 .contents_section:first-child .contents_section-img::after {
  border-right: 80vw solid rgba(42, 42, 42, 0.2);
  border-bottom: 10vw solid transparent;
  bottom: -10vw;
}
.top .contents02 .contents_section:first-child .contents_section-text {
  background-color: #2a2a2a;
  right: 0;
}
.top .contents02 .contents_section:nth-child(2) .contents_section-img::before {
  border-right: 60vw solid transparent;
  border-bottom: 6vw solid rgba(47, 59, 80, 0.3);
  bottom: 0;
  z-index: 10;
}
.top .contents02 .contents_section:nth-child(2) .contents_section-img::after {
  border-bottom: 6vw solid transparent;
  border-top: 0vw solid transparent;
  border-right: 42vw solid rgba(47, 59, 80, 0.5);
  bottom: -6vw;
}
.top .contents02 .contents_section:nth-child(2) .contents_section-text {
  background-color: #2F3B50;
}
.top .contents02 .contents_section:nth-child(3) .contents_section-img::before {
  border-right: 20vw solid transparent;
  border-bottom: 4vw solid rgba(42, 42, 42, 0.2);
  bottom: 0;
  z-index: 10;
}
.top .contents02 .contents_section:nth-child(3) .contents_section-img::after {
  border-right: 80vw solid rgba(42, 42, 42, 0.2);
  border-bottom: 10vw solid transparent;
  bottom: -10vw;
}
.top .contents02 .contents_section:nth-child(3) .contents_section-text {
  background-color: #2a2a2a;
  right: 0;
}
.top .contents03 {
  position: relative;
}
.top .contents03 .container_bg {
  background-image: url(img/top_company-bg.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  width: 100%;
}
.top .contents03 .contents_box {
  background-color: #ffffff;
  height: 65vh;
  width: 100%;
  padding: 7rem 0;
}
.top .contents03 .contents_box--inner h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 4rem;
  align-items: center;
}
.top .contents03 .contents_box--inner h2::first-letter {
  color: #0097E0;
}
.top .contents03 .contents_box--inner h2 span {
  display: grid;
  justify-content: center;
  font-size: 18px;
  padding-top: 0.5rem;
}
.top .contents03 .contents_box--inner p {
  text-align: center;
  margin: 0 1.5rem 4rem;
}
.top .contents03 .contents_box--flex {
  display: flex;
  justify-content: space-evenly;
}
.top .contents03 .contents_box--flex a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 295px;
  max-width: 675px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: 0.5s;
  z-index: 100;
}
.top .contents03 .contents_box--flex a:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.top .contents03 .contents_box--flex h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.5rem;
  z-index: 101;
  position: absolute;
  top: 35%;
  left: 10%;
}
.top .contents03 .contents_box--ofh {
  overflow: hidden;
  position: relative;
  height: 295px;
  width: 675px;
}
.top .contents03 .contents_box--ofh--left {
  background: radial-gradient(transparent 0%, transparent 0%, #000000 85%), url(img/top_company01.jpg.webp);
}
.top .contents03 .contents_box--ofh--right {
  background: radial-gradient(transparent 0%, transparent 0%, #000000 85%), url(img/top_company02.jpg.webp);
}
.top .contents04 {
  margin: 40rem 0 0;
  padding: 0 0 25rem;
  position: relative;
}
.top .contents04 h2 {
  margin-bottom: 4rem;
  text-align: left;
  font-size: 4rem;
  font-weight: 600;
  padding-left: 2rem;
}
.top .contents04 h2::first-letter {
  color: #0097E0;
}
.top .contents04 h2 span {
  display: grid;
  font-size: 18px;
  padding-top: 0.5rem;
}
.top .contents04 .contents_item .article {
  width: calc(50% - 6vw);
  margin: 0 0.75rem 1.5rem;
  background-color: rgba(239, 239, 239, 0.5);
}
.top .contents04 .contents_item .article:nth-child(odd) {
  padding: 3vw 2vw;
}
.top .contents04 .contents_item .article:nth-child(even) {
  padding: 3vw 2vw;
}
.top .contents04 .contents_item .article .article-text {
  width: calc(100% - 2rem);
  color: #2a2a2a;
}
.top .contents04 .contents_item .article .article-text a {
  transition: 0.4s;
}
.top .contents04 .contents_item .article .article-text a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.top .contents04 .contents_item .article .article-text_data {
  font-size: 0.9rem;
  color: #0097E0;
  margin: 0.25rem 0 1rem 0;
}
.top .contents04 .contents_item .article .article-text_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2F3B50;
  line-height: 1.4;
}
.top .contents04 .more-btn {
  position: absolute;
  right: 10vw;
  bottom: 18rem;
  transition: 0.4s;
}
.top .contents04 .more-btn a {
  color: #2a2a2a;
  display: block;
  width: 200px;
  height: 2rem;
  text-align: right;
}
.top .contents04 .more-btn:hover {
  right: 7vw;
  transition: 0.4s;
}
.top .contents04::before {
  border-right: 70vw solid transparent;
  border-bottom: 12vw solid rgba(0, 151, 224, 0.6);
  bottom: 0;
}
.top .contents04::after {
  border-left: 30vw solid transparent;
  border-bottom: 8vw solid rgba(0, 151, 224, 0.4);
  bottom: 0;
}
.top .contents05 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10rem 0;
  text-align: center;
}
.top .contents05 .contents_bk {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .contents05 h2 {
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 600;
}
.top .contents05 h2::first-letter {
  color: #0097E0;
}
.top .contents05 h2 span {
  display: grid;
  font-size: 18px;
  padding-top: 0.5rem;
}
.top .contents05 p {
  margin-bottom: 4rem;
}
.top .contents05 .btn1 {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
}
.top .contents05 .btn1::before {
  border-color: #ffffff;
}

.no-webp .top .container_bg {
  background-image: url(img/top_company-bg.jpg);
}

.no-webp .top .contents_box--ofh--left {
  background-image: url(img/top_company01.jpg);
}

.no-webp .top .contents_box--ofh--right {
  background-image: url(img/top_company02.jpg);
}

/*--------------------------------------------------------------
## lower-page
--------------------------------------------------------------*/
/* 見出し */
.header_pageTitle {
  position: absolute;
  top: 42vh;
}
.header_pageTitle h2 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 10vw;
}
.header_pageTitle h2::first-letter {
  color: #0097E0;
}
.header_pageTitle h2 span {
  font-size: 1.5rem;
  display: block;
}

.lower .contents_title {
  font-size: 1.85rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.lower .contents_title::before, .lower .contents_title::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #0097E0;
  height: 5px;
  right: 2em;
}
.lower .contents_title::before {
  background-color: #2F3B50;
  left: 2em;
  width: 4em;
}

/* 投稿内aタグ */
.post_content a {
  transition: 0.4s;
}
.post_content a:hover {
  color: #0097E0;
  transition: 0.4s;
}

/*--------------------------------------------------------------
## about.php
--------------------------------------------------------------*/
.about .contents01 {
  background-image: linear-gradient(transparent 0%, transparent 0%, #ffffff 100%), url(img/about_concept.jpg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12rem 0;
  margin: 10rem 0 5rem;
}
.about .contents01 .contents_text p {
  font-size: 1.25rem;
}
.about .contents02 {
  padding: 5rem 1.5rem;
}
.about .contents02 .container02 .contents_text .contents_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about .contents02 .container02 .contents_text .contents_list_item {
  background-color: rgba(239, 239, 239, 0.5);
  display: grid;
  align-items: center;
  align-content: center;
  margin: 1rem;
  text-align: center;
  min-height: 285px;
  min-width: 285px;
}
.about .contents02 .container02 .contents_text .contents_list_item:nth-child(1)::before {
  content: "\f85e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F3B50;
  font-size: 3rem;
}
.about .contents02 .container02 .contents_text .contents_list_item:nth-child(2)::before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F3B50;
  font-size: 3rem;
}
.about .contents02 .container02 .contents_text .contents_list_item:nth-child(3)::before {
  content: "\f4be";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F3B50;
  font-size: 3rem;
}
.about .contents02 .container02 .contents_text .contents_list_item:nth-child(4)::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F3B50;
  font-size: 3rem;
}
.about .contents02 .container02 .contents_text .contents_list_item:nth-child(5)::before {
  content: "\f7d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F3B50;
  font-size: 3rem;
}
.about .contents03 {
  padding: 5rem 1.5rem 0;
}
.about .contents03 .container05 {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .contents03 .contents_text {
  width: 46%;
  margin: 0 1rem;
}
.about .contents03 .contents_text--top {
  font-size: 1.4rem;
}
.about .contents03 .contents_text--bottom {
  font-size: 1.4rem;
  text-align: right;
}
.about .contents03 .contents_text--bottom span {
  font-size: 2rem;
  padding-left: 1rem;
}
.about .contents03 .contents_img {
  width: 48%;
  margin: 0 1rem;
}
.about .contents03 .contents_img img {
  width: 100%;
  height: 100%;
  max-height: 765px;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-webp .about .contents01 {
  background-image: linear-gradient(transparent 0%, transparent 0%, #ffffff 100%), url(img/about_concept.jpg);
}

/*--------------------------------------------------------------
## service.php
--------------------------------------------------------------*/
.service .contents01 {
  padding: 10rem 0 5rem;
}
.service .contents01 .contents_text {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
.service .contents02 {
  padding: 0;
}
.service .contents02 .contents_section {
  position: relative;
  margin-bottom: 18rem;
}
.service .contents02 .contents_section-text {
  box-shadow: 0px 0px 15px -5px #777777;
  position: absolute;
  color: #ffffff;
  text-align: left;
  padding: 5rem;
  width: 35vw;
  min-height: 300px;
  bottom: -8rem;
  z-index: 10;
}
.service .contents02 .contents_section-text h4 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.service .contents02 .contents_section img {
  width: 60vw;
  height: 39vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .contents02 .contents_section:first-child {
  text-align: right;
}
.service .contents02 .contents_section:first-child .contents_section-text {
  background-color: #2a2a2a;
}
.service .contents02 .contents_section:first-child::before {
  border-right: 57vw solid transparent;
  border-bottom: 25vw solid rgba(42, 42, 42, 0.2);
  bottom: 0.5vw;
  left: -2.5vw;
}
.service .contents02 .contents_section:first-child::after {
  border-left: 40vw solid transparent;
  border-top: 5vw solid rgba(42, 42, 42, 0.3);
  bottom: -4.5vw;
  right: -2.5vw;
}
.service .contents02 .contents_section:nth-child(2) {
  text-align: left;
}
.service .contents02 .contents_section:nth-child(2) img {
  z-index: 10;
}
.service .contents02 .contents_section:nth-child(2) .contents_section-text {
  background-color: #2F3B50;
  right: 0;
}
.service .contents02 .contents_section:nth-child(2)::before {
  border-right: 30vw solid transparent;
  border-top: 3vw solid rgba(47, 59, 80, 0.6);
  bottom: -2.5vw;
  left: -2.5vw;
}
.service .contents02 .contents_section:nth-child(2)::after {
  border-left: 67vw solid transparent;
  border-bottom: 30vw solid rgba(47, 59, 80, 0.3);
  bottom: 0.5vw;
  right: -2.5vw;
}
.service .contents02 .contents_section:nth-child(3) {
  text-align: right;
}
.service .contents02 .contents_section:nth-child(3) .contents_section-text {
  background-color: #2a2a2a;
}
.service .contents02 .contents_section:nth-child(3)::before {
  border-right: 80vw solid transparent;
  border-bottom: 20vw solid rgba(42, 42, 42, 0.3);
  bottom: 0.5vw;
  left: -2.5vw;
}
.service .contents02 .contents_section:nth-child(3)::after {
  border-left: 17vw solid transparent;
  border-top: 5vw solid rgba(42, 42, 42, 0.2);
  bottom: -4.5vw;
  right: -2.5vw;
}
.service .contents02 .contents_section:nth-child(4) {
  text-align: left;
}
.service .contents02 .contents_section:nth-child(4) img {
  z-index: 10;
}
.service .contents02 .contents_section:nth-child(4) .contents_section-text {
  background-color: #2F3B50;
  right: 0;
}
.service .contents02 .contents_section:nth-child(4)::before {
  border-right: 39vw solid transparent;
  border-top: 6vw solid rgba(47, 59, 80, 0.6);
  bottom: -5.5vw;
  left: -2.5vw;
}
.service .contents02 .contents_section:nth-child(4)::after {
  border-left: 58vw solid transparent;
  border-bottom: 30vw solid rgba(47, 59, 80, 0.3);
  bottom: 0.5vw;
  right: -2.5vw;
}
.service .contents02 .contents_section:nth-child(5) {
  text-align: right;
}
.service .contents02 .contents_section:nth-child(5) .contents_section-text {
  background-color: #2a2a2a;
}
.service .contents02 .contents_section:nth-child(5)::before {
  border-right: 70vw solid transparent;
  border-bottom: 20vw solid rgba(42, 42, 42, 0.3);
  bottom: 0.5vw;
  left: -2.5vw;
}
.service .contents02 .contents_section:nth-child(5)::after {
  border-left: 25vw solid transparent;
  border-top: 5vw solid rgba(42, 42, 42, 0.2);
  bottom: -4.5vw;
  right: -2.5vw;
}
.service .contents03 {
  padding: 5rem 0 15rem;
  overflow: hidden;
}
.service .contents03 .contents_gallery .slider {
  width: 94%;
  margin: 0 auto;
}
.service .contents03 .contents_gallery .slider img {
  width: 100%;
  height: auto;
}
.service .contents03 .contents_gallery .slider .slick-slide {
  margin: 0 10px;
}
.service .contents03 .contents_gallery .slick-list {
  overflow: visible;
}
.service .contents03 .contents_gallery .slick-prev,
.service .contents03 .contents_gallery .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 15px;
  width: 15px;
  pointer-events: none;
}
.service .contents03 .contents_gallery .slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}
.service .contents03 .contents_gallery .slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}
.service .contents03 .contents_gallery .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.service .contents03 .contents_gallery .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.service .contents03 .contents_gallery .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: rgba(239, 239, 239, 0.8);
  border: none;
}
.service .contents03 .contents_gallery .slick-dots .slick-active button {
  background: #2a2a2a;
}
.service .contents04 {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(img/top_contact.jpg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 12rem !important;
  text-align: center;
}
.service .contents04 p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 5rem;
}
.service .contents04 a {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
}
.service .contents04 a::before {
  border: 1px solid #ffffff;
}
.service .contents04::before {
  border-right: 60vw solid transparent;
  border-bottom: 12vw solid rgba(0, 151, 224, 0.3);
  bottom: 0;
}
.service .contents04::after {
  border-left: 40vw solid transparent;
  border-bottom: 8vw solid rgba(0, 151, 224, 0.5);
  bottom: 0;
}

.no-webp .service .contents04 {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(img/top_contact.jpg);
}

/*--------------------------------------------------------------
## recruit.php
--------------------------------------------------------------*/
.recruit .contents01 .contents_box {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.recruit .contents01 .contents_text {
  font-size: 1.15rem;
  width: 60%;
  margin: 0 3rem;
}
.recruit .contents01 picture .contents_img {
  max-width: 525px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 15px -5px #777777;
}
.recruit .contents02 {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 12rem;
  padding-bottom: 20rem;
}
.recruit .contents02 .container {
  background-color: #ffffff;
  padding: 5rem 0;
}
.recruit .contents02 h3 {
  text-align: center;
}
.recruit .contents02 table {
  margin: 2.5rem auto 1rem;
}
.recruit .contents02::before {
  border-right: 60vw solid transparent;
  border-bottom: 15vw solid rgba(0, 151, 224, 0.4);
  bottom: 0;
}
.recruit .contents02::after {
  border-left: 40vw solid transparent;
  border-bottom: 8vw solid rgba(0, 151, 224, 0.2);
  bottom: 0;
}
.recruit .contents03 {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(img/recruit_entry.jpg.webp);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 12rem !important;
  text-align: center;
}
.recruit .contents03 p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 5rem;
}
.recruit .contents03 a {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
}
.recruit .contents03 a::before {
  border: 1px solid #ffffff;
}
.recruit .contents03::before {
  border-right: 60vw solid transparent;
  border-bottom: 12vw solid rgba(0, 151, 224, 0.3);
  bottom: 0;
}
.recruit .contents03::after {
  border-left: 40vw solid transparent;
  border-bottom: 8vw solid rgba(0, 151, 224, 0.5);
  bottom: 0;
}

.no-webp .recruit .contents03 {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(img/recruit_entry.jpg);
}

/*--------------------------------------------------------------
## company.php
--------------------------------------------------------------*/
.company .contents01 .container {
  align-items: center;
}
.company .contents01 .container p {
  padding-right: 5%;
  text-align: center;
}
.company .contents02 {
  background-color: rgba(239, 239, 239, 0.7);
  padding-top: 12rem;
  padding-bottom: 20rem;
}
.company .contents02 .container {
  background-color: #ffffff;
  padding: 5rem 0;
}
.company .contents02 h3 {
  text-align: center;
}
.company .contents02 table {
  margin: 2.5rem auto 1rem;
}
.company .contents02::before {
  border-right: 60vw solid transparent;
  border-bottom: 15vw solid rgba(0, 151, 224, 0.4);
  bottom: 0;
}
.company .contents02::after {
  border-left: 40vw solid transparent;
  border-bottom: 8vw solid rgba(0, 151, 224, 0.2);
  bottom: 0;
}
.company .img1 {
  background-image: url(img/top_company-bg.jpg.webp);
}
.company .contents03::before {
  border-right: 50vw solid transparent;
  border-top: 15vw solid rgba(0, 151, 224, 0.2);
  top: 0;
}
.company .contents03::after {
  border-left: 50vw solid transparent;
  border-top: 8vw solid rgba(0, 151, 224, 0.4);
  top: 0;
}
.company .contents03 h3 {
  text-align: center;
}
.company .contents03 table {
  margin: auto;
  margin-top: 5rem;
}

.no-webp .company .img1 {
  background-image: url(img/top_company-bg.jpg);
}

/*--------------------------------------------------------------
## page-contact.php(WP)
--------------------------------------------------------------*/
.contact .contents_cf7 {
  margin: 0 1rem;
}
.contact .contents_cf7__box p {
  padding: 0 1rem;
  text-align: center;
}
.contact .contents_cf7__box--inner {
  border: 1px solid rgba(42, 42, 42, 0.1);
  margin: 4rem auto;
  padding: 2rem;
  width: 70%;
}
.contact .contents_cf7__box--tel {
  font-size: 32px;
}
.contact .contents_cf7__box--tel a {
  transition: 0.4s;
}
.contact .contents_cf7__box--tel a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.contact .contents_cf7__box--time {
  font-size: 14px;
}
.contact .contents_cf7--bg {
  background-color: rgba(239, 239, 239, 0.5);
}
.contact .contents_cf7--inner {
  padding: 4rem;
}
.contact .contents_cf7__table {
  width: 100%;
  height: 100%;
}
.contact .contents_cf7__table .required {
  background-color: #2F3B50;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  margin-left: 10px;
}
.contact .contents_cf7__table tr th {
  width: 30%;
  vertical-align: middle;
  text-align: right;
  padding-right: 3rem;
}
.contact .contents_cf7__table tr td {
  width: 70%;
}
.contact .contents_cf7__iframe {
  background-color: #ffffff;
  margin: 2rem auto 0;
  max-height: 350px;
  height: 100%;
  max-width: 950px;
  width: 100%;
  overflow-y: scroll;
}
.contact .contents_cf7__iframe__privacy {
  padding: 4rem 2rem;
}
.contact .contents_cf7__iframe__privacy h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.75rem;
}
.contact .contents_cf7__iframe__privacy h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.05rem;
  padding-bottom: 0.5rem;
}
.contact .contents_cf7__iframe__privacy p {
  margin: 0.5rem 0 2rem;
}
.contact .contents_cf7__policy {
  text-align: center;
  margin: 0 1rem;
}
.contact .contents_cf7__btn {
  text-align: center;
}
.contact .contents_cf7 .wpcf7 input[type=text],
.contact .contents_cf7 .wpcf7 input[type=tel],
.contact .contents_cf7 .wpcf7 input[type=email],
.contact .contents_cf7 .wpcf7 textarea {
  border: none;
  padding: 0.5rem;
}
.contact .contents_cf7 .wpcf7 input[type=submit] {
  border-style: none;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 1rem;
  margin: 2rem auto 4rem;
  padding: 1rem;
  width: 250px;
  transition: 0.4s;
}
.contact .contents_cf7 .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.contact .contents_cf7 .wpcf7-spinner {
  display: none;
}

/*--------------------------------------------------------------
## archive-news.php(WP)
--------------------------------------------------------------*/
.news .articles .article {
  width: 100%;
  margin: 0;
  padding-bottom: 2rem;
}
.news .articles .article-text {
  background-color: rgba(239, 239, 239, 0.3);
  padding: 3vw;
}
.news .articles .article-text a {
  transition: 0.4s;
}
.news .articles .article-text a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.news .articles .article-text_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2F3B50;
  line-height: 1.4;
}
.news .articles .article-text_data {
  color: #0097E0;
  font-size: 0.9rem;
  margin: 0.25rem 0 1rem 0;
}

/*--------------------------------------------------------------
## single-news.php(WP)
--------------------------------------------------------------*/
.single-news .contents01 {
  padding: 10rem 0 0 0;
}
.single-news .contents02 {
  padding: 0;
}
.single-news .contents02 .container .post {
  width: 100%;
  padding-right: 0;
}
.single-news .contents02 .container .post_title {
  color: #2F3B50;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.single-news .contents02 .container .post_date {
  color: #0097E0;
  margin: 0;
}
.single-news .contents02 .container .post_thumb img {
  max-height: 595px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.single-news .contents02 .container .post_content p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
  margin: 2rem 0;
  padding: 0 0 2rem 0;
}
.single-news .contents02 .container .nav-below {
  text-align: center;
}
.single-news .contents02 .container .nav-below .nav-previous a {
  border: 1px solid #EFEFEF;
  display: inline-block;
  color: #2a2a2a;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  transition: 0.4s;
}
.single-news .contents02 .container .nav-below .nav-previous a:hover {
  color: #0097E0;
}
.single-news .contents02 .container .nav-below .nav-next a {
  border: 1px solid #EFEFEF;
  display: inline-block;
  color: #2a2a2a;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  transition: 0.4s;
}
.single-news .contents02 .container .nav-below .nav-next a:hover {
  color: #0097E0;
}

/*--------------------------------------------------------------
## sidebar(WP)
--------------------------------------------------------------*/
.widget-container {
  width: calc(340px - 4rem);
  margin-left: 4rem;
}
.widget-container_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #2a2a2a;
  line-height: 3rem;
  padding-left: 0.5rem;
}
.widget-container_title span {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 0.5rem;
}
.widget-container_title::before {
  position: absolute;
  content: "";
  border-bottom: 52px solid transparent;
  z-index: -1;
  left: 0;
}
.widget-container:nth-child(odd) h2::before {
  border-left: 52px solid rgba(0, 0, 0, 0.2);
}
.widget-container:nth-child(even) h2::before {
  border-left: 52px solid rgba(63, 167, 243, 0.5);
}
.widget-container ul {
  padding: 0.5rem 1rem 7rem;
}
.widget-container ul li {
  line-height: 3.2rem;
  border-bottom: 1px solid #2a2a2a;
}
.widget-container ul li a {
  display: block;
  color: #2a2a2a;
  transition: 0.3s;
}
.widget-container ul li a:hover {
  color: #2F3B50;
  transition: 0.3s;
}

/*--------------------------------------------------------------
## archive(sidebar)(WP)
--------------------------------------------------------------*/
.archive.with-sidebar .contents01 {
  padding-bottom: 0 !important;
}
.archive.with-sidebar .contents02 {
  padding-top: 0;
  padding-bottom: 15rem;
}
.archive.with-sidebar .contents02 .container .articles {
  position: relative;
  width: calc(100% - 340px);
}
.archive.with-sidebar .contents02 .container .articles .article {
  width: calc(50% - 2rem);
}
.archive.with-sidebar .contents02 .container .articles .article_img {
  height: 210.5px;
}
.archive.with-sidebar .contents02 .container .articles .box_page-numbers {
  position: absolute;
  bottom: -3rem;
  width: 100%;
}
.archive.with-sidebar .contents02::before {
  border-right: 40vw solid transparent;
  border-bottom: 8vw solid rgba(63, 167, 243, 0.3);
  bottom: 0;
}
.archive.with-sidebar .contents02::after {
  border-left: 60vw solid transparent;
  border-bottom: 15vw solid rgba(63, 167, 243, 0.5);
  bottom: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
## single.php(sidebar)(WP)
--------------------------------------------------------------*/
.single.with-sidebar .contents02 {
  padding-bottom: 15rem;
}
.single.with-sidebar .contents02 .container .post {
  width: calc(100% - 340px - 2rem);
  padding-right: 2rem;
}
.single.with-sidebar .contents02 .container .post_img {
  height: 424px;
}
.single.with-sidebar .contents02::before {
  border-right: 40vw solid transparent;
  border-bottom: 8vw solid rgba(63, 167, 243, 0.3);
  bottom: 0;
}
.single.with-sidebar .contents02::after {
  border-left: 60vw solid transparent;
  border-bottom: 15vw solid rgba(63, 167, 243, 0.5);
  bottom: 0;
}

/*--------------------------------------------------------------
## footer.php
--------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 5rem 0;
  text-align: left;
  overflow: hidden;
}
.footer .footer-box {
  width: 50%;
  line-height: 2rem;
}
.footer .footer-box a {
  color: #ffffff;
  transition: 0.4s;
  text-decoration: underline;
}
.footer .footer-box a:hover {
  color: #0097E0;
  transition: 0.4s;
}
.footer .footer-box h2 {
  margin-bottom: 200px;
}
.footer .footer-box_text-left {
  width: calc(50% - 2rem);
  padding-right: 2rem;
}
.footer .footer-box_text-right {
  width: 50%;
}
.footer .footer-box_text-right .sns-nav {
  margin: 1rem 0;
}
.footer .footer-box_text-right .sns-nav_list li {
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1.5rem;
}
.footer .copyright {
  position: absolute;
  bottom: 5rem;
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */