/* カラー変更 */
:root {
--content-width: 1300px;
}

/* コンテンツレイアウト */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
word-break: break-all;
border-spacing: 0;
border-collapse: collapse;
text-indent: initial;
text-decoration: none;
margin: 0;
padding: 0;
line-height: 1.6;
color: #262626;
}

section {
padding: 60px 0;
}

@media (max-width: 767px) {
section {
padding-bottom: 30px;
}
}
.container {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 15px;
}

.row {
display: flex;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0;
margin-right: calc(-1 * 30px / 2);
margin-left: calc(-1 * 30px / 2);
}

@media (max-width: 767px) {
.row {
display: block;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.row.sp-2row {
display: flex;
}
}

.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1);
}

.row .span_2 {
width: calc(100% / 12 * 2);
}

.row .span_3 {
width: calc(100% / 12 * 3);
}

.row .span_4 {
width: calc(100% / 12 * 4);
}

.row .span_5 {
width: calc(100% / 12 * 5);
}

.row .span_6 {
width: calc(100% / 12 * 6);
}

.row .span_7 {
width: calc(100% / 12 * 7);
}

.row .span_8 {
width: calc(100% / 12 * 8);
}

.row .span_9 {
width: calc(100% / 12 * 9);
}

.row .span_10 {
width: calc(100% / 12 * 10);
}

.row .span_11 {
width: calc(100% / 12 * 11);
}

.row .span_12 {
width: 100%;
}

.row > .col {
margin-top: 30px;
margin-left: 0;
padding-right: calc(30px / 2);
padding-left: calc(30px / 2);
}


@media (max-width: 767px) {
.row > .col {
margin-top: 20px;
margin-left: 0;
margin-right: 0;
padding-right: 0;
padding-left: 0;
width: 100%;
}

.row.sp-2row > .col {
width: 50%;
}
}

@media (max-width: 767px) {
  .row .span_1 {
    width:auto;
}
.row > .col:not(:first-child) {
margin-top: 20px;
}
}

/* ぱんくず */
.bread_wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.bread {
    overflow: hidden;
    margin: 0;
}

.bread ul {
    margin: 0 auto;
    float: none;
}

@media (max-width: 767px) {
    .bread ul {
        padding: 15px 0;
    }
}

.bread ul li {
    list-style: none;
    position: relative;
    float: left;
    margin-right: 20px;
    padding-right: calc(20px + 9px);
}

@media (max-width: 767px) {
    .bread ul li {
        margin-right: 15px;
        padding-right: calc(15px + 9px);
    }
}

.bread ul li a {
padding:0;
    text-decoration: none;
    color: #1b1b1b;
}


.bread ul li a:hover {
    color: #1b1b1b;
    text-decoration: none;
}

