@charset "UTF-8";
/* CSS Document */

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

main visual

-------------*/
.main_image {
    background: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/func_reservation/Rectangle+2309.png) no-repeat;
    margin-top: 24px;
    background-size: contain;
  padding: 0 16px;
}
.main_image .wrap {
    padding: 64px 0px 80px 0px;
      width: 1148px;
}
.main_image .flex_wrap {
  display: flex;
    align-items: center;
    gap: 32px;
      position: relative;
    overflow: inherit;
}
.main_image .flex_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main_image .page_ttl {
    display: inline-flex;
    padding: 10px 20px 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #1C9898;
    border: 1px solid #1C9898;
    background-color: #FFF;
    border-radius: 6px;
    width: max-content;
}
.main_image .page_ttl strong {
    font-size: 2.4rem;
    font-weight: bold;
}
.main_image .page_copy {
    font-size: 4rem;
    line-height: 1.3;
    color: #333333;
    margin-top: 0px;
  font-weight: bold;
    letter-spacing: 0.03em;
}
.main_image .page_copy strong {
    font-size: 5.6rem;
    color: #06A9AA;
    font-weight: bold;
}
.main_image_txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.25;
    font-size: 2rem;
    letter-spacing: 0.5px;
}
.main_image_txt span {
    color: #1C9898;
    font-weight: bold;
}
.main_image .main_src {
  position: unset;
    width: 560px;
    height: 100%;
    bottom: 0px;
    right: 0px;
}


/* ---------

fv cvボタン

------------*/
.main_image .cv_area {
    background: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
.main_image .cv_link {
    margin-top: 16px;
}
.closing_cv .cv_link li {
    margin-left: 0px;
}
.main_image .cv_link li {
    margin-right: 24px;
}
/*-------------

gaiyou

-------------*/
.gaiyou {
    background-color: #1C9898;
    padding: 80px 126px 96px 126px;
}
.gaiyou .wrap{
  width: auto;
}
.gaiyou h2 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2.56px;
  text-align: center;
}
/*-------------

page_link

-------------*/
.re_page_link {
    text-align: center;
    padding: 0px;
    background: #ffffff;
    margin: 72px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.re_page_link .index_ttl {
  font-weight: bold;
  font-size: 3.2rem;
}
.re_page_link .index_wrap {
display: flex;
gap: 24px 42px;
flex-wrap: wrap;
width: 782px;
}

.re_page_link .index_wrap li a {
display: flex;
width: 290px;
padding: 24px 0px 24px 24px;
align-items: center;
gap: 12px;
border-radius: 8px;
border: 1px solid #1C9898;
box-shadow: 0px 2px 6.6px 0px rgba(6, 59, 59, 0.48);
color: #333;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.1;
text-align: left;
}
.re_page_link .index_wrap li a figure {
  display: flex;
}
.re_page_link .index_wrap li img {
  width: 32px;
  display: inline-block;
}
.re_page_link .index_wrap li figure::after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 1px;
  background-color: #B8B8B8;
  margin-left: 10px;
}
/*-------------

func_introduction

-------------*/
.func_introduction {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.introduction_wrap {
  display: flex;
  padding: 48px 81px 40px 81px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 38px;
  background: #F0F7F4;
  width: 1148px;
}
.introduction_ttl {
  display: flex;
  flex-direction: row;
  padding-bottom: 6px;
  justify-content: center;
  align-items: start;
  gap: 8px;
}
.introduction_ttl figure{
  padding-top: 8px;
}
.introduction_ttl h3 {
color: #333;
font-size: 4rem;
font-weight: bold;
line-height: 1.4;
letter-spacing: 3px;
}
.introduction_contents {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.introduction_txt {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.introduction_txt p {
font-size: 1.8rem;
line-height: 1.6;
}
.introduction_txt p span {
font-weight: bold;
color: #1C9898;
}
.patient_func {
  display: flex;
  width: 512px;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.patient_func li {
  border-radius: 6px;
  background: #FFF;
  text-align: center;
  font-weight: bold;
  width: 160px;
  padding: 10px 0 8px 0;
}
.resorce_func {
  margin-top: 8px;
  background: #FFF;
  display: flex;
  padding: 8px 40px;
  flex-direction: column;
  gap: 6px;
  font-size: 1.6rem;
  border-radius: 10px;
}
.resorce_func p:nth-child(2), .resorce_func p:nth-child(3) {
  line-height: 1.38;
  font-weight: bold;
}
/*-------------

func-link

-------------*/
.func-link{
  padding: 120px 0 104px 0;
}
.func-link > strong{
  text-align: center;
    display: block;
    font-size: 3rem;
}
.func-link .child_menu ul{
  width: 1120px;
  margin: 32px auto 0 auto;
  display: flex;
    flex-wrap: wrap;
}
.func-link .child_menu li{
    margin-left: 10px;
  margin-top: 10px;
}
.func-link .child_menu .link-wrap{
  width: 270px;
  display: block;
    background: #fbfaf9;
    padding: 13px 13px 13px 40px;
    border-radius: 3px;
  font-size: 1.2rem;
    font-weight: normal;
  color: #9c9c9c;
  opacity: 0.3;
  line-height: inherit;
}
.func-link .child_menu a.link-wrap{
  opacity: 1;
}
.func-link .child_menu a.link-wrap:hover {
  color: #9c9c9c;
  background: #eff7f3;
}
.func-link .child_menu strong{
  display: block;
  margin-bottom: 10px;
  color: #333;
}
.func-link .child_menu a.link-wrap:hover strong{
  color: #06A9AA;
  transition : 0.3s;
}
.func-link .child_menu li > link-wrap:hover { /* 子項目のスタイル（ホバー時） */
  background: #ffb6c1;
}
 
.func-link .child_menu { /* 下層メニューのスタイル */
width: 100%;
}

.func-link .child_menu .icon strong{
  position: relative;
  font-size: 1.6rem;
  
}
.func-link .child_menu .icon strong::before{
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: -28px;
}
.func-link .child_menu .reserve.icon strong::before{
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_reserve.svg);
    width: 21px;
    height: 18px;
    top: -1px;
}
.func-link .child_menu .record.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_record.svg");
        width: 17px;
    height: 22px;
    top: -2px;
}
.func-link .child_menu .interview.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_interview.svg");
    width: 16px;
    height: 23px;
    top: -4px;
}
.func-link .child_menu .accounting.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_accounting.svg");
    width: 23px;
    height: 16px;
    top: 0px;
}
.func-link .child_menu .card.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_card.svg");
    width: 21px;
    height: 15px;
    top: -1px;
}
.func-link .child_menu .settlement.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_settlement.svg");
   width: 15px;
    height: 23px;
    top: -4px;
}
.func-link .child_menu .analysis.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_analysis.svg");
    width: 21px;
    height: 16px;
    top: -1px;
}
.func-link .child_menu .crm.icon strong::before{
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/img.kireini.me/connect/web/icon/ico_crm.svg");
     width: 21px;
    height: 15px;
    top: -1px;
}