@charset "UTF-8";

/*
Theme Name: nannaru
Version: 1.0
*/
html {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0;
}

body {
  background-color: #F9F8F3;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.fadeUp {
  animation-name: fadeUp-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp-animation {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  margin: 0 auto 0 16px;
  width: 140px;
}

.header-button {
  display: flex;
}

.header-button div {
  margin: 0 8px;
}

.header-button div a {
  border-bottom: 1px solid #EC6C66;
  font-size: 10px;
  padding: 8px 0;
}

.header-nav_pc {
  display: none;
}

.menu {
  background: #F9F8F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}

.menu-inner {
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  padding: 24px 24px 8px;
  width: 88%;
}

.menu-inner ul {
  text-align: center;
}

.menu-inner ul li a {
  display: inline-block;
  font-weight: 700;
  padding: 8px 16px;
}

.menu-logo {
  margin: 0 auto 8px;
  width: 200px;
}

.menu.is-active {
  opacity: 1;
  visibility: visible;
}

.menu-button {
  z-index: 21;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
}

.menu-button span {
  background-color: #000;
  height: 1px;
  width: 24px;
  position: absolute;
  transition: all 0.3s linear;
}

.menu-button span::before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 24px;
  position: absolute;
  top: -8px;
  transition: all 0.3s linear;
}

.menu-button span::after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 8px;
  transition: all 0.3s linear;
}

.menu-button.is-close span {
  background-color: #F9F8F3;
}

.menu-button.is-close span::before {
  top: 0px;
  transform: rotate(45deg);
}

.menu-button.is-close span::after {
  top: 0px;
  transform: rotate(-45deg);
}

main {
  padding-top: 56px;
}

.mv {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 56px);
  position: relative;
}

.mv-image_01 {
  position: absolute;
  top: 2%;
  left: 10%;
  width: 30%;
  max-width: 200px;
}

.mv-image_02 {
  position: absolute;
  bottom: 34%;
  right: 0%;
  width: 40%;
  z-index: 1;
  max-width: 280px;
}

.mv-image_03 {
  position: absolute;
  bottom: 15%;
  left: 16%;
  width: 60%;
  z-index: 2;
  max-width: 300px;
}

.mv-text {
  margin-top: -168px;
}

.mv-caption {
  color: #EC6C66;
  font-size: 24px;
  margin-bottom: 24px;
}

.mv-title {
  color: #EC6C66;
  font-size: 24px;
}

.mv .headNews li {
  margin-bottom: 15px;
}

.mv .headNews li a {
  color: #EC6C66;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .mv .headNews li a {
    font-size: 16px;
  }
}

.mv .headNews li a:hover {
  opacity: 0.7;
}

.mv .headNews-title {
  background-color: #EC6C66;
  border-radius: 4px;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  width: 80px;
}

@media (max-width: 768px) {
  .mv .headNews-title {
    width: 70px;
  }
}

.mv .headNews-time {
  border-right: 1px solid #EC6C66;
  margin-right: 8px;
  padding-right: 8px;
  width: 104px;
}

@media (max-width: 768px) {
  .mv .headNews-time {
    width: 94px;
  }
}

.mv .headNews-text {
  width: 65%;
}

@media (max-width: 768px) {
  .mv .headNews-text {
    width: auto;
  }
}

.mv .bg-01 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 18%;
}

.wrap {
  padding: 32px 24px;
}

.topAbout-title {
  display: flex;
  justify-content: center;
  font-feature-settings: "palt";
  margin: 0 0 24px;
}

