@charset "UTF-8";

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

    見出し

------------------------------------------------------*/
.top_title-a {
  text-align: center;
}

.top_title-a .main {
  line-height: 1.2;
  letter-spacing: 0.5rem;
  font-weight: normal;
  font-family: 'Sorts Mill Goudy', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_title-a .sub {
  display: block;
}

.top_title-b {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 768px) {
  .top_title-a {
    margin-bottom: 50px;
  }

  .top_title-a .main {
    font-size: 3.5rem;
  }

  .top_title-a .sub {
    font-size: 1.4rem;
  }

  .top_title-b {
    font-size: 2.2rem;
  }

}

@media (max-width: 767px) {
  .top_title-a {
    margin-bottom: 30px;
  }

  .top_title-a .main {
    font-size: 3.2rem;
  }

  .top_title-a .sub {
    font-size: 1.4rem;
  }

  .top_title-b {
    font-size: 2.2rem;
  }

}


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

    visual

------------------------------------------------------*/
#top-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#top-visual .top-slider,
#top-visual .top-slider .slide-bg-inner,
#top-visual .top-slider .slide-bg,
#top-visual .top-slider .slide-bg-inner>div {
  height: 100%;
}



#top-visual .top-slider .slide-bg-inner>div {
  /*position: absolute;*/
  height: 100%;
  width: 100%;
  /*max-width: 1600px;*/
  max-height: 900px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.slick-list,
.slick-track {
  height: 100%;
}

.top-visual-text-wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

#top-visual-text {
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  white-space: nowrap;
}

#top-visual-text span {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  line-height: 1;
}

#top-visual-text span:first-of-type {}

#top-visual-text span:last-of-type {}

@media (min-width: 1367px) {

  /* #top-visual { max-height: 640px; } */
  #top-visual {
    max-height: 647px;
  }

}

@media (min-width: 768px) {
  #top-visual {
    height: 100vh;
  }

  #top-visual-text {
    line-height: 4.7;
    top: 15px;
    left: 0;
    letter-spacing: 0.05em;
  }

  #top-visual-text span {
    padding: 11px 15px;
    font-size: 2.8rem;
  }

  #top-visual .top_slider {
    display: flex;
    height: 100%;
  }

  #top-visual .top-slider .slide-bg-inner>div {
    max-width: 1100px;
    background-size: 100% auto !important;
  }
}

@media screen and (min-width:768px) and (max-width:1366px) {

  /* #top-visual { max-height: 534px; } */
  #top-visual {
    max-height: 471px;
  }

  #top-visual .top-slider .slide-bg-inner>div {
    max-width: 701px;
  }
}

@media screen and (min-width:1161px) and (max-width:1366px) {}

@media screen and (min-width:768px) and (max-width:1366px) {
  #top-visual-text span {
    font-size: 2.8rem;
  }
}



@media (max-width: 767px) {
  #top-visual {
    padding-top: 70.7%;
  }

  #top-visual .top-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #top-visual .top-slider .slide-bg-inner>div {
    background-size: 100% auto !important;
  }


  #top-visual-text {
    line-height: 4;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  #top-visual-text span {
    padding: 12px;
    font-size: 2rem;
  }

}


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

    top_linklist

