@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Inter:opsz,wght@14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
  outline: none !important;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.4;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--medium);
  color: var(--color-txt);
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
}
a {
  display: inline-block;
  color: var(--color-txt);
  cursor: pointer;
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none;
  }
a, a:hover {
  text-decoration: none;
}
.flex {
  display: flex;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  /* opacity: 0;
  animation: fadeIn .7s .2s ease-out forwards; */
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
  overflow: clip;
}
li {
  list-style: none;
}
input,
textarea,
select,
option,
button {
  font-family: var(--font-ja);
  font-weight: var(--medium);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
option:focus-visible {
  outline: none;
}
input:not([type="radio"],[type="checkbox"],[type="submit"],[type="button"]),
textarea,
select {
  width: 100%;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 0.4rem;
  background: #f1f0ec;
  font-size: 1.6rem;
  font-weight: var(--medium);
  line-height: 1.75;
}
select {
  border: 1px solid #c8ccce;
  background: var(--color-white) url(../img/common/icon_select_arrow.png) center right 1.6rem/0.8rem auto no-repeat;
}
select::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
textarea {
  min-height: 20rem;
  resize: vertical;
}
.checkbox {
  display: block;
  margin: 6rem auto 0;
  width: max-content;
  font-weight: var(--regular);
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  cursor: pointer;
}
.checkbox a {
  color: var(--color-blue);
}
input[type="checkbox"] {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--color-white);
  border: 1px solid #cccccc;
  margin: 0 1rem -0.3rem 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: var(--color-blue);
  box-shadow: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  content: '';
  top: 40%;
  left: 50%;
  width: 0.5rem;
  height: 0.7rem;
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
  transform: translate(-50%, -50%) rotate(50deg);
}
input[type="radio"] {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--color-white);
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
  cursor: pointer;
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
}
input[type="radio"]:checked {
  box-shadow: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: var(--color-blue);
  transform: translate(-50%, -50%);
}
label {
  cursor: pointer;
}
.radios {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  align-items: center;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
}
.radios label {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1450px) {
  html, body {
    font-size: calc(1000vw / 1450);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 390);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  /* input:not([type="radio"],[type="checkbox"]),
  textarea,
  select {
    padding: 1.35rem 1.5rem;
    font-size: 1.5rem;
  } */
  .radios {
    padding: 1rem 2rem 1.6rem;
    font-size: 1.4rem;
  }
  .checkbox {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-pink: #fbbad0;
  --color-white: #fff;
  --color-txt: #302f2f;
  --color-txt2: #242424;
  --color-bg: #f7f7f7;
  --color-bridal: #fe6e6f;
  --color-initial: #fd8459;
  --color-infertility_t: #fea74d;
  --color-assisted: #bcd243;
  --color-egg: #78c965;
  --color-prenatal: #63c4ed;
  --color-advanced: #628dd7;
  --color-implantation: #8f94ed;
  --color-infertility: #fb8c8c;
  --color-male: #ef86cb;
  --color-gr: linear-gradient(-300deg, rgba(253,230,238,1) 0%, rgba(251,186,208,1) 100%);
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
  --font-en: "Inter", sans-serif;
  --font-ja: "Zen Kaku Gothic New", sans-serif;
  --font-ja2: "BIZ UDPMincho", serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}
main {
  padding-top: 10rem;
}
a {
  transition: .3s;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}
.accordion_ttl {
  cursor: pointer;
  transition: opacity 0.3s;
}
.in {
  max-width: 120rem;
  margin: 0 auto;
}
.txt {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.lead {
  font-size: 2rem;
  font-weight: var(--bold);
}
.df_ttl .ttl_h2 {
  margin-bottom: 4.6rem;
  font-family: var(--font-ja2);
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}
.df_ttl .ttl_h2 .en {
  position: relative;
  display: block;
  padding-left: 3.9rem;
  margin-bottom: 2.6rem;
  font-size: 1.3rem;
  font-weight: var(--semibold);
  letter-spacing: 0.4em;
  line-height: 1;
  color: var(--color-pink);
}
.df_ttl .ttl_h2 .en::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 2.4rem;
  height: 3rem;
  background: url(../img/common/ttl_icon.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.df_ttl .ttl_h2 + .lead {
  margin: -1rem 0 3rem;
}
.button {
  position: relative;
  display: block;
  min-width: 30rem;
  max-width: max-content;
  margin-top: 4rem;
  padding: 2rem 9rem 2rem 3.7rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);
}
.button::after,
.button::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: var(--color-gr);
  transform: translateY(-50%);
}
.button::before {
  background: url(../img/common/icon_arrow_nv.png) center/0.5rem no-repeat;
  z-index: 1;
  transition: .3s;
}
.button span {
  font-size: 1.6rem;
  font-weight: var(--bold);
  line-height: 1;
}
.button span .en {
  margin-top: 1rem;
  display: block;
  font-size: 1.2rem;
  font-weight: var(--regular);
  line-height: 1;
  color: var(--color-pink);
  transition: .3s;
}
.button.purple {
  color: var(--color-white);
  background: var(--color-implantation);
}
.button.green {
  color: var(--color-white);
  background: var(--color-egg);
}
.button.red {
  color: var(--color-white);
  background: var(--color-bridal);
}
.button.lightblue {
  color: var(--color-white);
  background: var(--color-prenatal);
}
.button.blue {
  color: var(--color-white);
  background: var(--color-advanced);
}
.button.pink {
  color: var(--color-white);
  background: #F395C8;
}
.button.lpink {
  color: var(--color-white);
  background: #FBBAD1;
}
.button.purple .en,
.button.green .en,
.button.red .en,
.button.lightblue .en,
.button.blue .en,
.button.pink .en,
.button.lpink .en {
  color: var(--color-white);
  opacity: 0.5;
}
.button.purple::after,
.button.green::after,
.button.red::after,
.button.lightblue::after,
.button.blue::after,
.button.pink::after,
.button.lpink::after {
  background: rgb(255 255 255 / 0.2);
}
.button.purple::before,
.button.green::before,
.button.red::before,
.button.lightblue::before,
.button.blue::before,
.button.pink::before,
.button.lpink::before {
  background-image: url(../img/common/icon_arrow_wh.png);
} 
.button.entry {
  border-radius: 0.5rem;
  min-width: 33rem;
  padding: 2.5rem 9rem 2.5rem 8.2rem;
  background-image: url(../img/common/icon_entry.png);
  background-size: 3rem auto;
  background-position: center left 3.2rem;
  background-repeat: no-repeat;
}
.button.reservation,
.button.online {
  padding: 2.5rem 6rem 2.5rem 8.2rem;
  background-image: url(../img/common/icon_web.png);
  background-size: 2.8rem auto;
  background-position: center left 3.2rem;
  background-repeat: no-repeat;
}
.button.online {
  background-image: url(../img/common/icon_online.png);
}
.label {
  display: block;
  padding: 0.3rem;
  text-align: center;
  min-width: 7.2rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--color-white);
  background: #a9a0a0;
}
.button_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  border-radius: 0.5rem;
  height: 3.6rem;
  background: var(--color-pink);
}
.button_tel span {
  position: relative;
  padding-left: 2.9rem;
  color: var(--color-white);
  font-size: 1.5rem;
}
.button_tel span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon_tel.png) center left/contain no-repeat;
  transform: translateY(-50%);
}
.button_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  border-radius: 0.5rem;
  height: 5rem;
  background: #06c755;
}
.button_line span {
  position: relative;
  padding-left: 4.1rem;
  color: var(--color-white);
  font-size: 1.6rem;
}
.button_line span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 3rem;
  height: 2.9rem;
  background: url(../img/common/icon_line.png) center left/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .button:not(.entry, .mail, .tel, .reservation, .purple, .green, .red, .pink, .lpink):hover {
    box-shadow: none;
    background: var(--color-pink);
    color: var(--color-white);
  }
  .button:not(.entry, .mail, .tel, .reservation, .purple, .green, .red, .pink, .lpink):hover .en {
    color: var(--color-white);
  }
  .button:not(.entry, .mail, .tel, .reservation, .purple, .green, .red, .pink, .lpink):hover::before {
    background-color: var(--color-white);
  }
  .button_line:hover,
  .button_tel:hover {
    opacity: 0.68;
  }
  .button.entry:hover,
  .button.mail:hover,
  .button.tel:hover,
  .button.reservation:hover,
  .button.purple:hover,
  .button.green:hover,
  .button.red:hover,
  .button.pink:hover,
  .button.lpink:hover {
    box-shadow: none;
    opacity: 0.68;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
  .in {
    padding: 0 2rem;
  }
  .txt {
    font-size: 1.4rem;
  }
  .lead {
    font-size: 1.8rem;
  }
  .df_ttl .ttl_h2 {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
  }
  .df_ttl .ttl_h2 .en {
    padding-left: 3.1rem;
    margin-bottom: 2.6rem;
    font-size: 1.1rem;
  }
  .df_ttl .ttl_h2 .en::before {
    width: 1.8rem;
    height: 2.2rem;
  }
  .df_ttl .ttl_h2 + .lead {
    margin: 0 0 2.5rem;
  }
  .button {
    margin-top: 3.6rem;
  }
  .button_line {
    border-radius: 1rem;
    margin-top: 2rem;
  }
  .button.reservation,
  .button.online {
    padding-left: 6.6rem;
    background-position: center left 2.3rem;
  }
}



