@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.home-douga-area {
	max-width:1000px;
	margin:30px auto;
}
.home-douga-area-inner {
  aspect-ratio: 16 / 9;
}

.home-douga-area-inner iframe {
  height: 100%;
  width: 100%;
}
/*必要ならばここにコードを書く*/
/*投稿日・更新日を非表示*/
.page .date-tags {
 display: none;
}
/*投稿者名を非表示*/
.page .footer-meta {
 display: none;
}
.color-sample {
	color: #266AA6;
	color: #66A3D9;
	color: #BDDEF2;
	color: #8C7C69;
	color: #BF2011;

	color: #D94F30;
	color: #5F4842;
	color: #E7C0CE;
	color: #FEFEE3;

}

.list-new-entries {
	display:none;
}

.mobi-only {display:none;}
.pc-only {display:block;}

.sidebar-img-item {
	margin-bottom:14px !important;
}

.sidebar-imgs aside img{
	width:100%;
}

.navi-in .sub-menu li {
	line-height:50px !important;
	height: 50px !important;
	border-bottom:1px dotted #ccc;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.mobi-only {display:block;}
.pc-only {display:none;}

}


.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.w1300 {
	width: 94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}


.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}


hr.grad {
	
	border: 0;
	box-sizing: content-box;
    width: 120px;
    height: 4px;
    margin: 20px auto 40px;
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    -webkit-animation: gradation_hr 4s ease infinite reverse;
    -moz-animation: gradation_hr 4s ease infinite reverse;
    animation: gradation_hr 4s ease infinite reverse;
    background-size: 200% 200%;
}

/*
.logo {
    text-align: left;
}
*/
.logo-image {
    margin: 30px 0 30px;
}



.heading-1 {
    font-size: 28px;
	letter-spacing: .1em;
    font-weight: normal;
    line-height: 1.6;
    position: relative;
    margin-bottom: 15px;
    color: #555;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.logo-image {
    margin: 16px 0 16px;
}
.logo-header img {
    width: 190px;
    height: auto;
}

.heading-1 {
    font-size: 20px;
	letter-spacing: .1em;
    margin-bottom: 12px;
}
hr.grad {
	
	border: 0;
	box-sizing: content-box;
    width: 80px;
    height: 3px;
    margin: 10px auto 30px;

}

}

/*MEDICAL
---------------------------------------------------------*/


.ryugaku-link {
	background-color: #f4f4f4;
	padding:5vh 0 4vh;
}

.med_pickup {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 50px;
	list-style: none;
	font-size: 16px;
	padding: 0;
}
.med_pickup li {
	padding: 0;
	margin-top: 1.6%;

	width:48%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position: relative;
}
.med_pickup li::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f101';
		color: rgba(255,255,255,0.4);
	font-size: 300%;
	letter-spacing: normal;
	line-height: 1.0em;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 10px;
}
.med_pickup li::before {
	content: "";	/*背景色*/
	position: absolute;
	z-index: 0;
	width: 70%;		/* 揃える */
	max-width: 425px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
}
.med_pickup li.med_pickup-right::before {
	content: "";	/*背景色*/
	position: absolute;
	z-index: 0;
	width: 70%;		/* 揃える */
	max-width: 425px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
}
.med_pickup li.med_pickup-center::before {
	content: "";	/*背景色*/
	position: absolute;
	z-index: 0;
	width: 70%;		/* 揃える */
	max-width: 425px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
}