.bread ul li:after {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bread ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.bread ul li:last-child:after {
    content: none;
}

/* 画像のフィックス */

figure{
margin: 0;
text-align: center;
}

img {
vertical-align: middle;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
max-width: 100%;
width: 100%;
height: auto;
}

figure img{
width: inherit;
}

/* 投稿 */
.article_list {
    padding: 15px;
    border: 1px solid var(--main-color);
    position: relative;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .article_list {
        padding: 20px;
    }
}

.article_list:first-child {
    margin-top: 0;
}

.article_list:nth-child(n+2) {
    margin-top: 0;
}

.article_detail {
    background: #f2f6ff;
    padding: 4%;
    margin-bottom: 4%;
    font-size: 1.2rem;
}

.article_detail img {
width: auto;
}

.article_detail .span_12 {
    margin: 2% 0;
}

.article_button {
    margin-top: 30px;
    text-align: right;
}

@media (max-width: 767px) {
    .article_button {
        margin-top: 20px;
    }
}

.more {
    display: inline-block;
    overflow: hidden;
    margin: auto;
}

.more.btn_ss a,
.more.btn_ss span {
    padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a,
.more.btn_s span {
    padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a,
.more.btn_m span {
    padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a,
.more span {
    display: inline-block;
    letter-spacing: normal;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 0.9em 1.6em;
    margin-bottom: 1px;
    text-decoration: none;
}

.more a:after,
.more span:after {
    border-color: var(--main-color);
}

.more a:hover,
.more span:hover {
    color: #333;
    border-color: #333;
}

.more a:hover:after,
.more span:hover:after {
    border-color: #333;
}

.more a.add_arrow,
.more span.add_arrow {
    padding-right: 1.9em;
}

.add_arrow {
    display: block;
    position: relative;
}

.add_arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.add_arrow:hover:after {
    right: 3%;
    border-color: #fff;
}

.more {
    display: inline-block;
    overflow: hidden;
    margin: auto;
}

.more a {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 0.3em 1.3em 0.3em 1em;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 1.2rem;
}

.pager {
    overflow: hidden;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex: auto;
}



.pager .pager_prev a {
    display: block;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

.pager .pager_prev a:before,
.pager .pager_prev a:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: var(--main-color);
    -webkit-transition: .2s;
    transition: .2s;
}

.pager .pager_prev a:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: calc(50% - 2px);
}

.pager .pager_prev a:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
    text-decoration: underline;
}

.pager .pager_prev a:hover:before {
    left: 0;
}

.pager .pager_prev a:hover:after {
    left: 0;
}

.pager .pager_next a {
    display: block;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}

.pager .pager_next a:before,
.pager .pager_next a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    margin: auto;
    width: 8px;
    height: 1px;
    background: var(--main-color);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.pager .pager_next a:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: calc(50% - 2px);
}

.pager .pager_next a:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    top: calc(50% + 3px);
}

.pager .pager_next a:hover {
    text-decoration: underline;
}

.pager .pager_next a:hover:before {
    right: 0;
}

.pager .pager_next a:hover:after {
    right: 0;
}

/* おしらせ */
.news-item {
  display: block;
  padding: 10px 20px;
  border: 2px solid #0000001A;
  background: #fff;
  line-height: 1.625;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.news-item:hover {
  background: #FFFBF7;
  border-bottom: 2px solid #0000001A;
  border-top: 2px solid #FFFBF7;
  border-left: 2px solid #FFFBF7;
  border-right: 2px solid #FFFBF7;
}

.news-item article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.625;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}

.news-item:before {
  border-radius: 50%;
  content: '➜';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-family: Montserrat;
  font-size: 14px;
  color: #FF982C;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.news-item:hover:before {
  border-radius: 50%;
  background-color: #FF982C;
  color: #fff;
}

@media (max-width: 767px) {
  .news-item {
    padding: 10px 15px;
    line-height: 1.625;
  }
}

.news-item:nth-child(n+2) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news-item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.news-item time {
  width: 100px;
  color: #B5B5B5;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
}

.cat.seisaku {
  background: #FF642C;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  width: inherit !important;
}
.cat.kaihatsu {
  background: #FF2C2C;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  width: inherit !important;
}
.cat.kaisha {
  background: #FF982C;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  width: inherit !important;
}

.news-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

  .news-item span {
    flex: inherit;
    width: 100%;
  }


/* Slider */
.mv {
position: relative;
}

.catch {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 2.8vw;
  font-weight: bold;
}
.catch span{
  font-size: 3.6vw;
}

@media (max-width: 767px) {
.catch {
    position: absolute;
    top: 25%;
    left: 5%;
    font-size: 6vw;
    font-weight: bold;
  }

  .catch span {
    font-size: 7.2vw;
  }
}

/* 見出し */
h2.aboutus {
  position: relative;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 60px;
  padding-left: 40px;
}
h2.aboutus::first-letter {
  color: #FF982C;
  font-size: 48px;
}
h2.aboutus span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  display: block;
  color: #B5B5B5;
}
h2.aboutus:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/h2-mark.png);
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 84px;
}
h2.service {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5em;
}
h2.company {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5em;
}
h2.recruit {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5em;
}

