@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
    font-family: "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.8;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
    
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
    color: #333;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 15%;
  float: left;
  padding: 1.3em 0 0.8em;
}
/*ヘッダーの問い合わせボタン*/
.header_btn {
  width: 23%;
  float: right;
    margin: 0.7em 0em;
    display: inline-block;
    position: relative;
    margin: 0.5em;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #8170be;
    color: #8170be;
    font-size: 18px;
    border-radius: 100vh;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    padding: 0.5em ;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
  
}

.header_btn:hover {
  background-image: -moz-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: -webkit-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: linear-gradient(to right, #d4649e 0%, #6d5ddb 70%);
  color: #fff;
  border: none;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.7em; /*=17px*/


 
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.7;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/

.top_image_in {
  width: 100%;
  margin: 0 auto;
  height: auto;

}

.section_inr {
  width: 1100px;
  margin: 0 auto; 
  
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-position: top center;
  height: auto;

}
.top_image_in img {
  width: 100%;
}


/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.section_cta {
  background-image: url("../images/bg_cta.jpg");
  background-size: cover;
  padding: 2em 0 1.5em;
}

.cta_kadai {
  width: 90%;
  margin: 0 auto 1.5em;
}

.btn_cta {
  width: 55%;
  margin: 1em auto 0;
}

.btn {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 20px 50px;
  display: block;
  border-radius: 50px;
  text-align: center;
  background-size: 180% auto;
  transition: all .3s ease-out;
}
.btn:hover {
  background-position: right center;
}
.gradient1 {
  background-image: -moz-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: -webkit-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: linear-gradient(to right, #d4649e 0%, #6d5ddb 70%);
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
  
h2 {
  font-size: 1.8em;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #3e3a69;
  padding-bottom: 12px; /* テキストと線の間 */
  margin: 0 0 1em;
  line-height: 1.3;
  letter-spacing: 1px;
}

h3 {
  display: block;
    font-size: 1.5em;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  padding: 5px 12px; 
  margin: 0 auto;
  width: 200px;
  line-height: 1.3;


}

.tit_management {
  background-color: #3e3a69;
  color: #fff;
}

.tit_member {
  background-color: #f2f2f2;
  color: #3e3a69;
}

h4 {
	position: relative;
	padding-top: 30px;
	font-size: 24px;
    color: #3e3a69;
line-height: 1.4;
	border-bottom: 2px solid rgb(129,112,190);
  padding-bottom: 8px;
}

h4 span {
	position: relative;
	z-index: 2;
}

h4::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(129,112,190,0.4);
	font-size: 45px;
	text-transform: uppercase;
	z-index: 1;
}


/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
  background-color: #fff;
    padding: 2em 0em 1em;
}
.section_02 {
  background-image: url("../images/bg_sec02.jpg");
  background-size: cover;
  padding: 3em 0em ;
}
.section_03 {
  background-image: url("../images/bg_sec03.jpg");
    background-size: cover;
    background-position: top center;
  padding: 3em 0em ;
  background-attachment: fixed;

}

.section_04 {
  background-color: #e6e2f2;
  padding: 3em 0em ;
}

.section_05 {
  background-color: #fff;
  padding: 3em 0em ;

}

.section_06 {
  background-color: #f2f2f2;
  padding: 3em 0em ;

}



/*--------------------------------------------------
課題
-----------------------------------------------------*/
.bg_sec01 {
  background-image: url("../images/bg_sec01.jpg");
  background-size: cover;
  margin-bottom: 2em;
  
}

.kadai_management {
  width: 48%;
  float: left;
}
.kadai_member {
  width: 48%;
  float: right;
  margin-top: 5em;
}


ul.ul_nayami {
  padding: 0 0.5em;
  position: relative;
  border-radius: 5px;

}

ul.ul_nayami li {
  line-height: 1.4;
  padding: 0.5em 0 0.5em 1.8em;
  list-style-type: none!important;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative; /* アイコンの位置調整用 */
}

ul.ul_nayami li img.icon {
  width: 19px; /* アイコンのサイズを調整 */
  height: 19px;
  position: absolute;
  left: 0.3em; /* 左端からの距離 */
  vertical-align: middle;

}

ul.ul_nayami li:last-of-type {
  border-bottom: none;
}

.section_kaiketu {
  background-image: url("../images/bg_kaiketu.jpg");
  background-size: cover;
  padding: 2em 0 ;
}

.ctn_piece {
  display: flex;
  justify-content: center;
  padding: 1em;
  align-items: center;

}

.piece_ceo {
  width: 40%;
  margin-right: -18px;
}

.piece_member {
  width: 40%;
    margin-left: -18px;

}
.box_start {
  width: 90%;
  margin: 0 auto;
  background: rgba(255,255,255,0.9);
  padding: 3em 2em 0;
  text-align: center;
}


/*--------------------------------------------------
思い
-----------------------------------------------------*/

.txt_vision {
  padding-top: 2em;
  float: left;
  width: 53%;
}
.img_vision {
    padding-top: 2em;

  float: right;
  width: 37%;
}


.tit_vision {
  text-align: left;
	font-size: 26px;
  margin-bottom: 0.5em;
}

.tit_vision span {
	display: flex;
	align-items: center;
	color: #8170be;
	font-size: 18px;
	text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 0.3px;

}

.tit_vision span::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height: 1px;
	background-color: #8170be;
}

/*--------------------------------------------------
未来
-----------------------------------------------------*/
.tit_future {
  width: 30%;
  margin: 1em auto 1.5em;
}
.komi_future {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
    color: #3e3a69;

}


.txt_future01 {
  float: left;
  width: 50%;
}
.img_future01 {
  float: right;
  width: 42%;
  padding: 1em 0 1em;
}

.txt_future02 {
  float: right;
  width: 55%;
  padding: 2em 1em 0;
}
.img_future02 {
  float: left;
  width: 43%;
  padding: 1em 0;
}

.txt_future03 {
  float: left;
  width: 60%;
  padding:  0 0;
}
.img_future03 {
  float: right;
  width: 38%;
  padding: 0 1em ;
}

.sec_system {
  background-image: url("../images/bg_system.jpg");
  background-size: cover;
  background-position: 50% 50%;
  padding: 3em 0 2em;
  
}
.sec_system p{
    color: #fff;
}
.tit_system {
  width: 90%;
  margin-bottom: 15px;
}

.img_system {
  float: left;
  width: 40%;
}
.txt_system {
  float: right;
  width: 58%;
  padding-top: 1em;
}

.tit_system02 {
  width: 100%;
  margin-bottom: 15px;
}


.img_system02 {
  float: right;
  width: 40%;
  padding: 1em 0;
}
.txt_system02 {
  float: left;
  width: 60%;
  padding-top: 3em;

}

/*--------------------------------------------------
Voice
-----------------------------------------------------*/
.ctn_voice {
  margin: 1em 0  ;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box_voice {
  width: 45%;
  background-color: #fff;
  margin: 1em 0;
}

.txt_voice {
  padding: 10px 1em 1em;
}






/*--------------------------------------------------
Flow
-----------------------------------------------------*/
.ctn_flow {
  padding-top: 1.5em;
}
ul.flow {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 0;
}
ul.flow a {
  font-weight: bold;
  text-decoration: underline;
}

ul.flow > li {
  list-style-type: none;
  width: 280px;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
}

.img_flow {
  width: 100%;
  margin: -40px auto 0;
}
ul.flow > li dl {
  padding: 20px 10px;
  margin: 0;
  position: relative;
}

ul.flow > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #8170be;
  border-right: 4px solid #8170be;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.flow > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  color: #3e3a69;
}

ul.flow > li dl dd {
  margin-left: 0;
}
@media(max-width: 767px){
  ul.flow {
    gap: 20px;
  }
  ul.flow > li {
    max-width: unset;
    display: block;
  }
  ul.flow > li:not(:first-child) dl::before {
    display: none;
  }
  ul.flow > li {
    list-style-type: none;
    width: 95%;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 10px;
    margin-top: 20px;
  }
  
  .img_flow {
    width: 50%;
    margin: -40px auto 10px;
  }
  ul.flow > li dl {
    padding: 20px 10px;
    margin: 0;
    position: relative;
  }
  

}


/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
    opacity : 0;
    transform: translateY(10px);
    transition: all 2s;
}
.fadeinleft01 {
    opacity : 0;
    transform: translateX(-10px);
    transition: all .5s;
}

