/*
Theme Name: alumni
Theme URI:
Description:
Version: 1.0
Author: 12Grid
Author URI:
creation date : 2019/01/28
latest update : 2019/01/28
*/

em, mark {
  font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block
}

hr, img {
  border: 0
}

a, hr, input, select, textarea {
  margin: 0;
  padding: 0
}

a, body {
  color: #333
}

a, a:hover, ins {
  text-decoration: none
}

li, ol, ul {
  list-style: none
}

.entry_txt, .footer_inner, .mv_txt {
  text-align: center
}

*, .entry_txt:after {
  box-sizing: border-box
}

.about_table, .staff_table, .statute_table, table {
  border-collapse: collapse
}

.text-center {
  text-align: center;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins, mark {
  background-color: #ff9;
  color: #000
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

mark {
  font-weight: 700
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-spacing: 0
}

hr {
  height: 1px;
  border-top: 1px solid #ccc
}

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: middle
}

input:focus, select:focus, textarea:focus {
  outline: 0
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8em;
  min-width: 1200px;
  background-color: #fff
}

.mv_txt, .news_date, .news_title {
  font-family: "Noto Serif JP", serif
}

a:hover {
  opacity: .7
}

.body_news {
  background-color: #e6e6e6
}

.sp {
  display: none
}

.fl {
  float: left;
}

.fr {
  float: right;
}

main {
  padding-top: 84px;
}

.header {
  width: 100%;
  min-width: 1200px;
  background-color: #fff
}

.header--top {
  width: 100%;
  /* height: 660px; */
  /* height: 744px; */
  /* background-color: #000; */
  /*background-image: url(img/mv_01.jpg);*/
  /* background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; */
}

.header--top #slider {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.mv_block {
  position: relative;
  z-index: 2;
  margin-top: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  body {
    min-width: auto;
  }
  .pc {
    display: none
  }

  .sp {
    display: block
  }

  main {
    padding-top: 0;
  }

  .header {
    min-height: 50px;
    min-width: auto;
  }

  .header--top {
    /* background-size: cover;
    background-position: center center; */
    /*z-index: 10;*/
    /* height: 0;
    margin-top: 50px;
    padding-bottom: calc(100% + 50px); */
  }
  .mv_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /*1200px*/
  min-width: 1200px;
  height: 84px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  transition: all .2s ease;
  background-color: #fff;
  columns: #282828;
}
.header_inner.is-fixed {
  -ms-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
  background-color: #fff;
  transition: all .2s ease;

  columns: #282828;
}
/*.header_inner.is-fixed a,
.header_inner.is-fixed button {
  color: #231815;
}*/

.header-logo {
  width: 274px
}
.header-logo img {
  width: auto;
  max-height: 84px;
}


@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  /*.header_inner.is-fixed a,
  .header_inner.is-fixed button {
    color: #fff;
  }*/
  .header_inner {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    min-width: auto;
    height: 55px;
    /*padding: 0;*/
    background-color: #fff;
  }
  .header-logo img {
    width: auto;
    max-height: 55px;
  }
}



@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .header-logo {
    width: 43%;
  }

  .global_nav {
    display: none
  }
}

.global_btn.active + .global_nav {
  display: block;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #005c47;
  z-index: 1000;
  overflow: scroll;
}

.global_nav_list {
  display: flex;
  /*height: 84px;*/
  justify-content: space-between;
  align-items: center;
  margin-right: 1em;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .global_nav_list {
    display: block;
    height: auto;
    padding: 20px 0
  }
}

