@charset "UTF-8";
/* CSS Document */
/* レスポンシブ共通設定*/
#visionArea
{
    margin-bottom: 50px;
    padding: 0 40px;
}
#visionArea h2
{
    animation: fade-in 4s;
    border-bottom: none;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-left: 10px;
    position: relative;
}
#visionArea h2 span
{
    font-family: 'Play', sans-serif;
    font-weight: 700;
}
#visionArea h2 span:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 3px solid #ef5285;
    animation: border_anim 1s linear forwards;
}
#visionArea p
{
    width: 260px;
}
#newsArea
{
    background-color: #feee7d;
    padding: 20px 40px;
    position: relative;
	z-index: 999;
}
#newsArea h2
{
    border-bottom: none;
    font-family: 'Play', sans-serif;
    position: absolute;
    top: -1rem;
    width: 80%;
}
#newsArea .bar1
{
    position: absolute;
    top: -3rem;
    right: 1rem;
    width: 20%;
    z-index: 10;
}
#newsArea .bar2
{
    position: absolute;
    top: 10rem;
    left: .5rem;
    width: 16%;
    z-index: 0;
}
#newsArea #news
{
    background: white;
    border-radius: 6px;
    padding: 15px 20px;
}
#newsArea section .date
{
    color: #60c5ba;
    font-size: .75rem;
    font-weight: 900;
    margin-bottom: 15px;
}
#newsArea section p
{
    font-size: .75rem;
    line-height: 1.4;
}
#newsArea .btnBase
{
    margin-top: 15px;
}
#messageArea
{
    padding: 50px 40px;
    position: relative;
}
#messageArea h3
{
    color: #ef5285;
    margin-top: .25rem;
    margin-bottom: 15px;
}
#messageArea img
{
    width: 100%;
}
#messageArea .bar2
{
    position: absolute;
    top: 19rem;
    right: 0rem;
    width: 12%;
    z-index: 0;
}
#messageArea #name
{
    font-size: .75rem;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
#messageArea h4
{
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 40px 0;
    text-align: center;
}
#messageArea #message
{
    position: relative;
    z-index: 10;
}
#messageArea #message p
{
    font-weight: 200;
    line-height: 2;
    margin-bottom: 1rem;
}
#messageArea .pose
{
    width: 100%;    
}
#messageArea #bookArea ul
{
    display:  flex;
    flex-wrap: wrap;
}
#messageArea #bookArea li
{
    padding: 4% 8%;
    width: 50%;
}
#messageArea #bookArea li img
{
    width: 100%;
}
#messageArea #bookArea .btnBase
{
    background-color: #ef5285;
}
#missionArea
{
    padding: 50px 40px;
    position: relative;
}
#missionArea #mission
{
    color: #666;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 40px 0 0 0;
}
#missionArea .bar2
{
    position: absolute;
    top: 6rem;
    right: 0rem;
    width: 14%;
    z-index: 0;
}
#philosophyArea
{
    position: relative;
}
#philosophyArea #philosophyTitle
{
    color: #666;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 40px 0 40px 0;
}
#philosophyArea #philosophyText
{
    font-size: .75rem;
    margin-top: 30px;
}
#philosophyArea img
{
    width: 100%;
}
#philosophyArea .title
{
    color: #ef5285;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
}
#philosophyArea .title:before,
#philosophyArea .title:after
{
    border-top: 1px solid;
    content: "";
    width: 100%; /* 線の長さ */
}
#philosophyArea .title:before
{
    margin-right: 1em; /* 文字の右隣 */
}
#philosophyArea .title:after
{
    margin-left: 1em; /* 文字の左隣 */
}
#philosophyArea dd
{
    margin-top: 30px;
}
#philosophyArea dd li
{
    line-height: 1.4;
    padding-left: 1em;
    padding-bottom: .75rem;
    text-indent: -1em;
}
#overviewArea
{
    padding: 50px 40px;
    position: relative;
}
#overviewArea p
{
    font-size: .875rem;
}
#overviewArea .logo
{
    display: block;
    margin: 50px auto 25px auto;
    width: 50%;
}
#overviewArea #overviewMovie
{
	aspect-ratio: 16/9;
	background-color: #808080;
	display: flex;
	margin-top: 2rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
#overviewArea #overviewMovie p
{
	color: white;
	font-size: 1.875rem;
	text-align: center;
}
#historyArea
{
    padding: 50px 40px;
    position: relative;
}
#affiliatesArea
{
    padding: 50px 0;
    position: relative;
}
#affiliatesArea #affiliatesTitle
{
    padding: 0 40px;
}
#affiliatesArea #affiliates
{
    background-color: #fded7d;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
#affiliatesArea .infoArea
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 45%;
}
#affiliatesArea .infoArea img
{
    width: 100%;
}
#affiliatesArea .infoArea p
{
    font-weight: 200;
    flex-grow: 1; /* 比率を指定 */
    line-height: 1.4;
}
#affiliatesArea .companyLogo
{
    align-items:center;
    display:flex;
    height: 100%;
    justify-content:center;
    margin: 0 auto 20px auto;
    width: 20vw;
}
#serviceArea
{
    padding: 50px 0;
    position: relative;
}
#serviceArea #serviceTitle
{
    padding: 0 40px;
}
#serviceArea #service
{
    background-color: #60c4b9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
#serviceArea .readmore-content
{
    background-color: #60c4b9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#serviceArea .infoArea
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 45%;
}
#serviceArea .infoArea .photo
{
	border-radius: 20px 20px 0 0;

    width: 100%;
}
#serviceArea .companyLogo
{
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
}
#serviceArea .companyLogo img
{
    width: 100%;
}
#serviceArea .btnBase
{
    background-color: white;
    color: #60c5ba;
}
#workstyleArea
{
    padding: 50px 40px;
    position: relative;
}
#workstyleArea .mainVisual
{
    width: 100%;
}
#workstyleArea h4
{
    color: #ef5285;
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}
#workstyleArea .infoArea
{
    border-bottom: 1px solid #60c5ba;
    padding-bottom: 30px;
}
#workstyleArea #workstyle .infoArea:last-of-type
{
    border-bottom: none;
}
#workstyleArea #office,
#workstyleArea #sanatorium
{
    margin-top: 50px;
}
#workstyleArea #office ul,
#workstyleArea #sanatorium ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#workstyleArea #office li,
#workstyleArea #sanatorium li
{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    width: 30%;
}
#workstyleArea #office li::before,
#workstyleArea #sanatorium li::before
{
    content: "";
    padding-top: 100%;
    display: block;
}
#workstyleArea #office li .thumbnail,
#workstyleArea #sanatorium li .thumbnail
{
    border-radius: 10px;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}
#workstyleArea #office p,
#workstyleArea #sanatorium p
{
    font-size: .725rem;
    text-align: center;
    position: relative;
    top: -5%;
}
#workstyleArea #sanatorium .readmore label::before
{
    content: 'SHOW MORE';
}
#workstyleArea #sanatorium .readmore input[type="checkbox"]:checked ~ label::before
{
    content: 'CLOSE';
}
#linkArea
{
    padding: 50px 40px 0 40px;
    position: relative;
}
#linkArea ul
{
	display: flex;
	flex-wrap: wrap;
}
#linkArea li
{
    color:#60c5ba;
    font-family: 'Play', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
	line-height: 0.8;
	margin: 0 0 1.5rem 0;
	width: 100%;
}
#linkArea li a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #60c5ba;
}
#linkArea li span
{
	font-size: .75rem;
	padding-left: 3.25rem;
}
#linkArea ul li a:before
{
	border-right: 2px solid #60c5ba;
    border-bottom: 2px solid #60c5ba;
	content: "";
	display: inline-block;
	height: 0.3em;
    margin: -0.3em 1rem 0 0;
	position: relative;
	transform: skew(45deg);/*ポイント*/
	vertical-align: middle;
	width: 1.56em;
}
#linkArea ul li ul li
{
	font-size: 1rem;
	margin: 1rem 0 0 0;
	padding: 0;
	
}
#linkArea ul li ul li a:before
{
	border-right: none;
    border-bottom: none;
}
#philosophyArea
{
    padding: 0 40px;
}
#entryArea
{
    padding: 80px 40px;
    position: relative;
}
#entryArea #new
{
	background-color: #FEB396;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #444;
}
#entryArea #new25
{
	background-color: #FEB396;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #444;
}
#entryArea #new26
{
	background-color: #00ff7f;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #444;
}
#entryArea #graduation
{
	background-color: #EABEBF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #444;
}
/*モバイル用（780px以下） Start*/
@media (max-width: 780px)
{
    #visionArea
    {
        margin-top: 60px;
    }
}
/*モバイル用（780px以下） End*/

/*タブレット限定（781px以上、1499px以下 Start*/
@media screen and (min-width:781px) and (max-width:1499px)
{

}
/*タブレット限定（781px以上、1499px以下 End*/

/*タブレットとPC兼用（781px以上） Start*/
@media (min-width: 781px)
{
    #visionArea
    {
        display: flex;
        margin: 60px auto 100px auto;
        padding: 0 40px;
		width: 90%;
    }
    #visionArea section
    {
        display: flex; 
    }
    #visionArea h2
    {
        animation: fade-in 4s;
        border-bottom: none;
        font-size: 3.125rem;
        font-weight: 400;
        line-height: 1.4;
        padding-left: 30px;
        position: relative;
    }
    #visionArea h2 span
    {
        font-family: 'Play', sans-serif;
        font-weight: 700;
    }
    #visionArea h2 span:before
    {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-left: 3px solid #ef5285;
        animation: border_anim 1s linear forwards;
    }
    #visionArea section
    {
        margin: 0 auto;
    }
    #visionArea p
    {
        font-size: .8125rem;
        width: 80%;
    }
    #newsArea
    {
        background-color: #feee7d;
        padding: 40px 40px;
        position: relative;
    }
    #newsArea h2
    {
        border-bottom: none;
        font-family: 'Play', sans-serif;
        position: absolute;
        top: -1.25rem;
        width: 80%;
    }
	#newsArea #news
    {
        background: white;
        border-radius: 6px;
        padding: 15px 20px;
        margin: 0 auto;
        width: 60%;
    }
    #newsArea .bar1
    {
        position: absolute;
        top: -3rem;
        right: 1rem;
        width: 20%;
        z-index: 10;
    }
    #newsArea .bar2
    {
        position: absolute;
        top: 10rem;
        left: .5rem;
        width: 16%;
        z-index: 0;
    }
    #messageArea #mainMessage
    {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
    #newsArea section .date
    {
        color: #60c5ba;
        font-size: .875rem;
        font-weight: 900;
        margin-bottom: 15px;
    }
    #newsArea section p
    {
        font-size: .875rem;
        line-height: 1.4;
    }
    #newsArea .btnBase
    {
        display: block;
        margin: 30px auto 0 auto;
    }
    #messageArea
    {
        padding: 50px 40px;
        position: relative;
    }
    #messageArea h2
    {
        border-bottom: 4px;
        border-color: #ef5285;
        border-bottom-style: solid;
        width: 100%;
    }
    #messageArea h3
    {
        color: #ef5285;
        margin-top: .25rem;
        margin-bottom: 30px;
    }
    #messageArea img
    {
        width: 100%;
    }
    #messageArea .bar2
    {
        position: absolute;
        top: 19rem;
        right: 0rem;
        width: 12%;
        z-index: 0;
    }
    #messageArea #name
    {
        font-size: .75rem;
        text-align: right;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #messageArea h4
    {
        font-size: 1.25rem;
        line-height: 1.6;
        margin: 40px 0;
        text-align: center;
    }
    #messageArea #message p
    {
        font-size: .875rem;
        line-height: 2.5;
    }
    #messageArea .readmore
    {
        margin: 0 auto;
        width: 60%;
    }
    #messageArea .pose
    {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    #messageArea #bookArea ul
    {
        display:  flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    #messageArea #bookArea li
    {
        padding :2% 1%;
        width: 22%;
    }
    #messageArea #bookArea li img
    {
        width: 100%;
    }
    #messageArea #bookArea .btnBase
    {
        background-color: #ef5285;
        margin-top: 40px;
    }

    #missionArea
    {
        padding: 50px 40px;
        position: relative;
    }
    #missionArea #mission
    {
        color: #666;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.6;
        margin: 40px auto 0 auto;
        width: 60%;
    }
    #missionArea .bar2
    {
        position: absolute;
        top: 6rem;
        right: 0rem;
        width: 14%;
        z-index: 0;
    }
    #philosophyArea
    {
        padding: 50px 40px;
        position: relative;
    }
    #philosophyArea .mainContents
    {
		display: flex;
		justify-content:space-between;
		margin: 60px auto;
    }
    #philosophyArea .mainVisual
    {
		padding: 0;
        width: 50%;
    }
    #philosophyArea #philosophyTitle
    {
        color: #666;
        font-size: 3vw;
        font-weight: 700;
        line-height: 1.6;
        margin: 40px 0;
    }
    #philosophyArea #philosophyText
    {
        font-size: .875rem;
        margin: 40px 0 0 0;
    }
    #philosophyArea img
    {
        width: 100%;
    }
   #philosophyArea .title
    {
        color: #ef5285;
        display: flex;
        font-size: 1.75rem;
        align-items: center; /* 垂直中心 */
        justify-content: center; /* 水平中心 */
        margin-top: 60px;
    }
    #philosophyArea .title:before,
    #philosophyArea .title:after
    {
        border-top: 1px solid;
        content: "";
        width: 100%; /* 線の長さ */
    }
    #philosophyArea .title:before
    {
        margin-right: 1em; /* 文字の右隣 */
    }
    #philosophyArea .title:after
    {
        margin-left: 1em; /* 文字の左隣 */
    }
    #philosophyArea dd
    {
        margin: 30px auto 0 auto;
		width: 60%;
    }
    #philosophyArea dd li
    {
        font-size: 1rem;
        line-height: 2;
        padding-left: 1em;
        padding-bottom: .75rem;
        text-indent: -1em;
    }
    #overviewArea
    {
        padding: 50px 40px;
        position: relative;
    }
	#overviewArea #overview
	{
		margin: 0 auto;
        width: 60%;
	}
	#overviewArea h4
    {
        color: #333;
        font-size: 1.75rem;
    }
    #overviewArea .mainContents
    {
		width: 100%;
    }
	#overviewArea .mainContents dl
	{
		margin: 0;
	}
    #overviewArea .logo
    {
        display: block;
        margin: 60px auto 25px auto;
        width: 20%;
    }
	#overviewArea .readmore .btnBase
	{
		width: 60%;
	}
    #overviewArea .readmore p
    {
        font-size: .875rem;
        margin-top: 60px;
    }
    #historyArea
    {
        padding: 50px 40px;
        position: relative;
    }
    #affiliatesArea
    {
        padding: 50px 0;
        position: relative;
    }
    #affiliatesArea #affiliatesTitle
    {
        padding: 0 40px;
    }
    #affiliatesArea #affiliates
    {
        background-color: #fded7d;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px;
    }
    #affiliatesArea .infoArea
    {
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 20px;
        margin-bottom: 40px;
        padding: 20px;
        position: relative;
        width: 30%;
    }
    #affiliatesArea .infoArea p
    {
        font-weight: 200;
        flex-grow: 1; /* 比率を指定 */
        line-height: 1.6;
    }
    #affiliatesArea .companyLogo
    {
        align-items:center;
        display:flex;
        height: 45px;
        justify-content:center;
		margin: 20px auto 40px auto;
        height: 10vw;
    }
	#affiliatesArea .infoArea img
    {
        width: 100%;
    }
    #serviceArea
    {
        padding: 50px 0;
        position: relative;
    }
    #serviceArea #serviceTitle
    {
        padding: 0 40px;
    }
    #serviceArea #service
    {
        background-color: #60c4b9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 40px;
    }
    #serviceArea .btnBase
    {
        width: 60%;
    }
    #serviceArea .readmore-content
    {
        background-color: #60c4b9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #serviceArea .infoArea
    {
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 20px;
        margin-bottom: 20px;
        position: relative;
        width: 22%;
    }
    #serviceArea .companyLogo
    {
        align-items:center;
        display:flex;
        height: 45px;
        margin: 10px auto;
        width: 50%;
    }
    #serviceArea .companyLogo img
    {
        width: 10vw;
    }
    #workstyleArea
    {
        padding: 50px 40px;
        position: relative;
    }
    #workstyleArea #workstyle
    {
        margin: 0 auto;
        width: 60%;
    }
    #workstyleArea h4
    {
        color: #ef5285;
        font-size: 1.25rem;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
    #workstyleArea .infoArea
    {
        border-bottom: 1px solid #60c5ba;
        padding-bottom: 30px;
    }
    #workstyleArea #workstyle .infoArea:last-of-type
    {
        border-bottom: none;
    }
    #workstyleArea #office,
    #workstyleArea #sanatorium
    {
        margin-top: 50px;
    }
    #workstyleArea #office ul,
    #workstyleArea #sanatorium ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #workstyleArea #office li,
    #workstyleArea #sanatorium li
    {
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        width: 15%;
    }
    #workstyleArea #office li::before,
    #workstyleArea #sanatorium li::before
    {
        content: "";
        padding-top: 100%;
        display: block;
    }
    #workstyleArea #office li .thumbnail,
    #workstyleArea #sanatorium li .thumbnail
    {
        border-radius: 10px;
        height: 80%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
    }
    #workstyleArea #office p,
    #workstyleArea #sanatorium p
    {
        font-size: .75rem;
        text-align: center;
        position: relative;
        top: -.25rem;
    }
    #workstyleArea #sanatorium .readmore label::before
    {
        content: 'SHOW MORE';
    }
    #workstyleArea #sanatorium .readmore input[type="checkbox"]:checked ~ label::before
    {
        content: 'CLOSE';
    }
    #workstyleArea .btnBase
    {
        width: 60%;
    }
	#entryArea
	{
		padding: 100px 40px;
	}
	#entryArea button
	{
		margin-bottom: 2rem;
		width: 60%;
	}
	#linkArea > ul
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#linkArea ul li
	{
		width: 30%;
	}
	#linkArea ul li ul
	{
		display: flex;
		flex-flow: column;
	}
	#linkArea ul li ul li
	{
		width: 100%;
	}
}
/*タブレットとPC兼用（781px以上、1499px以下） End*/

/*PC限定（1500px以上） Start*/
@media (min-width: 1500px)
{
    #visionArea
    {
        display: flex;
        margin: 0 auto 100px auto;
		padding: 100px 0 0 0;
		width: 90%;
    }
    #visionArea h2
    {
        animation: fade-in 4s;
        border-bottom: none;
        font-size: 3.75rem;
        font-weight: 400;
        line-height: 1.4;
        padding-left: 30px;
        position: relative;
    }
    #visionArea p
    {
        font-size: 1rem;
        width: 100%;
    }
	#affiliatesArea .infoArea
    {
		padding: 40px;
    }
    #affiliatesArea .infoArea img
    {
        width: 100%;
    }
	#affiliatesArea .companyLogo
	{
		margin: 0 auto 40px auto;
	}
    #serviceArea .companyLogo img
    {
        width: 8vw;
    }
    #workstyleArea #office p,
    #workstyleArea #sanatorium p
    {
        top: -1rem;
    }
}
/*PC限定（1500px以上） End*/
