@charset "UTF-8";
/*---------------------------------
    Variables & Base Styles
---------------------------------*/
/* ページ内リンクのターゲット要素にスクロールマージンを設定 */
[id] {
  scroll-margin-top: 64px;
  /* スマホ時のヘッダー高さ */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W3", sans-serif;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  font-size: 14px;
  /* モバイル基準 */
  font-weight: 400;
  color: var(--col-7);
  word-break: normal;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  cursor: pointer;
  transition: 0.3s ease;
}

.padding-lr {
  padding-left: 16px;
  padding-right: 16px;
}

.sp-hide {
  display: none;
}

.padding-none {
  padding: 0 !important;
}

.space-w {
  background-color: #fff;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.bk-w {
  background-color: #fff;
}

ul,
ol {
  list-style-position: inside;
}

.wp-block-table.is-style-stripes {
  border-bottom: none !important;
}

/*トップへ戻るボタン*/
.top-arrow {
  border: 2px solid var(--col-5);
  border-radius: 40px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 126px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.top-arrow:hover {
  background: var(--col-5);
  border: 2px solid #FFFFFF;
}
.top-arrow:hover .dli-arrow-up {
  color: #fff;
  height: 26px;
}

.pattern-tit {
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}
.pattern-tit .wp-block-group__inner-container {
  border-bottom: 4px solid #dfdfdf;
}

.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: var(--col-5);
  line-height: 1;
  position: relative;
  width: 2px;
  height: 22px;
  background: currentColor;
}
.dli-arrow-up::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -2px;
  right: 50%;
  box-sizing: border-box;
}

.dli-arrow-up .sp-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 64px;
  transition-duration: 0.3s;
}

.pc-header {
  display: none;
}

/* コンテナ - モバイル基準 */
.cover904,
.cover970,
.cover1366 {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.cover1088 {
  width: 100%;
  margin: 0 auto;
}

.single .wp-block-image,
.single table {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ボタン - モバイル基準 */
.btn-primary {
  width: 100%;
  max-width: 260px;
  height: 62px;
  font-size: 15px;
  margin: 0 auto;
  text-decoration: none;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

#container {
  position: relative;
  overflow: hidden;
}

.chage-btn {
  bottom: 60px;
  position: fixed;
  right: -78px;
  top: 50%;
  margin: auto;
  width: 102px;
  height: 290px;
  background: #fff;
  opacity: 0.9;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 1001;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px 0 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.chage-btn:hover {
  border: 3px solid #e37e52;
}
.chage-btn.slide {
  right: 0;
  border: none;
}
.chage-btn img {
  width: 36px;
}
.chage-btn .ch-btn-inbtn {
  position: absolute;
  bottom: calc(50% - 12px);
  margin: auto;
  font-size: 24px;
  letter-spacing: -0.1rem;
  left: 5px;
}
.chage-btn .color-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.chage-btn .btn {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
}
.chage-btn .btn.selected {
  border-radius: 50%;
}
.chage-btn .btn.selected:hover {
  cursor: default;
}
.chage-btn .btn.selected img {
  display: block;
}
.chage-btn .btn:hover {
  border-radius: 50%;
}
.chage-btn .btn img {
  width: 22px;
  display: none;
}
.chage-btn #btn-def {
  background: #0087A8;
}
.chage-btn #btn-bl {
  background: #000;
}
.chage-btn #btn-red {
  background: #d10505;
}
.chage-btn #btn-darlbl {
  background: #0f7d43;
}

.drawer-navbar-header {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  text-align: left;
  position: relative;
  height: 64px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
}

.sp-header-logo {
  display: flex;
  padding: 15px;
  width: calc(100% - 180px);
  align-items: center;
}
.sp-header-logo svg {
  width: 100%;
  max-width: 155px;
  height: 100%;
  margin-left: 16px;
}

.sp-header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col-4);
  padding: 8px;
  width: 116px;
  color: #fff;
  font-weight: bold;
}

.toggle {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
  background: var(--col-12);
}

.toggle span {
  display: block;
  position: absolute;
  width: 32px;
  border-bottom: solid 2px var(--col-6);
  transition: 0.35s ease-in-out;
  left: 15px;
  border-radius: 30px;
}

.toggle span:nth-child(1) {
  top: 25px;
}

.toggle span:nth-child(2) {
  top: 36px;
}

.toggle.active {
  background: var(--col-6);
}

.toggle.active span:nth-child(1) {
  top: 32px;
  left: 15px;
  border-color: #fff;
  transform: rotate(-20deg);
}

.toggle.active span:nth-child(2) {
  top: 32px;
  border-color: #fff;
  transform: rotate(20deg);
}

.sp-header-contact.active {
  background: var(--col-13);
}

.sp-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 64px;
  transition-duration: 0.3s;
}
.sp-header a {
  text-decoration: none;
}

.header_navi_wrap {
  position: absolute;
  top: -280vw;
  left: 0px;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  background: var(--col-10);
  z-index: -1;
  transition: 0.5s;
  -webkit-overflow-scrolling: touch;
}

.header_navi_wrap.active {
  top: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 100px;
  padding-top: 32px;
}

.drawer-tel {
  width: calc(100% - 48px);
  margin: 45px auto 40px auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 8px;
}

.drawer-tel-tbl {
  border-collapse: separate;
  width: 100%;
  color: var(--col-14);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-spacing: 10px 0px;
}
.drawer-tel-tbl th,
.drawer-tel-tbl td {
  padding: 0px;
}
.drawer-tel-tbl tr:first-of-type {
  font-family: "Roboto", sans-serif;
}
.drawer-tel-tbl tr:first-of-type th {
  font-size: 20px;
}
.drawer-tel-tbl tr:first-of-type td {
  font-size: 30px;
}
.drawer-tel-tbl tr:last-of-type td {
  font-weight: bold;
  font-size: 18px;
}

.drawer-sns {
  padding: 0 40px;
}
.drawer-sns .footer-sns {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}
.drawer-sns .footer-sns li {
  margin-left: 32px;
  margin-bottom: 40px;
}

.drawer-link #menu-spmainmenu02 {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.drawer-link #menu-spmainmenu02 li {
  list-style: none;
}
.drawer-link #menu-spmainmenu02 a {
  color: var(--col-6);
  margin: 0 8px;
}

.close {
  position: relative;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.close p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.close p:before, .close p::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--col-7);
  position: absolute;
  left: 0;
  top: 12px;
}
.close p::before {
  transform: rotate(45deg);
}
.close p::after {
  transform: rotate(-45deg);
}

.header_navi li {
  display: block;
}
.header_navi li.parent {
  position: relative;
}

.header_navi li div.sub {
  display: none;
  width: 100%;
  height: 100%;
}

.spbtn-arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s ease;
  margin-right: 10px;
  background: var(--col-4);
  border: 1px solid transparent;
}

.spbtn-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}

.spbtn-arrow.spbtn-arrow-w {
  background: #fff;
  margin: 0 0 0 10px;
}

.spbtn-arrow.spbtn-arrow-w::after {
  border-color: var(--col-6);
}

.drawer-menu-item {
  margin: 0 16px 29px 38px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: left;
  position: relative;
  color: var(--col-6);
  display: flex;
  align-items: center;
}

.drawer-dropdown-menu-item {
  position: relative;
  margin: 0 16px 29px 69px;
  width: -moz-fit-content;
  width: fit-content;
}

.drawer-menu-item.active {
  color: var(--col-4);
}
.drawer-menu-item.active .spbtn-arrow {
  transform: rotate(90deg);
}

.chage-btn {
  bottom: 60px;
}

#site_contents {
  min-height: 100vh;
}

#main_visual {
  position: relative;
}

.main_title {
  left: 20px;
  width: calc(100% - 36px);
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-right: 20px;
  transform: translateY(-50%);
}
.main_title h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0px 3px 6px #000029;
  letter-spacing: 1.4px;
}

.main_title-btn {
  width: 100%;
  max-width: 260px;
  background: var(--col-4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  height: 62px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.75px;
}
.main_title-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
}

.btn-arrow-primary {
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
}
.btn-arrow-primary::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.3s ease;
  position: absolute;
  top: 10px;
  left: 9px;
}

