@charset "UTF-8";
/*
Theme Name: Swell Child
Template: swell
*/
html {
  color: #000;
  background: #fff;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a,
button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
.omaezakiLead, .sliderArea .content, .recruitWhiteArea, .recruitAbout .content, .recruitAbout, .historyArea > div .box, .historyArea > div, .companyInfo, .recTable, .msgWrap, .frontMenu, .frontAbout .text, .wpcf7, .footer .inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .omaezakiLead, .sliderArea .content, .recruitWhiteArea, .recruitAbout .content, .recruitAbout, .historyArea > div .box, .historyArea > div, .companyInfo, .recTable, .msgWrap, .frontMenu, .frontAbout .text, .wpcf7, .footer .inner {
    width: 88%;
  }
}

.jobItem, .recruitHero .entryBtn, .frontMenu > div figure img, .hero .recruitBn, .wpcf7 form input[type=submit],
.wpcf7 form button, .wp-block-buttons .wp-block-button a, ul.c-gnav li a {
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothicM, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.jobWrap > h2, .recruitWhiteArea .box > div > div .content h3, .recruitWhiteArea h2, .frontInterview li .content h3, ul.c-gnav li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

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

.br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

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

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.recruitAbout .content {
  font-family: "Hiragino Mincho ProN", Georgia, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

.sliderArea .bg img, .ctaArea .img img, .jobItem figure img, .jobItem figure video, .recruitWhiteArea .box > div > div figure img, .recruitHero figure img, .historyArea figure img, .msgArea figure img, .frontMenu > div figure img, .hero figure img, .pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.toggleBtn {
  display: none;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}
.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}
.toggleBtn span:nth-of-type(1) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}
.toggleBtn.active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

html body {
  background: #fff;
}
html body.page-recruit {
  background: #28af98;
}

header#header .l-header__customBtn {
  opacity: 0;
  visibility: hidden;
}
header#header.l-header {
  position: absolute;
  top: 20px;
  background: white;
  width: calc(100% - 40px);
  margin-left: 20px;
  border-radius: 100px;
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header#header.l-header {
    height: 60px;
  }
}
.recruit header#header.l-header {
  background: none;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid white;
}
header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
}
.recruit header#header.l-header .l-header__logo {
  filter: grayscale(1) brightness(9999);
}
header#header.l-header .l-container {
  max-width: 100%;
  height: 100%;
  padding-right: 0;
}

ul.c-gnav li {
  display: flex;
  align-items: center;
}
ul.c-gnav li:nth-of-type(1) a {
  background: #28af98;
}
ul.c-gnav li:nth-of-type(2) a {
  background: #21a28c;
}
ul.c-gnav li:nth-of-type(3) a {
  background: #219984;
}
ul.c-gnav li:nth-of-type(4) a {
  background: rgb(28.4758064516, 132.0241935484, 113.9032258065);
}
ul.c-gnav li a {
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  ul.c-gnav li a:hover {
    filter: saturate(150%);
  }
}
.recruit ul.c-gnav li a {
  background: none;
}
.l-fixHeader__inner ul.c-gnav li a {
  color: #28af98;
  background: none;
}

.page-template-template-free main,
.page-template-temp-widthmax main {
  width: 100%;
  display: block;
}
.page-template-template-free #content, .page-template-template-free #content.l-content,
.page-template-temp-widthmax #content,
.page-template-temp-widthmax #content.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.page-template-template-free .post_content,
.page-template-temp-widthmax .post_content {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-template-template-free #main_content,
.page-template-temp-widthmax #main_content {
  max-width: 100%;
}

.wp-block-buttons .wp-block-button a {
  position: relative;
  z-index: 1;
  color: #28af98;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(35.2558139535, 154.2441860465, 133.9720930233);
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    box-shadow: 0 0 0 rgb(35.2558139535, 154.2441860465, 133.9720930233);
    transform: translateY(4px);
  }
}
.wp-block-buttons .wp-block-button a:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wp-block-buttons .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}

.titleArea {
  margin-bottom: 2.5em;
}
.titleArea p {
  text-align: center;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
}
.titleArea h2 {
  text-align: center;
  font-weight: bold;
  font-family: "source-han-sans-japanese", sans-serif;
}

.pageHeader {
  height: 500px;
  position: relative;
  margin-bottom: clamp(40px, 8vw, 80px);
}
@media screen and (max-width: 768px) {
  .pageHeader {
    height: 440px;
  }
}
.page-about .pageHeader {
  margin-bottom: 0;
}
.pageHeader .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHeader .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: brightness(80%);
          backdrop-filter: brightness(80%);
  mix-blend-mode: multiply;
}
.pageHeader .img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.pageHeader .content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.pageHeader .content .eng {
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  color: white;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: clamp(20px, 2vw, 28px);
}
.pageHeader .content .title {
  color: white;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.pageHeader #breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: none;
  border-radius: 0 10px 0 0;
}
.pageHeader #breadcrumb * {
  background: none;
  box-shadow: none;
}

.footer {
  background: #28af98;
  padding: 60px 0 0;
}
.footer .inner {
  background: white;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
  }
}
.footer .left .footerLogo {
  width: 240px;
  margin-bottom: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer .left .footerLogo {
    width: 180px;
  }
}
.footer .right ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
}
.footer .copy {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 0.5em 0;
}

