@charset "UTF-8";

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

responsive_spfirst

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

all

---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  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: 640px) {
  .spnone {
    display: inline-block;
  }
}

@media (min-width: 640px) {
  .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: 640px) {
  .sponly {
    display: none;
  }
}

.lgmore {
  display: none;
}

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

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

header

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

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

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

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

@media (min-width: 640px) {
  .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: .3em 1em;
  background-color: #f1668d;
  margin-left: 0.5em;
}

@media (min-width: 1024px) {
  .header_tell-box span {
    font-size: 18px;
    padding: .2em .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;
  }
}

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

movie

---------------------------------------*/
.news {
  padding: 60px 15px 40px;
  /* background: linear-gradient(to bottom, #ffffff 50%, rgba(241, 102, 141, 0.1) 50%); */
}
@media (min-width: 768px) {
  .news {
    padding: 80px 40px 60px;
  }
}
.news_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) {
  .news_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1280px) {
  .news_title {
    margin-bottom: 72px;
  }
}
.news_title::before {
  position: absolute;
  content: "NEWS";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 0;
}
@media (min-width: 1024px) {
  .news_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}
.news_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: rgb(241, 102, 141);
  bottom: -10px;
  left: 0;
}
@media (min-width: 1024px) {
  .news_title::after {
    right: 0;
    margin: auto;
  }
}
.news_inner {
  max-width: 900px;
  margin: 0 auto;
}

.news_box {
  position: center;
  margin: 0 auto;
  width: 100%;
}
.news_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

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

.news_text:not(:first-child) {
  margin-top: .8em;
}

/* case 1 */
dl.case1{
	margin:0px;
	padding:0;
	line-height:1.8;
	width:100%;
}
dl.case1 dt{
	width:6em;
	float:left;
	margin:0;
	padding:0 0 0 5px;
}
dl.case1 dd{
	margin:0 0 10px;
	padding:0 5px 10px 8em;
	border-bottom:1px dotted #ccc;
}

body {
  -webkit-print-color-adjust: exact;
}
div.newsurl a {
  color: blue;
}


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

mainview

---------------------------------------*/
.mainview {
  padding: 20px 0 40px;
}

@media (min-width: 1280px) {
  .mainview {
    padding-bottom: 100px;
  }
}

.mainview_copy {
  background-color: #20263F;
  color: #fafafa;
  padding: 20px 20px 50px;
  font-weight: 300;
}

@media (min-width: 640px) {
  .mainview_copy {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .mainview_copy {
    font-size: 24px;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .mainview_copy {
    padding: 60px 40px;
    font-size: 28px;
  }
}

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

@media (min-width: 1400px) {
  .mainview_copy {
    padding-left: calc(50vw - 700px);
  }
}

.mainview_contents {
  margin-top: -20px;
  display: -ms-grid;
  display: grid;
  grid-template: "img01 ... img02 ..."40vw "img01 ... ..... ..."4vw "img01 ... img03 ..."6vw "contact ... img03 ..."24vw "contact ... ..... ...""..... ... ..... ..."/52vw 4vw 42vw 2vw;
}

@media (min-width: 1024px) {
  .mainview_contents {
    margin: 0 auto;
    margin-top: -160px;
    display: -ms-grid;
    display: grid;
    grid-template: "..... ... ....... ... ..... ..."40px "..... ... ....... ... img02 ..."100px "img01 ... contact ... img02 ..."210px "img01 ... contact ... ..... ..."20px "img01 ... contact ... img03 ..."240px "..... ... ....... ... img03 ..."40px "..... ... ....... ... ..... ..."/minmax(320px, 2fr) 20px minmax(240px, 1fr) 20px 320px auto;
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .mainview_contents {
    margin: 0 auto;
    margin-top: -160px;
    display: -ms-grid;
    display: grid;
    grid-template: "..... ... ....... ... ..... ..."40px "..... ... ....... ... img02 ..."100px "img01 ... contact ... img02 ..."210px "img01 ... contact ... ..... ..."20px "img01 ... contact ... img03 ..."240px "..... ... ....... ... img03 ..."40px "..... ... ....... ... ..... ..."/470px 32px 340px 32px 320px auto;
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .mainview_contents {
    grid-template: "..... ... ....... ... ..... ..."40px "..... ... ....... ... img02 ..."100px "img01 ... contact ... img02 ..."230px "img01 ... contact ... ..... ..."30px "img01 ... contact ... img03 ..."300px "..... ... ....... ... img03 ..."60px "..... ... ....... ... ..... ..."/560px 32px 380px 32px 380px auto;
    max-width: 1400px;
  }
}

.mainview_img01 {
  grid-area: img01;
}

.mainview_img01 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.mainview_img02 {
  grid-area: img02;
}

.mainview_img02 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mainview_img03 {
  grid-area: img03;
}

.mainview_img03 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.mainview_contact {
  grid-area: contact;
  padding: 20px 0px 0px 10px;
}

@media (min-width: 1024px) {
  .mainview_contact {
    padding: 0;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

.mainview_contact-logo {
  padding-bottom: 1em;
}

.mainview_contact-button {
  background-color: #f1668d;
  color: #fafafa;
  padding: .3em .5em .3em 1em;
}

@media (min-width: 640px) {
  .mainview_contact-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    letter-spacing: .1em;
    padding: .8em 1em;
  }
}

.mainview_contact-button img {
  max-width: 36px;
  padding: 0 0 .2em .2em;
}

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

mainbottom

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

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

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

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

@media (min-width: 1280px) {
  .mainbottom_inner {
    max-width: 842px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  .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: 20px;
  }
}

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

.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: 20px;
  }
}

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

.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;
  }
}

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

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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.0;
  letter-spacing: .05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

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

.information01_title::first-line {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .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: #f1668d;
  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: .8em;
}

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

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: 28px;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: .05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .checkup_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: .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: #f1668d;
  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: .8em;
}

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

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

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

