@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	.pc {display: none;}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

body {
	max-width: 100% !important;
	padding: 0 !important;
}

h2, h3 {
	line-height: 1.3;
}

p {
	margin: 0;
	line-height: 1.3;
}

form p {
	margin-top: 1%;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
    color: #e53900;
}

img {
	vertical-align: bottom;
}

#header-in {
	position: relative;
}

.logo-header a {
	display: inline-block;
    margin: 10px;
}

.logo-header img {
    width: 80px;
    height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 1030px){
	#header .tagline {
		font-size: 2vw;
		margin: 1vw 0 0;
	}
	
	.logo-header img {
	    margin: 0 auto;
		width: 10vw;
	}
	
	.logo-header a {
		display: inline-block;
		margin: 0 0 1vw;
	}
	
	.entry-title {
		text-align: center;
	}
	
	.entry-content {
		margin: 0;
	}
	
	.entry-content p {
		margin: 2% 0;
		line-height: 1.2;
	}
}

.logo-header span {
	vertical-align: middle;
    font-size: 2em;
}

@media screen and (min-width: 1031px){
	#header .tagline {
		text-align: left;
		margin-left: 2vw;
	}

	#header .logo {
		text-align: left;
		margin-left: 2vw;
	}
}

#header .logo-text {
	padding: 0 0 1em;
}

#header .contact {
	position: absolute;
    right: 2vw;
}

#header .contact p {
    float: left;
    margin-left: 1em;
    padding-bottom: 3px;
}

#header .contact p a {
	display: block;
	padding: 0.1em 0.3em;;
}

#header .contact .tel a {
	color: red;
}

#header .contact .web a {
	color: blue;
}

#header .contact .line a {
	color: #00B900;
}

#header .contact a span {
	color: #333;
	text-decoration: none;
	font-size: 1.5em;
}

#header .contact a:hover span {
    color: #e53900;
}

#header .discription h2 {
	text-align: center;
	font-size: 1.2em;
	color: #fa0800;
	line-height: 1.2;
}

#header .discription h3 {
	text-align: center;
	font-size: 1em;
	color: #fa817d;
	line-height: 1.2;
}

@media screen and (max-width: 1030px){
	#header .discription h2 {
		font-size: 4vw;
	}
	
	#header .discription h3 {
		font-size: 2.5vw;
	}
}

.master-slider-parent {
	background: #fff;
}

.entry-categories-tags {
	display: none;
}

.footer-bottom {
	margin: 0;
}

.footer-bottom-logo .logo-image {
	padding: 0;
	max-width: 275px;
}

.home.page .entry-title{
  display: none;
}

.page .post-date,
.post-update{
  display: none;
}

.author-info{
  display: none;
}

.new-entry-cards {
    display: flex;
    flex-wrap: wrap;
}

.new-entry-cards a {
    width: 33.333%;
}

.content {
	margin: 0;
}

.no-sidebar .content .main {
	padding: 1%;
}

.home.page #blog td {
	text-align: left;
}

.home.page #blog td a {
	display: block;
	padding: 1em;
}

.home.page #blog td p {
	margin: 0;
}

.mobile-menu-buttons {
	height: 50px;
}

.navi-menu-button {
	display: none;
}

@media screen and (max-width: 1030px){
	.navi-menu-button {
		display: flex;
		position: fixed;
		top: 10px;
		right: 10px;
		background: #fab1af;
		padding: 5px 8px;
    	border-radius: 5px;
		z-index: 10;
	}
	
	#navi-menu-open {
		font-size: 8px;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		color: #fa0800;		
	}
	
	#navi-menu-open i {
		font-size: 30px;	
		color: #fff;
	}
	
	.go-to-top-button {
		color: #fff;
		background: #fab1af;
	}
}

.mobile-menu-buttons .menu-button:hover {
    background-color: initial;
    transition: none;
    color: initial;
}

.mobile-menu-buttons .menu-button > label {
    display: block;
    height: 50px;
	line-height: 50px;
	text-align: center;
}

.mobile-menu-buttons .menu-button > a {
    display: block;
    height: 50px;
	line-height: 23px;
	text-align: center;
}