.global_nav_list-item a {
  display: block;
  /*height: 84px;*/
  padding: 0 20px;
  /* color: #fff; */
  font-weight: 700;
  /*line-height: 84px*/
  color: #231815
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {

  .global_nav_list-item > a {
    height: auto;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 20px;
    color: #fff;
  }

  .global_nav_list-item.sp a {
    font-size: 28px;
    color: #f9e8a0
  }

  .global_nav_list-item.sp a span {
    display: block;
    font-size: 12px
  }

  .mv_block {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100% */
  }
}

.global_nav_list-item:first-child a {
  border: solid 2px #005c47;
  border-radius: 30px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .global_nav_list-item:first-child a {
    margin: 0 10px;
    border: solid 2px #fff;
    border-radius: 30px;
  }
}

.footer_list, .org_contact_list {
  display: flex;
  justify-content: center
}

.mv_txt {
  position: relative;
  margin-top: 84px;
  padding: 180px;
  font-size: 35px;
  line-height: 2;
  color: #fff;
  letter-spacing: 15px
}

.global_nav_list-item--contact a {
  background-color: #005c47
}

.header .global_nav_list-item--contact a {
  color: #fff
}

footer {
  background-color: #727171;
  border-bottom: 20px solid #005c47;
  color: #fff
}

.footer_inner--band, .side_box_list {
  background-color: #fff
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .mv_txt {
    margin-top: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: 0
  }

  footer {
    border-bottom: 10px solid #005c47
  }
}

.footer_inner {
  padding: 40px 0
}

.org_name {
  font-size: 30px;
  line-height: 2.5
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .footer_inner {
    padding: 20px 0
  }

  .org_name {
    font-size: 15px
  }
}

.org_address {
  font-size: 18px;
  font-style: normal
}

.org_contact_list_item {
  margin: 5px 15px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .org_address {
    font-size: 10px;
    line-height: 1.7
  }

  .org_contact_list_item {
    font-size: 10px;
    line-height: 1.7;
    margin: 0 15px
  }
}

.footer_list {
  margin: 15px 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .footer_list {
    margin: 15px 0 0
  }
}

.footer_list_item {
  margin: 5px 10px;
  border: 1px solid #fff
}

.footer_list_item a,
.footer_list_item span {
  display: block;
  padding: 12px 30px;
  font-size: 20px;
  color: #fff
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .footer_list_item a,
  .footer_list_item span {
    font-size: 10px;
    padding: 5px;
    line-height: 1.5
  }
}

.footer_nav_list {
  display: flex;
  justify-content: center;
  padding: 15px 0
}

.footer_nav_list_item {
  border-left: 1px solid #000
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .footer_nav_list {
    flex-wrap: wrap;
    padding: 10px
  }

  .footer_nav_list_item {
    width: 50%
  }

  .footer_nav_list_item:first-child, .footer_nav_list_item:nth-child(2),
  .footer_nav_list_item:nth-child(3), .footer_nav_list_item:nth-child(4) {
    border-bottom: 1px solid #000
  }

  .footer_nav_list_item:nth-child(2n - 1) {
    border-left: 0
  }
}

.footer_nav_list_item:first-child {
  border-left: 0
}

.footer_nav_list_item a {
  padding: 0 10px;
  font-size: 18px;
  line-height: 20px;
  text-align: center
}

.side_box {
  margin-bottom: 50px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .footer_nav_list_item a {
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0
  }

  .side_box {
    margin-bottom: 20px
  }
}

.side_box_heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

.side_box_heading_title {
  font-size: 24px;
  font-weight: 400
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .side_box_heading {
    margin: 0
  }

  .side_box_heading_title {
    font-size: 13px
  }
}

.side_box_heading_anchor {
  font-size: 16px
}

.side_box_list_item {
  border: 1px solid #231815
}

.side_box_list_item:not(:last-child) {
  border-bottom: 0
}

.side_box_list_item a {
  display: block;
  padding: 8px 16px;
  transition: .5s
}

.side_box_list_item a:hover {
  background-color: #231815;
  color: #fff
}

.section_content {
  margin: 70px 0
}

.section_content.bg-blue {
  background-color: #cae5cd;
  padding: 60px 0;
}


@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .side_box_heading_anchor {
    font-size: 10px
  }

  .side_box_list_item a {
    font-size: 11px;
    padding: 4px 8px
  }

  .section_content {
    margin: 40px 0
  }
}

.section_bnr {
  margin: 70px 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_bnr {
    margin: 40px 0
  }
}

.section_sns {
  margin: 0;
  padding: 70px 0;
  background-color: #fff;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
/*  justify-content: space-between;*/
  justify-content: center;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_sns {
    flex-direction: column;
  }
}

.facebook_box {
  /* width: 500px;
  margin: 0 auto;
  border: 2px solid #3A5091; */
}

.facebook_box .fb-page {
    width: 100%;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_facebook {
    padding: 20px 10px
  }

  .facebook_box {
    width: 375px
  }
}

.section_column {
  display: flex;
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  justify-content: space-between
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_column {
    display: block;
    width: 100%
  }
}

.section_newslist {
  padding-bottom: 20px;
  flex-direction: column;
}

.section_member-info {
  width: 1200px;
  padding: 70px 10px;
  margin: 0 auto
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_member-info {
    width: 100%;
    padding: 20px 10px
  }
}

.member-info__title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .member-info__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.member-info__list {
  width: 1000px;
  padding: 30px 0 0;
  margin: 0 auto
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .member-info__list {
    width: 100%;
    padding: 20px 10px 20px 20px
  }
}

.member-info__list li {
  margin-bottom: 20px;
  text-indent: -20px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .member-info__list li {
    margin-bottom: 10px;
  }
}


.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section_greeting {
  width: 1200px;
  padding: 70px 10px 110px;
  margin: 0 auto
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_greeting {
    width: 100%;
    padding: 20px 10px
  }
}

.section_about {
  padding: 70px 10px;
  margin: 0;
  background-color: #fff
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_about {
    position: relative;
    width: 100%;
    padding: 20px 10px
  }
}

.section_staff {
  padding: 70px 10px;
  margin: 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_staff {
    width: 100%;
    padding: 20px 10px
  }
}

.section_statute {
  /*padding: 0 10px;*/
  padding: 70px 10px 80px;
  margin: 0;
  background-color: #fff;
}

.section_entry {
  background-color: #e6e6e6;
  padding-bottom: 50px;
  margin-bottom: 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_statute {
    /*margin: 0 0 30px*/
    padding: 20px 10px;
    margin: 0;
  }

  .section_entry {
    padding-bottom: 20px;
    margin-bottom: 0
  }
}

.entry_txt {
  position: relative;
  font-size: 24px;
  padding: 40px 0 80px
}

