@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/* ---------------------------------------------------------
  モード切替
  true  = 集団開発（clampで安全運用）
  false = 個人開発（calcで柔軟）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  案件ごとの基準値（ここだけ変えればOK）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  内部：root 用 fluid font-size
--------------------------------------------------------- */
/* ---------------------------------------------------------
  PC FV 専用 fluid（root を触らない）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  実行
--------------------------------------------------------- */
/* ===== SPのみ root を fluid ===== */
:root {
  font-size: calc(10 * 100vw / 390);
}

/* ===== PCでは root を固定 ===== */
@media (min-width: 768px) {
  :root {
    font-size: 10px;
  }
}
/* ===== PCのFVだけ fluid を使う ===== */
@media (min-width: 768px) {
  .p-fv {
    font-size: clamp(9px, 10 * 100vw / 1920, 10px);
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 734px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: #fff;
}
html body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #1B2D3D;
  position: relative;
}
html body input[name=hp-check] {
  display: none !important;
}
html body section {
  width: 100%;
  padding: 11.2rem 0 8.7rem;
}
html body #single.contents,
html body #news.contents {
  max-width: 119.6rem;
  width: 100%;
  margin: 0 auto;
}
html body .contents {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
html body .r-contntes {
  display: flex;
  justify-content: end;
}
html body .orange {
  color: #E5673E;
}
html body img {
  width: 100%;
  height: auto;
}
html body h1 {
  font-size: 9.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 11.5rem;
  letter-spacing: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
html body h1 .ttl-sub {
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.6rem;
}
html body:not(.home) h1 {
  font-size: 8rem;
  letter-spacing: 0.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 9rem;
}
html body:not(.home) h1 .ttl-sub {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.6rem;
}
html body h2 {
  font-size: 7.3rem;
  letter-spacing: 0.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
html body h2 .ttl-sub {
  font-size: 1.7rem;
  display: block;
  margin-top: 4.2rem;
  letter-spacing: 0.6rem;
}
html body h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 6.1rem;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}
html body h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
}
html body p {
  font-size: 1.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.17rem;
  font-weight: 400;
}
html body b {
  font-size: 1.6rem;
}
html body a {
  color: #1B2D3D;
  text-decoration: none;
  font-size: 1.6rem;
}
html body li {
  list-style: none;
  font-size: 1.6rem;
}
html body footer {
  width: 100%;
}
@media (max-width: 1024px) {
  html body .contents {
    width: 90%;
  }
  html body h1 .ttl-sub {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 734px) {
  html body section {
    width: 100%;
    padding: 4.8rem 0 4.3rem;
  }
  html body .contents {
    max-width: 35rem;
  }
  html body h1 {
    font-size: 3.5rem;
    line-height: 5.5rem;
    letter-spacing: 0.3rem;
  }
  html body h1 .ttl-sub {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.6rem;
    line-height: 2.5rem;
  }
  html body:not(.home) h1 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 4rem;
  }
  html body:not(.home) h1 .ttl-sub {
    font-size: 1.3rem;
    display: block;
    letter-spacing: 0.41rem;
  }
  html body h2 {
    font-size: 3rem;
    letter-spacing: 0.12rem;
    margin-bottom: 2.5rem;
  }
  html body h2 .ttl-sub {
    font-size: 1.3rem;
    margin-top: 2.2rem;
    letter-spacing: 0.42rem;
  }
  html body h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2.1rem;
  }
  html body h4 {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  html body p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: 0.13rem;
  }
  html body .sp-r-contntes {
    display: flex;
    justify-content: end;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* =========================================
   全消しリセットCSS（フォームUIは残す）
   ========================================= */
/* すべての要素の余白・枠線・フォントサイズをリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素のデフォルト表示をブロックに */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ボディ初期化 */
body {
  line-height: 1;
}

/* リストマーカー削除 */
ol, ul {
  list-style: none;
}

/* 引用符削除 */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* テーブル初期化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===== フォームUIは基本残すが最小限調整 ===== */
/* フォント継承（見た目の統一感を出す） */
input, select, textarea, button {
  font: inherit;
  color: inherit;
}

/* iOS Safariのズーム防止（必要な場合） */
input, textarea, select {
  font-size: 16px;
}

/* ボタンはポインター */
button {
  cursor: pointer;
}

/* Webkit系での余計なスタイル防止（外観は保持） */
input[type=search] {
  -webkit-appearance: textfield;
}

/* プレースホルダーの色だけ少し整える */
::-moz-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

.header {
  height: 8.6rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.header__wrap {
  max-width: 131rem;
  margin: 0 auto;
  width: 100%;
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 15rem;
  font-weight: bold;
}
.header__nav--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav--list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42.8rem;
  justify-content: space-between;
  margin-right: 4.6rem;
}
.header__nav--item {
  max-width: 8.4rem;
}
.header__nav--link {
  font-size: 1.4rem;
}
.header__contact {
  height: 5.6rem;
  width: 24.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5673E;
  color: #fff;
  border-radius: 5.5rem;
}
@media (max-width: 1024px) {
  .header .header__logo {
    margin-left: 2rem;
  }
}
@media (max-width: 734px) {
  .header .header__logo {
    margin-left: 2rem;
    width: 10rem;
  }
}

.footer__wrap {
  max-width: 131rem;
  margin: 0 auto;
  width: 100%;
  padding: 7rem 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background-color: #fff;
}
.footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  width: 15rem;
  font-weight: bold;
}
.footer__nav--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav--list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57.8rem;
  justify-content: space-between;
  margin-left: 4.6rem;
}
.footer__nav--item {
  max-width: 8.4rem;
}
.footer__nav--link {
  font-size: 1.4rem;
}
.footer__copylite {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  background-color: #F5F5F5;
}
.footer__copylite small {
  font-size: 1rem;
}
@media (max-width: 734px) {
  .footer .footer__wrap {
    max-width: 31.1rem;
    padding: 5rem 0 6.2rem;
    flex-flow: column;
  }
  .footer .footer__logo {
    width: 10rem;
    font-weight: bold;
    margin-bottom: 4.4rem;
  }
  .footer .footer__bar {
    flex-flow: column;
  }
  .footer .footer__nav--list {
    width: 31.1rem;
    margin-left: 0;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(3, max-content);
    margin-right: 1.5rem;
  }
  .footer .footer__nav--link {
    font-size: 1.2rem;
  }
  .footer .footer__copylite {
    height: 4.8rem;
  }
  .footer .footer__nav--item {
    width: 100%;
  }
}

