@charset "UTF-8";
/*
$font-min:"游明朝体",
"Yu Mincho",
YuMincho,
"ヒラギノ明朝 Pro",
"Hiragino Mincho Pro",
"MS P明朝",
"MS PMincho",
serif;
*/
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html,
body {
  width: 100%;
  height: 100%;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

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

li {
  list-style-type: none;
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
/* diamond */
ul.diamond {
  margin: 0 0 2px 0;
  padding: 0 0 0 12px;
}
ul.diamond li {
  position: relative;
  list-style: none;
  padding: 0 0 0 12px;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin-bottom: 20px;
  padding: 0 0 0 16px;
}
ul.noteList li {
  font-size: 14px;
  padding-left: 0;
  text-indent: -16px;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
ul.noteList li:before {
  content: "※";
  margin-right: 0px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
}
ol li {
  font-size: 14px;
  line-height: 1.6;
}
ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.4;
  font-weight: 300;
}

body:lang(en) {
  font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 0.2em;
}

h1,
.h1 {
  font-size: 3.8rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.6rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
/* ++++ CONTAINER.SCSS ++++ */
.is_gray {
  background-color: #F7F7F7;
}

.is_event_wrap {
  background-color: #fafafa;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  padding-bottom: 30px;
}

.entry_card {
  opacity: 1;
}

.entry_card.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 !important;
}

.list-btn.is-btn-hidden {
  display: none;
}

.list-btn {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}

.list-btn button {
  background-color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 44px;
  line-height: 44px;
  width: 120px;
}

.local_Container {
  position: relative;
}

.local_Container_inner {
  text-align: left;
  position: relative;
}

#basicinfo {
  margin-top: 5%;
}

.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px auto;
  width: calc(100% - 60px);
  max-width: 1024px;
}
.idxContentGroup.pad {
  padding-top: 3%;
  padding-bottom: 3%;
}
.idxContentGroup.is_moca_head {
  padding-top: 40px;
}
.idxContentGroup.graybg {
  background-color: #fafafa;
}

.padup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .is_event_wrap {
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding-top: 14px;
    padding-bottom: 24px;
  }
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    max-width: initial;
    width: calc(100% - 40px);
  }
  .idxContentGroup.pad {
    padding-top: 14px;
    padding-bottom: 24px;
  }
  .padup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

.cont_color_blue {
  background-color: #007038;
}

.cont_color_gray {
  background-color: #F7F7F7;
}

.cont_color_white {
  background-color: #fff;
}

.cont_bg_shop_info {
  background-color: #74BC23;
}

.cont_header_shop_info {
  background-color: #707070;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cont_mobile_color_white {
    background-color: #fff;
  }
  .cont_header_shop_info {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.hide_overflow {
  overflow: hidden;
}

.idx_bg_brown {
  background-color: #EEEAE2;
}

.cont_overflow {
  overflow: hidden;
}

.cont_width_static {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.cont_width_static_mobile_fit {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.cont_flex_col2 {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner_col2_main {
  width: 740px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.col2_main_inner {
  padding-left: 0px;
  padding-right: 0px;
}

.inner_col2_side {
  width: 220px;
  background-color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.inner_col2_twin {
  width: 48%;
}

.cont_header_notice {
  padding-top: 40px;
  margin-bottom: -20px;
}

.cont_padding_both {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_idx_padding_both {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cont_idx_padding_top {
  padding-top: 60px;
  padding-bottom: 0px;
}

.cont_padding_both_mini {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cont_padding_top {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .cont_width_static {
    width: 100%;
  }
  .cont_width_static_mobile_fit {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 0px;
  }
  .cont_flex_col2 {
    padding-top: 10px;
    display: block;
  }
  .inner_col2_twin {
    width: auto;
  }
  .inner_col2_main {
    width: 100%;
    border: 0px;
    border-radius: 0px;
  }
  .col2_main_inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .inner_col2_side {
    width: auto;
  }
  .col2_main_body {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
  .cont_header_notice {
    padding-top: 30px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_padding_both {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_idx_padding_both {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_idx_padding_top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cont_padding_both_mini {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_padding_both_shop1 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_padding_both_shop2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .content_box {
    margin-left: 16px;
    margin-right: 16px;
  }
  .content_box_pad {
    width: auto;
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
table {
  width: 100% !important;
  background-color: #fff;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
/*
ol,
ul {
	margin-left: 2em;
	margin-bottom: 1.2em;
}



ol {
	list-style: decimal outside;
}

ul {
	list-style-type: disc;
}


ul li {
	margin-bottom: 0.3em;
	padding-left: 0;
}

ol li {
	margin-bottom: 0.3em;
	padding-left: 0;
}

li ul,
li ol {
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-left: 2em;
	margin-bottom: 0;
}


ul.no_dots {
	list-style: none;
	margin-left: 0em;
}
*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 4rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
a:link {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #666;
  text-decoration: underline;
  outline: 0;
}

.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 90px;
}

img {
  pointer-events: none;
}

body {
  position: relative;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  position: relative;
  padding-bottom: 0px;
}

.container {
  text-align: left;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}
header ul,
header li {
  margin: 0;
  padding: 0;
}
header .header_inner {
  position: relative;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10%;
  background-color: #FFF;
  z-index: 1;
}
header .header_inner .header_logo {
  text-align: left;
  width: 120px;
  height: 125px;
}
header .header_inner .header_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header_sub {
  max-width: initial;
  width: calc(100% - 150px);
  padding-top: 1%;
}

.header_sub_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_sub_bar .sub_logo {
  width: 300px;
  height: auto;
  float: left;
  margin-right: 10%;
}
.header_sub_bar .sub_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header_sub_bar_item {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
}
.header_sub_bar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  max-width: 240px;
  margin-left: 30px;
}
.header_sub_bar .social li {
  width: 20px;
  list-style: none;
}
.header_sub_bar .social li img {
  width: 100%;
  height: auto;
  display: block;
}
.header_sub_bar .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  white-space: nowrap;
  margin-left: 30px;
}
.header_sub_bar .lang li {
  list-style: none;
}
.header_sub_bar .lang li :first-child {
  margin-right: 8px;
}
.header_sub_bar .lang li a {
  position: relative;
  color: #888;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.header_sub_bar .lang li a.active {
  color: #000 !important;
  opacity: 1;
}
.header_sub_bar .lang li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header_sub_bar .lang li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_sub_bar .lang li a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.search_link {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.0941176471);
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-width: 42px;
}
.search_link a {
  display: block;
  padding: 2px 12px 6px;
}
.search_link img {
  width: 18px;
}

#gnav {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
}
#gnav .gnav_list {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#gnav .gnav_list a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #007038;
  text-decoration: none;
  padding: 12px 0;
}
#gnav .gnav_list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007038;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#gnav .gnav_list a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#gnav .gnav_list a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header_sub_navi {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header_sub_navi ::-webkit-scrollbar {
  display: none;
}
.header_sub_navi .bg {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 10%;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(#fff));
  background: linear-gradient(to right, rgba(247, 247, 247, 0), #fff);
  z-index: 1;
}
.header_sub_navi_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1%;
}
.header_sub_navi_link li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.header_sub_navi_link li.bdr {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.header_sub_navi_link a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 0 4px;
  padding: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.header_sub_navi_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(161, 161, 161);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header_sub_navi_link a:hover {
  opacity: 0.5;
}
.header_sub_navi_link a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_sub_navi_link a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_sub_navi_link .snav_cat {
  padding: 4px 0 4px 30px;
}
.header_sub_navi_link .snav_cat a {
  position: relative;
  text-align: center;
  padding: 8px 30px 8px 20px;
  background: #fff url(../img/module/icon/plus.svg) no-repeat 95% 50%;
  background-size: 10px auto;
  background-position-x: 92%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  /*
  &.active {
  	background: #fff url(../img/module/icon/show.svg) no-repeat 95% 50%;
  	background-size: 10px auto;
  }
  */
}
.header_sub_navi_link .snav_cat a:hover:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0.5;
}
.header_sub_navi_link .snav_cat a.active {
  display: none;
  background: none;
}
.header_sub_navi_link .is_window {
  padding: 4px 0 4px 4px;
}
.header_sub_navi_link .is_window a {
  position: relative;
  padding: 8px 30px 8px 8px;
  background: #fff url(../img/module/icon/icon_window.svg) no-repeat 95% 50%;
  background-size: 14px auto;
}
.header_sub_navi_link .snav_sub {
  display: none;
}
.header_sub_navi_link .snav_sub.show {
  display: inline;
}
@media screen and (max-width: 767px) {
  .header_sub_navi {
    margin: 70px auto 0;
    overflow: hidden;
    overflow-x: scroll;
  }
  .header_sub_navi.notopsub {
    margin-top: 0;
  }
  .header_sub_navi_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    max-width: initial;
    padding: 3% 5%;
  }
}
header .header_clogo {
  display: none;
}
header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.clone-nav.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.clone-nav .header_logo,
header.clone-nav .header_sub_bar {
  display: none;
}
header.clone-nav .header_clogo {
  width: 250px;
  display: block;
}
header.clone-nav .header_clogo img {
  width: 100%;
  height: auto;
  display: block;
}
header.clone-nav .header_sub {
  padding: 0;
  width: 100%;
}
header.clone-nav #gnav .gnav_list {
  width: 100%;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  header.clone-nav.is-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.sp_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_header {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 70px;
    padding-left: 2%;
  }
  .sp_header_logo {
    width: 100%;
    max-width: 70px;
    height: 70px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 8px;
  }
  .link li {
    list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .link li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #007038;
    padding: 0 6px;
    text-decoration: none;
  }
  .link li a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007038;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .link li a.hilight:after, .link li a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    margin-left: 16px;
    gap: 5px;
  }
  .lang a {
    position: relative;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
  }
  .lang a.active {
    color: #000 !important;
    opacity: 1;
  }
  .lang a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .lang a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .lang a.active:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.fixed_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 7;
  -webkit-transform: translate3d(0, 0, 1100);
          transform: translate3d(0, 0, 1100);
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed_nav.fixed {
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  border-top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.fixed_nav .fixed_nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  max-width: 1024px;
}
.fixed_nav .fixed_nav_inner_link {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed_nav .fixed_nav_inner_link a {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  display: block;
  padding: 24px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed_nav .fixed_nav_inner_link a:hover {
  opacity: 0.5;
}
.fixed_nav .fixed_nav_inner_link a.fix_search {
  display: none;
}
.fixed_nav .fixed_nav_inner_link a span {
  display: none;
}
.fixed_nav .fixed_nav_inner_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 15px;
}
.fixed_nav .fixed_nav_inner_tel .time {
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
}
.fixed_nav .fixed_nav_inner_tel .time .time_h {
  font-size: 14px;
  margin-right: 0.5em;
}
.fixed_nav .fixed_nav_inner_tel .tel {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.fixed_nav .fixed_nav_inner_tel .tel .tel_h {
  font-weight: 500;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .fixed_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translate3d(0, 0, 1100);
            transform: translate3d(0, 0, 1100);
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
  }
  .fixed_nav .fixed_nav_inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 2% 5%;
    width: 100%;
    max-width: initial;
  }
  .fixed_nav .fixed_nav_inner_link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed_nav .fixed_nav_inner_link a {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    display: block;
    padding: 8px 0;
  }
  .fixed_nav .fixed_nav_inner_link a.fix_arc {
    display: none;
  }
  .fixed_nav .fixed_nav_inner_link a.fix_search {
    display: block;
  }
  .fixed_nav .fixed_nav_inner_link a.fix_search {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed_nav .fixed_nav_inner_link a span {
    display: initial;
  }
  .fixed_nav .fixed_nav_inner_tel {
    display: none;
  }
}
.sp_fixced_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_fixced_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1110;
    -webkit-transform: translate3d(0, 0, 1100);
            transform: translate3d(0, 0, 1100);
  }
  .sp_fixced_btn a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 50%;
    text-decoration: none;
  }
  .sp_fixced_btn a.sp_fixced_btn_01 {
    background-color: #007038;
    color: #fff;
  }
  .sp_fixced_btn a.sp_fixced_btn_02 {
    background-color: #fff;
    color: #000;
    border-top: 1px #ccc solid;
  }
}
.scroll_top_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #007038;
  cursor: pointer;
  background-image: url(../img/global/page_top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll_top_btn {
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    display: none !important;
  }
}
.contact_footer {
  position: relative;
  background-color: #82A77D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.contact_footer .contactVisual {
  width: 50%;
  height: 50vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_footer .wideMovBoxTxt {
  width: 100%;
  max-width: 70vw;
  padding: 0 4% 0 22%;
  margin: 0;
}
.contact_footer .wideMovBoxTxt .titlewrap {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  min-width: 400px;
}
.contact_footer .wideMovBoxTxt .titlewrap .title {
  position: relative;
  font-size: 28px;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}
.contact_footer .wideMovBoxTxt .titlewrap .title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #fff;
  left: -180px;
  top: 16px;
  width: 30%;
}
.contact_footer .wideMovBoxTxt .titlewrap .sub {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.contact_footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_footer ul li {
  width: 47.5%;
  padding: 0;
  margin-bottom: 5%;
}
.contact_footer ul li:first-child {
  width: 100%;
}
.contact_footer ul li:first-child a {
  color: #82A77D;
  background-color: #fff;
}
.contact_footer ul li a {
  position: relative;
  display: block;
  padding: 16px 12px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .contact_footer {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: initial;
    text-align: left;
  }
  .contact_footer .contactVisual {
    width: 100%;
    height: 30vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact_footer .wideMovBoxTxt {
    width: 100%;
    max-width: initial;
    padding: 10% 2%;
    margin: 0;
  }
  .contact_footer .wideMovBoxTxt .titlewrap {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    min-width: initial;
  }
  .contact_footer .wideMovBoxTxt .titlewrap .title {
    position: relative;
    font-size: 21px;
    color: #fff;
    margin-bottom: 4px;
    display: block;
  }
  .contact_footer .wideMovBoxTxt .titlewrap .title::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fff;
    left: 50%;
    top: -50px;
    width: 10%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .contact_footer .wideMovBoxTxt .titlewrap .sub {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
  }
  .contact_footer ul {
    width: 94%;
    margin: 0 auto;
  }
  .contact_footer ul li {
    width: 49%;
    padding: 1%;
    margin-bottom: 1%;
  }
  .contact_footer ul li:first-child {
    width: 100%;
  }
  .contact_footer ul li:first-child a {
    color: #82A77D;
    background-color: #fff;
  }
  .contact_footer ul li a {
    position: relative;
    display: block;
    padding: 16px 12px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 12px;
  }
}
footer {
  position: relative;
  -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05);
  z-index: 2;
  padding-bottom: 80px;
  background-color: #fff;
}

.footer_inner {
  width: 100%;
  max-width: 1800px;
  font-size: 16px;
  margin: 0 auto;
  padding: 5% 10% 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10%;
}
.footer_inner .footer_info {
  width: auto;
  max-width: 290px;
}
.footer_inner .footer_info .footer_logo {
  width: 92%;
  overflow: hidden;
  margin: 0 auto 30px;
  display: block;
}
.footer_inner .footer_info .footer_logo img {
  width: 100%;
  height: auto;
}
.footer_inner .footer_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 12px;
  font-size: 12px;
  width: 100%;
}
.footer_inner .footer_info dl dt {
  width: 30%;
}
.footer_inner .footer_info dl dd {
  width: 68%;
}
.footer_inner .ft_social_box {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}
.footer_inner .ft_social_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_inner .ft_social_box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}
.footer_inner .ft_social_box_list li a {
  position: relative;
  font-size: 12px;
  color: #000;
  display: block;
}
.footer_inner .ft_social_box_list li a.tw {
  padding-right: 30px;
  background: url(../img/module/icon/twitter.svg) no-repeat 100% 50%;
  background-size: auto 16px;
}
.footer_inner .footer_link {
  width: calc(100% - 250px);
}
.footer_inner .footer_link .footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_inner .footer_link .footer_list .footer_link {
  width: 24%;
}
.footer_inner .footer_link .footer_list .footer_link ul {
  margin: 0;
  padding-left: 20px;
}
.footer_inner .footer_link .footer_list .footer_link ul li {
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  padding: 7px 0;
  font-weight: 500;
}
.footer_inner .footer_link .footer_list .footer_link ul li a {
  color: #000;
  text-decoration: none;
}
.footer_inner .footer_link .footer_list .footer_link ul li ul li {
  font-weight: normal;
}
.footer_inner .footer_link .footer_list .footer_link ul li ul li a {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.4784313725);
}
.footer_inner .footer_link .footer_list .footer_link ul li:hover {
  opacity: 0.7;
}

.copyright {
  color: #707070;
  line-height: 2;
  font-size: 10px;
  padding: 2% 5%;
  margin-bottom: 0;
}
.copyright .copyright_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sp_footer {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
  .sp_footer {
    background-color: #ffffff;
    display: block;
    padding: 4% 5% 90px;
  }
  .sp_footer .footer_logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .sp_footer .footer_info {
    width: 80%;
    margin: 0 auto;
  }
  .sp_footer .footer_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 12px;
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
  .sp_footer .footer_info dl dt {
    width: 30%;
  }
  .sp_footer .footer_info dl dd {
    width: 68%;
  }
  .sp_copyright {
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.4em;
    padding: 3vw 3vw;
    text-align: left;
    border-top: 1px solid #ccc;
    color: #707070;
  }
}
.news_list .news_list_item {
  width: 100%;
  margin-bottom: 25px;
  background-color: #F3F3F3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_list .news_list_item a {
  display: block;
  padding: 30px;
  overflow: hidden;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
}
.news_list .news_list_item .day {
  width: 15%;
  float: left;
}
.news_list .news_list_item .title {
  width: 85%;
  float: right;
  font-size: 1.7rem;
}
.news_list .news_list_item:hover {
  opacity: 0.7;
}

#spnav {
  position: fixed;
  left: -120%;
}

.menubtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .menubtn {
    position: fixed;
    z-index: 9999;
    top: 12px;
    right: 8px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 12px;
    height: 2px;
    background-color: #007038;
    width: 45%;
  }
  .menubtn span:nth-of-type(1) {
    top: 12px;
  }
  .menubtn span:nth-of-type(2) {
    top: 20px;
  }
  .menubtn span:nth-of-type(3) {
    top: 28px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 15px;
    left: 13px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    top: 27px;
    left: 13px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #spnav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: -120%;
    width: 89%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #F9F9F9;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav_list {
    background-color: #fff;
  }
  #spnav .side_logo {
    margin: 10px auto 40px;
    max-width: 160px;
  }
  #spnav.panelactive {
    left: 0;
  }
  #spnav .side_social_box {
    margin: 0 0 30px;
    padding: 1% 1%;
    width: 100%;
  }
  #spnav .side_social_box .sn_tw {
    margin: 0 auto 16px;
    text-align: center;
    width: 44px;
    height: 44px;
  }
  #spnav .side_social_box .sn_tw a {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 12px 10px;
    width: 44px;
    height: 44px;
    display: block;
  }
  #spnav .side_social_box .sn_tw a img {
    opacity: 0.5;
  }
  #spnav .side_social_box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 5%;
  }
  #spnav .side_social_box__list li {
    margin: 0;
  }
  #spnav .side_social_box__list li a {
    display: block;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 6px 8px;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 8%;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
  }
  #spnav ul.sn li a {
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 18px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    /*&::after {
    	position: absolute;
    	top: 50%;
    	right: 12px;
    	content: '';
    	width: 8px;
    	height: 8px;
    	border-top: solid 1px var.$font-color;
    	border-right: solid 1px var.$font-color;
    	transform: translate(0%, -50%) rotate(45deg);
    }*/
  }
  #spnav ul.sn li a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
  }
  #spnav ul.sn_bottom {
    margin: 0 auto;
    background-color: #fff;
    width: 70%;
  }
  #spnav ul.sn_bottom li a {
    padding: 20px 20px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #spnav .sidenav_bottom {
    padding: 2% 4%;
  }
  #spnav .sidenav_bottom .ft_copy {
    font-size: 10px;
    text-align: center;
  }
}
.no-scroll #wrapper {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .no-scroll #wrapper {
    position: fixed;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
            backdrop-filter: saturate(180%) blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_5column .cell.collectionBox {
  width: 17.4%;
}

