@charset "UTF-8";
* {
  min-width: 0;
  min-height: 0;
}

/* Reset Style
--------------------------------------------- */
/*!
 * Bootstrap Reboot v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul,
ol {
  padding-left: 1.5rem;
}

div:after,
ul:after,
dl:after,
dt:after,
dd:after,
td:after,
article:after,
aside:after,
canvas:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after {
  display: block;
  clear: both;
  content: "";
}

/* Responsive
 --------------------------------------------- */
img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*font
--------------------------------------------- */
@font-face {
  src: url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Regular.eot"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Regular.ttf") format("truetype"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Regular.woff") format("woff");
  font-family: "GenShin";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Medium.eot"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Medium.ttf") format("truetype"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Medium.woff") format("woff");
  font-family: "GenShin";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Bold.eot"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Bold.ttf") format("truetype"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Bold.woff") format("woff");
  font-family: "GenShin";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Heavy.eot"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Heavy.ttf") format("truetype"), url("/_daiichi/wp-content/themes/daiichikogyo/assets/fonts/GenShinGothic-Monospace-Heavy.woff") format("woff");
  font-family: "GenShin";
  font-style: normal;
  font-weight: 900;
}

/* Base Style
--------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  height: 100%;
  font-family: "GenShin", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #3b3b3b;
}

.p-body__wrap {
  overflow-x: hidden;
}

/* a link
--------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease-in-out;
  color: #3b3b3b;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #f37022;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  border: none;
  backface-visibility: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

a:hover .nohover {
  opacity: 1;
}

/* #############################################################

[ その他 ] ユーティリティおよびコンポーネントのスタイルをまとめる

############################################################# */
/* ==========================================================================
	Utility
=========================================================================== */
.u-display--sp {
  display: none !important;
}

.u-display--pc {
  display: block !important;
}

@media screen and (max-width: 56.25em) {
  .u-display--sp {
    display: block !important;
  }
  .u-display--pc {
    display: none !important;
  }
}

/** -------------------------------- **
	Text
*** ----------------------------------------------------------------- ***/
.u-txt--left {
  text-align: left;
}

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

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

.u-txt--nowrap {
  white-space: nowrap;
}

/* Link text
--------------------------------------------- */
.u-link__txt {
  -webkit-transition: all 0.3s ease-in-out;
  color: #568ecc;
  transition: all 0.3s ease-in-out;
}
.u-link__txt:hover {
  color: #f37022;
}

/** -------------------------------- **
	Border
*** ----------------------------------------------------------------- ***/
/* Border Round
--------------------------------------------- */
.u-border-round--circle {
  border-radius: 50% !important;
}

.u-border-round--oval {
  border-radius: 25px !important;
}

/** -------------------------------- **
	Icon
*** ----------------------------------------------------------------- ***/
.u-icon--svg {
  -webkit-transition: all 0.3s;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: all 0.3s;
}

/* ==========================================================================
	Component
=========================================================================== */
/** -------------------------------- **
	Button
*** ----------------------------------------------------------------- ***/
.c-btn {
  border: 1px solid #f37022;
  background: #f37022;
}
.c-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-btn a::before {
  display: inline-block;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_02.svg") no-repeat;
  vertical-align: text-top;
  content: "";
}
.c-btn:hover {
  background: #fff;
}
.c-btn:hover a {
  color: #f37022;
}
.c-btn:hover a::before {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_01.svg") no-repeat;
}
.c-btn__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
}
.c-btn--submit {
  max-width: 240px;
  margin: 0 auto;
  padding: 0.6rem 0;
  border-radius: 50px;
  background: #eb7d7a;
  font-size: 1.375rem;
}
.c-btn--submit:hover {
  background: #74cecb;
}
.c-btn--opacity-txt {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.c-btn-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 56px;
  max-height: 54px;
}

@media screen and (max-width: 56.25em) {
  .c-btn--tel {
    width: 94%;
    margin: 0 auto;
  }
  .c-btn--map {
    width: 94%;
    margin: 0 auto;
  }
  .c-btn--map .icon {
    width: 26px;
    margin-right: 0.6rem;
  }
}

@media screen and (max-width: 42.5em) {
  .c-btn {
    width: 92%;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
  .c-btn--submit {
    max-width: 92%;
    padding: 0.6rem 0;
    font-size: 1rem;
  }
  .c-btn--tel {
    width: 96%;
    margin: 0 auto;
  }
  .c-btn--map {
    width: 96%;
    margin: 0 auto;
  }
  .c-btn--map .icon {
    width: 26px;
    margin-right: 0.6rem;
  }
}

/** -------------------------------- **
	Title
*** ----------------------------------------------------------------- ***/
/*
 * Page Header
--------------------------------------- **/
.c-pagettl__wrap {
  padding: 60px 0 45px;
  text-align: center;
}

.c-pagettl__txt {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 0 0.6rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  line-height: 1.2;
}
.c-pagettl__txt span {
  z-index: 1;
  position: relative;
}
.c-pagettl__txt::before {
  -webkit-transform: translateY(-0.15rem);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-0.15rem);
  background: #f2d09c;
  content: "";
}
.c-pagettl__txt.shop::before {
  background: #e9a3b8;
}
.c-pagettl__txt.kguide::before {
  background: #c9e8f9;
}
.c-pagettl__txt.ritou::before {
  background: #acdddb;
}
.c-pagettl__txt.gaiyo::before {
  background: #fea991;
}

.c-pagettl__ruby {
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 56.25em) {
  .c-pagettl__wrap {
    padding: 45px 0;
  }
}

@media screen and (max-width: 42.5em) {
  .c-pagettl__wrap {
    padding: 6% 0 4%;
  }
  .c-pagettl__txt {
    font-size: 1.625rem;
    letter-spacing: 0.15rem;
  }
  .c-pagettl__txt::before {
    -webkit-transform: translateY(-0.15rem);
    height: 8px;
    transform: translateY(-0.15rem);
  }
  .c-pagettl__ruby {
    font-size: 1rem;
  }
}

/*
 * Cotents Title
--------------------------------------- **/
.c-conts__ttl-wrap {
  max-width: 500px;
  margin: 75px auto;
}

.c-conts__ttl-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-conts__ttl-txt::before,
.c-conts__ttl-txt::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px solid #3b3b3b;
  content: "";
}
.c-conts__ttl-txt::before {
  margin-right: 0.8rem;
  padding-left: 1rem;
}
.c-conts__ttl-txt::after {
  margin-left: 0.8rem;
  padding-right: 1rem;
}

.c-conts__subttl {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.5;
}

@media print, screen and (max-width: 67.5em) {
  .c-conts__ttl-wrap {
    margin: 52px auto;
  }
  .c-conts__ttl-txt {
    font-size: 1.375rem;
  }
  .c-conts__ttl-txt::before {
    margin-right: 1.5rem;
    padding-left: 2rem;
  }
  .c-conts__ttl-txt::after {
    margin-left: 1.5rem;
    padding-right: 2rem;
  }
  .c-conts__subttl {
    font-size: 1.531rem;
  }
}

@media screen and (max-width: 56.25em) {
  .c-conts__ttl-wrap {
    max-width: 80%;
    margin: 76px auto;
  }
  .c-conts__ttl-txt {
    font-size: 3.125rem;
  }
  .c-conts__subttl {
    font-size: 2.5rem;
    text-align: center;
  }
  .under .c-conts__ttl-txt {
    font-size: 1.875rem;
  }
  .under .c-conts__ttl-txt::before {
    margin-right: 2.5rem;
  }
  .under .c-conts__ttl-txt::after {
    margin-left: 2.5rem;
  }
  .under .c-conts__subttl {
    font-size: 1.531rem;
  }
}

@media screen and (max-width: 42.5em) {
  .c-conts__ttl-wrap {
    margin: 36px auto;
  }
  .c-conts__ttl-txt {
    font-size: 1.343rem;
  }
  .c-conts__ttl-txt::before {
    margin-right: 1rem;
  }
  .c-conts__ttl-txt::after {
    margin-left: 1rem;
  }
  .c-conts__subttl {
    font-size: 1.25rem;
  }
  .under .c-conts__ttl-txt {
    font-size: 1.125rem;
  }
  .under .c-conts__ttl-txt::before {
    margin-right: 1.5rem;
  }
  .under .c-conts__ttl-txt::after {
    margin-left: 1.5rem;
  }
  .under .c-conts__subttl {
    font-size: 1rem;
  }
}

/*
 * visual Title
--------------------------------------- **/
.c-cat-visual {
  position: relative;
  width: 100%;
  padding-top: 21.43%;
}
.c-cat-visual__tit {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}

@media print, screen and (max-width: 67.5em) {
  .c-cat-visual__tit {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 56.25em) {
  .c-cat-visual {
    padding-top: 40%;
  }
  .c-cat-visual__tit {
    left: 6%;
    font-size: 3rem;
  }
}

@media screen and (max-width: 42.5em) {
  .c-cat-visual__tit {
    font-size: 1.5rem;
  }
}

/*
 * Column Title
--------------------------------------- **/
.c-column-ttl__txt {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.25rem;
  vertical-align: middle;
}
.c-column-ttl__txt::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 1rem;
  background: #f37022;
  vertical-align: middle;
  content: "";
}

.c-column-ttl__subtxt {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
}
.c-column-ttl__subtxt::before {
  -webkit-transform: rotate(30deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  width: 1px;
  height: 24px;
  transform: rotate(30deg) translateY(-50%);
  background: #858585;
  content: "";
}

.c-column-ttl__long {
  max-width: 70%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 56.25em) {
  .c-column-ttl__txt {
    font-size: 1.25rem;
  }
  .c-column-ttl__txt::before {
    width: 30px;
    height: 3px;
    margin-right: 1rem;
    content: "";
  }
  .c-column-ttl__long {
    max-width: 90%;
    margin-left: 8%;
  }
  .c-column-ttl__long::before {
    display: none;
  }
}

@media screen and (max-width: 42.5em) {
  .c-column-ttl__txt {
    font-size: 1rem;
  }
  .c-column-ttl__subtxt {
    font-size: 1rem;
    font-weight: 500;
  }
  .c-column-ttl__long {
    font-size: 0.875rem;
  }
}

/** -------------------------------- **
	tab Layout
*** ----------------------------------------------------------------- ***/
.service .icon-works__electrical {
  width: 77px;
  height: 92px;
}

.service .icon-works__telephone {
  width: 82px;
  height: 90px;
}

.service .icon-works__air {
  width: 55px;
  height: 89px;
}

.service .icon-works__sale {
  width: 71px;
  height: 62px;
}

.c-works__column {
  max-width: 1400px;
  margin: 0 auto 62px;
  padding: 0;
}

.c-works__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #747574;
  border-bottom: 1px solid #747574;
  background: #f0faff;
  list-style: none;
}
.c-works__lists li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  border-right: 1px solid #747574;
}
.c-works__lists li:last-child {
  border: none;
}

