@charset "utf-8";

/*
Theme Name: BabyPark育休者向けLP
Description: 
Author: Taniguchi
Version: 1.0
*/

/*===========
reset_css
===========*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
/*    font-size: 100%;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,p {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
     list-style-type: none!important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
b,
strong {
font-weight: bold!important;
}

/*======================
basic_setting
======================*/
html {
	font-size: 62.5%;
		font-size: .625vw;
	overflow: auto;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 500;
}
h2,h3{
	line-height: 1.4;
}
p{
	color: #000000;
	line-height: 1.6;
	font-weight: 500;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
iframe {
    vertical-align: bottom;
}



/*======================
link_hover色々
======================*/

/*透過する*/
.deco a{
/*	transition: 0.5s ease;*/
}
.deco a:hover{
	opacity: 0.8;
}

/*下線がついている→消える*/
.deco01 a{
	text-decoration: underline;
}
.deco01 a:hover{
	text-decoration: none;
}

/*ゆっくり透過する*/
.deco02 a{
	transition: all .3s;
}
.deco02 a:hover{
	opacity: 0.6;
}

/*下線が無い→下線がつく*/
.deco03 a:hover{
	text-decoration-line: underline;
}

/*ふわっと浮き上がる（ドロップシャドウ）*/
.deco-shadow a{
	transition: all .3s;
}
.deco-shadow a:hover{
	box-shadow: 0px 6px 22px 0px rgba(185,185,185,0.6);
	transform: translateY(-6px);
}

/*ゆっくり色がつく*/
.deco-color a{
	transition: all .3s;
}
.deco-color a:hover{
	color: #B8B8B8;
}

/*青文字下線つき→下線が消える*/
.fo-link a{
    color: #2259C7;
	text-decoration: underline;
}
.fo-link a:hover{
	text-decoration: none;
}

.link a{
	position: relative;
	padding-right: 24px;
}
/*.link a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	background-image: url("images/icon/link.svg");
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}*/

/*======================
more_btn
======================*/
.more_btn a{
	font-family: "Zen Maru Gothic", sans-serif;
	width: 100%;
	max-width: 380px;
	display: inline-block;
	background-color: #EB9E8B;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 6px 0 #FFD9CF;
}
.more_btn a::after{
		content: "";
	background: url( "images/icon/arrow_right.svg") no-repeat center / contain;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
		transition: all .3s;
}

.more_btn a:hover{
	transform: translateY(6px);
  box-shadow: 0 0 0 #FFD9CF;
}

@media only screen and (max-width: 430px) {
.more_btn a{
	font-size: 18px;
}
}


/*======================
list_dot 
======================*/
.list_dot li{
	position: relative;
	padding-left: 22px;
font-size: 18px;
}
.list_dot li:last-child{
	margin-bottom: 0;
}
.list_dot li:before {
	content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0.55em; 
    background: #1D5BA1; 
    }

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}
@media only screen and (max-width: 767px) {
.list_dot li{
	padding-left: 18px;
}
	.list_dot li:before {
    width: 8px;
    height: 8px; 
		top: 0.45em; 
    }
}

/*======================
table
======================*/
.table{
	width: 100%;
	max-width:375px;
	margin: 0 auto;
	border-collapse: collapse;
}


.table th{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	background-color: #EEE8DB;
	border: 1px solid #978F7F;
}

.table td{
	display: block;
	width: 100%; 
	padding: 20px;
	background-color: #fff;
	border: 1px solid #978F7F;
	font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {

}

/*======================
form
======================*/

input[type=email], input[type=search], input[type=text], input[type=url],select, textarea,radio{
	-webkit-appearance: none;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="radio"]{
	width: auto!important;
	height: auto!important;
	position: relative;
	top: 2px;
	cursor: pointer;
}
input[type="checkbox"]{
	width: auto!important;
	position: relative;
	top: 2px;
	height: 15px!important;
	margin: 0!important;
	margin-right: 6px!important;
}
@media only screen and (max-width: 767px) {


	
/*	input[type="radio"]{
	width: 16px!important;
	height: 16px!important;
}
	input[type="checkbox"]{
		top: 4px;
    -webkit-transform: scale(1.2, 1.2)!important;
}*/
}

/*===========
フォーム全体
===========*/
.form{
	max-width: 75rem;
	margin: 0 auto;
	padding: 4rem 5rem;
	position: relative;
}

.form .form_inner{
/*	max-width: 630px;
	margin: 0 auto;*/
}

.form dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}
.form dl:last-of-type{
	margin-bottom: 0;
}


.form dl dt{
	width: auto;
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	align-items: baseline;
}
.form dl dd{
	width: 42rem;
	font-size: 1.6rem;
}

.flex_column{
	flex-flow: column;
	align-items: flex-start!important;
}
.flex_start{
	align-items: flex-start!important;
}
.flex_start dt{
	padding-top: 10px;
}