.more-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}
.more-btn .arro img {
  width: 6.9rem;
  margin-left: 2.4rem;
}

@media (max-width: 734px) {
  .more-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 1.317rem;
    text-decoration: underline;
    letter-spacing: 0.18rem;
    display: flex;
    align-items: center;
  }
  .more-btn .arro img {
    width: 5.526rem;
    margin-left: 1.7rem;
  }
}
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5673E;
  width: 32.3rem;
  height: 5.6rem;
  border-radius: 5.6rem;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
}

.card {
  background: white;
  border: 1px solid black;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.card__header {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.card__body {
  font-size: 1rem;
  color: black;
  line-height: 1.5;
}
.card__footer {
  margin-top: 1rem;
  text-align: right;
}

.drow {
  display: none;
}

@media (max-width: 1024px) {
  .drow {
    display: block;
  }
  .mobile-menu-icon {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 4%;
    top: 2.2rem;
    z-index: 5000000;
  }
  .mobile-menu-icon span {
    background-color: #000;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    transition: transform 0.7s;
  }
  .mobile-menu-icon span:last-child {
    margin-bottom: 0;
  }
  button.menu-open > span {
    background-color: #000;
  }
  button.menu-open > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
  button.menu-open > span:nth-child(2) {
    transform: translateX(-18px) scaleX(0);
  }
  button.menu-open > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
  .menu-open {
    transform: none !important;
    transition: transform 0.7s;
  }
  body {
    position: relative;
    overflow-x: hidden;
  }
  .header {
    position: relative;
    margin-top: 0;
    height: auto;
  }
  .header__logo {
    position: fixed;
    z-index: 20000040;
    height: 61px;
    display: flex;
    align-items: center;
    top: 0;
  }
  .header__logo-bg {
    position: fixed;
    background-color: #fff;
    z-index: 20000000;
    height: 61px;
    display: flex;
    align-items: center;
    width: 100vw;
    top: 0;
  }
  .header__nav--area {
    position: fixed;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-100vh);
    background-color: #1B2D3D;
    z-index: 2000000;
    height: 100vh;
    transition: transform 0.7s;
    justify-content: start;
    flex-flow: column;
  }
  .header__nav {
    margin-top: 10rem;
  }
  .header__nav--list {
    justify-content: start;
    flex-flow: column;
    align-items: baseline;
    width: 19.8rem;
    margin-right: 4.6rem;
    margin-bottom: 5rem;
  }
  .header__nav--list a {
    color: #fff;
  }
  .header__nav--item {
    margin-bottom: 3rem;
    max-width: none;
  }
  .header__nav--item::before {
    content: "";
    background-color: #E5673E;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 1rem;
  }
}
.fv {
  padding: 0;
}
.fv__wrap {
  position: relative;
}
.fv__contents.contents {
  max-width: 121rem;
}
.fv .fv__ttl {
  position: absolute;
  top: 15rem;
  bottom: 0;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
@media (max-width: 734px) {
  .fv .fv__ttl {
    position: absolute;
    top: -0.2rem;
    left: 3rem;
    bottom: 0;
    display: flex;
  }
}

.create__ttl {
  margin-bottom: 6rem;
}
.create__subttl {
  margin-bottom: 3.1rem;
}
.create__subttling {
  margin-bottom: 3.6rem;
}
.create__txtarea {
  position: relative;
  margin-bottom: 5.4rem;
}
.create__txtarea::after {
  content: "";
  position: absolute;
  background: url(../../../themes/LOGPOSE/img/create__img.webp) no-repeat;
  background-size: contain;
  width: 39rem;
  height: 54.2rem;
  right: -0.2rem;
  top: -0.9rem;
}
@media (max-width: 1024px) {
  .create .create__txtarea::after {
    display: contents;
  }
}
@media (max-width: 734px) {
  .create .create__ttl {
    margin-bottom: 2.5rem;
  }
  .create .create__txtarea::after {
    display: contents;
  }
  .create .create__subttl {
    margin-bottom: 2.1rem;
  }
  .create .create__subttling {
    margin-bottom: 1.7rem;
  }
  .create .create__txtarea {
    margin-bottom: 1.9rem;
  }
}

.service {
  background: #1B2D3D;
  padding-bottom: 12.5rem;
}
.service__ttl {
  color: #fff;
  margin-bottom: 6rem;
}
.service__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
}
.service__box {
  max-width: 58.4rem;
  width: calc(50% - 1rem);
  background-color: #fff;
  border-radius: 2rem;
}
.service__box--contents {
  margin: 0 auto;
  max-width: 43.4rem;
  padding: 4rem 0 4.6rem;
}
.service__subttl {
  font-size: 2.9rem;
  margin-bottom: 1rem;
}
.service__txt {
  letter-spacing: 0.11rem;
  margin-bottom: 3.2rem;
}
.service__w-link {
  color: #fff;
}
@media (max-width: 1024px) {
  .service .service__flex {
    flex-flow: column;
    margin-bottom: 0;
  }
  .service .service__box {
    width: 100%;
    max-width: none;
    border-radius: 2rem;
    margin-bottom: 2.5rem;
  }
  .service .service__box:last-of-type {
    margin-bottom: 0;
  }
  .service .service__box--contents {
    margin: 0 auto;
    max-width: 80rem;
    padding: 3.7rem 0 3.5rem;
  }
}
@media (max-width: 734px) {
  .service {
    padding: 6.6rem 0 8rem;
  }
  .service .service__flex {
    flex-flow: column;
    margin-bottom: 0;
  }
  .service .service__box {
    width: 100%;
    border-radius: 2rem;
    margin-bottom: 2.5rem;
  }
  .service .service__box:last-of-type {
    margin-bottom: 0;
  }
  .service .service__ttl {
    margin-bottom: 3.5rem;
  }
  .service .service__subttl {
    font-size: 2.4rem;
    letter-spacing: 0.23rem;
    margin-bottom: 2.5rem;
    line-height: 4.1rem;
  }
  .service .service__box--contents {
    margin: 0 auto;
    max-width: 31.1rem;
    padding: 3.7rem 0 3.5rem;
  }
  .service .service__txt {
    letter-spacing: 0.14rem;
    margin-bottom: 1.6rem;
    line-height: 2.8rem;
  }
  .service .service__link {
    margin-right: 0.8rem;
  }
  .service .r-contntes {
    display: none;
  }
}

.flow {
  padding: 16.1rem 0 4.4rem 0;
}
.flow__flex {
  display: flex;
  gap: 4.4rem;
}
.flow__flex--img img {
  width: 44.8rem;
}
.flow__flex--txt {
  max-width: 66.6rem;
}
.flow__num {
  font-size: 3.7rem;
  color: #E5673E;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2.8rem;
  letter-spacing: 0.5rem;
  display: block;
  margin-bottom: 2rem;
}
.flow__box {
  margin-bottom: 6.9rem;
}
.flow__box:last-of-type {
  margin-bottom: 0;
}
.flow__txt {
  font-size: 2.2rem;
  letter-spacing: 0.24rem;
  line-height: 3.7rem;
}
@media (max-width: 1024px) {
  .flow .flow__flex {
    display: flex;
    gap: 4.4rem;
    flex-flow: column;
  }
  .flow .flow__flex img {
    width: 100%;
  }
}
@media (max-width: 734px) {
  .flow {
    padding: 7.1rem 0 4.4rem 0;
  }
  .flow .flow__flex {
    gap: 3.6rem;
  }
  .flow .flow__box {
    margin-bottom: 2.9rem;
  }
  .flow .flow__num {
    font-size: 2.8rem;
    line-height: normal;
    margin-bottom: 0.78rem;
  }
  .flow .flow__txt {
    font-size: 1.6rem;
    letter-spacing: 0.154rem;
    line-height: 2.8rem;
  }
}

.news {
  padding: 3rem 0 10.2rem;
}
.news__ttl {
  margin-bottom: 7rem;
}
.news__ttl .ttl-sub {
  margin-top: 3.2rem;
}
.news__area {
  margin-bottom: 6.8rem;
}
.news__post {
  border-bottom: solid 1px rgba(27, 45, 61, 0.18);
  max-width: 119.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.6rem 2.2rem;
  margin-bottom: 2.4rem;
}
.news__post--item {
  display: flex;
  align-items: center;
}
.news__time {
  max-width: 10rem;
  letter-spacing: 0.2rem;
}
.news__category {
  max-width: 11.4rem;
  color: #fff;
  background-color: #1B2D3D;
  border-radius: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
  width: 100%;
  font-size: 1.3rem;
  margin: 0 4rem;
}
.news__txt {
  letter-spacing: 0.15rem;
}
@media (max-width: 734px) {
  .news {
    padding: 2.5rem 0 5.3rem;
  }
  .news .news__ttl {
    margin-bottom: 5.3rem;
  }
  .news .news__ttl .ttl-sub {
    margin-top: 2.2rem;
  }
  .news .news__area {
    margin-bottom: 5.3rem;
  }
  .news .news__post--item {
    flex-flow: wrap;
  }
  .news .news__post {
    padding: 0 1.1rem 1rem;
    margin-bottom: 4.1rem;
  }
  .news .news__time {
    max-width: 8rem;
    letter-spacing: normal;
    font-size: 1.4rem;
  }
  .news .news__category {
    margin: 0 2rem;
  }
  .news .news__txt {
    font-size: 1.4rem;
    width: 100%;
    line-height: 2.5rem;
    margin-top: 1.2rem;
  }
  .news .r-contntes {
    justify-content: start;
  }
}

.recruit {
  padding-bottom: 9rem;
  color: #fff;
  background: url(../../../themes/LOGPOSE/img/recruit_img.webp) no-repeat;
  background-size: cover;
}
.recruit__ttl {
  margin-bottom: 5.2rem;
  font-size: 6.5rem;
}
.recruit__ttl .ttl-sub {
  margin-top: 3.2rem;
}
.recruit__subttl {
  margin-bottom: 2rem;
  font-size: 3.3rem;
  line-height: 5.4rem;
}
.recruit__txt {
  margin-bottom: 5.2rem;
  max-width: 54.8rem;
  letter-spacing: 0.37rem;
  line-height: 3.3rem;
}
.recruit__link {
  color: #fff;
}
@media (max-width: 734px) {
  .recruit {
    padding-top: 5.4rem;
    padding-bottom: 5.6rem;
  }
  .recruit .recruit__ttl {
    margin-bottom: 2.7rem;
    font-size: 3rem;
  }
  .recruit .recruit__ttl .ttl-sub {
    margin-top: 2.2rem;
  }
  .recruit .recruit__subttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 1.8rem;
  }
  .recruit .recruit__txt {
    margin-bottom: 5.2rem;
    max-width: 54.8rem;
    letter-spacing: 0.13rem;
    line-height: 2.4rem;
  }
}