------------------------------------------------------*/
@media (min-width: 768px) {
  .top_linklist {
    background: linear-gradient(to right, #f9a534, #ee7215 80%);
    padding: 30px 0px;
  }

  .top_linklist .service_link {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top_linklist .service_link a {
    position: relative;
    z-index: 0;
    padding: 25px 0;
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 2.6rem;
    text-align: center;
    border: 1px solid #c2b097;
    border-radius: 5px;
    box-shadow: 0px 6px #c2b097;
    width: 340px;
    transition: background-color 1s linear;
  }

  .top_linklist .service_link a span {
    display: block;
    position: relative;
  }

  .top_linklist .service_link a span:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }

  .top_linklist .service_link a span:first-of-type::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72px;
    height: 2px;
    background: #ee7215;
    margin: 0 auto;
  }

  .top_linklist .service_link a span:last-of-type {
    font-size: 1.6rem;
  }

  .top_linklist .service_link a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #fff, #ede7e1);
    z-index: -1;
    transition: 0.3s linear;
  }

  .top_linklist .service_link a::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #FCEE21, #FBB03B);
    z-index: -2;
  }

  .top_linklist .service_link a:hover::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .top_linklist {
    margin-bottom: 10px;
  }

  .top_linklist .inner {
    background: #f2efeb;
    padding: 5px 5px 7px 5px;
  }

  .top_linklist .service_link {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top_linklist .service_link a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 2.0rem;
    text-align: center;
    background: linear-gradient(to bottom, #fff, #ede7e1);
    border: 1px solid #c2b097;
    border-radius: 5px;
    box-shadow: 0px 6px #c2b097;
    width: calc(50% - 3px);
  }

  .top_linklist .service_link a span {
    display: block;
    position: relative;
  }

  .top_linklist .service_link a span:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .top_linklist .service_link a span:first-of-type::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72px;
    height: 2px;
    background: #ee7215;
    margin: 0 auto;
  }

  .top_linklist .service_link a span:last-of-type {
    font-size: 1.4rem;
  }

  .top_linklist ul li {
    border-radius: 5px;
    text-align: center;
    background: #4472C4;
    box-shadow: 0px 1px 0px 0px #ccc;
  }

  .top_linklist ul li:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .top_linklist ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 7px;
    position: relative;
  }

  .top_linklist ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
  }

  .top_linklist .contact {
    padding: 0 5px;
  }

  .top_linklist .contact .img {
    max-width: 340px;
    margin: 0 auto;
    padding: 25px 0;
  }

  .top_linklist .contact .contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top_linklist .contact .contact-link a {
    display: block;
    border-radius: 5px;
    width: calc(50% - 3px);
    box-shadow: 0 5px #000000;
    padding: 9px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(to bottom, #946245, #38251a 50%);
  }

  .top_linklist .contact .contact-link a span {
    display: block;
    position: relative;
    line-height: 1;
  }

  .top_linklist .contact .contact-link a span:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .top_linklist .contact .contact-link a span:nth-of-type(2) {
    font-size: 2.5rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .top_linklist .contact .contact-link a span:nth-of-type(2)::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 160px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }

  .top_linklist .contact .contact-link a span:last-of-type {
    font-size: 1.0rem;
  }

  .top_linklist .contact .contact-link a span.f_mincho {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    font-weight: bold;
  }

  .top_linklist.bottom {
    margin-bottom: 0;
  }

  .top_linklist.bottom .contents {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top_linklist.bottom .service_link a {
    width: calc((100% / 3) - 3px);
  }

  .top_linklist.bottom .service_link a span:first-of-type {
    font-size: 1.6rem;
  }
}


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

    l_col-visual

------------------------------------------------------*/
.l_col-visual {
  position: relative;
}

@media (min-width: 768px) {
  .l_col-visual>p img {
    display: none;
  }

  .l_col-visual>div {
    width: 100%;
  }

  .l_col-visual::before {
    content: '';
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #f9a534, #ee7215 80%);
  }

  .top-visual-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #4472C4;
    width: 100%;
    height: 160px;
  }

  .top-visual-nav a {
    color: #fff;
    text-decoration: none;
  }

  .top-visual-nav .inner {
    position: relative;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-visual-nav .inner>div:not(.contact) {
    padding: 0 20px;
  }

  .top-visual-nav .inner>div:first-of-type {
    padding-left: 0;
    border-right: 1px solid #fff;
  }

  .top-visual-nav .inner>div>a {
    font-size: 1.8rem;
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
  }

  .top-visual-nav .inner>div .navlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-visual-nav .inner>div ul:first-of-type {
    margin-right: 20px;
  }

  .top-visual-nav .inner>div ul li {
    position: relative;
    border-bottom: 1px solid #888;
    margin-bottom: 4px;
    width: 140px;
  }

  .top-visual-nav .inner>div ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    border-top: 2px solid #ee7215;
    border-right: 2px solid #ee7215;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }

  .top-visual-nav .inner>div ul li:hover {
    border-color: #fcee21;
  }

  .top-visual-nav .inner>div ul li:hover::before {
    border-color: #fcee21;
  }

  .top-visual-nav .inner>div ul li a {
    font-size: 1.4rem;
    display: block;
    padding-left: 12px;
  }

  .top-visual-nav .inner>div ul li a:hover {
    color: #fcee21;
  }

  .top-visual-nav .contact {
    background: #fff;
    padding: 20px 10px 15px;
    max-width: 440px;
    position: absolute;
    right: 0;
    bottom: 13px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.35);
  }

  .top-visual-nav .contact .img {
    max-width: 400px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-visual-nav .contact .contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-visual-nav .contact .contact-link a {
    box-shadow: 0 5px #000000;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    text-align: center;
    display: block;
    width: 205px;
    padding: 10px 0 4px;
    background: linear-gradient(to bottom, #946245, #38251a 50%);
    font-size: 2.8rem;
    border-radius: 7px;
  }

  .top-visual-nav .contact .contact-link a:first-of-type {
    margin-right: 10px;
  }

  .top-visual-nav .contact .contact-link a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }

  .top-visual-nav .contact .contact-link a span {
    font-size: 1.4rem;
    display: block;
    line-height: 1;
  }
}

@media screen and (min-width:768px) and (max-width:1160px) {}

@media screen and (min-width:1161px) and (max-width:1366px) {}

@media screen and (min-width:768px) and (max-width:1366px) {
  #left-bar {
    display: none;
  }

  .left-button {
    /*display: none;*/
  }

  .l_col-visual>p {
    width: 40%;
    position: relative;
  }

  .l_col-visual>p img {
    display: block;
    height: auto;
    width: auto;
  }

  .l_col-visual>p>span>a {
    display: block;
  }

  .l_col-visual>p {
    background: linear-gradient(to right, #ee7215, #f9a534);
  }

  .l_col-visual>p>span {
    position: static;
  }

  .l_col-visual>p>span>a.online:hover {
    background: url(//resource.aichisogo.or.jp/common/images/top/brn_consult_mid-04-on.png) no-repeat center top;
    background-size: 100% auto;
  }

  .l_col-visual>p>span>a.online:hover img {
    opacity: 0;
  }

  .l_col-visual>p>span>a.note:hover {
    background: url(//resource.aichisogo.or.jp/common/images/top/brn_consult_mid-05-on.png) no-repeat center top;
    background-size: 100% auto;
  }

  .l_col-visual>p>span>a.note:hover img {
    opacity: 0;
  }

  .top-visual-nav .contact .img img {
    max-width: 78%;
  }

}


@media (max-width: 767px) {
  .l_col-visual>p img {
    display: none;
  }

  .l_col-visual>div {
    width: 100%;
    margin-bottom: 0;
  }

}


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

    Legal Service

------------------------------------------------------*/
#top_service {}

#top_service .item-wrap {
  max-width: 1320px;
  margin: 0 auto;
}

#top_service .item-wrap section {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  /*z-index: 15;*/
}

#top_service .item-wrap section .item-body>a {
  display: block;
  background: #e0d9ca;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

#top_service .item-wrap section .item-body>a:hover {
  opacity: 0.7;
}