.about_table th.about_table_left, .staff_table th.about_table_left {
  text-align: left
}

.entry_txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  content: "";
  width: 40px;
  height: 20px;
  margin: 0 auto;
  border-top: 20px solid #9fa0a0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .entry_txt {
    font-size: 12px;
    padding-bottom: 30px
  }

  .entry_txt:after {
    bottom: 15px;
    width: 20px;
    height: 10px;
    border-top: 10px solid #9fa0a0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    box-sizing: border-box
  }
}

.content_main {
  /* width: 790px */
  width: 100%;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .content_main {
    width: 100%;
    margin-bottom: 30px
  }
}

.content_side {
  /* width: 270px */
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.content_side > .side_box {
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
}

.content_side > .side_box:last-child {
  margin-right: 0;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .content_side {
    width: 100%
  }
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .content_side {
    flex-direction: column;
  }
  .content_side > .side_box {
    width: 100%;
  }
}

.news_detail {
  margin: 20px 0
}

.news_detail_heading_box {
  display: flex;
  justify-content: flex-start
}

.news_detail_category {
  display: block;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff
}

.news_detail_category a {
  color: #fff;
}

.news_detail_category.category_seminar {
  background-color: #005b47
}

.news_detail_date {
  font-size: 18px
}

.news_detail_heading_title {
  margin: 10px 0 30px;
  font-size: 29px;
  line-height: 51px
}

.news_detail_thumbnail_box {
  width: 500px;
  margin: 30px 0
}

.page_about {
  /* background-color: #e6e6e6 */
}

.greeting_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px
}

.is-relative {
  position: relative;
}
.pdf-link {
  /* position: absolute;
  top: 100px;
  left: 0;
  margin: 0 10%; */
  width: 355px;
  background: rgba(0,0,0, .6);
  z-index: 1000;
}
.pdf-link-select {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 10px;
  display: none;
}

.pdf-link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  right: 10px;
  /* top: 12px; */
  top: 20px;
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pdf-download {
  text-align: center;
  border: 1px solid #999;
}

.pdf-download a {
  position: relative;
  padding: 10px 35px 10px 10px;
  display: block;
  background-color: #fff;
}

.pdf-download a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 18px;
  position: absolute;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right .2s ease;
}

.pdf-download a:hover::after {
  right: 11px;
  transition: right .2s ease;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_detail_thumbnail_box {
    width: 100%
  }

  .greeting_box {
    display: block;
    padding: 10px 0
  }
}

.greeting_text {
  width: 740px;
  padding: 0 40px 0 20px;
  font-size: 17px;
  line-height: 39px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .greeting_text {
    width: 100%;
    padding: 0;
    font-size: 10px;
    line-height: 2
  }
}

.greeting_img {
  width: auto;
  max-width: 100%
}

.about_box {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .about_box {
    width: 100%;
    padding: 20px 0 0
  }
  .greeting_img {
    max-width: 60%;
    display: block;
    margin: auto;
  }
}

.about_table td, .about_table th {
  padding: 0 10px;
  border: 1px solid #9fa0a0
}

.about_text {
  font-size: 17px;
  line-height: 31px
}

.about_table {
  width: 100%;
  margin-top: 20px
}

.about_table th {
  width: 140px;
  background-color: #c9caca;
  font-weight: 400
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .about_text {
    font-size: 10px;
    line-height: 2
  }

  .about_table th {
    width: 25%;
    font-size: 10px;
    line-height: 1.6
  }
}

.about_table td {
  font-size: 17px;
  line-height: 32px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .about_table td {
    font-size: 10px;
    line-height: 1.6
  }
}

.about_note {
  font-size: 17px;
  line-height: 32px
}

.staff_box {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .about_note {
    font-size: 10px;
    line-height: 1.6
  }

  .staff_box {
    width: 100%;
    padding: 20px 0
  }
}

.staff_table {
  width: 100%;
  margin-top: 20px
}

.staff_table thead th {
  background-color: #727171;
  color: #fff;
  text-align: left;
  padding: 0 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .staff_table thead th {
    font-size: 10px;
    line-height: 1.6;
    padding: 0 5px
  }
}

.staff_table th {
  width: 130px;
  padding: 0 10px;
  border: 1px solid #9fa0a0;
  background-color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400
}

/* .second_page-title.section_content {
  margin: 0;
  padding: 70px 0;
  color: #333;
  height: 100%;
  background-color: #E6E6E6;
}

.second_page-title.section_content h2 {
  border: none;
  font-size: 30px;
} */
.text-left {
  text-align: left;
}

.page-description {
  padding: 20px 20px 75px 20px;
}

.btn_02, .link_title, .section_heading, .section_heading--page, .statute_title {
  text-align: center;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .staff_table th {
    width: 15%;
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.6
  }
}

.staff_table td {
  padding: 0 10px;
  border: 1px solid #9fa0a0;
  background-color: #fff;
  font-size: 17px;
  line-height: 32px
}

.staff_table tr td:nth-of-type(1) {
  width: 180px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .staff_table td {
    font-size: 10px;
    line-height: 1.6;
    padding: 0 5px
  }

  .staff_table tr td:nth-of-type(1) {
    width: 34%
  }
}

