@charset "UTF-8";
#visual {
  position: relative;
  padding: 90px 3% 144px 3%;
}
@media screen and (max-width: 767px) {
  #visual {
    padding: 20px 3% 30px 3%;
  }
}
#visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  z-index: -1;
}
#visual .visual-inner {
  position: relative;
  margin: auto;
}
#visual .image {
  position: relative;
  margin: auto;
  padding: 0 5%;
}
#visual .title {
  position: absolute;
  bottom: -51px;
  left: 0%;
}
#visual .title h1 {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #visual .title h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #visual .title h1 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
#visual .title p {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #visual .title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #visual .title p {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#visual .subtitle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#workstyle {
  position: relative;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  #workstyle {
    padding: 50px 0 0 0;
  }
}
#workstyle .content {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #workstyle .content {
    padding: 50px 0;
  }
}
#workstyle .content h2.section-title {
  color: #CC0033;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  line-height: 1.2;
  border-bottom: 8px solid #CC0033;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #workstyle .content h2.section-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #workstyle .content h2.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
#workstyle .content #remote {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote {
    margin-bottom: 50px;
  }
}
#workstyle .content #remote .first .image {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote .first .image {
    padding: 30px 0;
  }
}
#workstyle .content #remote .first .image img {
  width: 398px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote .first .image img {
    width: 90%;
  }
}
#workstyle .content #remote .voice .title {
  margin-bottom: 20px;
}
#workstyle .content #remote .voice .title span {
  padding-left: 30px;
}
#workstyle .content #remote .voice .layout {
  display: flex;
  background-color: #F5F5F5;
  padding: 80px 8%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote .voice .layout {
    padding: 40px 5% 20px;
  }
}
#workstyle .content #remote .voice .layout .box {
  width: 46%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote .voice .layout .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#workstyle .content #remote .voice .layout .box .image {
  width: 88px;
  margin: 0 auto 10px;
}
#workstyle .content #remote .voice .layout .box h4 {
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #workstyle .content #remote .voice .layout .box h4 {
    font-size: 1.7rem;
  }
}
#workstyle .content #remote .voice .layout .box p {
  font-weight: 400;
}
#workstyle .content #remote .voice .layout .box.box1 h4 {
  color: #E4660F;
}
#workstyle .content #remote .voice .layout .box.box2 h4 {
  color: #7D4CA0;
}
#workstyle .content #remote .voice .layout .box.box3 h4 {
  color: #8FC106;
}
#workstyle .content #remote .voice .layout .box.box4 h4 {
  color: #4A9ADE;
}
#workstyle .content #office {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #office {
    margin-bottom: 50px;
  }
}
#workstyle .content #office .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #office .lead {
    margin-bottom: 50px;
  }
}
#workstyle .content #office h3 {
  color: #222222;
  margin-bottom: 10px;
}
#workstyle .content #office .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #office .layout {
    margin-bottom: 0;
  }
}
#workstyle .content #office .layout .box {
  width: 31.833%;
  margin-bottom: 20px;
}
#workstyle .content #office .layout .wide {
  width: 100%;
}
#workstyle .content #slide .lead,
#workstyle .content #rest .lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #slide .lead,
  #workstyle .content #rest .lead {
    margin-bottom: 20px;
  }
}
#workstyle .content #slide .image,
#workstyle .content #rest .image {
  margin: auto;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 60px 8%;
}
@media screen and (max-width: 767px) {
  #workstyle .content #slide .image,
  #workstyle .content #rest .image {
    padding: 40px 5%;
  }
}
#workstyle .content #slide {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #workstyle .content #slide {
    margin-bottom: 40px;
  }
}

