@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

/*=================================
  # section共通
  ==================================*/
.sec_label_en {
  font-family: 'Cormorant Infant', serif;
  font-size: 10rem;
  color: #ccc;
}

@media screen and (max-width: 1029px) {
  .sec_label_en {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_label {
    display: none;
  }
}

/*=================================
  # header
  ==================================*/
#header {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #header {
    padding: 0;
  }
}

.header_bg {
  position: relative;
  display: block;
}

.header_news_area {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 670px;
  padding: 10px;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .header_news_area {
    max-width: 375px;
    padding: 10px 20px 10px 10px;
    bottom: 30px;
  }
}

.header_news_area a {
  background-color: #000;
  color: #fff;
  line-height: 1.875;
  letter-spacing: .05rem;
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .header_news_area a {
    font-size: 1rem;
  }
}

.header_news_area a::after {
  position: absolute;
  content: '';
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .header_news_area a::after {
    right: 15px;
    top: 5px;
  }
}

.header_news_area .news_en {
  font-size: 1.8rem;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  margin-right: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_news_area .news_en {
    font-size: 1.1rem;
    margin-right: 13px;
  }
}

.header_news_area .news_en::after {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  width: 1px;
  height: 18px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header_news_area .news_en::after {
    right: -8px;
    width: 1px;
    height: 11px;
  }
}

.header_caution {
  background-color: #edd0d0;
  height: 60px;
  padding: 15px 3%;
}

@media screen and (max-width: 767px) {
  .header_caution {
    height: auto;
  }
}

.header_caution dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header_caution dl {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.header_caution dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header_caution dl dt {
    margin-left: 50px;
  }
}

.header_caution dl dt img {
  width: 35px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header_caution dl dt img {
    width: 22px;
    height: 19px;
  }
}

.header_caution dl dt p {
  color: #ca4a4a;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .header_caution dl dt p {
    font-size: 1.5rem;
  }
}

.header_caution dl dd a {
  position: relative;
  text-decoration: underline;
  color: #000;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .header_caution dl dd a {
    font-size: 1.2rem;
    padding-left: 0;
  }
}

