@charset "UTF-8";
/* Scss Document */
/* --------------------------
foundation 
--------------------------- */
/* テーマの名前 */
/* 
Theme Name: cleantech-v2
Theme URI: 
Version: 1.1
 */
/* Sassの変数 */
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* reset.css */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
p,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*

ul > li:before  {
	content: '・';
} */
/* 基本的な要素 body,aなど */
/* font */
/* Elements  */
html {
  font-size: 62.5%;
}

/*
* {
  outline: 1px solid magenta;
}
*/
body {
  margin: auto;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin-bottom: 1.5em;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 40px;
  height: 30px;
  background: url(./img/blog/icon_blockquote.png) no-repeat 50% 50%;
}

sup {
  vertical-align: text-top;
  font-size: 0.4em;
}

.clear-fix {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 30px auto;
}

.alignleft {
  float: left;
  margin: 8px 20px 8px 0;
}

.alignright {
  float: right;
  margin: 8px 0px 8px 20px;
}

@media screen and (max-width: 670px) {
  .alignleft {
    float: none;
    display: block;
    margin: 30px auto;
  }
  .alignright {
    float: none;
    display: block;
    margin: 30px auto;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

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

iframe {
  max-width: 100%;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.5;
}

h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h5 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  margin-bottom: 20px;
}
table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}
table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/* --------------------------
layout 
--------------------------- */
/* コンテンツ幅 */
/* Contents */
/* 基本 */
.l-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 15px;
  }
}

/* 基本 余白なし */
.l-container--nopad {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

/*　ヘッダー用　*/
.l-container--header {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-container--header {
    width: 100%;
    padding: 0 15px;
  }
}

/*　小さい幅　*/
.l-container-small {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-container-small {
    width: 100%;
    padding: 0 5px;
  }
}

/* ブログ */
.l-blog-area {
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .l-blog-area {
    border-bottom: none;
  }
}

.l-blog-area--single {
  margin-bottom: 114px;
}

.l-blog-cotent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-blog-cotent-row {
    margin-bottom: 50px;
  }
}

.l-blog-cotent-row--single {
  margin-bottom: 0px;
}

.l-blog-post-wrap {
  position: relative;
  width: calc(100% - 267px);
  padding: 72px 35px 0 0;
  border-right: 1px solid #b3b3b3;
}
@media screen and (max-width: 767px) {
  .l-blog-post-wrap {
    width: 100%;
    padding: 15px 0 0 0;
    border-right: none;
  }
}

.l-blog-post-wrap--single {
  padding: 69px 35px 0 0;
}
@media screen and (max-width: 767px) {
  .l-blog-post-wrap--single {
    padding: 15px 0 0 0;
  }
}

.l-sidebar-wrap {
  width: 267px;
  padding: 67px 0 0 27px;
}
@media screen and (max-width: 767px) {
  .l-sidebar-wrap {
    width: 100%;
    padding: 0 0 0 0;
  }
}

/* ヘッダーのコーディング */
/* トップページのKV */
.l-header-kv-wrap {
  background: url(./img/top/bg-index01.jpg) no-repeat 50% 100%;
  background-size: cover;
}

.l-header-kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 552px;
}
@media screen and (max-width: 767px) {
  .l-header-kv {
    height: 300px;
  }
}

.l-header-branding {
  width: 152px;
  height: auto;
  margin: 0px 0px 0 23px;
  padding: 12px 0 0 0px;
}
.l-header-branding a {
  text-decoration: none;
}
.l-header-branding a:hover {
  text-decoration: none;
  opacity: 1;
}
.l-header-branding a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-header-kv-text {
  text-align: left;
  color: #004ea2;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-header-kv-text {
    font-size: 3.5rem;
  }
}

