@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) closedlooprecycleforum2025 All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  closedlooprecycleforum2025

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

html {
  width: 100%;
}

body {
  font: 400 18px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:visited {
  text-decoration: none;
  color: #336633;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.post_content > * {
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 1.5rem 0;
}
.post_content > *:first-child {
  margin-top: 0;
}
.post_content > *:last-child {
  margin-bottom: 0;
}
.post_content a {
  text-decoration: underline !important;
}
@media (hover: hover) {
  .post_content a:hover {
    opacity: 0.7;
  }
}
.post_content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(3.3vw, 50px);
  --headerHeight: 160px;
  --sectionWrap: 10em;
  --minWidth: 1px;
  overflow-x: hidden;
}

@media screen and (max-width: 1228px) {
  :root {
    --headerHeight: 184px;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --headerHeight: 74px;
  }
}
label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  counter-reset: number-flow 0 number-promise 0;
}

#container_wrap {
  overflow: hidden;
  position: relative;
}

#container_top {
  padding-top: var(--headerHeight);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #container_top {
    margin-bottom: 50px;
  }
}

#container {
  padding-top: 124px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1228px) {
  #container {
    padding-top: 148px;
  }
}
@media screen and (max-width: 960px) {
  #container {
    padding-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  #container {
    margin-bottom: 50px;
  }
}

.opacity:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

section {
  padding: 0 5%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 45px;
  }
}

.bg_ye {
  background: #fefad1;
  padding: 40px 5%;
}

.inner1 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.inner2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex {
    display: inherit;
  }
}

aside {
  padding: 0 5%;
}

.section {
  margin-bottom: 50px;
}
.section.last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #FFF;
  padding-top: 14px;
}
@media screen and (max-width: 960px) {
  header {
    background: #394f4b;
    padding-top: 10px;
  }
}
header .s_logo {
  max-width: 289px;
  margin-bottom: 17px;
}
@media screen and (max-width: 960px) {
  header .s_logo {
    max-width: 230px;
    margin-bottom: 10px;
  }
}
header .logo {
  position: fixed;
  z-index: 6;
  left: 5%;
  top: 15px;
  max-width: 76px;
}
header #gnavi {
  background: #394f4b;
  width: 100%;
  padding: 15px 10px 5px;
  font-size: 0;
}
header #gnavi li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-left: 1px solid #FFF;
}
header #gnavi li:last-child {
  border-right: 1px solid #FFF;
}
header #gnavi li a:hover {
  text-decoration: underline;
}
header #gnavi li a:link, header #gnavi li a:visited {
  color: #FFF;
}
header #gnavi li.current a {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  header #gnavi {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .button-area {
    display: inline;
    position: fixed;
    right: 2.5%;
    top: 16px;
    z-index: 250;
  }
  .button-area .panel-btn {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
  }
  .button-area .panel-btn .panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #FFF;
    transition: 0.2s;
  }
  .button-area .panel-btn .panel-btn-icon:before, .button-area .panel-btn .panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .button-area .panel-btn .panel-btn-icon:before {
    margin-top: -9px;
  }
  .button-area .panel-btn .panel-btn-icon:after {
    margin-top: 8px;
  }
  .button-area .panel-btn .close {
    background: transparent;
  }
  .button-area .panel-btn .close:before, .button-area .panel-btn .close:after {
    margin-top: 0;
  }
  .button-area .panel-btn .close:before {
    transform: rotate(-45deg);
  }
  .button-area .panel-btn .close:after {
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 960px) {
  #gnavi_sp {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    z-index: 200;
    padding: 59px 0 0;
  }
  #gnavi_sp a:link, #gnavi_sp a:visited, #gnavi_sp a:hover {
    color: #fff;
    text-decoration: none;
  }
  #gnavi_sp ul {
    border-top: 1px solid #fff;
  }
  #gnavi_sp ul li a {
    display: block;
    position: relative;
    padding: 20px 5%;
    border-bottom: 1px solid #FFF;
    color: #fff;
    background: #394f4b;
  }
  #gnavi_sp ul li a:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    content: "";
    margin-top: -5px;
  }
}