.slide_1 {
  background-image: url("../img/mv/img_mv-01.jpg");
  background-size: cover;
  background-position: center;
}

.slide_2 {
  background-image: url("../img/mv/img_mv-02.jpg");
  background-size: cover;
  background-position: center;
}

.slide_3 {
  background-image: url("../img/mv/img_mv-03.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .slide_1 {
    background-image: url("../img/mv/2x/img_mv-01@2x.jpg");
    background-position: left;
  }
  .slide_2 {
    background-image: url("../img/mv/2x/img_mv-02@2x.jpg");
  }
  .slide_3 {
    background-image: url("../img/mv/2x/img_mv-03@2x.jpg");
  }
  .bk-common::before {
    background-image: url("../img/common/2x/img_back@2x.png");
  }
}
.swiper-mv .swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.swiper-mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-mv .swiper-pagination-bullet {
  background: rgba(var(--col-20-rgb, 255, 255, 255), 0.4);
  opacity: 1;
  border-radius: 4px;
  height: 4px;
  width: calc(33.3333333333% - 24px);
}
.swiper-mv .swiper-pagination-bullet-active {
  background: var(--col-4);
}
.swiper-mv .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-mv .swiper-pagination-custom,
.swiper-mv .swiper-pagination-fraction {
  bottom: 16px;
  width: 100%;
}
.swiper-mv .swiper-slide::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--col-19-rgb, 0, 0, 0), 0.4);
  mix-blend-mode: multiply;
}

/*
トップページ　背景画像
.bk-common::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .39;
  background-image: url("../img/common/img_back.png");
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
/*---------------------------------

	topページ

---------------------------------*/
.top-sec-service {
  background: #fff;
}

.titWrap.sec-ptb {
  padding-bottom: 30px;
}

.cover904 {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}

.sec-ptb {
  padding-top: 50px;
  padding-bottom: 60px;
}

.sec-ttl-new {
  color: var(--col-6);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.sec-ttl {
  font-size: 20px;
  margin-bottom: 32px;
  color: var(--col-6);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-ttl span {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: var(--col-4);
  font-weight: 500;
  display: block;
}

h3.sec-ttl-new {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: var(--col-4);
  font-weight: 500;
}

h2.sec-ttl-new {
  font-size: 20px;
}

.top-div-service .my-block-columns {
  gap: 30px;
}

.btn2 {
  gap: 30px;
}

.cardback-box {
  margin-bottom: 16px;
  height: 100%;
}
.cardback-box h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: var(--gr-col-1-sp);
  z-index: 1;
  padding: 13px 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cardback-box h3 span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.cardback {
  height: 100%;
}
.cardback .cardback-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.cardback .cardback-wrapper figure {
  position: relative;
  height: calc(100% - 50px);
}
.cardback .cardback-wrapper figure::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(var(--col-5-rgb), 0.22);
  position: absolute;
  top: 0;
  left: 0;
}
.cardback .cardback-wrapper figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.cardback .cardback-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: transform 0.2s;
  transform: translateY(100%);
  height: 100%;
}
.cardback .contentcard {
  padding: 37px 16px;
  position: relative;
  z-index: 1;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}

.btn-primary-new {
  display: flex;
  width: 100%;
  max-width: 260px;
  height: 62px;
  position: relative;
  text-decoration: none;
  z-index: 0;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.btn-primary-new a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 1.6;
  color: #fff;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.btn-primary-new span:first-of-type {
  margin-right: 10px;
  transition: 0.3s ease;
}
.btn-primary-new::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  border-radius: 50px;
  transition: 0.3s ease;
  background: var(--gr-col-1);
}
.btn-primary-new::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  border-radius: 50px;
  background: var(--col-3);
  top: 0;
}
.btn-primary-new.btn-5bc::before {
  background: var(--col-4);
}
.btn-primary-new.btn-5bc::after {
  background: var(--col-6);
}
.btn-primary-new:hover .btn-arrow-primary {
  background: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
}
.btn-primary-new:hover::before {
  opacity: 0;
}
.btn-primary-new:hover a {
  letter-spacing: 2.25px;
}

.calc-ml2-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2px;
}

.top-sec-cases-box {
  margin-bottom: 16px;
}
.top-sec-cases-box .post-thumbnail-ac {
  height: auto;
  transition: 0.3s ease;
}
.top-sec-cases-box .post-thumbnail-ac img {
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec-cases-box .top-sec-cases-box-txt {
  font-weight: bold;
  color: var(--col-6);
  margin-top: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.top-sec-cases-box p {
  padding: 0 26px;
}
.top-sec-cases-box .top-sec-cases-box-name {
  font-weight: bold;
}
.top-sec-cases-box a:hover {
  background: var(--col-10);
}
.top-sec-cases-box a:hover figure {
  transform: scale(0.95);
  transition: 0.3s ease;
}
.top-sec-cases-box a:hover p {
  color: var(--col-5);
}

.calc3-ml2 {
  width: 100%;
}

.top-sec-cases-flex a {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  text-decoration: none;
  padding-bottom: 23px;
}

.top-sec-voices {
  padding-bottom: 10px;
  background: #fff;
}

.top-sec-voices-box {
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  padding: 0;
}
.top-sec-voices-box .wp-block-media-text__media {
  margin-bottom: 20px;
}

.top-div-voices-flex {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  flex-direction: column;
}
.top-div-voices-flex figure img {
  border-radius: 10px;
  min-width: 94px;
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-div-voices-flex .wp-block-media-text__content {
  padding: 0;
}
.top-div-voices-flex .wp-block-media-text__content p:first-of-type {
  margin-bottom: 24px;
  font-weight: bold;
}

.bg-color {
  background: var(--col-11);
}

input[name=tabinput] {
  display: none;
}

.tabnav {
  list-style: none;
  display: flex;
  margin-left: -2px;
  margin-bottom: 2px;
}
.tabnav li {
  width: calc(33.3333333333% - 2px);
  margin-left: 2px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
  background: #fff;
  transition: 0.3s ease;
}
.tabnav li:hover {
  background: var(--col-5);
}
.tabnav li:hover label span {
  color: #fff;
}
.tabnav li label {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  height: 67px;
  border-radius: 4px 4px 0px 0px;
}
.tabnav .tabnav-cat {
  font-size: 18px;
  font-weight: bold;
}

#tab01:checked ~ .tabnav .tabnav01,
#tab02:checked ~ .tabnav .tabnav02,
#tab03:checked ~ .tabnav .tabnav03,
#tab04:checked ~ .tabnav .tabnav04 {
  background: var(--col-5);
}

#tab01:checked ~ .tabnav .tabnav01 span,
#tab02:checked ~ .tabnav .tabnav02 span,
#tab03:checked ~ .tabnav .tabnav03 span,
#tab04:checked ~ .tabnav .tabnav04 span {
  color: #fff;
}

#tab05:checked ~ .kk-tabnav-cover .kk-tabnav .tabnav05,
#tab06:checked ~ .kk-tabnav-cover .kk-tabnav .tabnav06,
#tab07:checked ~ .kk-tabnav-cover .kk-tabnav .tabnav07 {
  background: none;
  border-top: solid 4px #1F43A3;
  border-left: solid 1px #1F43A3;
  border-right: solid 1px #1F43A3;
}

#tabcontent01,
#tabcontent02,
#tabcontent03,
#tabcontent04,
#tabcontent05,
#tabcontent06,
#tabcontent07 {
  display: none;
}

#tab01:checked ~ .tabcontent #tabcontent01,
#tab02:checked ~ .tabcontent #tabcontent02,
#tab03:checked ~ .tabcontent #tabcontent03,
#tab04:checked ~ .tabcontent #tabcontent04,
#tab05:checked ~ .tabcontent #tabcontent05,
#tab06:checked ~ .tabcontent #tabcontent06,
#tab07:checked ~ .tabcontent #tabcontent07 {
  display: block;
}