.staff_table tr td:nth-of-type(2) {
  width: 180px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .staff_table tr td:nth-of-type(2) {
    width: 27%
  }
}

.staff_table_caution {
  color:#cb253c;
  font-size: 14px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .staff_table_caution {
    font-size: 10px;
  }
}

.statute_box {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 10px
}

.statute_title {
  margin-bottom: 20px;
  font-size: 24px
}

.statute_title span {
  font-size: 16px;
  font-weight: 400
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .statute_box {
    display: none;
    width: 100%;
    padding: 20px 0
  }

  .statute_title {
    margin-bottom: 10px;
    font-size: 12px
  }

  .statute_title span {
    font-size: 8px
  }

  .statute_content {
    font-size: 10px;
    line-height: 1.2
  }
}

.statute_list_item {
  margin: 40px 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .statute_list_item {
    margin: 20px 0
  }
}

.statute_table {
  border: 1px solid #231815;
  width: 560px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .statute_table {
    width: 100%;
    font-size: 10px;
    line-height: 1.2;
  }
}

.statute_table th {
  /*width: 140px;*/
  border-right: 1px solid #231815;
  padding: 5px 10px;
  font-weight: 400
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .statute_table th {
    padding: 5px 10px
  }
}

.statute_table td {
  padding: 5px 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .statute_table td {
    padding: 5px 10px
  }
}

.statute_title_c {
  padding: 3px 0;
  text-align: center;
  border-bottom: 1px solid #231815;
}

.statute_title_r {
  text-align: right;
}


.breadcrumb {
  width: 1200px;
  padding: 10px;
  margin: 0 auto
}

.breadcrumb_list {
  display: flex;
  justify-content: flex-start
}

.breadcrumb_list_item {
  position: relative;
  margin-right: 10px
}

.breadcrumb_list_item:last-child {
  margin-right: 0
}

.breadcrumb_list_item:not(:last-child):before {
  content: "＞";
  position: absolute;
  right: -15px;
  display: block
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .breadcrumb {
    width: 100%;
    line-height: 1.5;
  }
  .breadcrumb_list {
    flex-wrap: wrap;
  }
  .breadcrumb_list_item {
/*    width: 100%;*/
    margin-right: 0;
    margin-left: 20px;
  }
  .breadcrumb_list_item:first-child {
    margin-left: 0
  }
  .breadcrumb_list_item:not(:last-child):before {
    content: '';
    top: 3px;
    right: -12px;
    font-size: 10px
  }
  .breadcrumb_list_item:not(:first-child):before {
    position: absolute;
    display: block;
    content: '＞';
    top: 7px;
    right: auto;
    left: -10px;
    font-size: 10px
  }
}

.breadcrumb_list_text {
  padding: 5px 10px;
  font-size: 15px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .breadcrumb_list_text {
    font-size: 10px;
    color: #595757
  }
}

.btn_01 {
  /* display: block; */
  display: inline-block;
  color: #005c47;
  background-color: #fff;
  font-weight: 700;
  border: 2px solid #005c47;
  border-radius: 30px;
  padding: 12px 60px;
}

.btn_02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border: 1px solid #21b7bb;
  border-radius: 15px;
  font-size: 26px;
  line-height: 52px;
  color: #21b7bb;
  transition: .5s;
  background-color: #fff
}

.btn_02:hover {
  color: #fff;
  background-color: #21b7bb;
  opacity: 1
}

.section_others_link_btn {
  display: block;
  width: 300px;
  margin: 0 auto
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .btn_02 {
    height: auto;
    border-radius: 8px;
    font-size: 15px;
    line-height: 2
  }

  .section_others_link_btn {
    width: 200px
  }
}

.section_entry_btn {
  display: block;
  width: 400px;
  margin: 0 auto
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_entry_btn {
    width: 180px
  }
}

.news_more_btn {
  /* float: right; */
  display: block;
  width: 390px;
  margin: auto;

}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_more_btn {
    float: none;
    width: 180px;
    margin: 0 auto
  }
}

.news_contact_btn {
  display: block;
  width: 390px;
  margin: 60px auto
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_contact_btn {
    width: 80%;
  }
}

