@charset "UTF-8";
.trans {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.fb {
  font-weight: bold;
}
.tac {
  text-align: center;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.bgsc {
  background-size: cover;
}
.inline {
  display: -moz-inline-box;
  display: inline-block;
}
/* WebFonts */
/* 日本語（ZenKakuGothicNew）　*/
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
/* 英語（SourceSans3）　*/
@font-face {
  font-family: "SourceSans3";
  src: url("../fonts/SourceSans3-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../fonts/SourceSans3-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../fonts/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
.jp-normal {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
.jp-medium {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
}
.jp-bold {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.en-medium {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.en-ex-light {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 200;
}
.en-light {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}
/*BASE*/
html,
body {
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
input,
textarea,
select,
button {
  font: inherit;
  font-weight: 400;
}
/*LINK*/
a {
  color: #222222;
  text-decoration: none;
}
a:link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #f1a5a2;
}
a img {
  border: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  border: none;
  opacity: 0.6;
  text-decoration: none;
}
/*LETTER*/
strong {
  font-weight: bold;
}
::selection {
  background: #f1a5a2;
  color: #fff;
}
::-moz-selection {
  background: #f1a5a2;
  color: #fff;
}
/*SLIDER*/
div#sliderbox {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: -1;
}
div#sliderbox h2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
div.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background: url("../img/slider/01.jpg") no-repeat center center;
  background-size: cover;
}
div.bg-video-wrap video {
  width: auto;
  height: 50vh;
  z-index: 1;
}
div.bg-video-wrap div.overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: url("../img/bg/dot.png");
  opacity: 0.1;
}
div.bnbox {
  margin: 0 auto 6%;
}
div.pagebread {
  background: #f0f0e0;
  padding: 12px 6px;
  margin: 0;
  font-size: 77%;
  line-height: 1.6;
  margin: 0 0 4%;
}
div.pagebread.nomargin {
  margin: 0 !important;
}
/*********************** PAGES ***********************/
.single div.pagebody article div.postbody section {
  margin: 0 0 4%;
}
/*GALLERY*/
ul.gallerylist {
  margin: 8% 0 6%;
}
ul.gallerylist li {
  width: 48%;
  float: left;
  margin: 0 4% 4% 0;
}
ul.gallerylist li a {
  text-decoration: none;
}
ul.gallerylist li a article {
  margin: 0;
  position: relative;
}
ul.gallerylist li a article img {
  border-radius: 6px;
  z-index: 1;
}
ul.gallerylist li a article h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 5px;
  color: #333;
  font-size: 85% !important;
  margin: 0 !important;
  z-index: 2;
}
ul.gallerylist li:nth-child(even) {
  margin: 0 0 3.5% 0;
}
/*JOB*/
div.jobheader {
  margin: 0 0 4%;
  background: #ff7bac;
  color: #fff;
}
div.jobheader section:first-child {
  padding: 4%;
}
div.jobheader section:first-child h3 {
  font-size: 138%;
  line-height: 1.6;
  font-weight: bold;
}
div.jobheader section:first-child p {
  line-height: 1.7;
}
ul.imglist {
  margin: 0 0 4%;
}
ul.imglist li {
  float: left;
  width: 33.333%;
}
ul.imglist li img {
  margin: 0 !important;
}
ul.imglist li:first-child {
  float: none;
  width: 100%;
}
div.timetable h4 {
  color: #fff !important;
  background: #ff7bac;
  padding: 10px;
  margin: 0 0 2% !important;
}
div.timetable ul {
  margin: 0 0 4%;
}
div.timetable ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.6;
}
h4.bkttl {
  color: #333 !important;
  font-weight: normal !important;
}
h4.bkttl span.num {
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  background: #ff7bac;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
/*FAQ*/
div.faqbody {
  padding: 8% 6%;
  background: url("../img/bg/faqbody.jpg") no-repeat center center;
  background-size: cover;
}
div.faqbody h3 {
  margin: 0 0 8%;
  font-size: 154%;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: bold;
}
article.faqbox {
  margin: 0 0 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
article.faqbox div {
  width: 25%;
  padding: 0 0 0 2%;
}
article.faqbox div img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
article.faqbox div.postbody {
  width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 4%;
  word-wrap: break-word;
}
article.faqbox div.postbody h4 {
  font-size: 124%;
  margin: 0 0 4%;
  line-height: 1.6;
  color: #ff7bac;
}
article.faqbox div.postbody h4 span {
  font-size: 150%;
  line-height: 1 !important;
}
article.faqbox div.postbody h4:last-child {
  margin: 0;
}
article.faqbox div.postbody p {
  line-height: 1.8;
}
article.faqbox div.postbody p span {
  font-size: 200%;
  line-height: 1 !important;
}
article.faqbox.reverse {
  margin: 0 0 15%;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
article.faqbox.reverse div {
  width: 25%;
  padding: 0 2% 0 0;
}
article.faqbox.reverse div.postbody {
  width: 75%;
  padding: 4%;
}
/*TALK*/
div.talkpanel {
  margin: 0 0 8%;
  padding: 8% 6%;
  background: url("../img/bg/bg.jpg") no-repeat center center;
  background-size: cover;
}
div.talkpanel h3 {
  margin: 0 0 8%;
  font-size: 154%;
  letter-spacing: 1px;
  text-align: center;
}
div.talkpanel ul li {
  margin: 0 0 6%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.talkpanel ul li section:last-child {
  background: #fff;
}
div.talkpanel ul li section:last-child h4 {
  padding: 12px 0;
  font-size: 139%;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
div.talkpanel ul li section:last-child p {
  line-height: 1.7;
  padding: 4%;
}
div.talkpanel ul li:first-child h4 {
  background: #ff7bac;
}
div.talkpanel ul li:nth-child(2) h4 {
  background: #ff931e;
}
div.talkpanel ul li:nth-child(3) h4 {
  background: #3fa9f5;
}
div.talkpanel ul li:last-child {
  margin: 0;
}
div.talkpanel ul li:last-child h4 {
  background: #7ac943;
}
.ke {
  font-weight: bold;
  color: #7ac943;
}
.ns {
  font-weight: bold;
  color: #ff7bac;
}
.pt {
  font-weight: bold;
  color: #ff931e;
}
.cw {
  font-weight: bold;
  color: #3fa9f5;
}
/*RECRUIT*/
div.wardsselect {
  padding: 4%;
  background: #f2f2f2;
  margin: 0 0 6%;
}
div.wardsselect h3 {
  font-size: 124%;
  margin: 0 0 4%;
  font-weight: bold;
  text-align: center;
}
div.wardsselect div {
  position: relative;
}
div.wardsselect div:before {
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 154%;
  content: "\f107";
  font-family: "fontello";
  line-height: 45px;
  pointer-events: none;
}
div.wardsselect select {
  outline: none;
  border: 1px solid #e6e6e6;
  text-indent: 0.5px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 90% !important;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  line-height: 1.7;
  font-weight: bold;
}
div.wardsselect select option {
  background-color: #fff;
  color: #777;
}
div.wardsselect select::-ms-expand {
  display: none;
}
div.wardsselect select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.wardsbox div.postbody {
  margin: 0 0 4%;
}
div.wardsselect {
  padding: 30px;
  margin: 0 0 3%;
}
div.wardsselect h3 {
  font-size: 154%;
  margin: 0 0 2%;
}
div.wardsselect div {
  position: relative;
}
div.wardsselect div:before {
  font-size: 169%;
  line-height: 59px;
}
div.wardsselect select {
  font-size: 124% !important;
  padding: 15px 20px;
}
/*PAGE TABLE*/
table {
  width: 100%;
  line-height: 1.7;
}
table tr {
  width: 100%;
}
table tr th {
  padding: 8px;
  width: 100%;
  display: block;
  text-align: left;
  background: #f2f2f2;
  font-weight: bold;
}
table tr th span {
  font-size: 85%;
}
table tr td {
  padding: 8px 0;
  width: 100%;
  display: block;
}
/*CONTACT*/
table.mailform tr td textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  resize: vertical;
  background: #fff;
  border: 1px solid #777;
}
table.mailform tr td input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
table.mailform tr td input[type="radio"] {
  width: auto;
}
table.mailform tr td input[type="checkbox"] {
  width: auto;
}
span.required {
  background: #ff7bac;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}
div.btnsubmit {
  width: 60%;
  margin: 0 auto;
}
input[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  outline: none;
}
input.soushin {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 6px;
  font-size: 116%;
  border: none;
  background-color: #ff7bac;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
input.soushin:hover {
  background-color: #c5b6a3;
}
input.soushin:active {
  background-color: #f0f0e0;
}
img.ajax-loader {
  float: left;
  width: auto !important;
}
div.privacybox {
  overflow: hidden;
  overflow-y: scroll;
  padding: 2%;
  border: 1px solid #ccc;
  height: 200px;
}
/*1028追記*/
.lineBnr {
  position: fixed;
  bottom: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
}
.lineBnr a {
  display: block;
  background: #ff7bac;
  padding: 22px;
  color: #fff;
  font-weight: bold;
}
.movieBox {
  width: 80%;
  margin: 30px auto 0;
}
.work {
  margin-bottom: 30px;
  text-align: center;
}
.work ul li a {
  text-decoration: none;
  color: #222;
}
.work ul li img {
  margin-bottom: 20px;
}
.work ul li p {
  font-size: 16px;
  line-height: 1.5;
}
/************************ MAP ************************/
.ggmap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 100%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#jobbox {
  padding-top: 60px;
  margin-top: -60px;
}
#tour {
  padding-top: 60px;
  margin-top: -60px;
}
/********************************************************************************************************/
/************************ PC ****************************************************************************/
/********************************************************************************************************/
@media (min-width: 769px) {
  nav#spmenu {
    display: none;
  }
  .sp {
    display: none;
  }
  .leftbox {
    padding-right: 4%;
  }
  .rightbox {
    padding-left: 4%;
  }
  .leftboxs {
    padding-right: 2%;
  }
  .rightboxs {
    padding-left: 2%;
  }
  /*1028追記*/
  .lineBnr {
    position: fixed;
    right: 0;
    top: 40%;
    background: #fff;
    width: auto;
    bottom: unset;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 9999;
    text-orientation: upright;
    font-weight: bold;
    border-top: 10px solid #ff7bac;
    box-sizing: border-box;
    box-shadow: -2px 2px 2px #eee;
  }
  .lineBnr a {
    display: block;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    color: #222;
  }
  .movieBox {
    width: 1120px;
    margin: 50px auto 0;
  }
  .work {
    margin-bottom: 50px;
    text-align: center;
  }
  .work ul li {
    padding: 0 10px;
  }
  /*SLIDER*/
  div#sliderbox {
    height: 100vh;
    top: 0px;
  }
  div#sliderbox h2 {
    width: 60%;
  }
  div.bg-video-wrap {
    height: 100vh;
  }
  div.bg-video-wrap video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100vh;
  }
  div.bg-video-wrap div.overlay {
    height: 100vh;
  }
  /*TOP COMMON*/
  h2.topttl {
    font-size: 300%;
    padding: 0 0 0 40px;
    margin: 0 0 40px;
    background-size: 26.7px 28px;
  }
  div.topbtn {
    font-size: 169%;
    width: 60%;
    margin: 0 auto;
  }
  div.topbtn a {
    display: block;
    padding: 36px 20px;
  }
  div.bnbox {
    margin: 0 auto 80px;
  }
  .page-job01 section.pagetitle {
    background: url("../img/bg/page/job.jpg") no-repeat center top;
    background-size: cover;
  }
  .page-job02 section.pagetitle {
    background: url("../img/bg/page/job.jpg") no-repeat center top;
    background-size: cover;
  }
  .page-job03 section.pagetitle {
    background: url("../img/bg/page/job.jpg") no-repeat center top;
    background-size: cover;
  }
  div.pagebread {
    padding: 20px 0;
    font-size: 100%;
    margin: 0 0 40px;
  }
  div.pagebread.nomargin {
    margin: 0 !important;
  }
  /*********************** PAGES ***********************/
  div.pagebody {
    padding: 0;
  }
  /*GALLERY*/
  ul.gallerylist {
    margin: 6% 0 2%;
  }
  ul.gallerylist li {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  ul.gallerylist li a article h3 {
    padding: 10px;
    font-size: 100% !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
  }
  ul.gallerylist li:nth-child(even) {
    margin: 0 3.5% 3.5% 0;
  }
  ul.gallerylist li:nth-child(3n) {
    margin: 0 0 3.5% 0;
  }
  /*JOB*/
  div.jobheader {
    margin: 80px 0 40px;
  }
  div.jobheader section:first-child {
    padding: 60px;
  }
  div.jobheader section:first-child h3 {
    font-size: 182%;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }
  div.jobheader section:first-child p {
    font-size: 124%;
  }
  ul.imglist {
    margin: 0;
  }
  div.timetable h4 {
    padding: 15px;
  }
  div.timetable ul {
    margin: 0;
  }
  div.timetable ul li {
    padding: 15px 10px;
  }
  h4.bkttl {
    text-align: center;
    margin: 0 0 20px !important;
  }
  /*FAQ*/
  div.faqbody {
    padding: 80px 0;
    background-attachment: fixed;
  }
  div.faqbody h3 {
    margin: 0 0 80px;
    font-size: 220%;
    letter-spacing: 3px;
    text-align: center;
  }
  article.faqbox {
    width: 85%;
    margin: 0 0 0 15%;
  }
  article.faqbox div.postbody {
    padding: 30px;
  }
  article.faqbox div.postbody h4 {
    font-size: 169%;
    margin: 0;
  }
  article.faqbox div.postbody h4 span {
    font-size: 180%;
  }
  article.faqbox div.postbody p {
    font-size: 116%;
  }
  article.faqbox div.postbody p span {
    font-size: 270%;
  }
  article.faqbox.reverse {
    margin: 0 15% 60px 0;
  }
  /*TALK*/
  div.talkpanel {
    margin: 0 0 80px;
    padding: 80px 0;
  }
  div.talkpanel h3 {
    margin: 0 0 80px;
    font-size: 200%;
    letter-spacing: 5px;
  }
  div.talkpanel ul li {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
  }
  div.talkpanel ul li section:last-child {
    background: #fff;
  }
  div.talkpanel ul li section:last-child h4 {
    padding: 20px 0;
    font-size: 154%;
    letter-spacing: 2px;
  }
  div.talkpanel ul li section:last-child p {
    font-size: 116%;
  }
  div.talkpanel ul li:nth-child(even) {
    margin: 0 0 4% 0;
  }
  /*SURVEY*/
  ul.pointlist {
    font-size: 108%;
  }
  ul.pointlist li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  /*PAGENATION*/
  div.pagenation {
    font-size: 116%;
    margin: 0;
  }
  div.pagenation div.back {
    width: 50%;
    margin: 0 auto;
  }
  /*CONTACT*/
  table.mailform tr td {
    padding: 20px;
  }
  table.mailform tr td textarea {
    border: 1px solid #ddd;
  }
  div.btnsubmit {
    width: 50%;
    margin: 0 auto;
  }
  input.soushin {
    height: 60px;
    line-height: 60px;
  }
  #jobbox {
    padding-top: 130px;
    margin-top: -130px;
  }
  #tour {
    padding-top: 130px;
    margin-top: -130px;
  }
  /************************ MAP ************************/
  .ggmap {
    padding-bottom: 50%;
  }
}
/************************ SP ************************/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .spmb {
    margin-bottom: 4%;
  }
  img.width50 {
    width: 50%;
    margin: 0 auto 15px !important;
    display: block;
  }
}
/*-----------------------------------------------------
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
/* New Page用color */
.white {
  color: #fff;
}
/* グローバルに適用する場合 */
* {
  -webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #222222;
  width: 100%;
  background-color: rgba(241, 165, 162, 0.35);
  line-height: 1.5;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 900px) {
  body {
    width: 100%;
  }
}
h2,
h3 {
  margin: 0;
}
h3.borderttl {
  border-top: #22222253 1px solid;
  border-bottom: #22222253 1px solid;
  padding: 1em 0;
  font-size: 24px;
  color: #f1a5a2;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  h3.borderttl {
    font-size: clamp(18px, 5.33vw, 20px);
  }
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #f1a5a2;
  border-radius: 4px;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}
