@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------
基本設定
-------------------------------*/
@media screen and (min-width: 721px) {
  html {
    font-size: 62.5%;
  }
  html a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 75%;
  }
  html .pc {
    display: none;
  }
}
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

/*------------------------------
レイアウト基本設定
-------------------------------*/
.l-inner {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}
/*------------------------------
カラー基本設定
-------------------------------*/
/*------------------------------
テキスト基本設定
-------------------------------*/
.en {
  font-family: "Roboto", sans-serif;
}

.text-s {
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin: 0;
}

.text-m {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.7rem;
  font-weight: 400;
  margin: 0;
}

.text-l {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

.text-xl {
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 4.5rem;
  margin: 0;
}

.text-xxl {
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .text-s {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .text-m {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .text-l {
    font-size: 1.8rem;
  }
  .text-xl {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .text-xxl {
    font-size: 3.2rem;
  }
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

li {
  list-style-type: none;
}

.introText {
  margin-bottom: 70px;
  position: relative;
}
.introText p {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.introText p::before {
  position: absolute;
  top: -20px;
  content: "";
  width: 50px;
  height: 1px;
  border-top: solid 1px #427fad;
}
.introText h2 {
  margin: 0;
  font-size: 3.7rem;
  line-height: 5rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.introText.center {
  text-align: center;
}
.introText.center p::before {
  display: none;
}

/*------------------------------
ボタン設定
-------------------------------*/
.btn-circle {
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #000;
  border: solid 1px #000;
  padding: 13px 30px;
  border-radius: 100px;
}

.btn-circle.black {
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  padding: 13px 30px;
  border-radius: 100px;
  display: inline-block;
}
.btn-circle.black:hover {
  background-color: #444;
}

.btn-text {
  letter-spacing: 1px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.btn-text i {
  font-size: 1.6rem;
  margin-left: 5px;
}
.btn-text:hover {
  color: #427fad;
}

@media screen and (max-width: 750px) {
  .btn-circle,
  .btn-circle.black {
    font-size: 1.3rem;
  }
}
/*------------------------------
マージン・パディング設定
-------------------------------*/
/* padding-bottom classes */
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

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

.pb50 {
  padding-bottom: 50px !important;
}

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

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-top classes */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

/* margin-bottom classes */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-top classes */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt30 {
  margin-top: 30px !important;
}

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

.mt50 {
  margin-top: 50px !important;
}

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

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/*------------------------------
ヘッダー
-------------------------------*/
header {
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: fixed;
  height: 90px;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.7s ease;
}
header.shadow {
  box-shadow: 0 5px 36px rgba(0, 0, 0, 0.07);
}
header .headerLeft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  width: calc(100% - 465px);
}
header .headerLeft__logo img {
  width: 270px;
}
@media screen and (max-width: 750px) {
  header .headerLeft__logo img {
    max-width: 200px;
  }
}
header .headerLeft__nav {
  width: 65%;
}
header .headerLeft__nav ul {
  display: flex;
  justify-content: space-between;
}
header .headerLeft__nav ul li {
  display: flex;
  justify-content: space-between;
}
header .headerLeft__nav ul li a {
  font-size: 1.3rem;
  font-weight: 400;
}
header .headerLeft__nav ul li a:hover {
  color: #427fad;
}
header .headerRight {
  display: flex;
  align-items: center;
  background-color: #222;
  padding: 0px 30px;
  width: 355px;
}
header .headerRight__tel {
  margin-right: 20px;
  font-weight: 300;
}
header .headerRight__tel a {
  color: #e4e4e4;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
header .headerRight__tel a i {
  color: #e4e4e4;
  font-size: 2.4rem;
  margin-right: 5px;
}
header .headerRight__tel h1,
header .headerRight__tel p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  margin: 5px 0 0 0;
  color: #e4e4e4;
}
header .headerRight .btn-circle {
  background-color: #fff;
  color: #000;
  font-weight: 400;
}
header .headerRight .btn-circle i {
  margin-left: 3px;
}
header .headerRight .btn-circle:hover {
  background-color: #427fad;
  color: #FFFFFF;
}

@media screen and (max-width: 750px) {
  header {
    height: 60px;
  }
  header .headerLeft {
    margin: 0 15px;
  }
  header .headerLeft__nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    z-index: 98;
  }
  header .headerLeft__nav.active {
    display: flex;
  }
  header .headerLeft__nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .headerLeft__nav ul li {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  header .headerLeft__nav ul li:last-child {
    border-bottom: 1px solid #ddd;
  }
  header .headerLeft__nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-size: 1.3rem;
  }
  header .headerRight {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  header .headerRight .btn-circle {
    border-radius: 0px;
    font-size: 1.3rem;
    width: 30%;
    text-align: center;
  }
  header .headerRight__tel {
    width: 70%;
  }
  header .headerRight__tel a {
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .headerRight__tel a i {
    font-size: 1.5rem;
  }
  header .headerRight__tel a h1 {
    font-size: 1rem;
  }
  header .headerRight__tel h1, header .headerRight__tel p {
    display: none;
  }
}
.hamburger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
  }
  .hamburger span {
    display: block;
    height: 2px;
    background: #333;
    margin: 5px 0;
  }
}

/*------------------------------
フッダー
-------------------------------*/
footer {
  background-color: #000;
  padding: 100px 50px;
}
footer nav {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
footer nav ul li {
  margin: 0px 20px;
}
footer nav ul li a {
  color: #b7b7b7;
  font-size: 1.35rem;
  font-weight: 400;
}
footer .copyright {
  color: #b7b7b7;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin: 0;
}

/*------------------------------
記事レイアウト設定
-------------------------------*/
.postMeta time {
  color: #999;
  margin-right: 7px;
}
.postMeta a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #555;
}

.postTitle {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.postExcerpt {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #777;
  display: none;
}

@media screen and (max-width: 750px) {
  .postTitle {
    font-size: 1.5rem;
  }
}
/*------------------------------
トップページ　メインビジュアル
-------------------------------*/
.mainVisual {
  background-image: url(../images/index/mv.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
  position: relative;
  margin-bottom: -200px;
  padding-top: 90px;
}
.mainVisual__text {
  position: absolute;
  top: 250px;
  color: #fff;
  width: 800px;
}
.mainVisual__text .text-xxl {
  margin-bottom: 30px;
}
.mainVisual__text .text-m {
  line-height: 3.2rem;
}
.mainVisual a {
  position: absolute;
  top: 650px;
  border: solid 1px #fff;
  color: #fff;
}
.mainVisual a:hover {
  background-color: #FFFFFF;
  color: #000;
}

@media screen and (max-width: 750px) {
  .mainVisual {
    height: calc(100vh - 60px);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    padding-top: 60px;
  }
  .mainVisual .l-inner {
    width: 80%;
    max-width: 100%;
    margin: 100px auto 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .mainVisual .btn-circle {
    position: initial;
    width: max-content;
    align-self: flex-start;
  }
  .mainVisual__text {
    width: 100%;
    top: 150px;
    position: initial;
  }
  .mainVisual__text .text-xxl {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .mainVisual__text .text-m {
    font-size: 1.3rem;
    line-height: 2.7rem;
    margin-bottom: 30px;
  }
  .mainVisual__text .text-m br {
    display: none;
  }
  .mainVisual a {
    top: initial;
  }
}
/*------------------------------
トップページ　新着記事
-------------------------------*/
.newPosts {
  margin-bottom: 100px;
}
.newPosts .introText {
  color: #fff;
}
.newPosts .introText p {
  font-weight: 300;
}
.newPosts .introText p::before {
  position: absolute;
  top: -15px;
  content: "";
  width: 50px;
  height: 1px;
  border-top: solid 1px #fff;
}
.newPosts__post ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.newPosts__post ul li {
  width: 400px;
  margin: 0 20px 40px 0;
  padding: 0;
}
.newPosts__post ul li figure {
  width: 400px;
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px rgba(220, 220, 220, 0.6);
  box-sizing: border-box;
  position: relative;
}
.newPosts__post ul li figure img {
  width: 100%;
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}
.newPosts__post ul li:hover h3 {
  color: #427fad;
  transition: 0.3;
}
.newPosts__post ul li:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 750px) {
  .newPosts {
    margin-bottom: 100px;
  }
  .newPosts .introText {
    color: black;
  }
  .newPosts .introText p {
    font-weight: 300;
  }
  .newPosts .introText p::before {
    position: absolute;
    top: -15px;
    content: "";
    width: 50px;
    height: 1px;
    border-top: solid 1px #fff;
  }
  .newPosts__post ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .newPosts__post ul li {
    width: 400px;
    margin: 0 20px 40px 0;
    padding: 0;
  }
  .newPosts__post ul li figure {
    width: auto;
  }
  .newPosts__post ul li figure img {
    width: 100%;
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
  }
  .newPosts__post ul li:hover h3 {
    color: #427fad;
    transition: 0.3;
  }
  .newPosts__post ul li:hover img {
    transform: scale(1.05);
  }
}
/*------------------------------
トップページ　カテゴリ
-------------------------------*/
.categoryKeywords {
  padding-bottom: 150px;
}
.categoryKeywords ul {
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.categoryKeywords ul li {
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
}
.categoryKeywords ul li a {
  font-size: 1.4rem;
  padding: 10px 20px;
  border: solid 1px #d4d4d4;
  border-radius: 100px;
}
.categoryKeywords ul li a:hover {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
}

/*------------------------------
トップページ　　カテゴリ別の記事一覧
-------------------------------*/
.postService {
  margin-bottom: 150px;
}
.postService__wrap {
  display: flex;
  justify-content: space-between;
}
.postService__wrap .wrapppingService__wrap__post {
  width: 700px;
}
.postService__wrap .wrapppingService__wrap__post ul {
  padding: 0;
}
.postService__wrap .wrapppingService__wrap__post ul li {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.postService__wrap .wrapppingService__wrap__post ul li:last-of-type {
  border: none;
}
.postService__wrap .wrapppingService__wrap__post ul li a {
  display: flex;
  justify-content: space-between;
}
.postService__wrap .wrapppingService__wrap__post ul li a figure {
  width: 265px;
  height: 162px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.postService__wrap .wrapppingService__wrap__post ul li a figure img {
  transition: transform 0.3s ease;
  width: 100%;
}
.postService__wrap .wrapppingService__wrap__post ul li a .postText {
  width: 400px;
}
.postService__wrap .wrapppingService__wrap__post ul li a:hover h3 {
  color: #427fad;
  transition: 0.3;
}
.postService__wrap .wrapppingService__wrap__post ul li a:hover img {
  transform: scale(1.05);
}
.postService__wrap .wrapppingService__wrap__link {
  width: 400px;
  height: 550px;
  background-image: url(../images/index/wrappingService.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.postService__wrap .wrapppingService__wrap__link h3 {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.postService__wrap .wrapppingService__wrap__link .text-s {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.postService__wrap .wrapppingService__wrap__link .btn-circle {
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  background: transparent;
  z-index: 2;
  display: inline-block;
}
.postService__wrap .wrapppingService__wrap__link .btn-circle i {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .postService__wrap .wrapppingService__wrap__link .btn-circle {
    position: initial;
  }
}
.postService__wrap .wrapppingService__wrap__link .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}
.postService__wrap .wrapppingService__wrap__link:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
}
.postService__wrap .wrapppingService__wrap__link:hover .btn-circle {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.postService__wrap .wrapppingService__wrap__link.film {
  background-image: url(../images/index/filmService.jpg);
}

/*------------------------------
トップページ　メッセージ
-------------------------------*/
.message {
  text-align: center;
  margin-bottom: 100px;
}
.message .l-inner {
  padding: 100px 0px;
  background: url(../images/index/filmService.jpg);
  background-size: 100%;
  border-radius: 10px;
  background-position: 0px -710px;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.message .en {
  margin: 0;
  font-size: 7.5rem;
  letter-spacing: 3px;
  font-weight: 500;
}
.message h2 {
  font-size: 2rem;
  font-weight: 400;
}

/*------------------------------
トップページ　　CEOメッセージ
-------------------------------*/
.ceoMessage {
  padding: 150px 0px;
  background-image: url(../images/index/ceoMessage.jpg);
  background-size: 100%;
  background-position: center;
  color: #fff;
  position: relative;
}
.ceoMessage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ceoMessage .l-inner {
  width: 980px;
  z-index: 1;
  position: relative;
}
.ceoMessage h4 {
  font-weight: initial;
  margin-bottom: 50px;
}
.ceoMessage .text-m {
  line-height: 3.5rem;
}

/*------------------------------
下層ページ共通
-------------------------------*/
.pageHeader {
  background-color: gainsboro;
  color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 90px 20px 20px 20px;
}
.pageHeader .l-inner {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 2;
}
.pageHeader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.pageHeader__en {
  font-family: "Lexend", sans-serif;
  font-size: 12rem;
  font-weight: 300;
  letter-spacing: 5px;
  margin-right: 40px;
}
.pageHeader__ja {
  width: 500px;
}
.pageHeader__ja h1 {
  font-weight: 400;
  font-size: 2.3rem;
  margin-bottom: 10px;
}
/* 通常の状態ではぼかしを解除する */
.blurred-background.show-normal {
  filter: blur(0);
}

/* パンくず */
.breadCrumb {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 40px;
  text-align: left;
  color: #777;
  padding: 20px 0px 70px 0px;
}
.breadCrumb a {
  color: #777;
}
@media screen and (max-width: 750px) {
  .breadCrumb {
    display: none;
  }
}

.bgDot {
  background-color: #fff;
  background-size: 2px 2px;
  background-image: radial-gradient(#d4d4d4 50%, transparent 50%);
  padding: 100px 0px;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 150px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .pageHeader {
    height: 200px;
    box-sizing: border-box;
    position: relative;
    top: 90px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .pageHeader__en {
    font-size: 4rem;
    margin-right: 20px;
  }
  .pageHeader__ja h1 {
    font-size: 1.5rem;
  }
  .pageContainer {
    padding-top: 100px;
  }
}
/*------------------------------
下層ページ ブログ共通
-------------------------------*/
.pageContainer.blog {
  background-color: rgb(248, 248, 248);
}

.blogSidebar {
  width: 350px;
}
.blogSidebar__item {
  border-radius: 10px;
  margin-bottom: 50px;
}
.blogSidebar__item .searchForm input {
  width: 100%;
  box-sizing: border-box;
}
.blogSidebar__item__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.blogSidebar__category {
  padding: 0;
}
.blogSidebar__category li {
  border-top: solid 1px #d8d8d8;
}
.blogSidebar__category li a {
  padding: 10px 0px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.blogSidebar__category li:last-of-type {
  border-bottom: solid 1px #d8d8d8;
}
.blogSidebar__category li:hover {
  background-color: rgb(205, 205, 205);
  transition: 0.3s;
}
.blogSidebar__rank {
  padding: 0;
  /*ランキング順位表示*/
  /*記事タイトル*/
  /*アイキャッチ*/
  /*ランキングカウンター*/
  /*カウント数*/
  /*ランキング1〜3の色変更*/
}
.blogSidebar__rank li {
  border-bottom: 1px dashed #77776E;
  position: relative;
  list-style: none;
  height: 120px;
}
.blogSidebar__rank li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  margin: 10px 10px 10px 0px;
}
.blogSidebar__rank li a:hover {
  color: #3fa3ff;
}
.blogSidebar__rank li img {
  margin: 10px;
}
.blogSidebar__rank li:before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #555;
  border-radius: 50%;
  z-index: 1;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.blogSidebar__rank li {
  counter-increment: wpp-count;
}
.blogSidebar__rank li:nth-child(1):before {
  background-color: #EFAF00;
}
.blogSidebar__rank li:nth-child(2):before {
  background-color: #9EACB4;
}
.blogSidebar__rank li:nth-child(3):before {
  background-color: #BA6E40;
}

/* ナビゲーション */
.blogNavi {
  /* ポップアップのスタイルを追加 */
}
.blogNavi__category, .blogNavi__search {
  display: flex;
  align-items: baseline;
}
.blogNavi__category:first-of-type, .blogNavi__search:first-of-type {
  margin-bottom: 30px;
}
.blogNavi__category p, .blogNavi__search p {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 10px 0 0;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  min-width: 200px;
}
@media screen and (max-width: 750px) {
  .blogNavi__category p, .blogNavi__search p {
    margin-bottom: 30px;
  }
}
.blogNavi__category p::before, .blogNavi__search p::before {
  content: "";
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #427fad;
  border-radius: 100px;
  display: block;
}
.blogNavi__category ul, .blogNavi__search ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.blogNavi__category ul li, .blogNavi__search ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
}
.blogNavi__category ul li a, .blogNavi__search ul li a {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 100px;
}
.blogNavi__category ul li a:hover, .blogNavi__search ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .blogNavi__category, .blogNavi__search {
    display: block;
  }
}
.blogNavi .categoryAll {
  display: none;
}
.blogNavi .categoryAll__bg {
  width: 1000%;
  height: 1000%;
  left: -50%;
  top: -50%;
  position: fixed;
  z-index: 98;
}
.blogNavi .categoryAll__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.2);
  border-radius: 10px;
  width: 80%;
  z-index: 99;
}
.blogNavi .categoryAll__content__inner {
  position: relative;
}
.blogNavi .categoryAll__content__inner ul {
  display: flex;
  flex-wrap: wrap;
}
.blogNavi .categoryAll__content__inner ul li {
  margin-bottom: 10px;
}
.blogNavi .categoryAll__content__inner ul li a {
  border: 1px solid rgb(212, 212, 212);
  display: inline-block;
}
.blogNavi .categoryAll__content__inner ul li a:hover {
  border: solid 1px #000;
}
.blogNavi .categoryAll__content__bg {
  width: 1000%;
  height: 1000%;
  position: fixed;
  top: -50%;
  left: -50%;
  z-index: 9998 !important;
}

#showPopup {
  cursor: pointer;
  display: block;
  min-width: auto;
}
#showPopup::before {
  display: none;
}
#showPopup i {
  font-size: 3.9rem;
}
#showPopup span {
  font-weight: 400;
  display: block;
  font-size: 1rem;
  letter-spacing: 0px;
}

#closePopup {
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
  border-radius: 100px;
  padding: 10px;
  min-width: 25px;
  height: 25px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#closePopup i {
  width: 23px;
}
#closePopup::before {
  display: none;
}
#closePopup:hover {
  background-color: #000;
  color: white;
}

/* 検索フォーム */
.searchForm {
  position: relative;
}
.searchForm input {
  width: 300px;
  padding: 10px 80px 10px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 100px;
}
.searchForm button {
  border: none;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 100px;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.searchForm button #s-btn {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}
.searchForm button:hover {
  background-color: #555;
}

/*------------------------------
下層ページ ブログトップ
-------------------------------*/
.blogHeader {
  background-image: url(../images/blog/mv.jpg);
}

.blog .introText {
  color: #000;
}
.blog__contents section {
  padding: 50px 0px;
}
.blog__contents section:nth-child(even) {
  background-color: #f5f5f5;
}

.archivePosts__more {
  text-align: center;
  margin: 40px 0;
}
.archivePosts__more .btn-circle.black {
  padding: 15px 70px;
}

/*------------------------------
下層ページ ブログ一覧
-------------------------------*/
.archivePosts__post ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archivePosts__post ul li {
  margin: 0 0 40px 0;
}
.archivePosts__post ul li:last-of-type {
  margin-right: 0px;
}

/* ページネーション */
.wp-pagenavi {
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
}
.wp-pagenavi .pages {
  display: inline-block;
  margin-right: 8px;
  padding: 6px;
  background: #005bac;
  color: #fff;
}
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-weight: 300;
  margin-right: 8px;
}
.wp-pagenavi .extend {
  padding: 0;
  margin-right: 8px;
  border: none;
}
.wp-pagenavi a {
  font-size: 1.4rem;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
  margin: 8px;
  padding-right: 4px;
  padding-left: 4px;
  border: 0;
  border-bottom: 1px solid #005bac;
  border-radius: 0;
  background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 0;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s;
}

/*------------------------------
下層ページ ブログ検索結果
-------------------------------*/
.searchWord {
  margin: 100px 0px;
}

/*------------------------------
下層ページ ブログシングル
-------------------------------*/
.postContainer {
  display: flex;
  justify-content: space-between;
}
.postContainer .singleBlog {
  width: 850px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 80px;
}
@media screen and (max-width: 750px) {
  .postContainer .singleBlog {
    width: 100%;
    background: none;
    padding: 0;
  }
}
.postContainer .singleBlog__title {
  font-size: 2.9rem;
  line-height: 3.9rem;
}
.postContainer .singleBlog__text {
  color: #333;
  font-size: 1.5rem;
  line-height: 2.9rem;
}
.postContainer .singleBlog img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: solid 1px rgb(227, 227, 227);
  box-sizing: border-box;
}
.postContainer .singleBlog__postinfo {
  display: flex;
  font-size: 1.3rem;
  color: #555;
}
.postContainer .singleBlog__postinfo__date {
  margin-right: 10px;
}
.postContainer .singleBlog__postinfo__category a {
  color: #555;
}
.postContainer .singleBlog__postinfo__category a:hover {
  text-decoration: underline;
}
.postContainer .singleBlog__related {
  margin-top: 70px;
}
.postContainer .singleBlog__related ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.postContainer .singleBlog__related ul li {
  width: 30%;
  margin-bottom: 30px;
}
.postContainer .singleBlog__related ul li a time {
  color: #999;
  padding-bottom: 0;
}
.postContainer .singleBlog__related ul li a p {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.postContainer .singleBlog__related ul li a figure {
  width: 212px;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
}
.postContainer .singleBlog__related ul li a figure img {
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .postContainer .singleBlog__related ul li {
    width: 47%;
  }
  .postContainer .singleBlog__related ul li a figure {
    width: 100%;
  }
}

.unit-shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-sns {
  width: 24.4%;
  height: 40px;
}
.btn-sns a {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #959595;
  box-sizing: border-box;
  color: #fff;
}
.btn-sns a i {
  font-size: 2.4rem;
}
.btn-sns a:before {
  font-size: 1.7rem;
  margin: 4px 0 2px;
}

.btn-sns__text {
  font-size: 1.2rem;
  text-align: center;
}

.btn-sns.-pocket a {
  background-color: #ee4057;
}

.btn-sns.-link a {
  background-color: #474747;
}

.btn-sns.-twitter a {
  background-color: #fff;
  border: solid 1px #999;
}
.btn-sns.-twitter a img {
  width: 20px;
  border: none;
  border-radius: 0;
}

.btn-sns.-line a {
  background-color: #00c200;
}
.btn-sns.-line a img {
  width: 30px;
  border: none;
  border-radius: 0;
}

.btn-sns.-facebook a {
  background-color: #3b5999;
}

/*------------------------------
下層ページ ブログカテゴリ
-------------------------------*/
.postContainer__list {
  width: 850px;
}

/*------------------------------
下層ページ 会社案内
-------------------------------*/
.companyHeader {
  background-image: url(../images/company/mv.jpg);
}

.companySection {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.companySection .introText {
  width: 25%;
}

.messageCeo__text {
  display: flex;
  justify-content: space-between;
  width: 73%;
}
.messageCeo__text figure {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.messageCeo__text figure img {
  width: 100%;
}
.messageCeo__text p {
  color: #333;
  width: 570px;
}
.messageCeo__text p span {
  display: block;
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.companyGuide table {
  width: 40%;
  border-collapse: collapse;
}
.companyGuide table tr th {
  font-weight: 500;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 1px;
  border-top: solid 1px #888;
  vertical-align: top;
}
@media only screen and (min-width: 721px) {
  .companyGuide table tr th {
    width: 100px;
    vertical-align: middle;
  }
}
.companyGuide table tr td {
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
  line-height: 2.3rem;
  font-weight: 400;
  color: #555;
}
.companyGuide table tr td a {
  color: #555;
}
@media only screen and (max-width: 720px) {
  .companyGuide table tr td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (min-width: 721px) {
  .companyGuide table tr td {
    border-top: 1px solid #ccc;
  }
}
.companyGuide table tr th,
.companyGuide table tr td {
  padding: 20px 15px;
}
@media only screen and (max-width: 720px) {
  .companyGuide table tr th,
  .companyGuide table tr td {
    display: block;
  }
}
@media only screen and (min-width: 721px) {
  .companyGuide table tr:last-child th {
    border-bottom: 1px solid #707070;
  }
}
.companyGuide iframe {
  width: 30%;
}

.studioInfo__content {
  display: flex;
  justify-content: space-between;
  width: 73%;
}
.studioInfo__content div {
  width: 47%;
}
.studioInfo__content div h3 {
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
.studioInfo__content div figure {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.studioInfo__content div figure img {
  width: 100%;
}

/*------------------------------
下層ページ アバウト
-------------------------------*/
.aboutHeader {
  background-image: url(../images/about/mv.jpg);
}

.centerText {
  text-align: center;
}
.centerText p {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 4.7rem;
  font-weight: 400;
}

/* ------------------------------
下層ページ　カーラッピング
--------------------------------*/
.wrappingHeader {
  background-image: url(../images/wrapping/mv.jpg);
}

/* ------------------------------
下層ページ　プロテクションフィルム
--------------------------------*/
.filmHeader {
  background-image: url(../images/film/mv.jpg);
}

.pageContainer section {
  padding-bottom: 150px;
}

.blogParts {
  margin-bottom: 150px;
}
.blogParts article ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list .imgText h3 {
  margin-bottom: 10px;
}
.list .imgText p {
  margin-bottom: 30px;
}

.qa ul {
  margin: 0;
  padding: 0;
}
.qa ul li {
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
.qa ul li h3 {
  padding: 30px 40px;
}
.qa ul li h4 {
  padding: 30px 40px;
  border-top: solid 1px #dfdfdf;
}

.holizontalList {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
}
.holizontalList__item {
  width: 30%;
}
.holizontalList__item h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.holizontalList__item figure {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.holizontalList__item figure img {
  width: 100%;
  height: 100%;
}
.holizontalList.two-items .holizontalList__item {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .holizontalList.two-items .holizontalList__item {
    width: 100%;
  }
}

.imgText {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.imgText figure {
  width: 46%;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.imgText figure img {
  width: 100%;
}
.imgText div {
  width: 46%;
}
.imgText div h3 {
  margin-bottom: 40px;
}

/* ------------------------------
下層ページ　ギャラリー
--------------------------------*/
.galleryHeader {
  background-image: url(../images/gallery/mv.jpg);
}

.galleryTaxonomy {
  margin-bottom: 100px;
}
.galleryTaxonomy ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.galleryTaxonomy ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.galleryTaxonomy ul li a {
  width: 149px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgb(231, 231, 231);
  padding: 10px;
  border-radius: 10px;
}
.galleryTaxonomy ul li a:hover {
  border: solid 1px #000;
}
.galleryTaxonomy ul li a img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.galleryTaxonomy ul li:nth-child(7) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .galleryTaxonomy ul li:nth-child(7) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .galleryTaxonomy ul li {
    width: 31%;
  }
}

/* ------------------------------
下層ページ　お問合せ
--------------------------------*/
.contactHeader {
  background-image: url(../images/contact/mv.jpg);
}

.p-form {
  margin-top: 3em;
  width: 60%;
  margin: auto;
}
.p-form__items {
  border-top: 1px solid #dddddd;
  padding-top: 2em;
}
.p-form__items:nth-last-child(2) {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 1024px) {
  .p-form__items {
    display: flex;
  }
}
.p-form__items + .p-form__items {
  margin-top: 2em;
}
.p-form__heading {
  font-size: 1.5rem;
}
.p-form__heading .check {
  font-size: 1rem;
  margin-top: 5px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .p-form__heading {
    width: 200px;
  }
}
.p-form__label {
  font-size: 1.1rem;
  display: inline-block;
  color: #FFFFFF;
  padding: 3px 7px;
  margin-right: 10px;
  border-radius: 5px;
}
.p-form__label--required {
  background-color: #d40000;
}
.p-form__label--free {
  background-color: #666666;
}
.p-form__detail p {
  margin: 0;
}
.p-form__detail span {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 10px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .p-form__detail {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .p-form__detail {
    flex: 1;
  }
}
.p-form__privacyCheck {
  margin: 40px 0px;
  text-align: center;
  font-size: 1.3rem;
  cursor: pointer;
}
.p-form__privacyCheck input {
  margin-right: 5px;
}
.p-form #r_contract #contractBox {
  border: solid 1px #d0d0d0;
  padding: 20px;
  height: 100px;
  overflow: scroll;
  color: #555;
}
.p-form__submit p {
  text-align: center;
  position: relative;
}
.p-form__submit p input {
  width: 300px;
  background-color: #000;
  color: #FFFFFF;
  padding: 20px 100px;
  border-radius: 100px;
  font-size: 1.5rem;
  border: none;
}
.p-form__submit p input:hover {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.p-form__submit p .wpcf7-spinner {
  position: absolute;
  top: 15px;
}
.p-form input.wpcf7-form-control.wpcf7-text,
.p-form textarea.wpcf7-form-control.wpcf7-textarea {
  outline: 0;
  margin: 0;
  font-size: 1.3rem;
  width: 100%;
  border: 1px solid #999;
  padding: 1em;
  border-radius: 5px;
  transition: 0.36s;
  box-sizing: border-box;
}
.p-form input.wpcf7-form-control.wpcf7-text:focus,
.p-form textarea.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #409ad5;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.p-form span.wpcf7-not-valid-tip,
.p-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #d40000;
  margin-top: 3px;
}

.wpcf7 form .wpcf7-response-output {
  width: 500px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .introText {
    margin-bottom: 40px;
  }
  .introText p {
    font-size: 1rem;
  }
  .introText h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .newPosts__post ul li,
  .archivePosts__post ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .postService__wrap {
    display: block;
  }
  .postService__wrap .wrapppingService__wrap__post,
  .postService__wrap .wrapppingService__wrap__link {
    width: 100%;
    margin-bottom: 30px;
  }
  .postService__wrap .wrapppingService__wrap__link {
    height: auto;
    width: auto;
  }
  .message .l-inner {
    width: 100%;
    padding: 30px;
    background-position: center center;
    border-radius: 0;
    text-align: left;
    .en {
      font-size: 3rem;
    }
  }
  .ceoMessage {
    padding: 80px 20px;
    background-size: cover;
  }
  .blogSidebar,
  .postContainer__list,
  .singleBlog {
    width: 100%;
  }
  .postContainer {
    flex-direction: column;
    gap: 30px;
  }
  .singleBlog {
    padding: 30px 20px;
  }
  .unit-shares {
    flex-wrap: wrap;
    gap: 10px;
  }
  .unit-shares .btn-sns {
    width: 48%;
  }
  footer {
    padding: 50px 20px;
  }
  footer nav {
    flex-direction: column;
    align-items: center;
  }
  footer nav li {
    margin: 10px 0;
  }
  footer .copyright {
    font-size: 1rem;
  }
  .companySection,
  .messageCeo__text,
  .studioInfo__content {
    flex-direction: column;
    width: 100%;
  }
  .companyGuide table,
  .companyGuide iframe {
    width: 100%;
  }
  .imgText {
    flex-direction: column;
  }
  .imgText figure,
  .imgText div {
    width: 100%;
  }
  .imgText div {
    margin-top: 30px;
  }
  .holizontalList {
    flex-direction: column;
  }
  .holizontalList .holizontalList__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .galleryTaxonomy ul li a {
    height: 70px;
  }
  .p-form {
    width: 90%;
    padding: 0 10px;
  }
  .searchForm input {
    width: 100%;
    box-sizing: border-box;
  }
  .searchForm button {
    top: 5px;
    right: 5px;
  }
}
/* 追加で、imgには最大幅を制限 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}