#office #office-visual {
  position: relative;
  padding: 90px 3% 40px 3%;
  background: url(/corporate/recruit/environment/image/office/map.png) no-repeat center center;
  background-size: auto 90%;
}
#office #office-visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  right: 0;
  z-index: -1;
}
#office #office-visual .visual-inner {
  position: relative;
  margin: auto;
}
#office #office-visual .image {
  position: relative;
  margin: auto;
  padding: 0 5%;
  height: 594px;
}
#office #office-visual .title h1 {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #office #office-visual .title h1 {
    font-size: 3.4rem;
  }
}
#office #office-visual .title p {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #office #office-visual .title p {
    font-size: 2rem;
  }
}
#office #office-visual .area {
  text-align: center;
}
#office #office-visual .area p.lead {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #office #office-visual .area p.lead {
    font-size: 1.8rem;
  }
}
#office #office-visual .area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 845px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #office #office-visual .area ul {
    margin-bottom: 40px;
  }
}
#office #office-visual .area ul li {
  width: 32.333%;
  margin-bottom: 10px;
}
#office #office-visual .area ul li a {
  display: block;
  position: relative;
  border: 1px solid #000;
  line-height: 1;
  padding: 10px 5% 18px;
  background-color: #fff;
}
#office #office-visual .area ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -2.5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}
#office #office-visual .area ul li:nth-child(1) a {
  border-color: #D83960;
  color: #D83960;
}
#office #office-visual .area ul li:nth-child(1) a::after {
  border-color: #D83960;
}
#office #office-visual .area ul li:nth-child(2) a {
  border-color: #E4660F;
  color: #E4660F;
}
#office #office-visual .area ul li:nth-child(2) a::after {
  border-color: #E4660F;
}
#office #office-visual .area ul li:nth-child(3) a {
  border-color: #7D4CA0;
  color: #7D4CA0;
}
#office #office-visual .area ul li:nth-child(3) a::after {
  border-color: #7D4CA0;
}
#office #office-visual .area ul li:nth-child(4) a {
  border-color: #8FC106;
  color: #8FC106;
}
#office #office-visual .area ul li:nth-child(4) a::after {
  border-color: #8FC106;
}
#office #office-visual .area ul li:nth-child(5) a {
  border-color: #4A9ADE;
  color: #4A9ADE;
}
#office #office-visual .area ul li:nth-child(5) a::after {
  border-color: #4A9ADE;
}
#office #office-visual .area ul li:nth-child(6) a {
  border-color: #B29F74;
  color: #B29F74;
}
#office #office-visual .area ul li:nth-child(6) a::after {
  border-color: #B29F74;
}
#office #office-visual .area ul li:nth-child(7) a {
  border-color: #4085AA;
  color: #4085AA;
}
#office #office-visual .area ul li:nth-child(7) a::after {
  border-color: #4085AA;
}
#office #office-visual .area ul li:nth-child(8) a {
  border-color: #BA5E75;
  color: #BA5E75;
}
#office #office-visual .area ul li:nth-child(8) a::after {
  border-color: #BA5E75;
}
#office #office-visual .area ul li:nth-child(9) a {
  border-color: #725E81;
  color: #725E81;
}
#office #office-visual .area ul li:nth-child(9) a::after {
  border-color: #725E81;
}
#office #office-visual .area .link {
  text-align: right;
}
#office #office-visual .area .link a {
  text-decoration: underline;
}
#office .content {
  padding: 100px 0 20px;
}
#office .content .area-section {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section {
    margin-bottom: 40px;
  }
}
#office .content .area-section h2 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  line-height: 1;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #office .content .area-section h2 {
    font-size: 2.4rem;
  }
}
#office .content .area-section h3 {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #office .content .area-section h3 {
    font-size: 2rem;
  }
}
#office .content .area-section .area-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .area-layout {
    display: block;
  }
}
#office .content .area-section .area-layout .area-block-wide {
  width: 100%;
  margin-bottom: 5rem;
}
#office .content .area-section .area-layout .area-block-wide .panorama {
  width: 56%;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .area-layout .area-block-wide .panorama {
    width: 100%;
  }
}
#office .content .area-section .area-layout .area-block-wide .text {
  width: 40%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .area-layout .area-block-wide .text {
    width: 100%;
  }
}
#office .content .area-section .area-layout .area-block-wide .images {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .area-layout .area-block-wide .images {
    width: 100%;
  }
}
#office .content .area-section .area-layout .area-block-wide .images div {
  width: 48%;
}
#office .content .area-section .area-layout .area-block {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .area-layout .area-block {
    width: 100%;
  }
}
#office .content .area-section .area-layout .nr {
  margin-right: 0;
}
#office .content .area-section .area-layout .staff {
  border-bottom: 1px solid #CC0033;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#office .content .area-section .area-layout .image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