@media (min-width: 769px) {
  br.sp {
    display: none;
  }
}
/* font-size 基準（PC:1380px SP:375px）*/
.fs-11 {
  font-size: 0.8vw;
}
@media (max-width: 768px) {
  .fs-11 {
    font-size: 2.93vw;
  }
}
@media (min-width: 1380px) {
  .fs-11 {
    font-size: 11px;
  }
}
.fs-12 {
  font-size: 0.87vw;
}
@media (max-width: 768px) {
  .fs-12 {
    font-size: 3.2vw;
  }
}
@media (min-width: 1380px) {
  .fs-12 {
    font-size: 12px;
  }
}
.fs-14 {
  font-size: 1.01vw;
}
@media (max-width: 768px) {
  .fs-14 {
    font-size: 3.73vw;
  }
}
@media (min-width: 1380px) {
  .fs-14 {
    font-size: 14px;
  }
}
.fs-16 {
  font-size: 1.16vw;
}
@media (max-width: 768px) {
  .fs-16 {
    font-size: 4.24vw;
  }
}
@media (min-width: 1380px) {
  .fs-16 {
    font-size: 16px;
  }
}
.fs-18 {
  font-size: 1.3vw;
}
@media (max-width: 768px) {
  .fs-18 {
    font-size: 4.8vw;
  }
}
@media (min-width: 1380px) {
  .fs-18 {
    font-size: 18px;
  }
}
.fs-20 {
  font-size: 1.45vw;
}
@media (max-width: 768px) {
  .fs-20 {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  .fs-20 {
    font-size: 20px;
  }
}
.fs-22 {
  font-size: 1.59vw;
}
@media (max-width: 768px) {
  .fs-22 {
    font-size: 5.87vw;
  }
}
@media (min-width: 1380px) {
  .fs-22 {
    font-size: 22px;
  }
}
.fs-24 {
  font-size: 1.74vw;
}
@media (max-width: 768px) {
  .fs-24 {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  .fs-24 {
    font-size: 24px;
  }
}
.fs-26 {
  font-size: 1.88vw;
}
@media (max-width: 768px) {
  .fs-26 {
    font-size: 6.93vw;
  }
}
@media (min-width: 1380px) {
  .fs-26 {
    font-size: 26px;
  }
}
.fs-28 {
  font-size: 2.03vw;
}
@media (max-width: 768px) {
  .fs-28 {
    font-size: 7.47vw;
  }
}
@media (min-width: 1380px) {
  .fs-28 {
    font-size: 28px;
  }
}
.fs-30 {
  font-size: 2.17vw;
}
@media (max-width: 768px) {
  .fs-30 {
    font-size: 8vw;
  }
}
@media (min-width: 1380px) {
  .fs-30 {
    font-size: 30px;
  }
}
.fs-38 {
  font-size: 2.75vw;
}
@media (max-width: 768px) {
  .fs-38 {
    font-size: 10.1vw;
  }
}
@media (min-width: 1380px) {
  .fs-38 {
    font-size: 38px;
  }
}
.fs-50 {
  font-size: 3.72vw;
}
@media (max-width: 768px) {
  .fs-50 {
    font-size: 13.33vw;
  }
}
@media (min-width: 1380px) {
  .fs-50 {
    font-size: 50px;
  }
}
.fs-70 {
  font-size: 5.07vw;
}
@media (max-width: 768px) {
  .fs-70 {
    font-size: 18.67vw;
  }
}
@media (min-width: 1380px) {
  .fs-70 {
    font-size: 70px;
  }
}
/* arrow after */
main {
  padding-top: 100px;
  background-color: rgba(241, 165, 162, 0.35);
}
@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}
/* ヘッダー */
header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
}
header div.header-wrap {
  position: absolute;
  top: 30px;
  left: 34px;
  max-width: 500px;
  width: 50%;
  height: 39px;
  display: flex;
  align-items: center;
}
header div.header-wrap h1 {
  width: 100%;
}
header div.header-wrap h1 a img {
  display: block;
}
header div.menu-btn {
  position: absolute;
  top: 30px;
  right: 37px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  transition: transform 0.3s ease;
}
header div.menu-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #898989;
}
@media (hover: hover) and (pointer: fine) {
  header div.menu-btn:hover span {
    height: 2px;
  }
}
header .active {
  transform: rotate(-90deg);
}
header nav.main-menu {
  display: none;
  position: absolute;
  top: 100px;
  right: 0px;
  background-color: #fff;
  font-size: 20px;
  line-height: 2.5em;
  width: 375px;
}
header nav.main-menu ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}
header nav.main-menu ul li a {
  display: block;
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header {
    height: 50px;
  }
  header div.header-wrap {
    width: 100%;
    top: 7px;
    left: 16px;
  }
  header div.header-wrap h1 {
    width: 290px;
  }
  header div.menu-btn {
    width: 28px;
    height: 28px;
    top: 11px;
    right: 16px;
  }
  header nav.main-menu {
    top: 50px;
    width: 100%;
    font-size: 18px;
  }
  header nav.main-menu ul {
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 0;
  }
  header nav.main-menu ul li {
    width: 50%;
    border-bottom: 1px solid rgba(241, 165, 162, 0.35);
    box-sizing: border-box;
  }
  header nav.main-menu ul li:nth-child(odd) {
    border-right: 1px solid rgba(241, 165, 162, 0.35);
  }
  header nav.main-menu ul li.sp {
    background-color: rgba(241, 165, 162, 0.35);
  }
}
@media (max-width: 375px) {
  header nav.main-menu {
    width: 100%;
  }
}
div.header-link {
  position: absolute;
  top: 35px;
  right: 75px;
}
div.header-link nav ul {
  display: flex;
  align-items: center;
}
div.header-link nav ul li {
  margin-right: 2em;
  display: flex;
  align-items: center;
  height: 30px;
}
div.header-link nav ul li a {
  font-size: 1.16vw;
}
@media (max-width: 768px) {
  div.header-link nav ul li a {
    font-size: 4.24vw;
  }
}
@media (min-width: 1380px) {
  div.header-link nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  div.header-link nav ul li:last-child {
    display: none;
  }
}
ul.sns-btn {
  display: flex;
  padding: 0;
}
ul.sns-btn li:first-child,
ul.sns-btn li:nth-child(2) {
  margin-right: 1em;
}
ul.sns-btn li:last-child {
  margin-right: 0;
}
ul.sns-btn li img {
  width: 25px;
}
ul.sns-btn li:first-child a {
  position: relative;
}
ul.sns-btn li:first-child a::after {
  content: "LINEでお問い合わせ";
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  background: #f1a5a2;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  line-height: 2;
}
ul.sns-btn li:first-child a:hover::after {
  opacity: 1;
}
/* フッター */
footer {
  padding-bottom: 1em;
}
footer div.footer-nav {
  margin: 110px auto 70px;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  line-height: 3.5em;
}
footer div.footer-nav ul.recruit-nav {
  font-size: 16px;
}
footer div.footer-nav ul.page-nav {
  font-size: 24px;
  width: 50%;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
footer div.footer-logo {
  max-width: 900px;
  margin: 0 auto;
}
footer div.footer-logo h5 {
  width: 620px;
}
footer div.footer-logo h5 img.logo-sp2 {
  width: 27vw;
  margin-top: 1em;
}
footer div.footer-logo address {
  margin: 1em 0 5em;
  font-size: 16px;
  font-style: normal;
}
footer div.footer-logo div.copyright small {
  font-size: 12px;
}
@media (min-width: 769px) and (max-width: 950px) {
  footer div.footer-nav,
  footer div.footer-logo {
    padding: 0 1em;
  }
}
@media (max-width: 768px) {
  footer div.footer-nav {
    padding: 65px 11% 50px;
    flex-direction: column;
    margin-top: 0;
  }
  footer ul.sns-btn {
    display: none;
  }
  footer div.footer-logo {
    width: 100%;
  }
  footer div.footer-logo h5 {
    margin: 0 11%;
    width: 78%;
  }
  footer div.footer-logo address {
    font-size: 14px;
    margin-left: 11%;
  }
  footer div.footer-logo div.copyright {
    margin-left: 11%;
    padding-bottom: 80px;
  }
}
/* SP用CTAボタン */
div.entry-bnr {
  position: fixed;
  bottom: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 70px;
  display: flex;
}
div.entry-bnr div.sns-btn-wrapper {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5b5b4;
}
div.entry-bnr div.cta-btn {
  background-color: #f1a5a2;
  width: 45%;
  height: 100%;
}
div.entry-bnr div.cta-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 70px;
  letter-spacing: 1.4px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
div.entry-bnr div.cta-btn a:active {
  font-size: 26px;
}
div.entry-bnr li.line-icon-wrapper {
  position: relative;
}
div.entry-bnr li.line-icon-wrapper div.line-bubble-wrapper {
  position: absolute;
  top: -42px;
  left: -15px;
  width: 130px;
}
div.entry-bnr li.line-icon-wrapper div.line-bubble-wrapper div.line-bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #f1a5a2;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #f1a5a2;
}
div.entry-bnr li.line-icon-wrapper div.line-bubble-wrapper div.line-bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #f1a5a2 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
div.entry-bnr li.line-icon-wrapper div.line-bubble-wrapper div.line-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 7.6px 7.6px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.2px) 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
@media (min-width: 769px) {
  div.entry-bnr {
    display: none;
  }
}
/* PC用CTAボタン */
a.entry-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 150px;
  height: 150px;
  background-color: #f1a5a2;
  color: #fff;
  font-size: 34px;
  text-align: center;
  line-height: 150px;
  letter-spacing: 1.7px;
  border-radius: 50%;
  box-shadow: 5px 5px 20px #22222253;
  /*	transition: transform 0.3s, box-shadow 0.3s;*/
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  text-decoration: none;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a.entry-button:hover {
  /*	transform: scale(1.05); */
  filter: brightness(95%);
}
a.entry-button:active {
  /*	transform: scale(0.95); */
  transform: translateY(2px);
  box-shadow: 2px 2px 10px #22222253;
}
@media (max-width: 768px) {
  a.entry-button {
    display: none;
  }
}
a.entry-button.show {
  opacity: 1;
  pointer-events: auto;
}
/* スクロールガイド */
div.scroll-area {
  position: relative;
}
div.scroll-area .scroll-guide {
  position: absolute;
  top: 47vw;
  right: 9.5vw;
  transform: rotate(90deg);
  display: flex;
  align-items: flex-end;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.88vw;
  line-height: 1;
  z-index: 3;
  opacity: 0;
  animation: fvFadeInScroll 2s ease-out forwards;
  animation-delay: 2.5s;
}
div.scroll-area .scroll-guide .scroll-label {
  margin-right: 0.2em;
}
div.scroll-area .scroll-guide .scroll-arrow {
  width: 8vw;
  height: auto;
  overflow: visible;
}
div.scroll-area .scroll-guide .scroll-arrow .line-group {
  transform-origin: left center;
  animation: lineScale 1.6s ease-in-out infinite;
}
div.scroll-area .scroll-guide .scroll-arrow .line {
  stroke: #000;
  stroke-width: 1;
}
div.scroll-area .scroll-guide .scroll-arrow .arrow {
  stroke: #000;
  stroke-width: 1;
  fill: none;
  transform: translateX(85px);
  animation: arrowFollow 1.6s ease-in-out infinite;
}
@media (max-width: 768px) {
  div.scroll-area .scroll-guide {
    display: none;
  }
}
@keyframes fvFadeInScroll {
  to {
    opacity: 1;
  }
}
@keyframes lineScale {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.6);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes arrowFollow {
  0% {
    transform: translateX(85px);
  }
  50% {
    transform: translateX(calc(85px * 1.6));
  }
  100% {
    transform: translateX(85px);
  }
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.fade-wrap {
  overflow: hidden;
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.delay-500 {
  transition-delay: 0.5s;
}
.delay-1000 {
  transition-delay: 1s;
}
div.pagebtn ul li {
  margin: 0 0 4%;
  /*	a:after {
				font-family: "dashicons";
				content: "\f345";
			}*/
}
div.pagebtn ul li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 15px;
  border: 1px solid #f1a5a2;
  background: #fff;
  border-radius: 6px;
}
div.pagebtn ul li a span {
  vertical-align: middle;
  font-size: 3.73vw;
}
div.pagebtn ul li a span.wf {
  font-size: 154%;
}
div.pagebtn ul li a:link {
  color: #f1a5a2;
  text-decoration: none;
}
div.pagebtn ul li a:visited {
  color: #f1a5a2;
  text-decoration: none;
}
div.pagebtn ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #f1a5a2;
}
div.pagebtn ul li a:active {
  color: #fff;
  text-decoration: none;
  transform: scale(0.97) translateY(2px);
}
@media (min-width: 769px) {
  div.pagebtn ul li {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
  }
  div.pagebtn ul li a {
    padding: 15px;
  }
  div.pagebtn ul li a span {
    font-size: 1.3vw;
  }
  div.pagebtn ul li.w100 {
    float: none;
    width: 100%;
  }
  div.pagebtn ul li:last-child {
    margin: 0 0 4%;
  }
}
/* トップへ戻るボタン */
.back-to-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 40px;
  right: 204px;
  z-index: 3;
  background-color: #ffffff;
  color: #f1a5a2;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  outline: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 164px;
    right: 20px;
  }
}
.back-to-top:hover {
  background-color: #f9f9f9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
/* トップへ戻るボタン表示用クラス */
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
}
/* トップページ */
@keyframes fvFadeIn {
  to {
    opacity: 1;
    /*		transform: translateY(0); */
  }
}
@keyframes FvFadeInPhoto {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes FvFadeInPhotoSp {
  0% {
    opacity: 0;
    transform: scale(1.55);
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
body.home {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
body.home main {
  max-width: none;
  background-color: rgba(241, 165, 162, 0.35);
  /* スライダー */
}
body.home main div.top-fv {
  width: 100%;
  height: auto;
  position: relative;
}
body.home main div.top-fv div.fv-img-wrapper {
  margin-left: 17.39vw;
  overflow: hidden;
}
body.home main div.top-fv div.fv-img-wrapper img {
  opacity: 0;
  object-position: 7vw 0;
  animation: FvFadeInPhoto 2s ease-out forwards;
}
body.home main div.top-fv div.fv-txt-wrapper {
  position: absolute;
  left: 5.69vw;
  top: 19vw;
  color: #222222;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  opacity: 0;
  animation: fvFadeIn 2s ease-in-out 0.5s forwards;
}
body.home main div.top-fv div.fv-txt-wrapper h2 {
  font-size: 5.5vw;
  letter-spacing: -5px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  margin-left: -3.48vw;
  margin-bottom: 3vw;
}
body.home main div.top-fv div.fv-txt-wrapper h3 {
  font-size: 2.5vw;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.home main div.top-fv div.fv-txt-wrapper h4 {
  font-size: 1.4vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  margin-top: 0;
}
body.home main div.top-fv div.fv-txt-wrapper p {
  font-size: 1.3vw;
  font-weight: 500;
}
@media (max-width: 768px) {
  body.home main div.top-fv div.fv-txt-wrapper p {
    font-size: 4.8vw;
  }
}
@media (min-width: 1380px) {
  body.home main div.top-fv div.fv-txt-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.home main div.top-fv {
    height: 126vw;
  }
  body.home main div.top-fv div.fv-img-wrapper {
    width: 100%;
    height: 80.94vw;
    margin-left: 0;
  }
  body.home main div.top-fv div.fv-img-wrapper img {
    padding-left: 0;
    width: 100%;
    object-position: -8vw 6vw;
    animation: FvFadeInPhotoSp 2s ease-out forwards;
  }
  body.home main div.top-fv div.fv-txt-wrapper {
    top: 63vw;
    left: 0vw;
  }
  body.home main div.top-fv div.fv-txt-wrapper h2 {
    font-size: 12.1vw;
    text-align: center;
  }
  body.home main div.top-fv div.fv-txt-wrapper h3 {
    font-size: 9vw;
    text-align: center;
  }
  body.home main div.top-fv div.fv-txt-wrapper h4 {
    font-size: 4.6vw;
    margin-left: 6vw;
  }
  body.home main div.top-fv div.fv-txt-wrapper p {
    font-size: 4.27vw;
    margin: 0 6vw;
  }
}
body.home main section {
  position: relative;
}
body.home main section h2 {
  font-size: 18vw;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 200;
  color: #ffffff50;
}
body.home main section div.content-box {
  position: absolute;
  width: 65.2%;
  margin: 0 17.4%;
  max-width: 900px;
}
body.home main section div.content-box div.top-subttl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.home main section div.content-box div.top-subttl-wrapper div.page-link {
  text-align: right;
}
body.home main section div.content-box div.top-subttl-wrapper div.page-link a {
  font-size: 0.8vw;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 1em;
  position: relative;
}
@media (max-width: 768px) {
  body.home main section div.content-box div.top-subttl-wrapper div.page-link a {
    font-size: 2.93vw;
  }
}
@media (min-width: 1380px) {
  body.home main section div.content-box div.top-subttl-wrapper div.page-link a {
    font-size: 11px;
  }
}
body.home main section div.content-box div.top-subttl-wrapper div.page-link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #333;
  position: relative;
  top: -2px;
}
body.home main section div.content-box div.top-subttl-wrapper div.page-link:active {
  transform: translateY(3px);
}
body.home main section div.content-box div.top-subttl {
  text-align: left;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.17vw;
  line-height: 2em;
  color: #222222;
}
@media (max-width: 768px) {
  body.home main section div.content-box div.top-subttl {
    font-size: 8vw;
  }
}
@media (min-width: 1380px) {
  body.home main section div.content-box div.top-subttl {
    font-size: 30px;
  }
}
body.home main section div.content-box div.content-box-inner {
  display: flex;
}
@media (max-width: 768px) {
  body.home main section h2 {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
  body.home main section div.content-box {
    margin: 0;
    width: 100%;
  }
  body.home main section div.content-box div.top-subttl {
    font-size: 5vw;
    margin-left: 1em;
  }
  body.home main section div.content-box div.top-subttl-wrapper div.page-link {
    margin-right: 1em;
  }
}
body.home main section.top-news h2 {
  margin-bottom: 12vw;
}
body.home main section.top-news div.content-box {
  top: 13vw;
}
@media (max-width: 768px) {
  body.home main section.top-news h2 {
    margin-top: 0.5em;
    margin-bottom: 4.5em;
  }
  body.home main section.top-news div.content-box {
    top: 8vw;
  }
  body.home main section.top-news div.content-box ul.top-slider p {
    font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
  }
}
body.home main section.top-message h2 {
  text-align: right;
  margin-bottom: 12vw;
}
body.home main section.top-message div.content-box {
  top: 14vw;
}
body.home main section.top-message div.content-box div.content-box-inner figure {
  width: 13.3vw;
  margin-right: 4%;
}
body.home main section.top-message div.content-box div.content-box-inner figure img {
  width: 100%;
  height: 18.48vw;
  object-fit: cover;
}
body.home main section.top-message div.content-box div.content-box-inner div {
  width: 75%;
}
body.home main section.top-message div.content-box div.content-box-inner div h3 {
  margin: 0;
  font-size: 2.17vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
body.home main section.top-message div.content-box div.content-box-inner div p {
  font-size: 1.16vw;
}
body.home main section.top-message div.content-box div.content-box-inner div div {
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.home main section.top-message div.content-box div.content-box-inner div div h4 {
  margin: 0;
  font-size: 1.74vw;
  color: #f1a5a2;
}
body.home main section.top-message div.content-box div.content-box-inner div div a {
  display: block;
  background-color: #f1a5a2;
  color: #fff;
  font-size: 1.59vw;
  padding: 0.3em 2.5em;
  position: relative;
}
body.home main section.top-message div.content-box div.content-box-inner div div a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #fff;
  position: relative;
  top: -2px;
}
body.home main section.top-message div.content-box div.content-box-inner div div a:active {
  transform: scale(0.97) translateY(2px);
}
@media (max-width: 768px) {
  body.home main section.top-message h2 {
    margin-bottom: 12em;
  }
  body.home main section.top-message div.page-link {
    margin-right: 25% !important;
  }
  body.home main section.top-message div.content-box {
    top: 17vw;
  }
  body.home main section.top-message div.content-box div.content-box-inner {
    flex-direction: column;
    align-items: center;
  }
  body.home main section.top-message div.content-box div.content-box-inner figure {
    width: 49.1vw;
    padding: 0;
  }
  body.home main section.top-message div.content-box div.content-box-inner figure img {
    height: 68vw;
  }
  body.home main section.top-message div.content-box div.content-box-inner div {
    width: 90%;
  }
  body.home main section.top-message div.content-box div.content-box-inner div h3 {
    font-size: 7vw;
    text-align: center;
  }
  body.home main section.top-message div.content-box div.content-box-inner div p {
    font-size: 4.27vw;
  }
  body.home main section.top-message div.content-box div.content-box-inner div div {
    flex-direction: column;
    align-items: center;
  }
  body.home main section.top-message div.content-box div.content-box-inner div div h4 {
    font-size: 5.4vw;
    margin-bottom: 0.8em;
  }
  body.home main section.top-message div.content-box div.content-box-inner div div a {
    font-size: 5.4vw;
  }
}
@media (min-width: 1380px) {
  body.home main section.top-message div.content-box div.content-box-inner div div h4 {
    font-size: 24px;
  }
  body.home main section.top-message div.content-box div.content-box-inner div div a {
    font-size: 21px;
  }
}
body.home main section.top-interview h2 {
  text-align: center;
  margin-bottom: 9vw;
}
body.home main section.top-interview div.content-box {
  top: 13vw;
  align-items: stretch;
  z-index: 1;
}
body.home main section.top-interview div.content-box ul.top-slider div div.slick-track {
  /*	gap: 0.8%; /* ４つ以上になる場合はgapを消す */
  /*	p {
								margin: 0;
								padding: 0.5em 1em 1em;
								.jp-medium;
								font-size: 1.16vw;
							} */
}
body.home main section.top-interview div.content-box ul.top-slider div div.slick-track li.slick-slide {
  height: auto;
}
body.home main section.top-interview div.content-box ul.top-slider div div.slick-track a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.home main section.top-interview div.content-box ul.top-slider div div.slick-track h3 {
  color: #f1a5a2;
  padding: 1em;
  /*	margin: 1em 0 0;*/
  font-size: 1.16vw;
}
@media (max-width: 768px) {
  body.home main section.top-interview div.content-box ul.top-slider div div.slick-track h3 {
    font-size: 4.24vw;
  }
}
@media (min-width: 1380px) {
  body.home main section.top-interview div.content-box ul.top-slider div div.slick-track h3 {
    font-size: 16px;
  }
}
body.home main section.top-interview div.content-box ul.top-slider div div.slick-track h3:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  body.home main section.top-interview h2 {
    margin-bottom: 62vw;
  }
  body.home main section.top-interview div.content-box {
    top: 7vw;
  }
  body.home main section.top-interview div.content-box ul.top-slider div div.slick-track {
    gap: 0.2%;
  }
}
body.home main img.bg-img-1 {
  width: 92%;
  height: 40vw;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  body.home main img.bg-img-1 {
    width: 100%;
    height: 54vw;
  }
}
body.home main section.top-hospital-tour h2 {
  margin-top: -4vw;
  margin-bottom: 20vw;
  line-height: 0.8;
}
body.home main section.top-hospital-tour div.content-box {
  top: 21vw;
  align-items: stretch;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner {
  justify-content: space-between;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner h3 {
  font-size: 1.59vw;
  margin-top: 1.5em;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner a {
  width: 50%;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link {
  position: relative;
  width: auto;
  height: auto;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link img {
  width: 100%;
  height: 18.4vw;
  object-fit: cover;
  filter: brightness(0.4);
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link h3 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link i {
  width: 3.62vw;
  height: 3.62vw;
  font-size: 3.62vw;
  color: #fff;
  background-color: #f1a5a2;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link {
  width: 50%;
  background-color: #fff;
  text-align: center;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link h3 {
  margin-bottom: 0;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link p {
  line-height: 1.5em;
  margin: 0.7em 0 1.1em;
  font-size: 1.3vw;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a {
  display: block;
  width: 65%;
  line-height: 2.3em;
  background-color: #f1a5a2;
  color: #fff;
  font-size: 1.45vw;
  margin: 0 auto;
  position: relative;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #fff;
  position: relative;
  top: -2px;
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a:active {
  transform: scale(0.97) translateY(2px);
}
body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a:hover {
  filter: brightness(95%);
}
@media (max-width: 768px) {
  body.home main section.top-hospital-tour h2 {
    margin-top: 1.8em;
    margin-bottom: 7.5em;
  }
  body.home main section.top-hospital-tour div.content-box {
    top: 14vw;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner {
    flex-direction: column;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner h3 {
    font-size: 4.8vw;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner a,
  body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link {
    width: 100%;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link img {
    height: 56.3vw;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner a div.online-tour-link i {
    width: 12vw;
    height: 12vw;
    font-size: 12vw;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link p,
  body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a {
    font-size: 4.27vw;
  }
  body.home main section.top-hospital-tour div.content-box div.content-box-inner div.hospital-tour-link a {
    margin-bottom: 1em;
  }
}
body.home main section.top-about h2 {
  text-align: right;
  margin-bottom: 13vw;
}
body.home main section.top-about div.content-box {
  top: 12vw;
}
body.home main section.top-about div.content-box div.content-box-inner {
  text-align: center;
  height: 18.3vw;
}
body.home main section.top-about div.content-box div.content-box-inner a {
  width: 50%;
  font-size: 1.58vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
body.home main section.top-about div.content-box div.content-box-inner a p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
body.home main section.top-about div.content-box div.content-box-inner a:first-child p {
  background-color: #f1a5a2;
  color: #fff;
}
body.home main section.top-about div.content-box div.content-box-inner a:first-child p:hover {
  opacity: 0.5;
}
body.home main section.top-about div.content-box div.content-box-inner a:last-child {
  position: relative;
  background-color: #fff;
}
body.home main section.top-about div.content-box div.content-box-inner a:last-child img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home main section.top-about div.content-box div.content-box-inner a:last-child p {
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  body.home main section.top-about h2 {
    margin-bottom: 8em;
  }
  body.home main section.top-about div.content-box {
    top: 7vw;
  }
  body.home main section.top-about div.content-box div.content-box-inner {
    height: 100%;
    flex-direction: column;
  }
  body.home main section.top-about div.content-box div.content-box-inner a {
    width: 100%;
    height: 56.27vw;
    font-size: 4.8vw;
    /*	p {
								margin: 17.5vw 0;
							}
							&:last-child {
								p {
									margin: 17.5vw 6.8%;
								}
							} */
  }
}
body.home main section.top-introduct h2 {
  text-align: center;
  margin-bottom: 1vw;
}
body.home main section.top-introduct div.content-box {
  top: 13vw;
  align-items: stretch;
  z-index: 1;
}
body.home main section.top-introduct div.content-box ul.top-slider div div.slick-track {
  gap: 0.8%;
}
body.home main section.top-introduct div.content-box ul.top-slider div div.slick-track li.slick-slide {
  height: auto;
}
body.home main section.top-introduct div.content-box ul.top-slider a {
  background-color: #f1a5a2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
body.home main section.top-introduct div.content-box ul.top-slider a h3 {
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5em 0 0;
  font-size: 1.74vw;
}
body.home main section.top-introduct div.content-box ul.top-slider a p {
  margin: 0;
  height: 8vw;
  font-size: 1.16vw;
  padding-bottom: 0.5em;
}
body.home main section.top-introduct div.content-box ul.top-slider a p.p-careworker {
  padding: 0 0.25em 0.5em;
  color: #fff;
  font-weight: 400;
}
body.home main section.top-introduct div.content-box ul.top-slider a p.p-therapist {
  padding: 0.5em 1em 0;
}
body.home main section.top-introduct div.content-box ul.top-slider a h4 {
  background-color: #fff;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 2em 1em 0.5em;
  margin-bottom: 0;
  font-size: 1.16vw;
}
body.home main section.top-introduct div.content-box ul.top-slider a img {
  position: absolute;
  height: auto;
  object-fit: contain;
}
body.home main section.top-introduct div.content-box ul.top-slider a img.img-nurse {
  bottom: 22px;
  right: 20px;
  width: 22%;
}
body.home main section.top-introduct div.content-box ul.top-slider a img.img-careworker {
  bottom: 30px;
  right: 15px;
  width: 38%;
}
body.home main section.top-introduct div.content-box ul.top-slider a img.img-therapist {
  bottom: 36px;
  right: 10px;
  width: 54%;
}
body.home main section.top-introduct div.content-box ul.top-slider a:hover {
  filter: brightness(110%);
}
body.home main section.top-introduct div.content-box ul.top-slider a:hover p {
  color: #22222253;
}
@media (max-width: 768px) {
  body.home main section.top-introduct h2 {
    margin-bottom: 2.8em;
  }
  body.home main section.top-introduct div.content-box {
    top: 7vw;
  }
  body.home main section.top-introduct div.content-box ul.top-slider div div.slick-track {
    gap: 0.2%;
  }
  body.home main section.top-introduct div.content-box ul.top-slider a h3 {
    font-size: 6.44vw;
  }
  body.home main section.top-introduct div.content-box ul.top-slider a p {
    height: 44.8vw;
    font-size: 4.24vw;
  }
  body.home main section.top-introduct div.content-box ul.top-slider a h4 {
    font-size: 4.24vw;
  }
}
body.home main img.bg-img-2 {
  width: 100%;
  height: 56.2vw;
  object-fit: cover;
  object-position: center bottom;
  position: relative;
}
@media (max-width: 768px) {
  body.home main img.bg-img-2 {
    height: 84.27vw;
  }
}
body.home main section.top-faq h2 {
  margin: -3vw 4vw 1vw;
}
body.home main section.top-faq div.content-box {
  top: 13vw;
}
body.home main section.top-faq div.content-box div.content-box-inner {
  background-color: #f1a5a2;
  padding: 2em 1.5em;
  align-items: center;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
}
body.home main section.top-faq div.content-box div.content-box-inner p {
  margin: 0;
  font-size: 1.74vw;
}
@media (max-width: 768px) {
  body.home main section.top-faq div.content-box div.content-box-inner p {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  body.home main section.top-faq div.content-box div.content-box-inner p {
    font-size: 24px;
  }
}
body.home main section.top-faq div.content-box div.content-box-inner a {
  font-size: 1.45vw;
  color: #fff;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  body.home main section.top-faq div.content-box div.content-box-inner a {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  body.home main section.top-faq div.content-box div.content-box-inner a {
    font-size: 20px;
  }
}
body.home main section.top-faq div.content-box div.content-box-inner a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #fff;
  position: relative;
  top: -2px;
}
body.home main section.top-faq div.content-box div.content-box-inner a:hover {
  opacity: 0.35;
}
@media (max-width: 768px) {
  body.home main section.top-faq h2 {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  body.home main section.top-faq div.content-box {
    top: 7vw;
  }
  body.home main section.top-faq div.content-box div.content-box-inner {
    flex-direction: column;
    width: 66%;
    margin: 0 auto;
    padding: 1.5em;
  }
  body.home main section.top-faq div.content-box div.content-box-inner p {
    font-size: 4.8vw;
  }
  body.home main section.top-faq div.content-box div.content-box-inner a {
    font-size: 4.24vw;
    margin-top: 1em;
  }
}
body.home main section.top-access h2 {
  text-align: right;
  margin: 2vw 4vw 30vw;
}
body.home main section.top-access div.content-box {
  top: 13vw;
}
body.home main section.top-access div.content-box div.content-box-inner {
  position: relative;
  width: 100%;
  height: 32.61vw;
}
body.home main section.top-access div.content-box div.content-box-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.home main section.top-access h2 {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  body.home main section.top-access div.content-box {
    top: 7vw;
  }
  body.home main section.top-access div.content-box div.content-box-inner {
    height: 50vw;
  }
}
body.home main img.bg-img-3 {
  width: 100%;
}
body.home main ul.top-slider {
  width: 100%;
}
body.home main ul.top-slider div.slick-track {
  display: flex;
  gap: 0.2%;
}
body.home main ul.top-slider div.slick-track img {
  width: 100%;
  height: 11.9vw;
  object-fit: cover;
}
body.home main ul.top-slider div.slick-track p {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.16vw;
}
body.home main ul.top-slider button.slick-prev,
body.home main ul.top-slider button.slick-next {
  top: 33%;
}
body.home main ul.top-slider button.slick-prev::before,
body.home main ul.top-slider button.slick-next::before {
  font-size: 4vw;
  color: #fff;
}
@media (max-width: 768px) {
  body.home main ul.top-slider div.slick-track img {
    height: 45vw;
  }
}
/* 各ページ共通 */
/* グラフテストページ（確認終わったら消す） */
/* 職業紹介：看護師（確認終わったら消す） */
body.page-job-nurse section.page-title,
body.page-job-careworker section.page-title,
body.page-job-therapist section.page-title,
body.page-pie_chart section.page-title,
body.page-qa section.page-title,
body.page-photo-gallery section.page-title,
body.page-online-tour section.page-title,
body.page-hospital-tour section.page-title,
body.page-news section.page-title,
body.page-survey section.page-title,
body.page-welfare section.page-title,
body.page-about section.page-title,
body.page-introduct section.page-title,
body.page-entry section.page-title,
body.page-entry_confirm section.page-title,
body.page-entry_complete section.page-title,
body.category-news section.page-title,
body.category-movie section.page-title,
body.category-interview section.page-title,
body.category-column section.page-title,
body.single-post section.page-title {
  height: 292px;
  padding-top: 100px;
  background-color: #f1a5a2;
  color: #fff;
  position: relative;
  /* 背景画像要らない場合は消す */
  /* 背景画像要らない場合は消す */
}
body.page-job-nurse section.page-title h2,
body.page-job-careworker section.page-title h2,
body.page-job-therapist section.page-title h2,
body.page-pie_chart section.page-title h2,
body.page-qa section.page-title h2,
body.page-photo-gallery section.page-title h2,
body.page-online-tour section.page-title h2,
body.page-hospital-tour section.page-title h2,
body.page-news section.page-title h2,
body.page-survey section.page-title h2,
body.page-welfare section.page-title h2,
body.page-about section.page-title h2,
body.page-introduct section.page-title h2,
body.page-entry section.page-title h2,
body.page-entry_confirm section.page-title h2,
body.page-entry_complete section.page-title h2,
body.category-news section.page-title h2,
body.category-movie section.page-title h2,
body.category-interview section.page-title h2,
body.category-column section.page-title h2,
body.single-post section.page-title h2 {
  font-size: 50px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 35px 0 0 37px;
  letter-spacing: 0.05em;
  line-height: 1;
  /* 背景画像要らない場合は消す */
  position: relative;
  z-index: 2;
}
body.page-job-nurse section.page-title h3,
body.page-job-careworker section.page-title h3,
body.page-job-therapist section.page-title h3,
body.page-pie_chart section.page-title h3,
body.page-qa section.page-title h3,
body.page-photo-gallery section.page-title h3,
body.page-online-tour section.page-title h3,
body.page-hospital-tour section.page-title h3,
body.page-news section.page-title h3,
body.page-survey section.page-title h3,
body.page-welfare section.page-title h3,
body.page-about section.page-title h3,
body.page-introduct section.page-title h3,
body.page-entry section.page-title h3,
body.page-entry_confirm section.page-title h3,
body.page-entry_complete section.page-title h3,
body.category-news section.page-title h3,
body.category-movie section.page-title h3,
body.category-interview section.page-title h3,
body.category-column section.page-title h3,
body.single-post section.page-title h3 {
  font-size: 24px;
  padding-left: 37px;
  line-height: 1;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  /* 背景画像要らない場合は消す */
  position: relative;
  z-index: 2;
}
body.page-job-nurse section.page-title img,
body.page-job-careworker section.page-title img,
body.page-job-therapist section.page-title img,
body.page-pie_chart section.page-title img,
body.page-qa section.page-title img,
body.page-photo-gallery section.page-title img,
body.page-online-tour section.page-title img,
body.page-hospital-tour section.page-title img,
body.page-news section.page-title img,
body.page-survey section.page-title img,
body.page-welfare section.page-title img,
body.page-about section.page-title img,
body.page-introduct section.page-title img,
body.page-entry section.page-title img,
body.page-entry_confirm section.page-title img,
body.page-entry_complete section.page-title img,
body.category-news section.page-title img,
body.category-movie section.page-title img,
body.category-interview section.page-title img,
body.category-column section.page-title img,
body.single-post section.page-title img {
  position: absolute;
  top: 100px;
  left: 0;
  height: 192px;
  object-fit: cover;
  filter: brightness(0.9);
}
@media (max-width: 768px) {
  body.page-job-nurse section.page-title,
  body.page-job-careworker section.page-title,
  body.page-job-therapist section.page-title,
  body.page-pie_chart section.page-title,
  body.page-qa section.page-title,
  body.page-photo-gallery section.page-title,
  body.page-online-tour section.page-title,
  body.page-hospital-tour section.page-title,
  body.page-news section.page-title,
  body.page-survey section.page-title,
  body.page-welfare section.page-title,
  body.page-about section.page-title,
  body.page-introduct section.page-title,
  body.page-entry section.page-title,
  body.page-entry_confirm section.page-title,
  body.page-entry_complete section.page-title,
  body.category-news section.page-title,
  body.category-movie section.page-title,
  body.category-interview section.page-title,
  body.category-column section.page-title,
  body.single-post section.page-title {
    padding-top: 75px;
  }
  body.page-job-nurse section.page-title h2,
  body.page-job-careworker section.page-title h2,
  body.page-job-therapist section.page-title h2,
  body.page-pie_chart section.page-title h2,
  body.page-qa section.page-title h2,
  body.page-photo-gallery section.page-title h2,
  body.page-online-tour section.page-title h2,
  body.page-hospital-tour section.page-title h2,
  body.page-news section.page-title h2,
  body.page-survey section.page-title h2,
  body.page-welfare section.page-title h2,
  body.page-about section.page-title h2,
  body.page-introduct section.page-title h2,
  body.page-entry section.page-title h2,
  body.page-entry_confirm section.page-title h2,
  body.page-entry_complete section.page-title h2,
  body.category-news section.page-title h2,
  body.category-movie section.page-title h2,
  body.category-interview section.page-title h2,
  body.category-column section.page-title h2,
  body.single-post section.page-title h2 {
    padding: 0 0 0 5.33vw;
    font-size: clamp(30px, 11vw, 40px);
  }
  body.page-job-nurse section.page-title h3,
  body.page-job-careworker section.page-title h3,
  body.page-job-therapist section.page-title h3,
  body.page-pie_chart section.page-title h3,
  body.page-qa section.page-title h3,
  body.page-photo-gallery section.page-title h3,
  body.page-online-tour section.page-title h3,
  body.page-hospital-tour section.page-title h3,
  body.page-news section.page-title h3,
  body.page-survey section.page-title h3,
  body.page-welfare section.page-title h3,
  body.page-about section.page-title h3,
  body.page-introduct section.page-title h3,
  body.page-entry section.page-title h3,
  body.page-entry_confirm section.page-title h3,
  body.page-entry_complete section.page-title h3,
  body.category-news section.page-title h3,
  body.category-movie section.page-title h3,
  body.category-interview section.page-title h3,
  body.category-column section.page-title h3,
  body.single-post section.page-title h3 {
    font-size: clamp(14px, 4.24vw, 16px);
    padding-left: 5.33vw;
  }
  body.page-job-nurse section.page-title img,
  body.page-job-careworker section.page-title img,
  body.page-job-therapist section.page-title img,
  body.page-pie_chart section.page-title img,
  body.page-qa section.page-title img,
  body.page-photo-gallery section.page-title img,
  body.page-online-tour section.page-title img,
  body.page-hospital-tour section.page-title img,
  body.page-news section.page-title img,
  body.page-survey section.page-title img,
  body.page-welfare section.page-title img,
  body.page-about section.page-title img,
  body.page-introduct section.page-title img,
  body.page-entry section.page-title img,
  body.page-entry_confirm section.page-title img,
  body.page-entry_complete section.page-title img,
  body.category-news section.page-title img,
  body.category-movie section.page-title img,
  body.category-interview section.page-title img,
  body.category-column section.page-title img,
  body.single-post section.page-title img {
    top: 50px;
    height: 242px;
  }
}
body.page-job-nurse main,
body.page-job-careworker main,
body.page-job-therapist main,
body.page-pie_chart main,
body.page-qa main,
body.page-photo-gallery main,
body.page-online-tour main,
body.page-hospital-tour main,
body.page-news main,
body.page-survey main,
body.page-welfare main,
body.page-about main,
body.page-introduct main,
body.page-entry main,
body.page-entry_confirm main,
body.page-entry_complete main,
body.category-news main,
body.category-movie main,
body.category-interview main,
body.category-column main,
body.single-post main {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  max-width: 900px;
  position: relative;
}
body.page-job-nurse main div.container,
body.page-job-careworker main div.container,
body.page-job-therapist main div.container,
body.page-pie_chart main div.container,
body.page-qa main div.container,
body.page-photo-gallery main div.container,
body.page-online-tour main div.container,
body.page-hospital-tour main div.container,
body.page-news main div.container,
body.page-survey main div.container,
body.page-welfare main div.container,
body.page-about main div.container,
body.page-introduct main div.container,
body.page-entry main div.container,
body.page-entry_confirm main div.container,
body.page-entry_complete main div.container,
body.category-news main div.container,
body.category-movie main div.container,
body.category-interview main div.container,
body.category-column main div.container,
body.single-post main div.container {
  width: 100%;
}
body.page-job-nurse main div.container div.pagebody article div.postbody,
body.page-job-careworker main div.container div.pagebody article div.postbody,
body.page-job-therapist main div.container div.pagebody article div.postbody,
body.page-pie_chart main div.container div.pagebody article div.postbody,
body.page-qa main div.container div.pagebody article div.postbody,
body.page-photo-gallery main div.container div.pagebody article div.postbody,
body.page-online-tour main div.container div.pagebody article div.postbody,
body.page-hospital-tour main div.container div.pagebody article div.postbody,
body.page-news main div.container div.pagebody article div.postbody,
body.page-survey main div.container div.pagebody article div.postbody,
body.page-welfare main div.container div.pagebody article div.postbody,
body.page-about main div.container div.pagebody article div.postbody,
body.page-introduct main div.container div.pagebody article div.postbody,
body.page-entry main div.container div.pagebody article div.postbody,
body.page-entry_confirm main div.container div.pagebody article div.postbody,
body.page-entry_complete main div.container div.pagebody article div.postbody,
body.category-news main div.container div.pagebody article div.postbody,
body.category-movie main div.container div.pagebody article div.postbody,
body.category-interview main div.container div.pagebody article div.postbody,
body.category-column main div.container div.pagebody article div.postbody,
body.single-post main div.container div.pagebody article div.postbody {
  padding-bottom: 1px;
}
/* Q&A */
body.page-qa h5 {
  text-align: right;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  margin: 1em;
  font-size: 18px;
}
@media (max-width: 768px) {
  body.page-qa h5 {
    text-align: center;
  }
}
body.page-qa dl {
  margin: 100px;
  border-bottom: solid 1px #707070;
}
body.page-qa dl dt {
  color: #f1a5a2;
  font-size: 20px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  border-top: solid 1px #707070;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5em 0;
}
body.page-qa dl dt::before {
  content: "Q";
  font-size: 50px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 0.4em;
}
body.page-qa dl dt::after {
  /*content: "+";*/
  font-family: "dashicons";
  content: "\f543";
  font-size: 50px;
  margin-left: auto;
  padding-left: 0.4em;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.page-qa dl dt {
    font-size: 123%;
  }
  body.page-qa dl dt::before,
  body.page-qa dl dt::after {
    font-size: 30px;
  }
}
body.page-qa dl dt.active::after {
  font-family: "dashicons";
  content: "\f460";
}
body.page-qa dl dd {
  display: none;
  align-items: center;
  font-size: 16px;
  margin: 0 5.1em 0 0;
  padding-bottom: 0.5em;
}
body.page-qa dl dd::before {
  content: "A";
  font-size: 50px;
  color: #f1a5a2;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 0.5em;
  margin-left: 0.06em;
}
@media (max-width: 768px) {
  body.page-qa dl dd {
    margin-right: 2em;
  }
  body.page-qa dl dd::before {
    font-size: 30px;
  }
}
body.page-qa dl dd a {
  display: contents;
  color: #f1a5a2;
}
body.page-qa dl dd a:hover {
  color: rgba(241, 165, 162, 0.35);
}
@media (max-width: 768px) {
  body.page-qa dl {
    margin: 50px 1em;
  }
}
/* Q&Aここまで */
/* 動画で病院見学 */
body.page-online-tour div.tour-video {
  width: 90%;
  margin: 2em auto;
}
body.page-online-tour div.tour-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
  body.page-online-tour div.tour-video {
    padding: 0;
  }
}
body.page-online-tour ul.tourbtn {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-online-tour ul.tourbtn {
    display: block;
    width: 90%;
    margin: 0 auto 2em;
  }
}
/* 病院見学 */
body.page-hospital-tour div.page-tour {
  margin: 100px 100px 20px;
  padding-bottom: 100px;
  /*		h4 {
			font-size: 18px;
			margin: 2em 0 1em;
		}*/
}
body.page-hospital-tour div.page-tour p,
body.page-hospital-tour div.page-tour ul,
body.page-hospital-tour div.page-tour ol,
body.page-hospital-tour div.page-tour h5,
body.page-hospital-tour div.page-tour strong {
  font-size: 16px;
}
body.page-hospital-tour div.page-tour h3 {
  font-size: 20px;
  margin: 2em 0;
}
body.page-hospital-tour div.page-tour h5 {
  color: #ff7bac;
  font-weight: bold;
}
body.page-hospital-tour div.page-tour p {
  margin-bottom: 1em;
}
body.page-hospital-tour div.page-tour p.q::before,
body.page-hospital-tour div.page-tour p.a::before {
  font-weight: bold;
  padding-right: 0.5em;
}
body.page-hospital-tour div.page-tour p.q {
  margin-bottom: 0;
}
body.page-hospital-tour div.page-tour p.q::before {
  content: "Q.";
  color: #ff7bac;
}
body.page-hospital-tour div.page-tour p.a {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
body.page-hospital-tour div.page-tour p.a::before {
  content: "A.";
  color: #3fa9f5;
}
body.page-hospital-tour div.page-tour ul.tour-point,
body.page-hospital-tour div.page-tour ol {
  background-color: rgba(241, 165, 162, 0.35);
  border-radius: 10px;
}
body.page-hospital-tour div.page-tour ul.tour-point {
  margin: 1em 0;
  padding: 1em;
}
body.page-hospital-tour div.page-tour ul.tour-point li {
  padding-left: 1em;
  text-indent: -1em;
}
body.page-hospital-tour div.page-tour ul.tour-point li::before {
  content: "・";
}
body.page-hospital-tour div.page-tour ol {
  list-style: decimal;
  padding: 1em 1em 1em 2em;
}
body.page-hospital-tour div.page-tour ol li:first-child::after,
body.page-hospital-tour div.page-tour ol li:nth-child(2)::after {
  font-family: "dashicons";
  content: "\f346";
  display: block;
  margin-left: 1em;
}
body.page-hospital-tour div.page-tour a::after {
  display: none;
}
body.page-hospital-tour div.page-tour div.pagebtn {
  margin-top: 3em;
}
body.page-hospital-tour div.page-tour div.pagebtn ul li a {
  justify-content: center;
}
body.page-hospital-tour div.page-tour div.pagebtn ul li a i {
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  body.page-hospital-tour div.page-tour {
    margin: 2em 1em 0;
    padding-bottom: 50px;
  }
  body.page-hospital-tour div.page-tour h3 {
    font-size: clamp(18px, 5.33vw, 20px);
  }
  body.page-hospital-tour div.page-tour h4 {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  body.page-hospital-tour div.page-tour h5,
  body.page-hospital-tour div.page-tour p,
  body.page-hospital-tour div.page-tour strong,
  body.page-hospital-tour div.page-tour ul,
  body.page-hospital-tour div.page-tour ol {
    font-size: clamp(14px, 4.24vw, 16px);
  }
}
body.page-hospital-tour section.online-tour a div.online-tour-link {
  position: relative;
  width: auto;
  height: auto;
}
body.page-hospital-tour section.online-tour a div.online-tour-link img {
  width: 100%;
  height: 18.4vw;
  object-fit: cover;
  filter: brightness(0.4);
}
body.page-hospital-tour section.online-tour a div.online-tour-link h3 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  width: 100%;
}
body.page-hospital-tour section.online-tour a div.online-tour-link i {
  width: 3.62vw;
  height: 3.62vw;
  font-size: 3.62vw;
  color: #fff;
  background-color: #f1a5a2;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  body.page-hospital-tour section.online-tour a div.online-tour-link img {
    height: 40vw;
  }
  body.page-hospital-tour section.online-tour a div.online-tour-link h3 {
    top: 16px;
  }
  body.page-hospital-tour section.online-tour a div.online-tour-link i {
    width: 10vw;
    height: 10vw;
    font-size: 10vw;
  }
}
/* フォトギャラリー */
body.page-photo-gallery div.page-gallery {
  margin: 1em;
}
/* 病院について知る */
body.page-about main section img {
  object-position: 0 100%;
}
body.page-about div.postbody {
  padding-bottom: 0 !important;
}
body.page-about div.postbody ul {
  line-height: 1.8;
  margin-bottom: 2em;
  font-size: 16px;
}
body.page-about div.postbody ul li {
  margin-bottom: 1em;
  display: flex;
  align-items: baseline;
}
body.page-about div.postbody ul li::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.5em;
  flex-shrink: 0;
  transform: translateY(2px);
}
body.page-about div.postbody section {
  display: flex;
  margin-top: 2em;
}
body.page-about div.postbody section h4 {
  color: #f1a5a2;
  width: 28%;
  margin: 0 0 0 5%;
  font-size: 20px;
}
body.page-about div.postbody section article {
  width: 60%;
  margin-right: 7%;
}
body.page-about div.postbody section article ul li::before {
  background-color: #f1a5a2;
}
body.page-about div.postbody section article img {
  width: 100%;
}
body.page-about div.postbody section.about-overview {
  background-color: #f1a5a2;
  padding: 2em 0;
}
body.page-about div.postbody section.about-overview h4,
body.page-about div.postbody section.about-overview ul,
body.page-about div.postbody section.about-overview p {
  color: #fff;
}
body.page-about div.postbody section.about-overview article {
  display: flex;
  flex-direction: column;
}
body.page-about div.postbody section.about-overview article p {
  margin: 0 0 1em;
}
body.page-about div.postbody section.about-overview article p:last-child {
  margin-bottom: 0;
}
body.page-about div.postbody section.about-overview article h4 {
  margin: 0 0 1em;
  font-size: 20px;
}
body.page-about div.postbody section.about-overview article ul li::before {
  background-color: #fff;
}
body.page-about div.postbody div.about-point {
  width: 100%;
  position: relative;
}
body.page-about div.postbody div.about-point img {
  width: 100%;
}
body.page-about div.postbody div.about-point h4 {
  position: absolute;
  bottom: 2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #f1a5a2;
  color: #fff;
  width: 57%;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 22px;
}
body.page-about div.postbody div.about-survey {
  background-color: #f1a5a2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0 3em;
}
body.page-about div.postbody div.about-survey p {
  font-size: 20px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 0;
}
body.page-about div.postbody div.about-survey a {
  color: #fff;
  font-size: 38px;
  display: flex;
}
body.page-about div.postbody div.about-survey a::after {
  font-family: "dashicons";
  content: "\f522";
  display: block;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  body.page-about div.postbody section {
    flex-direction: column;
  }
  body.page-about div.postbody section h4,
  body.page-about div.postbody section article {
    width: auto;
    margin: 0;
  }
  body.page-about div.postbody section h4 ul,
  body.page-about div.postbody section article ul {
    margin: 0 1em;
  }
  body.page-about div.postbody section h4 {
    margin: 0 0 1em 1em;
  }
  body.page-about div.postbody section.about-overview {
    margin-top: 0;
  }
  body.page-about div.postbody section.about-overview article h4 {
    margin-left: 1em;
  }
  body.page-about div.postbody section.about-overview article p {
    margin: 0 1em 1em;
  }
  body.page-about div.postbody div.about-point h4 {
    width: 90%;
    font-size: 14px;
  }
}
body.page-introduct div.postbody ul {
  display: flex;
  justify-content: space-evenly;
  margin: 5em auto;
}
body.page-introduct div.postbody ul li {
  width: 25%;
  max-width: 345px;
}
body.page-introduct div.postbody ul li a {
  background-color: #f1a5a2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
body.page-introduct div.postbody ul li a h3 {
  color: #fff;
  padding: 0 0.5em;
  margin: 0.5em 0 0;
  font-size: 24px;
}
body.page-introduct div.postbody ul li a p {
  margin: 0;
  height: 100px;
  font-size: 16px;
  padding-bottom: 0.5em;
}
body.page-introduct div.postbody ul li a p.p-careworker {
  padding: 0 0.25em 0.5em;
  color: #fff;
  font-weight: 400;
}
body.page-introduct div.postbody ul li a p.p-therapist {
  padding: 0.5em 1em 0;
}
body.page-introduct div.postbody ul li a h4 {
  background-color: #fff;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7em 1em 0.5em;
  margin-bottom: 0;
  font-size: 16px;
  border: 1px solid #f1a5a2;
}
body.page-introduct div.postbody ul li a img {
  position: absolute;
  height: auto;
  object-fit: contain;
}
body.page-introduct div.postbody ul li a img.img-nurse {
  bottom: 52px;
  right: 20px;
  width: 22%;
}
body.page-introduct div.postbody ul li a img.img-careworker {
  bottom: 60px;
  right: 15px;
  width: 38%;
}
body.page-introduct div.postbody ul li a img.img-therapist {
  bottom: 66px;
  right: 10px;
  width: 54%;
}
body.page-introduct div.postbody ul li a:hover {
  filter: brightness(110%);
}
body.page-introduct div.postbody ul li a:hover p {
  color: #22222253;
}
@media (max-width: 768px) {
  body.page-introduct div.postbody ul {
    flex-direction: column;
  }
  body.page-introduct div.postbody ul li {
    width: auto;
    max-width: 100%;
    margin: 0 1em 2em;
  }
  body.page-introduct div.postbody ul li a p {
    margin-bottom: 3em;
  }
}
/* 検索フォーム */
div#category-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em 0 3em;
}
div#category-search div.select-wrapper {
  position: relative;
}
div#category-search div.select-wrapper::after {
  position: absolute;
  font-family: "dashicons";
  content: "\f347";
  display: block;
  top: 4px;
  right: 28px;
  color: #fff;
  pointer-events: none;
  font-size: 20px;
}
div#category-search div.select-wrapper select {
  margin-right: 1em;
  padding-left: 1em;
  width: 9em;
  height: 2em;
  text-align: left;
  color: #fff;
  border: none;
  background-color: #f1a5a2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
div#category-search div.select-wrapper select:hover {
  opacity: 0.5;
}
div#category-search div.select-wrapper select option {
  background-color: #fff;
  color: #222222;
}
div#category-search div.select-wrapper select option:first-child {
  color: #22222253;
}
div#category-search div.select-wrapper select option:hover {
  background-color: rgba(241, 165, 162, 0.35);
}
div#category-search div.select-open::after {
  content: "\f343";
}
@media (max-width: 768px) {
  div#category-search {
    flex-direction: column;
    padding: 2em 1em 1em;
  }
  div#category-search div.select-wrapper {
    width: 100%;
  }
  div#category-search div.select-wrapper::after {
    right: 12px;
  }
  div#category-search div.select-wrapper select {
    width: 100%;
    margin-bottom: 1em;
    height: 2.5em;
  }
}
/* 検索結果ページネーション */
div#ajax-results {
  margin-bottom: 100px;
  /* 該当する投稿がありません */
}
div#ajax-results a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
  margin-bottom: 1em;
  background-color: #f1a5a2;
  text-decoration: none;
}
div#ajax-results a h5 {
  font-size: 24px;
  text-align: left;
  margin: 1em;
  color: #222222;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
}
div#ajax-results a h5 span {
  font-size: 14px;
  color: #222222;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-left: 0.5em;
}
div#ajax-results a ul {
  display: flex;
  text-align: center;
}
div#ajax-results a ul li {
  padding: 0 0.5em;
  font-size: 20px;
  width: 85px;
  border-right: 1px solid #fff;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
}
div#ajax-results a ul li:nth-child(2) {
  width: 165px;
}
div#ajax-results a ul li:last-child {
  border: none;
}
div#ajax-results a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  div#ajax-results a {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5em 1em;
  }
  div#ajax-results a h5 {
    font-size: 16px;
    margin: 0 0 0.5em;
  }
  div#ajax-results a h5 span {
    font-size: 12px;
  }
  div#ajax-results a ul {
    padding: 0;
    margin: 0 auto;
  }
  div#ajax-results a ul li {
    margin: 0 0.2em 0.2em 0;
    font-size: 12px;
    width: 70px;
  }
  div#ajax-results a ul li:nth-child(2) {
    width: 110px;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  div#ajax-results {
    margin: 0 1em;
  }
}
div#ajax-results .ajax-pagination a {
  margin: 0 5px;
  padding: 4px 10px;
  background: #eee;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