#top_service .item-wrap .item-body {
  background-color: #f2efeb;
}

#top_service .item-wrap ul li {
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 0px 0px #ccc;
}

#top_service .item-wrap ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

#top_service .item-wrap ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-top: 2px solid #ee7215;
  border-right: 2px solid #ee7215;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

#top_service .item-wrap ul li a:hover {
  background: #fbf5e2;
}

#top_service .top_title-b {
  background: #fff;
  text-align: center;
}

#top_service .top_title-b span {
  display: block;
}

#top_service .top_title-b .main {
  position: relative;
}

#top_service .top_title-b .main::after {
  content: '';
  width: 90px;
  height: 2px;
  background: #ee7215;
  display: block;
  margin: 7px auto;
}

#top_service .top_title-b .sub {
  font-weight: normal;
  font-family: 'Sorts Mill Goudy', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media (min-width: 768px) {
  #top_service {
    position: relative;
    padding-top: 100px;
    margin-bottom: 77px;
  }

  #top_service::before {
    content: '';
    background: linear-gradient(45deg, #f9a534, #ee7215);
    width: 100%;
    height: 620px;
    position: absolute;
    bottom: -77px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }

  #top_service .item-wrap section {
    padding-top: 24.243%;
    width: 48.485%;
  }

  #top_service .item-wrap section.kojin {
    background-image: url(//resource.aichisogo.or.jp/common/images/top/ph_top-service-01.jpg);
  }

  #top_service .item-wrap section.houjin {
    background-image: url(//resource.aichisogo.or.jp/common/images/top/ph_top-service-02.jpg);
  }

  #top_service .item-wrap .item-body>a {
    font-size: 1.8rem;
    padding: 7px 0;
  }

  #top_service .item-wrap ul {
    padding: 30px;
  }

  #top_service .item-wrap ul li {
    font-size: 1.8rem;
  }

  #top_service .item-wrap ul li:nth-child(n+3) {
    margin-top: 10px;
  }

  #top_service .item-wrap ul li a {
    padding: 12px 10px;
  }

  #top_service .top_title-b {
    position: absolute;
    left: 50%;
    right: 0;
    top: 25%;
    margin: -45px auto 0 -100px;
    padding: 4px 0;
    max-width: 200px;
  }

  #top_service .top_title-b .main {
    font-size: 2.6rem;
  }

  #top_service .top_title-b .sub {
    font-size: 1.8rem;
  }

}