/* --------------------------
links sec
----------------------------- */
.links_sec .in {
  display: flex;
  gap: 4rem;
}
.links_sec .in .link_card {
  width: calc(50% - 2rem);
}
.links_sec .in .link_card a {
  position: relative;
  display: block;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);
}
.links_sec .in .link_card a::after,
.links_sec .in .link_card a::before {
  position: absolute;
  content: "";
  right: 3rem;
  bottom: 3rem;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: var(--color-gr);
}
.links_sec .in .link_card a::before {
  background: url(../img/common/icon_arrow_nv.png) center / 0.5rem no-repeat;
  z-index: 1;
}
.links_sec .in .link_card a .img {
  position: relative;
  overflow: hidden;
  height: 28rem;
  border-radius: 1rem;

  background: gray;
}
.links_sec .in .link_card a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.links_sec .in .link_card a .txt_wrap {
  position: relative;
  padding: 5.7rem 11rem 4rem 4rem;
}
.links_sec .in .link_card a .txt_wrap .icon {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 12rem;
  height: 6rem;
  background: var(--color-white);
  border-top-right-radius: 1rem;
}
.links_sec .in .link_card a .txt_wrap .icon::before,
.links_sec .in .link_card a .txt_wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/radius1.png) center/contain no-repeat;
}
.links_sec .in .link_card a .txt_wrap .icon::before {
  left: 0;
  top: calc(-1.6rem + 1px);
}
.links_sec .in .link_card a .txt_wrap .icon::after {
  right: calc(-1.6rem + 1px);
  bottom: -1px;
}
.links_sec .in .link_card a .txt_wrap .icon img {
  position: absolute;
  top: 3rem;
  left: 4rem;
  width: 4.6rem;
}
/* .links_sec .in .link_card a .txt_wrap::before {
  position: absolute;
  content: "";
  display: block;
  top: -6rem;
  left: 0;
  width: 12rem;
  height: 6rem;
  background: var(--color-white);
  border-top-right-radius: 1rem;
} */
.links_sec .in .link_card a .txt_wrap .ttl_h3 {
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
}
.links_sec .in .link_card a .txt_wrap .ttl_h3 .en {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: var(--regular);
  color: var(--color-pink);
}
@media screen and (min-width: 767px) {
  .links_sec .in .link_card a:hover {
    box-shadow: 0 0.3rem 3rem rgb(0 0 0 / 0.2);
  }
  .links_sec .in .link_card a:hover .img img {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .links_sec {
    padding: 9rem 0 0;
  }
  .links_sec .in {
    gap: 2rem;
    flex-direction: column;
  }
  .links_sec .in .link_card {
    width: 100%;
  }
  .links_sec .in .link_card a .img {
    height: 16.9rem;
  }
  .links_sec .in .link_card a .txt_wrap {
    padding: 3.6rem 2rem 6rem;
  }
  .links_sec .in .link_card a .txt_wrap .ttl_h3 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .links_sec .in .link_card a .txt_wrap .ttl_h3 .en {
    margin-top: 0.5rem;
  }
  .links_sec .in .link_card a::after, .links_sec .in .link_card a::before {
    right: 2rem;
    bottom: 2rem;
  }
  .links_sec .in .link_card a .txt_wrap .icon {
    width: 9rem;
  }
  .links_sec .in .link_card a .txt_wrap .icon img {
    top: 2rem;
    left: 2.5rem;
    width: 4rem;
  }
}


/* --------------------------
.news
----------------------------- */
.news .in {
  display: flex;
  align-items: center;
  gap: 8rem;
  max-width: 140rem;
}
.news .in .flex_txt {
  width: 30rem;
}
.news .in .flex_list {
  width: 102rem;
}
.news_list li {
  border-top: 1px solid #c8ccce;
}
.news_list li:last-of-type {
  border-bottom: 1px solid #c8ccce;
}
.news_list li a {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 2rem;
}
.news_list li a .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 23rem;
}
.news_list li a .data time {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.news_list li a .data .label {
  width: 10rem;
}
.news_list li a .txt {
  width: calc(100% - 4rem - 23rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news_list li a:hover {
    opacity: 0.68;
  }
}
@media screen and (max-width: 767px) {
  .news .in {
    position: relative;
    display: block;
    padding-bottom: 11.6rem;
  }
  .news .in .flex_txt,
  .news .in .flex_list {
    width: 100%;
  }
  .news_list li a {
    display: block;
    padding: 2.5rem 0;
  }
  .news_list li a .txt {
    width: 100%;
    margin: 2rem 0 0;
    font-size: 1.5rem;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .news_list li a .data {
    justify-content: flex-start;
    width: 100%;
    gap: 2.3rem;
  }
  .news_list li a .data time {
    font-size: 1.2rem;
  }
  .news .button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}


/* --------------------------
hours
----------------------------- */
.hours table {
  width: 53rem;
}
.hours table th,
.hours table td {
  padding: 1.5rem 1.6rem;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #c8ccce;
  line-height: 1;
}
.hours table th:first-of-type {
  width: 14rem;
  min-width: 14rem;
}
.hours table td {
  position: relative;
  padding: 1.5rem 1.6rem;
}
.hours table td.maru::after,
.hours .data .desc span.maru::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: var(--color-pink);
  transform: translate(-50%, -50%);
}
.hours table td.batu::after,
.hours .data .desc span.batu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: var(--color-pink);
  transform: translate(-50%, -50%);
}
.hours .data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.5rem;
}
.hours .data .desc {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.hours .data .desc span {
  position: relative;
  padding-left: 1.9rem;
  font-size: 1.4rem;
}
.hours .data .desc span.maru::after,
.hours .data .desc span.batu::after  {
  left: 0;
  transform: translateY(-50%);
}
.hours .data .note {
  margin-top: 1.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .hours table {
    width: 100%;
  }
  .hours table th,
  .hours table td {
    padding: 1.5rem 0.2rem;
    font-size: 1.2rem;
  }
  .hours table th:first-of-type {
    width: 8.7rem;
    min-width: 8.7rem;
  }
  .hours .data {
    display: block;
    margin-top: 2rem;
  }
  .hours .data .desc span,
  .hours .data .note {
    font-size: 1.3rem;
  }
  .hours .data .button_tel {
    margin: 3rem auto 0;
  }
}


/* --------------------------
.img_banner
----------------------------- */
.img_banner {
  position: relative;
  overflow: hidden;
  height: 36rem;
}
.img_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img_banner {
    height: 20rem;
  }
}