.header_caution dl dd a::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 15px;
  background-color: #ca4a4a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .header_caution dl dd a::before {
    left: 40px;
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.header_caution dl dd a::after {
  position: absolute;
  content: '';
  top: 13px;
  left: 23px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header_caution dl dd a::after {
    left: 47px;
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header_caution dl dd p {
    text-align: center;
  }
}

/*=================================
  # concept
  ==================================*/
.concept {
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concept {
    padding-top: 25px;
  }
}

.concept .wrap .sec_label {
  position: absolute;
  top: 47px;
  left: 7%;
  height: 250px;
}

@media screen and (max-width: 1289px) {
  .concept .wrap .sec_label {
    left: 2%;
  }
}

.concept_top_msg {
  color: #3d9595;
  font-size: 4.8rem;
  line-height: 1.5;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.5px;
  padding-bottom: 46px;
}

@media screen and (max-width: 1029px) {
  .concept_top_msg {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .concept_top_msg {
    font-size: 2rem;
    padding-bottom: 0;
  }
}

.concept_content {
  background: url(../images/index/concept_bg.png) no-repeat center center/cover;
  padding: 55px 0;
}

@media screen and (max-width: 1029px) {
  .concept_content {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .concept_content {
    margin-top: 25px;
    padding: 35px 0;
  }
}

.concept_content_txt {
  color: #fff;
  width: 47%;
  margin-top: 42px;
}

@media screen and (max-width: 1029px) {
  .concept_content_txt {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .concept_content_txt {
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 1029px) {
  .concept_content1 {
    display: block;
  }
}

.img_block {
  width: 536px;
  height: 365px;
  position: relative;
}

@media screen and (max-width: 1029px) {
  .img_block {
    width: 500px;
    height: 365px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .img_block {
    width: 335px;
    height: 265px;
  }
}

.img_block .img_block1 {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .img_block .img_block1 {
    width: 200px;
    height: 200px;
  }
}

.img_block .img_block2 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 65px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .img_block .img_block2 {
    width: 200px;
    height: 200px;
  }
}

.concept_content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 1029px) {
  .concept_content2 {
    display: block;
  }
}

.concept_content2 .concept_content_txt {
  margin-top: 12px;
  padding-left: 12px;
}

@media screen and (max-width: 1029px) {
  .concept_content2_img {
    margin-top: 30px;
  }
}

.concept_content2_img img {
  width: 240px;
  height: 240px;
}

@media screen and (max-width: 767px) {
  .concept_content2_img img {
    width: 150px;
    height: 150px;
  }
}

.concept_content2_img img:first-child {
  margin-right: 15px;
}

/*=================================
  # about
  ==================================*/
.about {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
  }
}

.about .content_title {
  font-size: 30px;
  color: #3d9595;
  border-bottom: 1px solid #3d9595;
  line-height: 1;
  display: inline-block;
}

.about .sec_label {
  position: absolute;
  right: 7%;
  top: 112px;
  height: 255px;
  text-align: center;
}

@media screen and (max-width: 1289px) {
  .about .sec_label {
    right: 2%;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

.about_wrap {
  background: url(../images/index/about_map.png) no-repeat;
  height: 715px;
  margin-top: 30px;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1029px) {
  .about_wrap {
    height: auto;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrap {
    background-size: 98%;
  }
}

.about_content {
  width: 53%;
  margin-left: auto;
  padding-top: 130px;
}

@media screen and (max-width: 1029px) {
  .about_content {
    width: 100%;
    padding-top: 550px;
  }
}

@media screen and (max-width: 767px) {
  .about_content {
    padding-top: 98%;
  }
}

.about_content .content_txt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .about_content .content_txt {
    font-size: 1.4rem;
  }
}

.more_btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .more_btn::after {
    top: 10px;
  }
}

/*=================================
  # program
  ==================================*/
.program {
  background-color: #f3f3f3;
  padding: 25px 0 120px;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .program {
    padding-bottom: 40px;
  }
}

.program .sec_label {
  position: absolute;
  top: -58px;
  left: 7%;
  height: 420px;
}

@media screen and (max-width: 1289px) {
  .program .sec_label {
    left: 2%;
  }
}

.program .sec_label_en {
  position: absolute;
  top: -75px;
  left: 12%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .program .sec_label_en {
    left: 15px;
  }
}

.program_top .content_title {
  font-size: 3rem;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  font-weight: bold;
  text-align: right;
}

.program_top .content_txt {
  margin-top: 45px;
  padding: 0 136px;
}

@media screen and (max-width: 1029px) {
  .program_top .content_txt {
    padding: 0 10%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .program_top .content_txt {
    font-size: 1.4rem;
    padding: 0;
    margin-top: 20px;
  }
}

.program_item {
  margin-top: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1029px) {
  .program_item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .program_item {
    margin-top: 0;
  }
}

.program_item_content {
  padding-top: 100px;
  width: 38%;
}

@media screen and (max-width: 1029px) {
  .program_item_content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .program_item_content {
    padding-top: 60px;
  }
}

.program_item_content .program_item_title {
  font-size: 2.4rem;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  text-decoration: underline;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .program_item_content .program_item_title {
    font-size: 2rem;
  }
}

.tag_wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .tag_wrap {
    margin-top: 10px;
  }
}

.tag_wrap .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tag_wrap .tag_list li {
  margin-right: 10px;
}

.tag_wrap .tag_list li a {
  color: #000;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  padding: 0 20px;
  font-weight: bold;
  background-color: #fff;
  letter-spacing: .1rem;
}

.tag_wrap .tag_list li a:active {
  color: #fff;
  background-color: #000;
}

.program_item_txt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .program_item_txt {
    font-size: 1.4rem;
  }
}

.program_item2 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .program_item2 {
    margin-top: 0;
  }
}

.program_item2 .program_item_content {
  width: 35%;
  padding-top: 45px;
}

@media screen and (max-width: 1029px) {
  .program_item2 .program_item_content {
    width: 100%;
  }
}

.program_item3 {
  margin-top: 113px;
}

@media screen and (max-width: 767px) {
  .program_item3 {
    margin-top: 30px;
  }
}

.program_item3 .program_item_content {
  width: 38%;
  padding-top: 10px;
}

@media screen and (max-width: 1029px) {
  .program_item3 .program_item_content {
    width: 100%;
  }
}

@media screen and (max-width: 1029px) {
  .program_item_img {
    margin-top: 20px;
  }
}

.program_footer {
  text-align: center;
  margin-top: 62px;
}

/*=================================
# story
==================================*/
.story {
  padding-top: 50px;
  padding-bottom: 140px;
  position: relative;
}

.story .sec_label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 7%;
  top: 78px;
  height: 240px;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  letter-spacing: .4rem;
  padding-top: 22px;
}

@media screen and (max-width: 1289px) {
  .story .sec_label {
    right: 2%;
  }
}

.story .sec_label_en {
  text-align: right;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 1289px) {
  .story .sec_label_en {
    padding-right: 5%;
  }
}

.story_top {
  padding: 0px 129px;
}

@media screen and (max-width: 767px) {
  .story_top {
    padding: 0;
  }
}

.story_top .content_title {
  font-size: 3rem;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  font-weight: bold;
  text-align: right;
}

.story_top .content_txt {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .story_top .content_txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.story_footer {
  text-align: center;
  margin-top: 50px;
}

.story_footer .util_link {
  width: 445px;
}

@media screen and (max-width: 1029px) {
  .story_footer .util_link {
    max-width: 400px;
    width: 100%;
  }
}

.insta_wrap {
  margin-top: 60px;
}

.swiper-wrapper {
  width: 100%;
  margin-top: 25px;
}

.swiper-wrapper img {
  width: 150px;
  height: 150px;
}

.swiper-container {
  position: relative;
}

@media screen and (max-width: 1029px) {
  .swiper-container {
    width: 830px;
  }
}

@media screen and (max-width: 880px) {
  .swiper-container {
    width: 600px;
  }
}

@media screen and (max-width: 630px) {
  .swiper-container {
    width: 320px;
  }
}

.swiper-container .swiper_btn_wrap {
  width: 100px;
  position: absolute;
  top: 21px;
  right: 0;
}

.swiper-container .swiper_btn_wrap .prev_btn.swiper-button-prev,
.swiper-container .swiper_btn_wrap .next_btn.swiper-button-next {
  color: #3d9595;
}

.swiper-container .swiper_btn_wrap .prev_btn.swiper-button-prev::before,
.swiper-container .swiper_btn_wrap .next_btn.swiper-button-next::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3d9595;
}

.swiper-container .swiper_btn_wrap .prev_btn.swiper-button-prev::after,
.swiper-container .swiper_btn_wrap .next_btn.swiper-button-next::after {
  font-size: 1.5rem;
  z-index: 2;
}

.swiper-slide {
  margin-right: 20px;
}

.swiper-slide img {
  width: 186px;
  height: 186px;
}

@media screen and (max-width: 630px) {
  .swiper-slide img {
    width: 150px;
    height: 150px;
  }
}

.insta_top {
  height: 40px;
  line-height: 40px;
}

.insta_top h3 {
  font-size: 24px;
  font-family: 'Cormorant Infant', serif;
}

.insta_top h3 img {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

/*=================================
# column
==================================*/
.column {
  background-color: #f3f3f3;
  padding: 50px 0 90px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 0 0 40px;
  }
}

.column .sec_label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 7%;
  top: -58px;
  height: 220px;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  letter-spacing: .4rem;
  padding-top: 22px;
}