.mobile-menu-buttons .menu-icon {
	display: inline-block;
	margin-top: 5px;
}

.mobile-menu-buttons .menu-icon::before {
    font-size: 1em;
}

.mobile-menu-buttons .menu-caption {
	
}

.mobile-menu-buttons .menu-button > label,
.mobile-menu-buttons .menu-button > a {
	color: #fff;
}

.mobile-menu-buttons .navi-menu-button,
.mobile-menu-buttons .navi-menu-button:hover{
	background: #000;
}

.mobile-menu-buttons .tel-menu-button,
.mobile-menu-buttons .tel-menu-button:hover {
	background: #ff69b4;
}

.mobile-menu-buttons .web-menu-button,
.mobile-menu-buttons .web-menu-button:hover {
	background: #1e90ff;
}

.mobile-menu-buttons .line-menu-button,
.mobile-menu-buttons .line-menu-button:hover {
	background: #00B900;
}

.caption-box-label:hover {
	cursor: pointer;
}

.caption-box {
	line-height: 1.3;
	border: 1px solid #FADAD9;
}

.caption-box-label {
    background-color: #FADAD9;
}

table.about th {
	width: 20%;
}

#map iframe {
    width: 100%;
    height: 50vw;
}

table.about {
	margin-top: 10px;
}

#navi{
   background-color:#999;
   position: relative;
}

@media screen and (min-width: 1031px){
	#navi:after{
		border-bottom: 2px dotted #fff; /* 下線 */
		content: '';
		position: absolute;
		bottom: 5px;
		left: 3px;
		right: 3px;
	}
}

#navi #navi-in a{
	font-size:18px;
}

#navi .menu-item{
	background-color:#999;
	color: #fff; /* 文字色 */
    position: relative;
	text-shadow: 0px 0px 7px #fff, 0px 0px 5px #fff, 0 0 0.6px #fff; /* 文字周りの影 */
	text-align:center;
}

#navi #navi-in .menu-item:before{
	content: '＊*'; /*花に見せかけるためのアスタリスク*/
    color: #fff; /* アスタリスクの色 */
    display: inline-block;
    font-size: 20px; /* アスタリスクの大きさ */
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-shadow: 0px 0px 7px #999, 0px 0px 5px #999, 0 0 0.6px #999; /* アスタリスク周りの影 */
}

#reasons{
	max-width:1360px;
	margin:auto;
}

#reasons h3 {
	text-align: center;
	color: #fa0800;
	font-size: 1em;
}

#reasons ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#reasons ul li {
	width: 20%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin: 2%;
	padding: 1px;
	position: relative;
}

#reasons ul li:hover {
	border: 1px solid #000;
}

@media screen and (max-width: 1030px){
	#reasons ul li {
		width: 40%;
	}
}

#reasons ul li {
	opacity : 1;
}

#reasons ul li:hover {
	cursor : pointer;
}

#reasons ul li img {
	width: 20%;
}

#reasons ul li span {
	display: block;
	text-align: center;
	font-weight: bold;
}

.icon{
	width:125px;
	height:110px;
	margin:auto;
}

.icon_2{
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
}

.flow span{
	background: linear-gradient(transparent 75%, #FAB1AF 80%);
}

.title, #salary h3{
	display:block;
	margin:auto;
	text-align:center;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 'Sawarabi Mincho', sans-serif;
	color:#000;
}

.title{
    color: #fff; /* 文字色 */
    padding: 10px 10px 10px 10px; /* 上・右・下・左の余白 */
    position: relative;
	max-width:50%;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom: 3px dotted #000; /* 下線 */
	text-shadow: 0px 0px 10px #000, 0px 0px 8px #000, 0 0 1.5px #000; /* アスタリスク周りの影 */
}

.title:before {
    content: '＊*'; /*花に見せかけるためのアスタリスク*/
    color: #fff; /* アスタリスクの色 */
    display: inline-block;
    font-size: 40px; /* アスタリスクの大きさ */
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-shadow: 0px 0px 7px #000, 0px 0px 5px #000, 0 0 0.6px #000; /* アスタリスク周りの影 */
}