.l-header-kv02 {
  position: relative;
  background: url(./img/top/bg-index02.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .l-header-kv02 {
    padding: 50px 0 75px 0;
  }
}

.l-header-kv02__title {
  font-size: 4.5rem;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__title {
    font-size: 2.5rem;
  }
}

.l-header-kv02__text {
  margin-top: 40px;
  font-size: 2.4rem;
  line-height: 1.7;
  color: #FFF;
  font-weight: 500;
  padding-right: 33%;
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__text {
    font-size: 1.6rem;
    padding-right: 0;
  }
}

.l-header-kv02__idea {
  margin-bottom: -330px;
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__idea {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__idea {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__idea img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__idea img {
    width: 115px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-kv02__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
}

.l-header-kv02__list__item {
  position: absolute;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-header-kv02__list__item {
    position: relative;
  }
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__list__item img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__list__item img {
    width: 100%;
    height: auto;
  }
}

.l-header-kv02__list--item01 {
  top: 90px;
  right: 0;
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__list--item01 {
    top: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__list--item01 {
    top: 0;
    width: 100%;
    height: auto;
  }
}

.l-header-kv02__list--item02 {
  top: 260px;
  right: 193px;
}
@media screen and (max-width: 1050px) {
  .l-header-kv02__list--item02 {
    top: 300px;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-kv02__list--item02 {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}

.l-header-kv02__list--item03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-kv02__list--item03 {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto 0px auto;
  padding: 0px 0 0 0;
  background-color: #fff;
  z-index: 777;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  header {
    margin: 0 0px;
    padding: 0 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header-wrap {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    display: none;
  }
}

.l-header-sp-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-sp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 65px;
  }
}

.l-header-sp__branding {
  position: relative;
  top: 10px;
}
.l-header-sp__right__tel {
  position: relative;
  top: 21px;
  right: 54px;
}

/* Navi */
.l-nav-outer {
  height: 96px;
}

.l-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 8px 0px 8px 0px;
}

.l-nav-contact-wrap {
  position: relative;
  top: 3px;
  right: 3px;
  width: auto;
  min-width: 96px;
  line-height: 1.2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-nav-contact-wrap img {
  vertical-align: bottom;
}

.l-nav-contact-btn {
  display: block;
  text-align: center;
  padding: 7px 12px;
  color: #fff;
  background: #0068b7;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.02s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.02s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
  cursor: pointer;
}
.l-nav-contact-btn:hover {
  background: #005a9e;
}
.l-nav-contact-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

/* フッターのコーディング */
/* Footer */
footer {
  position: relative;
  background-color: #fff;
}

.l-footer-main-outer {
  padding: 40px 50px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .l-footer-main-outer {
    padding: 30px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-main-outer {
    padding: 30px 15px 0 15px;
  }
}

.l-footer-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .l-footer-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.l-footer-logo-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 115px;
}
@media screen and (max-width: 1050px) {
  .l-footer-logo-area {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-logo-area {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.l-footer-logo {
  display: block;
  width: 135px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-logo {
    width: 120px;
  }
}

.l-footer-info-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-right: 40px;
}
@media screen and (max-width: 1050px) {
  .l-footer-info-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-info-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.l-footer-info-area__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-info-area__item {
    margin-bottom: 15px;
  }
}
.l-footer-info-area__item:last-child {
  margin-bottom: 0;
}

.l-footer-info-area__item__title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer-info-area__item__title {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

.l-footer-info-area__item__title2 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer-info-area__item__title2 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.l-footer-info-area__item__content {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer-info-area__item__content {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.l-footer-info-area__item__content2 {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer-info-area__item__content2 {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.l-footer-menu-sns-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1050px) {
  .l-footer-menu-sns-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-menu-sns-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer-menu-area {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-menu-area {
    margin-bottom: 20px;
  }
}

footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu > li {
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .menu > li {
    margin: 0 0 6px 0;
  }
}
footer .menu > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  footer .menu > li > a {
    font-size: 1.2rem;
  }
}
footer .menu > li > a:hover {
  color: #0068b7;
}
footer .menu > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
footer .menu > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #0068b7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
footer .menu > li:hover > .sub-menu {
  display: block;
}
footer .menu > li > .sub-menu {
  display: none;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #0068b7;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  footer .menu > li > .sub-menu {
    position: relative;
    display: block;
    margin: 6px 0 0 0;
    padding: 6px 0 6px 15px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: none;
    border-left: 2px solid #e0e0e0;
  }
}
footer .menu > li > .sub-menu > li {
  margin: 0;
  padding: 0;
}
footer .menu > li > .sub-menu > li > a {
  display: block;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  footer .menu > li > .sub-menu > li > a {
    font-size: 1.1rem;
    padding: 4px 8px;
  }
}
footer .menu > li > .sub-menu > li > a:hover {
  color: #0068b7;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  footer .menu > li > .sub-menu > li > a:hover {
    background-color: transparent;
  }
}
footer .menu > li > .sub-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 1.5px solid #0068b7;
  border-right: 1.5px solid #0068b7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
footer .menu .current-menu-item > a {
  color: #0068b7;
}

.l-footer-sns-area {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-sns-area {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 15px;
  }
}
.l-footer-sns-area a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-footer-sns-area a {
    width: 35px;
    height: 35px;
  }
}
.l-footer-sns-area a:hover {
  opacity: 0.7;
}
.l-footer-sns-area a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer-bottom-wrap {
  position: relative;
  top: -60px;
  width: auto;
  padding: 20px 0 30px 0;
  margin-left: 250px;
}
@media screen and (max-width: 1050px) {
  .l-footer-bottom-wrap {
    top: 0;
    padding: 15px 0 20px 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-bottom-wrap {
    top: 0;
    padding: 15px 0 20px 0;
    margin-left: 0;
  }
}

.l-footer-bottom {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.l-footer-privacy {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-footer-privacy {
    font-size: 0.9rem;
  }
}
.l-footer-privacy:hover {
  color: #0068b7;
}

.l-footer-copyright {
  display: inline-block;
  font-style: normal;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    font-size: 0.9rem;
  }
}

/* 投稿ページのコーディング */
/* --------------------------
ブログ
--------------------------- */
/* ブログ 個別記事
--------------------------- */
.l-blog-content {
  line-height: 1.47;
  font-size: 1.5rem;
  /*ARVE Advanced Responsive Video Embedderプラグイン：幅を90%に*/
}
.l-blog-content p {
  margin: 0em 0 1.5em 0;
  word-break: break-all;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-blog-content p {
    line-height: 1.6;
  }
}
.l-blog-content img {
  max-width: 90%;
}
.l-blog-content h6 img {
  max-width: 100%;
}
.l-blog-content a {
  text-decoration: underline;
}
.l-blog-content a:hover {
  text-decoration: none;
}
.l-blog-content h2 {
  margin: 0.5em 0;
  padding: 3px 0 7px 6px;
  border-left: 5px solid #0068b7;
  border-bottom: 1px solid #0068b7;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-blog-content h2 {
    font-size: 1.5rem;
  }
}
.l-blog-content h3 {
  margin: 0.5em 0;
  padding: 0 0 0 6px;
  border-left: 5px solid #0068b7;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-blog-content h3 {
    font-size: 1.4rem;
  }
}
.l-blog-content h4 {
  margin: 0.5em 0;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-blog-content h4 {
    font-size: 1.4rem;
  }
}
.l-blog-content h5 {
  margin: 0.5em 0;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-blog-content h5 {
    font-size: 1.2rem;
  }
}
.l-blog-content h6 {
  margin: 0.5em 0;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #f39800;
}
@media screen and (max-width: 767px) {
  .l-blog-content h6 {
    font-size: 1rem;
  }
}
.l-blog-content .arve iframe {
  width: 90% !important;
  height: 100% !important;
}

.l-post-list--single {
  margin-bottom: 64px;
}

.l-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 19px 0;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 767px) {
  .l-post-info {
    margin: 0 0 1px 0;
  }
}
.l-post-info__date {
  position: relative;
  width: 90px;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .l-post-info__date {
    font-size: 1.3rem;
  }
}
.l-post-info__date::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #333;
}
.l-post-info__cat {
  width: calc(100% - 90px);
  font-size: 1.4rem;
  line-height: 1.75;
  color: #0068b7;
}
@media screen and (max-width: 767px) {
  .l-post-info__cat {
    font-size: 1.3rem;
  }
}
.l-post-info__cat a {
  padding: 0px 8px 0px 8px;
  color: #0068b7;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-post-info__cat a {
    display: inline-block;
  }
}

.l-pagenation_btn {
  margin: 141px 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-pagenation_btn {
    margin: 60px 0 20px 0;
  }
}
.l-pagenation_btn .c-btn02 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-pagenation_btn .c-btn02 {
    width: 200px;
  }
}

/* ブログ　記事一覧 
--------------------------- */
.l-post-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
  padding: 0px 0px;
  border-bottom: 1px solid #b3b3b3;
}
.l-post-list-body:first-child {
  padding-top: 0px;
}
.l-post-list-body__contents {
  width: calc(100% - 150px - 40px);
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents {
    width: calc(100% - 90px - 15px);
  }
}
.l-post-list-body__contents__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__info {
    width: calc(100vw - 20px);
    margin-bottom: 10px;
  }
}
.l-post-list-body__contents__info__date {
  position: relative;
  width: 90px;
  margin: 0 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__info__date {
    font-size: 1.3rem;
  }
}
.l-post-list-body__contents__info__date::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #333;
}
.l-post-list-body__contents__info__cat {
  width: calc(100% - 90px);
  font-size: 1.4rem;
  line-height: 1.75;
  color: #0068b7;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__info__cat {
    font-size: 1.3rem;
  }
}
.l-post-list-body__contents__info__cat a {
  padding: 0px 8px 0px 8px;
  color: #0068b7;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__info__cat a {
    display: inline-block;
  }
}
.l-post-list-body__contents__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__title {
    margin-bottom: 13px;
    font-size: 18px;
  }
}
.l-post-list-body__contents__excerpt {
  padding-bottom: 7px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__contents__excerpt {
    font-size: 12px;
  }
}
.l-post-list-body__img {
  width: 150px;
  height: 150px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__img {
    position: relative;
    top: 32px;
    width: 90px;
    height: 90px;
    padding: 5px 0 10px 0;
  }
}
.l-post-list-body__img img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .l-post-list-body__img img {
    width: 90px;
    height: 90px;
  }
}

.l-blog-pagenation {
  padding: 40px 0 40px 0;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 0px 0 45px 0;
  }
}
.l-blog-pagenation .current {
  padding: 2px 8px;
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
}
.l-blog-pagenation .page-numbers {
  margin: 0 4px;
  padding: 2px 8px;
  border-radius: 50%;
  border: 1px solid #999;
}
.l-blog-pagenation .page-numbers.dots {
  border: none;
}
.l-blog-pagenation .prev {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 19px;
  margin: 1px 8px 0 0px;
  font-size: 20px;
  border: none;
}
.l-blog-pagenation .next {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 19px;
  margin: 1px 0 0 8px;
  font-size: 20px;
  border: none;
}

/* トップページのコーディング */
/* front-page */
/* Main Visual */
.l-front-sec01 {
  padding: 150px 0px 28px 0px;
}
@media screen and (max-width: 767px) {
  .l-front-sec01 {
    padding: 75px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-front-sec01 .l-container-small {
    padding: 0 5%;
  }
}

.c-front-subtitle01 {
  margin-bottom: 20px;
  margin-left: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-front-subtitle01 {
    margin-left: 0;
  }
}

.c-front-title01 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-front-title01 {
    margin-top: 30px;
    font-size: 3rem;
  }
}
.c-front-title01::before {
  content: attr(data-en);
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-front-title01::before {
    margin-bottom: 10px;
  }
}

.l-front-needs {
  background-color: #dff1fa;
  padding: 75px 0;
}

.c-front-description01 {
  margin-bottom: 50px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-front-description01 {
    font-size: 1.8rem;
  }
}

.c-front-title02 {
  text-align: center;
  font-size: 3.3rem;
  color: #004ea2;
  border-radius: 30px;
  border: 2px solid #004ea2;
  padding: 5px 20px;
  margin-bottom: 50px;
  font-weight: normal;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-front-title02 {
    font-size: 2.5rem;
  }
}

.c-front-image01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .c-front-image01 {
    max-width: 70%;
    margin: 0 auto;
  }
}

.c-front-description02 {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .c-front-description02 {
    font-size: 1.8rem;
  }
}

.c-front-image02 {
  text-align: center;
  margin-top: 60px;
}

.c-front-link01 {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-front-link01 {
    margin-top: 40px;
  }
}

.l-front-block01 {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .l-front-block01 {
    margin-top: 20px;
  }
}

.l-front-block01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 77px;
  }
}
.l-front-block01__item:nth-child(2) {
  margin-bottom: 74px;
}

.l-front-block01__item__img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.l-front-block01__item__img img {
  width: 100%;
}

