@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */ :root {
  --font-main: 'Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  /* FONT SITE */
  --txt: #000;
  /* COLOR TEXT */
  --mcolor: #000000;
  /* MAIN COLOR  */
  --scolor: #DE6EAB;
  /* SUB COLOR */
  /* CUSTOM COLOR */
  --pink: #B82173;
  --red: #f00;
  --pink-light: #E6A4C8;
  --f-rbt: 'Roboto', sans-serif;
  --f-nts: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
a {
/*  transition: all ease 0.3s;*/
  color: var(--scolor);
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}
/* RESET CHECK EMPTY */
/* img:not([alt]),
img[alt=''] {outline: 0 0 5px red;}
a[href=""],
a[href="#"],
a[href^="javascript:"],
a:not([href]) {background: red;} */
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff;
}
body {
  color: var(--txt);
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: var(--font-main);
}
table {
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
p, dd, dt, li, th, td, address {
  line-height: 2.1875em;
  letter-spacing: 0;
}
p {
  margin: 0 0 1.86em;
}
p:last-child {
  margin-bottom: 0
}
#wrapper {
  min-width: 1390px;
  overflow: hidden;
  margin: 0 auto
}
.inner {
  width: 1360px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
/*==========================================================
                      C U S T O M 
==========================================================*/
.fixed {
  position: fixed;
}
.posr {
  position: relative
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center
}
.left {
  text-align: left
}
.right {
  text-align: right
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: var(--red);
}
.txt_line {
  text-decoration: underline;
}
.m0a {
  display: block;
  margin: 0 auto;
}
.f_big {
  font-size: 150%;
}
.f_sm {
  font-size: 80%;
}
.mt0 {
  margin-top: 0 !important;
}
.sp375, .sp440 {
  display: none;
}
/*==========================================================
                       H E A D E R
==========================================================*/
header {
  background: #fff;
  border-bottom: 1px solid #E2E0E0;
	position: relative;
	z-index: 99;
}
.h_top {
  background: #E6A4C8;
  color: #fff;
  height: 30px;
}
.h_top .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.h_top_txt {
  margin: 0;
  font-size: 12px;
  padding: 3px 0;
}
.searchform {
  width: 370px;
  height: 44px;
  background: #E6A4C8;
  margin-bottom: -14px;
  padding: 10px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
	margin: 0;
	border: none!important;
}
.searchform>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchform label {
	display: none;
}
.searchform input[type="text"] {
  width: 314px;
  border: 1px solid #DCDCDC;
  background: #fff;
  font-size: 14px;
	height: auto;
  color: #A1A1A1;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 3px 10px;
	font-family: var(--font-main);
}
.h_top #searchform .submit_button:before {
	display: none;
}
.h_top #searchform .submit_button {
    height: auto;
    width: auto;
    top: 0;
    float: none;
}
.searchform input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]:-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.searchform input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.searchform input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]::-ms-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]::placeholder {
  color: #A1A1A1;
}
.searchform input[type="submit"] {
  background: url(/wp-content/themes/noel_tcd072-child/images/icon_search.svg) no-repeat center center;
  border: none;
  text-indent: -500000px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.3s;
}
.h_main {
  padding: 21px 0;
}
.h_main .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}