.wpcf7 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.wpcf7 .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item {
    flex-wrap: wrap;
  }
}
.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #28af98;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .text {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.wpcf7 .item .labelWrap {
  width: 75%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap {
    width: 100%;
  }
}
.wpcf7 .item .labelWrap input[type=text],
.wpcf7 .item .labelWrap input[type=email],
.wpcf7 .item .labelWrap input[type=url],
.wpcf7 .item .labelWrap input[type=tel],
.wpcf7 .item .labelWrap input[type=number],
.wpcf7 .item .labelWrap input[type=date],
.wpcf7 .item .labelWrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap input[type=text],
  .wpcf7 .item .labelWrap input[type=email],
  .wpcf7 .item .labelWrap input[type=url],
  .wpcf7 .item .labelWrap input[type=tel],
  .wpcf7 .item .labelWrap input[type=number],
  .wpcf7 .item .labelWrap input[type=date],
  .wpcf7 .item .labelWrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}
.wpcf7 .item .labelWrap textarea {
  line-height: 1.5;
}
.wpcf7 .item .labelWrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wpcf7 .item .labelWrap > p {
  width: 100%;
}
.wpcf7 form input[type=submit],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #28af98;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(35.2558139535, 154.2441860465, 133.9720930233);
  min-width: 240px;
  color: white;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .wpcf7 form input[type=submit]:hover,
  .wpcf7 form button:hover {
    box-shadow: 0 0 0 rgb(35.2558139535, 154.2441860465, 133.9720930233);
    transform: translateY(4px);
  }
}
.wpcf7 form input[type=submit]:before,
.wpcf7 form button:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wpcf7 form input[type=submit]:after,
.wpcf7 form button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}
.wpcf7 form input[type=submit] *,
.wpcf7 form button * {
  color: white;
}
.wpcf7 .resultWrap {
  display: flex;
  margin-bottom: 1.6em;
}
.wpcf7 .resultWrap br {
  display: none;
}
.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}
.wpcf7 .title.bank br {
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.hero {
  height: 100vh;
  position: relative;
}
.hero > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero figure {
  width: 100%;
  margin: 0;
}
.hero .content {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: clamp(40px, 8vw, 80px);
  color: white;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.hero .recruitBn {
  position: absolute !important;
  right: 0;
  bottom: 10px;
  background: #28af98;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 40px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .hero .recruitBn:hover {
    opacity: 0.7;
  }
}
.hero .recruitBn:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("img/recruit.jpg") no-repeat center center/100% auto;
  opacity: 0.3;
  z-index: -1;
}
.hero .recruitBn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 60%;
  width: 40%;
  height: 120%;
  background: #28af98;
  transform: rotate(8deg);
  transform-origin: bottom right;
  z-index: -1;
}
.hero .recruitBn * {
  color: white;
  margin: 0;
  padding: 0;
}
.hero .recruitBn em {
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
}
.hero .recruitBn strong {
  font-weight: bold;
  font-size: clamp(16px, 3vw, 24px);
  letter-spacing: 0.1em;
}