.l-front-block01__item__content {
  position: relative;
  top: -12px;
  width: 425px;
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content {
    top: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.l-front-block01__item__content__title {
  margin-bottom: 19px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__title {
    margin-bottom: 12px;
    font-size: 2.5rem;
    text-align: center;
  }
}

.l-front-block01__item__content__title01 {
  color: #00a73c;
}

.l-front-block01__item__content__title02 {
  color: #f39800;
}

.l-front-block01__item__content__title03 {
  color: #00a0e9;
}

.l-front-block01__item__content__description {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__description {
    font-size: 1.4rem;
  }
}

.l-front-block01__item__content__list {
  position: relative;
  margin-bottom: 27px;
  padding: 10px 20px 16px 20px;
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__list {
    margin-bottom: 23px;
    padding: 10px 10px 16px 10px;
    list-style-type: none;
    font-size: 1.4rem;
  }
}
.l-front-block01__item__content__list li {
  position: relative;
  padding: 0 0 0 21px;
}
.l-front-block01__item__content__list li::before {
  content: "●";
  position: absolute;
  top: 0px;
  left: 0;
}
.l-front-block01__item__content__list li > span {
  font-size: 1.5rem;
}
.l-front-block01__item__content__list li .l-front-block01__item__content__list03-style {
  display: block;
  padding: 5px 0 40px 0;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__list li .l-front-block01__item__content__list03-style {
    padding: 5px 0 0px 0;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }
}
.l-front-block01__item__content__list::after {
  content: "など";
  position: absolute;
  bottom: 16px;
  right: 14px;
}

.l-front-block01__item__content__list01 {
  background-color: #e7f1cf;
}

.l-front-block01__item__content__list02 {
  background-color: #fffcd1;
  font-weight: 700;
}

.l-front-block01__item__content__list03 {
  margin-bottom: 80px;
  background-color: #dff2fc;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__list03 {
    margin-bottom: 26px;
  }
}

.l-front-block01__item__content__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__btn {
    text-align: center;
  }
}
.l-front-block01__item__content__btn > a {
  display: inline-block;
  width: 275px;
  max-width: 80%;
  padding: 10px 5px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-front-block01__item__content__btn > a {
    width: 200px;
    height: 36px;
    max-width: 80%;
    padding: 8px 5px 4px 5px;
    font-size: 1.5rem;
  }
}
.l-front-block01__item__content__btn > a:hover {
  opacity: 0.7;
}

.l-front-block01__item__content__btn01 > a {
  background-color: #00a73c;
}

.l-front-block01__item__content__btn02 > a {
  background-color: #f39800;
}

.l-front-block01__item__content__btn03 > a {
  background-color: #00b4ed;
}

/* お客様とスタッフを大切に */
.l-front-sec02 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-height: 342px;
  padding: 23px 0;
  background-color: #0068b7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-front-sec02 {
    min-height: 300px;
  }
}

.l-front-sec02-title {
  margin-bottom: 21px;
  padding-top: 11px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-front-sec02-title {
    margin-bottom: 18px;
    padding-top: 0px;
    font-size: 2.4rem;
  }
}

.l-front-sec02-description {
  width: 685px;
  max-width: 95%;
  margin: 0 auto 33px auto;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-front-sec02-description {
    width: 100%;
    max-width: 95%;
    margin: 0 auto 33px auto;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/*  News */
.l-front-sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .l-front-sec03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 64px 15px 70px 15px;
  }
}

.l-front-sec03-title {
  position: relative;
  text-align: left !important;
  line-height: 1;
  width: calc(100% - 620px);
}
@media screen and (max-width: 767px) {
  .l-front-sec03-title {
    margin-bottom: 15px;
    bottom: 0;
    width: 100%;
  }
}

.l-front-blog-list-wrap {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .l-front-blog-list-wrap {
    width: 100%;
  }
}

.l-front-blog-list {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .l-front-blog-list {
    padding-top: 12px;
    margin-bottom: 10px;
  }
}

.l-front-blog-list__item {
  padding: 16px 20px 15px 33px;
  border-bottom: 1px solid #333;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-front-blog-list__item {
    padding: 15px 0px 32px 0px;
    border-bottom: 1px solid #333;
    font-size: 1.6rem;
  }
}
.l-front-blog-list__item:first-child {
  border-top: 1px solid #333;
}

.l-front-blog-list__item2 {
  font-weight: 700;
}

.l-front-blog-list__item__info {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-front-blog-list__item__info {
    margin-bottom: 3px;
  }
}

.l-front-blog-list__item__info__date {
  position: relative;
  padding-right: 15px;
}
.l-front-blog-list__item__info__date::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #333;
}

.l-front-blog-list__item__info__category {
  position: relative;
  padding: 0 0px 0 0px;
  color: #0068b7;
}
.l-front-blog-list__item__info__category a {
  padding: 0px 8px 0px 8px;
  color: #0068b7;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-front-blog-list__item__info__category::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #0068b7;
}
.l-front-blog-list__item__info__category:last-child::after {
  display: none;
}

.l-front-blog-list__item__title a {
  text-decoration: none;
}

.l-front-blog-list-btn-wrap {
  text-align: right;
}

.l-front-blog-list-btn {
  color: #0081cc;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}

/* 採用情報 */
.l-front-sec04 {
  padding: 0 0px 0 0px;
}

.l-front-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 246px;
}
@media screen and (max-width: 767px) {
  .l-front-banner {
    height: auto;
  }
}

.l-front-banner-content {
  width: 400px;
  padding: 40px 10px;
  background-color: #ea6172;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-front-banner-content {
    width: 100%;
    padding: 22px 10px 28px 10px;
  }
}

.l-front-banner-content__title {
  margin-bottom: 10px;
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-front-banner-content__title {
    margin-bottom: 5px;
    font-size: 3rem;
  }
}