.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li:not(:first-child) {
  margin-left: 30px;
}
.gnavi > li > a, .gnavi > li > span {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 6px 0;
  transition: all 0.3s;
}
.gnavi > li.over:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e6a4c8 transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: 0;
}
.submenu {
  position: absolute;
  z-index: 5;
  width: 260px;
  left: calc(50% - 130px);
  margin-top: 10px;
  display: none;
}
.submenu a, .submenu span {
  display: block;
  background: #e6a4c8;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.3s;
}
.submenu.level2, .submenu.level3 {
  margin: 0;
  left: calc(-100% - 1px);
  top: 0;
}
.gnavi > li:last-child > .submenu {
  left: auto;
  right: 0;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
.mv {
  background: #F5F5F5;
  padding: 49px 0 37px;
}
.mv_slide_thumb .slick-slide {
  margin: 0 20px;
  width: 70px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
}
.mv_slide_thumb .slick-track {
  display: flex;
  justify-content: center;
  transform: none !important;
  width: 100% !important;
}
.mv_slide.slick-initialized .slick-slide {
  margin: 0 25px;
}
.mv_slide.slick-initialized{
  opacity: 1;
}
.mv_slide .slick-arrow {
  position: absolute;
}
.mv_custom .prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17px 10px 0;
  border-color: transparent #e6a4c8 transparent transparent;
}
.mv_custom .next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #e6a4c8;
}
.mv_custom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_arr {
  cursor: pointer;
  transition: all 0.3s;
  margin: 0;
}
.mv_item a {
  display: block;
  line-height: 0;
  transition: all 0.3s;
}
.mv_slide {
  opacity: 0; 
  transition: opacity .3s linear; 
  margin: 0 0 37px;
}
.mv_slide_thumb {
  margin: 0 20px;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* use private */
/*==================== SEC01 ===================*/
.sec01 {
  position: relative;
}
.idx_txt_en {
  margin: 0;
  position: absolute;
  font-size: 133px;
  color: #E6A4C8;
  opacity: 0.14;
  letter-spacing: 0.095em;
  line-height: 1em;
  font-family: var(--f-rbt);
  font-weight: 300;
  left: 0;
  top: -12px;
  pointer-events: none;
	white-space: nowrap;
}
.sec01_main {
  max-width: 1075px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 62px 0 57px;
}
.sec01_ttl {
  flex-shrink: 0;
  padding-top: 9px;
}
.sec01_h3 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
  margin: 0 0 37px;
}
.sec01_h3:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 6px;
  background: #E6A4C8;
  left: 0;
  top: 20px;
}
.sec01_news {
  width: 790px;
  max-height: 118px;
  overflow: auto;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-color: #EF9AC9 #F5F5F5;
  scrollbar-color: #EF9AC9 #F5F5F5 !important;
  scrollbar-width: thin !important;
}
.sec01_news::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.sec01_news::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.sec01_news::-webkit-scrollbar-thumb {
  background-color: #EF9AC9;
}
.sec01_btn a {
  display: inline-flex;
  text-decoration: none;
  font-size: 13px;
  width: 110px;
  border: 1px solid #B8B8B8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 1.5em;
  padding: 3px 0 2px 10px;
  position: relative;
  background: url("/wp-content/themes/noel_tcd072-child/images/idx_arr.svg") no-repeat left 10px center;
  transition: all 0.3s;
}
.sec01_news li {
  border-bottom: 1px solid #B8B8B8;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px 0;
}
.sec01_news li .date {
  flex-shrink: 0;
  width: 95px;
}
.sec01_news li a {
  text-decoration: none;
  color: #000;
  max-width: calc(100% - 95px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec01_info {
  background: rgb(230 164 200 / 13%);
  padding: 27px 25px 25px;
  border-radius: 10px;
}
.sec01_info:not(:last-child) {
	margin-bottom: 40px;
}
.sec01_info_txt {
  text-align: center;
  font-size: 15px;
  line-height: 2em;
  margin: 0 0 23px;
}
.idx_clr01 {
  color: var(--scolor);
}
.sec01_info_txt .idx_clr01 {
  font-weight: bold;
}
.sec01_list {
  background: #fff;
  border-radius: 10px;
  padding: 20px 44px;
}
.sec01_list li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 10px;
	line-height: 1.875em;
}
.sec01_list li:last-child {
  margin-bottom: 0;
}
.sec01_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #E6A4C8;
  border: 1px solid #B82173;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
/*==================== SEC02 ===================*/
.sec02 {
  padding: 65px 0 50px;
  position: relative;
}
.sec02:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 440px;
  background: #FEEFF7;
  bottom: 0;
  right: calc(50% + 460px);
  z-index: -2;
  pointer-events: none;
}
.sec02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec02_img {
  flex-shrink: 0;
  text-align: center;
  margin: 0 -85px 0 0;
}
.sec02_main {
  width: 755px;
  background: #fff;
  padding: 60px 32px 10px 61px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.idx_h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.54em;
  letter-spacing: 0.05em;
  margin: 0 0 27px;
}
.sec02_main_txt {
  margin: 0 0 36px;
}
.idx_btn {
  margin: 0;
}
.idx_btn a {
  display: flex;
  width: 350px;
  background: #E6A4C8;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 300px;
  transition: all 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.idx_btn a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
  right: 15px;
  top: calc(50% - 3px);
}
.sec02 .idx_txt_en {
  left: auto;
  right: -18px;
  bottom: 67px;
  top: auto;
	z-index: 3;
}
/*==================== SEC03 ===================*/
.sec03 {
  padding: 101px 0 68px;
  position: relative;
}
.sec03:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #FEEFF7;
  bottom: 0;
  left: 0;
  height: 240px;
  z-index: -4;
  pointer-events: none;
}
.sec03:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #FEEFF7;
  bottom: 143px;
  left: 50%;
  height: 200px;
  z-index: -4;
  pointer-events: none;
  border-radius: 50%;
  min-width: 1920px;
  transform: translateX(-50%);
}
.sec03_top {
  display: flex;
  align-items: center;
  margin: 0 0 9px;
}
.sec03_top .idx_h3 {
  flex-shrink: 0;
  margin: 0 91px 0 0;
  font-size: 35px;
  line-height: 1.43em;
}
.idx_dot > span {
  position: relative;
}
.idx_dot > span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--scolor);
  border-radius: 50%;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03_txt {
  max-width: 630px;
  margin-top: 7px;
}
.sec03_list {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.sec03_list:after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/noel_tcd072-child/images/idx_sec03_line.svg) no-repeat center center;
  width: 100%;
  height: 83px;
  left: -10px;
  z-index: -3;
  top: 352px;
  pointer-events: none;
}
.sec03_item .idx_btn a {
  width: 100%;
  max-width: 226px;
}
.sec03_item .idx_btn a:not(:last-child) {
  margin-bottom: 10px;
}
.sec03_itm_ttl {
  display: flex;
  justify-content: center;
  margin: 0 0 -46px;
}
.sec03_itm_ttl .item {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  line-height: 1.45em;
  color: #1A1311;
  padding: 5px 0 0;
  position: relative;
}
.sec03_itm_ttl .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
  pointer-events: none;
  left: 0;
  background: #FAEF5B;
  border-radius: 50%;
}
.sec03_itm_ttl .item:not(:last-child) {
  margin-right: -19px;
  position: relative;
}
.sec03_item:nth-child(1) .sec03_itm_ttl .item:first-child {
  letter-spacing: -0.05em;
}
.sec03_item:nth-child(1) .sec03_itm_ttl .item:last-child {
  margin-top: -4px;
  padding: 0 0 5px;
}
.sec03_itm_img {
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.sec03_item:nth-child(1) {
  margin-top: 34px;
}
.sec03_item:nth-child(1) .sec03_itm_img {
  text-align: left;
  padding-left: 10px;
}
.sec03_item:nth-child(1) .idx_btn {
  padding-left: 10px;
}
.sec03_item:nth-child(2) {
  margin: 70px 0 0 0;
}
.sec03_item:nth-child(2) .sec03_itm_ttl {
  margin-bottom: -32px;
  padding-left: 20px;
}
.sec03_item:nth-child(3) {
  margin: 0 0 0 17px;
}
.sec03_item:nth-child(3) .sec03_itm_ttl .item:last-child {
  margin: 30px 0 0 -11px;
}
.sec03_item:nth-child(3) .sec03_itm_ttl .item {
  padding: 0px 0px 4px 4px;
}
.sec03_item:nth-child(3) .sec03_itm_ttl {
  margin-bottom: -50px;
}
.sec03_item:nth-child(3) .sec03_itm_img {
  padding-left: 12px;
}
.sec03_item:nth-child(3) .idx_btn {
  padding-left: 28px;
}
.sec03_item:nth-child(4) {
  margin: 40px 0 0 32px;
}
.sec03_item:nth-child(4) .sec03_itm_ttl {
  margin-bottom: -35px;
}
.sec03_item:nth-child(4) .sec03_itm_img {
  margin-left: -2px;
}
.sec03_item:nth-child(4) .sec03_itm_ttl .item {
  padding: 0 0 7px 6px;
}
.sec03_item:nth-child(5) {
  margin: 15px 6px 0 auto;
}
.sec03_item:nth-child(5) .sec03_itm_ttl .item {
  padding: 0 0 0 4px;
}
.sec03_item:nth-child(5) .sec03_itm_ttl {
  margin-bottom: -27px;
}
.sec03_item:nth-child(5) .sec03_itm_img {
  padding-right: 4px;
}
/*==================== SEC04 ===================*/
.sec04 {
  padding: 76px 0 100px;
}
.sec04 .idx_h3 {
  text-align: center;
  font-size: 35px;
  line-height: 1.15em;
  position: relative;
  margin-bottom: 48px;
  padding: 0 0 26px;
}
.sec04 .idx_h3:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background: #DBDBDB;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec04_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec04_item.itm01 {
  width: 640px;
  max-width: calc(50% - 25px);
}
.sec04_top_right {
  width: 640px;
  max-width: calc(50% - 25px);
}
.sec04_item > a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.sec04_item.itm01 > a {
  height: 370px;
  padding: 25px 41px 15px;
}
.sec04_itm_img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.sec04_itm_img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 10px solid #fff;
}
.sec04_itm_img img {
  flex-shrink: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.itm01 .sec04_itm_img img {
  position: absolute;
  bottom: -14%;
  height: auto;
  width: 131%;
  max-width: none;
  left: 0;
}
.itm01 .sec04_itm_img:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 80px;
  background: #E6A4C8;
  opacity: 0.33;
  left: 10px;
  bottom: 10px;
  z-index: 2;
}
.sec04_itm01_note {
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  background: #fff;
  border-radius: 20px;
  padding: 1px 27px;
  margin: 0 0 12px 16px;
}
.sec04_itm01_ttl {
  font-size: 23px;
  color: var(--scolor);
  font-weight: 700;
  letter-spacing: 0.56em;
  line-height: 1em;
  margin: 0 0 3px 17px;
}
.sec04_itm01_ttl .lager {
  display: block;
  font-size: 103px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0 0 0 -8px;
}
.sec04_itm01_list {
  display: flex;
}
.sec04_itm01_list li {
  width: 134px;
  height: 134px;
  border: 1px solid var(--scolor);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.14em;
  margin-right: 25px;
  padding: 0 6px 19px 0;
}
.sec04_itm01_list li:nth-child(2) {
  padding: 0 8px 5px 0;
}
.sec04_itm01_list li:last-child {
  margin-right: 0;
  padding: 0 1px 19px 0;
}
.sec04_itm01_list .lager {
  display: block;
  color: var(--scolor);
  font-size: 286.67%;
  line-height: 1em;
  margin-left: 6px;
}
.sec04_itm01_list .small {
  display: block;
  font-size: 73.33%;
  text-align: right;
  max-width: 86px;
  margin-bottom: -3px;
  font-weight: 400;
}
.sec04_itm01_list li:nth-child(2) .small {
  max-width: 92%;
}
.sec04_itm01_list li:nth-child(3) .small {
  max-width: 93%;
}
.sec04_itm01_list .unit {
  font-size: 54.76%;
  display: inline-block;
  margin-left: 5px;
}
.sec04_itm01_list li:nth-child(2) .lager {
  letter-spacing: -0.09em;
}
.sec04_itm01_txt {
  counter-reset: note;
  margin-top: 9px;
}
.sec04_itm01_txt li {
  position: relative;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 1.5em;
}
.sec04_itm01_txt li:before {
  position: relative;
  counter-increment: note;
  content: "※"counter(note);
  left: 0;
  top: 0;
  display: inline-block;
  margin-right: 13px;
}
.sec04_itm01_txt li:last-child {
  margin-bottom: 0;
}
.sec04_item.itm02 a {
  height: 175px;
  text-align: center;
  padding: 30px 10px 10px;
}
.sec04_itm02_txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  margin: 0;
  background: rgb(230 164 200 / 22%);
  font-size: 17px;
  font-weight: 500;
  padding: 3px 10px 4px 26px;
  letter-spacing: 0.05em;
}
.sec04_itm02_note {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 600;
  color: #2A1800;
  font-family: var(--f-nts);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04_itm02_note:before, .sec04_itm02_note:after {
  content: '';
  position: relative;
  display: inline-block;
  background: #707070;
  width: 55px;
  height: 1px;
}
.sec04_itm02_note > span {
  margin: 0 30px;
}
.sec04_itm02_ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
}
.sec04_itm02_ttl .lager {
  color: #B82173;
  font-size: 194.44%;
  font-family: var(--f-nts);
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0 15px 0 -2px;
  display: inline-block;
  vertical-align: sub;
}
.sec04_top_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sec04_top_row .sec04_item {
  width: 310px;
	max-width: 49%;
}
.sec04_top_row .sec04_item a {
  height: 175px;
}
.sec04_itm_ttl {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 9px 5px 8px;
	line-height: 1.5em;
}
.sec04_itm_ttl .small {
  font-size: 66.67%;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.sec04_top_row .sec04_item:nth-child(2) .sec04_itm_ttl .small {
  margin: 0 16px 0 -8px;
}
.itm04 .sec04_itm_img img {
  position: relative;
  top: 2px;
}
.itm05 .sec04_itm_img img {
  position: relative;
  top: -19px;
}
.sec04_main {
  border-top: 1px solid #DBDBDB;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}
.sec04_main_bnr {
  width: 666px;
  border-right: 1px solid #DBDBDB;
  padding-right: 25px;
  max-width: 50%;
}
.sec04_main_right {
  width: 640px;
  max-width: calc(50% - 25px);
}
.sec04_main_bnr a {
  display: flex;
  text-decoration: none;
  color: #000;
  height: 110px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  border: 10px solid #fff;
  background: url("/wp-content/themes/noel_tcd072-child/images/idx_sec04_img06.webp") no-repeat right center/320px auto #fff;
  padding: 20px 21px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sec04_main_bnr li:nth-child(1) a {
  background: url("/wp-content/themes/noel_tcd072-child/images/idx_sec04_img05.webp") no-repeat top -144px center/cover;
  border: 5px solid #fff;
  justify-content: center;
  font-weight: 400;
}
.sec04_main_bnr .ttl {
  width: 540px;
  height: 60px;
  background: rgba(255, 255, 255, 0.91);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
}
.sec04_main_bnr .ttl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EFC4DB;
  top: -3px;
  left: -3px;
  opacity: 0.91;
  pointer-events: none;
}
.sec04_main_bnr .ttl .idx_dot span:before {
  width: 4px;
  height: 4px;
  background: #000000;
}
.sec04_main_bnr .ttl .lager {
  font-size: 144.44%;
  color: var(--scolor);
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0 5px;
}
.sec04_main_bnr li:nth-child(2) a {
  padding-bottom: 9px;
}
.sec04_main_bnr li:not(:last-child) {
  margin-bottom: 20px;
}
.sec04_main_bnr .small {
  display: block;
  font-weight: 400;
  font-size: 70%;
  letter-spacing: 0.05em;
  margin: -8px 0 -5px;
}
.sec04_main_bnr li:not(:first-child) a:before {
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  border-top: 1px solid #DE6EAB;
  border-left: 1px solid #DE6EAB;
  pointer-events: none;
}
.sec04_main_bnr li:nth-child(3) a {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec04_img07.webp");
}
.sec04_main_right .sec04_top_row {
  margin: 0 0 21px;
	flex-wrap: wrap;
}
.itm07 .sec04_itm_img img {
  position: relative;
  top: -20px;
}
.sec04_itm03_img {
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}
.sec04_itm03_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #fff;
  pointer-events: none;
}
.sec04_itm03_img img {
  flex-shrink: 0;
  object-fit: cover;
}
.sec04_item.itm03 a {
  height: 110px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.sec04_itm03_ttl {
  margin: 6px 0 0;
  width: 50%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sec04_itm03_txt {
  margin: 0;
  width: 50%;
  background: rgb(230 164 200 / 22%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  padding: 5px 35px;
}
.sec04_itm03_txt .item {
  width: 106px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 2px;
	max-width: 50%;
}
.sec04_itm03_txt .item:nth-child(2n) {
  width: 123px;
}
.sec04_main_right .sec04_itm_img:after {
  border-width: 5px;
}
.sec04_main_right .sec04_top_row .sec04_item:nth-child(2) .sec04_itm_ttl .small {
  margin: 0 10px 0 6px;
}
/*==================== SEC05 ===================*/
.sec05_bg {
  background: url("/wp-content/themes/noel_tcd072-child/images/idx_sec05_bg.webp") no-repeat center center/cover;
  background-attachment: fixed;
  height: 550px;
  width: 100%;
  margin-bottom: 88px;
}
.sec05 .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.sec05_info {
  flex-shrink: 0;
  width: 390px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
	margin-left: 57px;
}
.sec05_info:after {
  content: '';
  position: absolute;
  background: #FEEFF7;
  width: 500px;
  height: 440px;
  z-index: -1;
  pointer-events: none;
  left: 185px;
  top: -100px;
}
.sec05_main {
  width: 883px;
}
.sec05 .idx_h3 {
  font-size: 35px;
  line-height: 1.43em;
  margin-bottom: 35px;
}
.sec05 .idx_h3 .small {
  display: block;
  font-size: 51.42%;
  margin: 0 0 7px;
}
.sec05_main_txt {
  margin-bottom: 58px;
}
.sec05_info_name {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.sec05_info_name .lager {
  color: #B82173;
  font-size: 160%;
  font-family: var(--f-nts);
  display: inline-block;
  margin: 0 -4px 0 15px;
  letter-spacing: 0.075em;
}
.sec05_info_name .en {
    display: block;
    text-align: right;
    margin: -26px 22px 0 0;
}
.sec05_info_img {
  margin: 0 0 -20px;
}
.sec05_main_txt p {
  letter-spacing: -0.06em;
	line-height: 2em;
}
/*==================== SEC06 ===================*/
.sec06 {
  border-top: 1px solid #D1D1D1;
  background: #F5F5F5;
  position: relative;
  z-index: 2;
  margin-top: 141px;
  padding: 69px 0 62px;
}
.idx_h3_style02 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 713px;
  margin: 0 auto 18px;
}
.idx_h3_style02:before, .idx_h3_style02:after {
  content: '';
  position: relative;
  background: #C8C8C8;
  width: 232px;
  height: 1px;
  display: inline-block;
}
.sec06_txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 27px;
  line-height: 1.67em;
}
.sec06_item a {
  height: 100px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 15px 12px 12px;
  line-height: 1.57em;
  transition: all 0.3s;
}
.sec06_item a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon01.svg") no-repeat center center;
  width: 71px;
  height: 71px;
  margin: 0 4px 0 0;
}
.sec06_item a:after {
  content: '';
  position: absolute;
  width: 63px;
  height: 100%;
  left: 0;
  top: 0;
  background: #E6A4C8;
  opacity: 0.16;
  pointer-events: none;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.sec06_item.itm02 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon02.svg");
}
.sec06_item.itm03 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon03.svg");
}
.sec06_item.itm04 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon04.svg");
}
.sec06_item.itm05 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon05.svg");
}
.sec06_item.itm06 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon06.svg");
}
.sec06_item.itm07 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec06_icon07.svg");
}
.sec06_item.itm08 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec08_icon01.svg");
}
.sec06_item.itm09 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec08_icon02.svg");
}
.sec06_item.itm10 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec08_icon03.svg");
}
.sec06_item.itm11 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec08_icon04.svg");
}
.sec06_item.itm13 a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec08_icon05.svg");
}
.idx_column .slick-arrow {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  top: 20px;
  text-indent: -50000px;
  transition: all 0.3s;
}
.idx_column .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.idx_column .slick-prev {
  left: 0;
}
.idx_column .slick-next {
  right: 0;
}
.idx_column .slick-arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #e6a4c8 transparent transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.idx_column .slick-next:before {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e6a4c8;
}
.sec06_list .slick-dots button {
  width: 11px;
  height: 11px;
  background: #DBDBDB;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-indent: -500000px;
}
.sec06_list .slick-dots li {
  margin: 0 5px;
  line-height: 0;
}
.sec06_list .slick-dots li.slick-active button {
  background: #E6A4C8;
}
.idx_column {
  margin: 0 -24px;
  padding: 0 10px;
}
.sec06 .idx_txt_en {
  color: #BCBCBC;
}
.sec06.mt0 {
    border-top: none;
}
/*==================== SEC07 ===================*/
.sec07 {
    background: #FCF5F9;
    border-top: 1px solid #E6A4C8;
    padding: 70px 0 58px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #E6A4C8;
}
.sec07 .idx_txt_en {
    opacity: 0.23;
}
.sec07_txt {
  max-width: 713px;
  margin: 0 auto 20px;
  font-size: 15px;
  line-height: 1.67em;
}
.idx_column.slick-initialized .slick-slide {
  margin: 0 20px;
}
.sec07_item a {
  text-decoration: none;
  color: #000;


  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding: 9px;
  line-height: 1.57em;
  transition: all 0.3s;
  display: block;
  height: 100%;
}
.sec07_itm_img {
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
}
.sec07_itm_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sec07_itm_cate {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  background: #E68B3B;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  margin: 0 5px 4px;
}
.sec07_itm_ttl {
  font-weight: 500;
  margin: 0 5px;
  line-height: 1.5em;
}
.sec07_list .slick-arrow {
  top: calc(50% - 30px);
}
.sec07_list .slick-track {
  display: flex;
}
.sec07_list.slick-initialized .slick-slide {
  height: auto;
}
.sec07_list.slick-initialized .slick-slide div {
  height: 100%;
}
.cate_infertility {
  background: #b07697;
}
.cate_prenatal {
  background: #55b2db;
}
.cate_chromosome {
  background: #3d8b55;
}
.cate_corona {
  background: #aa1f1d;
}
.cate_abortion {
  background: #79889a;
}
.cate_miscarriage {
  background: #150ad1;
}
.cate_pregnancy {
  background: #f56141;
}
.cate_conceive {
  background: #d46f93;
}
.cate_marriage {
  background: #ff8c00;
}
.cate_oocyte {
  background: #872de6;
}
.cate_bleeding {
  background: #dc002e;
}
.cate_autism {
  background: #5082b6;
}
.cate_cancer {
  background: #dc002e;
}
.sec07_btn {
  text-align: center;
  margin-top: 43px;
}
.sec07_btn a {
  display: inline-block;
  width: 300px;
  background: #fff;
  color: #000;
  border: 1px solid #CCCCCC;
  border-radius: 40px;
  text-decoration: none;
  font-size: 15px;
  padding: 4px 10px;
  position: relative;
  transition: all 0.3s;
}
.sec07_btn a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #de6eab;
  right: 15px;
  top: calc(50% - 3px);
  transition: all 0.3s;
}
/*==================== SEC09 ===================*/
.sec09 {
  border-top: 1px solid #D1D1D1;
}
.sec09_list {
  display: flex;
	max-width: 2000px;
	margin: 0 auto;
}
.sec09_item {
  width: 50%;
  position: relative;
  height: 446px;
  background: url(/wp-content/themes/noel_tcd072-child/images/idx_sec09_img01.webp) no-repeat left center/auto 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 29px;
  padding-bottom: 36px;
}
.sec09_item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 420px;
  background: #DBDBDB;
  right: 0;
  bottom: -5px;
}
.sec09_item:nth-child(2) {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/idx_sec09_img02.webp");
  background-position: right center;
  justify-content: flex-start;
}
.sec09_itm_main {
  width: 665px;
  background: rgba(255, 255, 255, 0.95);
  padding: 75px 65px 73px;
  max-width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec09_itm_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #DE6EAB;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
.sec09_itm_txt {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 43px;
}
.sec09_itm_btn {
  margin: auto 0 0;
  text-align: center;
}
.sec09_itm_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  color: #fff!important;
  width: 350px;
  text-decoration: none;
  font-weight: 500;
  height: 50px;
  border-radius: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.sec09_itm_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}