.tabcontent-ac {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 2px;
  padding: 16px 20px 32px 20px;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
}
.tabcontent-ac .tabnews-left {
  display: flex;
  align-items: center;
  width: 29%;
  padding-right: 8px;
  min-width: 229px;
  margin-bottom: 16px;
}
.tabcontent-ac .news-date {
  width: 110px;
  font-size: 14px;
}
.tabcontent-ac .news-title {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  max-width: calc(100% - 40px);
}
.tabcontent-ac .news-title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--col-6);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.news-date {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.info-color-cat {
  font-size: 15px;
  color: var(--col-6);
  border-radius: 15px;
  padding: 3px 12px;
  background: var(--col-1);
}

.info-color-news {
  background: var(--col-1);
}

.info-color-blog {
  background: var(--col-1);
}

.btn-top-news-arrow {
  display: inline-block;
  background: var(--col-1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s ease;
}
.btn-top-news-arrow::after {
  content: "";
  display: inline-block;
  border-top: solid 2px var(--col-5);
  border-right: solid 2px var(--col-5);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.3s ease;
  position: absolute;
  top: 10px;
  left: 9px;
}

.bnr-tel {
  margin-bottom: 16px;
}

.bnr-tel-bg {
  padding: 48px 34px;
  position: relative;
}
.bnr-tel-bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  left: 16px;
  height: 100%;
  background: var(--col-2);
}
.bnr-tel-bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--col-4);
  width: calc(100% - 52px);
  height: calc(100% - 18px);
  left: 26px;
  bottom: 10px;
}

.bnr-tel-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-left: -70px;
}

.bnr-tel-bg-left {
  margin-left: 70px;
}
.bnr-tel-bg-left p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.bnr-tel-bg-right {
  text-align: center;
  margin-left: 70px;
}
.bnr-tel-bg-right p:first-of-type {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.bnr-tel-bg-right p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url(../img/common/img_footer-tel.svg);
  background-size: contain;
  position: absolute;
  left: -42px;
  top: 10px;
}
.bnr-tel-bg-right p:last-of-type {
  font-size: 18px;
}

.bnr-contact-bg {
  position: relative;
}
.bnr-contact-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--col-5);
}
.bnr-contact-bg a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -76px;
  flex-wrap: wrap-reverse;
  padding: 72px 36px 64px 36px;
}
.bnr-contact-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  transition: 0.3s ease;
  background-position: center;
  background-image: url(../img/common/2x/img_bnr-contact@2x.jpg);
}

.bnr-contact-bg-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 76px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  position: absolute;
}
.bnr-contact-bg-left span {
  width: 108px;
  height: 76px;
  fill: #fff;
  background-size: contain;
  display: block;
  transition: 0.3s ease;
  z-index: 1;
}
.bnr-contact-bg-left::after {
  content: "";
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  transition: 0.3s ease;
}

.bnr-contact-bg-right {
  margin-left: 76px;
  margin-bottom: 20px;
}
.bnr-contact-bg-right p {
  color: #fff;
}

.bnr-contact-bg-right-top {
  padding-bottom: 200px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.bnr-contact-bg-right-top p:first-of-type {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fff;
}
.bnr-contact-bg-right-top p:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.envelope {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
}

.footer-cover {
  background: var(--col-12);
  padding: 56px 16px 100px 16px;
}
.footer-cover .footer-sns a:hover {
  opacity: 0.7;
}

.footer-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.footer-left {
  width: 100%;
  padding: 0 20px;
}
.footer-left .footer-left-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.footer-left .img-footer-logo {
  margin-bottom: 16px;
  max-width: 238px;
  display: block;
}
.footer-left .footer-address {
  margin-bottom: 40px;
  text-align: left;
}
.footer-left .footer-sns {
  display: flex;
  margin-left: -32px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-left .footer-sns li {
  margin-left: 32px;
  margin-bottom: 40px;
}
.footer-left .copyright {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.footer-right {
  width: 100%;
  margin-bottom: 65px;
  padding: 0 28px;
}

.footer-cover a {
  text-decoration: none;
}
.footer-cover ul {
  list-style: none;
}

.header-logo {
  display: block;
  max-width: 238px;
}
.header-logo:hover {
  opacity: 1 !important;
}

.footer-right-flex {
  display: flex;
  margin-left: -10%;
  justify-content: space-evenly;
}
.footer-right-flex ul {
  margin-left: 10%;
  list-style: none;
}
.footer-right-flex ul .footer-right-flex ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.top-sec-recruit-flex.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  grid-column: 1 !important;
}
.top-sec-recruit-flex.wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 100% !important;
}

/*---------------------------------

	事業内容　固定ページ

---------------------------------*/
.lower-title-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: auto;
  min-height: unset;
  max-height: unset;
}

.grid3 .grid-item:nth-of-type(1) {
  background: #fff;
  display: flex;
  align-items: center;
}
.grid3 .grid-item:nth-of-type(3) {
  grid-row: auto;
  padding: 32px 16px;
  background: var(--col-10);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lower-head {
  padding: 88px 24px 20px 20px;
  margin-left: 0;
}
.lower-head .en-ttl {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: var(--col-4);
  margin-bottom: -4px;
}
.lower-head span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-head .head-subttl {
  font-size: 15px;
  font-weight: bold;
  color: var(--col-6);
  margin: 4px 0 2px 0;
}
.lower-head .head-ttl {
  font-size: 20px;
  font-weight: bold;
  color: var(--col-6);
}

.lower-title-container figure {
  height: 150px;
}
.lower-title-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 414px;
  max-width: 100%;
}
.lower-title-container h3 {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: bold;
  color: var(--col-6);
}

.breadcrumbs-cover {
  background: var(--col-10);
  padding: 0 16px;
}

.cover1088 {
  max-width: 1088px;
  margin: auto;
}

.breadcrumbs {
  overflow: hidden;
  width: 100%;
  font-size: 13px;
  padding: 10px 0;
  white-space: nowrap;
  /* 改行を禁止 */
  text-overflow: ellipsis;
  /* 省略記号を表示 */
  position: relative;
}
.breadcrumbs span {
  position: relative;
  display: inline;
}
.breadcrumbs a {
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  display: inline;
  /*
  &::after {
    top: 4px;
    right: -4px;
    content: "";
    display: inline-block;
    background-image: url(../img/common/img_bread.svg);
    background-size: contain;
    width: 8px;
    height: 16px;
    position: absolute;
  }
    */
}
.breadcrumbs span[property=name] {
  max-width: none;
  display: inline;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  margin-right: 14px;
}
.breadcrumbs > span:last-child {
  margin-right: 0;
}
.breadcrumbs > span:last-child span[property=name] {
  margin-right: 0;
  max-width: 300px;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.calc-ml2-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2px;
}

.layout-01-flex .layout-01-box:nth-of-type(odd) {
  background: var(--col-10);
}
.layout-01-flex .layout-01-box:nth-of-type(even) {
  background: var(--col-15);
}
.layout-01-flex .layout-01-box:nth-of-type(1) .layout-01-box-txt-cover::after {
  content: "1";
}
.layout-01-flex .layout-01-box:nth-of-type(2) .layout-01-box-txt-cover::after {
  content: "2";
}
.layout-01-flex .layout-01-box:nth-of-type(3) .layout-01-box-txt-cover::after {
  content: "3";
}

.calc3-ml2 {
  width: 100%;
}

.layout-01-box-txt-cover {
  padding: 0 26px 26px 26px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  position: relative;
}
.layout-01-box-txt-cover::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(var(--col-6-rgb), 0.22);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -71px;
}
.layout-01-box-txt-cover h3 {
  font-weight: bold;
  color: var(--col-6);
  font-size: 15px;
  margin-bottom: 24px;
}
.layout-01-box-txt-cover::after {
  display: inline-block;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  color: var(--col-4);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -63px;
}

.layout-bk02 figure {
  margin-bottom: 16px;
}
.layout-bk02 figure img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-bk02 .layout-bk-box:not(:last-child) {
  margin-bottom: 40px;
}

.layout-bk3-common .wp-block-media-text__media {
  margin-bottom: 20px;
}
.layout-bk3-common.layout-bk3-left .wp-block-media-text__media {
  padding-right: 35px;
}
.layout-bk3-common.layout-bk3-right .wp-block-media-text__media {
  padding-left: 35px;
}
.layout-bk3-common.wp-block-group:not(:last-child) {
  margin-bottom: 50px;
}
.layout-bk3-common h3 {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: bold;
  color: var(--col-6);
}
.layout-bk3-common .sec-layout-03-box-flex {
  grid-template-columns: 100% !important;
}
.layout-bk3-common .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
}
.layout-bk3-common .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
}

