@charset "UTF-8";
/*
Theme Name: オリジナルテーマ
Theme URI:
Description: オリジナルテーマ01
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

p, a, span, strong {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, a, span, strong {
    font-size: 14px;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
}

.btn {
  display: flex;
  max-width: 160px;
  background-color: #33AD43;
  background-image: linear-gradient(90deg, #33ad43 0%, #249533 50%);
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .btn {
    font-size: 14px;
  }
}

.breadcrumb {
  margin-bottom: 30px !important;
  background-color: #f4f4f4;
  padding: 3px 5px 5px 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0 5px 0 8px;
}

header {
  position: fixed;
  padding: 10px 20px;
  width: calc(100% - 40px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    width: calc(100% - 55px);
    height: 55px;
  }
}
header .hdrContent {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .hdrContent {
    margin-bottom: 0;
    height: 100%;
    padding-left: 5px;
    gap: 5px;
  }
}
header .hdrContent .logoImg {
  display: flex;
  max-width: 500px;
  height: max-content;
}
@media screen and (max-width: 767px) {
  header .hdrContent .logoImg {
    max-width: 180px;
  }
}
header .hdrContent .hdrBtn {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header .hdrContent .hdrBtn {
    gap: 0;
    height: 100%;
  }
}
header .hdrContent .hdrBtn .loginBtn, header .hdrContent .hdrBtn .contactBtn {
  width: max-content;
  background-image: unset;
}
@media screen and (max-width: 767px) {
  header .hdrContent .hdrBtn .loginBtn, header .hdrContent .hdrBtn .contactBtn {
    font-size: 11px;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 1.3;
  }
}
header .hdrContent .hdrBtn .loginBtn {
  background-color: #464646;
}
header .hdrContent .hdrBtn .contactBtn {
  background-color: #FBA634;
}
header .gNav .nav_child {
  display: none;
}
@media screen and (min-width: 768px) {
  header .gNav .nav_child {
    margin-top: 7px;
    position: absolute;
    max-width: 220px;
  }
  header .gNav .nav_child li a {
    padding: 10px 20px;
    color: white;
    background-color: #464646;
    display: block;
    font-size: 15px;
  }
}
header .gNav ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header .gNav ul li a.current {
  position: relative;
}
header .gNav ul li a.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  background-color: #00053A;
}
header .gNav ul li .btn_parent {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header {
    /* グローバルナビゲーション(SP)  */
  }
  header .gNav ul {
    display: unset;
  }
  header .gNav ul li a.current {
    position: unset;
  }
  header .gNav ul li a.current::after {
    content: unset;
  }
  header #nav_global {
    position: relative;
    z-index: 1001;
  }
  header #nav_global dt {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #33AD43;
  }
  header #nav_global dt #btn_navcon {
    position: absolute;
    z-index: 1001;
    top: 17px;
    right: 12px;
    width: 30px;
    cursor: pointer;
  }
  header #nav_global dt ul {
    width: auto;
    height: 23px;
    list-style: none;
    margin: 0 auto 6px;
  }
  header #nav_global dt ul li {
    width: auto;
    height: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
    margin: 0 0 6px;
  }
  header #nav_global dt.is_active {
    width: 380px;
    height: 100vh;
    border-radius: 0;
  }
  header #nav_global dt.is_active li:nth-child(2) {
    opacity: 0;
  }
  header #nav_global dt.is_active li {
    -webkit-transform: translatey(8px) rotate(45deg);
    transform: translatey(8px) rotate(45deg);
  }
  header #nav_global dt.is_active li:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
  header #nav_global dd {
    position: fixed;
    top: 95px;
    right: -380px;
    width: 380px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    overflow: visible;
    font-family: YakuHanJP, "Noto Sans Bold", sans-serif;
    letter-spacing: 0.1em;
    color: white;
  }
  header #nav_global dd ul {
    position: relative;
    z-index: 1001;
    width: auto;
    list-style: none;
  }
  header #nav_global dd ul li {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid white;
    font-size: 15px;
  }
  header #nav_global dd ul li a, header #nav_global dd ul li span {
    display: block;
    width: auto;
    cursor: pointer;
    padding: 22px;
    color: white;
  }
  header #nav_global dd ul a.is_current, header #nav_global dd ul a:hover, header #nav_global dd ul span.is_current, header #nav_global dd ul span:hover {
    background-color: #33AD43;
    mix-blend-mode: multiply;
  }
  header #nav_global dd ul a:after, header #nav_global dd ul span:after {
    float: right;
    font-family: FontAwesome;
    font-weight: bold;
  }
  header #nav_global dd ul span:after {
    content: "\f107";
  }
  header #nav_global dd .btn_parent {
    cursor: pointer;
  }
  header #nav_global dd .btn_parent.is_open_2 {
    color: white;
    background-color: #33AD43;
  }
  header #nav_global dd .btn_parent.is_open_2:after {
    content: "\f106";
  }
  header #nav_global dd ul.nav_child {
    display: none;
    width: auto;
    background-color: #88c848;
  }
  header #nav_global dd ul.nav_child li {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  header #nav_global dd ul.nav_child a {
    padding: 15px 42px 15px 50px;
  }
  header #nav_global dd > ul:first-child {
    padding-bottom: 100px;
  }
  header #nav_global dd.is_open {
    right: 0;
    opacity: 1;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header #nav_global dd.is_open::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 7px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .hdrContent {
    margin-bottom: 0px;
  }
  header.is-fixed .hdrContent .logoImg {
    max-width: 430px;
    position: relative;
    top: 12px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  header.is-fixed .hdrContent .logoImg {
    position: unset;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed .hdrContent .hdrBtn .loginBtn, header.is-fixed .hdrContent .hdrBtn .contactBtn {
    font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .gNav ul li a, header.is-fixed .gNav ul li span {
    font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .gNav ul li a.current::after, header.is-fixed .gNav ul li span.current::after {
    bottom: -2px;
  }
}
@media screen and (max-width: 950px) {
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* トップへ戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #33AD43;
  color: #fff;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  font-size: 11px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 50;
}
#page_top img {
  width: 20px;
}
#page_top:hover {
  background: #009d9d;
}

.sidebar a {
  color: #222222;
}

.mainVisual {
  position: relative;
}
.mainVisual .mainVisual-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 767px) {
  .mainVisual .mainVisual-img {
    height: 550px;
  }
}
.mainVisual .catchCopy {
  position: absolute;
  top: -220px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .mainVisual .catchCopy {
    top: -180px;
    padding: 0 20px;
  }
}
.mainVisual .catchCopy p {
  font-size: clamp(1.875rem, -0.625rem + 5vw, 3.125rem);
  font-weight: 700;
  color: #33AD43;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy p {
    font-size: clamp(1rem, -0.313rem + 7vw, 1.875rem);
  }
}
.mainVisual .catchCopy .catchCopy-list {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .catchCopy-list {
    gap: 10px;
    flex-flow: column;
    width: 100%;
  }
}
.mainVisual .catchCopy .catchCopy-list span {
  background-color: #33AD43;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(7.5rem, -1.25rem + 17.5vw, 11.875rem);
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: clamp(0.813rem, -0.063rem + 1.75vw, 1.25rem);
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .catchCopy-list span {
    width: calc(100% - 20px);
  }
}