.frontAbout {
  padding-bottom: 160px;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontAbout {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.frontAbout .titleArea {
  color: #28af98;
}
.frontAbout .text p {
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
}
.frontAbout figure {
  position: absolute;
  z-index: -1;
  min-width: 500px;
  left: 40%;
  width: 50%;
  bottom: -5%;
}
@media screen and (max-width: 768px) {
  .frontAbout figure {
    left: 0;
    width: 70%;
    bottom: -5%;
  }
}

.frontMenu {
  padding: clamp(40px, 8vw, 80px) 0;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontMenu {
    flex-direction: column;
  }
}
.frontMenu:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -1000px;
  right: -1000px;
  background: #f5f5f5;
}
.frontMenu > div {
  width: 31.5%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontMenu > div {
    width: 100%;
    margin-bottom: 1.5em !important;
  }
}
@media screen and (min-width: 769px) {
  .frontMenu > div:hover img {
    transform: scale(1.05);
  }
}
.frontMenu > div > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.frontMenu > div > div:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2249%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2249%22%20id%3D%22screenshot-6d01f938-3f5e-8022-8006-76ca635e9346%22%20viewBox%3D%220%200%2049%2049%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-6d01f938-3f5e-8022-8006-76ca635e9346%22%20rx%3D%220%22%20ry%3D%220%22%3E%3Cg%20id%3D%22shape-6d01f938-3f5e-8022-8006-76ca27b03a4a%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-6d01f938-3f5e-8022-8006-76ca27b03a4a%22%3E%3Cpath%20d%3D%22M49%2C0L49%2C49L0%2C49%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22shape-6d01f938-3f5e-8022-8006-76ca387d7b6c%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-6d01f938-3f5e-8022-8006-76ca387d7b6c%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22strokes-d7f46e56-e5e5-80f5-8006-8889095ce3b1-6d01f938-3f5e-8022-8006-76ca387d7b6c%22%20class%3D%22strokes%22%3E%3Cg%20class%3D%22stroke-shape%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20none%3B%20stroke-width%3A%202%3B%20stroke%3A%20rgb%280%2C%200%2C%200%29%3B%20stroke-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.frontMenu > div figure {
  position: relative;
  width: 100%;
}
.frontMenu > div figure:before {
  content: "";
  display: block;
  padding-top: 140%;
}
@media screen and (max-width: 768px) {
  .frontMenu > div figure:before {
    padding-top: 80%;
  }
}
.frontMenu > div figure img {
  filter: brightness(0.75);
}
.frontMenu > div .ttl {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  color: white;
}
.frontMenu > div .ttl em {
  font-size: clamp(32px, 4vw, 42px);
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.frontMenu > div .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 1em;
}

.msgArea > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .msgArea > div {
    flex-direction: column-reverse;
  }
}
.msgArea .text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .msgArea .text {
    width: 100%;
    padding-top: 1em;
  }
}
.msgArea figure {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .msgArea figure {
    width: 100%;
  }
}
.msgArea figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post_content h2 {
  background: none;
  color: #000;
  margin-bottom: 0.5em !important;
}
.post_content h2:before {
  display: none;
}
.post_content h2:after {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2255%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2244%22%20id%3D%22screenshot-c0047f37-d875-8081-8006-75514d7ed45f%22%20viewBox%3D%220%200%2055%2044%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-c0047f37-d875-8081-8006-75514d7ed45f%22%3E%3Cg%20class%3D%22frame-container-wrapper%22%3E%3Cg%20class%3D%22frame-container-blur%22%3E%3Cg%20class%3D%22frame-container-shadows%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c0047f37-d875-8081-8006-75514d7ed45f%22%3E%3Crect%20rx%3D%220%22%20ry%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2255%22%20height%3D%2244%22%20transform%3D%22matrix%281.000000%2C%200.000000%2C%200.000000%2C%201.000000%2C%200.000000%2C%200.000000%29%22%20class%3D%22frame-background%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22frame-children%22%3E%3Cg%20id%3D%22shape-c0047f37-d875-8081-8006-75514d7f1da8%22%20rx%3D%220%22%20ry%3D%220%22%3E%3Cg%20id%3D%22shape-c0047f37-d875-8081-8006-75514d7f1da9%22%20style%3D%22opacity%3A%201%3B%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c0047f37-d875-8081-8006-75514d7f1da9%22%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2218.20451372674006%22%20rx%3D%2218%22%20ry%3D%2218.20451372674006%22%20transform%3D%22matrix%281.000000%2C%200.000000%2C%200.000000%2C%201.000000%2C%200.000000%2C%200.000000%29%22%20style%3D%22fill%3A%20rgb%28231%2C%2067%2C%20148%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22shape-c0047f37-d875-8081-8006-75514d7f1daa%22%20style%3D%22opacity%3A%201%3B%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c0047f37-d875-8081-8006-75514d7f1daa%22%3E%3Cellipse%20cx%3D%2232.25284690072931%22%20cy%3D%2233.63066154763965%22%20rx%3D%229.5007418454652%22%20ry%3D%229.607204232178447%22%20transform%3D%22matrix%280.996499%2C%20-0.083603%2C%200.081748%2C%200.996653%2C%20-2.636313%2C%202.808989%29%22%20style%3D%22fill%3A%20rgb%2840%2C%20175%2C%20152%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22shape-c0047f37-d875-8081-8006-75514d7f1dab%22%20style%3D%22opacity%3A%201%3B%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c0047f37-d875-8081-8006-75514d7f1dab%22%3E%3Cellipse%20cx%3D%2242%22%20cy%3D%2219.215875600447816%22%20rx%3D%2213%22%20ry%3D%2213.147704358201281%22%20transform%3D%22matrix%281.000000%2C%200.000000%2C%200.000000%2C%201.000000%2C%200.000000%2C%200.000000%29%22%20style%3D%22fill%3A%20rgb%28102%2C%2042%2C%20149%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .post_content h2:after {
    width: 30px;
    height: 30px;
    top: -0.5em;
    left: -0.5em;
  }
}

.msgWrap {
  padding: clamp(40px, 8vw, 80px) 0;
}

.companyInfo, .recTable {
  margin-bottom: 60px;
}
.companyInfo table tr th, .companyInfo table tr td, .recTable table tr th, .recTable table tr td {
  padding: 1em !important;
  border: none;
  border-top: 1px solid #eee !important;
}
.companyInfo table tr th, .recTable table tr th {
  width: 35%;
}
.companyInfo table tr td, .recTable table tr td {
  width: 65%;
}