.listWrap .wp-block-group__inner-container {
  background: var(--col-11);
  border-radius: 16px;
  padding: 32px 15px 32px 15px;
}
.listWrap .wp-block-group__inner-container .wp-block-list {
  list-style: none;
}
.listWrap .wp-block-group__inner-container .wp-block-list li:not(:last-of-type) {
  margin-bottom: 24px;
}
.listWrap .wp-block-group__inner-container .wp-block-list li {
  position: relative;
}

.list-num .wp-block-group__inner-container .wp-block-list {
  counter-reset: number 0;
}
.list-num .wp-block-group__inner-container .wp-block-list li {
  padding-left: 56px;
}
.list-num .wp-block-group__inner-container .wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
}
.list-num .wp-block-group__inner-container .wp-block-list li::after {
  counter-increment: number 1;
  content: counter(number) "";
  font-family: "Roboto", sans-serif;
  color: var(--col-4);
  font-size: 26px;
  position: absolute;
  left: 13px;
  top: -6px;
}

.list-dot .wp-block-group__inner-container .wp-block-list li {
  padding-left: 26px;
}
.list-dot .wp-block-group__inner-container .wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--col-4);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.list-check .wp-block-list li {
  padding-left: 44px;
}
.list-check .wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  border: solid 1px var(--col-12);
  border-radius: 4px;
}
.list-check .wp-block-list li::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: contain;
  background-image: url(../img/layout/img_list-check.svg);
  left: 0;
  top: 5px;
}

.slide-01-cover {
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.slide-02-cover {
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.slide-03-cover {
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.slider01 .swiper-button-prev,
.slider02 .swiper-button-prev,
.slider03 .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 30%;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  transition: 0.3s ease;
}
.slider01 .swiper-button-prev::after,
.slider02 .swiper-button-prev::after,
.slider03 .swiper-button-prev::after {
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  right: 16px;
}
.slider01 .swiper-button-next,
.slider02 .swiper-button-next,
.slider03 .swiper-button-next {
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 30%;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  right: 0;
  transition: 0.3s ease;
}
.slider01 .swiper-button-next::after,
.slider02 .swiper-button-next::after,
.slider03 .swiper-button-next::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.slider01 .swiper-button-next::after,
.slider01 .swiper-button-prev::after,
.slider02 .swiper-button-next::after,
.slider02 .swiper-button-prev::after,
.slider03 .swiper-button-next::after,
.slider03 .swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px var(--col-6);
  border-right: solid 2px var(--col-6);
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
}

.slider01 .swiper {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
.slider01 .swiper .swiper-slide {
  min-height: 350px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider01 .swiper .swiper-slide .slider01-inner {
  margin: 16px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  letter-spacing: 0.9px;
  text-align: center;
  font-size: 18px;
  z-index: 1;
}
.slider01 .swiper .swiper-slide .slider01-inner p:first-of-type {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  color: var(--col-13);
  letter-spacing: 1.3px;
}
.slider01 .swiper .swiper-slide .slider01-inner .slider01-tel {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  margin: 12px 0 16px;
  letter-spacing: 1.5px;
}
.slider01 .swiper .swiper-slide .slider01-inner .slider01-btn {
  width: 203px;
  height: 55px;
  border: 1px solid #FFFFFF;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider01 .swiper .swiper-slide::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--col-6-rgb, 0, 135, 168), 0.45);
}

.slider02 .swiper {
  width: 100%;
  overflow: hidden;
  margin-right: auto;
}

.slider03 .swiper {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
.slider03 .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slider03-item {
  background: var(--col-10);
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider03-item img {
  margin-bottom: 20px;
}
.slider03-item h3 {
  font-weight: bold;
  color: var(--col-6);
  margin-bottom: 16px;
  padding: 0 26px;
  font-size: 15px;
}
.slider03-item p {
  padding: 0 26px;
  font-size: 15px;
  flex-grow: 1;
}

.slider01-slide_1 {
  background-image: url("../img/layout/slide/img_slideblock-01-01.jpg");
}

.slider01-slide_2 {
  background-image: url("../img/layout/slide/img_slideblock-01-02.jpg");
}

.slider01-slide_3 {
  background-image: url("../img/layout/slide/img_slideblock-01-03.jpg");
}

.slider01-slide_4 {
  background-image: url("../img/layout/slide/img_slideblock-01-04.jpg");
}

.movie-cover {
  max-width: 604px;
  margin: 0 auto 80px auto;
}

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .slider01-slide_1 {
    background-image: url("../img/layout/slide/2x/img_slideblock-01-01@2x.jpg");
  }
  .slider01-slide_2 {
    background-image: url("../img/layout/slide/2x/img_slideblock-01-02@2x.jpg");
  }
  .slider01-slide_3 {
    background-image: url("../img/layout/slide/2x/img_slideblock-01-03@2x.jpg");
  }
  .slider01-slide_4 {
    background-image: url("../img/layout/slide/2x/img_slideblock-01-04@2x.jpg");
  }
}
/*---------------------------------
    事業内容3　固定ページ
---------------------------------*/
.tb-temp table {
  margin: 0 0 20px;
  border-collapse: collapse;
  width: 100%;
}
.tb-temp table td {
  width: 100%;
  display: block;
  padding: 18px 20px;
}

.tb-parts1 table td {
  text-align: left;
}
.tb-parts1 table td:first-child {
  border-bottom: #fff solid 2px;
}

.tb-parts2 table td {
  border: none;
}
.tb-parts2 table td:first-child {
  background-color: #f0f0f0;
}

.tb-scroll {
  overflow-x: auto;
}

.tb-parts3 {
  margin-bottom: 20px;
}
.tb-parts3 table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  text-align: center;
}
.tb-parts3 table tr:first-child {
  border-bottom: 2px solid var(--col-7);
}
.tb-parts3 table tr:first-child td {
  padding: 14px 8px;
  border-radius: 8px 8px 0px 0px;
}
.tb-parts3 table tr:first-child td:nth-child(1) {
  width: 26%;
}
.tb-parts3 table tr:first-child td:nth-child(3) {
  background: var(--col-6);
  color: #fff;
}
.tb-parts3 table tr:first-child td:nth-child(4) {
  background-color: var(--col-13);
  color: #fff;
}
.tb-parts3 table tr td {
  border: none;
  padding: 18px 20px;
  border-bottom: dashed 1px var(--col-7);
}
.tb-parts3 table tr td:first-child {
  padding: 14px 8px;
}
.tb-parts3 table tr td:nth-child(3) {
  background: var(--col-9);
}
.tb-parts3 table tr td:nth-child(4) {
  background: var(--col-16);
}

.tb-parts4 {
  gap: 20px;
}
.tb-parts4 .wp-block-column {
  box-shadow: 0px 3px 4px rgba(145, 145, 145, 0.5019607843);
  border-radius: 16px;
}
.tb-parts4 h3 {
  color: #fff;
  border-radius: 16px 16px 0px 0px;
  padding: 30px 8px;
  text-align: center;
}
.tb-parts4 ul {
  margin: 30px 0;
  list-style: none;
}
.tb-parts4 ul li {
  position: relative;
  padding-left: 48px;
}
.tb-parts4 ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
.tb-parts4 .tb-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 0;
  top: -2px;
  width: 36px;
  height: 36px;
}
.tb-parts4 .tb-list li.double-circle::before {
  background-image: url(../img/layout/img_maru2.svg);
}
.tb-parts4 .tb-list li.single-circle::before {
  background-image: url(../img/layout/img_maru.svg);
}
.tb-parts4 .tb-list li.triangle::before {
  background-image: url(../img/layout/img_sankaku.svg);
}
.tb-parts4 .tb-list li.batsu::before {
  background-image: url(../img/layout/img_batu.svg);
}
.tb-parts4 .tb-part4-text {
  padding: 24px 18px 30px 18px;
}
.tb-parts4 .first-tb h3 {
  background: var(--col-13);
}
.tb-parts4 .second-tb h3 {
  background: var(--col-4);
}
.tb-parts4 .third-tb h3 {
  background: var(--col-4);
}

.flow-box {
  padding-left: 16px;
}
.flow-box p {
  position: relative;
  max-width: 540px;
}
.flow-box p:not(:last-of-type) {
  border-left: solid 2px var(--col-4);
  padding: 0 16px 50px 32px;
}
.flow-box p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--col-4);
  position: absolute;
  left: -13px;
}
.flow-box p.color01 {
  color: var(--col-13);
}
.flow-box p.color01::before {
  background: var(--col-13);
  width: 32px;
  height: 32px;
  left: -16px;
}
.flow-box p:last-of-type {
  padding: 0 16px 80px 32px;
}