.topAbout-title::before {
  background-image: url("images/char-01.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 59px;
  margin: -8px 8px 0 0;
  width: 50px;
}

.topAbout-title::after {
  background-image: url("images/top-icon2.png");
  background-size: cover;
  content: "";
  display: inline-block;
  max-height: 59px;
  margin: -8px 0 0 0;
  width: 15%;
  max-width: 55px;
}

.topAbout-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topAbout-list_box {
  background-image: url("images/round-pink.svg");
  background-size: cover;
  box-sizing: border-box;
  color: #EC6C66;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 166px;
  margin: 0 1% 24px;
  text-align: center;
  width: 166px;
}

.topAbout-bottom {
  background-color: #F3F1E7;
  border-radius: 32px;
  padding: 24px 0;
}

.topAbout-bottom_title {
  margin-bottom: 24px;
  text-align: center;
}

.topAbout-bottom_title::before {
  background-image: url("images/char-02.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 45px;
  margin: 0 8px 0 0;
  width: 40px;
  vertical-align: bottom;
}

.topAbout-bottom_title::after {
  background-image: url("images/top-icon1.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 45px;
  margin: 0 0 0 8px;
  width: 15%;
  max-width: 48px;
  vertical-align: bottom;
}

.topAbout-bottom_title p {
  margin-top: -8px;
}

.topAbout-bottom_wrap {
  padding: 0 24px;
}

.topAbout-bottom_text {
  background-color: #F9F8F3;
  border-radius: 16px;
  font-size: 12px;
  margin-bottom: 16px;
  padding: 16px;
}

.topAbout-bottom_text_01 {
  width: 280px;
}

.topAbout-bottom_text_02 {
  margin-left: auto;
  width: 280px;
}

.topAbout-bottom_text_03 {
  width: 300px;
}

.topAbout-bottom_caption {
  color: #9B977F;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.topAbout-bottom_caption::before {
  content: "＼";
  font-family: sans-serif;
  font-size: 10px;
  margin-right: 4px;
}

.topAbout-bottom_caption::after {
  content: "／";
  font-family: sans-serif;
  font-size: 10px;
  margin-left: 4px;
}

.topAbout .bg-02 {
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 30%;
}

.button-round {
  border-radius: 999px;
  margin-inline: auto;
  max-width: 400px;
  position: relative;
}

.button-round a {
  display: block;
  padding: 8px 0;
  text-align: center;
}

.button-round a::after {
  content: "→";
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 18px;
}

.button-round_pink {
  background-color: #EC6C66;
}

.button-round_pink a {
  color: #fff;
}

.button-round_pink:hover {
  opacity: 0.7;
}

.button-round_w {
  background-color: #fff;
  font-size: 14px;
  width: 240px;
}

.button-round_w a {
  color: #EC6C66;
  display: block;
}

.button-square {
  border-radius: 8px;
  margin: 16px auto;
  max-width: 386px;
  position: relative;
}

.button-square a {
  display: block;
  padding: 16px 0;
  text-align: center;
}

.button-square a::after {
  content: "→";
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 18px;
}

.button-square_pink {
  background-color: #EC6C66;
}

.button-square_pink a {
  color: #fff;
}

.button-square_pink:hover {
  opacity: 0.7;
}

.button-square_line {
  border: 2px solid #EC6C66;
}

.button-square_line a {
  color: #EC6C66;
}

.button-square_line:hover {
  opacity: 0.7;
}

.topDetail {
  position: relative;
}

.topDetail-head {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.topDetail-head_image {
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}

.topDetail-head_desc_title {
  font-size: 24px;
  margin-bottom: 16px;
}

.topDetail-head_desc_text {
  font-size: 14px;
}

.topDetail-bottom {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.topDetail-bottom_image {
  margin: 0 auto 16px;
  width: 197px;
}

.topDetail-bottom_desc {
  color: #EC6C66;
}

.topDetail-bottom_desc_title {
  font-size: 24px;
  margin-bottom: 8px;
}

.topDetail-bottom_desc_text span {
  display: inline-block;
  margin-right: 16px;
}

.topDetail .bg-03 {
  position: absolute;
  top: 32%;
  left: 0%;
  width: 30%;
}

.map-bg {
  background-color: #F3F1E7;
  border-radius: 32px;
  padding: 24px 10px;
}

.topColumn ul li {
  margin-bottom: 40px;
}

.topColumn ul li {
  margin-bottom: 40px;
}

.column-image {
  border-radius: 24px;
  margin: 0 auto 16px;
  max-width: 300px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.column-image img {
  height: auto;
  transition: transform .6s ease;
}

.column-image:hover img {
  transform: scale(1.3);
}

.column-title {
  margin-bottom: 16px;
  padding: 0 16px;
}

.column-time {
  font-size: 12px;
}

.column-time::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 8px 0 16px;
  width: 24px;
  vertical-align: super;
}

.top-image {
  background-image: url("images/top-image.jpg");
  background-size: cover;
  display: block;
  height: 210px;
  margin: 32px 0;
}

.topNews {
  position: relative;
}

.topNews .bg-04 {
  position: absolute;
  right: 0%;
  bottom: -8%;
  width: 30%;
}

.topNews ul li {
  margin-bottom: 30px;
}

.topContact {
  background-color: #fff;
}

.topContact-head {
  margin-bottom: 24px;
}

.topContact-head_title {
  font-size: 24px;
  margin-bottom: 16px;
}

.topContact-head_caption {
  color: #EC6C66;
  font-size: 10px;
}

.topContact-bottom {
  background-image: url("images/topContact.jpg");
  background-size: cover;
  border-radius: 24px;
  color: #fff;
  overflow: hidden;
  padding: 24px;
}

.topContact-bottom_title {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.topContact-bottom_text {
  margin-bottom: 16px;
  text-align: center;
}

.topContact-bottom:hover {
  opacity: 0.7;
}

.footer-inner {
  padding: 32px 24px 8px;
}

.footer-info {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 16px;
  width: 240px;
}

.footer-icon {
  display: flex;
}

.footer-icon div {
  margin-right: 16px;
  width: 28px;
}

.footer-icon div:nth-of-type(2) {
  margin-top: -3px;
  width: 20px;
}

.footer-link_wrap {
  margin: 0 auto 40px;
  width: 168px;
}

.footer-link_head li {
  margin-bottom: 8px;
}

.footer-link_bottom li {
  margin-top: 8px;
}

.footer-link_mark::before {
  background-color: #EC6C66;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: text-bottom;
}

.footer-link_point::before {
  content: "-";
  display: inline-block;
  margin-left: 24px;
  width: 14px;
  vertical-align: bottom;
}

.footer-sub {
  font-family: sans-serif;
  font-weight: normal;
  text-align: center;
}

.footer-sub_link {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.footer-sub_link div {
  font-size: 12px;
  margin-left: 16px;
}

.footer-sub .copyright {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 10px;
}

@media (min-width: 768px) {
  .header {
    height: 96px;
  }

  .header-inner {
    height: 96px;
  }

  .header-nav_sp {
    display: none;
  }

  .header-nav_pc {
    display: block;
    margin-right: auto;
  }

  .header-nav_pc ul {
    display: flex;
  }

  .header-nav_pc ul li {
    font-size: 14px;
    margin-right: 16px;
  }

  .header-nav_pc ul li:hover {
    opacity: 0.7;
  }

  .header-logo {
    margin: 0 24px;
  }

  .header-button {
    margin-top: -4px;
  }

  .header-button div a {
    font-size: 14px;
  }

  .header-button div:hover {
    opacity: 0.7;
  }

  .mv-text {
    margin-top: -200px;
    margin-left: 53%;
  }

  .mv-caption {
    font-size: 44px;
  }

  .mv-title {
    font-size: 44px;
  }

  .mv-image_01 {
    left: 14%;
    width: 230px;
  }

  .mv-image_02 {
    top: 21%;
    right: auto;
    bottom: auto;
    left: 0%;
    width: 300px;
  }

  .mv-image_03 {
    top: 46%;
    bottom: auto;
    left: 16%;
    width: 384px;
  }

  .mv .bg-01 {
    top: 2%;
    width: 9%;
  }

  .mv .headNews-text {
    width: auto;
  }

  .topAbout-title {
    font-size: 32px;
    font-feature-settings: normal;
  }

  .topAbout-title::before {
    height: 118px;
    margin: -16px 16px 0 0;
    width: 100px;
  }

  .topAbout-title::after {
    max-height: 118px;
    margin: -16px 0 0 0;
    max-width: 110px;
  }

  .topAbout-bottom {
    padding: 56px 0;
  }

  .topAbout-bottom_wrap {
    margin-inline: auto;
    width: 548px;
  }

  .topAbout-bottom_title {
    font-size: 32px;
  }

  .topAbout-bottom_title::before {
    height: 90px;
    width: 80px;
  }

  .topAbout-bottom_title::after {
    height: 90px;
    max-width: 85px;
  }

  .topAbout-bottom_text {
    font-size: 16px;
  }

  .topAbout-bottom_text_01 {
    width: 400px;
  }

  .topAbout-bottom_text_02 {
    width: 454px;
  }

  .topAbout-bottom_text_03 {
    width: 450px;
  }

  .topAbout-bottom_caption {
    font-size: 16px;
    margin-top: 40px;
  }

  .topAbout .bg-02 {
    width: 23%;
  }

  .button-round a {
    font-size: 20px;
  }

  .topDetail-head {
    display: flex;
  }

  .topDetail-head_image {
    height: auto;
    margin-right: 24px;
  }

  .topDetail-bottom {
    display: flex;
    align-items: center;
  }

  .column-wrap {
    margin: 0 8px;
  }

  .topColumn ul {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
  }

  .topColumn ul li {
    width: 30%;
  }

  .top-image {
    background-position-y: 20%;
  }

  .topNews .column-wrap {
    border-bottom: 1px solid #EDE6DF;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .topNews .column-wrap a {
    display: flex;
    align-items: center;
  }

  .topNews .column-wrap:nth-of-type(3) {
    border-bottom: none;
  }

  .topNews .column-image {
    margin: 0 24px 0 0;
    width: 300px;
  }

  .topNews .bg-04 {
    bottom: -5%;
    width: 16%;
  }

  .topContact {
    display: flex;
    justify-content: center;
  }

  .topContact-head {
    margin-right: 24px;
  }

  .footer-link_wrap {
    width: auto;
  }

  .footer-link ul {
    display: flex;
    justify-content: flex-end;
  }

  .footer-link ul li {
    margin-left: 16px;
  }

  .footer-link ul li:hover {
    opacity: 0.7;
  }

  .footer-link_point:nth-of-type(2) {
    margin-left: 24px;
  }

  .footer-link_point:nth-of-type(2)::before {
    margin-right: 14px;
  }

  .footer-link_point:nth-of-type(3) {
    margin-left: 13px;
  }

  .footer-link_point:nth-of-type(3)::before {
    content: "/";
  }

  .footer-link_point::before {
    margin-left: 0;
  }

  .footer-sub_link {
    justify-content: flex-end;
  }

  .copyright {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .header-inner {
    padding: 0 64px;
  }

  .header-logo {
    margin: 0 56px 0 0;
    width: 204px;
  }

  .header .header-nav_pc ul li {
    font-size: 16px;
    margin-right: 24px;
  }

  .header .header-button {
    margin-top: 0;
  }

  .header .header-button div {
    margin: 0 20px;
  }

  .header .header-button div a {
    font-size: 16px;
  }

  .mv-image_01 {
    left: 23%;
  }

  .mv-image_02 {
    left: 3%;
  }

  .mv-image_03 {
    top: 40%;
    max-width: 400px;
  }

  .mv-captioin {
    font-size: 24px;
  }

  .mv-title {
    font-size: 64px;
  }

  .mv-text {
    margin-top: -100px;
    margin-left: 45%;
  }

  .wrap {
    padding: 64px 24px;
  }

  .topAbout-title {
    margin-bottom: 56px;
  }

  .topAbout-list {
    margin: 0 auto 56px;
    max-width: 1112px;
  }

  .topAbout-list_box {
    font-size: 16px;
    height: 242px;
    width: 242px;
  }

  .topAbout-bottom {
    margin: 0 auto;
    max-width: 1112px;
  }

  .topAbout-bottom_wrap {
    width: 640px;
  }

  .topAbout-bottom_text_02 {
    width: 510px;
  }

  .topAbout-bottom_text_02 {
    width: 400px;
  }

  .topAbout .bg-02 {
    bottom: -12%;
    width: 30%;
  }

  .topDetail-head {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 80px;
    max-width: 1112px;
  }

  .topDetail-head_image {
    height: 282px;
    margin-right: 0;
    width: 488px;
  }

  .topDetail-head_desc {
    width: 576px;
  }

  .topDetail-head_desc_title {
    font-size: 32px;
    margin-bottom: 48px;
  }

  .topDetail-head_desc_text {
    font-size: 16px;
  }

  .topDetail-bottom {
    justify-content: center;
    margin-bottom: 64px;
  }

  .topDetail-bottom_image {
    margin: 0 40px 0 0;
  }

  .topDetail-button {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .topDetail-button>div {
    margin: 0 20px;
    width: 386px;
  }

  .button-round a {
    padding: 16px 0;
  }

  .button-round a::after {
    font-size: 20px;
    top: 16px;
    right: 24px;
  }

  .button-square {
    font-size: 20px;
  }

  .button-square a {
    padding: 24px 0;
  }

  .button-square a::after {
    font-size: 20px;
    top: 24px;
    right: 24px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 56px;
  }

  .topColumn ul {
    margin: 0 auto 56px;
    max-width: 1112px;
  }

  .top-image {
    height: 457px;
  }

  .topNews ul {
    margin: 0 auto 56px;
    max-width: 778px;
  }

  .topNews .bg-04 {
    bottom: 6%;
    width: 16%;
  }

  .topContact-head {
    margin-right: 56px;
  }

  .topContact-bottom {
    width: 411px;
  }

  .topContact-bottom_title {
    margin-top: 21px;
  }

  .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 80px 8px;
  }

  .footer-logo {
    margin-bottom: 40px;
    width: 300px;
  }

  .footer-icon {
    margin-left: 16px;
  }

  .footer-link_wrap {
    margin-bottom: 104px;
  }

  .footer-link_head li {
    margin-bottom: 24px;
  }

  .footer-link_mark::before {
    margin-right: 8px;
  }
}

@media (min-width: 1470px) {

  .topAbout .bg-02 {
    bottom: -31%;
    width: 28%;
  }

  .mv-image_01 {
    top: 5%;
    left: 19%;
    width: 300px;
  }

  .mv-image_02 {
    top: 30%;
    width: 356px;
  }

  .mv-image_03 {
    top: 43%;
    width: 600px;
  }

  .topDetail .bg-03 {
    top: 24%;
    width: 18%;
  }
}

/* ここから下層ページ */
.page-h1 {
  background-color: #F3F1E8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding-left: 6.6px;
  width: 84%;
  margin: 18px auto 30px;
}

.page-h1 div img {
  width: 79.72px;
}

.page-h1 h1 {
  margin-left: -25px;
}

@media screen and (min-width: 768px) {
  .page-h1 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 1024px) {
  .page-h1 {
    font-size: 64px;
    padding-left: 20px;
    margin-bottom: 100px;
  }

  .page-h1 div img {
    width: 256.43px;
  }

  .page-h1 h1 {
    margin-left: -75px;
  }
}

/* サービスページ */
#page-service .pc,
#page-service .ul-1-pc {
  display: none;
}

#serviceIntroduction .p-1 {
  text-align: center;
  margin-bottom: 75px;
}

#serviceIntroduction .p-1 span {
  color: #EC6C66;
}

#serviceIntroduction .service-images {
  display: flex;
  width: 56.6%;
  margin: 0 auto 30px;
}

#serviceIntroduction .service-img01 {
  width: 37.3%;
  margin-top: -50px;
}

#serviceIntroduction .service-img02 {
  width: 26.6%;
}

#serviceIntroduction .service-img03 {
  width: 40.5%;
  margin-top: -55px;
}

#serviceIntroduction .p-3 {
  text-align: center;
  margin-bottom: 30px;
}