.l-front-banner-content__description {
  margin-bottom: 37px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-front-banner-content__description {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.l-front-banner-img {
  width: calc(100% - 400px);
  background: url(./img/top/img_front04.jpg) no-repeat 100% 78%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-front-banner-img {
    display: none;
  }
}

.l-front-banner-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-front-banner-img-sp {
    display: block;
    margin-bottom: 25px;
  }
}

/* お問い合わせ */
.l-front-sec05 {
  background-color: #fff;
  padding: 35px 25px 0 25px;
  margin-top: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-front-sec05 {
    padding: 20px 0px 0 0px;
  }
}

.l-front-sec05-description {
  padding: 15px 0 14px 0;
  text-align: center;
  font-size: 2.1rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .l-front-sec05-description {
    padding: 22px 20px 4px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .l-front-sec05-description {
    font-size: 1.3rem;
  }
}

.clipped-section-svg {
  /* 背景パターン (例: グラデーション) */
  background: -webkit-gradient(linear, left top, left bottom, from(#004ea2), to(#3da2dc));
  background: linear-gradient(180deg, #004ea2 0%, #3da2dc 100%);
  color: white;
  /* 上部にクリップ領域分の余白を持たせる */
  padding: 180px 20px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* padding を含めて高さを計算 */
  /* ▼ HTMLで定義したSVGのIDを参照 ▼ */
  clip-path: url(#waveClip);
  /* Safari (古いWebKit) 用のプレフィックス (念のため) */
  -webkit-clip-path: url(#waveClip);
}

/* SP時は左右の高低差を緩やかに */
@media screen and (max-width: 768px) {
  .clipped-section-svg {
    clip-path: url(#waveClipSp);
    -webkit-clip-path: url(#waveClipSp);
  }
  .clipped-section-svg .l-container {
    padding: 0 !important;
  }
}
.l-front-menubox {
  text-align: left;
  padding: 65px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-front-menubox {
    padding: 35px 0;
  }
}
.l-front-menubox:not(:first-child) {
  border-top: 1px solid #fff;
}
.l-front-menubox__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-front-menubox__title::before {
  content: attr(data-en);
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 2.5rem;
}
.l-front-menubox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-front-menubox__text {
  font-size: 1.9rem;
  line-height: 1.8;
  max-width: 710px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}
.l-front-menubox__arrow {
  min-width: 79px;
  height: 79px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-front-menubox__arrow {
    min-width: 40px;
    height: 40px;
  }
}

.l-front-contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 31px 6% 32px 6%;
  border-top: 1px solid #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-front-contact-area {
    display: block;
    padding: 31px 25px 32px 25px;
    border-bottom: none;
  }
}

.l-front-contact-left {
  width: 392px;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .l-front-contact-left {
    width: 100%;
    max-width: 100%;
  }
}
.l-front-contact-left img {
  vertical-align: bottom;
}

.l-front-contact-left__tel {
  display: block;
  margin-bottom: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-front-contact-left__tel {
    margin-bottom: 25px;
  }
}

.l-front-contact-left__mail {
  display: block;
  margin-bottom: 14px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-front-contact-left__mail {
    margin-bottom: 20px;
  }
}
.l-front-contact-left__mail:hover {
  opacity: 0.7;
}

.l-front-contact-left__insta {
  display: block;
  text-decoration: none;
}
.l-front-contact-left__insta:hover {
  opacity: 0.7;
}

.l-front-contact-right {
  position: relative;
  top: 29px;
  width: 378px;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .l-front-contact-right {
    top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.l-front-contact-right img {
  vertical-align: bottom;
}

.l-front-contact-right__line {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-front-contact-right__line {
    display: none;
  }
}

.l-front-contact-right__line-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-front-contact-right__line-sp {
    display: block;
    margin-bottom: 15px;
  }
}

/* 個別ページのコーディング */
/* page */
/* キービジュアル */
.l-page-kv {
  position: relative;
  height: 362px;
  margin: 0 0 0px 0px;
  padding: 0;
  background: #0068b7;
}
@media screen and (max-width: 767px) {
  .l-page-kv {
    left: 50%;
    width: 100vw;
    height: 145px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-page-kv.condition-base-cleaning {
  position: relative;
  height: 362px;
  margin: 0 0 0px 0px;
  padding: 0;
  background: #0068b7;
}
@media screen and (max-width: 767px) {
  .l-page-kv.condition-base-cleaning {
    left: 50%;
    width: 100vw;
    height: 145px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-page-kv.condition-base-cleaning .c-page-maintitle {
  color: #fff;
  font-size: 5.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-page-kv.condition-base-cleaning .c-page-maintitle {
    font-size: 3rem;
  }
}
.l-page-kv.condition-base-cleaning .c-page-subtitle {
  color: #fff;
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-page-kv.condition-base-cleaning .c-page-subtitle {
    font-size: 1.8rem;
  }
}

.recruit .l-page-kv {
  background: url(./img/recruit/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.building-cleaning .l-page-kv {
  background: url(./img/building/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.house-cleaning .l-page-kv {
  background: url(./img/house/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.company .l-page-kv {
  background: url(./img/company/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.privacy-policy .l-page-kv {
  background: url(./img/privacy/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.contact .l-page-kv {
  background: url(./img/contact/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.l-blog-kv {
  background: url(./img/blog/kv.png) no-repeat 50% 50%;
  background-size: cover;
}

.l-page-kv.condition-base-cleaning {
  background: url(./img/cb/kv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.l-page-kv__content {
  padding: 175px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .l-page-kv__content {
    padding: 54px 0 0 20px;
  }
}

.l-page-kv.condition-base-cleaning .l-page-kv__content {
  padding: 100px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .l-page-kv.condition-base-cleaning .l-page-kv__content {
    padding: 30px 0 0 20px;
  }
}

/* サイドバーのコーディング */
/* --------------------------
Sidebar
--------------------------- */
.widgettitle {
  margin: 0px 0 24px 0;
  color: #0068b7;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .widgettitle {
    margin: 0px 0 0px 0;
    padding: 2px 10px;
    background-color: #0068b7;
    color: #fff;
    font-size: 1.5rem;
  }
}

.l-sidebar-wrap .widget {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .l-sidebar-wrap .widget {
    margin-bottom: 58px;
  }
}
.l-sidebar-wrap .widget ul {
  list-style-type: none;
  padding: 0;
}
.l-sidebar-wrap .widget ul li a {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding: 0 50px 0 0;
  font-size: 15px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .l-sidebar-wrap .widget ul li a {
    font-size: 16px;
    padding: 12px 20px 12px 20px;
    border-bottom: 1px solid #0068b7;
  }
}
.l-sidebar-wrap .widget ul li a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 25px;
  width: auto;
  height: auto;
  font-size: 15px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .l-sidebar-wrap .widget ul li a::after {
    top: 10px;
    right: 19px;
  }
}
.l-sidebar-wrap .widget ul li a[aria-current=page] {
  color: #0068b7;
}

.l-sidebar-wrap .widget_archive {
  margin-bottom: 79px;
}

.l-sidebar-wrap .widget_media_image {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .l-sidebar-wrap .widget_media_image {
    margin: 0 auto 17px auto;
    text-align: center;
    max-width: 90%;
  }
}
.l-sidebar-wrap .widget_media_image img {
  vertical-align: bottom;
}

/* --------------------------
object 
--------------------------- */
/* --------------------------
component
--------------------------- */
/* 再利用できるパーツ */
/* Button  */
.c-btn01 {
  display: block;
  width: 183px;
  height: 34px;
  margin: 0 auto 0 auto;
  padding: 4px 0;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    width: 177px;
    height: 32px;
    padding: 4px 0 3px 0;
    font-size: 14px;
  }
}
.c-btn01:hover {
  opacity: 0.7;
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 274px;
  height: 43px;
  margin: 0 auto 0 auto;
  padding: 4px 0;
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    padding: 4px 0 2px 0;
    font-size: 1.6rem;
  }
}
.c-btn02:hover {
  opacity: 0.7;
}

.c-btn03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 35px;
  background-color: #0068b7;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.1rem;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    padding: 10px 16px 10px 20px;
    font-size: 1.4rem;
    gap: 10px;
  }
}
.c-btn03::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("img/ico-arr02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn03::after {
    width: 28px;
    height: 28px;
  }
}
.c-btn03:hover {
  opacity: 0.8;
}

.c-faq__title {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .c-faq__title {
    margin-bottom: 15px;
  }
}
.c-faq__title__big {
  margin-bottom: 4px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-faq__title__big {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
.c-faq__title__small {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-faq__title__small {
    font-size: 12px;
  }
}
.c-faq__list dt {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 7px 80px;
  color: #4d4d4d;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-faq__list dt {
    margin-bottom: 8px;
    padding: 0px 0 0px 35px;
    font-size: 14px;
  }
}
.c-faq__list dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  background: url("./img/recruit/icon_q.svg") no-repeat 0% 0;
  background-size: 57px;
}
@media screen and (max-width: 767px) {
  .c-faq__list dt::before {
    width: 24px;
    height: 24px;
    background: url("./img/recruit/icon_q.svg") no-repeat 0% 0;
    background-size: 24px;
  }
}
.c-faq__list dd {
  margin-bottom: 52px;
  padding: 17px 30px 11px 80px;
  color: #666;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-faq__list dd {
    margin-bottom: 30px;
    padding: 10px 20px 6px 20px;
    color: #666;
    font-size: 13px;
  }
}
.c-faq__list__memo {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-faq__list__memo {
    font-size: 1.1rem;
  }
}
.c-faq__btn {
  padding-top: 20px;
  text-align: center;
}
.c-faq__btn .c-btn02 {
  width: 428px;
  max-width: 90%;
  height: 67px;
  background-color: #0068b7;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-faq__btn .c-btn02 {
    width: 200px;
    max-width: 90%;
    height: 42px;
    padding: 4px 0 2px 0;
    font-size: 1.6rem;
  }
}

/* Navi */
.c-nav-main {
  width: 100%;
}

/*  メインメニュー */
.menu-header-menu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 6px 20px 0 0px;
}
@media screen and (max-width: 767px) {
  .menu-header-menu-container > .menu {
    display: none;
  }
}
.menu-header-menu-container > .menu > li {
  position: relative;
}
.menu-header-menu-container > .menu > li a {
  display: block;
  position: relative;
  padding: 16px 16px 16px 16px;
  color: #333;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.menu-header-menu-container > .menu > li a:hover {
  color: #0068b7;
}
.menu-header-menu-container > .menu > li.menu-item-has-children > a {
  padding-right: 36px;
}
.menu-header-menu-container > .menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0068b7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .menu-header-menu-container > .menu > li.menu-item-has-children > a::before {
    display: none;
  }
}
.menu-header-menu-container > .menu > li.menu-item-has-children:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.menu-header-menu-container > .menu > li:last-child a::after {
  border-right: none;
}
.menu-header-menu-container > .menu > li > .sub-menu {
  display: none;
  list-style-type: none;
  padding: 12px 10px;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 270px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  z-index: 777;
  background-color: #d3edfb;
}
@media screen and (max-width: 767px) {
  .menu-header-menu-container > .menu > li > .sub-menu {
    padding: 5px 0 0px 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f6f6f6;
  }
}
.menu-header-menu-container > .menu > li > .sub-menu.is-open {
  display: block;
}
.menu-header-menu-container > .menu > li > .sub-menu > li {
  padding: 0px 18px;
}
@media screen and (max-width: 767px) {
  .menu-header-menu-container > .menu > li > .sub-menu > li {
    border-top: 2px solid #dedede;
    border-bottom: none;
  }
}
.menu-header-menu-container > .menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > a {
  display: block;
  position: relative;
  padding: 6px 36px 6px 2px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("img/ico-arr01.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-header-menu-container > .menu > li > .sub-menu > li > a:hover {
  color: #0068b7;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #dedede;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  position: relative;
  padding: 12px 36px 12px 2px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("../img/ico-arr01.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-header-menu-container > .menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  color: #0068b7;
}

.menu-header-menu-container > .menu .current_page_item a,
.menu-header-menu-container > .menu .current_page_parent a {
  color: #0068b7;
}

.sub-menu .current-menu-item > a {
  text-align: left;
}

nav ul.menu li a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

/* sp ボタン  */
.c-nav-sp_button-wrap {
  display: none;
}

.c-nav-sp_main {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav-sp_button-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 40px;
    height: 65px;
  }
  .c-nav_sp-button {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 37px;
    height: 22px;
  }
  .c-nav_sp-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0068b7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-nav_sp-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav_sp-button span:nth-child(3) {
    top: 100%;
  }
  .c-nav_sp-button.is-close span {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-nav_sp-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav_sp-button.is-close span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-nav_sp-button-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    margin: auto;
    color: #0068b7;
    font-size: 1.3rem;
    text-align: center;
  }
  .c-nav_sp-button-text img {
    vertical-align: bottom;
  }
  /* sp ナビ */
  .c-nav-sp_main {
    display: block;
    position: fixed;
    top: 65px;
    right: 0;
    width: 80%;
    height: auto;
    z-index: 775;
    padding: 0 0px;
    background-color: #f6f6f6;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
  }
  .c-nav-sp_main.is-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .c-nav-sp_main .menu-header-menu-container {
    overflow: auto;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu > li {
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu > li a {
    display: block;
    padding: 10px 15px 10px 15px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .menu-item-has-children {
    position: relative;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .menu-item-has-children .sub-menu {
    display: block;
    padding-left: 0;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #d0d0d0;
    background-color: rgba(211, 237, 251, 0.5);
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .menu-item-has-children .sub-menu li a {
    padding: 12px 15px 12px 30px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .c-nav-sp_main .menu-header-menu-container > .menu .sub-menu-sp-btn {
    display: none;
  }
  .c-nav-sp_main .c-nav-sp-contact {
    padding: 20px 15px;
    border-top: 1px solid #c6c6c6;
    background-color: #fff;
  }
  .c-nav-sp_main .c-nav-sp-contact-btn {
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 7px 12px;
    color: #fff;
    background: #0068b7;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
    transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.02s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.02s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.02s ease;
    cursor: pointer;
  }
  .c-nav-sp_main .c-nav-sp-contact-btn:hover {
    background: #005a9e;
  }
  .c-nav-sp_main .c-nav-sp-contact-btn:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }
}
/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  z-index: 777;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 44px;
    height: 44px;
    bottom: 10px;
    right: 0px;
  }
}
.c-pagetop a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-pagetop a img {
    width: 100%;
  }
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}
.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}
.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Page Title */
.c-page-maintitle {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  color: #333;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-page-maintitle {
    font-size: 2rem;
  }
}

.c-page-subtitle {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-page-subtitle {
    font-size: 1rem;
  }
}

.c-blog-maintitle {
  width: 100%;
  margin-bottom: 36px;
  padding: 0;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-blog-maintitle {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
}

.c-front-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 6.4rem;
  font-weight: normal;
  color: #004ea2;
}
@media screen and (max-width: 767px) {
  .c-front-title {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
.c-front-title span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-front-title span {
    font-size: 1.2rem;
  }
}

/* --------------------------
project
--------------------------- */
/* 下層ページのコーディング */
.p-building {
  padding: 49px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-building {
    padding: 34px 0 12px 0;
  }
}
.p-building__sec01 {
  margin-bottom: 46px;
}
.p-building__sec01__title {
  padding-bottom: 7px;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.56;
  color: #4d4d4d;
  border-bottom: dashed 1px #999;
}
@media screen and (max-width: 767px) {
  .p-building__sec01__title {
    font-size: 2.4rem;
    text-align: center;
    border-bottom: none;
  }
}
.p-building__sec01__btn {
  margin-bottom: 110px;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-building__sec01__btn {
    margin-bottom: 80px;
    padding-top: 66px;
  }
}
.p-building__sec01__btn > a {
  display: block;
  width: 407px;
  max-width: 90%;
  height: 101px;
  margin: auto;
  padding: 17px 14px 15px 0px;
  border: 1px solid #f39800;
  background-color: #f39800;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-building__sec01__btn > a {
    width: 313px;
    max-width: 95%;
    height: 80px;
    margin: auto;
    padding: 13px 14px 12px 0px;
    font-size: 16px;
  }
}
.p-building__sec01__btn > a:hover {
  opacity: 0.7;
}
.p-building__sec01__btn > a span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-building__sec01__btn > a span {
    font-size: 25px;
  }
}
.p-building__sec01__banner {
  margin-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .p-building__sec01__banner {
    margin-bottom: 66px;
    text-align: center;
  }
}
.p-building__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: dashed 1px #999;
  padding: 43px 0 35px 0;
}
@media screen and (max-width: 767px) {
  .p-building__block01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    padding: 20px 0 12px 0;
  }
}
.p-building__block01__img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-building__block01__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 11px;
  }
}
.p-building__block01__contents {
  position: relative;
  top: -10px;
  width: calc(100% - 450px - 25px);
}
@media screen and (max-width: 767px) {
  .p-building__block01__contents {
    top: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-building__block01__contents__title {
  margin-bottom: 20px;
  padding: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #f39800;
}
@media screen and (max-width: 767px) {
  .p-building__block01__contents__title {
    margin-bottom: 14px;
    font-size: 2.5rem;
  }
}
.p-building__block01__contents__desc {
  margin-bottom: 32px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-building__block01__contents__desc {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-building .c-faq {
  margin-bottom: 20px;
}
.p-building .c-faq dt::before {
  background: url(./img/building/icon_q.svg) no-repeat 0% 0;
  background-size: 57px;
}
@media screen and (max-width: 767px) {
  .p-building .c-faq dt::before {
    background-size: 24px;
  }
}
.p-building .c-faq dd {
  background-color: #fffcd1;
}

.p-company {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 30px 0 0 0;
  }
}
.p-company__sec01 {
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .p-company__sec01 {
    margin-bottom: 26px;
  }
}
.p-company__sec01__title {
  margin-bottom: 27px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-company__sec01__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-company__sec02 {
  margin-bottom: 70px;
}
.p-company__sec03 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-company__sec03 {
    margin-bottom: 70px;
  }
}
.p-company__sec04 {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-company__sec04 {
    margin-bottom: 62px;
  }
}
.p-company__sec05 {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .p-company__sec05 {
    margin-bottom: 64px;
  }
}
.p-company__sec05__title {
  margin-bottom: 38px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-company__sec05__title {
    margin-bottom: 7px;
    padding-bottom: 5px;
    font-size: 1.8rem;
    border-bottom: 1px solid #666;
  }
}
.p-company__sec06 {
  margin-bottom: 52px;
  padding: 0;
}
.p-company__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
.p-company__block01__img {
  width: 362px;
}
@media screen and (max-width: 767px) {
  .p-company__block01__img {
    display: none;
  }
}
.p-company__block01__contents {
  width: calc(100% - 362px - 30px);
}
@media screen and (max-width: 767px) {
  .p-company__block01__contents {
    width: 100%;
  }
}
.p-company__block01__contents__desc {
  position: relative;
  top: -6px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-company__block01__contents__desc {
    top: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.p-company__block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__block02 {
    display: block;
  }
}
.p-company__block02__title {
  margin-bottom: 20px;
  width: 150px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__block02__title {
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
  }
}
.p-company__block02__contents {
  position: relative;
  top: 8px;
  width: 696px;
}
@media screen and (max-width: 767px) {
  .p-company__block02__contents {
    width: 100%;
  }
}
.p-company__block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-company__block03 {
    display: block;
  }
}
.p-company__block03__map {
  width: 500px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-company__block03__map {
    width: 100%;
    padding-top: 9px;
  }
  .p-company__block03__map iframe {
    height: 280px;
  }
}
.p-company__block03__contents {
  width: calc(100% - 500px - 50px);
}
@media screen and (max-width: 767px) {
  .p-company__block03__contents {
    width: 100%;
  }
}
.p-company__block03__contents__desc {
  margin-bottom: 32px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-company__block03__contents__desc {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
  .p-company__block03__contents__desc p {
    margin-bottom: 0;
  }
}
.p-company__block03__contents__link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company__block03__contents__link {
    display: none;
  }
}

.p-company__table {
  width: 100%;
  line-height: 1.75;
  font-size: 1.5rem;
}
.p-company__table tr th {
  width: 170px;
  padding: 14px 25px 11px 25px;
  border: none;
  border-bottom: 1px solid #333;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-company__table tr th {
    display: block;
    width: 100%;
    padding: 0px 10px 0px 10px;
    border-bottom: none;
    font-size: 12px;
  }
}
.p-company__table tr td {
  width: calc(100% - 170px);
  padding: 14px 0px 11px 15px;
  border: none;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-company__table tr td {
    display: block;
    width: 100%;
    padding: 2px 10px 6px 10px;
    font-size: 13px;
    line-height: 1.54;
  }
}
.p-company__table tr:first-child th, .p-company__table tr:first-child td {
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-company__table tr:first-child td {
    border-top: none;
  }
}

.p-company__table01 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-company__table01 {
    margin-bottom: 30px;
  }
}
.p-company__table01 th {
  background-color: #dff2fc;
}

.p-company__table02 {
  margin-bottom: 56px;
}
.p-company__table02 th {
  background-color: #ecf4d9;
}

.p-company__table03 tr th {
  background-color: #fbe6ef;
  padding: 13px 25px;
}
@media screen and (max-width: 767px) {
  .p-company__table03 tr th {
    padding: 0px 10px 0px 10px;
  }
}
.p-company__table03 tr td {
  padding: 13px 0px 13px 18px;
}
@media screen and (max-width: 767px) {
  .p-company__table03 tr td {
    padding: 2px 0px 6px 0px;
  }
}

.p-company__list__item {
  position: relative;
  padding: 20px 100px 20px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-company__list__item {
    padding: 13px 0px 23px 0;
  }
}
.p-company__list__item:first-child {
  border-top: 1px solid #333;
}
.p-company__list__item__title {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__list__item__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.p-company__list__item__content {
  font-size: 15px;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .p-company__list__item__content {
    font-size: 12px;
  }
}
.p-company__list__item__link {
  position: absolute;
  top: 40px;
  right: 45px;
}
@media screen and (max-width: 767px) {
  .p-company__list__item__link {
    top: auto;
    bottom: -5px;
    right: 0px;
  }
  .p-company__list__item__link img {
    width: 55px;
  }
}

.p-contact {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 61px 0 0 0;
  }
}
.p-contact__sec01 {
  margin-bottom: 0px;
}

.p-contact__tel-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  margin-bottom: 93px;
  padding: 58px 51px 45px 77px;
  background-color: #0068b7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner {
    display: block;
    height: 96px;
    margin: 0 -20px 38px -20px;
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}
.p-contact__tel-banner__head {
  width: 228px;
  height: 41px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner__head {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}
.p-contact__tel-banner__arrow {
  position: relative;
  top: -2px;
  right: 21px;
  width: 32px;
  height: 33px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner__arrow {
    display: none;
  }
}
.p-contact__tel-banner__body {
  display: block;
  position: relative;
  top: -13px;
  width: 410px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner__body {
    top: 0px;
    width: 100%;
  }
}
.p-contact__tel-banner__body__tel {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner__body__tel {
    line-height: 1.1;
    font-size: 43px;
  }
}
@media screen and (max-width: 360px) {
  .p-contact__tel-banner__body__tel {
    font-size: 40px;
  }
}
.p-contact__tel-banner__body__time {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.39px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-banner__body__time {
    font-size: 13px;
  }
}

.p-contact__mail-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 120px;
  margin-bottom: 64px;
  padding: 26px 60px 30px 58px;
  background-color: #0068b7;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__mail-banner {
    height: 96px;
    margin: 0 -20px 38px -20px;
    padding: 30px 10px 41px 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  .p-contact__mail-banner {
    padding: 30px 10px 30px 20px;
    font-size: 20px;
  }
}
.p-contact__mail-banner::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 26px;
  background: url(./img/contact/icon_arrow.png) no-repeat 50% 100%;
}
.p-contact__mail-banner img {
  position: relative;
  top: 3px;
  right: 24px;
  width: 59px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-contact__mail-banner img {
    width: 43px;
    right: 22px;
  }
}
@media screen and (max-width: 360px) {
  .p-contact__mail-banner img {
    width: 40px;
    top: 0px;
    right: 10px;
  }
}

.p-contact__sec03 {
  padding-top: 86px;
  text-align: center;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 767px) {
  .p-contact__sec03 {
    padding-top: 48px;
  }
}
.p-contact__sec03 > a > img {
  position: relative;
  left: 26px;
}
.p-contact__sec03__desc {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__sec03__desc {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.p-contact__link-line {
  display: block;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-contact__link-line {
    margin-bottom: 52px;
  }
}
.p-contact__link-line__pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-contact__link-line__pc {
    display: none;
  }
}
.p-contact__link-line__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__link-line__sp {
    display: block;
    margin: 0 -20px;
  }
}
.p-contact__link-line__sp__img01 {
  display: block;
  margin: 0 0px 28px 0px;
}
.p-contact__link-line__sp__img02 {
  width: 232px;
  margin-bottom: 35px;
}
.p-contact__link-line__sp__img03 {
  margin: 0 20px;
}
.p-contact__link-line img {
  vertical-align: bottom;
}

/* お問い合わせフォーム
--------------------------- */
.p-form__title {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    margin-bottom: 14px;
  }
}
.p-form__title h2 {
  padding: 0px 0 3px 8px;
  border-left: 5px solid #0068b7;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-form__title h2 {
    height: 30px;
    padding: 2px 0 0px 6px;
    font-size: 20px;
  }
}

.p-form__request {
  margin-bottom: -13px;
}
@media screen and (max-width: 767px) {
  .p-form__request {
    display: block;
    margin-bottom: 54px;
  }
}
.p-form__request__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-form__request__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-form__request__title h2 {
  height: 36px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .p-form__request__title h2 {
    width: 135px;
    height: auto;
    margin-right: 0px;
    padding: 2px 0 0px 6px;
  }
}
.p-form__request__title__memo {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__request__title__memo {
    position: relative;
    top: -1px;
    font-size: 16px;
  }
}
.p-form__request__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-form__request__house {
  width: 330px;
  margin: 0 51px 0 198px;
  padding-top: 2px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__request__house {
    width: 100%;
    margin: 0px;
    padding-top: 0;
  }
}
.p-form__request__house__title {
  width: 100%;
  height: 47px;
  margin: 0 0 25px 0;
  padding: 8px 10px 5px 10px;
  background-color: #d6eace;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .p-form__request__house__title {
    width: 100%;
    height: 40px;
    margin: 0 0 18px 0;
    padding: 6px 10px 5px 10px;
    font-size: 22px;
    text-align: center;
  }
}
.p-form__request__build {
  width: 320px;
  padding-top: 2px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__request__build {
    width: 100%;
    padding-top: 0;
  }
}
.p-form__request__build__title {
  width: 100%;
  height: 47px;
  margin: 0 0 25px 0;
  padding: 8px 10px 5px 10px;
  background-color: #fce2ba;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .p-form__request__build__title {
    width: 100%;
    height: 40px;
    margin: 0 0 25px 0;
    padding: 6px 10px 5px 10px;
    font-size: 22px;
    text-align: center;
  }
}
.p-form__request__other {
  width: 330px;
  margin-left: 198px;
  padding-top: 2px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__request__other {
    width: 100%;
    margin: 0px;
    padding-top: 0;
  }
}
.p-form__request__other__title {
  width: 100%;
  height: 47px;
  margin: 0 0 25px 0;
  padding: 8px 10px 5px 10px;
  background-color: #e6e6e6;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .p-form__request__other__title {
    width: 100%;
    height: 40px;
    margin: 0 0 18px 0;
    padding: 6px 10px 5px 10px;
    font-size: 22px;
    text-align: center;
  }
}

.p-form__textarea {
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    margin-bottom: 42px;
  }
}
.p-form__textarea__content {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-form__textarea__content {
    padding: 0;
  }
}

.p-form__info {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-form__info {
    margin-bottom: 0px;
  }
}

.p-form__table {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-form__table {
    padding: 32px 0px 0px 0;
    margin-bottom: 0px;
    border-top: 1px solid #333;
  }
}
.p-form__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-form__table tr:first-child th, .p-form__table tr:first-child td {
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-form__table tr:first-child th, .p-form__table tr:first-child td {
    border-top: none;
  }
}
.p-form__table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 208px;
  padding: 35px 15px 35px 14px;
  border: none;
  border-bottom: 1px solid #333;
  background-color: #dff2fc;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__table th {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0px 0px 7px 0px;
    border: none;
    border-bottom: none;
    background-color: transparent;
    vertical-align: baseline;
    font-size: 1.4rem;
  }
  .p-form__table th span {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form__table th span {
    margin-right: 10px;
  }
}
.p-form__table td {
  width: calc(100% - 208px);
  padding: 33px 0px 37px 42px;
  border: none;
  border-bottom: 0.5px solid #333;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__table td {
    width: 100%;
    padding: 0px 0px 40px 0px;
    border-bottom: none;
    font-size: 1.2rem;
  }
}
.p-form__table td.p-form-mail-td {
  padding: 33px 0px 12px 42px;
}
@media screen and (max-width: 767px) {
  .p-form__table td.p-form-mail-td {
    padding: 0px 0px 40px 0px;
  }
}

.checkbox-house .wpcf7-list-item,
.checkbox-build .wpcf7-list-item,
.checkbox-other .wpcf7-list-item {
  width: 100%;
  margin: 0 0 14px 7px;
}
.checkbox-house .wpcf7-list-item .wpcf7-list-item-label,
.checkbox-build .wpcf7-list-item .wpcf7-list-item-label,
.checkbox-other .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 13px;
}

.your-check {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .your-check {
    font-size: 15px;
  }
  .your-check input[type=checkbox] {
    position: relative;
    top: 2px;
  }
}

.p-required {
  display: block;
  position: relative;
  top: 0px;
  width: 43px;
  padding: 0 3px;
  border: 1px solid #e60012;
  color: #e60012;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-required {
    top: 6px;
    width: 36px;
    padding: 3px 2px;
    font-size: 1.1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-form__table .p-required {
    top: 3px;
  }
}
.p-form-check {
  margin-bottom: 34px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-check {
    margin-bottom: 38px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
  }
  .p-form-check .wpcf7-list-item {
    margin: 0;
  }
  .p-form-check .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form-check .wpcf7-list-item label input {
    width: 30px;
  }
  .p-form-check .wpcf7-list-item label .wpcf7-list-item-label {
    width: calc(100% - 30px);
  }
}

.p-form-submit {
  position: relative;
  left: 18px;
  margin-bottom: 49px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-submit {
    left: 0;
    width: 288px;
    max-width: 90%;
    margin: 0 auto 15px auto;
  }
}

/* 初期化 */
input[type=text],
input[type=email],
input[type=tel] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/* フォームデザイン */
input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  height: 52px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 50px;
    font-size: 1.4rem;
  }
}