.historyArea {
  position: relative;
  padding: clamp(40px, 8vw, 80px) 0;
}
.historyArea > div {
  display: flex;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .historyArea > div {
    flex-wrap: wrap;
  }
}
.historyArea > div .ttl {
  width: 40%;
  text-align: right;
  padding-right: 40px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .historyArea > div .ttl {
    width: 100%;
    padding-bottom: 2.5em;
    padding-right: 0;
    padding-top: 40px;
  }
}
.historyArea > div .ttl em {
  color: white;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(40px, 6vw, 60px);
  line-height: 1;
  letter-spacing: 0;
}
.historyArea > div .ttl h2 {
  color: white;
  padding: 0;
  margin: 0;
  letter-spacing: 0.1em;
}
.historyArea > div .ttl h2:after {
  display: none;
}
.historyArea > div .box {
  width: 60%;
  border-left: 2px solid white;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .historyArea > div .box {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .historyArea > div .box {
    width: 100%;
  }
}
.historyArea > div .box > div > div {
  margin-bottom: 2.5em;
}
.historyArea > div .box h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
  display: flex;
  font-size: 1.15em;
}
.historyArea > div .box h3 em {
  width: 8em;
  max-width: 8em;
  min-width: 8em;
}
.historyArea > div .box h3:before {
  display: none;
}
.historyArea figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.historyArea figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.historyArea figure img {
  filter: blur(2px);
}

.page-service {
  background: #f5f5f5;
}

.serviceItem {
  background: white;
  padding: 60px 80px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .serviceItem {
    padding: 30px 40px;
  }
}
.serviceItem h2 {
  padding: 0;
  margin: 0;
  color: #28af98;
  letter-spacing: 0.1em;
}
.serviceItem h2:after {
  display: none;
}
.serviceItem em {
  position: absolute;
  left: -10px;
  top: -60px;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: left bottom;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  color: #eee;
  font-size: clamp(50px, 7vw, 80px);
  z-index: -1;
}
.serviceItem .imgBox {
  margin-bottom: 2.5em;
  display: flex;
  justify-content: space-between;
}