#serviceIntroduction .h2-1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

#serviceIntroduction .ul-1 {
  width: 79.2%;
  margin: 0 auto 48px;
  color: #EC6C66;
}

#serviceIntroduction .ul-1 li {
  margin-bottom: 10px;
  text-align: center;
  border: #EC6C66 1px solid;
  border-radius: 90px;
  padding: 5px;
}

#serviceIntroduction .ul-1 li:last-child {
  margin-bottom: 0;
  padding: 15px;
  border-radius: 20px;
}

#serviceIntroduction .serviceAbout {
  width: 84%;
  margin: 0 auto 39px;
}

#serviceIntroduction .h2-2 {
  text-align-last: left;
  margin-bottom: 28px;
}

#serviceIntroduction .p-4 {
  margin-bottom: 40px;
}

.serviceCta {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 48px;
}

.serviceCta .h2-3 {
  font-size: 16px;
  width: 84%;
  margin: 0 auto 25px;
}

.serviceCta .inner {
  width: 84%;
  margin: 0 auto 40px;
}

.serviceCta .inner .top {
  background-color: #F3F1E7;
  border-radius: 50px;
  padding: 23px 20px 48px;
  margin-bottom: 27px;
}

.serviceCta .inner .top h2 {
  color: #EC6C66;
  margin-bottom: 25px;
  font-size: 20px;
}

.serviceCta .inner .top .p-1 {
  margin-bottom: 40px;
  text-align: center;
}

.serviceCta .inner .top .p-2 {
  font-size: 12px;
}

.serviceCta .inner .bottom {
  background-color: #F3F1E7;
  border-radius: 50px;
  padding: 23px 20px 48px;
}

.serviceCta .inner .bottom h2 {
  color: #EC6C66;
  margin-bottom: 25px;
  font-size: 20px;
}

.serviceCta .inner .bottom .p-2 {
  font-size: 12px;
}

.serviceCta .button-square_pink {
  width: 84%;
  margin: 0 auto 10px;
}

.serviceCta .button-square a {
  background-color: #EC6C66;
  color: #fff;
  text-align: center;
  padding: 28px;
  display: block;
  cursor: pointer;
  border-radius: 8px;
}

.serviceCta .button-square a::after {
  top: 33px;
}

.serviceCta .button-square_pink:hover {
  opacity: 0.7;
}

.serviceCta .p-3 {
  width: 84%;
  margin: 0 auto;
  color: #EC6C66;
  font-size: 14px;
}

#serviceFeatures {
  padding-top: 60px;
}

#serviceFeatures .h2-1 {
  font-size: 20px;
  margin-bottom: 65px;
}

#serviceFeatures .ul-1 {
  width: 55%;
  margin: 0 auto;
}

#serviceFeatures .ul-1 li div {
  margin-bottom: 45px;
  background-color: #EC6C66;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

#serviceFeatures .ul-1 .mb0 {
  margin-bottom: 10px;
}

#serviceFeatures .ul-1 li p {
  font-size: 11px;
  margin-bottom: 45px;
  text-align: center;
}

#serviceFeatures .service-img05 {
  width: 46.2%;
}

#serviceFeatures .h2-2 {
  width: 85%;
  margin: 0 auto 33px;
}

#serviceFeatures .h2-2 h2 {
  font-size: 16px;
  color: #EC6C66;
}

#serviceFeatures .p-1 {
  width: 84%;
  text-align: center;
  margin: 0 auto 60px;
}

#serviceFeatures .ul-2 {
  width: 84%;
  margin: 0 auto 58px;
}

#serviceFeatures .ul-2 li {
  margin-bottom: 60px;
}

#serviceFeatures .ul-2 li:last-child {
  margin-bottom: 0;
}

#serviceFeatures .ul-2 li h3 {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 22px;
  color: #EC6C66;
}

#serviceFeatures .h2-3 {
  font-size: 20px;
  margin-bottom: 40px;
}

#serviceFeatures .service-img10 {
  width: 92.2%;
  margin: 0 auto 58px;
}

#serviceFeatures .serviceMap {
  margin-bottom: 74px;
}

#serviceFeatures .serviceMap .mapimg {
  width: 75.7%;
  margin: 0 auto 27px;
}

#serviceFeatures .mapdetail {
  width: 84%;
  margin: 0 auto;
  color: #EC6C66;
}

#serviceFeatures .serviceMap h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

#page-service .topContact {
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  #page-service .pc {
    display: block;
  }

  #page-service .sp {
    display: none;
  }

  #serviceIntroduction .p-1 {
    font-size: 32px;
    margin-bottom: 125px;
  }

  #serviceIntroduction .service-images {
    width: 65.3%;
    margin-bottom: 55px;
  }

  #serviceIntroduction .p-3 {
    font-size: 20px;
    margin-bottom: 82px;
  }

  #serviceIntroduction .h2-1 {
    font-size: 32px;
    margin-bottom: 91px;
  }

  #serviceIntroduction .ul-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 108px;
    max-width: 1000px;
  }

  #serviceIntroduction .ul-1 li {
    width: 30%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

  #serviceIntroduction .ul-1 li:last-child {
    width: 100%;
    margin-top: 32px;
    border-radius: 40px;
  }

  #serviceIntroduction .serviceAbout {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-bottom: 102px;
  }

  .serviceAbout-right {
    width: 46.3%;
    max-width: 531px;
  }

  .serviceAbout-left {
    width: 47.4%;
    max-width: 519px;
  }

  #serviceIntroduction .p-4 {
    margin-bottom: 0;
  }

  .serviceCta {
    padding-bottom: 72px;
  }

  .serviceCta .h2-3 {
    font-size: 30px;
    margin-bottom: 39px;
  }

  .serviceCta .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    max-width: 900px;
  }

  .serviceCta .inner .top {
    width: 47.7%;
    margin-bottom: 0;
  }

  .serviceCta .inner .top h2 {
    margin-bottom: 17px;
  }

  .serviceCta .inner .top .p-1 {
    margin-bottom: 25px;
  }

  .serviceCta .inner .bottom {
    width: 47.7%;
  }

  .serviceCta .inner .bottom h2 {
    margin-bottom: 55px;
  }

  .serviceCta .button-square_pink {
    max-width: 548px;
  }

  .serviceCta .button-square a {
    font-size: 28px;
  }

  .serviceCta .button-square a::after {
    font-size: 23px;
    right: 33px;
  }

  .serviceCta .p-3 {
    text-align: center;
  }

  #serviceFeatures {
    padding-top: 76px;
  }

  #serviceFeatures .h2-1 {
    font-size: 32px;
  }

  #serviceFeatures .ul-1-pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 20px;
    width: 75%;
    margin-bottom: 50px;
  }

  #serviceFeatures .ul-1-pc li {
    width: 30%;
  }

  #serviceFeatures .ul-1 li div {
    margin-bottom: 0;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #serviceFeatures .ul-1 .mb0 {
    padding-top: 42px;
    padding-bottom: 42px;
    margin-bottom: 31px;
  }

  #serviceFeatures .ul-1-pc li:nth-child(1) div {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  #serviceFeatures .h2-2 {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  #serviceFeatures .h2-2 h2 {
    font-size: 32px;
  }

  #serviceFeatures .service-img05 {
    max-width: 323px;
  }

  #serviceFeatures .p-1 {
    margin-bottom: 69px;
  }

  #serviceFeatures .ul-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
  }

  #serviceFeatures .ul-2 li {
    width: 45%;
    margin-bottom: 60px;
  }

  #serviceFeatures .ul-2 li h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  #serviceFeatures .h2-3 {
    font-size: 32px;
    margin-bottom: 26px;
  }

  #serviceFeatures .service-img10 {
    width: 75%;
    max-width: 1000px;
    margin-bottom: 64px;
  }

  #serviceFeatures .serviceMap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 84%;
    margin: 0 auto 50px;
    max-width: 1000px;
  }

  #serviceFeatures .serviceMap .mapimg {
    width: 45%;
  }

  #serviceFeatures .mapdetail {
    width: 40%;
  }
}

/* よくあるご質問 */
#page-faq .pc {
  display: none;
}

#faq .p-1 {
  width: 84%;
  margin: 0 auto 50px;
}

.faq-nav {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #F3F1E7;
  padding: 14px;
  border-radius: 100px;
}

.faq-nav li a {
  display: block;
  position: relative;
}

.faq-nav li a:hover {
  opacity: 0.7;
}

.faq-nav li a::before {
  content: "▼";
  color: #EC6C66;
  position: absolute;
  left: -25px;
}

.faq-1 {
  margin-right: 42px;
}

.faq-wrapper {
  width: 84%;
  margin: 0 auto;
}

/* アコーディオン */
#faq-1 {
  padding-top: 42px;
}

#faq-2 {
  padding-top: 50px;
}

.c-accordion__item {
  background-color: #fff;
  border: #EC6C66 1px solid;
  border-radius: 20px;
  margin-bottom: 25px;
}

.c-accordion__title {
  width: 90%;
  position: relative;
  cursor: pointer;
  padding: 22px 29px 22px 0;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  display: flex;
}