.ph_6column .cell.collectionBox {
  width: 15%;
}

.gridwrap {
  display: grid;
}
.gridwrap.ph_5column {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.gridwrap.ph_5column #post_3683 {
  grid-column: 1/-1;
  width: 100%;
}
.gridwrap.ph_5column #post_3683 a {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .gridwrap {
    display: grid;
  }
  .gridwrap.ph_5column #post_3683 a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gridwrap.ph_5column #post_3683 a .post_collection {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
  }
  .ph_5column .cell {
    width: 42%;
  }
  .ph_5column .cell.collectionBox {
    width: 48%;
  }
  .ph_6column .cell.collectionBox {
    width: 48%;
  }
}
.thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 30px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.ttflexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #555555;
  margin-bottom: 40px;
}
.ttflexBlock__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  margin-bottom: 2%;
  padding: 2%;
  border-bottom: 1px solid #ccc;
}
.ttflexBlock__guide a {
  color: #555555;
  text-decoration: underline;
}
.ttflexBlock__guide .flex_th {
  font-size: 14px;
  font-weight: bold;
  width: 30%;
  padding: 2%;
  white-space: nowrap;
}
.ttflexBlock__guide .flex_td {
  font-size: 16px;
  width: 60%;
  padding: 2%;
}
.ttflexBlock__guide .flex_td .bt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: -6px;
}
.ttflexBlock__guide .flex_td .bt span {
  display: block;
}

@media screen and (max-width: 1000px) {
  .ttflexBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ttflexBlock__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ttflexBlock__guide .flex_th {
    font-size: 14px;
    font-weight: normal;
    width: 20%;
    padding: 2%;
  }
  .ttflexBlock__guide .flex_td {
    font-size: 16px;
    width: 80%;
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .ttflexBlock {
    display: block;
  }
  .ttflexBlock__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
    border-bottom: 1px solid #ccc;
  }
  .ttflexBlock__guide a {
    color: #555555;
    text-decoration: underline;
  }
  .ttflexBlock__guide .flex_th {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    padding: 2%;
  }
  .ttflexBlock__guide .flex_td {
    font-size: 16px;
    width: 100%;
    padding: 2%;
  }
  .ttflexBlock__guide .flex_td .bt {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: -6px;
  }
  .ttflexBlock__guide .flex_td .bt span {
    display: block;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 0 auto;
}
.flex .staffthumb {
  width: 50%;
}
.flex .overview {
  text-align: left;
  background-color: #C2C0C0;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  padding: 8%;
}

@media screen and (max-width: 767px) {
  .flex {
    width: 100%;
  }
  .flex .staffthumb {
    width: 50%;
  }
  .flex .overview {
    text-align: left;
    background-color: #C2C0C0;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    padding: 6%;
    width: 50%;
  }
}
.right_sidewrap {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.right_sidewrap .right_sidewrap_text {
  width: 70%;
}
.right_sidewrap .right_sidewrap_text h2 {
  color: #007038;
}
.right_sidewrap .right_sidewrap_text p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .right_sidewrap {
    margin-bottom: 40px;
    display: block;
  }
  .right_sidewrap .right_sidewrap_text {
    width: 100%;
  }
}
.right_moca {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.right_moca .right_sidewrap_text {
  width: 50%;
  padding: 5% 0;
}
.right_moca .right_sidewrap_text p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .right_moca {
    margin-bottom: 40px;
    display: block;
  }
  .right_moca .right_sidewrap_text {
    width: 100%;
  }
}
.entry_archives .navi_sub_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.entry_archives .ylink {
  position: relative;
  width: 100%;
}
.entry_archives .ylink .bg {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 20%;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0.2470588235)), to(#fff));
  background: linear-gradient(to right, rgba(247, 247, 247, 0.2470588235), #fff);
  z-index: 1;
}

.archives_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 14% 0 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.archives_tag li {
  margin: 0 1%;
  font-size: 12px;
  padding: 2%;
  border-radius: 50px;
  border: 1px solid #ccc;
  white-space: nowrap;
  background-color: #F7F7F7;
}
.archives_tag li a {
  display: block;
  text-decoration: none;
}

#navi_sub {
  position: relative;
  background-color: #F7F7F7;
  border: solid 1px #ccc;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  margin: 0 auto 50px;
  padding: 1% 0 1% 1%;
  overflow: hidden;
  opacity: 0.5;
}
#navi_sub .navi_sub_scroll {
  display: grid;
  grid-template-columns: 110px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#navi_sub .navi_sub_scroll.none {
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#navi_sub .ytitle {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  height: 40px;
  border-right: 1px solid #ccc;
  padding: 0 20px 0 10px;
}
#navi_sub .ytitle a {
  position: relative;
  background-color: #F7F7F7;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#navi_sub .ytitle a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#navi_sub .ytitle a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#navi_sub .ytitle a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#navi_sub .ylink {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
#navi_sub .bg {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 5%;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0.2470588235)), to(#F7F7F7));
  background: linear-gradient(to right, rgba(247, 247, 247, 0.2470588235), #F7F7F7);
  z-index: 1;
}
#navi_sub ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 70px;
}
#navi_sub ul li {
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  text-align: center;
  margin: 0;
  padding: 0 0.2em;
  list-style: none;
  white-space: nowrap;
}
#navi_sub ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 1em;
}
#navi_sub ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#navi_sub ul li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#navi_sub ul li a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #navi_sub {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto 40px;
    padding: 1%;
  }
  #navi_sub .navi_sub_scroll {
    display: grid;
    grid-template-columns: 90px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #navi_sub .navi_sub_scroll.none {
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #navi_sub .bg {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 5%;
    height: 100px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0.2470588235)), to(#F7F7F7));
    background: linear-gradient(to right, rgba(247, 247, 247, 0.2470588235), #F7F7F7);
    z-index: 1;
  }
  #navi_sub ul {
    width: 100%;
    min-width: initial;
    padding: 0 10% 0 0;
  }
  #navi_sub ul li {
    font-size: 13px;
  }
}
.archives_wrap {
  position: relative;
  margin-bottom: 60px;
}

.archives_textlist {
  margin-bottom: 14px;
}
.archives_textlist a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archives_textlist a:hover {
  opacity: 0.5;
}
.archives_textlist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.archives_textlist dl dt {
  font-size: 18px;
  font-weight: bold;
  width: 65%;
}
.archives_textlist dl dt span {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.archives_textlist dl dd {
  font-size: 14px;
  width: 30%;
  text-align: right;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
}

.ex_navi {
  position: relative;
  margin: -30px auto 40px;
  padding: 3px 0;
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}
.ex_navi .pages_navi ::-webkit-scrollbar {
  display: none;
}
.ex_navi .pages_navi_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #afadad;
  font-size: 14px;
  padding: 0 5%;
}
.ex_navi .pages_navi_link a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 18px 10px;
  display: block;
  text-align: center;
}
.ex_navi .pages_navi_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ex_navi .pages_navi_link a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.ex_navi .pages_navi_link a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .ex_navi {
    position: relative;
    margin: 0 auto 5%;
    padding: 3px 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
  }
  .ex_navi .pages_navi ::-webkit-scrollbar {
    display: none;
  }
  .ex_navi .pages_navi_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #afadad;
    font-size: 14px;
    padding: 0 5%;
  }
  .ex_navi .pages_navi_link a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 18px 8px;
    display: block;
    text-align: center;
  }
}
.collection_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.collection_title .collection_wrap .ttflexBlock {
  color: #000;
  margin-bottom: 20px;
}
.collection_title .collection_wrap .ttflexBlock__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  margin-bottom: 1%;
  padding: 1%;
  border-bottom: 1px solid #ccc;
}
.collection_title .collection_wrap .ttflexBlock__guide:first-child {
  width: 100%;
}
.collection_title .collection_wrap .ttflexBlock__guide:first-child .flex_td {
  font-size: 32px;
}
.collection_title .collection_wrap .flex_th {
  width: 100px;
  padding: 10px;
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.collection_title .collection_wrap .flex_td {
  width: calc(100% - 110px);
  padding: 10px;
  font-size: 13px;
}

.post_Box.mini .post_Box__collectionImage {
  padding: 10% 30%;
  background-color: #fafafa;
}
.post_Box.mini .post_trim {
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.exhi_history {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhi_history__title {
  width: 220px;
}
.exhi_history__title h2 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #000;
  margin: 20px auto;
  padding: 0 0 0.4em;
  border-bottom: solid 3px rgba(0, 0, 0, 0.1019607843);
}
.exhi_history__title h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  left: 0;
  bottom: -3px;
  width: 30%;
}
.exhi_history__info {
  width: calc(100% - 260px);
}
.exhi_history__info dl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.exhi_history__info dl dt {
  font-size: 15px;
  font-weight: bold;
}
.exhi_history__info dl dd {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .collection_title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .collection_title .collection_wrap .ttflexBlock {
    color: #000;
    margin-bottom: 20px;
  }
  .collection_title .collection_wrap .ttflexBlock__guide {
    display: block;
    width: 100%;
    margin-bottom: 1%;
    padding: 1%;
    border-bottom: 1px solid #ccc;
  }
  .collection_title .collection_wrap .ttflexBlock__guide:first-child {
    width: 100%;
  }
  .collection_title .collection_wrap .ttflexBlock__guide:first-child .flex_td {
    font-size: 24px;
  }
  .collection_title .collection_wrap .flex_th {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #000;
    font-size: 13px;
  }
  .collection_title .collection_wrap .flex_td {
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  .exhi_history {
    margin: 40px auto;
    display: block;
  }
  .exhi_history__title {
    width: 100%;
  }
  .exhi_history__title h2 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: left;
    color: #000;
    margin: 20px auto;
    padding: 0 0 0.4em;
    border-bottom: solid 3px rgba(0, 0, 0, 0.1019607843);
  }
  .exhi_history__title h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #000;
    left: 0;
    bottom: -3px;
    width: 30%;
  }
  .exhi_history__info {
    width: 100%;
  }
  .exhi_history__info dl {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
  }
  .exhi_history__info dl dt {
    font-size: 15px;
    font-weight: bold;
  }
  .exhi_history__info dl dd {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
  }
}
.news_list_vew dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_list_vew dt {
  width: 10em;
}
.news_list_vew dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .news_list_vew dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news_list_vew dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .news_list_vew dd {
    width: 100%;
  }
}
.faq_tab_list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_tab_item {
  margin: 0;
  width: 32%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq_tab_item.selected {
  background-color: #82A77D;
  color: #fff;
}
.faq_tab_item.selected::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #82A77D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
}
.faq_tab_item.selected .icon-check {
  display: none;
}

