/*===============================================
 COMMON
===============================================*/
.sp_none {
  display: none; }

#sb_instagram {
  width: 100% !important; }

#sb_instagram .sbi_photo {
  -webkit-border-radius: 20px;
  border-radius: 20px; }

p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8; }

.wrapper {
  position: relative;
  border-top: 15px solid #cd1423;
  border-bottom: 15px solid #cd1423;
  font-family: 'Noto Sans JP', sans-serif; }

.feature_wrap {
  overflow: hidden; }

.container01,
.container02,
.container03,
.container04,
.container05,
.container06 {
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

.container01 {
  max-width: 1060px; }

.container02 {
  max-width: 1260px; }

.container03 {
  max-width: 760px; }

.container04 {
  max-width: 900px; }

.container05 {
  max-width: 1360px; }

.container06 {
  max-width: 1120px; }

.padT50 {
  padding-top: 50px; }

.padB100 {
  padding-bottom: 100px; }

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.bgWhite {
  background: #FFF; }

.bgBlack {
  background: #000; }

.bgGrey {
  background: #DCDCDC; }

.bgRed {
  background: #CD1423; }

.bgYellow {
  background: #FFE000; }

.bgOrange {
  background: #CA9A22; }

.bgGrad01 {
  background: linear-gradient(90deg, #6e5528 0%, #ab8f4f 100%); }

.cWhite {
  color: #FFF; }

.cGrey {
  color: #999; }

.cRed {
  color: #CD1423; }

.cLightblue {
  color: #1da1f2; }

.shadow {
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.4)); }

.fadein01 {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: opacity 1000ms 0ms ease-out, top 1000ms 0ms ease-out; }
  .fadein01.action {
    opacity: 1;
    top: 0; }

.pagenavi {
  width: 100%;
  margin-top: 100px; }
  .pagenavi .wp-pagenavi {
    display: flex;
    justify-content: center; }
    .pagenavi .wp-pagenavi .previouspostslink {
      background: url("/konan-planet/common/images/btn01.png") no-repeat left center;
      background-size: 35px;
      border: none;
      -webkit-border-radius: inherit;
      border-radius: inherit;
      width: 150px;
      padding-left: 50px;
      margin-right: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 1px; }
      .pagenavi .wp-pagenavi .previouspostslink:hover {
        color: #CD1423;
        text-decoration: underline; }
    .pagenavi .wp-pagenavi .nextpostslink {
      background: url("/konan-planet/common/images/btn02.png") no-repeat right center;
      background-size: 35px;
      border: none;
      -webkit-border-radius: inherit;
      border-radius: inherit;
      width: 150px;
      padding-right: 50px;
      margin-left: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 1px; }
      .pagenavi .wp-pagenavi .nextpostslink:hover {
        color: #CD1423;
        text-decoration: underline; }

.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CD1423;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  padding-bottom: 2px;
  margin: 0 5px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #CD1423;
  font-weight: 500;
  text-decoration: none; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #CD1423;
  color: #FFF; }

.pager {
  width: 100%; }
  .pager ul {
    display: flex;
    justify-content: center; }
    .pager ul li a {
      display: flex;
      align-items: center;
      height: 35px;
      padding-bottom: 2px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 1px;
      color: #CD1423;
      font-weight: 500; }
      .pager ul li a:hover {
        text-decoration: underline; }
    .pager ul li.prev {
      background: url("/konan-planet/common/images/btn01.png") no-repeat left center;
      background-size: 35px;
      margin-right: 70px; }
      .pager ul li.prev a {
        padding-left: 50px; }
    .pager ul li.next {
      background: url("/konan-planet/common/images/btn02.png") no-repeat right center;
      background-size: 35px;
      margin-left: 70px; }
      .pager ul li.next a {
        padding-right: 50px; }

.tit01 {
  position: relative;
  text-align: center; }
  .tit01 .flag {
    display: inline-block;
    background: #FFF url("/konan-planet/common/images/ico01a.png") no-repeat left top;
    background-size: 27px;
    border-left: 2px solid #CD1423;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 4px;
    text-indent: 4px;
    font-weight: 700; }
  .tit01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/konan-planet/common/images/ico01b.png") no-repeat right bottom;
    background-size: 27px;
    border-right: 2px solid #CD1423;
    height: 59px;
    padding: 0 85px; }

.tit02 {
  border-bottom: 2px solid #CD1423;
  padding-bottom: 10px; }
  .tit02 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("/konan-planet/common/images/ico01a.png") no-repeat left top;
    background-size: 27px;
    border-left: 2px solid #CD1423;
    padding: 20px 0;
    letter-spacing: 1px;
    font-weight: 700; }
    .tit02 .box div {
      padding-left: 50px;
      font-size: 25px;
      font-size: 2.5rem; }
    .tit02 .box span {
      font-size: 25px;
      font-size: 2.5rem;
      color: transparent;
      -webkit-text-stroke: 1px #CD1423;
      text-stroke: 1px #CD1423; }
    .tit02 .box.icoPink {
      background: url("/konan-planet/common/images/ico02.png") no-repeat left top;
      background-size: 27px; }
    .tit02 .box.icoBlue {
      background: url("/konan-planet/common/images/ico03.png") no-repeat left top;
      background-size: 27px; }
    .tit02 .box.icoGreen {
      background: url("/konan-planet/common/images/ico04.png") no-repeat left top;
      background-size: 27px; }

.tit03 .box div {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6; }

.txt01 {
  font-size: 13px;
  font-size: 1.3rem; }

.txt02 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700; }

.txt03 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.arrow01 {
  border-right: 2px solid #CD1423;
  border-top: 2px solid #CD1423;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px; }

.btn01,
.btn02 {
  display: inline-block;
  position: relative;
  padding: 5px 40px 6px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px; }
  .btn01 .arrow01,
  .btn02 .arrow01 {
    position: absolute;
    top: 9px;
    right: 10px; }

.btn01 {
  background: #FFF;
  border: 1px solid #CD1423; }

.btn02 {
  background: #CD1423;
  color: #FFF; }
  .btn02 .arrow01 {
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF; }
  .btn02:hover {
    color: #FFF; }

.hoverBtn {
  position: absolute;
  right: 30px;
  top: 20px; }

.banner_plus01 {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: -60px; }
  .banner_plus01 .txt {
    margin-right: 15px; }
    .banner_plus01 .txt li a,
    .banner_plus01 .txt li span {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 1px;
      font-weight: 500; }
  .banner_plus01 .btn {
    display: flex; }
    .banner_plus01 .btn li {
      margin-right: 30px; }
      .banner_plus01 .btn li a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 45px;
        padding: 0 20px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
        font-weight: 700; }
        .banner_plus01 .btn li a img {
          margin-right: 10px; }
        .banner_plus01 .btn li a:hover {
          color: #fff; }
      .banner_plus01 .btn li p {
        background: linear-gradient(90deg, #6e5528 0%, #ab8f4f 100%);
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 1;
        transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s; }
        .banner_plus01 .btn li p a {
          background: url(/konan-planet/common/images/plus/ico01.png) no-repeat left 20px center;
          background-size: 22px;
          padding-left: 55px;
          color: #fff; }
          .banner_plus01 .btn li p a:hover {
            text-decoration: none; }
        .banner_plus01 .btn li p:hover {
          opacity: 0.8;
          transition-duration: 0.2s;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s; }
      .banner_plus01 .btn li:last-of-type {
        margin-right: 0; }

.banner_home {
  right: -80px;
  top: 0; }

.wpulike {
  padding: 0 !important; }

.wpulike .wp_ulike_general_class {
  position: relative; }

.wp_ulike_general_class {
  background: url("/konan-planet/common/images/ico_like.png") no-repeat center center;
  background-size: 130px;
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.4));
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: inherit !important;
  width: 130px !important;
  height: 30px !important; }

.wpulike-animated-heart .wp_ulike_btn {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: inherit !important;
  width: 130px !important;
  height: 30px !important;
  opacity: 0; }

.wpulike-animated-heart .count-box {
  position: absolute;
  right: 4px;
  top: 3px;
  margin: inherit !important;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000 !important; }

.sns {
  display: flex;
  align-items: center; }
  .sns li {
    margin-left: 10px; }
    .sns li:first-od-type {
      margin-left: 0; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto; }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.wpp-list {
  display: flex;
  flex-wrap: wrap; }
  .wpp-list li {
    position: relative;
    width: 18%;
    margin-right: 2.5%; }
    .wpp-list li a {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.4;
      font-weight: 700;
      color: #000; }
      .wpp-list li a img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 1;
        transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s; }
        .wpp-list li a img:hover {
          opacity: 0.8;
          transition-duration: 0.2s;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          text-decoration: none; }
      .wpp-list li a:hover {
        color: #CD1423;
        text-decoration: none; }
      .wpp-list li a:first-of-type:before {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        font-weight: 700;
        padding: 1px 8px 3px;
        font-size: 13px;
        font-size: 1.3rem; }
    .wpp-list li:nth-of-type(1) a:first-of-type:before {
      content: "1";
      background: #FFE000;
      color: #000; }
    .wpp-list li:nth-of-type(2) a:first-of-type:before {
      content: "2";
      background: #DCDCDC;
      color: #000; }
    .wpp-list li:nth-of-type(3) a:first-of-type:before {
      content: "3";
      background: #CA9A22;
      color: #000; }
    .wpp-list li:nth-of-type(4) a:first-of-type:before {
      content: "4";
      background: #CD1423;
      color: #FFF; }
    .wpp-list li:nth-of-type(5) {
      margin-right: 0; }
      .wpp-list li:nth-of-type(5) a:first-of-type:before {
        content: "5";
        background: #CD1423;
        color: #FFF; }

.list_cat {
  margin-bottom: 30px; }
  .list_cat div {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: #898989; }
  .list_cat ul {
    display: flex;
    flex-wrap: wrap; }
    .list_cat ul li {
      width: 12.5%;
      margin-top: 15px;
      border-right: 1px solid #898989; }
      .list_cat ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 25px;
        font-size: 13px;
        font-size: 1.3rem;
        color: #898989; }
        .list_cat ul li a:hover {
          color: #CD1423;
          text-decoration: none; }
      .list_cat ul li:nth-of-type(1), .list_cat ul li:nth-of-type(9) {
        border-left: 1px solid #898989; }

.list01,
.list02,
.list03 {
  display: flex;
  flex-wrap: wrap; }
  .list01 li,
  .list02 li,
  .list03 li {
    position: relative;
    margin-top: 50px; }
    .list01 li a,
    .list02 li a,
    .list03 li a {
      color: #000;
      text-decoration: none; }
      .list01 li a .ico01,
      .list01 li a .ico02,
      .list01 li a .ico03,
      .list02 li a .ico01,
      .list02 li a .ico02,
      .list02 li a .ico03,
      .list03 li a .ico01,
      .list03 li a .ico02,
      .list03 li a .ico03 {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        font-weight: 700; }
      .list01 li a .ico01,
      .list02 li a .ico01,
      .list03 li a .ico01 {
        padding: 5px 10px;
        font-size: 17px;
        font-size: 1.7rem; }
      .list01 li a .ico02,
      .list02 li a .ico02,
      .list03 li a .ico02 {
        padding: 5px 8px 6px;
        font-size: 13px;
        font-size: 1.3rem; }

.list01 li {
  width: 30%;
  margin-right: 5%; }
  .list01 li:nth-of-type(3n) {
    margin-right: 0; }
  .list01 li:nth-of-type(1), .list01 li:nth-of-type(2), .list01 li:nth-of-type(3) {
    margin-top: 0; }

.list02 li {
  width: 23.5%;
  margin-right: 2%; }
  .list02 li .txt02 br {
    display: none; }
  .list02 li:nth-of-type(4n) {
    margin-right: 0; }
  .list02 li:nth-of-type(1), .list02 li:nth-of-type(2), .list02 li:nth-of-type(3), .list02 li:nth-of-type(4) {
    margin-top: 0; }

.list03 li {
  width: 18%;
  margin-right: 2.5%; }
  .list03 li:nth-of-type(5n) {
    margin-right: 0; }
  .list03 li:nth-of-type(1), .list03 li:nth-of-type(2), .list03 li:nth-of-type(3), .list03 li:nth-of-type(4), .list03 li:nth-of-type(5) {
    margin-top: 0; }

.listA,
.listB {
  display: flex;
  flex-wrap: wrap; }
  .listA li,
  .listB li {
    position: relative;
    width: 30%;
    margin-left: 5%; }
    .listA li a,
    .listB li a {
      position: relative; }
      .listA li a .ico,
      .listB li a .ico {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        width: 60px;
        margin-left: -30px;
        margin-top: -30px; }
    .listA li .txt .tit,
    .listB li .txt .tit {
      min-height: 100px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: 700;
      color: #000; }
    .listA li .txt .box .cat,
    .listB li .txt .box .cat {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px 0 3px;
      width: 80px;
      font-size: 10px;
      font-size: 1rem; }
    .listA li .like,
    .listB li .like {
      position: absolute;
      right: 0;
      bottom: 15px; }
    .listA li a,
    .listB li a {
      display: block; }
      .listA li a:hover,
      .listB li a:hover {
        text-decoration: none; }
    .listA li:nth-of-type(1) .ico,
    .listB li:nth-of-type(1) .ico {
      width: 83px;
      margin-left: -42px;
      margin-top: -42px; }
    .listA li:nth-of-type(1) .txt .tit,
    .listB li:nth-of-type(1) .txt .tit {
      min-height: inherit; }

.listA li {
  margin-top: 50px; }
  .listA li .pic {
    margin-bottom: 20px; }
  .listA li .txt .tit {
    margin-bottom: 20px; }
    .listA li .txt .tit br {
      display: none; }
  .listA li .txt .box {
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #CD1423;
    border-bottom: 1px solid #CD1423;
    height: 60px; }
    .listA li .txt .box .cat {
      margin-left: 10px; }
  .listA li .like {
    position: absolute;
    right: 0;
    bottom: 15px; }
  .listA li:nth-of-type(3n) {
    margin-left: 0; }
  .listA li:nth-of-type(1) {
    width: 65%;
    margin-left: 0;
    margin-top: 0; }
    .listA li:nth-of-type(1) .txt {
      display: flex;
      align-items: flex-start; }
      .listA li:nth-of-type(1) .txt .tit {
        width: 75%;
        margin-right: 5%;
        margin-bottom: inherit; }
      .listA li:nth-of-type(1) .txt .box {
        display: block;
        position: inherit;
        width: 20%; }
        .listA li:nth-of-type(1) .txt .box .date {
          display: block;
          margin-bottom: 6px;
          margin-top: 12px; }
        .listA li:nth-of-type(1) .txt .box .cat {
          margin-left: 0; }
    .listA li:nth-of-type(1) .like {
      right: 15px;
      top: 15px;
      bottom: inherit; }
  .listA li:nth-of-type(2) {
    margin-top: 0; }
    .listA li:nth-of-type(2) .txt .tit {
      min-height: 177px; }

.listB li {
  margin-top: 100px; }
  .listB li .txt {
    background: #fd8c84;
    padding: 20px; }
    .listB li .txt .tit {
      margin-bottom: 20px; }
      .listB li .txt .tit br {
        display: none; }
    .listB li .txt .box .date {
      display: block;
      margin-bottom: 6px;
      margin-top: 12px; }
  .listB li .like {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .listB li:nth-of-type(1) {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0; }
    .listB li:nth-of-type(1) .pic {
      overflow: hidden;
      display: flex;
      align-items: center; }
      .listB li:nth-of-type(1) .pic .alpha:hover,
      .listB li:nth-of-type(1) .pic .alpha:hover img {
        opacity: 1; }
    .listB li:nth-of-type(1) .txt {
      display: flex;
      align-items: flex-start;
      background: #FFF;
      padding: 20px; }
      .listB li:nth-of-type(1) .txt .tit {
        width: 65%;
        margin-right: 5%;
        margin-bottom: inherit; }
      .listB li:nth-of-type(1) .txt .box {
        display: block;
        border-top: 1px solid #CD1423;
        border-bottom: 1px solid #CD1423;
        width: 30%;
        height: 60px; }
    .listB li:nth-of-type(1) .like {
      right: 20px;
      bottom: 35px; }
  .listB li:nth-of-type(2) {
    margin-left: 0; }

.listC li:nth-of-type(3n) {
  margin-left: 5%; }
.listC li:nth-of-type(5), .listC li:nth-of-type(8), .listC li:nth-of-type(11), .listC li:nth-of-type(14) {
  margin-left: 0; }
.listC li:nth-of-type(1) {
  width: 100%; }
  .listC li:nth-of-type(1) .txt .tit {
    width: 65%;
    margin-right: 5%; }
  .listC li:nth-of-type(1) .txt .box {
    width: 30%; }
  .listC li:nth-of-type(1) .like {
    right: 0;
    top: inherit;
    bottom: 15px; }
.listC li:nth-of-type(2) {
  margin-left: 0;
  margin-top: 50px; }
  .listC li:nth-of-type(2) .txt .tit {
    min-height: 100px; }

.listD li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #CD1423;
  padding-top: 50px;
  padding-bottom: 50px; }
  .listD li .pic {
    width: 45%;
    margin-right: 5%; }
  .listD li .txt {
    width: 50%; }
  .listD li .block .tit {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #000; }
  .listD li .block p {
    margin-bottom: 50px; }
  .listD li .box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .listD li:first-of-type {
    display: block;
    padding-top: 0; }
    .listD li:first-of-type .pic {
      width: 100%;
      margin-right: 0; }
    .listD li:first-of-type .txt {
      width: 100%;
      margin-top: 30px; }
    .listD li:first-of-type .block {
      display: flex;
      margin-bottom: 20px; }
      .listD li:first-of-type .block .tit {
        width: 40%;
        margin-right: 5%; }
      .listD li:first-of-type .block p {
        width: 55%;
        margin-bottom: inherit; }
    .listD li:first-of-type .box {
      width: 40%; }

.feature_list01 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .feature_list01 li {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    .feature_list01 li .img {
      flex-shrink: 0;
      z-index: 1; }
      .feature_list01 li .img.Right {
        margin-left: -10px; }
      .feature_list01 li .img.Left_crosstalk {
        margin-right: -15px; }
      .feature_list01 li .img.Right_crosstalk {
        margin-left: -15px; }
    .feature_list01 li .txt {
      flex-grow: 1;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      min-height: 100px;
      padding: 15px 25px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 1px;
      line-height: 1.8;
      color: #FFF; }
      .feature_list01 li .txt span {
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 700;
        color: #ffff00; }
      .feature_list01 li .txt .fwb {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #000; }
      .feature_list01 li .txt.wrighter {
        background: #ACACAC; }
      .feature_list01 li .txt.wrighter_gradient_yellow {
        background: linear-gradient(-90deg, white, yellow);
        color: #000;
        position: relative;
        margin-top: -40px; }
        .feature_list01 li .txt.wrighter_gradient_yellow::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: url("/konan-planet/common/images/campus/bg01.png");
          background-size: cover;
          background-position: bottom center;
          position: absolute;
          right: -10px;
          bottom: -10px;
          z-index: -1; }
      .feature_list01 li .txt.wrighter_crosstalk {
        border: 2px solid #0c4734;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #0c4734; }
      .feature_list01 li .txt.wrighter_olympian {
        position: relative;
        border: 2px solid #009637;
        background: #009637;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #fff;
        margin-left: 66px; }
        .feature_list01 li .txt.wrighter_olympian::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -20px;
          margin-left: -40px;
          width: 0px;
          height: 0px;
          border-top: 20px solid transparent;
          border-right: 40px solid #009637;
          border-bottom: 20px solid transparent;
          border-left: 0px solid transparent; }
      .feature_list01 li .txt.wrighter_onevisa {
        position: relative;
        border: 2px solid #CF1225;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #000;
        margin-left: 66px; }
        .feature_list01 li .txt.wrighter_onevisa::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          z-index: 10;
          margin-top: -15px;
          margin-left: -42px;
          width: 42px;
          height: 32px;
          background: url("/konan-planet/common/images/onevisa/balloon_wrighter.png") no-repeat;
          background-size: contain; }
      .feature_list01 li .txt.wrighter_corporate {
        position: relative;
        border: 2px solid #CF1225;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #000;
        margin-left: 66px; }
        .feature_list01 li .txt.wrighter_corporate::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -20px;
          margin-left: -40px;
          width: 0px;
          height: 0px;
          border-top: 20px solid transparent;
          border-right: 40px solid #CF1225;
          border-bottom: 20px solid transparent;
          border-left: 0px solid transparent; }
        .feature_list01 li .txt.wrighter_corporate::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -18px;
          margin-left: -36px;
          width: 0px;
          height: 0px;
          border-top: 18px solid transparent;
          border-right: 36px solid #fff;
          border-bottom: 18px solid transparent;
          border-left: 0px solid transparent; }
      .feature_list01 li .txt.nameA {
        background: #fa41be; }
      .feature_list01 li .txt.nameB {
        background: #ff6900; }
      .feature_list01 li .txt.nameC {
        background: #aa50ff; }
      .feature_list01 li .txt.nameD {
        background: #0084ff; }
      .feature_list01 li .txt.nameKimura {
        border: 1px solid #CD1423;
        color: #000; }
      .feature_list01 li .txt.nameMihara {
        background: linear-gradient(90deg, white, #BFF8FF);
        color: #000;
        position: relative; }
        .feature_list01 li .txt.nameMihara::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: url("/konan-planet/common/images/campus/bg02.png");
          background-size: cover;
          background-position: bottom center;
          position: absolute;
          left: -10px;
          bottom: -10px;
          z-index: -1; }
        .feature_list01 li .txt.nameMihara .inline_block {
          display: inline-block; }
      .feature_list01 li .txt.talker_crosstalk01 {
        background: #cd1423;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #FFF; }
      .feature_list01 li .txt.talker_crosstalk02 {
        background: #ffcd00;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #000; }
      .feature_list01 li .txt.talker_olympian {
        position: relative;
        border: 2px solid #d74100;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #d74100;
        margin-right: 66px; }
        .feature_list01 li .txt.talker_olympian::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -20px;
          margin-right: -40px;
          width: 0px;
          height: 0px;
          border-top: 20px solid transparent;
          border-right: 0px solid transparent;
          border-bottom: 20px solid transparent;
          border-left: 40px solid #d74100; }
        .feature_list01 li .txt.talker_olympian::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -18px;
          margin-right: -36px;
          z-index: 10;
          width: 0px;
          height: 0px;
          border-top: 18px solid transparent;
          border-right: 0px solid transparent;
          border-bottom: 18px solid transparent;
          border-left: 36px solid #fff; }
      .feature_list01 li .txt.talker_onevisa {
        position: relative;
        border: 2px solid #1DA1F2;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #000;
        margin-right: 66px; }
        .feature_list01 li .txt.talker_onevisa::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -20px;
          margin-right: -42px;
          width: 42px;
          height: 32px;
          background: url("/konan-planet/common/images/onevisa/balloon_talker.png") no-repeat;
          background-size: contain; }
      .feature_list01 li .txt.talker_corporate_right {
        position: relative;
        border: 2px solid #D2ECFC;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #000;
        margin-right: 66px;
        background: #D2ECFC; }
        .feature_list01 li .txt.talker_corporate_right::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -20px;
          margin-right: -40px;
          width: 0px;
          height: 0px;
          border-top: 20px solid transparent;
          border-right: 0px solid transparent;
          border-bottom: 20px solid transparent;
          border-left: 40px solid #D2ECFC; }
      .feature_list01 li .txt.talker_corporate_left {
        position: relative;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #000;
        margin-left: 66px;
        background: rgba(245, 213, 73, 0.5); }
        .feature_list01 li .txt.talker_corporate_left::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0px;
          margin-top: -20px;
          margin-left: -40px;
          width: 0px;
          height: 0px;
          border-top: 20px solid transparent;
          border-right: 40px solid rgba(245, 213, 73, 0.5);
          border-bottom: 20px solid transparent;
          border-left: 0px solid transparent; }
    .feature_list01 li:first-of-type {
      margin-top: 0; }
    .feature_list01 li:nth-of-type(2n) {
      flex-direction: row-reverse; }
  .feature_list01 .row {
    flex-direction: row !important; }
  .feature_list01 .row_reverse {
    flex-direction: row-reverse; }
  .feature_list01 .flex_start {
    align-items: flex-start; }
    .feature_list01 .flex_start .flex {
      width: 100%;
      display: flex;
      flex-direction: row-reverse; }
  .feature_list01 .relative {
    position: relative; }
    .feature_list01 .relative .decoration {
      position: absolute;
      left: -16.5%;
      bottom: -3%; }
    .feature_list01 .relative .nanbo {
      position: absolute;
      bottom: -10%;
      right: 35%; }

.sp_img {
  display: none; }

.layout01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #CD1423;
  border-bottom: 2px solid #CD1423;
  padding-top: 50px;
  padding-bottom: 50px; }
  .layout01 dt {
    width: 35%;
    margin-right: 5%;
    margin-top: 50px; }
    .layout01 dt:first-of-type {
      margin-top: inherit; }
  .layout01 dd {
    width: 60%;
    margin-top: 50px; }
    .layout01 dd .tit {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.8; }
    .layout01 dd .date {
      font-size: 12px;
      font-size: 1.2rem; }
    .layout01 dd p {
      font-size: 13px;
      font-size: 1.3rem; }
    .layout01 dd:first-of-type {
      margin-top: inherit; }

.box_relative {
  position: relative; }
  .box_relative .decoration01 {
    position: absolute;
    right: -20%;
    top: 0; }
  .box_relative .decoration02 {
    position: absolute;
    left: -20%;
    top: 0; }
  .box_relative .decoration03 {
    opacity: 0.8;
    position: absolute;
    left: -2%;
    top: -2%; }

.responsive_mb {
  margin-bottom: 50px; }

.top_img_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: url("/konan-planet/common/images/campus/bg03.png");
  background-position: top right;
  background-size: contain;
  padding: 0 30px; }
  .top_img_container .top_img {
    width: 1000px;
    height: auto; }

.profile_container {
  width: 100%;
  height: auto;
  max-height: 460px;
  display: flex;
  justify-content: center;
  background: url("/konan-planet/common/images/campus/bg05.png");
  background-position: top right;
  background-size: contain;
  padding: 0 30px;
  margin-bottom: 20px; }
  .profile_container .profile_img {
    width: 700px;
    height: auto;
    max-height: 460px; }

/*===============================================
 HEADER
===============================================*/
header {
  position: relative;
  z-index: 100; }
  header .banner {
    text-align: center;
    padding: 3px 20px 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700; }
    header .banner span {
      display: block;
      text-decoration: underline; }
    header .banner:hover {
      color: #FFF;
      text-decoration: none; }

.header_home .main {
  padding: 40px 0 20px; }
.header_home .banner {
  position: absolute;
  right: 30px;
  bottom: 0; }
.header_home .logo {
  position: absolute;
  left: 30px;
  top: 50px; }

.gnav_home {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0; }
  .gnav_home .container01 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px; }
    .gnav_home .container01 li a {
      border-bottom: 2px solid #CD1423;
      padding-bottom: 5px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #000; }
      .gnav_home .container01 li a:hover {
        color: #CD1423;
        text-decoration: none; }

.header_page {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px; }
  .header_page .container02 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header_page .container02 .banner {
      position: absolute;
      right: 30px;
      top: -60px; }
    .header_page .container02 .gnav ul {
      display: flex; }
      .header_page .container02 .gnav ul li {
        margin-left: 20px; }
        .header_page .container02 .gnav ul li a {
          border-bottom: 2px solid #CD1423;
          padding-bottom: 5px;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 700;
          color: #000; }
          .header_page .container02 .gnav ul li a:hover {
            color: #CD1423;
            text-decoration: none; }
        .header_page .container02 .gnav ul li:first-of-type {
          margin-left: 0; }

/*===============================================
 BURGER MENU
===============================================*/
.el_humburger {
  display: none;
  position: fixed;
  top: 10px;
  right: 0;
  background: #CD1423;
  width: 42px;
  height: 42px;
  padding-top: 12px;
  box-sizing: border-box;
  z-index: 10001;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto; }

.el_humburger > span {
  display: block;
  width: 26px;
  margin: 0 auto 5px;
  height: 3px;
  background: #FFF;
  transition: all 0.2s ease-in-out; }
  .el_humburger > span:last-child {
    margin-bottom: 0; }

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(8px) rotate(-45deg); }

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0; }

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-8px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #FFF; }

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg); }

.navigation {
  display: none; }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10000; }

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #cd1423;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .navigation_screen nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    .navigation_screen nav ul li {
      text-align: center;
      margin: 50px 0; }
      .navigation_screen nav ul li a {
        position: relative;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 3px;
        line-height: 1.4;
        font-weight: 700;
        color: #FFF; }

/*===============================================
 CONTENTS
===============================================*/
.slider {
  padding-top: 10px; }

.st_campus {
  display: flex;
  align-items: center;
  margin-top: 50px; }
  .st_campus .cGrey {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-left: 30px; }

.st00_01 {
  position: relative; }
  .st00_01 .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 35px;
    background: #DCDCDC;
    width: 100%;
    height: 105%; }
  .st00_01 .container01 {
    z-index: 2; }

.st00_02 {
  position: relative; }
  .st00_02 .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 35px;
    background: url("/konan-planet/common/images/bg01.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 600px; }
  .st00_02 .pic img {
    max-width: 800px; }
  .st00_02 .container01 {
    z-index: 2; }

.st00_03 {
  position: relative; }
  .st00_03 .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 35px;
    background: url("/konan-planet/common/images/bg02.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 720px; }
  .st00_03 .container01 {
    z-index: 2; }

.st00_04 ul {
  display: flex;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%; }
  .st00_04 ul li {
    margin-left: 2%; }
    .st00_04 ul li:first-of-type {
      margin-left: 0; }

.st01_01 {
  display: flex;
  align-items: center;
  border: 1px solid #CD1423;
  padding: 50px; }
  .st01_01 div {
    width: 30%;
    margin-right: 5%; }
    .st01_01 div img {
      -webkit-border-radius: 100px;
      border-radius: 100px; }
  .st01_01 dl {
    width: 65%;
    font-size: 15px;
    font-size: 1.5rem; }
    .st01_01 dl dt {
      border-bottom: 1px solid #CD1423;
      padding-bottom: 10px;
      margin-bottom: 20px;
      letter-spacing: 1px;
      font-weight: 700; }
    .st01_01 dl dd span {
      display: block;
      line-height: 1.4;
      font-weight: 700; }
    .st01_01 dl dd p {
      font-size: 13px;
      font-size: 1.3rem; }

.st01_02 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px; }
  .st01_02 .date {
    margin-top: 10px; }
  .st01_02 .sns {
    justify-content: flex-end; }
  .st01_02 .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0; }

.st01_03 {
  justify-content: center;
  align-items: center; }
  .st01_03 .sns {
    justify-content: center;
    margin-right: 15px; }
  .st01_03 .txt {
    margin-top: 0; }

.st01_04 {
  border-bottom: 2px solid #CD1423;
  padding-bottom: 50px; }

/*===============================================
 FOOTER
===============================================*/
footer .first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  footer .first img {
    margin: inherit; }
  footer .first p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px; }
footer .second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 20px; }
  footer .second nav ul {
    display: flex;
    border-right: 1px solid #000; }
    footer .second nav ul li {
      border-left: 1px solid #000; }
      footer .second nav ul li a {
        padding: 0 20px;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 1px;
        color: #000; }
        footer .second nav ul li a:hover {
          color: #CD1423;
          text-decoration: none; }
  footer .second div {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 1px; }

/*===============================================
 responsive width-1260
===============================================*/
@media only screen and (max-width: 1260px) {
  .banner_plus01 {
    padding-right: 40px; }

  .banner_home {
    display: none; }

  .header_page {
    position: -webkit-relative;
    position: relative; }
    .header_page .banner,
    .header_page .gnav {
      display: none; }

  .gnav_home {
    display: none; }

  .humburger_page {
    display: block; } }
/*===============================================
 responsive width-1060
===============================================*/
@media only screen and (max-width: 1060px) {
  .sbi_item {
    width: 25% !important; }

  p {
    font-size: 13px;
    font-size: 1.3rem; }

  .wrapper {
    border-top: 10px solid #cd1423;
    border-bottom: 10px solid #cd1423; }

  .wp_ulike_general_class {
    background-size: 100px;
    width: 100px !important;
    height: 23px !important; }

  .wpulike-animated-heart .wp_ulike_btn {
    width: 100px !important;
    height: 23px !important; }

  .wpulike-animated-heart .count-box {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px; }

  .tit01 .flag {
    background-size: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    text-indent: 2px; }
  .tit01 span {
    background-size: 20px;
    height: 40px;
    padding: 0 60px; }

  .tit02 .box {
    padding: 15px 0; }
    .tit02 .box div {
      font-size: 18px;
      font-size: 1.8rem; }
    .tit02 .box span {
      font-size: 18px;
      font-size: 1.8rem; }

  .txt01 {
    font-size: 12px;
    font-size: 1.2rem; }

  .list_cat ul li {
    width: 16.666%; }
    .list_cat ul li a {
      height: 25px; }
    .list_cat ul li:nth-of-type(9) {
      border-left: none; }
    .list_cat ul li:nth-of-type(7), .list_cat ul li:nth-of-type(13) {
      border-left: 1px solid #898989; }

  .list02 li {
    width: 30%;
    margin-right: 5%; }
    .list02 li:nth-of-type(4n) {
      margin-right: 5%; }
    .list02 li:nth-of-type(3n) {
      margin-right: 0; }
    .list02 li:nth-of-type(4) {
      margin-top: 50px; }

  .listA li .txt .tit,
  .listB li .txt .tit {
    font-size: 15px;
    font-size: 1.5rem; }

  .listA li .txt .box {
    display: block; }
    .listA li .txt .box .date {
      display: block;
      margin-bottom: 6px;
      margin-top: 12px; }
    .listA li .txt .box .cat {
      margin-left: 0; }
  .listA li:nth-of-type(3n) {
    margin-left: 5%; }
  .listA li:nth-of-type(5), .listA li:nth-of-type(8), .listA li:nth-of-type(11), .listA li:nth-of-type(14) {
    margin-left: 0; }
  .listA li:nth-of-type(1) {
    width: 100%; }
    .listA li:nth-of-type(1) .txt .tit {
      width: 65%;
      margin-right: 5%; }
    .listA li:nth-of-type(1) .txt .box {
      width: 30%; }
    .listA li:nth-of-type(1) .like {
      right: 0;
      top: inherit;
      bottom: 15px; }
  .listA li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 50px; }
    .listA li:nth-of-type(2) .txt .tit {
      min-height: 100px; }

  .listB li:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .listB li:nth-of-type(1) .pic {
      height: inherit; }

  .listD li .block .tit {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem; }
  .listD li .block p {
    margin-bottom: 30px; }

  .feature_list01 li {
    margin-top: 30px; }
    .feature_list01 li .txt {
      -webkit-border-radius: 15px;
      border-radius: 15px;
      padding: 10px 20px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0; }
      .feature_list01 li .txt span {
        font-size: 15px;
        font-size: 1.5rem; }

  .header_home .main {
    padding: 20px 0; }
    .header_home .main img {
      width: 300px; }
  .header_home .banner {
    display: none; }
  .header_home .logo {
    display: none; }

  .el_humburger {
    display: block; }

  .st00_01 .bg {
    top: 15%; }

  .st00_03 .bg {
    height: 65%; } }
/*===============================================
 responsive width-768
===============================================*/
@media only screen and (max-width: 768px) {
  .sp_none {
    display: block; }

  .pc_none {
    display: none; }

  .responsive_mb {
    margin-bottom: 20px; }

  .sbi_item {
    width: 33.333% !important; }

  .pad100 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .mb100 {
    margin-bottom: 80px !important; }

  p {
    font-size: 12px;
    font-size: 1.2rem; }

  .banner_plus01 .txt li a,
  .banner_plus01 .txt li span {
    font-size: 11px;
    font-size: 1.1rem; }
  .banner_plus01 .btn li {
    margin-right: 15px; }
    .banner_plus01 .btn li a {
      height: 40px;
      padding: 0 15px;
      font-size: 11px;
      font-size: 1.1rem;
      letter-spacing: 0; }
      .banner_plus01 .btn li a img {
        margin-right: 10px; }
    .banner_plus01 .btn li p a {
      background: url(/konan-planet/common/images/plus/ico01.png) no-repeat left 15px center;
      background-size: 18px;
      padding-left: 40px; }

  .wp_ulike_general_class {
    background-size: 90px;
    width: 90px !important;
    height: 21px !important; }

  .wpulike-animated-heart .wp_ulike_btn {
    width: 90px !important;
    height: 21px !important; }

  .wpulike-animated-heart .count-box {
    top: 2px;
    font-size: 10px;
    font-size: 1rem; }

  .tit02 .box {
    display: block;
    padding: 10px 0; }
    .tit02 .box div {
      padding-left: 40px;
      font-size: 15px;
      font-size: 1.5rem; }
    .tit02 .box span {
      display: block;
      padding-left: 40px;
      margin-top: 10px;
      font-size: 15px;
      font-size: 1.5rem; }

  .pager ul li a {
    font-size: 12px;
    font-size: 1.2rem; }
  .pager ul li.prev {
    background-size: 25px;
    margin-right: 30px; }
  .pager ul li.next {
    background-size: 25px;
    margin-left: 30px; }

  .btn01,
  .btn02 {
    font-size: 12px;
    font-size: 1.2rem; }

  .hoverBtn {
    display: flex;
    justify-content: center;
    position: relative;
    right: inherit;
    top: inherit;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 50px; }

  .txt01 {
    font-size: 11px;
    font-size: 1.1rem; }

  .txt02 {
    font-size: 13px;
    font-size: 1.3rem; }

  .wpp-list li {
    width: 30%;
    margin-right: 5%; }
    .wpp-list li:nth-of-type(3n) {
      margin-right: 0; }
    .wpp-list li:nth-of-type(1), .wpp-list li:nth-of-type(2), .wpp-list li:nth-of-type(3) {
      margin-top: 0; }
    .wpp-list li:nth-of-type(4), .wpp-list li:nth-of-type(5) {
      margin-top: 30px; }

  .list_cat div {
    font-size: 12px;
    font-size: 1.2rem; }
  .list_cat ul li {
    width: 20%; }
    .list_cat ul li a {
      height: 20px;
      font-size: 12px;
      font-size: 1.2rem; }
    .list_cat ul li:nth-of-type(7), .list_cat ul li:nth-of-type(13) {
      border-left: none; }
    .list_cat ul li:nth-of-type(6), .list_cat ul li:nth-of-type(11), .list_cat ul li:nth-of-type(16) {
      border-left: 1px solid #898989; }

  .list02 li {
    width: 48%;
    margin-right: 4%; }
    .list02 li:nth-of-type(3n) {
      margin-right: 4%; }
    .list02 li:nth-of-type(2n) {
      margin-right: 0; }
    .list02 li:nth-of-type(3) {
      margin-top: 50px; }

  .list03 li {
    width: 30%;
    margin-right: 5%; }
    .list03 li:nth-of-type(5n) {
      margin-right: 5%; }
    .list03 li:nth-of-type(3n) {
      margin-right: 0; }
    .list03 li:nth-of-type(1), .list03 li:nth-of-type(2), .list03 li:nth-of-type(3) {
      margin-top: 0; }
    .list03 li:nth-of-type(4), .list03 li:nth-of-type(5) {
      margin-top: 30px !important; }

  .listA li,
  .listB li {
    width: 48%;
    margin-left: 4%; }
    .listA li .txt .tit,
    .listB li .txt .tit {
      min-height: 60px;
      font-size: 13px;
      font-size: 1.3rem; }
    .listA li:nth-of-type(3n),
    .listB li:nth-of-type(3n) {
      margin-left: 4%; }
    .listA li:nth-of-type(1) .txt .box,
    .listB li:nth-of-type(1) .txt .box {
      height: inherit; }
      .listA li:nth-of-type(1) .txt .box .like,
      .listB li:nth-of-type(1) .txt .box .like {
        position: relative;
        bottom: 0;
        margin: 5px 0 10px; }
    .listA li:nth-of-type(2) .txt .tit,
    .listB li:nth-of-type(2) .txt .tit {
      min-height: 60px; }
    .listA li:nth-of-type(5), .listA li:nth-of-type(8), .listA li:nth-of-type(11), .listA li:nth-of-type(14),
    .listB li:nth-of-type(5),
    .listB li:nth-of-type(8),
    .listB li:nth-of-type(11),
    .listB li:nth-of-type(14) {
      margin-left: 4%; }
    .listA li:nth-of-type(3n),
    .listB li:nth-of-type(3n) {
      margin-left: 4%; }
    .listA li:nth-of-type(2n),
    .listB li:nth-of-type(2n) {
      margin-left: 0; }

  .listB li {
    margin-top: 50px; }
    .listB li .like {
      position: relative;
      right: inherit;
      top: inherit;
      bottom: inherit;
      margin-top: 5px; }
    .listB li:nth-of-type(1) .like {
      position: absolute;
      right: 10px;
      top: 5px; }

  .listD li {
    padding-top: 30px;
    padding-bottom: 30px; }
    .listD li .block .tit {
      font-size: 13px;
      font-size: 1.3rem; }
    .listD li:first-of-type .box {
      width: 100%; }

  .feature_list01 li .txt {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 15px; }

  .flex_start {
    flex-direction: column !important; }
    .flex_start .flex {
      width: 100%;
      display: flex;
      flex-direction: row-reverse; }

  .relative {
    position: relative; }
    .relative .decoration {
      position: absolute;
      left: -16.5%;
      bottom: -3%; }
    .relative .nanbo {
      position: absolute;
      bottom: 0% !important;
      right: 10% !important; }

  .layout01 dt {
    width: 35%;
    margin-right: 5%;
    margin-top: 50px; }
    .layout01 dt:first-of-type {
      margin-top: inherit; }
  .layout01 dd {
    width: 60%;
    margin-top: 50px; }
    .layout01 dd .tit {
      font-size: 13px;
      font-size: 1.3rem; }
    .layout01 dd .date {
      font-size: 11px;
      font-size: 1.1rem; }
    .layout01 dd p {
      font-size: 11px;
      font-size: 1.1rem; }

  .box_relative .decoration01 {
    display: none; }
  .box_relative .decoration02 {
    display: none; }

  .box_relative {
    position: relative; }
    .box_relative .decoration03 {
      width: 35%; }

  .header_page .main img {
    width: 230px; }

  .st_campus {
    margin-top: 20px; }
    .st_campus .cGrey {
      font-size: 10px;
      font-size: 1rem; }

  .st00_01 .bg {
    top: 5%; }

  .st00_02 .bg {
    top: 5%;
    height: 110%; }

  .st00_03 .bg {
    top: 2%;
    height: 40%; }

  .st01_01 {
    padding: 30px; }
    .st01_01 dl {
      font-size: 13px;
      font-size: 1.3rem; }
      .st01_01 dl dd p {
        font-size: 12px;
        font-size: 1.2rem; }

  .st01_02 {
    display: block;
    font-size: 11px;
    font-size: 1.1rem; }
    .st01_02 .date {
      margin-top: 10px; }
    .st01_02 .sns {
      justify-content: center;
      margin-top: 20px; }
    .st01_02 .txt {
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }

  .st01_03 .sns {
    margin-right: 0;
    margin-top: 0; }
  .st01_03 .txt {
    margin-top: 10px; }

  footer .first {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .first p {
      font-size: 11px;
      font-size: 1.1rem; }
    footer .first div:first-of-type img {
      width: 110px;
      margin-bottom: 15px !important; }
    footer .first div:last-of-type img {
      width: 150px; }
  footer .second {
    display: block; }
    footer .second nav {
      display: inline-block; }
      footer .second nav ul li a {
        padding: 0 15px;
        font-size: 10px;
        font-size: 1rem; }
    footer .second div {
      margin-top: 30px;
      font-size: 8px;
      font-size: 0.8rem; } }
/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .sbi_item {
    width: 50% !important; }

  .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
    background-size: 30px !important; }

  .pad100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .mb100 {
    margin-bottom: 50px !important; }

  .wrapper {
    border-top: 5px solid #cd1423;
    border-bottom: 5px solid #cd1423; }

  p {
    font-size: 13px;
    font-size: 1.3rem; }

  .banner_plus01 {
    justify-content: flex-start;
    right: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 0; }
    .banner_plus01 .txt {
      margin-right: 10px; }
      .banner_plus01 .txt li a,
      .banner_plus01 .txt li span {
        font-size: 9px;
        font-size: 0.9rem; }
    .banner_plus01 .btn {
      justify-content: flex-start; }
      .banner_plus01 .btn li {
        margin-right: 10px; }
        .banner_plus01 .btn li a {
          height: 37px;
          padding: 0 10px;
          font-size: 9px;
          font-size: 0.96rem; }

  .container01,
  .container02,
  .container03,
  .container04,
  .container05,
  .container06 {
    padding-left: 15px;
    padding-right: 15px; }

  .wp_ulike_general_class {
    background-size: 70px;
    width: 70px !important;
    height: 16px !important; }

  .wpulike-animated-heart .wp_ulike_btn {
    width: 70px !important;
    height: 16px !important; }

  .wpulike-animated-heart .count-box {
    top: 0;
    font-size: 9px;
    font-size: 0.9rem; }

  .pagenavi {
    margin-top: 50px; }
    .pagenavi .wp-pagenavi .previouspostslink {
      background-size: 20px;
      width: 100px;
      padding-left: 20px;
      margin-right: 10px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; }
    .pagenavi .wp-pagenavi .nextpostslink {
      background-size: 20px;
      width: 100px;
      padding-right: 20px;
      margin-left: 10px;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; }

  .wp-pagenavi a, .wp-pagenavi span {
    width: 20px;
    height: 20px;
    padding-bottom: 1px;
    margin: 0 3px;
    font-size: 11px;
    font-size: 1.1rem; }

  .pager ul li a {
    height: 20px;
    padding-bottom: 1px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0; }
  .pager ul li.prev {
    background-size: 20px; }
    .pager ul li.prev a {
      padding-left: 30px; }
  .pager ul li.next {
    background-size: 20px; }
    .pager ul li.next a {
      padding-right: 30px; }

  .tit01 .flag {
    background-size: 15px;
    border-left: 1px solid #CD1423;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-indent: 1px; }
  .tit01 span {
    background-size: 15px;
    border-right: 1px solid #CD1423;
    height: 30px;
    padding: 0 40px; }

  .tit02 {
    padding-bottom: 5px; }
    .tit02 .box div {
      padding-left: 25px;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0;
      line-height: 1.4; }
    .tit02 .box span {
      padding-left: 25px;
      margin-top: 0;
      margin-top: 5px;
      font-size: 13px;
      font-size: 1.3rem; }

  .txt01 {
    font-size: 9px;
    font-size: 0.9rem; }

  .txt02 {
    font-size: 13px;
    font-size: 1.3rem; }

  .btn01,
  .btn02 {
    padding: 5px 30px 6px;
    font-size: 9px;
    font-size: 0.9rem; }
    .btn01 .arrow01,
    .btn02 .arrow01 {
      top: 7px; }

  .hoverBtn {
    width: 180px; }

  .wpp-list li a {
    font-size: 9px;
    font-size: 0.9rem; }
    .wpp-list li a:first-of-type:before {
      padding: 0 4px 1px;
      font-size: 10px;
      font-size: 1rem; }

  .list_cat div {
    font-size: 11px;
    font-size: 1.1rem; }
  .list_cat ul li {
    width: 25%; }
    .list_cat ul li a {
      font-size: 11px;
      font-size: 1.1rem; }
    .list_cat ul li:nth-of-type(6), .list_cat ul li:nth-of-type(11), .list_cat ul li:nth-of-type(16) {
      border-left: none; }
    .list_cat ul li:nth-of-type(5), .list_cat ul li:nth-of-type(9), .list_cat ul li:nth-of-type(13) {
      border-left: 1px solid #898989; }

  .list01 li a .ico01,
  .list02 li a .ico01,
  .list03 li a .ico01 {
    padding: 3px 8px;
    font-size: 10px;
    font-size: 1rem; }
  .list01 li a .ico02,
  .list02 li a .ico02,
  .list03 li a .ico02 {
    padding: 3px 5px;
    font-size: 10px;
    font-size: 1rem; }

  .listA li .txt .tit,
  .listB li .txt .tit {
    min-height: 85px;
    font-size: 13px;
    font-size: 1.3rem; }
  .listA li .txt .box .date,
  .listB li .txt .box .date {
    margin-top: 15px;
    font-size: 9px;
    font-size: 0.9rem; }
  .listA li .txt .box .cat,
  .listB li .txt .box .cat {
    font-size: 8px;
    font-size: 0.8rem; }
  .listA li:nth-of-type(2) .txt .tit,
  .listB li:nth-of-type(2) .txt .tit {
    min-height: 85px; }

  .listA li .txt .box {
    height: 50px; }
    .listA li .txt .box .date {
      margin-top: 10px; }

  .listB li .txt {
    padding: 10px; }
    .listB li .txt .box {
      height: 50px; }
      .listB li .txt .box .date {
        margin-top: 10px; }
  .listB li:nth-of-type(1) .txt .box {
    height: 50px; }
    .listB li:nth-of-type(1) .txt .box .date {
      margin-top: 10px; }

  .listD li {
    display: block; }
    .listD li .pic {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .listD li .txt {
      width: 100%; }
    .listD li .block .tit {
      font-size: 14px;
      font-size: 1.4rem; }
    .listD li .block p {
      margin-bottom: 20px; }
    .listD li:first-of-type .pic {
      width: 100%;
      margin-right: 0; }
    .listD li:first-of-type .txt {
      width: 100%;
      margin-top: 20px; }
    .listD li:first-of-type .block {
      display: block; }
      .listD li:first-of-type .block .tit {
        width: 100%;
        margin-right: 0; }
      .listD li:first-of-type .block p {
        width: 100%; }

  .feature_list01 li .img.Left_crosstalk {
    margin-right: -10px; }
  .feature_list01 li .img.Right_crosstalk {
    margin-left: -10px; }
  .feature_list01 li .txt {
    font-size: 13px;
    font-size: 1.3rem; }
    .feature_list01 li .txt span {
      font-size: 14px;
      font-size: 1.4rem; }
  .feature_list01 .flex-column {
    flex-direction: column; }
    .feature_list01 .flex-column .txt.wrighter_corporate {
      margin-top: 66px;
      margin-left: 0; }
      .feature_list01 .flex-column .txt.wrighter_corporate::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-top: -36px;
        margin-left: -20px;
        width: 0px;
        height: 0px;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 40px solid #CF1225;
        border-left: 20px solid transparent; }
      .feature_list01 .flex-column .txt.wrighter_corporate::after {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-top: -30px;
        margin-left: -18px;
        width: 0px;
        height: 0px;
        border-top: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 36px solid #fff;
        border-left: 18px solid transparent; }

  .pc_img {
    display: none; }

  .sp_img {
    display: block; }

  .layout01 {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px; }
    .layout01 dt {
      width: 100%;
      margin-right: 0;
      margin-top: 30px;
      margin-bottom: 20px; }
    .layout01 dd {
      width: 100%;
      margin-top: 30px; }
      .layout01 dd .tit {
        font-size: 12px;
        font-size: 1.2rem; }
      .layout01 dd .date {
        font-size: 8px;
        font-size: 0.8rem; }
      .layout01 dd p {
        font-size: 9px;
        font-size: 0.9rem; }

  .header_home .main img {
    width: 200px; }

  .header_page .main img {
    width: 160px; }

  .el_humburger {
    top: 0; }

  .navigation_screen nav ul li {
    margin: 30px 0; }
    .navigation_screen nav ul li a {
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 1px; }

  .st01_01 {
    display: block; }
    .st01_01 div {
      width: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
    .st01_01 dl {
      width: 100%;
      font-size: 11px;
      font-size: 1.1rem; }
      .st01_01 dl dt {
        padding-bottom: 10px;
        margin-bottom: 20px; }
      .st01_01 dl dd p {
        font-size: 9px;
        font-size: 0.9rem; }

  .st01_02 {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0; }
    .st01_02 .txt {
      font-size: 8px;
      font-size: 0.8rem; }

  footer .first div:last-of-type {
    display: none; }

  footer .first {
    padding-top: 30px;
    padding-bottom: 20px; }
    footer .first p {
      font-size: 9px;
      font-size: 0.9rem; }
    footer .first div:first-of-type img {
      width: 110px; }
    footer .first div:last-of-type {
      display: none; }
  footer .second {
    padding-left: 15px;
    padding-right: 15px; }
    footer .second nav ul li a {
      padding: 0 10px;
      font-size: 8px;
      font-size: 0.8rem; }
    footer .second div {
      margin-top: 20px; } }