.c-accordion__title::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 0;
  width: 14px;
  height: 2px;
  transform: rotate(90deg);
  background: #EC6C66;
  transition: all 0.3s ease-in-out;
}

.c-accordion__title::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 0;
  /*横線*/
  width: 14px;
  height: 2px;
  background: #EC6C66;
  transition: all 0.2s ease-in-out;
}

.c-accordion__title span {
  font-size: 20px;
  color: #EC6C66;
  margin-right: 13px;
  margin-top: -5px;
}

/* オープンした時 */
.c-accordion__title.is-open {
  border-bottom: #EC6C66 1px solid;
}

.c-accordion__title.is-open::before {
  transform: rotate(135deg);
}

.c-accordion__title.is-open::after {
  transform: rotate(45deg);
}

.c-accordion__body {
  display: none;
  font-size: 14px;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}

.c-accordion__body span {
  font-size: 20px;
  color: #fff;
  background-color: #EC6C66;
  border-radius: 100px;
  margin-right: 13px;
  width: 25px;
  height: 25px;
  padding: 2.5px 6px;
}

.c-accordion__body.is-open {
  display: block;
}

@media screen and (min-width: 1024px) {
  #page-faq .pc {
    display: block;
  }

  #page-faq .sp {
    display: none;
  }

  #faq .p-1 {
    width: 74%;
    max-width: 1000px;
  }

  .faq-nav {
    justify-content: flex-start;
    padding-left: 90px;
    width: 74%;
    max-width: 1000px;
  }

  .faq-1 {
    margin-right: 90px;
  }

  #faq-1 {
    padding-top: 150px;
    margin-bottom: 81px;
  }

  .faq-wrapper {
    width: 74%;
    max-width: 1000px;
  }

  .c-accordion__item {
    margin-bottom: 40px;
  }

  .c-accordion__title {
    font-size: 20px;
    padding: 40px 40px 40px 0;
  }

  .c-accordion__title span {
    font-size: 32px;
    margin-top: -15px;
    margin-right: 50px;
  }

  .c-accordion__title::before {
    top: 58px;
    width: 28px;
    height: 4px;
  }

  .c-accordion__title::after {
    top: 58px;
    width: 28px;
    height: 4px;
  }

  .c-accordion__body {
    padding: 20px 0 50px;
  }

  #faq-2 {
    padding-top: 100px;
    margin-bottom: 92px;
  }

  #faq {
    margin-bottom: 150px;
  }
}

/* 訪問看護コラム */
#page-column .pc {
  display: none;
}

.column-wrapper {
  width: 84%;
  margin: 0 auto;
}

.column-list li {
  margin-bottom: 30px;
  padding: 24px 14px;
  background-color: #fff;
  border: #EC6C66 1px solid;
  border-radius: 20px;
}

.column-list li:last-child {
  margin-bottom: 50px;
}

.column-list li .inner-1 {
  display: flex;
  margin-bottom: 15px;
}

#columnSingle .column-wrapper .column-list .thumbnail img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  margin-right: 17px;
}

.column-list .text {
  margin-top: -10px;
}

.column-list time {
  font-size: 12px;
  margin-bottom: 8px;
}

.column-list .category {
  background-color: #F3F1E7;
  font-size: 14px;
  padding: 2px 21px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 8px;
}

.column-list .title {
  color: #EC6C66;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  transition: 0.3s ease-in;
  margin-right: 10px;
}

.wp-pagenavi a:last-child {
  margin-right: 0;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  background-color: #EC6C66;
  color: #FFFFFF;
  border-radius: 100px;
}

.wp-pagenavi span.current {
  background-color: #EC6C66;
  color: #FFFFFF;
  border-radius: 100px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px;
}

#page-column .column-title {
  background-color: #F3F1E7;
  border-radius: 100px;
  padding: 21px;
  margin-bottom: 25px;
  font-size: 16px;
}

#page-column .sidebar {
  width: 86.3%;
  margin: 0 auto 113px;
}

#page-column .sidebar .sidebar-list li a {
  display: flex;
}

#page-column .sidebar .sidebar-list li a {
  display: flex;
}


#page-column .sidebar .sidebar-list li:hover {
  opacity: 0.7;
}

#page-column .sidebar .sidebar-list li a img {
  width: 71px;
  height: 71px;
  object-fit: cover;
  margin-right: 20px;
}

#page-column .sidebar .sidebar-list {
  margin-bottom: 25px;
}

#page-column .sidebar li {
  margin-bottom: 20px;
}

#page-column .sidebar li:last-child {
  margin-bottom: 0;
}

#page-column .sidebar li a .text {
  margin-top: -10px;
}

#page-column .sidebar li a time {
  font-size: 12px;
  margin-bottom: 20px;
}

#page-column .sidebar li a .title {
  font-size: 14px;
}

#page-column .column-title-2 {
  background-color: #fff;
  padding: 15px 0px;
  border-radius: 40px 40px 0 0;
  margin-bottom: 0;
}

#page-column .item-2 {
  background-color: #F3F1E7;
  border-radius: 40px;
  margin-bottom: 25px;
}

#page-column .item-2 .sidebar-list-2 {
  margin: 0 auto;
  width: 67.3%;
  padding: 25px 0 35px;
}

#page-column .item-2 .sidebar-list-2 li::before {
  content: "・";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 6px;
}

#page-column .item-2 .sidebar-list-2 li {
  margin-bottom: 0;
}

#page-column .item-2 .sidebar-list-2 li:hover {
  opacity: 0.7;
}

#page-column .item-2 .sidebar-list-2 li a {
  margin-top: -5px;
}

#page-column .item-3 .sidebar-list-3 {
  padding: 40px 0 96px;
  background-color: #F3F1E7;
  border-radius: 0 0 40px 40px;
  display: flex;
  justify-content: center;
}

#page-column .item-3 .sidebar-list-3 select {
  width: 79.5%;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 14px;
}

#page-column .item-3 .sidebar-list-3::after {
  content: "▼";
  font-size: 15px;
  position: relative;
  top: 16px;
  right: 35px;
}

#columnList .column-list li:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  #page-column .pc {
    display: block;
  }

  #page-column .sp {
    display: none;
  }

  .column-wrapper {
    width: 84%;
    display: flex;
    justify-content: space-between;
  }

  .column-wrapper-left {
    width: 65%;
  }

  #page-column .sidebar {
    width: 25%;
    margin: 0;
  }

  .column-list time {
    font-size: 14px;
  }

  .column-list .title {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .column-list li {
    margin-bottom: 40px;
    padding: 50px 50px 50px 40px;
  }

  .column-list li .inner-1 {
    margin-bottom: 0;
  }

  #columnList .column-list li .thumbnail {
    max-width: 213px;
    max-height: 213px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: 10px;
  }

  #columnList .column-list li .thumbnail img {
    transition: transform .6s ease;
  }

  #columnList .column-list li :hover img {
    transform: scale(1.3);
  }


  #page-column .column-title-2 {
    font-size: 16px;
  }
}

/* 訪問看護コラムページ */
.column-wrapper {
  width: 84%;
  margin: 0 auto;
}

#columnSingle .column-list li {
  margin-bottom: 30px;
}

.column-list li:last-child {
  margin-bottom: 0;
}

#page-column .column-wrapper .eyecatch img,
#page-column .column-wrapper .post-img img {
  width: 315px;
  height: 155px;
  object-fit: cover;
  margin-bottom: 7px;
}

.column-title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.post-header time {
  font-size: 14px;
}

.post-header p {
  background-color: #F3F1E7;
  font-size: 14px;
  padding: 2px 29px;
  border-radius: 30px;
}

.post-header .title {
  color: #EC6C66;
  padding: 15px 0;
  border-bottom: #F3F1E7 5px solid;
  margin-bottom: 40px;
  font-size: 16px;
  text-align-last: left;
}

#page-column .column-wrapper .post-img {
  margin-bottom: 20px;
}

#columnSingle .column-list {
  padding-top: 40px;
  border-top: #EC6C66 5px solid;
  margin-bottom: 100px;
}

#columnSingle .column-list li a:hover {
  opacity: 0.7;
}

#columnSingle .column-list li .thumbnail {
  max-width: 112px;
  max-height: 112px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  margin-right: 10px;
}

#columnSingle .column-list li .thumbnail img {
  transition: transform .6s ease;
}

#columnSingle .column-list li :hover img {
  transform: scale(1.3);
}

.post-wrapper{
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  #columnSingle .pc {
    display: block;
  }

  #columnSingle .sp,
  .column-list-sp {
    display: none;
  }

  #page-column .column-wrapper .eyecatch img,
  #page-column .column-wrapper .post-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 7px;
    margin-bottom: 50px;
  }

  .column-title-top {
    justify-content: flex-start;
  }

  .post-header time {
    font-size: 16px;
    margin-right: 42px;
  }

  .post-header .title {
    font-size: 32px;
    padding-bottom: 28.5px;
    padding-top: 47px;
    margin-bottom: 60px;
  }

  #page-column .column-wrapper .post-img {
    margin-bottom: 10px;
  }

  #columnSingle .column-list {
    display: flex;
    justify-content: space-between;
  }

  #columnSingle .column-list li {
    width: 49%;
    margin-bottom: 0;
    padding: 48px 15px;
  }

  #columnSingle .column-list li .inner-1 {
    display: flex;
    padding: 0;
    margin-bottom: 25px;
  }

  .column-list .title {
    font-size: 16px;
    margin-bottom: 0;
  }

  #columnSingle .column-wrapper-left {
    width: 72%;
  }

    .post-wrapper {
      margin-bottom: 150px;
    }
}

/* ニュース */
#page-news {
  background-color: #fff;
  padding-bottom: 45px;
}

