@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  color: #231815;
  text-decoration: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: #231815;
  text-decoration: none;
}

html, body {
  font-size: 14px;
}
@media (max-width: 756px) {
  html, body {
    font-size: 3.6vw;
  }
}

body {
  color: #231815;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.14;
  text-align: center;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

input, textarea, select {
  font-size: 100%;
}

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

b, strong, fontBold {
  font-weight: 700;
}

/* reset ------------------------------ */
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
header, footer, section,
tr, th, td,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img, table {
  border: none;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

li img,
dt img {
  vertical-align: bottom;
}

/* textlink ------------------------------ */
a,
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #231815;
  text-decoration: none;
}

a:hover {
  color: #DA5B6A;
}

a:hover img,
input[type=submit]:hover,
input[type=image]:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*color
-----------------------------------------------*/
.green {
  color: #009944 !important;
}

.blue {
  color: #0599D9 !important;
}

.pink {
  color: #DA5B6A !important;
}

.gray {
  color: #727171 !important;
}

/*font-size
-----------------------------------------------*/
.fs12 {
  font-size: 0.86rem !important;
}

.fs14 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 1.07rem !important;
}

.fs16 {
  font-size: 1.14rem !important;
}

.fs17 {
  font-size: 1.21rem !important;
}

.fs18 {
  font-size: 1.29rem !important;
}

.fs20 {
  font-size: 1.43rem !important;
}

.fs21 {
  font-size: 1.5rem !important;
}

.fs22 {
  font-size: 1.57rem !important;
}

.fs23 {
  font-size: 1.64em !important;
}

.fs24 {
  font-size: 1.71rem !important;
}

.fs25 {
  font-size: 1.77rem !important;
}

.fs30 {
  font-size: 2.14rem !important;
}

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important;
}

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

.bot015px {
  margin-bottom: 15px !important;
}

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

.bot025px {
  margin-bottom: 25px !important;
}

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

.bot035px {
  margin-bottom: 35px !important;
}

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

.bot045px {
  margin-bottom: 45px !important;
}

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

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

.bot070px {
  margin-bottom: 70px !important;
}

.bot100px {
  margin-bottom: 100px !important;
}

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important;
}

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

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

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover img,
  input[type=submit]:hover,
  input[type=image]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* ----------------------- iOS用フォームのリセット ------- */
  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus,
  input[type=button]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + label {
    background: #ff0000;
  }
}
.forpc {
  display: block;
}

.forsp {
  display: none;
}

.forpcinline {
  display: inline;
}

.forspinline {
  display: none;
}

.subContents {
  width: 1010px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 756px) {
  .subContents {
    width: 100vw;
    min-width: initial;
    padding: 0 5vw;
  }
}

.subContents .inner {
  width: 956px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 756px) {
  .subContents .inner {
    width: 100%;
  }
}
.h-type01 {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 70px;
}
.h-type01 span {
  font-size: 2.14rem;
}

@media screen and (max-width: 756px) {
  .h-type01 {
    margin: 0 0 10vw;
  }
}
.b-type01 {
  color: #fff;
  text-align: center;
  background: #DA5B6A;
  border-radius: 50vh;
  margin: 0 auto;
  padding: 2px 0;
  display: inline-block;
}
.b-type01:hover {
  color: #fff;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.symbol {
  padding: 55px 0 0 0;
  position: relative;
}
.symbol::before {
  content: "";
  width: 49px;
  height: 23px;
  background: url(../images/common/s_01.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.disclist li {
  list-style: disc;
  margin-left: 20px;
}

.numlist li {
  list-style: numeric;
  margin-left: 20px;
}

span.marker {
  background-color: #f8ffcb;
}

.linkarea,
.linkarea a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.linkarea:hover {
  opacity: 0.7;
}

html, body {
  position: relative;
}

header {
  text-align: center;
  padding: 30px 0;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo {
  width: 205px;
}
header .inner .logo img {
  width: 100%;
}
header .inner .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .menus .left {
  margin-right: 20px;
}
header .inner .menus .left .yumegroup {
  font-size: 0.72rem;
  margin-bottom: 5px;
}
header .inner .menus .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .inner .menus .left ul li {
  text-align: center;
  line-height: 1.2;
  margin-left: 30px;
}
header .inner .menus .left ul li span {
  font-size: 0.72rem;
}
header .inner .menus .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.2;
}

footer {
  padding: 80px 0;
}
footer .footer1 {
  border-top: solid 1px #DA5B6A;
  padding: 80px 0;
}
footer .footer1 .subContents {
  padding: 0 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer1 .subContents .left {
  width: 450px;
  margin: 0 80px 0 0;
}
footer .footer1 .subContents .left .logo {
  margin-bottom: 20px;
}
footer .footer1 .subContents .left .address {
  margin: 0 0 20px;
}
footer .footer1 .subContents .right {
  border-left: solid 1px #231815;
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer1 .subContents .right h3 {
  margin: 0 2em 0 0;
}
footer .footer1 .subContents .right dl dd {
  margin: 0 0 0 1em;
  position: relative;
}
footer .footer1 .subContents .right dl dd::before {
  content: "└　";
}
footer .footer2 {
  background: #DA5B6A;
}
footer .footer2 p {
  color: #fff;
  font-size: 0.86rem;
  text-align: center;
  padding: 5px 0;
}
footer .copyright {
  font-size: 0.86rem;
  padding: 30px 0;
}

@media screen and (max-width: 756px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .forpcinline {
    display: none;
  }
  .forspinline {
    display: inline;
  }
  img {
    width: 100%;
  }
  header {
    text-align: center;
    padding: 5vw 0;
  }
  header .inner {
    display: block;
    position: relative;
  }
  header .inner .logo {
    width: 60vw;
  }
  header .inner .logo img {
    width: 100%;
  }
  header .inner #menuBtn {
    width: 10vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .inner .menus {
    width: 100vw;
    height: 0;
    background: #fff;
    margin: 0 -5vw;
    padding: 5vw;
    display: block;
    position: absolute;
    top: -60vh;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .inner .menus.opened {
    top: 12vw;
    height: 100vh;
    opacity: 1;
  }
  header .inner .menus .left {
    margin-right: 0;
  }
  header .inner .menus .left .yumegroup {
    font-size: 0.72rem;
    margin-bottom: 5px;
  }
  header .inner .menus .left ul {
    display: block;
  }
  header .inner .menus .left ul li {
    text-align: center;
    line-height: 2;
    margin-left: 0;
  }
  header .inner .menus .left ul li a {
    border-bottom: solid 1px #ddd;
    padding: 3vw 0;
    display: block;
  }
  header .inner .menus .left ul li br {
    display: none;
  }
  header .inner .menus .left ul li span {
    margin-left: 1rem;
  }
  header .inner .menus .right {
    display: none;
  }
  footer {
    padding: 15vw 0 0;
  }
  footer .footer1 {
    padding: 10vw 0;
  }
  footer .footer1 .subContents {
    padding: 0 5vw;
    display: block;
  }
  footer .footer1 .subContents .left {
    width: 100%;
    margin: 0 0 5vw;
  }
  footer .footer1 .subContents .left .logo {
    width: 50vw;
    margin: 0 auto 5vw;
  }
  footer .footer1 .subContents .left .logo img {
    width: 100%;
  }
  footer .footer1 .subContents .left .address {
    text-align: center;
    margin: 0 0 4vw;
  }
  footer .footer1 .subContents .left ul li a {
    border-bottom: solid 1px #ddd;
    padding: 0 4vw;
    display: block;
  }
  footer .footer1 .subContents .right {
    border-left: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  footer .footer1 .subContents .right h3 {
    font-size: 1.14rem;
    margin: 0 0 2vw;
  }
  footer .footer1 .subContents .right dl dt {
    border-top: solid 1px #ddd;
    padding-top: 3vw;
  }
  footer .footer1 .subContents .right dl dd a::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: solid 1px #231815;
    border-bottom: solid 1px #231815;
    position: absolute;
    top: 0.25em;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer .copyright {
    padding: 6vw 0;
  }
}
/* ----------------------- btmcontact -------------- */
#sec-btmcontact {
  padding: 80px 0;
}
#sec-btmcontact a {
  color: #fff;
  background: #DA5B6A;
  border-radius: 20px;
  padding: 30px 60px;
  display: block;
}
#sec-btmcontact a:hover {
  color: #fff;
}
#sec-btmcontact a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec-btmcontact a > div .left {
  text-align: center;
  line-height: 1.5;
  margin-right: 30px;
}
#sec-btmcontact a > div .left span {
  font-size: 1.57rem;
}
#sec-btmcontact a > div .right {
  margin-left: 30px;
}