main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
main .container .section-header {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding: 23px 0 6px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 950px) {
  main .container .section-header {
    font-size: 35px;
    padding: 18px 0 6px;
  }
}
main .container .section-header:before {
  position: absolute;
  content: attr(data-en);
  top: 0px;
  left: 3px;
  font-size: 20px;
  color: #33AD43;
}
@media screen and (max-width: 950px) {
  main .container .section-header:before {
    font-size: 15px;
  }
}
main .container .section-header:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 3px;
  width: 40px;
  height: 2px;
  background-color: #33AD43;
}
main .container .section-header span {
  font-size: 40px;
}
@media screen and (max-width: 950px) {
  main .container .section-header span {
    font-size: 35px;
  }
}
main .news {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 950px) {
  main .news {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  main .news {
    flex-flow: column;
    gap: 20px;
  }
}
main .news .news-title {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  main .news .news-title {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  main .news .news-title .section-header {
    margin-bottom: 20px;
  }
}
main .news .news-title .btn {
  padding: 8px 10px;
}
main .news .news-content {
  width: 100%;
}
main .news .news-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #999999;
  padding: 10px 10px;
}
@media screen and (max-width: 950px) {
  main .news .news-content ul li {
    flex-flow: column;
    align-items: baseline;
    gap: 10px;
  }
}
main .news .news-content ul li .news-cate {
  font-size: 14px;
  min-width: 80px;
  color: #33AD43;
  border: 1px solid #33AD43;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
@media screen and (max-width: 950px) {
  main .news .news-content ul li .news-cate {
    font-size: 12px;
  }
}
main .news .news-content ul li .news-title {
  font-weight: 700;
}
main .event {
  max-width: unset;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 950px) {
  main .event {
    padding: 50px 20px;
  }
}
main .event:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #CEEBF3 0%, #C0EFFC 50%);
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  main .event:before {
    height: 100%;
  }
}
main .event .section-header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 20px 6px;
}
main .event .section-header:before, main .event .section-header:after {
  left: 0px;
  right: 0px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .event .section-header {
    padding: 23px 0 11px;
    line-height: 1.3;
  }
}
main .event .event-content {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0px 20px;
}
@media screen and (max-width: 950px) {
  main .event .event-content {
    padding: 0px 0px;
  }
}
main .event .event-content .slick-prev {
  left: -20px;
}
main .event .event-content .slick-next {
  right: 0px;
}
main .event .event-content .slick-prev, main .event .event-content .slick-next {
  z-index: 100;
}
main .event .event-content .slick-prev::before, main .event .event-content .slick-next::before {
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 200px;
  padding: 10px;
}
main .event .event-content ul {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 950px) {
  main .event .event-content ul {
    flex-flow: wrap;
    gap: 20px;
  }
}
main .event .event-content ul li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 950px) {
  main .event .event-content ul li {
    width: calc(50% - 10px);
  }
}
main .event .event-content ul li a:hover {
  opacity: 1;
}
main .event .event-content ul li .event-img {
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
  margin-bottom: 10px;
}
main .event .event-content ul li .event-img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  main .event .event-content ul li .event-img {
    height: 150px;
  }
}
main .event .event-content ul li .event-img img {
  transition: transform 0.6s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main .event .event-content ul li .event-title {
  font-weight: 700;
  color: #33AD43;
  margin: 5px 0;
}
main .event .event-content .btn {
  margin: 50px auto 0;
  max-width: 260px;
  padding: 10px 20px;
}
main .consultation {
  position: relative;
  max-width: unset;
  margin-top: 70px;
  padding: 50px 20px 50px;
}
main .consultation::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
main .consultation .consultation-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 950px) {
  main .consultation .consultation-content {
    flex-flow: column;
    gap: 40px;
    align-items: initial;
  }
}
main .consultation .consultation-content .consultation-header {
  min-width: 270px;
}
@media screen and (max-width: 950px) {
  main .consultation .consultation-content .consultation-header {
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 950px) {
  main .consultation .consultation-content .consultation-header img {
    position: absolute;
    max-width: 170px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  main .consultation .consultation-content .consultation-header img {
    display: none;
  }
}
main .consultation .consultation-content .section-header {
  line-height: 1.3;
  padding: 28px 0 11px;
}
@media screen and (max-width: 950px) {
  main .consultation .consultation-content .section-header {
    margin-bottom: 0;
  }
}
main .consultation .consultation-content .consultation-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-title {
    gap: 10px;
  }
}
main .consultation .consultation-content .consultation-title p {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-title p {
    font-size: 17px;
    line-height: 1.3;
  }
}
main .consultation .consultation-content .consultation-title .consultation-case {
  position: relative;
  width: 75px;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-title .consultation-case {
    width: 65px;
  }
}
main .consultation .consultation-content .consultation-title .consultation-case p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  line-height: 1.1;
  color: #009DFF;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-title .consultation-case p {
    font-size: 14px;
  }
}
main .consultation .consultation-content .consultation-title .consultation-case p span {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-title .consultation-case p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  main .consultation .consultation-content .consultation-item {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-item {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 500px) {
  main .consultation .consultation-content .consultation-item {
    width: calc(100% - 20px);
  }
}
main .consultation .consultation-content .consultation-item ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
main .consultation .consultation-content .consultation-item ul li {
  max-width: 100%;
  background-color: #f7fcff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 6.6px;
}
@media screen and (max-width: 767px) {
  main .consultation .consultation-content .consultation-item ul li {
    max-width: 100%;
  }
}
main .consultation .consultation-content .consultation-item .consultation-text {
  margin-top: 10px;
}
main .consultation .consultation-content .consultation-item .btn {
  margin: 30px auto 0;
  max-width: 260px;
  padding: 10px 20px;
}
main .fBnr {
  max-width: 1000px;
}
main .fBnr .fBnr-content {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  main .fBnr .fBnr-content {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  main .fBnr .fBnr-content {
    flex-flow: column;
  }
}

.page-template-default header,
.archive header,
.single header {
  background-color: white;
  z-index: 100;
}
.page-template-default header .hdrContent .logoImg,
.archive header .hdrContent .logoImg,
.single header .hdrContent .logoImg {
  position: relative;
  top: 15px;
}
@media (max-width: 1090px) {
  .page-template-default header .hdrContent .logoImg,
  .archive header .hdrContent .logoImg,
  .single header .hdrContent .logoImg {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-template-default header .hdrContent .logoImg,
  .archive header .hdrContent .logoImg,
  .single header .hdrContent .logoImg {
    position: unset;
  }
}

.page-content,
.archive-content,
.single-content {
  position: relative;
  top: 95px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .page-content,
  .archive-content,
  .single-content {
    top: 55px;
    padding-bottom: 0px;
  }
}
.page-content .page-head,
.archive-content .page-head,
.single-content .page-head {
  position: relative;
  width: 100%;
  height: 220px;
}
.page-content .page-head::after,
.archive-content .page-head::after,
.single-content .page-head::after {
  content: "";
  background-color: #2a6e33;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-content .page-head img,
.archive-content .page-head img,
.single-content .page-head img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-content .page-head h1,
.archive-content .page-head h1,
.single-content .page-head h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 10;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-content .page-head h1,
  .archive-content .page-head h1,
  .single-content .page-head h1 {
    font-size: 25px;
  }
}
.page-content main,
.archive-content main,
.single-content main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: white;
}
.page-content main h2,
.archive-content main h2,
.single-content main h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #33AD43;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.page-content main h3,
.archive-content main h3,
.single-content main h3 {
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page-content main h3::before,
.archive-content main h3::before,
.single-content main h3::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 20px;
  left: 0;
  height: 10px;
  border-top: solid 5px #33AD43;
}
.page-content main h4,
.archive-content main h4,
.single-content main h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #33AD43;
}
.page-content main h5,
.archive-content main h5,
.single-content main h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-content main h6,
.archive-content main h6,
.single-content main h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #777777;
}
.page-content main p,
.archive-content main p,
.single-content main p {
  margin-bottom: 15px;
  word-break: break-word;
}
.page-content main ul, .page-content main ol,
.archive-content main ul,
.archive-content main ol,
.single-content main ul,
.single-content main ol {
  margin-bottom: 15px;
}
.page-content main table,
.archive-content main table,
.single-content main table {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-content main table,
  .archive-content main table,
  .single-content main table {
    width: 100%;
  }
}
.page-content main table tr:last-child,
.archive-content main table tr:last-child,
.single-content main table tr:last-child {
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .page-content main table th, .page-content main table td,
  .archive-content main table th,
  .archive-content main table td,
  .single-content main table th,
  .single-content main table td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    word-break: break-word;
  }
}
.page-content main table th,
.archive-content main table th,
.single-content main table th {
  background: #f0f0f0;
  width: 25%;
  text-align: left;
  font-weight: bold;
  color: #3e3a39;
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page-content main table td,
.archive-content main table td,
.single-content main table td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page-content main .row,
.archive-content main .row,
.single-content main .row {
  display: flex;
  gap: 50px;
}
.page-content main .page-number,
.archive-content main .page-number,
.single-content main .page-number {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number,
  .archive-content main .page-number,
  .single-content main .page-number {
    margin-top: 30px;
    gap: 5px;
  }
}
.page-content main .page-number .page-numbers,
.archive-content main .page-number .page-numbers,
.single-content main .page-number .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #33AD43;
  color: #33AD43;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number .page-numbers,
  .archive-content main .page-number .page-numbers,
  .single-content main .page-number .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.page-content main .page-number .page-numbers.current,
.archive-content main .page-number .page-numbers.current,
.single-content main .page-number .page-numbers.current {
  background-color: #33AD43;
  color: white;
}

@media screen and (max-width: 950px) {
  #office .office-greeting {
    flex-flow: column-reverse;
    gap: 20px;
  }
}
#office .office-greeting .office-greeting-img {
  min-width: 19%;
  line-height: 1.2;
}
@media screen and (max-width: 950px) {
  #office .office-greeting .office-greeting-img {
    margin-bottom: 10px;
  }
}
#office .office-greeting .office-greeting-img strong {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
}
#office .office-greeting .office-greeting-img img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  #office .office-greeting .office-greeting-img img {
    max-width: 200px;
    width: 100%;
  }
}
#office iframe {
  width: 100%;
  height: 300px;
}

