@charset "UTF-8";
@import "../../../../../css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

body#mission-info {
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.5px;
}

#container {
  width: 100%;
}

#contents {
  margin-bottom: 0;
}

#title {
  background: -webkit-gradient(linear, left top, right top, from(#007f63), to(#80bb65));
  background: linear-gradient(to right, #007f63, #80bb65);
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 3em;
}
#title .bg-en {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12vw;
  color: #fff;
  opacity: 0.05;
  line-height: 1;
}
#title .title-in {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
#title .title-in h1 {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 2.2em;
  color: #fff;
  line-height: 1.3;
}
#title .title-in h1 span {
  display: inline-block;
}
#title .title-in h1:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 90px;
  height: 2px;
  background: #fff;
}
#title .title-in .s-title {
  font-size: 1.2rem;
  color: #fff;
}

#wrapper {
  position: relative;
  margin-top: -6em;
  margin-bottom: 2em;
  border-radius: 0 100px 0 0;
  background: url(/contents/wp-content/themes/surfboard/image/fig_earth.png) no-repeat top -4em left -3em #f1f1f1;
  padding: 5em 0 3em;
}

/* clear hack */
#main-inbox {
  zoom: 1;
}

#main-inbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.category-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5em;
}
.category-link ul li {
  margin: 0 1%;
}
.category-link ul li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #007f63;
  border-radius: 20px;
  padding: 0.3em 2em;
  text-align: center;
  color: #007f63;
  font-size: 1.1em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.category-link ul li a:hover {
  text-decoration: none;
  background: #007f63;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listbox {
  margin-bottom: 3em;
  word-wrap: break-word;
}
.listbox a {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  padding: 2em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: inherit;
}
.listbox a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.listbox a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.listbox a article .l-area {
  width: 70%;
}
.listbox a article .l-area dl {
  margin-bottom: 0.5em;
}
.listbox a article .l-area dl dt {
  color: #aaa;
}
.listbox a article .l-area dl dt:before {
  content: "\f017";
  font-family: "FontAwesome";
  padding: 0 3px 0 0;
}
.listbox a article .l-area dl dt, .listbox a article .l-area dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.listbox a article .l-area dl dd span {
  margin-left: 0.5em;
  display: inline-block;
  background: #80bb65;
  border-radius: 20px;
  padding: 0.2em 1.5em;
  color: #fff;
  font-size: 0.8em;
  vertical-align: text-bottom;
}
.listbox a article .l-area .cat {
  position: absolute;
  top: -1.3em;
  left: 1em;
  color: #98bfb4;
  font-size: 1.5em;
  font-weight: bold;
}
.listbox a article .l-area .cat em {
  font-size: 1.5em;
}
.listbox a article .l-area .more {
  text-align: right;
}
.listbox a article .l-area .more span {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(#007f63), color-stop(51%, #80bb65), to(#007f63));
  background: linear-gradient(to right, #007f63 0%, #80bb65 51%, #007f63 100%);
  background-size: 200% auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.4em;
  border-radius: 30px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.listbox a article .l-area .more span:after {
  display: inline-block;
  content: "\f0a9";
  font-family: FontAwesome;
  margin-left: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.listbox a article .l-area .more span:hover {
  background-position: right center;
  text-decoration: none;
}
.listbox a article .l-area .more span:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.listbox a article .l-area h2 {
  margin-bottom: 0.4em;
  font-size: 2em;
  font-weight: bold;
  color: #007f63;
}
.listbox a article .l-area h2:hover {
  text-decoration: none;
}
.listbox a article .l-area p.description {
  font-size: 1em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listbox a article .photo {
  width: 27%;
}
.listbox a article .photo img {
  max-width: 100%;
  height: 200px;
  width: 100%;
}
.listbox a article .photo-none {
  width: 100%;
  float: none;
}

.listbox .more .listbox {
  zoom: 1;
}

.listbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pagenation {
  position: relative;
  overflow: hidden;
  margin: 0 auto 3em;
  padding: 10px;
}
.pagenation ul {
  position: relative;
  left: 50%;
  float: left;
}
.pagenation ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
  font-weight: bold;
}
.pagenation ul li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background: #007f63;
  border: 1px solid #007f63;
  margin: 0 5px 5px 0;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.pagenation ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  color: #007f63;
}
.pagenation ul li a:hover {
  background: #007f63;
  border: 1px solid #007f63;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 詳細ページ
---------------------------------------------------------------------------- */
.single-block {
  margin-bottom: 3em;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
}
.single-block .topicpath {
  margin-bottom: 0.5em !important;
}
.single-block .entry-format {
  position: relative;
  font-size: 1em;
  padding: 3em;
  border-radius: 10px;
}
.single-block .entry-format p {
  margin-bottom: 1em;
}
.single-block .cat {
  position: absolute;
  top: -0.8em;
  left: 1em;
  font-size: 1.8em;
  font-weight: bold;
  color: #98bfb4;
}
.single-block h2 {
  margin-bottom: 0.5em;
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: bold;
  color: #007f63;
  text-align: center;
}
.single-block h3 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.single-block h3:before {
  display: inline-block;
  content: "";
  background-color: #007f63;
  border-radius: 4px;
  height: 35px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 8px;
}
.single-block .title-box {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.single-block .title-box dl {
  margin-bottom: 1em;
}
.single-block .title-box dl dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  color: #aaa;
}
.single-block .title-box dl dt:before {
  content: "\f017";
  font-family: "FontAwesome";
}
.single-block .title-box dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.single-block .title-box dl dd span {
  margin-left: 0.5em;
  display: inline-block;
  background: #80bb65;
  border-radius: 20px;
  padding: 0.2em 1.5em;
  color: #fff;
  font-size: 0.8em;
  vertical-align: text-bottom;
}

/* 詳細ページ　ページ移動
------------------------------------------------*/
.pagenav {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 4em;
  position: relative;
}
.pagenav .prev {
  display: inline-block;
  float: left;
  width: 180px;
  word-wrap: break-word;
}
.pagenav .prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
  color: #007f63;
}
.pagenav .next {
  display: inline-block;
  float: right;
  width: 180px;
  text-align: right;
  word-wrap: break-word;
}
.pagenav .next:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0 0 10px;
  color: #007f63;
}
.pagenav .back {
  margin: 0 auto 4em !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: #007f63;
  border-radius: 30px;
  width: 100%;
  max-width: 200px;
}
.pagenav .back a {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 5px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
}
.pagenav .back a:after {
  content: "\f0ca";
  font-family: "FontAwesome";
  padding: 0 0 0 10px;
}

/* clear hack */
.pagenav {
  zoom: 1;
}

.pagenav:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* カテゴリー
------------------------------------------------*/
.category {
  margin: 0 auto 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(#007f63), to(#80bb65));
  background: linear-gradient(to right, #007f63, #80bb65);
  border-radius: 30px;
  padding: 0.2em 1.5em;
  font-size: 1.5em;
}
.category h2 {
  color: #fff;
}

/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  #title {
    height: 350px;
  }
  #title .bg-en {
    top: 0;
  }
  #title .title-in h1 {
    font-size: 2em;
  }
  #title .title-in .s-title {
    font-size: 1rem;
  }
  #wrapper {
    background-size: 350px;
  }
}
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  #title {
    height: 300px;
  }
  #title .title-in h1 {
    font-size: 1.6em;
  }
  #wrapper {
    border-radius: 0 60px 0 0;
  }
  .category-link ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em;
  }
  .category-link ul li {
    margin: 0 0 10px 0;
    width: 48%;
  }
  .category-link ul li a {
    width: 100%;
    vertical-align: bottom;
    padding: 0.3em;
  }
  .single-block {
    margin-bottom: 0;
  }
  .single-block h2 {
    font-size: 2em;
  }
  .single-block .entry-format {
    padding: 3em 2em 2em;
  }
  .category {
    margin-bottom: 1em;
  }
  .listbox a {
    padding: 1.5em;
  }
  .listbox a article {
    display: block;
  }
  .listbox a article .l-area {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .listbox a article .l-area dl dt, .listbox a article .l-area dl dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .listbox a article .l-area dl dd {
    font-weight: bold;
  }
  .listbox a article .photo {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .listbox a article .photo img {
    height: 40vw;
  }
  .listbox a article a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  .listbox .l-area dl .listbox .l-area dl dd span {
    padding-left: 1em;
    color: #f20000;
  }
  .listbox .photo {
    width: 70%;
    float: none !important;
    text-align: center !important;
  }
  .pagenation {
    margin-bottom: 1em;
  }
  .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 1% 6em;
    position: relative;
  }
  .pagenav .prev {
    display: inline-block;
    float: left;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .next {
    display: inline-block;
    float: right;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
  }
  #sidebar ul {
    padding: 0 1em !important;
  }
  #sidebar select {
    margin: 0 5% !important;
    width: 90% !important;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  #title {
    height: 250px;
    padding-bottom: 2em;
  }
  #title .title-in h1 {
    font-size: 1.4em;
  }
  #title .title-in h1:after {
    width: 60px;
  }
  #title .title-in .s-title {
    font-size: 0.9rem;
  }
  #wrapper {
    margin-top: -4em;
    border-radius: 0 30px 0 0;
    padding: 3em 0;
    background-size: 220px;
    background-position: -4em -5em;
  }
  .listbox a article .l-area .cat {
    font-size: 1.3em;
  }
  .listbox a article .l-area h2 {
    font-size: 1.8em;
  }
  .single-block .entry-format {
    padding: 3em 1em 1em;
  }
  .single-block .entry-format .cat {
    font-size: 1.5em;
  }
  .single-block .entry-format .single-title {
    font-size: 1.8em;
  }
}