.faq_tab_item .icon-check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: 1em;
  position: relative;
}
.faq_tab_item .icon-check::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 6px;
}

.faq_cat_list {
  margin: 30px 0;
  display: none;
}
.faq_cat_list.show {
  display: block;
}

.faq_cat_item {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq_cat_item:hover {
  opacity: 0.7;
}

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

.faq_cat_img {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_cat_img img {
  max-width: 100%;
  height: auto;
}

.faq_cat_list.cont2 .faq_cat_img {
  width: 100px;
  height: 100px;
}

.faq_cat_list.cont3 .faq_cat_img {
  padding: 20px;
}

.faq_cat_name {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  color: #000;
  font-weight: 600;
}

.faq_list.main_page_loop {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faq_wrapper {
    margin-bottom: 30px;
  }
  .faq_cat_list {
    overflow-x: scroll;
    margin: 20px 0 0;
  }
  .faq_cat_item + .faq_cat_item {
    margin-left: 1em;
  }
  .faq_cat_img {
    width: 90px;
    height: 90px;
  }
  .faq_cat_list.cont2 .faq_cat_img {
    width: 90px;
    height: 90px;
  }
  .faq_tab_item .icon-check {
    display: none;
  }
  .faq_tab_item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 12px;
    font-weight: normal;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mainvisual {
  position: relative;
  margin: 0 auto;
}

.mainswiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: calc(60vh + 60vw);
  max-height: 690px;
  overflow: hidden;
}
.mainswiper .swiper-slide:first-child {
  margin-left: 0;
}
.mainswiper .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainswiper .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: initial;
  height: calc(60vh + 60vw);
  max-height: 690px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainswiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.mainswiper .swiper-wrapper .swiper-slide-prev .visual_pos,
.mainswiper .swiper-wrapper .swiper-slide-active .visual_pos,
.mainswiper .swiper-wrapper .swiper-slide-duplicate-active .visual_pos {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-img {
  position: relative;
}

.catch.mainimg_1 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 480px;
  z-index: 9;
}

.catch.mainimg_sub1 {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 40%;
  z-index: 9;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding: 5%;
}
.catch.mainimg_sub1 br {
  display: block;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    position: relative;
    margin: 70px auto 0;
  }
  .mainswiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: calc(60vh + 60vw);
    max-height: 690px;
    overflow: hidden;
    /*
    .swiper-wrapper {
       .swiper-slide {
          width: 100% !important;
          max-width: inherit;
       }
    }*/
  }
  .catch.mainimg_1 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 100%;
    z-index: 9;
    width: 60%;
  }
  .catch.mainimg_sub1 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 100%;
    z-index: 9;
    font-size: calc(2vw + 2vh);
    color: #fff;
    font-weight: bold;
  }
  .catch.mainimg_sub1 br {
    display: block;
  }
}
.program_visual {
  position: relative;
  margin: 0 auto 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0F3EA), color-stop(50%, #E0F3EA), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, #E0F3EA 0%, #E0F3EA 50%, #fff 50%, #fff 100%);
  padding: 5%;
}
.program_visual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
}
.program_visual__img {
  position: relative;
  width: 44%;
}
.program_visual__text {
  width: 48%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program_visual h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 16px;
  font-weight: bold;
  color: #007038;
}
.program_visual .text {
  margin-top: auto;
}
.program_visual .text p {
  text-align: justify;
}
.program_visual .text p:last-child {
  margin-bottom: 0;
}
.program_visual .sub {
  font-size: 14px;
  color: #007038;
  margin-bottom: 2%;
}
.program_visual .catg {
  font-size: 14px;
  padding: 1% 2%;
  color: #fff;
  display: inline-block;
  background-color: #007038;
}