#page-news .pc {
  display: none;
}

#newsList {
  background-color: #F9F8F4;
  padding-top: 12px;
}

.news-wrapper {
  width: 84%;
  margin: 0 auto;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.news-list li {
  width: 47%;
  margin-right: 6%;
  padding: 27.5px 0;
}

.news-list li .thumbnail {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 130px;
  margin-right: 10px;
}

.news-list li .thumbnail img {
  transition: transform .6s ease;
}

.news-list li:hover img {
  transform: scale(1.3);
}

.news-list li:nth-child(1),
.news-list li:nth-child(2) {
  padding-top: 0;
}

.news-list li:nth-of-type(2n) {
  margin-right: 0;
}

.news-list .thumbnail {
  margin-bottom: 3px;
}

.news-list li a:hover {
  opacity: 0.7;
}

.news-list time {
  font-size: 12px;
  background-color: #F3F1E7;
  border-radius: 100px;
  padding: 2px 8px;
}

.news-list .title {
  color: #EC6C66;
  font-size: 14px;
  margin-top: 5px;
}

#page-news .wp-pagenavi {
  padding-bottom: 34px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #newsList .pc {
    display: block;
  }

  #newsList .sp {
    display: none;
  }

  #page-news {
    padding-bottom: 0;
    background-color: #F9F8F4;
  }

  .news-list {
    width: 73.6%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 0;
  }

  .news-list li {
    width: 29%;
    margin-right: 6.5%;
    padding: 50px 0;
  }

  .news-list li:nth-of-type(2n) {
    margin-right: 6.5%;
  }

  .news-list li:nth-of-type(3n) {
    padding-top: 0;
    margin-right: 0;
  }

  .news-list .thumbnail {
    margin-bottom: 20px;
  }

  .news-list .text {
    width: 100%;
  }

  .news-list time {
    font-size: 14px;
    padding: 10px;
  }

  .news-list .title {
    margin-top: 11px;
    font-size: 20px;
  }

  #page-news .wp-pagenavi {
    padding-bottom: 154px;
  }

  .news-list li .thumbnail {
    height: 170px;
  }
}

/* ニュースページ */
#page-news-single .pc {
  display: none;
}

#newsSingle {
  padding-top: 12px;
  padding-bottom: 80px;
}

#page-news-single .news-wrapper {
  width: 84%;
  margin: 55px auto 0;
}

#page-news-single .eyecatch img,
#page-news-single .post-img img {
  margin-bottom: 30px;
}

#page-news-single .eyecatch img {
  width: auto;
  height: 180px;
}

#page-news-single .news-before .post-img {
  width: 100%;
}

#page-news-single .news-after .post-img {
  width: 100%;
  margin: 0 0 40px auto;
}

#page-news-single .news-wrapper .column-title-top {
  margin-bottom: 0;
}

#page-news-single .page-nav-img .sp {
  width: 84%;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #F3F1E7;
  border-radius: 100px;
  padding: 8px;
}

#page-news-single .page-nav {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#page-news-single .page-nav .news-before {
  width: 37.8%;
}

#page-news-single .page-nav .news-before .p-1 {
  text-align: right;
  margin-bottom: 14px;
}

#page-news-single .page-nav .news-after {
  width: 37.8%;
}

#page-news-single .page-nav .news-after .p-1 {
  margin-bottom: 14px;
}

#page-news-single .page-nav-img li:hover {
  opacity: 0.7;
}

#page-news-single .page-nav .news-before a:hover {
  opacity: 0.7;
}

#page-news-single .page-nav .news-after a:hover {
  opacity: 0.7;
}

.space {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  #newsSingle .pc {
    display: block;
  }

  #newsSingle .sp {
    display: none;
  }

  #page-news-single .news-wrapper {
    width: 74.12%;
  }

  #page-news-single .eyecatch img {
    margin-bottom: 40px;
    height: 500px;
  }

  #page-news-single .page-nav-img {
    display: flex;
    width: 74.12%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #page-news-single .page-nav-img .news-before,
  #page-news-single .page-nav-img .news-after {
    width: 50%;
  }

  #page-news-single .page-nav-img .news-before img,
  #page-news-single .page-nav-img .news-after img {
    height: 300px;
    object-fit: cover;
  }

  #page-news-single .page-nav-img .news-before::before {
    content: "←";
    color: #fff;
    background-color: #EC6C66;
    border-radius: 100px;
    padding: 10px;
    position: relative;
    top: 38%;
    left: 46px;
  }

  #page-news-single .page-nav-img .news-after::before {
    content: "→";
    color: #fff;
    background-color: #EC6C66;
    border-radius: 100px;
    padding: 10px;
    position: relative;
    top: 38%;
    left: 83%;
  }

  #page-news-single .page-nav {
    margin-bottom: 146px;
    width: 68%;
  }

  #page-news-single .page-nav .pc {
    padding: 18px;
    background-color: #F3F1E7;
    border-radius: 100px;
    width: 34.7%;
    text-align: center;
    height: 68px;
    margin-top: 50px;
  }

  #page-news-single .page-nav .pc:hover {
    opacity: 0.7;
  }

  #page-news-single .page-nav .news-before {
    width: 27.5%;
  }

  #page-news-single .page-nav .news-after {
    width: 27.5%;
  }
}

/* インタビュー */
#page-interview .pc {
  display: none;
}

#interviewList {
  background-color: #F9F8F4;
  padding-top: 30px;
}

.interview-list {
  width: 84%;
  margin: 0 auto 70px;
}

#interviewList .interview-list .thumbnail {
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#interviewList .interview-list .thumbnail img {
  height: auto;
  transition: transform .6s ease;
}

#interviewList .interview-list li a:hover img {
  transform: scale(1.2);
}

#interviewList .interview-list .thumbnail::after {
  content: "→";
  background-color: #F3F1E7;
  border-radius: 100px;
  font-size: 18px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  bottom: 18px;
}

#interviewList .interview-list .text .p-1 {
  padding: 12px;
  background-color: #F3F1E7;
  border-radius: 20px;
}

#interviewList .interview-list .text .p-2 {
  margin-top: 15.5px;
  padding-top: 15px;
  border-top: #EC6C66 2px solid;
}

#interviewList .interview-list li {
  margin-bottom: 30px;
}

#interviewList .interview-list li:last-child {
  margin-bottom: 0;
}

#interviewList .interview-list li a:hover {
  opacity: 0.7;
}

.interviewCta-contact {
  background-color: #fff;
  text-align: center;
  padding-bottom: 46px;
}

.interviewCta-contact a:hover {
  opacity: 0.7;
}

.interviewCta-recruit a:hover {
  opacity: 0.7;
}

.interview-img05 {
  width: 128px;
  margin: 0 auto;
}

.interviewCta .p-1 {
  font-size: 15px;
}

.interviewCta .p-2 {
  font-size: 35px;
  color: #EC6C66;
  border-bottom: #EC6C66 2px solid;
  display: inline-block;
}

.interviewCta-recruit {
  background-color: #F3F1E7;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 76px;
}

.interview-img06 {
  width: 76px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  #interviewList .pc {
    display: block;
  }

  #interviewList .sp {
    display: none;
  }

  #page-interview .interview-list {
    display: flex;
    justify-content: space-between;
    width: 73.5%;
    margin-bottom: 153px;
  }

  .interview-list li {
    width: 30.3%;
  }

  .interviewCta .p-2 {
    font-size: 32px;
  }

  .interviewCta {
    display: flex;
  }

  .interviewCta-contact {
    width: 50%;
    padding: 0;
  }

  .interview-img05,
  .interview-img06 {
    margin: 0;
  }

  .interview-img05 {
    margin-right: 40px;
    width: 24%;
  }

  .interviewCta-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75.5%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .interviewCta-recruit {
    width: 50%;
    padding: 0;
  }

  .interviewCta-recruit a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 75.5%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .interview-img06 {
    margin-left: 9px;
    width: 20%;
  }
}

/* インタビューページ */
#page-interview-single .pc {
  display: none;
}

#page-interview-single p {
  line-height: 2.8;
}

#interviewSingle {
  background-color: #F9F8F4;
}

.interview-kv {
  padding-bottom: 30px;
  background-color: #fff;
}

#page-interview-single .interview-wrapper {
  padding-top: 36px;
  width: 84%;
  margin: 0 auto;
}

#page-interview-single .interview-img {
  margin-bottom: 30px;
}

#page-interview-single h1 {
  color: #EC6C66;
  background-color: #F3F1E7;
  border-radius: 100px;
  text-align: center;
  padding: 7px;
  margin-bottom: 30px;
}

#page-interview-single .interview-wrapper .inner p {
  margin-bottom: 40px;
}

#page-interview-single .interview-wrapper .inner-5 {
  margin-bottom: 78px;
}

#page-interview-single .interview-wrapper .inner-7 {
  margin-bottom: 90px;
}

#page-interview-single .interview-wrapper h2 {
  margin-bottom: 40px;
}

#page-interview-single .interview-wrapper h2::before {
  content: "・";
  color: #EC6C66;
  margin-right: 9px;
}

#page-interview-single .interview-wrapper h2::after {
  content: "・";
  color: #EC6C66;
  margin-left: 9px;
}

#page-interview-single .interview-wrapper .schedule {
  margin-bottom: 50px;
}

#page-interview-single .interview-wrapper .schedule div {
  max-width: 480px;
  margin: 0 auto;
}

#interviewSingle .interview-list {
  width: 84%;
  margin: 0 auto 100px;
}

#interviewSingle h4 {
  background-color: #F3F1E7;
  padding: 8px 52px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 15px;
}