#strength .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 13rem;
}
#strength .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #strength .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#strength .flow {
  padding: 16.8rem 0 10rem 0;
}
#strength .flow__contents.contents {
  max-width: 119.7rem;
}
#strength .flow__flex {
  margin-bottom: 4.2rem;
  gap: 5.6rem;
}
#strength .flow__flex--img {
  margin-left: 4.8rem;
}
#strength .flow__flex--txt {
  max-width: 61.2rem;
}
#strength .flow__box {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  #strength .flow__flex--img {
    margin-left: 0;
  }
}
@media (max-width: 734px) {
  #strength .flow {
    padding: 6rem 0 3.9rem 0;
  }
  #strength .flow__flex--img {
    margin-left: 0;
  }
  #strength .flow__flex {
    gap: 0.6rem;
    margin-bottom: 3.3rem;
  }
  #strength .flow__flex:last-of-type {
    margin-bottom: 0;
  }
  #strength .flow__txt {
    font-size: 1.6rem;
    letter-spacing: 0.157rem;
    line-height: 2.8rem;
  }
}

.strength-txt__txt {
  margin: auto 4.8rem;
}
@media (max-width: 734px) {
  .strength-txt__txt {
    margin: auto 0;
  }
}

.we_make {
  background: url(../../../themes/LOGPOSE/img/we_make.webp) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.we_make__ttl {
  margin-bottom: 8rem;
  font-size: 6.3rem;
  letter-spacing: 2px;
}
.we_make__txt {
  margin-bottom: 7rem;
  line-height: 4rem;
  margin-bottom: 6.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 734px) {
  .we_make {
    text-align: left;
    padding: 5rem 0 6.3rem;
  }
  .we_make .we_make__ttl {
    font-size: 3rem;
    margin-bottom: 3.9rem;
    line-height: 4rem;
  }
  .we_make .we_make__txt {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-bottom: 5.5rem;
    letter-spacing: 0.12rem;
  }
  .we_make .contact-btn {
    width: 35rem;
  }
}

#service .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 13rem;
}
#service .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #service .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#service .p-service {
  padding: 18.5rem 0 3rem;
}
#service .p-service__contents.contents {
  max-width: 108.8rem;
}
#service .p-service__flex {
  display: flex;
  gap: 4rem;
  margin-bottom: 9rem;
}
#service .p-service__flex--img img {
  width: 44.2rem;
}
#service .p-service__flex--txt {
  max-width: 67.1rem;
}
#service .p-service__ttl {
  font-size: 3.2rem;
  margin-bottom: 2.7rem;
  letter-spacing: 0.1rem;
}
#service .p-service__txt {
  margin-bottom: 3.5rem;
  font-size: 2.2rem;
  line-height: 3.7rem;
  letter-spacing: 0.2rem;
}
#service .p-service__link {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  #service .p-service .p-service__flex {
    gap: 2.2rem;
    flex-flow: column;
  }
  #service .p-service .p-service__flex--img img {
    width: 100%;
  }
}
@media (max-width: 734px) {
  #service .p-service {
    padding: 6rem 0 0;
  }
  #service .p-service .p-service__flex {
    gap: 2.2rem;
    flex-flow: wrap;
  }
  #service .p-service .p-service__flex--img img {
    width: 100%;
  }
  #service .p-service .p-service__ttl {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
    letter-spacing: 0.38rem;
    line-height: 4rem;
  }
  #service .p-service .p-service__txt {
    margin-bottom: 3.1rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.17rem;
  }
  #service .p-service .p-service__link {
    margin-left: 0;
  }
  #service .p-service .p-service__flex {
    margin-bottom: 6.8rem;
  }
}

