@charset "UTF-8";
/* ==============================
　style
============================== */
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
}
/* ----------------------------
*  mv slider
* ---------------------------- */
.cd-fixed-bg {
height: 100vh; /* 全画面表示 */
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('../assets/ninshin/obs-firtst-top.jpg');
height:100vh;
width:100%;
position: fixed;
z-index: -1;
}

.inna-kago{
max-width: 65%;
margin:0 auto;
}

.sanka-eria{
height:100vh;
width:100%;
position: relative;
}

.sanka-eria .mame{
position: absolute;
top:45%;
left: 10%;
width:30vw;
height:auto;
}

.mame10 {
position: relative;
}
h2.mame10 {
position: relative;
z-index: 5;
letter-spacing: 0.6vw;
font-size:1.4vw;
}
.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 20vw;
  height: 20vw;
  background-image: url('../assets/ninshin/name.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
top:-4vw;
left:5vw;
}


.main-visual-logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.main-visual-logo img {
  max-width: 200px;
}

.icon {
  max-width: 25px;
  display: block;
}

/* ----------------------------
* contents - top
* ---------------------------- */
.contents {
background: #fff;
}
/*=================================
 page original style
==================================*/
.page.contents._pregnant {
}
.page.contents._pregnant:nth-child(3) {

}
.point-no {
  font-size: 150%;
  font-weight: 500;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 4vw;
  height: 4vw;
  letter-spacing: 0.15rem;
  margin: 0 auto;
  background-color: rgb(170, 185, 135);
}
.point-title {
  font-size: 130%;
  text-align: center;
  padding: 1vw 0 1.5vw;
  font-weight: 600;
}
.point-txt {
  font-size: 110%;
  text-align: center;
  font-weight: 400;
}
.point01.inner {
  border-bottom: 1px solid #99a88d;
}
.point01 .twin__wrap.x1x1 {
  padding: 3vw 0;
  max-width: 850px;
  margin: 0 auto;
  font-size: 105%;
  color: #000;
  font-weight: 400;
  gap: 5%;
  position: relative;
}
.point01 .twin__wrap .twin__wrap__parts li {
  line-height: 2em;
  position: relative;
  padding-left: 23px;
}
.point01 .twin__wrap .twin__wrap__parts li::before {
  content: "";
  border: 1px solid;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 33%;
}
.point02 {
  border-bottom: 1px solid #99a88d;
}
.point02 .wrap {
  max-width: 850px;
  margin: 1vw auto;
}
.point02 .title {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.05vw;
  padding: 0.5vw 0;
  line-height: 1;
  color: #8fa361;
  font-weight: 600;
}
.point02 .twin__wrap {
  padding: 1.2vw 0;
  font-size: 0.9vw;
  font-weight: 400;
  align-items: stretch;
  gap: 3%;
}
.point02 .twin__wrap .twin__wrap__parts:nth-child(1) li:nth-child(3) {
  letter-spacing: -0.07rem;
}
.twin__wrap .__ti {
  font-size: 1.05vw;
  color: #8fa361;
  font-weight: 600;
  padding: 0 0 0.5vw;
}
.point02 .twin__wrap .twin__wrap__parts .txt {
  font-size: 100%;
}
.button-item .button .Btn01::before {
top: 30%;
}
.button-item.tel .Btn01::before {
  content: "";
  background: url("../assets/images/item_tel.svg") no-repeat;
  background-size: contain;
  width: 1.05vw;
  height: 1.05vw;
  position: absolute;
  left: 20%;
}
.point02 .twin__wrap .Btn01 {
  width: 100%;
  font-size: 0.9vw;
  height: 2.5vw;
}
.point02 .twin__wrap .button {
  width: 100%;
  margin: 1.5vw auto;
}
.point03 {
  border-bottom: 1px solid #99a88d;
}
.point03 .wrap {
  max-width: 850px;
  margin: 0 auto;
}
.point03 table {
  margin: 3vw 0;
  font-size: 105%;
  font-weight: 400;
}
.point03 table th {
  text-align: left;
  color: #8fa361;
  width: 25%;
  padding: 0.5vw 0;
}
.point03 table td {
  width: 75%;
}
.point04 {
}

.point04 .wrap {
  max-width: 850px;
  margin: 2vw auto;
}
.point04 .point-txt {
  font-size: 105%;
  list-style: disc;
  text-align: left;
    line-height: 2em;
}