@media (max-width: 767px) {
  #top_service {
    padding-top: 50px;
    margin-bottom: 0;
  }

  #top_service .item-wrap section {
    padding-top: 42.667%;
    margin-bottom: 0;
    padding-bottom: 33px;
  }

  #top_service .item-wrap section.kojin {
    background: url(//resource.aichisogo.or.jp/common/images/top/ph_top-service-01.jpg), linear-gradient(to right, #f9a534, #ee7215);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #top_service .item-wrap section.houjin {
    background: url(//resource.aichisogo.or.jp/common/images/top/ph_top-service-02.jpg), linear-gradient(to right, #f9a534, #ee7215);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #top_service .item-wrap .item-body {
    margin: 0 15px;
  }

  #top_service .item-wrap .item-body>a {
    font-size: 1.6rem;
    padding: 8px 0;
  }

  #top_service .item-wrap ul {
    padding: 5px;
  }

  #top_service .item-wrap ul li {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }

  #top_service .item-wrap ul li:last-child {
    margin-bottom: 0;
  }

  #top_service .item-wrap ul li a {
    padding: 12px 10px;
  }

  #top_service .top_title-b {
    margin: 0 15px;
    padding: 10px 0;
  }

  #top_service .top_title-b .main {
    font-size: 2.4rem;
  }

  #top_service .top_title-b .sub {
    font-size: 1.8rem;
  }

}


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

    news

------------------------------------------------------*/
#top_news {}

#top_news .btnWrap {}

#top_news .btnWrap a {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}

/* コロナ無料特別法律相談 */

.corona-wrap {
  border: 3px solid #ed1c24;
  margin-bottom: 70px;
}

.corona-wrap h3 {
  color: #ed1c24;
  font-weight: bold;
  padding: 15px;
}

.corona-wrap div.text {
  margin-bottom: 0;
}

.corona-wrap>div .lead {
  font-size: 1.4rem;
  font-weight: bold;
}

.corona-wrap>div ul {}

.corona-wrap>div ul li {}

.corona-wrap>div ul li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  background: #f2efeb;
  position: relative;
  transition: 0.3s;
}

.corona-wrap>div ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.corona-wrap>div ul li a:hover {
  background: #fbf5e2;
}

.corona-wrap>div ul li.jigyou a {
  color: #3370b0;
}

.corona-wrap>div ul li.jigyou a::after {
  border-color: #3370b0;
}

.corona-wrap>div ul li.roudou a {
  color: #74b337;
}

.corona-wrap>div ul li.roudou a::after {
  border-color: #74b337;
}

.corona-wrap>div ul li.jyoseikin a {
  color: #877b6c;
}

.corona-wrap>div ul li.jyoseikin a::after {
  border-color: #877b6c;
}

.corona-wrap>div ul li.hasan a {
  color: #57b6df;
}

.corona-wrap>div ul li.hasan a::after {
  border-color: #57b6df;
}

.corona-wrap>div .caution {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.4rem;
}

.corona-wrap>div .note {
  border-top: 1px solid #ccc;
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.4rem;
}


@media (min-width: 768px) {
  #top_news {
    padding-top: 70px;
    margin-top: 20px;
  }

  #top_news .archive-list-b {
    margin-bottom: 50px;
  }

  /* 本部用__余白調整 */
  #top_news.honbu {
    padding-top: 100px;
  }

  .corona-wrap h3 {
    font-size: 2.4rem;
    border-bottom: 3px solid rgb(237, 28, 36);
  }

  .corona-wrap>div {
    padding: 20px 0;
    display: block !important;
  }

  .corona-wrap>div ul li a {
    font-size: 2.0rem;
    padding: 10px;
  }

  .corona-wrap>div ul li:nth-child(n+3) {
    margin-top: 15px;
  }

  .corona-wrap>div .caution {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }

  .corona-wrap>div .note {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #top_news {
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-top: 50px;
  }

  #top_news .archive-list-b {
    margin-bottom: 30px;
  }

  /* 本部用__余白調整 */
  #top_news.honbu {
    padding-top: 70px;
  }

  .corona-wrap {
    margin-bottom: 30px;
  }

  .corona-wrap h3 {
    font-size: 1.8rem;
    position: relative;
    padding: 15px 15px 25px;
  }

  .corona-wrap h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    border-top: 2px solid #ed1c24;
    border-right: 2px solid #ed1c24;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
  }

  /*.corona-wrap.open h3::after { transform: rotate(315deg); }*/
  .corona-wrap>div {
    padding: 20px 15px;
    display: none;
    border-top: 3px solid rgb(237, 28, 36);
  }

  .corona-wrap>div ul li {
    margin-bottom: 10px;
  }

  .corona-wrap>div ul li:last-child {
    margin-bottom: 0;
  }

  .corona-wrap>div ul li a {
    font-size: 1.8rem;
    padding: 5px 10px;
  }

  .corona-wrap>div .caution {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


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

    consult

------------------------------------------------------*/
#top_consult {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

#top_consult a {
  color: inherit;
  text-decoration: none;
}