#profile .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 11rem;
}
#profile .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #profile .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#profile .profile {
  padding: 13.2rem 0 8.7rem;
}
#profile .profile__ttl {
  margin-bottom: 4rem;
}
#profile .profile__flex {
  display: flex;
  flex-flow: wrap;
  gap: 13.7rem;
}
#profile .profile__flex--txt {
  max-width: 55.4rem;
  width: 100%;
}
#profile .profile__flex--img {
  margin-top: 5.4rem;
}
#profile .profile__flex--img img {
  max-width: 40.1rem;
  width: 100%;
}
#profile .profile__subttl {
  margin-bottom: 3.3rem;
  letter-spacing: 0.2rem;
}
#profile .profile__txt {
  letter-spacing: 0.086rem;
}
@media (max-width: 1024px) {
  #profile .profile .profile__flex {
    flex-flow: column;
    gap: 0;
  }
  #profile .profile .profile__flex--txt {
    max-width: none;
  }
  #profile .profile__sp-img {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 734px) {
  #profile .profile {
    padding: 4.9rem 0 5.7rem;
  }
  #profile .profile .profile__ttl {
    margin-bottom: 2.5rem;
  }
  #profile .profile .profile__flex {
    gap: 0;
    flex-flow: wrap;
  }
  #profile .profile .profile__flex--img {
    margin-top: 9rem;
  }
  #profile .profile .profile__subttl {
    margin-bottom: 2.8rem;
  }
  #profile .profile .profile__txt {
    letter-spacing: 0.13rem;
  }
  #profile .profile__sp-img {
    margin-bottom: 3.8rem;
  }
}
#profile .philosophy {
  text-align: center;
  padding: 3.2rem 0 8.7rem;
}
#profile .philosophy__ttl {
  font-size: 6.5rem;
  margin-bottom: 3.2rem;
}
#profile .philosophy__ttl span {
  margin-top: 5.9rem;
}
#profile .philosophy__subttl {
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 734px) {
  #profile .philosophy {
    padding: 3.2rem 0 7rem;
  }
  #profile .philosophy .philosophy__ttl {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
  #profile .philosophy .philosophy__ttl span {
    margin-top: 3.1rem;
  }
  #profile .philosophy .philosophy__subttl {
    font-size: 1.8rem;
    letter-spacing: 0.16rem;
    margin-bottom: 1.2rem;
  }
  #profile .philosophy .philosophy__ttl {
    font-size: 2.8rem;
    margin-bottom: 2.7rem;
  }
  #profile .philosophy .philosophy__txt {
    line-height: 2.8rem;
  }
}
#profile .Management {
  background: #1B2D3D;
  padding: 10rem 0 6.7rem;
  color: #fff;
}
#profile .Management__ttl {
  font-size: 5.6rem;
  line-height: 7.6rem;
  margin-bottom: 1.7rem;
}
#profile .Management__ttl span {
  margin-top: 0;
}
#profile .Management__txt {
  line-height: 3.2rem;
  margin-bottom: 2.52rem;
}
#profile .Management__txt--h {
  font-size: 1.8rem;
}
@media (max-width: 734px) {
  #profile .Management {
    padding: 4.5rem 0 3.1rem;
  }
  #profile .Management .Management__ttl {
    font-size: 3rem;
    line-height: 4.6rem;
    margin-bottom: 3.5rem;
    letter-spacing: 0.2rem;
  }
  #profile .Management .ttl-sub {
    line-height: 3.2rem;
    margin-top: 1.1rem;
  }
  #profile .Management .Management__txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 3.8rem;
    letter-spacing: 0.15rem;
  }
  #profile .Management .Management__txt--h {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.19rem;
    margin-bottom: -2.3rem;
  }
}
#profile .company {
  padding: 10rem 0 12rem;
}
#profile .company__ttl {
  font-size: 6rem;
  line-height: 7rem;
  margin-bottom: 6.7rem;
}
#profile .company__ttl span {
  margin-top: 0;
  font-size: 1.4rem;
}
#profile .company__list {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D1D1D1;
  padding: 0px 0 4.9rem 2rem;
  gap: 10.4rem;
  margin-bottom: 4.6rem;
  letter-spacing: 0.17rem;
}
#profile .company__list--ttl {
  font-weight: bold;
  min-width: 11.9rem;
}
@media (max-width: 734px) {
  #profile .company {
    padding: 6.2rem 0 0;
  }
  #profile .company .company__ttl {
    line-height: normal;
    margin-bottom: 5.1rem;
    font-size: 3rem;
  }
  #profile .company .company__ttl span {
    margin-top: 1rem;
  }
  #profile .company .company__list--ttl {
    min-width: 6.9rem;
    font-size: 1.4rem;
  }
  #profile .company .company__list {
    padding: 0px 0 3.5rem 1.8rem;
    gap: 2.4rem;
    margin-bottom: 3.5rem;
    letter-spacing: 0.17rem;
  }
  #profile .company .company__list--disc {
    letter-spacing: normal;
  }
}

