@charset "UTF-8";
/* CSS Document */
/*common*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "fot-tsukuardgothic-std", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
  background-color: #fafafa;
}
* {
  box-sizing: border-box;
}
a:hover {
  opacity: 0.5;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "游ゴシック体";
}
button:hover {
  opacity: 0.5;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  color: #2176ae;
  padding-top: 10px;
} 
.annotation {
  font-size: 0.9rem;
}
@media(max-width:768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
}

/*top*/
.section_top {
  height: 650px;
  padding: 100px 0 50px;
  background-image: url("../images/main_view.jpg");
  background-size: cover;
  background-position: right;
  position: relative;
}
.maincopy {
  text-align: left;
}
.maincopy_pc {
  width: 55%;
}
.maincopy_pc img {
  width: 100%;
}
.maincopy_sp {
  display: none;
}
.record_cvr {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-top: 120px;
}
.record_area img {
  padding-right: 20px;
  width: 185px;
}
.btn_cvr {
  background-color: #db2b39;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 600;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 40px;
} 
.annotation-detail {
  font-size: 0.9rem;
  display: flex;
  position: absolute;
  bottom: 10px;
  padding: 0 100px;
}
.annotation-detail p {
  padding-right: 20px;
}
@media(max-width:1170px) {
  .section_top {
    padding-top: 40px;
  }
  .record_cvr {
    padding: 0 40px;
    margin-top: 180px;
  }
  .record_area img {
    width: 150px;
  }
}
@media(max-width:968px) {
  .record_cvr {
    flex-direction: column;
  }
  .record_area {
    margin-bottom: 20px;
  }
}
@media(max-width:768px) {
  .btn_cvr {
    display: none;
  }
  .section_top {
    position: relative;
  }
  .record_area {
    position: absolute;
    bottom: 60px;
  }
}
@media(max-width:699px) {
  .section_top {
    background-image: url("../images/main_view_tb.png");
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
  }
  .maincopy_pc {
    width: 80%;
  }
  .annotation-detail {
    color: #fff;
    padding: 0 10px;
  }
}
@media(max-width:430px) {
  .section_top {
    background-image: url("../images/main_view_sp.png");
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
  }
  .maincopy_pc {
    display: none;
  }
  .maincopy_sp {
    display: block;
    width: 80%;
  } 
  .maincopy_sp img {
    width: 100%;
  }
  .record_cvr {
    display: block;
    padding: 0;
  }
  .record_area {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 60px;
  }
  .record_area img {
    width: 33%;
    padding: 0;
  }
  
}

/*issue*/
.section_issue {
  background-color: #e2f1fa;
  padding: 80px 0 0;
}
.section_issue h1 {
  color: #2176ae;
  margin-bottom: 60px;
}
.section_issue h1 span {
  color: #db2b39;
}
.issue_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.issue_wrap img {
  padding-top: 20px;
  width: 60%;
}
.issue_1, .issue_3, .issue_5 {
  display: flex;
  margin-right: auto;
}
.issue_2, .issue_4, .issue_6 {
  display: flex;
  margin-left: auto;
}
.bg_issues {
  width: 100%;
} 
.bg_issues_sp {
  display: none;
}
@media(max-width:1050px) {
  .issue_wrap {
    padding: 0 40px;
  }
}
@media(max-width:768px) {
  .section_issue {
    padding-top: 50px;
  }
  .section_issue h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .issue_wrap img {
    width: 100%;
    padding-bottom: 20px;
  }
  .bg_issues {
    display: none;
  }
  .bg_issues_sp {
    display: block;
    width: 100%;
  }
}
@media(max-width:559px) {
  .issue_wrap {
    padding: 0 10px;
  }
}

/*features*/
.section_features {
  background-color: #f1f5fa;
  padding-bottom: 100px;
}
.section_features h1 {
  margin-top: 100px;
}
.features_lead {
  padding: 60px 0 70px;
  line-height: 3.2rem;
}
.section_features p span {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.7rem;
  font-weight: bold;
}
.section_features p span::before {
  position: absolute;
  left: -5px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #e8c547 4px 8px);
  content: '';
}
.features {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.features li {
  width: 355px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 3px rgba(51,51,51,0.1);
}
.features li img {
  width: 100%;
}
.features li h3 {
  font-size: 1.8rem;
  color: #2176ae;
  padding-top: 20px;
}
.features li p {
  padding: 20px;
  text-align: left;
}
.cvr_area {
  margin-top: 80px;
}
.cvr_area p {
  color: #2176ae;
  font-weight: 600;
}
.cvr_area_btn {
  display: inline-block;
  background-color: #db2b39;
  color: #fff;
  font-weight: 600;
  width: 440px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 20px;
}
.cvr_area_btn p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
}