#top_consult .lead {
  text-align: center;
  font-weight: bold;
}

#top_consult .lead>span {
  background: #fff;
  letter-spacing: 0.2rem;
  display: inline-block;
}

#top_consult .lead>span:not(:last-child) {
  margin-bottom: 10px;
}

#top_consult .consult-body {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

#top_consult .top_title-b {
  text-align: center;
}

#top_consult .course-wrap section {
  background: #fff;
}

#top_consult .course-wrap section a {
  display: block;
  transition: 0.3s;
}

#top_consult .course-wrap section a:hover {
  opacity: 0.8;
}

#top_consult .course-wrap section figure {
  margin-bottom: 0;
}

#top_consult .course-wrap section .title-wrap {}

#top_consult .course-wrap section p {
  text-align: right;
  font-size: 1.2rem;
  color: #ee7215;
}

#top_consult .course-wrap section p::after {
  content: '';
  background: url(//resource.aichisogo.or.jp/common/images/top/icon_small-arrow.svg) no-repeat;
  display: inline-block;
  width: 28px;
  height: 7px;
  margin-left: 4px;
}

#top_consult .consult-bottom {
  background: #f2efeb;
  position: relative;
  z-index: 0;
}

#top_consult .consult-bottom .colWrap {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_consult .consult-bottom .left {
  font-size: 1.4rem;
  line-height: 1.8;
}

#top_consult .consult-bottom .right {
  text-align: center;
}

#top_consult .consult-bottom .right a {
  text-decoration: underline;
  font-weight: bold;
}

#top_consult .consult-bottom .right a:hover {
  text-decoration: none;
  opacity: inherit;
  transition: none;
}

@media (min-width: 768px) {
  #top_consult .lead {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }

  #top_consult .lead>span {
    padding: 3px 10px;
  }

  #top_consult .consult-body {
    background: linear-gradient(to bottom, #f9d73d, #f9a835);
    padding: 30px 0 40px;
  }

  #top_consult .top_title-b {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  #top_consult .top_title-b span {
    font-size: 2.8rem;
  }

  #top_consult .course-wrap {
    max-width: 1320px;
    margin: 0 auto;
  }

  #top_consult .course-wrap section {
    width: calc((100% / 3) - 24.99px);
  }

  #top_consult .course-wrap section .title-wrap {
    padding: 40px 10px 10px;
  }

  #top_consult .consult-bottom::after {
    content: '';
    background: url(//resource.aichisogo.or.jp/common/images/top/img_top-consult.png) no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 5.714285714285714%;
    position: absolute;
    bottom: auto;
    left: 0;
  }

  #top_consult .consult-bottom .colWrap {
    padding: 40px 0 0;
  }

  #top_consult .consult-bottom .left {
    border-right: 1px solid;
    font-size: 1.4rem;
    padding-right: 100px;
  }


}

@media (max-width: 767px) {
  #top_consult .top_title-a {
    color: #fff;
  }

  #top_consult .lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  #top_consult .lead>span {
    padding: 5px 10px;
  }

  #top_consult .consult-body {
    background: linear-gradient(to right, #ee7215, #f9a534);
    padding: 50px 0 15px;
  }

  #top_consult .top_title-b {
    font-size: 1.9rem;
  }

  #top_consult .top_title-b span {
    font-size: 2.2rem;
  }

  #top_consult .course-wrap {
    margin: 0 15px;
  }

  #top_consult .course-wrap section {
    position: relative;
    margin-bottom: 10px;
  }

  #top_consult .course-wrap section:last-child {
    margin-bottom: 0;
  }

  #top_consult .course-wrap section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top_consult .course-wrap section figure {
    width: 135px;
  }

  #top_consult .course-wrap section .title-wrap {
    width: calc(100% - 135px);
    padding: 20px 15px 20px 20px;
  }

  #top_consult .course-wrap section .title-wrap p {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #top_consult .course-wrap section .top_title-b {
    text-align: left;
  }

  #top_consult .consult-bottom .colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #top_consult .consult-bottom .left {
    border-bottom: 1px solid;
    font-size: 1.2rem;
    margin: 20px 15px 15px;
    padding-bottom: 15px;
  }

  #top_consult .consult-bottom .right {
    margin: 0 auto 20px;
  }

  #top_consult .consult-bottom::after {
    content: '';
    width: 72px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 20px solid #f2efeb;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
  }
}

@media (max-width: 480px) {}


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

    reason

------------------------------------------------------*/
#top_reason {
  position: relative;
  /*z-index: -2;*/
}