.c-works-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3rem 0;
  color: #1074da;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.c-works-link__txt {
  margin-top: 1rem;
}
.c-works-link:hover {
  background: #fff;
  color: #1074da;
  opacity: 1;
}
.c-works-link:hover::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 70px;
  height: 60px;
  transform: translateX(-50%);
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_arr_01.png") no-repeat;
  background-size: contain;
  content: "";
}
.c-works-link.ac {
  padding: 1.5% 0;
  background: #fff;
}
.c-works-link.ac::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 70px;
  height: 60px;
  transform: translateX(-50%);
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_arr_01.png") no-repeat;
  background-size: contain;
  content: "";
}

.c-works__item {
  display: none;
  padding: 20px 0;
}
.c-works__item.ac {
  -webkit-animation: homeNavOpen 0.3s ease-in-out forwards;
  display: block;
  animation: homeNavOpen 0.3s ease-in-out forwards;
}

@media print, screen and (max-width: 67.5em) {
  .service .icon-works__electrical {
    width: 69px;
    height: 82px;
  }
  .service .icon-works__telephone {
    width: 79px;
    height: 81px;
  }
  .service .icon-works__air {
    width: 50px;
    height: 81px;
  }
  .service .icon-works__sale {
    width: 65px;
    height: 57px;
  }
  .c-works__column {
    margin: 0 auto 62px;
  }
  .c-works-link {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
  .c-works-link.ac {
    background: #fff;
  }
  .c-works__item {
    padding: 0;
  }
}

@media screen and (max-width: 56.25em) {
  .service .icon-works__electrical {
    width: 58px;
    height: 75px;
  }
  .service .icon-works__telephone {
    width: 73px;
    height: 75px;
  }
  .service .icon-works__air {
    width: 58px;
    height: 75px;
  }
  .service .icon-works__sale {
    width: 86px;
    height: 75px;
  }
  .icon-works {
    width: 40%;
    margin: 14% 3%;
  }
  .c-works__column {
    margin-bottom: 0;
  }
  .c-works-link:hover {
    background: #f0faff;
    color: #1074da;
    opacity: 1;
  }
  .c-works-link.ac::after {
    width: 60px;
    height: 50px;
  }
}

@media screen and (max-width: 42.5em) {
  .service .icon-works__electrical {
    width: 52px;
    height: 65px;
  }
  .service .icon-works__telephone {
    width: 64px;
    height: 65px;
  }
  .service .icon-works__air {
    width: 37px;
    height: 65px;
  }
  .service .icon-works__sale {
    width: 71px;
    height: 65px;
  }
  .c-works-link {
    padding: 1rem 0;
  }
  .c-works-link.ac::after {
    width: 40px;
    height: 30px;
  }
  .c-works__item {
    display: none;
  }
}

/** -------------------------------- **
	List
*** ----------------------------------------------------------------- ***/
/* News List
--------------------------------------------- */
.c-common-lists {
  padding-left: 0;
  border-bottom: 1px solid #c5c5c5;
}

/* Group & Privacy List
--------------------------------------------- */
.c-lists-detail {
  margin-bottom: 38px;
}
.c-lists-detail-wrap {
  max-width: 100%;
  margin: 1rem 0 0 5%;
  padding: 0.75rem 0 0.75rem 1.5rem;
}
.c-lists-detail__ttl {
  margin-bottom: 0;
  font-weight: 700;
}

/** -------------------------------- **
	Table
*** ----------------------------------------------------------------- ***/
.c-table--base {
  width: 100%;
  margin-bottom: 1.5rem;
  table-layout: fixed;
}
.c-table--base th,
.c-table--base td {
  padding: 1rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
.c-table--base th {
  width: 19%;
  font-weight: 700;
}
.c-table--base tr:last-child th,
.c-table--base tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 56.25em) {
  .c-table__scroll {
    position: static;
    overflow-x: hidden;
  }
  .c-table__scroll table {
    width: 100%;
  }
  .c-table--base th {
    width: 20%;
  }
}

@media screen and (max-width: 42.5em) {
  .c-table--base th,
  .c-table--base td {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .c-table__scroll {
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    overflow-x: auto;
  }
  .c-table__scroll table {
    width: 640px;
  }
}

@media screen and (max-width: 42.5em) {
  .c-table--base th {
    width: 30%;
  }
}

/** -------------------------------- **
	Form
*** ----------------------------------------------------------------- ***/
.c-form__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.c-form__items dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 22%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 22%;
  flex-grow: 1;
  align-items: center;
  padding-right: 1.5rem;
}
.c-form__items dt.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1rem;
}
.c-form__items dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 74%;
  flex-basis: 74%;
  flex-grow: 1;
  margin-bottom: 0;
}
.c-form__items dd.textarea {
  padding-top: 1rem;
}
.c-form__items dd label {
  margin-bottom: 0;
}
.c-form__items .c-form__most {
  margin-left: auto;
  font-size: 0.875rem;
}
.c-form__items .error {
  display: block;
  margin-top: 8px;
}
.c-form__items input[type*="text"],
.c-form__items input[type*="email"],
.c-form__items textarea,
.c-form__items select {
  width: 100%;
  padding: 1rem;
  border: none;
  background: #fef5ef;
  font-size: 1rem;
}
.c-form__items textarea {
  height: 270px;
}
.c-form__items input[type*="radio"],
.c-form__items input[type*="checkbox"] {
  width: auto;
  margin-right: 0.25rem;
}
.c-form__items #zip {
  width: 33%;
}

.c-form__label {
  width: 100%;
  margin-bottom: 1.5rem;
}

.c-form__checkbox {
  position: absolute;
  left: -9999px;
}
.c-form__checkbox ~ .c-form__checkbox--text {
  display: block;
  position: relative;
  padding: 0.8rem 0;
  background: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  text-align: center;
  cursor: pointer;
}
.c-form__checkbox:checked ~ .c-form__checkbox--text {
  background: #74cecb;
  color: #fff;
}

.c-form__checktxt {
  margin-top: 30px;
}

.c-form__most {
  color: #e33533;
  font-weight: 600;
}

.c-form__any {
  padding: 0.1rem 0.5rem;
  color: #fff;
  font-size: 1rem;
}

.c-form__footer {
  padding: 1rem 0 0;
}