.news_detail_pager {
  display: flex;
  justify-content: space-between;
  margin: 60px 0
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_detail_pager {
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.news_detail_pager_link {
  position: relative;
  width: 50%;
  background-color: #fff;
  padding: 25px
}
.news_detail_pager_link:hover {
  opacity: .7;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_detail_pager_link {
    width: 100%;
  }
}

.news_detail_pager_prev {
  padding-left: 70px;
  border-right: 1px solid #9fa0a0;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_detail_pager_prev {
    padding-left: 70px;
    border-right: 0;
    border-bottom: 1px solid #9fa0a0;
  }
}

.news_detail_pager_prev:before {
  content: "〈";
  position: absolute;
  top: calc(50% - 14px);
  left: -30px;
  font-size: 80px;
  color: #777;
}

.news_detail_pager_next {
  padding-right: 70px
}

.news_detail_pager_next:before {
  content: "〉";
  position: absolute;
  top: calc(50% - 14px);
  right: -30px;
  font-size: 80px;
  color: #777;
}

.news_detail_pager_heading {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px
}

.news_detail_pager_category {
  display: block;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff
}

.news_detail_pager_category.category_news {
  background-color: #1f489d
}

.news_detail_pager_category.category_event {
  background-color: #e60012
}

.news_detail_pager_date {
  display: block;
  font-size: 15px
}

.news_detail_pager_title {
  font-size: 16px;
  line-height: 1.5
}

.global_btn {
  display: none;
  cursor: pointer
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .global_btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0 5px;
    transition: .5s
  }

  .global_btn span {
    position: absolute;
    top: calc(50% - 1px);
    left: 7px;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000;
    transition: .5s
  }

  .global_btn span:after, .global_btn span:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000
  }

  .global_btn span:before {
    top: calc(50% - 12px)
  }

  .global_btn span:after {
    top: calc(50% + 10px)
  }

  .global_btn.active span:after, .global_btn.active span:before {
    top: calc(50% - 1px);
    background-color: #fff
  }

  .global_btn.active {
    background-color: #005c47
  }

  .global_btn.active span {
    transform: rotate(45deg);
    background-color: #fff
  }

  .global_btn.active span:after {
    transform: rotate(-90deg)
  }
}

.news_list-top {
  width: 1000px;
  padding: 0 10px;
  margin: 70px auto;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_list-top {
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto
  }
}

.news_list-top_item {
  width: 310px;
  margin-right: 25px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_list-top_item {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 5px 0
  }
}

.news_list-top_item:nth-child(3n) {
  margin-right: 0
}

.news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden
}

.news_list_item {
  width: 370px;
  margin-bottom: 50px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_list_item {
    width: 100%;
    margin: 0;
    padding: 5px 0
  }

  .news_box {
    overflow: hidden
  }
}

.news_photo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 240px;
}

.news_photo.news_photo--top {
  max-height: 200px;
}

.news_date {
  font-size: 15px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_date {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    line-height: 1.5
  }
}

.news_category_list {
  overflow: hidden;
  margin: 5px 0 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_category_list {
    float: left;
    margin: 0
  }
}

.news_category_list_item {
  float: left;
  margin-left: 10px
}

.news_category_list_item:first-child {
  margin-left: 0
}

.news_category_list_item a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #fff
}

.news_category_list_item a.category_kanto {
  background-color: #e60012
}

.news_category_list_item a.category_kansai {
  background-color: #1f489d
}

.news_category_list_item a.category_sapporo {
  background-color: #005b47
}

.news_category_list_item a.category_other {
  background-color: #7d7d7d
}