.sec09_item:nth-child(2) .sec09_itm_btn a {
  border: 2px solid var(--scolor);
  background: #fff;
  color: var(--scolor)!important;
}
.sec09_item:nth-child(2) .sec09_itm_btn a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_login.svg");
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  border-top: 5px solid #EF9AC9;
}
.ft_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ft_top_left {
  width: 430px;
}
.ft_top_right {
  width: 801px;
  max-width: 60%;
}
.ft_top_logo {
  text-align: center;
  margin: -1px 0 31px 10px;
}
.ft_top_add {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 37px;
}
.ft_top_time {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: -0.01em;
}
.ft_top {
  padding: 71px 0 67px;
}
.idx_clr02 {
  color: #B82173;
}
.ft_top_time a {
  color: #B82173;
  text-decoration: none;
}
.ft_top_calendar {
  margin-bottom: 18px;
}
.ft_top_map iframe {
  width: 100%;
  height: 365px;
}
.ft_top_txt li {
  font-size: 13px;
  position: relative;
  padding-left: 35px;
  margin: 0 0 11px;
}
.ft_top_txt li:last-child {
  margin-bottom: 0;
}
.ft_top_txt li:before {
  content: '';
  position: absolute;
  background: url("/wp-content/themes/noel_tcd072-child/images/ft_icon.svg") no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  left: 0;
  top: -1px;
}
.ft_top_map {
  margin: 0 0 13px;
}
address {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #B8B8B8;
  padding: 23px 0 32px;
}
/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 11;
  bottom: 70px;
  right: 20px;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}