/* ----------------------- btmrecruit -------------- */
#sec-btmrecruit {
  background: #DA5B6A;
}

@media screen and (max-width: 756px) {
  /* ----------------------- btmcontact -------------- */
  #sec-btmcontact {
    padding: 15vw 0;
  }
  #sec-btmcontact a {
    border-radius: 20px;
    padding: 5vw 5vw;
    display: block;
  }
  #sec-btmcontact a > div {
    display: block;
  }
  #sec-btmcontact a > div .left {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #sec-btmcontact a > div .right {
    margin-left: 0;
  }
  /* ----------------------- btmrecruit -------------- */
  #sec-btmrecruit {
    background: #DA5B6A;
  }
}
/* ----------------------- 共通パーツ -------------- */
#sec-news .subContents {
  border-top: solid 2px #DA5B6A;
  border-bottom: solid 2px #DA5B6A;
  padding: 80px 0;
}
#sec-news .subContents .inner {
  padding: 0 40px;
}
#sec-news .subContents .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec-news .subContents .inner > div h2 {
  width: 160px;
  margin-right: 60px;
  margin-bottom: 0;
}
#sec-news .subContents .inner > div ul {
  margin: 0 0 20px;
}
#sec-news .subContents .inner > div ul li .date {
  margin-right: 1em;
}
#sec-news .subContents .inner > div ul li .cate {
  color: #DA5B6A;
  font-size: 0.86rem;
  width: 6em;
  line-height: 1.2;
  text-align: center;
  border: solid 1px #DA5B6A;
  border-radius: 50vh;
  margin-right: 1.5em;
  display: inline-block;
}

@media screen and (max-width: 756px) {
  #sec-news .subContents {
    padding: 10vw 0;
  }
  #sec-news .subContents .inner {
    padding: 0 5vw;
  }
  #sec-news .subContents .inner > div {
    display: block;
  }
  #sec-news .subContents .inner > div h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  #sec-news .subContents .inner > div ul {
    margin: 0 0 5vw;
  }
  #sec-news .subContents .inner > div ul li {
    margin: 0 0 4vw;
  }
  #sec-news .subContents .inner > div ul li .date {
    margin-right: 1em;
  }
  #sec-news .subContents .inner > div ul li .text {
    display: block;
  }
}
/* ----------------------- form -------------- */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 7px 10px;
}
form textarea {
  height: 100px;
}
form select {
  color: #231815;
  height: calc(2em + 14px);
  border: solid 1px #999;
  border-radius: 6px;
  padding: 0 10px;
  width: 100%;
}
form input[type=submit] {
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #DA5B6A;
  border-radius: 50vh;
  margin-bottom: 15px;
  padding: 10px 100px;
  cursor: pointer;
}
form input[type=submit][name=submitBack] {
  font-size: 0.9375rem;
  color: #231815;
  text-align: center;
  text-decoration: underline;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
form input[type=radio] + span,
form input[type=checkbox] + span {
  font-weight: 700;
}
form .error-input input[type=text],
form .error-input input[type=email],
form .error-input input[type=tel],
form .error-input input[type=url] {
  border: solid 2px #ed5353;
  background: #ffe2e2;
}
form .sizeZip {
  width: 120px !important;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
form .sizeSS {
  width: 10em !important;
}

@media screen and (max-width: 756px) {
  form input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
.formTable {
  width: 100%;
  margin: 0 0 30px;
}
.formTable th {
  width: 210px;
  padding: 5px 0 5px 0;
  position: relative;
}
.formTable th.required::after {
  content: "必須";
  color: #fff;
  font-size: 0.86rem;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formTable td {
  padding: 5px 0;
}
.formTable tr.agree th, .formTable tr.agree td {
  padding-top: 30px;
}
.formTable tr.agree a {
  color: #DA5B6A;
  text-decoration: underline;
}

form .btn {
  text-align: center;
}

form .alert {
  color: #DA5B6A;
  text-align: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 756px) {
  .formTable {
    margin: 0 0 10vw;
  }
  .formTable th {
    width: 100%;
    padding: 0 0 5px;
    position: relative;
    display: block;
  }
  .formTable td {
    padding: 0 0 20px;
    display: block;
  }
  .formTable tr.agree th {
    display: none;
  }
  .formTable tr.agree th, .formTable tr.agree td {
    padding-top: 0;
  }
  form .btn {
    text-align: center;
  }
  form .alert {
    color: #DA5B6A;
    text-align: center;
    margin: 20px 0 0 0;
  }
}
body.toppage #sec-mainv {
  margin-bottom: 100px;
}
body.toppage #sec-mainv .subContents .inner img {
  border-radius: 40px;
}
body.toppage #sec-mainv .subContents .inner h1 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.toppage #sec-mainv .subContents .inner h1 span {
  font-size: 2.14rem;
}
body.toppage #sec-mainv .subContents .inner {
  text-align: left;
}
body.toppage #sec-about {
  margin-bottom: 40px;
  padding: 80px 0;
}
body.toppage #sec-about .h-type01 {
  margin-bottom: 30px;
}
body.toppage #sec-about .btn {
  text-align: center;
}
body.toppage #sec-about .b-type01 {
  width: 210px;
}
body.toppage #sec-services {
  padding: 0 0 80px;
}
body.toppage #sec-services .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.toppage #sec-services .cat::before, body.toppage #sec-services .cat::after {
  content: " ";
  width: calc((100% - 30px) / 4);
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.toppage #sec-services .cat li {
  width: calc((100% - 30px) / 4);
  margin: 0 0 10px;
}
body.toppage #sec-services .cat li a {
  color: #DA5B6A;
  width: 100%;
  text-align: center;
  border: solid 1px #DA5B6A;
  display: inline-block;
}
body.toppage #sec-services .cat li a:hover {
  color: #fff;
  background: #DA5B6A;
}
body.toppage #sec-services .facilities {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body.toppage #sec-services .facilities::before, body.toppage #sec-services .facilities::after {
  content: " ";
  width: 282px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.toppage #sec-services .facilities li {
  width: 282px;
  text-align: center;
  margin: 0 0 50px;
}
body.toppage #sec-services .facilities li figure img {
  border-radius: 30px;
}
body.toppage #sec-services .facilities li .cat {
  margin: 15px auto;
}
body.toppage #sec-services .facilities li .cat .b-type01 {
  width: 260px;
  text-align: center;
}
body.toppage #sec-services .facilities li .city {
  color: #DA5B6A;
}
body.toppage #sec-services .facilities li h3 {
  font-size: 1.77rem;
  line-height: 1.6;
}
body.toppage #sec-blog {
  padding: 0 0 80px;
}
body.toppage #sec-blog .btn {
  text-align: center;
}
body.toppage #sec-blog .btn .b-type01 {
  width: 450px;
}