@media(max-width:1250px) {
  .features {
    padding: 0 40px;
  }
}
@media(max-width:1250px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
  .features li {
    margin-bottom: 40px;
  }
}
@media(max-width:768px) {
  .section_features h1 {
    margin-top: 50px;
  }
  .features_lead {
    padding: 30px 10px;
  }
  .features {
    margin-bottom: 0;
  }
  .cvr_area {
    margin-top: 40px;
  }
}
@media(max-width:450px) {
  .section_features {
    padding-bottom: 60px;
  }
  .features_lead {
    text-align: left;
  }
  .features_lead br {
    display: none;
  }
  .cvr_area_btn {
    width: 350px;
  }
}

/*voice*/
.section_voice {
  padding: 100px 0;
  background-color: #e2f1fa;
}
.voice_wrap {
  margin: 60px auto 80px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.voice_wrap li {
  width: 300px;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px rgba(33,118,174);
  padding: 20px 10px;
}
.voice_head {
  display: flex;
}
.voice_head img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.voice_head h3 {
  text-align: left;
  color: #2176ae;
}
.voice_head p {
  font-size: 1.2rem;
  text-align: left;
}
.voice {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  padding-top: 30px;
}
.before_after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.before_after h4 {
  width: 45%;
}
.before {
  font-size: 1.0rem;
  background-color: #2176ae;
  color: #fff;
  border-radius: 10px;
}
.after {
  font-size: 1.0rem;
  background-color: #db2b39;
  color: #fff;
  border-radius: 10px;
}
.before_after_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.before_after_wrap p {
  width: 50%; 
} 
.before_after_wrap img {
  width: 10px;
}

.before_after_wrap p {
  font-size: 1.4rem;
}
.after_job{
  font-weight: 600;
}

@media(max-width:999px) {
  .voice_wrap {
    flex-direction: column;
    align-items: center;
  }
  .voice_wrap li {
    margin-bottom: 20px;
  }
}
/*slider*/
.voice_wrap {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
   margin:60px auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.voice_wrap .slick-slide {
    margin:0 20px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*consultant*/
.section_consultant {
  padding: 100px 0;
  background-color: #f1f5fa;
}
.slider {
  width:86%;
  margin:60px auto 80px;
}
.slider li {
  background-color: #e2f1fa;
  box-shadow: 2px 3px rgba(51,51,51,0.1);
}
.slider img {
  width:100%;
  height:auto;
}
.slider h3 {
  padding-top: 20px;
  font-size: 2.1rem;
  color: #2176ae;
}
.slider h4 {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #2176ae;
  position: relative;
}
.slider h4::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 42.5%;
  display: flex;
  justify-content: center;
  width: 15%;
  height: 2px;
  background-color: #e8c547;
}
.speciality {
  font-size: 1.1rem;
  padding-top: 30px;
}
.profile {
  font-size: 1.3rem;
  text-align: left;
  padding: 20px 10px;
}
.profile p {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.slider .slick-slide {
  margin:0 30px;
}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #2176ae;
    border-right: 2px solid #2176ae;
    height: 15px;
    width: 15px;
}
.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}
.slick-dots {
  text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
	margin:0 5px;
  width: auto;
  height: auto;
  box-shadow: none;
  background-color: transparent;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
.slick-dots .slick-active button{
    background:#2176ae;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.cvr_text {
  display: flex;
  justify-content: center;
}
.cvr_text img {
  width: 95px;
}
.cvr_text p {
  font-size: 1.6rem;
  color: #333;
  padding-left: 20px;
}
#cvr_consultant {
  padding: 20px 0;
  margin-top: 0;
}
@media(max-width:768px) {
  .slider {
    width: 94%;
    margin: 40px auto 60px;
  }
  .speciality {
    padding: 40px 10px 0;
    text-align: left;
    line-height: 1.6rem;
  }
  .section_consultant {
    padding: 60px 0;
  }
}

/*process*/
.section_process {
  padding: 100px 0;
  background-color: #e2f1fa;
}
.process-top {
  max-width: 900px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.process-top p {
  font-size: 3.6rem;
  line-height: 7.2rem;
  text-align: left;
  color: #2176ae;
  font-weight: 600;
}
.process-top img {
  width: 30%;
}
.process_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.process_wrap li {
  width: 355px;
  height: 450px;
  background-color: #fff;
  list-style: none;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.process_wrap li span {
  font-size: 1.4rem;
  color: #2176ae;
  font-weight: 600;
}
.process_wrap li h3 {
  font-size: 3.0rem;
  color: #2176ae;
  font-weight: 600;
  padding-top: 10px;
  position: relative;
}
.process_wrap li h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 15%;
  display: flex;
  justify-content: center;
  width: 70%;
  height: 1px;
  background-color: #2176ae;
}
.process_wrap li img {
  height: 100px;
  padding: 30px 0 10px;
}
.process_text {
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 0;
}
.process-point {
  width: 320px;
  background-color: #e2f1fa;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  bottom: 20px;
}
.process-point h5 {
  font-size: 1.2rem;
  background-color: #2176ae;
  color: #fff;
  border-radius: 10px;
}
.process-point p {
  font-size: 1.2rem;
  text-align: left;
}
.overdoor-policy_pc {
  width: 65vw;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 60px 50px;
}
.overdoor-policy_pc h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2176ae;
  position: relative;
  margin-bottom: 80px;
}
.overdoor-policy h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20%;
  display: flex;
  justify-content: center;
  width: 60%;
  height: 1px;
  background-color: #2176ae;
}
.policy-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-message img {
  width: 30%;
}
.policy-message p {
  width: 65%;
  text-align: left;
}
.policy-message p span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2176ae;
}
.overdoor-policy_pc ul {
  margin-top: 40px;
}
.overdoor-policy_pc ul li {
  font-size: 2.4rem;
  font-weight: 600;
  list-style: none;
  margin-top: 30px;
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.7rem;
  display: inline-block;
  
}
.overdoor-policy_pc ul li::before {
  position: absolute;
  left: -5px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #e8c547 4px 8px);
  content: '';
}
.overdoor-policy_sp {
  display: none;
}
@media(max-width:1250px) {
  .process_wrap {
    flex-direction: column;
    align-items: center;
  }
  .process_wrap li {
    margin-bottom: 30px;
  }
  #process_1::after, #process_2::after {
    position: absolute; /*--positionを追加--*/
    bottom: -30px;
    left: 50%;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 30px;
    background-color: #2176ae; /*--縦線の色--*/
  }
}
@media(max-width:768px) {
  .section_process {
    padding: 60px 0;
  }
  .process-top {
    flex-direction: column;
    padding: 0 10px;
    margin: 50px auto 0;
  }
  .process-top p {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
  .process-top img {
    width: 60%;
    margin: 20px auto 0;
  }
  .process_wrap {
    flex-direction: column;
    align-items: center;
  }
  .process_wrap li {
    margin-bottom: 30px;
  }
  #process_1::after, #process_2::after {
    position: absolute; /*--positionを追加--*/
    bottom: -30px;
    left: 50%;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 30px;
    background-color: #2176ae; /*--縦線の色--*/
  }
  .overdoor-policy_pc {
    display: none;
  }
  .overdoor-policy_sp {
    display: block;
    margin: 50px auto;
  }
  .overdoor-policy_sp h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2176ae;
  }
  #bubble {
    width: 90%;
  }
  #policy_sp {
    width: 50%;
    margin: 0 auto;
  }
  .policy-message_sp {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px 30px;
  }
  .policy-message_sp p {
    text-align: left;
    margin-bottom: 30px;
  }
  .policy-message_sp p span {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #2176ae;
    font-weight: 600;
  }
  .policy-message_sp ul li {
    list-style: none;
    font-size: 2.0rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .policy-message_sp ul li::before {
    position: absolute;
    left: -5px;
    bottom: -1px;
    width: 100%;
    height: 5px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #e8c547 4px 8px);
    content: '';
}
}