.to_top a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.to_top a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #e6a4c8 transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed_pc {
  position: fixed;
  right: 0;
  top: 156px;
  z-index: 4;
}
.fixed_pc a {
  margin: 0 0 0 auto;
  display: flex;
  width: 60px;
  height: 160px;
  background: #DE6EAB;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}
.fixed_pc .txt {
    display: block;
    width: 12px;
    text-align: center;
    line-height: 1.23em;
    word-break: break-word;
}
.fixed_pc a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin: -11px 0 11px;
}
.fixed_pc li:nth-child(2) a:before {
  background-image: url(/wp-content/themes/noel_tcd072-child/images/icon_login.svg);
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-bottom: 6px;
}
.fixed_pc li:nth-child(3) a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_tel.svg");
  width: 18px;
  height: 22px;
  margin: -11px 0 5px;
}
.fixed_pc li:nth-child(4) a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_line.svg");
  width:20px;
  height: 20px;
  margin: -4px 0 3px;
}
.fixed_pc li:nth-child(2) a {
  background: #fff;
  color: #000;
}
.fixed_pc li:nth-child(3) a {
  background: #B82173;
}
.fixed_pc li:nth-child(4) a {
  background: #F5F5F5;
	border: 1px solid #06C755;
	color: #000;
}
.fixed_pc li:nth-child(4) a .txt {
	line-height: 1em;
}
.fixed_pc .info {
  position: absolute;
  background: #B82173;
  width: 220px;
  height: 160px;
  right: -220px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.15em;
  z-index: 4;
  transition: all 0.3s;
}
.fixed_pc .num {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  margin: -2px 0 20px;
}
.fixed_pc .num:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_tel.svg") no-repeat center center/100% auto;
  width: 18px;
  height: 22px;
  margin-right: 10px;
  top: 3px;
}
.fixed_pc li:hover {
  width: 220px;
}
.fixed_pc li:hover .info {
  right: 0;
}
/*==========================================================
                        U N D E R
==========================================================*/
/*==========================================================
                        C U S T O M
==========================================================*/
.under main .image_l {
  float: left;
  margin: 0 33px 0 0
}
.under main .image_r {
  float: right;
  margin: 0 0 0 33px
}
/* MB */
.under main .mb10 {
  margin-bottom: 10px
}
.under main .mb20 {
  margin-bottom: 20px
}
.under main .mb30 {
  margin-bottom: 30px
}
.under main .mb40 {
  margin-bottom: 40px
}
.under main .mb50 {
  margin-bottom: 50px
}
.under main .mb60 {
  margin-bottom: 60px
}
/* MT */
.under main .mt10 {
  margin-top: 10px
}
.under main .mt20 {
  margin-top: 20px
}
.under main .mt30 {
  margin-top: 30px
}
.under main .mt40 {
  margin-top: 40px
}
.under main .mt50 {
  margin-top: 50px
}
.under main .mt60 {
  margin-top: 60px
}
/*==========================================================
                        H E A D I N G
==========================================================*/
#top_info {
  height: 174px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  text-align: center;
}
#top_info h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
#top_info h2:after {
	display: none!important;
}
#topic_path li {
    font-size: 12px;
	display: inline;
}
#topic_path ul li:not(:last-child):after {
    content: '＞';
    position: relative;
    display: inline-block;
    margin: 0 10px 0 13px;
}
#topic_path {
  padding: 10px 0;
  margin-bottom: 24px;
}
#topic_path .inner {
    width: 100%;
    max-width: 1030px;
}
.under #content {
  margin-bottom: 100px;
}
.under main h1:not([class]) {
    border-bottom: double 4px var(--scolor);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    padding: 0 20px 10px;
    width: fit-content;
    margin: 0 auto 100px;
}
.under main h2:not([class]) {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 15px;
}
.under main h2:not([class]):after {
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  background: #B82173;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.under .inner_under h3 {
    font-size: 19px;
    font-weight: 500;
    color: var(--txt);
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    background: rgba(230,164,200,0.13);
    padding: 11px 29px;
    border-radius: 10px;
}
.under .inner_under h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    padding: 0 0 0 25px;
    position: relative;
}
.under .inner_under h4:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--scolor);
    left: 0;
    top: 8px;
    border-radius: 3px;
}
.under .inner_under h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: var(--pink);
}
.under .section:not(:last-child) {
  padding-bottom: 60px;
}
.under table:not(.nipt_tbl) th {
  background: transparent;
  text-align: center;
  color: #333;
	font-weight: 500;
}
.under table:not(.nipt_tbl) td, .under table:not(.nipt_tbl) th {
  padding: 0.5em;
	border: none;
	position: relative;
	background: #fff;
}
.under table tr:nth-of-type(2n) td, .under table tr:nth-of-type(2n) th {
  background: #FFF9FC;
}
.under table:not(.nipt_tbl) td:not(:last-child):after, .under table:not(.nipt_tbl) th:not(:last-child):after, .under table:not(.nipt_tbl) td.border_right:after {
	content: '';
	position: absolute;
	height: calc(100% - 20px);
	width: 1px;
	background: #C2C2C2;
	top: 10px;
	right: 0;
}
.under table:not(.nipt_tbl) td:before, .under table:not(.nipt_tbl) th:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #C2C2C2;
	left: 0;
	bottom: 0;
}
.under table:not(:last-child), .list01:not(:last-child), .tb_scroll:not(:last-child), .tb_scroll_w800:not(:last-child).tb_scroll_w700:not(:last-child).tb_scroll_w600:not(:last-child).tb_scroll_w500:not(:last-child) {
  margin-bottom: 30px;
}
.under table.td_top td {
  vertical-align: top;
}
.tb_fixed {
  table-layout: fixed;
}
.list01 li {
    position: relative;
    padding-left: 22px;
    margin: 0 0 10px;
    line-height: 1.6em;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--pink-light);
  border: 1px solid #B82173;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.news_list {

  display: flex;
  flex-wrap: wrap;
}
.news_item {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
.news_item:nth-child(3n) {
  margin-right: 0;
}
.news_item a {
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  transition: all 0.3s;
	height: 100%;
}
.news_item .ttl {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin: 20px 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7em;
}
.news_item .img {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background: #fbfbfb;
}
.news_item .img img {
  flex-shrink: 0;
  max-height: 100%;
}
.news_pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news_pagination li> span, .news_pagination li> a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #DBDBDB;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  transition: all 0.3s;
}
.news_pagination .next, .news_pagination .prev {
    padding-bottom: 3px;
}
.news_pagination li> span:not(.dots) {
  background: var(--pink-light);
  color: #fff;
}
.news_back a {
  display: flex;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border: 1px solid #B8B8B8;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 1.5em;
  padding: 12px 10px;
  transition: all 0.3s;
}
.news_detail_img img {
  max-height: 500px;
}
.under_search {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.under_search > div {
  display: flex;
  justify-content: center;
}
.under_search label {
	display: none;
}
.under_search input[type="text"] {
  width: 500px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.under_search input[type="submit"] {
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_search.svg") no-repeat center center #e1a4c9;
  border: none;
  width: 50px;
  text-indent: -5000000px;
  cursor: pointer;
  transition: all 0.3s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-shrink: 0;
}
/*==========================================================
                      P A G E N I P T
==========================================================*/
.nipt #content {
	margin: 0;
}
.nipt #top_info {
	height: auto;
	display: block;
	background: none;
}
.nipt #top_info:before {
	content: '';
	position: relative;
	display: block;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_mv.webp") no-repeat top calc(50% + 49px) center/cover;
	height: 510px;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.nipt #top_info .nipt_top_h1 {
	font-size: 35px;
	color: #B82173;
	font-family: var(--f-nts);
	font-weight: 400;
	position: relative;
	margin-top: -105px;
	letter-spacing: 0;
}
.nipt #top_info .nipt_top_h1 .lager {
	display: block;
	color: #000;
	font-size: 140%;
	line-height: 1.39em;
	margin: 0 0 21px;
}
.nipt_sec01_txt {
    text-align: center;
    margin: 0 auto 44px;
    max-width: 860px;
}
.nipt_sec01 {
    padding: 35px 0 0;
	position: relative;
}
.nipt_sec01:before, .nipt_sec01:after {
	content: '';
	position: absolute;
	z-index: -2;
	pointer-events: none;
}
.nipt_sec01:before {
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_circle.webp") no-repeat center center/100% auto;
	width: 611px;
	height: 611px;
	right: 50%;
	top: -400px;
}
.nipt_sec01:after{
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_circle02.webp") no-repeat center center/100% auto;
	width: 460px;
	height: 460px;
	left: 50%;
	top: 100px;
}
.nipt_sec01_txt p {
    font-weight: 500;
	line-height: 1.875em;
}
.nipt_sec01_ttl {
    text-align: center;
    font-size: 25px;
	font-family: var(--f-nts);
	margin-bottom: 54px;
}
.nipt_sec01_note {
    text-align: center;
}
.nipt_sec01_main {
	position: relative;
	padding-bottom: 72px;
}
.nipt_sec01_main:before, .nipt_sec01_main:after, .nipt_sec01_txt:before, .nipt_sec01_txt:after {
	content: '';
	position: absolute;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon01.svg") no-repeat center center/100% auto;
	width: 176px;
	height: 195px;
	pointer-events: none;
}
.nipt_sec01_main:before {
	right: calc(50% + 450px);
	top: -155px;
}
.nipt_sec01_main:after {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon02.svg");
	width: 118px;
	height: 216px;
	right: calc(50% + 480px);
	top: 149px;
}
.nipt_sec01_txt:before {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon03.svg");
	width: 76px;
	height: 230px;
	left: calc(50% + 490px);
	top: -17px;
}
.nipt_sec01_txt:after {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon04.svg");
	width: 161px;
	height: 148px;
	left: calc(50% + 454px);
	bottom: 33px;
}
.nipt_sec01 .sec01_info {
	position: relative;
	z-index: 2;
}
.nipt_sec02 {
    position: relative;
    background: #F9F4F7;
    margin-top: 12px;
    padding: 133px 0 100px;
}
.nipt_sec02:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	top: -65px;
	background: #fff;
	border-radius: 50%;
	pointer-events: none;
}
.nipt_sec02_top {
    display: flex;
    align-items: center;
	margin-bottom: 50px;
}
.nipt_sec02_top_main {
    width: 66%;
    flex-shrink: 0;
    max-width: 875px;
    margin: -8px 0 0 50px;
}
.nipt_sec02_top_img {
    margin: 0 0 0 -295px;
    flex-shrink: 0;
    width: 700px;
    height: 360px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nipt_sec02_top_img img {
    flex-shrink: 0;
    position: relative;
    object-fit: cover;
    max-width: none;
    width: 105%;
    top: 68px;
    left: 17px;
}
.nipt .nipt_sec h2 {
    color: #DE6EAB;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 15px;
	letter-spacing: 0;
}
.nipt h2:after {
	display: none;
}
.nipt_sec02_top_main p {
    line-height: 2.1875em;
	letter-spacing: -0.01em;
}
.nipt_sec02_main {
    background: #fff;
    position: relative;
    padding: 47px 49px 50px 39px;
    z-index: 2;
    max-width: 1300px;
    margin: 0 0 0 20px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.nipt_sec02_main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #DE6EAB;
	top: -10px;
	left: -10px;
	pointer-events: none;
}
.nipt_sec02_main:not(:last-child) {
	margin-bottom: 60px;
}
.nipt .nipt_sec02_frame_main h2 {
    margin-bottom: 20px;
}
.nipt_sec02_frame_col {
    display: flex;
    align-items: flex-start;
	margin-bottom: 20px;
}
.nipt_sec02_frame_left {
    width: 55%;
    max-width: 660px;
    flex-shrink: 0;
    margin-right: 24px;
}
.nipt_frm_bg {
    background: rgb(230 164 200 / 13%);
    border-radius: 10px;
    padding: 25px 34px 27px;
	position: relative;
	margin-bottom: 37px;
}
.nipt_frm_bg:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 13px 14px 0 14px;
border-color: #de6eab transparent transparent transparent;
	left: calc(50% - 14px);
	top: calc(100% + 12px);
}
.nipt_sec02_frame_col .list01 li {
    font-size: 17px;
    margin: 0 26px -2px 0;
}
.nipt_frm_bg .list01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 90px;
}
.nipt_sec02_frame_col .list01 li .small {
    font-size: 80%;
    display: block;
	line-height: 1.5em;
}
.nipt_sec02_frame_left .ttl {
    border: 1px solid #B9B9B9;
    text-align: center;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 500;
    color: #B82173;
    padding: 3px 10px;
    margin: 0;
}
.nipt_sec02_frame_right p {
	margin: -5px 0 10px;
}
.nipt_sec02_frame_right .list01 {
    padding-left: 14px;
}
.nipt_sec02_frame:not(:last-child) {
    border-bottom: 1px solid #C8C8C8;
    padding: 0 0 44px 10px;
    margin-bottom: 39px;
}
.nipt_sec02_frm_bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.nipt_sect02_frm_row {
    flex-shrink: 0;
    width: 53%;
    max-width: 630px;
    margin-right: 48px;
}
.nipt_sect02_frm_row .txt {
    border-bottom: 1px solid #C8C8C8;
    padding: 0 0 40px;
    margin-bottom: 39px;
}
.nipt .nipt_sec02_frame_main:nth-child(2) h2 {
    margin-bottom: 10px;
}
.nipt h3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}
.nipt h3:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #DE6EAB;
	left: 0;
	top: 8px;
}
.nipt .nipt_tbl th {
	background: #FFEFF8;
	color: #000;
	text-align: left;
}
.nipt .nipt_tbl th, .nipt .nipt_tbl td {
    border: 1px solid #CBBFBF;
    font-size: 15px;
    line-height: 1.467em;
    padding: 8px 13px;
}
.nipt .nipt_tbl td {
    padding: 7px 13px;
}
.nipt_sect02_frm_tbl {
    width: 100%;
}
.nipt .nipt_tbl th:not(:nth-child(2)) {
	width: 40%;
}
.under .nipt_sect02_frm_row .image_r {
    margin: -4px -10px 0 0;
}
.nipt_sect02_frm_row p:last-child {
    letter-spacing: -0.01em;
	overflow: hidden;
}
.nipt .nipt_sect02_frm_row h2 {
    margin-bottom: 10px;
}
.nipt_sec03 {
    padding: 100px 0;
}
.nipt_sec03_item_info {
    display: flex;
	align-items: flex-start;
}
.nipt_sec03_list {
	counter-reset: itm03;
	padding-right: 40px;
	margin-bottom: 25px;
}
.nipt_sec03_itm_img {
    width: 450px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 69px 0 0;
}
.nipt_sec03_itm_img img {
	height: 100%;
	flex-shrink: 0;
	object-fit: cover;
}
.nipt .nipt_sec03 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    left: 534px;
    top: 0;
    letter-spacing: 0.025em;
    margin: 0;
    z-index: 3;
    background: #fff;
    width: 100%;
    padding: 0 0 20px;
	text-align: left;
}
.nipt .nipt_sec03 h2 .en {
    display: block;
    color: #DE6EAB;
    font-size: 60%;
	margin: 0 0 2px;
}
.nipt_sec03_itm_main {
    margin-top: 90px;
	border-bottom: 1px solid #949494;
	padding: 0 0 20px;
	min-height: 241px;
}
.nipt_sec03_itm_ttl:before {
    counter-increment: itm03;
    content: counter(itm03);
	color: #DE6EAB;
	font-size: 190%;
	flex-shrink: 0;
	font-weight: 300;
	margin-right: 24px;
}
.nipt_sec03_itm_ttl {
    font-size: 22px;
    display: flex;
    align-items: center;
	margin: 0 0 22px;
}
.nipt_sec03_itm_txt p {
    line-height: 1.875em;
}
.nipt_sec03_itm_txt p:not(:last-child) {
	margin-bottom: 1em;
}
.nipt_sec03_list .slick-dots {
    position: absolute;
    right: 0;
    top: 125px;
	z-index: 5;
}
.nipt_sec03_list .slick-dots button {
	width: 15px;
	height: 15px;
	border: 1px solid #707070;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
	text-indent: -500000px;
}
.nipt_sec03_list .slick-dots li {
	line-height: 0;
	margin-bottom: 25px;
}
.nipt_sec03_list .slick-dots li.slick-active button {
	background: #DE6EAB;
	border-color: #DE6EAB;
}
.nipt_sec03_itm_txt p.nipt_sec03_itm_note {
    background: rgb(222 110 171 / 13%);
    padding: 20px;
	margin-bottom: 0;
}
.nipt_sec03 .idx_btn a {
    margin: 0 auto 0;
    text-align: center;
    line-height: 1.4375em;
    min-height: 80px;
}
.nipt_sec03_list:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 210px;
	background: #FEEFF7;
	top: 270px;
	right: calc(50% + 324px);
	z-index: -2;
	pointer-events: none;
}
.nipt_sec04 {
	background: #F9F4F7;
	padding: 0 0 100px;
}
.nipt .nipt_sec04 h2 {
    background: url(/wp-content/themes/noel_tcd072-child/images/nipt_img07.webp) no-repeat top calc(50% - 96px) center/cover;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.54em;
	flex-direction: column;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.idx_clr03 {

	color: #000;
}
.nipt_sec04_list {
    display: flex;
    justify-content: space-between;
    margin-top: -46px;
    position: relative;
	margin-bottom: 40px;
}
.nipt_sec04 .idx_btn a {
	margin: 0 auto;
}
.nipt_sec04_item {
    width: 100%;
    margin-right: 25px;
    background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	padding: 41px 10px 53px;
}
.nipt_sec04_item:last-child {
    margin-right: 0;
}
.nipt_sec04_itm_ttl {
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 24px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.nipt_sec04_itm_ttl:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #DE6EAB;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.nipt_sec04_itm_ttl .idx_clr01 {
	font-weight: 700;
}
.nipt_sec04_itm_txt {
    line-height: 1.875em;
}
.nipt_sec04_itm_txt a {
	color: #0051A7;
}
.nipt .nipt_sec05 h2 {
    text-align: center;
    font-size: 25px;
    color: #000;
	margin-bottom: 104px;
}
.nipt .nipt_sec05 h2 .lager {
	display: block;
	font-size: 192%;
	color: #DE6EAB;
	font-weight: 700;
	margin: -1px 0 0;
}
.nipt_sec05 {
    margin: 124px 0 0;
	position: relative;
	padding:  0 0 60px;
}
.nipt_sec05:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/noel_tcd072-child/images/nipt_path.webp) no-repeat bottom center;
    width: 100%;
    height: 257px;
    left: 0;
    top: 0;
    z-index: -2;
    pointer-events: none;
}
.nipt_sec05:after {
    content: '';
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    height: calc(100% - 200px);
    left: 0;
    bottom: 0;
    z-index: -10;
    pointer-events: none;
}
.nipt .nipt_sec05 h2.nipt_sec05_h3:before, .nipt .nipt_sec05 h2.nipt_sec05_h3:after {
	content: '';
	position: absolute;
	z-index: -3;
	pointer-events: none;
	display: block;
}
.nipt .nipt_sec05 h2.nipt_sec05_h3:before {
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon05.svg") no-repeat top center/100% auto;
	width: 88px;
	height: 152px;
	top: -14px;
	right: calc(50% + 276px)
}
.nipt .nipt_sec05 h2.nipt_sec05_h3:after {
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon06.svg") no-repeat top center/100% auto;
	width: 87px;
	height: 165px;
	top: -24px;
	left: calc(50% + 276px)
}
.nipt_sec05_list {
    display: flex;
    justify-content: space-between;
}
.nipt_sec05_item {
    width: 100%;
	border: 2px solid #DE6EAB;
	border-radius: 6px;
	padding: 18px 28px 24px;
}
.nipt_sec05_item:not(:last-child) {
    margin-right: 40px;
}
.nipt_sec05_itm_ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}
.nipt_sec05_itm_ttl .small {
    font-size: 16px;
    font-weight: normal;
    display: inline;
}
.nipt_sec05_itm_col > ul {
    display: flex;
    flex-wrap: wrap;
}
.nipt_sec05_itm_col > ul> li {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
	background: #fff;
	padding: 20px 20px 35px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.16);
	position: relative;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s;
}
.nipt_sec05_itm_col > ul> li:nth-child(2n) {
	margin-right: 0;
}
.nipt_sec05_list:not(:last-child) {
	margin-bottom: 40px;
}
.nipt_sec05_itm_col > ul> li .note {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    font-weight: 700;
	padding: 0 12px;
}
.nipt_sec05_itm_col > ul> li .note .num {
	color: #B82173;
}
.nipt_sec05_itm_col > ul> li .ttl {
    display: block;
	margin-top: 17px;
	line-height: 1.2em;
	padding-left: 5px;
}
.nipt_sec05_itm_col > ul> li .img {
	display: block;
	text-align: center;
}
.nipt_sec05_itm_col > ul> li .ttl .lager {
	display: block;
	font-size: 133.34%;
	font-weight: 700;
}
.nipt_sec05_itm_col > ul> li .ttl .lager {
    display: block;
    font-size: 133.34%;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 5px;
	color: #54200F;
}
.nipt_sec05_itm_col > ul> li.clr_red .ttl .lager {
	color: #EC4F5F;
}
.nipt_sec05_itm_col > ul> li.clr_ograne .ttl .lager {
	color: #EE6E46;
}
.nipt_sec05_itm_col > ul> li.clr_yellow .ttl .lager {
	color: #D69422;
}
.nipt_sec05_itm_col > ul> li.clr_blue .ttl .lager {
	color: #57A9BE;
}
.nipt_sec05_itm_col > ul> li.clr_green .ttl .lager {
	color: #78C285;
}
.nipt_sec05_itm_col.col4 > ul> li {
    margin: 0 23px 25px 0;
    width: calc(25% - 17.5px);
	padding-bottom: 26px;
}
.nipt_sec05_popup_itm_col {
    color: #393939;
    border-bottom: 1px solid #B9B9B9;
    margin: 21px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 160px;
}
.nipt_sec05_popup_itm_col .nipt_sec05_itm_info {
    margin: 0 0 18px 0!important;
}
.nipt_sec05_popup_itm_col .nipt_sec05_itm_info dt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	font-size: 14px;
}
.nipt_sec05_popup_itm_col .nipt_sec05_itm_info dt .txt {
	margin: 0 0 0 10px;
	font-weight: 400;
}
.nipt_sec05_popup_itm_col .nipt_sec05_itm_info .list li {
	font-size: 13px;
}
.nipt_sec05_itm_col > ul> li.icon_star:after {
    content: '★';
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1em;
    color: #d76dac;
}
.nipt_sec05_itm_col.col4 > ul> li:nth-child(4n) {
	margin-right: 0;
}
.nipt_sec05_itm_col > ul> li .cate {
    display: flex;
    flex-wrap: wrap;
	margin-top: 12px;
}
.nipt_sec05_itm_price {
    display: flex;
    align-items: center;
    background: #F9E8F1;
    border-radius: 5px;
    padding: 9px 7px 9px 9px;
	font-size: 11px;
	margin-bottom: 11px;
}
.nipt_sec05_itm_main {
    margin-top: 12px;
	color: #393939;
}
.nipt_sec05_itm_price .price {
    font-size: 12px;
    font-weight: 700;
    color: #393939;
	margin-right: 6px;
	white-space: nowrap;
}
.nipt_sec05_itm_price .price .num {
    font-size: 158.34%;
    display: inline-block;
    margin-right: 4px;
}
.nipt_sec05_itm_price .cat {
    display: flex;
    flex-wrap: wrap;
}
.nipt_sec05_itm_price .item {
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
    background: #EBEBEB;
    border-radius: 30px;
    padding: 0 9px;
    margin-right: 5px;
}
.nipt_sec05_itm_price .item:last-child {
	margin-right: 0;
}
.bg_pink {
    background: #DE6EAB!important;
    color: #fff!important;
    border-color: #DE6EAB!important;
}
.nipt_sec05_itm_info dt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
	padding-left: 15px;
	margin: 0 0 -1px;
}
.nipt_sec05_itm_info dt:before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 7px 4px 0 4px;
border-color: #de6eab transparent transparent transparent;
	left: 0;
	top: 12px;
}
.nipt_sec05_itm_info .list {
    display: flex;
    flex-wrap: wrap;
}
.nipt_sec05_itm_info .list li {
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
    background: #EBEBEB;
    border-radius: 30px;
    padding: 1px 9px;
    margin-right: 5px;
    font-size: 11px;
    line-height: 1.8em;
	text-align: center;
}
.nipt_sec05_itm_info .list li:last-child {
	margin-right: 0;
}
.nipt_sec05_itm_info:not(:last-child) {
    margin-bottom: 10px;
}
.nipt_sec05_itm_info .txt {
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    margin: -4px 0 5px;
}
.cate_item {
    font-size: 86.67%;
    text-align: center;
    border: 1px solid #EE6E46;
    color: #EE6E46;
    border-radius: 60px;
    padding: 5px 15px 6px;
    margin: 0 5px 6px 0;
    font-weight: 500;
    line-height: 1.5em;
    background: #FFF5F2;
}
.cate_item.yellow {
	border-color: #D69422;
	color: #D69422;
	background: #FFF9EF;
}
.cate_item.red {
	border-color: #EC4F5F;
	color: #EC4F5F;
	background: #FFF6F7;
}
.cate_item.blue {
	border-color: #57A9BE;
	color: #57A9BE;
	background: #F2FCFF;
}
.cate_item.green {
	border-color: #78C285;
	color: #78C285;
	background: #EEFEF1;
}
.nipt .nipt_sec06 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}
.nipt_sec06_list {
    display: flex;
    justify-content: space-between;
	padding:  0 15px;
}
.nipt_sec06_item {
    width: 100%;
    margin-right: 20px;
}
.nipt_sec06_item:last-child {
	margin: 0;
}
.nipt_sec06 {
    padding: 50px 0 71px;
}
.nipt_sec06_itm_img {
    margin: 0;
    position: relative;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.nipt_sec06_itm_img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 10px solid #fff;
	pointer-events: none;
	z-index: 1;
}
.nipt_sec06_itm_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	max-width: none;
}
.nipt_sec06_item.itm03 .nipt_sec06_itm_img img {
    position: relative;
    top: -16px;
}
.nipt_sec06_item.itm04 .nipt_sec06_itm_img img {
    position: relative;
    top: -21px;
}
.nipt_sec06_item a {
	display: block;
	text-decoration: none;
	position: relative;
	color: #000;
	text-align: center;
	transition: all 0.3s;
}
.nipt_sec06_itm_ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
	padding: 6px 0 3px;
	z-index: 2;
}
.nipt_sec06_itm_ttl .small {
	font-size: 66.67%;
	font-weight: 400;
	margin: 0 7px 0 7px;
	letter-spacing: 0;
}
.nipt_sec06_btn {
    border-top: 1px solid #E3E3E3;
    margin-top: 50px;
}
.nipt_sec06_btn ul {
    display: flex;
}
.nipt_sec06_btn li {
	width: 50%;
}
.nipt_sec06_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    height: 280px;
    text-align: center;
}
.nipt_sec06_btn .ttl:before {
	content: '';
	position: relative;
	display: block;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon07.svg") no-repeat center center/100% auto;
	width: 65px;
	height: 65px;
	margin: -3px auto 22px;
}
.nipt_sec06_btn li:nth-child(2) .ttl:before {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/nipt_icon08.svg");
}
.nipt_sec06_btn .ttl:after {
	content: '';
	position: relative;
	display: block;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_arr.svg") no-repeat center center/100% auto;
	width: 49px;
	height: 7px;
	margin: 26px auto 0;
}
.nipt_sec06_btn li:not(:last-child) {
	border-right: 1px solid #E3E3E3;
}
.nipt_sec07_bg {
	height: 520px;
	background: url("/wp-content/themes/noel_tcd072-child/images/idx_sec05_bg.webp") no-repeat center center/cover;
	background-attachment: fixed;
	margin-bottom: 71px;
}
.nipt_sec07_bg.nofixed {
	background-attachment: scroll;
}
.nipt .nipt_sec07 h2 {
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.43em;
	margin-bottom: 36px;
}
.nipt_sec07_main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.nipt_sec07_info {
    flex-shrink: 0;
    width: 390px;
    margin-left: 57px;
}
.nipt_sec07_img {
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
	margin: 3px 0 23px;
}
.nipt_sec07_img img {
    flex-shrink: 0;
    height: auto;
    width: 130%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
	left: -78px;
}
.nipt_sec07_main_txt p {
    font-size: 15px;
    line-height: 2em;
	margin-bottom: 2em;
}
.nipt_sec07 .idx_btn {
	display: flex;
	flex-wrap: wrap;
}
.nipt_sec07 .idx_btn a:not(:last-child) {
	margin-right: 50px;
}
.nipt_sec07_main_txt {
    margin-bottom: 83px;
}
.nipt_sec07 .idx_btn a {
    padding: 8px 20px 7px;
}
.nipt_sec07 {
	padding: 0 0 100px;
}
.nipt_sec05_popup_item {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	background: rgba(0,0,0,0.73);
	padding: 30px;
}
.nipt_sec05_popup_item.current {
    opacity: 1;
	visibility: visible;
}
.nipt_sec05_popup_item_inner {
    max-width: 1040px;
    background: #fff;
    padding: 35px;
    position: relative;
	overflow: auto;
	max-height: 100%;
	z-index: 2;
}
.nipt_popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.nipt_sec05_popup_itm_note {
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 1px;
}
.nipt_sec05_popup_itm_note .num {
    color: #B82173;
}
.nipt_sec05_popup_itm_note:after {
	content: '';
	position: relative;
	display: block;
	background: #CCCCCC;
	width: 100%;
	height: 1px;
	margin-left: 15px;
}
.nipt_sec05_popup_itm_txt {
    margin: 0 0 6px;
}
.nipt_sec05_popup_itm_ttl {
    font-size: 35px;
    color: #54200F;
    font-weight: 700;
    line-height: 1.5em;
	margin: 0;
}
.nipt_sec05_popup_itm_info {
    background: #F3F3F3;
    padding: 15px 15px 24px;
    display: flex;
    align-items: center;
	margin-top: 17px;
}
.nipt_sec05_popup_itm_img {
    flex-shrink: 0;
    margin: 0 37px 0 0;
    width: 457px;
}
.nipt_sec05_popup_itm_ranger {
    width: 100%;
}
.nipt_sec05_popup_itm_ranger li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
}
.nipt_sec05_popup_itm_ranger li .star {
    color: #DE6EAB;
}
.nipt_sec05_popup_itm_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	margin-top: 24px;
}
.nipt_sec05_popup_itm_price {
    flex-shrink: 0;
    color: #54200F;
    font-weight: 700;
    margin: 0 38px 0 0;
}
.nipt_sec05_popup_itm_price .lager {
    font-size: 187.5%;
}
.nipt_sec05_popup_itm_bot {
    font-size: 15px;
    line-height: 1.8em;
    width: 100%;
	margin-top: 3px;
}
.nipt_sec05_popup_itm_cate {
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 0;
}
.nipt_sec05_popup_itm_cate .cate_item {
    font-size: 87.5%;
    padding: 6px 19px;
}
.nipt_sec05_popup_itm_cate .cate_item:not(:last-child) {
	margin-right: 20px;
}
.close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    cursor: pointer;
    top: 10px;
}
.close:before, .close:after {
	content: '';
	position: absolute;
	background: #959595;
	width: 100%;
	height: 3px;
	border-radius: 6px;
	top: 8px;
	left: 0;
	transition: all 0.3s;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.nipt_sec05_bnr_popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% + 530px);
    cursor: pointer;
    top: 160px;
}
.nipt_btn {
    margin: 0;
    position: absolute;
    left: calc(50% + 510px);
    top: 122px;
	z-index: 2;
}
.nipt_btn a {
	display: block;
	transition: all 0.3s;
}
header.fixed .nipt_btn {
    width: 150px;
    top: 75px;
}
.nipt_sec05_payment {
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    border: 2px solid #de6eab;
}
.nipt_sec05_itm_txt {
    margin: -20px 0 10px;
}
.h_search {
  width: 370px;
  height: 44px;
  background: #E6A4C8;
  display: flex;
  align-items: center;
  margin-bottom: -14px;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
}
.h_search input[type="text"] {
  width: 314px;
  border: 1px solid #DCDCDC;
  background: #fff;
  font-size: 14px;
  color: #A1A1A1;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 3px 10px;
	font-family: var(--font-main);
}
.h_search input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
}
.h_search input[type="text"]:-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.h_search input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.h_search input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
}
.h_search input[type="text"]::-ms-input-placeholder {
  color: #A1A1A1;
}
.h_search input[type="text"]::placeholder {
  color: #A1A1A1;
}
.h_search input[type="submit"] {
  background: url(/wp-content/themes/noel_tcd072-child/images/icon_search.svg) no-repeat center center;
  border: none;
  text-indent: -500000px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.3s;
}
.news_pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.news_pager > span, .news_pager a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #DBDBDB;
  color: #333;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  transition: all 0.3s;
}
.news_pager .next, .news_pager .prev {
    padding-bottom: 3px;
}
.news_pager > span, .news_pager a:hover {
  background: #E6A4C8;
  color: #fff;
}
.news_item .date {
    display: block;
}
.ft_link {
    background: #F5F5F5;
    padding: 42px 0 51px;
}
.ft_link_main {
    display: flex;
    justify-content: space-between;
	padding: 0 30px 0 38px;
}
.ft_link_ttl {
    font-size: 15px;
    color: #DE6EAB;
    font-weight: 700;
    border-bottom: 1px solid;
    padding: 0 0 2px;
    margin-bottom: 14px;
}
.ft_link_menu a,.ft_link_menu >li>span:not([class]) {
    color: var(--txt);
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    position: relative;
	padding-left: 11px;
	transition: all 0.3s;
}
.ft_link_menu li {
	line-height: 1.5em;
	margin: 0 0 10px;
}
.ft_link_menu >li>a:before, .ft_link_menu>li>span:not([class]):before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 3px 0 3px 5px;
border-color: transparent transparent transparent #000000;
	left: 0;
	top: 9px;
}
.ft_link_list {
    display: flex;
}
.ft_link_col {
    width: 260px;
}
.ft_link_col:nth-child(2) {
    /*width: 640px;*/
}
.ft_search .searchform {
    max-width: 100%;
    border-radius: 5px;
    padding: 8px 7px 8px 10px;
}
.ft_search .searchform input[type="text"] {
    width: calc(100% - 34px);
}
.ft_search {
	margin-top: 79px;
	margin-bottom: 0;
}
.ft_link_menu_sub a:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
	top: 10px;
}
.ft_link_menu_sub {
	padding-left: 14px;
	margin: 10px 0 0;
}
.ft_link_list .ft_link_menu:not(:last-child) {
	margin-right: 20px;
}
.ft_link_col >.ft_link_menu:not(:last-child) {
    margin-bottom: 21px;
}