#top_reason .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(//resource.aichisogo.or.jp/common/images/top/ph_top-reason-visual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#top_reason .item-wrap {}

#top_reason .item-wrap .l_col-3 {
  max-width: 1320px;
  margin: 0 auto;
}

#top_reason .item-wrap section {
  background: #fff;
}

#top_reason .item-wrap section figure {
  margin-bottom: 0;
}

#top_reason .item-wrap section .top_title-b {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}

#top_reason .item-wrap section .top_title-b::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  display: inline-block;
  background: #ee7215;
}

#top_reason .item-wrap section .text {
  margin: 0;
  padding: 0;
}


@media (min-width: 768px) {
  #top_reason .title-wrap {
    height: 405px;
  }

  #top_reason .top_title-a {
    font-size: 5.4rem;
  }

  #top_reason .item-wrap {
    padding-top: 30px;
    background: linear-gradient(to bottom, rgba(250, 242, 218, 1), rgba(250, 242, 230, 0));
  }

  #top_reason .item-wrap section {
    width: calc((100% / 3) - 24.99px);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  }

  #top_reason .item-wrap section .item-body {
    padding: 40px 25px;
  }


}

@media (max-width: 767px) {
  #top_reason .title-wrap {
    height: 138px;
    position: relative;
    z-index: -1;
  }

  #top_reason .title-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
  }

  #top_reason .top_title-a {
    margin-bottom: 0;
    z-index: 1;
  }

  #top_reason .item-wrap {
    padding: 20px 15px 50px;
    background: linear-gradient(to bottom, rgba(250, 242, 218, 1), rgba(250, 247, 243, 1));
  }

  #top_reason .item-wrap section:last-child {
    margin-bottom: 0;
  }

  #top_reason .item-wrap section .item-body {
    padding: 25px 25px 22px;
  }

  #top_reason .item-wrap section .text p {
    line-height: 1.8;
  }

}


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

    column

------------------------------------------------------*/
#top_column {}

#top_column a {
  transition: 0.3s;
}

#top_column a:hover {
  opacity: 0.8;
}

#top_column .column-list {}

#top_column .column-list li {
  border: 1px solid #ddd;
  border-radius: 2px;
  position: relative;
}

#top_column .column-list li a {
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  display: block;
}

#top_column .column-list li div {
  font-weight: bold;
}

#top_column .column-list .column-icon {
  text-align: center;
  background: #eeeeee;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#top_column .column-list .column-text {
  width: 100%;
}

#top_column .column-list.other {}

#top_column .column-list.other li a>div:first-child {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_column .column-list.other li a>div:last-child {}

#top_column .column-list.other .column-body p {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top_column .column-list.other .column-body br {
  display: none;
}

#top_column .column-list.special {}

#top_column .column-list.special li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* color */
#top_column .column-list .column-icon.rikon {
  background-color: #cd726f;
  color: #fff;
}

#top_column .column-list .column-icon.souzoku {
  background-color: #6a9439;
  color: #fff;
}

#top_column .column-list .column-icon.bengo {
  background-color: #be8a3a;
  color: #fff;
}

#top_column .column-list .column-icon.iryo {
  background-color: #0071bc;
  color: #fff;
}

#top_column .column-list .column-icon.touki {
  background-color: #603813;
  color: #fff;
}

#top_column .column-list .column-icon.roudou {
  background-color: #9E9090;
  color: #fff;
}

#top_column .column-list .column-icon.sr-roumu {
  background-color: #CCB78D;
  color: #fff;
}

#top_column .column-list .column-icon.rousai {
  background-color: #fcee21;
  color: #333;
}

#top_column .column-list .column-icon.zangyo {
  background-color: #26abbf;
  color: #fff;
}

#top_column .column-list .column-icon.b-kanen {
  background-color: #1fab18;
  color: #fff;
}

#top_column .column-list .column-icon.hasan {
  background-color: #57b6df;
  color: #fff;
}

#top_column .column-list .column-icon.it {
  background-color: #ee7215;
  color: #fff;
}

@media (min-width: 768px) {
  #top_column .column-list {
    width: calc(50% - 20px);
  }

  #top_column .column-list li {
    position: relative;
    line-height: 46px;
  }

  #top_column .column-list li>* {
    padding: 0 10px 0 10px;
  }

  #top_column .column-list .column-icon {
    margin-right: 10px;
    display: inline-block;
    width: 74px;
    height: 30px;
    line-height: 30px;
  }

  #top_column .column-list .column-text {
    max-width: 350px;
  }

  #top_column .column-list.other li {
    height: 90px;
  }

  #top_column .column-list.other li:nth-child(n+2) {
    margin-top: 10px;
  }

  #top_column .column-list.other li a>div:first-child {
    height: 49px;
  }

  #top_column .column-list.other li a>div:last-child {
    height: 39px;
  }

  #top_column .column-list.other .column-body p {
    line-height: 39px;
  }

  #top_column .column-list.special li {
    height: 55px;
  }

  #top_column .column-list.special li>* {
    line-height: 55px;
  }

  #top_column .column-list.special li:nth-child(n+2) {
    margin-top: 12px;
  }

}