/*Q&A*/
.section_qa {
  padding: 100px 0;
  background-color: #f1f5fa;
}
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 800px;
    margin:60px auto;
}
.accordion-area li{
    margin: 30px 0;
}
.accordion-area section {
  background-color: #fff;
	border-radius: 20px;
}
.question {
    position: relative;
    cursor: pointer;
    font-size:1.8rem;
    font-weight: normal;
    color: #2176ae;
    text-align: left;
    padding: 3% 10% 3% 30px;
    transition: all .5s ease;
}
.question::before,
.question::after{
    position: absolute;
    content: '';  
}
.question::before{
    top: 25%;
    right: 15px;
    width: 25px;
    height: 25px;
    background-color: #e8c547;
    border-radius: 50%;
}
.question::after{    
    top: 32%;
    right: 23px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}
.question.close::before{
	transform: rotate(45deg);
}
.question.close::after{
	transform: rotate(-45deg);
}
.box {
  display: none;
  background: #eee;
  padding: 3% 6%;
  border-radius: 0 0 20px 20px;
  text-align: left;
}
.box li {
  margin: 10px 0;
}
@media(max-width:768px) {
  .section_qa {
    padding: 60px 0 ;
  }
  .accordion-area {
    margin: 40px auto;
  }
  .question {
    font-size: 1.6rem;
    padding: 3% 15% 3% 30px;
  }
}

/*footer*/ 
.footer {
  padding: 70px 0 120px;
  background-color: #fff;
}
.footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_wrap img {
  width: 40%;
}
.footer_link {
  text-align: left;
}
.footer_link p {
  margin-bottom: 10px;
}
.footer_link a {
  text-decoration: none;
  color: #333;
}
@media(max-width:768px) {
  .footer {
    padding-top: 40px;
  }
  .footer_wrap {
    flex-direction: column;
  }
  .footer_wrap img {
    width: 60%;
  }
  .footer_link {
    margin: 20px 0;
  }
}
/*sp_fixボタン*/
.btn_cvr_sp {
  display: none;
}
@media(max-width:768px) {
  .btn_cvr_fix {
  background-color: rgba(51,51,51,0.7);
  padding: 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
} 
.btn_cvr_sp {
  display: inline-block;
  background-color: #db2b39;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 40px;
}
}