input[type=text]:focus,
input[type=email]:focus {
  border: 2px solid #036eb8;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
  color: #c9caca;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
  color: #c9caca;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
  color: #c9caca;
}

::-ms-input-placeholder {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
  color: #c9caca;
}

::placeholder {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
  color: #c9caca;
}

input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  vertical-align: baseline;
}

textarea {
  width: 100%;
  height: 300px;
  padding: 14px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 295px;
  }
}

input[type=submit] {
  width: 350px;
  max-width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px solid #036eb8;
  background: url(./img/contact/icon_arrow-left.png) no-repeat 92% 14px;
  background-color: #036eb8;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    height: 38px;
    font-size: 1.8rem;
    background-size: 8px auto;
  }
}
input[type=submit]:hover {
  opacity: 0.7;
}

.your-email {
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .your-email {
    margin-bottom: 6px;
  }
}

.your-email-confirm {
  display: block;
  margin-bottom: 3px;
}

.p-contact__recaptcha {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
}

.p-form__privacy {
  padding: 15px 0;
  border-top: 3px solid #0068b7;
  line-height: 1.7;
}
.p-form__privacy a {
  text-decoration: underline;
}
.p-form__privacy a:hover {
  opacity: 1;
  text-decoration: none;
}

.p-contact__recaptcha {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
}