@media (max-width: 767px) {
  #top_column .contents {
    padding-bottom: 0;
  }

  #top_column .column-list li:last-child {
    margin-bottom: 0;
  }

  #top_column .column-list li>* {
    padding: 10px;
  }

  #top_column .column-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  #top_column .column-list .column-icon {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
  }

  #top_column .column-list .column-text {}

  #top_column .column-list.other li a>div:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

}


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

    left-bar

------------------------------------------------------*/
#left-bar {}

#left-bar .right {}

#left-bar .right .right-head {
  background: #fff;
}

#left-bar .right .right-head span {}

#left-bar .right .right-head .muryou span {
  color: #f15a24;
}

#left-bar .right .right-head .text {
  font-size: 1.5rem;
  font-weight: bold;
}

#left-bar .right .right-body .tel {}

#left-bar .right .right-body .net {}

#left-bar .right .right-body .title {
  background: #38251a;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

#left-bar .right .right-body .contact-link {
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#left-bar .right .right-body .contact-link::after {}

#left-bar .right .right-body .net .contact-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#left-bar .right .right-body .contact-link a {
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

#left-bar .right .right-body .tel .contact-link a {
  font-size: 5.0rem;
  line-height: 1;
  padding: 7px 0;
  padding-left: 50px;
}

#left-bar .right .right-body .net .contact-link a {
  font-size: 2.2rem;
  padding: 21px 0 10px;
  padding-left: 55px;
}

#left-bar .right .right-body .tel .contact-link a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
  background: url(//resource.aichisogo.or.jp/common/images/top/icon-people-white.svg) no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
}

#left-bar .right .right-body .net .contact-link a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  background: url(//resource.aichisogo.or.jp/common/images/top/icon-online-white.svg) no-repeat;
  display: inline-block;
  width: 33px;
  height: 30px;
}

#left-bar .right .right-body .contact-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#left-bar .right .note {
  background: #f15a24;
  text-align: center;
}

#left-bar .right .note a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#left-bar .linkBtn {
  position: absolute;
  left: 0;
  top: 0;
}

#left-bar .linkBtn a {
  display: block;
}

#left-bar .linkBtn a img {}

#left-bar .linkBtn .title {}

#left-bar .linkBtn .title a {}

#left-bar .linkBtn .title a img {}

#left-bar .linkBtn .l_col-nav {}

#left-bar .linkBtn .tel {
  width: 50%;
}

#left-bar .linkBtn .tel a {}

#left-bar .linkBtn .tel a img {}

#left-bar .linkBtn .online {
  width: 50%;
}

#left-bar .linkBtn .online a {}

#left-bar .linkBtn .online a img {}

#left-bar .linkBtn .note {}

#left-bar .linkBtn .note a {
  padding: 0;
}

#left-bar .linkBtn .note a img {}

#left-bar .linkBtn .online a:hover {
  background: url(//resource.aichisogo.or.jp/common/images/top/brn_consult_lrg-04-on.png) no-repeat center top;
  background-size: 100% auto;
}

#left-bar .linkBtn .online a:hover img {
  opacity: 0;
}

#left-bar .linkBtn .note a:hover {
  background: url(//resource.aichisogo.or.jp/common/images/top/brn_consult_lrg-05-on.png) no-repeat center center;
  background-size: 100% auto;
}

#left-bar .linkBtn .note a:hover img {
  opacity: 0;
}

@media (min-width: 768px) {
  #left-bar {
    width: 730px;
    position: absolute;
    top: calc(100vh - 288px);
    left: 0;
    z-index: 10;
  }

  .left-button {
    background: #ee7215;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    position: fixed;
    top: 50vh;
    left: 0;
    height: 281px;
  }

  .left-button a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    text-align: center;
    position: relative;
  }

  .left-button a span {
    position: relative;
    padding-top: 10px;
  }

  .left-button a span::before {
    content: '';
    position: absolute;
    background: url(//resource.aichisogo.or.jp/common/images/top/icon-fukidasi-white.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: -15px;
  }

  #left-bar .right {
    width: 100%;
    background: linear-gradient(to right, #ee7215, #f9a534);
    z-index: 99;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  }

  #left-bar .right .right-head {
    padding: 10px 0 10px 25px;
  }

  #left-bar .right .right-head .muryou {
    font-size: 4.6rem;
  }

  #left-bar .right .right-head .text {
    display: inline-block;
  }

  #left-bar .right .right-body {
    padding: 20px 30px 20px;
  }

  #left-bar .right .right-body>div {
    width: calc(50% - 15px);
  }

  #left-bar .right .note a {
    padding: 4px 0;
  }

  .left-button {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 200ms;
    transition-timing-function: liner;
  }

  #left-bar.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all 200ms 0s ease;
    opacity: 1;
  }

  #left-bar.close {
    -webkit-transform: translateX(-781px);
    -ms-transform: translateX(-781px);
    transform: translateX(-781px);
    transition: all 800ms 0s ease;
    opacity: 0;
  }

  .left-button.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-duration: 400ms;
    transition-timing-function: liner;
  }
}