#office .content .area-section .area-layout .image div {
  width: 49%;
}
#office .content .area-section .layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout {
    display: block;
  }
}
#office .content .area-section .layout .text {
  width: 48%;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .text {
    width: 100%;
    padding-top: 15px;
  }
}
#office .content .area-section .layout .text p {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .text p {
    font-size: 1.5rem;
  }
}
#office .content .area-section .layout .text .image {
  display: flex;
  gap: 1%;
}
#office .content .area-section .layout .text .copyright {
  font-size: clamp(1rem, 0.7935483871rem + 0.2688172043vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .text .copyright {
    font-size: 1.1rem;
  }
}
#office .content .area-section .layout .data {
  width: 36%;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 27px 3%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .data {
    width: 100%;
    padding: 20px 7%;
  }
}
#office .content .area-section .layout .data .info {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#office .content .area-section .layout .data h3 {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .data h3 {
    font-size: 1.5rem;
  }
}
#office .content .area-section .layout .data dl {
  display: flex;
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .data dl {
    font-size: 1.3rem;
  }
}
#office .content .area-section .layout .data dl dt {
  white-space: nowrap;
  width: 66px;
}
#office .content .area-section .layout .data dl dd {
  padding-left: 15px;
  width: calc(100% - 66px);
}
#office .content .area-section .layout .data ul {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .data ul {
    font-size: 1.3rem;
  }
}
#office .content .area-section .layout .data ul li {
  list-style-type: disc;
}
#office .content .area-section .layout .data ul li::marker {
  color: red;
  /* ここに希望の色を指定 */
}
#office .content .area-section .layout .data p {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #office .content .area-section .layout .data p {
    font-size: 1.3rem;
  }
}
#office .content .area-section .min-layout {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .min-layout {
    display: block;
    margin-top: 15px;
  }
}
#office .content .area-section .min-layout p {
  width: 26%;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #office .content .area-section .min-layout p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #office .content .area-section .min-layout p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#office .content .area-section .min-layout .image {
  flex: 1;
  display: flex;
  gap: 1%;
}
#office .content .area-section.min .link {
  font-weight: 400;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  text-align: right;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #office .content .area-section.min .link {
    font-size: 1.5rem;
  }
}
#office .content .area-section.min .link a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #office .content .area-section.min .link {
    margin-top: 0;
  }
}
#office .content .area-section.area1 h2 {
  background-color: #D83960;
}
#office .content .area-section.area1 h3 {
  color: #D83960;
}
#office .content .area-section.area1 .staff {
  border-color: #D83960;
}
#office .content .area-section.area2 h2 {
  background-color: #E4660F;
}
#office .content .area-section.area2 h3 {
  color: #E4660F;
}
#office .content .area-section.area2 .staff {
  border-color: #E4660F;
}
#office .content .area-section.area3 h2 {
  background-color: #7D4CA0;
}
#office .content .area-section.area3 h3 {
  color: #7D4CA0;
}
#office .content .area-section.area3 .staff {
  border-color: #7D4CA0;
}
#office .content .area-section.area4 h2 {
  background-color: #8FC106;
}
#office .content .area-section.area4 h3 {
  color: #8FC106;
}
#office .content .area-section.area4 .staff {
  border-color: #8FC106;
}
#office .content .area-section.area5 h2 {
  background-color: #4A9ADE;
}
#office .content .area-section.area5 h3 {
  color: #4A9ADE;
}
#office .content .area-section.area5 .staff {
  border-color: #4A9ADE;
}
#office .content .area-section.area6 h2 {
  background-color: #B29F74;
}
#office .content .area-section.area6 h3 {
  color: #B29F74;
}
#office .content .area-section.area6 .staff {
  border-color: #B29F74;
}
#office .content .area-section.area7 h2 {
  background-color: #4085AA;
}
#office .content .area-section.area7 h3 {
  color: #4085AA;
}
#office .content .area-section.area7 .staff {
  border-color: #4085AA;
}
#office .content .area-section.area8 h2 {
  background-color: #BA5E75;
}
#office .content .area-section.area8 h3 {
  color: #BA5E75;
}
#office .content .area-section.area8 .staff {
  border-color: #BA5E75;
}
#office .content .area-section.area9 h2 {
  background-color: #725E81;
}
#office .content .area-section.area9 h3 {
  color: #725E81;
}
#office .content .area-section.area9 .staff {
  border-color: #725E81;
}

