@charset "utf-8";
main .inner {
  width: 96%;
  max-width: 1350px;
  margin: 0 auto;
}
/* ===============================================
# sec_toppromo
=============================================== */
.sec_toppromo {
  position: relative;
}
.sec_toppromo .bg_promo {
  width: 100%;
  background: url("/jissen/img/img_promo01_pc.jpg") no-repeat top center;
  background-size: cover;
  padding: 6.8% 0 8%;
}
.sec_toppromo .txt {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  background: url("/jissen/img/ico_promo.svg") no-repeat top left;
  background-size: 125px auto;
  padding: 60px 60px 60px;
  line-height: 1.654;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #4a1c1e;
}
@media (max-width :1024px) {
  .sec_toppromo .bg_promo{
    background-position: left 28% top;
  }
}
@media screen and (max-width :768px) {
  .sec_toppromo .bg_promo {
    background: url("/jissen/img/img_promo01_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 14% 0 13%;
  }
  .sec_toppromo .txt {
    width: 100%;
    background: url("/jissen/img/ico_promo.svg") no-repeat top left -4%;
    background-size: 22.9vw auto;
    padding: 10.6vw 7.7vw;
    line-height: 1.688;
    font-size: 16px;
    font-size: 4.24vw;
    text-align: left;
  }
}
/*ÖØÒª¤Ê¤ªÖª¤é¤»*/
.box_important {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1350px;
  padding: 14px 16px;
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-size: 1.6rem;
}
.box_important .ttl_news {
  padding: 16px 19px;
  background: #df6b70;
  border-radius: 24.5px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.box_important ul {
  flex: 1;
  padding-left: 20px;
}
.box_important li a {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}
.box_important li a .date {
  width: 7em;
}
.box_important li a .ttl {
  flex: 1;
}
@media print, screen and (max-width :1024px) {
  .box_important {
    padding: 7px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_important .ttl_news {
    padding: 7px 10px;
  }
  .box_important ul {
    padding-left: 10px;
  }
  .box_important li a .date {
    width: 6em;
  }
}
@media screen and (max-width :768px) {
  .box_important {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    padding: 8px 3% 18px;
    border-radius: 0;
    background-color: #e8f0f4;
  }
  .box_important .ttl_news {
    display: inline-block;
    padding: 10px 9px;
    border-radius: 15px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_important ul {
    padding-left: 0;
  }
  .box_important li a {
    display: block;
  }
  .box_important li a .date {
    width: 100%;
  }
  .box_important li a .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news {
  position: relative;
  padding-top: 54px;
  margin-bottom: 40px;
}
.sec_news .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_news h2, .sec_library h2, .sec_topics h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #464646;
  letter-spacing: 0.025em;
}
.sec_news h2 span, .sec_library h2 span, .sec_topics h2 {
  display: block;
}
.sec_news h2 span.fontMincho, .sec_library h2 span.fontMincho, .sec_topics h2 span.fontMincho {
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
  letter-spacing: 0.1em;
}
.cmn_news_box li .cate {
  display: inline-block;
  margin-left: 1em;
}
.cmn_news_box li .cate span {
  display: block;
  padding: 5.5px 0;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width :768px) {
  .sec_news {
    padding-top: 28px;
    margin-bottom: 0;
  }
  .sec_news .inner {
    width: 100%;
  }
  .sec_news h2, .sec_library h2, .sec_topics h2 {
    font-size: 33.5px;
    font-size: 3.35rem;
  }
  .sec_news h2 span.fontMincho, .sec_library h2 span.fontMincho, .sec_topics h2 span.fontMincho {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cmn_news_box li .cate {
    width: 4em;
  }
  .cmn_news_box li .cate span {
    padding: 4px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*¤ªÖª¤é¤»-----------------------------*/
.sec_news .area_news {
  width: 59.93%;
}
.sec_news .area_news .box_ttl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sec_news .area_news h2 {
  padding-bottom: 20px;
}
.sec_news .area_news h2 .en {
  margin-top: 5px;
}
.sec_news .area_news .tab {
  width: 60%;
  max-width: 270px;
  padding-bottom: 10px;
}
.sec_news .area_news .tab li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.sec_news .area_news .tab li:last-child::after, .sec_news .area_news .tab li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_news .area_news .tab li:last-child::after {
  left: auto;
  right: 0;
}
.sec_news .area_news .tab li a {
  padding: 12px 25px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
}
.sec_news .area_news .tab li a.active, .sec_news .area_news .tab li a:hover {
  border-bottom: 4px solid #ec6d74;
  font-weight: bold;
  opacity: 1;
}
.sec_news .cmn_news_box a {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.sec_news .cmn_news_box li .date {
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_news .cmn_news_box li .ttl {
  padding-left: 13px;
}
.sec_news .cmn_btn.btns {
  padding: 15px 50px;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 270px;
}
.sec_news .cmn_btn span::after {
  right: -67px;
}
/*Ð´Õæ¥¹¥é¥¤¥É¤È¥Ñ¥ó¥Õ¥ì¥Ã¥È---------------*/
.sec_news .area_photo {
  width: 35.56%;
  margin: 96px 0 0 4.37%;
}
.sec_news .area_photo .swiper-wrapper {
  height: auto;
}
.sec_news .area_photo .swiper-wrapper .swiper-slide figure {
  position: relative;
  overflow: hidden;
}
.sec_news .area_photo .swiper-wrapper .swiper-slide .swiper-slide-content {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  opacity: 0;
	transition: all 2s ease 0s;
  margin-top: 5px;
  line-height: 1.5;
}
.sec_news .area_photo .box_btn {
  margin-top: 22px;
}
@media screen and (max-width :768px) {
  .sec_news .area_news {
    width: 94.6%;
    margin: 0 auto;
    padding-bottom: 34px;
  }
  .sec_news .area_news h2 {
    padding-bottom: 15px;
  }
  .sec_news .area_news .tab {
    max-width: 190px;
    padding-bottom: 15px;
  }
  .sec_news .area_news .tab li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .cmn_news_box a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sec_news .cmn_news_box li .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_news .cmn_btn.btns {
    padding: 11px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    max-width: 56.8%;
    margin-top: 20px;
  }
  .sec_news .cmn_btn span::after {
    right: -48px;
  }
  /*Ð´Õæ¥¹¥é¥¤¥É¤È¥Ñ¥ó¥Õ¥ì¥Ã¥È---------------*/
  .sec_news .area_photo {
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_news .area_photo .box_btn {
    margin-top: 20px;
  }
  .sec_news .area_photo .swiper-wrapper .swiper-slide .swiper-slide-content {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
}
@media screen and (max-width :360px) {
  .sec_news .cmn_btn span::after {
    right: -38px;
  }
}
/* ===============================================
# sec_education
=============================================== */
.sec_education {
  position: relative;
  padding: 65px 0 0;
}
.sec_education .inner {
  padding-bottom: 65px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_education .box_course {
  max-width: 621px;
  width: 49%;
}
.sec_education .box_course h2 {
  margin-bottom: 18px;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.sec_education .box_course h2 a.arrow,
.sec_education .box_course h2 span.arrow {
  display: inline-block;
  padding-right: 40px;
  background: url(/jissen/common/img/ico_arrow.svg) no-repeat right center;
  background-size: 17px 5px;
}
.sec_education .box_course > .txt,
.sec_education .box_course a > .txt{
  margin-bottom: 27px;
  line-height: 1.3;
}
.sec_education .box_course .list_course li {
  width: 33.33%;
  text-align: center;
  float: left;
}
.sec_education .box_course .list_course li:nth-child(n+4) {
  margin-top: 15px;
}
.sec_education .box_course .list_course li img {
  width: 105px;
  background-color: #f7aaaa;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_education .box_course .list_course li a > span,
.sec_education .box_course .list_course li.nurse span {
  display: block;
  margin-top: 2px;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec_education .img_course img {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.sec_education .box_course .list_course li.cooperation{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_education .box_course .list_course li.cooperation > span{
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (max-width :1024px) {
  .sec_education .box_course h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
.sec_education .box_course > .txt,
.sec_education .box_course a > .txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_education .box_course .list_course li a > span,
  .sec_education .box_course .list_course li.nurse span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_education .box_course .list_course li.cooperation > span{
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width :769px) {
  .sec_education::before {
    display: block;
    content: '';
    width: 30.8%;
    height: 93%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background: #fcf1f1;
  }
  .sec_education .box_course .list_course li a:hover {
    opacity: 1;
  }
  .sec_education .box_course .list_course li a:hover img {
    background: #df6b70;
  }
}
@media screen and (max-width :768px) {
  .sec_education {
    padding: 30px 0 0;
  }
  .sec_education .inner {
    width: 100%;
    padding-bottom: 0;
  }
  .sec_education .box_course {
    max-width: inherit;
    width: 100%;
    padding: 0 1.8%;
  }
  .sec_education .box_course h2 {
    margin-bottom: 13px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_education .box_course h2 a.arrow,
  .sec_education .box_course h2 span.arrow{
    padding-right: 30px;
    background-size: 13px 8px;
  }
.sec_education .box_course > .txt,
.sec_education .box_course a > .txt{
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_education .box_course .list_course {
    padding-top: 10px;
  }
  .sec_education .box_course .list_course li:nth-child(n+4) {
    margin-top: 25px;
  }
  .sec_education .box_course .list_course li img {
    width: 64.8%;
  }
  .sec_education .box_course:nth-child(2) {
    position: relative;
    margin-top: 48px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .sec_education .box_course:nth-child(2)::before {
    content: '';
    display: block;
    width: 47.8%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #fcf1f1;
  }
  .sec_education .img_course img {
    width: 87.6%;
  }
}
/*¥¹¥é¥¤¥É*/
.swiper_education {
  overflow: visible;
  width: 360px;
  margin: auto 0;
}
.swiper_education .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper_education .swiper-wrapper li {
  max-width: 360px;
}
.swiper_education .swiper-wrapper li figcaption {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width :768px) {
  .swiper_education {
    overflow: visible;
    width: 180px;
  }
  .swiper_education .swiper-wrapper li {
    max-width: 180px;
  }
  .swiper_education .swiper-wrapper li figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 5px;
    line-height: 1.4;
  }
}
/* ===============================================
# sec_topics
=============================================== */
.sec_topics {
  padding: 70px 0 55px;
}
.sec_topics ul {
  margin: 47px 0 30px;
}
.sec_topics .cmn_swiper .swiper-slide {
  width: 17.78%;
  height: auto;
  margin-right: 2.67%;
}
.sec_topics .cmn_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.sec_topics .swiper-container .swiper-prev01, .sec_topics .swiper-container .swiper-next01 {
  display: none;
}
.sec_topics ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.sec_topics ul li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_topics ul li figure {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.sec_topics ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.sec_topics ul li figure .cmn_cate {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec_topics ul li .txt {
  margin-top: 16px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.sec_topics ul li .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -19px;
  margin-top: 20px;
}
.sec_topics ul li .date {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 27px;
}
.sec_topics .cmn_btn {
  margin-top: 0;
  padding: 16px 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_topics .cmn_btn span::after {
  right: -77px;
}
@media screen and (max-width :768px) {
  .sec_topics {
    padding: 45px 0 30px;
  }
  .sec_topics .inner {
    width: 100%;
  }
  .sec_topics .swiper-container .cmn_swiper {
    margin: 45px 0 65px;
  }
  .sec_topics ul li {
    width: 53%;
  }
  .sec_topics ul li .txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .sec_topics .swiper-container .swiper-prev01, .sec_topics .swiper-container .swiper-next01 {
    display: block;
  }
  .sec_topics ul li .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 28px;
  }
  .sec_topics .swiper-container .bottom {
    position: relative;
    width: 96%;
    margin: 0 auto;
  }
  .sec_topics .swiper-container .bottom .swiper-prev01 {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .sec_topics .swiper-container .bottom .swiper-next01 {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .sec_topics .swiper-container-horizontal > .swiper-scrollbar {
    height: 3px;
    bottom: 120px !important;
    width: 98%;
    margin: 0 auto;
  }
  .sec_topics .cmn_btn {
    margin-top: 85px;
    padding: 13px 50px;
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 55.8%;
  }
  .sec_topics .cmn_btn span::after {
    right: -39px;
  }
}
@media screen and (max-width :360px) {
  .sec_topics .swiper-container .cmn_swiper {
    margin-bottom: 80px;
  }
  .sec_topics .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 120px !important;
  }
}
/*‡í•øð^-----------------------------*/
.sec_library {
  margin-top: 40px;
}
.sec_library .inner {
  width: 96%;
  max-width: 1430px;
  margin: 0 auto;
}
.sec_library .box_library {
  width: 100%;
  padding: 97px 0 90px;
  position: relative;
}
.sec_library .box_library::before {
  display: block;
  content: '';
  width: 35.6%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fcf1f1;
}
.sec_library .box_library h2 {
  margin-top: 17%;
  margin-bottom: 21px;
}
.sec_library .box_library h2 a {
  line-height: 0.8;
}
.sec_library .box_library h2 a span.fontMincho {
  display: inline-block;
  padding-right: 40px;
  background: url(/jissen/common/img/ico_arrow.svg) no-repeat right center;
  background-size: 17px 5px;
}
.sec_library .box_library figure {
  position: relative;
  width: 50.5%;
}
.sec_library .box_library .box_txt {
  position: relative;
  z-index: 1;
  width: 42%;
  line-height: 1.667;
  margin-left: 4.1%;
}
.sec_library .box_library .box_txt .txt {
  padding-left: 0.4em;
  padding-right: 1em;
  letter-spacing: 0.5px;
}
@media screen and (max-width :768px) {
  .sec_library {
    margin-top: 19px;
  }
  .sec_library .box_library {
    width: 100%;
    max-width: inherit;
    padding: 37px 0 37px;
  }
  .sec_library .box_library .inner {
    margin-left: 0;
  }
  .sec_library .box_library::before {
    width: 158px;
  }
  .sec_library .box_library h2 {
    margin-top: 0;
  }
  .sec_library .box_library h2 a span.fontMincho {
    padding-right: 30px;
    background-size: 13px 4px;
  }
  .sec_library .box_library figure {
    width: 54.7%;
    margin-top: 40px;
    padding-left: 0;
  }
  .sec_library .box_library .box_txt {
    flex: 1;
    width: auto;
    max-width: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.607;
    margin-left: 5%;
    padding-left: 0;
  }
  .sec_library .box_library .box_txt .txt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width :360px) {
  .sec_library .box_library::before {
    width: 120px;
  }
  .sec_library .box_library figure {
    width: 155px;
  }
  .sec_library .box_library h2 a span.fontMincho {
    letter-spacing: 0;
  }
}
/* ===============================================
# sec_link
=============================================== */
.sec_link {
  padding: 40px 0 55px;
  background: #fafafa;
  border-top: solid 1px #e5e5e5;
}
.sec_link ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_link ul li {
  width: 30.8%;
  text-align: center;
}
.sec_link ul li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec_link ul li .ttl {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
  min-height: 61px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.273;
}
.sec_link ul li .ttl::after {
  content: '';
  display: block;
  width: 117px;
  height: 1px;
  border-top: solid 1px #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec_link ul li .ttl > p {
  position: relative;
  display: inline-block;
}
.sec_link ul li .ttl .ico_blank {
  position: absolute;
  right: -48px;
  top: 50%;
  margin-top: -5px;
}
.sec_link ul li .ttl span {
  display: block;
}
.sec_link ul li .ttl span::before {
  content: '';
  display: block;
  width: 17px;
  height: 5px;
  background: url(/jissen/common/img/ico_arrow_g.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -2.5px;
}
.sec_link ul li .txt {
  margin-top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 15px;
}
@media print, screen and (max-width :1024px) {
  .sec_link ul li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_link ul li .ttl span::before {
    width: 13px;
    height: 4px;
    right: -15px;
    margin-top: -2px;
  }
  .sec_link ul li .ttl .ico_blank {
    width: 11px;
    right: -28px;
    margin-top: -5px;
  }
  .sec_link ul li .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width :768px) {
  .sec_link {
    padding: 22px 0 25px;
  }
  .sec_link ul li {
    width: 53%;
  }
  .sec_link ul li .ttl {
    min-height: 37px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.071;
  }
  .sec_link ul li .ttl::after {
    width: 60px;
  }
  .sec_link ul li .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}