.form_name{
	padding-left: 10px;
}

@media only screen and (max-width: 768px) {
.form{
	max-width: 100%;
	padding: 30px;
}
	.form dl{
	display: block;
		margin-bottom: 25px;
}
	.form dl dt{
	width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
}
	.form dl dd{
	width: 100%;
}
	.flex_start dt{
	padding-top: 0;
}
}

@media only screen and (max-width: 767px) {
	.form{
	padding: 30px 20px;
}

}

@media only screen and (max-width: 375px) {
	.flex_column_sp{
		display: flex;
		flex-flow: column;
	}
	.flex_start{
		display: flex;
		align-items: flex-start!important;
	}
}

/*===========
必須・任意
===========*/
.hissu{
	display: inline-block;
	width:60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #B6402D;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-right: 25px;
}
.any{
	display: inline-block;
	width:60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #7C7C7C;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.hissu{
		width: 52px!important;
	height:22px;
	line-height: 22px;
	font-size: 12px;
		margin-top: 3px;
		margin-right: 15px;
}
.any{
	width: 52px!important;
	height:22px;
	line-height: 22px;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 15px;
}
}

/*===========
入力欄
===========*/
.form dl dd input{
	font-family: "Noto Serif JP", serif;
	width: 100%;
	height: 4.5rem;
	padding: 0 20px;
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
.form dl dd input{
	height: 50px;
}
}
@media only screen and (max-width: 767px) {
	.form dl dd input{
	height: 45px;
	padding: 0 15px;
}
}

/*===========
日付
===========*/
.form dl dd input[type="date"] {
	width: 360px;
}


/*===========
セレクト　icon変更
===========*/
/*select{
	cursor: pointer;
		width: 410px;
	margin: 0 auto;
	padding: 15px 34px;
	background-color: #fff;
	font-size: 14px!important;
	border: 1px solid #aaaaaa;
	background-image: url( "../images/icon/icon_arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 13px 8px;
    background-position: right 7% top 50%;
}*/
.form dl dd select{
	cursor: pointer;
		width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #B7B7B7;
	background-image: url( "images/icon/arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 15px 9px;
    background-position: right 20px top 50%;
}

.time_select select{
	width: 266px!important;
	height: 60px;
	margin-right:20px; 
}
.time_select .flex_wrap{
	margin-right: auto;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.form dl dd select{
	height: 46px;
		background-size: 10px 6px;
		font-size: 14px;
}
	.time_select select{
	width: 190px!important;
	height: 46px;
		margin-right:15px; 
}
}

@media only screen and (max-width: 374px) {
		.time_select select{
	width: 100%!important;
		margin-right:0; 
}
	.time_select .flex_wrap{
	display: block;
}
}

/*===========
ラジオボタン
===========*/
/*.form .form-radio{
	display: flex;
}*/
.form .form-radio label{
	display: block;
	margin-right: 32px;
	cursor: pointer;
}
.form .form-radio textarea{
	width: 100%;
	height: 110px;
	margin-top: 12px;
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
}


.form .form-radio .wpcf7-list-item{
	display: block;
}
.form .form-radio .wpcf7-list-item.first {
  margin: 0;
}
.form .form-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
	font-size: 16px;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.form .form-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 15px;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  width: 15px;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #345CCB; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}


@media only screen and (max-width: 767px) {
	.form .form-radio label{
	margin-right: 15px;
		margin-top: 0;
}
.form .form-radio .wpcf7-list-item-label {
  font-size: 16px; /* 項目のフォントサイズ */
}
	.form .form-radio .wpcf7-list-item-label::before {
  height: 16px;
  width: 16px;
		margin-bottom: 4px;
    margin-right: .5em;
    margin-top: 6px;
}
}

/*===========
チェックボックス
===========*/
.form .check_wrap{
	width: 375px;
	margin-bottom: 20px;
}
.form .form_check label{
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
}


.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-list-item {
  margin: 0 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px; /* 項目のフォントサイズ */
}
input[type="checkbox"] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #333;
  content: "";
  display: inline-block;
	width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url( "images/icon/form_check.svg") no-repeat center;
  background-size: contain;
  content: "";
	    width: 9px;
    height: 9px;
    left: 4px;
    position: absolute;
    top: 10px;
 
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #345CCB;
}

@media only screen and (max-width: 767px) {
	.form .check_wrap{
		width: 280px;
	}
	.form .form_check label{
	margin-right: 10px;
		  font-size: 14px;
}
	
.form .form_check .wpcf7-list-item-label {
  font-size: 14px;
}
	.wpcf7-list-item-label::before {
	width: 16px;
  height: 16px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: 7px;
}
}
@media only screen and (max-width: 374px) {
	.form .check_wrap{
		width: 218px;
	}
}