h3.aboutus {
  font-size: 20px;
  background: linear-gradient(transparent 80%, #FFD1A9 20%);
}

/* ボタン */
.btn-wrap {
  margin-left: calc(100% - 200px);
  background-color: unset!important;
  width: 200px!important;
}
.btn-wrap-2{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.btn-1 {
  position: relative;
  color: #262626;
  font-family: Montserrat;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  width: 160px;
  border-bottom: #262626 1px solid;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 30px;
  margin-top: 30px;
}
.btn-1:before {
position: absolute;
content: '';
height: 20px;
width: 1px;
transform: rotate(-45deg);
background: #262626;
bottom: -4px;
right: 5px;
}
.btn-1:after {
position: absolute;
content: '';
background-color: #FFEEDB;
width: 60px;
height: 60px;
border-radius: 50%;
right: -30px;
bottom: -30px;
z-index: -1;
}
.btn-1:hover {
  width: 180px;
}

.btn-3 {
  width: 210px;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-width: 3px;
  border-radius: 80px;
  border: 3px solid #DDDDDD;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: right;
  align-items: center;
}
.btn-3:hover {
 background-color: #FFE3E3;
}
.btn-3 span{
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #FF982C;
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
    -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
}
.btn-3:hover span {
  transform: scale(1.3);
}
span.kaihastu {
  background-color: #FF2C2C;
}
span.seisaku {
  background-color: #FF642C;
}

/* リスト */

dl {
margin: 0 0 1em;
line-height: 1.6;
display: flex;
flex-wrap: wrap;
gap: 20px 0;
}

dl:last-child {
margin-bottom: 0;
}

dl dt {
  width: 180px;
  border-bottom: 1px solid #FF982C;
}
dl dt span{
  background-color: #FF982C;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  padding: 5px 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 150px;
}

dl dd {
  padding: 5px;
  margin-left: 0;
  width: calc(100% - 180px);
  background: #fff;
  border-bottom: 1px solid #FF982C;
}

dl dd:last-child {
margin-bottom: 0;
}

@media (max-width: 767px){
dl {
gap: 10px 0;
}
dl dt {
width: 100%;
}
dl dd {
width: 100%;
border-bottom: 0;
}
}

/* ページトップ */
.pagetop {
position: fixed;
bottom: 98px;
right: 5%;
z-index: 100;
}

@media (max-width: 767px) {
.pagetop {
bottom: 74px;
}
}

.pagetop a {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
display: inline-block;
position: relative;
width: 70px;
height: 70px;
padding: 0;
border-radius: 50%;
background: var(--main-color);
}

@media (max-width: 767px) {
.pagetop a {
width: 50px;
height: 50px;
}
}

.pagetop a:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
margin: auto;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: translate(-50%, -20%) rotate(45deg);
transform: translate(-50%, -20%) rotate(45deg);
-webkit-transition: .2s;
transition: .2s;
}

/* ヘッダー */
header {
  background: #fff;
  position: relative;
  z-index: 1;
}

.header-wrap {
	position: fixed;
  top: 0;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  min-height: 77px;
  padding: 20px 80px;
  text-align: center;
  backdrop-filter: blur(5px);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 150;
}

.header-info {
display: flex;
align-items: center;
gap: 20px;
}

.header-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
}
.header-nav ul li span{
background-color: #FF982C;
color: #fff;
position: relative;
border-radius: 20px;
padding: 6px 10px 6px 40px;
}
.header-nav ul li span:before{
  content: '';
  background-color: #fcbe7b;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-image: url(/wp-content/uploads/mail-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

@media (max-width: 1000px) {
.header-wrap {
  padding: 0 0 20px;
}
}

@media (max-width: 767px) {
  .header-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    z-index: 999;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .header-wrap {
    padding: 10px 15px 10px 10px;
  }
}
.header-main {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .header-main {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.header-head:not(.title) {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0 20px 0 0;
  flex: 1;
}
@media (max-width: 767px) {
  .header-head:not(.title) {
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-head:not(.title) {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-head:not(.title) img {
    height: auto;
    width: auto;
  }
}
.header-head {
  text-align: left;
}
.header-head a {
  display: inline-block;
  max-width: 400px;
}
.header-head p {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
}
.header-copy:not(.title) {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .header-copy:not(.title) {
    display: none;
  }
}

.header-btn {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: relative;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.header-btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background: #FF982C;
  width: 45%;
}

.header-btn span:nth-of-type(1) {
  top: 10px;
}

.header-btn span:nth-of-type(2) {
  top: 16px;
}

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

.header-btn.is-active span:nth-of-type(1) {
  top: 10px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
}

.header-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header-btn.is-active span:nth-of-type(3) {
  top: 22px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
}

.nav {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: -100%;
  z-index: 100;
}

.nav__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  cursor: pointer;
}

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

.nav__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  padding-bottom: 30px;
  overflow: auto;
  background: url(/wp-content/uploads/pc-bgr-menu-bg.jpg);
  ;
}

@media (max-width: 767px) {
  .nav__wrap {
    width: 100%;
    height: 100vh;
    padding-bottom: 70px;
    overflow-y: scroll;
    box-shadow: none;
  }
}

.nav__btn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 26px;
  height: 27px;
  margin: 18px 20px 0 auto;
  padding: 0;
  border: none;
  outline: none;
  background: url(/wp-content/uploads/close.png);
  background-size: cover;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    margin: 0;
  }
}

.nav__btn:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=percentage(70))";
  zoom: 1;
}