@media (max-width: 1366px) {
  #left-bar .linkBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  #left-bar {
    background: linear-gradient(to right, #ee7215, #f9a534);
  }

  #left-bar .right {
    width: 100%;
  }

  #left-bar .right .right-head {
    text-align: center;
  }

  #left-bar .right .right-head img {
    max-width: 375px;
  }

  #left-bar .right .right-head .muryou {
    font-size: 3.6rem;
    display: block;
  }

  #left-bar .right .note {
    font-size: 1.3rem;
  }

  #left-bar .right .note a {
    padding: 4px 0;
  }

  #left-bar .right .right-body {
    padding: 15px 15px 0;
    text-align: center;
  }

}



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

    top_greeting

------------------------------------------------------*/
#top_greeting {
  position: relative;
  margin-bottom: 0;
}

#top_greeting::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
}

#top_greeting .contents {
  padding-bottom: 0;
}

#top_greeting .title {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#top_greeting .title p {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

#top_greeting .title h2 {
  display: inline-block;
}

#top_greeting .l_col-2-r {}

#top_greeting figure {
  text-shadow: 0px 0px 9px #ffffff;
}

#top_greeting figure>span {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

#top_greeting figure img {}

#top_greeting figcaption {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino font-02 ProN", 游明朝, Yufont-02, HG 明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #38251a;
}

#top_greeting figcaption span {
  display: inline-block;
  margin-left: 5px;
}

#top_greeting .text {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

#top_greeting .text p {}

#top_greeting .btnWrap {}

#top_greeting .btnWrap a {}

#top_greeting .btnWrap a.more {
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 10px 0;
  position: relative;
}

#top_greeting .btnWrap a.more::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: 2px solid #ee7215;
  border-right: 2px solid #ee7215;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}

#top_greeting .btnWrap a.more.open::after {
  transform: rotate(-45deg);
  bottom: -5px;
}

@media (min-width: 768px) {
  #top_greeting {
    padding-top: 70px;
    background-size: cover !important;
  }

  #top_greeting .title {
    margin-left: 288px;
    margin-bottom: 25px;
  }

  #top_greeting .title p {
    padding: 5px 12px;
  }

  #top_greeting .title h2 {
    font-size: 2.8rem;
    padding: 5px 12px;
    background-color: #fff;
    letter-spacing: 2px;
  }

  #top_greeting figure {
    width: 288px;
    position: relative;
    top: -110px;
    text-align: left;
  }

  #top_greeting figure>span {
    width: 245px;
    height: 245px;
  }

  #top_greeting figcaption {
    max-width: 245px;
    text-align: center;
    margin: 0;
  }

  #top_greeting figcaption span {
    font-size: 2.8rem;
  }

  #top_greeting .text {
    width: calc(100% - 288px);
    padding: 20px 30px;
    position: relative;
    z-index: 1;
  }

  #top_greeting .btnWrap {
    display: none;
  }
}

@media (max-width: 767px) {
  #top_greeting {
    background-size: auto 240px !important;
    padding-top: 20px;
  }

  #top_greeting::after {
    top: 141px;
  }

  #top_greeting .title {
    text-align: center;
    margin-bottom: 20px;
  }

  #top_greeting .title p {
    padding: 5px;
  }

  #top_greeting .title h2 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 8px;
    font-size: 2.5rem;
  }

  #top_greeting .title h2 span:first-of-type {
    margin-bottom: 8px;
  }

  #top_greeting figure {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  #top_greeting figure>span {
    width: 180px;
    height: 180px;
  }

  #top_greeting figcaption {
    font-weight: bold;
  }

  #top_greeting figcaption span {
    font-size: 2.4rem;
  }

  #top_greeting .text {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }

  #top_greeting .text.open {
    max-height: 200vh;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }

  #top_greeting .text:not(.open)::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
  }

  #top_greeting .text p {
    font-size: 1.5rem;
  }

}