.news_detail_category.category_seminar--sapporo {background-color: #005b47}
.news_detail_category.category_seminar--kanto   {background-color: #e60012}
.news_detail_category.category_seminar--kansai  {background-color: #1f489d}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_category_list_item a {
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.5
  }
}

.news_title {
  font-size: 18px;
  line-height: 34px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .news_title {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 0
  }
}

.link_list {
  width: 1000px;
  padding: 0 10px;
  margin: 30px auto 70px;
  height: 136px;
  /*overflow: hidden*/
}
.pdf-link-default {
  width: 100%;
  color: #fff;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.pdf-link-select {
  background-color: #222;
  padding: 0;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .link_list {
    width: 100%;
    margin: 10px auto;
    height: auto;
  }
}

.link_list_item {
  float: left;
  width: 310px;
  margin-right: 25px
}
.pdf-link-option {
  padding: 3px 10px;
}
.pdf-link-option:hover {
  background-color: #444;
  cursor: pointer;
}

/*.link_list_item--01 {*/
  /*background: url(img/bg_01.jpg) no-repeat 0 0;*/
/*}*/
/*.link_list_item--02 {*/
  /*background: url(img/bg_02.jpg) no-repeat 0 0;*/
/*}*/
/*.link_list_item--03 {*/
  /*background: url(img/bg_03.jpg) no-repeat 0 0;*/
/*}*/

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .link_list {
    width: 318px;
  }
  .link_list_item {
    float: none;
    width: auto;
    width: 100%;
    /*margin-right: 0;*/
    /*margin-bottom: 20px;*/
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.link_list_item:nth-child(3n) {
  margin-right: 0
}

.link_list_item a {
  position: relative;
  display: block
}

.link_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

.section_entry_list {
  width: 410px;
  margin: 45px auto;
  font-size: 24px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_entry_list {
    width: 205px;
    margin: 20px auto 0;
    font-size: 12px
  }
}

.section_entry_list_item {
  margin: 15px 0
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_entry_list_item {
    margin: 5px 0;
    line-height: 1.2
  }
}

.list--disc_item {
  list-style-type: disc
}

.section_heading {
  position: relative;
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto
}

.section_heading_title {
  font-size: 50px;
  line-height: 1.6;
  font-weight: 400
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading {
    width: 100%
  }

  .section_heading_title {
    font-size: 24px
  }
}

.section_heading_title--facebook {
  /* font-size: 40px; */
  font-size: 24px;
  color: #3a5091;
  font-weight: 700;
  margin-bottom: 10px
}

.section_heading_title--instagram {
  font-size: 24px;
  color: #CF2E92;
  font-weight: 700;
  margin-bottom: 10px
}

.section_heading_title--youtube {
  font-size: 24px;
  color: #FE101B;
  font-weight: 700;
  margin-bottom: 10px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading_title--facebook {
    font-size: 20px
  }
}

.section_heading_subtitle {
  font-size: 18px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading_subtitle {
    font-size: 10px
  }
}

.section_heading_btn {
  /* position: absolute; */
  /* right: 10px;
  top: calc(50% - 20px); */
  width: 130px;
  height: 40px;
  font-size: 15px;
  line-height: 40px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading_btn {
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 1.8;
    padding: 5px 10px;
    top: 7px
  }
}

.section_heading--band_title {
  background-color: #61c1be;
  font-size: 30px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center
}

.section_heading--page--toggle {
  position: relative;
  cursor: pointer
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading--band_title {
    font-size: 13px;
    line-height: 1.6;
    padding: 5px 0
  }

  .section_heading--page--toggle .arrow_01 {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    right: calc(50% - 165px);
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg)
  }

  .section_heading--page--toggle .arrow_01.active {
    top: calc(50%);
    transform: rotate(-45deg)
  }
}

.section_heading--page_title {
  display: inline;
  padding: 3px 0;
  border-bottom: 3px solid #005c47;
  font-size: 28px
}

.bnr_c {
  margin: 0 auto
}

.bnr_650 {
  display: block;
  width: 650px
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_heading--page_title {
    font-size: 16px
  }

  .bnr_650 {
    width: 100%;
    padding: 0 10px
  }
}


.page_contact {
  background-color: #e6e6e6;
}

.section_contact {
  width: 1200px;
  padding: 40px 10px;
  margin: 0 auto;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_contact {
    width: 100%;
  }
}

.contact_table {
  width: 100%;
}

.contact_table th,
.contact_table td {
  border-bottom: 1px solid #595757;
  padding: 35px 0;
  vertical-align: middle;
}

.contact_table .no_border th,
.contact_table .no_border td {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact_table th {
  position: relative;
  width: 280px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
/*  padding-left: 55px;*/
}

.contact_table td {
  width: calc(100% - 280px);
}

.contact_table th span {
/*  float: left;*/
/*  display: block;*/
  margin-left: 50px;
  vertical-align: middle;
}

.contact_table input[type='text'],
.contact_table input[type='email'],
.contact_table input[type='tel'] {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  /*border: 1px solid #999;*/
  border: none;
}

.contact_table textarea {
  padding: 8px 10px;
  border-radius: 6px;
  width: 508px;
  border: none;
}

.contact_table .required_label {
  /*position: absolute;
  top: calc(50% - 10px);
  left: 0;*/
  width: 42px;
  background-color: #e60012;
  margin-right: 10px;
  margin-left: 0;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.contact_table .optional_label {
  /*position: absolute;
  top: calc(50% - 10px);
  left: 0;*/
  width: 42px;
  background-color: #0095d8;
  margin-right: 10px;
  margin-left: 0;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.contact_table .no_border .required_label,
.contact_table .no_border .optional_label {
  top: calc(50% + 7px);
}


.contact_heading--lv2 {
  font-size: 18px;
  background-color: #727171;
  color: #fff;
  padding: 2px 5px;
  margin: 50px 0;
}

.section_contact_btn {
  display: block;
  width: 400px;
  margin: 50px auto;
}

.lead-text-block {
  padding: 40px;
}

.text-link {
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: none;
}

.required_label {
  display: inline-block;
  width: 42px;
  background-color: #e60012;
  margin-right: 10px;
  margin-left: 0;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.optional_label {
  display: inline-block;
  width: 42px;
  background-color: #0095d8;
  margin-right: 10px;
  margin-left: 0;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.attention-note {
  font-size: 14px;
  width: 400px;
  margin: -30px auto 50px;
  line-height: 1.5;
}


.privacypolicy {
  height: 160px;
  overflow: scroll;
  margin-top: 80px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  font-size: 16px;
}
.privacypolicy p {
  margin-top: 1.5em;
}
.privacypolicy h2 {
  margin: 1em 0;
  font-weight: normal;
}
.privacypolicy a {
  color: #21b7bb;
}
.firstChild {
  padding: 1em 0;
  font-size: 18px;
}
.firstChild h3 {
  font-weight: bold;
}
.privacypolicy-date {
  margin: 2em;
}
.text-right {
  text-align: right;
}


.attention-note-block {
  color: #fff;
  background-color: #22afb4;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 15px;
}

.complete-txt {
  color: #fff;
  text-align: center;
  margin: 50px auto;
}

.complete-txt p {
  background-color: #22afb4;
  padding: 15px 50px;
  font-size: 18px;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_contact {
    padding: 0 10px 40px;
  }
  .contact_table {
    margin-top: -40px;
  }
  .contact_table th,
  .contact_table .no_border th {
    border: none;
    padding: 10px 0 5px;
  }
  .contact_table td,
  .contact_table .no_border td {
    padding: 5px 0 10px;
  }
  .contact_table th,
  .contact_table td {
    width: auto;
    display: block;
  }
  .contact_table textarea {
    width: 100%;
  }
  .section_contact_btn {
    width: 80%;
  }
  .contact_table input[type='text'], .contact_table input[type='email'], .contact_table input[type='tel'] {
    width: 100%;
  }
  .attention-note {
    width: 100%;
  }

  .contact_table .required_label,
  .contact_table .optional_label,
  .contact_table .no_border .required_label,
  .contact_table .no_border .optional_label {
    top: calc(50% - 7px);
  }

  .privacypolicy {
    -webkit-overflow-scrolling: touch;
  }

  .privacypolicy h2 {
    font-size: 16px;
  }
  .privacypolicy p {
    padding: 12px 0;
    margin-top: 0;
  }

  .date-form select {
    display: block;
    margin: 5px 0;
  }
}



/* 農学生緊急支援アルバイト情報用 */
.support__read--txt-s {
  margin-bottom: 15px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support__read--txt-s {
    font-size: 14px;
    line-height: 1.8;
  }
}

.support__read--txt-l {
  margin-bottom: 40px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support__read--txt-l {
    font-size: 14px;
    line-height: 1.8;
  }
}

.support_list .wp-block-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 0 !important;
  width: 100%;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support_list .wp-block-file {
    width: 100%;
    margin: 0 !important;
    padding: 5px 0;
  }
}

.wp-block-file .wp-block-file__button {
  margin-left: auto !important;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .wp-block-file .wp-block-file__button {
    padding: 2px 10px !important;
    font-size: 12px !important;
  }
}

.support_list .support_list--item {
  margin: 0 0 20px 20px;
  list-style-type: disc;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support_list .support_list--item {
    margin: 0 0 20px 20px;
    list-style-type: disc;
  }
}

.support_list .wp-block-file a:first-child {
  width: 80%;
  max-width: 630px;
  min-height: 28px;
  line-height: 28px;
  word-break: break-all;
  font-size: 18px;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support_list .wp-block-file a:first-child {
    width: 60%;
    max-width: initial;
    font-size: 14px;
    line-height: 1.6;
  }

}

.support_list .wp-block-file a:first-child::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 23px;
  background: url(img/pdf_24.png) no-repeat;
  background-position: 50% 50%;
  background-size: 18px 23px;
  vertical-align: middle;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .support_list .wp-block-file a:first-child::after {
    margin-left: 5px;
    width: 14px;
    background-size: 14px 18px;
  }
}

/* add 20230328 */

/* 下層ページ */
/* ページタイトル */
.page-heading.section_heading--page {
  padding: 80px 0;
  background-color: #cae5cd
}
.page-heading .section_heading--page_title {
  font-size: 30px;
  border: none;
  padding: 0;
}

.section_title {
  font-size: 24px;
  font-weight: bold;
}
.section_title-wrap {
  padding: 0 40px;
}

/* パンくず */
.section_breadcrumb {
  border-top: 1px solid #383838;
}

/* わたしたちについて */
.greeting_block p:nth-of-type(n+2)  {
    margin-top: 1.5rem;
}
.greeting_block.greeting_block {
  padding-bottom: 0;
}
.greeting_body {
  width: 740px;
}

.greeting_name {
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .greeting_name {
    font-size: 14px;
  }
}

.greeting_img {
  order: 2;
  margin-left: auto;
}

.section_staff {
  background-color: #cae5cd;
}

.business_area_in {
  display: flex;
}
.business_cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 384px;
}
.business_plan {
  background: url("img/officer_img_plan.jpg") no-repeat;
  background-size: cover;
}
.business_report {
  background: url("img/officer_img_report.jpg") no-repeat;
  background-size: cover;
}

.business_area_title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 48px;
}

/* ボタン */
.link-btn {
  text-align: center;
}
.link-btn a {
  font-size: 16px;
  font-weight: bold;
  color: #005c47;
  border-radius: 30px;
  border: 2px solid #005c47;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.link-btn a:hover {
  color: #fff;
  background-color: #005c47;
  opacity: 1;
}
.link-btn-base a {
  width: 258px;
  height: 50px;
}

/* footer */
.footer_sns {
  display: flex;
  justify-content: center;
  margin: 24px 0 32px;
}
.footer_sns li {
  margin: 0 15px;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .page-heading.section_heading--page {
    padding: 40px 0;
  }
  .page-heading .section_heading--page_title {
    font-size: 24px;
  }
  .section_title {
    text-align: center;
  }
  .greeting_body {
    width: 100%;
  }
  .pdf-link  {
    width: 80%;
  }
  .business_area_in {
    flex-direction: column;
  }
  .business_cont {
    width: 100%;
    height: 220px;
  }
  .business_area_title {
    font-size: 17px;
    margin-bottom: 28px;
  }
  .greeting_img {
    margin: 50px auto 80px;
  }
  .section_greeting {
    padding: 68px 20px;
  }
  .footer_sns {
    margin: 12px 0 16px;
  }
}
.section_sns_title {
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  margin-bottom: 40px;
}
.section_sns_content {
  width: 30%;
  margin: 0 2%;
}
.section_sns_content .section_heading_title {
  text-align: center;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .section_sns {
    padding: 0 20px 14px;
  }
  .section_sns_content {
    width: 100%;
    margin: 0 0 40px;
  }
  .section_sns_content .section_heading_title {
    text-align: center;
  }
}
.section_sns_content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/* .slider-container {
  margin-top: 84px;
} */
/* .slider {
  width: 100%;
  height: 100%;
} */
.slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-container {
  margin-top: 84px;
  width: 100%;
  /* overflow: hidden; */
}

.slider-img {
  margin: 0 10px;
  width: 660px;
  position: relative;
}

.slider-img::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid #005c47; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.slider-img::after {
    content: "NEWS";
    display: block;
    top: 10px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
    font-size: 16px;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  color: #D9D9D9 !important;
  width:8px !important;
  height:8px !important;
}
.slick-dots .slick-active button:before {
  background-color: #005c47;
  border-radius: 50%;
  color: #005c47 !important;
}

.bg-hide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0;
  padding: 70px 0;
}
.bg-hide:after {
  content:'';
  position:absolute;
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5) !important;
  background-size: cover;
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
}
.hide_text {
  font-size: 56px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: #ccc;
}