.p-footer-contact {
  margin-bottom: 0px;
  padding: 70px 0 0px 0;
}
@media screen and (max-width: 767px) {
  .p-footer-contact {
    padding: 0px 0 0px 0;
  }
}
.p-footer-contact__title {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__title {
    margin-bottom: 30px;
  }
}
.p-footer-contact__title__big {
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__title__big {
    margin-bottom: 0px;
    font-size: 34px;
  }
}
.p-footer-contact__title__small {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__title__small {
    font-size: 12px;
  }
}
.p-footer-contact__desc {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__desc {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .p-footer-contact__desc {
    font-size: 13px;
  }
}
.p-footer-contact__block {
  position: relative;
  padding: 50px 55px 33px 50px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__block {
    padding: 22px 28px 28px 28px;
  }
}
.p-footer-contact__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #0068b7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-footer-contact__block__tel {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__block__tel {
    margin-bottom: 21px;
  }
}
.p-footer-contact__block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-footer-contact__block__row__mail {
    margin-bottom: 18px;
  }
}

.p-house {
  padding: 41px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-house {
    padding: 34px 0 0 0;
  }
}
.p-house__sec01 {
  margin-bottom: 129px;
}
@media screen and (max-width: 767px) {
  .p-house__sec01 {
    margin-bottom: 70px;
  }
}
.p-house__sec01__title {
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.56;
  color: #4d4d4d;
  border-bottom: dashed 1px #999;
}
@media screen and (max-width: 767px) {
  .p-house__sec01__title {
    font-size: 2.4rem;
    text-align: center;
    border-bottom: none;
  }
}
.p-house__sec01__btn {
  margin-bottom: 110px;
  padding-top: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-house__sec01__btn {
    margin-bottom: 80px;
    padding-top: 45px;
  }
}
.p-house__sec01__btn > a {
  display: block;
  width: 407px;
  max-width: 90%;
  height: 101px;
  margin: auto;
  padding: 17px 14px 15px 0px;
  border: 1px solid #00a73c;
  background-color: #00a73c;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-house__sec01__btn > a {
    width: 313px;
    max-width: 95%;
    height: 80px;
    margin: auto;
    padding: 13px 12px 12px 0px;
    font-size: 16px;
  }
}
.p-house__sec01__btn > a:hover {
  opacity: 0.7;
}
.p-house__sec01__btn > a span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-house__sec01__btn > a span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-house__sec01__banner {
    text-align: center;
  }
}
.p-house__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: dashed 1px #999;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-house__block01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-house__block01__img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-house__block01__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 13px;
  }
}
.p-house__block01__contents {
  position: relative;
  top: -9px;
  width: calc(100% - 450px - 25px);
}
@media screen and (max-width: 767px) {
  .p-house__block01__contents {
    top: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-house__block01__contents__title {
  margin-bottom: 21px;
  padding: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #00a73c;
}
@media screen and (max-width: 767px) {
  .p-house__block01__contents__title {
    margin-bottom: 13px;
    font-size: 2.5rem;
  }
}
.p-house__block01__contents__subtitle {
  margin-bottom: 20px;
  padding: 0 0 6px 0;
  border-bottom: solid 1px #666;
  font-size: 2.6rem;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-house__block01__contents__subtitle {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.p-house__block01__contents__desc {
  margin-bottom: 28px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-house__block01__contents__desc {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
.p-house__block01__contents__desc2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-house__block01__contents__desc2 {
    margin-bottom: 20px;
  }
}
.p-house__block01--first {
  padding: 42px 0 22px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-house__block01--first {
    padding: 24px 0 14px 0;
  }
}
.p-house__block01--second {
  padding: 0px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .p-house__block01--second {
    padding: 0px 0 20px 0;
  }
}
.p-house__block01--third {
  padding: 40px 0 27px 0;
}
@media screen and (max-width: 767px) {
  .p-house__block01--third {
    padding: 27px 0 20px 0;
  }
}
.p-house__block01--fourth {
  padding: 45px 0 27px 0;
}

.c-price-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-price-list__item {
    margin-bottom: 40px;
  }
}
.c-price-list__item--mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-price-list__item--mb {
    margin-bottom: 35px;
  }
}
.c-price-list__item__col1 {
  width: 63px;
  height: 35px;
  margin-right: 28px;
  padding: 6px 0px 2px 0px;
  background-color: #666;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-price-list__item__col1 {
    width: 50px;
    height: 28px;
    margin-right: 20px;
    padding: 6px 0px 2px 0px;
    font-size: 1.6rem;
  }
}
.c-price-list__item__col2 {
  width: 150px;
  margin-right: 26px;
  color: #00a73c;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-price-list__item__col2 {
    width: 115px;
    margin-right: 40px;
    color: #00a73c;
    font-size: 2.5rem;
  }
}
.c-price-list__item__col3 {
  width: 60px;
  padding-top: 9px;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-price-list__item__col3 {
    width: 45px;
    padding-top: 4px;
    color: #666;
    font-size: 1.6rem;
  }
}
.c-price-list__desc {
  margin-bottom: 30px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-price-list__desc {
    font-size: 1.3rem;
  }
}

.c-price-list2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 14px;
  line-height: 1;
}
.c-price-list2__item__col1 {
  width: 150px;
  margin: 0 25px 0 -5px;
  color: #00a73c;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-price-list2__item__col1 {
    width: 120px;
    margin: 0 25px 0 0;
    font-size: 2.5rem;
  }
}
.c-price-list2__item__col2 {
  width: 60px;
  padding-top: 9px;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-price-list2__item__col2 {
    padding-top: 3px;
    font-size: 1.9rem;
  }
}
.c-price-list2__desc {
  margin-bottom: 40px;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-price-list2__desc {
    font-size: 1.4rem;
  }
}