#recruit .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 11rem;
}
#recruit .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #recruit .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#recruit .p-recruit {
  padding: 10.3rem 0 8rem;
}
#recruit .p-recruit__ttl {
  font-size: 3.7rem;
  line-height: 7.1rem;
  letter-spacing: 0.41rem;
  margin-bottom: 5.8rem;
}
#recruit .p-recruit__flex {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#recruit .p-recruit__flex--img img {
  max-width: 40.5rem;
  width: 100%;
}
@media (max-width: 1024px) {
  #recruit .p-recruit .p-recruit__flex {
    flex-flow: column-reverse;
  }
  #recruit .p-recruit .p-recruit__flex--img img {
    max-width: none;
    margin-bottom: 4rem;
  }
}
@media (max-width: 734px) {
  #recruit .p-recruit {
    padding: 4.8rem 0 5rem;
  }
  #recruit .p-recruit__ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2.6rem;
  }
  #recruit .p-recruit .p-recruit__flex {
    flex-flow: column-reverse;
  }
  #recruit .p-recruit .p-recruit__flex--img img {
    margin-bottom: 4rem;
  }
}
#recruit .description {
  padding: 12.9rem 0 13.7rem;
  background-color: #1B2D3D;
}
#recruit .description__contents.contents {
  max-width: 110rem;
  margin: 0 auto;
  width: 100%;
}
#recruit .description__ttl {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 6.8rem;
}
#recruit .description__box {
  padding: 12.5rem 0 8.2rem;
  background-color: #fff;
}
#recruit .description__box--contents {
  max-width: 95.312rem;
  width: 100%;
  margin: 0 auto;
}
#recruit .description__subttl {
  font-size: 2rem;
  font-family: "Noto sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 1rem;
  line-height: normal;
  letter-spacing: 0.2rem;
}
#recruit .description__subttl .sqea {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #E5673E;
  margin-right: 1rem;
}
#recruit .description__txt {
  line-height: 3.7rem;
  padding-left: 0.5rem;
  margin-bottom: 3.9rem;
}
@media (max-width: 734px) {
  #recruit .description {
    padding: 7.5rem 0 6.8rem;
  }
  #recruit .description .description__ttl {
    font-size: 2.8rem;
    margin-bottom: 3.8rem;
  }
  #recruit .description .description__tabs {
    flex-flow: column;
    margin-bottom: 3.3rem;
  }
  #recruit .description .description__tabs label {
    height: 5rem;
    width: 29.7rem;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
  #recruit .description .description__tabs label:last-child {
    margin-bottom: 0;
  }
  #recruit .description .description__box {
    padding: 5.5rem 0 1.8rem;
  }
  #recruit .description .description__box--contents {
    max-width: 32rem;
  }
  #recruit .description__contents.contents {
    max-width: 35rem;
    margin: 0 auto;
    width: 100%;
  }
  #recruit .description .description__subttl {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.18rem;
  }
  #recruit .description .description__txt {
    line-height: 3.1rem;
    padding-left: 0.5rem;
    margin-bottom: 3.3rem;
    letter-spacing: 0.13rem;
    position: relative;
    padding-left: 1rem;
  }
  #recruit .description .description__txt span.dot {
    position: absolute;
    display: inline;
    left: -0.5rem;
  }
}