/*===========
テキストエリア
===========*/
.form dl dd textarea{ 
	font-family: "Noto Serif JP", serif;
	width:100%;
	height: 18rem;
	padding:20px;
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
.form dl dd textarea{ 
	height: 200px;
}
}
@media only screen and (max-width: 767px) {
	.form dl dd textarea{
	height: 148px;
	padding:15px;
}
}


/*===========
プラボリ
===========*/
.form_policy{
	font-family: "Noto Serif JP", serif;
	background-color: #F1F1F1;
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	padding: 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.form_policy .policy_item{
	margin-bottom: 40px;
}
.form_policy .policy_item:last-of-type{
	margin-bottom: 0;
}
.form_policy .policy_item p{
	line-height: 1.6;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
.form_policy{
	padding: 20px;
}
	.form_policy .fo14{
	font-size: 13px!important;
}
	.form_policy .policy_item{
	margin-bottom: 20px;
}
}


/*===========
送信ボタン
===========*/
.send-btn{
	width: 27rem;
	height: 6.5rem;
	margin: 0 auto;
	margin-top: 3.5rem;
	position: relative;
	transition: .3s;
	cursor: pointer;
}

.form .send-btn input{
		font-family: "Noto Sans JP", sans-serif;
display: inline-block;
	width: 100%;
	height: 6.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	position: relative;
	transition: .3s;
	cursor: pointer;
	background: linear-gradient(0deg,rgba(202, 70, 28, 1) 0%, rgba(251, 156, 37, 1) 100%);

}
.form .send-btn input:hover{
	opacity: .7;
}

@media only screen and (max-width: 768px) {
	.send-btn{
	width: 200px;
	height: 50px;
	margin-top: 30px;
}
	.form .send-btn input{
	height: 50px;
	font-size: 16px;

}
}

@media only screen and (max-width: 767px) {
	.send-btn{
	width: 100%;
	margin-top: 25px;
}


}

::placeholder {
  color: #8B8B8B;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #8B8B8B;
}
/* IE対応 */
:-ms-input-placeholder {
  color:#8B8B8B;
}

/*.send-btn{
	overflow: hidden;
}*/


/*======================
conatcform7　ラジオボタンマージン無し
======================*/
.wpcf7-list-item{
	   display: inline-block;
	margin: 0!important;
}

/* .wpcf7:not(.time_select) p {
display: inline;
}*/

.no-number a{
	text-decoration:none!important;
}

.mw_wp_form .error{
	font-size: 14px!important;
}

.mwform-radio-field{
	margin-left: 0!important;
}

/*.wpcf7 br{
	display: none!important;
}*/
.wpcf7 .screen-reader-response{
	overflow: auto;
	position: inherit!important;
}

.wpcf7 form .wpcf7-response-output{
	border: none;
	border-color: transparent!important;
	padding: 0!important;
	margin: 20px 0 0 0!important;
	color: #000;
	text-align: center;
	font-size: 14px;
}
.wpcf7-not-valid-tip{
	font-size: 14px!important;
}

.wpcf7-radio {
   /* display: flex!important;*/
   /* flex-direction: column!important;*/
}


@media only screen and (max-width: 768px) {


}


/*======================
inview
======================*/

.fadeIn_logo {
  opacity: 0;
  transition: 3s;
}
.fadeIn{
  opacity: 0;
  transition: 1.5s;
}
.fadeIn_35{
  opacity: 0;
  transition: 3.5s;
}
.fadeIn_45{
  opacity: 0;
  transition: 6.5s;
}
.fadeInTop {
  opacity: 0;
  transition: 2.5s;
}
.fadeIn_logo.is-show,.fadeIn.is-show,.fadeInTop.is-show,.fadeIn_35.is-show,.fadeIn_45.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.8s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
	transition-delay: .3s;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 0.8s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
transition-delay: .4s;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 0.8s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
transition-delay: .4s;
}


.fadeIn_logo {
  opacity: 0;
	  transform: translate(-50%,-40%);
  transition: 1.5s;
}
.fadeIn_logo.is-show {
	
  transform: translate(-50%,-50%);
  opacity: 1;
}


.fadein {
	opacity: 0;
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
}


.fadeInTrigger{
	opacity: 0;
}
.delay-time{
	animation-delay: 0.5s;
}

.delay0-5{
	animation-delay:0.5s;
}
.delay1s{
	animation-delay:1s;
}
.delay1-5s{
	animation-delay:1.5s;
}
.delay1-8s{
	animation-delay:1.8s;
}
.delay2s{
	animation-delay:2s;
}
.delay2-5s{
	animation-delay:2.5s;
}
.delay3s{
	animation-delay:3s;
}
.delay3-5s{
	animation-delay:3.5s;
}
.delay4s{
	animation-delay:4s;
}
.delay5s{
	animation-delay:5s;
}