@media screen and (max-width: 1289px) {
  .column .sec_label {
    left: 2%;
  }
}

.column .sec_label_en {
  display: block;
  line-height: 1;
  position: absolute;
  top: -58px;
  left: 12%;
}

@media screen and (max-width: 767px) {
  .column .sec_label_en {
    left: 15px;
  }
}

.column_top {
  padding: 0 135px;
}

@media screen and (max-width: 1029px) {
  .column_top {
    padding: 0 10%;
  }
}

@media screen and (max-width: 767px) {
  .column_top {
    padding: 0;
  }
}

.column_top .content_title {
  font-size: 3rem;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  font-weight: bold;
}

.content_txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .content_txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.column_main {
  margin-top: 52px;
}

.column_main_title {
  font-size: 24px;
  font-family: 'Cormorant Infant', serif;
}

.column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .column_container {
    display: block;
  }
}

.report_item {
  width: calc(33.3333% - 30px * 2 / 3);
}

@media screen and (max-width: 767px) {
  .report_item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.report_item_top {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .report_item_top {
    margin-top: 10px;
  }
}

.report_item_title {
  font-size: 1.9rem;
  line-height: 1.4;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  text-decoration: underline;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .report_item_title {
    margin-top: 5px;
    font-size: 2.2rem;
  }
}

.report_item_txt {
  line-height: 1.875;
  color: #000;
  margin-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .report_item_txt {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}

.catch_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .catch_area {
    margin-top: 15px;
  }
}

.catch_area img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.catch_area p {
  font-weight: bold;
  color: #000;
  line-height: 25px;
}

.column_footer {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .column_footer {
    margin-top: 40px;
  }
}

/*=================================
# news
==================================*/
.news {
  padding: 110px 0 135px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0 100px;
  }
}