#news .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 11rem;
}
#news .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #news .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#news .archive {
  padding: 16.5rem 0 10.2rem;
}
#news .archive__area {
  margin-bottom: 6.8rem;
}
#news .archive__post {
  border-bottom: solid 1px rgba(27, 45, 61, 0.18);
  max-width: 119.5rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.5rem 4.5rem;
  margin-bottom: 4.6rem;
}
#news .archive__post--item {
  display: flex;
  align-items: center;
}
#news .archive__time {
  max-width: 10rem;
  letter-spacing: 0.2rem;
}
#news .archive__category {
  max-width: 11.4rem;
  color: #fff;
  background-color: #1B2D3D;
  border-radius: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
  width: 100%;
  font-size: 1.3rem;
  margin: 0 4rem;
}
#news .archive__txt {
  letter-spacing: 0.15rem;
}
#news .archive__pagination {
  margin-top: 40px;
  text-align: center;
}
#news .archive__pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
#news .archive__pagination .page-numbers.current {
  background: #1B2D3D;
  color: #fff;
  border-color: #1B2D3D;
}
@media (max-width: 734px) {
  #news .archive {
    padding: 8.5rem 0 6.2rem;
  }
  #news .archive__ttl {
    margin-bottom: 5.3rem;
  }
  #news .archive__area {
    margin-bottom: 5.3rem;
  }
  #news .archive__post--item {
    flex-flow: wrap;
  }
  #news .archive__post {
    padding: 0 1.1rem 1rem;
    margin-bottom: 4.1rem;
  }
  #news .archive__time {
    max-width: 8rem;
    letter-spacing: normal;
    font-size: 1.4rem;
  }
  #news .archive__category {
    margin: 0 2rem;
  }
  #news .archive__txt {
    font-size: 1.4rem;
    width: 100%;
    line-height: 2.5rem;
    margin-top: 1.2rem;
  }
}