/* ----------------------------------
treatment_list
---------------------------------- */
.treatment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem;
  margin: 6rem auto 0;
} 
.treatment_list .treatment_card {
  width: calc(33.33% - (2.6rem * 2 / 3));
}
.treatment_list .treatment_card a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
  padding: 2.8rem 3.5rem 2.8rem 3rem;
  border-radius: 1rem;
  background: #FBBAD0;
}
/* .treatment_list .treatment_card a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: linear-gradient(90deg,rgba(249, 160, 190, 1) 0%, rgba(252, 208, 223, 1) 81%, rgba(253, 230, 238, 1) 100%);
  transition: 1s;
  pointer-events: none;
} */
.treatment_list .treatment_card a * {
  transition: .3s;
}
.treatment_list .treatment_card a::after {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #FE8B8C url(../img/common/icon_arrow_wh.png) center/0.5rem auto no-repeat;
  transition: .3s;
}
.treatment_list .treatment_card a img {
  position: relative;
  z-index: 2;
  display: block;
  width: 7rem;
  height: 7rem;
}
.treatment_list .treatment_card a dl {
  position: relative;
  z-index: 2;
  width: calc(100% - 7rem - 2rem);
  color: var(--color-white);
}
.treatment_list .treatment_card a dt {
  font-size: 2.2rem;
  font-weight: var(--bold);
}
.treatment_list .treatment_card a dt .en {
  display: block;
  font-size: 1.2rem;
  font-weight: var(--regular);
  opacity: 0.3;
}
.treatment_list .treatment_card a dd {
  margin-top: 1.7rem;
}
/* .treatment_list .treatment_card a.bridal {
  background: var(--color-bridal);
  border-color: var(--color-bridal);
}
.treatment_list .treatment_card a.initial {
  background: var(--color-initial);
  border-color: var(--color-initial);
}
.treatment_list .treatment_card a.infertility_treatment {
  background: var(--color-infertility_t);
  border-color: var(--color-infertility_t);
}
.treatment_list .treatment_card a.assisted {
  background: var(--color-assisted);
  border-color: var(--color-assisted);
}
.treatment_list .treatment_card a.egg {
  background: var(--color-egg);
  border-color: var(--color-egg);
}
.treatment_list .treatment_card a.prenatal {
  background: var(--color-prenatal);
  border-color: var(--color-prenatal);
}
.treatment_list .treatment_card a.advanced {
  background: var(--color-advanced);
  border-color: var(--color-advanced);
}
.treatment_list .treatment_card a.implantation {
  background: var(--color-implantation);
  border-color: var(--color-implantation);
}
.treatment_list .treatment_card a.infertility {
  background: var(--color-infertility);
  border-color: var(--color-infertility);
}
.treatment_list .treatment_card a.male {
  background: var(--color-male);
  border-color: var(--color-male);
} */
@media screen and (min-width: 768px) {
  .treatment_list .treatment_card a:hover {
    opacity: 0.68;
  }
  /* .treatment_list .treatment_card a:hover::before {
    opacity: 0;
  }
   .treatment_list .treatment_card a.bridal:hover * {
    color: var(--color-bridal);
  }
  .treatment_list .treatment_card a.bridal:hover::after {
    background-color: var(--color-bridal);
  }
  .treatment_list .treatment_card a.initial:hover * {
    color: var(--color-initial);
  }
  .treatment_list .treatment_card a.initial:hover::after {
    background-color: var(--color-initial);
  }
  .treatment_list .treatment_card a.infertility_treatment:hover * {
    color: var(--color-infertility_t);
  }
  .treatment_list .treatment_card a.infertility_treatment:hover:after {
    background-color: var(--color-infertility_t);
  }
  .treatment_list .treatment_card a.assisted:hover * {
    color: var(--color-assisted);
  }
  .treatment_list .treatment_card a.assisted:hover:after {
    background-color: var(--color-assisted);
  }
  .treatment_list .treatment_card a.egg:hover * {
    color: var(--color-egg);
  }
  .treatment_list .treatment_card a.egg:hover::after {
    background-color: var(--color-egg);
  }
  .treatment_list .treatment_card a.prenatal:hover * {
    color: var(--color-prenatal);
  }
  .treatment_list .treatment_card a.prenatal:hover::after {
    background-color: var(--color-prenatal);
  }
  .treatment_list .treatment_card a.advanced:hover * {
    color: var(--color-advanced);
  }
  .treatment_list .treatment_card a.advanced:hover::after {
    background-color: var(--color-advanced);
  }
  .treatment_list .treatment_card a.implantation:hover * {
    color: var(--color-implantation);
  }
  .treatment_list .treatment_card a.implantation:hover::after {
    background-color: var(--color-implantation);
  }
  .treatment_list .treatment_card a.infertility:hover * {
    color: var(--color-infertility);
  }
  .treatment_list .treatment_card a.infertility:hover::after {
    background-color: var(--color-infertility);
  }
  .treatment_list .treatment_card a.male:hover * {
    color: var(--color-male);
  }
  .treatment_list .treatment_card a.male:hover::after {
    background-color: var(--color-male);
  } */
}
@media screen and (max-width: 767px) {
  .treatment_list {
    margin-top: 3.2rem;
    gap: 1rem;
  }
  .treatment_list .treatment_card {
    width: 100%;
  }
  .treatment_list .treatment_card a {
    position: relative;
    padding: 2.5rem 4.5rem 2.5rem 2.5rem;
  }
  .treatment_list .treatment_card a img {
    width: 5rem;
    height: 5rem;
  }
  .treatment_list .treatment_card a dl {
    width: calc(100% - 5rem - 2rem);
  }
  .treatment_list .treatment_card a dt {
    text-align: left;
    font-size: 2rem;
  }
  .treatment_list .treatment_card a dt .en {
    text-align: left;
  }
  .treatment_list .treatment_card a dd {
    text-align: left;
    margin-top: 1.5rem;
  }
}


/* ----------------------------------
column
---------------------------------- */
.column {
  padding: 7.5rem 0 14rem;
}
.column .in {
  max-width: 140rem;
}
.column .df_ttl {
  display: flex;
  align-items: center;
  gap: 12.5rem;
  margin-bottom: 5rem;
}
.column .column_slide {
  overflow: visible;
}
.column .column_card {
  width: 30rem;
  min-width: 30rem;
  margin-right: 4rem;
  height: auto;
}
.column .column_card a {
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);
}
.column .column_card:last-of-type {
  margin-right: 0;
}
.column .column_card .img {
  position: relative;
  height: 27rem;
  overflow: hidden;
}
.column .column_card .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.column .column_card .txt_wrap {
  padding: 3rem;
}
.column .column_card .txt_wrap time {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.column .column_card .txt_wrap .txt {
  margin-top: 1.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.column .column_card .txt_wrap .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}
.column .button {
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) {
  .column .column_card a:hover {
    box-shadow: none;
  }
  .column .column_card a:hover .img img {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 9.6rem 0 0;
  }
  .column .df_ttl {
    display: block;
  }
  .column .column_card {
    width: 27rem;
    min-width: 27rem;
    margin-right: 2rem;
  }
  .column .column_card .img {
    height: 24.3rem;
  }
  .column .column_card .txt_wrap {
    padding: 2.5rem 2rem 3rem;
  }
  .column .button {
    margin: 3.6rem auto 0;
  }
}

/* ----------------------------------
header
---------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 10;
  box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 0.05);
}
header .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  max-width: none;
  height: 10rem;
}
header .in .logo {
  width: 18rem;
}
header .in nav {
  display: flex;
  justify-content: flex-end;
  gap: 3.5rem;
  align-items: center;
}
header .in .list a,
header .in .list dt {
  font-size: 1.5rem;
  letter-spacing: 0;
}
header .in .list dd {
  display: none;
}
header .in .list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .in .buttons {
  display: flex;
  gap: 0.8rem;
}
header .in .buttons .head_button {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  padding-top: 5.5rem;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.1em;
  color: var(--color-white);
}
header .in .buttons .head_button img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .in .buttons .head_button.tel {
  background: var(--color-advanced);
}
header .in .buttons .head_button.tel img {
  width: 2.2rem;
  top: 2rem;
}
header .in .buttons .head_button.web {
  background: var(--color-bridal);
}
header .in .buttons .head_button.web img {
  width: 2.1rem;
  top: 2.3rem;
}
header .in .buttons .head_button.web {
  background: var(--color-bridal) !important;
}
header .in .buttons .head_button:nth-of-type(3) {
  background: var(--color-bridal);
}
header .in .buttons .head_button:nth-of-type(3) img {
  width: 2.4rem;
  top: 1.9rem;
}
header .in .buttons .head_button.online {
  background: var(--color-pink);
  font-size: .9rem;
  padding-top: 5.8rem;
}
header .in .buttons .head_button.online img {
  width: 3.1rem;
  top: 1.6rem;
}
header .right {
  display: none !important;
}
.fixed_buttons {
  position: fixed;
  right: 0;
  bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  z-index: 9;
}
.fixed_buttons .head_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  width: 10rem;
  height: 10rem;
  border-radius: 2.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.2rem;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
.fixed_buttons .head_button.tel {
  background: var(--color-advanced);
}
.fixed_buttons .head_button.tel img {
  width: 2.4rem;
}
.fixed_buttons .head_button.web {
  background: var(--color-bridal);
}
.fixed_buttons .head_button.web img {
  width: 2.4rem;
}
.fixed_buttons .head_button.online {
  background: var(--color-pink);
  font-size: 1.1rem;
}
.fixed_buttons .head_button.online img {
  width: 3.4rem;
}
@media screen and (min-width: 768px) {
  header .in .buttons .head_button:hover,
  header .in .list a:hover, 
  header .in .list dt:hover,
  .fixed_buttons .head_button:hover {
    opacity: 0.68;
  }
  header .in .list dt {
    position: relative;
    padding-right: 1.3rem;
    background: url(../img/common/icon_select_arrow.png) center right/0.7rem auto no-repeat;
  }
  header .in .list dt::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6.1rem;
  }
  header .in .list dd {
    display: block;
    position: absolute;
    top: 10rem;
    padding: 2.3rem 5rem 3.3rem 3.3rem;
    background: #FDE3E4;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
  }
  header .in .list dl:hover dd {
    opacity: 1;
    pointer-events: auto;
  }
  header .in .list dd a {
    padding-left: 1.7rem;
    display: block;
    font-weight: var(--medium);
    font-size: 1.4rem;
    color: #F1678B;
    background: url(../img/common/icon_arrow_header.png) center left/0.4rem auto no-repeat;
  }
  header .in .list dd a + a {
    margin-top: 1.5rem;
  }
  .fixed_buttons {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header .in {
    padding: 0 0 0 1.5rem;
    height: 6rem;
  }
  header .in .logo {
    position: relative;
    width: 13.5rem;
    z-index: 11;
  }
  header .in nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdf4f7;
    padding: 10.5rem 2rem 6rem;
    display: none;
    overflow: scroll;
  }
  header .in nav .list {
    display: block;
  }
  header .in nav .list li {
    border-bottom: 1px solid #e5d8d8;
  }
  header .in nav .list li a,
  header .in nav .list li dt {
    display: block;
    padding: 1.5rem 2rem 1.5rem 1rem;
    background: url(../img/common/icon_arrow_pink.png) center right 1rem/0.6rem auto no-repeat;
    font-size: 1.6rem;
  }
  header .in nav .list li dt {
    position: relative;
    background: none;
  }
  header .in nav .list li dt::before,
  header .in nav .list li dt::after {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.2rem;
    background: var(--color-pink);
    transform: translateY(-50%);
    transition: .3s;
  }
  header .in nav .list li dt::after {
    transform: translateY(-50%) rotate(90deg);
  }
  header .in nav .list li dt.open::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
  header .in nav .list li dd {
    padding: 0 0 3rem 3rem;
  }
  header .in nav .list li dd a {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    font-weight: var(--regular);
    padding-left: 1.5rem;
    background: url(../img/common/icon_arrow_nv.png) center left 0.2rem / 0.4rem auto no-repeat;
  }
  header .in nav .list li dd a + a {
    margin-top: 1.5rem;
  }
  header .in nav .list li img {
    display: none;
  }
  header .in nav .button {
    display: flex;
    margin-top: 2rem;
  }
  header .in > .button {
    display: none;
  }
  header .in .buttons {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 1.2rem 0;
  }
  header .in nav .buttons .head_button:nth-of-type(1) {
    grid-area: 3 / 1 / 4 / 2;
  }
  header .in nav .buttons .head_button:nth-of-type(2) { 
    grid-area: 1 / 1 / 2 / 2;
  }
  header .in nav .buttons .head_button:nth-of-type(3) { 
    grid-area: 2 / 1 / 3 / 2;
  }
  header .in nav .buttons .head_button {
    width: 27rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    padding: 0;
    border-radius: 5rem;
    margin: 0 auto;
  }
  header .in nav .buttons .head_button img {
    position: static;
    transform: unset;
  }
  header .in nav .buttons .head_button:nth-of-type(3) img {
    width: 1.8rem;
    margin-right: 1.2rem;
  }
  header .in nav .buttons .head_button:nth-of-type(1) img {
    width: 1.8rem;
    margin-right: 1.2rem;
  }
  header .in nav .buttons .head_button:nth-of-type(2) img {
    width: 1.7rem;
    margin-right: 1.2rem;
  }
  header .in .right {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0 !important;
  }
  header .in .right .head_button {
    width: 6rem;
    height: 5rem;
    padding-top: 3.3rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  header .in .right .head_button img {
    width: 1.6rem !important;
    top: 1rem !important;
  }
  header .in .right .hamburger {
    position: relative;
    width: 6rem;
    height: 6rem;
    margin-left: -0.5rem;
    z-index: 11;
  }
  header .in .right .hamburger::before,
  header .in .right .hamburger::after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 3rem;
    height: 0.2rem;
    background: var(--color-txt);
    transform: translateX(-50%);
    transition: .3s;
  }
  header .in .right .hamburger::before {
    top: 2rem;
  }
  header .in .right .hamburger::after {
    top: 2.6rem;
  }
  header .in .right .hamburger.open::before,
  header .in .right .hamburger.open::after {
    top: 50%;
  }
  header .in .right .hamburger.open::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .in .right .hamburger.open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .in .right .hamburger span {
    position: absolute;
    font-size: 1.1rem;
    font-weight: var(--bold);
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    line-height: 1;
    transition: .3s;
  }
  header .in .right .hamburger.open span {
    opacity: 0;
  }
  .fixed_buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1rem;
  }
  .fixed_buttons .head_button {
    width: auto;
    height: 4.5rem;
    gap: 1rem;
    flex-direction: row;
    border-radius: 0;
  }
  .fixed_buttons .head_button:nth-of-type(1) {
    border-top-left-radius: 1.6rem;
    grid-area: 1 / 1 / 2 / 2;
  }
  .fixed_buttons .head_button:nth-of-type(2) {
    border-top-right-radius: 1.6rem;
    grid-area: 1 / 3 / 2 / 4;
  }
  .fixed_buttons .head_button:nth-of-type(3) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .fixed_buttons .head_button.web img,
  .fixed_buttons .head_button.tel img {
    width: 1.8rem;
  }
  /* .weblink_hide .fixed_buttons .head_button.tel {
    border-top-right-radius: 1.6rem;
    border-top-left-radius: 1.6rem;
    width: 100%;
  } */
   header .in .buttons .head_button.online {
    padding: 0;
    font-size: 1.4rem;
   }
   header .in .buttons .head_button.online img {
    width: 2rem !important;
   }
   .fixed_buttons .head_button.online {
    gap: 0.5rem;
   }
   .fixed_buttons .head_button.online img {
    width: 1.8rem;
   }
}

/* --------------------------
footer
----------------------------- */
footer {
  /* background: var(--color-white); */
  padding: 5rem 0 6rem;
}
footer .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 10rem;
  max-width: 140rem;
  margin-top: 4rem;
  padding-top: 6rem;
  border-top: 1px solid #c8ccce;
}
footer .logo {
  width: 13rem;
  margin: 0 auto;
}
footer .in > .left {
  width: 51rem;
}
footer .in > .right {
  width: 79rem;
}
footer .in > .bottom {
  padding-top: 2rem;
  width: 100%;
  border-top: 1px solid #c8ccce;
}
footer .in > .bottom .copy {
  font-size: 1.2rem;
  font-family: var(--font-en);
  font-weight: var(--regular);
  opacity: 0.5;
}
footer .in > .right nav {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
footer .in > .right nav > a,
footer .in > .right nav dt,
footer .in > .right nav .list a {
  font-size: 1.5rem;
  font-weight: var(--bold);
  letter-spacing: 0;
}
footer .in > .right nav .list li + li {
  margin-top: 2.4rem;
}
footer .in > .right nav dd {
  margin-top: 2.2rem;
}
footer .in > .right nav dd a {
  font-size: 1.4rem;
  font-weight: var(--regular);
  letter-spacing: 0;
  padding-left: 1.5rem;
  background: url(../img/common/icon_arrow_nv.png) center left 0.2rem/0.4rem auto no-repeat;
}
footer .in > .right nav dd ul:not(.flex) li + li {
  margin-top: 2rem;
}
footer .in > .right nav dd ul.flex {
  gap: 2rem 0;
  flex-wrap: wrap;
  width: 38.5rem;
}
footer .in > .right nav dd ul.flex li:nth-of-type(odd) {
  width: 27rem;
}
footer .in > .right .banner_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 4rem 3rem 26rem;
  margin-top: 5rem;
  border: 1px solid #c8ccce;
  background: #f9f3f3;
}
footer .in > .right .banner_link .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 22rem;
  overflow: hidden;
}
footer .in > .right .banner_link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .in > .right .banner_link dt {
  font-size: 2.2rem;
  font-weight: var(--bold);
}
footer .in > .right .banner_link dd {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: var(--regular);
  letter-spacing: 0;
}
footer .in > .left .maps {
  margin-top: 5rem;
}
footer .in > .left .map {
  position: relative;
  height: 20rem;
  overflow: hidden;

  background: gray;
}
footer .in > .left .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .in > .left dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
  margin-top: 2rem;
}
footer .in > .left dt,
footer .in > .left dd {
  font-size: 1.3rem;
}
footer .in > .left dt {
  width: 6rem;
}
footer .in > .left dd {
  width: calc(100% - 6rem);
}
@media screen and (min-width: 768px) {
  footer a:hover {
    opacity: 0.68;
  }
}
@media screen and (max-width: 767px) {
  /* footer {
    display: none;
  } */
  footer {
    padding-bottom: 5rem;
  }
  footer .logo {
    width: 11rem;
  }
  footer .in {
    margin: 3rem 1rem 0;
    padding: 4.5rem 0 0;
  }
  footer .in > .left {
    width: 100%;
  }
  footer .in > .left .maps {
    margin-top: 6rem;
    padding: 0 1rem;
  }
  footer .in > .right {
    display: flex;
    flex-direction: column-reverse;
    gap: 6rem;
    width: 100%;
    padding: 0 1rem;
  }
  footer .in > .right nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 2rem;
    padding: 0 1rem;
  }
  footer .in > .right nav > a { 
    grid-area: 1 / 1 / 2 / 4; 
  }
  footer .in > .right nav dl:nth-of-type(1) { 
    grid-area: 2 / 1 / 3 / 2; 
    width: 11rem;
  }
  footer .in > .right nav dl:nth-of-type(2) { 
    grid-area: 3 / 1 / 4 / 4; 
    margin-top: 2rem;
  }
  footer .in > .right nav .list { 
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    grid-area: 2 / 2 / 3 / 4; 
  }
  footer .in > .right nav .list li {
    margin: 0 !important;
    width: calc(50% - 1.5rem);
  }
  footer .in > .right nav > a, footer .in > .right nav dt, footer .in > .right nav .list a {
    font-size: 1.4rem;
  }
  footer .in > .right nav dd a {
    font-size: 1.3rem;
    background-position: top .64rem left 0.2rem;
  }
  footer .in > .right nav dd ul.flex {
    width: 100%;
    gap: 1.5rem 2rem;
  }
  footer .in > .right nav dd ul.flex li:nth-of-type(odd) {
    width: 17rem;
  }
  footer .in > .right nav dd {
    margin-top: 1.8rem;
  }
  footer .in > .right nav dd ul:not(.flex) li + li {
    margin-top: 1.5rem;
  }
  footer .in > .right .banner_link {
    display: block;
    padding: 18rem 0 3rem;
    text-align: center;
    margin: 0;
  }
  footer .in > .right .banner_link .img {
    height: 16rem;
    width: 100%;
  }
  footer .in > .right .banner_link .button_line {
    margin: 2rem auto 0;
  }
  footer .in > .bottom {
    margin-top: 2rem;
  }
  footer .in > .bottom .copy {
    text-align: center;
  }
}

/* --------------------------
pager
----------------------------- */
.pager {
  margin-top: 7rem;
}
.pager .nav-links {
  display: flex;
  justify-content: center;
}
.pager .nav-links > * {
  font-family: var(--font-en);
  font-weight: var(--regular);
  font-size: 1.6rem;
  line-height: 1;
}
.pager .nav-links > * {
  position: relative;
  padding: 0 1.9rem;
  padding-top: 0.7rem;
  transition: .3s;
}
.pager .nav-links > *::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #e4e8ea;
}
.pager .nav-links > *.current::after {
  background: var(--color-pink);
}
.pager .nav-links > *.next span,
.pager .nav-links > *.prev span {
  display: none;
}
.pager .nav-links > *.next,
.pager .nav-links > *.prev {
  display: block;
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 100%;
  background: var(--color-gr);
}
.pager .nav-links > *.next::after,
.pager .nav-links > *.prev::after {
  bottom: -1rem;
}
.pager .nav-links > *.next::before,
.pager .nav-links > *.prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/icon_arrow_nv.png) center / 0.5rem no-repeat;
  z-index: 1;
}
.pager .nav-links > *.prev::before {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .pager .nav-links > *:not(.current):hover {
    opacity: 0.68;
  }
}










.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown img {
  transform: scale(1.1);
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
.anime.img_cr {
  z-index: 2;
  overflow: hidden;
}
.anime.img_cr::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.anime.img_cr.orange::after {
  background: #F7A544;
}
.anime.img_cr.blue::after {
  background: #648EF8;
}
.anime.img_cr.green::after {
  background: #79DD2A;
}
.anime.img_cr.red::after {
  background: #F77981;
}
.anime.active.img_cr::after {
  animation: img-cr .7s .5s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-cr {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideUp_tb {
  0% {
    opacity: 0;
    transform: translateY(2rem) rotate(90deg);
    transform-origin: top left;
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
    transform-origin: top left;
  }
}

