@charset "UTF-8";
/*
Theme Name: 特定非営利活動法人リネーブル・若者セーフティネット
Description: 特定非営利活動法人リネーブル・若者セーフティネットのテーマです。
Author: アントロワ
Author URI: https://untrois.co.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
  font-size: 17px;
  line-height: 1;
  background: #3fa7c1;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 50px;
    padding-bottom: 100px;
    background: #3fa7c1;
  }
}

.row {
  width: 960px;
  max-width: calc(100% - 30px);
}

.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a {
  color: #504d5a;
}

a:hover {
  opacity: 0.8;
}

/* header */
h1 {
  color: #404040;
  font-size: 30px;
  height: 300px;
  line-height: 50px;
  margin: 0;
  padding: 86px 0 0 180px;
}

@media screen and (max-width: 768px) {
  h1 {
    height: auto;
    line-height: auto;
    padding: 0;
  }
}

h1 span {
  display: block;
  padding-left: 40px;
}

header {
  background-image: url(/wp-content/uploads/bg_wave.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  header {
    background-color: #a3ddec;
    background-image: url(/wp-content/uploads/sp_bg_wave.png);
    background-size: 73px 32px;
  }
}

header .row {
  background-image: url(/wp-content/uploads/yacht.png), url(/wp-content/uploads/sun.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 22px bottom 22px, left top 10px;
}

@media screen and (max-width: 768px) {
  header .row {
    background: none;
    width: 100%;
    max-width: 100%;
  }
}

.pos_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

nav {
  background-color: #a3ddec;
}

@media screen and (max-width: 768px) {
  nav {
    height: 50px;
    background: none;
  }
}

.nav {
  display: flex;
  font-size: 18px;
  height: 100px;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 900px;
  max-width: calc(100% - 30px);
}

@media screen and (max-width: 768px) {
  nav ul {
    background-color: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    width: 80%;
  }
}

.nav a {
  color: #404040;
  display: block;
}

.nav li {
  line-height: 100px;
}

@media screen and (max-width: 768px) {
  .nav li {
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  nav li a {
    padding: 8px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  nav li:nth-child(2n) {
    background-color: #a3ddec;
  }
}

@media screen and (max-width: 768px) {
  nav li a,
  nav li a:active,
  nav li a:hover {
    color: #393939;
  }
}

.logo {
  margin-top: 8px;
  max-width: 141px;
  vertical-align: top;
}

/* color */
.bg_blue {
  background-color: #3fa7c1;
  color: #ffffff;
}

.bg_yellow {
  background-color: #fefab9;
  color: #3fa7c1;
}

/* .vsp */
.vsp {
  display: none;
}

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

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

/* font etc */
.height50 {
  height: 50px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .font-sp-18 {
    font-size: 18px;
  }
}

h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: auto;
    margin-bottom: 0;
  }
}

p {
  line-height: 1.7;
}

.mb44 {
  margin-bottom: 44px;
}

.mb58 {
  margin-bottom: 58px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb62 {
  margin-bottom: 62px;
}

.mb66 {
  margin-bottom: 66px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb82 {
  margin-bottom: 82px;
}

.mb88 {
  margin-bottom: 88px;
}

.mb115 {
  margin-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .mb-sp-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp-50 {
    margin-bottom: 50px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .mt-sp-20 {
    margin-top: 20px;
  }
}

.pb94 {
  padding-bottom: 94px;
}

.bg-white {
  background-color: #fff;
}

.lab-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.lab-box__head {
  font-weight: bold;
  font-size: 24px;
}

.lab-box__left {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .lab-box__left {
    width: 100%;
  }
}

.lab-box__a {
  margin-top: 15px;
  background: #d46075;
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .lab-box__a {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
  }
}

.lab-box__right {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .lab-box__right {
    width: 100%;
    margin-top: 10px;
  }
}

/* contents */
.first .row {
  background-image: url(/wp-content/uploads/bubble1.png);
  background-repeat: no-repeat;
  background-position: right 48px top 150px;
  padding-bottom: 50px;
  padding-top: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .first .row {
    background: none;
  }
}

.kigyoumuke {
  position: absolute;
  top: 40px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .kigyoumuke {
    position: relative;
    top: auto;
    right: auto;
  }
}

.info .row {
  background-image: url(/wp-content/uploads/fish1.png);
  background-repeat: no-repeat;
  background-position: right 60px bottom 57px;
  padding-bottom: 114px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .info .row {
    background: none;
  }
}

.news_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .news_title {
    margin-bottom: 30px;
  }
}

.message .row {
  background-image: url(/wp-content/uploads/fish2.png);
  background-repeat: no-repeat;
  background-position: right 50px bottom 70px;
  padding-bottom: 59px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .message .row {
    background: none;
  }
}

.place .row-place {
  background-image: url(/wp-content/uploads/icon-place.png);
  background-repeat: no-repeat;
  background-position: right 60px top 58px;
  padding-bottom: 65px;
  padding-top: 89px;
}

@media screen and (max-width: 768px) {
  .place .row-place {
    background: none;
  }
}

.job .row-job {
  background-image: url(/wp-content/uploads/bubble2_2.png), url(/wp-content/uploads/icon-job.png);
  background-repeat: no-repeat;
  background-position: right 35px top 100px, left 100% bottom 63px;
  padding-bottom: 53px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .job .row-job {
    background: none;
  }
}

.job h2 {
  margin-bottom: 42px;
}

.center {
  text-align: center;
}

.work .row {
  background-image: url(/wp-content/uploads/fish1.png), url(/wp-content/uploads/fish3.png), url(/wp-content/uploads/icon-work.png);
  background-repeat: no-repeat;
  background-position: left 700px top 100px, right 23px bottom 250px, right 70px bottom 48px;
  padding-bottom: 103px;
  padding-top: 58px;
}

@media screen and (max-width: 768px) {
  .work .row {
    background: none;
  }
}

.work h2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .work h2 {
    margin-bottom: 0;
  }
}

.applicant .row {
  padding-bottom: 50px;
  padding-top: 78px;
}

.applicant h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 83px;
}

@media screen and (max-width: 768px) {
  .applicant h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.reveal {
  padding: 30px 30px 14px;
  width: 90%;
}

.table01,
.table01 td,
.table01 th {
  border: 1px solid #cccccc;
}

.table01 {
  border-collapse: collapse;
  margin: 0 auto 20px;
  max-width: 600px;
}

.table01 th {
  background-color: #f2f2f2;
  padding: 8px 16px;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .table01 th {
    display: block;
  }
}

.table01 td {
  background-color: #fff;
  padding: 8px 16px;
}

@media screen and (max-width: 768px) {
  .table01 td {
    display: block;
    padding: 0;
  }
}

.table01 input[type="text"],
.table01 input[type="tel"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table01 input[type="text"],
  .table01 input[type="tel"] {
    margin-bottom: 0;
  }
}

.table01 textarea {
  border: 1px solid #000;
  height: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table01 textarea {
    margin-bottom: 0;
    border: none;
  }
}

input[type="submit"] {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  padding: 0 16px;
}

.map {
  position: relative;
}

.map:after {
  display: block;
  padding-top: 52.5%;
  content: "";
}

.map iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* footer */
.back-top {
  position: fixed;
  bottom: 27px;
  right: 27px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .back-top {
    width: 80px;
    bottom: 15px;
    right: 15px;
  }
}

.grecaptcha-badge {
  opacity: 0;
}

.video {
  position: relative;
}

.video:after {
  padding-top: 62.5%;
  content: "";
  display: block;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video:first-child {
  margin-top: 40px;
}

.news_btn {
  background-color: #d46075;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  transition: opacity 0.2s;
}

.news_btn:hover {
  opacity: 0.8;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .reveal {
    width: 90%;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-width: none;
    height: auto;
    height: 80%;
    min-height: auto;
  }
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 768px) {
  .btn_hamburger {
    cursor: pointer;
    display: block;
    height: 45px;
    margin-top: 5px;
    position: relative;
    width: 100px;
    z-index: 100;
  }
  .hamburger {
    background: #45c2e1;
    border-top: 10px solid #fff;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    display: block;
    height: 18px;
    position: absolute;
    top: 8px;
    width: 23px;
  }
  .hamburger:before {
    background: #45c2e1;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    transition: all 0.3s;
    top: -8px;
    width: 23px;
  }
  .hamburger:after {
    background: #45c2e1;
    bottom: -8px;
    content: "";
    height: 4px;
    position: absolute;
    transition: all 0.3s;
    right: 0;
    width: 23px;
  }
  .hamburger_text {
    display: block;
    margin-left: 30px;
    padding-top: 12px;
  }
}

/*投稿ページ
-----------------------------------------------------------*/
.post {
  color: #fff;
  padding-top: 100px;
  line-height: 1.5;
}

.post.row {
  width: 800px;
}

.post h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

/*お知らせページ
-----------------------------------------------------------*/
.news {
  width: 600px;
  padding-top: 50px;
}

.news__date {
  margin-top: 30px;
}

.pagenation {
  margin-top: 100px;
}

/*ブログ一覧
-----------------------------------------------------------*/
.blog-list {
  width: 960px;
  margin: auto;
  background: #fbfae8;
  margin-top: 100px;
  border-radius: 10px;
  padding: 60px;
}

.blog-list__h2 {
  border-bottom: 2px solid #404040;
  padding-bottom: 25px;
  font-size: 42px;
  margin-bottom: 20px;
}

.blog-list__ul {
  margin: 0;
}

.blog-list__li {
  border-bottom: 1px dashed #404040;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.blog-list__thumbnail {
  width: 250px;
  height: 250px;
  object-fit: cover;
  transition: opcity 0.2s;
}

.blog-list__thumbnail:hover {
  opacity: 0.8;
}

.blog-list__content {
  width: calc(100% - 270px);
}

.blog-list .pagenation {
  margin-top: 80px;
  font-size: 30px;
}

/*ブログ
-----------------------------------------------------------*/
.blog {
  width: 960px;
  margin: auto;
  background: #fbfae8;
  margin-top: 100px;
  border-radius: 10px;
  padding: 60px;
}

.blog__h2 {
  border-bottom: 2px solid #404040;
  padding-bottom: 25px;
  font-size: 42px;
  margin-bottom: 20px;
}

.blog__date {
  margin-bottom: 50px;
}

.blog__content {
  font-size: 20px;
}

.blog__content img {
  width: 100%;
}

/*駐車スペース*/
.park {
  background: #fff;
  padding: 100px 0;
}

.park p {
  width: 700px;
  max-width: 100%;
  margin: auto;
}

.park p + p {
  margin-top: 30px;
}

.vsp {
  display: none;
}

@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
  .vsp {
    display: block;
  }
}

.banners__a img {
  width: 400px;
}

.to-digimono {
  background: #d46075;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff !important;
  line-height: 1.5;
}

.to-digimono:hover {
  opacity: 0.7;
}

.video-btn {
  display: block;
  position: relative;
}

.video-btn::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("https://linable.or.jp/wp-content/uploads/play.svg");
  width: 50px;
  height: 50px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