.point04 .point-txt li{
    list-style-position: inside;
}
.point04 .wrap .title {
  font-size: 1.05vw;
  font-weight: 400;
  color: #fff;
  background-color: rgb(178, 191, 146);
  height: 2.2vw;
  width: 36%;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05rem;
  min-width: 280px;
  margin-top: 2em;
  margin-bottom: 1.8em;
}
.point04 .wrap .txt {
  font-size: 1vw;
}
.point04 .wrap .box {
  border: 1px solid #8fa361;
  padding: 2vw 3vw;
  text-align: center;
  margin: 3vw 0;
}
.point04 .wrap .box .title {
  margin: 0 auto;
  background: transparent;
  color: #8fa361;
  font-weight: 500;
  font-size: 1.05vw;
  border-bottom: 2px solid #8fa361;
  border-radius: 0;
  margin-bottom: 0.5vw;
  min-width: 260px;
  width: 30%;
}
.point04 .wrap .box .txt {
  padding: 0.5vw 0;
  text-align: initial;
  font-size: 0.9vw;
  font-weight: 400;
}
.point04 .wrap .box .button-item {
  margin: 1vw auto auto;
}
.point04 .wrap .box .button-item .button {
  max-width: 45%;
}
.point04 .wrap .box .button-item .Btn01 {
  font-size: 0.9vw;
  height: 2.2vw;
}
.point04 .wrap .box .button-item .Btn01::before {
  width: 0.8vw;
  height: 0.8vw;
}
















/* ==============================
 window size - sp
============================== */
@media (max-width: 767px) {


.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 70vw;
  height: 70vw;
  background-image: url('../assets/ninshin/name_sp.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
top: 0;
left: 0;
}
.mame p{
display:none;
}

.inna-kago {
    max-width: 95%;
    margin: 0 auto;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 1vw;
  font-size: 7vw;
  padding: 8.5vw 0;
}
.sanka-eria .mame {
  position: absolute;
  top: 40%;
  width: 70vw;
  height: auto;
  right: 0;
  left: 0;
  margin: auto;
}

.cd-fixed-bg {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;;
  background-image: url('../assets/ninshin/obs-firtst-top_sp.jpg');
height:100vh;
width:100%;
position: fixed;
z-index: -1;
}




/*=================================
 page original style
==================================*/
.page-head-txt {
  font-size: 4vw;
}
._pregnant h3 {
font-size: 4.7vw;
letter-spacing: 0.8vw;
}
.point-no {
width: 15vw;
height: 15vw;
font-size: 6vw;
}
.point-title {
  font-size: 5vw;
  padding: 3vw 0 5vw;
} 
.point-txt {
font-size: 4vw;
text-align: left;
}
.point01 .twin__wrap.x1x1 {
  grid-template-columns: 1fr;
  padding: 10vw 0;
  font-size: 3.8vw;
  gap: 0;
}
.point01.inner {
  border: none;
}
.point01 .twin__wrap::before {
  background: url("../assets/ninshin/box-bg.svg") no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 115%;
  height: 115%;
  background-position: center center;
  margin-left: -6vw;
}
.point02 .title {
font-size: 4.5vw;
padding: 1.5vw 0;
}
.point02 .twin__wrap.x1x1 {
grid-template-columns: 1fr;
}
.point02 .twin__wrap .twin__wrap__parts .txt {
font-size: 4vw;
}
.twin__wrap .__ti {
font-size: 4.5vw;
padding: 3vw 0 0;
}
.point02 .twin__wrap {
font-size: 3.8vw;
}
.point02 .twin__wrap .Btn01 {
font-size: 4vw;
height: 10vw;
}
.button .Btn01::before {
  top: 3vw;
width: 4vw;
height: 4vw;
}
.button-item.tel .Btn01::before {
width: 4vw;
height: 4vw;
top: 3vw;
left: 15%;
}
.twin__wrap__parts:nth-child(2) {
  border-top: 1.5px solid #677aa0;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #677aa0;
}
.twin__wrap__parts:nth-child(2) li:nth-child(2) {

}
.twin__wrap__parts:nth-child(2) li:nth-child(3) {
  order: 1;
}
.point03 table {
font-size: 4vw;
}
.point03 table tr {
  display: grid;
  grid-template-columns: 1fr;
}
.point03 table th {
width: 100%;
padding: 2vw 0;
}
.point03 table td {
width: 100%;
}
.point04 .point-txt {
font-size: 4vw;
}
.point04 .wrap .title {
  font-size: 4vw;
  height: 9vw;
  width: 70%;
  min-width: 230px;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.point04 .wrap .txt {
font-size: 4vw;
}
.point04 .wrap .box {
padding: 6vw;
margin: 10vw auto;
}
.point04 .wrap .box .title {
font-size: 4vw;
min-width: auto;
width: auto;
display: inline-block;
}
.point04 .wrap .box .txt {
font-size: 3.8vw;
padding: 5vw 0;
}
.point04 .wrap .box .button-item .Btn01 {
font-size: 4vw;
height: 8.5vw;
}
.point04 .wrap .box .button-item .Btn01::before {
width: 3.5vw;
height: 3.5vw;
top: 2.5vw;
}
.point04 .wrap .box .button-item .button {
max-width: 100%;
}

}