#papa-mama {
  padding: 100px 0;
}
#papa-mama #visual {
  padding: 30px 3% 100px;
}
@media screen and (max-width: 767px) {
  #papa-mama #visual {
    padding-bottom: 40px;
  }
}
#papa-mama #visual::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #papa-mama #visual .visual-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama #visual .visual-inner .image {
    padding: 0;
  }
}
#papa-mama #visual .title {
  bottom: -80px;
}
#papa-mama .content {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #papa-mama .content {
    padding-top: 50px;
  }
}
#papa-mama .content #seido {
  background-color: #F9F9F9;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #papa-mama .content #seido {
    padding: 40px 0;
  }
}
#papa-mama .content #seido h2 {
  text-align: center;
  margin-bottom: 30px;
}
#papa-mama .content #seido h2 span {
  background-color: #CC0033;
  color: #fff;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  line-height: 1;
  padding: 8px 36px;
  border-radius: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #papa-mama .content #seido h2 span {
    font-size: 2.2rem;
  }
}
#papa-mama .content #seido .lead {
  max-width: 750px;
  margin: 0 auto 40px;
}
#papa-mama .content #seido .zu {
  background-color: #fff;
  padding: 72px 5vw;
  text-align: center;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  #papa-mama .content #seido .zu {
    padding: 35px 5vw;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama .content #seido .zu img {
    width: 600px;
    max-width: none;
  }
}
#papa-mama #links {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #papa-mama #links {
    padding: 50px 4%;
  }
}
#papa-mama #links h2 {
  text-align: center;
  margin-bottom: 60px;
}
#papa-mama #links h2 span {
  background-color: #CC0033;
  color: #fff;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  line-height: 1;
  padding: 8px 36px;
  border-radius: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #papa-mama #links h2 span {
    font-size: 2.2rem;
  }
}
#papa-mama #links .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #papa-mama #links .layout {
    display: block;
  }
}
#papa-mama #links .layout .box {
  position: relative;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #papa-mama #links .layout .box {
    width: 100%;
    margin-bottom: 70px;
  }
}
#papa-mama #links .layout .box .text {
  position: relative;
  border: 2px solid #7D4CA0;
  padding: 35px 30px;
  border-radius: 15px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  #papa-mama #links .layout .box .text {
    padding: 20px;
  }
}
#papa-mama #links .layout .box .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #7D4CA0;
}
#papa-mama #links .layout .box .text b {
  color: #7D4CA0;
}
#papa-mama #links .layout .box .zoom {
  position: relative;
  display: block;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
#papa-mama #links .layout .box .mark {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #7D4CA0;
  bottom: 21px;
  right: -23px;
  z-index: 1;
}
#papa-mama #links .layout .box .mark::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#papa-mama #links .layout .box.box2 .text {
  border-color: #E4660F;
}
#papa-mama #links .layout .box.box2 .text::after {
  background-color: #E4660F;
}
#papa-mama #links .layout .box.box2 b {
  color: #E4660F;
}
#papa-mama #links .layout .box.box2 .mark {
  background-color: #E4660F;
}
#papa-mama #links .layout .box.box3 .text {
  border-color: #4A9ADE;
}
#papa-mama #links .layout .box.box3 .text::after {
  background-color: #4A9ADE;
}
#papa-mama #links .layout .box.box3 b {
  color: #4A9ADE;
}
#papa-mama #links .layout .box.box3 .mark {
  background-color: #4A9ADE;
}