.title:after{
	content: '*＊'; /*花に見せかけるためのアスタリスク*/
    color: #fff; /* アスタリスクの色 */
    display: inline-block;
    font-size: 40px; /* アスタリスクの大きさ */
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    text-shadow: 0px 0px 7px #000, 0px 0px 5px #000, 0 0 0.6px #000; /* アスタリスク周りの影 */
    }

.block h2.title {
    padding-top: 0;
}

.salary-example{
	margin:auto;
	margin-top:20px;
	text-align:center
}

#work_flow{
	padding:0px 10px;
}


.flow{
	border: inset 10px #FA6964;
	border-radius:15px;
	padding:10px 10px;
}

.triangle-bottom {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
	border-width:30px 30px 0 30px;
    border-color: #FA514B transparent transparent transparent;
	margin: 10px auto;
}

.container_voice{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
}

.voice {
	width: 580px;
	height: 349px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 'Sawarabi Mincho', sans-serif;
	position: relative;
	margin: 1%;
}

.voice div {
	position: absolute;
    top: 80px;
    left: 210px;
    width: 300px;
    line-height: 1;
}

.voice h2 {
	font-size: 0.9em;
}

.voice h3 {
	font-size: 1.1em;
    color: #e63095;
    margin: 20px 0;
}

.voice p {
	font-size: 0.8em;
    line-height: 1.3;
}

@media screen and (max-width: 1236px){
	.voice {
		width: 45vw;
		height: 27vw;
		background-size: contain !important;
	}

	.voice div {
		top: 7vw;
		left: 16vw;
		width: 27vw;
	}

	.voice h2 {
		font-size: 1.5vw;
	}

	.voice h3 {
		font-size: 1.7vw;
		margin: 1vw 0;
	}
	
	.voice p {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 768px){
	.voice {
		width: 94vw;
		height: 56.4vw;
	}

	.voice div {
		top: 14vw;
		left: 33vw;
		width: 57vw;
	}

	.voice h2 {
		font-size: 3vw;
	}

	.voice h3 {
		font-size: 3.5vw;
		margin: 1.5vw 0;
	}
	
	.voice p {
		font-size: 2.8vw;
	}
}

#v_01 {
	background: url("images/v_01.jpg") center center no-repeat;
}

#v_02 {
	background: url("images/v_02.jpg") center center no-repeat;
}

#v_03 {
	background: url("images/v_03.jpg") center center no-repeat;
}

#v_04 {
	background: url("images/v_04.jpg") center center no-repeat;
}

#v_05 {
	background: url("images/v_05.jpg") center center no-repeat;
}

@media screen and (max-width: 1030px) {
	.mobile-button-slide-in .go-to-top {
		bottom: 60px;
	}
	
	.mobile-button-slide-in .go-to-top-button {
		display: flex;
	}
}

#footer{
	background-color:#999;
}

@media screen and (max-width: 1030px) {
	.footer {
		margin-bottom: 50px;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
	.new-entry-cards a {
		width: 50%;
	}

	.title{
		max-width:80%;
	}
}


/*480px以下*/
@media screen and (max-width: 480px){
	.new-entry-cards a {
		width: 100%;
	}

	.title{
		max-width:90%;
		padding:5px 0px;
	}	

	.title:before, .title:after {
		font-size: 22px; /* アスタリスクの大きさ */
	}

	.title h2{
		font-size:20px;
	}

	.sp_hide{
		display:none;
	}
	
	#money:before{
		width:60px;
		height:60px;
	}
	
	.flow p{
		font-size:80%;
	}

	#work_flow{
		padding:0px 0px;
	}
}

#banner ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#banner li {
	list-style: none;
	width: 32%;
}

.footer {
	margin-top: 0;
}

@media screen and (max-width: 1030px) {
	.footer {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px){
	#banner {
		margin: 0 2%;
	}
	
	#banner ul {
		flex-direction: column;
	}

	#banner li {
		width: 100%;
	}
	
	#banner li + li {
		margin-top: 10px;
	}
}

.cat-label {
	display: none;
}