#news .news-content li {
  margin-bottom: 30px;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d5d5d5;
}
#news .news-content li a {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#news .news-content li a .news-date {
  font-size: 15px;
  color: #727272;
}
@media screen and (max-width: 767px) {
  #news .news-content li a .news-date {
    font-size: 13px;
  }
}
#news .news-content li a .news-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#news .news-content li a .news-text {
  margin-bottom: 0;
}

#contact .required {
  background-color: #c70000;
  color: white;
  font-size: 10px;
  margin-left: 8px;
  padding: 2px 8px 3px 8px;
  border-radius: 50px;
  position: relative;
  top: -3px;
}
#contact .privacy-scrollBox {
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  width: calc(100% - 20px);
  border: 1px solid #d5d5d5;
}
#contact table {
  width: 100%;
  margin-bottom: 20px;
}
#contact table th {
  vertical-align: top;
}
#contact input, #contact textarea {
  padding: 6px 10px;
  outline: unset;
}
#contact textarea {
  width: calc(100% - 20px);
}
#contact input {
  margin: 0px 2px 10px 2px;
}
#contact input:last-child {
  margin-bottom: 0;
}
#contact .privacy-check input {
  margin: 0px 5px 0px 0px;
}
#contact .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact .submit-btn input {
  margin: 0;
  width: 200px;
  background-color: #33AD43;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
}
#contact .submit-btn .send_btn2 {
  display: none;
}

