﻿@charset "UTF-8";
/*
Theme Name: sakura_2024
Description: theme-template
Version: 122.0
Author: hideworks
*/
/* CSS Document */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .5px;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: #6d465a;
}
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
p {
  font-size: 17px;
  line-height: 2rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
ul, li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
/*start*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}
/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header_inner {
  padding: 3rem 5.4rem 0 7.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.logo {
  display: flex;
  align-items: center;
  padding-top: 1.7rem;
}
.logo a {
  gap: 1.8rem;
}
.logo span {
  display: inline-block;
}
.l-header__logo__symbol {
  width: 4rem;
}
.l-header__logo__txt {
  width: 18.2rem;
}
.header_menu {
  display: flex;
  align-items: center;
  transition: gap var(--transition-sticky);
}
.header_menu li {
  display: inline-block;
  margin-left: 1rem;
}
.header_menu li a {
  display: block;
  font-weight: 400;
  font-size: var(--font-size14);
  letter-spacing: calc(40 / 1000 * 1em);
  transition-property: color;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.fixed {
  background: #fff;
  padding: 0 2.6rem 0 3.1rem;
}
.fixed .l-header__logo__symbol {
  width: 3rem;
}
.fixed .l-header__logo__txt {
  width: 13rem;
}
.fixed .logo {
  margin-top: .2rem;
  padding-top: 1rem;
}
.sub_txt {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
/*KV*/
.kv_wrap {
  background: url("./images/top/kv_01.jpg") no-repeat center center / cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  color: #6d465a;
}
.kv_contents {
  position: absolute;
  z-index: 1;
  top: calc(((405 + 98) / 1067) * 100%);
  left: 7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kv_contents h2 {
  font-size: 2rem;
  font-weight: 400;
}
.kv_contents p {
  font-size: 1.5rem;
  font-weight: 400;
}
/*top*/
.cont_01 {
  background: url("./images/top/bg_01.jpg") no-repeat center top / 100% 100%;
  position: relative;
  padding-bottom: 10rem;
}
.cont_01_inner {
  background: url("./images/top/bg_02.png") no-repeat center top / 100% auto;
}
.sakura_txt {
  text-align: center;
  padding-top: 15rem;
}
.about_greeting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.about_greeting_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
}
.about_greeting_contents {
  width: 700px;
}
.about_greeting_header h2 {
  font-size: 16px;
  margin-bottom: 2rem;
}
.about_greeting_header p {
  font-size: 2rem;
}
.about_greeting_header .purple {
  line-height: 3rem;
}
.more_btn {
  margin: 0 auto;
  background: #fff;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6d465a;
}
.more_btn:hover {
  background: #c5b5bd;
}
.cont_03 ul {
  display: flex;
  height: 70vh;
}
.cont_03 li {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service_catch {
  position: absolute;
  top: 5rem;
  right: 11.3rem;
  gap: 2.1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.service_catch span {
  background: #fff;
  color: #ff98b5;
  font-size: 1.5rem;
  padding: 5px;
  line-height: 2.5rem;
}
.cont_04 {
  padding: 10rem 0;
}
.main_title {
  background: url("./images/common/title_bg.png") no-repeat center center / auto 120px;
  text-align: center;
  font-size: 31px;
  color: #6d465a;
  min-height: 120px;
  margin-bottom: 3rem;
  letter-spacing: 1.5px;
}
.main_title span {
  font-size: 30%;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.cont_04 ul {
  display: flex;
  justify-content: space-between;
}
.cont_04 li {
  width: 24%;
  margin-bottom: 30px;
}
.cont_04 li h4 {
  font-size: 19px;
  line-height: 1.8rem;
  margin: 10px 0;
}
.cont_04 li p {
  font-size: 15px;
  line-height: 1.5rem;
}
.cont_04 li img {
  border-radius: 20px;
}
.cont_05, .cont_07 {
  background: url("./images/top/bg_03.jpg") no-repeat center center / 100% 100%;
  padding: 10rem 0;
}
.cont_05 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.cont_05 li {
  border-bottom: solid 1px #a4a4a4;
  width: 49%;
}
.cont_05 li a {
  display: block;
  padding: 2rem 0 2rem 60px;
  position: relative;
  background-position: left center;
  background-size: 40px auto;
  color: #6d465a;
  transition: all 0.5s ease-in-out;
}
.cont_05 li a span {
  position: absolute;
  right: 10px;
  top: 40%;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  display: inline-block;
  background: #f4f4f4;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.cont_05 li a p {
  opacity: .2;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
.cont_05 li a h5 {
  font-size: 20px;
}
.cont_05 .more_btn, .recruit .more_btn {
  border: solid .5px #6d465a;
}
.service_01 {
  background-image: url("./images/top/service_icon_01.png");
}
.service_02 {
  background-image: url("./images/top/service_icon_02.png");
}
.service_03 {
  background-image: url("./images/top/service_icon_03.png");
}
.service_04 {
  background-image: url("./images/top/service_icon_04.png");
}
.service_05 {
  background-image: url("./images/top/service_icon_05.png");
}
.cont_05 li a:hover {
  color: #ff98b5;
}
.cont_05 li a:hover span {
  background: #ff98b5;
  color: #fff;
}
.cont_06 {
  padding: 10rem 0;
}
.cont_06 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_06 li {
  width: 48%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.3rem;
  padding-left: calc((30 / 500) * 100%);
  color: #fff;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 2.7rem;
  overflow: hidden;
}
.cont_06 li a {
  display: block;
  color: #fff;
}
.cont_06 li h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 4rem;
}
.cont_06 li span {
  position: absolute;
  right: 10px;
  bottom: 5%;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  color: #6d465a;
}
.bd_title {
  border-bottom: solid 1px #bdbdbd;
  padding-bottom: 10px;
}
.advantage_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 8.2rem;
}
.advantage_box .pict {
  width: 40%;
  margin-left: 3%;
}
.advantage_box .text {
  width: 57%;
}
.pict img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.advantage_box:nth-child(even) {
  flex-direction: row-reverse;
}
.advantage_box:nth-child(even) .text {}
.advantage_box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}
.advantage_box h3 {
  font-size: 32px;
  margin-bottom: 2rem;
}
.jp_title {
  font-size: 24px;
  font-weight: 300;
  color: #6d465a;
  margin-bottom: 3rem;
}
.cont_08 {
  padding: 10rem 0 0;
}
.news {
  display: flex;
  border-bottom: solid .7px #666;
  padding: 2.2rem 0;
  position: relative;
}
.news span {
  position: absolute;
  right: 10px;
  bottom: 30%;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  color: #6d465a;
}
time {
  font-size: 16px;
  color: #999;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  align-content: center;
}
.category {
  background: #f4f4f4;
  text-align: center;
  font-size: 11px;
  padding: .5rem 2rem .6rem;
  border-radius: 100px;
  margin-left: 2.2rem;
}
.news h5 {
  font-size: 18px;
  margin-left: 2.2rem;
}
.view_btn {
  display: block;
  width: 174px;
  text-align: center;
  margin: 0 auto 10rem;
  ;
}
.view_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  padding-left: 20.5px;
  padding-right: 20.5px;
  cursor: pointer;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #6d465a;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 0.1em;
  background: currentColor;
}
.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.blog dl {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 3rem;
}
.blog dt {
  width: 100%;
}
.blog dt img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog dd {
  width: 100%;
}
.blog dd h5 {
  font-size: 16px;
  line-height: 1.6rem;
  margin-top: 1.1rem;
  color: #333;
}
.blog dd h5 a, .news h5 a {
  color: #333;
}
.blog .category {
  margin-left: 1.2rem;
}
.cont_09 {
  background: url("./images/top/bg_04.jpg") no-repeat center center / cover;
  height: 70vh;
}
.pink_title {
  color: #ff98b5;
  font-size: 4rem;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
.sub_title {
  font-size: 1rem;
  color: #808080;
}
.cont_10 {
  padding: 10rem 0;
}
.img_round img, .img_round {
  border-radius: 20px;
}
.cont_10 dd {
  padding-left: 3rem;
}
.cont_10 dd h5 {
  color: #ff98b5;
  font-size: 1rem;
}
.biz-hour {
  display: block;
  border-collapse: collapse;
}
.biz-hour th {
  /* １番上の線 */
  /* #A28C63っていうのが色の名前なので、ここをお好みで */
  border-top: 1px solid #8a8a8a;
}
.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #8a8a8a;
  white-space: nowrap;
}
.contact_area {
  background: url("./images/top/bg_05.jpg") no-repeat center center / cover;
  padding: 10rem 0;
  text-align: center;
}
.contact_area h5 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #fff;
  line-height: 3.9rem;
}
.contact_area p {
  color: #fff;
}
.contact_area ul {
  display: flex;
  justify-content: center;
}
.contact_area li {
  width: 32%;
  margin: 0 1%;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.map iframe {
  display: block;
}
.btn-wrap {
  margin: 30px 0;
}
a.btn-c {
  font-size: 2rem;
  width: 100%;
  position: relative;
  padding: 2rem 1rem 1.5rem 1rem;
  color: #ff98b5;
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  -webkit-box-shadow: 0 5px 0 #666;
  box-shadow: 0 5px 0 #666;
}
a.btn-c span.fukidasi {
  font-size: 1rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  background: #ff98b5;
  color: #fff;
  border-radius: 100vh;
}
a.btn-c span.fukidasi:before, a.btn-c span.fukidasi:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-c span.fukidasi:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff98b5 transparent transparent transparent;
}
a.btn-c span.fukidasi:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff98b5 transparent transparent transparent;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background-image: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(240, 226, 226, 1));
  -webkit-box-shadow: 0 2px 0 #6d465a;
  box-shadow: 0 2px 0 #6d465a;
}
.information {
  background: url("./images/top/bg_06.jpg") repeat;
  padding: 10rem 0;
}
.information_wrap {
  width: 500px;
  margin: auto;
}
.information h4 img {
  width: 300px;
  margin-bottom: 1rem;
}
.information h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.information h5 img {
  width: 100px;
  margin-bottom: 1rem;
}
.information h4 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.information_txt {
  border-top: solid .5px #999;
  margin-top: 3rem;
  padding-top: 3rem;
  font-size: .7rem;
  line-height: 1.2rem;
}
.footer_bnr {
  padding: 10rem 0;
  border-bottom: solid .7px #999;
}
.footer_bnr li {
  width: 48%;
}
footer {
  background: url("./images/top/bg_02.png") no-repeat center bottom / cover;
  transform: rotate(-180deg);
  padding: 10rem 0
}
footer .cont_wrap {
  transform: rotate(180deg);
  width: 500px;
  margin: 0 auto;
}
footer h5 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
footer h6 {
  font-size: .7rem;
  margin-bottom: 1rem;
}
footer li::before {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
.copy {
  text-align: center;
  font-size: 12px;
  padding-top: 7rem;
}
/*==========================
page common
==============================*/
.breadcrumbs ul {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.breadcrumbs li {
  font-size: 11px;
  vertical-align: middle;
  color: #bebebe;
}
.breadcrumbs li .material-symbols-outlined {
  font-size: 18px;
}
.material-symbols-outlined {
  vertical-align: middle;
}
.breadcrumbs li a {
  margin: 0 1.2rem;
  color: #ff0088;
  font-family: 'Material Icons';
  content: 'f108';
}
.breadcrumbs li a::after {
  content: "/";
  color: #ff0088;
  padding-left: 1.2rem;
}
.page_contant_wrap {
  margin-top: 15rem;
}
.page_kv dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.page_kv dl dd {
  width: 55%;
}
.page_kv dl dt {
  width: 40%;
  color: #883a5d;
  padding-left: 3%;
}
.page_kv dl dd img {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.page_title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.bg_gradation {
  background: url("./images/top/bg_01.jpg") no-repeat center center / cover;
}
.bg_gray {
  background: url("./images/top/bg_06.jpg") repeat;
}
.page_wrap {
  padding: 7rem 0;
}
/*==========================
about
==============================*/
.eng_title {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #883a5d;
}
.catch_title {
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin: 20px 0;
  color: #ff6c90;
}
.page_sub_title {
  color: #883a5d;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.page_s_title {
  color: #883a5d;
  font-size: 1rem;
}
.message dl {
  display: flex;
  justify-content: space-between;
}
.message dt {
  width: 40%;
}
.message dd {
  width: 55%;
}
.message dl h3 {
  font-size: 28px;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: calc(var(--line-height) * 1em);
  padding-top: .1px;
  padding-bottom: .1px;
}
.message dl h4 {
  font-size: 34px;
  margin-top: 2rem;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  color: #ff6699;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}
.career {
  font-size: 12px;
  line-height: 1.3rem;
}
.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
#slider li h5 {
  font-size: 16px;
  margin: 1rem 0;
}
#slider li p {
  font-size: 14px;
  line-height: 1.4rem;
}
.slider_wrap {
  margin-bottom: 10rem;
}
.flex_padding {
  padding: 1rem;
}
.accordion_container {
  position: relative;
  width: 100%;
  cursor: pointer
}
.accordion_container .accordion-title {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 2rem;
}
.accordion_container .accordion-title span {
  font-size: 50%;
  display: block;
  font-family: "Playfair Display SC", serif;
}
.accordion_container .accordion-title:hover, .accordion_container .accordion-title:active, .accordion_container .content-entry.open .accordion-title {
  color: white;
}
.accordion_container .accordion-title:hover i:before, .accordion_container .accordion-title:hover i:active, .accordion_container .content-entry.open i {
  color: white;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  background: #fff;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
}
.accordion-content h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.accordion-content h5::before {
  content: "●";
  font-size: 12px !important;
  margin-right: .5rem;
}
.generaldentistry h5::before {
  color: #ff98b5;
}
.oralsurgery h5::before {
  color: #00b4cc;
}
.pediatricdentistry h5::before {
  color: #ffa900;
}
.speechtherapy h5::before {
  color: #56c700;
}
.aestheticdentistry h5::before {
  color: #00b9f6;
}
.accordion-content p {
  font-size: 16px;
  line-height: 1.6rem;
  margin-bottom: 30px;
}
.flow dt h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.flow dt h3 span {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #ff6c90;
  font-size: 3rem;
  padding-right: 1rem;
}
.flow dd {
  border-left: solid 1px #b0b0b0;
  padding: 1rem;
  margin-left: 1rem;
}
.flow dd a, .point_box a, [type="submit"] {
  display: inline-block;
  background: #ffa5c1;
  padding: 1% 5%;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
}
.access h5 {
  color: #ff98b5;
  font-size: 1rem;
}
.access p {
  font-size: 15px;
  line-height: 1.6rem;
}
.staff {
  flex-wrap: wrap;
}
.staff li {
  width: 23%;
  margin: 0 1% 3%;
}
.staff li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}
.staff li h4 {
  color: #ff9abf;
  font-size: 18px;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.forte {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.forte span {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #ff80b7;
  padding: 1px 10px;
  margin-right: .5rem;
  border-radius: 100px;
}
.name span {
  border: solid 1px #333;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 100px;
  margin-right: .5rem;
}
.iframe_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2rem;
}
.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit_detail {
  margin-bottom: 2rem;
}
.recruit_detail th, .recruit_detail td {
  font-size: 15px;
  border-bottom: solid .7px #999;
  padding: 1%;
}
.point_box {
  position: relative;
  padding: 3%;
  border: solid 1px #ff6c90;
  border-radius: 8px;
}
.point_box .box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #ff6c90;
  font-weight: bold;
}
.recruit_detail .sub_txt {
  font-size: 12px;
}
input, select, textarea {
  border: solid .7px #999;
  padding: 15px;
  border-radius: 10px;
  max-width: 100%;
}
.blog_container {
  margin-bottom: 10rem;
}
.page_arrow, #pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 1rem 2.4rem 1.3rem;
  border-top: solid .7px #999;
  border-bottom: solid .7px #999;
  margin-bottom: 3rem;
}
.page_arrow li a, .page_arrow li, .prevs, .nexts {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #999;
}
.contactb_box li {
  display: inline-block;
  width: 47%;
  margin: 0 1% 1%;
  border-radius: 5px;
}
.contactb_box li img {
  height: 45px;
  margin: 10px;
}
.contactb_box li.r_tel {
  background: #ec7a96;
}
.contactb_box li.r_web {
  background: #00a2a3;
}
.contactb_box li.r_contact {
  background: #29a6dd;
}
.contactb_box li.r_online {
  background: #f6ab3b;
}
.pagination {
  display: flex;
  justify-content: center;
}
.nav-links {
  display: flex;
  font-family: "Playfair Display SC", serif;
}
.page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  color: #666666;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #666666;
}
.page-numbers.current {
  padding: 10px 20px;
  background: #ff98b5;
  color: #ffffff;
}
.page-numbers.prev, .page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}
.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}
.notfound {
  text-align: center;
  padding: 5rem 0;
}
.notfound h2 {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #ff98b5;
  font-size: 10rem;
}
.notfound h3 {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
  color: #ff98b5;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.category_txt .material-symbols-outlined {
  margin-right: 3px;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .cont_wrap {
    width: 1100px;
    margin: auto;
  }
  .point_box {
    width: 500px;
    margin: 5rem auto;
  }
}