#single .single h1 {
  font-size: 3.6rem;
  color: #1B2D3D;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
}
#single .single h2 {
  background-color: #f9f9f9;
  color: #333;
  font-size: 2rem;
  margin: 30px 0 15px;
  padding: 5px 13px;
  position: relative;
}
#single .single h2::before {
  background-color: #1B2D3D;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
#single .single h3 {
  border-bottom: 1px solid #666;
  font-size: 1.8rem;
  margin: 30px 0 15px;
  padding-bottom: 3px;
  line-height: 1.5;
}
#single .single h4 {
  font-size: 1.6rem;
  margin: 30px 0 15px;
  font-weight: bold;
}
#single .single p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#single .single__content a {
  border-bottom: 1px solid #E5673E;
  color: #E5673E;
}
#single .single__wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
}
#single .single__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
#single .single__date {
  font-size: 1.8rem;
}
#single .single__category li {
  display: inline-block;
  padding: 4px 10px;
  background: #222;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
#single .single__thumb {
  margin-bottom: 37px;
}
#single .single__nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: row;
  margin: 3rem 0;
}
#single .single__nav--prev, #single .single__nav--next {
  max-width: 500px;
  width: 48%;
}
#single .single__nav--prev a, #single .single__nav--next a {
  display: block;
  padding: 1rem;
  background: #f5f5f5;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 8px;
  padding: 2rem;
}
#single .single__nav--prev a span, #single .single__nav--next a span {
  display: block;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1rem;
}
#single .single__sidebar .sidebar__block {
  margin-bottom: 40px;
}
#single .single .sidebar__ranking .rank {
  font-weight: bold;
  margin-right: 8px;
}
#single .single .sidebar__item {
  position: relative;
  margin-bottom: 1rem;
}
#single .single .sidebar__item a {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 0 0 10px 0;
  text-decoration: none;
}
#single .single .sidebar__thumb {
  width: 29%;
}
#single .single .sidebar__thumb img {
  -o-object-fit: cover;
  display: block;
  height: 61px;
  margin: 10px 0;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
}
#single .single .sidebar__text {
  width: 65%;
  padding: 10px 0;
}
#single .single .rank {
  position: absolute;
  background-color: #1B2D3D;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: -1rem;
}
#single .single table th {
  background-color: #1B2D3D;
  color: #fff;
}
#single .single table td,
#single .single table th {
  border: solid 1px;
  padding: 7px;
}
@media (max-width: 1024px) {
  #single .single .single__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #single .single .sidebar__thumb {
    width: 14%;
  }
  #single .single .sidebar__text {
    width: 84%;
  }
}
@media (max-width: 734px) {
  #single .single {
    padding: 7.8rem 0 0;
  }
  #single .single .single__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #single .single h1 {
    font-size: 20px;
    color: #1B2D3D;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
  }
  #single .single h2 {
    background-color: #f9f9f9;
    color: #333;
    font-size: 20px;
    margin: 30px 0 15px;
    padding: 5px 13px;
    position: relative;
  }
  #single .single h2::before {
    background-color: #1B2D3D;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
  }
  #single .single h3 {
    border-bottom: 1px solid #666;
    font-size: 18px;
    margin: 30px 0 15px;
    padding-bottom: 3px;
    line-height: 1.5;
  }
  #single .single h4 {
    font-size: 16px;
    margin: 30px 0 15px;
    font-weight: bold;
  }
  #single .single p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #single .single .single__meta {
    align-items: center;
  }
  #single .single .sidebar__thumb {
    width: 29%;
  }
  #single .single .sidebar__text {
    width: 65%;
  }
  #single .single .single__nav {
    gap: 2rem;
    flex-flow: wrap;
  }
  #single .single .single__nav--prev,
  #single .single .single__nav--next {
    max-width: none;
    width: 100%;
  }
  #single .single .single__nav--prev a span,
  #single .single .single__nav--next a span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 1rem;
  }
  #single .single .single__nav--prev a,
  #single .single .single__nav--next a {
    padding: 1rem;
  }
}