.nav__items {
  margin: auto;
  width: 385px;
}

@media (max-width: 767px) {
  .nav__items {
    margin-top: 60px;
    padding-top: 30px;
    width: 360px;
  }
}

/* フッター */

footer{
  background: url(/wp-content/uploads/footer-bg.jpg);
  background-size: cover;
  padding-top: 60px;
}
.footer__item {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: 30px 0;
}

.footer-info {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 50%;
gap: 30px;
border-right: 1px solid #B5B5B5;
padding: 0 30px;
}

@media (max-width: 767px) {
.footer-info {
display: block;
}
}

.footer-info__name {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
}

@media (max-width: 767px) {
.footer-info__name {
text-align: center;
}
}

.footer-info__data {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
line-height: 1.625;
width: 100%;
}
.office-locate {
  border-bottom: 1px solid #FF982C;
}
.office-locate span {
  background-color: #FF982C;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  width: 250px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
.footer-info__data {
margin-top: 20px;
}
}

.footer-info__name img {
margin: auto;
max-width: 350px;
}

.footer-info__adress {
margin-top: 5px;
position: relative;
padding: 10px 30px 0;
text-align: left;
}
.footer-info__adress:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/pin.png);
  top: 10px;
  left: 0;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-info__tel-wrap {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer-info__tel {
  color: #FF982C;
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.footer-info__tel span {
  background-color: #FF982C;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-right:10px;
  padding: 2px 10px;
  border-radius: 20px;
}

.footer-info__fax {
  color: #B5B5B5;
  font-size: 18px;
  font-weight: bold;
}

.footer-info__fax span {
  background-color: #B5B5B5;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 20px;
}

.footer-nav {
  padding: 0 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-nav-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-nav ul {
 list-style: none;
 font-weight: bold;
}
.footer-nav ul li{
  margin-bottom: 20px;
  padding-left: 5px;
}
.footer-nav ul li > ul{
  margin-top: 20px;
  padding-left: 30px;
}

.footer-nav ul li > ul li::marker{
  content: 'ー';
  color: #FF982C;
}

.footer-bnr {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-bnr img{
  width: 150px;
}

@media (max-width: 767px) {
  .footer__item {
    flex-direction: column;
  }
  .footer-info, .footer-nav {
    width: 100%;
    border: 0;
  }
    .footer-info__tel-wrap {
      flex-direction: column;
    }
}


.footer__copy {
line-height: 1.42857;
text-align: center;
color: #a3a3a3;
}

@media (max-width: 767px) {
.footer__copy {
padding: 20px 0;
line-height: 1.66667;
}
}

.footer-info__data .footer-info__tel {
margin-bottom: 0;
}

/* 汎用クラス */

.bg-red{
background-color:#fe266d!important;
}

.bg-blue{
background-color:#1646b1!important;
}

.bg-green{
background-color:#5fcf32!important;
}

.bg-orange{
background-color:#ffa204!important;
}

.text-red{
color: #db2d2d!important;
}

.text-blue{
color: #2420db!important;
}

.text-green{
color: #6ddb20!important;
}

.text-orange{
color: #db9620!important;
}

.text-pink{
color: #db20b2!important;
}

.text-black{
color: #000000!important;
}

.text-white{
color: #FFFFFF!important;
}

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

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

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

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

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

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

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

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

.mr10{
margin-right:10px!important;
}

.mr20{
margin-right:20px!important;
}

.mr30{
margin-right:30px!important;
}

.mr40{
margin-right:40px!important;
}

.mr50{
margin-right:50px!important;
}

.mr60{
margin-right:60px!important;
}

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

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

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

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

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

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

.ml10{
margin-left:10px!important;
}

.ml20{
margin-left:20px!important;
}

.ml30{
margin-left:30px!important;
}

.ml40{
margin-left:40px!important;
}

.ml50{
margin-left:50px!important;
}

.ml60{
margin-left:60px!important;
}

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

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

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

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

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

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

.pr10{
padding-right:10px!important;
}

.pr20{
padding-right:20px!important;
}

.pr30{
padding-right:30px!important;
}

.pr40{
padding-right:40px!important;
}

.pr50{
padding-right:50px!important;
}

.pr60{
padding-right:60px!important;
}

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

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

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

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

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

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

.pl10{
padding-left:10px!important;
}

.pl20{
padding-left:20px!important;
}

.pl30{
padding-left:30px!important;
}

.pl40{
padding-left:40px!important;
}

.pl50{
padding-left:50px!important;
}

.pl60{
padding-left:60px!important;
}

.text-bold{
font-weight: bold!important;
}

.text-center{
text-align: center!important;
}

.text-right{
text-align: right!important;
}

.text-left{
text-align: left!important;
}


.text-xlarge {
font-size: 1.6rem!important;
}

.text-large {
font-size: 1.4rem!important;
}


@media (max-width: 767px) {
.pc-only{
display: none !important;
}
}

@media (min-width: 767px) {
.text-xlarge {
font-size: 2.0rem;
}

.text-large {
font-size: 1.6rem;
}

.sp-only {
display: none !important;
}
}

@media (min-width: 767px) and (max-width: 1023px) {
.tablet-hide {
display: none !important;
}
}

@media (min-width: 1024px) {
.tablet-only {
display: none !important;
}
}


.pagination a, .pagination span{
  padding: 5px 10px;
    background: #d9d9d9;
}

.pagination .current{
    background: #616161;
    color: #FFF;
}


/* 想い */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* サービス */
section.service {
  position: relative;
  background-color: #FFFBF7;
  z-index: 0;
}
section.service:after {
  position: absolute;
  content: 'SERVICE';
  background: linear-gradient(90deg, #F4F4F4 0%, #FFF2E4 100%);
  font-family: Montserrat;
  font-size: 150px;
  top: 0;
  right: 0;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  z-index: -1;
}

.service-wrap {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 60px;
}
.service-wrap:after {
  position: absolute;
  content: '';
  background: url(/wp-content/uploads/service-x.png);
  height: 55px;
  width: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.service-inner{
  width: 50%;
  display: flex;
}
.service-inner.left{
  justify-content: flex-end;
  position: relative;
}
.service-inner.right{
  justify-content: flex-start;
  position: relative;
}
.service-inner.left:after{
  position: absolute;
  content:'';
  background: url(/wp-content/uploads/service-kaihatsu-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 475px;
  height: 325px;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.service-inner.right:after{
  position: absolute;
  content:'';
  background: url(/wp-content/uploads/service-seisaku-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 475px;
  height: 325px;
  right: 0;
  z-index: -1;
}
.service-content {
  border-radius: 50%;
  backdrop-filter: blur(4px);
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: #262626;
}
.service-inner.right .service-content{
  background-color: #FFBBBBCC;
      -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
.service-inner.left .service-content{
  background-color: #FFC8B4CC;
      -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
.service-inner.right:hover .service-content {
  background-color: #FFBBBB;
  box-shadow: 0px 0px 4px 0px #00000040 inset;
}
.service-inner.left:hover .service-content {
  background-color: #FFC8B4;
  box-shadow: 0px 0px 4px 0px #00000040 inset;
}
.service-inner.right:hover .viewmore {
  text-decoration: underline;
}
.service-inner.left:hover .viewmore {
  text-decoration: underline;
}

.service-content p {
  font-weight: 700;
  font-size: 32px;
}
.service-content ul li {
  padding: 5px 10px;
  border-radius: 20px;
  background: #fff;
  list-style: none;
  display: flex;
  align-items: center;
}
.service-content ul li span{
  color: #FF2C2C;
  font-size: 12px;
  padding-right: 10px;
}
.service-content ul li:nth-child(2n){
  margin-top: 10px;
}
.viewmore {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px!important;
  position: relative;
  padding-right: 40px;
}
.viewmore:before {
  content: '〉';
  position: absolute;
  right: 0;
}

.service-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.service-list > div{
background-color: #ffffffc3;
width: 20%;
display: flex;
}
.service-list > div > p{
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #FF2C2C 0%, #FF982C 100%);
  padding: 5px 10px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 8px 0px #0000001A;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.service-list p span{
  display: block;
  font-size: 14px;
    background: linear-gradient(90deg, #FF2C2C 0%, #FF982C 100%);
    color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
}

.list-b {
  margin-top: 30px;
}

@media (max-width: 767px) {
section.service:after {
font-size: 50px;
  }
.service-wrap{
  flex-direction: column;
}
.service-inner {
  width: 100%;
}
.service-inner.left, .service-inner.right {
  justify-content: center;
}
.service-inner.left:after{
  background: url(/wp-content/uploads/service-kaihatsu-bg-sp.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  left: auto;
  right: auto;
}

.service-inner.right:after {
  background: url(/wp-content/uploads/service-seisaku-bg-sp.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  left: auto;
  right: auto;
}
.service-content {
  width: 300px;
  height: 300px;
}
.service-list {
flex-direction: column;
}

.service-list div {
width: 100%;
}

.list-a{
  background-color: #FFBBBB;
  padding: 20px;
}
.list-b{
  background-color: #FFC8B4;
  padding: 20px;
}
}

/* 会社概要 */
section.company {
  position: relative;
  z-index: 0;
}

section.company:after {
  position: absolute;
  content: 'COMPANY';
  background: linear-gradient(90deg, #F4F4F4 0%, #FFF2E4 100%);
  font-family: Montserrat;
  font-size: 150px;
  top: 0;
  left: 0;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  z-index: -1;
}

.company-wrap{
  display: flex;
}
.company-inner{
  width: 50%;
    display: flex;
      align-items: center;
      justify-content: center;
}
.company-inner img{
  width: 320px;
}
@media (max-width: 767px) {
  section.company:after {
    font-size: 50px;
  }
    .company-wrap {
      flex-direction: column;
      gap: 20px 0;
    }
  .company-inner {
    width: 100%;
  }
}

/* 求人 */
section.recruit {
  position: relative;
  background-color: #FFFBF7;
  z-index: 0;
}

section.recruit:after {
  position: absolute;
  content: 'RECRUIT';
  background: linear-gradient(90deg, #F4F4F4 0%, #FFF2E4 100%);
  font-family: Montserrat;
  font-size: 150px;
  top: 0;
  right: 0;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  z-index: -1;
}

.photo img {
  padding: 0 30px;
}

@media (max-width: 767px) {
  section.recruit:after {
    font-size: 50px;
  }
}