@media screen and (max-width: 756px) {
  body.toppage #sec-mainv {
    margin-bottom: 8vw;
  }
  body.toppage #sec-mainv .subContents {
    width: 100vw;
    padding: 0;
  }
  body.toppage #sec-mainv .subContents .inner {
    width: 100%;
  }
  body.toppage #sec-mainv .subContents .inner img {
    border-radius: 0;
  }
  body.toppage #sec-about {
    margin-bottom: 0;
    padding: 15vw 0;
  }
  body.toppage #sec-about .h-type01 {
    margin-bottom: 6vw;
  }
  body.toppage #sec-services {
    padding: 15vw 0;
  }
  body.toppage #sec-services .cat li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px;
  }
  body.toppage #sec-services .cat li:first-child {
    width: 100%;
  }
  body.toppage #sec-services .facilities {
    margin: 10vw 0 0 0;
  }
  body.toppage #sec-services .facilities::before, body.toppage #sec-services .facilities::after {
    width: 48%;
  }
  body.toppage #sec-services .facilities li {
    width: 48%;
    margin: 0 0 10vw;
  }
  body.toppage #sec-services .facilities li figure img {
    border-radius: 20px;
  }
  body.toppage #sec-services .facilities li .cat {
    line-height: 1.4;
    padding: 5px 0;
    margin: 2vw auto 0;
  }
  body.toppage #sec-services .facilities li .cat .b-type01 {
    width: 100%;
  }
  body.toppage #sec-services .facilities li h3 {
    line-height: 1.4;
  }
  body.toppage #sec-blog {
    padding: 0 0 15vw;
  }
  body.toppage #sec-blog .btn {
    line-height: 1.5;
  }
  body.toppage #sec-blog .btn .b-type01 {
    width: 100%;
    padding: 3vw 0;
  }
}
body.corporate #sec-mainv {
  margin-bottom: 100px;
}
body.corporate #sec-mainv .subContents .inner img {
  border-radius: 40px;
}
body.corporate #sec-mainv .subContents .inner h1 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.corporate #sec-mainv .subContents .inner h1 span {
  font-size: 2.14rem;
}
body.corporate #sec-mainv .subContents .inner {
  text-align: left;
}
body.corporate #sec-effort .subContents {
  border-bottom: solid 1px #DA5B6A;
  padding-bottom: 80px;
}
body.corporate #sec-effort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.corporate #sec-effort ul li {
  width: 282px;
  text-align: center;
}
body.corporate #sec-effort ul li figure {
  margin-bottom: 15px;
}
body.corporate #sec-effort ul li figure img {
  border-radius: 30px;
}
body.corporate #sec-effort ul li hgroup h3 {
  font-size: 1.77rem;
  line-height: 1.5;
}
body.corporate #sec-effort ul li hgroup p {
  color: #DA5B6A;
}
body.corporate #sec-effort ul li .b-type01 {
  width: 240px;
  margin: 15px 0 0 0;
}
body.corporate #sec-effort .sdgs {
  text-align: center;
  margin: 100px 0 0 0;
}
body.corporate #sec-message {
  padding: 80px 0 0;
}
body.corporate #sec-message .subContents {
  border-bottom: solid 1px #DA5B6A;
  padding-bottom: 80px;
}
body.corporate #sec-message .subContents .midashi {
  color: #DA5B6A;
  font-size: 2.14rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 50px;
}
body.corporate #sec-message .subContents .name {
  width: 510px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.corporate #sec-message .subContents .name .image {
  width: 240px;
}
body.corporate #sec-message .subContents .name .image img {
  border-radius: 20px;
}
body.corporate #sec-message .subContents .name .text {
  width: calc(100% - 270px);
  line-height: 1.6;
}
body.corporate #sec-message .subContents .honbun {
  width: 660px;
  margin: 0 auto;
}
body.corporate #sec-philosophy {
  padding: 80px 0 0;
}
body.corporate #sec-philosophy .subContents {
  border-bottom: solid 1px #DA5B6A;
  padding-bottom: 80px;
}
body.corporate #sec-philosophy .subContents h3 {
  color: #DA5B6A;
  font-size: 2.14rem;
  text-align: center;
  margin: 0 0 30px;
}
body.corporate #sec-philosophy .subContents ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.corporate #sec-philosophy .subContents ol li {
  width: 270px;
  margin: 0 20px 50px;
}
body.corporate #sec-philosophy .subContents ol li h4 {
  color: #DA5B6A;
  font-size: 1.64em;
  text-align: center;
  margin: 0 0 10px;
}
body.corporate #sec-history {
  padding: 80px 0 0;
}
body.corporate #sec-history .subContents {
  border-bottom: solid 1px #DA5B6A;
  padding-bottom: 80px;
}
body.corporate #sec-history .subContents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.corporate #sec-history .subContents .inner .left {
  width: 200px;
  margin-right: 100px;
}
body.corporate #sec-history .subContents .inner .right {
  width: calc(100% - 350px);
}
body.corporate #sec-history .subContents .inner .right li span.year {
  color: #DA5B6A;
  width: 5em;
  display: inline-block;
}
body.corporate #sec-history .subContents .inner .right li span.month {
  color: #DA5B6A;
  width: 3em;
  text-align: right;
  margin-right: 2em;
  display: inline-block;
}
body.corporate #sec-outline {
  padding: 80px 0 0;
}
body.corporate #sec-outline .subContents .logo {
  text-align: center;
  margin-bottom: 60px;
}
body.corporate #sec-outline .subContents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.corporate #sec-outline .subContents .inner .left {
  width: 200px;
  margin-right: 100px;
}
body.corporate #sec-outline .subContents .inner .right {
  width: calc(100% - 350px);
}
body.corporate #sec-outline .subContents .inner .right dl dt {
  color: #DA5B6A;
  padding: 0 0 15px 25px;
  float: left;
}
body.corporate #sec-outline .subContents .inner .right dl dd {
  border-bottom: solid 1px #dedede;
  margin: 0 0 15px;
  padding: 0 0 15px 180px;
}
body.corporate #sec-outline .subContents .inner .right dl dd:last-of-type {
  border-bottom: none;
}
body.corporate #sec-outline .subContents .inner .right dl dt.l2 {
  line-height: 1.6;
}
body.corporate #sec-outline .subContents .inner .right dl dd.l2 {
  min-height: calc(3.2rem + 15px);
  padding-top: 1rem;
  padding-left: 280px;
}
body.corporate #sec-outline iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 756px) {
  body.corporate #sec-mainv {
    margin-bottom: 8vw;
  }
  body.corporate #sec-mainv .subContents {
    width: 100vw;
    padding: 0;
  }
  body.corporate #sec-mainv .subContents .inner {
    width: 100%;
  }
  body.corporate #sec-mainv .subContents .inner img {
    border-radius: 0;
  }
  body.corporate #sec-effort .subContents {
    padding-bottom: 15vw;
  }
  body.corporate #sec-effort ul {
    display: block;
  }
  body.corporate #sec-effort ul li {
    width: 70vw;
    margin: 0 auto 10vw;
  }
  body.corporate #sec-effort ul li hgroup h3 {
    font-size: 1.77rem;
    line-height: 1.5;
  }
  body.corporate #sec-effort ul li hgroup p {
    color: #DA5B6A;
  }
  body.corporate #sec-effort ul li .b-type01 {
    width: 60vw;
    margin: 15px 0 0 0;
  }
  body.corporate #sec-effort .sdgs {
    margin: 15vw 0 0 0;
  }
  body.corporate #sec-message {
    padding: 15vw 0 0;
  }
  body.corporate #sec-message .subContents {
    padding-bottom: 15vw;
  }
  body.corporate #sec-message .subContents .midashi {
    color: #DA5B6A;
    font-size: 1.86rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 50px;
  }
  body.corporate #sec-message .subContents .name {
    width: 100%;
    margin: 0 auto 5vw;
    display: block;
  }
  body.corporate #sec-message .subContents .name .image {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  body.corporate #sec-message .subContents .name .text {
    width: 100%;
    text-align: center;
  }
  body.corporate #sec-message .subContents .honbun {
    width: 100%;
    margin: 0 auto;
  }
  body.corporate #sec-philosophy {
    padding: 15vw 0 0;
  }
  body.corporate #sec-philosophy .subContents {
    padding-bottom: 15vw;
  }
  body.corporate #sec-philosophy .subContents h3 {
    font-size: 1.86rem;
    text-align: center;
    margin: 0 0 10vw;
  }
  body.corporate #sec-philosophy .subContents ol {
    display: block;
  }
  body.corporate #sec-philosophy .subContents ol li {
    width: 100%;
    margin: 0 0 10vw;
  }
  body.corporate #sec-history {
    padding: 15vw 0 0;
  }
  body.corporate #sec-history .subContents {
    padding-bottom: 15vw;
  }
  body.corporate #sec-history .subContents .inner {
    display: block;
  }
  body.corporate #sec-history .subContents .inner .left {
    width: 100%;
    margin-right: 0;
  }
  body.corporate #sec-history .subContents .inner .right {
    width: 100%;
  }
  body.corporate #sec-history .subContents .inner .right li span.year {
    width: auto;
    display: inline;
  }
  body.corporate #sec-history .subContents .inner .right li span.month {
    width: auto;
    text-align: left;
    margin-right: 0;
    display: inline;
  }
  body.corporate #sec-history .subContents .inner .right li span.text {
    display: block;
  }
  body.corporate #sec-outline {
    padding: 15vw 0 0;
  }
  body.corporate #sec-outline .subContents .logo {
    width: 50vw;
    text-align: center;
    margin: 0 auto 10vw;
  }
  body.corporate #sec-outline .subContents .inner {
    display: block;
  }
  body.corporate #sec-outline .subContents .inner .left {
    width: 100%;
    margin: 0 0 10vw;
  }
  body.corporate #sec-outline .subContents .inner .right {
    width: 100%;
  }
  body.corporate #sec-outline .subContents .inner .right dl dt {
    padding: 0 0 15px;
    float: left;
  }
  body.corporate #sec-outline .subContents .inner .right dl dt:last-of-type {
    width: 100%;
    float: none;
  }
  body.corporate #sec-outline .subContents .inner .right dl dt:last-of-type .h-type01 {
    margin-bottom: 0;
  }
  body.corporate #sec-outline .subContents .inner .right dl dd {
    padding: 0 0 15px 28vw;
  }
  body.corporate #sec-outline .subContents .inner .right dl dd:last-of-type {
    text-align: center;
    border-bottom: none;
    padding-left: 0;
  }
  body.corporate #sec-outline iframe {
    width: 100%;
    height: 60vw;
  }
}
body.blogs #sec-mainv {
  margin-bottom: 100px;
}
body.blogs #sec-mainv .subContents .inner img {
  border-radius: 40px;
}
body.blogs #sec-mainv .subContents .inner h1 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.blogs #sec-mainv .subContents .inner h1 span {
  font-size: 2.14rem;
}
body.blogs #sec-mainv .subContents .inner {
  text-align: left;
}
body.blogs #sec-blogs {
  padding: 80px 0;
}
body.blogs #sec-blogs .inner {
  width: 944px;
  margin: 0 auto;
}
body.blogs #sec-blogs .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.blogs #sec-blogs .inner ul::before, body.blogs #sec-blogs .inner ul::after {
  content: " ";
  width: 282px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.blogs #sec-blogs .inner ul li {
  width: 282px;
  text-align: center;
  margin: 0 0 50px;
}
body.blogs #sec-blogs .inner ul li figure {
  margin-bottom: 15px;
}
body.blogs #sec-blogs .inner ul li figure img {
  border-radius: 30px;
}
body.blogs #sec-blogs .inner ul li h3 {
  font-size: 1.29rem;
  line-height: 1.6;
}
body.blogs #sec-magazine {
  padding: 0 0 80px;
}
body.blogs #sec-magazine .midashi {
  color: #DA5B6A;
  font-size: 1.14rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 50px;
}
body.blogs #sec-magazine .table {
  width: 700px;
  margin: 0 auto;
}
body.blogs #sec-magazine .table table {
  width: 100%;
  margin-bottom: 30px;
}
body.blogs #sec-magazine .table table td {
  border-bottom: solid 1px #B3B3B3;
  padding: 5px 0;
}
body.blogs #sec-magazine .table table td.nen {
  width: 120px;
  text-align: center;
}
body.blogs #sec-magazine .table table td.nen:has(span) {
  border-bottom: none;
}
body.blogs #sec-magazine .table table td.dayori {
  width: 294px;
  padding-right: 60px;
  padding-left: 110px;
}
body.blogs #sec-magazine .table table td a {
  padding-left: 25px;
  position: relative;
}
body.blogs #sec-magazine .table table td a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/s_pdf.jpg) no-repeat left top/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.blogs #sec-radio {
  padding: 80px 0 0;
}
body.blogs #sec-radio .inner {
  width: 800px;
  margin: 0 auto;
}
body.blogs #sec-radio .inner h2 span img {
  margin-right: 20px;
}
body.blogs #sec-radio .inner .lead {
  color: #DA5B6A;
  font-size: 1.14rem;
  text-align: center;
  margin-bottom: 30px;
}
body.blogs #sec-radio .inner .memo {
  color: #9FA0A0;
  text-align: center;
  margin-bottom: 30px;
}
body.blogs #sec-radio .inner ul.list li {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.blogs #sec-radio .inner ul.list li p {
  width: 440px;
  margin-left: 30px;
}
body.blogs #sec-radio #radio-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.blogs #sec-radio #radio-pager ul li {
  border: solid 1px #ddd;
  margin: 0 5px;
  padding: 0 5px;
  cursor: pointer;
}
body.blogs #sec-radio #radio-pager ul li.active {
  border: none;
}