.med_pickup dl {
	position: relative;
	z-index: 2;
	width: 65%;		/* 揃える */
	max-width: 425px;
	margin-left: auto;
	margin-right: 0;
	box-sizing: border-box;
	padding: 40px 5% 45px;
	color: #fff;
}
.med_pickup dl a {
		color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.med_pickup dt {
	font-size: 14px;
	letter-spacing: .00em;
	line-height: 1.6em;
	
}
.med_pickup dt span {
	display: inline-block;
	color: #FFF;
	font-size: 27px;
	letter-spacing: .1em;
	line-height: 1.6em;
	font-weight: bold;
}
.med_pickup dd {
	font-weight: normal;
	font-size: 15px;
}
.med_pickup li:nth-child(1) {background-image: url(/images/home-jr.jpg);}
.med_pickup li:nth-child(2) {background-image: url(/images/home-esl.jpg);}
.med_pickup li:nth-child(3) {background-image: url(/images/home-jr.jpg);}




/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.med_pickup {
	margin-bottom: 4%x;
}
.med_pickup li {
	margin-top: 1.0%;
	width: 49.5%;
	background-position: 30% center;
}
.med_pickup li::after {
	right: 20px;
	bottom: 0;
}
.med_pickup dl {
	padding: 4% 4% 2.0em;
	font-size: 90%;
}
.med_pickup dt span {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_pickup dd {
	line-height: 1.8em;
}	

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.ryugaku-link {
background:#f4f4f4;
	padding:30px 0 10px;
}
.med_pickup {
	display: block;
	margin-bottom: 10%;
}
.med_pickup li {
	margin-top: 4%;
	width: 100%;
	background-position: 20% center;
}
.med_pickup li::after {
	bottom: 0;
}
.med_pickup li::before {
	width: 70%;		/* 揃える */
	max-width: 100%;
}
.med_pickup dl {
	width: 70%;		/* 揃える */
	max-width: 100%;
	padding: 6% 6% 8%;
}
.med_pickup dt {
	font-size: 14px;
	letter-spacing: .05em;
}
.med_pickup dt span {
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: .1em;
}
.med_pickup dd {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.6em;
}

}





/*anshin
---------------------------------------------------------*/
.anshin{

	border-bottom: 2px solid #eee;
	padding:8vh 0 140px;
}
.anshin_title{
	font-size: 1.15em;
	text-align: center;
	margin-bottom: -20px;
}
.anshin_title p{
	margin-top: 1.5em;
	font-size: 17px;
}

.anshin_list ul{
list-style: none;
padding:0;
}
.anshin_list li{
	width: calc(100% / 3 - 3.35%);
	margin-right: 5%;
	margin-top: 6%;
	float: left;
	position: relative;
}
.anshin_list li:nth-child(3n){
	margin-right: 0;
}

.ans_img{
	max-width: 370px;
	width: 90%;
	margin-bottom: 8px;
}
.anshin_list li h3{
	max-width: 140px;
	width: 36%;
	position: absolute;
	right: 0;
	top: 3%;
}
.anshin_list li p{
	max-width: 224px;
    width: 66%;
    line-height: 180%;
    font-size: 15px;
}
.ans_arrow{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 140px;
	width: 35%;
}
.ans_arrow img{
	float: right;
}
.ans_arrow::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(75,68,60,.3);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.anshin{
	margin-top: 5%;
	padding-top: 5%;
	padding-bottom: 10%;
}
.anshin_list li{
	width: calc(100% / 2 - 5%);
	margin-right: 7.5%;
}
.anshin_list li:nth-child(2n){
	margin-right: 0;
	float: right;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.anshin{
	margin-top: 5%;
	padding-top: 4%;
	padding-bottom: 5%;
}
.anshin_title{
	font-size: 1em;
}

.anshin_title img {
	width:240px;
}

.anshin_title p{
	margin-top: 1em;
	font-size:15px;
}
.anshin_list li{
	width: 100%;
	margin-right: 0;
	margin-top: 10%;
	float: none;
}
.ans_img{
	max-width: 370px;
	width: 75%;
	margin-bottom: 7px;
}
.ans_no {
	width:40px;
}
.anshin_list li h3{
	width: 28%;
	top: 3%;
	right: 2%;
}
.anshin_list li p{
	max-width: 100%;
	width: 68%;
}
.ans_arrow{
	right: 0;
	bottom: .7em;
	max-width: 140px;
	width: 2em;
}
.ans_arrow::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: -10px;
	right: auto;
	margin: auto;
	background: rgba(75,68,60,.3);
}
}





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

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

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







.home-ryugaku-area {
	background: #f4f4f4;
	padding:6vh 0;
}

.home-ryugaku-inner {
	width: 95%;

	margin: auto;
}

.home-ryugaku-area .navi-entry-card-title {
	font-weight: bold;
	font-size:16px;
	letter-spacing: .1rem;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .3), -1px -1px 0 rgba(0, 0, 0, .3),
              -1px 1px 0 rgba(0, 0, 0, .3), 1px -1px 0 rgba(0, 0, 0, .3),
              0px 1px 0 rgba(0, 0, 0, .3),  0-1px 0 rgba(0, 0, 0, .3),
              -1px 0 0 rgba(0, 0, 0, .3), 1px 0 0 rgba(0, 0, 0, .3);
}

.home-ryugaku-area .navi-entry-card-link {
    margin: 1%;
    width: 30%;
}

@media screen and (min-width: 834px) {


.home-ryugaku-area {


}

.home-ryugaku-inner {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}

.home-ryugaku-area .navi-entry-card-title {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: .1rem;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .3), -1px -1px 0 rgba(0, 0, 0, .3),
              -1px 1px 0 rgba(0, 0, 0, .3), 1px -1px 0 rgba(0, 0, 0, .3),
              0px 1px 0 rgba(0, 0, 0, .3),  0-1px 0 rgba(0, 0, 0, .3),
              -1px 0 0 rgba(0, 0, 0, .3), 1px 0 0 rgba(0, 0, 0, .3);
}


.recommended.rcs-card-margin a {
    margin: 1%;
    width: 30%;
}
.recommended .navi-entry-cards {
    flex-wrap: wrap;
}
}








.slick01 {
margin:0;
padding:0;
}

.home-slide-inner {
	position:relative;
}

.slide-img-pc {
width:100%;
}

.home-slide-area-txt-pc {
	position:absolute;
	bottom:100px;
	left:100px;
	width:60%;
	min-width:400px;
}


@media only screen and (max-width: 767px) {
.home-ryugaku-area {

    padding: 40px 0;
}
.home-slide-area-txt-mobi {
	position:absolute;
	bottom:40px;
	left:20px;
	width:60%;
}
}




.home-slide-pc-inner{
	width: 80%;
	max-width: 1400px;
	margin: auto;
	padding-top: 360px;
}

.home-slide-area-mobi {
	display:none;
}

.home-slide-mobi-inner{
	max-width: 1400px;
	margin: auto;
	padding-top: 400px;
}


.home-slide-area-img-pc {
	max-width:600px;
	width:100%;
	display:block;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.home-slide-area-mobi {
	display:block;
	background:#fff url(/images/home-slide-01-mobi.jpg) center center no-repeat;
	background-size: cover;
	height:375px;
	width:100%;
	position: relative;
}

.home-slide-mobi-inner{
	padding: 5%;
	margin: auto;
	padding-top: 150px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.home-slide-area-img-mobi {
	max-width:380PX;
	width:92%;
	display:block;
}

.home-slide-area-pc {
	display:none;
}


.home-slide-area-img-pc {
	max-width:1700px;
	width:100%;
	display:block;
	margin:0 auto;
}


}










.home-news-area {
	padding:3%;
	font-size:15px;
	background:#f4f4f4;
}





.home-news-area-inner {
	display:flex;
	justify-content:center;
	align-items:center;
}


.home-news-item {
	min-width:500px;
}

.home-news-title {
	padding-right:30px;
}

.home-news-area .card-thumb {
	display:none;
}

.home-news-area .widget-entry-cards {

 margin-bottom: 0;
 
}
.home-news-area .widget-entry-card {
    font-size:15px;
}


.home-news-area .widget-entry-cards .widget-entry-card-content {
    margin-left: 0px;
}

.home-news-area .widget-entry-cards .a-wrap {
    padding: 16px;
    margin-bottom: 0;
}





@media screen and (max-width: 480px) {
.home-news-area {
	padding:5% 0 6%;
}



.home-news-area-inner {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
}

.home-news-title {
	padding-right:0px;
}

.home-news-item {
	min-width:100%;
}



}









.home-concept-area {
	background:#cdd2da url(/images/utsumi-assets/utsumi-b2.jpg) bottom center no-repeat;
	background-size: cover;
	display: flex;
	padding:120px 5% 0px;
}

.home-concept-area-inner{
	width:1100px;
	max-width:100%;
	margin:8% auto 8%;
}

.home-concept-area-inner p,
.home-concept-title{
	

text-shadow:0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),
		0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6),0 0 3px rgba(255,255,255,0.6);
}

.home-concept-title {
	font-size:26px;
	margin-bottom:16px;
	letter-spacing: .1rem;
	color: #3d3330;
}



.home-concept-area-inner p{
	font-size:17px;
	max-width:720px;
	line-height: 1.9;
}

@media screen and (max-width: 480px) {
.home-concept-area {
	
	background-size: 120%;
	display: flex;
	padding:0 5% 100px 5%;
}

.home-concept-title {
	font-size:17px;
}

.home-concept-area-inner p{
	font-size:15px;
}

}



/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
	text-align:left;
}

table.CF7_table td,
table.CF7_table th{
	padding:14px;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	padding: 5px !important;
	font-size: 1em;

	}
	.CF7_table th{
	background-color:#ebedf5;
	padding: 5px !important;
font-size: 1em;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}



.gray-box {
background:#f4f4f4;
padding:24px;
}
.blue-box {
background:#f1f5ff;
padding:24px;
}
.mt-0 {
	margin-top:0 !important;
}

.list-title {
    text-align: center;
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 1.5em;
	padding:18px 10px;
	background:#dce5f0;
	border-radius:8px;
}

/*480px以下*/
@media screen and (max-width: 480px){
  .list-title {
    text-align: center;
    font-size: 18px;
    margin-top: 2em;
    margin-bottom: 1.5em;
	padding:10px;
	background:#dce5f0;
	border-radius:8px;
}
}



.list-title-in {
    position: relative;
    display: inline-block;
    padding: 0;
}
.list-title-in:before, .list-title-in:after {
    content: '';
    position: absolute;
    top: 50%;
    display: none;
    width: 55px;
    height: 1px;
    background-color: black;
}

.ect-2-columns > * {
    width: 48.5%;
    display: inline-block;
}