@charset "UTF-8";
/*!
Theme Name: pretia
Version: 1.1.0

*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
}

th,
td {
  border: solid 1px;
  /* 枠線指定 */
  padding: 10px;
  /* 余白指定 */
}

table {
  border-collapse: collapse;
  /* セルの線を重ねる */
}

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

ul,
li {
  list-style-type: none;
  padding: 0;
}

.privacy-policy-list li {
  list-style-type: disc !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans CJK JP", "Avenir Next", sans-serif;
  letter-spacing: 1.4px;
  background: #f5f5f5;
  color: #000;
}
body.-menuOpen {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb-list {
    font-size: 12px;
  }
}
.breadcrumb-list .item {
  display: flex;
  align-items: center;
}
.breadcrumb-list .item:not(:last-child)::after {
  content: "";
  display: block;
  background: url("img/icon_arrow_right.svg") no-repeat;
  height: 13px;
  width: 13px;
  margin-left: 8px;
  margin-right: 6px;
}
.breadcrumb-list .item:last-child .link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}
.breadcrumb-list .item .link {
  white-space: nowrap;
  text-decoration: none;
  color: #666;
}

.inner-content {
  width: 100%;
  max-width: 1280px;
  margin: 72px auto 0;
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .inner-content {
    display: block;
    width: auto;
    max-width: none;
    margin-top: 27px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.global-header {
  text-align: center;
}

.header-nav {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .header-nav {
    height: 74px;
    padding: 0;
  }
  .header-nav.-open > .logo {
    z-index: 2;
    background: url("img/pretia_logo_w.png") center/contain no-repeat;
  }
  .header-nav.-open .menu {
    height: 100vh;
    overflow: auto;
    transition: 0.3s cubic-bezier(0.3, 0.1, 0.36, 1);
  }
  .header-nav.-open > .sp-menu .spMenuOpen {
    display: none;
  }
  .header-nav.-open > .sp-menu .spMenuClose {
    display: block;
    position: relative;
    z-index: 2;
  }
  .header-nav.-open .bogo-language-switcher a {
    color: #fff !important;
    z-index: 2;
    position: relative;
  }
  .header-nav.-close .menu {
    height: 0;
    transition: 0.3s cubic-bezier(0.3, 0.1, 0.36, 1);
  }
  .header-nav.-close > .sp-menu .spMenuOpen {
    display: block;
  }
  .header-nav.-close > .sp-menu .spMenuClose {
    display: none;
  }
}
.header-nav.-fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header-nav > .logo {
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1px;
  text-indent: -9999px;
  background: url("img/pretia_logo.png") center/contain no-repeat;
  width: 162px;
  height: 33px;
}
.header-nav > .logo.-white {
  background: url("img/pretia_logo_w.png") center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .header-nav > .logo {
    width: 110px;
    height: 23px;
    margin-left: 20px;
  }
}
.header-nav > .logo > .link {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.header-nav > .langage {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header-nav > .langage {
    margin: 0 16px 0 auto;
  }
}
.header-nav > .menu {
  margin: 0 16px 0 auto;
  display: flex;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-nav > .menu {
    height: 0;
    position: fixed;
    width: 100%;
    background: #000;
    color: #fff;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.header-nav > .menu li {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .header-nav > .menu li {
    margin: 30px 0 0 30px;
    font-size: 24px;
  }
  .header-nav > .menu li:first-child {
    margin-top: 0;
  }
}
.header-nav > .menu li a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .header-nav > .menu li a {
    color: #fff;
  }
}
.header-nav > .sp-menu {
  display: none;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .header-nav > .sp-menu {
    display: block;
  }
}
.header-nav > .sp-menu .spMenuClose {
  display: none;
}

.bogo-language-switcher {
  display: flex;
  font-weight: bold;
}
.bogo-language-switcher a {
  text-decoration: none;
  color: #b7b7b7;
}
.bogo-language-switcher .current a {
  color: #000;
}

.bogo-language-switcher .ja {
  order: 1;
}
.bogo-language-switcher .ja span {
  border-right: 3px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}

.bogo-language-switcher .en-US {
  order: 2;
}

@media screen and (max-width: 991px) {
  .bogo-language-switcher .current {
    display: none;
  }
  .bogo-language-switcher li {
    text-align: right;
  }
  .bogo-language-switcher .ja span {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .bogo-language-switcher a {
    color: #000;
  }
}

/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
.key-visual {
  background: url("http://corporate.pretiaar.com/wp-content/uploads/2023/03/20230301_160-1-scaled.jpg")
    center/cover no-repeat;
  height: 100vh;
  position: relative;
}
.key-visual.-video {
  background: none;
}
.key-visual.-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .key-visual {
    min-height: 750px;
  }
}
.key-visual .message {
  font-size: 0;
  background-image: url("img/catch_sp.png");
  background-size: cover;
  font-size: 1px;
  text-indent: -9999px;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 391px;
  max-width: 958px;
  width: 97%;
}
#message-visual-en {
  background-image: url("http://corporate.pretiaar.com/wp-content/uploads/2023/10/catch_sp_ENver.png");
}
@media screen and (max-width: 991px) {
  .key-visual .message {
    width: 87%;
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .key-visual .message {
    background-image: url("img/catch.png");
    height: 344px;
    width: 296px;
    top: 0px;
  }
  #message-visual-en {
    background-image: url("https://corporate.pretiaar.com/wp-content/uploads/2023/10/catch_ENver.png");
  }
}
.key-visual .inquiryBtnWrapper {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.key-visual .inquiryBtnWrapper.-fixed {
  position: fixed;
  bottom: 50px;
  z-index: 10;
}
.key-visual .inquiryBtnWrapper .btnList {
  display: flex;
  justify-content: flex-end;
}
.key-visual .inquiryBtnWrapper .btnList li {
  margin-right: 20px;
}
.key-visual .inquiryBtnWrapper .btnList li a {
  background: linear-gradient(to right, #0fd5ca, #4270cd);
  text-decoration: none;
  color: #fff;
  width: 240px;
  height: 80px;
  display: block;
  border-radius: 58px;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .key-visual .inquiryBtnWrapper {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}
.wrapper .inner {
  color: #000;
  position: relative;
}
.wrapper .inner .inquiryBtnWrapper {
  display: none;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .wrapper .inner .inquiryBtnWrapper {
    display: block;
  }
  .wrapper .inner .inquiryBtnWrapper.-float {
    display: none;
  }
  .wrapper .inner .inquiryBtnWrapper.-float.-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #fffc;
    z-index: 2;
    left: 0;
  }
}
.wrapper .inner .inquiryBtnWrapper .btnList {
  display: flex;
  justify-content: center;
}
.wrapper .inner .inquiryBtnWrapper .btnList li {
  margin-right: 20px;
  max-width: 200px;
  width: 50%;
  text-align: center;
}
.wrapper .inner .inquiryBtnWrapper .btnList li:last-child {
  margin-right: 0;
}
.wrapper .inner .inquiryBtnWrapper .btnList li a {
  background: linear-gradient(to right, #0fd5ca, #4270cd);
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
  font-size: 16px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .wrapper .inner .inquiryBtnWrapper .btnList li a {
    font-size: 14px;
  }
}
.wrapper .inner section.pattern_1 {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto !important;
}
.wrapper .inner section.pattern_1 > .title {
  font-size: 56px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_1 > .title {
    font-size: 34px;
    text-align: center;
    margin-top: 50px;
  }
}
.wrapper .inner section.pattern_1 > .lead {
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_1 > .lead {
    font-size: 17px;
  }
  .wrapper .inner section.pattern_1 > .lead br {
    display: none;
  }
}
.wrapper .inner section.pattern_1 > .link {
  display: block;
  text-align: right;
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_1 > .link {
    font-size: 17px;
    text-align: center;
  }
}
.wrapper .inner section.pattern_1 > .link i.fa-arrow-right {
  margin-left: 10px;
}
.wrapper .inner section.pattern_2 {
  margin: 0 auto;
  padding: 150px 0 250px 43.8%;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 {
    width: 100%;
    padding: 50px 30px;
    min-height: auto;
  }
}
.wrapper .inner section.pattern_2 .swiper-container {
  height: 100%;
}
.wrapper .inner section.pattern_2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 740px !important;
}
@media screen and (max-width: 1500px) {
  .wrapper .inner section.pattern_2 .swiper-slide {
    width: 490px !important;
  }
}
@media screen and (max-width: 1028px) {
  .wrapper .inner section.pattern_2 .swiper-slide {
    width: 350px !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 .swiper-slide {
    width: 90% !important;
  }
}
.wrapper .inner section.pattern_2 .swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .wrapper .inner section.pattern_2 .swiper-slide img {
    height: 280px !important;
  }
}
@media screen and (max-width: 1028px) {
  .wrapper .inner section.pattern_2 .swiper-slide img {
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 .swiper-slide img {
    height: 40vw !important;
  }
}
.wrapper .inner section.pattern_2 .swiper-slide a {
  display: block;
}
.wrapper .inner section.pattern_2 .swiper-slide p {
  text-align: left;
}
.wrapper .inner section.pattern_2 .swiper-slide p.name {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 1028px) {
  .wrapper .inner section.pattern_2 .swiper-slide p.name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 .swiper-slide p.name {
    font-size: 18px;
  }
}
.wrapper .inner section.pattern_2 .swiper-slide a {
  text-decoration: none;
}
.wrapper .inner section.pattern_2 h2 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
  max-width: 1260px;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .wrapper .inner section.pattern_2 h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 h2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.wrapper .inner section.pattern_2 h2::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 h2::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2.caseStudies {
    padding-top: 0;
  }
}
.wrapper .inner section.pattern_2.caseStudies h2::after {
  background-image: url(img/title/title_case_study.svg);
}
.wrapper .inner section.pattern_2.topics h2::after {
  background-image: url(img/title/title_topics.svg);
}
.wrapper .inner section.pattern_2.partner {
  background: #fff;
}
.wrapper .inner section.pattern_2.partner h2::after {
  background-image: url(img/title/title_partners.svg);
}
.wrapper .inner section.pattern_2.partner ul {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .inner section.pattern_2.partner ul li {
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2.partner ul li {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
  .wrapper .inner section.pattern_2.partner ul li img {
    width: 100%;
    height: auto;
  }
  .wrapper .inner section.pattern_2.partner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.wrapper .inner section.pattern_2 h3 {
  text-align: left;
  font-size: 28px;
  margin: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 1028px) {
  .wrapper .inner section.pattern_2 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 h3 {
    font-size: 18px;
  }
}
.wrapper .inner section.pattern_2 p.excerpt {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1028px) {
  .wrapper .inner section.pattern_2 p.excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 p.excerpt {
    font-size: 14px;
  }
}
.wrapper .inner section.pattern_2 .listBtn {
  display: flex;
  justify-content: flex-end;
  max-width: 1260px;
  margin: 50px auto;
  padding-right: 30px;
  right: 0;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 .listBtn {
    position: relative;
    padding-right: 0;
  }
}
.wrapper .inner section.pattern_2 .listBtn > .link {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
  font-size: 20px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .wrapper .inner section.pattern_2 .listBtn > .link {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.postList-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .postList-wrapper {
    margin: 30px auto;
  }
}
.postList-wrapper.topics h1::after {
  background: url(img/title/title_topics.svg) no-repeat;
}
.postList-wrapper.case_studies h1::after {
  background: url(img/title/title_case_study.svg) no-repeat;
}
.postList-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.postList-wrapper .contents .post-list .post-item {
  margin-top: 200px;
}
.postList-wrapper .contents .post-list .post-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents .post-list .post-item {
    margin-top: 50px;
  }
}
.postList-wrapper .contents .post-list .post-item a {
  text-decoration: none;
}
.postList-wrapper .contents .post-list .post-item a .name {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents .post-list .post-item a .name {
    font-size: 18px;
  }
}
.postList-wrapper .contents .post-list .post-item a .eyecatch img {
  width: 100%;
  height: auto !important;
  max-height: 400px;
  object-fit: cover;
}
.postList-wrapper .contents .post-list .post-item a .title {
  text-align: left;
  font-size: 32px;
  margin: 30px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents .post-list .post-item a .title {
    font-size: 18px;
  }
}
.postList-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .postList-wrapper .contents h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents h1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.postList-wrapper .contents h1::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.postList-wrapper .contents h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents h2 {
    font-size: 18px;
  }
}
.postList-wrapper .contents h3 {
  font-size: 20px;
}
.postList-wrapper .contents h3 span {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 17px;
}
.postList-wrapper .contents .date {
  text-align: right;
  display: block;
  font-weight: bold;
  letter-spacing: normal;
}
.postList-wrapper .contents p {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .contents p {
    font-size: 14px;
  }
}
.postList-wrapper .pagenation {
  display: flex;
  margin: 100px 30px;
}
.postList-wrapper .pagenation a {
  display: block;
  background: #000000;
  color: #fff;
  padding: 20px 43px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 64px;
}
.postList-wrapper .pagenation .prev {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .pagenation .prev {
    font-size: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    padding: 0px 22px 0 12px;
    height: 40px;
  }
  .postList-wrapper .pagenation .prev:after {
    display: block;
    content: "前へ";
    font-size: 14px;
  }
}
.postList-wrapper .pagenation .next {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .postList-wrapper .pagenation .next {
    font-size: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    padding: 0px 22px 0 12px;
    height: 40px;
  }
  .postList-wrapper .pagenation .next:after {
    display: block;
    content: "次へ";
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .postList-wrapper .pagenation.-en_US .prev:after {
    content: "PREV";
  }
  .postList-wrapper .pagenation.-en_US .next:after {
    content: "NEXT";
  }
}

/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
.article-wrapper {
  max-width: 1260px;
  margin: 90px auto 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-wrapper {
    margin: 30px auto 100px;
  }
}
.article-wrapper.topics .genre:after {
  background: url(img/title/title_topics.svg) no-repeat;
}
.article-wrapper.case_studies .genre:after {
  background: url(img/title/title_case_study.svg) no-repeat;
}
.article-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .article-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.article-wrapper .contents .genre {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .article-wrapper .contents .genre {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .contents .genre {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.article-wrapper .contents .genre::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .article-wrapper .contents .genre::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.article-wrapper .contents .thumbnail img {
  width: 100%;
  height: auto !important;
  max-height: 400px;
  object-fit: cover;
}
.article-wrapper .contents .name {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-wrapper .contents .name {
    font-size: 18px;
  }
}
.article-wrapper .contents .title {
  text-align: left;
  font-size: 32px;
  margin: 30px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .article-wrapper .contents .title {
    font-size: 18px;
  }
}
.article-wrapper .contents .date {
  text-align: right;
  display: block;
  font-weight: bold;
  letter-spacing: normal;
}

.entry-content {
  margin-top: 72px;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 16px;
    line-height: 2;
    margin-top: 32px;
  }
}
.entry-content img {
  height: auto;
}
.entry-content h2 {
  font-size: 26px;
  margin: 32px 0 28px 0;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 18px;
    margin: 24px 0 20px 0;
  }
}
.entry-content h3 {
  font-size: 22px;
  margin: 28px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 16px;
    margin: 20px 0 16px 0;
  }
}
.entry-content figure {
  margin: 32px 0 40px;
}
@media screen and (max-width: 767px) {
  .entry-content figure {
    margin: 24px 0 32px 0;
  }
}
.entry-content figure img {
  width: 100%;
}
.entry-content ul {
  padding-left: 1.5em;
  margin: 32px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .entry-content ul {
    margin: 24px 0 32px 0;
  }
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ul > li > ul {
  margin-top: 0;
}
.entry-content ul > li > ul > li {
  list-style-type: circle;
}
.entry-content ol {
  padding-left: 1.5em;
  margin: 32px 0 40px 0;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol > li > ol {
  margin-top: 0;
}
.entry-content blockquote {
  border-left: 2px solid #999;
  padding-left: 20px;
  color: #999;
}
.entry-content blockquote cite {
  font-size: 12px;
}
.entry-content table {
  margin: 27px 0;
}
.entry-content p {
  font-size: 18px;
  line-height: 2;
  margin: 24px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 16px;
    margin: 18px 0 24px 0;
  }
}

.next-post > .line {
  margin: 200px auto;
  width: 3px;
  height: 250px;
  background-color: black;
  display: block;
}
@media screen and (max-width: 767px) {
  .next-post > .line {
    margin: 100px auto;
  }
}

.next-post > .link {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.next-post > .link img {
  width: 100%;
  height: auto;
}
.next-post > .link > .title {
  text-align: left;
  font-size: 32px;
  margin: 30px 0;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .next-post > .link > .title {
    font-size: 18px;
  }
}

.next-post .pagenation {
  display: flex;
  margin: 100px 30px;
}
.next-post .pagenation a {
  display: block;
  background: #000000;
  color: #fff;
  padding: 20px 43px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 64px;
}
.next-post .pagenation .prev {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .next-post .pagenation .prev {
    font-size: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    padding: 0px 22px 0 12px;
    height: 40px;
  }
  .next-post .pagenation .prev:after {
    display: block;
    content: "前へ";
    font-size: 14px;
  }
}
.next-post .pagenation .next {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .next-post .pagenation .next {
    font-size: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    padding: 0px 22px 0 12px;
    height: 40px;
  }
  .next-post .pagenation .next:after {
    display: block;
    content: "次へ";
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.global-footer {
  width: 100%;
  background: #000;
}
.global-footer .inner {
  width: 100%;
  padding: 60px 100px 0 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .global-footer .inner {
    padding: 80px 35px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .inner .logo {
    text-align: center;
  }
}
.global-footer .inner .logo .logoImage {
  width: 130px;
}
.global-footer .inner .sns-list {
  text-align: right;
  display: flex;
}
.global-footer .inner .sns-list li {
  height: 60px;
  width: 60px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .global-footer .inner .sns-list li {
    height: 44px;
    width: 44px;
  }
}
.global-footer .inner .sns-list li:last-child {
  margin-right: 0;
}
.global-footer .inner .sns-list li a {
  text-decoration: none;
  display: flex;
  background: #fff;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.global-footer .inner .sns-list li a i {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .global-footer .inner .sns-list li a i {
    font-size: 24px;
  }
}
.global-footer .links {
  padding: 30px 100px 60px 110px;
}
@media screen and (max-width: 767px) {
  .global-footer .links {
    padding: 30px 35px 120px 35px;
    text-align: center;
    font-size: 14px;
  }
}
.global-footer .links .menu {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .global-footer .links .menu {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
.global-footer .links .menu li {
  margin-right: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .global-footer .links .menu li {
    font-size: 16px;
    margin-right: 0;
    margin-top: 15px;
  }
}
.global-footer .links .menu li a {
  text-decoration: none;
  color: #fff;
}

.footer-list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-list {
    text-align: center;
  }
}
.footer-list > .item {
  display: inline-block;
}
.footer-list > .item:last-child::after {
  display: none;
}
.footer-list > .item::after {
  display: inline-block;
  content: "/";
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer-list > .item {
    margin-top: 27px;
  }
}

.copyright > .text {
  color: #fff;
  padding: 27px 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyright > .text {
    padding: 10px 0;
  }
}

.page-top {
  position: fixed;
  bottom: 27px;
  float: right;
  right: 16px;
}
.page-top .icon {
  width: 50px;
}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/
.error-wrapper {
  margin: 72px 0;
  text-align: center;
  font-size: 72px;
}

.company-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-wrapper {
    margin: 30px auto;
  }
}
.company-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.company-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .company-wrapper .contents h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents h1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.company-wrapper .contents h1::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.company-wrapper .contents h1:after {
  background-image: url(img/title/title_company.svg);
}
.company-wrapper .contents h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents h2 {
    font-size: 18px;
  }
}
.company-wrapper .contents h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents h3 {
    font-size: 24px;
  }
}
.company-wrapper .contents h3 span {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 17px;
}
.company-wrapper .contents p {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .company-wrapper .contents p {
    font-size: 14px;
  }
}
.company-wrapper .wp-block-group {
  margin-top: 100px;
}
.company-wrapper .wp-block-group.mission {
  background-repeat: no-repeat;
  background-image: url(img/title/title_mission.svg);
  background-size: auto 90px;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.mission {
    background-size: auto 50px;
  }
}
.company-wrapper .wp-block-group.value {
  background-repeat: no-repeat;
  background-image: url(img/title/title_value.svg);
  background-size: auto 90px;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.value {
    background-size: auto 50px;
  }
}
.company-wrapper .wp-block-group:first-child {
  margin-top: 0;
}
.company-wrapper .wp-block-group.about-block h2 {
  position: absolute;
  left: 0;
  font-size: 56px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.about-block h2 {
    position: relative;
    margin-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
    text-align: left;
  }
}
.company-wrapper .wp-block-group.about-block h2::after {
  content: "";
  display: block;
  background: url(img/title/title_about.svg) no-repeat;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 630px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.about-block h2::after {
    top: 18px;
    height: 68px;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.company-wrapper .wp-block-group.about-block ul li dl {
  display: table;
  margin: 30px 0 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.about-block ul li dl {
    font-size: 14px;
  }
}
.company-wrapper .wp-block-group.about-block ul li dl dt {
  display: table-cell;
  font-weight: normal;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .company-wrapper .wp-block-group.about-block ul li dl dt {
    width: 100px;
  }
}
.company-wrapper .wp-block-group.about-block ul li dl dd {
  display: table-cell;
}
.company-wrapper .wp-block-group.about-block iframe {
  width: 100%;
  height: 400px;
  margin: 50px 0;
}

.recruit-visual {
  background: url("http://corporate.pretiaar.com/wp-content/uploads/2023/03/20230219_382-scaled.jpg")
    center/contain no-repeat;
  background-size: 100%;
  height: 50vw;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .recruit-visual {
    background: url("img/bg/bg_sp_hiring@3x.jpg") center/cover no-repeat;
    min-height: 800px;
    margin-top: -74px;
  }
}
.recruit-visual.-top {
  margin-top: 0px;
  position: relative;
}
.recruit-visual.-top .text {
  background-position: 0 40%;
}
.recruit-visual.-top .link {
  background: linear-gradient(to right, #0fd5ca, #4270cd);
  text-decoration: none;
  color: #fff;
  max-width: 300px;
  width: 80%;
  height: 80px;
  display: block;
  border-radius: 58px;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
  margin: 30% auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .recruit-visual.-top .link {
    top: 35%;
    margin: auto;
  }
}
.recruit-visual .text {
  font-size: 0;
  background: url("img/title/title_pc_we_are_hiring.svg") center/contain
    no-repeat;
  font-size: 1px;
  text-indent: -9999px;
  max-width: 958px;
  width: 100%;
  margin: auto;
  height: 50vw;
}
@media screen and (max-width: 767px) {
  .recruit-visual .text {
    background-image: url("img/title/title_sp_we_are_hiring.svg");
    height: 800px;
    width: 80%;
  }
}

.recruit-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper {
    margin: 30px auto;
  }
}
.recruit-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.recruit-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h1 {
    position: relative;
    margin-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.recruit-wrapper .contents h1::after {
  content: "";
  display: block;
  background: url(img/title/title_hiring.svg) no-repeat;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 630px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.recruit-wrapper .contents h2 {
  font-size: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h2 {
    font-size: 18px;
  }
}
.recruit-wrapper .contents h2::after {
  content: "";
  display: block;
  background: url(img/title/title_workstyle.svg) no-repeat;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 630px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h2::after {
    top: 18px;
    height: 68px;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.recruit-wrapper .contents h2.culture {
  position: absolute;
  left: 0;
  font-size: 56px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h2.culture {
    position: relative;
    margin-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.recruit-wrapper .contents h2.recruit {
  position: absolute;
  left: 0;
  font-size: 56px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h2.recruit {
    position: relative;
    margin-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.recruit-wrapper .contents h2.recruit::after {
  background: url(img/title/title_recruit.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents h2.recruit::after {
    top: 18px;
    height: 68px;
    background-size: 300px 100%;
  }
}
.recruit-wrapper .contents h3 {
  font-size: 20px;
}
.recruit-wrapper .contents h3 span {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 17px;
}
.recruit-wrapper .contents p {
  font-size: 22px;
  line-height: 2;
  margin: 32px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .contents p {
    font-size: 14px;
  }
}
.recruit-wrapper .wp-block-group {
  margin-top: 100px;
}
.recruit-wrapper .wp-block-group:first-child {
  margin-top: 0;
}
.recruit-wrapper .wp-block-group.cultur-block ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .wp-block-group.cultur-block ul {
    display: block;
  }
}
.recruit-wrapper .wp-block-group.cultur-block ul li {
  width: 46%;
  padding-top: 33%;
  border: 2px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .wp-block-group.cultur-block ul li {
    width: 100%;
    padding-top: 72%;
  }
}
.recruit-wrapper .wp-block-group.cultur-block ul li h3 {
  font-size: 1px;
  text-indent: -9999px;
  height: 56px;
  font-size: 1px;
  text-indent: -9999px;
  margin: 20px 25px;
}
.recruit-wrapper .wp-block-group.cultur-block ul li p {
  font-size: 14px;
  margin: 20px 25px;
}
.recruit-wrapper .wp-block-group.cultur-block ul li:nth-child(odd) {
  margin-right: 4%;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.one_on_one {
  background: url("img/culture/culture_1on1_thumbnail.jpg") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.one_on_one h3 {
  background: url("img/culture/culture_1on1.svg") no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.beglobal {
  background: url("img/culture/culture_beglobal_thumbnail.jpg") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.beglobal h3 {
  background: url("img/culture/culture_beglobal.svg") no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.frexible {
  background: url("img/culture/culture_frexible_thumbnail.jpg") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.frexible h3 {
  background: url("img/culture/culture_flexible.svg") no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.newtech {
  background: url("img/culture/culture_newtech_thumbnail.jpg") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.newtech h3 {
  background: url("img/culture/culture_newtech.svg") no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.wins {
  background: url("img/culture/culture_wins_thumbnail.jpg") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.wins h3 {
  background: url("img/culture/culture_wins.svg") no-repeat;
  height: 23px;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.device {
  background: url("img/culture/culture_device_thumbnail.png") top/contain
    no-repeat;
}
.recruit-wrapper .wp-block-group.cultur-block ul li.device h3 {
  background: url("img/culture/culture_device.svg") no-repeat;
  height: 23px;
}
.recruit-wrapper .wp-block-group.recruit-block ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .wp-block-group.recruit-block ul {
    display: block;
  }
}
.recruit-wrapper .wp-block-group.recruit-block ul li {
  display: flex;
  flex-direction: column;
  width: 46%;
  padding-top: 26.5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-wrapper .wp-block-group.recruit-block ul li {
    width: 100%;
    padding-top: 58%;
  }
}
.recruit-wrapper .wp-block-group.recruit-block ul li:nth-child(odd) {
  margin-right: 4%;
}
.recruit-wrapper .wp-block-group.recruit-block ul li:nth-child(1) {
  background: url("img/recruit_01.jpg") top/contain no-repeat;
}
.recruit-wrapper .wp-block-group.recruit-block ul li:nth-child(2) {
  background: url("img/recruit_02.jpg") top/contain no-repeat;
}
.recruit-wrapper .wp-block-group.recruit-block ul li:nth-child(3) {
  background: url("img/recruit_03.jpg") top/contain no-repeat;
}
.recruit-wrapper .wp-block-group.recruit-block ul p {
  font-size: 14px;
  margin: 20px 0;
}
.recruit-wrapper .wp-block-group.recruit-block ul p:last-child {
  margin-top: auto;
}
.recruit-wrapper .wp-block-group.recruit-block ul a {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 10px auto;
}

.inquiry-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper {
    margin: 30px auto;
  }
}
.inquiry-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.inquiry-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .inquiry-wrapper .contents h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .contents h1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.inquiry-wrapper .contents h1::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.inquiry-wrapper .contents h1:after {
  background-image: url(img/title/title_inquiry.svg);
}
.inquiry-wrapper .contents p {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .inquiry-wrapper .contents p {
    font-size: 14px;
  }
}
.inquiry-wrapper .contents form p {
  margin: 30px 0;
  line-height: normal;
  font-size: 16px;
}
.inquiry-wrapper .contents form input {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 18px;
  margin-top: 8px;
}
.inquiry-wrapper .contents form textarea {
  width: 100%;
  height: 260px;
  padding: 20px;
  font-size: 18px;
  margin-top: 8px;
  resize: vertical;
}
.inquiry-wrapper .contents form input[type="submit"] {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
  font-size: 20px;
  width: auto;
  min-width: 200px;
  margin: 0 auto;
}

.inquiryResult-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper {
    margin: 30px auto;
  }
}
.inquiryResult-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.inquiryResult-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .inquiryResult-wrapper .contents h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper .contents h1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.inquiryResult-wrapper .contents h1::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.inquiryResult-wrapper .contents p {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper .contents p {
    font-size: 14px;
  }
}
.inquiryResult-wrapper .contents .wp-block-group.-first {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .inquiryResult-wrapper .contents .wp-block-group.-first {
    padding-top: 0px;
  }
}
.inquiryResult-wrapper .btn {
  display: flex;
  justify-content: center;
}
.inquiryResult-wrapper .btn a {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
  font-size: 16px;
  width: auto;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  display: none !important;
}

.page-wrapper {
  max-width: 1260px;
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    margin: 30px auto;
  }
}
.page-wrapper .contents {
  margin: 150px 0 150px auto;
  padding: 0 30px 0 41.5%;
}
@media screen and (max-width: 767px) {
  .page-wrapper .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.page-wrapper .contents h1 {
  position: absolute;
  left: 0;
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .page-wrapper .contents h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .contents h1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 85px;
    font-size: 32px;
  }
}
.page-wrapper .contents h1::after {
  content: "";
  display: block;
  height: 90px;
  z-index: -1;
  position: absolute;
  left: 30px;
  width: 900px;
  top: 30px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-wrapper .contents h1::after {
    top: 18px;
    height: 68px;
    left: 0;
    background-size: auto 50px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: initial;
  }
}
.page-wrapper .contents h2 {
  font-size: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-wrapper .contents h2 {
    font-size: 18px;
  }
}
.page-wrapper .contents h3 {
  font-size: 20px;
}
.page-wrapper .contents h3 span {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 17px;
}
.page-wrapper .contents p {
  font-size: 20px;
  line-height: 2;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .page-wrapper .contents p {
    font-size: 14px;
  }
}

section.products h1 {
  font-size: 56px;
  padding-left: 30px;
  font-weight: bold;
  max-width: 1260px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

section.products .product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2rem;
  gap: 4rem;
  max-width: 1260px; /* Add a max-width to container */
  margin: 0 auto; /* Center the container */
}

section.products .product-card {
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f4f6;
  overflow: hidden;
  flex: 1;
  max-width: 350px;
  min-width: 300px; /* Add min-width to prevent cards from getting too narrow */
}

section.products .product-image {
  width: 100%;
  padding-top: 70.42%;
  overflow: hidden;
  position: relative;
}

section.products .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.products .product-content {
  padding: 1.5rem 0;
}

section.products .product-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111;
}

section.products .product-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

@media (max-width: 768px) {
  section.products h1 {
    font-size: 32px;
  }
  section.products .product-container {
    flex-direction: column;
    align-items: center;
    padding: 0 1.5rem;
  }

  section.products .product-card {
    max-width: 100%;
    flex: 0 0 100%;
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
  }
}

@media (max-width: 480px) {
  section.products .product-container {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  section.products .product-card {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