#interviewSingle .interview-list ul {
  padding-top: 40px;
  border-top: #EC6C66 5px solid;
  margin-bottom: 90px;
}

#interviewSingle .interview-list ul li {
  margin-bottom: 30px;
}

#interviewSingle .interview-list ul li:hover {
  opacity: 0.7;
}

#interviewSingle .interview-list ul li:last-child {
  margin-bottom: 0;
}

#interviewSingle .interview-list ul .thumbnail::after {
  content: "→";
  background-color: #F3F1E7;
  border-radius: 100px;
  font-size: 18px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  bottom: 18px;
}

#interviewSingle .interview-list .thumbnail {
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#interviewSingle .interview-list .thumbnail img {
  height: auto;
  transition: transform .6s ease;
}

#interviewSingle .interview-list li a:hover img {
  transform: scale(1.2);
}

#interviewSingle .interview-list ul .text .p-1 {
  background-color: #F3F1E7;
  border-radius: 20px;
  padding: 11px;
}

#interviewSingle .interview-list ul .text .p-2 {
  border-top: #EC6C66 2px solid;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
}

#page-interview-single .bold {
  font-size: 17px;
  font-weight: 900;
}

#page-interview-single .interview-wrapper h3 {
  margin-bottom: 24px;
  padding-left: 15px;
  border-left: #000 1px solid;
}

#page-interview-single .inner-8 .p-1 {
  margin-bottom: 17px;
}

@media screen and (min-width: 1024px) {
  #page-interview-single .interview-wrapper h3 {
    font-size: 20px;
    width: 84%;
    margin: 0 0 24px auto;
  }

  #interviewSingle .pc {
    display: block;
  }

  #interviewSingle .sp {
    display: none;
  }

  .interview-kv {
    padding-left: 4%;
    padding-top: 50px;
    padding-bottom: 109px;
  }

  #page-interview-single .interview-wrapper {
    padding-top: 113px;
    width: 100%;
    margin: 0;
  }

  #page-interview-single .interview-wrapper .inner-1,
  #page-interview-single .interview-wrapper .inner-5,
  #page-interview-single .interview-wrapper .inner-9 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 84%;
    margin: 0 0 62px auto;
  }

  #page-interview-single .interview-wrapper .inner-1 .interview-img,
  #page-interview-single .interview-wrapper .inner-5 .interview-img,
  #page-interview-single .interview-wrapper .inner-9 .interview-img {
    width: 49.6%;
  }

  #page-interview-single .interview-wrapper .inner-1 .detail,
  #page-interview-single .interview-wrapper .inner-5 .detail,
  #page-interview-single .interview-wrapper .inner-9 .detail {
    width: 45%;
  }

  #page-interview-single h1 {
    font-size: 20px;
    padding: 27px;
  }

  #page-interview-single .interview-wrapper .inner-2-h1 {
    width: 84%;
    margin: 0 0 0 auto;
  }

  #page-interview-single .interview-wrapper .inner-2-h1 h1 {
    width: 45%;
  }

  #page-interview-single .interview-wrapper .inner-2-h1 .interview-3 {
    width: 90%;
  }

  #page-interview-single .interview-wrapper .inner-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 88%;
    margin-top: 107px;
  }

  #page-interview-single .inner-8 .p-1 {
    margin-bottom: 34px;
  }

  #page-interview-single .interview-wrapper .inner-2 .interview-img {
    width: 49.6%;
  }

  #page-interview-single .interview-wrapper .inner-2 .detail {
    width: 45%;
  }

  #page-interview-single .interview-wrapper .inner-3 {
    width: 88%;
    margin-bottom: 75px;
  }

  #page-interview-single .interview-wrapper .inner-3 .detail {
    width: 60%;
    margin: 0 0 0 auto;
  }

  #page-interview-single .interview-wrapper .inner-3 .detail h1 {
    width: 78.4%;
    margin: 0 0 30px auto;
  }

  #page-interview-single .interview-wrapper .inner-4,
  #page-interview-single .interview-wrapper .inner-6,
  #page-interview-single .interview-wrapper .inner-7 {
    width: 60%;
    margin: 0 auto 136px;
  }

  #page-interview-single .interview-wrapper .inner-8 {
    width: 68%;
    margin: 0 auto 136px;
  }

  #page-interview-single .interview-wrapper .inner-6 {
    margin-bottom: 100px;
  }

  #page-interview-single .interview-wrapper .inner-7 {
    margin-bottom: 120px;
  }

  #page-interview-single .interview-wrapper .inner-4 h1,
  #page-interview-single .interview-wrapper .inner-6 h1,
  #page-interview-single .interview-wrapper .inner-7 h1 {
    width: 78.4%;
  }

  #page-interview-single .interview-wrapper h2 {
    margin-bottom: 75px;
  }

  #page-interview-single .interview-wrapper .schedule div {
    max-width: initial;
    width: 60%;
  }

  #page-interview-single .interview-wrapper .schedule {
    margin-bottom: 120px;
  }

  #interviewSingle .interview-list {
    width: 60%;
  }

  #interviewSingle .interview-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
  }

  #interviewSingle .interview-list ul li {
    width: 31%;
    margin-right: 3.5%;
  }

  #interviewSingle .interview-list ul li:nth-child(3n) {
    margin-right: 0%;
  }
}

/* 採用情報 */
#page-recruit .pc {
  display: none;
}

.recruit-kv {
  background-color: #fff;
  position: relative;
}

.kv-inner {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}

.kv-inner h1 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 22px;
}

.kv-inner p {
  color: #EC6C66;
  font-size: 15px;
  margin-bottom: 22px;
  margin-left: 20px;
}

.kv-inner a {
  display: block;
  color: #fff;
  background-color: #EC6C66;
  border-radius: 100px;
  padding: 9px;
  margin-left: 20px;
  text-align: center;
  width: 100%;
}

.kv-inner a::after {
  content: "▶︎";
  color: #fff;
  position: relative;
  margin-left: 7px;
  font-size: 12px;
  top: -1px;
}

.kv-inner a:hover {
  opacity: 0.7;
}

#page-recruit section {
  width: 84%;
  margin: 0 auto;
}

#page-recruit h2 {
  font-size: 20px;
  margin-top: 30px;
}

#recruitMessage p {
  margin-top: 40px;
}

#page-recruit .recruit-img {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  margin-bottom: 50px;
}

#page-recruit .recruit-img02 {
  width: 44%;
}

#page-recruit .recruit-img03 {
  width: 34.7%;
}

#recruitPoint h2 {
  margin-bottom: 68px;
}

#recruitPoint ul {
  margin-bottom: 75px;
}

#recruitPoint ul li {
  background-color: #EC6C66;
  color: #fff;
  border-radius: 50px;
  padding: 33px 31px 23px;
  margin-bottom: 30px;
}

#recruitPoint ul li:last-child {
  margin-bottom: 0;
}

#recruitPoint ul li h3 {
  font-size: 20px;
  margin-bottom: 9px;
  text-align: center;
}

#recruitPerson h2 {
  margin-bottom: 62px;
}

#recruitPerson ul {
  margin-bottom: 95px;
}

#recruitPerson ul li {
  margin-bottom: 35px;
}

#recruitPerson ul li:last-child {
  margin-bottom: 0;
}

#recruitPerson ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #EC6C66;
}

#page-recruit .interview-wrapper .interview-list-header {
  width: 84%;
  margin: 0 auto;
}

#page-recruit .interview-wrapper .interview-list-header a {
  width: 100%;
  display: block;
  margin: 30px auto 25px;
  background-color: #EC6C66;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 100px;
  position: relative;
}

#page-recruit .interview-wrapper .interview-list-header a:hover {
  opacity: 0.7;
}

#page-recruit .interview-wrapper .interview-list-header a::after {
  content: "→";
  background-color: #F3F1E7;
  color: #707070;
  padding: 0 8px;
  border-radius: 100px;
  position: absolute;
  margin-left: 30px;
}

#page-recruit .interview-list {
  margin-bottom: 90px;
}

#page-recruit .interview-list li {
  margin-bottom: 30px;
}

#page-recruit .interview-list li:last-child {
  margin-bottom: 0;
}

#page-recruit .interview-list .thumbnail {
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#page-recruit .interview-list .thumbnail img {
  height: auto;
  transition: transform .6s ease;
}

#page-recruit .interview-list li a:hover img {
  transform: scale(1.2);
}

#page-recruit .interview-list li a:hover {
  opacity: 0.7;
}

#page-recruit .interview-list .thumbnail::after {
  content: "→";
  background-color: #F3F1E7;
  border-radius: 100px;
  font-size: 18px;
  padding: 2px 11px;
  position: absolute;
  right: 10px;
  bottom: 18px;
}

#page-recruit .interview-list .text .p-1 {
  background-color: #F3F1E7;
  border-radius: 20px;
  padding: 11px;
}

