@charset "utf-8";

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  font-weight: 400;
  color: #19161c;
  /* -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%; */
  height: 100%;
  overflow-x: hidden;
}

b,
strong {
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #393939;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

button {
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

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

th,
td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

.c-moreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 48px;
  padding-bottom: 1px;
  background-color: #7dc058;
  border: 1px solid transparent;
  border-radius: 100vh;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  color: #fff;
  line-height: 1;
  transition: 0.25s;
}

.c-moreBtn:hover {
  background-color: #fff;
  border: 1px solid #7dc058;
  color: #7dc058;
}

.p-menu {
  display: none;
  position: fixed;
  top: 80px;
  padding: 0 30px 140px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(
    45deg,
    rgba(124, 189, 39, 0.1),
    rgba(0, 174, 134, 0.1) 46%,
    rgba(3, 110, 184, 0.1)
  );
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1005;
}

.p-menu__list {
  margin-top: 80px;
  border-top: 1px solid #189343;
}

.p-menu__item {
  border-bottom: 1px solid #189343;
}

.p-menu__link {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #231815;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
  text-align: center;
  transition: 0.25s;
}

.p-menu__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
}

/* ====================
header 
==================== */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1003;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(
    45deg,
    rgba(124, 189, 39, 0.1),
    rgba(0, 174, 134, 0.1) 46%,
    rgba(3, 110, 184, 0.1)
  );
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-header__logo {
  margin-top: 20px;
}

.p-header__logoLink {
  display: block;
  transition: 0.25s;
}

.p-header__logoLink:hover {
  opacity: 0.6;
}

.p-header__logoImg {
  width: 340px;
}

.p-header__logoImg.-sp {
  display: none;
}

.p-globalNav {
  margin-top: 50px;
}

.p-globalNav__list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-globalNav__item:first-child {
  border-left: 1px solid #189343;
}

.p-globalNav__item {
  border-right: 1px solid #189343;
}

.p-globalNav__link {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  color: #231815;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
}

.p-globalNav__link:hover {
  color: #189343;
}

.p-globalNav__link::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -6px;
  left: 10px;
  /*線の形状*/
  width: calc(100% - 20px);
  height: 2px;
  background: #189343;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}

.p-header.-transparent .p-globalNav__link::after {
  background: #fff;
}

.p-globalNav__link:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.c-menuBtn {
  display: none;
}

