@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	共通パーツ
 * ************************************************ */
#content-wrap {
  margin: 80px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.section_wrapper {
  padding: 40px 20px 20px;
}
@media print, screen and (min-width: 428px) {
  .section_wrapper {
    padding: 60px 20px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .section_wrapper {
    padding: 70px 40px;
  }
}

.page_ttl {
  text-align: center;
  padding: 1em 0;
  background-color: #F9EAF0;
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0;
  }
}
.page_ttl .ja_ttl {
  font-size: 26px;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .ja_ttl {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl .ja_ttl {
    font-size: 38px;
  }
}
.page_ttl .en_ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.circle_section_ttl {
  margin-bottom: 25px;
  position: relative;
  margin-left: 30px;
  z-index: 1;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .circle_section_ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .circle_section_ttl {
    font-size: 35px;
    margin-bottom: 60px;
    margin-left: 45px;
  }
}
.circle_section_ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 214, 163, 0.3);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .circle_section_ttl::after {
    width: 90px;
    height: 90px;
    left: -45px;
  }
}

/* ************************************************
 *	採用ぺージ
 * ************************************************ */
.page_header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 960px) {
  .page_header {
    padding-bottom: 60px;
  }
}
.page_header .recruit_page_ttl {
  padding: 20px 40px;
  border-radius: 0 120px 120px 0;
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb4cc), to(#ffb04d));
  background-image: linear-gradient(90deg, #ffb4cc, #ffb04d);
}
@media print, screen and (min-width: 428px) {
  .page_header .recruit_page_ttl {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_header .recruit_page_ttl {
    font-size: 3vw;
    padding: 30px 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .page_header .recruit_page_ttl {
    font-size: 2.6vw;
    padding: 40px;
  }
}
@media print, screen and (min-width: 1700px) {
  .page_header .recruit_page_ttl {
    font-size: 2.6vw;
    padding: 50px 80px;
  }
}
.page_header h1 {
  width: 70%;
}
@media print, screen and (min-width: 428px) {
  .page_header h1 {
    width: 350px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_header h1 {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .page_header h1 {
    width: 30%;
  }
}
.page_header .page_mv {
  width: 90%;
  margin-left: auto;
}
@media print, screen and (min-width: 960px) {
  .page_header .page_mv {
    width: 65%;
    margin-left: 0;
  }
}
.page_header .page_mv img {
  border-radius: 200px 0 0 200px;
}

.section_ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .section_ttl {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .section_ttl {
    font-size: 45px;
  }
}

/* 「にこ」の採⽤ページをご覧の⽅へ
----------------------------------------------*/
.recruit_about_contents .recruit_about_list {
  margin-bottom: 50px;
  position: relative;
}
@media print, screen and (min-width: 428px) {
  .recruit_about_contents .recruit_about_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list {
    margin-bottom: 100px;
  }
}
.recruit_about_contents .recruit_about_list:nth-child(1) {
  position: relative;
}
.recruit_about_contents .recruit_about_list:nth-child(1)::after {
  position: absolute;
  content: url("images/recruit-about-bg02.svg");
  width: 120%;
  top: 80%;
  left: -10%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .recruit_about_contents .recruit_about_list:nth-child(1)::after {
    content: url("images/recruit-about-bg01.svg");
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(1)::after {
    content: url("images/recruit-about-bg01.svg");
    width: 80%;
    height: auto;
    top: 50%;
    right: 0;
    left: unset;
  }
}
.recruit_about_contents .recruit_about_list:nth-child(2) {
  position: relative;
}
.recruit_about_contents .recruit_about_list:nth-child(2)::after {
  position: absolute;
  content: url("images/recruit-about-bg01.svg");
  width: 120%;
  top: 70%;
  left: -10%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 428px) {
  .recruit_about_contents .recruit_about_list:nth-child(2)::after {
    content: url("images/recruit-about-bg01.svg");
    top: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_about_contents .recruit_about_list:nth-child(2)::after {
    content: url("images/recruit-about-bg01.svg");
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(2)::after {
    content: url("images/recruit-about-bg02.svg");
    width: 80%;
    height: auto;
    top: 50%;
    left: -150px;
  }
}
.recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_img {
    width: 50%;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_img {
    width: 80%;
  }
}
.recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_img img {
  border-radius: 40px;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_img img {
    border-radius: 90px 0 0 90px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(2) .recruit_about_text {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(2) {
    -ms-flex-wrap: row-reverse !important;
        flex-wrap: row-reverse !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit_about_contents .recruit_about_list:nth-child(3) {
  margin-bottom: 0;
  position: relative;
}
.recruit_about_contents .recruit_about_list:nth-child(3)::after {
  position: absolute;
  content: url("images/recruit-about-bg03.svg");
  width: 120%;
  top: 85%;
  left: -10%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .recruit_about_contents .recruit_about_list:nth-child(3)::after {
    content: url("images/recruit-about-bg01.svg");
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list:nth-child(3)::after {
    width: 80%;
    height: auto;
    top: 50%;
    right: 0;
    left: unset;
  }
}
.recruit_about_contents .recruit_about_list .recruit_about_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list .recruit_about_img {
    width: 50%;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .recruit_about_contents .recruit_about_list .recruit_about_img {
    width: 80%;
  }
}
.recruit_about_contents .recruit_about_list .recruit_about_img img {
  border-radius: 40px;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list .recruit_about_img img {
    border-radius: 0 90px 90px 0;
  }
}
.recruit_about_contents .recruit_about_list .recruit_about_text {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruit_about_contents .recruit_about_list .recruit_about_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list .recruit_about_text {
    width: 50%;
    margin-left: 60px;
    margin-top: 0;
  }
}
.recruit_about_contents .recruit_about_list .recruit_about_text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_contents .recruit_about_list .recruit_about_text h3 {
    font-size: 24px;
  }
}
.recruit_about_contents .recruit_about_list .recruit_about_text p {
  margin-top: 20px;
}

.list_content {
  margin-top: 20px;
}
.list_content .list {
  list-style: inside;
  margin-bottom: 0;
}

/* WyL
----------------------------------------------*/
.wyl {
  padding-bottom: 0 !important;
}

.wyl .inner_middle {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
}
@media print, screen and (min-width: 428px) {
  .wyl .inner_middle {
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl .inner_middle {
    padding: 3%;
  }
}
.wyl .inner_middle .wyl_img {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .wyl .inner_middle .wyl_img {
    width: 45%;
  }
}
.wyl .inner_middle .wyl_img img {
  width: 40%;
  margin: 0 auto;
}
.wyl .inner_middle .wyl_text {
  width: 100%;
  margin-top: 20px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .wyl .inner_middle .wyl_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl .inner_middle .wyl_text {
    text-align: center;
  }
}
.wyl .inner_middle .btn_pink {
  margin-top: 40px;
  text-align: center;
}

/* greeting
----------------------------------------------*/
.greeting .inner_middle {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
}
@media print, screen and (min-width: 428px) {
  .greeting .inner_middle {
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .greeting .inner_middle {
    padding: 3% 3% 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.greeting .inner_middle .greeting_img {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .greeting .inner_middle .greeting_img {
    width: 40%;
    margin-right: 60px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .greeting .inner_middle .greeting_img {
    width: 35%;
  }
}
.greeting .inner_middle .greeting_img img {
  width: 70%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .greeting .inner_middle .greeting_img img {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .greeting .inner_middle .greeting_img img {
    width: 100%;
    margin: 0;
  }
}
.greeting .inner_middle .greeting_text {
  width: 100%;
  margin-top: 20px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .greeting .inner_middle .greeting_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .greeting .inner_middle .greeting_text {
    width: 55%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .greeting .inner_middle .greeting_text {
    width: 60%;
  }
}
.greeting .inner_middle .greeting_text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.greeting .inner_middle .greeting_text .name {
  margin-left: 1em;
  margin-top: 10px;
}

/* charm
----------------------------------------------*/
.charm {
  border-radius: 0;
  background-color: #fafafa;
}
@media print, screen and (min-width: 960px) {
  .charm {
    border-radius: 200px 200px 0 0;
    background-color: #fff;
  }
}
.charm h2 {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .charm h2 {
    font-size: 45px;
  }
}
.charm .charm_contents {
  gap: 40px;
}
.charm .charm_contents li {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .charm .charm_contents li {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .charm .charm_contents li {
    width: calc(33.333% - 26.6666px);
  }
}
.charm .charm_contents li .charm_img {
  border-radius: 40px;
}
.charm .charm_contents li h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}
.charm .charm_contents li .charm_text {
  margin-top: 10px;
}
.charm .charm_contents li:last-child {
  margin-bottom: 0;
}

.charm_wrapper {
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  padding: 20px;
}
@media print, screen and (min-width: 428px) {
  .charm_wrapper {
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .charm_wrapper {
    padding: 0;
  }
}

.charm_img {
  border-radius: 30px;
}

.charm_text {
  margin-top: 20px;
}

/* 募集要項
----------------------------------------------*/
.description {
  background-color: #fff;
}
.description h2 {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .description h2 {
    font-size: 45px;
  }
}
.description table {
  border-collapse: collapse;
  width: 100%;
}
.description tr {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .description tr {
    display: block;
  }
}
.description tr:nth-child(1) {
  border-top: 1px solid #555;
}
.description tr th {
  width: 100%;
  padding: 1em 1em 0 1em;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .description tr th {
    width: 250px;
    padding: 1.5em 2em;
    text-align: start;
  }
}
.description tr td {
  width: 100%;
  padding: 0.2em 1em 1em 1em;
}
@media print, screen and (min-width: 960px) {
  .description tr td {
    width: auto;
    padding: 1.5em 2em;
  }
}
.description tr td .text_contents {
  margin-bottom: 20px;
  margin-left: 0.8em;
}
.description tr td .text_contents li {
  list-style: inside;
  margin-left: 1em;
  text-indent: -1.2em;
}
.description tr td .mt20 {
  margin-top: 20px;
}

/* よくある質問
----------------------------------------------*/
.question {
  background-color: #fff;
}
.question h2 {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .question h2 {
    font-size: 45px;
  }
}
.question .question_contents li {
  border-bottom: 1px solid #555555;
  padding: 0 1em;
}
@media print, screen and (min-width: 960px) {
  .question .question_contents li {
    padding: 0 2em;
  }
}
.question .question_contents li:nth-child(1) {
  border-top: 1px solid #555;
}
.question .question_contents li .question_text {
  padding: 1em 0 0 0;
}
.question .question_contents li .question_text span {
  margin-right: 10px;
}
.question .question_contents li .answer_text {
  padding: 0.5em 0 1em 0;
}

/* banner
----------------------------------------------*/
.banner {
  background-color: #fff;
}

.banner_text {
  width: 100%;
  background-color: #475f7b;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .banner_text {
    padding: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .banner_text {
    width: 50%;
    height: 280px;
    padding: 35px 40px;
  }
}
.banner_text p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media print, screen and (min-width: 428px) {
  .banner_text p {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .banner_text p {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .banner_text p {
    font-size: 2.2vw;
    text-align: start;
  }
}
@media print, screen and (min-width: 1280px) {
  .banner_text p {
    font-size: 30px;
  }
}
.banner_text .btn_pink {
  margin-top: 30px;
}

.banner_img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .banner_img {
    width: 50%;
    height: 280px;
  }
}
.banner_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .banner_img img {
    height: 280px;
  }
}

/* ************************************************
 *	お問い合わせフォーム
 * ************************************************ */
.recruit_contact {
  background-color: #fff;
}

.page_contactform {
  width: 100%;
  padding: 0 20px;
  max-width: 1080px;
  margin: 60px auto 0;
}
.page_contactform dt.contact_block_left {
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 8px 10px;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dt.contact_block_left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 200px;
    margin-bottom: 0;
    width: 100%;
  }
}
.page_contactform dd.contact_block_right {
  padding: 8px 10px;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dd.contact_block_right {
    width: 100%;
  }
}
.page_contactform dd.contact_block_right.postal_code input {
  width: 80px;
}
.page_contactform input:not([type=radio]), .page_contactform textarea {
  width: 100%;
  color: inherit;
  border: 1px solid #949494;
  border-radius: 5px;
  padding: 8px 10px;
}
.page_contactform select {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.page_contactform .square {
  color: #040f50;
}

.submit_block {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .submit_block {
    margin-top: 50px;
  }
}
.submit_block .policy_check {
  background: #f9f1d5;
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
}
.submit_block .policy_check p.policy_check_txt {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .submit_block .policy_check p.policy_check_txt {
    text-align: center;
  }
}
.submit_block .policy_check .wpcf7-list-item {
  margin-left: 0;
}
.submit_block .policy_check input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #949494;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.submit_block .policy_check input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #ffb4cc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.submit_block .policy_check input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #ffb4cc;
  -webkit-transform: rotate(-53deg);
          transform: rotate(-53deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.submit_block .reCAPTCHA_txt {
  color: #8f7359;
  font-size: 13px;
  text-align: center;
  margin-bottom: 40px;
}
.submit_block .reCAPTCHA_txt a {
  color: #8f7359;
  text-decoration: underline;
}
.submit_block input[type=submit] {
  display: block;
  width: 260px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb4cc), to(#ffd3e1));
  background: linear-gradient(90deg, #ffb4cc, #ffd3e1);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1em;
  text-indent: 1em;
  border-radius: 40px;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media print, screen and (min-width: 768px) {
  .submit_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.submit_block input[type=submit]:hover {
  opacity: 0.7;
}
.submit_block input[type=submit]:disabled {
  opacity: 0.3;
}

.caution {
  padding: 8px 10px;
}

.img_center {
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_center input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #949494;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.img_center input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #ffb4cc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.img_center input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #ffb4cc;
  -webkit-transform: rotate(-53deg);
          transform: rotate(-53deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.img_center .policy_link {
  color: #949494;
  border-bottom: 1px solid #949494;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.img_center .policy_link:hover {
  opacity: 0.7;
}

.required {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  background-color: #ffb4cc;
  margin-left: 20px;
  border-radius: 5px;
}

.wpcf7-list-item {
  display: none;
}

/* ************************************************
 *　私たちについて
 * ************************************************ */
#about {
  background-color: #fff;
}
#about .greeting .inner_middle {
  padding: 0;
}

.about p {
  line-height: 2;
}

.logo_contents li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .logo_contents li {
    width: 47%;
  }
}
.logo_contents li:nth-child(2) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .logo_contents li:nth-child(2) {
    margin-top: 0;
  }
}
.logo_contents li .logo_img img {
  margin: 0 auto;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .logo_contents li .logo_img img {
    height: 200px;
  }
}
.logo_contents li p {
  margin-top: 20px;
  line-height: 2;
}

.about_greeting .greeting_contents .greeting_img {
  margin-top: 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about_greeting .greeting_contents .greeting_img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .about_greeting .greeting_contents .greeting_img {
    margin-top: 0;
    width: 47%;
  }
}
.about_greeting .greeting_contents .greeting_img img {
  border-radius: 40px;
}
.about_greeting .greeting_contents .greeting_text_box {
  margin-top: 20px;
  width: 100%;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .about_greeting .greeting_contents .greeting_text_box {
    width: 47%;
  }
}
.about_greeting .greeting_contents .greeting_text_box .name {
  margin-top: 20px;
}

.feature_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .feature_contents {
    gap: 60px 40px;
  }
}
.feature_contents li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .feature_contents li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 960px) {
  .feature_contents li {
    width: calc(33.3333% - 26.6666px);
  }
}
.feature_contents li .feature_img img {
  border-radius: 40px;
}
.feature_contents li h3 {
  margin-top: 15px;
  font-weight: 400;
}
.feature_contents li p {
  margin-top: 10px;
}

.about_company table {
  border-collapse: collapse;
  width: 100%;
}
.about_company tr {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .about_company tr {
    display: block;
  }
}
.about_company tr:nth-child(1) {
  border-top: 1px solid #555;
}
.about_company tr th {
  width: 100%;
  padding: 1em 1em 0 1em;
  text-align: start;
}
@media print, screen and (min-width: 960px) {
  .about_company tr th {
    width: 250px;
    padding: 1.5em 2em;
  }
}
.about_company tr td {
  width: 100%;
  padding: 0.2em 1em 1em 1em;
}
@media print, screen and (min-width: 960px) {
  .about_company tr td {
    width: auto;
    padding: 1.5em 2em;
  }
}
.about_company tr td .text_contents {
  margin-bottom: 20px;
  margin-left: 0.8em;
}
.about_company tr td .text_contents li {
  list-style: inside;
  margin-left: 1em;
  text-indent: -1.5em;
}
.about_company tr td .mt20 {
  margin-top: 20px;
}

/* ************************************************
 *	訪問看護ステーションにこ 居宅支援センターにこ
 * ************************************************ */
#visiting_nursing_station,
#home_care_support {
  background-color: #fff;
}
#visiting_nursing_station .page_ttl .ja_ttl,
#home_care_support .page_ttl .ja_ttl {
  line-height: 2;
}

@media print, screen and (min-width: 960px) {
  .about_contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.about_contents .about_text_box {
  width: 100%;
  margin-right: 0;
}
@media print, screen and (min-width: 960px) {
  .about_contents .about_text_box {
    width: 46%;
    margin-right: 60px;
  }
}
.about_contents .about_text_box p {
  line-height: 2;
}
.about_contents .about_img {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .about_contents .about_img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .about_contents .about_img {
    width: 75%;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.about_contents .about_img img {
  border-radius: 70px;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 960px) {
  .about_contents .about_img img {
    border-radius: 90px 0 0 90px;
  }
}

.about_possible .about_possible_img {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .about_possible .about_possible_img {
    width: 70%;
  }
}
@media print, screen and (min-width: 960px) {
  .about_possible .about_possible_img {
    width: 50%;
  }
}
.about_possible p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  text-align: start;
}
@media print, screen and (min-width: 768px) {
  .about_possible p {
    margin-top: 40px;
    text-align: center;
  }
}

.about_flow_contents {
  margin-left: 20px;
  border-left: 3px solid #C8C8C8;
}
@media print, screen and (min-width: 428px) {
  .about_flow_contents {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .about_flow_contents {
    margin-left: 60px;
  }
}
.about_flow_contents .about_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .about_flow_contents .about_flow_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 960px) {
  .about_flow_contents .about_flow_list {
    margin-bottom: 40px;
  }
}
.about_flow_contents .about_flow_list:last-child {
  margin-bottom: 20px;
}
.about_flow_contents .about_flow_list .about_flow_img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: -60px;
}
@media print, screen and (max-width: 960px) {
  .about_flow_contents .about_flow_list .about_flow_img {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
@media print, screen and (max-width: 428px) {
  .about_flow_contents .about_flow_list .about_flow_img {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
.about_flow_contents .about_flow_list .about_flow_text {
  margin-left: 100px;
}
@media print, screen and (max-width: 960px) {
  .about_flow_contents .about_flow_list .about_flow_text {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 428px) {
  .about_flow_contents .about_flow_list .about_flow_text {
    margin-left: 30px;
  }
}
.about_flow_contents .about_flow_list .about_flow_text h3 {
  font-size: 18px;
  font-weight: 400;
}
@media print, screen and (min-width: 428px) {
  .about_flow_contents .about_flow_list .about_flow_text h3 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .about_flow_contents .about_flow_list .about_flow_text h3 {
    font-size: 22px;
  }
}
.about_flow_contents .about_flow_list .about_flow_text p {
  margin-top: 10px;
}

#home_care_support .about_possible p {
  text-align: start !important;
}

.mt20 {
  margin-top: 20px;
}

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .btn_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.btn_wrapper .btn_pink {
  padding: 20px;
}
@media print, screen and (min-width: 960px) {
  .btn_wrapper .btn_pink {
    padding: 0;
    margin-right: 60px;
    margin-top: 0;
  }
}

/* ************************************************
 *	スタッフ紹介
 * ************************************************ */
@media print, screen and (min-width: 960px) {
  .staff_greeting_contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.staff_greeting_contents .greeting_text_box {
  width: 100%;
  margin-right: 0;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .staff_greeting_contents .greeting_text_box {
    width: 46%;
    margin-right: 60px;
  }
}
.staff_greeting_contents .greeting_text_box p {
  line-height: 2;
}
.staff_greeting_contents .greeting_text_box .name {
  margin-top: 20px;
}
.staff_greeting_contents .greeting_img {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .staff_greeting_contents .greeting_img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .staff_greeting_contents .greeting_img {
    width: 75%;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.staff_greeting_contents .greeting_img img {
  border-radius: 70px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .staff_greeting_contents .greeting_img img {
    border-radius: 90px 0 0 90px;
  }
}

#staff {
  background-color: #fff;
}

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

.position_wrapper {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .position_wrapper {
    margin-top: 60px;
  }
}
.position_wrapper h3 {
  color: #ffb4cc;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .position_wrapper h3 {
    text-align: start;
  }
}
@media print, screen and (min-width: 960px) {
  .position_wrapper h3 {
    font-size: 32px;
  }
}

.staff_introduction .staff_contents {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .staff_introduction .staff_contents {
    gap: 60px 40px;
  }
}
.staff_introduction .staff_contents li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .staff_introduction .staff_contents li {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .staff_introduction .staff_contents li {
    width: calc(33.333% - 26.6666px);
  }
}
.staff_introduction .staff_contents li .staff_img img {
  border-radius: 30px;
}
.staff_introduction .staff_contents li .staff_name {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .staff_introduction .staff_contents li .staff_name {
    font-size: 20px;
  }
}
.staff_introduction .staff_contents li p {
  text-align: center;
}

/* ************************************************
 *	ウィル山形　ウィル会津　
 * ************************************************ */
#wyl {
  background-color: #fff;
}

.wyl_about {
  text-align: center;
}
.wyl_about .wyl_top_img {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wyl_about .wyl_top_img {
    width: 40%;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl_about .wyl_top_img {
    width: 30%;
  }
}
.wyl_about p {
  margin-top: 20px;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .wyl_about p {
    margin-top: 40px;
    font-size: 20px;
  }
}

.wyl_contents .wyl_text_box {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_text_box {
    width: 60%;
  }
}
.wyl_contents .wyl_text_box table {
  border-collapse: collapse;
  width: 100%;
}
.wyl_contents .wyl_text_box table tr {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_text_box table tr {
    display: block;
  }
}
.wyl_contents .wyl_text_box table tr:nth-child(1) {
  border-top: 1px solid #555;
}
.wyl_contents .wyl_text_box table tr th {
  width: 100%;
  padding: 1em 1em 0 1em;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_text_box table tr th {
    width: 150px;
    padding: 1.5em 2em;
  }
}
.wyl_contents .wyl_text_box table tr td {
  width: 100%;
  padding: 1em 1em;
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_text_box table tr td {
    width: auto;
    padding: 1.5em 2em;
  }
}
.wyl_contents .wyl_text_box table tr td .text_contents {
  margin-bottom: 20px;
  margin-left: 0.8em;
}
.wyl_contents .wyl_text_box table tr td .text_contents li {
  list-style: inside;
  margin-left: 1em;
  text-indent: -1.5em;
}
.wyl_contents .wyl_text_box table tr td .mt20 {
  margin-top: 20px;
}
.wyl_contents .wyl_text_box .btn_pink {
  margin-top: 40px;
}
.wyl_contents .wyl_image_box {
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .wyl_contents .wyl_image_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_image_box {
    width: 35%;
    display: unset;
    margin-top: 0;
  }
}
.wyl_contents .wyl_image_box .wyl_map {
  width: 100%;
  position: relative;
  margin-top: 40px;
  aspect-ratio: 3/2;
  padding-top: 33.3333333333%;
}
@media print, screen and (min-width: 768px) {
  .wyl_contents .wyl_image_box .wyl_map {
    width: 47%;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_image_box .wyl_map {
    margin-top: 0;
    width: 100%;
  }
}
.wyl_contents .wyl_image_box .wyl_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wyl_contents .wyl_image_box .yamagata_img,
.wyl_contents .wyl_image_box .aizu_img {
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .wyl_contents .wyl_image_box .yamagata_img,
  .wyl_contents .wyl_image_box .aizu_img {
    width: 47%;
  }
}
@media print, screen and (min-width: 960px) {
  .wyl_contents .wyl_image_box .yamagata_img,
  .wyl_contents .wyl_image_box .aizu_img {
    width: 100%;
  }
}
.wyl_contents .wyl_image_box .yamagata_img img,
.wyl_contents .wyl_image_box .aizu_img img {
  border-radius: 30px;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
#policy {
  background-color: #fff;
}
#policy h2 {
  margin-top: 40px;
  font-weight: 400;
}
#policy .policy_text {
  margin-top: 20px;
}
#policy .mt {
  margin-top: 20px;
}
#policy ul.policy_list {
  margin-top: 20px;
  margin-left: 0.8em;
}
#policy ul.policy_list li {
  list-style: inside;
  margin-left: 1em;
  text-indent: -1.2em;
}
#policy ol.policy_list {
  margin-top: 20px;
  margin-left: 0.8em;
}
#policy ol.policy_list li {
  margin-left: 1em;
  text-indent: -1.1em;
  list-style: decimal inside;
}
#policy .policy_end {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  #policy .policy_end {
    margin-top: 80px;
  }
}