@media screen and (max-width: 756px) {
  body.blogs #sec-mainv {
    margin-bottom: 8vw;
  }
  body.blogs #sec-mainv .subContents {
    width: 100vw;
    padding: 0;
  }
  body.blogs #sec-mainv .subContents .inner {
    width: 100%;
  }
  body.blogs #sec-mainv .subContents .inner img {
    border-radius: 0;
  }
  body.blogs #sec-blogs {
    padding: 15vw 0;
  }
  body.blogs #sec-blogs .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.blogs #sec-blogs .inner ul::before, body.blogs #sec-blogs .inner ul::after {
    width: 42vw;
  }
  body.blogs #sec-blogs .inner ul li {
    width: 42vw;
    margin: 0 0 8vw;
  }
  body.blogs #sec-blogs .inner ul li figure img {
    border-radius: 20px;
  }
  body.blogs #sec-magazine {
    padding: 0 0 15vw;
  }
  body.blogs #sec-magazine .midashi {
    color: #DA5B6A;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 50px;
  }
  body.blogs #sec-magazine .table {
    width: 100%;
    margin: 0 auto;
  }
  body.blogs #sec-magazine .table table {
    width: 100%;
    margin-bottom: 10vwx;
  }
  body.blogs #sec-magazine .table table td.nen {
    width: 10vw;
  }
  body.blogs #sec-magazine .table table td.dayori {
    width: 35vw;
    padding-right: 3vw;
    padding-left: 6vw;
  }
  body.blogs #sec-magazine .table table td.link {
    width: 32vw;
  }
  body.blogs #sec-magazine .table table td a {
    padding-left: 28px;
  }
  body.blogs #sec-magazine .table table td a::before {
    width: 5vw;
    height: 5vw;
  }
  body.blogs #sec-magazine .table .note img {
    width: 30vw;
  }
  body.blogs #sec-radio {
    padding: 15vw 0 0;
  }
  body.blogs #sec-radio .inner {
    width: 100%;
  }
  body.blogs #sec-radio .inner h2 span img {
    width: 30vw;
    margin-right: 0;
    padding-bottom: 3vw;
  }
  body.blogs #sec-radio .inner .lead {
    font-size: 1.14rem;
    text-align: center;
    margin-bottom: 8vw;
  }
  body.blogs #sec-radio .inner .memo {
    margin-bottom: 8vw;
  }
  body.blogs #sec-radio .inner ul.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 8vw;
  }
  body.blogs #sec-radio .inner ul.list li p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4vw;
  }
}
body.policy #sec-privacypolicy {
  padding: 80px 0;
}
body.policy #sec-privacypolicy .inner2 {
  width: 828px;
  margin: 0 auto;
}
body.policy #sec-privacypolicy .inner2 .honbun {
  padding: 55px 0 0 0;
}
body.policy #sec-privacypolicy .inner2 .honbun h3 {
  color: #DA5B6A;
  font-size: 1.29rem;
  border-bottom: solid 1px #DA5B6A;
  margin-bottom: 15px;
}
body.policy #sec-privacypolicy .inner2 .honbun .numlist li {
  margin-bottom: 15px;
}
body.policy #sec-privacypolicy .inner2 .honbun .numlist li::marker {
  color: #DA5B6A;
}

@media screen and (max-width: 756px) {
  body.policy #sec-privacypolicy {
    padding: 15vw 0;
  }
  body.policy #sec-privacypolicy .inner2 {
    width: 100%;
  }
}
body.accessibilitypolicy #sec-accessibilitypolicy {
  padding: 80px 0;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 {
  width: 828px;
  margin: 0 auto;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 .honbun {
  padding: 55px 0 0 0;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 .honbun h3 {
  color: #DA5B6A;
  font-size: 1.29rem;
  border-bottom: solid 1px #DA5B6A;
  margin-bottom: 15px;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 .honbun .numlist li {
  margin-bottom: 15px;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 .honbun .numlist li::marker {
  color: #DA5B6A;
}
body.accessibilitypolicy #sec-accessibilitypolicy .inner2 .honbun .numlist li h4 {
  color: #DA5B6A;
}

@media screen and (max-width: 756px) {
  body.accessibilitypolicy #sec-accessibilitypolicy {
    padding: 15vw 0;
  }
  body.accessibilitypolicy #sec-accessibilitypolicy .inner2 {
    width: 100%;
  }
}
body.contact #sec-contact {
  padding: 80px 0;
}
body.contact #sec-contact .inner2 {
  width: 780px;
  margin: 0 auto;
}
body.contact #sec-contact .inner2 .lead {
  margin: 0 0 100px;
}

@media screen and (max-width: 756px) {
  body.contact #sec-contact {
    padding: 15vw 0;
  }
  body.contact #sec-contact .inner2 {
    width: 100%;
  }
}
body.recruit #sec-mainv,
body.voice #sec-mainv,
body.career #sec-mainv {
  background: #DA5B6A;
}
body.recruit #sec-mainv .subContents,
body.voice #sec-mainv .subContents,
body.career #sec-mainv .subContents {
  position: relative;
}
body.recruit #sec-mainv .subContents::after,
body.voice #sec-mainv .subContents::after,
body.career #sec-mainv .subContents::after {
  content: "";
  width: 245px;
  aspect-ratio: 245/106;
  background: url(../images/recruit/t_mainv.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 190px;
  left: 20px;
}
body.recruit #sec-mainv .subContents .hgroup,
body.voice #sec-mainv .subContents .hgroup,
body.career #sec-mainv .subContents .hgroup {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
body.recruit #sec-mainv .subContents .hgroup .en,
body.voice #sec-mainv .subContents .hgroup .en,
body.career #sec-mainv .subContents .hgroup .en {
  color: #fff;
  font-size: 67px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  line-height: 1;
}
body.recruit #sec-mainv .subContents .hgroup h1,
body.voice #sec-mainv .subContents .hgroup h1,
body.career #sec-mainv .subContents .hgroup h1 {
  color: #fff;
  font-size: 1.64em;
  position: relative;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
}

body.recruit.index .h-type03 {
  color: #DA5B6A;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px;
}
body.recruit.index .h-type03 .en {
  font-size: 66px;
  line-height: 1;
}
body.recruit.index .h-type03 .ja {
  font-size: 23px;
}
body.recruit.index .lnavi-recruitment {
  background: linear-gradient(to bottom, #ffffff 56px, #DA5B6A 56px, #DA5B6A 146px, #ffffff 146px);
  margin: 80px 0;
}
body.recruit.index .lnavi-recruitment .inner {
  width: 980px;
  margin: 0 auto;
}
body.recruit.index .lnavi-recruitment .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit.index .lnavi-recruitment .inner ul li {
  background: #fff;
}
body.recruit.index .lnavi-recruitment .inner ul li img {
  border-radius: 20px;
}
body.recruit.index .sec-recnavi {
  background: #DA5B6A;
  padding: 80px 0;
}
body.recruit.index .sec-recnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body.recruit.index .staffvoice .subContents {
  width: 1180px;
}
body.recruit.index .staffvoice .slider .slide {
  width: 280px;
}
body.recruit.index .staffvoice .slider .slide figure {
  margin-bottom: 10px;
  position: relative;
}
body.recruit.index .staffvoice .slider .slide figure::after {
  content: "";
  width: 140px;
  aspect-ratio: 226/134;
  background: url(../images/recruit/voice_s_01.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.recruit.index .staffvoice .slider .slide figure img {
  width: 280px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.recruit.index .staffvoice .slider .slide h3 {
  color: #DA5B6A;
  font-size: 1.29rem;
  line-height: 1.6;
}
body.recruit.index .staffvoice .slider .slide p {
  color: #727171;
  line-height: 1.6;
}
body.recruit.index #shinsotsupopup {
  position: relative;
}
body.recruit.index #shinsotsupopup .back {
  width: 780px;
  background: #DA5B6A;
  padding: 30px 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
body.recruit.index #shinsotsupopup .back figure {
  width: 360px;
}
body.recruit.index #shinsotsupopup .back figure img {
  width: 100%;
}
body.recruit.index #shinsotsupopup .back ul {
  width: 230px;
}
body.recruit.index #shinsotsupopup .back ul li {
  margin: 20px 0;
  position: relative;
}
body.recruit.index #shinsotsupopup .back ul li img {
  width: 200px;
}
body.recruit.index #shinsotsupopup .back ul li::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/recruit/md_shinsotsu_b_arrow.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.recruit.index #shinsotsupopup .lity {
  z-index: 10002;
}
body.recruit.index #shinsotsupopup .lity-wrap {
  z-index: 10001;
}
body.recruit.index #shinsotsupopup .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.recruit.index #shinsotsupopup .closebtn img {
  width: 30px;
}
body.recruit.index #sec-message {
  padding: 80px 0 80px;
}
body.recruit.index #sec-message .subContents .inner {
  width: 980px;
  margin: 0 auto;
}
body.recruit.index #sec-message .subContents .inner .h-type01 span {
  color: #DA5B6A;
}
body.recruit.index #sec-message .subContents .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit.index #sec-message .subContents .inner .box > figure {
  width: 484px;
}
body.recruit.index #sec-message .subContents .inner .box .text {
  width: 470px;
  padding-top: 60px;
}
body.recruit.index #sec-message .subContents .inner .box .text .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.recruit.index #sec-message .subContents .inner .box .text .photo > figure {
  width: 256px;
}
body.recruit.index #sec-message .subContents .inner .box .text .photo > div {
  margin-left: 15px;
}
body.recruit.index #sec-message .subContents .inner .box .text .photo > div p {
  color: #595757;
}
body.recruit.index #sec-message .subContents .inner .box .text .photo > div p span {
  font-size: 1.64em;
}
body.recruit.index #sec-philosophy {
  padding: 0 0 80px;
}
body.recruit.index #sec-philosophy .subContents .h-type01 span {
  color: #DA5B6A;
}
body.recruit.index #sec-philosophy .subContents h3 {
  color: #DA5B6A;
  font-size: 2.14rem;
  text-align: center;
  margin: 0 0 30px;
}
body.recruit.index #sec-philosophy .subContents .rinen1 {
  width: 920px;
  margin: 0 auto 80px;
}
body.recruit.index #sec-philosophy .subContents .rinen1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit.index #sec-philosophy .subContents .rinen1 .box figure {
  width: 438px;
}
body.recruit.index #sec-philosophy .subContents .rinen1 .box .text {
  width: 400px;
}
body.recruit.index #sec-philosophy .subContents .rinen1 .box .text p {
  font-size: 1.21rem;
}
body.recruit.index #sec-philosophy2 {
  padding: 0 0 80px;
}
body.recruit.index #sec-philosophy2 .subContents .h-type01 span {
  color: #DA5B6A;
}
body.recruit.index #sec-philosophy2 .subContents h3 {
  color: #DA5B6A;
  font-size: 2.14rem;
  text-align: center;
  margin: 0 0 30px;
}
body.recruit.index #sec-philosophy2 .subContents .rinen1 {
  width: 520px;
  margin: 0 auto 80px;
}
body.recruit.index #sec-philosophy2 .subContents .rinen1 p {
  font-size: 1.07rem;
}
body.recruit.index #sec-philosophy2 .subContents .rinen2 {
  width: 735px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}
body.recruit.index #sec-philosophy2 .subContents .rinen2 > div {
  width: 324px;
}
body.recruit.index #sec-philosophy2 .subContents .rinen2 > div figure {
  margin-bottom: 10px;
}
body.recruit.index #sec-philosophy2 .subContents .rinen2 > div h4 {
  color: #DA5B6A;
  font-size: 1.43rem;
}
body.recruit.index #sec-philosophy2 .subContents .rinen2 > div p {
  font-size: 1.07rem;
}
body.recruit.index #sec-philosophy2 .subContents .rinen3 {
  width: 735px;
  margin: 0 auto;
}
body.recruit.index #sec-philosophy2 .subContents .rinen3 h4 {
  color: #DA5B6A;
  font-size: 1.43rem;
}
body.recruit.index #sec-philosophy2 .subContents .rinen3 p {
  font-size: 1.07rem;
}
body.recruit.index #sec-philosophy2 .subContents .rinen3 .photos {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit.index #sec-hatarakiyasusa .heading,
body.recruit.index #sec-hatarakigai .heading {
  width: 100%;
  height: 338px;
  margin-bottom: 50px;
  position: relative;
}
body.recruit.index #sec-hatarakiyasusa .heading hgroup,
body.recruit.index #sec-hatarakigai .heading hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.recruit.index #sec-hatarakiyasusa .heading hgroup h2 span,
body.recruit.index #sec-hatarakigai .heading hgroup h2 span {
  width: 630px;
  color: #fff;
  font-size: 2.14rem;
  text-align: center;
  background: #DA5B6A;
  border-radius: 10px;
  display: block;
}
body.recruit.index #sec-hatarakiyasusa .heading hgroup .en,
body.recruit.index #sec-hatarakigai .heading hgroup .en {
  color: #fff;
}
body.recruit.index #sec-hatarakiyasusa .inner,
body.recruit.index #sec-hatarakigai .inner {
  width: 1000px;
}
body.recruit.index #sec-hatarakiyasusa .inner .box ul,
body.recruit.index #sec-hatarakigai .inner .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit.index #sec-hatarakiyasusa .inner .box ul li,
body.recruit.index #sec-hatarakigai .inner .box ul li {
  width: 482px;
  margin: 0 0 50px;
}
body.recruit.index #sec-hatarakiyasusa .inner .box ul li h3,
body.recruit.index #sec-hatarakigai .inner .box ul li h3 {
  color: #DA5B6A;
  font-size: 1.14rem;
  border: solid 1px #DA5B6A;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 5px 15px;
}
body.recruit.index #sec-hatarakiyasusa .inner .box ul li p,
body.recruit.index #sec-hatarakigai .inner .box ul li p {
  font-size: 1.07rem;
  margin: 0 40px 0 15px;
}
body.recruit.index #sec-hatarakiyasusa .heading {
  background: url(../images/recruit/hatarakiyasusa_p_01.jpg) no-repeat center center/cover;
}
body.recruit.index #sec-hatarakigai .heading {
  background: url(../images/recruit/hatarakigai_p_01.jpg) no-repeat center center/cover;
}
body.recruit.index #sec-hatarakigai li.international {
  width: 100% !important;
}
body.recruit.index #sec-hatarakigai li.international > div {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.recruit.index #sec-hatarakigai li.international > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.recruit.index #sec-hatarakigai li.international > div > div > div {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 756px) {
  body.recruit #sec-mainv {
    background: #DA5B6A;
  }
  body.recruit #sec-mainv .subContents {
    position: relative;
  }
  body.recruit #sec-mainv .subContents::after {
    width: 30vw;
    aspect-ratio: 245/106;
    position: absolute;
    top: 5vw;
    left: 3vw;
  }
  body.recruit #sec-mainv .subContents .hgroup {
    position: absolute;
    bottom: 3vw;
    left: 5vw;
  }
  body.recruit #sec-mainv .subContents .hgroup .en {
    font-size: 7vw;
  }
  body.recruit #sec-mainv .subContents .hgroup h1 {
    font-size: 1.29rem;
  }
  body.recruit.index .h-type03 {
    margin: 0 0 6vw;
  }
  body.recruit.index .h-type03 .en {
    font-size: 7.5vw;
  }
  body.recruit.index .h-type03 .ja {
    font-size: 4vw;
  }
  body.recruit.index .lnavi-recruitment {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6vw, #ffffff), color-stop(6vw, #DA5B6A), color-stop(14vw, #DA5B6A), color-stop(14vw, #ffffff));
    background: linear-gradient(to bottom, #ffffff 6vw, #DA5B6A 6vw, #DA5B6A 14vw, #ffffff 14vw);
    margin: 15vw 0;
  }
  body.recruit.index .lnavi-recruitment .inner {
    width: 100%;
  }
  body.recruit.index .lnavi-recruitment .inner ul li {
    width: 44vw;
  }
  body.recruit.index .sec-recnavi {
    padding: 10vw 0 5vw;
  }
  body.recruit.index .sec-recnavi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.recruit.index .sec-recnavi ul li {
    width: 42vw;
    margin: 0 0 6vw;
  }
  body.recruit.index #shinsotsupopup .back {
    width: 80vw;
    padding: 6vw;
    display: block;
  }
  body.recruit.index #shinsotsupopup .back figure {
    width: 100%;
  }
  body.recruit.index #shinsotsupopup .back ul {
    width: 100%;
    padding: 2vw 5vw 0;
  }
  body.recruit.index #shinsotsupopup .back ul li {
    margin: 10px 0;
  }
  body.recruit.index #shinsotsupopup .back ul li img {
    width: 50vw;
  }
  body.recruit.index .lity {
    z-index: 10002;
  }
  body.recruit.index .lity-wrap {
    z-index: 10001;
  }
  body.recruit.index .staffvoice .subContents {
    width: 100%;
  }
  body.recruit.index .staffvoice .bx-wrapper {
    margin: 0 auto;
  }
  body.recruit.index .staffvoice .slider {
    width: 70vw;
    margin: 0 auto;
  }
  body.recruit.index .staffvoice .slider .slide figure::after {
    content: "";
    width: 20vw;
    aspect-ratio: 140/84;
    height: auto;
    background-size: 100% auto;
  }
  body.recruit.index .staffvoice .slider .slide figure img {
    width: 100%;
    aspect-ratio: 280/170;
    height: auto;
  }
  body.recruit.index #sec-message {
    padding: 15vw 0 15vw;
  }
  body.recruit.index #sec-message .subContents .inner {
    width: 100%;
  }
  body.recruit.index #sec-message .subContents .inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.recruit.index #sec-message .subContents .inner .box > figure {
    width: 60vw;
    margin: 10vw auto 0;
  }
  body.recruit.index #sec-message .subContents .inner .box .text {
    width: 100%;
    padding-top: 0;
  }
  body.recruit.index #sec-message .subContents .inner .box .text .photo {
    margin-bottom: 5vw;
  }
  body.recruit.index #sec-message .subContents .inner .box .text .photo > figure {
    width: 45vw;
  }
  body.recruit.index #sec-message .subContents .inner .box .text .photo > div {
    margin-left: 4vw;
  }
  body.recruit.index #sec-philosophy {
    padding: 0 0 15vw;
  }
  body.recruit.index #sec-philosophy .subContents h3 {
    margin: 0 0 6vw;
  }
  body.recruit.index #sec-philosophy .subContents .rinen1 {
    width: 100%;
    margin: 0 auto 15vw;
  }
  body.recruit.index #sec-philosophy .subContents .rinen1 .box {
    display: block;
  }
  body.recruit.index #sec-philosophy .subContents .rinen1 .box figure {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  body.recruit.index #sec-philosophy .subContents .rinen1 .box .text {
    width: 100%;
  }
  body.recruit.index #sec-philosophy2 {
    padding: 0 0 15vw;
  }
  body.recruit.index #sec-philosophy2 .subContents h3 {
    font-size: 2rem;
    margin: 0 0 6vw;
  }
  body.recruit.index #sec-philosophy2 .subContents .rinen1 {
    width: 100%;
    margin: 0 auto 15vw;
  }
  body.recruit.index #sec-philosophy2 .subContents .rinen2 {
    width: 100%;
    display: block;
    margin: 0 auto 5vw;
  }
  body.recruit.index #sec-philosophy2 .subContents .rinen2 > div {
    width: 100%;
    margin: 0 0 5vw;
  }
  body.recruit.index #sec-philosophy2 .subContents .rinen3 {
    width: 100%;
  }
  body.recruit.index #sec-philosophy2 .subContents .rinen3 .photos {
    margin-top: 5vw;
  }
  body.recruit.index #sec-hatarakiyasusa .heading,
  body.recruit.index #sec-hatarakigai .heading {
    height: 40vw;
    margin-bottom: 8vw;
  }
  body.recruit.index #sec-hatarakiyasusa .heading hgroup h2 span,
  body.recruit.index #sec-hatarakigai .heading hgroup h2 span {
    width: 80vw;
    font-size: 1.43rem;
  }
  body.recruit.index #sec-hatarakiyasusa .inner,
  body.recruit.index #sec-hatarakigai .inner {
    width: 100%;
  }
  body.recruit.index #sec-hatarakiyasusa .inner .box ul,
  body.recruit.index #sec-hatarakigai .inner .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.recruit.index #sec-hatarakiyasusa .inner .box ul li,
  body.recruit.index #sec-hatarakigai .inner .box ul li {
    width: 100%;
    margin: 0 0 8vw;
  }
  body.recruit.index #sec-hatarakiyasusa .inner .box ul li p,
  body.recruit.index #sec-hatarakigai .inner .box ul li p {
    margin: 0;
  }
  body.recruit.index #sec-hatarakigai li.international > div {
    display: block;
  }
  body.recruit.index #sec-hatarakigai li.international > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.recruit.index #sec-hatarakigai li.international > div > div > div {
    width: 48%;
    margin: 0;
  }
}
body.voice #sec-voice {
  margin: 80px 0 0;
}
body.voice #sec-voice .voices li {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 100px;
  padding: 85px;
}
body.voice #sec-voice .voices li .heading {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.voice #sec-voice .voices li .heading .fig {
  width: 415px;
}
body.voice #sec-voice .voices li .heading .fig figure {
  aspect-ratio: 415/275;
  position: relative;
}
body.voice #sec-voice .voices li .heading .fig figure::after {
  content: "";
  width: 226px;
  aspect-ratio: 226/134;
  background: url(../images/recruit/voice_s_01.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.voice #sec-voice .voices li .heading .fig figure img {
  width: 415px;
  aspect-ratio: 415/275;
  -o-object-fit: cover;
     object-fit: cover;
}
body.voice #sec-voice .voices li .heading .text {
  width: 400px;
}
body.voice #sec-voice .voices li .heading .text h2 {
  color: #DA5B6A;
  font-size: 2rem;
  line-height: 1.5;
}
body.voice #sec-voice .voices li .heading .text .name {
  color: #DA5B6A;
  font-size: 1.07rem;
  margin-bottom: 15px;
}
body.voice #sec-voice .voices li .heading .text .name span {
  font-size: 1.57rem;
}
body.voice #sec-voice .voices li .heading .text dl dt {
  color: #fff;
  font-size: 1.07rem;
  width: 8em;
  text-align: center;
  background: #DA5B6A;
  border-radius: 50vh;
  float: left;
  clear: left;
}
body.voice #sec-voice .voices li .heading .text dl dd {
  font-size: 1.07rem;
  margin: 0 0 10px;
  padding: 0 0 0 9em;
}
body.voice #sec-voice .voices li .honbun {
  font-size: 1.07rem;
}
body.voice #sec-voice .voices li .close {
  text-align: center;
  margin: 80px 0 0 0;
}
body.voice #sec-voice .voices li .close span {
  color: #fff;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 1px 50px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 756px) {
  body.voice #sec-voice {
    margin: 15vw 0 0;
  }
  body.voice #sec-voice .voices li {
    margin: 0 0 10vw;
    padding: 6vw;
  }
  body.voice #sec-voice .voices li .heading {
    margin: 0 0 6vw;
    display: block;
  }
  body.voice #sec-voice .voices li .heading .fig {
    width: 100%;
    margin: 0 auto 5vw;
  }
  body.voice #sec-voice .voices li .heading .fig figure::after {
    width: 50vw;
  }
  body.voice #sec-voice .voices li .heading .fig figure img {
    width: 100%;
  }
  body.voice #sec-voice .voices li .heading .text {
    width: 100%;
  }
  body.voice #sec-voice .voices li .heading .text h2 {
    font-size: 1.71rem;
  }
  body.voice #sec-voice .voices li .heading .text .name span {
    font-size: 1.43rem;
  }
  body.voice #sec-voice .voices li .heading .text dl dt {
    font-size: 1rem;
    width: 6em;
  }
  body.voice #sec-voice .voices li .heading .text dl dd {
    font-size: 1rem;
    padding: 0 0 0 7em;
  }
  body.voice #sec-voice .voices li .close {
    margin: 15vw 0 0 0;
  }
}
body.career #sec-search {
  padding: 80px 0 0;
}
body.career #sec-search .search .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.career #sec-search .search .selects select {
  color: #DA5B6A;
  font-size: 1.14rem;
  border: solid 1px #DA5B6A;
  border-radius: 5px;
  margin: 0 5px;
  padding: 8px;
}
body.career #sec-joblist {
  margin: 80px 0 0;
}
body.career #sec-joblist .joblist li {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 100px;
  padding: 85px;
}
body.career #sec-joblist .joblist li .heading {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.career #sec-joblist .joblist li .heading .fig {
  width: 454px;
}
body.career #sec-joblist .joblist li .heading .fig figure {
  aspect-ratio: 454/284;
}
body.career #sec-joblist .joblist li .heading .fig figure img {
  width: 454px;
  height: auto;
  aspect-ratio: 454/284;
  -o-object-fit: cover;
     object-fit: cover;
}
body.career #sec-joblist .joblist li .heading .text {
  width: 360px;
}
body.career #sec-joblist .joblist li .heading .text .keitai {
  color: #fff;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 0 20px;
  display: inline-block;
}
body.career #sec-joblist .joblist li .heading .text .shisetsu {
  color: #DA5B6A;
  font-size: 1.43rem;
  line-height: 1.5;
  margin-top: 15px;
}
body.career #sec-joblist .joblist li .heading .text .shokushu {
  color: #DA5B6A;
  font-size: 1.43rem;
  line-height: 1.5;
}
body.career #sec-joblist .joblist li .heading .text .shisetsu2 {
  color: #DA5B6A;
  font-size: 1.43rem;
  line-height: 1.5;
}
body.career #sec-joblist .joblist li .heading .text table {
  width: 100%;
  margin-top: 15px;
}
body.career #sec-joblist .joblist li .heading .text table th, body.career #sec-joblist .joblist li .heading .text table td {
  font-weight: normal;
  border-bottom: dotted 1px #848484;
  padding: 5px 10px;
}
body.career #sec-joblist .joblist li .heading .text table th {
  width: 100px;
}
body.career #sec-joblist .joblist li .close {
  text-align: center;
  margin: 40px 0 0 0;
}
body.career #sec-joblist .joblist li .close span {
  color: #fff;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 1px 50px;
  display: inline-block;
  cursor: pointer;
}
body.career #sec-joblist .joblist li .entryBtn {
  text-align: center;
  margin: 40px 0 0 0;
}
body.career #sec-joblist .joblist li .entryBtn a {
  color: #fff;
  font-size: 1.14rem;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 5px 100px;
  display: inline-block;
  cursor: pointer;
}
body.career #sec-joblist .joblist li .entryBtn a:hover {
  opacity: 0.8;
}
body.career #sec-joblist .joblist li .honbun {
  display: none;
  font-size: 1.07rem;
}
body.career #sec-joblist .joblist li .honbun table {
  width: 100%;
  margin-top: 15px;
}
body.career #sec-joblist .joblist li .honbun table th, body.career #sec-joblist .joblist li .honbun table td {
  font-weight: normal;
  vertical-align: top;
  padding: 5px 20px;
}
body.career #sec-joblist .joblist li .honbun table th {
  width: 250px;
  color: #DA5B6A;
  text-align: right;
  background: #f8e1e4;
  border-bottom: dotted 1px #fff;
}
body.career #sec-joblist .joblist li .honbun table td {
  border-bottom: dotted 1px #848484;
}

@media screen and (max-width: 756px) {
  body.career #sec-joblist {
    margin: 15vw 0 0;
  }
  body.career #sec-joblist .joblist li {
    border-radius: 5vw;
    margin: 0 0 10vw;
    padding: 8vw 5vw;
  }
  body.career #sec-joblist .joblist li .heading {
    margin: 0 0 8vw;
    display: block;
  }
  body.career #sec-joblist .joblist li .heading .fig {
    width: 100%;
    margin-bottom: 5vw;
  }
  body.career #sec-joblist .joblist li .heading .fig figure img {
    width: 100%;
  }
  body.career #sec-joblist .joblist li .heading .text {
    width: 100%;
  }
  body.career #sec-joblist .joblist li .heading .text table th {
    width: 25vw;
  }
  body.career #sec-joblist .joblist li .close {
    text-align: center;
    margin: 8vw 0 0 0;
  }
  body.career #sec-joblist .joblist li .honbun {
    font-size: 1.07rem;
  }
  body.career #sec-joblist .joblist li .honbun table th, body.career #sec-joblist .joblist li .honbun table td {
    width: 100%;
    padding: 4px 4vw;
    display: block;
  }
  body.career #sec-joblist .joblist li .honbun table th {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  body.career #sec-joblist .joblist li .honbun table td {
    border-bottom: none;
    padding: 5px 2vw;
  }
}
body.career.entry hgroup {
  text-align: center;
  padding: 80px 0;
}
body.career.entry hgroup h1 {
  font-size: 2.14rem;
}
body.career.entry #sec-recruitform .heading {
  text-align: center;
}
body.career.entry #sec-recruitform .heading .symbol {
  font-size: 1.14rem;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 35px;
}
body.career.entry #sec-recruitform .heading .keitai {
  color: #fff;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 0 20px;
  display: inline-block;
}
body.career.entry #sec-recruitform .heading .keitai input {
  width: 200px;
  color: #fff;
  text-align: center;
  background: #DA5B6A;
  border: none;
}
body.career.entry #sec-recruitform .heading .shisetsu {
  color: #DA5B6A;
  font-size: 1.43rem;
  line-height: 1.5;
  margin-top: 15px;
}
body.career.entry #sec-recruitform .heading .shisetsu input {
  width: auto;
  color: #DA5B6A;
  text-align: center;
  border: none;
}
body.career.entry #sec-recruitform .heading .shikaku {
  color: #DA5B6A;
  font-size: 1.43rem;
  line-height: 1.5;
}
body.career.entry #sec-recruitform .heading .shikaku input {
  width: auto;
  color: #DA5B6A;
  text-align: center;
  border: none;
}
body.career.entry #sec-recruitform .form {
  margin-top: 60px;
}
body.career.entry #sec-recruitform .form table {
  width: 100%;
  margin-bottom: 30px;
}
body.career.entry #sec-recruitform .form table tr th, body.career.entry #sec-recruitform .form table tr td {
  font-size: 1.14rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
body.career.entry #sec-recruitform .form table tr th {
  width: 240px;
  text-align: right;
  padding-right: 75px;
  position: relative;
}
body.career.entry #sec-recruitform .form table tr th.required::after {
  content: "必須";
  color: #fff;
  font-size: 1rem;
  background: #DA5B6A;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 50vh;
  position: absolute;
  top: 16px;
  right: 5px;
}
body.career.entry #sec-recruitform .form table tr td input[type=checkbox] {
  display: none;
}
body.career.entry #sec-recruitform .form table tr td input[type=checkbox] + span {
  color: #DA5B6A;
  font-size: 1rem;
  line-height: 1;
  border: solid 1px #DA5B6A;
  background: #fff;
  border-radius: 50vh;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
}
body.career.entry #sec-recruitform .form table tr td input[type=checkbox]:checked + span {
  color: #fff;
  background: #DA5B6A;
}
body.career.entry #sec-recruitform .form .agree {
  margin-bottom: 30px;
}
body.career.entry #sec-recruitform .form .agree a {
  color: #DA5B6A;
  text-decoration: underline;
}
body.career.entry #sec-recruitform .form .note {
  color: #DA5B6A;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 756px) {
  body.career.entry hgroup {
    padding: 15vw 0;
  }
  body.career.entry #sec-recruitform .form {
    margin-top: 10vw;
  }
  body.career.entry #sec-recruitform .form table tr th, body.career.entry #sec-recruitform .form table tr td {
    width: 100%;
    display: block;
  }
  body.career.entry #sec-recruitform .form table tr th {
    text-align: left;
    padding-bottom: 0;
  }
  body.career.entry #sec-recruitform .form .agree {
    margin-bottom: 30px;
  }
  body.career.entry #sec-recruitform .form .agree a {
    color: #DA5B6A;
    text-decoration: underline;
  }
  body.career.entry #sec-recruitform .form .note {
    margin-top: 0;
  }
}
body.corporateblog #sec-blogs h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  background: #DA5B6A;
  padding: 20px 0;
}
body.corporateblog #sec-blogs .h-type02 {
  margin-bottom: 50px !important;
}
body.corporateblog #sec-blogs .filtering {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin: 80px 0;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.corporateblog #sec-blogs .filtering .flt {
  width: 31%;
}
body.corporateblog #sec-blogs .filtering .flt select {
  width: 100%;
  height: 3em;
  background: #f4f4f4;
  border: none;
  border-radius: 50vh;
  padding: 0 15px;
}
body.corporateblog #sec-blogs .filtering .search_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  border-radius: 20px;
  height: 2.7em;
  width: 31%;
  background: #f4f4f4;
  overflow: hidden;
}
body.corporateblog #sec-blogs .filtering .search_container input[type=text] {
  border: none;
  height: 2.7em;
  background: #f4f4f4;
  padding: 3px 0;
}
body.corporateblog #sec-blogs .filtering .search_container input[type=text]:fucus-visible {
  outline: 0;
  border: none;
}
body.corporateblog #sec-blogs .filtering .search_container input[type=submit] {
  cursor: pointer;
  color: #454545;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: #f4f4f4;
  padding: 0;
  position: absolute;
  width: 2.5em;
  height: 2.7em;
  right: 10px;
  top: -20%;
  outline: none;
}
body.corporateblog #sec-blogs ul.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.corporateblog #sec-blogs ul.blogs::before, body.corporateblog #sec-blogs ul.blogs::after {
  content: " ";
  width: 318px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.corporateblog #sec-blogs ul.blogs li {
  width: 318px;
  margin: 0 0 50px;
}
body.corporateblog #sec-blogs ul.blogs li .fig {
  margin: 0 0 10px;
}
body.corporateblog #sec-blogs ul.blogs li .fig img {
  width: 318px;
  height: auto;
  aspect-ratio: 500/325;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.corporateblog #sec-blogs ul.blogs li .date {
  color: #7d7775;
}
body.corporateblog #sec-blogs ul.blogs li h2 {
  font-size: 1.14rem;
  line-height: 1.6;
}
body.corporateblog #sec-blogs ul.blogs li .cat {
  color: #7d7775;
  font-size: 0.86rem;
}

@media screen and (max-width: 756px) {
  body.corporateblog #sec-blogs h1 {
    font-size: 1.86rem;
    padding: 4vw 0;
  }
  body.corporateblog #sec-blogs .filtering {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 10vw 0;
    padding: 5vw 8vw;
    display: block;
  }
  body.corporateblog #sec-blogs .filtering .flt {
    width: 100%;
    margin-bottom: 4vw;
  }
  body.corporateblog #sec-blogs .filtering .search_container {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
  }
  body.corporateblog #sec-blogs ul.blogs {
    display: block;
  }
  body.corporateblog #sec-blogs ul.blogs::before, body.corporateblog #sec-blogs ul.blogs::after {
    content: none;
  }
  body.corporateblog #sec-blogs ul.blogs li {
    width: 100%;
    margin: 0 0 10vw;
  }
  body.corporateblog #sec-blogs ul.blogs li .fig img {
    width: 100%;
  }
  body.corporateblog #sec-blogs ul.blogs li h2 {
    font-size: 1.14rem;
  }
}
body.corporateblog.single #sec-blogs .subContents {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn {
  width: 700px;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .articleTitle {
  font-size: 2.14rem;
  line-height: 1.6;
  border-left: solid 5px #DA5B6A;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .date {
  color: #7d7775;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .honbun, body.corporateblog.single #sec-blogs .subContents .mainColumn .honbun *, body.corporateblog.single #sec-blogs .subContents .mainColumn .honbun *::before, body.corporateblog.single #sec-blogs .subContents .mainColumn .honbun *::after {
  all: revert;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .honbun img {
  max-width: 100%;
  height: auto;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .pagination {
  margin-top: 60px;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .pagination .prev {
  width: 45%;
  float: left;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .pagination .prev .textlink {
  color: #DA5B6A;
  text-align: left;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .pagination .next {
  width: 45%;
  float: right;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .pagination .next .textlink {
  color: #DA5B6A;
  text-align: right;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .btline {
  text-align: center;
  border-top: solid 1px #DA5B6A;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
body.corporateblog.single #sec-blogs .subContents .mainColumn .btline a {
  color: #DA5B6A;
}
body.corporateblog.single #sec-blogs .subContents .side {
  width: 220px;
}
body.corporateblog.single #sec-blogs .subContents .side h3 {
  color: #DA5B6A;
  border: solid 1px #DA5B6A;
  text-align: center;
  margin: 60px 0 10px;
  padding: 6px 0;
}
body.corporateblog.single #sec-blogs .subContents .side ul li {
  line-height: 1.6;
  border-bottom: dotted 1px #232323;
}
body.corporateblog.single #sec-blogs .subContents .side ul li a {
  padding: 8px 0 8px 20px;
  display: block;
  position: relative;
}
body.corporateblog.single #sec-blogs .subContents .side ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 756px) {
  body.corporateblog.single #sec-blogs .subContents {
    margin: 15vw auto;
    display: block;
  }
  body.corporateblog.single #sec-blogs .subContents .mainColumn {
    width: 100%;
    margin-bottom: 15vw;
  }
  body.corporateblog.single #sec-blogs .subContents .mainColumn .articleTitle {
    font-size: 1.86rem;
  }
  body.corporateblog.single #sec-blogs .subContents .side {
    width: 100%;
  }
  body.corporateblog.single #sec-blogs .subContents .side h3 {
    margin: 10vw 0 10px;
  }
}