.news .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1029px) {
  .news .wrap {
    display: block;
  }
}

.news .sec_label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 7%;
  top: 112px;
  height: 242px;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  letter-spacing: .4rem;
  padding-top: 22px;
}

@media screen and (max-width: 1289px) {
  .news .sec_label {
    right: 2%;
  }
}

.news .sec_label_en {
  display: block;
  line-height: 1;
}

.news_left {
  width: 31%;
}

@media screen and (max-width: 1029px) {
  .news_left {
    width: 100%;
  }
}

.news_left .content_title {
  font-size: 3rem;
  color: #3d9595;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 1029px) {
  .news_left .content_title {
    text-align-last: left;
  }
}

.news_left_link {
  text-align: center;
}

.news_left_link .util_link {
  margin-top: 45px;
  padding: 10px;
  font-size: 1.6rem;
  width: 260px;
}

.news_left_link .util_link::after {
  top: 22px;
  right: 18px;
}

.news_left_txt {
  margin-top: 22px;
}

@media screen and (max-width: 1029px) {
  .news_left_txt {
    margin-right: 50px;
  }
}

@media screen and (max-width: 500px) {
  .news_left_txt {
    margin-right: 0;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.news_right {
  width: 63%;
}

@media screen and (max-width: 1029px) {
  .news_right {
    width: 100%;
    margin-top: 50px;
  }
}

.news_item_content {
  padding-top: 10px;
}

@media screen and (max-width: 1289px) {
  .news_item_content {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1029px) {
  .news_item_content {
    width: calc(100% - 160px);
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .news_item_content {
    width: 100%;
    padding-top: 20px;
  }
}

.news_item {
  margin-bottom: 28px;
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 500px) {
  .news_item a {
    display: block;
  }
}

.news_item_img_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin-right: 27px;
}

@media screen and (max-width: 500px) {
  .news_item_img_wrap {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

.news_item_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  line-height: 1.5;
}

.news_item_heading .news_item_inline {
  width: 60px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  background-color: #e98b2f;
  text-align: center;
  font-family: "FOT_DNPShueiMinPr6L", serif;
}

.news_item_title {
  color: #3d9595;
  text-decoration: underline;
  margin-top: 20px;
  line-height: 1.8;
}

/*=================================
# partners
==================================*/
.partners {
  background-color: #f3f3f3;
  padding: 105px 0 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .partners {
    padding: 45px 0 0;
  }
}

.partners .sec_label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 7%;
  top: -60px;
  height: 310px;
  font-family: "FOT_DNPShueiMinPr6L", serif;
  letter-spacing: .4rem;
  padding-top: 22px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1289px) {
  .partners .sec_label {
    left: 2%;
  }
}

.partners .sec_label_en {
  text-align: right;
  display: block;
  line-height: 1;
  position: absolute;
  top: -58px;
  right: 12%;
}

.partners_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.partners_list li {
  width: calc(33.3333% - 35px * 2 / 3);
  margin-bottom: 50px;
}

@media screen and (max-width: 1029px) {
  .partners_list li {
    width: calc(50% - 30px * 1 / 2);
  }
}
/*# sourceMappingURL=index.css.map */