#page-recruit .interview-list .text .p-2 {
  border-top: #EC6C66 2px solid;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #page-recruit .pc {
    display: block;
  }

  #page-recruit .sp {
    display: none;
  }

  .recruit-kv {
    margin-top: 40px;
  }

  .kv-inner {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
  }

  .kv-inner h1 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .kv-inner p {
    font-size: 32px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .kv-inner a {
    border-radius: 100px;
    padding: 20px;
    margin-left: 0;
    font-size: 26px;
    width: 420px;
  }

  .kv-inner a::after {
    content: "▶︎";
    color: #fff;
    position: relative;
    margin-left: 7px;
    font-size: 12px;
    top: -5px;
  }

  #page-recruit h2 {
    margin-top: 64px;
    font-size: 32px;
  }

  #recruitMessage p {
    width: 53%;
    margin: 70px auto 0;
  }

  #page-recruit .recruit-img {
    margin: 64px auto 0;
    width: 44%;
  }

  #recruitPoint h2 {
    margin-bottom: 74px;
  }

  #recruitPoint ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }

  #recruitPoint ul li {
    display: flex;
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 56px;
    justify-content: center;
    align-items: center;
  }

  #recruitPoint ul li:nth-child(3) {
    margin-right: 0;
  }

  #recruitPoint ul li:nth-child(4) {
    margin-bottom: 0;
  }

  #recruitPoint ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  #recruitPerson h2 {
    margin-top: 120px;
    margin-bottom: 104px;
  }

  #recruitPerson ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  #recruitPerson ul li {
    width: 29%;
  }

  #page-recruit .interview-wrapper {
    position: relative;
  }

  #page-recruit .interview-wrapper .interview-list-header {
    margin-top: 85px;
  }

  #page-recruit .interview-wrapper .interview-list-header a {
    width: 300px;
    position: absolute;
    right: 8%;
    top: 0;
    margin: 0;
    margin-top: 10px;
  }

  #page-recruit .interview-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 122px;
    margin-top: 60px;
    max-width: 1000px;
  }

  #page-recruit .interview-list li {
    width: 31%;
    margin-right: 3.5%;
  }

  #page-recruit .interview-list li:nth-child(3n) {
    margin-right: 0%;
  }
}

/* 募集要項 */
#page-recruit-detail .pc {
  display: none;
}

/* ▼タブ */
.tab-top {
  width: 84%;
  margin: 0 auto 40px;
  border: 0.5px solid #000;
}

#page-recruit-detail .tab-top h2 {
  font-size: 16px;
  padding: 14px;
  background-color: #F3F1E7;
  border-bottom: 0.5px solid #000;
}

#tabcontrol li {
  width: 57%;
  margin: 0 auto 24px;
}

#tabcontrol li :last-child {
  margin-bottom: 0;
}

#tabcontrol a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* JavaScriptでz-indexを調整するために必要 */
}

#tabcontrol a:hover {
  opacity: 0.7;
}

#tabcontrol a img {
  width: 17px;
  height: 17px;
}

/* ▼タブの中身 */
#tabbody {
  width: 84%;
  margin: 0 auto 86px;
}

#tabbody div {
  position: relative;
  /* z-indexを調整するために必要 */
  z-index: 0;
  /* 重なり順序を「最も背面」にするため */
}

#tabbody h3 {
  font-size: 20px;
  color: #EC6C66;
  padding-bottom: 5.6px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

table {
  width: 100%;
}

table,
td,
th {
  border: 0.5px solid #000;
  border-collapse: collapse;
}

td {
  padding: 8px;
  height: 100%;
  line-height: 1.125;
}

.td-l {
  width: 25%;
  text-align: center;
  background-color: #F3F1E7;
}

.td-r {
  width: 75%;
}

#tabbody a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #EC6C66;
  color: #fff;
  border-radius: 40px;
  padding: 23px;
  margin-top: 40px;
  position: relative;
}

#tabbody a::after {
  content: "→";
  font-size: 10px;
  color: #EC6C66;
  background-color: #fff;
  padding: 1.5px 6.5px;
  position: absolute;
  margin-left: 30px;
  border-radius: 100px;
  top: 35%;
}

#tabbody a:hover {
  opacity: 0.7;
}

.recruitFlow {
  background-color: #fff;
  padding-bottom: 86px;
}

.recruitFlow-wrapper {
  background-color: #F9F8F4;

}

.recruitFlow h2 {
  font-size: 20px;
  margin-bottom: 40px;
}

.recruitFlow ul {
  width: 60.5%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.recruitFlow ul li {
  margin-bottom: 30px;
}

.recruitFlow ul li:last-child {
  margin-bottom: 0;
}

.recruitFlow ul li img {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  #page-recruit-detail .pc {
    display: block;
  }

  #page-recruit-detail .sp {
    display: none;
  }

  .recruit-wrapper {
    display: flex;
    width: 75%;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 168px;
  }

  .tab-top {
    width: 29%;
    height: 70%;
    border: 1px solid #000;
  }

  #page-recruit-detail .tab-top h2 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    margin-bottom: 45px;
  }

  #page-recruit-detail .tab-top a {
    font-size: 20px;
  }

  #tabcontrol li {
    margin-bottom: 40px;
    width: 85%;
  }


  #tabcontrol a img {
    width: 28px;
    height: 28px;
  }

  #tabbody {
    width: 66%;
    margin-bottom: 269px;
  }

  #tabbody h3 {
    font-size: 32px;
    border-bottom: 2px solid #000;
    margin-bottom: 54px;
  }

  .td-l {
    font-size: 20px;
    padding: 30px 25px;
  }

  table,
  td {
    border: 1px solid #000
  }

  td {
    padding: 30px;
  }

  #tabbody a {
    font-size: 32px;
    padding: 50px;
    margin-top: 26px;
  }

  #tabbody a::after {
    font-size: 16px;
    padding: 1.5px 9.5px;
    top: 40%;
  }

  .recruitFlow {
    padding-bottom: 0;
  }

  .recruitFlow h2 {
    font-size: 32px;
    margin-bottom: 76px;
  }

  .recruitFlow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 82px;
    margin-bottom: 0;
    max-width: 881px;
  }

  .recruitFlow ul li {
    width: 26%;
    margin-right: 11%;
    margin-bottom: 117px;
  }

  .recruitFlow ul li:nth-child(3),
  .recruitFlow ul li:last-child {
    margin-right: 0;
  }

  .recruitFlow ul li:nth-child(4),
  .recruitFlow ul li:last-child {
    margin-bottom: 0;
  }
}

/* お問い合わせ */
#page-contact .pc {
  display: none;
}

#page-contact .form-wrapper {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#page-contact .top-p {
  width: 84%;
  margin: 0 auto 80px;
}

#page-contact .form-box {
  width: 100%;
}

#page-contact .form-box dl {
  margin-bottom: 20px;
}

#page-contact .form-box dt {
  padding-bottom: 10px;
  text-align: left;
}

#page-contact .form-box .input {
  background-color: #fff;
  border: #707070 1px solid;
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 16px;
}

#page-contact textarea,
#page-contact-recruit textarea {
  background-color: #fff;
  border: #707070 1px solid;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 5px;
}

.form-check {
  text-align: center;
}

.form-check input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 20px;
  top: -1px;
}

.form-check input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

#page-contact .btn-wrapper {
  margin: 10px auto 0;
  text-align: center;
  position: relative;
}

#page-contact .btn-submit {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: 13px;
  background-position-x: 0;
  text-align: center;
  transition: 0.3s ease-in;
  background-color: #EC6C66;
  color: #fff;
  border-radius: 100px;
}

#page-contact .btn-wrapper::after {
  content: "▶︎";
  position: absolute;
  right: 30px;
  color: #fff;
  top: 13px;
}

#page-contact .btn-submit:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  #page-contact .pc {
    display: block;
  }

  #page-contact .sp {
    display: none;
  }

  #page-contact .top-p {
    text-align: center;
    margin-bottom: 145px;
    margin-top: 118px;
    font-size: 20px;
  }

  #page-contact .form-wrapper {
    width: 75%;
    max-width: 990px;
  }

  #page-contact .form-box dl {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
  }

  #page-contact .form-box dt {
    width: 30%;
    font-size: 20px;
  }

  #page-contact .form-box dd {
    width: 60%;
    font-size: 20px;
    height: 54px;
    margin-top: 0;
  }

  #page-contact .input-radio {
    margin-left: -20px;
  }

  #page-contact .input-radio input {
    margin-left: 20px;
    margin-right: 10px;
  }

  #page-contact textarea,
  #page-contact-recruit textarea {
    font-size: 18px;
    margin-top: 0;
  }

  .form-check {
    margin-top: 400px;
  }

  #page-contact .btn-wrapper {
    width: 467px;
    font-size: 25px;
  }

  #page-contact .btn-submit {
    padding: 30px;
    font-size: 25px;
  }

  .btn-wrapper::after {
    right: 50px;
    top: 32px;
  }

  #page-contact .form-box .input {
    width: 60%;
  }
}

/* 応募・見学申し込みフォーム */
#page-contact-recruit .pc {
  display: none;
}

#page-contact-recruit .form-wrapper {
  width: 84%;
  margin: 54px auto 0;
  padding-bottom: 20px;
}

#page-contact-recruit .form-box dl {
  margin-bottom: 20px;
}

#page-contact-recruit .form-box dt {
  padding-bottom: 10px;
  text-align: left;
}

.select-job {
  background-color: #fff;
  border: #707070 1px solid;
  width: 100%;
  height: 40px;
  padding: 5px;
}

.select-job-wrapper {
  position: relative;
}

.select-job-wrapper::after {
  content: "▼";
  color: #000;
  position: absolute;
  width: 13px;
  height: 11px;
  right: 17px;
  bottom: 25px;
}

#page-contact-recruit dt label span {
  background-color: #EC6C66;
  color: #fff;
  font-size: 14px;
  padding: 2px 13px;
  border-radius: 100px;
  margin-left: 20px;
}

#page-contact-recruit .input {
  background-color: #fff;
  border: #707070 1px solid;
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 16px;
}

.select-birth {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.select-year-wrapper {
  position: relative;
}

.select-year-wrapper::after {
  content: "▼";
  color: #000;
  position: absolute;
  width: 13px;
  height: 11px;
  right: 10px;
  bottom: 25px;
}

.select-month-wrapper {
  position: relative;
}

.select-month-wrapper::after {
  content: "▼";
  color: #000;
  position: absolute;
  width: 13px;
  height: 11px;
  right: 7px;
  bottom: 25px;
}

.select-day-wrapper {
  position: relative;
}

.select-day-wrapper::after {
  content: "▼";
  color: #000;
  position: absolute;
  width: 13px;
  height: 11px;
  right: 7px;
  bottom: 25px;
}

.select-year {
  background-color: #fff;
  border: #707070 1px solid;
  width: 98px;
  height: 40px;
  padding: 5px;
}

.select-month {
  background-color: #fff;
  border: #707070 1px solid;
  width: 50px;
  height: 40px;
  padding: 5px;
  margin-left: 10px;
}

.select-day {
  background-color: #fff;
  border: #707070 1px solid;
  width: 50px;
  height: 40px;
  padding: 5px;
  margin-left: 10px;
}

#page-contact-recruit .input-radio {
  margin-bottom: 20px;
}

#page-contact-recruit .input-radio input {
  margin-right: 10px;
}

.radio-right {
  margin-left: 30px;
}

.input-p {
  font-size: 14px;
  color: #EC6C66;
  margin-bottom: 20px;
}

.form-check-license label {
  margin-right: 30px;
  margin-bottom: 20px;
}

.form-check-license input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  top: -2px;
}

.form-check-license input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

#page-contact-recruit form button {
  display: block;
  width: 100%;
  padding: 13px;
  margin: 10px auto 0;
  font-size: 16px;
  text-align: center;
  background-color: #EC6C66;
  color: #fff;
  border-radius: 100px;
  position: relative;
}

#page-contact-recruit form button::after {
  content: "▶︎";
  position: absolute;
  right: 30px;
}

#page-contact-recruit form button:hover {
  opacity: 0.7;
}

.form-check {
  text-align: center;
}

.form-check input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 20px;
  top: -1px;
}

.form-check input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

#page-contact-recruit {
  padding-bottom: 50px;
}

#page-contact-recruit .btn-wrapper {
  margin: 10px auto 0;
  text-align: center;
  position: relative;
}

#page-contact-recruit .btn-submit {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: 13px;
  background-position-x: 0;
  text-align: center;
  transition: 0.3s ease-in;
  background-color: #EC6C66;
  color: #fff;
  border-radius: 100px;
}

#page-contact-recruit .btn-wrapper::after {
  content: "▶︎";
  position: absolute;
  right: 30px;
  color: #fff;
  top: 13px;
}

#page-contact .btn-submit:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  #page-contact-recruit .pc {
    display: block;
  }

  #page-contact-recruit .sp {
    display: none;
  }

  #page-contact-recruit .top-p {
    text-align: center;
    margin-bottom: 145px;
    margin-top: 118px;
  }

  #page-contact-recruit .form-wrapper {
    width: 75%;
    max-width: 990px;
    margin-top: 166px;
  }

  #page-contact-recruit .form-box dl {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
  }

  #page-contact-recruit dt {
    width: 30%;
    font-size: 20px;
  }

  #page-contact-recruit .input {
    width: 60%;
    font-size: 20px;
    height: 54px;
    margin-top: 0;
  }


  .select-job-wrapper {
    width: 60%;
  }

  .select-job {
    font-size: 20px;
    height: 54px;
  }

  .select-job-wrapper::after {
    bottom: 32px;
    right: 30px;
  }

  .select-birth {
    width: 60%;
    margin-top: 0;
  }

  .select-year {
    width: 156px;
    height: 54px;
    padding-left: 50px;
  }

  .select-month {
    width: 105px;
    height: 54px;
    padding-left: 30px;
  }

  .select-day {
    width: 105px;
    height: 54px;
    padding-left: 30px;
  }

  .select-year-wrapper,
  .select-month-wrapper,
  .select-day-wrapper {
    margin-right: 10px;
  }

  .select-year-wrapper::after,
  .select-month-wrapper::after,
  .select-day-wrapper::after {
    bottom: 32px;
    right: 15px;
  }

  .input-p {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .radio-wrapper {
    width: 60%;
    margin-top: 0;
    font-size: 20px;
  }

  #page-contact-recruit .form-check {
    margin-bottom: 28px;
    margin-top: 43px;
  }

  #page-contact-recruit .btn-wrapper {
    width: 467px;
    font-size: 25px;
  }

  #page-contact-recruit .btn-submit {
    padding: 30px;
    font-size: 25px;
  }

  #page-contact-recruit .btn-wrapper::after {
    right: 50px;
    top: 32px;
  }

  .page-contact-recruit-wrapper {
    background-color: #F9F8F4;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-check-license-wrapper {
    width: 60%;
  }

  #page-contact-recruit .textarea {
    width: 60%;
  }
}

/* 会社情報 */
#page-company .pc {
  display: none;
}

.company-nav-wrapper {
  width: 84%;
  margin: 0 auto;
  background-color: #F3F1E7;
  border-radius: 30px;
  padding: 35px 0 35px 71px;
}

.company-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.company-nav li {
  width: 45%;
}

.company-nav li:nth-child(2n+1) {
  margin-right: 10%;
}

.company-nav li a {
  display: block;
  position: relative;
}

.company-nav li a:hover {
  opacity: 0.7;
}

.company-nav li a::before {
  content: "▼";
  color: #EC6C66;
  position: absolute;
  left: -25px;
}

#page-company #company-1 {
  padding-top: 50px;
  width: 84%;
  margin: 0 auto;
}

#company-1 .company-img01 {
  width: 75%;
  margin: 0 auto;
}

#page-company #company-1 h2,
#page-company #company-2 h2,
#page-company #company-3 h2 {
  font-size: 20px;
  margin-bottom: 45px;
}

#page-company #company-4 h2,
#page-company #company-5 h2 {
  font-size: 20px;
  margin-bottom: 13px;
}

#page-company #company-1 .p-1 {
  margin-top: 42px;
  margin-bottom: 25px;
}

#page-company #company-1 .p-2 {
  text-align: right;
}

#page-company #company-2,
#page-company #company-3,
#page-company #company-4,
#page-company #company-5 {
  padding-top: 100px;
  width: 84%;
  margin: 0 auto;
}

#page-company #company-2 {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.company-2-wrapper {
  background-color: #F3F1E7;
  border-radius: 30px;
  padding: 40px 20px;
}

.company-2-wrapper .inner {
  margin-bottom: 15px;
}

.company-2-wrapper h3 {
  color: #EC6C66;
  margin-bottom: 15px;
}

#page-company #company-3 ul li {
  display: flex;
  padding-bottom: 14.5px;
  border-bottom: #F3F1E7 2px solid;
  margin-bottom: 15px;
}

#page-company #company-3 ul li:last-child {
  border-bottom: none;
}

#page-company #company-3 ul li h3 {
  width: 35%;
}

#page-company #company-3 ul li p {
  width: 65%;
}

#page-company #company-4 p,
#page-company #company-5 p {
  background-color: #F3F1E7;
  border-radius: 40px;
  color: #EC6C66;
  padding: 10px 54px;
  text-align: center;
}


@media screen and (min-width: 1024px) {
  #page-company .pc {
    display: block;
  }

  #page-company .sp {
    display: none;
  }

  .company-nav-wrapper {
    padding: 40px 0;
  }

  .company-nav {
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1000px;
    width: 75%;
    padding-left: 30px;
  }

  .company-nav li {
    width: 20%;
    margin-right: 0;
  }

  .company-nav li:nth-child(2n+1) {
    margin-right: 0;
  }

  .company-nav li:first-child {
    margin-right: 30px;
  }

  #page-company #company-1 {
    padding-top: 100px;
  }

  #page-company #company-1 h2 {
    font-size: 32px;
    margin-bottom: 140px;
  }

  #page-company #company-2 h2 {
    font-size: 32px;
    margin-bottom: 54px;
  }

  #page-company #company-3 h2 {
    font-size: 32px;
    margin-bottom: 115px;
  }

  #page-company .company-1-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }

  #company-1 .company-img01 {
    width: 42%;
    margin: 0;
  }

  #company-1 .company-1-p {
    width: 50%;
  }

  #page-company #company-1 .p-1 {
    margin-top: 0;
    margin-bottom: 48px;
  }

  #page-company #company-2,
  #page-company #company-3,
  #page-company #company-4,
  #page-company #company-5 {
    padding-top: 127px;
  }

  .company-2-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .company-2-wrapper .inner {
    margin-bottom: 40px;
  }

  .company-2-wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 50px;
  }

  #page-company #company-3 {
    width: 55%;
  }

  #page-company #company-3 ul {
    font-size: 20px;
  }

  #page-company #company-3 ul li {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  #page-company #company-4,
  #page-company #company-5 {
    width: 75%;
  }

  #page-company #company-4 h2,
  #page-company #company-5 h2 {
    font-size: 32px;
    margin-bottom: 44px;
  }

  #page-company #company-4 p,
  #page-company #company-5 p {
    font-size: 22px;
    padding: 40px;
  }

  #page-company #company-2 {
    margin-bottom: 100px;
  }
}

/* プライバシーポリシー */
#page-privacy .pc {
  display: none;
}

.privacy-inner {
  width: 84%;
  margin: 50px auto;
}

.privacy-inner p {
  margin-bottom: 30px;
}

.privacy-inner h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  #page-privacy .pc {
    display: block;
  }

  #page-privacy .sp {
    display: none;
  }

  .privacy-inner {
    width: 68%;
    max-width: 1000px;
  }

  .privacy-inner p {
    margin-bottom: 30px;
  }

  .privacy-inner h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .privacy-inner .privacy-inner-top-p {
    margin-bottom: 80px;
  }

}

/*# sourceMappingURL=style.css.map */