/*---------------------------------
    お客様の声　固定ページ
---------------------------------*/
.voice-layout-box .wp-block-image {
  margin-bottom: 10px;
}

.voice-name {
  margin-bottom: 20px;
}

/*---------------------------------
    事業紹介　アーカイブページ
---------------------------------*/
.post-archive-top {
  padding-top: 50px;
  padding-bottom: 20px;
}

.post-ac-cat {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.post-ac-cat .cat-item {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
.post-ac-cat .cat-item.current-cat a {
  background: var(--col-6);
  color: #fff;
}
.post-ac-cat .cat-item a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  background: var(--col-10);
  border-radius: 9px;
  color: var(--col-6);
}
.post-ac-cat .cat-item:nth-child(odd) {
  margin-right: 16px;
}

.post-ac-cover {
  border-top: solid 1px var(--col-4);
}

.post-archive {
  margin-bottom: 88px;
}

.post-ac {
  border-bottom: solid 1px var(--col-4);
}
.post-ac .post-ac-a {
  padding: 24px 15px;
  display: block;
  text-decoration: none;
}

.post-ac-flex {
  flex-wrap: wrap;
  display: flex;
}

.post-ac-left {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.post-ac-right {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  flex-direction: column;
  justify-content: space-between;
}

.post-ac-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-ac-top .post-date {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
}

.post-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.post-title p {
  font-weight: bold;
  margin-right: 0;
  margin-bottom: 16px;
  width: 100%;
}

.post-cat {
  list-style: none;
}
.post-cat a {
  border: 1px solid var(--col-4);
  border-radius: 9px;
  text-decoration: none;
  padding: 7px 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.dli-arrow-right {
  width: 95px;
  min-width: 95px;
  height: 47px;
  background: var(--col-10);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dli-arrow-right span {
  position: relative;
  width: 25px;
  transition: 0.3s ease;
}
.dli-arrow-right span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--col-5);
}
.dli-arrow-right span::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid var(--col-5);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 1px;
  right: -1px;
}

.post-company-name {
  font-weight: bold;
  margin-top: 8px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 0 -25px;
  flex-wrap: wrap;
}
.pagination ul li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--col-4);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  transition: all 0.3s ease;
  margin-left: 25px;
  margin-bottom: 10px;
}
.pagination ul li .page-numbers {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--col-10);
  border-radius: 50%;
}
.pagination ul li .page-numbers:hover {
  background: var(--col-5);
  color: #fff;
}
.pagination ul li .current {
  background-color: var(--col-6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.qa-accordion {
  position: relative;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}
.qa-accordion:not(:last-of-type) {
  margin-bottom: 40px;
}

.qa-title {
  font-weight: bold;
  position: relative;
  padding: 32px 16px 40px 40px;
}
.qa-title::before {
  content: "Q";
  display: inline-block;
  font-size: 30px;
  color: var(--col-6);
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 8px;
  top: 21px;
  z-index: 1;
}
.qa-title::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 0px;
  border-top: solid 2px var(--col-6);
  border-right: solid 2px var(--col-6);
  transition: 0.3s ease;
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 20px;
  transform: rotate(135deg);
}
.qa-title.qa-open::after {
  transform: rotate(315deg);
}

.qa-content {
  padding: 0 16px 40px 40px;
  position: relative;
}
.qa-content::before {
  content: "A";
  display: inline-block;
  font-size: 30px;
  color: var(--col-4);
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 8px;
  top: -7px;
}
.qa-content p {
  padding-right: 16px;
}

/*---------------------------------
    アクセス
---------------------------------*/
.body-access iframe {
  width: 100%;
}

/*---------------------------------
    採用情報
---------------------------------*/
.recruit-accordion-cover .recruit-accordion {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
}
.recruit-accordion-cover .recruit-accordion:not(:last-of-type) {
  margin-bottom: 40px;
}

.recruit-title-flex {
  display: flex;
  flex-wrap: wrap;
}
.recruit-title-flex figure {
  max-width: none;
  width: 100%;
}
.recruit-title-flex figure img {
  border-radius: 16px 16px 0px 0px;
}
.recruit-title-flex .recruit-txt {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 0 16px 16px 0;
  transition: 0.3s ease;
  padding: 20px 16px 20px 16px;
  width: 100%;
}
.recruit-title-flex .recruit-txt:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: var(--col-10);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.recruit-title-flex .recruit-txt:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px var(--col-6);
  border-right: solid 2px var(--col-6);
  transform: rotate(135deg);
  transition: 0.3s ease;
  position: absolute;
  right: 38px;
  bottom: 36px;
}
.recruit-title-flex .recruit-txt h3 {
  font-size: 18px;
  color: var(--col-6);
  margin-bottom: 30px;
}

.recruit-content {
  padding: 32px 16px 50px;
}
.recruit-content h4 {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--col-6);
}

.recruit-title.recruit-open .recruit-title-flex .recruit-txt:after {
  transform: rotate(315deg);
  bottom: 30px;
}

/*---------------------------------
    お問い合わせ
---------------------------------*/
.sec-contact {
  padding-bottom: 80px;
}

.sec-contact-top {
  margin-bottom: 50px;
}
.sec-contact-top p:nth-of-type(1) {
  margin-bottom: 24px;
  text-align: center;
}
.sec-contact-top p:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 32px;
  color: var(--col-6);
  text-align: center;
  border-bottom: solid 1px var(--col-6);
  padding-bottom: 20px;
}
.sec-contact-top a {
  color: var(--col-6);
  font-weight: bold;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
  display: none;
}
.wpcf7 div.form__row {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 32px;
  align-items: center;
}
.wpcf7 p.form__label {
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  box-sizing: border-box;
  min-width: 210px;
  padding-right: 30px;
}
.wpcf7 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.wpcf7 p.form__label.is-required label::after {
  content: "必須";
  display: inline-block;
  color: var(--col-14);
  font-weight: bold;
  border: 1px solid var(--col-14);
  border-radius: 8px;
  padding: 4px 14px;
  margin-left: 16px;
}
.wpcf7 p.form__body {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 p.form__body.btn-push {
  margin: auto;
  display: flex;
  width: 100%;
  min-width: 260px;
  height: 62px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 0;
  font-weight: bold;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.wpcf7 p.form__body.btn-push::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  border-radius: 50px;
  transition: 0.3s ease;
  background: var(--gr-col-1);
}
.wpcf7 p.form__body.btn-push:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  border-radius: 50px;
  background: var(--col-3);
}
.wpcf7 span.wpcf7-list-item {
  display: block;
}
.wpcf7 span.wpcf7-list-item:not(:last-of-type) {
  margin: 0 0 24px 0;
}
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 input[type=radio] + span {
  cursor: pointer;
  margin: 0;
  padding: 0 1em 0 30px;
  font-size: inherit;
  transition: opacity 0.25s ease;
}
.wpcf7 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--col-12);
  border-radius: 50%;
}
.wpcf7 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 input[type=radio]:checked + span {
  position: relative;
  transition: opacity 0.25s ease;
  color: var(--col-5);
}
.wpcf7 input[type=radio]:checked + span::before {
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 input[type=radio]:checked + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: var(--col-6);
  border-radius: 50%;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 12px;
  left: 4px;
  transform: translateY(-50%);
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 17px 16px 18px 16px;
  box-shadow: none;
  background-color: var(--col-12);
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 255, 0);
  border-radius: 8px;
}
.wpcf7 textarea {
  height: 210px;
}
.wpcf7 div.input-cover {
  margin: 40px 0 40px 0;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=button] {
  width: 260px;
  height: 62px;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 0;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 16px;
  padding-right: 16px;
  transition: 0.3s ease;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.form__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
}