#papa-mama-voice {
  padding: 100px 0;
}
#papa-mama-voice #visual {
  padding: 30px 0 0;
  max-width: 1600px;
  margin: 0 auto 0;
}
#papa-mama-voice #visual::after {
  content: none;
}
#papa-mama-voice #visual .inner {
  position: relative;
}
#papa-mama-voice #visual .title {
  position: absolute;
  display: inline;
  left: auto;
  right: 0;
  bottom: 0;
  border: 2px solid #CC0033;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .title {
    position: static;
    display: block;
  }
}
#papa-mama-voice #visual .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  background-color: #CC0033;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .title::before {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}
#papa-mama-voice #visual .title b {
  display: block;
  line-height: 1.5;
  color: #CC0033;
  font-size: clamp(2.4rem, 1.5741935484rem + 1.0752688172vw, 2.8rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .title b {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .title b {
    font-size: 2rem;
  }
}
#papa-mama-voice #visual .title h1 {
  display: block;
  color: #000;
  background: none;
  padding: 0;
  margin: 0;
  font-size: clamp(1.6rem, 0.9806451613rem + 0.8064516129vw, 1.9rem);
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .title h1 {
    font-size: 1.9rem;
  }
}
#papa-mama-voice #visual .image {
  padding: 0;
  width: 75%;
  margin-left: 0;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice #visual .image {
    width: 95%;
  }
}
#papa-mama-voice .content {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content {
    padding-top: 50px;
  }
}
#papa-mama-voice .content #use {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #use {
    padding: 0 4%;
    margin-bottom: 50px;
  }
}
#papa-mama-voice .content #use .layout {
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #use .layout {
    display: block;
  }
}
#papa-mama-voice .content #use h2 {
  position: relative;
  width: 150px;
  padding-left: 20px;
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #use h2 {
    width: auto;
  }
}
#papa-mama-voice .content #use h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 4px solid #CC0033;
  border-radius: 50%;
}
#papa-mama-voice .content #schedule {
  background-color: #F9F9F9;
  padding: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule {
    padding: 40px 0;
  }
}
#papa-mama-voice .content #schedule h2 {
  text-align: center;
  margin-bottom: 30px;
}
#papa-mama-voice .content #schedule h2 span {
  background-color: #7D4CA0;
  color: #fff;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  line-height: 1;
  padding: 8px 70px;
  border-radius: 30px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule h2 span {
    display: block;
    padding: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#papa-mama-voice .content #schedule dl {
  position: relative;
  display: flex;
  padding: 50px 0;
  border-bottom: 1px dotted #7D4CA0;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl {
    padding: 25px 4%;
    display: block;
  }
}
#papa-mama-voice .content #schedule dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 12px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #7D4CA0;
}
#papa-mama-voice .content #schedule dl.last {
  border-bottom: none;
}
#papa-mama-voice .content #schedule dl.last::after {
  display: none;
}
#papa-mama-voice .content #schedule dl dt {
  width: 150px;
  font-size: clamp(3.2rem, 2.3741935484rem + 1.0752688172vw, 3.6rem);
  font-weight: Regular Oblique;
  line-height: 1;
  color: #7D4CA0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl dt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl dt {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #papa-mama-voice .content #schedule dl dt br {
    display: none;
  }
}
#papa-mama-voice .content #schedule dl dd {
  flex: 1;
}
#papa-mama-voice .content #schedule dl dd h3 {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  font-weight: 500;
  color: #7D4CA0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl dd h3 {
    font-size: 1.8rem;
  }
}
#papa-mama-voice .content #schedule dl dd .layout {
  display: flex;
  gap: 40px;
}
#papa-mama-voice .content #schedule dl dd .layout .text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl dd .layout {
    display: block;
  }
}
#papa-mama-voice .content #schedule dl dd .layout .image {
  width: 296px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #schedule dl dd .layout .image {
    width: 100%;
    margin-top: 1rem;
  }
}
#papa-mama-voice .content #qa {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa {
    padding-bottom: 40px;
  }
}
#papa-mama-voice .content #qa .row {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #CC0033;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row {
    margin-bottom: 30px;
  }
}
#papa-mama-voice .content #qa .row .title {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #CC0033;
  padding: 18px 28px 18px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title {
    padding: 12px;
  }
}
#papa-mama-voice .content #qa .row .title:hover {
  opacity: 0.8;
}
#papa-mama-voice .content #qa .row .title .en-b {
  font-size: clamp(3.2rem, 2.3741935484rem + 1.0752688172vw, 3.6rem);
  color: #fff;
  font-style: italic;
  padding-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title .en-b {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title .en-b {
    font-size: 2rem;
  }
}
#papa-mama-voice .content #qa .row .title h3 {
  font-size: clamp(1.6rem, 0.9806451613rem + 0.8064516129vw, 1.9rem);
  font-weight: 500;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title h3 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title h3 {
    line-height: 1.5;
  }
}
#papa-mama-voice .content #qa .row .title .oc {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title .oc {
    width: 30px;
    height: 30px;
  }
}
#papa-mama-voice .content #qa .row .title .oc::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #CC0033;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title .oc::before {
    width: 12px;
  }
}
#papa-mama-voice .content #qa .row .title .oc::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #CC0033;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row .title .oc::after {
    height: 12px;
  }
}
#papa-mama-voice .content #qa .row .title.open .oc::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#papa-mama-voice .content #qa .row p {
  display: none;
  padding: 40px 70px;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #qa .row p {
    padding: 30px 4%;
  }
}
#papa-mama-voice .content #other {
  padding: 0 0 60px 0;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #other {
    display: block;
    padding: 0 4%;
  }
}
#papa-mama-voice .content #other a {
  display: block;
  border-radius: 20px;
  max-width: 414px;
  width: 50%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #other a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #other a {
    width: 100%;
    margin-bottom: 10px;
  }
}
#papa-mama-voice .content #other a span {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #papa-mama-voice .content #other a span {
    font-size: 2rem;
  }
}
#papa-mama-voice .content #other .voice01 {
  background-color: #7D4CA0;
}
#papa-mama-voice .content #other .voice02 {
  background-color: #E4660F;
}
#papa-mama-voice .content #other .voice03 {
  background-color: #4A9ADE;
}
#papa-mama-voice .content#voice02 #schedule h2 span {
  background-color: #E4660F;
}
#papa-mama-voice .content#voice02 #schedule dl {
  border-color: #E4660F;
}
#papa-mama-voice .content#voice02 #schedule dl::after {
  background-color: #E4660F;
}
#papa-mama-voice .content#voice02 #schedule dl dt {
  color: #E4660F;
}
#papa-mama-voice .content#voice02 #schedule dl dd h3 {
  color: #E4660F;
}
#papa-mama-voice .content#voice03 #schedule h2 span {
  background-color: #4A9ADE;
}
#papa-mama-voice .content#voice03 #schedule dl {
  border-color: #4A9ADE;
}
#papa-mama-voice .content#voice03 #schedule dl::after {
  background-color: #4A9ADE;
}
#papa-mama-voice .content#voice03 #schedule dl dt {
  color: #4A9ADE;
}
#papa-mama-voice .content#voice03 #schedule dl dd h3 {
  color: #4A9ADE;
}

#welfare .content {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #welfare .content {
    padding-top: 50px;
  }
}
#welfare .content h2.section-title {
  color: #CC0033;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  line-height: 1.2;
  border-bottom: 8px solid #CC0033;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #welfare .content h2.section-title {
    font-size: 3.2rem;
  }
}
#welfare .content .bar-title {
  background-color: #CC0033;
  color: #fff;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
  line-height: 1;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  #welfare .content .bar-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #welfare .content .bar-title {
    font-size: 2rem;
    padding: 20px;
  }
}
#welfare .content #fukuri .layout {
  padding: 40px 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#welfare .content #fukuri .layout .box {
  width: 46%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #welfare .content #fukuri .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#welfare .content #fukuri .layout .box h4 {
  color: #CC0033;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CC0033;
}
@media screen and (max-width: 767px) {
  #welfare .content #fukuri .layout .box h4 {
    font-size: 2rem;
  }
}
#welfare .content #fukuri .layout .box p {
  font-weight: 400;
}
#welfare .content .inner-padding {
  padding: 0 3%;
}
#welfare .content .lead {
  margin-bottom: 60px;
}
#welfare .content #seido {
  margin-bottom: 100px;
}
#welfare .content #seido dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #CC0033;
}
#welfare .content #seido dl dt {
  border-bottom: 2px solid #CC0033;
  width: 250px;
  padding: 20px 0;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #welfare .content #seido dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #welfare .content #seido dl dt {
    width: 100%;
    padding: 15px 0 10px;
  }
}
#welfare .content #seido dl dd {
  border-bottom: 2px solid #CC0033;
  width: calc(100% - 250px);
  padding: 20px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #welfare .content #seido dl dd {
    width: 100%;
  }
}
#welfare .content #club {
  margin-bottom: 100px;
}
#welfare .content #club .layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #welfare .content #club .layout {
    display: block;
  }
}
#welfare .content #club .layout figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #welfare .content #club .layout figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#welfare .content #club .layout figure figcaption {
  line-height: 1.5;
  text-align: center;
}