.fadeinleft02 {
    opacity : 0;
    transform: translateX(-20px);
    transition: all 1s;
}
.fadeinleft03 {
    opacity : 0;
    transform: translateX(-28px);
    transition: all 1.5s;
}


/*左からフェードイン*/
.fadeinleft {
    opacity : 0;
    transform: translateX(-20px);
    transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
    opacity : 0;
    transform: translateX(20px);
    transition: all 1.5s;
}
.zoomin {
    opacity: 0;
  }
  
  .zoomin.isActive {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  
  @keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
  
    100% {
        opacity: 1;
        transform: scale(1);
    }
  }
  
  .popup {
    opacity: 0;
  }
  
  .popup.isActive {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  }
  
  @keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }
  
    100% {
        transform: translateY(0) scale(1.0);
    }
  
    80%,
    100% {
        opacity: 1;
    }
  }
  


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/



.accordion {
    max-width: 90%;
    padding:  0;
    text-align: left;
    margin: 0 auto;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1.5em 0em 1.5em 1em;
    border-bottom: 2px solid #6d5ddb;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    color: #3e3a69;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #6d5ddb;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px 1.5em;

}


/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/
.contact {
  width: 17%;
  margin: 0 auto;
}


.wrap_form {
  margin: 0 auto;
  padding: 3em 2em;
  background-color: #fff;
  border-radius: 10px;
}