.recap-notice {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.recap-notice a {
  font-weight: bold;
  color: var(--col-5);
}

.contact-txt01 {
  text-align: center;
  margin-bottom: 15px;
}

.contact-txtWrap {
  margin-top: 70px;
  margin-bottom: 50px;
}
.contact-txtWrap a {
  color: var(--col-6);
  font-weight: bold;
}

.contact-tel {
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 32px;
  color: var(--col-6);
  text-align: center;
  border-bottom: solid 1px var(--col-6);
  padding-bottom: 20px;
}

/*---------------------------------
    投稿ページ
---------------------------------*/
.ocean-single {
  padding: 70px 0 80px;
}

.ocean-single-ttl {
  font-size: 18px;
  font-weight: bold;
  color: var(--col-6);
  border-bottom: solid 1px var(--col-4);
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.the-content {
  border-bottom: solid 1px var(--col-4);
  margin-top: 40px;
  margin-bottom: 60px;
}
.the-content p,
.the-content table {
  margin-bottom: 25px;
}

.single-info .lower-title {
  padding-top: 100px;
  background: var(--col-10);
}

/*---------------------------------
   サイトマップ
---------------------------------*/
.sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box {
  margin-bottom: 30px;
  padding: 32px 16px 32px 16px;
  background: var(--col-11);
  border-radius: 16px;
  list-style: none;
}
.sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box li {
  position: relative;
  padding-left: 26px;
}
.sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box li a {
  color: var(--col-6);
}
.sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box li:not(:last-of-type) {
  margin-bottom: 24px;
}
.sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--col-4);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.privacyWrap .privacyBox {
  margin-bottom: 30px;
}
.privacyWrap h3 {
  margin-bottom: 15px;
  color: var(--col-6);
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.button-wrapOuter {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.button-submitOuter {
  display: flex;
  flex-direction: column;
}
.button-submitOuter .form__body {
  width: 190px;
}
.button-submitOuter .button-wrap:hover input {
  color: var(--main-color);
}
.button-submitOuter .button-wrap:hover::before {
  left: 0;
}

.wp-theme-basiccorp .post-archive {
  padding-top: 80px;
}

.Form-Item.row-privacy {
  text-align: center;
  margin-top: 1rem;
}

.wpcf7 .confirm_area div.form__row {
  margin-top: 0;
  margin-bottom: 0;
}
.wpcf7 .confirm_area .button-submitOuter {
  margin-top: 50px;
}
.wpcf7 h3 {
  font-size: 19px;
  color: var(--col-6);
  margin-bottom: 15px;
}
.wpcf7 .Form-Item-Label {
  margin-bottom: 4px;
  font-weight: bold;
}
.wpcf7 .Form-Item {
  margin-bottom: 10px;
}
.wpcf7 .Form-Item span {
  display: inline;
  splay: block;
}
.wpcf7 .confirm-detail-desc {
  margin-bottom: 15px;
}

.menu-container {
  width: 100%;
  width: calc(100% - 16px);
  z-index: 100;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 40px;
  margin-top: 8px;
}
.menu-container.trans {
  position: fixed;
  animation: slideInDown 0.5s forwards linear;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .top-sec-cases-box .post-thumbnail-ac {
    height: auto;
  }
}
/*---------------------------------
    Tablet Styles (769px - 1080px)
---------------------------------*/
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
  .sp-br {
    display: none;
  }
  .calc3 {
    width: 33.3333333333%;
  }
  .calc2 {
    width: 50%;
  }
  .sp-hide {
    display: block;
  }
  .pc-hide {
    display: none;
  }
  .cover1366 {
    max-width: 1366px;
  }
  h2.sec-ttl-new {
    font-size: 24px;
  }
  .titWrap.sec-ptb {
    padding-bottom: 40px;
  }
  .top-sec-recruit-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .top-sec-recruit-flex .wp-block-media-text__content {
    width: 100%;
    max-width: 935px;
    margin-right: auto;
    background: #fff;
    padding: 76px 210px 60px 16px;
  }
  .top-sec-recruit-flex .titWrap {
    margin-bottom: 40px;
  }
  .top-sec-recruit-flex .rec_p {
    margin-bottom: 40px;
  }
  .main_title {
    left: 10%;
    transform: translateY(0);
  }
  .main_title h1 {
    font-size: 28px;
  }
  .top-sec-recruit-left-inner {
    max-width: 484px;
    margin-left: auto;
  }
  .top-sec-recruit-flex figure {
    margin-left: -160px !important;
    margin-top: 40px !important;
    width: 80%;
  }
  .bnr-tel-bg {
    position: relative;
    padding: 53px 139px 53px 16px;
  }
  .bnr-tel-bg::before {
    width: calc(100% - 131px);
    height: 100%;
    left: 0;
  }
  .bnr-tel-bg.bnr-tel-bg::after {
    width: calc(100% - 139px);
    height: calc(100% - 8px);
    left: 0;
    bottom: 0;
  }
  .bnr-tel-bg-left {
    margin-left: 70px;
  }
  .bnr-tel-bg-left p {
    font-size: 26px;
    font-weight: bold;
  }
  .bnr-tel-bg-right {
    margin-left: 70px;
  }
  .bnr-tel-bg-right p:first-of-type {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 8px;
  }
  .bnr-tel-bg-right p:last-of-type {
    font-size: 18px;
  }
  .bnr-contact-bg a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -76px;
    flex-wrap: wrap-reverse;
    padding: 78px 20px 60px 20px;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left::after {
    background: #fff;
    transition: 0.3s ease;
    width: 192px;
    height: 192px;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left span {
    fill: var(--col-14);
    transition: 0.3s ease;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left span .envelope {
    stroke: var(--col-14);
  }
  .bnr-contact-bg-left {
    position: relative;
  }
  .bnr-contact-bg-right-top {
    padding-bottom: 0;
    width: auto;
    margin: 0;
  }
  .bnr-tel {
    margin-bottom: 0;
  }
  .footer-cover {
    padding: 56px 16px 50px 16px;
  }
  .footer-left {
    width: 60%;
    padding: 0;
  }
  .footer-right {
    width: 40%;
  }
  .top-div-service .my-block-columns {
    gap: 0;
  }
  .footer-right-flex ul li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .cardback-box h3 {
    position: relative;
    background: #fff;
  }
  .cardback-box h3 span {
    position: relative;
    z-index: 1;
    color: var(--col-6);
    transition: color 0.3s ease;
  }
  .cardback-box:hover .cardback-data {
    transform: translateY(0);
    z-index: 1;
  }
  .cardback-box:hover h3 {
    z-index: 2;
    background-color: transparent;
  }
  .cardback-box:hover h3 span {
    color: #fff;
  }
  .cardback .cardback-wrapper figure {
    height: calc(100% - 50px);
  }
  .cardback .cardback-wrapper figure img {
    height: 100%;
  }
  .cardback .contentcard {
    background: var(--gr-col-1-rgb);
  }
  .cardback .contentcard .btn-read-cover {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .btn-read {
    display: inline-block;
    text-decoration: none;
  }
  .btn-read-flex {
    display: flex;
    align-items: center;
    margin-left: -28px;
  }
  .btn-read-txt {
    font-size: 15px;
    transition: 0.3s ease;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    position: relative;
    color: #fff;
    margin-left: 28px;
    font-family: "Roboto", sans-serif;
  }
  .btn-read-arrow {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease;
    border: 1px solid #fff;
    position: relative;
    margin-left: 28px;
  }
  .btn-read-arrow.btn-read-arrow::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 29px;
    transition: 0.3s ease;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .calc3-ml2 {
    width: calc(33.3333333333% - 2px);
    margin-left: 2px;
  }
  .top-sec-cases-box {
    margin-bottom: 16px;
  }
  .top-sec-cases-box .post-thumbnail-ac {
    height: 200px;
  }
  .top-sec-cases-box .post-thumbnail-ac img {
    aspect-ratio: 3/2;
  }
  .top-sec-voices-box {
    padding: 0;
  }
  .tabcontent-ac {
    padding: 28px 52px 28px 32px;
    flex-direction: row;
  }
  .tabcontent-ac .tabnews-left {
    margin-bottom: 0;
  }
  .tabcontent-ac:hover {
    background: var(--col-10);
  }
  .tabcontent-ac:hover .news-title {
    color: var(--col-6);
  }
  .tabcontent-ac:hover .news-title::before {
    transform: scale(1, 1);
  }
  .tabcontent-ac:hover .btn-top-news-arrow {
    transform: translateY(-50%) translateX(10px);
    transition: 0.3s ease;
  }
  .btn2 {
    gap: 0;
  }
  .top-div-voices-flex {
    flex-direction: row;
    padding: 32px 30px;
    gap: 30px;
  }
  .top-div-voices-flex .wp-block-media-text__media {
    margin-bottom: 0;
  }
  .top-sec-recruit-flex .titWrap {
    padding-left: 0;
  }
  /*---------------------------------
     事業内容
  ---------------------------------*/
  .lower-title-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1.6fr;
    grid-auto-flow: column;
    min-height: 651px;
    max-height: 651px;
  }
  .lower-title-container figure {
    height: 100%;
  }
  .lower-title-container figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 414px;
  }
  .lower-title-container h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--col-6);
    margin-bottom: 40px;
  }
  .lower-title-container.grid2 {
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    min-height: 236px;
  }
  .grid2 .grid-item:nth-of-type(1) {
    background: #fff;
    display: flex;
    align-items: center;
  }
  .grid2 .grid-item:nth-of-type(2) {
    background: var(--col-10);
  }
  .lower-head {
    padding: 103px 8px 20px 0;
    margin-left: 20%;
  }
  .layout-01-flex {
    gap: 3px;
  }
  .grid3 .grid-item:nth-of-type(3) {
    grid-row: 1/3;
    background: var(--col-10);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 7% 97px 7%;
  }
  .lower-head .head-subttl {
    font-size: 18px;
  }
  .lower-head .head-ttl {
    font-size: 26px;
  }
  .layout-bk02 figure {
    margin-bottom: 40px;
  }
  .layout-bk02 figure img {
    height: auto;
  }
  .layout-bk02 .layout-bk-box:not(:last-child) {
    margin-bottom: 60px;
  }
  .layout-bk3-common .wp-block-media-text__media {
    padding: 0 !important;
    margin-bottom: 0;
  }
  .layout-bk3-common.layout-bk3-left .wp-block-media-text {
    grid-template-areas: "media content" !important;
    padding-right: 16px;
  }
  .layout-bk3-common.layout-bk3-left .wp-block-media-text .wp-block-media-text__media {
    grid-area: media !important;
  }
  .layout-bk3-common.layout-bk3-left .wp-block-media-text .wp-block-media-text__content {
    grid-area: content !important;
    grid-template-columns: 50% 1fr !important;
    grid-template-rows: auto;
  }
  .layout-bk3-common.layout-bk3-right .wp-block-media-text {
    grid-template-areas: "content media" !important;
    padding-left: 16px;
  }
  .layout-bk3-common.layout-bk3-right .wp-block-media-text .wp-block-media-text__media {
    grid-area: media !important;
  }
  .layout-bk3-common.layout-bk3-right .wp-block-media-text .wp-block-media-text__content {
    grid-area: content !important;
    margin-left: auto;
    margin-right: 0;
    padding-right: 8%;
    padding-left: 0;
  }
  .layout-bk3-common .wp-block-media-text__content {
    max-width: 450px;
    padding-right: 0;
  }
  .layout-bk3-common .sec-layout-03-box-flex {
    grid-template-columns: 50% 1fr !important;
    grid-template-rows: auto;
  }
  .layout-bk3-common h3 {
    font-size: 18px;
  }
  .listWrap .wp-block-group__inner-container {
    padding: 32px 30px 32px 32px;
  }
  /*---------------------------------
      事業内容3　固定ページ
  ---------------------------------*/
  .tb-temp table td {
    display: table-cell;
  }
  .tb-temp table td:first-child {
    width: 25%;
  }
  .tb-temp table td:last-child {
    width: 75%;
  }
  .tb-parts1 table td:first-child {
    border-bottom: none;
    text-align: center;
  }
  .tb-parts1 table td:last-child {
    text-align: left;
  }
  .tb-parts4 {
    gap: 0;
  }
  .flow-box {
    max-width: 560px;
    margin: auto;
  }
  /*---------------------------------
     事業紹介　アーカイブページ
  ---------------------------------*/
  .post-ac-cat {
    gap: 25px;
  }
  .post-ac-cat .cat-item {
    width: auto;
  }
  .post-ac-cat .cat-item a {
    padding: 8px 28px;
  }
  .post-ac-cat .cat-item:nth-child(odd) {
    margin-right: 0;
  }
  .post-ac-flex {
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }
  .post-ac-left {
    width: 260px;
    height: 173px;
    transition: 0.3s ease;
    margin-bottom: 0;
  }
  .post-ac-left .post-thumbnail-ac img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
  .post-ac-right {
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .post-ac-a:hover {
    background: var(--col-8);
    transform: translateX(10px);
  }
  .post-ac-a:hover .dli-arrow-right {
    background: var(--col-4);
  }
  .post-ac-a:hover .dli-arrow-right span {
    transform: translateX(8px);
    transition: 0.3s ease;
  }
  .post-ac-a:hover .dli-arrow-right span::before {
    background: #fff;
  }
  .post-ac-a:hover .dli-arrow-right span::after {
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
  /*---------------------------------
      採用情報　固定ページ
  ---------------------------------*/
  .recruit-title-flex {
    display: flex;
    flex-direction: row;
  }
  .recruit-title-flex .recruit-txt {
    width: 61%;
    padding: 20px 20px 20px 24px;
  }
  .recruit-title-flex .recruit-txt h3 {
    font-size: 24px;
  }
  .recruit-title-flex figure {
    width: 39%;
  }
  .recruit-title-flex figure img {
    border-radius: 16px 0px 0px 16px;
  }
  /*---------------------------------
      お問い合わせ　固定ページ
  ---------------------------------*/
  .wpcf7 div.form__row {
    margin: 0;
    padding: 0;
    margin-top: 32px;
    display: flex;
    align-items: center;
  }
  .wpcf7 p.form__label {
    width: 30%;
    min-width: 210px;
    text-align: right;
    padding-right: 30px;
  }
  .wpcf7 p.form__label label {
    display: inline-block;
  }
  .wpcf7 p.form__label.is-required label::after {
    display: inline-block;
  }
  .wpcf7 p.form__body {
    width: 70%;
  }
  .wpcf7 span.wpcf7-list-item {
    display: inline-block;
  }
  .wpcf7 .confirm-button-wrap.active .btn-push:hover input[type=button] {
    letter-spacing: 2.25px;
    transition: 0.3s ease;
  }
  .wpcf7 .confirm-button-wrap.active .btn-push:hover:before {
    opacity: 0;
  }
  .wpcf7 .confirm-button-wrap.active .btn-push:hover .btn-arrow-primary {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.3s ease;
  }
  .confirm_area p.form__body.btn-push:hover:before {
    opacity: 0;
  }
  .confirm_area p.form__body.btn-push:hover .btn-arrow-primary {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.3s ease;
  }
  /*---------------------------------
     サイトマップ
  ---------------------------------*/
  .sitemap-list-boxWrap .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box {
    width: 48%;
    padding: 32px 32px 32px 40px;
    margin: 0 0 30px 0;
  }
  .sitemap-list-boxWrap .wp-block-group__inner-container .sitemap-list-box:nth-child(odd) {
    margin-right: 4%;
  }
  .wpcf7 .confirm-detail .button-submitOuter {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .wpcf7 .confirm-detail .Form-Item {
    display: flex;
    gap: 15px;
  }
  .wpcf7 .confirm-detail .Form-Item p:last-child {
    width: calc(100% - 180px);
  }
  .wpcf7 .confirm-detail .Form-Item-Label {
    width: 180px;
  }
  .wpcf7 .confirm-detail-desc {
    margin-bottom: 40px;
  }
  /* タブレット用の調整 */
}
@media (max-width: 768px) {
  .top-sec-recruit-flex .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}
/*---------------------------------
    Desktop Styles (1081px+)
---------------------------------*/
@media screen and (min-width: 1081px) {
  [id] {
    scroll-margin-top: 0px;
    /* PC時は調整なし */
  }
  .sp-header {
    display: none;
  }
  .pc-header,
  .menu-container {
    display: block;
  }
  .menu-container ul {
    display: flex;
    list-style: none;
    align-items: center;
  }
  .menu-container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px 9px 25px;
  }
  .menu-container-flex a {
    text-decoration: none;
  }
  .menu_list {
    font-size: 15px;
    text-align: center;
    position: relative;
    margin: 0 6px;
  }
  .menu_list > a {
    padding: 10px 16px 6px 8px;
    font-weight: bold;
  }
  .menu_list > a:hover {
    opacity: 1 !important;
  }
  .menu_list.has-list > a {
    pointer-events: none;
    cursor: default;
  }
  .menu_list:not(:first-of-type)::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px var(--col-5);
    border-right: solid 2px var(--col-5);
    transform: rotate(135deg);
    transition: 0.3s ease;
    position: absolute;
    top: 7px;
    right: 0;
  }
  .menu_list.not_has_list::after {
    content: none;
  }
  .menu_list.not_has_list > a {
    padding-right: 0;
  }
  .menu_list .menu_contents .menu_list::after {
    content: none !important;
  }
  .menu_list.menu-item-has-children::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: var(--col-5);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    bottom: -18px;
  }
  .menu-contact {
    border: 1px solid var(--col-14);
    border-radius: 50px;
    padding: 8px;
    width: 150px;
    transition: 0.3s ease;
    text-align: center;
    font-weight: bold;
    color: var(--col-14);
    margin-left: 28px;
    letter-spacing: 0.75px;
  }
  .menu-contact.trans {
    position: fixed;
    animation: slideInDown 0.5s forwards linear;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    margin-top: 0;
  }
  @keyframes slideInDown {
    0% {
      visibility: visible;
      transform: translate3d(-50%, -100%, 0);
    }
    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
  .menu_contents {
    background: var(--col-4);
    border-radius: 20px;
    display: none;
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    padding: 28px 46px 30px 46px;
    color: #fff;
    font-weight: bold;
  }
  .menu_contents .menu-flex-cover {
    display: flex;
    margin-left: -64px;
  }
  .menu_contents .menu-flex-cover ul {
    margin-left: 64px;
  }
  .menu_contents ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu_contents ul li a {
    position: relative;
    display: inline-block;
  }
  .menu_contents ul li a:hover .menu-arrow {
    border: 1px solid #fff;
    background: transparent;
  }
  .menu_contents ul li a:hover .menu-arrow-txt:after {
    transform: scale(1, 1);
  }
  .menu_contents ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .menu-arrow-flex {
    display: flex;
    align-items: center;
  }
  .menu-arrow {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid transparent;
    margin-bottom: -1px;
  }
  .menu-arrow::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 5px;
  }
  .menu-arrow-txt {
    position: relative;
  }
  .menu-arrow-txt::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .menu_contents-child a:hover {
    opacity: 0.7;
    transition: 0.3s ease;
  }
  .menu_list:hover::after {
    transform: rotate(315deg);
    transition: 0.3s ease;
    top: 12px;
  }
  .menu_list:hover::before {
    transform: scale(1, 1);
  }
  .menu_list-contact a:hover .menu-contact {
    background: var(--gr-col-2);
    transition: 0.3s ease;
    letter-spacing: 2.25px;
    color: #fff;
    border: 1px solid transparent;
  }
  .menu-container-flex a:hover {
    opacity: 0.7;
  }
  .main_title-btn:hover {
    background: var(--col-6);
    letter-spacing: 2.25px;
  }
  .main_title-btn:hover::before {
    content: "";
    transition: 0.3s ease;
  }
  .bnr-contact-bg:hover::before {
    background: var(--col-6);
    transition: 0.3s ease;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left::after {
    background: #fff;
    transition: 0.3s ease;
    width: 192px;
    height: 192px;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left span {
    fill: var(--col-14);
    transition: 0.3s ease;
  }
  .bnr-contact-bg:hover .bnr-contact-bg-left span .envelope {
    stroke: var(--col-14);
  }
  .calc3-ml2 {
    width: calc(33.3333333333% - 2px);
    margin-left: 2px;
  }
  /* 既存のPC用スタイルをここに移植 */
}
/*---------------------------------
    Large Desktop (1400px+)
---------------------------------*/
@media screen and (min-width: 1400px) {
  /* 大画面用の最適化 */
}
/*---------------------------------
    Print Styles
---------------------------------*/
@media print {
  /* 基本設定 */
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* 黒色で統一 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .post-ac-cover,
  .post-ac,
  .post-cat,
  .ocean-single-ttl {
    border-color: #333;
  }
  .post-ac-cover a,
  .post-ac a,
  .post-cat a,
  .ocean-single-ttl a {
    border-color: #333;
  }
  p mark.has-vivid-red-color {
    color: #333 !important;
  }
  /* ページ設定 */
  @page {
    margin: 2cm;
    size: A4;
  }
  .pc-header,
  .sp-header,
  .wp-block-buttons,
  #main_visual,
  nav,
  .chage-btn,
  #back-to-top,
  .bnr-tel,
  .bnr-contact,
  #site_footer,
  .post-thumbnail-ac,
  .wp-block-media-text__media,
  .btn-top-news-arrow,
  .wp-block-spacer,
  .wp-block-image,
  .breadcrumbs-cover,
  .pr-none,
  .post-archive-top,
  .dli-arrow-right,
  .pagination,
  .wpcf7 p.form__body.btn-push {
    display: none !important;
  }
  body {
    font-size: 12pt;
    color: #000;
  }
  .cardback .cardback-wrapper figure {
    display: none;
  }
  .cardback .cardback-data {
    height: auto;
    position: relative;
    bottom: auto;
  }
  .cardback .contentcard {
    padding: 0;
  }
  .cardback-box h3 {
    position: relative;
    bottom: auto;
  }
  .top-div-voices-flex,
  .tabcontent-ac {
    padding: 0;
  }
  .lower-title-container figure,
  .layout-01-flex figure {
    display: none;
  }
  .layout-01-box-txt-cover {
    margin: 0;
    padding: 0;
  }
  .layout-01-box-txt-cover::before, .layout-01-box-txt-cover::after {
    content: none;
    display: none;
  }
  .wp-block-media-text__content,
  .listWrap .wp-block-group__inner-container,
  .list-check .wp-block-list li {
    padding-left: 26px;
  }
  .tb-temp table tr td {
    text-align: left;
    padding-bottom: 0;
  }
  .tb-temp table tr td:last-child {
    padding-top: 0;
  }
  .mb40 {
    margin-bottom: 0 !important;
  }
  .tb-scroll {
    overflow-x: hidden;
  }
  .tb-parts3 table {
    min-width: auto;
    width: 100%;
  }
  .tb-parts4 h3 {
    padding-bottom: 0;
  }
  .tb-parts4 ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .flow-box {
    margin-top: 20px;
  }
  .flow-box p:not(:last-of-type) {
    padding-bottom: 15px;
    border-left: none;
  }
  .post-title p {
    margin-bottom: 0;
  }
  .listWrap .wp-block-group__inner-container {
    padding: 0;
  }
  .listWrap .wp-block-group__inner-container .wp-block-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .recruit-title-flex figure {
    display: none;
  }
  .recruit-title-flex .recruit-txt {
    padding: 0;
  }
  .recruit-title-flex .recruit-txt h3 {
    margin-bottom: 15px;
  }
  .recruit-title-flex .recruit-txt::before, .recruit-title-flex .recruit-txt::after {
    content: none;
    display: none;
  }
  .recruit-content {
    display: inline-block !important;
  }
  .lower-head .head-ttl {
    font-size: 28px;
  }
  /* 入力フィールドの枠線を表示 */
  input,
  textarea {
    border: 1px solid #8d8d8d !important;
    background: white !important;
  }
  .wpcf7 p.form__label.is-required label::after {
    border-color: #333;
    color: #333;
  }
  .qa-title::after {
    display: none;
  }
  .qa-content {
    display: block !important;
  }
}/*# sourceMappingURL=mystyle-new.css.map */