@media (min-width: 640px) {
  .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: .1em;
  color: #333333;
  width: calc(100% - 76px);
  text-align: center;
}

@media (min-width: 640px) {
  .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;
  }
}

.checkup_subcontents01 {
  text-align: center;
  margin-top: 20px;
  color: #333333;
}

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

.checkup_subcontents01 span {
  color: #f1668d;
  font-weight: 500;
  display: block;
}

.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;
  }
}

@media print, screen and (min-width: 769px) {
  .c-grid._col2_ {
    grid-gap: 25px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .m-panel03:not([target*="blank"]):hover::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M50%2C99.5c27.3%2C0%2C49.5-22.2%2C49.5-49.5C99.5%2C22.7%2C77.3%2C0.5%2C50%2C0.5S0.5%2C22.7%2C0.5%2C50C0.5%2C77.3%2C22.7%2C99.5%2C50%2C99.5z%20M38.5%2C27.8%20l4.8-4.8l27.2%2C27.2L43.4%2C77.5l-4.8-4.8L61%2C50.3L38.5%2C27.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
  }
}

.m-panel03:not([target*="blank"])::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22%23f1668d%22%20d%3D%22M50%2C99.5c27.3%2C0%2C49.5-22.2%2C49.5-49.5C99.5%2C22.7%2C77.3%2C0.5%2C50%2C0.5S0.5%2C22.7%2C0.5%2C50C0.5%2C77.3%2C22.7%2C99.5%2C50%2C99.5z%20M38.5%2C27.8%20l4.8-4.8l27.2%2C27.2L43.4%2C77.5l-4.8-4.8L61%2C50.3L38.5%2C27.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}

.m-panel03::after {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

要素 {}

@media (hover: hover) and (pointer: fine) {
  .m-panel03:hover {
    background: #f1668d;
    -webkit-box-shadow: 0 7px 10px rgba(78, 25, 25, .2);
    box-shadow: 0 7px 10px rgba(78, 25, 25, .2);
    color: #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration-color: transparent;
  }
}

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

button

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

label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label::before,
label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label::after {
  background-color: #484848;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}

input:checked+label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.l-inner {
  margin: 0 auto;
  width: min(100% - 40px, 730px);
}



* {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

.m-panel03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #f1668d;
  border-radius: 6px;
  -webkit-box-shadow: 0 14px 20px rgba(78, 25, 25, .08);
  box-shadow: 0 14px 20px rgba(78, 25, 25, .08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 55px 30px 20px;
  position: relative;
  text-decoration: none;
  text-decoration-color: none;
  -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease, -webkit-text-decoration .3s ease;
  transition: background-color .3s ease, -webkit-box-shadow .3s ease, -webkit-text-decoration .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease, text-decoration .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease, text-decoration .3s ease, -webkit-box-shadow .3s ease, -webkit-text-decoration .3s ease;
  width: 100%;


}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration .3s ease;
  transition: -webkit-text-decoration .3s ease;
  transition: text-decoration .3s ease;
  transition: text-decoration .3s ease, -webkit-text-decoration .3s ease;
}

* {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

.t-wrap {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.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;
}

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

.checkup_subcontents03 ul {
  padding-left: 24px;
}

.checkup_subcontents03 li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .c-grid._col2_ {
    grid-gap: 25px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media print, screen and (max-width: 768px) {
  .c-grid._col2_ {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 50px;
  }
}

/* @media print, screen and (max-width: 768px) {
  .c-grid._col2_ {
    grid-gap: 40px 40px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
  }
} */


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

.checkup_subcontents03 li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #f1668d;
  top: 4px;
  left: -24px;
}



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

information02

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

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

@media (min-width: 1024px) {
  .information02 {
    padding: 80px 40px 60px 0px;
    display: -ms-grid;
    display: grid;
    grid-template: "... ... tit""img ... txt"640px "... ... txt"1fr/calc(50vw - 80px) 40px 50vw;
    max-width: 1260px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .information02 {
    padding: 80px 40px 120px 0;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .information02 {
    padding: 80px 40px 60px 0px;
    display: -ms-grid;
    display: grid;
    grid-template: "... ... tit""img ... txt"640px "... ... txt"1fr/47vw 80px 612px;
    max-width: 1400px;
  }
}

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

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

.information02_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) {
  .information02_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    right: 0;
    margin: auto;
  }
}

.information02_title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: #f1668d;
  bottom: -10px;
  left: 0;
}

@media (min-width: 1024px) {
  .information02_img {
    grid-area: img;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}

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

.information02_text-main {
  font-size: 20px;
  color: #f1668d;
  font-weight: 500;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .information02_text-main {
    font-size: 24px;
  }
}

.information02_text-sub {
  color: #333333;
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: 1px;
}

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

.information02_text-sub span {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

@media (min-width: 640px) {
  .information02_text-sub span {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .information02_text-sub span {
    font-size: 22px;
  }
}

@media (min-width: 640px) {
  .information02_text-sub .tel {
    display: inline-block;
    font-size: 24px;
    padding: 0 .2em;
  }
}

.information02_text-main02 {
  background-color: #f1668d;
  color: #fafafa;
  margin-top: 20px;
  font-size: 20px;
  padding: 5px 10px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .information02_text-main02 {
    font-size: 24px;
  }
}

.information02_text-sub02 {
  background-color: rgba(241, 102, 141, 0.1);
  color: #333333;
  padding: 20px;
  line-height: 1.75;
  letter-spacing: 1px;
}

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

.information02_text-sub02 ul {
  padding-left: 16px;
  padding-top: 10px;
}

.information02_text-sub02 li {
  position: relative;
}

.information02_text-sub02 li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #f1668d;
  top: 8px;
  left: -16px;
}

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

price

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

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

.price_title {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: .05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

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

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

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

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

.price_title::after {
  position: absolute;
  content: "【解毒・脳神経治療 基本診断プログラム】";
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #f1668d;
  bottom: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
}

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

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

.price_contents {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#F7F8F8));
  background: linear-gradient(to right, #ffffff, #F7F8F8);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  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: 640px) {
  .price_contents {
    padding: 32px 40px;
  }
}

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

.price_contents-main {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .price_contents-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .price_contents-main {
    font-size: 20px;
  }
}

.price_contents-main p {
  margin-top: 0.5em;
}

.price_contents-main p:nth-child(2) {
  text-align: right;
}

.price_contents-sub {
  margin-top: 1em;
}

.price_contents-sub span {
  color: #f1668d;
  display: block;
}

.price_contents-sub ul {
  font-size: 16px;
  padding-left: 1em;
  margin-top: 0.5em;
}

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

.price_contents-sub li {
  position: relative;
}

.price_contents-sub li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #f1668d;
  top: 8px;
  left: -16px;
}

.price_contents-sub li:last-child {
  margin-left: -16px;
  font-size: 12px;
}

.price_contents-sub li:not(:first-child) {
  margin-top: .5em;
}

.price_contents-credit {
  margin-top: 1em;
  font-size: 13px;
  margin-left: -12px;
  margin-right: -12px;
  text-align: center;
}

@media (min-width: 640px) {
  .price_contents-credit {
    text-align: left;
    margin: 1em 0 0;
  }

  .price_contents-credit img {
    max-width: 360px;
  }
}

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

director

---------------------------------------*/
.director {
  padding: 60px 25px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(241, 102, 141, 0.1)), color-stop(50%, #ffffff));
  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: -ms-grid;
    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.0;
  letter-spacing: .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: .1em;
  }
}

.director_title::before {
  position: absolute;
  content: "DIRECTOR \A OF 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: #f1668d;
  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: #f1668d;
  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: .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: 640px) {
  .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: #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;
}

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

access

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

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

@media (min-width: 1024px) {
  .access {
    display: -ms-grid;
    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.0;
  letter-spacing: .05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .access_title {
    font-size: 42px;
    grid-area: tit;
    letter-spacing: .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: #f1668d;
  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;
  }
}

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

container

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

.container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  margin: 0px;
  padding: 10px 10px 40px;

}

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

@media (min-width: 1024px) {
  .container {
    max-width: auto;
    /* text-align: center; */
  }

}

/* @media (min-width: 1024px) {
  .container {
    padding: 20px 20px 20px 0px;
    display: -ms-grid;
    display: grid;
    grid-template: "... ... tit" "img ... txt" 640px "... ... txt" 1fr/calc(50vw - 80px) 40px 50vw;
    max-width: 1260px;
    margin: 10 auto;
  }
}

.item {
  width: 30%;
}

.item > img {
  width: 80%;
  /* height: 140px; */
/* object-fit: cover;
} */
*/

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

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

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

.footer_contents-base p {
  margin-top: .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: #f1668d;
  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: #f1668d;
  color: #fafafa;
  padding: .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: #f1668d;
  font-weight: 500;
  letter-spacing: .1em;
}

.footer_tell-icon {
  max-width: 24px;
  margin-right: .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: -ms-grid;
    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 #f1668d;
  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: #f1668d;
  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 \A SHIRASAWA";
  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: .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: #f1668d;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.p-profile_sub .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;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .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: .05em;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

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

@media (min-width: 1024px) {
  .p-books_title {
    font-size: 42px;
    letter-spacing: .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: 640px) {
  .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: #f1668d;
  bottom: -20px;
  left: 0;
}

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

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

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

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

.p-books_text span {
  color: #f1668d;
  display: block;
  font-weight: 500;
}

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

.p-books_bookbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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


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

faq

---------------------------------------*/
.faq__wrapper {
  /* background-color: rgba(241, 102, 141, 0.1); */
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .faq__wrapper {
    /* background-color: rgba(241, 102, 141, 0.1); */
  }
}

.faq__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f1668d;
  margin: 0 auto;
  position: relative;
}

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

.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px 0px 20px;
}

@media (min-width: 1024px) {
  .faq__inner {
    padding: 40px 116px;
  }
}

.faq__q {
  margin: 30px 0 10px 0;
  padding: 3px 0 5px 24px;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  color: #f1668d;
  border-bottom: dotted 1px #999;
}

@media (min-width: 1024px) {
  .faq__q {
    font-size: 18px;
    padding: 3px 0 5px 48px;
    letter-spacing: 1px;
  }
}

.faq__q:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  font-size: 20px;
  color: #ff6060;
  font-family: "Roboto Condensed", sans-serif;
}

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

.faq__a {
  margin: 0;
  padding: 0 0 0 28px;
  line-height: 1.75;
  position: relative;
}

@media (min-width: 1024px) {
  .faq__a {
    font-size: 18px;
    padding: 3px 0 5px 48px;
    letter-spacing: 1px;
  }
}

.faq__a:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: "A.";
  font-size: 20px;
  color: #edd25f;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 1024px) {
  .faq__a:after {
    font-size: 32px;
    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%;
}


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

movie

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

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

.news_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) {
  .news_title {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

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

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

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

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

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

.news_inner {
  max-width: 900px;
  margin: 0 auto;
}

.news_box {
  position: center;
  margin: 0 auto;
  width: 100%;
}

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

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

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

.news_text:not(:first-child) {
  margin-top: .8em;
}

/* case 1 */
dl.case1 {
  margin: 0px;
  padding: 0;
  line-height: 1.8;
  width: 100%;
}

dl.case1 dt {
  width: 6em;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
}

dl.case1 dd {
  margin: 0 0 10px;
  padding: 0 5px 10px 8em;
  border-bottom: 1px dotted #ccc;
}

body {
  -webkit-print-color-adjust: exact;
}

div.newsurl a {
  color: blue;
}


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

contact

---------------------------------------*/
.contact_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;
  text-align: center;
}

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

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

/* .contact_title::before {
  position: absolute;
  content: "CONTACT";
  font-size: 44px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.1);
  top: -48px;
  left: 20%;
}

@media (min-width: 1024px) {
  .contact_title::before {
    font-size: 64px;
    letter-spacing: 0em;
    top: -64px;
    left: 29%;
    margin: auto;
  }
} */

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

.contact__wrapper {
  margin: 8vw 7.5vw;
}

@media (min-width: 768px) {
  .contact__wrapper {
    margin: 120px auto;
    max-width: 720px;
  }
}

.contact__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
}

.contact__title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  color: #266B5B;
  display: block;
}

@media (min-width: 1024px) {
  .contact__title span {
    display: inline-block;
    padding-left: 2em;
  }
}

.contact__text {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 1em;
}

.contact__text.-caption {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  line-height: 2;
}

.contact__form {
  max-width: 1000px;
}

.contact__form--item {
  margin: 1.5em 0;
}

.contact__form--label {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
}

.contact__form--label span {
  padding-left: 0.5em;
  color: #90000A;
}

.contact__form--input {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #251E1C;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}

.contact__form--select {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #666666;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}

.contact__form--textarea {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #666666;
  width: 100%;
  margin-top: 0.5em;
  padding: 1em;
}

.contact__form--button {
  background: #f1668d;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 0.9375rem;
  width: 100%;
  height: 60px;
  max-width: 320px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  color: #FFFFFE;
  border-radius: 32px;
}

.contact__form--button:hover {
  background: #ffffff;
  color: #f1668d;
  border: 2px solid #f1668d;
  transition: 0.5s;
}


.sct-law__wrapper {
  margin: 15vw 7.5vw;
}

@media (min-width: 1024px) {
  .sct-law__wrapper {
    margin: 7.5vw 15vw;
  }
}

.sct-law__title {
  font-size: calc(1.5rem + 8 * (100vw - 375px) / 1065);
  font-weight: 500;
  line-height: 2;
}

.sct-law__title span {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  display: block;
}

@media (min-width: 1024px) {
  .sct-law__title span {
    display: inline-block;
    padding-left: 2em;
  }
}

.sct-law__topic {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 2.5em;
  font-weight: 500;
  padding-left: 1em;
}

.sct-law__text {
  font-size: calc(0.875rem + 2 * (100vw - 375px) / 1065);
  line-height: 1.75;
  margin-top: 1em;
  padding-left: 1em;
}

.sct-law__text.-caption {
  font-size: calc(0.75rem + 2 * (100vw - 375px) / 1065);
  line-height: 2;
}




.reserve {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: .3em 1em;
  background-color: #f1668d;
  margin-left: 0.5em;
}

.spnone a {
  cursor: default;
  /* マウスホバー時、通常時の矢印(➚)の形にする */
}

@media screen and (max-width: 640px) {
  footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    /* 必要に応じて内側の余白を設定 */
  }
}

/* スマホ用のスタイル */
@media (min-width: 768px) {
  .reserve {
    font-size: 18px;
    padding: .2em .8em;
  }
}

/* 英語サイト用に追加したスタイル */
.header nav {
  background-color: #f1668d;
  text-align: center;
  width: fit-content;
}

.header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.header nav ul li {
  display: inline-block;
}

.header nav ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  padding: .3em 1em;
}

.header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.news-title {
  font-size: larger;
}

.news-title span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 28px;

}

.news-content {
  align-items: center;
  justify-content: center;
  font-size: smaller;
  min-height: 50px;
}

.newsurl {
  padding: 2px 10px;
  background: #999;
  width: fit-content;
  margin-left: auto;
}

.newsurl a {
  display: block;
  color: #fff !important;
  font-size: smaller;
}