.c-form-search {
  position: relative;
  margin: 1rem 0 0;
}
.c-form-search__input {
  width: 100%;
  padding: 10px 10px 10px 60px;
  border: 1px solid #3b3b3b;
  border-radius: 50px;
  font-size: 1.375rem;
}
.c-form-search__input::-webkit-input-placeholder {
  color: #fbfbfb;
}
.c-form-search__input::-moz-placeholder {
  color: #fbfbfb;
}
.c-form-search__input:-ms-input-placeholder {
  color: #fbfbfb;
}
.c-form-search__input::-ms-input-placeholder {
  color: #fbfbfb;
}
.c-form-search__input::placeholder {
  color: #fbfbfb;
}
.c-form-search__btn {
  -webkit-box-shadow: none;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

@media screen and (max-width: 56.25em) {
  .c-form-search {
    max-width: 94%;
    margin: 2rem auto;
  }
  .c-form-search__input {
    padding: 0.4rem 0.4rem 0.4rem 4rem;
  }
  .c-form-search__btn {
    top: 10px;
    left: 24px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 42.5em) {
  .c-form__items {
    margin-bottom: 1.5rem;
  }
  .c-form__items dt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
  .c-form__items dt.textarea {
    padding-top: 0;
  }
  .c-form__items dd {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-form__items dd.textarea {
    padding-top: 0;
  }
  .c-form__items .c-form__most {
    margin-left: 1rem;
    font-size: 0.875rem;
  }
  .c-form__items textarea {
    height: 160px;
  }
  .c-form-search {
    max-width: 94%;
  }
  .c-form-search__input {
    padding: 0.25rem 0.25rem 0.25rem 3rem;
    font-size: 1rem;
  }
  .c-form-search__btn {
    top: 4px;
    left: 18px;
    width: 26px;
    height: 26px;
  }
  .c-form__label {
    margin-bottom: 1rem;
  }
  .c-form__checkbox ~ .c-form__checkbox--text {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}

/** -------------------------------- **
	grid
*** ----------------------------------------------------------------- ***/
.c-grid {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.c-grid--mgn {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.c-grid__items {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.c-grid__items--mgn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 1%;
  padding-left: 1%;
}
.c-grid__items .c-btn {
  -webkit-transition: all 0.3s ease-in-out;
  max-width: 248px;
  margin: 40px auto 0;
  border: 1px solid #1074da;
  background: #1074da;
  transition: all 0.3s ease-in-out;
}
.c-grid__items .c-btn a {
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
.c-grid__items .c-btn:hover {
  background: #fff;
}
.c-grid__items .c-btn a::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.c-grid__items .c-btn:hover a {
  color: #1074da;
}
.c-grid__items .c-btn:hover a::before {
  background: url(/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_03.svg) no-repeat;
}
.c-grid-col1--pc {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.c-grid-col2--pc {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.c-grid-col3--pc {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.c-grid-col3-2--pc {
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
  max-width: 66.666%;
}
.c-grid-col4--pc {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.c-grid-col4-2--pc {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.c-grid-col4-3--pc {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.c-grid-col5--pc {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.c-grid-col5-2--pc {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.c-grid-col5-3--pc {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.c-grid-col5-4--pc {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.c-grid-col6--pc {
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.c-grid-col6-4--pc {
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
  max-width: 66.666%;
}

@media screen and (max-width: 56.25em) {
  .c-grid--mgn {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .c-grid__items--mgn {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .c-grid-col1--sp {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-grid-col2--sp {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-grid-col3--sp {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .c-grid-col3-2--sp {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .c-grid-col4--sp {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-grid-col4-2--sp {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-grid-col4-3--sp {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-grid-col5--sp {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .c-grid-col5-2--sp {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .c-grid-col5-3--sp {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .c-grid-col5-4--sp {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .c-grid-col6--sp {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .c-grid-col6-4--sp {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
}

/** -------------------------------- **
	iFrame
*** ----------------------------------------------------------------- ***/
.c-iframe {
  position: relative;
  padding-top: 34.28%;
}
.c-iframe--embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 56.25em) {
  .c-iframe {
    padding-top: 66%;
  }
}

/** -------------------------------- **
	breadcrumbs
*** ----------------------------------------------------------------- ***/
.c-breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.c-breadcrumbs__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.c-breadcrumbs__lists {
  display: inline-block;
  position: relative;
  padding: 4px 0 0;
  font-size: 1rem;
  vertical-align: middle;
}
.c-breadcrumbs__lists:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.75rem;
  vertical-align: -1px;
  content: "＞";
}
.c-breadcrumbs .home {
  text-decoration: underline;
}

@media print, screen and (max-width: 67.5em) {
  .c-breadcrumbs__wrap {
    margin: 0 3%;
  }
}

@media screen and (max-width: 56.25em) {
  .c-breadcrumbs__wrap {
    width: 96%;
  }
}

/** -------------------------------- **
	c-pagenation
*** ----------------------------------------------------------------- ***/
/* 「前へ」「後ろへ」がなくても中央寄せになるように */
.c-pager__lists .pre:empty,
.c-pager__lists .next:empty,
.c-pager-arr__pre:empty,
.c-pager-arr__next:empty {
  display: block;
  width: 10%;
}

/* 細かい設定 */
.c-pager__wrap {
  margin: 1rem 0 10%;
}

.c-pager__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.c-pager__lists a {
  -webkit-transition: all 0.3s;
  display: block;
  margin: 3px;
  padding: 0.2rem 0.8rem;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.c-pager__lists a:hover {
  border-bottom: 1px solid #747574;
}
.c-pager__lists .active {
  border-bottom: 1px solid #747574;
}

.c-pager-single__item a {
  margin: 0 22px;
  border-bottom: 1px solid transparent;
}

@media print, screen and (max-width: 67.5em) {
  .c-pager__lists .pre:empty,
  .c-pager__lists .next:empty,
  .c-pager-arr__pre:empty,
  .c-pager-arr__next:empty {
    width: 15%;
  }
}

@media screen and (max-width: 56.25em) {
  .c-pager__lists .pre:empty,
  .c-pager__lists .next:empty,
  .c-pager-arr__pre:empty,
  .c-pager-arr__next:empty {
    width: 20%;
  }
}

@media screen and (max-width: 42.5em) {
  .c-pager-single__item a {
    margin: 0 0.875rem;
    padding: 0;
    font-size: 0.875rem;
  }
}

/* #############################################################

[ プロジェクト ] 固有スタイルを定義

############################################################# */
/* ==========================================================================
	Layout Common
=========================================================================== */
/** -------------------------------- **
	txt
*** ----------------------------------------------------------------- ***/
.p-txt__under-yellow {
  border-bottom: 5px solid #ffcb05;
}

/** -------------------------------- **
	Anchor link
*** ----------------------------------------------------------------- ***/
#electrical,
#telephone,
#air,
#sale,
#anchor01,
#anchor02,
#anchor03,
#anchor04 {
  margin-top: -98px;
  padding-top: 98px;
}

@media screen and (max-width: 56.25em) {
  #electrical,
  #telephone,
  #air,
  #sale,
  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04 {
    margin-top: -98px;
    padding-top: 98px;
  }
}

/** -------------------------------- **
	Header
*** ----------------------------------------------------------------- ***/
.l-header__wrap {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: #fff;
}

.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}

.l-header__logo {
  width: 210px;
  vertical-align: middle;
}
.l-header__logo-wrap {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin: 0;
}

.l-header-nav__wrap {
  -ms-flex-preferred-size: 80%;
  position: relative;
  flex-basis: 80%;
}

.p-hd__call-wrap {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-hd__call-txt {
  margin-bottom: 0;
  color: #f37022;
  /* font-size: 1.875rem; */
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.1;
}
.p-hd__call-txt-en {
  margin-right: 0.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}

@media print, screen and (max-width: 80em) {
  .p-hd__call-txt {
    /* font-size: 1.625rem; */
    font-size: 1.375rem;
  }
  .p-hd__call-txt-en {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 67.5em) {
  .p-hd__call-wrap {
    right: -20px;
  }
}

@media screen and (max-width: 56.25em) {
  .l-header__inner {
    height: 100%;
    padding: 0;
  }
  .l-header__logo-wrap {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-left: 2%;
  }
  .l-header-nav__wrap {
    -ms-flex-preferred-size: 41%;
    position: static;
    flex-basis: 41%;
    height: 100%;
  }
  .l-header__spmenu {
    -webkit-transition: all 0.3s ease;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    height: 100%;
    border: none;
    border-left: 1px solid #fff;
    background: #1074da;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .l-header__spmenu span {
    -webkit-transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 5px;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.3s ease;
  }
  .l-header__spmenu span:nth-of-type(1) {
    top: 25%;
  }
  .l-header__spmenu span:nth-of-type(2) {
    top: 45%;
  }
  .l-header__spmenu span:nth-of-type(3) {
    top: 65%;
  }
  .l-header__spmenu.ac {
    display: block;
    border-left: 1px solid #1074da;
    background: none;
  }
  .l-header__spmenu.ac::after {
    content: "";
  }
  .l-header__spmenu.ac span {
    background: #fff;
  }
  .l-header__spmenu.ac span:nth-of-type(1) {
    -webkit-transform: translate3d(-37px, 50px, 0) rotate(45deg);
    top: 0;
    width: 75%;
    transform: translate3d(-37px, 50px, 0) rotate(45deg);
  }
  .l-header__spmenu.ac span:nth-of-type(2) {
    left: -150vw;
  }
  .l-header__spmenu.ac span:nth-of-type(3) {
    -webkit-transform: translate3d(14px, -13px, 0) rotate(-45deg);
    left: 0;
    width: 75%;
    transform: translate3d(14px, -13px, 0) rotate(-45deg);
  }
  .p-hd__call-wrap {
    -webkit-transform: translateY(0);
    position: static;
    height: 100%;
    transform: translateY(0);
    background: #f37022;
  }
  .p-hd__call-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .p-hd__call-link::before {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 0.25rem;
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_tel.svg") no-repeat;
    vertical-align: text-bottom;
    content: "";
  }
}

@media screen and (max-width: 42.5em) {
  .l-header__wrap {
    height: 50px;
  }
  .l-header-nav__wrap {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    margin-right: 55px;
    margin-left: auto;
  }
  .l-header__spmenu {
    z-index: 3;
    top: 0;
    right: 0;
    width: 55px;
  }
  .l-header__spmenu span {
    height: 3px;
  }
  .l-header__spmenu.ac span {
    background: #fff;
  }
  .l-header__spmenu.ac span:nth-of-type(1) {
    -webkit-transform: translate3d(-18px, 20px, 0) rotate(45deg);
    top: 0;
    width: 75%;
    transform: translate3d(-18px, 20px, 0) rotate(45deg);
  }
  .l-header__spmenu.ac span:nth-of-type(2) {
    left: -150vw;
  }
  .l-header__spmenu.ac span:nth-of-type(3) {
    -webkit-transform: translate3d(8px, -11px, 0) rotate(-45deg);
    left: 0;
    width: 75%;
    transform: translate3d(8px, -11px, 0) rotate(-45deg);
  }
  .p-hd__call-link {
    font-size: 0.835rem;
  }
  .p-hd__call-link::before {
    width: 25px;
    height: 25px;
  }
}

/** -------------------------------- **
	Navigation
*** ----------------------------------------------------------------- ***/
/*
 * Key Frame Animation
--------------------------------------- **/
@-webkit-keyframes spMenuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spMenuClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spMenuClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * Navigation Layout
--------------------------------------- **/
.l-nav-lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-nav__items a {
  margin: 0 0 0 1rem;
  /*font-size: 1.062rem;*/
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.l-nav__items a:hover {
  border-bottom: 1px solid #f37022;
}

.l-nav__accent {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  /* right: 235px; */
  right: 210px;
  /* width: 175px; */
  width: 150px;
  transform: translateY(-50%);
}
.l-nav__accent a {
  margin: 0;
  /* padding: 5px 1.3rem; */
  padding: 5px .3rem;
}
.l-nav__accent a:hover {
  border-bottom: none;
}
.l-nav__accent a::before {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.l-nav__sdgs {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  /* right: 433px; */
  right: 393px;
  /* width: 83px; */
  width: 75px;
  transform: translateY(-50%);
}
.l-nav__sdgs a:hover {
  border-bottom: none;
}

.l-nav__health {
  position: absolute;
  right: 465px;
}


@media print, screen and (max-width: 80em) {
  .l-nav-lists a {
    /* font-size: 0.875rem; */
    font-size: 0.75rem;
  }
  .l-nav__accent {
    /* right: 215px; */
    right: 180px;
  }
  .l-nav__accent a {
    margin: 0;
    padding: .5em 1rem;
  }
  .l-nav__sdgs {
    right: 380px;
  }
}

@media print, screen and (max-width: 67.5em) {
  .l-nav-lists a {
    margin-left: .5rem;
    /*font-size: 0.812rem;*/
    font-size: 0.6875rem;
  }
  .l-nav__accent {
    right: 175px;
    width: 100px;
  }
  .l-nav__accent a {
    margin: 0;
    padding: 0 0.4rem;
  }
  .l-nav__accent a::before {
    width: 16px;
    height: 16px;
  }
  .l-nav__sdgs {
    right: 310px;
    width: 50px;
  }
}

@media screen and (max-width: 56.25em) {
  .l-nav__wrap {
    -webkit-transition: all 0.3s ease;
    -webkit-animation: spMenuClose 0.3s forwards;
    display: none;
    z-index: -99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: spMenuClose 0.3s forwards;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .l-nav__wrap.open {
    -webkit-animation: spMenuOpen 0.3s forwards;
    display: block;
    z-index: 2;
    background: rgba(16, 116, 218, 0.95);
    animation: spMenuOpen 0.3s forwards;
    opacity: 1;
  }
  .l-nav__wrap.open .l-nav-lists__wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .l-nav-lists {
    -ms-flex-wrap: wrap;
    display: block;
    flex-wrap: wrap;
    max-width: 100%;
    height: calc(100% - 99px);
    margin-top: 99px;
    overflow-y: auto;
  }
  .l-nav-lists__wrap {
    -webkit-transform: translateX(-100%);
    -webkit-transition: all 0.3s ease 0.3s;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-height: 100vh;
    overflow-y: scroll;
    transform: translateX(-100%);
    background: #fff;
    transition: all 0.3s ease 0.3s;
  }
  .l-nav__items:not(:last-child) {
    border-top: 1px solid #fff;
  }
  .l-nav__items:nth-child(5) {
    border-bottom: 1px solid #fff;
  }
  .l-nav__items:nth-child(6),
  .l-nav__items:nth-child(7) {
    border-top: none;
    background: #fff;
  }
  .l-nav__items a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1rem;
    color: #fff;
    font-size: 2.25rem;
  }
  .l-nav__accent {
    -webkit-transform: none;
    position: static;
    width: 100%;
    max-width: 90%;
    margin: 2rem auto 1rem;
    transform: none;
  }
  .l-nav__accent a::before {
    width: 43px;
    height: 43px;
  }
  .l-nav__sdgs,
  .l-nav__health {
    -webkit-transform: none;
    position: static;
    width: 35%;
    max-width: 90%;
    margin: 2rem auto 1rem;
    transform: none;
  }
}

@media screen and (max-width: 42.5em) {
  .l-nav__wrap {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
  .l-nav-lists {
    max-width: 100%;
    height: calc(100% - 51px);
    margin-top: 51px;
  }
  .l-nav__items a {
    padding: 0.5rem;
    font-size: 1.25rem;
  }
  .l-nav__items a::before {
    width: 20px;
    height: 20px;
  }
  .l-nav__accent {
    margin: 1rem auto;
    padding: 0.25rem;
  }
}

/** -------------------------------- **
	footer
*** ----------------------------------------------------------------- ***/
.l-footer__wrap {
  position: relative;
  margin: 60px auto 0;
  text-align: center;
}

.l-footer-nav__wrap .l-nav-lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.l-footer-nav__wrap .l-nav__items {
  position: relative;
  margin: 0 1rem;
}
.l-footer-nav__wrap .l-nav__items:not(:first-child)::before {
  -webkit-transform: rotate(40deg) translate(-4px, 2px);
  display: inline-block;
  width: 1px;
  height: 24px;
  transform: rotate(40deg) translate(-4px, 2px);
  background: #858585;
  vertical-align: middle;
  content: "";
}

.l-footer-subnav__wrap {
  margin-top: 1rem;
}
.l-footer-subnav__wrap .l-nav-lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.l-footer-subnav__wrap .l-nav__items {
  position: relative;
  margin: 34px 0 0;
}
.l-footer-subnav__wrap .l-nav__items a {
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  font-size: 0.812rem;
}
.l-footer-subnav__wrap .l-nav__items:not(:first-child)::before {
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: #858585;
  vertical-align: middle;
  content: "";
}

.l-footer__logo {
  max-width: 188px;
  margin: 0 auto;
}

.l-footer-address__wrap {
  max-width: 424px;
  margin: 56px auto 0;
}

.l-footer-address__txt {
  margin: 68px 0 0;
  font-size: 400;
}

.l-footer__copyright {
  margin: 0;
  padding: 0 0 1.375rem;
  font-size: 0.75rem;
  text-align: center;
}
.l-footer__copyright-wrap {
  border-top: 1px solid #b5b5b5;
}

@media print, screen and (max-width: 67.5em) {
  .l-footer__wrap {
    margin-top: 60px;
  }
  .l-footer-address__wrap {
    margin: 38px auto 1rem;
  }
  .l-footer-address__txt {
    margin-top: 14px;
  }
  .l-footer__copyright {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 56.25em) {
  .l-footer-subnav__wrap {
    margin-bottom: 5rem;
  }
  .l-footer-subnav__wrap .l-nav-lists {
    display: block;
    text-align: center;
  }
  .l-footer-subnav__wrap .l-nav__items {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .l-footer-subnav__wrap .l-nav__items a {
    display: inline;
    color: inherit;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .l-footer-subnav__wrap .l-nav__items:not(:first-child)::before {
    height: 28px;
  }
  .l-footer__logo {
    max-width: 380px;
    margin-bottom: 4rem;
  }
  .l-footer-address__wrap {
    max-width: 100%;
    margin: 55px auto 0;
    text-align: center;
  }
  .l-footer-address__txt {
    margin: 45px auto 0;
    font-size: 1.625rem;
    line-height: 1.4;
  }
  .l-footer__copyright {
    padding: 0 0 18px;
    font-size: 1.25rem;
  }
  .l-footer__copyright-wrap {
    border: none;
  }
}

@media screen and (max-width: 42.5em) {
  .l-footer__wrap {
    margin-top: 125px;
  }
  .l-footer-subnav__wrap {
    margin-bottom: 3rem;
  }
  .l-footer-subnav__wrap .l-nav__items a {
    padding: 0 0.25rem;
    font-size: 0.875rem;
  }
  .l-footer-subnav__wrap .l-nav__items:not(:first-child)::before {
    height: 0.875rem;
  }
  .l-footer__logo {
    max-width: 170px;
  }
  .l-footer-address__wrap {
    max-width: 100%;
    margin: 40px auto 0;
    text-align: center;
  }
  .l-footer-address__txt {
    margin: 20px auto 0;
    font-size: 1rem;
  }
  .l-footer__copyright {
    padding: 0;
    font-size: 1rem;
  }
  .l-footer__copyright-wrap {
    border: none;
  }
}

/* ==========================================================================
	Project Common
=========================================================================== */
/** -------------------------------- **
	Wrap Layout
*** ----------------------------------------------------------------- ***/
.l-main__wrap {
  display: block;
  padding-top: 98px;
}

.l-main__section {
  max-width: 1400px;
  margin: 0 auto 160px;
}

.l-main__conts--large {
  max-width: 1300px;
  margin: 0 auto 2rem;
}

.l-main__conts--medium {
  max-width: 1160px;
  margin: 0 auto 2rem;
}

.l-main__conts--medium2 {
  max-width: 920px;
  margin: 0 auto 2rem;
}

.l-main__conts--small {
  max-width: 388px;
  margin: 0 auto 2rem;
}

@media print, screen and (max-width: 67.5em) {
  .l-main__section {
    margin: 0 auto 115px;
  }
  .l-main__conts--large,
  .l-main__conts--medium,
  .l-main__conts--medium2 {
    max-width: 920px;
    margin: 0 auto 2rem;
  }
  .l-main__conts--small {
    max-width: 388px;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 56.25em) {
  .l-main__section {
    margin: 0 auto;
  }
}

@media screen and (max-width: 42.5em) {
  .l-main__wrap {
    padding-top: 45px;
  }
}

/* top-gallery-wrap
--------------------------------------------- */
.p-top-gallery__wrap {
  width: 100%;
  margin-bottom: 130px;
}

.p-top-gallery__ttl-wrap {
  margin-bottom: 38px;
}

.p-top-gallery__ttl-txt {
  color: #1074da;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-top-gallery__list {
  margin-bottom: 4%;
  padding: 0;
}

.p-top-gallery__img img {
  width: auto;
  height: 240px;
}

@media screen and (max-width: 56.25em) {
  .p-top-gallery__ttl-txt {
    font-size: 2.5rem;
  }
  .p-top-gallery-list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 42.5em) {
  .p-top-gallery__wrap {
    margin-bottom: 100px;
  }
  .p-top-gallery__ttl-wrap {
    margin-bottom: 28px;
  }
  .p-top-gallery__ttl-txt {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
	Project Original
=========================================================================== */
/** -------------------------------- **
	INDEX
*** ----------------------------------------------------------------- ***/
/*
 * Home slide
--------------------------------------- **/
.mainslide {
  position: relative;
}

.p-top-slide {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-slide__item {
  vertical-align: bottom;
}

/*
 * Home news
--------------------------------------- **/
.p-top-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(47, 47, 47, 0.87);
  color: #fff;
}
.p-top-news-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 0;
}
.p-top-news__ttl {
  -ms-flex-preferred-size: 13%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-basis: 13%;
  align-items: center;
  max-width: 13%;
  margin-bottom: 0;
  font-weight: 700;
}
.p-top-news__ttl::after {
  position: absolute;
  left: 80%;
  height: 96%;
  border-right: 1px solid #fff;
  content: "";
}
.p-top-news__txt {
  -ms-flex-preferred-size: 87%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-basis: 87%;
  align-items: center;
  max-width: 87%;
  font-size: 1.25rem;
}
.p-top-news__txt .date {
  margin-bottom: 0;
}
.p-top-news__txt .news-ttl {
  margin-bottom: 0;
  margin-left: 4%;
}
.p-top-news__txt .news-ttl a {
  color: #fff;
  font-size: 1.25rem;
}
.p-top-news__txt .news-ttl a:hover {
  color: #f37022;
}

@media print, screen and (max-width: 67.5em) {
  .p-top-news-inner {
    padding: 1rem 0 1rem 86px;
  }
  .p-top-news__ttl {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    font-size: 0.906rem;
  }
  .p-top-news__txt {
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
    max-width: 88%;
    font-size: 0.906rem;
  }
  .p-top-news__txt .news-ttl a {
    font-size: 0.906rem;
  }
}

@media screen and (max-width: 56.25em) {
  .p-top-news {
    position: relative;
  }
  .p-top-news-inner {
    padding: 1rem;
  }
  .p-top-news__ttl {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    font-size: 1.5rem;
  }
  .p-top-news__ttl::after {
    margin: 0;
  }
  .p-top-news__txt {
    -ms-flex-preferred-size: 75%;
    display: inline-block;
    flex-basis: 75%;
    max-width: 75%;
    font-size: 1.5rem;
  }
  .p-top-news__txt .news-ttl {
    margin-left: 0;
  }
  .p-top-news__txt .news-ttl a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 42.5em) {
  .p-top-news-inner {
    padding: 0.5rem;
  }
  .p-top-news__ttl {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    font-size: 0.625rem;
  }
  .p-top-news__txt {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    font-size: 0.875rem;
  }
  .p-top-news__txt .news-ttl a {
    font-size: 0.875rem;
  }
}

/*
 * Home aboutus
--------------------------------------- **/
.aboutus .p-txt__under-yellow {
  padding-bottom: 0.5rem;
}

.p-top-aboutus__img {
  -ms-flex-preferred-size: 63%;
  flex-basis: 63%;
  max-width: 63%;
}

.p-top-aboutus__txtarea {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 4% 0 3%;
}
.p-top-aboutus__txtarea-txt {
  margin: 40px auto 30px;
  font-size: 1.125rem;
}

.p-top-recruit-banner__img {
  cursor: pointer;
  max-width: 860px;
  margin: 0 auto;
}

.p-top-aboutus__list {
  padding: 0;
}
.p-top-aboutus__list-items {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
  list-style: none;
}
.p-top-aboutus__list-items:last-child {
  border: none;
}
.p-top-aboutus__list-items a {
  display: block;
  padding: 15px;
  font-size: 1.5rem;
}
.p-top-aboutus__list-items a::after {
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 6%;
  width: 20px;
  height: 20px;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_01.svg") no-repeat;
  content: "";
}
.p-top-aboutus__list-items a:hover {
  background: #f37022;
  color: #fff;
}
.p-top-aboutus__list-items a:hover::after {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_02.svg") no-repeat;
}

@media print, screen and (max-width: 67.5em) {
  .p-top-aboutus__txtarea-txt {
    margin: 40px auto 30px;
    font-size: 1rem;
  }
  .p-top-aboutus__list {
    padding: 0;
  }
  .p-top-aboutus__list-items a {
    font-size: 1.093rem;
  }
  .p-top-aboutus__list-items a::after {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 56.25em) {
  .p-top-aboutus__img {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 0 auto;
  }
  .p-top-aboutus__txtarea {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 0 auto;
    padding-top: 5%;
  }
  .p-top-aboutus__txtarea-txt {
    font-size: 1.625rem;
  }
  .p-top-aboutus__list {
    padding: 0;
  }
  .p-top-aboutus__list-items:first-child {
    border-top: 1px solid #b5b5b5;
  }
  .p-top-aboutus__list-items:last-child {
    border-bottom: 1px solid #b5b5b5;
  }
  .p-top-aboutus__list-items a {
    padding: 15px 15px 15px 7%;
    background: #fbfbfb;
    font-size: 2.125rem;
    font-weight: 700;
  }
  .p-top-aboutus__list-items a::after {
    top: auto;
    right: 6%;
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 42.5em) {
  .p-top-aboutus__txtarea {
    padding-top: 5%;
  }
  .p-top-aboutus__txtarea-txt {
    font-size: 1rem;
  }
  .p-top-aboutus__list {
    padding: 0;
  }
  .p-top-aboutus__list-items a {
    font-size: 1rem;
  }
  .p-top-aboutus__list-items a::after {
    width: 23px;
    height: 23px;
  }
}

/*
 * Home service
--------------------------------------- **/
.service .l-main__conts--large {
  margin: 0 0 0 auto;
}

.p-top-service__txtarea {
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  max-width: 39%;
  margin-right: 3%;
}
.p-top-service__txtarea-txt {
  margin-top: 62px;
  font-size: 1.125rem;
}

.p-top-service__img {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  max-width: 58%;
}

.p-top-works__img {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  max-width: 31%;
  margin-right: 3%;
}
.p-top-works__img-txt {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  max-width: 66%;
  margin: 0 auto;
  font-size: 1.125rem;
}
.p-top-works__img-construction {
  margin-top: 38px;
  font-size: 1rem;
}

.c-works__item .c-btn {
  -webkit-transition: all 0.3s ease-in-out;
  max-width: 248px;
  margin: 40px auto 0;
  border: 1px solid #1074da;
  background: #1074da;
  transition: all 0.3s ease-in-out;
}
.c-works__item .c-btn a {
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
.c-works__item .c-btn a::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.c-works__item .c-btn:hover {
  background: #fff;
}
.c-works__item .c-btn:hover a {
  color: #1074da;
}
.c-works__item .c-btn:hover a::before {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_03.svg") no-repeat;
}

@media print, screen and (max-width: 67.5em) {
  .p-top-service__txtarea {
    margin: 0 2% 0 1%;
  }
  .p-top-service__txtarea-txt {
    margin-top: 46px;
    font-size: 1rem;
  }
  .p-top-works__img {
    width: 360px;
  }
  .p-top-works__img-txt {
    width: 366px;
    font-size: 1rem;
  }
  .p-top-works__img-construction {
    margin-top: 18px;
  }
  .c-works__item .c-btn {
    max-width: 248px;
    margin-top: 0;
  }
  .c-works__item .c-btn a {
    font-size: 1.25rem;
  }
  .c-works__item .c-btn::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 56.25em) {
  .service .l-main__conts--large {
    margin: 0 0 0 auto;
  }
  .p-top-service__txtarea {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 1rem auto;
  }
  .p-top-service__txtarea-txt {
    margin-top: 54px;
    font-size: 1.625rem;
  }
  .p-top-service__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-top-works__ttl {
    max-width: 100%;
    margin: 2rem;
    font-size: 2rem;
  }
  .p-top-works__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }
  .p-top-works__img img {
    margin: 0 auto;
  }
  .p-top-works__img-txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: 0 25px;
    font-size: 1.5rem;
  }
  .p-top-works__img-construction {
    font-size: 1rem;
  }
  .c-works__item .c-btn {
    max-width: 100%;
    margin: 0;
    padding: 22px 0;
  }
  .c-works__item .c-btn a {
    font-size: 1.875rem;
  }
  .c-works__item .c-btn::before {
    width: 45px;
    height: 45px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 42.5em) {
  .service .l-main__conts--large {
    margin: 0 0 0 auto;
  }
  .p-top-service__txtarea-txt {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .p-top-works__ttl {
    margin: 1.062rem;
    font-size: 1.25rem;
  }
  .p-top-works__img-txt {
    font-size: 1rem;
  }
  .p-top-works__img-construction {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .c-works__item {
    padding: 0;
  }
  .c-works__item .c-btn {
    max-width: 100%;
    margin: 0;
    padding: 18px 0;
  }
  .c-works__item .c-btn a {
    font-size: 1rem;
  }
  .c-works__item .c-btn::before {
    width: 19px;
    height: 19px;
  }
}

/*
 * Home recruit
--------------------------------------- **/
.recruit {
  margin-bottom: 100px;
}

.p-top-recruit__img {
  -ms-flex-preferred-size: 61.5%;
  flex-basis: 61.5%;
  max-width: 61.5%;
}

.p-top-recruit__txtarea {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  max-width: 31%;
  margin: 0 2.5% 0 5%;
}
.p-top-recruit__txtarea-txt {
  margin-top: 45px;
  font-size: 1.125rem;
  letter-spacing: -1px;
}

.p-top-recruit__accent-wrap {
  position: relative;
  height: 290px;
  margin: 174px auto 0;
  background: #ffe997;
}

.p-top-recruit__link-wrap {
  position: absolute;
  top: -124px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.p-top-recruit__link-wrap a .p-top-recruit__link-opacity {
  opacity: 0.5;
}
.p-top-recruit__link-wrap a:hover .p-top-recruit__link-opacity {
  opacity: 1;
}

.p-top-recruit__link-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-recruit__link-img {
  position: relative;
  background-color: #009cf3;
}

.p-top-recruit__link-txt {
  width: 100%;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-top-recruit__link-txt::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_02.svg") no-repeat;
  vertical-align: middle;
  content: "";
}

.p-top-recruit-info_btn {
  max-width: 600px;
  max-height: 80px;
  margin: 40px auto 0;
}
.p-top-recruit-info_btn a {
  padding: 0.8rem 1rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.p-top-recruit-info_btn a::before {
  width: 37px;
  height: 37px;
  margin-right: 3px;
}

@media print, screen and (max-width: 67.5em) {
  .p-top-recruit__txtarea-txt {
    font-size: 1rem;
  }
  .p-top-recruit__accent-wrap {
    height: 210px;
  }
  .p-top-recruit__link-txt {
    font-size: 1.375rem;
  }
  .p-top-recruit__link-txt::before {
    width: 26px;
    height: 26px;
  }
  .p-top-recruit-info_btn {
    margin-top: 34px;
  }
  .p-top-recruit-info_btn a {
    font-size: 1.375rem;
  }
  .p-top-recruit-info_btn a::before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 56.25em) {
  .p-top-recruit__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-top-recruit__txtarea {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 0 auto;
  }
  .p-top-recruit__txtarea-txt {
    margin-top: 45px;
    font-size: 1.25rem;
    letter-spacing: 0px;
  }
  .p-top-recruit__accent-wrap {
    height: 330px;
    margin: 100px auto 0;
  }
  .p-top-recruit__link-wrap {
    top: -50px;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-recruit__link-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .p-top-recruit__link-txt {
    width: 100%;
    line-height: 1.3;
  }
  .p-top-recruit-info_btn {
    max-width: 600px;
    max-height: 80px;
    margin: 40px auto 0;
    padding: 0.8rem 1rem;
  }
}

@media screen and (max-width: 42.5em) {
  .p-top-recruit__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-top-recruit__txtarea {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 0 auto;
  }
  .p-top-recruit__txtarea-txt {
    margin-top: 15px;
    font-size: 1rem;
  }
  .p-top-recruit__accent-wrap {
    height: 120px;
    margin: 50px auto 0;
  }
  .p-top-recruit__link-wrap {
    top: -50px;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-recruit__link-txt {
    font-size: 1rem;
  }
  .p-top-recruit__link-txt::before {
    width: 15px;
    height: 15px;
  }
  .p-top-recruit-info_btn {
    max-width: 600px;
    max-height: 80px;
    margin: 10px auto 0;
    padding: 0.8rem 1rem;
  }
}

/** -------------------------------- **
	固定ページ
*** ----------------------------------------------------------------- ***/
/*
 * company
--------------------------------------- **/
/* 各コンテンツ余白 */
.greeting {
  margin-bottom: 112px;
}

.guideline,
.company-profile {
  margin-bottom: 130px;
}

.group {
  margin-bottom: 140px;
}

/* 個別設定 */
.p-company-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/company/main-img-company-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-company__lead {
  color: #f37022;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-greeting-wrap {
  margin-top: 60px;
}
.p-greeting-wrap__txt {
  -ms-flex-preferred-size: 61.5%;
  flex-basis: 61.5%;
  max-width: 61.5%;
  margin-right: 4%;
  font-size: 1rem;
}
.p-greeting-wrap__txt > span {
  display: block;
  text-align: right;
}
.p-greeting-wrap__img {
  -ms-flex-preferred-size: 34.5%;
  flex-basis: 34.5%;
  max-width: 34.5%;
}

.p-guideline-wrap__list {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

.p-guideline-wrap__items {
  position: relative;
  margin: 30px 2.5rem 60px 0;
  padding-left: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-guideline-wrap__items::before {
  position: absolute;
  left: 0;
  content: "一、";
}

.p-company-tbl th,
.p-company-tbl td {
  border: none;
}

.p-company-tbl th {
  padding-left: 2.5%;
}

.p-company-tbl td {
  font-size: 1rem;
  line-height: 1.8;
}

.p-company-tbl tr:nth-child(odd) th,
.p-company-tbl tr:nth-child(odd) td {
  background: #f1ede7;
}

.p-group-wrap {
  max-width: 920px;
  margin: 70px auto;
}

.p-group-detail-wrap {
  width: 100%;
  margin-top: 30px;
}

.p-group-detail__img {
  -ms-flex-preferred-size: 25.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 25.4%;
  max-width: 25.4%;
  padding-right: 1.5rem;
}
.p-group-detail__img-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-group-detail__logo {
  width: 100%;
}

.p-group-detail__txt {
  -ms-flex-preferred-size: 74.6%;
  flex-basis: 74.6%;
  max-width: 74.6%;
  margin: 0;
  padding: 38px 0 0 1.5rem;
  border-left: 1px solid #c5c5c5;
}
.p-group-detail__txt .c-lists-detail__ttl {
  color: #f37022;
}

@media screen and (max-width: 56.25em) {
  .greeting {
    margin-bottom: 138px;
  }
  /* 個別設定 */
  .p-company-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/company/main-img-company-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .p-company__lead {
    margin-bottom: 60px;
    font-size: 1.375rem;
  }
  .p-greeting-wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    width: 100%;
    margin: 0 auto;
  }
  .p-greeting-wrap__txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 6.7%;
    font-size: 1.125rem;
  }
  .p-greeting-wrap__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .p-guideline-wrap {
    margin: 0 auto;
  }
  .p-guideline-wrap__items {
    margin: 0 6.7% 60px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .p-company-tbl {
    width: 96%;
    margin: 0 auto 1.5rem;
  }
  .p-company-tbl th,
  .p-company-tbl td {
    font-size: 1.25rem;
  }
  .p-group-wrap {
    width: 96%;
    margin: 70px auto;
  }
}

@media screen and (max-width: 42.5em) {
  /* 各コンテンツ余白 */
  .group {
    margin-bottom: 70px;
  }
  /* 個別設定 */
  .p-company__lead {
    font-size: 1rem;
    letter-spacing: -1.2px;
  }
  .p-greeting-wrap__txt {
    font-size: 1rem;
  }
  .p-greeting-wrap__img {
    margin-bottom: 50px;
  }
  .p-guideline-wrap__items {
    margin: 0 6.7% 45px;
    font-size: 0.875rem;
  }
  .p-company-tbl {
    margin: 0 auto 1.5rem;
  }
  .p-company-tbl th,
  .p-company-tbl td {
    font-size: 0.875rem;
  }
  .p-company-tbl th {
    padding-right: 0.875rem;
  }
  .p-group-ttl .c-conts__ttl-txt::before {
    margin-right: 0.5rem;
  }
  .p-group-ttl .c-conts__ttl-txt::after {
    margin-left: 0.5rem;
  }
  .p-group-wrap {
    max-width: 920px;
    margin: 70px auto;
  }
  .p-group-detail-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .p-group-detail__img {
    padding-right: 0.5rem;
  }
  .p-group-detail__txt {
    padding-left: 0.5rem;
  }
  .p-group-detail__txt .c-lists-detail {
    margin-bottom: 26px;
  }
  .p-group-detail__txt .c-lists-detail__ttl,
  .p-group-detail__txt .c-lists-detail__txt {
    font-size: 0.875rem;
  }
}

/*
 * news
--------------------------------------- **/
.p-news-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/news/main-img-news-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-news__ttl-wrap {
  margin: 96px auto 125px;
}

.p-news__ttl-txt {
  font-size: 1.75rem;
  text-align: center;
}

.p-news-list {
  margin-bottom: 45px;
  padding-bottom: 6px;
}
.p-news-list__wrap {
  max-width: 750px;
  margin: 0 auto 5%;
}
.p-news-list__data {
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
  max-width: 14%;
  padding-left: 1.3%;
}
.p-news-list__tit {
  -ms-flex-preferred-size: 82.7%;
  flex-basis: 82.7%;
  max-width: 82.7%;
  margin-left: 3.3%;
}
.p-news-list__link {
  display: block;
}

@media screen and (max-width: 56.25em) {
  .p-news-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/news/main-img-news-01-sp.jpg") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 42.5em) {
  .p-news__ttl-wrap {
    margin: 66px auto 80px;
  }
  .p-news-list {
    margin-bottom: 45px;
    padding-bottom: 6px;
  }
  .p-news-list__wrap {
    max-width: 96%;
  }
  .p-news-list__data {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .p-news-list__tit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

/*
 * news-details
--------------------------------------- **/
.news-details {
  margin-bottom: 10%;
}
.news-details .p-news__ttl-wrap {
  max-width: 780px;
  margin: 65px auto;
}
.news-details .p-news__ttl-wrap::after {
  width: 100%;
  height: auto;
  margin-top: 32px;
  border-bottom: 1px solid #747574;
  content: "";
}
.news-details .p-news__ttl-data {
  font-size: 1.125rem;
  text-align: center;
}
.news-details .p-news__ttl-txt {
  font-weight: 400;
}
.news-details .p-news-detail__wrap {
  max-width: 690px;
  margin: 0 auto 110px;
}
.news-details .p-news-detail__img {
  margin-bottom: 44px;
}
.news-details .p-news-detail__link a {
  padding: 36px 0;
}
.news-details .p-news-detail__link a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/btn_link_01.svg") no-repeat;
  vertical-align: middle;
  content: "";
}
.news-details .p-news-detail__link a:hover {
  color: #f37022;
}

@media screen and (max-width: 56.25em) {
  .news-details .p-news__ttl-wrap {
    width: 96%;
  }
  .news-details .p-news__ttl-txt {
    font-size: 1.5rem;
  }
  .news-details .p-news-detail__wrap {
    width: 96%;
  }
}

/*
 * service
--------------------------------------- **/
/* 各コンテンツ枠サイズ */
.p-service-works__wrap,
.p-construction__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* 個別設定 */
.p-service-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/service/main-img-service-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-service-nav {
  margin-top: 50px;
}
.p-service-nav .c-works-link:hover {
  padding: 1.5% 0;
  background: #fff;
}

.p-service-works__img {
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
  max-width: 54%;
}

.p-service-works__txt {
  -ms-flex-preferred-size: 42.4%;
  flex-basis: 42.4%;
  max-width: 42.4%;
  margin-left: 3.6%;
}

.p-service__wrap {
  display: none;
}
.p-service__wrap.ac {
  display: block;
}
.p-service__wrap .c-conts__ttl-wrap {
  max-width: 700px;
}

.p-construction__wrap {
  margin-bottom: 160px;
}

.p-construction__ttl-wrap {
  margin: 72px auto 0;
}

.p-construction__ttl-txt {
  font-size: 1.75rem;
  text-align: center;
}

.p-construction-imglist,
.p-construction-txtlist {
  width: 100%;
}

.p-construction-txtlist {
  margin-top: 2%;
}

.p-construction-list {
  margin-top: 66px;
}
.p-construction-list--txtonly {
  max-width: 98%;
  margin: 35px auto 0;
}
.p-construction-list__img {
  margin-bottom: 4%;
  text-align: center;
}
.p-construction-list__img.sale {
  border: 1px solid #b5b5b5;
}
.p-construction-list__txt {
  margin-bottom: 0;
  line-height: 1.5;
}
.p-construction-list__txt-goods {
  font-size: 0.875rem;
}
.p-construction-list__txt--only {
  -ms-flex-preferred-size: 48%;
  position: relative;
  flex-basis: 48%;
  max-width: 48%;
  margin: 0;
  padding: 2% 0 2% 2rem;
  border-bottom: 1px solid #b5b5b5;
  font-size: 0.875rem;
}
.p-construction-list__txt--only::before {
  position: absolute;
  left: 3%;
  content: "・";
}
.p-construction-list__txt--only:nth-child(1),
.p-construction-list__txt--only:nth-child(2) {
  border-top: 1px solid #b5b5b5;
}
.p-construction-list__txt--only:nth-child(2n + 1) {
  margin-right: 4%;
}
.p-construction-list__txt.sale {
  height: 22%;
  font-weight: 700;
}

@media print, screen and (max-width: 67.5em) {
  .service .icon-works__electrical {
    width: 69px;
    height: 82px;
  }
  .service .icon-works__telephone {
    width: 79px;
    height: 81px;
  }
  .service .icon-works__air {
    width: 50px;
    height: 81px;
  }
  .service .icon-works__sale {
    width: 65px;
    height: 57px;
  }
  .p-service-nav .c-works-link:hover::after {
    width: 60px;
    height: 50px;
  }
  .p-construction-imglist,
  .p-construction-txtlist {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 56.25em) {
  .service .icon-works__electrical {
    width: 58px;
    height: 75px;
  }
  .service .icon-works__telephone {
    width: 73px;
    height: 75px;
  }
  .service .icon-works__air {
    width: 58px;
    height: 75px;
  }
  .service .icon-works__sale {
    width: 86px;
    height: 75px;
  }
  /* 各コンテンツ枠サイズ */
  .p-service-works__wrap,
  .p-construction__wrap {
    max-width: 96%;
    margin: 0 auto;
  }
  /* 個別設定 */
  .p-service-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/service/main-img-service-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .p-service-nav {
    margin-top: 0;
  }
  .p-service__wrap .c-conts__ttl-wrap {
    max-width: 80%;
  }
  .p-construction__wrap {
    margin-bottom: 130px;
  }
  .p-construction__ttl-txt {
    font-size: 1.25rem;
  }
  .p-construction-list--txtonly {
    margin-top: 45px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .p-construction-list__txt {
    margin: 0 4%;
    font-size: 1.25rem;
  }
  .p-construction-list__txt--only {
    margin: 0;
    padding: 4% 0 4% 6%;
  }
  .p-construction-list__txt--only::before {
    left: 2%;
  }
  .p-construction-list__txt.sale {
    height: 36%;
  }
}

@media screen and (max-width: 42.5em) {
  .service .icon-works__electrical {
    width: 52px;
    height: 65px;
  }
  .service .icon-works__telephone {
    width: 64px;
    height: 65px;
  }
  .service .icon-works__air {
    width: 37px;
    height: 65px;
  }
  .service .icon-works__sale {
    width: 71px;
    height: 65px;
  }
  /* 個別設定 */
  .p-service__wrap {
    margin-top: 20px;
  }
  .p-service-works__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-service-works__txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .p-service-nav {
    margin-top: 25px;
  }
  .p-service-nav .c-works-link:hover::after {
    width: 40px;
    height: 30px;
  }
  .p-construction__wrap {
    margin-bottom: 100px;
  }
  .p-construction__ttl-txt {
    font-size: 1.062rem;
  }
  .p-construction__ttl-wrap {
    margin-top: 50px;
  }
  .p-construction-list {
    margin-top: 33px;
  }
  .p-construction-list__txt {
    font-size: 1rem;
  }
}

/*
 * recruit
--------------------------------------- **/
.recruit .p-recruit-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/recruit/main-img-recruit-01-pc.jpg") no-repeat;
  background-size: cover;
}

.recruit .p-recruit-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 25px auto 0;
}
.recruit .p-recruit-link a .p-recruit-link__img {
  opacity: 0.5;
}
.recruit .p-recruit-link a:hover .p-recruit-link__img,
.recruit .p-recruit-link a:hover .p-recruit-link__img--none {
  opacity: 1;
}
.recruit .p-recruit-link__img-wrap {
  position: relative;
  background-color: #009cf3;
}
.recruit .p-recruit-link__txt {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.3;
}

.recruit .p-recruit-nav__wrap {
  max-width: 666px;
  margin: 0 auto;
}

.recruit .p-recruit-nav__lists-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  margin: 0 auto;
}

.recruit .p-recruit-nav-link {
  display: block;
  position: relative;
  padding: 1.125rem 0;
  border: 1px solid #1074da;
  background: #1074da;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.recruit .p-recruit-nav-link__subtxt {
  font-size: 1rem;
}
.recruit .p-recruit-nav-link:hover,
.recruit .p-recruit-nav-link.ac {
  background: #fff;
  color: #1074da;
}
.recruit .p-recruit-nav-link:hover::after,
.recruit .p-recruit-nav-link.ac::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 27px;
  height: 24px;
  transform: translateX(-50%);
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_arr_01.png") no-repeat;
  background-size: contain;
  content: "";
}

.recruit .p-recruit-voice-tabs__wrap {
  display: none;
}
.recruit .p-recruit-voice-tabs__wrap.ac {
  -webkit-animation: homeNavOpen 0.3s ease-in-out forwards;
  display: block;
  animation: homeNavOpen 0.3s ease-in-out forwards;
}

.recruit .p-recruit-voice__wrap {
  max-width: 990px;
  margin: 50px auto 82px;
}

.recruit .p-recruit-voice__img {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  max-width: 28%;
}

.recruit .p-recruit-voice__txt {
  -ms-flex-preferred-size: 68.7%;
  flex-basis: 68.7%;
  max-width: 68.7%;
  margin-left: 3.3%;
}
.recruit .p-recruit-voice__txt .p-recruit-voice {
  padding-bottom: 12px;
  border-bottom: 1px solid #919191;
  font-size: 1.375rem;
  font-weight: 700;
}
.recruit .p-recruit-voice__txt .p-recruit-voice > span {
  position: relative;
  margin-left: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.recruit .p-recruit-voice__txt .p-recruit-voice > span::before {
  -webkit-transform: rotate(40deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 40%;
  left: -1.062rem;
  width: 1px;
  height: 22px;
  transform: rotate(40deg) translateY(-50%);
  background: #3b3b3b;
  content: "";
}

.recruit .p-recruit-voice-list {
  max-width: 600px;
  margin: 0 auto;
}
.recruit .p-recruit-voice-list__tit {
  margin-bottom: 0.625rem;
  color: #005aab;
  font-size: 1.25rem;
  font-weight: 700;
}
.recruit .p-recruit-voice-list__data {
  margin-bottom: 46px;
  font-size: 1.125rem;
}

.recruit .p-recruit-voice02__wrap {
  max-width: 1052px;
  margin: 0 auto 128px;
}

.recruit .p-recruit-voice02__txt {
  -ms-flex-preferred-size: 56.7%;
  flex-basis: 56.7%;
  max-width: 56.7%;
}

.recruit .p-recruit-voice02__img {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  max-width: 38%;
  margin-left: 5.3%;
}

.recruit .p-recruit-voice03__wrap {
  max-width: 1300px;
  margin-left: 0;
}

.recruit .p-recruit-voice03__img {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  max-width: 47%;
}

.recruit .p-recruit-voice03__txt {
  -ms-flex-preferred-size: 49.4%;
  flex-basis: 49.4%;
  max-width: 49.4%;
  margin-left: 3.6%;
}

.recruit .p-recruit-training {
  max-width: 1080px;
  margin: 0 auto;
}
.recruit .p-recruit-training__img {
  max-width: 100%;
}
.recruit .p-recruit-training__tit {
  margin: 52px auto;
  font-size: 1.5rem;
  font-weight: 700;
}
.recruit .p-recruit-training__txt {
  font-size: 1.125rem;
}
.recruit .p-recruit-training__left {
  padding-right: 6%;
  border-right: 1px solid #c5c5c5;
  text-align: center;
}
.recruit .p-recruit-training__left .p-recruit-training__txt {
  margin-right: 5%;
}
.recruit .p-recruit-training__right {
  padding-left: 6%;
  text-align: center;
}
.recruit .p-recruit-training__right-inner {
  margin-top: 46px;
  border: 1px solid #ffe997;
}
.recruit .p-recruit-training__right-tit {
  max-width: 41.3%;
  background: #ffe997;
  font-size: 1rem;
  font-weight: 700;
}
.recruit .p-recruit-training__right-list {
  list-style: none;
  padding-left: 2rem;
}
.recruit .p-recruit-training__right-item {
  position: relative;
  display: flex;
}
.recruit .p-recruit-training__right-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  bottom: 50%;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background: #0089d2;
  margin: auto 0;
}
.recruit .p-recruit-events {
  max-width: 1040px;
  margin: 0 auto;
}
.recruit .p-recruit-events .p-events-list {
  margin: 43px auto;
}
.recruit .p-recruit-events .p-events-list__tit {
  margin-bottom: 16px;
  font-size: 1.25rem;
  text-align: center;
}
.recruit .p-recruit-events .p-events-list__tit::after {
  display: block;
  width: 50%;
  height: 4px;
  margin: 0 auto;
  background: #f79116;
  content: "";
}

.recruit .p-recruit-job {
  -ms-flex-preferred-size: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit .p-recruit-job__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 22px 0 40px;
}
.recruit .p-recruit-job__txt {
  background: none;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.recruit .p-recruit-job__item {
  position: relative;
  padding: 16px 40px;
  border: 1px solid;
  background: none;
  font-size: 1.125rem;
  font-weight: 700;
}
.recruit .p-recruit-job__item:hover::after,
.recruit .p-recruit-job__item.ac::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 27px;
  height: 24px;
  transform: translateX(-50%);
  content: "";
}
.recruit .p-recruit-job__item:hover {
  opacity: 0.6;
}
.recruit .p-recruit-job .new-grad {
  border-color: #f37022;
  color: #f37022;
}
.recruit .p-recruit-job .new-grad:hover::after,
.recruit .p-recruit-job .new-grad.ac::after {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_arr_02.png") no-repeat;
  background-size: contain;
}
.recruit .p-recruit-job .mid‐term {
  border-color: #1074da;
  color: #1074da;
}
.recruit .p-recruit-job .mid‐term:hover::after,
.recruit .p-recruit-job .mid‐term.ac::after {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon_arr_01.png") no-repeat;
  background-size: contain;
}

.recruit .p-recruit-tbl {
  max-width: 1000px;
  margin: 30px auto 50px;
}
.recruit .p-recruit-tbl__tit,
.recruit .p-recruit-tbl__data {
  font-size: 1rem;
}
.recruit .p-recruit-tbl__wrap {
  width: 100%;
  padding: 80px 0;
}
.recruit .p-recruit-tbl__wrap.new-grad {
  background: #fff8f4;
}
.recruit .p-recruit-tbl__wrap.mid-term {
  background: #edf8ff;
}
.recruit .p-recruit-tbl__jobttl-wrap {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.recruit .p-recruit-tbl__jobttl-wrap.new-grad {
  border-color: #f37022;
  color: #f37022;
}
.recruit .p-recruit-tbl__jobttl-wrap.mid-term {
  border-color: #1074da;
  color: #1074da;
}
.recruit .p-recruit-tbl__jobttl-txt {
  padding: 24px 0 16px;
}

@media screen and (max-width: 56.25em) {
  .tarining,
  .events,
  .essential-point {
    margin-top: 2rem;
  }
  .training .c-conts__ttl-txt {
    line-height: 1.5;
  }
  .recruit .p-recruit-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/recruit/main-img-recruit-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .recruit .p-recruit-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 15px auto 0;
  }
  .recruit .p-recruit-link__txt {
    font-size: 1.25rem;
  }
  .recruit .p-recruit-voice__wrap {
    max-width: 96%;
    margin-bottom: 70px;
  }
  .recruit .p-recruit-voice__img {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin: 0 auto 45px;
  }
  .recruit .p-recruit-voice__txt {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice {
    border: none;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span {
    margin-left: 0;
    font-size: 1.125rem;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span.p-recruit-voice--sp {
    margin: 0;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span.p-recruit-voice--sp::before {
    -webkit-transform: rotate(0deg);
    display: block;
    position: static;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    transform: rotate(0deg);
    background: #3b3b3b;
    content: "";
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span::before {
    display: none;
  }
  .recruit .p-recruit-voice-list__tit {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .recruit .p-recruit-voice-list__data {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .recruit .p-recruit-voice02__wrap {
    max-width: 96%;
    margin-bottom: 90px;
  }
  .recruit .p-recruit-voice03__wrap {
    max-width: 96%;
  }
  .recruit .p-recruit-training {
    max-width: 96%;
  }
  .recruit .p-recruit-training__img {
    margin: 0 10%;
  }
  .recruit .p-recruit-training__tit {
    margin: 36px auto 20px;
    font-size: 1.25rem;
  }
  .recruit .p-recruit-training__left {
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  .recruit .p-recruit-training__right {
    margin: 0 auto;
    padding: 0;
  }
  .recruit .p-recruit-training__right-tit {
    font-size: 1.25rem;
  }
  .recruit .p-recruit-events {
    max-width: 96%;
    margin: 0 auto;
  }
  .recruit .p-recruit-events .p-events-list {
    margin: 28px auto;
  }
  .recruit .p-recruit-events .p-events-list__img {
    text-align: center;
  }
  .recruit .p-recruit-events .p-events-list__tit {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  .recruit .p-recruit-job {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .recruit .p-recruit-job__txt {
    margin-bottom: 1rem;
  }
  .recruit .p-recruit-job__item {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
  }
  .recruit .p-recruit-tbl {
    max-width: 96%;
  }
  .recruit .p-recruit-tbl__wrap {
    padding: 60px 0;
  }
  .recruit .p-recruit-tbl__jobttl-wrap {
    max-width: 94%;
  }
}

@media screen and (max-width: 42.5em) {
  .tarining,
  .events,
  .essential-point {
    margin-top: 2rem;
  }
  .recruit .c-conts__ttl-wrap {
    height: auto;
  }
  .recruit .c-conts__ttl-txt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .recruit .p-recruit-link__txt {
    font-size: 1rem;
    font-weight: 700;
  }
  .recruit .p-recruit-nav-link {
    font-size: 0.937rem;
  }
  .recruit .p-recruit-nav-link__subtxt {
    font-size: 0.875rem;
  }
  .recruit .p-recruit-voice__wrap {
    margin-bottom: 50px;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice {
    font-size: 1.125rem;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span {
    font-size: 1rem;
  }
  .recruit .p-recruit-voice__txt .p-recruit-voice > span::before {
    display: none;
  }
  .recruit .p-recruit-voice-list {
    width: 82%;
  }
  .recruit .p-recruit-voice-list__tit {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
  }
  .recruit .p-recruit-voice-list__data {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
  .recruit .p-recruit-voice02__wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin-bottom: 50px;
  }
  .recruit .p-recruit-voice02__img,
  .recruit .p-recruit-voice02__txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
  .recruit .p-recruit-voice02__img {
    margin-bottom: 45px;
  }
  .recruit .p-recruit-voice03__wrap {
    max-width: 96%;
    margin: 0 auto;
  }
  .recruit .p-recruit-voice03__img,
  .recruit .p-recruit-voice03__txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
  .recruit .p-recruit-voice03__img {
    margin-bottom: 45px;
  }
  .recruit .p-recruit-training {
    max-width: 96%;
    margin-bottom: 3rem;
  }
  .recruit .p-recruit-training__img {
    margin: 0;
  }
  .recruit .p-recruit-training__tit {
    margin-top: 10px;
    font-size: 1.25rem;
  }
  .recruit .p-recruit-training__txt {
    font-size: 0.875rem;
  }
  .recruit .p-recruit-training__left {
    max-width: 78%;
    margin: 0 auto 63px;
    padding: 0;
    border: none;
  }
  .recruit .p-recruit-training__right {
    max-width: 78%;
    margin: 0 auto;
    padding: 0;
  }
  .recruit .p-recruit-training__right-tit {
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .recruit .p-recruit-training__right-list {
    font-size: 0.875rem;
  }
  .recruit .p-recruit-training__right-item {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
  }
  .recruit .p-recruit-events {
    max-width: 96%;
    margin: 0 auto;
  }
  .recruit .p-recruit-events .p-events-list {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    max-width: 96%;
    margin: 28px auto;
    padding: 0 1rem;
  }
  .recruit .p-recruit-events .p-events-list__tit {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
  .recruit .p-recruit-job {
    padding: 0;
  }
  .recruit .p-recruit-job__wrap {
    padding-bottom: 25px;
  }
  .recruit .p-recruit-job__txt {
    margin-bottom: 1rem;
  }
  .recruit .p-recruit-job__item {
    padding: 0.625rem 0;
  }
  .recruit .p-recruit-job__item:hover {
    opacity: 1;
  }
  .recruit .p-recruit-job__item a {
    pointer-events: none;
  }
  .recruit .p-recruit-tbl {
    max-width: 96%;
  }
  .recruit .p-recruit-tbl__wrap {
    padding-top: 30px;
  }
  .recruit .p-recruit-tbl__tit {
    font-size: 0.875rem;
  }
}

/*
 * contact
--------------------------------------- **/
.p-contact-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/contact/main-img-contact-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-contact__wrap {
  max-width: 720px;
  margin: 0 auto;
}

.p-contact__lead {
  font-size: 1.125rem;
}

.p-contact__note {
  font-size: 0.815rem;
}

.p-contact__footer {
  margin-top: 60px;
  text-align: center;
}

.p-contact__btn {
  -webkit-transition: all 0.3s;
  width: 380px;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.p-contact__btn:hover {
  color: #f37022;
}

@media screen and (max-width: 56.25em) {
  .p-contact-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/contact/main-img-contact-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .p-contact__wrap {
    max-width: 96%;
  }
  .p-contact__footer {
    margin-top: 3rem;
    text-align: center;
  }
  .p-contact__btn {
    width: 90%;
  }
}

/*
 * sitemap
--------------------------------------- **/
.p-sitemap-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/other/main-img-other-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-sitemap-wrap {
  margin: 3% auto 10%;
}
.p-sitemap-wrap .c-lists-detail-wrap {
  padding: 0;
}
.p-sitemap-wrap .c-lists-detail__ttl a {
  display: block;
}

@media screen and (max-width: 56.25em) {
  .p-sitemap-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/other/main-img-other-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .p-sitemap-wrap {
    margin-top: 5%;
  }
}

/*
 * privacy
--------------------------------------- **/
.p-privacy-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/other/main-img-other-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-privacy-wrap {
  margin: 3% auto 10%;
}
.p-privacy-wrap .c-conts__ttl-txt {
  line-height: 1.3;
}
.p-privacy-wrap .c-lists-detail-wrap {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 56.25em) {
  .p-privacy-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/other/main-img-other-01-sp.jpg") no-repeat;
    background-size: contain;
  }
  .p-privacy-wrap {
    width: 96%;
    margin: 3% auto 10%;
  }
  .p-privacy-wrap .c-conts__ttl-wrap {
    height: 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .p-privacy-wrap .c-conts__ttl-txt::before {
    margin-right: 0.5rem;
    padding-left: 1.5rem;
  }
  .p-privacy-wrap .c-conts__ttl-txt::after {
    margin-left: 0.5rem;
    padding-right: 1.5rem;
  }
}

/*
 * SDGD
--------------------------------------- **/
/* 個別設定 */
.p-sdgs-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/company/main-img-company-01-pc.jpg") no-repeat;
  background-size: cover;
}

.p-sdgs__lead {
  max-width: 880px;
  margin: 0 auto 57px;
}

.p-sdgs__textlink {
  margin-top: 30px;
}
.p-sdgs__textlink a {
  color: #1169d5;
  font-weight: bold;
}
.p-sdgs__textlink a::before {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
  width: 18px;
  height: 18px;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/sdgs/arrow-icon.png") no-repeat center;
  content: "";
}
.p-sdgs__textlink a::after {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 5px;
  width: 13px;
  width: 15px;
  height: 14px;
  height: 17px;
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/sdgs/link-icon.svg") no-repeat center;
  content: "";
}

.p-sdgs__lead02 {
  margin: 30px 0;
}

.p-sdgs-wrap {
  padding: 35px 0;
  border-bottom: 1px solid #bfbfbf;
}
.p-sdgs-wrap:last-child {
  border-bottom: none;
}
.p-sdgs-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 0 auto;
}
.p-sdgs-wrap__image {
  width: 13.6%;
  margin: 0 auto 0 0;
}
.p-sdgs-wrap__text {
  width: 81.8%;
}
.p-sdgs-wrap__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-sdgs-wrap__sentence {
  margin-bottom: 0;
}

#sdgs,
#health {
  margin-top: -100px;
  margin-bottom: 100px;
  padding-top: 30px;
}

@media screen and (max-width: 56.25em) {
  .p-sdgs__lead {
    width: 96%;
  }
  .p-sdgs__mainimg {
    width: 96%;
    margin: 0 auto;
  }
  .p-sdgs-wrap__inner {
    margin: 0 2%;
  }
}

@media screen and (max-width: 42.5em) {
  .p-sdgs-wrap:last-child {
    padding: 35px 0 0;
  }
  .p-sdgs-wrap__image {
    width: 18%;
  }
  .p-sdgs-wrap__text {
    width: 78%;
  }
  .p-sdgs-wrap__title {
    font-size: 1rem;
  }
  .p-sdgs-wrap__sentence {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 30em) {
  .p-sdgs-wrap__image {
    width: 25%;
  }
  .p-sdgs-wrap__text {
    width: 69%;
  }
}

.recruit .p-recruit-voice03__img {
  text-align: end;
}


/*
 * health
--------------------------------------- **/
.p-health-wrap {
  margin: 70px auto 100px;
}

.health-wrap02 {
  max-width: 669px;
  margin: 50px auto;
  display: flex;
}

.health-wrap02__inner {
  width: 44.8%;
}

.health-wrap02__inner.first {
  margin-right: auto;
}

.health-wrap02__btn {
  max-width: 180px;
  margin: 0 auto;
}

.health-wrap02__btn a {
  padding: 10px 0;
}

.health-wrap02__btn a::before {
  display: inline-block;
  background: url(/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon-plus.svg) no-repeat;
  vertical-align: text-top;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: .5em;
}

.health-wrap02__btn:hover a::before {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/common/icon-plus02.svg") no-repeat;
}

@media screen and (max-width: 56.25em) {
  .p-health-wrap {
    width: 96%;
  }
}

@media screen and (max-width: 42.5em) {
  .health-wrap02 {
    display: block;
    margin: 30px auto;
  }
  
  .health-wrap02__inner {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .health-wrap02__inner.first {
    margin-right: 0;
  }

  .health-wrap02__btn a {
    padding: 5px 0;
  }
}


/*
 * company-building
--------------------------------------- **/
.company-building .p-company-building-cat-visual {
  background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/company-building/main-img-company-building-01-pc.jpg") no-repeat;
  background-size: cover;
}

.company-building-slide {
  max-width: 850px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto 100px;
}

.slick-next:before, .slick-prev:before {
  font-size: 30px;
  color: #333;
}

.slick-prev {
  z-index: 10;
  left: 5px;
}

.slick-next {
  z-index: 10;
  right: 15px;
}

.slick-dots li.slick-active button:before {
  opacity: inherit;
  color: #F37022;
}

.slick-dots li button:before {
  font-size: 20px;
  opacity: inherit;
  color: #DDDDDD;
}

.company-building-text {
  max-width: 850px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.company-building-overview {
  max-width: 550px;
  padding: 0 20px;
  margin: 100px auto;
}

.company-building-overview p {
  font-weight: 700;
  font-size: 20px;
}

.company-building-overview table {
  width: 100%;
}

.company-building-overview tr:nth-child(odd) {
  background: #F4F4F4;
}

.company-building-overview td {
  font-size: 18px;
  padding: 5px 10px;
}

@media screen and (max-width: 56.25em) {
  .company-building .p-company-building-cat-visual {
    background: url("/_daiichi/wp-content/themes/daiichikogyo/assets/images/company-building/main-img-company-building-01-sp.jpg") no-repeat;
    background-size: cover;
  }

  .company-building-overview {
    overflow-x: scroll;
    white-space: nowrap;
  }
}