#event .event-content {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0px 20px;
}
@media screen and (max-width: 950px) {
  #event .event-content {
    padding: 0px 0px;
    margin: 0;
  }
}
#event .event-content ul {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 950px) {
  #event .event-content ul {
    flex-flow: wrap;
    gap: 20px;
  }
}
#event .event-content ul li {
  max-width: calc(25% - 23px);
}
@media screen and (max-width: 950px) {
  #event .event-content ul li {
    max-width: calc(50% - 10px);
  }
}
#event .event-content ul li a:hover {
  opacity: 1;
}
#event .event-content ul li .event-img {
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
  margin-bottom: 10px;
}
#event .event-content ul li .event-img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #event .event-content ul li .event-img {
    height: 150px;
  }
}
#event .event-content ul li .event-img img {
  transition: transform 0.6s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#event .event-content ul li .event-title {
  font-weight: 700;
  color: #33AD43;
  margin: 5px 0;
}

#consultation .consultation-content {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 950px) {
  #consultation .consultation-content {
    padding: 0px 0px;
    margin: 0;
  }
}
#consultation .consultation-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  #consultation .consultation-content ul {
    gap: 20px;
    justify-content: space-between;
  }
}
#consultation .consultation-content ul li {
  max-width: calc(50% - 60px);
  background-color: #f7fcff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 6.6px;
}
@media screen and (max-width: 950px) {
  #consultation .consultation-content ul li {
    max-width: calc(50% - 50px);
  }
}
@media screen and (max-width: 767px) {
  #consultation .consultation-content ul li {
    max-width: 100%;
  }
}
#consultation .consultation-content ul li .consultation-title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #consultation .consultation-content ul li .consultation-title {
    gap: 10px;
    margin-bottom: 10px;
  }
}
#consultation .consultation-content ul li .consultation-title p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #consultation .consultation-content ul li .consultation-title p {
    font-size: 18px;
  }
}
#consultation .consultation-content ul li .consultation-title .consultation-case {
  position: relative;
  min-width: 70px;
}
#consultation .consultation-content ul li .consultation-title .consultation-case p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  line-height: 1.1;
  color: #009DFF;
  font-size: 16px;
}
#consultation .consultation-content ul li .consultation-title .consultation-case p span {
  font-size: 25px;
}
#consultation .consultation-content ul li .consultation-text {
  margin-bottom: 0;
}