.Form-Item-Label-Required {
 
  margin-right: 8px;
  width: 40px;
  line-height: 1.7em;
  display: inline-block;
  text-align: center;
  background: #dd4b9e;
  color: #fff;
  font-size: 75%;
}


table.formTable{
width:100%;
margin:0 auto;
border-collapse:collapse;
}
table.formTable td,table.formTable th{
border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
padding:22px 10px;
}
table.formTable th{
width:30%;
font-weight:normal;
text-align:left;
  font-weight: bold;
}

form input[type="text"] {
width:50%;
padding:7px 10px;
display:block;
  border-color:#ccc; 
  border-style: solid;
  border-width: 1px;
      font-size: 1.1em;
  border-radius: 5px;
}
form input[type="text02"] {
width:70%;
padding:7px 10px;
display:block;
      border-color:#ccc; 
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
      font-size: 1.1em;
}

form textarea {
width:90%;
padding:10px;
display:block;
      border-color:#ccc; 
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  font-size: 1.1em;

}

.form_btn {
  padding: 1em 0;
  margin-top: 1em;
  text-align: center;
}

.entry_btn {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0.5em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #8170be;
  color: #8170be;
  font-size: 1.3em;
  border-radius: 100vh;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5em ;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
}
.entry_btn:hover {
  background-image: -moz-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: -webkit-linear-gradient(left, #d4649e 0%, #6d5ddb 70%);
  background-image: linear-gradient(to right, #d4649e 0%, #6d5ddb 70%);
  color: #fff;
  border: none;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
.wrap_form  {
width:95%;
margin:0 auto;
      padding: 2em 1em;
      border-radius: 10px;
  }
table.formTable th, table.formTable td {
width:auto;
display:block;
  padding: 12px 5px;

}
table.formTable th {
margin-top:5px;
border-bottom:0;
}
form input[type="text"], form input[type="text02"],form textarea {
width:90%;
padding: 10px;
display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
display:block;

}
  table.formTable td {
  border-bottom: none;
}

  
.entry_btn {
  width: 80%;
  margin: 0 auto;
  }
}

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
#sp_btn {
        display: none!important;
}

.section_pp {
  padding: 4em 0;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #f2f2f2;
  padding: 2em 2em ;
  text-align: center;
  font-size: 1.4em;
    color: #333;
}
.footer a {
  color: #333;
}
.footer p {
  color: #333;
}