.c-price-en {
  padding-left: 6px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-price-en {
    padding-left: 0px;
    font-size: 1.9rem;
  }
}

.c-price-memo {
  display: block;
  padding-top: 9px;
  color: #666;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-price-memo {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}

.green {
  color: #00a73c;
}

.p-house .c-faq {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-house .c-faq {
    margin-bottom: 30px;
  }
}
.p-house .c-faq dt::before {
  background: url(./img/house/icon_q.svg) no-repeat 0% 0;
  background-size: 57px;
}
@media screen and (max-width: 767px) {
  .p-house .c-faq dt::before {
    background-size: 24px;
  }
}
.p-house .c-faq dd {
  background-color: #ecf4d9;
}

.p-cb__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .p-cb__lead {
    position: relative;
    padding: 0;
    display: block;
  }
}
.p-cb__lead__main {
  padding: 50px 0 0 0;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-cb__lead__main {
    position: relative;
    z-index: 1;
    padding: 30px 0 0 0;
    width: 100%;
  }
}
.p-cb__lead__img {
  position: relative;
  top: -60px;
  width: 35.5%;
}
@media screen and (max-width: 767px) {
  .p-cb__lead__img {
    display: none;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 20px;
    width: 200px;
    opacity: 0.35;
  }
}
.p-cb__title {
  font-size: 3.5rem;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-cb__title {
    font-size: 2.4rem;
  }
}
.p-cb__lead__main__text {
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-cb__lead__main__text {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.p-cb__method {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-cb__method {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .p-cb__method {
    padding: 80px 0 0 0;
  }
}
.p-cb__method__title {
  font-size: 3.5rem;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cb__method__title {
    font-size: 2.5rem;
  }
}
.p-cb__box {
  text-align: center;
  margin-top: 40px;
}
.p-cb__box__head {
  background-color: #333;
  color: #fff;
  padding: 25px;
}
.p-cb__box__title {
  font-size: 6.3rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-cb__box__title {
    font-size: 4.2rem;
  }
}
.p-cb__box__subtitle {
  font-size: 3.3rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-cb__box__subtitle {
    font-size: 2.2rem;
  }
}
.p-cb__box__body {
  background-color: #efefef;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-cb__box__body {
    padding: 20px 30px;
  }
}
.p-cb__box__body__text {
  font-size: 2.2rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-cb__box__body__text {
    font-size: 1.5rem;
  }
}
.p-cb__sammary__title {
  font-size: 4rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 40px;
  padding: 15px 20px;
  font-weight: normal;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cb__sammary__title {
    font-size: 2rem;
  }
}
.p-cb__effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  max-width: 830px;
  margin: 45px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cb__effect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0 auto;
    gap: 15px;
  }
}
.p-cb__sammary__definition {
  border: 2px solid #ddd;
  padding: 0 33px 33px 33px;
  background-color: #fff;
  width: 42.7%;
}
@media screen and (max-width: 767px) {
  .p-cb__sammary__definition {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.p-cb__sammary__plus {
  margin-bottom: 0;
}
.p-cb__sammary__definition__term {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  background-color: #ddd;
  margin: 0 -33px;
  width: calc(100% + 66px);
  margin-bottom: 33px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-cb__sammary__definition__term {
    font-size: 1.8rem;
    margin: 0 -20px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
  }
}
.p-cb__sammary__definition__description {
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  text-align: left;
}
.p-cb__sammary__definition__description::before {
  content: "● ";
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-cb__sammary__definition__description {
    font-size: 1.5rem;
  }
}
.p-cb__plus {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.p-cb__plus::before, .p-cb__plus::after {
  content: "";
  position: absolute;
  background-color: #666;
}
.p-cb__plus::before {
  left: 50%;
  top: 0;
  width: 12px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-cb__plus::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cb__arrow {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-cb__arrow {
    margin-top: 30px;
  }
}
.p-cb__box.p-cb__box--tbm .p-cb__box__head {
  background-color: #4d4d4d;
}
.p-cb__box.p-cb__box--tbm .p-cb__sammary__title {
  color: #c1272d;
  border: 1px solid #c1272d;
}
.p-cb__box.p-cb__box--tbm .p-cb__sammary__definition {
  border: 1px solid #666666;
}
.p-cb__box.p-cb__box--tbm .p-cb__sammary__definition__term {
  background-color: #666666;
}
.p-cb__box.p-cb__box--cbm .p-cb__box__head {
  background-color: #004ea2;
}
.p-cb__box.p-cb__box--cbm .p-cb__box__body {
  background-color: #e8f5fd;
}
.p-cb__box.p-cb__box--cbm .p-cb__sammary__title {
  color: #004ea2;
  border: 1px solid #004ea2;
}
.p-cb__box.p-cb__box--cbm .p-cb__sammary__definition {
  border: 1px solid #004ea2;
}
.p-cb__box.p-cb__box--cbm .p-cb__sammary__definition__term {
  background-color: #004ea2;
}
.p-cb__box.p-cb__box--cbm .p-cb__sammary__definition {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-cb__box.p-cb__box--cbm .p-cb__sammary__definition {
    width: 100%;
  }
}
.p-cb__box.p-cb__box--cbm .p-cb__sammary__definition__description::before {
  content: "● ";
  color: #004ea2;
}
.p-cb__flow {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-cb__flow {
    margin-top: 50px;
  }
}
.p-cb__flow__title {
  font-size: 3.5rem;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-cb__flow__title {
    font-size: 2.5rem;
  }
}
.p-cb__flow__img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cb__flow__img {
    margin-top: 20px;
  }
}
.p-cb__flow__text {
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-cb__flow__text {
    margin-top: 30px;
  }
}
.p-cb__quality {
  margin-top: 230px;
}
@media screen and (max-width: 767px) {
  .p-cb__quality {
    margin-top: 100px;
  }
}
.p-cb__quality__title {
  font-size: 3.5rem;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cb__quality__title {
    font-size: 2.5rem;
  }
}
.p-cb__quality__img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cb__quality__img {
    margin-top: 20px;
  }
}
.p-cb__quality__text {
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cb__quality__text {
    margin-top: 20px;
  }
}
.p-cb__assets {
  margin-top: 230px;
  padding: 120px 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-cb__assets {
    margin-top: 100px;
    padding: 60px 20px;
  }
}
.p-cb__asset__title {
  font-size: 4rem;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__title {
    font-size: 2.4rem;
  }
}
.p-cb__asset__text {
  font-size: 3rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__text {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.p-cb__asset__img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__img {
    margin-top: 20px;
  }
}
.p-cb__asset__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 70px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__list {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-cb__asset__list__item {
  width: 33.3%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__list__item {
    width: 100%;
  }
}
.p-cb__asset__list__item__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.p-cb__asset__list__item__title img {
  display: block;
  padding: 60px 0 32px 0;
}
.p-cb__asset__list__item__title__text {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  text-align: center;
  background-color: #004ea2;
  border-radius: 0 0 20px 20px;
  padding: 20px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__list__item__title__text {
    font-size: 1.8rem;
  }
}
.p-cb__asset__definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__definition {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-cb__asset__definition__term {
  font-size: 2.5rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  width: 100%;
}
.p-cb__asset__definition__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  list-style: none;
  padding: 0;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__definition__description {
    width: 48%;
  }
}
.p-cb__asset__definition__description__text {
  font-size: 2.5rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cb__asset__definition__description__text {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
.p-cb__faq {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-cb__faq {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-cb__faq .c-faq__list dd {
  background-color: #d3edfb;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-cb__faq .c-faq__list dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-privacy {
  padding: 65px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 35px 0 0 0;
  }
}
.p-privacy__sec01 {
  margin-bottom: 100px;
  font-size: 1.8rem;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .p-privacy__sec01 {
    font-size: 1.2rem;
  }
}
.p-privacy__sec01 h2 {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .p-privacy__sec01 h2 {
    font-size: 1.2rem;
  }
}

.p-recruit {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 33px 0 32px 0;
  }
}
.p-recruit__sec01 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec01 {
    margin-bottom: 70px;
  }
}
.p-recruit__block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit__block01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruit__block01__img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-recruit__block01__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
}
.p-recruit__block01__contents {
  position: relative;
  top: -10px;
  width: calc(100% - 450px - 30px);
}
@media screen and (max-width: 767px) {
  .p-recruit__block01__contents {
    top: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-recruit__block01__contents__title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 767px) {
  .p-recruit__block01__contents__title {
    display: none;
  }
}
.p-recruit__block01__contents__title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit__block01__contents__title-sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .p-recruit__block01__contents__title-sp {
    font-size: 1.9rem;
  }
}
.p-recruit__block01__contents__desc {
  margin-bottom: 32px;
  font-size: 1.8rem;
  color: #666;
  line-height: 1.61;
}
@media screen and (max-width: 767px) {
  .p-recruit__block01__contents__desc {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.p-recruit__block01__contents__btn {
  text-align: center;
}
.p-recruit__block01__contents__btn .c-btn02 {
  width: 200px;
}

.p-recruit .c-faq {
  margin-bottom: 45px;
}
.p-recruit .c-faq dd {
  background-color: #d3edfb;
}

/* --------------------------
utility
--------------------------- */
/* 余白、レスポンシブ時の表示・非表示など */
/* margin top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}
@media screen and (max-width: 1050px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1050px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

/* リンク */
.u-link-no {
  text-decoration: none;
}
.u-link-no:hover {
  text-decoration: none;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */