/*---------------------------------------

responsive

---------------------------------------*/
.sponly {
  display: block;
}

@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}

@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}

@media (min-width: 1024px) {
  .lgless {
    display: none;
  }
}

.xlless {
  display: block;
}

@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}

@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}

@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}

@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}

@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}

@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}

@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

/*---------------------------------------

all

---------------------------------------*/
* {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

.spnone {
  display: none;
}

@media (min-width: 600px) {
  .spnone {
    display: inline-block;
  }
}

@media (min-width: 600px) {
  .smnone {
    display: none;
  }
}

@media (min-width: 1280px) {
  .smnone {
    display: inline-block;
  }
}

.pcnone {
  display: inline-block;
}

@media (min-width: 1024px) {
  .pcnone {
    display: none;
  }
}

.sponly {
  display: inline-block;
}

@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.lgmore {
  display: none;
}

@media (min-width: 1024px) {
  .lgmore {
    display: inline-block;
  }
}

/*---------------------------------------

header

---------------------------------------*/
.header {
  padding: 10px 0 20px;
}

@media (min-width: 600px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 0 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .header {
    max-width: 1400px;
  }
}

.header h1 {
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .header h1 {
    max-width: 320px;
    margin: 0;
  }
}

.header_tell {
  text-align: center;
}

.header_tell-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #333333;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .header_tell-box {
    font-size: 28px;
  }
}

.header_tell-box a {
  margin-left: 0.5em;
}

.header_tell-box span {
  font-size: 16px;
  font-weight: 400;
  color: #fafafa;
  padding: 0.3em 1em;
  background-color: rgb(241, 102, 141);
  margin-left: 0.5em;
}

@media (min-width: 1024px) {
  .header_tell-box span {
    font-size: 18px;
    padding: 0.2em 0.8em;
  }
}

.header_tell-icon {
  max-width: 24px;
  margin-left: 0.5em;
}

@media (min-width: 1024px) {
  .header_tell-icon {
    max-width: 28px;
  }
}

.header_tell-text {
  font-size: 14px;
  margin-top: 0.5em;
}

@media (min-width: 1024px) {
  .header_tell-text {
    font-size: 16px;
  }
}

/*---------------------------------------

mainview

---------------------------------------*/
.mainview {
  padding: 10px 0;
  text-align: right;
}

@media (min-width: 1024px) {
  .mainview {
    padding: 60px 0;
    position: relative;
  }
}

.mainview_image {
  position: relative;
  width: 95vw;
}

@media (min-width: 1024px) {
  .mainview_image {
    width: 75vw;
  }
}

@media (min-width: 1280px) {
  .mainview_image {
    width: 60vw;
  }
}

.mainview_image img {
  border-radius: 0 40px 40px 0;
}

.mainview_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.5);
  z-index: 2;
}

.mainview_textbox {
  display: inline-block;
  max-width: 480px;
  width: 100%;
  transform: translateY(-20%);
  position: relative;
  z-index: 4;
  padding-right: 5vw;
}

@media (min-width: 1024px) {
  .mainview_textbox {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: calc(480px + 10vw);
    padding-right: 10vw;
    padding-bottom: 5vw;
  }
}

@media (min-width: 1280px) {
  .mainview_textbox {
    max-width: calc(560px + 10vw);
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
  }
}

@media (min-width: 1500px) {
  .mainview_textbox {
    max-width: 100vw;
  }
}

.mainview_copy {
  font-family: serif;
  font-weight: bold;
  color: rgb(241, 102, 141);
  text-align: right;
  font-size: 20px;
  text-shadow: 0 0 8px #fafafa, 0 0 10px #fafafa;
}

@media (min-width: 768px) {
  .mainview_copy {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .mainview_copy {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .mainview_copy {
    font-size: 40px;
  }
}

@media (min-width: 1500px) {
  .mainview_copy {
    font-size: 48px;
  }
}

.mainview_copy span.-xl {
  font-size: 150%;
}

/*---------------------------------------

mainbottom

---------------------------------------*/
.mainbottom {
  background: #8F82BC;
}

@media (min-width: 1024px) {
  .mainbottom {
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .mainbottom {
    max-width: 100vw;
  }
}

.mainbottom_inner {
  padding: 0 25px;
  text-align: center;
  position: relative;
}

@media (min-width: 1280px) {
  .mainbottom_inner {
    max-width: 842px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .mainbottom_inner {
    max-width: 972px;
  }
}

.mainbottom_inner::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 80px;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  top: 8px;
  left: 8px;
}

@media (min-width: 1024px) {
  .mainbottom_inner::before {
    position: absolute;
    content: "";
    width: 240px;
    height: 24px;
    border-top: 2px solid #fafafa;
    border-left: 2px solid #fafafa;
    top: 20px;
    left: 40px;
  }
}

@media (min-width: 1280px) {
  .mainbottom_inner::before {
    top: 20px;
    left: 0px;
  }
}

@media (min-width: 1500px) {
  .mainbottom_inner::before {
    top: 20px;
    left: 0px;
  }
}

.mainbottom_inner::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 80px;
  border-bottom: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
  bottom: 8px;
  right: 8px;
}

@media (min-width: 1024px) {
  .mainbottom_inner::after {
    position: absolute;
    content: "";
    width: 240px;
    height: 24px;
    border-bottom: 2px solid #fafafa;
    border-right: 2px solid #fafafa;
    bottom: 20px;
    right: 40px;
  }
}

@media (min-width: 1280px) {
  .mainbottom_inner::after {
    bottom: 20px;
    right: 0px;
  }
}

@media (min-width: 1500px) {
  .mainbottom_inner::after {
    bottom: 20px;
    right: 0px;
  }
}

.mainbottom_text {
  color: #fafafa;
  padding: 2em 0;
  display: inline-block;
  text-align: left;
}

@media (min-width: 1024px) {
  .mainbottom_text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
}

/*---------------------------------------

information01

---------------------------------------*/
.information01 {
  background-color: rgba(241, 102, 141, 0.1);
  padding: 60px 25px 40px;
}

@media (min-width: 768px) {
  .information01 {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1024px) {
  .information01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .information01 {
    padding: 80px calc(50vw - 580px) 120px;
  }
}

.information01_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .information01_title {
    font-size: 42px;
    width: 46%;
    letter-spacing: 0.1em;
  }
}

.information01_title::first-line {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .information01_title::first-line {
    font-size: 32px;
  }
}

.information01_title::before {
  position: absolute;
  content: "INFORMATION";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .information01_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
  }
}

.information01_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: 50px;
  left: 0;
}

@media (min-width: 1024px) {
  .information01_title::after {
    bottom: 74px;
  }
}

@media (min-width: 1024px) {
  .information01_textbox {
    width: 54%;
  }
}

.information01_text {
  color: #333333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .information01_text {
    font-size: 18px;
  }
}

.information01_text:not(:first-child) {
  margin-top: 0.8em;
}

/*---------------------------------------

problem

---------------------------------------*/
.problem {
  padding: 60px 25px 40px;
}

@media (min-width: 768px) {
  .problem {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1280px) {
  .problem {
    padding: 120px 40px;
  }
}

.problem_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .problem_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .problem_title {
    margin-bottom: 72px;
  }
}

.problem_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .problem_title::after {
    right: 0;
    margin: auto;
  }
}

.problem_list {
  max-width: 720px;
  margin: 0 auto;
}

.problem_item {
  position: relative;
  padding-left: 2em;
  margin: 1em 0;
  line-height: 1.75;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333333;
}

@media (min-width: 1024px) {
  .problem_item {
    font-size: 18px;
  }
}

.problem_item::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: rgb(241, 102, 141);
  top: 0.4em;
  left: 0.1em;
}

/*---------------------------------------

checkup

---------------------------------------*/
.checkup {
  padding: 60px 25px 40px;
}

@media (min-width: 768px) {
  .checkup {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1280px) {
  .checkup {
    padding: 120px 40px;
  }
}

.checkup_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .checkup_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .checkup_title {
    margin-bottom: 72px;
  }
}

.checkup_title::before {
  position: absolute;
  content: "CHECK UP";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .checkup_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.checkup_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .checkup_title::after {
    right: 0;
    margin: auto;
  }
}

.checkup_text {
  color: #333333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .checkup_text {
    text-align: center;
    font-size: 18px;
  }
}

.checkup_text:not(:first-child) {
  margin-top: 0.8em;
}

@media (min-width: 1024px) {
  .checkup_contentsbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .checkup_contentsbox {
    margin-top: 60px;
  }
}

.checkup_contents {
  padding: 10px 20px 25px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  margin-top: 20px;
  font-size: 16px;
  background: linear-gradient(to right, #ffffff, #F7F8F8);
}

@media (min-width: 600px) {
  .checkup_contents {
    padding: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .checkup_contents {
    width: 33%;
  }
}

.checkup_contents-titlebox img {
  max-width: 64px;
}

.checkup_contents-titlebox p {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  width: calc(100% - 76px);
  text-align: center;
}

@media (min-width: 600px) {
  .checkup_contents-titlebox p {
    text-align: left;
    padding-left: 1em;
  }
}

@media (min-width: 1024px) {
  .checkup_contents-titlebox p {
    font-size: 32px;
  }
}

.checkup_contents-text {
  margin-top: 20px;
  color: #333333;
}

@media (min-width: 1024px) {
  .checkup_contents-text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .checkup_subcontentsbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .checkup_subcontents {
    width: 50%;
    padding: 20px;
  }
}

.checkup_subtitle {
  margin-top: 40px;
  background: rgb(241, 102, 141);
  color: #fafafa;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0 0.25em 0.5em;
  letter-spacing: 0.05em;
}

.checkup_subtext {
  color: #333333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .checkup_subtext {
    font-size: 18px;
  }
}

.checkup_subimage {
  margin-top: 20px;
}

/*---------------------------------------

reason

---------------------------------------*/
.reason {
  padding: 60px 25px 40px;
  background: rgba(241, 102, 141, 0.05);
}

@media (min-width: 768px) {
  .reason {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1280px) {
  .reason {
    padding: 120px 40px;
  }
}

.reason_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .reason_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .reason_title {
    margin-bottom: 72px;
  }
}

.reason_title::before {
  position: absolute;
  content: "REASON";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .reason_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.reason_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .reason_title::after {
    right: 0;
    margin: auto;
  }
}

.reason_list {
  padding-left: 1em;
}

@media (min-width: 1024px) {
  .reason_list {
    max-width: 720px;
    margin: 0 auto;
  }
}

.reason_item {
  list-style: decimal;
  color: #333333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgb(241, 102, 141);
}

@media (min-width: 1024px) {
  .reason_item {
    font-size: 18px;
  }
}

/*---------------------------------------

flow

---------------------------------------*/
.flow {
  padding: 60px 15px 40px;
  background: linear-gradient(to bottom, #ffffff 50%, rgba(241, 102, 141, 0.1) 50%);
}

@media (min-width: 768px) {
  .flow {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1024px) {
  .flow {
    padding-top: 120px;
  }
}

.flow_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .flow_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .flow_title {
    margin-bottom: 72px;
  }
}

.flow_title::before {
  position: absolute;
  content: "FLOW";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .flow_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.flow_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .flow_title::after {
    right: 0;
    margin: auto;
  }
}

.flow_list {
  background: linear-gradient(to right, #ffffff, #F7F8F8);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  padding: 32px 20px;
  color: #333333;
  max-width: 720px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .flow_list {
    padding: 42px 40px 2px;
  }
}

@media (min-width: 1024px) {
  .flow_list {
    max-width: 800px;
  }
}

@media (min-width: 768px) {
  .flow_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}

.flow_icon {
  max-width: 140px;
  margin: 0 auto;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .flow_icon {
    margin: 0;
  }
}

.flow_text {
  color: #333333;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
  margin: 1em 0 2em;
}

@media (min-width: 1024px) {
  .flow_text {
    font-size: 18px;
  }
}

/*---------------------------------------

director

---------------------------------------*/
.director {
  padding: 60px 25px 40px;
  background: linear-gradient(to bottom, rgba(241, 102, 141, 0.1) 50%, #ffffff 50%);
}

@media (min-width: 768px) {
  .director {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 768px) {
  .director_contents {
    display: grid;
    grid-template: "... ... profile"60px "tit ... profile""... ... profile""cln ... profile""nam ... profile""... ... profile""sub ... profile""... ... profile""btn ... profile""... ... profile"/1fr auto 1fr;
    max-width: 1080px;
    max-height: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .director_contents {
    background-color: #ffffff;
    grid-template: "... ... ... profile"120px "... tit ... profile""... ... ... profile""... cln ... profile""... nam ... profile""... ... ... profile""... sub ... profile""... ... ... profile""... btn ... profile""... ... ... profile"40px/40px 1.5fr auto 1fr;
  }
}

@media (min-width: 1280px) {
  .director_contents {
    grid-template: "... ... ... profile"120px "... tit ... profile""... ... ... profile""... cln ... profile""... nam ... profile""... ... ... profile""... sub ... profile""... ... ... profile""... btn ... profile""... ... ... profile"40px/120px 1.2fr auto 1fr;
  }
}

.director_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .director_title {
    grid-area: tit;
  }
}

@media (min-width: 1024px) {
  .director_title {
    font-size: 42px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
}

.director_title::before {
  position: absolute;
  content: "DIRECTOR \aOF CLINIC";
  white-space: pre;
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -64px;
  left: 0;
  line-height: 1;
}

@media (min-width: 1024px) {
  .director_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -88px;
  }
}

.director_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 768px) {
  .director_profile {
    grid-area: profile;
  }
}

.director_profile img {
  width: calc(100vw - 50px);
  height: calc(100vw - 50px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
  max-width: 400px;
  max-height: 400px;
}

@media (min-width: 1024px) {
  .director_profile img {
    width: 100%;
    height: 100%;
    max-width: 470px;
    max-height: 600px;
  }
}

.director_clinicname {
  color: rgb(241, 102, 141);
  font-weight: 500;
  font-size: 18px;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .director_clinicname {
    grid-area: cln;
  }
}

@media (min-width: 1024px) {
  .director_clinicname {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .director_clinicname {
    font-size: 32px;
  }
}

.director_name {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .director_name {
    grid-area: nam;
  }
}

@media (min-width: 1024px) {
  .director_name {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .director_name {
    font-size: 32px;
  }
}

.director_subtext {
  font-size: 16px;
  color: #333333;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .director_subtext {
    grid-area: sub;
  }
}

@media (min-width: 1024px) {
  .director_subtext {
    font-size: 18px;
  }
}

.director_button {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .director_button {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .director_button {
    grid-area: btn;
  }
}

@media (min-width: 1280px) {
  .director_button {
    font-size: 18px;
  }
}

.director_button .button {
  background-color: rgb(241, 102, 141);
  color: #fafafa;
  padding: 0.8em 1em;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  display: inline-block;
  margin-top: 10px;
}

/*---------------------------------------

movie

---------------------------------------*/
.movie {
  padding: 60px 15px 40px;
  background: linear-gradient(to bottom, #ffffff 50%, rgba(241, 102, 141, 0.1) 50%);
}

@media (min-width: 768px) {
  .movie {
    padding: 80px 40px 60px;
  }
}

.movie_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .movie_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .movie_title {
    margin-bottom: 72px;
  }
}

.movie_title::before {
  position: absolute;
  content: "MOVIE";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .movie_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.movie_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .movie_title::after {
    right: 0;
    margin: auto;
  }
}

.movie_inner {
  max-width: 720px;
  margin: 0 auto;
}

.movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------

access

---------------------------------------*/
.access {
  padding: 60px 25px 40px;
}

@media (min-width: 768px) {
  .access {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1024px) {
  .access {
    display: grid;
    grid-template: "... ... ... map""... tit ... map""... ... ... map"20px "... txt ... map""... ... ... map"/40px 1fr 40px 1.2fr;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .access {
    max-width: 1280px;
  }
}

.access_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .access_title {
    font-size: 42px;
    grid-area: tit;
    letter-spacing: 0.1em;
  }
}

.access_title::before {
  position: absolute;
  content: "ACCESS";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 1024px) {
  .access_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.access_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}

.access_gmap {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .access_gmap {
    margin: 1em 0 0 0;
  }
}

@media (min-width: 1024px) {
  .access_gmap {
    grid-area: map;
  }
}

.access_gmap iframe {
  width: 100%;
  height: calc(100vw - 20px);
}

@media (min-width: 768px) {
  .access_gmap iframe {
    height: calc(50vw - 40px);
  }
}

@media (min-width: 1280px) {
  .access_gmap iframe {
    max-width: 600px;
    max-height: 600px;
  }
}

.access_text {
  color: #333333;
  font-size: 14px;
  margin-top: 1em;
}

@media (min-width: 1024px) {
  .access_text {
    grid-area: txt;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .access_text {
    font-size: 18px;
  }
}

/*---------------------------------------

footer

---------------------------------------*/
.footer {
  background-color: rgba(241, 102, 141, 0.1);
  padding: 40px 25px;
}

@media (min-width: 768px) {
  .footer {
    padding: 40px 40px 60px;
  }
}

@media (min-width: 1280px) {
  .footer {
    padding: 40px calc(50vw - 600px);
  }
}

.footer_logo {
  max-width: 360px;
}

.footer_contents {
  margin-top: 1em;
}

@media (min-width: 1280px) {
  .footer_contents {
    display: flex;
    margin-top: 40px;
  }
}

.footer_contents-base {
  font-size: 16px;
  color: #333333;
}

.footer_contents-base p {
  margin-top: 0.5em;
}

.footer_contents-contact {
  margin-top: 1.5em;
  font-size: 16px;
  color: #333333;
}

@media (min-width: 1280px) {
  .footer_contents-contact {
    margin-top: 0;
    margin-left: 60px;
  }
}

.footer_contents-contacttext span {
  display: block;
  color: rgb(241, 102, 141);
  font-weight: 500;
  font-size: 18px;
}

.footer_contents-contact a {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin-top: 0.5em;
}

.footer_contents-contactfax {
  font-size: 16px;
  margin-top: 0.3em;
}

.footer_contents-forfirst {
  margin-top: 1.5em;
  max-width: 360px;
}

@media (min-width: 1280px) {
  .footer_contents-forfirst {
    margin-top: 0;
    margin-left: 60px;
  }
}

.footer_contents-forfirsttitle {
  background-color: rgb(241, 102, 141);
  color: #fafafa;
  padding: 0.2em 1em;
  font-weight: 500;
}

.footer_contents-forfirsttext {
  background-color: #fafafa;
  padding: 1em;
  color: #333333;
}

.footer_contents-forfirsttext span {
  display: block;
  font-size: 22px;
  color: rgb(241, 102, 141);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.footer_tell-icon {
  max-width: 24px;
  margin-right: 0.3em;
}

.footer_copylight {
  font-size: 12px;
  margin-top: 2em;
  color: rgba(51, 51, 51, 0.5);
}

/*---------------------------------------

p-profile

---------------------------------------*/
.p-profile {
  padding: 80px 25px 40px;
}

@media (min-width: 768px) {
  .p-profile {
    padding: 80px 40px 60px;
  }
}

@media (min-width: 1024px) {
  .p-profile_wrapper {
    display: grid;
    grid-template: "img ... tit""img ... ..."20px "img ... txt""... ... txt"20px "sub ... txt""... ... txt"/auto 40px auto;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.p-profile_img {
  margin-top: 1em;
  border: 1px solid rgb(241, 102, 141);
  padding: 5px;
  max-width: 412px;
}

@media (min-width: 768px) {
  .p-profile_img {
    margin: 1em auto 0;
  }
}

@media (min-width: 1024px) {
  .p-profile_img {
    grid-area: img;
    max-width: 430px;
    max-height: 430px;
    margin: 0 auto;
  }
}

.p-profile_img img {
  width: calc(100vw - 60px);
  height: calc(100vw - 60px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
  max-width: 400px;
  max-height: 400px;
}

@media (min-width: 1024px) {
  .p-profile_img img {
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 420px;
  }
}

@media (min-width: 1024px) {
  .p-profile_titlebox {
    grid-area: tit;
    margin-top: 108px;
  }
}

.p-profile_clinicname {
  color: rgb(241, 102, 141);
  font-weight: 500;
  font-size: 18px;
  margin-top: 1em;
  position: relative;
}

@media (min-width: 1024px) {
  .p-profile_clinicname {
    font-size: 32px;
  }
}

.p-profile_clinicname::before {
  position: absolute;
  content: "TAKUJI \aSHIRASAWA";
  white-space: pre;
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -88px;
  left: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-profile_clinicname::before {
    white-space: unset;
    top: -40px;
  }
}

@media (min-width: 1024px) {
  .p-profile_clinicname::before {
    white-space: pre;
    font-size: 64px;
    letter-spacing: 0em;
    top: -128px;
  }
}

.p-profile_name {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .p-profile_name {
    grid-area: nam;
  }
}

@media (min-width: 1024px) {
  .p-profile_name {
    font-size: 32px;
  }
}

.p-profile_textbox {
  color: #333333;
  font-size: 16px;
  margin-top: 2em;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  .p-profile_textbox {
    grid-area: txt;
  }
}

@media (min-width: 1280px) {
  .p-profile_textbox {
    font-size: 18px;
  }
}

.p-profile_textbox p:not(:first-child) {
  margin-top: 1em;
}

.p-profile_sub {
  color: #333333;
  font-size: 14px;
  text-align: center;
  margin-top: 4em;
  position: relative;
}

@media (min-width: 1024px) {
  .p-profile_sub {
    grid-area: sub;
    font-size: 16px;
  }
}

.p-profile_sub:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: rgb(241, 102, 141);
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.p-profile_sub .button {
  background-color: rgb(241, 102, 141);
  color: #fafafa;
  padding: 0.8em 1em;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 320px;
}

@media (min-width: 1024px) {
  .p-profile_sub .button {
    font-size: 18px;
  }
}

.p-profile_subtext-br {
  display: none;
}

@media (min-width: 1024px) {
  .p-profile_subtext-br {
    display: inline-block;
  }
}

/*---------------------------------------

p-books

---------------------------------------*/
.p-books {
  padding: 80px 25px 40px;
}

@media (min-width: 1024px) {
  .p-books {
    padding: 120px 0;
  }
}

.p-books_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .p-books_title {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .p-books_title {
    font-size: 42px;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1280px) {
  .p-books_title {
    margin-bottom: 72px;
  }
}

.p-books_title::before {
  position: absolute;
  content: "PUBLISH";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}

@media (min-width: 600px) {
  .p-books_title::before {
    right: 0;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .p-books_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
  }
}

.p-books_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -20px;
  left: 0;
}

@media (min-width: 600px) {
  .p-books_title::after {
    right: 0;
    margin: auto;
  }
}

.p-books_text {
  font-size: 16px;
  color: #333333;
}

@media (min-width: 600px) {
  .p-books_text {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .p-books_text {
    font-size: 18px;
    margin-top: 4em;
  }
}

.p-books_text span {
  color: rgb(241, 102, 141);
  display: block;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .p-books_text span {
    display: inline-block;
  }
}

.p-books_bookbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: center;
}

@media (min-width: 1024px) {
  .p-books_bookbox {
    margin-top: 3em;
  }
}

.p-books_book {
  margin-left: 0.5em;
  margin-top: 0.5em;
}

@media (min-width: 1280px) {
  .p-books_book {
    margin-top: 1em;
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}

.p-books_book img {
  width: 140px;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.checkup_subcontents02 {
  text-align: center;
  margin-top: 20px;
}

.checkup_subcontents02 span {
  font-size: 13px;
  color: #f1668d;
  font-weight: 500;
  display: block;
}

.checkup_subcontents02 span::first-line {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .checkup_subcontents02 span {
    font-size: 15px;
  }
}

.checkup_subcontents02 .button {
  background-color: #f1668d;
  color: #fafafa;
  padding: .8em 1em;
  -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  display: inline-block;
  margin-top: 10px;
}