footer {
  text-align: center;
  padding: 40px 10px;
  background: #f4f4f4;
}
footer #f_logo {
  max-width: 225px;
  margin-bottom: 35px;
}
footer .f_list {
  font-size: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  footer .f_list {
    display: none;
  }
}
footer .f_list li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-left: 1px solid #336633;
}
footer .f_list li:last-child {
  border-right: 1px solid #336633;
}
footer .f_list li a:hover {
  text-decoration: underline;
}
footer .f_list li a:link, footer .f_list li a:visited {
  color: #336633;
}
footer .f_list li.current a {
  text-decoration: underline;
}
footer .copy {
  font-size: 0.67rem;
}

.main_img {
  padding: 0 5%;
  margin-bottom: 110px;
}
.main_img #slider_top {
  max-width: 780px;
  margin: 0 auto;
}
.main_img .splide__pagination {
  bottom: -30px;
}
.main_img .splide__pagination li {
  margin: 0 5px;
}
.main_img .splide__pagination__page {
  background: #f0f0f0;
}
.main_img .splide__pagination__page.is-active {
  transform: scale(1);
  background: #CCC;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-bottom: 55px;
  }
}

h2.ti_top {
  text-align: center;
  font-size: 2.5rem;
  color: #999;
  font-weight: bold;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  h2.ti_top {
    margin-bottom: 30px;
  }
}

ul.list_news {
  margin-bottom: 15px;
  border-top: 1px solid #000;
}
ul.list_news li {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
ul.list_news li dl {
  overflow: hidden;
}
ul.list_news li dl dt {
  clear: left;
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  ul.list_news li dl dt {
    clear: both;
    float: none;
  }
}
ul.list_news li dl a:hover {
  text-decoration: underline;
}

.btn_more {
  text-align: right;
}
.btn_more a {
  font-weight: bold;
  font-size: 1.33rem;
  padding-right: 25px;
  background: url(../images/ico_right.png) no-repeat center right/19px auto;
}

ul.list_contents {
  overflow: hidden;
}
ul.list_contents li {
  width: 49%;
  margin: 0 2% 20px 0;
  float: left;
  text-align: center;
  border: 1px solid #336633;
}
@media screen and (max-width: 767px) {
  ul.list_contents li {
    width: 100%;
    margin: 0 0 20px;
    float: inherit;
  }
}
ul.list_contents li:nth-child(2n) {
  margin-right: 0;
}
ul.list_contents li a {
  display: block;
  padding: 15px 10px 40px;
}
ul.list_contents li a img {
  max-width: 125px;
  margin-bottom: 20px;
}
ul.list_contents li a h3.ti_top {
  font-size: 1.33rem;
  font-weight: bold;
  color: #336633;
  margin-bottom: 30px;
}
ul.list_contents li a P {
  color: #000;
}

.bg_ye .flex .left_top {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .bg_ye .flex .left_top {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bg_ye .flex .right_top {
  width: 73.5%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bg_ye .flex .right_top {
    width: 100%;
  }
}
.bg_ye .flex .right_top h2.ti_top2 {
  color: #336633;
  font-size: 1.44rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bg_ye .flex .right_top h2.ti_top2 {
    margin-bottom: 25px;
  }
}

#img_top2 {
  margin-bottom: 55px;
}

aside ul.list_sns {
  text-align: center;
}
aside ul.list_sns li {
  font-size: 0.78rem;
  display: inline-block;
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  aside ul.list_sns li {
    margin: 0 20px;
  }
}
aside ul.list_sns li img {
  display: block;
  max-width: 75px;
  margin: 0 auto 10px;
}
aside ul.list_sns li a:link, aside ul.list_sns li a:visited {
  color: #000;
}

.sec_img {
  width: 100%;
  height: 485px;
  margin-bottom: 65px;
}
.sec_img#about {
  background: url(../images/about/bg_about.jpg) no-repeat center/cover;
}
.sec_img#academy {
  background: url(../images/academy/bg_academy.jpg) no-repeat center/cover;
}
.sec_img#traning {
  background: url(../images/traning/bg_traning.jpg) no-repeat center/cover;
}
.sec_img#extra {
  background: url(../images/extra/bg_extra.jpg) no-repeat center/cover;
}
.sec_img#after {
  background: url(../images/after/bg_after.jpg) no-repeat center/cover;
}
.sec_img#csr {
  background: url(../images/csr/bg_csr.jpg) no-repeat center/cover;
}
.sec_img#books {
  background: url(../images/books/bg_books.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec_img {
    height: 240px;
    margin-bottom: 35px;
  }
}

