@charset "UTF-8";
.main{
	width: 1000px;
	margin:  0 auto;
	font-size: 20px;
}

.MV{
	margin-top: 150px;
}
p{
	color: #333333;
	line-height: 1.5em
}
h2{
	text-align: center;
	font-size: 30px;
	padding: 10px;
	display: block;
	color: #333333;
}

h3{
	text-align: left;
	border-left: solid 7px #8afa47;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
}
h4{
	margin-bottom: 10px;
}
.contents{
	border: solid 1px #9f9f9f;
	padding: 30px 30px 30px 50px;
	margin-bottom: 100px;
}
.accordion{
	position: relative;
}
.arrow-icon-2::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
    transform: rotate(135deg);
    margin-left: 10px;
    right: 15px;
}
.contents h3{
	border-bottom: solid 1px #9f9f9f;
	border-left: none;
	padding: 10px;
}
.toggle-button{
	border: none;
	margin-bottom: 0;
}
.contents p{
	text-align: left;
	font-weight: bold;
	font-size: 20px
}
.contents ul{
	text-align: left;
	margin-bottom: 10px;
	padding-left: 30px;
}
.contents ul li{
	list-style: disc;
	line-height: 1.5em;
	font-size: 15px;
}
#profile,interview,#achievements,#qualification,#media#wellness,#question-1,#question-2,#question-3,#question-4,#question-5{
	padding-top: 100px;
	margin-top: -100px
}
#profile{
	margin-bottom: 100px;
}
#profile .float-area{
	clear: both;
	margin-bottom: 30px;
	width: 100%;
}
#profile .float-area .float-left{
	width: 30%;
	float: left;
	margin-bottom: 30px;

}

#profile .float-area .float-right{
	width: 65%;
	float: right;
	text-align: left;
	margin-bottom: 30px;

}
#profile .float-area .float-right .name{
	border-bottom: solid 1px #c3d0d3;;
	padding-bottom: 5px;	
}
#profile .float-area .float-right .name p{
	font-weight: bold;
	text-align: left;
	font-size: 25px;
}
#profile .float-area .float-right .name p .small{
	font-size: 18px;
	color: #333333;
}
#profile .float-area .float-right ul{
	margin-bottom: 30px;
}

#profile .float-area .float-right ul li{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.5em;
	font-size: 18px;
}
#profile .wellness{
	border: solid 1px #c3d0d3;
	padding: 15px;
	line-height: 1.5em;
	font-size: 18px;
}
.lune-profile{
	background-color: #f0f0f0;
	padding: 20px;
	margin-bottom: 50px;
}
.lune-profile .float-area{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.lune-profile .float-area .float-left{
	width: 150px;
	float: left;
	margin-bottom: 15px;
}
.lune-profile .float-area .float-right{
	width: 80%;
	text-align: left;
	float: right;
	font-size: 18px;
    line-height: 1.5em;
}
.lune-profile .float-area .float-right p{
	line-height: 1.5em;
	margin-top: 10px;
}
.lune-profile .float-area .float-right span{
	background-color: #333333;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.lune-text{
	text-align: left;
	background-color: #fff;
	border: solid 1px #c3d0d3;
	padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 97%;
    margin: 0 auto 20px;
	font-size: 18px;
	line-height: 1.5em;
}
.lune-text::after {
  content: '';     
  position: absolute;         
  bottom: -10px;
  left: 50px;                
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}
.lune-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 49px;  
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: #ccc; 
  border-bottom: none;
}
.clearfix-dummy{
	clear: both;
}
.chat-row {
  display: flex;
  align-items: center;
}
.left {
    float: none;
    width: 100%;
}
/* アイコンの部分 */
.icon-area img {
  width: 100px;
  height: 100px;
  border-radius: 50%; 
  margin-right: 20px; 
}
/* テキスト部分の外枠 */
.lune-lines {
  max-width: 100%; 
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
}

/* 吹き出しのメイン部分（前回のCSSをそのまま利用） */
.balloon {
  position: relative; 
  background-color: #d4f2ca; 
  padding: 30px 20px;
  border-radius: 10px;
}
/* しっぽの調整（左寄せ） */
.balloon::after, .balloon::before {
  content: '';
  position: absolute;
  left: -10px; 
  border: 10px solid transparent; 
  border-right-color: #d4f2ca; 
  border-left: none;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;  
}
/* メインのしっぽ（背景と同じ色で上から重ねる） */
.balloon::after {
  left: -9px;
  border-right-color: #d4f2ca;
}
.left {
    margin: 20px auto 30px;
}
.answer , .answer b ,.answer .red{
	font-size: 18px;
	line-height: 1.5em;
}
.answer .red{
	color: #fe5e07;
}
.point{
	border: solid 3px #fe5e07;
	border-radius: 10px;
	padding: 15px;
	margin: 30px 0 50px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 18px;
}
.point h4{
	color: #fe5e07;
	font-size: 20px;
}
.interview-box{
	border-bottom: solid 1px #c3d0d3;
	margin-bottom: 20px;
}
.note{
	font-size: 13px;
}
.btn-area a:hover{
	opacity: 0.8;
}