.hide_text.hide_text-block {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: #ccc;
}
.hide_text.hide_text-block:after {
  content:'';
  position:absolute;
  display: block;
  /*width: 100%;
  height: 100%;*/
/*  background:rgba(0,0,0,0.5) !important;*/
  background-size: cover;
  backdrop-filter: none;
  top: 0;
  left: 0;
}

.greeting_box p:nth-of-type(n+2){
  margin-top: 1.5rem;
}




.global_nav_list-item {
  position: relative;
}
.dropdown {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: block;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  position: relative;
}
.dropdown.is-active::before {
  transition: all .3s;
  transform: rotate(-135deg);
  margin-top: -2px;
}
.dropdown::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 93%;
  margin-top: -8px;
  transition: all .3s;
  transform: rotate(45deg);
}
.dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 16px;
  white-space: nowrap;
}
.dropdown_menu a {
  padding: 8px;
}
.dropdown_menu.is-active {
  display: block;
}
.bulletin {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.bulletin_item {
  width: 100%;
  max-width: 360px;
  margin: 0 10px;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .global_nav_list {
    margin-right: 0;
  }
  .dropdown {
    height: auto;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 20px;
    color: #fff;
  }
  .dropdown:before {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .dropdown_menu {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: #cae5cd;
    padding: 16px;
    white-space: nowrap;
  }
  .dropdown_menu a {
    color: #005c47;
  }
}



.mb-20 {
  margin-bottom: 20px;
}

.pdf-link-top {
  position: absolute;
  width: 80%;
  margin: 0 10%;
  top: 40%;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .bulletin {
    flex-direction: column;
    margin-bottom: 0;
  }
  .bulletin_item {
    max-width: calc(100% - 20px);
    margin-top: 20px;
  }
} 


/*.news_detail_thumbnail_box,
.news_detail_content {
  text-align: center;
}*/

/*.news_detail_thumbnail_box img.portrait,*/
.news_detail_content img.portrait {
  width: 66.6%;
  max-width: auto;
  height: auto;
  display: block;
  margin: auto;
}

#associate_member a,
.has-text-align-center a {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.report-media-box p,
.report-media-box ol,
.report-media-box ul {
  font-size: 16px;
}

.report-media-box ul {
  margin-left: 1.5em;
}
.report-media-box ul > li {
  list-style: disc;
}

.report-media-box p + p {
  margin-bottom: 1em;
}

th.vtop {
  vertical-align: top;
}

.contact_table .vtop .required_label {
  top: 40px;
}


.botanical-choice-columns {
    /*display: flex;
    justify-content: space-between;*/
    overflow: hidden;
  }

  .botanical-choice-list.left-column {
    width: 45%;
    float: left;
  }

  .botanical-choice-list.right-column {
    width: 45%;
    float: right;
  }

  .botanical-choice-list > li {
      width: 100%;
  }

  .botanical-list.lg li {
    width: 100% !important;
  }
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .botanical-choice-list.left-column,
  .botanical-choice-list.right-column {
    float: none;
    width: 100%;
  }
}

.swpm-edit-profile-link,
.swpm-login-widget-logged .swpm-logged-username,
.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry
 {
/*  display: none !important;*/
}


/* 一時非表示 */
.swpm-form-row.swpm-membership-level-row {
  display: none !important;
}


.loginStatus {
  position: fixed;
  right: 0;
  top: 84px;
  z-index: 1000;
}
@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .loginStatus {
    top: 55px;
  }
}
.loginStatus > div {
  text-align: center;
  font-size: 12px;
  width: 120px;
  color: #fff;
  background-color: rgba(0,0,0,.4);
}



#sb_instagram .sbi_photo {
	width: 76px !important;
   height: 76px !important;
}

#sb_instagram .sbi_no_js img {
	display: inline !important;	
}
#sb_instagram svg:not(:root).svg-inline--fa {
    height: 0.6em !important;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 5px !important;
    top: 5px !important;
}