h2.ti_sec, h2.ti_greeting {
  font-size: 2.28rem;
  color: #336633;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  h2.ti_sec, h2.ti_greeting {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
h2.ti_sec img, h2.ti_greeting img {
  max-width: 125px;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  h2.ti_sec img, h2.ti_greeting img {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
h2.ti_sec .en, h2.ti_greeting .en {
  font-size: 1.19rem;
  color: #999;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  h2.ti_sec .en, h2.ti_greeting .en {
    padding-top: 0;
  }
}

h2.ti_greeting {
  padding-bottom: 25px;
  border-bottom: 1px solid #4f625f;
}

h3.ti_sec {
  font-size: 1.83rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  h3.ti_sec {
    margin-bottom: 25px;
  }
}
h3.ti_sec span {
  background: #394f4b;
  padding: 0 10px;
}

p.lh2 {
  line-height: 2;
}

.greeting_left {
  width: 40%;
  font-size: 0.78rem;
}
@media screen and (max-width: 767px) {
  .greeting_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.greeting_left img {
  max-width: 295px;
  display: block;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .greeting_left img {
    margin-bottom: 30px;
  }
}
.greeting_left .name {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.28rem;
}
.greeting_left .yaku {
  display: table;
  margin: 0 auto 45px;
  line-height: 1.5;
}
.greeting_left ul.list_sns {
  text-align: center;
}
.greeting_left ul.list_sns li {
  display: inline-block;
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .greeting_left ul.list_sns li {
    margin: 0 20px;
  }
}
.greeting_left ul.list_sns li img {
  max-width: 75px;
  margin-bottom: 15px;
}

.greeting_right {
  width: 55%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .greeting_right {
    width: 100%;
  }
}

.npl_box {
  padding: 50px 30px 25px;
  border: 1px solid #4f625f;
}
.npl_box P {
  line-height: 2;
}

#img_academy1 {
  max-width: 430px;
  display: block;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  #img_academy1 {
    margin-bottom: 30px;
  }
}

h3.ti_npl {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #336633;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h3.ti_npl {
    margin-bottom: 20px;
  }
}

h4.ti_npl {
  text-align: center;
  font-weight: bold;
  font-size: 1.33rem;
  color: #336633;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h4.ti_npl {
    margin-bottom: 20px;
  }
}

ul.list_npl {
  text-align: center;
  font-weight: bold;
  font-size: 0;
}
ul.list_npl li {
  font-size: 1rem;
  margin: 0 1% 30px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  ul.list_npl li {
    display: inherit;
    margin: 0 0 30px;
    width: 100%;
  }
}
ul.list_npl li img {
  max-width: 84px;
  margin-bottom: 10px;
}
ul.list_npl li p {
  line-height: 1.5;
}

h3.ti_acedemy {
  text-align: center;
  font-size: 1.86rem;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #4f625f;
  color: #336633;
  margin-bottom: 35px;
}

ul.list_achieve li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  ul.list_achieve li {
    margin-bottom: 20px;
  }
}
ul.list_achieve li p.date {
  line-height: 2;
}
ul.list_achieve li p.ti {
  background: #394f4b;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.m65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .m65 {
    margin-bottom: 30px;
  }
}

ul.list_img {
  text-align: center;
  font-size: 0;
}
ul.list_img.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  ul.list_img.mt90 {
    margin-top: 45px;
  }
}
ul.list_img li {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
}
ul.list_img li:nth-child(2n) {
  margin-right: 0;
}

.link_txt {
  text-align: center;
  margin: 80px 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link_txt {
    margin: 40px 0 80px;
  }
}
.link_txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 25px solid #f1bf3e;
  border-bottom: 0;
}

#bnr_traning_wrap {
  text-align: center;
  margin-bottom: 95px;
}
#bnr_traning_wrap img {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  #bnr_traning_wrap {
    margin-bottom: 45px;
  }
}

h4.ti_extra {
  text-align: center;
  font-size: 1.86rem;
  color: #336633;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4.ti_extra {
    margin-bottom: 30px;
  }
}

ul.list_extra {
  overflow: hidden;
}
ul.list_extra li {
  width: 49%;
  padding: 35px 30px;
  margin: 0 2% 20px 0;
  float: left;
  border: 1px solid #394f4b;
}
@media screen and (max-width: 767px) {
  ul.list_extra li {
    width: 100%;
    margin: 0 0 20px;
    float: inherit;
  }
}
ul.list_extra li:nth-child(2n) {
  margin-right: 0;
}
ul.list_extra li p {
  line-height: 2;
}
ul.list_extra li .ti {
  text-align: center;
  font-size: 1.33rem;
  font-weight: bold;
  color: #336633;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ul.list_extra li .ti {
    margin-bottom: 20px;
  }
}

.extra_box {
  line-height: 2;
}
.extra_box h4.ti_extra2 {
  background: #394f4b;
  font-size: 1.11rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.extra_box p {
  margin-bottom: 2em;
}
.extra_box .date {
  margin-bottom: 0;
}
.extra_box img {
  width: auto;
}
.extra_box a:hover {
  text-decoration: underline;
}
.extra_box .voice {
  border: 1px solid #394f4b;
  padding: 40px;
  margin-top: 45px;
}
.extra_box .voice p {
  margin-bottom: 50px;
}
.extra_box .voice p:last-child {
  margin-bottom: 0;
}
.extra_box .voice .ti {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #336633;
}

.bg_gn {
  background: #394f4b;
  padding: 55px 5% 60px;
  margin-bottom: 0;
  color: #fff;
}
.bg_gn h3.ti_contact {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.bg_gn ul.list_sns {
  margin-top: 40px;
  font-size: 0;
}
.bg_gn ul.list_sns li {
  display: inline-block;
  margin-right: 30px;
}
.bg_gn ul.list_sns li img {
  max-width: 75px;
}

ul.list_csr.mt60 {
  margin-top: 60px;
}
ul.list_csr li {
  border-color: #394f4b;
}
ul.list_csr li a {
  padding: 35px;
}
ul.list_csr li a .ti {
  color: #336633;
  font-size: 1.33rem;
  margin-bottom: 25px;
  font-weight: bold;
}
ul.list_csr li a img {
  max-width: 450px;
}
ul.list_csr li a .link_csr {
  color: #336633;
  font-size: 0.89rem;
}
ul.list_csr li a .link_csr span {
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../images/ico_right.png) no-repeat center/100% auto;
  margin-left: 10px;
  vertical-align: middle;
}

ul.list_books li a {
  padding: 35px 30px;
}
ul.list_books li a .ti {
  margin-bottom: 5px;
}
ul.list_books li a .name {
  font-weight: bold;
  font-size: 1.11rem;
  margin-bottom: 25px;
}
ul.list_books li a img {
  max-width: 250px;
}
ul.list_books li a .disc {
  font-size: 0.89rem;
}

h3.ti_books {
  text-align: center;
  font-weight: bold;
  font-size: 1.86rem;
  margin-bottom: 35px;
  color: #394f4b;
}

ul.list_books2 li {
  margin-bottom: 20px;
  border: 1px solid #3a4f4b;
  padding: 35px;
}
ul.list_books2 li .book_left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  ul.list_books2 li .book_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
ul.list_books2 li .book_left h4.ti_book {
  font-size: 1.33rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  ul.list_books2 li .book_left h4.ti_book {
    margin-bottom: 20px;
  }
}
ul.list_books2 li .book_left p {
  font-size: 0.89rem;
  line-height: 1.65;
}
ul.list_books2 li .book_left .link_wrap {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  ul.list_books2 li .book_left .link_wrap {
    margin-top: 20px;
  }
}
ul.list_books2 li .book_left .link_wrap a:hover {
  text-decoration: underline;
}
ul.list_books2 li .book_right {
  width: 45%;
}
@media screen and (max-width: 767px) {
  ul.list_books2 li .book_right {
    width: 100%;
  }
}

.ti_wrap {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #5e706d;
}
.ti_wrap h3.ti_news {
  color: #336633;
  font-size: 1.44rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_content {
  line-height: 2;
}
.news_content table tr td {
  padding-right: 10px;
}
.news_content p {
  margin-bottom: 1.5em;
}
.news_content .wp-block-image {
  margin: 1.5em 0;
}
.news_content .wp-block-image img {
  width: auto;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
  font-size: 0.89rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
  border-color: #858585 !important;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
  color: #000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #858585 !important;
  color: #fff !important;
}

.error404 .content_404 {
  padding: 3.125rem 5.9%;
}
@media screen and (max-width: 767px) {
  .error404 .content_404 {
    padding: 2.25rem 5%;
  }
}
.error404 .content_404__text {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2;
}
.error404 .content_404 .btn_cmn_01 {
  margin: 1.5rem auto 0;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=layout.css.map */