#member .member-content p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #member .member-content p {
    text-align: left;
  }
}
#member .member-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 15px 20px;
}
@media screen and (max-width: 950px) {
  #member .member-content ul {
    gap: 10px;
  }
}
#member .member-content ul li {
  width: calc(25% - 15px);
  background-color: #33AD43;
  border-radius: 100px;
}
@media screen and (max-width: 950px) {
  #member .member-content ul li {
    width: calc(50% - 5px);
  }
}
#member .member-content ul li a {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 950px) {
  #member .member-content ul li a {
    font-size: 13px;
  }
}
#member .member-content .btn {
  background-color: white;
  background-image: unset;
  color: #33AD43;
  border: 1px solid #33AD43;
  margin: 50px auto 0;
}
#member .member-content .member-content-info {
  margin-top: 70px;
}

#member .member-content .member-info p,
#member .member-content .member-event p,
#member .member-content .member-movie p,
#member .member-content .member-document p {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 20px 10px 10px;
  text-align: left;
}
#member .member-content .member-info p::after,
#member .member-content .member-event p::after,
#member .member-content .member-movie p::after,
#member .member-content .member-document p::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #222222;
  display: inline-block;
  width: 0;
  height: 0;
  top: 47%;
  right: 10px;
}
#member .member-content .member-info p a,
#member .member-content .member-event p a,
#member .member-content .member-movie p a,
#member .member-content .member-document p a {
  display: block;
  width: 100%;
}
#member .member-content .member-info p span,
#member .member-content .member-event p span,
#member .member-content .member-movie p span,
#member .member-content .member-document p span {
  margin-right: 20px;
  font-size: 13px;
  color: #9a9a9a;
}
@media screen and (max-width: 767px) {
  #member .member-content .member-info p span,
  #member .member-content .member-event p span,
  #member .member-content .member-movie p span,
  #member .member-content .member-document p span {
    display: flex;
  }
}