.p-vps-bg--light{
	background-color: #ffffff;
}
.p-common-sub-kv{
	height: 0;
	margin-top: 80px;
}
.mv_block{
	max-width: 1500px;
	margin: 80px auto 0;
}
.btn-area{
	margin: 0 0 100px;
	text-align: center;
	padding: 100px 0;
}
.btn-area .btn01 , .btn-area .btn02 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}

.btn01 a{
	background-color: #ff6600;
	box-shadow: 0 5px #9c3f05;
	border-radius: 100px;
	color: #FFFFFF;
	padding: 30px;
	display: inline-block;
	width: 500px;
	transition: 0.2s;
	position: relative;
}
.btn01 a:hover{
  border-bottom-width: 0;
  transform: translateY(5px);
}
.arrow-icon,.arrow-icon02{
	margin-left: 20px;
}
.arrow-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 40px;
    top: 40%;
}
.btn02 a{
	background-color: #fff;
	border: solid 4px #63c628;
	border-radius: 100px;
	color: #63c628;
	padding: 15px;
	display: inline-block;
	width: 500px;
	transition: 0.2s;
	position: relative;
	font-size: 20px;
}
.arrow-icon02::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #63c628;
    border-right: 2px solid #63c628;
    transform: rotate(45deg);
    right: 25px;
    top: 40%;
}
.lead-text{
	width: 95%;
	text-align: left;
    margin: 20px auto;
    top: auto;
    position: relative;
}

.lead{
	background-color: #d4f2ca;
	width: 100%;
	margin: 30px auto;
}
.lead .lead-text{
	width: 95%;
	margin: 0 auto;
    padding: 30px 0;
}

.p-common-breadcrumbs__item {
    letter-spacing: normal;
    font-size: 0.875rem;
    font-weight: 900;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 6px;
    vertical-align: middle;
}

@media screen and (max-width: 1065px){
p{
	font-size: 16px;
}
h4{
	font-size: 20px;
}	
.mv_block {
    margin: 80px auto 0;
}
.main {
    width: 95%;
    margin: 0 auto;
}
.lead-text{
	font-size: 16px;
}	
.lead .lead-text{
	font-size: 16px;
	margin: 30px auto;
}
.contents{
	margin-bottom: 0;
	padding: 10px;
}
.toggle-button{
    margin: 0;
    width: 95%;
	}	
#profile{
	widows: 95%;
	margin: 0 auto;
}	
#profile .float-area .float-left {
    width: 70%;
    float: none;
    margin: 0 auto 30px;
    text-align: center;
	
}
#profile .float-area .float-right {
    width: 90%;
    float: none;
    text-align: left;
    margin-bottom: 100px;
}
#profile .float-area .float-right ul li {
    font-size: 16px;
}
.left {
    margin: 0 auto 15px;
}	
.lune-lines {
    font-size: 16px;
    line-height: 1.5em;
}
.lune-profile .float-area .float-right{
	width: 65%;
	}	
.answer, .answer b, .answer .red {
    font-size: 16px;
    line-height: 1.5em;
	width: 95%;
    margin: 0 auto 30px;
}
.btn-area {
    margin: 0 auto 50px;
	padding: 0;
}	
.btn-area a {
        font-size: 18px;
    }
.btn-area .btn02 a {
      font-size: 13px;
 	}
	
}

@media screen and (max-width: 1000px)
{

.main p b{
		font-size: 18px;
}

.MV{
	background-image: none;
}
.MV img{
	width: 100%;
}
.mv_block {
    margin: 200px auto 0;
}
	
h2 {
	font-size: 20px;
}	
h3{
	font-size: 20px;
}		
img {
    width: 100%;
}
.p-common-sub-kv {
    margin-top: 70px;
}
.l-global-footer__logo img {
    height: auto;
    vertical-align: middle;
}
.background-ebfdfa{
	background-color: #ebfdfa;
	padding: 1px 20px 2px;
	}		
.float-left{
	float: left;
	width: 45%;
	margin:  0 auto;
}
.float-right{
	float: right;
	width: 45%;	
	margin:  0 auto;	
}
.lead{
		width: 100%;
    margin: 0 auto;
	}	
.MV{
	width: 100%;
    margin: 0 auto;
	}

.mv_block{
	padding-top: 0; 
}
.btn-area p{
	font-size: 16px;
}
.btn-area .btn01{
	font-size: 20px;
}	
.btn01 a, .btn02 a{
		width: 76%;
}
}
@media screen and (max-width: 969px){
.breadcrumbs {
    top:160px;
}

}
@media screen and (max-width: 820px){
.mv_block {
    margin: 160px auto 0;
}	
}
@media screen and (max-width: 768px){
.mv_block {
    margin: 60px auto 0;
}
#profile .float-area .float-right .name p .small {
    font-size: 13px;
	display: block;
	line-height: 1.5em;
}	
	
.lune-profile .float-area .float-left{
	width: 30%;
	}
.lune-text{
	font-size: 16px;
}
.lune-profile .float-area .float-right p {
	font-size: 13px;
}
.lune-profile .float-area .float-right p b{
	font-size: 15px;
}	
.lune-profile .float-area .float-right span {
    font-size: 13px;
}
.interview-box {
    margin-bottom: 40px;
}	
.breadcrumbs {
        top: 60px;
    }
.chat-row {
    align-items: unset;
}	
.balloon::after, .balloon::before {
    top: 30px;
}
.btn01 a {
    padding: 20px;
}	
}
	
	
	