.sns_list ul{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.sns_list ul li{width: 40px;margin:0 10px 10px;line-height: 0;}
.sns_list ul li.youtube {
	width: 58px;
}
.sns_list {
    margin-bottom: 40px;
}

	.ft_link_ttl {
		position: relative;
	}
.ft_link_menu a, .ft_link_menu >li>span {
    display: block;
}
.ft_link_icon:before, .ft_link_icon:after {
    content: '';
    position: absolute;
    background: #333;
    transition: all 0.3s;
  }
  .ft_link_icon:before {
    width: 12px;
    height: 1px;
    right: 10px;
    top: 50%;
  }
  .ft_link_icon:after {
    height: 12px;
    width: 1px;
    right: 15px;
    top: calc(50% - 6px);
  }
  .ft_over.active .ft_link_icon:after {
    transform: rotate(90deg);
  }
.ft_link_menu_sub {
    display: none;
}
.ft_link_menu >li>span:not([class]) {
    display: block;
    cursor: pointer;
}
.ft_link_list .ft_link_menu {
    width: calc(50% - 10px);
}
.nipt_sec03_itm_main .sec07_btn {
    text-align: left;
    margin-top: 21px;
}
.nipt_sec03_itm_main .sec07_btn a {
	text-align: center;
	line-height: 1.7em;
	width: 226px;
}
.nipt_sec05_bnr {
    position: relative;
    display: flex;
    background: #fff;
    border: 13px solid #F6B3D8;
    border-radius: 5px;
	margin: 0 0 61px;
	justify-content: center;
	padding: 27px 0 26px 107px;
}
.nipt_sec05_main_ttl {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 21px;
}
.nipt_sec05_bnr_note {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
	margin: 0 0 4px;
}
.nipt_sec05_bnr_small {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_sec05_bnr.svg") no-repeat center center;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 3px;
}
.nipt_sec05_bnr_ttl {
    text-align: center;
    font-size: 65px;
    color: #201402;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}
.nipt_sec05_bnr_txt {
    font-size: 18px;
    line-height: 2.12em;
    margin: 3px 0 19px;
}
.nipt_sec05_bnr .idx_btn a {
	margin: 0 auto;
	cursor: pointer;
}
.nipt_sec05_bnr_img .icon {
    position: absolute;
}
.nipt_sec05_bnr_img .icon:nth-child(1) {
    left: -13px;
    bottom: -13px;
}
.nipt_sec05_bnr_img .icon:nth-child(2) {
    top: 12px;
    left: 52px;
}
.nipt_sec05_bnr_left {
    margin-right: 30px;
}
.nipt_sec10 .idx_h3_style02:after {
	display: block;
}
.nipt_sec10 .sec07_itm_cate {
    background: #DE6EAB;
}
.nipt_sec10 .sec07_itm_ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nipt_sec10 .sec07_itm_ttl img.emoji {
    width: 20px;
    display: inline-block;
}
.nipt_sec10 .idx_column {
	margin-bottom: 43px;
}
.nipt_sec10 .idx_btn a {
	margin: 0 auto;
}
.nipt_sec10 {
    border: none;
    padding-bottom: 50px;
}
.nipt_sec11_ttl {
    font-size: 22px;
    background: #DE6EAB;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px 22px 18px;
    margin: 0;
}
.nipt_sec11_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F1F1F1;
    padding: 1px 5px 41px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	counter-reset: list11;
}
.nipt_sec11_list dl {
    width: 200px;
    height: 150px;
    background: #fff;
    position: relative;
    border-radius: 10px;
	margin: -12px 10px 0;
	box-shadow: 0px 0px 5px 0px rgba(222,110,171,0.18);
}
.nipt_sec11_list dl:before {
    counter-increment: list11;
    content: counter(list11);
    font-size: 85px;
    color: #DE6EAB;
    position: absolute;
    line-height: 1em;
    left: 0;
    bottom: -5px;
    font-weight: 500;
    opacity: 0.26;
}
.nipt_sec11_list dl:not(:last-child):after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 23px 0 23px 20px;
border-color: transparent transparent transparent #e5c4d6;
	left: 100%;
	top: calc(50% - 23px);
}
.nipt_sec11_list dt {
    height: 60px;
    border-left: 5px solid #DE6EAB;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    color: #B82173;
    padding: 9px 0 0 13px;
    margin-left: 6px;
	position: relative;
	z-index: 2;
}
.nipt_sec11_list dd {
    text-align: right;
    padding-right: 28px;
    margin-top: -7px;
}
.nipt_sec11_main .idx_btn a {
    margin: -21px auto 0;
    font-size: 15px;
    padding: 7px;
    width: 300px;
    background: #ffff00;
    color: #333;
}
.nipt_sec11_main .idx_btn a:after {
	border-left-color: #333;
}
.nipt_sec11_main:not(:last-child) {
    margin: 0 0 50px;
}
.clr_black {
	color: #000;
}
.nipt_sec11_list dl:nth-child(2) dd {
    margin: 15px 0 0;
    padding-right: 15px;
}
.nipt_sec11_list dl:nth-child(3) dd {
    margin: 0;
    padding-right: 11px;
}
.nipt_sec11_list dl:nth-child(4) dd {
    padding-right: 16px;
}
.nipt_sec11_list dl:nth-child(5) dd {
    margin: 0;
    padding-right: 12px;
}
.nipt_sec11_list dl:nth-child(6) dd {
    margin: 0;
    padding-right: 21px;
}
.nipt_sec11_list.list02 dl:nth-child(n+7) {
    margin-top: 31px;
}
.nipt_sec11_list.list02 dl:nth-child(1) {
	width: 130px;
}
.nipt_sec11_list.list02 dl:nth-child(2) {
	width: 190px;
}
.nipt_sec11_list.list02 dl:nth-child(4) {
	width: 215px;
}
.nipt_sec11_list.list02 dl:nth-child(5) {
	width: 175px;
}
.nipt_sec11_list.list02 dl:nth-child(6) {
	width: 272px;
}
.nipt_sec11_list.list02 dl:nth-child(10) {
	width: 220px;
}
.nipt_sec11_list dt .small {
    display: block;
    font-size: 13px;
    color: #000;
}
.nipt_sec11_list.list02 dd {
	padding-right: 7px;
	margin: 0;
}
.nipt_sec11_list.list02 dl:nth-child(2) dd {
    padding-right: 0;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 38px;
}
.nipt_sec11_list dd .txt {
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    margin: -16px 0 0 14px;
}
.nipt_sec11_list.list02 dl:nth-child(3) dd {
    text-align: center;
    padding-right: 17px;
}
.nipt_sec11_list.list02 dl:nth-child(4) dd {
    text-align: center;
    padding: 0 0 0 11px;
    margin: 5px 0 0;
}
.nipt_sec11_list.list02 dl:nth-child(6) dd {
    text-align: center;
    padding: 0 0 0 26px;
}
.nipt_sec11_list.list02 dl:nth-child(7) dd {
    margin: -23px 0 0;
    padding-right: 5px;
}
.nipt_sec11_list.list02 dl:nth-child(8) dd {
    padding-right: 16px;
    margin: -4px 0 0;
}
.nipt_sec11_list.list02 dl:nth-child(9) dd {
    padding-right: 11px;
}
.nipt_sec11_list.list02 dl:nth-child(10) dd {
    padding-right: 22px;
}
.nipt_sec11_list.list02 dl:nth-child(5) dd {
    padding-right: 16px;
    margin: 25px 0 0;
}
.nipt_sec11 {
    padding: 70px 0 85px;
}
.under .nipt_sec11 h2, .under .nipt_sec12 h2 {
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.nipt_sec12 {
	background: #F9F4F7;
	padding: 50px 0 100px;
}
.nipt_sec12 .idx_btn a {
    margin: 0 auto;
    font-size: 15px;
    padding: 7px;
	width: 300px;
}
.nipt_sec12_list {
    max-width: 1200px;
    margin: 0 auto 49px;
}
.nipt_sec12_list dt {
    font-size: 20px;
    font-weight: 700;
    position: relative;
	border-bottom: 1px solid #F2D1E3;
	padding: 20px 50px 20px 70px;
	cursor: pointer;
	transition: all 0.3s;
}
.nipt_sec12_list dt.active {
	border-bottom: none;
}
.nipt_sec12_list dt:before {
	content: 'Q';
	position: absolute;
	font-size: 27px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #DE6EAB;
	border-radius: 10px;
	left: 0;
	top: 16px;
	text-align: center;
	color: #fff;
}
.plus {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 26px;
	top: calc(50% - 10px);
}
.plus:before, .plus:after {
	content: '';
	position: absolute;
	background: #DE6EAB;
	transition: all 0.3s;
}
.plus:before {
	width: 20px;
	height: 3px;
	left: 0;
	top: calc(50% - 1.5px);
}
.plus:after {
	height: 20px;
	width: 3px;
	top: 0;
	left: calc(50% - 1.5px);
}
.nipt_sec12_list dt.active .plus:after {
	transform: rotate(90deg);
}
.nipt_sec12_list dd {
    background: #fff;
    padding: 20px 20px 20px 95px;
    border-radius: 10px;
    position: relative;
	display: none;
}
.nipt_sec12_list dd dt{pointer-events: none;}
.nipt_sec12_list dd dd{display: block !important;}

.nipt_sec12_list dd:before {
	content: 'A';
	position: absolute;
	font-size: 27px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 10px;
	left: 20px;
	top: 20px;
	text-align: center;
	color: #DE6EAB;
	border: 1px solid #DE6EAB;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 6px;
}
.nipt_sec12_list dd a {
	color: #000;
	text-decoration: underline;
}
.nipt_sec05_bnr_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #E6A4C8;
    top: 0;
    left: 0;
    z-index: 999;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	scrollbar-width: none;
	transition: all 0.5s;
}
.nipt_sec05_bnr_popup::-webkit-scrollbar { display: none; }
.nipt_sec05_bnr_popup.current {
	opacity: 1;
	visibility: visible;
}
.nipt_sec05_bnr_popup_main {
    width: 100%;
    max-width: 2000px;
    padding: 30px;
    height: 100%;
}
.nipt_sec05_bnr_popup_logo {
    margin: 0 0 95px;
}
.itm01 .nipt_sec05_bnr_popup_item_main {
    position: relative;
    width: 515px;
	text-align: center;
}
.nipt_sec05_bnr_popup_item_img {
    margin: 0;
    position: absolute;
    width: 100%;
    left: calc(100% + 32px);
    top: 51%;
    transform: translateY(-50%);
	text-align: left;
}
.nipt_sec05_bnr_popup_item_main .nipt_sec05_bnr_small {
    font-size: 20px;
    background-size: auto 100%;
	letter-spacing: 0.06em;
}
.nipt_sec05_bnr_popup_item_main .nipt_sec05_bnr_ttl {
    font-size: 56px;
	margin: 0 0 25px;
}
.nipt_sec05_bnr_popup_copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.nipt_sec05_bnr_popup_item_txt {
    font-size: 18px;
    line-height: 2.12em;
    margin-bottom: 51px;
}
.nipt_sec05_bnr_popup_item_btn a {
    background: #F3E630;
    margin: 0 auto;
    color: #000;
    font-size: 106.25%;
	width: 100%;
	max-width: 390px;
	cursor: pointer;
}
.nipt_sec05_bnr_popup_item_btn a:after {
	border-left-color: #000;
}
.nipt_sec05_bnr_popup_item.itm01 .nipt_sec05_bnr_popup_item_ans {
    display: flex;
    align-items: center;
	padding-left: 77px;
}
.nipt_sec05_bnr_popup_item_ttl {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em;
	margin-bottom: 41px;
}
.nipt_sec05_bnr_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nipt_sec05_bnr_popup_item.itm02 .nipt_sec05_bnr_popup_item_ans {
    padding: 30px 62px;
}
.nipt_sec05_bnr_btn li {
    width: 460px;
    height: 155px;
    background: #F3E630;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.72em;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.07);
}
.nipt_sec05_bnr_btn li:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 13px;
border-color: transparent transparent transparent #000000;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.nipt_sec05_bnr_back {
    position: absolute;
    bottom: 30px;
    left: 72px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
	cursor: pointer;
	transition: all 0.3s;
}
.nipt_sec05_bnr_back:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/wp-content/themes/noel_tcd072-child/images/nipt_sec05_arr_back.svg") no-repeat center center/100% auto;
	width: 22px;
	height: 19px;
	margin-right: 9px;
}
.nipt_sec05_bnr_popup_item_main {
    width: 100%;
}
.nipt_sec05_bnr_popup_item.itm_btn .nipt_sec05_bnr_popup_item_ans {
    padding: 30px 62px;
    display: flex;
    align-items: center;
}
.nipt_sec05_bnr_popup_item03_txt {
    background: rgb(222 110 171 / 12%);
    padding: 52px 0 0 49px;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
	margin-bottom: 21px;
}
.nipt_sec05_bnr_popup_item.itm03 .nipt_sec05_bnr_popup_item_ans {
    padding: 50px 48px;
}
.nipt_sec05_bnr_popup_item03_txt .txt {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.95em;
    margin: 0 0 33px;
    max-width: 731px;
}
.nipt_sec05_bnr_popup_item03_txt .img {
    margin: auto -48px 0 -7px;
    flex-shrink: 0;
    width: 260px;
}
.nipt_sec05_bnr_popup_item_main .btn {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.itm03 .nipt_sec05_bnr_popup_item_btn a {
    width: 390px;
    font-size: 125%;
    padding: 15px 20px;
}
.nipt_sec05_bnr_popup_item_main .sec09_itm_btn a {
    font-size: 20px;
    height: 65px;
    border-radius: 9999px;
}
.nipt_sec05_bnr_popup_item_main .btn >* {
	margin: 20px 25px 0;
}
.nipt_sec05_bnr_popup_item_main .btn >* a {
	cursor: pointer;
}
.nipt_sec05_bnr_popup_list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 37px;
    height: 663px;
    position: relative;
}
.nipt_sec05_bnr_popup_item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
	padding: 0 0 50px;
	display: none;
}
.nipt_sec05_bnr_popup_item_ans {
    background: #fff;
    border: 10px solid #D25599;
    border-radius: 30px;
    padding: 30px;
    min-height: 663px;
	margin-bottom: 37px;
	position: relative;
}
.nipt_sec05_bnr_popup_item.current {
	opacity: 1;
	visibility: visible;
	display: block;
}
.nipt_sec05_bnr_row {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    padding: 15px;
	margin-top: 24px;
}
.nipt_sec05_bnr_row_ttl {
    font-size: 18px;
    font-weight: 700;
    margin: 0 40px 0 0;
}
.nipt_sec05_bnr_row .idx_btn a {
    width: 320px;
    height: 40px;
    font-size: 93.75%;
}
.btn_row {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.btn_row a {
    width: 303px;
    font-size: 118.75%;
    height: 65px;
}
.nipt_sec05_bnr_popup_item_main .btn.col3 >* {
    margin: 20px 15px 0;
}
.btn.col3 .idx_btn a {
    width: 280px;
}
.txt_marker_yellow {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255 246 174) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255 246 174) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255 246 174) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255 246 174) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255 246 174) 50%);
	background-repeat: repeat-x;
    background-size: 200% .8em;
	background-position: -100% .8em;
}
.no_link {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
p:empty {
	display: none;
}
.nipt_sec04_arr{
	position:absolute;
	bottom:0;
	right:5px;
	animation: arrowmove 1s ease-in-out infinite;
	z-index: 3;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.nipt_sec04_arr span{
	position: absolute;
	left:5px;
	bottom:10px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	line-height: 1.2em;
	transition: all 0.3s;
}

.nipt_sec04_arr a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
	transition: all 0.3s;
}

.nipt_sec04_arr a:after{
	content:"";
	position: absolute;
	bottom:0;
	right:12px;
	width:1px;
	height: 50px;
	background:#000;
	transition: all 0.3s;
}
.nipt_sec04_arr a {
	display: block;
}
.nipt_sec04_arr a {
    display: block;
    width: 40px;
    height: 50px;
    position: relative;
}
.ft_search_form {
  width: 100%;
	max-width: 340px;
  background: #E6A4C8;
  margin-bottom: -14px;
  padding: 10px 15px;
	border-radius: 5px;
	margin: 0;
	border: none!important;
}
.ft_search_form>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ft_search_form label {
	display: none;
}
.ft_search_form input[type="text"] {
  width: calc(100% - 25px);
  border: 1px solid #DCDCDC;
  background: #fff;
  font-size: 14px;
	height: auto;
  color: #A1A1A1;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 3px 10px;
	font-family: var(--font-main);
}
.ft_search_form input[type="submit"] {
    background: url(/wp-content/themes/noel_tcd072-child/images/icon_search.svg) no-repeat center center;
    border: none;
    text-indent: -500000px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    transition: all 0.3s;
}
.nipt_sec02_frame_left .nipt_frm_bg .ttl {
    border: none;
    text-align: left;
    padding: 0;
    border-radius: 0;
	margin: 0;
}


.nipt_sec05_popup .btn_row {
    justify-content: center;
	margin-top: 15px;
}
.nipt_sec05_popup .btn_row p {
	margin: 0 5px;
}
.nipt_sec05_popup .btn_row a {
    font-size: 100%;
    height: 50px;
}
.nipt_sec05_popup .btn_row .fixed_sp {
	margin-bottom: 0;
}
.nipt_top_bnr a {
    display: flex;
    color: #333;
    text-decoration: none;
	transition: all 0.3s;
}
.nipt_top_bnr .txt {
	display: flex;
	flex-direction: column;
    width: 220px;
    height: 220px;
    background: #ffff00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	font-size: 90%;
	font-weight: 700;
	padding-bottom: 15px;
	color: #B82173;
}
.nipt_top_bnr {
    position: absolute;
    margin: 0;
    top: -200px;
    left: 150px;
	z-index: 2;
}
.nipt_top_bnr .note {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ffd0ed;
    line-height: 1.5em;
    font-size: 90%;
    font-weight: 700;
    padding: 10px;
    color: #333;
}
.nipt_top_bnr .lager {
    display: block;
    font-size: 140%;
}
.under_anchor {
    background: rgba(230,164,200,0.13);
    padding: 35px;
    border-radius: 10px;
}
.under_anchor_ttl {
    text-align: center;
    font-weight: 500;
    color: var(--scolor);
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.under_anchor_link {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}
.under_anchor_link li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 10px;
	line-height: 1.875em;
}
.under_anchor_link li:last-child {
  margin-bottom: 0;
}
.under_anchor_link li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--pink-light);
  border: 1px solid #B82173;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.under_anchor_link li a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
.sec04_top_row .sec04_item.itm08 {
	margin-bottom: 20px;
}
.sec04_main_right .sec04_itm_ttl {
    padding: 4px;
}
.sec04_main_right .sec04_top_row .sec04_item a {
    height: 110px;
}
.sec04_itm_ttl .medium {
    font-size: 80%;
}
/*under*/
.under_anchor {
    background: rgba(230,164,200,0.13);
    padding: 35px;
    border-radius: 10px;
}
.under_anchor_ttl {
    text-align: center;
    font-weight: 500;
    color: var(--scolor);
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.inner_under {
    width: 1030px;
}
.txt_over {
	overflow: hidden;
}
.under_bnr li a {
  display: flex;
  text-decoration: none;
  color: #000;
  height: 200px;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  border: 10px solid #fff;
  background: url("/wp-content/themes/noel_tcd072-child/images/staff_bnr.jpg") no-repeat center center/cover #fff;
  padding: 20px 21px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
	text-align: center;
}
.under_bnr li .txt {
  min-width: 540px;
	max-width: 90%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
	padding: 20px 30px 22px;
}
.under_bnr li .txt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EFC4DB;
  top: -3px;
  left: -3px;
  opacity: 0.91;
  pointer-events: none;
}
.staff_year li {
    display: flex;
    border-bottom: 1px solid #fcf4f9;
    padding: 10px 0;
}
.staff_year li .year {
    flex-shrink: 0;
    width: 120px;
}
.under_frame {
    position: relative;
	padding: 40px;
	/*overflow: hidden;*/
	display: flex;
	flex-direction: column;
}
.under_frame:not(:last-child) {
	margin-bottom: 30px;
}
.under_frame:before, .under_frame:after {
    content: '';
	position: absolute;
	z-index: -2;
	pointer-events: none;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.under_frame:before {
	border: 1px solid var(--scolor);
	left: 0;
	top: 0;
}
.under_frame:after {
	z-index: -3;
	border: 1px solid #D1D1D1;
	left: 10px;
	top: 10px;
}
.list01.col2 {
    display: flex;
    flex-wrap: wrap;
}
.list01.col2 li {
    width: 50%;
}
.under_frame_ttl {
    text-align: center;
    color: var(--scolor);
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 15px;
}
.under_bnr .clinic_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/clinic_bnr.jpg");
}
.under_bnr .life_stage_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/life_stage_bnr.jpg");
}
.under_bnr .bridal_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/bridal_bnr.jpg");
}
.under_bnr .before_pregnancy_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/before_pregnancy_bnr.jpg");
}
.under_bnr .infertility_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/infertility_bnr.jpg");
}
.under_bnr .nipt_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/nipt_bnr.jpg");
}
.under_bnr .cancer_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/cancer_bnr.jpg");
}
.under_bnr .comprehensive_cancer_panel_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/comprehensive_cancer_panel_bnr.jpg");
}
.under_bnr .gene_panel_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/gene_panel_bnr.jpg");
}
.under_bnr .hindrance_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/hindrance_bnr.jpg");
}
.under_bnr .super-nipt_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/super-nipt_bnr.jpg");
}
.under_bnr .monitor_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/monitor_bnr.jpg");
}
.under_bnr .autismpanel_bnr a {
	background-image: url("/wp-content/themes/noel_tcd072-child/images/autismpanel_bnr.jpg");
}
.under_frame_ttl {
    line-height: 1.6em;
}
.txt_marker {
    font-weight: bold;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(255,230,255) 50%);
	background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position:0 .8em;
	/*transition: all 6s ease;*/
}
.txt_marker.active {
	background-position: -100% .8em;
}
.under_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.under_btn li {
	width: 250px;
	margin: 0 10px 10px;
}
.under_btn li a {
    background: url("/wp-content/themes/noel_tcd072-child/images/under_arrup.svg") no-repeat right 21px center #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.05em;
    transition: all 0.3s;
	padding: 10px 40px;
	min-height: 60px;
	line-height: 1.6em;
	border-radius: 999px;
}
.under table p:not(:last-child) {
	margin-bottom: 1em;
}
.under_step_item {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 55px;
}
.under_step_item:last-child {
	margin-bottom: 0;
}
.under_step_item:not(:last-child):before {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: var(--pink-light) transparent transparent transparent;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%);
}
.inner_under .nipt_sec12_list dd {
	/*background: #F5F5F5;20231002アコーディオン背景白修正*/
}
.under_circle {
    display: flex;
    justify-content: center;
}
.under_circle dl {
    width: calc(28% - 20px);
	margin: 0 10px;
}
.under_circle dt {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--scolor);
    border-radius: 50%;
    position: relative;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0 auto 10px;
}
.under_circle dt .lager {
	display: block;
	color:var(--scolor);
	font-size: 150%;
	line-height: 1.2em;
}
.under_circle dt .number {
	display: block;
	font-size: 150%;
	line-height: 1em;
}
.under_circle dt > a {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pink);
	border: 1px solid var(--pink);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 15px 10px;
    border-radius: 999px;
}
.under_circle dt .note {
    font-size: 12px;
    color: var(--txt);
    position: relative;
    top: -10px;
}
.under_circle dd {
	font-size: 12px;
}
.under_circle:not(:last-child) {
	margin-bottom: 30px;
}
.nipt_sec12_list.no_icon dt:before, .nipt_sec12_list.no_icon dd:before {
	display: none;
}
.nipt_sec12_list.no_icon dt {
	padding-left: 0;
}
.nipt_sec12_list.no_icon dd {
	padding: 30px;
}
.clr_red {
	color: var(--red);
}
.list02 li {
    list-style: decimal;
    margin-left: 30px;
}
.online-nipt_col {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.online-nipt_col li {
    width: 32%;
    background: var(--pink);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6em;
    position: relative;
    font-family: var(--f-nts);
    flex-direction: column;
}
.online-nipt_col li:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    pointer-events: none;
}
.online-nipt_col li .lager {
    display: block;
    font-size: 150%;
	margin-top: 15px;
	line-height: 1.5em;
}
.online-nipt_row {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.online-nipt_row li {
    width: 24%;
    background: rgb(230 164 200 / 13%);
    padding: 20px;
    text-align: center;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 500;
    min-height: 260px;
    position: relative;
    font-family: var(--f-nts);
    flex-direction: column;
}
.online-nipt_row li .txt, .online-nipt_col li .txt {
    margin: auto;
}
.online-nipt_row li:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: 1px solid #ddd;
    pointer-events: none;
}
.online-nipt_row li .small {
    display: block;
    font-size: 70%;
	margin-top: 10px;
}
.under_map {
	margin: 0 0 10px;
}
.map_btn a {
	margin: 0 auto;
}
.nipt_sec04_arr{
	position:absolute;
	bottom:0;
	right:5px;
	animation: arrowmove 1s ease-in-out infinite;
	z-index: 3;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.nipt_sec04_arr span{
	position: absolute;
	left:5px;
	bottom:10px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	line-height: 1.2em;
	transition: all 0.3s;
}

.nipt_sec04_arr a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 6px;
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
	transition: all 0.3s;
}

.nipt_sec04_arr a:after{
	content:"";
	position: absolute;
	bottom:0;
	right:12px;
	width:1px;
	height: 50px;
	background:#000;
	transition: all 0.3s;
}
.nipt_sec04_arr a {
	display: block;
}
.nipt_sec04_arr a {
    display: block;
    width: 40px;
    height: 50px;
    position: relative;
}
.online-nipt_col a {
    color: #fff;
}
.inner_under .nipt_sec12_list dd:before {
    top: 13px;
}
.sns_list ul li iframe#twitter-widget-0 {
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    overflow: hidden;
}
.sns_list ul li:nth-child(1) img {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 0.3s;
}
.sns_list ul li {
	position: relative;
}
.sns_list ul li iframe#twitter-widget-0 .btn {
	height: 40px!important;
}
.bt_gray {
	border-top: 5px solid #ccc;
	padding-top: 40px;
}


.sec_cta {
  display: flex;
  justify-content: space-evenly;
  margin: 60px 0;
}
.sec_cta.-top {
  margin: 0 0 30px;
}

.sec_cta_btn > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  color: #fff;
  width: 350px;
  text-decoration: none;
  font-weight: 500;
  height: 50px;
  border-radius: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.sec_cta_btn > a:hover {
  opacity: 0.7;
}

.sec_cta_btn > a::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}

.sec_cta_btn.-mypege > a {
  border: 2px solid var(--scolor);
  background: #fff;
  color: var(--scolor);
}

.sec_cta_btn.-mypege > a::before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_login.svg");
}



/* 20230613 ヒトノテさん追加部分 */
.sec_cta {
  display: flex;
  justify-content: space-evenly;
  margin: 60px 0;
}
.sec_cta.-top {
  margin: 0 0 30px;
}

.sec_cta_btn {}

.sec_cta_btn > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  color: #fff;
  width: 350px;
  text-decoration: none;
  font-weight: 500;
  height: 50px;
  border-radius: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.sec_cta_btn > a:hover {
  opacity: 0.7;
}

.sec_cta_btn > a::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}

.sec_cta_btn.-mypege > a {
  border: 2px solid var(--scolor);
  background: #fff;
  color: var(--scolor);
}

.sec_cta_btn.-mypege > a::before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_login.svg");
}
.nipt .nipt_sec12 .nipt_sec12_list .detail_nipt_dt {
	margin: 0;
	text-align: left;
	color: #000;
}
.under_anchor_btn {
    display: flex;
    flex-wrap: wrap;
}
.under_anchor_btn li {
    width: 25%;
}
.under_anchor_btn li a:first-child {
    display: flex;
    border: 1px solid var(--pink-light);
    color: var(--txt);
    text-decoration: none;
    position: relative;
    padding: 10px 25px 10px 15px;
    line-height: 1.4em;
    align-items: center;
    min-height: 60px;
	height: 100%;
	background: #fff;
}
.under_anchor_btn li a:first-child:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #333 transparent transparent transparent;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);transition: all 0.3s;
}
.online-nipt_col .btn, .online-nipt_row a.btn {
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 40px;
    margin-top: 10px;
	font-size: 16px;
}
.under.header_fix {
    padding: 0;
}
.under #blog_list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.under #blog_list .title_area .title {
    padding: 0;
    font-size: 20px;
    color: var(--scolor);
}
.under #blog_list .title_area .title:before {
	display: none;
}
.under #blog_list .title_area {
    height: calc(100% - 237px);
    padding: 30px 20px;
}
.under #blog_list .item .category {
    margin: 0;
}
.under #archive_blog {
    padding: 0;
	display: block;
}
.under #blog_list .item {
    height: auto;
}
.under .blog_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding-top: 60px;
}
.sidebar {
    width: 300px;
    flex-shrink: 0;
    margin-left: 50px;
}
.sidebar_ttl {
    font-size: 18px;
    font-weight: 700;
    color: var(--scolor);
    margin: 0 0 10px;
}
.under .tcd_category_list a {
    text-decoration: none;
}
.breadcrumbs .home {
    color: #000;
}
.sidebar .p-dropdown__list li {
    font-size: 14px;
}
.sidebar .side_widget {
    margin: 0 0 50px;
}
.sidebar .p-dropdown__list li:first-child {
	display: none;
}
.colum_blog_card_3list {
    display: flex;
    flex-wrap: wrap;
}
.colum_blog_card_3list:not(:last-child) {
	margin-bottom: 40px;
}
.colum_blog_card_3list li {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
	position: relative;
}
.colum_blog_card_3list li:nth-child(3n) {
	margin-right: 0;
}
.colum_blog_card_3list li > a {
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    text-decoration: none;
    color: var(--txt);
	overflow: hidden;
	height: 200px;
}
.colum_blog_card_category_box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 110px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}
.colum_blog_card_3list p {
    width: 100%;
    min-height: 1em;
    max-height: 4em;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
}
.colum_blog_card_3list li > p a {
	display: block;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    text-decoration: none;
    color: var(--txt);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.colum_blog_card_3list img {
	transition: 1s all;
    height: 100%;
    width: 100%;
    object-fit: cover;
	max-width: none;
}
a.home span:before {
	display: none;
}
.column_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.under .inner_under h3.side_headline {
    width: auto;
    padding: 0;
	background: none;
}
.under .inner_under h3.side_headline:before {
    display: none;
}
ul.accordion-box li.accordion-block div.acc-btn > p {
    margin: 0;
	line-height: 1.8em;
}
.under .side_widget li {
    transition: none!important;
    animation-name: none!important;
}
div.infomation_box div.infomation_bottom_area {
    padding: 30px 45px;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
div.infomation_box div.infomation_bottom_area .under_btn {
    width: 100%;
    margin-top: 30px;
}
.category_item:nth-child(1) {
    width: 60%;
}
.category_item:nth-child(2) {
    width: 40%;
}
.content_list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 20px;
}
.content_list2 li {
    width: 50%;
}
.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_list li {
    width: 49%;
    margin: 0 0 30px;
    background: #F5F5F5;
    padding: 20px;
}
.service_list li >p:first-child> a {
    display: inline-block;
    text-decoration: none;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 150%;
    font-weight: 700;
    line-height: 1.2em;
}
.service_list li p:first-child {
	margin-bottom: 15px;
}
.under blockquote p {
	font-size: 16px;
}
.mv_itm_img {
    position: relative;
}
.mv_item a.text {
    position: absolute;
    width: 34px;
    height: 17px;
    left: 131px;
    bottom: 40px;
}
.under main table {
    border: 1px solid #C2C2C2;
    border-bottom: none;
}
.w41 {
	width: 41%;
}
.w48 {
	width: 48%;
}
/* EGDE */
@supports (-ms-ime-align: auto) {}
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

/* EXCEED20230714追加 */
.textwidget p {
    margin: 0;
}
.under blockquote p {
	font-size: 16px;
}
.sec09_itm_btn.no_icon a::before {
display: none;
}
.nipt_sec02 .sec04_item.itm02 .sec04_itm02_ttl {
    background: rgba(255,255,255,0.4);
}
.under table.tb_price th {
    background: #FFF9FC;
}
.under table.tb_price td {
    background: #fff!important;
}
.under a.link_black {
    color: #000;
}
.under_video {
    border: 13px solid #F6B3D8;
    border-radius: 10px;
    padding: 1px 40px 40px;
    position: relative;
    max-width: 660px;
    margin: 0 auto;
}
.under_video_ttl:before, .under_video_ttl:after {
	content: '';
	position: relative;
}
.under_video_ttl:before {
	background: url("/wp-content/themes/noel_tcd072-child/images/under_video_icon01.svg") no-repeat top center/100% auto;
	width: 103px;
	height: 100px;
}
.under_video_ttl:after {
	background: url("/wp-content/themes/noel_tcd072-child/images/under_video_icon02.svg") no-repeat top center/100% auto;
	width: 90px;
	height: 101px;
}
.under #content .under_video_ttl {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: -79px -40px 34px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.under_video_ttl>.ttl {
    background: url("/wp-content/themes/noel_tcd072-child/images/nipt_sec05_bnr.svg") no-repeat center center/auto 100%;
    padding: 9px 0;
    line-height: 1.5em;
	width: 414px;
	flex-shrink: 0;
}
.under #content .under_video_txt {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 18px;
}
.under_video_iframe iframe {
	width: 100%;
	height: 450px;
}
.under_video_iframe>div {
    width: 100%!important;
    margin: 0!important;
}

/*------------------------*/
/* ページ最終更新日文言CSS */
/*------------------------*/
div.modified-date-wrap, div.page-renew-date-wrap {
  width: fit-content;
  margin: 0 1rem 1rem auto;
}
div.modified-date-wrap time, div.page-renew-date-wrap time {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0.8rem;
  border-left: 5px solid #dddddd;
  border-right: 5px solid #dddddd;
  display: block;
}
.nipt_top_note {
    background: #B82173;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 20px;
}
blockquote li, blockquote p, blockquote dt, blockquote dd {
    font-size: 100%;
}
@media screen and (max-width: 750px) {
.under_circle.col2 dl {
    width: 48%;
}
.under_circle.col2 dt {
    width: 100%;
    height: 45vw;
    margin: 0;
}
}


/*宮川追記2023/08/18*/
.detail_nipt_button {
text-align: center;
}
.detail_nipt_button_title {
font-size: 24px;
color: #de6eab;
font-weight: bold;
}
.detail_nipt_button_text {
font-size:15px;
}
.detail_nipt_button .idx_btn {
display: block;
width: 300px;
margin: 0 auto;
}
.detail_nipt_button .idx_btn a {
font-size: 15px;
padding: 7px;
width: 300px;
}

@media screen and (max-width: 750px){
.detail_nipt_button_text {
margin: 0 0 15px 0 !important;
text-align: left;
}
.detail_nipt_button_title {
font-size: 20px;
}
}
/*宮川追記2023/09/07*/
.inspection-manu{
display: flex;
flex-wrap: wrap;
font-size: 16px;
}
div .inspection-manu a{
margin: 0 30px 0 0;
color: #DE6EAB;
text-decoration: underline;
}
div .related_article_column #inspection-manu-title{
font-weight:bold;
font-size:24px;
margin:0;
}
div .inspection-img img{
width:300px;
height:200px;
margin-right:20px;
}
div .inspection-img{
display:flex;
}
div #inspection-manu-bottom{
border:medium solid #d3d3d3;
padding:15px;
margin-bottom: 50px;
}
.bridal-img{
margin-bottom:20px;
}
.arrow_inspection {
margin: 10px 0 10px 0;
width:50%;
position: relative;
padding-left: 15px;
}
.arrow_inspection::before {
position: absolute;
content: '';
width: 6px;
height: 6px;
border-top: solid 2px #697b91;
border-right: solid 2px #697b91;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 0;
margin-top: 7px;
margin-left: 4px;
}

.detail_nipt_button {
text-align: center;
}
.detail_nipt_button.detail_nipt_button_title {
font-size: 24px;
color: #de6eab;
font-weight: bold;
margin-bottom: 30px;
}
.detail_nipt_button.idx_btn {
display: block;
width: 350px;
margin: 0 auto;
}
div #page_renew_inner_under.inner_under {
width: 950px;
}

@media screen and (max-width: 750px) {
div .arrow{
width:100%;
}
.inspection-manu{
display:block;
font-size: 14px;
}
div .related_article_column #inspection-manu-title{
font-size:16px;
}
div .inspection-img img{
margin:auto;
}
div .inspection-img{
display:flex;
flex-direction:column;
}
div .inspection-img p{
margin-top:20px;
}
.bridal-img{
margin-bottom:0;
}
.arrow_inspection {
width:100%;
}
}
/*宮川(奏)追記2023/09/11*/
.pregnancy_calender_profile details summary ~ div {
	border-radius: 50px;
}
.pregnancy_calender_profile .flex_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
}
.pregnancy_calender_profile .image-size {
	width: calc(20%);
}
.pregnancy_calender_profile .oneToOneAspectRatio {
	aspect-ratio: 1 / 1;
	width: 100%;
}
.pregnancy_calender_profile .profile-main {
	width: calc(70%);
}
.pregnancy_calender_profile #author-block .pregnancy_calender_author_introduction {
	margin: initial;
}
.pregnancy_calender_profile #author-block .pregnancy_calender_author_introduction {
	text-align: right;
	padding: 0;
	margin: 0;
}
.pregnancy_calender_profile #author-block .pregnancy_calender_author_introduction a{
	color: #000;
}
.pregnancy_calender_profile p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.post_content .pregnancy_calender_profile p {
    margin: 0;
}
@media screen and (max-width: 750px){
	.pregnancy_calender_profile #main_col p{
		font-size: 15px;
	}
}
@media screen and (max-width: 600px){
	.pregnancy_calender_profile .image-size {
		width: calc(40%);
	}
	.pregnancy_calender_profile .profile-main {
    	width: calc(90%);
	}
	.flex_wrap {
		justify-content: center !important;
	}
}

.menuLink-container{
	overflow: hidden;
	position: relative;
}

.menuLink-container::after{
	content: "";
	position: absolute;
	right: 43%;
	top: 15px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	transform: translateY(-50%) rotate(-135deg);
	font-size: 20px;
	pointer-events: none;
}

.menuLink_sub li {
	width: 100%;
	margin-right: 3px;
	position: relative;
}
.menuLink_sub li:last-child {
	margin-right: 0;
}
.menuLink-container a {
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 5px;
	transition: opacity 0.3s ease;
	text-decoration: none;
	border:1px solid #DE6EAB;
	margin:0 0 -1px;
	color:#DE6EAB !important;

}
.menuLink-container a:hover {
	background-color: rgba(222, 110, 171, 0.3) !important;
	text-decoration: none !important;
	color:#000000 !important;
}

.menuLink__drop {
	display: block;
	text-align: center;
	padding: 5px;
	transition: opacity 0.3s ease;
	cursor: pointer;
	width: 60%;
	font-weight: bold;
	text-align: center;
	border:1px solid #DE6EAB;
	border-radius: 60px;
	font-size: 16px;
}
.menu__drop:hover {
	opacity: 0.7;
}
.menuLink_sub {
	display: none;
	margin: initial;
	width:60%;
}

@media print {
	.fixed_pc,header, footer, .to_top, .fixed_sp, .breadcrumbs, #topic_path ul {
		display: none;
	}
	*{
    visibility: visible !important;
    animation: none !important;
	}
	 @page {
        size: a4;
        margin: 0;
    }
	html {
    zoom: 85%;
  }
  body {
    min-width: 1000px;
		margin: 0 0.5cm 0 0;
        -webkit-print-color-adjust: exact !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  html, body {
    width: 210mm;
    height: 297mm;
  }
}