@media screen and (max-width: 1079px) {
  .p-header {
    height: 80px;
  }

  .p-header__logo {
    margin-top: 15px;
  }

  .p-header__logoImg {
    width: 294px;
    padding-right: 20px;
  }

  .p-globalNav {
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .p-globalNav {
    display: none;
  }

  .c-menuBtn {
    display: block;
    position: fixed;
    right: 15px;
    top: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1103;
  }

  .c-menuBtn__trigger,
  .c-menuBtn__trigger span {
    display: inline-block;
    transition: all 0.25s;
    box-sizing: border-box;
  }

  .c-menuBtn__trigger {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .c-menuBtn__trigger span {
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    background-color: #189343;
  }

  .c-menuBtn__trigger span:nth-of-type(1) {
    top: 0;
  }

  .c-menuBtn__trigger span:nth-of-type(2) {
    top: 11px;
  }

  .c-menuBtn__trigger span:nth-of-type(3) {
    top: 22px;
  }

  .open .c-menuBtn__trigger span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  .open .c-menuBtn__trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .open .c-menuBtn__trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .c-menuBtn__text {
    position: absolute;
    display: inline-block;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #189343;
  }
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 80px;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-header__logo {
    margin-top: 0;
  }

  .p-header__logoImg {
    width: 344px;
    padding-right: 70px;
  }
}

.p-mv {
  position: relative;
  margin-top: 100px;
  overflow-x: hidden;
}

@media screen and (max-width: 1079px) {
  .p-mv {
    margin-top: 80px;
  }
}

.c-heading {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-heading {
    text-align: center;
  }
}

.p-topMessage {
  margin-top: 100px;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-lead {
  text-align: center;
}

.p-lead__heading {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.375;
  padding-bottom: 30px;
}

.p-lead__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 606px;
  height: 2px;
  background-image: url('../images/lead_line.png');
  background-repeat: no-repeat;
  background-size: 606px 2px;
}

.p-lead__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-topMessage {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-lead__heading::after {
    width: 100%;
    max-width: 345px;
    background-image: url('../images/lead_line_sp.png');
    background-size: 345px 2px;
    background-size: contain;
  }
}

.p-topNews {
  margin-top: 100px;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-topNews__btn {
  margin-top: 40px;
  text-align: center;
}

.p-newsCard {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}

.p-newsCard > .p-newsCard__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30.5555556%;
  margin-right: 4.1666666%;
  margin-bottom: 30px;
}

.p-newsCard__link {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}

.p-newsCard__link:hover {
  opacity: 0.5;
}

.p-newsCard > .p-newsCard__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-newsCard__imgWrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border: 1px solid #c9caca;
}

.p-newsCard__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-newsCard__date {
  margin-top: 10px;
  display: block;
  text-align: right;
}

.p-newsCard__title {
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 1.375;
}

.p-newsCard__text {
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (max-width: 959px) {
  .p-newsCard > .p-newsCard__item {
    width: 47.916667%;
  }

  .p-newsCard > .p-newsCard__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-topNews {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-topNews__btn {
    margin-top: 50px;
  }

  .p-newsCard {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -50px;
  }

  .p-newsCard > .p-newsCard__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.p-topServices {
  margin-top: 100px;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.p-topServices__inner {
  background-image: url('../images/top_services_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

.p-halfMedia {
  display: flex;
  align-items: center;
}

.p-halfMedia__imgWrapper {
  flex: 0 1 50%;
  flex-shrink: 0;
}

.p-halfMedia.-reverse {
  flex-direction: row-reverse;
}

.p-halfMedia__img {
  width: 100%;
  height: 400px;
}

.p-halfMedia__body {
  flex: 1;
  padding-right: 30px;
  padding-left: 30px;
}

.p-halfMedia__body > *:last-child {
  margin-bottom: 0;
}

.p-halfMedia__title {
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-halfMedia__subTitle {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.6;
}

.p-halfMedia__text {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-halfMedia__btn {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  .p-topServices__inner {
    background-image: none;
  }

  .p-halfMedia {
    display: block;
  }

  .p-halfMedia__img {
    height: 500px;
  }

  .p-halfMedia__body {
    padding: 25px 15px 50px;
  }

  .p-halfMedia__title {
    text-align: center;
  }

  .p-halfMedia__subTitle {
    text-align: center;
  }

  .p-halfMedia__text {
    font-size: 1.7rem;
    text-align: center;
  }

  .p-halfMedia__btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-halfMedia__img {
    height: auto;
  }
}

.p-footer {
  margin-top: 30px;
  padding-top: 170px;
  background-image: url('../images/footer_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.c-pageTop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1001;
}

.c-pageTop__link {
  display: block;
  width: 70px;
  height: 92px;
  transition: 0.25s;
}

.c-pageTop__link:hover {
  opacity: 0.6;
}

.p-footer__tel {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__telImgWrapper {
  margin-top: 20px;
}

.p-footer__telLink {
  display: block;
  transition: 0.25s;
}

.p-footer__telLink:hover {
  opacity: 0.6;
}

.p-footer__telImg {
  width: 100%;
}

.p-footer__telTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 15px 11px;
  background-color: #7dc058;
  border-radius: 100vh;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.p-footer__mail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.p-footer__inner {
  margin-top: 40px;
  position: relative;
}

.p-footer__inner::after {
  content: '';
  position: absolute; /* 位置を指定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply; /* 重ね方を指定 */
  background-color: rgba(24, 127, 196, 0.8);
  z-index: 0;
}

.p-footer__contents {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 70px;
  z-index: 1;
}

.p-footer__logo {
  max-width: 378px;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__logoImg {
  width: 100%;
}

.p-footer__logoLink {
  transition: 0.25s;
}

.p-footer__logoLink:hover {
  opacity: 0.6;
}

.p-footerNav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.p-footerNav__list {
  line-height: 2;
}

.p-footerNav__list:not(:last-child) {
  margin-right: 30px;
}

.p-footerNav__link {
  font-size: 2.2rem;
  color: #fff;
  transition: 0.25;
}

.p-footerSubNav__link {
  font-size: 1.8rem;
  color: #fff;
  transition: 0.25;
}

.p-footerNav__link:hover {
  opacity: 0.6;
}

.p-footerSubNav__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1179px) {
  .p-footerNav {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px;
  }

  .p-footerNav__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 959px) {
  .p-footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 100px;
  }

  .c-pageTop {
    bottom: 20px;
    right: 15px;
  }

  .c-pageTop__link {
  }

  .p-footer__tel {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-footer__telTitle {
    border-radius: 22px;
  }

  .p-footer__inner {
  }

  .p-footer__contents {
    padding: 40px 15px 70px;
  }
}

@media screen and (max-width: 479px) {
  .p-footer {
    background-image: url('../images/footer_bg_sp.jpg');
  }
}

.p-privacy {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1080px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.75;
  font-size: 1.5rem;
}

.p-privacy__heading {
  font-weight: bold;
}

.p-privacy__text {
  margin-top: 1em;
}

.p-privacy__text + .p-privacy__heading {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 60px;
  }
}

.l-main {
}

.p-page {
  padding-top: 100px;
}

.p-pageHeader {
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url('../images/header_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-pageHeader.-company {
  background-image: url('../images/header_bg_company.jpg');
}

.p-pageHeader.-features {
  background-image: url('../images/header_bg_features.jpg');
}

.p-pageHeader.-products {
  background-image: url('../images/header_bg_products.jpg');
}

.p-pageHeader.-technology {
  background-image: url('../images/header_bg_technology.jpg');
}

.p-pageHeader.-oem {
  background-image: url('../images/header_bg_oem.jpg');
}

.p-pageHeader__heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-color: #fff;
}

.p-pageHeader__headingInner {
  font-size: 3rem;
  text-align: center;
}

.p-pageHeader__headingSmall {
  font-size: 2.2rem;
}

@media screen and (max-width: 1079px) {
  .p-page {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-pageHeader {
    height: 360px;
    background-image: url('../images/header_bg_sp.jpg');
  }

  .p-pageHeader.-company {
    background-image: url('../images/header_bg_company_sp.jpg');
  }

  .p-pageHeader.-features {
    background-image: url('../images/header_bg_features_sp.jpg');
  }

  .p-pageHeader.-products {
    background-image: url('../images/header_bg_products_sp.jpg');
  }

  .p-pageHeader.-technology {
    background-image: url('../images/header_bg_technology_sp.jpg');
  }

  .p-pageHeader.-oem {
    background-image: url('../images/header_bg_oem_sp.jpg');
  }

  .p-pageHeader__heading {
    width: 180px;
    height: 180px;
  }

  .p-pageHeader__headingInner {
    font-size: 2.4rem;
  }

  .p-pageHeader__headingSmall {
    font-size: 1.8rem;
  }
}

.p-pageCompany {
  margin-top: 80px;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-founder {
  display: flex;
  align-items: center;
  max-width: 786px;
  margin-right: auto;
  margin-left: auto;
}

.p-founder__imgWrapper {
  max-width: 273px;
  flex-shrink: 0;
}

.p-founder__img {
  width: 100%;
}

.p-founder__body {
  margin-right: 6.3613231%;
  flex: 1;
}

.p-founder__body > *:last-child {
  margin-bottom: 0;
}

.p-founder__heading {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  flex-wrap: wrap;
}

.p-founder__post {
  margin-right: 1em;
  font-size: 2.4rem;
}

.p-founder__name {
  font-size: 2.8rem;
}

.p-founder__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.88888888;
}

.p-profile {
  margin-top: 150px;
  display: flex;
}

.p-profile__imgWrapper {
  flex: 0 1 50%;
  margin-right: 5.2083333%;
}

.p-profile__img {
  width: 100%;
}

.p-profile__body {
  flex: 1;
}

.p-profile__body > *:last-child {
  margin-bottom: 0;
}

.p-profile__heading {
  font-size: 2.8rem;
}

.p-profileTable {
  width: 100%;
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-profileTable__header {
  width: 105px;
}

.p-profileTable__other {
  text-align: right;
}

.p-history {
  margin-top: 150px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.p-history__heading {
  font-size: 2.8rem;
}

.p-historyTable {
  width: 100%;
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-historyTable__header {
  width: 180px;
}

.p-access {
  margin-top: 150px;
}

.p-access__heading {
  font-size: 2.8rem;
}

.p-access__info {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-map {
  margin-top: 50px;
  width: 100%;
  position: relative;
  padding-top: 41.6666666%;
}

.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .p-profile {
    margin-top: 100px;
    display: block;
  }

  .p-profile__imgWrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-pageCompany {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-founder {
    flex-direction: column-reverse;
  }

  .p-founder__body {
    margin-top: 50px;
    margin-right: 0;
  }

  .p-founder__heading {
    justify-content: center;
  }

  .p-profileTable,
  .p-profileTable__row,
  .p-profileTable__header,
  .p-profileTable__body {
    width: 100%;
    display: block;
  }

  .p-profileTable__header {
    color: #189343;
  }

  .p-history {
    margin-top: 100px;
  }

  .p-historyTable,
  .p-historyTable__row,
  .p-historyTable__header,
  .p-historyTable__body {
    width: 100%;
    display: block;
  }

  .p-historyTable__header {
    color: #189343;
  }

  .p-access {
    margin-top: 100px;
  }

  .p-map {
    padding-top: 100%;
  }
}

.p-pageFeatures {
  margin-top: 80px;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-pageFeatures__imgWrapper {
  margin-top: 50px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.p-pageFeatures__img {
  width: 100%;
}

.p-pdf {
  margin-top: 120px;
}

.p-pdf__heading {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
}

.p-pdf__imgWrapper {
  max-width: 400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #231815;
}

.p-pdf__link {
  display: block;
  transition: 0.25s;
}

.p-pdf__link:hover {
  opacity: 0.6;
}

.p-pdf__btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-pageFeatures {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-pageProducts {
  margin-top: 80px;
}

.p-pageProducts__lead {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-pageProducts__leadNote {
  margin-top: 40px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-pageProducts__contents {
  margin-top: 100px;
  background-image: url('../images/page_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.p-pageProducts__contentsInner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-pageProducts__heading {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
}

.p-productsBlock {
  margin-top: 60px;
}

.p-productsBlock:first-child {
  margin-top: 80px;
}

.p-productsBlock__heading {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.4rem;
  color: #189343;
  line-height: 1.375;
  text-align: center;
}

.p-productsBlock__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: url(../images/heading_line.png);
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.p-productsBlock.-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-productsBlock__item {
  width: 37.5%;
  margin-right: 25%;
}

.p-productsBlock__item:nth-of-type(2n),
.p-productsBlock__item:last-child {
  margin-right: 0;
}

.p-cards {
  margin-top: 50px;
  margin-bottom: -50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.p-cards__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
}

.p-cards.-col2 > .p-cards__item {
  width: 44.44444444%;
  margin-right: 11.111111111%;
}

.p-cards.-col5 > .p-cards__item {
  width: 16.6666666%;
  margin-right: 4.1666666%;
}

.p-cards.-col3 {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.p-cards.-col3 > .p-cards__item {
  width: 29.411764%;
  margin-right: 5.882352%;
}

.p-cards.-col5 > .p-cards__item:nth-of-type(5n),
.p-cards.-col2 > .p-cards__item:nth-of-type(2n),
.p-cards.-col3 > .p-cards__item:nth-of-type(3n),
.p-cards.-col5 > .p-cards__item:last-child {
  margin-right: 0;
}

.p-cards__body {
  margin-top: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-cards__title {
  color: #40220f;
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-cards__text {
  margin-top: 10px;
}

@media screen and (max-width: 1079px) {
  .p-productsBlock.-col2 {
    display: block;
  }

  .p-productsBlock__item {
    width: 100%;
    margin-right: 0;
  }

  .p-productsBlock__item:not(:first-child) {
    margin-top: 80px;
  }

  .p-cards.-col2 > .p-cards__item,
  .p-cards.-col3 > .p-cards__item  {
    width: 30.5555556%;
    margin-right: 4.1666666%;
  }

  .p-cards.-col5 > .p-cards__item{
    width: 30.5555556%;
  }

  .p-cards.-col3 {
    max-width: 100%;
  }

  .p-cards.-col5 > .p-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .p-cards.-col5 > .p-cards__item:nth-of-type(5n),
  .p-cards.-col2 > .p-cards__item:nth-of-type(2n) {
    margin-right: 4.1666666%;
  }
}

@media screen and (max-width: 767px) {
  .p-pageProducts__lead {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-pageProducts__contents {
    background-image: url('../images/page_bg_sp.jpg');
  }

  .p-pageProducts__contentsInner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-productsBlock__heading::after {
    width: 345px;
    height: 2px;
    background-image: url(../images/heading_line_sp.png);
    background-size: 345px 2px;
  }

  .p-cards {
    justify-content: flex-start;
  }

  .p-cards.-col2 > .p-cards__item,
  .p-cards.-col3 > .p-cards__item,
  .p-cards.-col5 > .p-cards__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .p-cards.-col5 > .p-cards__item:nth-of-type(3n),
  .p-cards.-col5 > .p-cards__item:nth-of-type(5n) {
    margin-right: 30px;
  }

  .p-cards.-col2 > .p-cards__item:nth-of-type(2n),
  .p-cards.-col5 > .p-cards__item:nth-of-type(2n),
  .p-cards.-col3 > .p-cards__item:nth-of-type(3n),
  .p-cards.-col3 > .p-cards__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .p-cards__title {
    align-items: center;
  }
}

.p-pageTechnology {
  margin-top: 80px;
}

.p-pageTechnology__lead {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-pageTechnology__contents {
  margin-top: 100px;
  background-image: url('../images/page_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.p-pageTechnology__contentsInner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-technologyBlock {
  padding-top: 100px;
}

.p-technologyBlock__heading {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
}

.p-technologyBlock__text {
  max-width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 2.2;
}

.p-technologyCards {
  margin-top: 40px;
  margin-bottom: -40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.p-technologyCards__item {
  display: flex;
  flex-direction: column;
  width: 30.666666666%;
  margin-bottom: 40px;
  margin-right: 4%;
}

.p-technologyCards > .p-technologyCards__item:nth-of-type(3n),
.p-technologyCards > .p-technologyCards__item:last-child {
  margin-right: 0;
}

.p-technologyCards__text {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-pageTechnology__lead {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-pageTechnology__contents {
    background-image: url('../images/page_bg_sp.jpg');
  }

  .p-pageTechnology__contentsInner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-technologyCards__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .p-technologyCards > .p-technologyCards__item:nth-of-type(3n) {
    margin-right: 30px;
  }

  .p-technologyCards > .p-technologyCards__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .p-technologyCards__text {
    font-size: 1.6rem;
  }
}

.p-pageOem {
  margin-top: 80px;
}

.p-pageOem__lead {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-pageOem__imgWrapper {
  margin-top: 50px;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}

.p-pageOem__img {
  width: 100%;
}

.p-pageOem__contents {
  margin-top: 100px;
  background-image: url('../images/page_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.p-pageOem__contentsInner {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-oemBlock {
  padding-top: 100px;
}

.p-oemBlock__heading {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
}

.p-oemBlock__text {
  max-width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 2.2;
}

.p-oemCards {
  margin-top: 40px;
  margin-bottom: -70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.p-oemCards__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30.666666666%;
  margin-bottom: 70px;
  margin-right: 4%;
  padding: 55px 25px 20px;
  background-color: #fff;
  border: 1px solid #7dc058;
  z-index: 1;
}

.p-oemCards__item::after {
  content: '';
  top: 50%;
  right: -42px;
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #7dc058;
}

.p-oemCards > .p-oemCards__item:nth-of-type(3)::after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -36px;
  width: 1px;
  height: 36px;
}

.p-oemCards > .p-oemCards__item:nth-of-type(3)::before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 50%;
  bottom: -36px;
  width: 228.2894736%;
  height: 1px;
  background-color: #7dc058;
}

.p-oemCards > .p-oemCards__item:nth-of-type(4)::before {
  content: '';
  top: -37px;
  right: calc(50% + 1px);
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 37px;
  background-color: #7dc058;
}

.p-oemCards > .p-oemCards__item:nth-of-type(6)::after {
  content: none;
}

.p-oemCards__num {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  top: 0;
  left: 50%;
  width: 100px;
  height: 50px;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #fff;
  background-color: #7dc058;
  border-radius: 0 0 50px 50px;
  z-index: 2;
}

.p-oemCards > .p-oemCards__item:nth-of-type(3n),
.p-oemCards > .p-oemCards__item:last-child {
  margin-right: 0;
}

.p-oemCards__title {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #7dc058;
  text-align: center;
}

.p-oemCards__text {
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (max-width: 959px) {
  .p-oemCards__item::after,
  .p-oemCards > .p-oemCards__item:nth-of-type(3)::after,
  .p-oemCards > .p-oemCards__item:nth-of-type(3)::before,
  .p-oemCards > .p-oemCards__item:nth-of-type(4)::before {
    content: none;
  }

  .p-oemCards {
    margin-bottom: -30px;
  }

  .p-oemCards__item {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .p-oemCards > .p-oemCards__item:nth-of-type(3n) {
    margin-right: 30px;
  }

  .p-oemCards > .p-oemCards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-pageOem__lead {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-pageOem__contentsInner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-oemCards {
    display: block;
  }

  .p-oemCards__item {
    width: 100%;
    margin-right: 0;
  }

  .p-oemCards > .p-oemCards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .p-pageOem__contents {
    background-image: url('../images/page_bg_sp.jpg');
  }
}

.p-pageArchive {
  margin-top: 80px;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-pageArchive {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ====================
single
==================== */
.p-article {
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  margin-top: 80px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
}

.p-article__header {
}

.p-article__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 2.4rem;
  color: #189343;
  line-height: 1.375;
}

.p-article__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: url(../images/heading_line.png);
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.p-article__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-article__date {
}

.p-article__body {
  margin-top: 50px;
  line-height: 1.75;
}

.p-article__body a {
  text-decoration: underline;
  transition: 0.25s;
}

.p-article__body a:hover {
  opacity: 0.6;
}

.p-article__body h1,
.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5,
.p-article__body h6 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-article__body * + h1,
.p-article__body * + h2,
.p-article__body * + h3,
.p-article__body * + h4,
.p-article__body * + h5,
.p-article__body * + h6,
.p-article__body * + img {
  margin-top: 2em;
}

.p-article__body * + p,
.p-article__body * + .wp-block-image {
  margin-top: 2em;
}

.p-article__body img,
.p-article__body * + .wp-block-image {
  width: auto;
  max-width: 100%;
}

.p-article__body a {
  text-decoration: underline;
}

.p-article__link {
  margin-top: 100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #7dc058;
  border-bottom: 1px solid #7dc058;
}

.p-article__next {
  border-right: 1px solid #7dc058;
}

.p-article__prev a {
  text-align: right;
}

.p-article__prev,
.p-article__next {
  display: flex;
  align-items: stretch;
  width: 50%;
  position: relative;
}

.p-article__prev a,
.p-article__next a {
  display: flex;
  align-items: center;
  flex: 1 0 25%;
  padding: 10px;
  min-height: 70px;
  line-height: 1.5;
  width: 100%;
  position: relative;
  font-size: 1.5rem;
}

.p-article__next a {
  padding-left: 35px;
}

.p-article__prev a {
  padding-right: 35px;
  justify-content: flex-end;
}

.p-article__prev a:hover,
.p-article__next a:hover {
  background-color: rgba(125, 192, 88, 0.1);
  transition: 0.25s;
  opacity: 1;
}

.p-article__prev a::after,
.p-article__next a::after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/arrow.png) no-repeat;
  background-size: 21px 10px;
  width: 21px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.p-article__next a::after {
  left: 5px;
  transform: translateY(-50%) scale(-1, 1);
}

.p-article__prev a::after {
  right: 5px;
}

.p-article__nextNone {
  width: 50%;
  border-right: 1px solid #7dc058;
}

.p-article__prevLink:hover,
.p-article__nextLink:hover {
  opacity: 0.75;
}

.p-article__nextNone {
  width: 50%;
}

.p-article__btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-article {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-article__title::after {
    width: 100%;
    height: 2px;
    background-image: url(../images/heading_line_sp.png);
    background-size: 100% 2px;
  }

  .p-article__body {
    margin-top: 30px;
  }

  .p-article__link {
    flex-direction: column;
    font-size: 1.6rem;
  }

  .p-article__prev a,
  .p-article__next a {
    font-size: 1.6rem;
  }

  .p-article__linkSingle {
    border-bottom: none;
  }

  .p-article__next {
    border-right: none;
  }

  .p-article__link li:not(:last-child) {
    border-bottom: 1px solid #7dc058;
  }

  .p-article__link li:last-child {
    border-bottom: none;
  }

  .p-article__link li.p-article__nextNone {
    width: 100%;
    border-bottom: none;
  }

  .p-article__prev,
  .p-article__next {
    width: 100%;
  }

  .p-article__btn {
    margin-top: 30px;
  }

  .p-article__btnLink {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}

.breadcrumbs {
  max-width: 1280px;
  padding: 20px 40px 0;
  margin: 0 auto;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs a {
  transition: 0.25s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

.breadcrumbArrow {
  margin-right: 2px;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1rem;
  color: #189343;
}

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

.pager {
  margin-top: 100px;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #231815;
  border: 1px solid #7dc058;
  margin: 0 6px;
  border-radius: 6px;
  font-size: 2.2rem;
  text-align: center;
  height: 40px;
  width: 40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo,
    sans-serif;
}

.wp-pagenavi .page:hover {
  background: #7dc058;
  color: #fff;
}

.current {
  background: #7dc058 !important;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #7dc058;
  border-right: 2px solid #7dc058;
  display: block;
  height: 20px;
  margin: 6px;
  text-indent: 100%;
  overflow: hidden;
  width: 20px;
  white-space: nowrap;
}

.nextpostslink {
  transform: rotate(45deg);
}

.previouspostslink {
  transform: rotate(-135deg);
}

.p-contact {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 880px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.p-contact__contents {
  margin-top: 40px;
}

.p-contact__text {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
}

.p-contact__note {
  font-size: 1.4rem;
  text-align: right;
}

.p-contact__recaptcha {
  font-size: 1.5rem;
  line-height: 1.75;
}

.c-input__field {
  display: block;
  width: 100%;
  height: 48px;
  padding: 15px;
  line-height: 1;
  background-color: #f2f1f1;
  border-radius: 4px;
}

.c-input__field:focus {
  border: 2px solid #b7b6b6;
}

.c-input__fieldDouble {
  margin-right: 10px;
}

.c-input__submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
  width: 100%;
  padding: 15px;
  border: 1px solid #bf152a;
  color: #bf152a;
  border-radius: 100vh;
}

.c-input__submit:hover {
  color: #fff;
  background-color: #bf152a;
}

.c-input__notice {
  line-height: 1.75;
}

.c-input__double {
  display: flex;
}

.wpcf7 .wpcf7-submit {
  display: block;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  /*項目ごとの余白を調整*/
  line-height: 1.3;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
}

input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: '';
  border: 1px solid #19161c;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type='checkbox']:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 15px;
  background-size: contain;
  border-right: 4px solid #19161c;
  border-bottom: 4px solid #19161c;
  transform: rotate(45deg);
}

.c-select {
  display: inline-block;
  position: relative;
}

.c-select__field {
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 80px 15px 15px;
  line-height: 1;
  background-color: #f2f1f1;
  height: 48px;
  background-image: url('../images/select_arrow.png');
  background-size: 48px 53px;
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  border-radius: 4px;
}

::placeholder {
  color: #ccc;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #ccc;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  input[type='checkbox']:checked + .wpcf7-list-item-label:after {
    top: 1px;
  }

  .c-select__field {
    font-size: 1.6rem;
  }
}

.c-textarea__field {
  display: block;
  width: 100%;
  padding: 15px;
  line-height: 1;
  background-color: #f2f1f1;
  border: 2px solid transparent;
  border-radius: 4px;
}

.c-textarea__field:focus {
  border: 2px solid #b7b6b6;
}

@media screen and (max-width: 479px) {
  .c-textarea__field {
    padding: 10px;
  }
}

.p-contact__body.-radio {
  margin-top: 22px;
}

.p-contact__body.-radio .wpcf7-form-control-wrap {
  display: block;
}

.p-contact__body.-radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
}

.p-contact__body.-radio span.wpcf7-list-item {
  margin-right: 20px;
  position: relative;
}

.p-contact__body.-radio span.wpcf7-list-item.first {
  margin: 0 20px 0 0 !important;
}

.p-contact__body.-radio .wpcf7-list-item-label {
  cursor: pointer;
}

.p-contact__body.-radio input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.p-contact__body.-radio .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.p-contact__body.-radio
  input[type='radio']:checked
  + .wpcf7-list-item-label:before {
  background-color: #004d9e;
  box-shadow: inset 0 0 0 4px #fff;
}

.wpcf7-not-valid-tip {
  margin-top: 3px;
}

.p-contact__item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  border-bottom: 2px solid #ebebeb;
}

.p-contact__header {
  position: relative;
  flex-shrink: 0;
  flex-basis: 240px;
  padding-top: 10px;
  line-height: 1.5;
}

.u-attention {
  font-size: 1.4rem;
}

.p-contact__body {
  flex-grow: 1;
}

.p-contact__body.-name {
  display: flex;
}

.p-contact__body.-name .c-input {
  display: flex;
  align-items: center;
}

.c-input__heading {
  margin: 0 5px;
  font-size: 2rem;
  font-weight: bold;
}

.p-contact__checkbox {
  margin-top: 20px;
  text-align: center;
}

.p-contact__submit {
  margin-top: 40px;
  text-align: center;
}

.p-contact__privacyHeading {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-contact__privacy {
  width: 100%;
  max-height: 300px;
  padding: 20px;
  overflow-y: auto;
  border: 2px solid #bcc9d1;
  background-color: #fff;
  line-height: 1.3;
}

.p-contact__privacy h4 {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .p-contact__item {
    flex-direction: column;
  }

  .p-contact__header {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
  }

  .p-contact__text {
    margin-bottom: 5px;
  }

  .p-contact__body.-radio {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-contact__privacy {
    font-size: 1.6rem;
    text-align: left;
  }

  .p-contact__checkbox {
    font-size: 1.6rem;
    text-align: left;
  }

  .p-contact__privacyHeading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .c-input__heading {
    font-size: 1.6rem;
  }

  .p-contact__body.-radio .wpcf7-form-control.wpcf7-radio {
    display: block;
  }

  .p-contact__body.-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 5px 0 0;
  }
}

.u-sp {
  display: none;
}

.u-pc {
  display: block;
}

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

  .u-pc {
    display: none;
  }
}

.u-textBold {
  font-weight: bold;
}

.u-kintou {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.u-underline {
  text-decoration: underline;
}

.u-textLink {
  text-decoration: underline;
}

.u-textLink:hover {
  text-decoration: none;
}

.u-textRed {
  color: #bf152a;
}

.u-textSmall {
  font-size: 1.4rem;
}

.swiper-slide {
  text-align: center;
}

.swiper-container-pc .swiper-slide img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: 480px;
}

.swiper-container-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .swiper-container-pc {
    display: none;
  }

  .swiper-container-sp {
    display: block;
  }

  .swiper-slide img {
    min-height: auto;
  }
}

/*==================================================
ふわっ
===================================*/

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