div#ajax-results .ajax-pagination a:hover {
  background: #ddd;
}
div#ajax-results .ajax-pagination a.active {
  background: #0073aa;
  color: #fff;
  font-weight: bold;
}
div#ajax-results div.no-result {
  font-size: 20px;
  background-color: #f1a5a2;
  padding: 1.5em;
  color: #fff;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  div#ajax-results div.no-result {
    font-size: 123%;
  }
}
/* (求人検索ページ)　新デザイン固定ページ共通項目 */
body.page-recruit section.pagetitle {
  height: 38.41vw;
  margin-top: 100px;
  padding: 0;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease;
}
body.page-recruit section.pagetitle img {
  position: absolute;
  top: 0;
  left: 0;
  height: 38.41vw;
  object-fit: cover;
  filter: brightness(0.9);
}
body.page-recruit section.pagetitle div {
  position: absolute;
  background: none;
  text-align: right;
  top: 27vw;
  right: 50px;
  z-index: 2;
  color: #fff;
}
body.page-recruit section.pagetitle div h2 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 3.72vw;
  padding: 0;
}
@media (max-width: 768px) {
  body.page-recruit section.pagetitle div h2 {
    font-size: 13.33vw;
  }
}
@media (min-width: 1380px) {
  body.page-recruit section.pagetitle div h2 {
    font-size: 50px;
  }
}
body.page-recruit section.pagetitle div h3 {
  font-size: 2.17vw;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-recruit section.pagetitle div h3 {
    font-size: 8vw;
  }
}
@media (min-width: 1380px) {
  body.page-recruit section.pagetitle div h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body.page-recruit section.pagetitle {
    height: 300px;
    margin-top: 50px;
  }
  body.page-recruit section.pagetitle img {
    height: 300px;
  }
  body.page-recruit section.pagetitle div {
    top: 170px;
    right: 24px;
  }
  body.page-recruit section.pagetitle div h2 {
    font-size: 50px;
  }
  body.page-recruit section.pagetitle div h3 {
    font-size: 30px;
  }
}
body.page-recruit section.is-ready {
  visibility: visible;
  opacity: 1;
}
body.page-recruit main {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  position: relative;
  background: unset;
}
body.page-recruit main div.container {
  width: 100%;
}
body.page-recruit main div.container div.pagebody article div.postbody {
  padding-bottom: 1px;
  margin-bottom: 0;
}
body.page-recruit main div.container div.pagebody article div.postbody p.job-posting-notes {
  text-align: center;
  margin: 2em 1em 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  body.page-recruit main div.container div.pagebody article div.postbody p.job-posting-notes {
    font-size: 15px;
  }
}
/* 求人票ページ */
body.single-jobs {
  position: relative;
  color: #222222;
  width: 100%;
  background-color: rgba(241, 165, 162, 0.35);
}
body.single-jobs div.wrap section.pagetitle {
  padding-top: 100px;
  position: relative;
  height: 38.41vw;
  margin-bottom: 100px;
}
body.single-jobs div.wrap section.pagetitle img {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 38.41vw;
  object-fit: cover;
}
body.single-jobs div.wrap section.pagetitle div.gradient-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 100px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%);
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.pagetitle {
    height: 81.1vw;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  body.single-jobs div.wrap section.pagetitle img {
    height: 81.1vw;
    top: 50px;
  }
  body.single-jobs div.wrap section.pagetitle div.gradient-overlay {
    top: 50px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 50%);
  }
}
body.single-jobs div.wrap div.pagetitle-copy {
  position: absolute;
  z-index: 2;
  top: 100px;
  width: 23%;
  height: 38.41vw;
  display: flex;
  align-items: center;
}
body.single-jobs div.wrap div.pagetitle-copy h3 {
  font-size: 1.88vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  margin: 0.5em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.pagetitle-copy h3 {
    font-size: 6.93vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap div.pagetitle-copy h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.pagetitle-copy {
    width: 60%;
    height: 81.1vw;
    top: 50px;
    left: 0;
    align-items: flex-end;
  }
  body.single-jobs div.wrap div.pagetitle-copy h3 {
    font-size: 4.8vw;
  }
}
body.single-jobs div.wrap h2.single-jobs-title {
  max-width: 900px;
  margin: 0 auto;
  /*	h2の下線が目立つようなら使用する
				span.dummy-back {
				background-color: @n-pink;
				width: 100%;
				height: 10px;
				position: absolute;
				left: 0;
				bottom: -5px;
			} */
}
body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j {
  background-color: #f1a5a2;
  display: block;
  padding: 1em 8.04vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  font-size: 2.03vw;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j {
    font-size: 7.47vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j {
    font-size: 28px;
  }
}
body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j span.single-jobs-title-e {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1.01vw;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j {
    font-size: 28px;
    width: auto;
  }
  body.single-jobs div.wrap h2.single-jobs-title span.single-jobs-title-j span.single-jobs-title-e {
    font-size: 14px;
  }
}
body.single-jobs div.wrap div.job-post div.job-image,
body.single-jobs div.wrap div.job-post div.position_title,
body.single-jobs div.wrap div.job-post div.job-side,
body.single-jobs div.wrap div.job-post div.jobs-modal {
  display: none;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 {
  font-size: 1.16vw;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 2em;
  background-color: #f1a5a2;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 {
    font-size: 4.24vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 {
    font-size: 16px;
  }
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input {
  padding: 0 8.04vw;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input h2 {
  font-size: 1.45vw;
  color: #ff931e;
  margin-bottom: 1em;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input h3 {
  font-size: 1.16vw;
  margin-bottom: 1em;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input p {
  margin: 0 0 1em;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description {
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input {
  padding: 2em 5.07vw;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input p {
  display: none;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress {
  margin-bottom: 2em;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr {
  display: flex;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td {
  width: 100%;
  display: block;
  border: none;
  font-size: 1.45vw;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td {
    font-size: 20px;
  }
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td.column-1 {
  font-weight: bold;
  color: #f1a5a2;
  width: 39%;
  padding: 1em 0 1em 2.97vw;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td.column-2 {
  padding: 1em 2.97vw 1em 0;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td[colspan="2"] {
  width: 100%;
  font-size: 1.74vw;
  color: #222222;
  line-height: 1em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td[colspan="2"] {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td[colspan="2"] {
    font-size: 24px;
  }
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr:last-child {
  border-bottom: 1px solid #707070;
  padding-bottom: 2em;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr.row-8 {
  padding-bottom: 2em;
  border-bottom: 1px solid #707070;
  margin-bottom: 1em;
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input h6 {
  font-size: 1.74vw;
  color: #222222;
  margin: 1em 2.97vw;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input h6 {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input h6 {
    font-size: 24px;
  }
}
body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description table#tablepress-6 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 {
    padding: 2em;
    font-size: 16px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input {
    width: 100%;
    padding: 0;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input h2 {
    font-size: 20px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_custom_text_1 div.jobs-row-input h3 {
    font-size: 16px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description {
    padding: 2em;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input {
    padding: 0;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress {
    margin-bottom: 40px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr {
    display: block;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td {
    font-size: 20px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td.column-1 {
    width: 100%;
    padding-left: 0;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td.column-2 {
    padding-right: 0;
    padding-top: 0;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input table.tablepress tr td[colspan="2"] {
    line-height: 2em;
    font-size: 24px;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.position_description div.jobs-row-input h6 {
    font-size: 24px;
    margin-left: 0;
  }
  body.single-jobs div.wrap div.job-post div.job-content div.job-content-wrap div.jobs-row-input {
    width: 100%;
  }
}
body.single-jobs div.wrap section.tour-links {
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 5.07vw 2em;
}
body.single-jobs div.wrap section.tour-links h6 {
  font-size: 1.74vw;
  color: #222222;
  padding: 2rem 2.97vw;
  margin: 0;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links h6 {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.tour-links h6 {
    font-size: 24px;
  }
}
body.single-jobs div.wrap section.tour-links div.content-box-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner h3 {
  font-size: 1.59vw;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner h3 {
    font-size: 5.87vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner h3 {
    font-size: 22px;
  }
}
body.single-jobs div.wrap section.tour-links div.content-box-inner a {
  width: 50%;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link {
  position: relative;
  width: auto;
  height: auto;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link img {
  width: 100%;
  height: 18.4vw;
  object-fit: cover;
  filter: brightness(0.4);
}
body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link h3 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link i {
  width: 3.62vw;
  height: 3.62vw;
  font-size: 3.62vw;
  color: #fff;
  background-color: #f1a5a2;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link {
  width: 50%;
  background-color: rgba(241, 165, 162, 0.35);
  text-align: center;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link h3 {
  margin-bottom: 0;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link p {
  line-height: 1.5em;
  margin: 0.7em 0 1.1em;
  font-size: 1.3vw;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link p {
    font-size: 4.8vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link p {
    font-size: 18px;
  }
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a {
  display: block;
  width: 65%;
  line-height: 2.3em;
  background-color: #f1a5a2;
  color: #fff;
  font-size: 1.45vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a {
    font-size: 20px;
  }
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #fff;
  position: relative;
  top: -2px;
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a:active {
  transform: scale(0.97) translateY(2px);
}
body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a:hover {
  filter: brightness(95%);
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links div.content-box-inner {
    flex-direction: column;
    margin: 0 -2em;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner h3 {
    font-size: 4.8vw;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner a,
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link {
    width: 100%;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link img {
    height: 56.3vw;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner a div.online-tour-link i {
    width: 12vw;
    height: 12vw;
    font-size: 12vw;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link p,
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a {
    font-size: 4.27vw;
  }
  body.single-jobs div.wrap section.tour-links div.content-box-inner div.hospital-tour-link a {
    margin-bottom: 1em;
  }
}
body.single-jobs div.wrap section.tour-links div.button-wrapper {
  padding: 0 2.97vw 6em;
}
body.single-jobs div.wrap section.tour-links div.button-wrapper p.pagebtn-cap {
  font-size: 1.3vw;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links div.button-wrapper p.pagebtn-cap {
    font-size: 4.8vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.tour-links div.button-wrapper p.pagebtn-cap {
    font-size: 18px;
  }
}
body.single-jobs div.wrap section.tour-links div.button-wrapper div.pagebtn {
  margin-top: 2em;
}
body.single-jobs div.wrap section.tour-links div.button-wrapper div.pagebtn ul li a {
  justify-content: center;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.tour-links {
    padding: 0 2em 2em;
  }
  body.single-jobs div.wrap section.tour-links h6 {
    font-size: 24px;
    padding: 30px 0 40px;
  }
}
body.single-jobs div.wrap section.related-links {
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 5.07vw;
}
body.single-jobs div.wrap section.related-links h6 {
  font-size: 1.74vw;
  color: #222222;
  padding: 0 2.97vw 2em;
  margin: 0;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.related-links h6 {
    font-size: 6.4vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.related-links h6 {
    font-size: 24px;
  }
}
body.single-jobs div.wrap section.related-links div.content-box-inner {
  border-bottom: 1px solid #707070;
  padding-bottom: 4em;
}
body.single-jobs div.wrap section.related-links div.content-box-inner p {
  font-size: 1.45vw;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 300;
  margin: 0 2.97vw 1em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.related-links div.content-box-inner p {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.related-links div.content-box-inner p {
    font-size: 20px;
  }
}
body.single-jobs div.wrap section.related-links div.content-box-inner ul {
  font-size: 1.45vw;
  font-weight: 500;
  padding: 0 2.97vw;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.related-links div.content-box-inner ul {
    font-size: 5.33vw;
  }
}
@media (min-width: 1380px) {
  body.single-jobs div.wrap section.related-links div.content-box-inner ul {
    font-size: 20px;
  }
}
body.single-jobs div.wrap section.related-links div.content-box-inner ul li {
  margin-bottom: 0.5em;
  margin-left: 2em;
  text-indent: -1em;
}
body.single-jobs div.wrap section.related-links div.content-box-inner ul li::before {
  font-family: "dashicons";
  content: "\f103";
  color: #f1a5a2;
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.related-links div.content-box-inner ul li {
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  body.single-jobs div.wrap section.related-links {
    padding: 8px 2em;
  }
  body.single-jobs div.wrap section.related-links h6 {
    font-size: 24px;
    padding-left: 0;
  }
  body.single-jobs div.wrap section.related-links div.content-box-inner {
    /*
					ul {
						margin-bottom: 3em;
						li {
							margin-left: 1.5em;
							text-indent: -1.5em;
						}
						li::before {
							margin-right: 0.5em;
						}
					}*/
  }
  body.single-jobs div.wrap section.related-links div.content-box-inner p {
    font-size: 20px;
    margin-left: 0;
  }
  body.single-jobs div.wrap section.related-links div.content-box-inner ul {
    font-size: 20px;
    padding: 0;
  }
}
body.single-jobs div.scroll-area .scroll-guide {
  top: 82vh;
}
/* ニュース・動画（一覧） */
body.category-news main div.container div.pagebody ul.newslist,
body.category-movie main div.container div.pagebody ul.newslist,
body.category-interview main div.container div.pagebody ul.newslist,
body.category-column main div.container div.pagebody ul.newslist,
body.single-post main div.container div.pagebody ul.newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em;
}
body.category-news main div.container div.pagebody ul.newslist li,
body.category-movie main div.container div.pagebody ul.newslist li,
body.category-interview main div.container div.pagebody ul.newslist li,
body.category-column main div.container div.pagebody ul.newslist li,
body.single-post main div.container div.pagebody ul.newslist li {
  width: 48%;
  margin: 1em 0 2em;
}
body.category-news main div.container div.pagebody ul.newslist li a article,
body.category-movie main div.container div.pagebody ul.newslist li a article,
body.category-interview main div.container div.pagebody ul.newslist li a article,
body.category-column main div.container div.pagebody ul.newslist li a article,
body.single-post main div.container div.pagebody ul.newslist li a article {
  display: flex;
}
body.category-news main div.container div.pagebody ul.newslist li a article section,
body.category-movie main div.container div.pagebody ul.newslist li a article section,
body.category-interview main div.container div.pagebody ul.newslist li a article section,
body.category-column main div.container div.pagebody ul.newslist li a article section,
body.single-post main div.container div.pagebody ul.newslist li a article section {
  background: none;
  padding: 0;
  height: auto;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:first-child,
body.category-movie main div.container div.pagebody ul.newslist li a article section:first-child,
body.category-interview main div.container div.pagebody ul.newslist li a article section:first-child,
body.category-column main div.container div.pagebody ul.newslist li a article section:first-child,
body.single-post main div.container div.pagebody ul.newslist li a article section:first-child {
  width: 32%;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:first-child img,
body.category-movie main div.container div.pagebody ul.newslist li a article section:first-child img,
body.category-interview main div.container div.pagebody ul.newslist li a article section:first-child img,
body.category-column main div.container div.pagebody ul.newslist li a article section:first-child img,
body.single-post main div.container div.pagebody ul.newslist li a article section:first-child img {
  border-radius: 6px;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:last-child,
body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child,
body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child,
body.category-column main div.container div.pagebody ul.newslist li a article section:last-child,
body.single-post main div.container div.pagebody ul.newslist li a article section:last-child {
  width: 64%;
  margin-left: 0.5em;
  display: flex;
  flex-direction: column;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:last-child span,
body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child span,
body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child span,
body.category-column main div.container div.pagebody ul.newslist li a article section:last-child span,
body.single-post main div.container div.pagebody ul.newslist li a article section:last-child span {
  font-size: 12px;
  color: #f1a5a2;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:last-child h3,
body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child h3,
body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child h3,
body.category-column main div.container div.pagebody ul.newslist li a article section:last-child h3,
body.single-post main div.container div.pagebody ul.newslist li a article section:last-child h3 {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
}
body.category-news main div.container div.pagebody ul.newslist li a article section:last-child p,
body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child p,
body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child p,
body.category-column main div.container div.pagebody ul.newslist li a article section:last-child p,
body.single-post main div.container div.pagebody ul.newslist li a article section:last-child p {
  font-size: 12px;
}
@media (max-width: 768px) {
  body.category-news main div.container div.pagebody ul.newslist,
  body.category-movie main div.container div.pagebody ul.newslist,
  body.category-interview main div.container div.pagebody ul.newslist,
  body.category-column main div.container div.pagebody ul.newslist,
  body.single-post main div.container div.pagebody ul.newslist {
    flex-direction: column;
  }
  body.category-news main div.container div.pagebody ul.newslist li,
  body.category-movie main div.container div.pagebody ul.newslist li,
  body.category-interview main div.container div.pagebody ul.newslist li,
  body.category-column main div.container div.pagebody ul.newslist li,
  body.single-post main div.container div.pagebody ul.newslist li {
    width: 100%;
  }
  body.category-news main div.container div.pagebody ul.newslist li a article section:last-child,
  body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child,
  body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child,
  body.category-column main div.container div.pagebody ul.newslist li a article section:last-child,
  body.single-post main div.container div.pagebody ul.newslist li a article section:last-child {
    margin-left: 1em;
  }
  body.category-news main div.container div.pagebody ul.newslist li a article section:last-child span,
  body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child span,
  body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child span,
  body.category-column main div.container div.pagebody ul.newslist li a article section:last-child span,
  body.single-post main div.container div.pagebody ul.newslist li a article section:last-child span {
    font-size: clamp(12px, 3.2vw, 16px);
  }
  body.category-news main div.container div.pagebody ul.newslist li a article section:last-child h3,
  body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child h3,
  body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child h3,
  body.category-column main div.container div.pagebody ul.newslist li a article section:last-child h3,
  body.single-post main div.container div.pagebody ul.newslist li a article section:last-child h3 {
    font-size: clamp(16px, 4.24vw, 20px);
  }
  body.category-news main div.container div.pagebody ul.newslist li a article section:last-child p,
  body.category-movie main div.container div.pagebody ul.newslist li a article section:last-child p,
  body.category-interview main div.container div.pagebody ul.newslist li a article section:last-child p,
  body.category-column main div.container div.pagebody ul.newslist li a article section:last-child p,
  body.single-post main div.container div.pagebody ul.newslist li a article section:last-child p {
    font-size: clamp(12px, 3.2vw, 16px);
  }
}
body.category-news main div.container div.pagebody div.pagenation,
body.category-movie main div.container div.pagebody div.pagenation,
body.category-interview main div.container div.pagebody div.pagenation,
body.category-column main div.container div.pagebody div.pagenation,
body.single-post main div.container div.pagebody div.pagenation {
  display: flex;
  justify-content: space-evenly;
}
body.category-news main div.container div.pagebody div.pagenation a,
body.category-movie main div.container div.pagebody div.pagenation a,
body.category-interview main div.container div.pagebody div.pagenation a,
body.category-column main div.container div.pagebody div.pagenation a,
body.single-post main div.container div.pagebody div.pagenation a {
  margin-bottom: 2em;
}
body.category-news main div.container div.pagebody div.pagenation a div,
body.category-movie main div.container div.pagebody div.pagenation a div,
body.category-interview main div.container div.pagebody div.pagenation a div,
body.category-column main div.container div.pagebody div.pagenation a div,
body.single-post main div.container div.pagebody div.pagenation a div {
  background-color: #f1a5a2;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}
body.category-news main div.container div.pagebody div.pagenation a div:hover,
body.category-movie main div.container div.pagebody div.pagenation a div:hover,
body.category-interview main div.container div.pagebody div.pagenation a div:hover,
body.category-column main div.container div.pagebody div.pagenation a div:hover,
body.single-post main div.container div.pagebody div.pagenation a div:hover {
  filter: brightness(0.95);
}
body.category-news main div.container div.pagebody div.pagenation a div:active,
body.category-movie main div.container div.pagebody div.pagenation a div:active,
body.category-interview main div.container div.pagebody div.pagenation a div:active,
body.category-column main div.container div.pagebody div.pagenation a div:active,
body.single-post main div.container div.pagebody div.pagenation a div:active {
  transform: scale(0.97) translateY(2px);
}
body.category-news main div.container div.pagebody div.pagenation a div.prev,
body.category-movie main div.container div.pagebody div.pagenation a div.prev,
body.category-interview main div.container div.pagebody div.pagenation a div.prev,
body.category-column main div.container div.pagebody div.pagenation a div.prev,
body.single-post main div.container div.pagebody div.pagenation a div.prev {
  padding-right: 1em;
}
body.category-news main div.container div.pagebody div.pagenation a div.prev::before,
body.category-movie main div.container div.pagebody div.pagenation a div.prev::before,
body.category-interview main div.container div.pagebody div.pagenation a div.prev::before,
body.category-column main div.container div.pagebody div.pagenation a div.prev::before,
body.single-post main div.container div.pagebody div.pagenation a div.prev::before {
  font-family: "dashicons";
  content: "\f341";
}
body.category-news main div.container div.pagebody div.pagenation a div.next,
body.category-movie main div.container div.pagebody div.pagenation a div.next,
body.category-interview main div.container div.pagebody div.pagenation a div.next,
body.category-column main div.container div.pagebody div.pagenation a div.next,
body.single-post main div.container div.pagebody div.pagenation a div.next {
  padding-left: 1em;
}
body.category-news main div.container div.pagebody div.pagenation a div.next::after,
body.category-movie main div.container div.pagebody div.pagenation a div.next::after,
body.category-interview main div.container div.pagebody div.pagenation a div.next::after,
body.category-column main div.container div.pagebody div.pagenation a div.next::after,
body.single-post main div.container div.pagebody div.pagenation a div.next::after {
  font-family: "dashicons";
  content: "\f345";
}
body.category-interview span.postdate {
  display: none;
}
body.category-column main div.container div.pagebody ul.newslist {
  flex-direction: column;
  font-size: clamp(16px, 4.8vw, 18px);
}
body.category-column main div.container div.pagebody ul.newslist li {
  width: 90%;
  margin: 1em auto;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -10px #777777;
  transition: transform 0.2s ease;
}
body.category-column main div.container div.pagebody ul.newslist li:active {
  transform: scale(0.97) translateY(2px);
}
body.category-column main div.container div.pagebody ul.newslist li a section span.postdate {
  font-size: 14px;
  color: #b5b5b4;
}
/* ニュース・動画で見る（個別） */
body.single-post main div.container div.pagebody {
  padding: 0 5em 3em;
}
body.single-post main div.container div.pagebody article {
  margin-top: 2em;
}
body.single-post main div.container div.pagebody article span.postdate {
  font-size: 14px;
}
body.single-post main div.container div.pagebody article div.postbody {
  font-size: 16px;
  word-wrap: break-word;
}
body.single-post main div.container div.pagebody article div.postbody header {
  display: none;
}
body.single-post main div.container div.pagebody article div.postbody a:link {
  color: #f1a5a2;
  text-decoration: underline;
}
body.single-post main div.container div.pagebody article div.postbody a:hover {
  filter: brightness(0.8);
}
body.single-post main div.container div.pagebody article div.postbody a:active {
  text-decoration: none;
}
body.single-post main div.container div.pagebody article div.postbody a:visited {
  color: #f1a5a2;
}
body.single-post main div.container div.pagebody article div.postbody ol {
  padding-left: 2em;
}
body.single-post main div.container div.pagebody article h4 {
  font-size: 18px;
  font-weight: 600;
}
body.single-post main div.container div.pagebody article h5 {
  font-size: 16px;
  font-weight: 500;
}
body.single-post main div.container div.pagebody article h6 {
  font-size: 12px;
  font-weight: 400;
}
body.single-post main div.container div.pagebody article h6 a {
  text-decoration: underline;
}
body.single-post main div.container div.pagebody div.pagenation {
  margin-top: 3em;
}
body.single-post main div.container div.pagebody div.pagenation a div {
  width: 100px;
  display: flex;
  justify-content: center;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
}
body.single-post main div.container div.pagebody div.pagenation a div:hover {
  filter: brightness(0.95);
}
body.single-post main div.container div.pagebody div.pagenation a div:active {
  transform: translateY(2px);
}
@media (max-width: 768px) {
  body.single-post main div.container div.pagebody {
    padding: 0 1em;
  }
}
/* 動画で見る */
div.post-movie p:first-child {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
div.post-movie p:first-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 新エントリーフォームここから */
body.page-entry,
body.page-entry_confirm,
body.page-entry_complete {
  /* 確認画面 */
  /* 完了画面 */
}
body.page-entry input,
body.page-entry_confirm input,
body.page-entry_complete input,
body.page-entry textarea,
body.page-entry_confirm textarea,
body.page-entry_complete textarea,
body.page-entry p,
body.page-entry_confirm p,
body.page-entry_complete p {
  box-sizing: border-box;
}
body.page-entry div.mw_wp_form,
body.page-entry_confirm div.mw_wp_form,
body.page-entry_complete div.mw_wp_form {
  /* 各施設へのボタンエリア */
  /* フォーム本体 */
  /* 隣接セレクタ */
}
body.page-entry div.mw_wp_form div.new-entry-header,
body.page-entry_confirm div.mw_wp_form div.new-entry-header,
body.page-entry_complete div.mw_wp_form div.new-entry-header {
  margin-bottom: 1em;
  font-size: 16px;
}
body.page-entry div.mw_wp_form div.new-entry-header span,
body.page-entry_confirm div.mw_wp_form div.new-entry-header span,
body.page-entry_complete div.mw_wp_form div.new-entry-header span {
  display: block;
  margin: 2em 0 2em;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li {
  margin: 0.5em;
  text-align: center;
  width: 25%;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a {
  display: block;
  padding: 0.5em 0;
  border: 1px solid #f1a5a2;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a:link,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a:link,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a:link,
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a:visited,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a:visited,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a:visited,
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a:active,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a:active,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a:active {
  color: #f1a5a2;
  text-decoration: none;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a:hover,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a:hover,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a:hover {
  color: #fff;
  text-decoration: none;
  background: #f1a5a2;
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a:active,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a:active,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a:active {
  transform: scale(0.97) translateY(2px);
}
body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li a::after,
body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li a::after,
body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li a::after {
  margin-left: 0.5em;
  vertical-align: bottom;
  font-family: "dashicons";
  content: "\f504";
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div.new-entry-header,
  body.page-entry_confirm div.mw_wp_form div.new-entry-header,
  body.page-entry_complete div.mw_wp_form div.new-entry-header {
    padding: 0 1em;
  }
  body.page-entry div.mw_wp_form div.new-entry-header ul.other-links,
  body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links,
  body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links {
    flex-direction: column;
    align-items: center;
  }
  body.page-entry div.mw_wp_form div.new-entry-header ul.other-links li,
  body.page-entry_confirm div.mw_wp_form div.new-entry-header ul.other-links li,
  body.page-entry_complete div.mw_wp_form div.new-entry-header ul.other-links li {
    width: 80%;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form,
body.page-entry_confirm div.mw_wp_form div#new_entry_form,
body.page-entry_complete div.mw_wp_form div#new_entry_form {
  width: 95%;
  border-radius: 50px;
  box-shadow: 0px 0px 15px -10px #777777;
  margin: 1em auto;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form,
  body.page-entry_complete div.mw_wp_form div#new_entry_form {
    border-radius: 25px;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar {
  display: flex;
  flex-wrap: nowrap;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div {
  text-align: center;
  font-size: 22px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  background-color: rgba(241, 165, 162, 0.35);
  height: 72px;
  width: calc(100% / 3);
  color: #f1a5a2;
  border-right: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child {
  border-radius: 50px 0 0 0;
  border-right: 4px solid #f1a5a2;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2),
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2),
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2) {
  display: flex;
  align-items: center;
  position: relative;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f1a5a2;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child {
  border-right: 0;
  border-radius: 0 50px 0 0;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div {
    font-size: 14px;
    height: 60px;
    line-height: 120%;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:first-child {
    border-radius: 25px 0 0 0;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before {
    width: 41px;
    height: 41px;
    left: -20px;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div:last-child {
    border-radius: 0 25px 0 0;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div.progressbar_active,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div.progressbar_active,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_progressbar div.progressbar_active {
  color: #fff;
  background-color: #f1a5a2;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container {
  padding: 40px;
  /* お問い合わせの種類/雇用形態/年代/同意 */
  /* テキストエリア */
  /* テキスト入力のデザイン */
  /* チェックボックスの基本デザイン */
  /* ラジオボタンの基本デザイン */
  /* プライバシーポリシー */
  /* 注記 */
  /* 確認ボタン・送信ボタン */
  /* 確認画面見出し 送信前注記 戻るボタン */
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
  color: #222222;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input {
  margin-top: 10px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label {
  border-radius: 4px;
  color: #fff;
  background-color: #f1a5a2;
  padding: 2px 8px;
  margin-left: 15px;
  font-size: 14px;
  text-align: center;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm {
  display: none;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item input {
    font-size: 14px;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label {
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 2px;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  border: solid 1px #f1a5a2;
  padding: 15px 0;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field label:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field label:hover {
  cursor: pointer;
  color: #f1a5a2;
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-checkbox-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type span.mwform-radio-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment span.mwform-radio-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn span.mwform-radio-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-radio-field,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field {
    width: 100%;
    margin: 0 0 15px;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type div.new_entry_form_input,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.employment div.new_entry_form_input,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select div.new_entry_form_input,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation div.new_entry_form_input,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type div.new_entry_form_input {
    display: block;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-checkbox-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.inquiry_type label span.mwform-radio-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type label span.mwform-radio-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select label span.mwform-radio-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.input_employment label span.mwform-radio-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation label span.mwform-radio-field-text,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.agree_btn label span.mwform-radio-field-text {
  width: 80%;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field {
  width: 40%;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.consultation span.mwform-checkbox-field {
    width: 100%;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field {
  width: 15%;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text {
  width: 60%;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field {
    width: 100%;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.date_select span.mwform-radio-field span.mwform-radio-field-text {
    width: 80%;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.job_type span.mwform-radio-field {
  margin-bottom: 15px;
  margin-left: 0;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea {
  width: 100%;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea {
  background-color: rgba(241, 165, 162, 0.35);
  border: 1px solid #f1a5a2;
  border-radius: 4px;
  padding: 8px 15px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]::placeholder,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]::placeholder,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]::placeholder,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]::placeholder,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]::placeholder,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]::placeholder,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea::placeholder,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea::placeholder,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea::placeholder {
  color: #b5b5b4;
  opacity: 1;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]:not(:placeholder-shown),
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]:not(:placeholder-shown),
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"]:not(:placeholder-shown),
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]:not(:placeholder-shown),
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]:not(:placeholder-shown),
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"]:not(:placeholder-shown),
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea:not(:placeholder-shown),
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea:not(:placeholder-shown),
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea:not(:placeholder-shown) {
  background-color: #fff;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="text"],
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="email"],
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container textarea {
    width: 100%;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"],
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"],
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #f1a5a2;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked {
  background: #f1a5a2;
  border-color: #f1a5a2;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked::after,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked::after,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"],
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"],
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #f1a5a2;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"]:checked,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"]:checked,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"]:checked {
  background: #f1a5a2;
  border-color: #f1a5a2;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"],
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"],
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container input[type="radio"] {
    top: 18px;
    left: 15px;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy p,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy p,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy p {
  width: 100%;
  max-height: 200px;
  background-color: rgba(241, 165, 162, 0.35);
  border: 1px solid #f1a5a2;
  padding: 8px 15px;
  border-radius: 4px;
  overflow-y: auto;
  font-weight: normal;
  font-size: 14px;
  margin: 15px auto;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy div.agree_btn div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy div.agree_btn div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.form_privacy_policy div.agree_btn div.new_entry_form_input {
  flex-direction: column;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_notice,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_notice,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_notice {
  margin: 15px 0;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn {
  width: 30%;
  margin: 60px auto 30px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button {
  color: #f1a5a2;
  border: 1px solid #f1a5a2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 20px 22px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-radius: 50px;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover {
  background-color: #f1a5a2;
  color: #fff;
  transition: 0.3s;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover::after,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover::after,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:hover::after,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover::after,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover::after,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:hover::after {
  background-color: #fff;
  transition: 0.3s;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:active,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:active,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button:active,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:active,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:active,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button:active {
  transform: scale(0.97) translateY(2px);
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button::after,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button::after,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button::after,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button::after,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button::after,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #f1a5a2;
  position: relative;
  top: -2px;
  top: 2px;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn {
    width: 100%;
    margin: 30px auto;
  }
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button {
    font-size: 4.8vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_btn button,
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_submit_btn button {
    font-size: 18px;
  }
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn {
  display: none;
}
body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error,
body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error,
body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error {
  font-size: 14px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-top: 5px;
  background-color: yellow;
  padding: 3px;
  width: fit-content;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error,
  body.page-entry_confirm div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error,
  body.page-entry_complete div.mw_wp_form div#new_entry_form div#new_entry_form_container span.error {
    width: 100%;
  }
}
body.page-entry div.mw_wp_form .new_entry_form_input input[type="checkbox"]:checked + .mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form .new_entry_form_input input[type="checkbox"]:checked + .mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form .new_entry_form_input input[type="checkbox"]:checked + .mwform-checkbox-field-text {
  color: #f1a5a2;
}
body.page-entry div.mw_wp_form .new_entry_form_input input[type="checkbox"]:not(:checked) + .mwform-checkbox-field-text,
body.page-entry_confirm div.mw_wp_form .new_entry_form_input input[type="checkbox"]:not(:checked) + .mwform-checkbox-field-text,
body.page-entry_complete div.mw_wp_form .new_entry_form_input input[type="checkbox"]:not(:checked) + .mwform-checkbox-field-text {
  color: #222222;
}
body.page-entry div.mw_wp_form .new_entry_form_input input[type="radio"]:checked + .mwform-radio-field-text,
body.page-entry_confirm div.mw_wp_form .new_entry_form_input input[type="radio"]:checked + .mwform-radio-field-text,
body.page-entry_complete div.mw_wp_form .new_entry_form_input input[type="radio"]:checked + .mwform-radio-field-text {
  color: #f1a5a2;
}
body.page-entry div.mw_wp_form_preview div.new-entry-header,
body.page-entry_confirm div.mw_wp_form_preview div.new-entry-header,
body.page-entry_complete div.mw_wp_form_preview div.new-entry-header {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:first-child {
  border-right: 4px solid #fff;
  background-color: rgba(241, 165, 162, 0.35);
  color: #f1a5a2;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2),
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2),
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2) {
  color: #fff;
  background-color: #f1a5a2;
  border-right: 4px solid #f1a5a2;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child {
  display: flex;
  align-items: center;
  position: relative;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f1a5a2;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_progressbar div:last-child::before {
    width: 41px;
    height: 41px;
    left: -20px;
  }
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container {
  padding: 40px 100px;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 30px auto;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  gap: 0;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label {
  display: flex;
  font-size: 16px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  width: 40%;
  justify-content: flex-start;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label span.form_required_label {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input {
  margin-top: 0;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  width: 60%;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn div.new_entry_form_input {
  width: 100%;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_notice,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_notice,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_notice {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.form_privacy_policy p,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.form_privacy_policy p,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.form_privacy_policy p {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-top: 30px;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.employment,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.employment,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.employment {
  display: flex;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.hidden-employment,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.hidden-employment,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.hidden-employment {
  display: none;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn {
  display: flex;
  margin: 0 auto;
  font-size: 18px;
  width: fit-content;
  align-items: center;
  justify-content: space-evenly;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn input,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn input,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn input {
  width: 100%;
  background: none;
  border: 0;
  color: #222222;
  line-height: 1;
  font-size: 18px;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn::before,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn::before,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #222222;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  margin-top: 0.1em;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:hover,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:hover,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:active,
body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:active,
body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn:active {
  transform: scale(0.97) translateY(2px);
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container {
    padding: 20px;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl {
    font-size: 1.45vw;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label {
    font-size: 1.01vw;
    width: 100%;
    margin-bottom: 8px;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label br.sp-confirm {
    display: block;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input {
    font-size: 1.01vw;
    width: 100% !important;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.agree_btn {
    width: 100%;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice {
    font-size: 1.01vw;
  }
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_back_btn {
    width: 30%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item label {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_item div.new_entry_form_input {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_confirm div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice,
  body.page-entry_complete div.mw_wp_form_preview div#new_entry_form div#new_entry_form_container div.new_entry_form_confirm_notice {
    font-size: 14px;
  }
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:first-child,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:first-child {
  border-right: 4px solid #fff;
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_progressbar div:nth-child(2)::before {
  display: none;
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl {
  width: 90%;
  margin: 30px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 26px 0;
  border-bottom: 1px solid #f1a5a2;
  color: #222222;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl {
    width: 100%;
    margin: 0 auto;
    font-size: 1.45vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_ttl {
    font-size: 20px;
  }
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text {
  width: 60%;
  margin: 45px auto 30px;
  font-size: 16px;
  font-weight: normal;
  color: #222222;
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text {
    width: 100%;
    font-size: 1.01vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_text {
    font-size: 14px;
  }
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container {
  width: 300px;
  margin: 50px auto;
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #f1a5a2;
  border-radius: 4px;
  padding: 10px 0;
  margin: 0 auto;
  text-decoration: none;
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:hover,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:hover,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:active,
body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:active,
body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a:active {
  transform: scale(0.97) translateY(2px);
}
@media (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container {
    width: auto;
  }
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a {
    width: 80%;
    font-size: 1.16vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a {
    font-size: 4.24vw;
  }
}
@media (max-width: 768px) and (min-width: 1380px) {
  body.page-entry div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_confirm div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a,
  body.page-entry_complete div.mw_wp_form_complete div#new_entry_form div#new_entry_form_container div.new_entry_form_complete_btn_container a {
    font-size: 16px;
  }
}
/* 新エントリーフォームここまで */
body.page-survey div.pagebody,
body.page-welfare div.pagebody {
  padding: 3em 5em;
}
@media (max-width: 768px) {
  body.page-survey div.pagebody,
  body.page-welfare div.pagebody {
    padding: 1em;
  }
}
/* 職員アンケート */
body.page-survey article div.postbody section {
  margin-bottom: 2em;
}
body.page-survey article div.postbody section h3 {
  color: #f1a5a2;
  font-size: 24px;
  margin-bottom: 1em;
}
body.page-survey article div.postbody section p {
  font-size: 14px;
}
body.page-survey article div.postbody section p.survey-note {
  margin: 2em 0;
}
body.page-survey article div.postbody section div.survey-section {
  display: flex;
  justify-content: space-between;
}
body.page-survey article div.postbody section div.survey-section div {
  width: 49%;
}
@media (max-width: 768px) {
  body.page-survey article div.postbody section div.survey-section {
    flex-direction: column;
  }
  body.page-survey article div.postbody section div.survey-section div {
    width: 100%;
    margin-bottom: 1em;
  }
}
body.page-survey article div.postbody section ul {
  font-size: 14px;
}
body.page-survey article div.postbody section ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #b5b5b4;
}
@media (max-width: 768px) {
  body.page-survey article div.postbody section ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
body.page-survey article div.postbody section ul li span {
  color: #f1a5a2;
}
/* 福利厚生 */
body.page-welfare article div.postbody section {
  margin-bottom: 3em;
}
body.page-welfare article div.postbody section h4 {
  font-size: 20px;
  color: #f1a5a2;
  margin-bottom: 0.5em;
}
body.page-welfare article div.postbody section div.welfare-flex {
  display: flex;
  justify-content: space-between;
}
body.page-welfare article div.postbody section div.welfare-flex div {
  width: 49%;
}
body.page-welfare article div.postbody section div.welfare-flex div h4 {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.page-welfare article div.postbody section h4 {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  body.page-welfare article div.postbody section div.col-normal {
    flex-direction: column;
  }
  body.page-welfare article div.postbody section div.col-normal div {
    width: 100%;
  }
  body.page-welfare article div.postbody section div.col-normal div:first-child {
    margin-bottom: 1em;
  }
  body.page-welfare article div.postbody section div.col-reverse {
    flex-direction: column-reverse;
  }
  body.page-welfare article div.postbody section div.col-reverse div {
    width: 100%;
  }
}
body.page-welfare article div.postbody section p {
  font-size: 14px;
}
body.page-welfare article div.postbody section p.cafe-exp {
  margin-bottom: 2em;
}
/* 職業紹介 */
body.page-job-nurse section.page-title h2,
body.page-job-careworker section.page-title h2,
body.page-job-therapist section.page-title h2 {
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 24px;
}
body.page-job-nurse section.page-title h3,
body.page-job-careworker section.page-title h3,
body.page-job-therapist section.page-title h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: normal;
}
body.page-job-nurse section.page-title div.introduct-header-image-wrapper,
body.page-job-careworker section.page-title div.introduct-header-image-wrapper,
body.page-job-therapist section.page-title div.introduct-header-image-wrapper {
  width: 100%;
  position: relative;
}
body.page-job-nurse section.page-title div.introduct-header-image-wrapper figure.introduct-header-image,
body.page-job-careworker section.page-title div.introduct-header-image-wrapper figure.introduct-header-image,
body.page-job-therapist section.page-title div.introduct-header-image-wrapper figure.introduct-header-image {
  position: absolute;
}
body.page-job-nurse section.page-title div.introduct-header-image-wrapper figure.introduct-header-image img,
body.page-job-careworker section.page-title div.introduct-header-image-wrapper figure.introduct-header-image img,
body.page-job-therapist section.page-title div.introduct-header-image-wrapper figure.introduct-header-image img {
  position: unset;
  filter: unset;
}
body.page-job-nurse div.postbody,
body.page-job-careworker div.postbody,
body.page-job-therapist div.postbody {
  padding-bottom: 0 !important;
}
body.page-job-nurse div.postbody h6,
body.page-job-careworker div.postbody h6,
body.page-job-therapist div.postbody h6 {
  font-size: 16px;
  margin: 2em 37px 37px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.page-job-nurse div.postbody section.introduct-toc,
body.page-job-careworker div.postbody section.introduct-toc,
body.page-job-therapist div.postbody section.introduct-toc {
  margin: 37px 37px 90px;
  border-bottom: 1px solid #f1a5a2;
}
body.page-job-nurse div.postbody section.introduct-toc h4,
body.page-job-careworker div.postbody section.introduct-toc h4,
body.page-job-therapist div.postbody section.introduct-toc h4 {
  font-size: 28px;
  color: #b5b5b4;
  margin-bottom: 0;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.page-job-nurse div.postbody section.introduct-toc ul,
body.page-job-careworker div.postbody section.introduct-toc ul,
body.page-job-therapist div.postbody section.introduct-toc ul {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
  padding-bottom: 37px;
}
body.page-job-nurse div.postbody section.introduct-toc ul li,
body.page-job-careworker div.postbody section.introduct-toc ul li,
body.page-job-therapist div.postbody section.introduct-toc ul li {
  margin-left: 1em;
  text-indent: -0.5em;
}
body.page-job-nurse div.postbody section.introduct-toc ul li a,
body.page-job-careworker div.postbody section.introduct-toc ul li a,
body.page-job-therapist div.postbody section.introduct-toc ul li a {
  color: #f1a5a2;
}
body.page-job-nurse div.postbody section.introduct-toc ul li a:hover,
body.page-job-careworker div.postbody section.introduct-toc ul li a:hover,
body.page-job-therapist div.postbody section.introduct-toc ul li a:hover {
  opacity: 0.65;
}
body.page-job-nurse div.postbody section.introduct-toc ul li a::before,
body.page-job-careworker div.postbody section.introduct-toc ul li a::before,
body.page-job-therapist div.postbody section.introduct-toc ul li a::before {
  content: "▼";
  color: #f1a5a2;
  display: inline-block;
}
body.page-job-nurse div.postbody section,
body.page-job-careworker div.postbody section,
body.page-job-therapist div.postbody section {
  margin-bottom: 150px;
  line-height: 1.75;
  /* ========= サムネイル ========= */
  /* 拡大ボタン（ふわっと出る） */
  /* ========= モーダル ========= */
  /* 表示状態 */
  /* 背景フェード */
  /* コンテンツ（ズームイン） */
  /* 閉じるボタン */
}
body.page-job-nurse div.postbody section h2,
body.page-job-careworker div.postbody section h2,
body.page-job-therapist div.postbody section h2 {
  font-size: 28px;
  color: #f1a5a2;
  margin: 37px;
}
body.page-job-nurse div.postbody section div.left-heading,
body.page-job-careworker div.postbody section div.left-heading,
body.page-job-therapist div.postbody section div.left-heading {
  display: flex;
  margin: 37px;
  /* タイムライン */
  /* 縦のライン */
  /* 横の短い線（T字の部分） */
}
body.page-job-nurse div.postbody section div.left-heading h3,
body.page-job-careworker div.postbody section div.left-heading h3,
body.page-job-therapist div.postbody section div.left-heading h3 {
  font-size: 22px;
  color: #f1a5a2;
  margin: 0;
  width: 273px;
}
body.page-job-nurse div.postbody section div.left-heading div,
body.page-job-careworker div.postbody section div.left-heading div,
body.page-job-therapist div.postbody section div.left-heading div {
  width: 530px;
}
body.page-job-nurse div.postbody section div.left-heading div p,
body.page-job-careworker div.postbody section div.left-heading div p,
body.page-job-therapist div.postbody section div.left-heading div p {
  margin-top: 2em;
  font-weight: bold;
}
body.page-job-nurse div.postbody section div.left-heading div p span,
body.page-job-careworker div.postbody section div.left-heading div p span,
body.page-job-therapist div.postbody section div.left-heading div p span {
  color: #f1a5a2;
}
body.page-job-nurse div.postbody section div.left-heading h4,
body.page-job-careworker div.postbody section div.left-heading h4,
body.page-job-therapist div.postbody section div.left-heading h4 {
  font-size: 28px;
  color: #f1a5a2;
  border-bottom: 1px solid #f1a5a2;
  padding-bottom: 0.5em;
}
body.page-job-nurse div.postbody section div.left-heading h5,
body.page-job-careworker div.postbody section div.left-heading h5,
body.page-job-therapist div.postbody section div.left-heading h5 {
  font-size: 22px;
  color: #f1a5a2;
  margin: 37px 0 10px;
}
body.page-job-nurse div.postbody section div.left-heading ul.list-dot,
body.page-job-careworker div.postbody section div.left-heading ul.list-dot,
body.page-job-therapist div.postbody section div.left-heading ul.list-dot {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
body.page-job-nurse div.postbody section div.left-heading ul.list-dot li,
body.page-job-careworker div.postbody section div.left-heading ul.list-dot li,
body.page-job-therapist div.postbody section div.left-heading ul.list-dot li {
  margin-left: 1em;
  text-indent: -0.5em;
}
body.page-job-nurse div.postbody section div.left-heading ul.list-dot li::before,
body.page-job-careworker div.postbody section div.left-heading ul.list-dot li::before,
body.page-job-therapist div.postbody section div.left-heading ul.list-dot li::before {
  content: "・";
  display: inline-block;
}
body.page-job-nurse div.postbody section div.left-heading ul.related-list li,
body.page-job-careworker div.postbody section div.left-heading ul.related-list li,
body.page-job-therapist div.postbody section div.left-heading ul.related-list li {
  margin-bottom: 0.5em;
}
body.page-job-nurse div.postbody section div.left-heading div.timeline,
body.page-job-careworker div.postbody section div.left-heading div.timeline,
body.page-job-therapist div.postbody section div.left-heading div.timeline {
  position: relative;
}
body.page-job-nurse div.postbody section div.left-heading div.timeline::before,
body.page-job-careworker div.postbody section div.left-heading div.timeline::before,
body.page-job-therapist div.postbody section div.left-heading div.timeline::before {
  content: "";
  position: absolute;
  left: 66px;
  /* 時間表示の幅に合わせて調整 */
  top: 20px;
  bottom: 30px;
  width: 1px;
  background-color: #707070;
}
body.page-job-nurse div.postbody section div.left-heading div.timeline-item,
body.page-job-careworker div.postbody section div.left-heading div.timeline-item,
body.page-job-therapist div.postbody section div.left-heading div.timeline-item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 90px;
  /* 線からの距離 */
}
body.page-job-nurse div.postbody section div.left-heading div.timeline-item p,
body.page-job-careworker div.postbody section div.left-heading div.timeline-item p,
body.page-job-therapist div.postbody section div.left-heading div.timeline-item p {
  font-weight: normal;
}
body.page-job-nurse div.postbody section div.left-heading div.timeline-item::after,
body.page-job-careworker div.postbody section div.left-heading div.timeline-item::after,
body.page-job-therapist div.postbody section div.left-heading div.timeline-item::after {
  content: "";
  position: absolute;
  left: 58px;
  top: 20px;
  width: 18px;
  height: 1px;
  background-color: #707070;
}
body.page-job-nurse div.postbody section div.left-heading div.time,
body.page-job-careworker div.postbody section div.left-heading div.time,
body.page-job-therapist div.postbody section div.left-heading div.time {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  text-align: right;
  font-weight: bold;
  color: #f1a5a2;
  font-size: 20px;
}
body.page-job-nurse div.postbody section div.left-heading h3.content-title,
body.page-job-careworker div.postbody section div.left-heading h3.content-title,
body.page-job-therapist div.postbody section div.left-heading h3.content-title {
  color: #f1a5a2;
  font-weight: bold;
  font-size: 20px;
}
body.page-job-nurse div.postbody section div.left-heading p.content-description,
body.page-job-careworker div.postbody section div.left-heading p.content-description,
body.page-job-therapist div.postbody section div.left-heading p.content-description {
  margin: 0;
  font-size: 16px;
  text-align: justify;
}
body.page-job-nurse div.postbody section div.photo-area,
body.page-job-careworker div.postbody section div.photo-area,
body.page-job-therapist div.postbody section div.photo-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 74px;
}
body.page-job-nurse div.postbody section div.two-box img,
body.page-job-careworker div.postbody section div.two-box img,
body.page-job-therapist div.postbody section div.two-box img {
  width: 50%;
}
body.page-job-nurse div.postbody section div.three-box picture,
body.page-job-careworker div.postbody section div.three-box picture,
body.page-job-therapist div.postbody section div.three-box picture {
  width: 100%;
  flex: 1 0 0;
  min-width: 0;
}
body.page-job-nurse div.postbody section figure,
body.page-job-careworker div.postbody section figure,
body.page-job-therapist div.postbody section figure {
  color: #f1a5a2;
  width: 273px;
}
body.page-job-nurse div.postbody section figure img,
body.page-job-careworker div.postbody section figure img,
body.page-job-therapist div.postbody section figure img {
  width: 170px;
}
body.page-job-nurse div.postbody section figure figcaption,
body.page-job-careworker div.postbody section figure figcaption,
body.page-job-therapist div.postbody section figure figcaption {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}
body.page-job-nurse div.postbody section figure figcaption span,
body.page-job-careworker div.postbody section figure figcaption span,
body.page-job-therapist div.postbody section figure figcaption span {
  font-size: 26px;
  font-weight: bold;
}
body.page-job-nurse div.postbody section figure figcaption p,
body.page-job-careworker div.postbody section figure figcaption p,
body.page-job-therapist div.postbody section figure figcaption p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  width: 170px;
}
body.page-job-nurse div.postbody section a.interview-link,
body.page-job-careworker div.postbody section a.interview-link,
body.page-job-therapist div.postbody section a.interview-link {
  display: flex;
  width: 530px;
  margin-right: 69px;
  float: right;
  padding: 1em;
  background-color: #f1a5a2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
body.page-job-nurse div.postbody section a.interview-link:hover,
body.page-job-careworker div.postbody section a.interview-link:hover,
body.page-job-therapist div.postbody section a.interview-link:hover {
  color: #fff;
  opacity: 0.65;
}
body.page-job-nurse div.postbody section a.interview-link span,
body.page-job-careworker div.postbody section a.interview-link span,
body.page-job-therapist div.postbody section a.interview-link span {
  margin: 0 auto;
  line-height: 1.5;
}
body.page-job-nurse div.postbody section a.interview-link span::after,
body.page-job-careworker div.postbody section a.interview-link span::after,
body.page-job-therapist div.postbody section a.interview-link span::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url("../img/arrow.svg") no-repeat center / contain;
  mask: url("../img/arrow.svg") no-repeat center / contain;
  background-color: #fff;
  position: relative;
  top: -2px;
}
body.page-job-nurse div.postbody section br.clear,
body.page-job-careworker div.postbody section br.clear,
body.page-job-therapist div.postbody section br.clear {
  clear: both;
}
body.page-job-nurse div.postbody section.work-with-us,
body.page-job-careworker div.postbody section.work-with-us,
body.page-job-therapist div.postbody section.work-with-us {
  padding-bottom: 100px;
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div p,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div p,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div p {
  font-weight: normal;
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div h5,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div h5,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div h5 {
  color: #707070;
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div ul li::before,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div ul li::before,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div ul li::before {
  content: "";
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div ul li a,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div ul li a,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div ul li a {
  color: #f1a5a2;
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div ul li a:hover,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div ul li a:hover,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div ul li a:hover {
  opacity: 0.65;
}
body.page-job-nurse div.postbody section.work-with-us div.left-heading div ul li a::before,
body.page-job-careworker div.postbody section.work-with-us div.left-heading div ul li a::before,
body.page-job-therapist div.postbody section.work-with-us div.left-heading div ul li a::before {
  content: "・";
  display: inline-block;
}
body.page-job-nurse div.postbody section div.image-zoom,
body.page-job-careworker div.postbody section div.image-zoom,
body.page-job-therapist div.postbody section div.image-zoom {
  position: relative;
  display: inline-block;
  width: 100%;
}
body.page-job-nurse div.postbody section div.image-zoom img,
body.page-job-careworker div.postbody section div.image-zoom img,
body.page-job-therapist div.postbody section div.image-zoom img {
  display: block;
  max-width: 100%;
  margin: 0 5.07vw;
}
body.page-job-nurse div.postbody section button.zoom-btn,
body.page-job-careworker div.postbody section button.zoom-btn,
body.page-job-therapist div.postbody section button.zoom-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.page-job-nurse div.postbody section button.zoom-btn img,
body.page-job-careworker div.postbody section button.zoom-btn img,
body.page-job-therapist div.postbody section button.zoom-btn img {
  margin: 0;
}
body.page-job-nurse div.postbody section div.image-zoom:hover button.zoom-btn,
body.page-job-careworker div.postbody section div.image-zoom:hover button.zoom-btn,
body.page-job-therapist div.postbody section div.image-zoom:hover button.zoom-btn {
  opacity: 1;
  transform: scale(1);
}
body.page-job-nurse div.postbody section div.modal,
body.page-job-careworker div.postbody section div.modal,
body.page-job-therapist div.postbody section div.modal {
  width: 100% !important;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
}
body.page-job-nurse div.postbody section div.modal.is-open,
body.page-job-careworker div.postbody section div.modal.is-open,
body.page-job-therapist div.postbody section div.modal.is-open {
  pointer-events: auto;
}
body.page-job-nurse div.postbody section div.modal-overlay,
body.page-job-careworker div.postbody section div.modal-overlay,
body.page-job-therapist div.postbody section div.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.page-job-nurse div.postbody section div.modal.is-open div.modal-overlay,
body.page-job-careworker div.postbody section div.modal.is-open div.modal-overlay,
body.page-job-therapist div.postbody section div.modal.is-open div.modal-overlay {
  opacity: 1;
  width: 100%;
}
body.page-job-nurse div.postbody section div.modal-content,
body.page-job-careworker div.postbody section div.modal-content,
body.page-job-therapist div.postbody section div.modal-content {
  position: relative;
  width: 90% !important;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.page-job-nurse div.postbody section div.modal.is-open div.modal-content,
body.page-job-careworker div.postbody section div.modal.is-open div.modal-content,
body.page-job-therapist div.postbody section div.modal.is-open div.modal-content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
body.page-job-nurse div.postbody section div.modal-content img,
body.page-job-careworker div.postbody section div.modal-content img,
body.page-job-therapist div.postbody section div.modal-content img {
  width: 100% !important;
  height: auto;
}
body.page-job-nurse div.postbody section button.modal-close,
body.page-job-careworker div.postbody section button.modal-close,
body.page-job-therapist div.postbody section button.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
body.page-job-nurse div.postbody section:last-child,
body.page-job-careworker div.postbody section:last-child,
body.page-job-therapist div.postbody section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-job-nurse section.page-title,
  body.page-job-careworker section.page-title,
  body.page-job-therapist section.page-title {
    height: 242px;
  }
  body.page-job-nurse section.page-title h2,
  body.page-job-careworker section.page-title h2,
  body.page-job-therapist section.page-title h2 {
    font-size: clamp(20px, 5.87vw, 22px);
  }
  body.page-job-nurse div.postbody h6,
  body.page-job-careworker div.postbody h6,
  body.page-job-therapist div.postbody h6 {
    font-size: 14px;
    margin: 1.5em 5.6vw 3em;
  }
  body.page-job-nurse div.postbody section.introduct-toc,
  body.page-job-careworker div.postbody section.introduct-toc,
  body.page-job-therapist div.postbody section.introduct-toc {
    margin: 5.2vw 5.2vw 18.67vw;
  }
  body.page-job-nurse div.postbody section.introduct-toc h4,
  body.page-job-careworker div.postbody section.introduct-toc h4,
  body.page-job-therapist div.postbody section.introduct-toc h4 {
    font-size: clamp(22px, 6.4vw, 24px);
  }
  body.page-job-nurse div.postbody section.introduct-toc ul,
  body.page-job-careworker div.postbody section.introduct-toc ul,
  body.page-job-therapist div.postbody section.introduct-toc ul {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 1.33;
  }
  body.page-job-nurse div.postbody section.introduct-toc ul li,
  body.page-job-careworker div.postbody section.introduct-toc ul li,
  body.page-job-therapist div.postbody section.introduct-toc ul li {
    margin-bottom: 1em;
  }
  body.page-job-nurse div.postbody section,
  body.page-job-careworker div.postbody section,
  body.page-job-therapist div.postbody section {
    margin-bottom: 30.79vw;
  }
  body.page-job-nurse div.postbody section h2,
  body.page-job-careworker div.postbody section h2,
  body.page-job-therapist div.postbody section h2 {
    font-size: clamp(22px, 6.4vw, 24px);
    margin: 5.2vw;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  body.page-job-nurse div.postbody section div.left-heading,
  body.page-job-careworker div.postbody section div.left-heading,
  body.page-job-therapist div.postbody section div.left-heading {
    margin: 5.2vw;
    flex-direction: column;
    /*	// 縦のライン
					div.timeline::before {
						left: 18.8vw; // 時間表示の幅に合わせて調整
						top: 4.8vw;
						bottom: 7.8vw;
					}

					div.timeline-item {
						padding-left: 24vw; // 線からの距離
					}

					// 横の短い線（T字の部分）
					div.timeline-item::after {
						left: 16.53vw;
						top: 4.8vw;
						width: 4.8vw;
					}

					div.time {
						width: 14.67vw;
						font-size: clamp(16px, 4.8vw, 18px);
					}

					h3.content-title {
						font-size: clamp(16px, 4.8vw, 18px);
					}

					p.content-description {
						font-size: clamp(12px, 3.73vw, 14px);
					}
					ul.list-dot {
						line-height: 1.5;
						font-size: clamp(14px, 4.24vw, 16px);
						li {
							margin-bottom: 1em;
						}
					}*/
  }
  body.page-job-nurse div.postbody section div.left-heading h3,
  body.page-job-careworker div.postbody section div.left-heading h3,
  body.page-job-therapist div.postbody section div.left-heading h3 {
    font-size: clamp(22px, 6.4vw, 24px);
    width: 100%;
    margin-bottom: 10.67vw;
  }
  body.page-job-nurse div.postbody section div.left-heading div,
  body.page-job-careworker div.postbody section div.left-heading div,
  body.page-job-therapist div.postbody section div.left-heading div {
    width: 100%;
    font-size: clamp(14px, 4.24vw, 16px);
  }
  body.page-job-nurse div.postbody section div.left-heading div p,
  body.page-job-careworker div.postbody section div.left-heading div p,
  body.page-job-therapist div.postbody section div.left-heading div p {
    margin: 5.2vw 0 0;
  }
  body.page-job-nurse div.postbody section div.left-heading h4,
  body.page-job-careworker div.postbody section div.left-heading h4,
  body.page-job-therapist div.postbody section div.left-heading h4 {
    font-size: clamp(22px, 6.4vw, 24px);
  }
  body.page-job-nurse div.postbody section div.left-heading h5,
  body.page-job-careworker div.postbody section div.left-heading h5,
  body.page-job-therapist div.postbody section div.left-heading h5 {
    font-size: clamp(18px, 5.33vw, 20px);
    margin: 9.87vw 0 2.67vw;
  }
  body.page-job-nurse div.postbody section figure,
  body.page-job-careworker div.postbody section figure,
  body.page-job-therapist div.postbody section figure {
    display: flex;
    margin-top: 10.67vw;
    width: 100%;
  }
  body.page-job-nurse div.postbody section figure img,
  body.page-job-careworker div.postbody section figure img,
  body.page-job-therapist div.postbody section figure img {
    width: 38.4vw;
    height: 38.4vw;
    margin-right: 5.2vw;
  }
  body.page-job-nurse div.postbody section figure figcaption,
  body.page-job-careworker div.postbody section figure figcaption,
  body.page-job-therapist div.postbody section figure figcaption {
    font-size: clamp(14px, 4.24vw, 16px);
    margin-top: 0;
  }
  body.page-job-nurse div.postbody section figure figcaption span,
  body.page-job-careworker div.postbody section figure figcaption span,
  body.page-job-therapist div.postbody section figure figcaption span {
    font-size: clamp(22px, 6.4vw, 24px);
  }
  body.page-job-nurse div.postbody section figure figcaption p,
  body.page-job-careworker div.postbody section figure figcaption p,
  body.page-job-therapist div.postbody section figure figcaption p {
    font-size: clamp(12px, 3.73vw, 14px);
    width: auto;
  }
  body.page-job-nurse div.postbody section div.two-box img,
  body.page-job-careworker div.postbody section div.two-box img,
  body.page-job-therapist div.postbody section div.two-box img {
    width: 100%;
  }
  body.page-job-nurse div.postbody section div.three-box picture,
  body.page-job-careworker div.postbody section div.three-box picture,
  body.page-job-therapist div.postbody section div.three-box picture {
    flex: unset;
  }
  body.page-job-nurse div.postbody section div.three-box picture img,
  body.page-job-careworker div.postbody section div.three-box picture img,
  body.page-job-therapist div.postbody section div.three-box picture img {
    width: 100%;
  }
  body.page-job-nurse div.postbody section a.interview-link,
  body.page-job-careworker div.postbody section a.interview-link,
  body.page-job-therapist div.postbody section a.interview-link {
    font-size: clamp(14px, 4.24vw, 16px);
    width: 100%;
    margin-right: 0;
    padding: 24px 40px;
    float: none;
  }
  body.page-job-nurse div.postbody section div.img-zoom button.zoom-btn,
  body.page-job-careworker div.postbody section div.img-zoom button.zoom-btn,
  body.page-job-therapist div.postbody section div.img-zoom button.zoom-btn {
    display: none;
  }
  body.page-job-nurse div.postbody section div.modal,
  body.page-job-careworker div.postbody section div.modal,
  body.page-job-therapist div.postbody section div.modal {
    display: none;
  }
  body.page-job-nurse div.postbody section div.ladder-chart-img,
  body.page-job-careworker div.postbody section div.ladder-chart-img,
  body.page-job-therapist div.postbody section div.ladder-chart-img {
    margin: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  body.page-job-nurse div.postbody section div.ladder-chart-img img,
  body.page-job-careworker div.postbody section div.ladder-chart-img img,
  body.page-job-therapist div.postbody section div.ladder-chart-img img {
    width: 1000px;
    height: auto;
    display: block;
    max-width: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.page-job-nurse .image-zoom:hover .zoom-btn,
  body.page-job-careworker .image-zoom:hover .zoom-btn,
  body.page-job-therapist .image-zoom:hover .zoom-btn {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  body.page-job-nurse .zoom-btn,
  body.page-job-careworker .zoom-btn,
  body.page-job-therapist .zoom-btn {
    display: none;
  }
}
body.page-job-nurse figure.introduct-header-image {
  top: 12px;
  right: 80px;
}
body.page-job-nurse figure.introduct-header-image img {
  height: 161px;
}
body.page-job-nurse div.postbody section#sec-1 div.left-heading div h5:first-child,
body.page-job-nurse div.postbody section#sec-6 div.left-heading div h5:first-child {
  margin-top: 0;
}
body.page-job-nurse div.postbody section#sec-2 div.photo-area,
body.page-job-nurse div.postbody section#sec-3 div.photo-area {
  margin-bottom: 37px;
}
body.page-job-nurse div.postbody div.preceptorship-img {
  margin-right: 60px;
  margin-left: 150px;
}
body.page-job-nurse div.postbody section#sec-7 div.left-heading div p {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.page-job-nurse figure.introduct-header-image {
    top: 15px;
    right: 12.77vw;
  }
  body.page-job-nurse div.postbody section#sec-1 div.left-heading {
    flex-direction: column-reverse;
  }
  body.page-job-nurse div.postbody section#sec-1 div.left-heading div h5:first-child {
    margin-top: 5.2vw;
  }
  body.page-job-nurse div.postbody section#sec-2 h3,
  body.page-job-nurse div.postbody section#sec-3 h3 {
    margin-bottom: 5.2vw;
  }
  body.page-job-nurse div.postbody section#sec-2 div.photo-area,
  body.page-job-nurse div.postbody section#sec-3 div.photo-area {
    margin-bottom: 0;
  }
  body.page-job-nurse div.postbody section#sec-4 h3,
  body.page-job-nurse div.postbody section#sec-5 h3 {
    margin-bottom: 1.33vw;
  }
  body.page-job-nurse div.postbody section#sec-6 div.preceptorship-img {
    margin: 0;
    width: 100%;
    height: 79.47vw;
    overflow: hidden;
  }
  body.page-job-nurse div.postbody section#sec-6 div.preceptorship-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.page-job-nurse div.postbody section#sec-7 div.left-heading {
    margin-right: 5.2vw;
  }
  body.page-job-nurse div.postbody section#sec-7 div.left-heading h3 {
    width: 100%;
    margin-bottom: 10.67vw;
  }
  body.page-job-nurse div.postbody section#sec-7 div.left-heading div {
    width: 100%;
  }
  body.page-job-nurse div.postbody section#sec-7 div.left-heading div p {
    margin: 0;
  }
}
body.page-job-careworker section.page-title h3 {
  padding-left: 154px;
}
body.page-job-careworker figure.introduct-header-image {
  top: -11px;
  right: 60px;
}
body.page-job-careworker figure.introduct-header-image img {
  height: 150px;
}
body.page-job-careworker div.postbody section#sec-1 img {
  margin-bottom: 0;
}
body.page-job-careworker div.postbody section#sec-1 h3 {
  margin-bottom: 5.2vw;
}
body.page-job-careworker div.postbody section#sec-2 h3,
body.page-job-careworker div.postbody section#sec-3 h3 {
  margin-bottom: 0;
}
body.page-job-careworker div.postbody section#sec-5 h2 {
  font-size: 28px;
  color: #f1a5a2;
  margin-bottom: 0;
}
body.page-job-careworker div.postbody section#sec-5 h3 {
  font-size: 22px;
  color: #707070;
  margin: 0 37px 50px;
}
body.page-job-careworker div.postbody section#sec-5 div.left-heading h5:first-child {
  margin-top: 0;
}
body.page-job-careworker div.postbody section#sec-6 div.left-heading div p {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.page-job-careworker section.page-title h3 {
    font-size: clamp(12px, 3.73vw, 14px);
    padding-left: calc(5.33vw + 115px);
  }
  body.page-job-careworker figure.introduct-header-image {
    top: -6px;
    right: 5.2vw;
  }
  body.page-job-careworker figure.introduct-header-image img {
    height: 150px;
  }
  body.page-job-careworker div.postbody section#sec-4 div.ladder-chart-img {
    margin-top: 10.67vw;
  }
  body.page-job-careworker div.postbody section#sec-4 div.ladder-chart-img img {
    width: 700px;
  }
  body.page-job-careworker div.postbody section#sec-5 h2 {
    font-size: clamp(22px, 6.4vw, 24px);
  }
  body.page-job-careworker div.postbody section#sec-5 h3 {
    font-size: clamp(18px, 5.33vw, 20px);
    margin: 0 5.2vw 10.67vw;
  }
  body.page-job-careworker div.postbody section#sec-5 div.left-heading {
    flex-direction: column-reverse;
  }
}
body.page-job-therapist section.page-title h3 {
  color: #222222;
}
body.page-job-therapist section.page-title figure.introduct-header-image {
  top: -46px;
  right: 70px;
}
body.page-job-therapist section.page-title figure.introduct-header-image img {
  height: 132px;
}
body.page-job-therapist div.postbody section#sec-3 {
  background-color: #f1a5a2;
  padding: 31px 0;
}
body.page-job-therapist div.postbody section#sec-3 div.left-heading h3,
body.page-job-therapist div.postbody section#sec-3 div.left-heading ul {
  color: #fff;
}
body.page-job-therapist div.postbody section#sec-4 div.left-heading h5:first-child {
  margin-top: 0;
}
body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area {
  display: flex;
  margin: 37px 0;
  justify-content: space-between;
}
body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area img,
body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area div {
  width: 32.5%;
}
body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area:nth-child(4) {
  margin-bottom: 150px;
}
body.page-job-therapist div.postbody section#sec-4 div.chart-title-wrapper {
  position: relative;
}
body.page-job-therapist div.postbody section#sec-4 div.chart-title-wrapper,
body.page-job-therapist div.postbody section#sec-4 div.modal-content {
  margin-top: 23px;
}
body.page-job-therapist div.postbody section#sec-4 div.chart-title-wrapper h6,
body.page-job-therapist div.postbody section#sec-4 div.modal-content h6 {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #f1a5a2;
  font-family: "ZenKakuGothicNew", "Hiragino Sans", Yugothic, Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  background-color: #fff;
  margin: 0;
  padding: 0 0.5em;
  z-index: 2;
}
body.page-job-therapist div.postbody section#sec-4 div.modal-content {
  position: relative;
  padding: 2.9vw;
  background-color: #fff;
}
body.page-job-therapist div.postbody section#sec-4 div.modal-content h6 {
  font-size: clamp(18px, 5.33vw, 20px);
  top: 1.8vw;
}
@media (max-width: 768px) {
  body.page-job-therapist div.postbody section.page-title figure.introduct-header-image {
    top: -35px;
    right: 5.2vw;
  }
  body.page-job-therapist div.postbody section#sec-1 h3 {
    font-size: clamp(18px, 5.33vw, 20px);
    margin-bottom: 2.67vw;
  }
  body.page-job-therapist div.postbody section#sec-3 {
    padding: 3.2vw 0 0.53vw;
  }
  body.page-job-therapist div.postbody section#sec-3 h3 {
    font-size: clamp(18px, 5.33vw, 20px);
    margin-bottom: 5.2vw;
  }
  body.page-job-therapist div.postbody section#sec-3 ul {
    font-size: clamp(14px, 4.24vw, 16px);
  }
  body.page-job-therapist div.postbody section#sec-4 div.left-heading h3 {
    font-size: clamp(22px, 6.4vw, 24px);
    margin-bottom: 5.2vw;
    width: 100%;
  }
  body.page-job-therapist div.postbody section#sec-4 div.left-heading:nth-child(3) h3 {
    margin-bottom: 2.67vw;
  }
  body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area {
    flex-direction: column;
    margin: 5.2vw 5.2vw 0;
  }
  body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area div {
    display: none;
  }
  body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area img {
    width: 78.78vw;
    margin: 0 5.2vw 2.67vw;
  }
  body.page-job-therapist div.postbody section#sec-4 div.sec-4-photo-area:nth-child(4) {
    margin-bottom: 26.67vw;
  }
  body.page-job-therapist div.postbody section#sec-4 div.chart-title-wrapper h6 {
    font-size: clamp(18px, 5.33vw, 20px);
    width: 250px;
    text-align: center;
    line-height: 1.2;
    top: 14.5vw;
  }
  body.page-job-therapist div.postbody section#sec-4 div.ladder-chart-img {
    margin-top: 17.87vw;
  }
}