#contact {
  /* =====================================================
    p-form（SP：デフォルト）
  ===================================================== */
  /* =====================================================
    PC（769px〜）
  ===================================================== */
}
#contact .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 13rem;
}
#contact .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #contact .fv {
    padding: 12.5rem 0 6.5rem;
  }
}
#contact .p-form {
  padding: 10px 0;
}
#contact .p-form__content {
  margin-bottom: 30px;
}
#contact .p-form__content > span {
  display: block;
  margin-top: 10px;
}
#contact .p-form__content-head {
  font-size: 1.8rem;
  font-weight: 500;
}
#contact .p-form__content-must {
  background-color: #d6463a;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
}
#contact .wpcf7-form-control-wrap {
  position: relative;
}
#contact .p-form__content input,
#contact .p-form__content select,
#contact .p-form__content textarea {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 7px 15px;
  width: 100%;
  box-sizing: border-box;
}
#contact .p-form__content-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
#contact .p-form__content-submit {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#contact input[type=submit] {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#contact a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #contact .p-form {
    padding: 50px 60px;
  }
  #contact .p-form__content {
    margin-bottom: 50px;
  }
  #contact .p-form__content-head {
    font-size: 2rem;
  }
  #contact .p-form__content-must {
    font-size: 1.4rem;
  }
  #contact input[type=submit] {
    height: 70px;
    line-height: 70px;
    max-width: 253px;
  }
  #contact .p-form__content input,
  #contact .p-form__content select,
  #contact .p-form__content textarea {
    padding: 15px 15px;
  }
}

#policy h2 {
  padding-top: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
#policy h3 {
  font-size: 1.9rem;
  margin-bottom: 1%;
  line-height: normal;
}
#policy p {
  font-size: 1.4rem;
}
#policy .c-privacy-section {
  margin-bottom: 2%;
  padding: 1.5% 3%;
  border-bottom: 1px solid #e0e0e0;
}
#policy a {
  text-decoration: underline;
  color: blue;
}
#policy .c-privacy-contact {
  background-color: #f8f8f8;
  padding: 2%;
  border-radius: 8px;
  margin-top: 1%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #policy .c-privacy-section {
    margin-bottom: 4%;
    padding: 3% 5%;
  }
}

#not .fv {
  background-color: #1B2D3D;
  padding: 18.5rem 0 13rem;
}
#not .fv__ttl {
  position: static;
  display: block;
}
@media (max-width: 734px) {
  #not .fv {
    padding: 12.5rem 0 6.5rem;
  }
}