.recruitHero {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .recruitHero {
    height: 80vh;
  }
}
.recruitHero > div {
  height: 100%;
  width: 100%;
  position: relative;
}
.recruitHero .content {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 1;
  color: white;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruitHero .content {
    top: 40%;
  }
}
.recruitHero .content p {
  line-height: 1.2;
}
.recruitHero .content em {
  line-height: 1;
  font-size: clamp(40px, 9vw, 90px);
}
.recruitHero .content strong {
  font-size: clamp(30px, 9vw, 80px);
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: rgba(0, 0, 0, 0.05) 2px 0px 12px, rgba(0, 0, 0, 0.05) -2px 0px 12px, rgba(0, 0, 0, 0.05) 0px -2px 12px, rgba(0, 0, 0, 0.05) 0px 2px 12px, rgba(0, 0, 0, 0.05) 2px 2px 12px, rgba(0, 0, 0, 0.05) -2px 2px 12px, rgba(0, 0, 0, 0.05) 2px -2px 12px, rgba(0, 0, 0, 0.05) -2px -2px 12px, rgba(0, 0, 0, 0.05) 1px 2px 12px, rgba(0, 0, 0, 0.05) -1px 2px 12px, rgba(0, 0, 0, 0.05) 1px -2px 12px, rgba(0, 0, 0, 0.05) -1px -2px 12px, rgba(0, 0, 0, 0.05) 2px 1px 12px, rgba(0, 0, 0, 0.05) -2px 1px 12px, rgba(0, 0, 0, 0.05) 2px -1px 12px, rgba(0, 0, 0, 0.05) -2px -1px 12px;
}
.recruitHero figure {
  filter: brightness(80%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruitHero .entryBtn {
  border: 2px solid white;
  position: absolute !important;
  right: 5%;
  bottom: 5%;
  border-radius: 200px;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  list-style: none;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .recruitHero .entryBtn {
    left: 5%;
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 769px) {
  .recruitHero .entryBtn:hover {
    background: black;
    filter: invert(1);
    transform: scale(1.05);
  }
}
.recruitHero .entryBtn p {
  line-height: 1;
}
.recruitHero .entryBtn em {
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(30px, 4vw, 40px);
}

.recruitAbout {
  padding-top: 160px;
  padding-bottom: 160px;
  max-width: 1400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitAbout {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.recruitAbout .content {
  color: white;
  width: 45%;
  margin-left: auto;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .recruitAbout .content {
    width: 80%;
    padding-top: 60px;
  }
}
.recruitAbout .content h2 {
  font-size: clamp(20px, 3vw, 38px);
  letter-spacing: 0.1em;
}
.recruitAbout figure {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 50%;
  right: 50%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .recruitAbout figure {
    width: 60%;
  }
}

.frontInterview {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .frontInterview {
    flex-wrap: wrap;
  }
}
.frontInterview li {
  width: 48.5%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .frontInterview li {
    width: 100%;
  }
}
.frontInterview li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2249%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2249%22%20id%3D%22screenshot-1e224947-f29c-8088-8006-88baa0db1c89%22%20viewBox%3D%220%200%2049%2049%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-1e224947-f29c-8088-8006-88baa0db1c89%22%20rx%3D%220%22%20ry%3D%220%22%3E%3Cg%20id%3D%22shape-c018747d-bb61-8064-8006-77e335fc20c5%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c018747d-bb61-8064-8006-77e335fc20c5%22%3E%3Cpath%20d%3D%22M49%2C0L49%2C49L0%2C49%22%20style%3D%22fill%3A%20rgb%2840%2C%20175%2C%20152%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22shape-c018747d-bb61-8064-8006-77e335fc20c6%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c018747d-bb61-8064-8006-77e335fc20c6%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20rgb%2840%2C%20175%2C%20152%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22strokes-60946ebb-ecf4-80cb-8006-88baad929082-c018747d-bb61-8064-8006-77e335fc20c6%22%20class%3D%22strokes%22%3E%3Cg%20class%3D%22stroke-shape%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20none%3B%20stroke-width%3A%202%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20stroke-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.frontInterview li .content {
  padding: 1.5em;
  padding-bottom: 0;
}
.frontInterview li .content h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.recruitWhiteArea {
  background: white;
  margin-left: auto;
  margin-right: 0;
  border-radius: 40px 0 0 40px;
  padding: 80px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1600px) {
  .recruitWhiteArea {
    margin: 0 auto 80px;
    max-width: 1300px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruitWhiteArea {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 20px 0 0 20px;
  }
}
.recruitWhiteArea em {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(50px, 10vw, 100px);
  color: #eee;
  line-height: 1;
  letter-spacing: 0;
}
.recruitWhiteArea h2 {
  color: #28af98;
  font-size: clamp(18px, 3vw, 32px);
}
.recruitWhiteArea .box > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitWhiteArea .box > div {
    flex-wrap: wrap;
  }
}
.recruitWhiteArea .box > div > div {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  width: 48.5%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitWhiteArea .box > div > div {
    width: 100%;
  }
}
.recruitWhiteArea .box > div > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2249%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2249%22%20id%3D%22screenshot-1e224947-f29c-8088-8006-88baa0db1c89%22%20viewBox%3D%220%200%2049%2049%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22none%22%20version%3D%221.1%22%3E%3Cg%20id%3D%22shape-1e224947-f29c-8088-8006-88baa0db1c89%22%20rx%3D%220%22%20ry%3D%220%22%3E%3Cg%20id%3D%22shape-c018747d-bb61-8064-8006-77e335fc20c5%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c018747d-bb61-8064-8006-77e335fc20c5%22%3E%3Cpath%20d%3D%22M49%2C0L49%2C49L0%2C49%22%20style%3D%22fill%3A%20rgb%2840%2C%20175%2C%20152%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22shape-c018747d-bb61-8064-8006-77e335fc20c6%22%3E%3Cg%20class%3D%22fills%22%20id%3D%22fills-c018747d-bb61-8064-8006-77e335fc20c6%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20rgb%2840%2C%20175%2C%20152%29%3B%20fill-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22strokes-60946ebb-ecf4-80cb-8006-88baad929082-c018747d-bb61-8064-8006-77e335fc20c6%22%20class%3D%22strokes%22%3E%3Cg%20class%3D%22stroke-shape%22%3E%3Cpath%20d%3D%22M20%2C38L43%2C38L36.97509765625%2C32%22%20style%3D%22fill%3A%20none%3B%20stroke-width%3A%202%3B%20stroke%3A%20rgb%28255%2C%20255%2C%20255%29%3B%20stroke-opacity%3A%201%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.recruitWhiteArea .box > div > div .content {
  padding: 1.5em;
  padding-bottom: 0;
}
.recruitWhiteArea .box > div > div .content h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.recruitWhiteArea .box > div > div figure {
  width: 100%;
  position: relative;
}
.recruitWhiteArea .box > div > div figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.recruitWhiteArea .box > div > div figure img {
  width: 100%;
}

.is-style-sme-speech-right {
  background: #28af98;
  color: white;
  position: relative;
  padding-left: 50px;
  margin-left: auto;
  min-width: 60%;
  border-radius: 1em;
}
.is-style-sme-speech-right:after {
  content: "Q";
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0.2em;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.is-style-sme-speech-left {
  position: relative;
  padding-left: 50px;
  margin-left: auto;
  min-width: 60%;
  border-radius: 1em;
}
.is-style-sme-speech-left:after {
  content: "A";
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0.4em;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.interviewHead {
  position: relative;
}
.interviewHead .img {
  width: 100%;
}
.interviewHead .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.interviewHead .content {
  background: white;
  margin-left: auto;
  margin-right: 0;
  width: -moz-max-content;
  width: max-content;
  color: #28af98;
  max-width: 70%;
  margin-top: -100px;
  z-index: 1;
  border-radius: 20px 0 0 0;
  position: relative;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .interviewHead .content {
    max-width: 80%;
  }
}
.interviewHead .content .name {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 3vw, 32px);
}
.interviewHead .content .eng {
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.interviewHead .content .tag {
  margin-bottom: 1.5em;
}
.interviewHead .content .tag span {
  font-size: 0.9em;
  padding: 0.2em 1.5em;
  border: 2px solid #28af98;
  border-radius: 999px;
  margin-right: 1em;
}

.is-style-sme-speech-right:before,
.is-style-sme-speech-left:before {
  display: none;
}

.jobBox {
  counter-reset: flow;
  padding-bottom: 100px;
}
.jobBox > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jobBox > div {
    flex-wrap: wrap;
  }
}

.jobWrap > h2 {
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #28af98;
  color: #28af98;
}

.jobItem {
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.15), 0 18px 36px -18px rgba(0, 0, 0, 0.15);
  width: 48%;
  position: relative;
  counter-increment: flow;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jobItem {
    width: 100%;
  }
}
.jobItem:nth-of-type(2n) {
  transform: translateY(80px);
}
@media screen and (max-width: 768px) {
  .jobItem:nth-of-type(2n) {
    transform: translateY(0);
  }
}
.jobItem:nth-of-type(2n-1):before {
  right: 0;
  padding-right: 0.5em;
  text-align: right;
  left: auto;
  background: url(data:image/svg+xml;charset=utf8,%20%20%20%20%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%22200%2C0%200%2C0%20200%2C200%22%20fill%3D%22%2328af98%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fsvg%3E);
}
.jobItem:before {
  content: "0" counter(flow);
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  color: white;
  font-size: 20px;
  line-height: 1;
  padding-top: 0.5em;
  padding-left: 0.5em;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%20%20%20%20%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%220%2C0%20200%2C0%200%2C200%22%20fill%3D%22%2328af98%22%20%2F%3E%0D%0A%20%20%20%20%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.jobItem p:has(em) {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1em;
}
.jobItem p:has(em) em {
  text-align: center;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  color: #28af98;
  display: block;
  line-height: 1;
}
.jobItem h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #28af98;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 24px);
}
.jobItem h2:after {
  display: none;
}
.jobItem p {
  line-height: 1.8;
}
.jobItem .content {
  padding: 2em 2em 1em;
}
.jobItem figure {
  vertical-align: bottom;
  position: relative;
}
.jobItem figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ctaArea {
  height: 400px;
  position: relative;
}
.ctaArea .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ctaArea .text {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 1;
  font-size: clamp(30px, 5vw, 42px);
  text-align: right;
}
.ctaArea .text span {
  padding: 0.2em 1em;
  padding-right: 0;
  background: #28af98;
  color: white;
  display: block;
  margin-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  font-weight: bold;
}
.ctaArea .entryBtn {
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin: 20px;
  background: #28af98;
  color: white;
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  border-radius: 99px;
  font-size: clamp(24px, 3vw, 36px);
  width: 80%;
  max-width: 440px;
  text-align: center;
  padding: 0.5em 0;
  border: 1px solid #eee;
}

#recruitDialog .recruit-dialog-btn {
  width: 48%;
  border: 2px solid #28af98;
  color: #28af98;
  font-weight: bold;
  padding: 1em 0;
}
#recruitDialog .recruit-dialog-content {
  position: relative;
}
#recruitDialog .recruit-dialog-close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#recruitDialog .recruit-dialog-close-btn svg {
  width: 100% !important;
  height: 100% !important;
}

.wp-block-video * {
  opacity: 1;
}

.sliderArea {
  position: relative;
  padding: clamp(40px, 8vw, 80px) 0;
  margin-bottom: 0;
}
.sliderArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sliderArea .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.sliderArea .bg img {
  filter: blur(4px) scale(1.01);
}
.sliderArea .content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 2em;
}
.sliderArea .content * {
  color: white;
  margin: 0;
  padding: 0;
}
.sliderArea .content h2:after {
  display: none;
}
.sliderArea .content em {
  font-family: "sofia pro", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(30px, 6vw, 60px);
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: 0.2em;
}

.is-style-sme-speech-left {
  margin-left: 0;
}

.page-omaezaki {
  background: #fcf7ee;
}

.omaezakiLead {
  padding: clamp(40px, 8vw, 80px) 0;
  position: relative;
}
.omaezakiLead > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .omaezakiLead > div {
    flex-wrap: wrap;
  }
}
.omaezakiLead:before {
  content: "";
  position: absolute;
  right: -10%;
  top: 0;
  width: 300px;
  height: 800px;
  z-index: -1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.3%22%20height%3D%2249.1%22%20viewBox%3D%220%200%2026.3%2049.1%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M7.1-13.2a6.454%2C6.454%2C0%2C0%2C1%2C2.6.53%2C6.828%2C6.828%2C0%2C0%2C1%2C2.13%2C1.44A6.828%2C6.828%2C0%2C0%2C1%2C13.27-9.1a6.454%2C6.454%2C0%2C0%2C1%2C.53%2C2.6%2C6.454%2C6.454%2C0%2C0%2C1-.53%2C2.6%2C6.828%2C6.828%2C0%2C0%2C1-1.44%2C2.13A6.828%2C6.828%2C0%2C0%2C1%2C9.7-.33%2C6.454%2C6.454%2C0%2C0%2C1%2C7.1.2%2C6.454%2C6.454%2C0%2C0%2C1%2C4.5-.33%2C6.828%2C6.828%2C0%2C0%2C1%2C2.37-1.77%2C6.828%2C6.828%2C0%2C0%2C1%2C.93-3.9%2C6.454%2C6.454%2C0%2C0%2C1%2C.4-6.5%2C6.454%2C6.454%2C0%2C0%2C1%2C.93-9.1a6.828%2C6.828%2C0%2C0%2C1%2C1.44-2.13A6.828%2C6.828%2C0%2C0%2C1%2C4.5-12.67%2C6.454%2C6.454%2C0%2C0%2C1%2C7.1-13.2Zm0%2C2.9a3.576%2C3.576%2C0%2C0%2C0-1.46.3%2C3.881%2C3.881%2C0%2C0%2C0-1.19.81A3.881%2C3.881%2C0%2C0%2C0%2C3.64-8a3.576%2C3.576%2C0%2C0%2C0-.3%2C1.46%2C3.576%2C3.576%2C0%2C0%2C0%2C.3%2C1.46%2C3.881%2C3.881%2C0%2C0%2C0%2C.81%2C1.19%2C3.881%2C3.881%2C0%2C0%2C0%2C1.19.81%2C3.576%2C3.576%2C0%2C0%2C0%2C1.46.3%2C3.576%2C3.576%2C0%2C0%2C0%2C1.46-.3%2C3.881%2C3.881%2C0%2C0%2C0%2C1.19-.81%2C3.881%2C3.881%2C0%2C0%2C0%2C.81-1.19%2C3.576%2C3.576%2C0%2C0%2C0%2C.3-1.46A3.576%2C3.576%2C0%2C0%2C0%2C10.56-8a3.881%2C3.881%2C0%2C0%2C0-.81-1.19A3.881%2C3.881%2C0%2C0%2C0%2C8.56-10%2C3.576%2C3.576%2C0%2C0%2C0%2C7.1-10.3ZM17.48-9l.06%2C1.32a3.816%2C3.816%2C0%2C0%2C1%2C1.11-1.01%2C2.878%2C2.878%2C0%2C0%2C1%2C1.51-.39%2C2.8%2C2.8%2C0%2C0%2C1%2C1.54.41%2C3.327%2C3.327%2C0%2C0%2C1%2C1.04%2C1.05A3.533%2C3.533%2C0%2C0%2C1%2C23.9-8.68a3.249%2C3.249%2C0%2C0%2C1%2C1.64-.4%2C3.37%2C3.37%2C0%2C0%2C1%2C1.36.27%2C3.162%2C3.162%2C0%2C0%2C1%2C1.06.74%2C3.458%2C3.458%2C0%2C0%2C1%2C.69%2C1.1%2C3.626%2C3.626%2C0%2C0%2C1%2C.25%2C1.35V0H26.3V-5a1.742%2C1.742%2C0%2C0%2C0-.32-1.07%2C1.165%2C1.165%2C0%2C0%2C0-1-.43%2C1.259%2C1.259%2C0%2C0%2C0-.67.19%2C2.057%2C2.057%2C0%2C0%2C0-.54.48%2C2.139%2C2.139%2C0%2C0%2C0-.35.64%2C2.119%2C2.119%2C0%2C0%2C0-.12.69V0H20.7V-5a1.742%2C1.742%2C0%2C0%2C0-.32-1.07%2C1.165%2C1.165%2C0%2C0%2C0-1-.43%2C1.311%2C1.311%2C0%2C0%2C0-.68.19%2C1.866%2C1.866%2C0%2C0%2C0-.54.48%2C2.483%2C2.483%2C0%2C0%2C0-.35.64%2C1.973%2C1.973%2C0%2C0%2C0-.13.69V0h-2.7V-9ZM29.84-4.5a4.449%2C4.449%2C0%2C0%2C1%2C.36-1.79%2C4.676%2C4.676%2C0%2C0%2C1%2C.99-1.46%2C4.676%2C4.676%2C0%2C0%2C1%2C1.46-.99%2C4.449%2C4.449%2C0%2C0%2C1%2C1.79-.36%2C3.8%2C3.8%2C0%2C0%2C1%2C1.38.24%2C4.24%2C4.24%2C0%2C0%2C1%2C1.14.66l.08-.8h2.3V0h-2.3l-.08-.8a4.24%2C4.24%2C0%2C0%2C1-1.14.66A3.8%2C3.8%2C0%2C0%2C1%2C34.44.1a4.449%2C4.449%2C0%2C0%2C1-1.79-.36%2C4.676%2C4.676%2C0%2C0%2C1-1.46-.99%2C4.676%2C4.676%2C0%2C0%2C1-.99-1.46A4.449%2C4.449%2C0%2C0%2C1%2C29.84-4.5Zm2.6%2C0a1.969%2C1.969%2C0%2C0%2C0%2C.16.79%2C2.2%2C2.2%2C0%2C0%2C0%2C.44.66%2C2.069%2C2.069%2C0%2C0%2C0%2C.67.46%2C2.054%2C2.054%2C0%2C0%2C0%2C.83.17%2C2.034%2C2.034%2C0%2C0%2C0%2C.84-.17%2C2.1%2C2.1%2C0%2C0%2C0%2C.66-.46%2C2.2%2C2.2%2C0%2C0%2C0%2C.44-.66%2C1.969%2C1.969%2C0%2C0%2C0%2C.16-.79%2C1.969%2C1.969%2C0%2C0%2C0-.16-.79%2C2.075%2C2.075%2C0%2C0%2C0-.44-.65%2C2.185%2C2.185%2C0%2C0%2C0-.66-.45%2C2.034%2C2.034%2C0%2C0%2C0-.84-.17%2C2.054%2C2.054%2C0%2C0%2C0-.83.17%2C2.152%2C2.152%2C0%2C0%2C0-.67.45%2C2.075%2C2.075%2C0%2C0%2C0-.44.65A1.969%2C1.969%2C0%2C0%2C0%2C32.44-4.5ZM47.54-.74a3.513%2C3.513%2C0%2C0%2C1-1.24.63A4.989%2C4.989%2C0%2C0%2C1%2C44.9.1a4.471%2C4.471%2C0%2C0%2C1-1.78-.36%2C4.73%2C4.73%2C0%2C0%2C1-1.47-.98%2C4.527%2C4.527%2C0%2C0%2C1-.99-1.46%2C4.471%2C4.471%2C0%2C0%2C1-.36-1.78%2C4.521%2C4.521%2C0%2C0%2C1%2C.36-1.8%2C4.645%2C4.645%2C0%2C0%2C1%2C.99-1.47%2C4.676%2C4.676%2C0%2C0%2C1%2C1.46-.99A4.449%2C4.449%2C0%2C0%2C1%2C44.9-9.1a4.367%2C4.367%2C0%2C0%2C1%2C1.78.37%2C4.7%2C4.7%2C0%2C0%2C1%2C1.47%2C1.01%2C4.765%2C4.765%2C0%2C0%2C1%2C.99%2C1.48%2C4.471%2C4.471%2C0%2C0%2C1%2C.36%2C1.78q0%2C.3-.02.61t-.06.61H43.3a1.63%2C1.63%2C0%2C0%2C0%2C.65.69%2C1.868%2C1.868%2C0%2C0%2C0%2C.93.23%2C2.442%2C2.442%2C0%2C0%2C0%2C.62-.09%2C1.083%2C1.083%2C0%2C0%2C0%2C.54-.31Zm-.78-4.5a2.1%2C2.1%2C0%2C0%2C0-.74-.91A1.908%2C1.908%2C0%2C0%2C0%2C44.9-6.5a1.888%2C1.888%2C0%2C0%2C0-1.12.34%2C2.2%2C2.2%2C0%2C0%2C0-.74.92ZM8%2C13H.4L3.88%2C6.5H.5V4H8.1L4.62%2C10.5H8Zm.42-4.5a4.449%2C4.449%2C0%2C0%2C1%2C.36-1.79%2C4.681%2C4.681%2C0%2C0%2C1%2C2.45-2.45%2C4.449%2C4.449%2C0%2C0%2C1%2C1.79-.36%2C3.8%2C3.8%2C0%2C0%2C1%2C1.38.24%2C4.24%2C4.24%2C0%2C0%2C1%2C1.14.66l.08-.8h2.3v9h-2.3l-.08-.8a4.24%2C4.24%2C0%2C0%2C1-1.14.66%2C3.8%2C3.8%2C0%2C0%2C1-1.38.24%2C4.449%2C4.449%2C0%2C0%2C1-1.79-.36%2C4.682%2C4.682%2C0%2C0%2C1-2.45-2.45A4.449%2C4.449%2C0%2C0%2C1%2C8.42%2C8.5Zm2.6%2C0a1.969%2C1.969%2C0%2C0%2C0%2C.16.79%2C2.2%2C2.2%2C0%2C0%2C0%2C.44.66%2C2.091%2C2.091%2C0%2C0%2C0%2C1.5.63%2C2.034%2C2.034%2C0%2C0%2C0%2C.84-.17%2C2.1%2C2.1%2C0%2C0%2C0%2C.66-.46%2C2.2%2C2.2%2C0%2C0%2C0%2C.44-.66%2C2.03%2C2.03%2C0%2C0%2C0%2C0-1.58%2C2.075%2C2.075%2C0%2C0%2C0-.44-.65%2C2.185%2C2.185%2C0%2C0%2C0-.66-.45%2C2.034%2C2.034%2C0%2C0%2C0-.84-.17%2C2.054%2C2.054%2C0%2C0%2C0-.83.17%2C2.152%2C2.152%2C0%2C0%2C0-.67.45%2C2.075%2C2.075%2C0%2C0%2C0-.44.65A1.969%2C1.969%2C0%2C0%2C0%2C11.02%2C8.5ZM22.18-.2V13h-2.7V-.2ZM25.38%2C4h2.94L25.24%2C8.38%2C28.32%2C13H25.38L22.32%2C8.26ZM29%2C1.5A1.462%2C1.462%2C0%2C0%2C1%2C29.43.44a1.509%2C1.509%2C0%2C0%2C1%2C2.13%2C0A1.445%2C1.445%2C0%2C0%2C1%2C32%2C1.5a1.435%2C1.435%2C0%2C0%2C1-.44%2C1.07A1.5%2C1.5%2C0%2C0%2C1%2C29%2C1.5ZM31.8%2C13H29.2V4h2.6Z%22%20transform%3D%22translate%2813.1%20-0.4%29%20rotate%2890%29%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  background-position: top;
}
.omaezakiLead figure {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .omaezakiLead figure {
    width: 100%;
    margin-bottom: 40px;
  }
}
.omaezakiLead .content {
  width: 42.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .omaezakiLead .content {
    width: 100%;
  }
}
.omaezakiLead .content h2 {
  padding: 0;
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
}
.omaezakiLead .content h2:before {
  display: none;
}
.omaezakiLead .content h2:after {
  display: none;
}/*# sourceMappingURL=style.css.map */