@media screen and (max-width: 767px) {
  .program_visual {
    position: relative;
    margin: 0 auto 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E0F3EA), color-stop(100%, #E0F3EA), color-stop(0%, #fff), to(#fff));
    background: linear-gradient(180deg, #E0F3EA 0%, #E0F3EA 100%, #fff 0%, #fff 100%);
    padding: 0;
  }
  .program_visual__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .program_visual__img {
    position: relative;
    width: 100%;
  }
  .program_visual__img .post_length {
    padding-top: 50%;
  }
  .program_visual__text {
    width: 100%;
    display: block;
    padding: 3% 5%;
  }
  .program_visual .titleBox {
    margin-bottom: 8%;
  }
  .program_visual h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: bold;
    color: #007038;
  }
  .program_visual .text p {
    text-align: justify;
  }
  .program_visual .sub {
    font-size: 14px;
    color: #007038;
    margin-bottom: 2%;
  }
  .program_visual .catg {
    font-size: 14px;
    padding: 1% 2%;
    color: #fff;
    display: inline-block;
    background-color: #007038;
  }
}
.program_visual_permlink {
  position: relative;
  margin: 0 auto 40px;
  background-color: #E0F3EA;
  padding: 5% 5% 0 5%;
}
.program_visual_permlink.is_topics {
  padding: 0 5%;
}
.program_visual_permlink__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
}
.program_visual_permlink__img {
  position: relative;
  width: 70%;
}
.program_visual_permlink h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: bold;
  color: #007038;
}
.program_visual_permlink__text {
  width: 22%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program_visual_permlink__text .post_trim {
  padding-top: 50.25%;
  margin-bottom: 30px;
}
.program_visual_permlink__text .catg {
  font-size: 14px;
  padding: 1% 2%;
  color: #fff;
  display: inline-block;
  background-color: #007038;
}
.program_visual_permlink .cal_panel {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .program_visual_permlink {
    position: relative;
    margin: 0 auto 40px;
    background-color: #E0F3EA;
    padding: 0;
  }
  .program_visual_permlink.is_topics {
    padding: 0;
  }
  .program_visual_permlink__wrap {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1024px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
  }
  .program_visual_permlink__img {
    position: relative;
    width: 100%;
  }
  .program_visual_permlink h2 {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .program_visual_permlink__text {
    width: 100%;
    padding: 5% 5% 0 5%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .program_visual_permlink__text .post_trim {
    display: none;
  }
  .program_visual_permlink__text .catg {
    font-size: 14px;
    padding: 1% 2%;
    margin-bottom: 20px;
  }
  .program_visual_permlink .cal_panel {
    border-radius: 6px 6px 0 0;
    padding: 5% 2% 2% 2%;
    background-color: #fff;
    color: #007038;
  }
  .program_visual_permlink .cal_panel .day_panel {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .program_visual_permlink .cal_panel .day_panel .cal {
    margin: 0 10px;
  }
  .program_visual_permlink .cal_panel .day_panel .week {
    margin: 0;
  }
  .program_visual_permlink .cal_panel .day_panel .year {
    margin: 0;
    color: #007038;
  }
}
.root_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: calc(20vh + 20vw);
  margin-bottom: 40px;
  overflow: hidden;
}
.root_visual .title {
  position: absolute;
  width: 100%;
  height: calc(20vh + 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.root_visual .title h1 {
  color: #fff;
}
.root_visual .img_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.root_visual .img_sub .item {
  border-radius: 0;
  background-color: #DDD;
  width: 33%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.root_visual .img_sub .item:nth-child(1) {
  background: url(../img/pages/root/art_ph_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.root_visual .img_sub .item:nth-child(2) {
  background: url(../img/pages/root/art_ph_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.root_visual .img_sub .item:nth-child(3) {
  background: url(../img/pages/root/art_ph_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.root_visual .img_sub .item:nth-child(4) {
  background: url(../img/pages/root/art_ph_4.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.root_visual .img_sub .item:nth-child(5) {
  background: url(../img/pages/root/art_ph_5.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.root_visual .img_sub .item:nth-child(6) {
  background: url(../img/pages/root/art_ph_6.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .root_visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 630px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .root_visual .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .root_visual .title h1 {
    color: #fff;
  }
  .root_visual .img_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .root_visual .img_sub .item {
    border-radius: 0;
    background-color: #DDD;
    width: 50%;
    height: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.collection_root {
  position: relative;
  background-image: url(../img/pages/collection/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: calc(18vh + 18vw);
  margin-bottom: 40px;
  overflow: hidden;
}
.collection_root .title {
  position: absolute;
  width: 100%;
  height: calc(18vh + 18vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.collection_root .title h1 {
  color: #fff;
  border-bottom: solid 3px rgba(255, 255, 255, 0.5);
}
.collection_root .title h1::after {
  width: 54%;
  border-bottom: solid 3px #fff;
}

.collectionBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 40px;
}
.collectionBox_wrap .title {
  width: 42%;
}
.collectionBox_wrap .title h1 {
  font-size: 28px;
  font-weight: 500;
}
.collectionBox_wrap .linkwrap {
  width: 50%;
}
.collectionBox_wrap .linkwrap .link_about {
  width: 100%;
  margin-bottom: 10px;
}
.collectionBox_wrap .linkwrap .link_about a {
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
  background-color: #F7F7F7;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 15px 30px 15px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.collectionBox_wrap .linkwrap .link_about a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #7e7e7e;
  border-right: solid 2px #7e7e7e;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.collectionBox_wrap .linkwrap .link_about.is_window a {
  position: relative;
  background: #F7F7F7 url(../img/module/icon/icon_window.svg) no-repeat 98% 50%;
  background-size: 16px auto;
}
.collectionBox_wrap .linkwrap .link_about.is_window a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 0px;
  height: 0px;
  border: none;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .collection_root {
    position: relative;
    background-image: url(../img/pages/collection/main.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: calc(28vh + 28vw);
    margin-bottom: 20px;
    overflow: hidden;
  }
  .collection_root .title {
    position: absolute;
    width: 100%;
    height: calc(28vh + 28vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .collectionBox_wrap {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 10px auto 30px;
  }
  .collectionBox_wrap .title {
    width: 100%;
  }
  .collectionBox_wrap .title h1 {
    font-size: 23px;
    font-weight: 500;
  }
  .collectionBox_wrap .linkwrap {
    width: 100%;
  }
  .collectionBox_wrap .linkwrap .link_about {
    width: 100%;
    margin-bottom: 10px;
  }
  .collectionBox_wrap .linkwrap a {
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #000;
    background-color: #F7F7F7;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 15px 30px 15px 10px;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .collectionBox_wrap .linkwrap a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}
.collection_visual {
  position: relative;
  width: 100%;
  height: calc(20vh + 20vw);
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.collection_visual .collection_visual_inner {
  width: 100%;
  height: calc(20vh + 20vw);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 112, 56, 0.3294117647)), to(transparent));
  background: linear-gradient(to right, rgba(0, 112, 56, 0.3294117647), transparent);
}
.collection_visual .title {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 100%;
  text-align: left;
}
.collection_visual .title h1 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 10px 0;
}
.collection_visual .img_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.collection_visual .img_sub .item {
  border-radius: 0;
  background-color: #DDD;
  width: 25%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.collection_visual .img_sub .item:nth-child(1) {
  background: url(../img/pages/collection/v_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(2) {
  background: url(../img/pages/collection/v_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(3) {
  background: url(../img/pages/collection/v_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(4) {
  background: url(../img/pages/collection/v_4.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(5) {
  background: url(../img/pages/collection/v_5.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(6) {
  background: url(../img/pages/collection/v_6.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(7) {
  background: url(../img/pages/collection/v_7.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual .img_sub .item:nth-child(8) {
  background: url(../img/pages/collection/v_8.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .collection_visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .collection_visual .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .collection_visual .title h1 {
    color: #fff;
    border-bottom: solid 3px rgba(255, 255, 255, 0.5);
  }
  .collection_visual .title h1::after {
    width: 40%;
    border-bottom: solid 3px #fff;
  }
  .collection_visual .img_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .collection_visual .img_sub .item {
    border-radius: 0;
    background-color: #DDD;
    width: 50%;
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.collection_visual_m {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 189px;
  overflow: hidden;
}
.collection_visual_m .title {
  position: absolute;
  width: 100%;
  height: calc(20vh + 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.collection_visual_m .title h1 {
  color: #fff;
  border-bottom: solid 3px rgba(255, 255, 255, 0.5);
}
.collection_visual_m .title h1::after {
  width: 40%;
  border-bottom: solid 3px #fff;
}
.collection_visual_m .img_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.collection_visual_m .img_sub .item {
  border-radius: 0;
  background-color: #DDD;
  width: 33.333%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.collection_visual_m .img_sub .item:nth-child(1) {
  background: url(../img/pages/collection/v_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual_m .img_sub .item:nth-child(2) {
  background: url(../img/pages/collection/v_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual_m .img_sub .item:nth-child(3) {
  background: url(../img/pages/collection/v_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual_m .img_sub .item:nth-child(4) {
  background: url(../img/pages/collection/v_5.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual_m .img_sub .item:nth-child(5) {
  background: url(../img/pages/collection/v_6.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.collection_visual_m .img_sub .item:nth-child(6) {
  background: url(../img/pages/collection/v_7.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.fixed_pages_visual {
  position: relative;
  width: 100%;
  height: calc(20vh + 20vw);
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fixed_pages_visual .collection_visual_inner {
  width: 100%;
  height: calc(20vh + 20vw);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}
.fixed_pages_visual .title {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 100%;
  text-align: left;
}
.fixed_pages_visual .title h1 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 10px 0;
}
.fixed_pages_visual .title .subtext {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fixed_pages_visual {
    position: relative;
    width: 100%;
    height: calc(30vh + 30vw);
    margin-bottom: 30px;
    overflow: hidden;
  }
  .fixed_pages_visual .collection_visual_inner {
    width: 100%;
    height: calc(30vh + 30vw);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  }
  .fixed_pages_visual .title {
    position: absolute;
    left: 5%;
    top: auto;
    bottom: 10%;
    width: 100%;
    text-align: left;
  }
  .fixed_pages_visual .title h1 {
    font-size: 24px;
    color: #fff;
  }
  .fixed_pages_visual .title .subtext {
    font-size: 14px;
    color: #fff;
  }
}
.store_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: calc(20vh + 20vw);
  margin-bottom: 0;
  overflow: hidden;
}
.store_visual .title {
  position: absolute;
  width: 100%;
  height: calc(20vh + 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(119, 67, 48, 0.3);
}
.store_visual .title h1 {
  color: #fff;
  text-align: center;
}
.store_visual .title h1 span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.store_visual .img_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.store_visual .img_sub .item {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.store_visual .img_sub .item:nth-child(1) {
  background: url(../img/pages/store/visual_store_l.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.store_visual .img_sub .item:nth-child(2) {
  background: url(../img/pages/store/visual_store_r.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.store_visual .img_sub .item_cafe {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.store_visual .img_sub .item_cafe:nth-child(1) {
  background: url(../img/pages/store/visual_cafe_l.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.store_visual .img_sub .item_cafe:nth-child(2) {
  background: url(../img/pages/store/visual_cafe_r.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.store_visual .img_sub .item_museumshop {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.store_visual .img_sub .item_museumshop:nth-child(1) {
  background: url(../img/pages/store/visual_museumshop_l.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.store_visual .img_sub .item_museumshop:nth-child(2) {
  background: url(../img/pages/store/visual_museumshop_r.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .store_visual {
    margin-top: 70px;
  }
}
.pages_visual {
  position: relative;
  width: 100%;
  height: calc(20vh + 20vw);
  margin-bottom: 40px;
}
.pages_visual__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.pages_visual.is_project {
  background: url(../img/pages/project/visual_project.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 0;
}
.pages_visual.is_project .title {
  position: absolute;
  height: calc(20vh + 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 2;
  padding: 0 2%;
}
.pages_visual.is_project .title img {
  height: 50%;
}
.pages_visual .bgcover {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: calc(20vh + 20vw);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pages_visual {
    position: relative;
    width: 100%;
    height: calc(30vh + 30vw);
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .pages_visual__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .pages_visual.is_project {
    background: url(../img/pages/project/visual_project.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0 0 0;
  }
  .pages_visual.is_project .title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: calc(20vh + 20vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    z-index: 2;
    padding: 0 2%;
  }
  .pages_visual.is_project .title img {
    height: 50%;
  }
  .pages_visual .bgcover {
    height: calc(230vh + 30vw);
  }
}
.pages_visual {
  overflow: hidden;
}
.pages_visual.is_communication {
  background-color: #E0F3EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: unset;
}
.pages_visual.is_communication .communication_img {
  width: 60%;
  min-height: 435px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2%;
}
.pages_visual.is_communication .communication_img:before {
  content: "";
  display: block;
  padding-top: 78%;
}
.pages_visual.is_communication .title {
  position: absolute;
  height: calc(20vh + 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding: 0 2%;
  margin-top: 10%;
  max-height: 500px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #007038;
  font-size: 5rem;
  font-weight: 800;
  white-space: nowrap;
}
.pages_visual.is_communication .title.en {
  margin-top: 2%;
  font-size: 5rem;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: initial;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  padding: 0 0 0 2%;
}
.pages_visual.is_communication .title img {
  height: 50%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pages_visual {
    overflow: hidden;
  }
  .pages_visual.is_communication {
    display: block;
  }
  .pages_visual.is_communication .communication_img {
    width: 100%;
    min-height: initial;
    margin-left: 0;
    margin-bottom: 0;
  }
  .pages_visual.is_communication .communication_img:before {
    content: "";
    display: block;
    padding-top: 48%;
  }
  .pages_visual.is_communication .title {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 50%;
    z-index: 2;
    padding: 0 2%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    white-space: normal;
    position: absolute;
    font-size: 3rem;
  }
  .pages_visual.is_communication .title.en {
    margin-top: 2%;
    font-size: 2rem;
    width: 100%;
    padding: 0 10%;
    height: 168px;
  }
  .pages_visual.is_communication .title.en br {
    display: none;
  }
  .pages_visual.is_communication .title img {
    height: 50%;
  }
}
.caption_title {
  line-height: 1.45;
}
.caption_title .subtitleTop {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  display: block;
  margin-bottom: 8px;
}
.caption_title .subtitleBottom {
  font-size: 14px;
  opacity: 0.7;
  display: block;
}

.visualDetail {
  position: relative;
}
.visualDetail.is_exhibition {
  background-color: #F7F7F7;
  padding: 30px 0 50px;
}
.visualDetail__head01 {
  position: relative;
  margin: 50px auto 50px;
  padding: 0 5%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.visualDetail__head01__status {
  background-color: #82CCA7;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 30px;
  padding: 8px 10px;
  color: #fff;
}
.visualDetail__head01__status.is_end {
  background-color: #000;
}
.visualDetail__head01__title {
  font-size: 32px;
  margin: 0 0 20px;
}
.visualDetail__head01__items {
  margin-bottom: 20px;
}
.visualDetail__head01__date {
  font-size: 18px;
  font-weight: bold;
}
.visualDetail__head01__img {
  width: 40%;
}
.visualDetail__head02 {
  position: relative;
  margin-bottom: 50px;
  height: 100%;
}
.visualDetail__head02__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(359deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}
.visualDetail__head02__content {
  position: absolute;
  bottom: 8%;
  left: 8%;
  padding-right: 5%;
  text-align: left;
}
.visualDetail__head02__status {
  background-color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 10px;
}
.visualDetail__head02__status.is_end {
  background-color: #000;
}
.visualDetail__head02__title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
}
.visualDetail__head02__title .subtitleTop {
  line-height: 4;
  font-size: 1.2rem;
  opacity: 0.7;
}
.visualDetail__head02__title .subtitleBottom {
  line-height: 0.3;
  font-size: 1.2rem;
  opacity: 0.7;
}
.visualDetail__head02__items {
  margin-bottom: 20px;
}
.visualDetail__head02__date {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.visualDetail__head02__img {
  background-color: #dedede;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.visualDetail__head02__img:before {
  content: "";
  display: block;
  padding-top: 38.21%;
}

.single-exhibition #outline {
  margin-top: 5%;
  margin-bottom: 3%;
}
.single-exhibition #outline .textblock {
  margin-bottom: 0;
}
.single-exhibition .visualDetail {
  min-height: 500px;
  padding: 0;
  margin-bottom: 0;
  height: calc(30vh + 30vw);
}

@media screen and (max-width: 767px) {
  .single-exhibition .visualDetail {
    height: auto;
    min-height: initial;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .visualDetail__head01 {
    position: relative;
    margin: 80px auto 20px;
    padding: 0 5%;
    max-width: 100%;
    display: block;
  }
  .visualDetail__head01__status {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .visualDetail__head01__title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .visualDetail__head01__items {
    margin-bottom: 20px;
  }
  .visualDetail__head01__date {
    font-size: 16px;
    font-weight: bold;
  }
  .visualDetail__head01__img {
    width: 100%;
  }
  .visualDetail__head02 {
    position: relative;
    margin-bottom: 20px;
  }
  .visualDetail__head02__content {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 80%;
    padding-right: 0;
    text-align: left;
  }
  .visualDetail__head02__status {
    margin-bottom: 16px;
  }
  .visualDetail__head02__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .visualDetail__head02__items {
    margin-bottom: 20px;
  }
  .visualDetail__head02__date {
    font-size: 16px;
  }
  .visualDetail__head02__img:before {
    padding-top: 86.26%;
  }
}
.visualDetail.is_event {
  margin-bottom: 35px;
  padding: 0;
  background-color: #F7F7F7;
  overflow: hidden;
}
.visualDetail.is_project {
  margin-bottom: 8px;
  padding: 0;
  background-color: #F7F7F7;
  overflow: hidden;
}
.visualDetail.is_moca {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.visualDetail__moca {
  position: relative;
  margin: 0 auto;
  padding: 0 2% 0 0;
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.visualDetail__moca__img {
  width: 50%;
  min-height: 435px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2%;
}
.visualDetail__moca__img:before {
  content: "";
  display: block;
  padding-top: 78%;
}
.visualDetail__moca__content {
  width: 40%;
  height: 100%;
  margin: 0;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visualDetail__moca__content h1 {
  font-size: 24px;
  margin-bottom: 24px;
}
.visualDetail__project {
  position: relative;
  margin: 0 auto;
  padding: 0 2% 0 0;
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.visualDetail__project__img {
  width: 50%;
  min-height: 435px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2%;
}
.visualDetail__project__img:before {
  content: "";
  display: block;
  padding-top: 78%;
}
.visualDetail__project__content {
  width: 48%;
  height: 100%;
  margin: 0;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visualDetail__project h1 {
  font-size: 30px;
  margin-bottom: 12px;
}
.visualDetail__project .period {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}
.visualDetail__project .period span {
  margin-right: 1em;
}
.visualDetail__project_square {
  position: relative;
  margin: 0 auto;
  padding: 0 2% 0 0;
  max-height: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visualDetail__project_square .post_Box {
  position: relative;
  width: 50%;
  max-height: 585px;
  margin-right: 2%;
  background-color: #b2b2b2;
  padding: 0 5%;
}
.visualDetail__project_square__img {
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.visualDetail__project_square__img:before {
  content: "";
  display: block;
  height: 585px;
}
.visualDetail__project_square .visual_copyright {
  position: absolute;
  left: 5%;
  bottom: 10px;
  font-size: 10px;
  text-align: left;
  padding: 1%;
  color: #fff;
}
.visualDetail__project_square h1 {
  font-size: 30px;
  margin-bottom: 12px;
}
.visualDetail__project_square .period {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}
.visualDetail__project_square .period span {
  margin-right: 1em;
}
.visualDetail__event {
  position: relative;
  margin: 0 auto;
  padding: 5% 10%;
  max-width: 1024px;
  max-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  overflow: hidden;
}
.visualDetail__event__box {
  position: relative;
  width: 45%;
  margin-right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.visualDetail__event__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.visualDetail__event__img:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.visualDetail__event__content {
  width: 25%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.visualDetail__event .visual_copyright {
  font-size: 10px;
  text-align: left;
  padding: 10px 0;
}

.trim_copyright .visual_copyright {
  font-size: 10px;
  text-align: left;
  padding: 1% 5%;
}

@media screen and (max-width: 767px) {
  .visualDetail {
    margin-top: 70px;
  }
  .visualDetail__moca {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-height: initial;
    min-height: initial;
    display: block;
    overflow: hidden;
  }
  .visualDetail__moca__img {
    width: 100%;
    min-height: initial;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .visualDetail__moca__img:before {
    content: "";
    display: block;
    padding-top: 78%;
  }
  .visualDetail__moca__content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 5%;
  }
  .visualDetail__moca__content h1 {
    font-size: 21px;
    margin: 12px 0;
  }
  .visualDetail__project, .visualDetail__project_square {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-height: initial;
    min-height: initial;
    display: block;
    overflow: hidden;
  }
  .visualDetail__project__img, .visualDetail__project_square__img {
    width: 100%;
    min-height: initial;
    margin-right: 0;
  }
  .visualDetail__project__img:before, .visualDetail__project_square__img:before {
    content: "";
    display: block;
    padding-top: 68%;
    height: initial;
  }
  .visualDetail__project__content, .visualDetail__project_square__content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 5%;
  }
  .visualDetail__project h1, .visualDetail__project_square h1 {
    font-size: 24px;
    margin: 16px 0;
  }
  .visualDetail__project h1 br, .visualDetail__project_square h1 br {
    display: none;
  }
  .visualDetail__project .period, .visualDetail__project_square .period {
    font-size: 16px;
  }
  .visualDetail__project .period span, .visualDetail__project_square .period span {
    margin-right: 1em;
  }
  .visualDetail__project_square .post_Box {
    position: relative;
    width: 100%;
    max-height: initial;
    margin-right: 0;
  }
  .visualDetail__project_square__img {
    width: 100%;
    background-size: contain !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
  }
  .visualDetail__project_square__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .visualDetail__project_square .visual_copyright {
    position: absolute;
    left: 2%;
    bottom: 6px;
    font-size: 10px;
    text-align: center;
    padding: 1%;
  }
  .visualDetail__event {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: initial;
    max-height: initial;
    display: block;
  }
  .visualDetail__event__box {
    width: 100%;
    margin-right: 0;
  }
  .visualDetail__event__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .visualDetail__event__img:before {
    content: "";
    display: block;
    padding-top: 58%;
  }
  .visualDetail__event__content {
    width: 100%;
    height: 100%;
    max-height: initial;
    text-align: center;
    display: block;
    padding: 2%;
  }
  .visualDetail__event__content .cal_panel .day_panel:nth-last-child(2) {
    margin: 0 auto 68px;
  }
}
.archives_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.archives_title h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 8% 0 0;
}
.archives_title span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .archives_title {
    display: block;
    margin-bottom: 30px;
  }
  .archives_title h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px 0;
  }
  .archives_title span {
    font-size: 12px;
  }
}
.archives_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}

.archives_card {
  width: 48.2%;
  margin-bottom: 4%;
}
.archives_card .post_Box {
  margin-bottom: 10px;
}
.archives_card .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.archives_card .overview .numbox_wrap {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.archives_card .overview .numbox_wrap h2 {
  margin: 0;
}
.archives_card .overview .numbox_wrap .numbox {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #000;
  display: grid;
  place-content: center;
  margin-right: 10px;
}
.archives_card .overview .numbox_wrap .numbox span {
  font-weight: 500;
}
.archives_card .overview h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}
.archives_card .overview p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .archives_column {
    display: block;
    margin-bottom: 30px;
  }
  .archives_card {
    width: 100%;
    margin-bottom: 4%;
  }
  .archives_card .overview {
    display: block;
  }
  .archives_card .overview h2 {
    font-size: 21px;
  }
  .archives_card .overview p {
    font-size: 14px;
  }
}
.home .exhibition_column .exhibition_card {
  margin-bottom: 2%;
}

.exhibition_column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 0;
}
.exhibition_column .exhibition_card {
  margin-bottom: 2%;
  margin-bottom: 4%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.exhibition_column .exhibition_card a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.exhibition_column .exhibition_card a:hover {
  opacity: 0.5;
}
.exhibition_column .exhibition_card .card_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  width: auto;
  font-size: 14px;
  padding: 6px;
  font-weight: bold;
  z-index: 2;
}
.exhibition_column .exhibition_card .card_icon.is_open {
  background-color: rgb(130, 204, 167);
  border: 1px solid rgb(130, 204, 167);
}
.exhibition_column .exhibition_card .card_icon.is_next {
  background-color: #48af7d;
  border: 1px solid #48af7d;
}
.exhibition_column .exhibition_card .card_icon.is_cancel {
  background-color: #000;
  color: #fff;
}
.exhibition_column .exhibition_card .all_entry {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.exhibition_column .exhibition_card.is-empty {
  background: none;
  border: none;
  margin-bottom: 0;
}
.exhibition_column .exhibition_card .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5%;
}
.exhibition_column .exhibition_card .overview h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}
.exhibition_column .exhibition_card .overview s {
  display: block;
}
.exhibition_column .exhibition_card .overview p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.exhibition_column .exhibition_card .overview .infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.exhibition_column .exhibition_card .overview .infoblock .schedule {
  width: 100%;
}
.exhibition_column .exhibition_card .overview .infoblock .schedule .time {
  font-size: 15px;
  font-weight: 600;
}
.exhibition_column .exhibition_card .overview .infoblock .schedule .time span {
  font-weight: bold;
  color: #43AF34;
}
.exhibition_column .exhibition_card .overview .infoblock .schedule .text {
  font-size: 13px;
}
.exhibition_column .exhibition_card .overview .infoblock .detail {
  width: 70px;
  background-color: #F7F7F7;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  white-space: nowrap;
}
.exhibition_column.is_exhiarchive .exhibition_card .all_entry {
  width: 100%;
  min-height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.exhibition_column.is_exhiarchive .exhibition_card .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 8%;
}
.exhibition_column.is_exhiarchive .exhibition_card .overview h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
.exhibition_column.is_exhiarchive .exhibition_card .overview p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.exhibition_column.is_exhiarchive .exhibition_card .overview .infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibition_column.is_exhiarchive .exhibition_card .overview .infoblock .time {
  font-size: 12px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .exhibition_column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .exhibition_column .exhibition_card {
    width: 100%;
    margin-bottom: 4%;
  }
  .exhibition_column .exhibition_card .all_entry {
    width: 100%;
    min-height: 50%;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
  }
  .exhibition_column.is_exhiarchive .exhibition_card {
    width: 100%;
    margin-bottom: 4%;
  }
  .exhibition_column.is_exhiarchive .exhibition_card .all_entry {
    width: 100%;
    min-height: 50%;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
  }
  .exhibition_column.is_exhiarchive .exhibition_card h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.entry_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
.entry_column.ph_2column .entry_title_only {
  width: 48%;
}
.entry_column.ph_2column .entry_title_only .entry_wrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 5%;
}
.entry_column .entry_title_only {
  width: 32%;
  margin-bottom: 2%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.entry_column .entry_title_only .all_entry {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 5%;
  min-height: 82px;
}
.entry_column .entry_title_only.is-empty {
  background: none;
  border: none;
  margin-bottom: 0;
}
.entry_column .entry_title_only a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entry_column .entry_title_only .entry_wrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5%;
}
.entry_column .entry_title_only .entry_wrap h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.entry_column .entry_title_only .entry_wrap .infoblock .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.entry_column .entry_card {
  width: 48.2%;
  margin-bottom: 8%;
  background-color: #fff;
}
.entry_column .entry_card a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entry_column .entry_card a:hover {
  opacity: 0.5;
}
.entry_column .entry_card .all_entry {
  width: 100%;
  min-height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.entry_column .entry_card .entry_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry_column .entry_card .entry_wrap .card_icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 1rem;
  padding: 6px;
  font-weight: bold;
  z-index: 2;
}
.entry_column .entry_card .entry_wrap .card_icon.is_open {
  background-color: rgb(130, 204, 167);
  border: 1px solid rgb(130, 204, 167);
}
.entry_column .entry_card .entry_wrap .card_icon.is_next {
  background-color: #48af7d;
  border: 1px solid #48af7d;
}
.entry_column .entry_card .entry_wrap .card_icon.is_cancel {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.entry_column .entry_card .entry_wrap .post_Box {
  position: relative;
  width: 28.64%;
  height: auto;
}
.entry_column .entry_card .entry_wrap .summary {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 2%;
  width: 64%;
}
.entry_column .entry_card .entry_wrap .summary h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.entry_column .entry_card .entry_wrap .summary .infoblock .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.entry_column .entry_card .entry_wrap .summary .infoblock .categ {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.entry_column .entry_archives {
  width: 48%;
  margin-bottom: 2%;
  background-color: #fff;
}
.entry_column .entry_archives .overview {
  padding: 5%;
}
.entry_column .entry_archives h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .entry_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 30px;
  }
  .entry_column .entry_title_only {
    width: 100%;
  }
  .entry_column .entry_title_only a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .entry_column .entry_title_only .entry_wrap {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5%;
  }
  .entry_column .entry_title_only .entry_wrap h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .entry_column .entry_title_only .entry_wrap .infoblock .time {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
  }
  .entry_column .entry_card {
    width: 100%;
    margin-bottom: 8%;
    background-color: #fff;
  }
  .entry_column .entry_card .all_entry {
    width: 100%;
    min-height: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
  }
  .entry_column .entry_card a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .entry_column .entry_card a:hover {
    opacity: 0.5;
  }
  .entry_column .entry_card .entry_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .entry_column .entry_card .entry_wrap .summary {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 2%;
    width: 68%;
  }
  .entry_column .entry_card .entry_wrap .summary h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .entry_column .entry_card .entry_wrap .summary .infoblock .time {
    font-size: 13px;
  }
  .entry_column .entry_card .entry_wrap .summary .infoblock .categ {
    font-size: 13px;
  }
  .entry_column .entry_archives {
    width: 100%;
    margin-bottom: 2%;
    background-color: #fff;
  }
  .entry_column .entry_archives .overview {
    padding: 5%;
  }
  .entry_column .entry_archives h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}
.etc_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
.etc_column .entry_card {
  width: 48.2%;
  margin-bottom: 8%;
  background-color: #fff;
  border-left: 1px solid #007038;
  padding: 2%;
}
.etc_column .entry_card a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.etc_column .entry_card a:hover {
  opacity: 0.5;
}
.etc_column .entry_card .entry_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etc_column .entry_card .entry_wrap .post_Box {
  width: 28.64%;
  height: auto;
}
.etc_column .entry_card .entry_wrap .summary {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 2%;
  width: 68%;
}
.etc_column .entry_card .entry_wrap .summary h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #007038;
}
.etc_column .entry_card .entry_wrap .summary .infoblock .time {
  font-size: 14px;
  color: #007038;
}
.etc_column .entry_card .entry_wrap .summary .infoblock .categ {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .etc_column {
    display: block;
    margin-bottom: 40px;
  }
  .etc_column .entry_card {
    width: 100%;
  }
  .etc_column .entry_card a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .etc_column .entry_card a:hover {
    opacity: 0.5;
  }
  .etc_column .entry_card .entry_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .etc_column .entry_card .entry_wrap .post_Box {
    width: 28.64%;
    height: auto;
  }
  .etc_column .entry_card .entry_wrap .post_Box .containFit {
    background-size: cover;
  }
  .etc_column .entry_card .entry_wrap .summary {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 2%;
    width: 68%;
  }
  .etc_column .entry_card .entry_wrap .summary h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #007038;
  }
  .etc_column .entry_card .entry_wrap .summary .infoblock .time {
    font-size: 13px;
  }
  .etc_column .entry_card .entry_wrap .summary .infoblock .categ {
    font-size: 13px;
  }
}
.square_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 40px auto;
  padding: 0 5%;
}
.square_column.is_ph4column {
  padding: 0;
}
.square_column.is_ph4column .square_card {
  width: 22.2%;
  margin-bottom: 4%;
}
.square_column.is_ph4column .square_card .price {
  font-size: 14px;
}
.square_column .square_card {
  width: 100%;
  position: relative;
  margin-bottom: 4%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 40px 10px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 40px 10px;
}
.square_column .square_card .card_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  width: auto;
  font-size: 1rem;
  white-space: nowrap;
  width: auto;
  padding: 8px 10px;
  font-weight: bold;
  z-index: 2;
}
.square_column .square_card a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.square_column .square_card a:hover {
  opacity: 0.5;
}
.square_column .square_card.is-empty {
  background: none;
  border: none;
  margin-bottom: 0;
}
.square_column .square_card .post_Box {
  margin-bottom: 10px;
}
.square_column .square_card .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.square_column .square_card .overview .titleblock {
  margin-bottom: 1em;
}
.square_column .square_card .overview h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
.square_column .square_card .overview p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.square_column .square_card .overview .infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.square_column .square_card .overview .infoblock .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .square_column {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .square_column.is_ph4column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 20px auto;
    padding: 0;
  }
  .square_column.is_ph4column .square_card {
    width: 48%;
    margin-bottom: 6%;
  }
  .square_column.is_ph4column .square_card .price {
    font-size: 13px;
  }
  .square_column .square_card {
    width: 48%;
    margin-bottom: 6%;
  }
  .square_column .square_card .overview h2 br {
    display: none;
  }
}
.commun_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 40px auto;
  padding: 0;
}
.commun_column .commun_card {
  width: 24%;
  margin-bottom: 4%;
  background-color: #E0F3EA;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.commun_column .commun_card:hover {
  opacity: 0.5;
}
.commun_column .commun_card.is-empty {
  background: none;
  border: none;
  margin-bottom: 0;
}
.commun_column .commun_card .post_Box {
  margin-bottom: 10px;
}
.commun_column .commun_card .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.commun_column .commun_card .overview h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #007038;
  margin-bottom: 50px;
  padding: 5%;
}
.commun_column .commun_card .overview .infoblock {
  position: relative;
}
.commun_column .commun_card .overview .infoblock div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline;
  background-color: #007038;
  font-size: 14px;
  color: #E0F3EA;
  padding: 4%;
}

@media screen and (max-width: 767px) {
  .commun_column {
    display: block;
    margin: 40px auto;
    padding: 0;
  }
  .commun_column .commun_card {
    width: 100%;
    margin-bottom: 4%;
    background-color: #E0F3EA;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
  }
  .commun_column .commun_card .commun_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .commun_column .commun_card .commun_wrap .post_Box {
    width: 40%;
  }
  .commun_column .commun_card .commun_wrap .overview {
    width: 57%;
    padding: 2%;
  }
  .commun_column .commun_card .post_Box {
    margin-bottom: 0;
  }
  .commun_column .commun_card .overview h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #007038;
    margin-bottom: 20px;
    padding: 0;
  }
  .commun_column .commun_card .overview .infoblock {
    position: relative;
  }
  .commun_column .commun_card .overview .infoblock div {
    position: relative;
    font-size: 12px;
    padding: 4%;
  }
}
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 40px;
}
.flow li {
  position: relative;
  width: 32%;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 2%;
  padding: 2%;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow li .num {
  width: 100%;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.flow li:not(:last-child)::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  left: 100%;
}
.flow li .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 10px auto;
}
.flow li .text {
  font-size: 14px;
  padding: 5%;
}

@media screen and (max-width: 767px) {
  .flow {
    display: block;
    margin-bottom: 30px;
  }
  .flow li {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding: 2%;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flow li .num {
    width: 100%;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .flow li:not(:last-child)::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: auto;
    bottom: calc(0% - 16px);
    left: 50%;
  }
  .flow li .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
  }
  .flow li .text {
    font-size: 14px;
    padding: 2% 5%;
  }
}
.post_collection {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.c_case {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
.c_case a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c_case .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c_case .overview h3 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.c_case .workname span {
  font-style: italic;
}

.c_all {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 72%;
  padding: 0;
  font-size: 14px;
}
.c_all a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .c_all {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  .c_all a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.collectionBox {
  position: relative;
  margin-bottom: 24px;
  width: 17.4%;
}
.collectionBox.is-empty {
  margin-bottom: 0;
}
.collectionBox a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.collectionBox a:hover {
  opacity: 0.5;
}
.collectionBox .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collectionBox .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collectionBox .overview .matcheight {
  margin-bottom: 10px;
}
.collectionBox .overview .workname {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 2%;
}
.collectionBox .overview .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.collectionBox .overview .year {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .collectionBox {
    position: relative;
    margin-bottom: 24px;
    width: 48%;
  }
}
.genre_wrap {
  position: relative;
  width: 100%;
}

.genre_inner {
  width: 100%;
  margin: 20px auto 50px;
  overflow: hidden;
  /*
  .img_main {
     position: relative;
     background-color: #222;
     width: 30%;
     height: 100%;
     background-position: center;
     background: url(../img/pages/collection/ge_1.jpg) no-repeat 50% 50%;
     background-size: cover;

     a {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        width: 100%;
        height: calc(16vh + 16vw);
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background-color: rgb(0 0 0 / 40%);
        transition: 0.5s;

        &:hover {
           background-color: rgb(0 0 0 / 0%);
        }
     }
  }

  .img_sub {
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: stretch;
     flex-wrap: wrap;
     width: 67%;
     height: 100%;

     .item {
        width: 21%;
        height: 47%;
        overflow: hidden;

        a {
           font-size: 12px;
           font-weight: bold;
           text-align: center;
           color: #fff;
           width: 100%;
           height: calc(8vh + 8vw);
           display: flex;
           justify-content: center;
           align-items: center;
           text-decoration: none;
           background-color: rgb(0 0 0 / 40%);
           transition: 0.5s;
           padding: 0 2%;

           &:hover {
              background-color: rgb(0 0 0 / 0%);
           }
        }

        &.item:nth-child(1) {
           background: url(../img/pages/collection/item_2.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(2) {
           background: url(../img/pages/collection/item_3.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(3) {
           background: url(../img/pages/collection/item_4.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(4) {
           background: url(../img/pages/collection/item_5.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(5) {
           background: url(../img/pages/collection/item_6.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(6) {
           background: url(../img/pages/collection/item_7.jpg) no-repeat 50% 50%;
           background-size: cover;
        }

        &.item:nth-child(7) {
           background: url(../img/pages/collection/item_8.jpg) no-repeat 50% 50%;
           background-size: cover;
        }
     }
  }
  */
}
.genre_inner .img_sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.genre_inner .item {
  width: 22.5%;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3%;
  margin-bottom: 3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.genre_inner .item .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.genre_inner .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.genre_inner .item a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.genre_inner .item:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .genre_wrap {
    position: relative;
    width: 100%;
  }
  .genre_inner {
    width: 100%;
    margin: 20px auto 20px;
    overflow: hidden;
  }
  .genre_inner .img_sub {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .genre_inner .item {
    width: 48%;
    height: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2%;
    margin-bottom: 2%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .genre_inner .item .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .genre_inner .item:nth-child(2) {
    margin-right: 0;
  }
}
.report_wrap {
  width: 100%;
  background-color: #F7F7F7;
  padding: 5%;
}

.sectionOpenParts_title {
  max-width: 970px;
  color: #007038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 32px;
  font-weight: bold;
}
.sectionOpenParts_title_span {
  color: #007038;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .sectionOpenParts_title {
    max-width: inherit;
  }
}
.event_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto -15px;
  padding: 0 5%;
  width: 100%;
  max-width: 1024px;
}
.event_wrap__logo {
  width: 40%;
  max-width: 329px;
  margin-bottom: -10px;
}
.event_wrap__text {
  color: #43AF34;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .event_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -10px;
    width: 100%;
  }
  .event_wrap__logo {
    width: 40%;
    max-width: initial;
  }
  .event_wrap__text {
    font-size: 16px;
    text-align: right;
  }
}
.day_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-left: auto;
  text-align: center;
}
.day_panel .year {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  color: #000;
}
.day_panel .cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0 auto 12px;
  line-height: 1;
}
.day_panel .cal .split {
  font-weight: normal;
}
.day_panel .week {
  width: 50%;
  padding: 10px 2px;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
}
.day_panel .period {
  margin-top: 10px;
}
.day_panel .period .week {
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 0 0 10px;
  font-size: 10px;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .day_panel {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-left: auto;
    text-align: center;
  }
  .day_panel .year {
    line-height: 1;
    margin-bottom: 8px;
    color: #000;
  }
  .day_panel .cal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    white-space: nowrap;
    margin: 0 auto 16px;
    line-height: 1;
  }
  .day_panel .cal .split {
    font-weight: normal;
  }
  .day_panel .week {
    margin: 0 auto;
  }
  .day_panel .period .week {
    padding: 4px;
  }
}
.BoxCard {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}
.BoxCard:last-child {
  margin-bottom: 20px;
}
.BoxCard a {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.BoxCard a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.BoxCard .card_icon {
  position: absolute;
  top: 19px;
  left: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  /*width: 70px;
  font-size: 13px;
  padding: 10px 6px;*/
  width: auto;
  font-size: 1rem;
  padding: 10px;
  font-weight: bold;
  z-index: 2;
}
.BoxCard .card_icon.is_open {
  background-color: rgb(130, 204, 167);
  border: 1px solid rgb(130, 204, 167);
}
.BoxCard .card_icon.is_next {
  background-color: #48af7d;
  border: 1px solid #48af7d;
}
.BoxCard .card_icon.is_cancel {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.BoxCard .BoxCard_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2%;
}
.BoxCard .BoxCard_inner .thumb_panel {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BoxCard .BoxCard_inner .thumb_panel .card_thumb {
  width: 50%;
  max-width: 170px;
}
.BoxCard .BoxCard_inner .thumb_panel .card_thumb .textcrights {
  margin-top: 10px;
  font-size: 10px;
}
.BoxCard .BoxCard_inner .thumb_panel .cal_panel {
  width: 48%;
}
.BoxCard .BoxCard_inner .thumb_panel .cal_panel .day_panel:nth-last-child(2) {
  margin: 0 auto 42px;
}
.BoxCard .BoxCard_inner .exhi_thumb {
  width: 50%;
  max-width: 500px;
}
.BoxCard .BoxCard_inner .exhi_contents {
  width: 40%;
}
.BoxCard .BoxCard_inner .card_contents {
  width: 65%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BoxCard .BoxCard_inner .card_contents h2 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.BoxCard .BoxCard_inner .card_contents .hour {
  position: relative;
  font-size: 1.6rem;
  font-weight: 1000;
  margin-bottom: 24px;
}
.BoxCard .BoxCard_inner .card_contents .hour span::after {
  content: " / ";
}
.BoxCard .BoxCard_inner .card_contents .hour span:last-child::after {
  content: none;
}
.BoxCard .BoxCard_inner .card_contents p {
  font-size: 14px;
  line-height: 1.48;
  text-align: justify;
}
.BoxCard .BoxCard_inner .card_contents .status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
}
.BoxCard .BoxCard_inner .card_contents .status__moca {
  width: 100%;
}
.BoxCard .BoxCard_inner .card_contents .status__moca .moca_titile {
  position: relative;
  background-color: #F7F7F7;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  padding: 8px 20px;
  width: 100%;
  border-radius: 20px;
}
.BoxCard .BoxCard_inner .card_contents .status__detail {
  width: auto;
  background-color: #F7F7F7;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
  padding: 8px 20px;
  border-radius: 20px;
}
.BoxCard.is_Exhi .card_icon {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  width: 55px;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 6px;
  z-index: 1;
}
.BoxCard.is_Exhi .BoxCard_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5%;
}
.BoxCard.is_Exhi .BoxCard_inner .card_thumb {
  width: 48%;
  max-width: 500px;
  background-color: #fafafa;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents .overview {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents h2 {
  font-size: 30px;
  margin-bottom: 16px;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents .hour {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents p {
  font-size: 14px;
  line-height: 1.48;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents .status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.BoxCard.is_Exhi .BoxCard_inner .card_contents .status__detail {
  width: auto;
  background-color: #F7F7F7;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 20px;
}
.BoxCard.is_cancel {
  background-color: #cccccc;
  opacity: 0.5;
}
.BoxCard.is_cancel .card_icon {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
}
.BoxCard.is_cancel .status .moca_titile,
.BoxCard.is_cancel .status .status__detail {
  background-color: #cccccc;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .BoxCard {
    margin-bottom: 24px;
  }
  .BoxCard .card_icon {
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    width: 55px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 6px;
    z-index: 1;
  }
  .BoxCard .BoxCard_inner {
    display: block;
    padding: 7%;
  }
  .BoxCard .BoxCard_inner .thumb_panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .BoxCard .BoxCard_inner .thumb_panel .card_thumb {
    width: 60%;
    max-width: initial;
  }
  .BoxCard .BoxCard_inner .thumb_panel .cal_panel {
    width: 38%;
    margin-left: 4%;
    text-align: center;
  }
  .BoxCard .BoxCard_inner .card_contents {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .BoxCard .BoxCard_inner .card_contents h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .BoxCard .BoxCard_inner .card_contents .hour {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .BoxCard .BoxCard_inner .card_contents p {
    font-size: 14px;
    line-height: 1.48;
  }
  .BoxCard .BoxCard_inner .card_contents .status {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .BoxCard .BoxCard_inner .card_contents .status__moca {
    width: 74%;
  }
  .BoxCard .BoxCard_inner .card_contents .status .moca_titile {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 8px 16px;
    width: 100%;
  }
  .BoxCard .BoxCard_inner .card_contents .status__detail {
    width: auto;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    padding: 8px 16px;
  }
  .BoxCard .BoxCard_inner .exhi_thumb {
    width: 100%;
    max-width: initial;
  }
  .BoxCard .BoxCard_inner .exhi_contents {
    width: 100%;
  }
  .BoxCard.is_Exhi .card_icon {
    position: absolute;
    top: -30px;
    left: 0;
    width: 55px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 6px;
    z-index: 1;
  }
  .BoxCard.is_Exhi .BoxCard_inner {
    display: block;
    padding: 3%;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_thumb {
    width: 100%;
    max-width: initial;
    margin-bottom: 3%;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents .overview {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents .hour {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents p {
    font-size: 14px;
    line-height: 1.48;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents .status {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .BoxCard.is_Exhi .BoxCard_inner .card_contents .status__detail {
    width: auto;
    background-color: #F7F7F7;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .BoxCard.is_cancel .card_icon {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .BoxCard.is_cancel .status .moca_titile,
  .BoxCard.is_cancel .status .status__detail {
    background-color: #cccccc;
    border: 1px solid #707070;
  }
}
.cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.4em;
}
.cat_list li {
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-align: center;
  background-color: #efefef;
  padding: 2px 6px;
}

.itemgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.itemCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  text-decoration: none;
  margin-bottom: 5%;
}
.itemCard:hover {
  text-decoration: none;
}
.itemCard .item_thumb {
  width: 124px;
}
.itemCard .item_contents {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: calc(100% - 160px);
}
.itemCard .item_contents h2 {
  font-size: 21px;
  line-height: 1.4;
}
.itemCard .item_contents .daystatus {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .itemCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-decoration: none;
    margin-bottom: 5%;
  }
  .itemCard:hover {
    text-decoration: none;
  }
  .itemCard .item_thumb {
    width: 100px;
  }
  .itemCard .item_contents {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    width: calc(100% - 120px);
  }
  .itemCard .item_contents h2 {
    font-size: 21px;
    line-height: 1.4;
  }
  .itemCard .item_contents .daystatus {
    font-size: 12px;
  }
}
.PDFCard {
  position: relative;
  background-color: #999108;
  margin: 5% 0 10%;
}
.PDFCard a {
  display: block;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.PDFCard a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.PDFCard .PDFCard_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 4% 0 2%;
}
.PDFCard .PDFCard_inner .thumb {
  width: 300px;
}
.PDFCard .PDFCard_inner .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 300px);
}
.PDFCard .PDFCard_inner .title_wrap .title {
  width: 350px;
}
.PDFCard .PDFCard_inner .title_wrap .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 6px 0;
}
.PDFCard .PDFCard_inner .title_wrap .title .time {
  font-size: 12px;
  color: #fff;
}
.PDFCard .PDFCard_inner .download {
  background-color: #fff;
  color: #999108;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 1% 5%;
  white-space: nowrap;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .PDFCard {
    position: relative;
    margin: 5% 0 10%;
  }
  .PDFCard a {
    display: block;
    text-decoration: none;
    border: 1px solid #E5E5E5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .PDFCard a:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .PDFCard .PDFCard_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5% 5% 0 5%;
  }
  .PDFCard .PDFCard_inner .thumb {
    width: 100%;
    max-width: 260px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .PDFCard .PDFCard_inner .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: initial;
  }
  .PDFCard .PDFCard_inner .title_wrap .title {
    text-align: center;
    width: 100%;
    margin-bottom: 3%;
  }
  .PDFCard .PDFCard_inner .title_wrap .title h2 {
    font-size: 20px;
    margin: 0 0 4px 0;
  }
  .PDFCard .PDFCard_inner .title_wrap .title .time {
    font-size: 14px;
  }
  .PDFCard .PDFCard_inner .download {
    font-size: 15px;
    padding: 1% 10%;
    margin-left: initial;
  }
}
.schedule-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.schedule-modal .modal-content {
  width: 100%;
  max-width: 1000px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.schedule-modal .modal-content img {
  width: 1600px;
  padding-right: 30px;
}

.close {
  position: fixed;
  top: 10%;
  right: 5%;
  color: #111;
  font-size: 34px;
  font-weight: 200;
  cursor: pointer;
  font-family: "Roboto";
  background-color: #fff;
  border-radius: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.close span {
  padding-bottom: 2px;
}
.close:hover, .close:focus {
  color: #dedede;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .schedule-modal .modal-content {
    width: 90%;
    max-width: initial;
  }
  .schedule-modal .modal-content img {
    width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  .schedule-modal .modal-content {
    max-width: 1600px;
  }
}
.textrootBox {
  position: relative;
  border-bottom: solid 3px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
}
.textrootBox::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  left: 0;
  bottom: -3px;
  width: 34%;
}
.textrootBox .textrootBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2% 0;
}
.textrootBox .title {
  width: 34%;
}
.textrootBox .title h1 {
  font-size: 32px;
  line-height: 1.7;
}
.textrootBox .textwrap {
  width: 60%;
}
.textrootBox .textwrap p {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .textrootBox {
    position: relative;
    width: 100%;
    height: auto;
  }
  .textrootBox .textrootBox_wrap {
    display: block;
  }
  .textrootBox .title {
    width: 100%;
  }
  .textrootBox .title h1 {
    font-size: 24px;
    line-height: 1.7;
  }
  .textrootBox .textwrap {
    width: 100%;
  }
  .textrootBox .textwrap p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.texthead_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.texthead_grid .textheadBox {
  width: 48.2%;
}

.group {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5%;
  line-height: 1.6;
}

.textheadBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4%;
}
.textheadBox ul {
  margin: 0 0 2px 0;
  padding: 0 0 0 12px;
}
.textheadBox ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 12px;
}
.textheadBox ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.textheadBox ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
}
.textheadBox ol li {
  font-size: 14px;
  line-height: 1.6;
}
.textheadBox ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: normal;
}
.textheadBox .groupwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.textheadBox .groupwrap.trio {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-right: -2%;
}
.textheadBox .groupwrap.trio .group {
  width: 31%;
  height: auto;
  margin-right: 2%;
}
.textheadBox .groupwrap.half .group {
  width: 48.6%;
}
.textheadBox .group {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  border-radius: 6px;
  margin-bottom: 2%;
  padding: 2%;
}
.textheadBox .group h3 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px;
}
.textheadBox .group p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.textheadBox .group p:last-child {
  margin-bottom: 0;
}
.textheadBox .group .noteList li {
  color: rgba(0, 0, 0, 0.45);
}
.textheadBox h2 {
  font-size: 21px;
  margin: 12px auto 8px 0px;
  padding: 1% 2% 1% 4%;
  border-left: 1px solid #000;
}
.textheadBox .wrap {
  padding: 2% 5% 2%;
}
.textheadBox .wrap p {
  font-size: 14px;
}
.textheadBox .wrap p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .texthead_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .texthead_grid .textheadBox {
    width: 100%;
  }
  .group {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FAFAFA;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 12px;
    line-height: 1.6;
  }
  .textheadBox {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4%;
  }
  .textheadBox .groupwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .textheadBox .groupwrap.trio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: 0;
  }
  .textheadBox .groupwrap.trio .group {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .textheadBox .groupwrap.half .group {
    width: 100%;
    margin-bottom: 12px;
  }
  .textheadBox .group {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FAFAFA;
    border-radius: 6px;
    margin-bottom: 2%;
    padding: 2%;
  }
  .textheadBox .group h3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 4px;
  }
  .textheadBox .group p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .textheadBox .group p:last-child {
    margin-bottom: 0;
  }
  .textheadBox .group .noteList li {
    color: rgba(0, 0, 0, 0.45);
  }
  .textheadBox h2 {
    font-size: 21px;
    margin: 12px auto 8px 0px;
    padding: 1% 2% 1% 4%;
    border-left: 1px solid #000;
  }
  .textheadBox .wrap {
    padding: 2% 5% 2%;
  }
  .textheadBox .wrap p {
    font-size: 14px;
  }
  .textheadBox .wrap p:last-child {
    margin-bottom: 0;
  }
}
.moca_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.moca_flex .moca_box {
  width: 47%;
}
.moca_flex .moca_box h2.headings_display_2 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .moca_flex {
    display: block;
  }
  .moca_flex .moca_box {
    width: 100%;
  }
  .moca_flex .moca_box h2.headings_display_2 {
    margin-bottom: 20px !important;
  }
}
.mocaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
.mocaBox .mocaBox_link {
  width: 50%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #F7F7F7;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*
  &:nth-last-child(even) {
     border-right: 1px solid rgba(0, 0, 0, .1);
  }

  &:nth-last-child(2) {
     border-left: 1px solid rgba(0, 0, 0, .1);
     border-bottom: 1px solid rgba(0, 0, 0, .1);
  }


  &:last-child {
     border-left: 1px solid rgba(0, 0, 0, .1);
     border-top: 1px solid rgba(0, 0, 0, .1);
     border-right: 1px solid rgba(0, 0, 0, .1);
     border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  */
}
.mocaBox .mocaBox_link:hover {
  background-color: #fff;
  border-color: rgb(0, 0, 0);
  opacity: 1;
}
.mocaBox .mocaBox_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12% 3%;
  min-height: 100px;
}
.mocaBox .mocaBox_link_wrap .title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}
.mocaBox .mocaBox_link_wrap .sub {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.mocaBox.is_c3 {
  /* .mocaBox_link {
         &.n5box {
            &:last-child {
               border-left: 1px solid rgba(0, 0, 0, .1);
               border-right: 1px solid rgba(0, 0, 0, .1);
               border-bottom: 1px solid rgba(0, 0, 0, .1);
            }
         }

   }
  */
}
.mocaBox.is_c3 .mocaBox_link {
  width: 33.33%;
  /* border-left: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);



  &:nth-last-child(even) {
     border-right: none;

  }

  &:nth-child(3n) {
     border-right: 1px solid rgba(0, 0, 0, .1);


  }


  &:nth-last-child(-n+3) {
     //border-left: 1px solid rgba(0, 0, 0, .1);
     //border-right: 1px solid rgba(0, 0, 0, .1);
     border-bottom: 1px solid rgba(0, 0, 0, .1);

  }

  &:last-child {
     // border-left: none;
     border-right: 1px solid rgba(0, 0, 0, .1);
     border-bottom: 1px solid rgba(0, 0, 0, .1);

  }
  */
}

.floor_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.floor_guide .floor_info {
  width: 49%;
}
.floor_guide .floor_ph {
  width: 48%;
}
.floor_guide .floor_ph.floor_1f {
  background: url(../img/pages/moca/item_map_1.png) no-repeat 50% 50%;
  background-size: cover;
}
.floor_guide .floor_ph.floor_b1f {
  background: url(../img/pages/moca/item_map_b1.png) no-repeat 50% 50%;
  background-size: cover;
}

.floor_list {
  width: 100%;
  padding: 0 8% 8% 8%;
}
.floor_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.floor_list ul li {
  font-size: 13px;
  width: 46%;
  padding: 4% 2%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reportBox {
  background-color: #fff;
  border: 1px solid #ccc;
}
.reportBox a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.reportBox:hover {
  border: 1px solid #82A77D;
}

.reportWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #82A77D;
  color: #fff;
}
.reportWrap__thumb {
  width: 50%;
}
.reportWrap__day {
  margin-left: 10px;
}
.reportWrap__day .title {
  font-size: 15px;
  font-weight: bold;
}
.reportWrap__day .data {
  font-size: 12px;
}

.report_container .overview {
  padding: 12px;
}
.report_container .overview .report_name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
.report_container .overview .categ {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .reportWrap__thumb {
    width: 40%;
  }
  .reportWrap__day {
    margin-left: 20px;
  }
  .reportWrap__day .title {
    font-size: 18px;
    font-weight: bold;
  }
  .reportWrap__day .data {
    font-size: 12px;
  }
  .report_container .overview {
    padding: 12px;
  }
  .report_container .overview .report_name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .report_container .overview .categ {
    font-size: 12px;
  }
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --btnover: .2s ease-in;
  --border: 1px solid rgba(0, 0, 0, .3);
}

/* 一覧ボタン */
.btn_viewAll {
  text-align: center;
}
.btn_viewAll a {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  padding: 1em 4em;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 9999px;
  border: 1px solid #dedede;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.btn_viewAll a:hover {
  background-color: #000;
  color: #FFF;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 767px) {
  .btn_viewAll a {
    padding: 0.8em 1.5em;
  }
}
.forguide {
  border-left: 2px solid #f00;
  margin: 2% 4%;
  padding: 1%;
}
.forguide p {
  font-size: 14px;
  color: #f00;
  margin: 0;
}

.field {
  margin-bottom: 4%;
}

.indent {
  padding: 0 3.5em;
}

@media screen and (max-width: 767px) {
  .indent {
    padding: 0 2em;
  }
}
.report_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 2% 0 2%;
  width: 100%;
  background-color: #F7F7F7;
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 200px, #fff 200px, #fff 100%);
  border-top: 2px solid #007038;
}
.report_wrapper .headings_center_re1 {
  font-size: 32px;
  text-align: center;
  color: #007038;
  margin: 2% auto 5%;
}
.report_wrapper .report_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: calc(100% - 60px);
}
.report_wrapper .report_inner .r_content {
  margin: 0 auto 5%;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.report_wrapper .report_inner .r_content .free-layout {
  padding: 5%;
}

.other_pages_navi {
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
  padding: 3px 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.other_pages_navi ::-webkit-scrollbar {
  display: none;
}
.other_pages_navi .other_navi_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 5%;
}
.other_pages_navi .other_navi_link li {
  position: relative;
}
.other_pages_navi .other_navi_link li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.other_pages_navi .other_navi_link li:last-child::after {
  width: 0px;
}
.other_pages_navi .other_navi_link li a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 18px 50px 18px 24px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.other_pages_navi .other_navi_link li a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
}
.other_pages_navi .other_navi_link li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .report_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 2% 0 2%;
    width: 100%;
  }
  .report_wrapper .headings_center_re1 {
    font-size: 26px;
    text-align: center;
    color: #007038;
    margin: 7% auto 7%;
  }
  .report_wrapper .report_inner {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .report_wrapper .report_inner .r_content {
    margin: 0 auto 5%;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
  .report_wrapper .report_inner .r_content .free-layout {
    padding: 5%;
  }
  .other_pages_navi {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
    padding: 3px 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .other_pages_navi ::-webkit-scrollbar {
    display: none;
  }
  .other_pages_navi .other_navi_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    padding: 0 2%;
  }
  .other_pages_navi .other_navi_link li {
    position: relative;
  }
  .other_pages_navi .other_navi_link li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .other_pages_navi .other_navi_link li a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 18px 32px 18px 18px;
    display: block;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .other_pages_navi .other_navi_link li a:hover {
    opacity: 0.5;
  }
}
.free-layout {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 2% 0;
}
.free-layout .free-layout-container {
  margin: 0 auto;
}
.free-layout.is_reportContent {
  width: calc(100% - 60px);
  margin: 0 auto 5%;
  padding: 5% 5%;
  width: 90%;
  max-width: 1024px;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .free-layout {
    width: 100%;
    max-width: initial;
  }
  .free-layout.exhibition_freelayout1 {
    margin-top: 40px;
  }
  .free-layout.is_reportContent {
    margin: 5% auto 5%;
    width: 90%;
    max-width: initial;
  }
}
.topics_document {
  padding: 10%;
  max-width: 800px;
  margin: 10% auto 0;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px -10px;
          box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px -10px;
}
.topics_document .headings {
  font-size: 2.1rem;
}
.topics_document .update_text {
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .topics_document {
    padding: 10%;
    max-width: initial;
  }
  .topics_document .headings {
    font-size: 2.1rem;
  }
  .topics_document .update_text {
    margin-bottom: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
a.icon_ig {
  background: url(../img/module/icon/instagram.svg);
}

a.icon_fb {
  background: url(../img/module/icon/facebook.svg);
}

a.icon_tw {
  background: url(../img/module/icon/twitter.svg);
}

a.icon_yt {
  background: url(../img/module/icon/youtube.svg);
}

a.icon_nt {
  background: url(../img/module/icon/icon/note.svg);
}

a.icon_lk {
  background: url(../img/module/icon/link.svg);
}

a.icon_pdf {
  background: url(../img/module/icon/item_icon_pdf.svg);
}

a.icon_xls {
  background: url(../img/module/icon/item_icon_xls.svg);
}

a.icon_word {
  background: url(../img/module/icon/item_icon_word.svg);
}

a.icon_ig,
a.icon_fb,
a.icon_yt,
a.icon_tw,
a.icon_nt,
a.icon_lk,
a.icon_pdf,
a.icon_xls,
a.icon_word {
  margin-right: 1em;
  padding: 0px 0 0px 25px;
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
a.icon_ig:last-child,
a.icon_fb:last-child,
a.icon_yt:last-child,
a.icon_tw:last-child,
a.icon_nt:last-child,
a.icon_lk:last-child,
a.icon_pdf:last-child,
a.icon_xls:last-child,
a.icon_word:last-child {
  margin-right: 0;
}

.headings_display_1 {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  margin: 0 0 1em 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.headings_display_2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}

/*見出し1 中央揃え*/
.headings_Boxcenter {
  text-align: center;
}

.headings_center_1 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  color: #000;
  margin: 10px auto 30px;
  padding: 0 0.5em 0.3em;
  border-bottom: solid 3px rgba(0, 0, 0, 0.1019607843);
}
.headings_center_1::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.acf_headings_display_1 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  margin: 2% 0 3%;
}
.acf_headings_display_1.is_center {
  text-align: center;
}

.acf_headings_display_2 {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  margin: 2% 0 3%;
}
.acf_headings_display_2.is_center {
  text-align: center;
}

.acf_headings_display_3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 2% 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acf_headings_display_3::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}
.acf_headings_display_3::after {
  margin-left: 1.5rem;
}
.acf_headings_display_3.is_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acf_headings_display_3.is_center::before, .acf_headings_display_3.is_center::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}
.acf_headings_display_3.is_center:before {
  margin-right: 1.5rem;
}
.acf_headings_display_3.is_center::after {
  margin-left: 1.5rem;
}

.acf_headings_display_4 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 4px 10px;
  border-left: 5px solid #000;
  margin: 2% 0 3%;
}

.acf_headings_display_5 {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  margin: 1% 0 2%;
}
.acf_headings_display_5.is_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headings_center_1 {
    font-size: 22px;
    margin: 10px auto 30px;
  }
  .acf_headings_display_1 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin: 2% 0 3%;
  }
  .acf_headings_display_1.is_center {
    text-align: center;
  }
  .acf_headings_display_2 {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    margin: 2% 0 3%;
  }
  .acf_headings_display_2.is_center {
    text-align: center;
  }
  .acf_headings_display_3 {
    font-size: 20px;
  }
  .acf_headings_display_4 {
    font-size: 19px;
  }
  .acf_headings_display_5 {
    font-size: 18px;
  }
}
.headings_center_2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #007038;
  margin: 10px auto 20px;
}

.textblock {
  margin-bottom: 5%;
}
.textblock p + a {
  margin-top: 5%;
}
.textblock p:last-child {
  margin-bottom: 0;
}

.textimgs {
  margin-bottom: 30px;
}

.textcrights {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .textblock {
    margin-bottom: 8%;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 2em auto 2.5em;
  aspect-ratio: 16/9;
  padding-top: 30px;
  overflow: hidden;
  background-color: #fafafa;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeBlock + .ph_caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: -1.5em;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .iframeBlock {
    max-width: initial;
  }
}
.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.fit_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contain_media {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.post_Box {
  position: relative;
  overflow: hidden;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40.25%;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fafafa;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 115.8%;
}

.cal_panel {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Roboto";
}
.cal_panel .card_icon {
  width: auto;
  color: #fff;
  background-color: #000;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 18px;
}
.cal_panel .day_panel {
  position: relative;
  margin: 0 auto;
}
.cal_panel .day_panel:nth-last-child(2) {
  margin: 0 auto 68px;
}
.cal_panel .day_panel:nth-last-child(2)::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #000;
  left: 50%;
  bottom: -30%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .cal_panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .cal_panel .card_icon {
    width: auto;
    color: #fff;
    background-color: #000;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .cal_panel .day_panel {
    position: relative;
    margin: 0;
    display: block;
  }
  .cal_panel .day_panel:nth-last-child(2) {
    margin: 0;
    /*&::before {
    	position: absolute;
    	content: " ";
    	display: block;
    	border-bottom: solid 1px #000;
    	left: 50%;
    	bottom: 50%;
    	width: 40%;
    	transform: translate(-50%, -50%) rotate(0deg);
    }*/
  }
  .cal_panel .day_panel:nth-last-child(2)::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #000;
    left: 50%;
    bottom: -30%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.event_status__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event_status__list li {
  font-size: 14px;
  padding: 10px 14px 10px 34px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  border-radius: 4px;
  margin-right: 12px;
}
.event_status__list .place {
  background-image: url(../img/module/icon/icon_place.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 12px auto;
  white-space: nowrap;
  margin-bottom: 16px;
}
.event_status__list .loc_g {
  background-image: url(../img/module/icon/item_icon_loc_g.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 12px auto;
  color: #007038;
  padding: 12px 12px 12px 28px;
  border: 1px solid #82CCA7;
}
.event_status__list .sche {
  background-image: url(../img/module/icon/icon_sche.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 14px auto;
  white-space: nowrap;
  margin-bottom: 16px;
}

.block_TextAndImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 60px;
}
.block_TextAndImg .resimg {
  width: 100%;
  height: auto;
  display: block;
}
.block_TextAndImg h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 500;
}
.block_TextAndImg.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block_TextAndImg.reverse .block_TextAndImg__text {
  padding-left: 0;
  padding-right: 5%;
}
.block_TextAndImg__img {
  position: relative;
  width: 40%;
}
.block_TextAndImg__text {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5%;
}
.block_TextAndImg__text.w0 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .block_TextAndImg {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .block_TextAndImg h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .block_TextAndImg__img {
    width: 100%;
    margin-bottom: 4%;
  }
  .block_TextAndImg__text {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  .block_TextAndImg__text.w0 {
    width: 100%;
  }
}
.root_TextAndImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 40px;
}
.root_TextAndImg__img {
  position: relative;
  width: 50%;
}
.root_TextAndImg__img .resimg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.root_TextAndImg__text {
  width: 44%;
  color: #007038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.root_TextAndImg__text .textblock {
  position: relative;
  border-top: solid 3px #cbe6c1;
  padding-top: 40px;
}
.root_TextAndImg__text .textblock::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007038;
  left: 0;
  top: -3px;
  width: 20%;
}
.root_TextAndImg__text p {
  font-size: 18px;
  line-height: 1.8;
}

.link_about_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.link_about {
  position: relative;
  width: 48%;
}
.link_about a {
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #007038;
  background-color: #F7F7F7;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 15px 30px 15px 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.link_about a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #007038;
  border-right: solid 2px #007038;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.link_about span {
  color: #007038;
  font-weight: 500;
  font-size: 18px;
  margin-right: 3em;
}

@media screen and (max-width: 767px) {
  .root_TextAndImg {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .root_TextAndImg h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .root_TextAndImg__img {
    width: 100%;
    margin-bottom: 4%;
  }
  .root_TextAndImg__text {
    width: 100%;
    max-width: initial;
  }
  .link_about {
    font-weight: 500;
    font-size: 16px;
  }
  .link_about a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #007038;
    border-right: solid 2px #007038;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .link_about a :hover {
    opacity: 0.9;
  }
  .link_about span {
    color: rgba(0, 112, 56, 0.5176470588);
    margin-left: 2em;
    font-size: 13px;
  }
}
a.free_layout_btn {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.free_layout_btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
}

.free_layout_btn {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
  border-radius: 4px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
.free_layout_btn .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free_layout_btn .btn_text {
  color: #000;
  text-align: left;
}
.free_layout_btn .btn_text .title {
  font-size: 20px;
  font-weight: 500;
}
.free_layout_btn .btn_text .info {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.free_layout_btn .btnimg {
  width: 24%;
  padding-top: 14%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.free_layout_btn .btn_container {
  width: 100%;
  display: block;
  padding: 3% 5% 3% 2%;
  position: relative;
}
.free_layout_btn .btn_container::after {
  position: absolute;
  top: 50%;
  right: 2%;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .free_layout_btn {
    max-width: initial;
    height: auto;
    margin: 0 auto 30px;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btn_text {
    color: #000;
    text-align: left;
  }
  .free_layout_btn .btn_text .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .free_layout_btn .btn_text .info {
    font-size: 14px;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 50%;
  }
  .free_layout_btn .btn_container {
    width: 100%;
    padding: 5% 10% 5% 5%;
  }
}
.morelink {
  margin: 0 auto 24px;
  width: 100%;
}
.morelink a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}
.morelink a:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.morelink a span {
  font-size: 13px;
  vertical-align: middle;
  text-align: right;
  float: right;
  padding-right: 16px;
}
.morelink.btn a {
  position: relative;
  display: block;
  padding: 18px 36px 18px 24px;
}
.morelink.btn a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.morelink.imginbox a {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.morelink.imginbox a .btnimg {
  width: 30%;
  padding-top: 18%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.morelink.imginbox a .btn_container {
  width: 68%;
  display: block;
  padding: 3% 4%;
  position: relative;
}

.card_collection a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card_collection .thumb {
  width: auto;
  height: 320px;
}
.card_collection .overview {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10% 2%;
}

.free-layout .free-layout-album {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
.free-layout .free-layout-album .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 50px;
}

.photo-list .photo-item {
  width: 18%;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.photo-list .photo-item.noi {
  background-color: initial;
}
.photo-list .photo-item .photo {
  height: 194px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  .free-layout .free-layout-album {
    max-width: initial;
  }
  .photo-list .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-list .photo-item .photo {
    height: 140px;
  }
}
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card01s {
  overflow: hidden;
}
.card01s.is_mocaevent {
  margin: 0 0 30px;
}
.card01s .swiper {
  overflow: visible;
}
.card01s .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 5%;
}
.card01s .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
}
.card01s .swiper-slide {
  background-color: #fff;
  border: 1px solid #b3dfad;
  padding: 3%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card01s .swiper-slide.attenBox {
  background-color: #C18F18;
  border: none;
  color: #fff;
  text-align: center;
  border: none;
  max-width: 320px !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.card01s .swiper-slide.attenBox:hover {
  border: 1px solid #C18F18 !important;
}
.card01s .swiper-slide.attenBox a {
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.card01s .swiper-slide.attenBox .attenBoxwrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card01s .swiper-slide.attenBox .attenBoxwrap .attenlogo {
  margin: 0 auto 20px;
}
.card01s .swiper-slide.attenBox .attenBoxwrap .subtitle {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
.card01s .swiper-slide.attenBox .attenBoxwrap .date {
  margin: 0 auto 20px;
  font-size: 14px;
}
.card01s .swiper-slide.attenBox .attenBoxwrap .text {
  font-size: 14px;
  text-align: left;
}
.card01s .swiper-slide.attenBox .attenBoxwrap .infotext {
  font-size: 14px;
  text-align: left;
}
.card01s .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card01s .day_panel {
  color: #74BC23;
  margin-left: 0;
  text-align: center;
}
.card01s .day_panel .year {
  font-size: 13px;
  color: #7fb79b;
}
.card01s .day_panel .cal {
  font-size: 24px;
  font-weight: 500;
  color: #338d60;
}
.card01s .day_panel .week {
  background-color: #7fb79b;
  border: none;
  color: #fff;
}
.card01s .day_panel .today {
  width: 100%;
  background-color: #43AF34;
  border: 1px solid #289635;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin: 24px auto 0;
  padding: 6px 10px;
  font-size: 0.9vw;
}
.card01s .moca_list {
  width: calc(100% - 100px);
  margin-left: auto;
}
.card01s .moca_list li {
  color: #007038;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
.card01s .moca_list li a {
  text-decoration: none;
  color: #007038;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card01s .moca_list li a:hover {
  opacity: 0.5;
}
.card01s .moca_list li .categ {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  display: block;
  opacity: 0.8;
}

.card01 {
  overflow: hidden;
}
.card01.is_mocaevent {
  margin: 0 0 30px;
}
.card01 .swiper {
  overflow: visible;
}
.card01 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
.card01 .swiper-slide {
  margin-right: 20px;
}
.card01 .swiper-slide {
  background-color: #fff;
  border: 1px solid #b3dfad;
  padding: 3%;
  height: auto;
  max-width: 413px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}
.card01 .swiper-slide.attenBox {
  background-color: #C18F18;
  border: none;
  color: #fff;
  text-align: center;
  border: none;
  max-width: 320px !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.card01 .swiper-slide.attenBox:hover {
  border: 1px solid #C18F18 !important;
}
.card01 .swiper-slide.attenBox a {
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.card01 .swiper-slide.attenBox .attenBoxwrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .attenlogo {
  margin: 0 auto 20px;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
  text-align: left;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .title {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .date {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  opacity: 0.4;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .text {
  font-size: 14px;
  text-align: left;
}
.card01 .swiper-slide.attenBox .attenBoxwrap .infotext {
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5803921569);
  border-radius: 6px;
}
.card01 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card01 .day_panel {
  color: #74BC23;
  margin-left: 0;
  text-align: center;
}
.card01 .day_panel .year {
  font-size: 13px;
  color: #7fb79b;
}
.card01 .day_panel .cal {
  font-size: 24px;
  font-weight: 900;
  color: #338d60;
  font-family: "Roboto";
}
.card01 .day_panel .week {
  background-color: #7fb79b;
  border: none;
  color: #fff;
}
.card01 .day_panel .today {
  width: 100%;
  background-color: #43AF34;
  border: 1px solid #289635;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin: 24px auto 0;
  padding: 6px 10px;
  font-size: 0.9vw;
}
.card01 .moca_list {
  width: calc(100% - 100px);
  margin-left: auto;
}
.card01 .moca_list .close_text {
  display: none;
  text-decoration: none;
  color: #007038;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.9;
}
.card01 .moca_list li {
  color: #007038;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 1.6rem;
}
.card01 .moca_list li a {
  text-decoration: none;
  color: #007038;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
}
.card01 .moca_list li a:hover {
  opacity: 0.5;
}
.card01 .moca_list li .categ {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  display: block;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .card01.is_mocaevent {
    margin: 0 0 16px;
  }
  .card01 .slide {
    display: block;
  }
  .card01 .card_inner {
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding-left: 5%;
  }
  .card01 .day_panel {
    width: 100%;
    max-width: initial;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .card01 .day_panel .year {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .card01 .day_panel .cal {
    font-size: 8vw;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .card01 .day_panel .week {
    line-height: 1;
    padding: 4px 4px;
    font-size: 12px;
  }
  .card01 .day_panel .panel_wrap {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card01 .day_panel .today {
    width: 50px;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 6px 10px;
    font-size: 12px;
  }
  .card01 .moca_list {
    width: 100%;
    margin-left: 0;
  }
  .card01 .moca_list li {
    color: #007038;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
  }
  .card01 .moca_list li .categ {
    margin-top: 4px;
    font-size: 13px;
  }
}
.card02 {
  overflow: hidden;
}
.card02.is_report {
  margin: 0 0 30px;
}
.card02 .swiper {
  overflow: visible;
}
.card02 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 5%;
}
.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
}
.card02 .swiper-slide {
  background-color: #fff;
  width: 100%;
  max-width: 234px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card02 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card02 .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 4%;
}
.card02 .swiper-item .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10%;
}
.card02 .swiper-item .overview h3 {
  font-size: 14px;
  font-weight: normal;
}

.card03 {
  overflow: hidden;
}
.card03.card_wrapper {
  margin: 0;
}
.card03 .swiper {
  overflow: visible;
}
.card03 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
.card03 .swiper-slide {
  width: 100%;
  max-width: 270px;
  margin-right: 20px;
}
.card03 .swiper-slide .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 4%;
}
.card03 .swiper-slide .swiper-item .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10%;
}
.card03 .swiper-slide .swiper-item .overview h3 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.card03 .swiper-slide .swiper-item .overview .workname span {
  font-style: italic;
}
.card03 a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .card03 {
    overflow: hidden;
  }
  .card03 .card_inner {
    position: relative;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    max-width: initial;
    margin: 0 auto;
    padding: 50px 5% 0;
  }
  .card03 .swiper-slide {
    width: 100%;
    max-width: initial;
  }
  .card03 .swiper-slide .swiper-item {
    position: relative;
    display: block;
    margin-bottom: 4%;
  }
  .card03 .swiper-slide .swiper-item .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10%;
  }
  .card03 .swiper-slide .swiper-item .overview h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
  }
  .card03 a {
    color: #000;
    text-decoration: none;
  }
}
.card01 .swiper-slide:hover {
  border: 1px solid #007038;
}

.card03 .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.card03 .swiper-slide:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.info-content-main-title {
  padding: 5%;
}

/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  border: none;
}
table.cell2 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell2 th {
  font-weight: 200;
  vertical-align: top;
  text-align: left;
  width: 8em;
  padding: 10px;
  white-space: nowrap;
}
table.cell2 td {
  vertical-align: top;
  padding: 10px;
}
table.cell2.blocktable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell2.blocktable th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  padding: 16px 10px;
  white-space: nowrap;
  width: 30%;
  font-size: 1.6rem;
}
table.cell2.blocktable td {
  vertical-align: top;
  padding: 16px 10px;
  font-size: 1.6rem;
}
table.cell2.blocktable td.ct2 {
  width: 65%;
}
table.cell2.blocktable td span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
table.cell3.blocktable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell3.blocktable th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  padding: 10px 10px;
  white-space: nowrap;
  width: 180px;
  font-size: 1.6rem;
}
table.cell3.blocktable td {
  vertical-align: top;
  padding: 10px 10px;
  font-size: 1.6rem;
}
table.cell3.blocktable td.ct2 {
  width: 200px;
}
table.cell3.blocktable td.ct3 {
  width: calc(100% - 420px);
}
table.cell3.blocktable td span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
table.cell3 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell3 th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}
table.cell3 td {
  width: auto;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 13px;
}
table.cell3 td span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
    display: block;
  }
  table tbody {
    width: 100%;
    display: block;
  }
  table.cell2.blocktable th {
    width: 100%;
    padding: 10px;
  }
  table.cell2.blocktable td.ct2 {
    padding: 0 10px 10px;
    width: 100%;
  }
  table.cell2 tr {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th {
    width: 100%;
    display: block;
    padding: 2%;
  }
  table.cell2 td {
    width: 100%;
    display: block;
    padding: 2% 5%;
  }
  table.cell3.blocktable tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  table.cell3.blocktable th {
    width: 100%;
    display: block;
    padding: 2% 0;
  }
  table.cell3.blocktable td {
    width: 100%;
    display: block;
    padding: 0;
  }
  table.cell3.blocktable td.ct2 {
    display: block;
    width: 100% !important;
    padding: 2% 0;
  }
  table.cell3.blocktable td.ct3 {
    padding: 2% 0;
    display: block !important;
    width: 100% !important;
    font-size: 14px;
  }
}
/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

.form_content {
  /*Mobile*/
}
.form_content select,
.form_content input,
.form_content button,
.form_content textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}
.form_content select:focus,
.form_content input:focus,
.form_content button:focus,
.form_content textarea:focus {
  outline: 0;
}
.form_content input,
.form_content select {
  vertical-align: middle;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #bbb;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}
.form_content textarea {
  padding: 0.4em;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  position: relative;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.form_content input[type=email]:focus {
  font-size: 24px;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}
.form_content input[type=password] {
  width: 50%;
}
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel] {
  width: 90%;
}
.form_content input[type=text].mini,
.form_content input[type=email].mini,
.form_content input[type=tel].mini {
  width: 50%;
}
.form_content input[type=text].xmini,
.form_content input[type=email].xmini,
.form_content input[type=tel].xmini {
  width: 30%;
}
.form_content input[type=text].xxmini,
.form_content input[type=email].xxmini,
.form_content input[type=tel].xxmini {
  width: 20%;
}
.form_content input[type=text].wide,
.form_content input[type=email].wide,
.form_content input[type=tel].wide {
  width: 80%;
}
.form_content input[type=text].name_field,
.form_content input[type=email].name_field,
.form_content input[type=tel].name_field {
  width: 80%;
}
.form_content input[type=text].zip_field,
.form_content input[type=email].zip_field,
.form_content input[type=tel].zip_field {
  width: 60%;
}
.form_content input[type=text].zip1_field,
.form_content input[type=email].zip1_field,
.form_content input[type=tel].zip1_field {
  width: 100px;
}
.form_content input[type=text].zip2_field,
.form_content input[type=email].zip2_field,
.form_content input[type=tel].zip2_field {
  width: 150px;
}
.form_content input[type=text].tel_field,
.form_content input[type=email].tel_field,
.form_content input[type=tel].tel_field {
  width: 60%;
}
.form_content input[type=text].tel_mini,
.form_content input[type=email].tel_mini,
.form_content input[type=tel].tel_mini {
  width: 100px;
}
.form_content input[type=text].age_mini,
.form_content input[type=email].age_mini,
.form_content input[type=tel].age_mini {
  width: 100px;
}
.form_content .separater {
  padding-right: 0.3em;
}
.form_content input[type=file] {
  border: solid 1px #bbb;
}
.form_content textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}
.form_content input:focus,
.form_content textarea:focus {
  background-color: #f6f6f6;
  border-color: #587fb2;
}
.form_content input::-webkit-input-placeholder, .form_content textarea::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::-moz-placeholder, .form_content textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input:-ms-input-placeholder, .form_content textarea:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::-ms-input-placeholder, .form_content textarea::-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::placeholder,
.form_content textarea::placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input[type=submit],
.form_content input[type=button] {
  -webkit-appearance: none;
}
.form_content .other_field {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .form_content textarea {
    width: 100%;
    max-width: 100%;
  }
  .form_content select {
    width: 100%;
  }
  .form_content input[type=text],
  .form_content input[type=email],
  .form_content input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  .form_content input[type=text].mini,
  .form_content input[type=email].mini,
  .form_content input[type=tel].mini {
    width: 100%;
  }
  .form_content input[type=text].xmini,
  .form_content input[type=email].xmini,
  .form_content input[type=tel].xmini {
    width: 25%;
  }
  .form_content input[type=text].name_field,
  .form_content input[type=email].name_field,
  .form_content input[type=tel].name_field {
    width: 100%;
  }
  .form_content .name_sei,
  .form_content .name_mei {
    display: block;
  }
  .form_content input[type=text].xxmini,
  .form_content input[type=email].xxmini,
  .form_content input[type=tel].xxmini {
    width: 20%;
  }
  .form_content input[type=text].wide,
  .form_content input[type=email].wide,
  .form_content input[type=tel].wide {
    width: 100%;
  }
  .form_content input[type=text].zip_field,
  .form_content input[type=email].zip_field,
  .form_content input[type=tel].zip_field {
    width: 100%;
  }
  .form_content input[type=text].zip1_field,
  .form_content input[type=email].zip1_field,
  .form_content input[type=tel].zip1_field {
    width: 25%;
  }
  .form_content input[type=text].zip2_field,
  .form_content input[type=email].zip2_field,
  .form_content input[type=tel].zip2_field {
    width: 55%;
  }
  .form_content input[type=tel].tel_field {
    width: 100%;
  }
  .form_content input[type=text].tel_mini,
  .form_content input[type=email].tel_mini,
  .form_content input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  .form_content input[type=text].age_mini,
  .form_content input[type=email].age_mini,
  .form_content input[type=tel].age_mini {
    width: 100px;
  }
}

/*====================================
		Form ITEM Design
		ceckbox radio select File
====================================*/
.file_field_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.file_field_label {
  position: relative;
  display: inline-block;
  line-height: 2.4em;
  border-radius: 1em;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  font-size: 16px;
  background-color: #587fb2;
  color: #fff;
  margin-right: 1em;
  text-align: center;
}
.file_field_label:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.file_field_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .file_field_wrap {
    display: block;
  }
  .file_field_label {
    margin-bottom: 8px;
    width: 80%;
  }
}
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid #bbb;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.1;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 5.8em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
.Fieldset dl.newstyle dt {
  display: block;
  padding: 8px 40px 0 16px;
  line-height: 1.4;
}

.sup {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #bbb;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Fieldset dl.newstyle dt {
    display: block;
    padding: 12px 50px 0 0;
  }
  .sup {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #bbb;
    width: 100%;
  }
}
.form_agree_fields {
  padding: 30px;
  background-color: #FCF5EA;
  margin-bottom: 30px;
  overflow: hidden;
}
.form_agree_fields h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.agree_checkbox_group {
  padding-bottom: 20px;
}
.agree_checkbox_group dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agree_checkbox_group dl.agree_compact {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.agree_checkbox_group dt {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agree_checkbox_group dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.form_agree_txt_box {
  position: relative;
  width: 84%;
  height: 180px;
  border: 1px solid #bbb;
  padding: 8px 16px;
  overflow-y: scroll;
  margin: 0 auto 20px;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

.not_active {
  color: #AEAEB0;
}

.agree_txt_box_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.agree_txt_box_layer h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_fields {
    padding: 16px;
    margin: 0 0 16px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: -68px;
  text-align: right;
  color: rgb(0, 128, 122);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .required_label,
  .req-label {
    right: 8px;
  }
}
.required_label_fix,
.req-label-fix {
  background-color: #2b784e;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
}
.required_label_inline {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  text-align: right;
  color: rgb(0, 128, 122);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label_inline.required_label_inline_fix::before {
  display: none;
}

.required_label_inline_fix {
  background-color: #2b784e;
  border-radius: 50%;
  color: #fff;
}

.required_label_inline_fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
  .required_label_inline::before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  font-size: 18px;
  color: #FFF;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  text-align: center;
  font-weight: bold;
  background-color: #ff9800;
  border: #d48106 solid 2px;
  border-bottom: 6px solid #d48106;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /*&:hover {
  	transform: translateY(5px);
  	cursor: pointer;
  }*/
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.send_btn.not_active {
  background-color: #D6D6D6;
  cursor: default;
}

button.send_btn.not_active:hover {
  opacity: 1;
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: 1px solid #bbb;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
.error_message_label {
  border: solid 2px #CC0000;
  color: #CC0000;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_label {
  border: 2px #587fb2 solid;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  color: #587fb2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message_label {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #587fb2;
}

.progressbar li.active:before {
  background-color: #587fb2;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #587fb2;
}

/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

/* ++++ SUB.SCSS ++++ */
/* ++++ PRINT.SCSS ++++*/

/*# sourceMappingURL=import.css.map */