@charset "UTF-8";
/************************************
フォント
************************************/
/************************************
色
************************************/
/************************************
アニメーション
************************************/
html {
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #424747;
  line-height: 150%;
  letter-spacing: 0.1em;
  overflow-x: clip;
}

img {
  vertical-align: middle;
}

.heading {
  font-family: "Yaldevi", sans-serif;
}

.en {
  font-family: "Manrope", sans-serif;
}

.container {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

.page-content .container {
  padding: 0 50px;
}
@media (max-width: 1048px) {
  .page-content .container {
    padding: 0 16px;
  }
}

.container__two {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .container__two {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
.container__two h2.section__title {
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .container__two h2.section__title {
    text-align: center;
    align-items: center;
  }
}

br.pc {
  display: block;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.section__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section__title .heading__title--en {
  color: #97dfe1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.section__title .heading__title--en.fz-24 {
  font-size: 24px;
}
.section__title strong {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section__title strong {
    font-size: 20px;
  }
}

.page__title__top {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #97dfe1;
  text-align: center;
  margin-bottom: 16px;
}

.page__title__second {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: center;
}

.page__title__bottom {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.56px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .page__title__bottom {
    text-align: left;
  }
}

.link__button a {
  display: flex;
  width: 256px;
  height: 56px;
  padding: 19px 40px;
  justify-content: center;
  align-items: center;
  gap: 75px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(66, 71, 71, 0.1);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 220%;
  letter-spacing: 0.64px;
  text-decoration: none;
  color: #424747;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.link__button a:hover {
  transform: translateY(-5px);
  box-shadow: 4px 4px 10px 0 rgba(66, 71, 71, 0.3);
}

/************************************
front-page
************************************/
.front-page__hero {
  min-height: 850px;
  position: relative;
  overflow: hidden;
}
@media ( min-width: 1440px ){
	.front-page__hero {
	  min-height: 1024px;
	  position: relative;
	  overflow: hidden;
	}		
}

@media ( min-width: 1700px ){
.front-page__hero {
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}		
}
.front-page__hero .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front-page__hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.front-page__hero .slide.active {
  opacity: 1;
}
.front-page__hero .slide-1 {
  background-image: url(http://lilydermclinic.bcmforce.com/wp-content/uploads/2025/09/FV-2-scaled.jpg);
}
.front-page__hero .slide-2 {
  background-image: url(http://lilydermclinic.bcmforce.com/wp-content/uploads/2025/09/FV-1-scaled.jpg);
}
.front-page__hero .slide-3 {
  background-image: url(http://lilydermclinic.bcmforce.com/wp-content/uploads/2025/09/FV-scaled.jpg);
}
@media (max-width: 768px) {
  .front-page__hero {
    min-height: 600px;
  }
}
@media (max-width: 550px) {
.front-page__hero .slide-3 {
	background-position: 70% center;
}
}
.front-page__hero h1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: absolute;
  bottom: 70px;
  left: 140px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .front-page__hero h1 {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .front-page__hero h1 {
    gap: 32px;
  }
}
.front-page__hero h1 strong {
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: 150%;
  color: #424747;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front-page__hero h1 strong {
    font-size: 32px;
  }
}
.front-page__hero h1 span {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .front-page__hero h1 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 1.08px;
  }
}
.front-page__about {
  padding: 130px 0 150px;
  background-image: url(http://lilydermclinic.bcmforce.com/wp-content/uploads/2025/09/ABOUT-CLINIC.png);
  background-repeat: no-repeat;
  background-position: center 75px;
  background-size: contain;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .front-page__about {
    padding: 100px 0 90px;
    background-image: none;
    margin-bottom: 20px;
  }
}
.front-page__about__text {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.56px;
}
@media (max-width: 768px) {
  .front-page__about__text {
    margin-top: 48px;
    font-size: 12px;
	  text-align:left;
  }
}
.front-page__about__text strong {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 150%;
}
.front-page__about__enTitle {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-top: 130px;
}
@media (max-width: 768px) {
  .front-page__about__enTitle {
    margin-top: 72px;
    font-size: 24px;
  }
}
.front-page__about__enText {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 220%;
  letter-spacing: 0.64px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.front-page__about__image {
  display: none;
}
@media (max-width: 768px) {
  .front-page__about__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.front-page__menu {
  height: 795px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: url(../images/front-manu-pc.webp);
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .front-page__menu {
    background-image: url(../images/front-menu-pc-bic.webp);
    margin-top: 100px;
  }
}
@media (max-width: 550px) {
  .front-page__menu {
    height: auto;
    height: 1050px;
    background-image: url(../images/front-menu-sp-2.webp);
  }
}
@media (max-width: 395px) {
  .front-page__menu {
    height: auto;
    background-image: url(../images/front-menu-sp.webp);
    padding: 60px 0px;
  }
}
.front-page__menu .section__title {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .front-page__menu .section__title {
    margin-bottom: 0px;
  }
}
.front-page__menu__content {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .front-page__menu__content {
    flex-direction: column;
    align-items: center;
  }
}
.front-page__menu__content__item {
  flex: 1;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1024px) {
  .front-page__menu__content__item {
    gap: 24px;
  }
}
.front-page__menu__content__item:first-child {
  border-right: 1px solid #828484;
}
@media (max-width: 768px) {
  .front-page__menu__content__item:first-child {
    border-bottom: 1px solid #828484;
    border-right: none;
  }
}
.front-page__menu__content__item h3 {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
}
@media (max-width: 768px) {
  .front-page__menu__content__item h3 {
    font-size: 22px;
  }
}
.front-page__menu__content__item p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.56px;
}
@media (max-width: 768px) {
  .front-page__menu__content__item p {
    line-height: 200%;
  }
}

.front-page__menu__content__item .link__button {
  margin-top: auto;
}

.front-page__news {
  padding: 128px 0;
}
@media (max-width: 900px) {
  .front-page__news {
    padding: 96px 0;
  }
}
.front-page__news__contents {
  width: 100%;
  width: 858px;
}
@media (max-width: 1024px) {
  .front-page__news__contents {
    width: 700px;
  }
}
@media (max-width: 900px) {
  .front-page__news__contents {
    width: 100%;
  }
}
.front-page__news__contents__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.front-page__news__contents__list__item {
  padding: 0px 24px;
  display: flex;
  align-items: center;
  min-height: 96px;
  border-top: solid 1px #afb1b1;
}
@media (max-width: 550px) {
  .front-page__news__contents__list__item {
    padding: 24px 16px;
  }
}
.front-page__news__contents__list__item:last-child {
  border-bottom: solid 1px #afb1b1;
}
.front-page__news__contents__list__item a {
  display: flex;
  align-items: center;
  color: #424747;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  gap: 24px;
  line-height: 160%;
  letter-spacing: 0.64px;
  transition: all 0.3s ease;
}
@media (max-width: 550px) {
  .front-page__news__contents__list__item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.front-page__news__contents__list__item a:hover {
  color: #67c9cb;
}
.front-page__news__contents__list__item a:hover time {
  color: #67c9cb;
}
.front-page__news__contents__list__item a time {
  transition: all 0.3s ease;
  color: #afb1b1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
}
.front-page__news__contents .link__button {
  margin-top: 60px;
}
.front-page__schedule {
  padding: 180px 0 260px;
  background-image: url(../images/schedule_pc.webp);
  background-size: cover;
  margin-bottom: -150px;
}
@media (max-width: 768px) {
  .front-page__schedule {
    padding: 96px 0 96px;
    background-image: url(../images/schedule_sp.svg);
    margin-bottom: -50px;
  }
}
@media (max-width: 1200px) {
  .front-page__schedule .container__two {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
  .front-page__schedule .container__two .section__title {
    text-align: center;
    align-items: center;
  }
}
.front-page__schedule__contents__clinic-hours {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #daf1ee;
}
.front-page__schedule__contents__clinic-hours thead tr th {
  background: #daf1ee;
  font-weight: 300;
  height: 48px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.front-page__schedule__contents__clinic-hours thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
.front-page__schedule__contents__clinic-hours thead tr th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
.front-page__schedule__contents__clinic-hours tbody tr:last-child td {
  border-bottom: none;
}
.front-page__schedule__contents__clinic-hours
  tbody
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 5px;
}
.front-page__schedule__contents__clinic-hours
  tbody
  tr:last-child
  td:last-child {
  border-radius: 0 0 5px 0;
}
.front-page__schedule__contents__clinic-hours tbody tr td {
  padding: 24px 0;
  background: #fff;
  width: 100px;
  color: #67c9cb;
  border-right: 1px solid #daf1ee;
  border-bottom: 1px solid #daf1ee;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
@media (max-width: 470px) {
  .front-page__schedule__contents__clinic-hours tbody tr td {
    font-size: 12px;
    width: 40px;
    padding: 0;
    height: 36px;
  }
}
.front-page__schedule__contents__clinic-hours tbody tr td:first-child {
  width: 150px;
  color: #424747;
}
.front-page__schedule__contents__clinic-hours tbody tr td:last-child {
  border-right: none;
}
.front-page__schedule__contents__clinic-hours
  tbody
  tr
  td[aria-label="日: 休診"],
.front-page__schedule__contents__clinic-hours
  tbody
  tr
  td[aria-label="土: 10:00〜17:00"] {
  color: #424747;
}
.front-page__schedule__contents__clinic-hours
  tbody
  tr
  td[aria-label="土: 10:00〜17:00"] {
  border-bottom: unset;
}
.front-page .table_desc {
  text-align: end;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .front-page .table_desc {
    text-align: left;
    padding: 0;
    margin-top: 20px;
    max-width: 850px;
  }
}
@media (max-width: 900px) {
  .front-page .table_desc {
    text-align: left;
    padding-left: 20px;
  }
}
.front-page .mobile_table {
  display: none;
}
@media (max-width: 900px) {
  .front-page .mobile_table {
    display: block;
  }
}
.front-page .mobile_no_table {
  display: table-cell;
}
@media (max-width: 900px) {
  .front-page .mobile_no_table {
    display: none;
  }
}
.front-page .mobile_table_cell {
  display: none;
}
@media (max-width: 900px) {
  .front-page .mobile_table_cell {
    display: table-cell;
  }
}

/************************************
about-page
************************************/

.about .intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.about .intro__inner {
  padding: 0px 0 140px;
  max-width: 1258px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1048px) {
  .about .intro__inner {
    padding: 0px 0px 96px;
  }
}
.about .intro__inner:after {
  content: "";
  position: absolute;
  top: 80px;
  right: -144px;
  width: 830px;
  height: 600px;
  background-image: url(/wp-content/uploads/2025/08/Group-342.webp);
  z-index: -1;
}
@media (max-width: 1048px) {
  .about .intro__inner:after {
    content: unset;
  }
}
.about .intro__inner__item {
  max-width: 858px;
}
@media (max-width: 1048px) {
  .about .intro__inner__item {
    max-width: 100%;
  }
}
.about .intro__inner__item__image {
  display: none;
}
@media (max-width: 1048px) {
  .about .intro__inner__item__image {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: auto;
    margin-bottom: 60px;
  }
  .about .intro__inner__item__image img {
    width: 100%;
    height: auto;
  }
}
.about .intro__inner__item p {
  font-size: 15.6px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 320%;
}

.about .intro__inner__item p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1048px) {
  .about .intro__inner__item p {
    text-align: center;
  	line-height: 180%;	  
	  
  }
}

@media (max-width: 768px) {
  .about .intro__inner__item p {
	font-size: 14px;
	padding: 0 20px;
	text-align: left;  
	margin-bottom: 16px;
  }
}

.about .director {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(/wp-content/uploads/2025/08/Vector.svg);
  background-position: center;
  background-size: cover;
  padding: 146px 0 190px;
}
@media (max-width: 1048px) {
  .about .director {
    padding: 96px 20px 96px;
  }
}
.about .director__inner {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1048px) {
  .about .director__inner {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about .director__inner {
    flex-direction: column;
  }
}
.about .director__inner__item--right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about .director__inner__item--right p:first-child {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about .director__inner__item--right p:first-child {
    align-items: center;
  }
}
.about .director__inner__item--right p:first-child span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
}
.about .director__inner__item--right p:first-child strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
}
.about .director__inner__item--right p:first-child sub {
  bottom: 0;
  font-size: 100%;
}
.about .director__inner__item--right__list dl {
  display: flex;
  gap: 24px;
}

.about .director__inner__item--right__list dl dt,
.about .director__inner__item--right__list dl dd {
  font-size: 13.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}

.about .director__inner__item--right__list dl dd {
  width: calc(100% - 50px - 24px);
}

.about .director__inner__item--right p.last {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.about .peace__inner {
  padding: 128px 0;
}
@media (max-width: 1048px) {
  .about .peace__inner {
    padding: 96px 0px;
  }
}
.about .peace__inner__title__bottom {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  margin-top: 32px;
  text-align: center;
  letter-spacing: 0.56px;
}
.about .peace__inner__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .about .peace__inner__content {
    margin-top: 56px;
    flex-direction: column;
    gap: 32px;
  }
}
.about .peace__inner__content__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.about .peace__inner__content__item:before {
  content: "";
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 300px;
  background: #f0f9f8;
  filter: blur(25px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about .peace__inner__content__item:last-child i {
  display: block;
  margin: 5px 0;
}
.about .peace__inner__content__item__no {
  color: #97dfe1;
  font-size: 64px;
  font-style: normal;
  font-family: "Yaldevi", sans-serif;
  font-weight: 275;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
.about .peace__inner__content__item h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.about .peace__inner__content__item__text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.about .inhospital {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.about .inhospital .slider__navigation {
  position: relative;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
.about .inhospital .slider__navigation .swiper-caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  position: unset;
  transform: unset;
  width: 256px;
  padding: 0 15px;
}
.about .inhospital .slider__navigation .swiper-button-prev,
.about .inhospital .slider__navigation .swiper-button-next {
  margin-top: 5px;
  position: unset;
  transform: unset;
}

.access .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 72px;
}
@media (max-width: 1048px) {
  .access .container .flex {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .access .container .flex {
    flex-direction: column;
    align-items: center;
  }
}
.access .container .flex > div {
  flex: 1;
}
@media (max-width: 768px) {
  .access .container .flex > div {
    width: 100%;
    flex: unset;
  }
}
.access .container .access__top {
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .access .container .access__top {
    margin-bottom: 96px;
  }
}
.access .container .access__top > div > div {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.access .container .access__top > div h2 {
  text-align: left;
  margin-bottom: 32px;
}
.access .container .access__top > div h2.access__top__title2 {
  margin-top: 55px;
}
.access .container .access__top > div p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.access .container .access__top iframe {
  width: 100%;
  height: 90%;
}
@media (max-width: 768px) {
  .access .container .access__top iframe {
    width: 100%;
    height: 300px;
  }
}
.access .container .access__middle figure,
.access .container .access__bottom figure {
  position: relative;
  margin-bottom: 32px;
}
.access .container .access__middle figure figcaption,
.access .container .access__bottom figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: #97dfe1;
  color: #ffffff;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.access .container .access__middle figure img,
.access .container .access__bottom figure img {
  width: 100%;
  height: auto;
}
.access .container .access__middle p,
.access .container .access__bottom p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}
.access .container .access__bottom {
  margin-top: 55px;
}

.privacy-policy .page-content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .privacy-policy .page-content h2 {
    font-size: 18px;
  }
}
.privacy-policy .page-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .privacy-policy .page-content p {
    margin-bottom: 48px;
  }
}

.recruitment {
  background-color: #fafafa;
}
.recruitment .container .recruitment__table .recruitment__table__table {
  margin: 56px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.recruitment
  .container
  .recruitment__table
  .recruitment__table__table
  .recruitment__table__row
  th {
  width: 172px;
  padding: 32px;
  background: #daf1ee;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #fafafa;
}
@media (max-width: 768px) {
  .recruitment
    .container
    .recruitment__table
    .recruitment__table__table
    .recruitment__table__row
    th {
    width: 80px;
    padding: 32px 8px;
  }
}
.recruitment
  .container
  .recruitment__table
  .recruitment__table__table
  .recruitment__table__row
  td {
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  background: #ffffff;
  border-bottom: solid 1px #afb1b1;
}
@media (max-width: 768px) {
  .recruitment
    .container
    .recruitment__table
    .recruitment__table__table
    .recruitment__table__row
    td {
    padding: 32px 16px;
  }
}
.recruitment
  .container
  .recruitment__table
  .recruitment__table__table
  .recruitment__table__row:last-child
  th,
.recruitment
  .container
  .recruitment__table
  .recruitment__table__table
  .recruitment__table__row:last-child
  td {
  border-bottom: none;
}
.recruitment a.link {
  display: flex;
  width: 296px;
  height: 72px;
  padding: 31px 40px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  background: #67c9cb;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  border-radius: 36px;
}
.recruitment a.link:hover {
  background-color: #97dfe1;
}

.contact .page-content .contact__form p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
.contact .page-content .contact__form p.en {
  margin-top: 24px;
  margin-bottom: 56px;
}
.contact .page-content .contact__form .contact__form__container {
  background: #fafafa;
  padding: 72px 172px;
}
@media (max-width: 1048px) {
  .contact .page-content .contact__form .contact__form__container {
    padding: 40px 16px;
  }
}
.contact .page-content .contact__form .contact__form__container form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact .page-content .contact__form .contact__form__container form p label {
  width: 100%;
  display: block;
  text-align: left;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  .c-form__badge {
  border-radius: 3px;
  height: 24px;
  display: inline-block;
  padding: 0px 8px;
  background: #67c9cb;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #ffffff;
  letter-spacing: 0.48px;
  position: relative;
  top: -3px;
  margin-right: 16px;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  input,
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  select,
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  textarea {
  background: #ffffff;
  padding: 8px 24px;
  width: 100%;
  border: 1px solid #afb1b1;
  border-radius: 3px;
  margin-top: 10px;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  textarea {
  height: 200px;
  resize: none;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  select {
  color: #afb1b1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABZSURBVHgBjVDBDYBACGt1IVdxHt7M4youZKI8MJfL0TsehEALtHT3A1+Y2Y2FSPwW6QGubMxIgY2abWMHzupyj2E1UKT/ogJUC6leSv2jL4iJCUo3KrJy+gVD3EIctZTcCAAAAABJRU5ErkJggg==);
  background-size: 12px 6px;
  background-position: right 24px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact
    .page-content
    .contact__form
    .contact__form__container
    form
    p
    label
    select {
    background-position: right 16px center;
  }
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  select:invalid {
  color: #afb1b1;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  select
  option {
  color: #424747;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label
  select
  option:first-child {
  color: #afb1b1;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label.birth
  span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 30%;
  position: relative;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  p
  label.birth
  span.wpcf7-form-control-wrap:after {
  content: "年";
}
.contact .page-content .contact__form .contact__form__container form legend {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .contact .page-content .contact__form .contact__form__container form legend {
    gap: 8px;
  }
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  bottom: 0;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  select {
  color: #afb1b1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABZSURBVHgBjVDBDYBACGt1IVdxHt7M4youZKI8MJfL0TsehEALtHT3A1+Y2Y2FSPwW6QGubMxIgY2abWMHzupyj2E1UKT/ogJUC6leSv2jL4iJCUo3KrJy+gVD3EIctZTcCAAAAABJRU5ErkJggg==);
  background-size: 12px 6px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 14px 24px;
  width: 100%;
  border: 1px solid #afb1b1;
  border-radius: 3px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contact
    .page-content
    .contact__form
    .contact__form__container
    form
    legend
    select {
    padding: 14px 10px;
    background-position: right 16px center;
  }
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  select:invalid {
  color: #afb1b1;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  select
  option {
  color: #424747;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  select
  option:first-child {
  color: #afb1b1;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  form
  legend
  span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 30%;
  position: relative;
  max-width: 200px;
}
@media (max-width: 768px) {
  .contact
    .page-content
    .contact__form
    .contact__form__container
    form
    legend
    span.wpcf7-form-control-wrap:first-child {
    width: 40%;
  }
}
.contact .page-content .contact__form .contact__form__container .optional {
  width: fit-content;
  display: block;
  margin: 26px auto 26px;
}
@media (max-width: 1048px) {
  .contact .page-content .contact__form .contact__form__container .optional {
    margin: 0px auto;
  }
}
.contact .page-content .contact__form .contact__form__container .optional span {
  display: block;
  width: fit-content;
  margin-left: 0;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  .optional
  label {
  display: flex;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  .optional
  label
  a {
  color: #67c9cb;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  .optional
  label
  input {
  width: auto;
  margin: 0 10px 0 0;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  input[type="submit"] {
  display: flex;
  width: 296px;
  height: 72px;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  background: #67c9cb;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  border-radius: 36px;
}
.contact
  .page-content
  .contact__form
  .contact__form__container
  input[type="submit"]:hover {
  background-color: #97dfe1;
}

/************************************
contact en
************************************/
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label
  .wpcf7-exclusive-checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label
  .wpcf7-exclusive-checkbox
  .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label
  .wpcf7-exclusive-checkbox
  .wpcf7-list-item
  input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label.flex
  .c-form__badge {
  top: 0;
}
.contact.contact--en .page-content .contact__form form p label.flex > span {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact.contact--en .page-content .contact__form form p label.flex > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label.flex
  > span
  strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label.flex
  > span
  small {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contact.contact--en
  .page-content
  .contact__form
  form
  p
  label.flex
  > span
  span:last-child {
  display: flex;
  flex-direction: column;
}

.information-en .page-content .container .need {
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .information-en .page-content .container .need {
    padding-bottom: 96px;
  }
}
.information-en .page-content .container .need__inner__content__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 715px;
  margin: 56px auto;
}
@media (max-width: 768px) {
  .information-en .page-content .container .need__inner__content__flex {
    margin: 48px auto;
  }
}
.information-en .page-content .container .need__inner__content__flex__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  position: relative;
}
@media (max-width: 768px) {
  .information-en .page-content .container .need__inner__content__flex__item {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .information-en
    .page-content
    .container
    .need__inner__content__flex__item
    img {
    max-width: 180px;
  }
}
.information-en
  .page-content
  .container
  .need__inner__content__flex__item:before {
  content: "";
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 300px;
  background: #f0f9f8;
  filter: blur(25px);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 500px) {
  .information-en
    .page-content
    .container
    .need__inner__content__flex__item:before {
    display: none;
  }
}
.information-en .page-content .container .need__inner__content__flex__item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 500px) {
  .information-en
    .page-content
    .container
    .need__inner__content__flex__item
    div {
    margin-top: -30px;
  }
}
.information-en
  .page-content
  .container
  .need__inner__content__flex__item
  div
  h3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.64px;
}
@media (max-width: 500px) {
  .information-en
    .page-content
    .container
    .need__inner__content__flex__item
    div
    h3 {
    font-size: 14px;
  }
}
.information-en
  .page-content
  .container
  .need__inner__content__flex__item
  div
  p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
@media (max-width: 500px) {
  .information-en
    .page-content
    .container
    .need__inner__content__flex__item
    div
    p {
    font-size: 11px;
  }
}
.information-en .page-content .container .need__inner__content__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-align: center;
}
@media (max-width: 768px) {
  .information-en .page-content .container .need__inner__content__text {
    text-align: left;
  }
}
.information-en .page-content .container .price {
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .information-en .page-content .container .price {
    padding-bottom: 96px;
  }
}
.information-en .page-content .container .price__inner__content {
  background: #fafafa;
  padding: 72px 74px;
  border-radius: 5px;
  margin: 56px 0 0;
}
@media (max-width: 768px) {
  .information-en .page-content .container .price__inner__content {
    padding: 72px 16px;
  }
}
.information-en .page-content .container .price__inner__content__inner__title {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-left: 22px;
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #67c9cb;
}
.information-en .page-content .container .price__inner__content__inner__list {
  list-style: none;
  margin: 48px 0;
}
@media (max-width: 768px) {
  .information-en .page-content .container .price__inner__content__inner__list {
    margin: 32px 0;
  }
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list:last-child {
  margin-bottom: 0;
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list
  li {
  display: flex;
  height: 56px;
  padding: 20px 48px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #ffffff;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  .information-en
    .page-content
    .container
    .price__inner__content__inner__list
    li {
    padding: 20px 16px;
  }
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list
  li:last-child {
  border-bottom: none;
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list
  li
  strong {
  color: #000;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 220%;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .information-en
    .page-content
    .container
    .price__inner__content__inner__list
    li
    strong {
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.64px;
    text-align: left;
  }
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list
  li
  span {
  color: #000;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.64px;
  display: none;
}
.information-en
  .page-content
  .container
  .price__inner__content__inner__list
  li
  span
  i {
  font-style: normal;
}
.information-en .page-content .container .flow {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .information-en .page-content .container .flow {
    padding-bottom: 96px;
  }
}
.information-en .page-content .container .flow__inner {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner {
    padding: 0 16px;
  }
}
.information-en .page-content .container .flow__inner__content {
  margin-top: 40px;
  gap: 96px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner__content {
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
  }
}
.information-en .page-content .container .flow__inner__content__item {
  position: relative;
  display: flex;
  gap: 48px;
}

@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner__content__item {
    flex-direction: column;
  }
}

.information-en .page-content .container .flow__inner__content__item img {
  width: 30%;
  position: relative;
}

@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner__content__item img {
    width: 100%;
    max-width: 550px;
  }
}

.information-en .page-content .container .flow__inner__content__item > div {
  width: calc(70% - 48px);
}

@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner__content__item > div {
    width: 100%;
    max-width: 550px;
  }
}

.information-en .page-content .container .flow__inner__content__item > div dl {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .information-en
    .page-content
    .container
    .flow__inner__content__item
    > div
    dl {
    flex-direction: column;
  }
}

.information-en
  .page-content
  .container
  .flow__inner__content__item
  > div
  dl:last-child {
  margin-bottom: unset;
}

.information-en
  .page-content
  .container
  .flow__inner__content__item
  > div
  dl
  dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.04em;
  width: 30%;
}

.information-en
  .page-content
  .container
  .flow__inner__content__item
  > div
  dl
  dd {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 4%;
  letter-spacing: 0.04em;
  width: 65%;
}

@media (max-width: 1200px) {
  .information-en
    .page-content
    .container
    .flow__inner__content__item
    > div
    dl
    dt,
  .information-en
    .page-content
    .container
    .flow__inner__content__item
    > div
    dl
    dd {
    width: 100%;
  }
}

.information-en .page-content .container .flow__inner__content__item:before,
.information-en .page-content .container .flow__inner__content__item:after {
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDE2TDUuMDg1ODRlLTA3IDMyTDEuOTA3MzVlLTA2IC0xLjA0OTA3ZS0wNkwyNCAxNloiIGZpbGw9IiM5N0RGRTEiLz4KPC9zdmc+Cg==");
  width: 24px;
  height: 32px;
  background-size: cover;
  top: 96px;
}

.information-en
  .page-content
  .container
  .flow__inner__content__item:first-child:before {
  content: "";
  left: 160px;
  z-index: 2;
  bottom: -65px;
  top: unset;
  transform: rotate(90deg);
}

.information-en
  .page-content
  .container
  .flow__inner__content__item:last-child:after {
  content: "";
  left: 160px;
  z-index: 2;
  top: -60px;
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .information-en
    .page-content
    .container
    .flow__inner__content__item:first-child:before,
  .information-en
    .page-content
    .container
    .flow__inner__content__item:last-child:after {
    left: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
  }
}

.information-en .page-content .container .flow__inner__content__item h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin: 0px 0 20px;
}
@media (max-width: 1200px) {
  .information-en .page-content .container .flow__inner__content__item h3 {
    margin: 0px 0 20px;
  }
}
.information-en .page-content .container .flow__inner__content__item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.information-en .page-content .container .drug {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.information-en .page-content .container .drug__inner {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .information-en .page-content .container .drug__inner {
    padding: 0 16px;
  }
}
.information-en .page-content .container .drug__inner__content {
  margin-top: 128px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1200px) {
  .information-en .page-content .container .drug__inner__content {
    margin-top: 96px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
.information-en .page-content .container .drug__inner__content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #828484;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .information-en .page-content .container .drug__inner__content::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.information-en .page-content .container .drug__inner__content__item {
  padding: 32px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.information-en .page-content .container .drug__inner__content__item h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
}
.information-en .page-content .container .drug__inner__content__item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  color: #000;
  letter-spacing: 0.56px;
}

/*# sourceMappingURL=style.css.map */

/************************************
英語 style
************************************/

.translatepress-en_US .header__inner__nav-list {
  gap: 10px;
}
.translatepress-en_US .header__inner__nav-list .header__inner__nav-link-cv {
  padding: 14px 20px;
}

.translatepress-en_US
  .header__inner__nav-list
  .header__inner__nav-link-cv:first-child {
  margin-right: -5px;
}

.translatepress-en_US .header__inner__nav-list li a {
  font-size: 12px;
}

.translatepress-en_US .header__inner__nav-list .header__inner__nav-link-cv,
.translatepress-en_US
  .header__inner__nav-list
  .header__inner__nav-link--current {
  font-size: 12px;
}

.translatepress-en_US .container {
  max-width: 1440px;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .translatepress-en_US .header__inner__nav-list .header__inner__nav-link-cv,
  .translatepress-en_US
    .header__inner__nav-list
    .header__inner__nav-link--current,
  .translatepress-en_US .header__inner__nav-list li a {
    font-size: 16px;
  }
  .translatepress-en_US
    .header__inner__nav-list
    .header__inner__nav-link--current {
    text-align: end;
  }
}

@media (max-width: 768px) {
  .translatepress-en_US
    footer
    .footer__content
    .footer__content-right
    .footer__nav
    .footer__navigation
    ul
    li
    a {
    font-size: 10px;
  }
  .translatepress-en_US .page-price .menu-tabs .menu-tab {
    font-size: 12px;
  }
}

.movieaccess {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.movieaccess video{
	width:100%;
}

@media (max-width: 768px) {
  .movieaccess {
    padding: 60px 0;
  }
}