#member .member-btn-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
#member .member-btn-box .btn {
  margin: 0;
  text-align: center;
}

#member-profile div ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
#member-profile div ul li a {
  background-color: #33AD43;
  border-radius: 100px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  width: 200px;
  text-align: center;
}
#member-profile div ul li:last-child {
  display: none;
}
#member-profile .div_checkbox {
  float: left !important;
  margin-right: 9px !important;
  display: flex;
  position: relative;
  top: 5px;
  width: 15px !important;
}
@media screen and (max-width: 400px) {
  #member-profile .div_checkbox {
    float: unset !important;
  }
}
@media screen and (max-width: 400px) {
  #member-profile label.checkbox {
    float: right !important;
    font-size: 13px;
  }
}
#member-profile .button_div .buttons {
  background-color: #33AD43;
  border: 0;
  border-radius: 100px;
  color: white;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 15px;
}

#single-member .member-document-icon a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#single-member .member-document-icon a img {
  width: 30px;
}

#wpmem_login {
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  #wpmem_login {
    width: 95% !important;
  }
}
#wpmem_login .button_div {
  text-align: left !important;
}
#wpmem_login .button_div .buttons {
  display: block;
  margin-top: 10px;
}
#wpmem_login .link-text-forgot a,
#wpmem_login .link-text-register a {
  text-decoration: underline;
  display: inline-block;
}
#wpmem_login .buttons {
  background-color: #33AD43;
  border: 0;
  border-radius: 100px;
  color: white;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 15px;
}
#wpmem_login .link-text-username {
  display: none;
}
#wpmem_login .link-text-forgot {
  display: none;
}

#wpmem_reg .button_div {
  text-align: left !important;
}

footer {
  background-color: #f4f4f4;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
}
footer .ftrContent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 20px;
  text-align: center;
}
footer .ftrContent .logoImg {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  footer .ftrContent .logoImg {
    max-width: 210px;
  }
}
footer .ftrContent p span {
  display: block;
  margin-bottom: 10px;
}
footer .ftrContent nav ul {
  display: flex;
  gap: 5px 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  flex-flow: wrap;
}
@media screen and (max-width: 500px) {
  footer .ftrContent nav ul {
    flex-flow: column;
    margin-top: 30px;
  }
}
footer .ftrContent nav ul li a {
  font-size: 15px;
}
footer .copyright {
  padding: 10px 0;
  background: #33AD43;
  color: #fff;
}
footer .copyright p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */