@charset "UTF-8";
/* common
====================================================================================================================================== */
#main_column {
  font-size: 1.0625rem;
  line-height: 1.7em;
}

/*非表示*/
.none {
  display: none !important;
}

.visible-off {
  display: none;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* スクロールして画面に入ったらフェードイン */
.scroll_fadein {
  opacity: 0;
  translate: 0 15px;
  transition: 0.8s ease-in-out;
}

.scroll_fadein.window_in {
  opacity: 1;
  translate: 0 0;
}

.scroll_opacity {
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.scroll_opacity.window_in {
  opacity: 1;
}

/*取り消し線を引く*/
.deleted {
  text-decoration: line-through;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

iframe {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

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

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

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

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.btn_center_box li a {
  margin: 0 10px 10px;
}

.button_area {
  margin-bottom: 0.86em;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.button_area a, .button_area input[type="submit"], .button_area input[type="button"] {
  display: block;
  border: none;
  width: min(100%, 320px);
  text-align: center;
  transition: 0.3s;
  padding: 0.9em 1.8em;
  padding-right: 2.3em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #4C251E;
  background-image: url(../images/icon/link_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.83em auto;
  border-radius: 24px;
}

.button_area a[target="_blank"], .button_area input[type="submit"][target="_blank"], .button_area input[type="button"][target="_blank"] {
  background-image: url(../images/icon/link_out_w.svg);
}

.button_area a, .button_area a:link, .button_area input[type="submit"], .button_area input[type="submit"]:link, .button_area input[type="button"], .button_area input[type="button"]:link {
  text-decoration: none;
  color: #fff;
}

.button_area a:hover, .button_area input[type="submit"]:hover, .button_area input[type="button"]:hover {
  opacity: 0.8;
  color: #fff;
}

.button_area a.button_white, .button_area a.button_yellow, .button_area input[type="submit"].button_white, .button_area input[type="submit"].button_yellow, .button_area input[type="button"].button_white, .button_area input[type="button"].button_yellow {
  background-image: url(../images/icon/link_arrow.svg);
  color: #4C251E;
}

.button_area a.button_white.button_back, .button_area a.button_yellow.button_back, .button_area input[type="submit"].button_white.button_back, .button_area input[type="submit"].button_yellow.button_back, .button_area input[type="button"].button_white.button_back, .button_area input[type="button"].button_yellow.button_back {
  padding-right: 1.8em;
  padding-left: 2.3em;
  background-image: url(../images/icon/link_arrow_back.svg);
  background-repeat: no-repeat;
  background-position: left 1em center;
}

.button_area a.button_white[target="_blank"], .button_area a.button_yellow[target="_blank"], .button_area input[type="submit"].button_white[target="_blank"], .button_area input[type="submit"].button_yellow[target="_blank"], .button_area input[type="button"].button_white[target="_blank"], .button_area input[type="button"].button_yellow[target="_blank"] {
  background-image: url(../images/icon/link_out.svg);
}

.button_area a.button_yellow, .button_area input[type="submit"].button_yellow, .button_area input[type="button"].button_yellow {
  background-color: #F4B73D;
}

.button_area a.button_white, .button_area input[type="submit"].button_white, .button_area input[type="button"].button_white {
  background-color: #F7E8C6;
}

.button_area a.button_mini, .button_area input[type="submit"].button_mini, .button_area input[type="button"].button_mini {
  min-width: 0;
  font-size: 1rem;
  flex: 1;
  background-image: none;
  padding: 0.7em 0.8em;
}

.button_area input[type="submit"]:hover, .button_area input[type="button"]:hover {
  cursor: pointer;
}

.button_area:has(.button_mini) {
  gap: 8px;
}

.form_bottom_buttons {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.form_bottom_buttons br {
  display: none;
}

.form_bottom_buttons input[type="submit"], .form_bottom_buttons input[type="button"].btn_back {
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.form_bottom_buttons input[type="submit"]:hover, .form_bottom_buttons input[type="button"].btn_back:hover {
  cursor: pointer;
}

/*list*/
#conts ul, #main_column ul {
  margin-bottom: 2.5rem;
}

#conts ul li, #main_column ul li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0.4em;
}

#conts ul li:last-child, #main_column ul li:last-child {
  margin-bottom: 0;
}

#conts ul li:before, #main_column ul li:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
  width: 0.67em;
  height: 0.67em;
  border-radius: 50%;
  background-color: #F4B73D;
}

#conts ul.subindex_list, #main_column ul.subindex_list {
  margin-bottom: 0;
}

#conts ul.subindex_list li, #main_column ul.subindex_list li {
  font-size: 1.1rem;
  padding-left: 1.7em;
  margin-bottom: 0.5em;
}

#conts ul.subindex_list li:before, #main_column ul.subindex_list li:before {
  width: 1.27em;
  height: 1.27em;
  background: url(../images/icon/link_arrow_b.svg) no-repeat left top;
  background-size: contain;
}

#conts ul.sitemap, #main_column ul.sitemap {
  margin-bottom: 1.3rem;
  font-size: 0.8rem;
}

#conts ul.children_list, #main_column ul.children_list {
  margin-bottom: 1.3rem;
}

#conts ol, #main_column ol {
  counter-reset: orderd_num;
  margin-bottom: 2.5rem;
}

#conts ol li, #main_column ol li {
  padding-left: 2em;
  margin-bottom: 0.5em;
  position: relative;
}

#conts ol li:last-child, #main_column ol li:last-child {
  margin-bottom: 0;
}

#conts ol li:before, #main_column ol li:before {
  counter-increment: orderd_num;
  content: counter(orderd_num);
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: 1.78em;
  height: 1.78em;
  line-height: 1.78em;
  border-radius: 50%;
  background-color: #F4B73D;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}

#conts ul.caution {
  margin-bottom: 2.5em;
}

#conts ul.caution li {
  margin-bottom: 0;
}

#conts ul.caution li:before {
  content: "※";
}

#conts ul.plane,
#conts ol.plane,
#conts ul.plane li,
#conts ol.plane li {
  list-style-type: none !important;
  padding: 0;
}

#conts ul.plane li:before,
#conts ol.plane li:before {
  display: none;
}

/*news list*/
#conts .article_list {
  padding: 0;
  margin-bottom: 0;
}

#conts .article_list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1em;
  padding: 0;
  margin-bottom: 1.2em;
}

#conts .article_list li:last-child {
  margin-bottom: 0;
}

#conts .article_list li:before {
  display: none;
}

#conts .article_list li .icon_area {
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
}

#conts .article_list li .icon_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#conts .article_list li .text_area {
  padding-top: 0.5em;
}

#conts .article_list li .tag_time_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em;
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0.6em;
}

#conts .article_list li .tag {
  margin-bottom: 0;
  width: 80px;
  font-weight: bold;
  text-align: center;
  background-color: #4C251E;
  color: #fff;
  padding: 0.6em 0;
  border-radius: 1.2em;
}

#conts .article_list li .tag.tag_event {
  background-color: #F4B73D;
  color: #4C251E;
}

#conts .article_list li a, #conts .article_list li .no_link {
  display: block;
  line-height: 1.6;
  color: inherit;
}

#conts .article_list li.no_news {
  display: block;
}

#conts .article_list li.no_news p {
  margin-bottom: 0;
}

/*default heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 0.8em;
  line-height: 1.6;
}

h1.page_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}

h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #4C251E;
}

h2.vertical, h1.vertical {
  border: none;
  padding: 0;
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2em;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

h2.vertical span, h1.vertical span {
  display: block;
  writing-mode: vertical-rl;
  border-right: 3px solid #4C251E;
  padding: 0 0 0.15em;
  white-space: nowrap;
}

h2.vertical .fukidashi, h1.vertical .fukidashi {
  position: absolute;
  bottom: 100%;
  right: calc(50% + 1em);
  rotate: -5deg;
  writing-mode: horizontal-tb;
  font-size: 0.933rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  display: block;
  width: 8.6em;
  aspect-ratio: 362/252;
  padding: 1.4em 1em 0;
  background: url(../images/kazari/fukidashi.png) no-repeat center bottom;
  background-size: contain;
  border: none;
  white-space: normal;
}

h2.vertical .fukidashi font:empty, h1.vertical .fukidashi font:empty {
  display: none;
}

html[lang="ja"] .is_chrome h2.vertical, html[lang="ja"] .is_chrome h1.vertical {
  letter-spacing: calc(0.2em - 0.45em);
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h2.vertical, html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h1.vertical {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h2.vertical span:not(.fukidashi), html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h1.vertical span:not(.fukidashi) {
  width: fit-content;
  writing-mode: horizontal-tb;
  border-right: none;
  border-bottom: 3px solid #4C251E;
  padding: 0 0 0.1em 0;
  white-space: normal;
}

html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h2.vertical .fukidashi, html:not([lang="ja"]):not([lang="zh-CN"]):not([lang="zh-TW"]) h1.vertical .fukidashi {
  padding: 0 0.5em;
}

h1.vertical {
  font-weight: bold;
  margin-bottom: 0;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  background-color: #F4B73D;
  border-radius: 12px;
  padding: 0.3em 0.6em;
  padding-left: 1.5em;
  margin-bottom: 1rem;
  position: relative;
}

h3:before {
  content: "";
  display: block;
  width: 7px;
  border-radius: 4px;
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 12px;
  background-color: #fff;
}

h3.simple {
  font-size: 1.4rem;
  background: none;
  position: static;
  padding: 0;
  border: none;
  margin-bottom: 1.3rem;
}

h3.simple:before {
  display: none;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 0.4rem;
  position: relative;
}

h4:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  background-color: #F4B73D;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}

h5 {
  font-size: 1.03rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
}

/*hr*/
hr {
  height: 1px;
  background: linear-gradient(to right, #4C251E 33%, transparent 33%);
  background-size: 4px auto;
  margin: 2.5rem 0;
  clear: both;
  overflow: hidden;
}

/*段落*/
table p {
  margin-bottom: 0;
}

table ul, table ol {
  margin-bottom: 0 !important;
}

/*カラー*/
.red {
  color: #d00;
}

.orange {
  color: #EB7323;
}

.brown {
  color: #943623;
}

/* マーカー スタイル */
.marker {
  display: inline;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: linear-gradient(transparent 50%, rgba(244, 183, 61, 0.65) 0%);
}

/*画像*/
.wide_photo_image {
  position: relative;
  margin: 4.3em 0 0;
}

.wide_photo_image.in {
  margin: 3em 0 4em;
}

.wide_photo_image img {
  width: 100%;
  margin: 0;
}

.wide_photo_image .caption {
  color: #fff;
  position: absolute;
  right: 2.5%;
  bottom: 2%;
  font-size: 0.78em;
}

/*container*/
.section_box {
  clear: both;
  padding: 0;
  margin-bottom: 4rem;
}

.section_box .section_box {
  margin-bottom: 2.5rem;
}

.section_box > *:last-child {
  margin-bottom: 0 !important;
}

.section_box .img_box {
  text-align: center;
}

.section_box figure {
  margin-bottom: 1em;
}

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

/*3列ボックス*/
.box_3_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_3_column .box {
  float: left;
  width: 33.3333333%;
  padding: 0 1.5%;
  margin-bottom: 2em;
}

/*2列ボックス*/
.box_2_column {
  overflow: hidden;
  margin: 0 -1.5% 1.5em;
}

.box_2_column .box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
  margin-bottom: 3%;
}

.fig_box .image_area {
  margin-bottom: 1em;
  text-align: center;
}

.fig_box figcaption p {
  font-size: 1.0625rem;
  line-height: 1.8em;
  margin-bottom: 1em;
}

/*索引*/
.list_box {
  margin-bottom: 1.2em;
}

.list_box a {
  color: #4C251E;
  font-weight: normal;
  text-decoration: none;
}

.list_box a .title {
  background: url(../images/icon/link_arrow_b.svg) no-repeat left top;
  background-size: 1.44em auto;
  padding-left: 1.75em;
}

.list_box a[target="_blank"] .title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  aspect-ratio: 1/1;
  background: url(../images/icon/link_out.svg) no-repeat left center;
  background-size: contain;
  margin-left: 0.1em;
}

.list_box .border_box {
  border-radius: 24px;
  padding: 12px;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
}

.list_box .icon_area {
  width: 100px;
  border-radius: 18px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  overflow: hidden;
}

.list_box .icon_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_box .title_area {
  flex-grow: 1;
  padding: 0.5em 0.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.list_box time {
  display: block;
  font-size: 0.8rem;
  color: #4C251E;
  line-height: 1;
  margin-bottom: 0.4em;
}

.list_box .title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}

.list_box .title .ext {
  font-size: 0.67em;
  font-weight: normal;
  margin-left: 0.2em;
}

.list_box .comment_text {
  margin-top: 0.2em;
  font-size: 0.9rem;
  font-weight: normal;
  color: #666;
}

.list_box .comment_text p {
  margin-bottom: 0;
}

.list_box .comment_text font {
  font-size: 1em !important;
}

.list_box.file_link a .title {
  background-image: url(../images/icon/file/file.png);
}

.list_box.file_link a[target="_blank"] .title:after {
  display: none;
}

.list_box.file_link.file_type_docx a .title {
  background-image: url(../images/icon/file/file_word.png);
}

@media (hover: hover) {
  .list_box a:hover .title {
    text-decoration: underline;
  }
}

.listbox_2_col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1.1% 1.5rem;
}

.listbox_2_col .image_area {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
  position: relative;
}

.listbox_2_col .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listbox_2_col .image_area .tag {
  position: absolute;
  top: 0;
  left: 0;
  translate: -10px -10px;
  width: 54px;
}

.listbox_2_col .image_area .tag img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

.listbox_2_col .title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}

.listbox_2_col .comment_text {
  margin-top: 0.1em;
  font-size: 0.9rem;
  font-weight: normal;
}

.listbox_2_col .comment_text p {
  margin-bottom: 0;
}

.listbox_2_col a {
  text-decoration: none;
  color: #4C251E;
}

.listbox_2_col a .title {
  text-decoration: underline;
}

.listbox_2_col.thumbnail_link .title {
  color: #00b899;
}

@media (hover: hover) {
  .listbox_2_col a:hover {
    color: #4C251E;
  }
  .listbox_2_col a:hover .title {
    text-decoration: none;
  }
}

.list_box_alternated {
  min-height: 150px;
  position: relative;
  margin: 0 -25px 15px;
  display: flex;
  align-items: center;
}

.list_box_alternated:nth-of-type(odd) .icon_area {
  border-radius: 0 18px 18px 0;
  left: 0;
}

.list_box_alternated:nth-of-type(odd) .text_area {
  border-radius: 24px 0 0 24px;
  margin-left: auto;
}

.list_box_alternated:nth-of-type(even) .icon_area {
  border-radius: 18px 0 0 18px;
  right: 0;
}

.list_box_alternated:nth-of-type(even) .text_area {
  border-radius: 0 24px 24px 0;
  margin-right: auto;
}

.list_box_alternated .icon_area {
  width: 150px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.list_box_alternated .icon_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_box_alternated .text_area {
  background-color: #fff;
  width: calc(100% - 150px + 30px);
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
  position: relative;
  z-index: 2;
}

.list_box_alternated .text_area a, .list_box_alternated .text_area .no_link {
  display: block;
  padding: 2em 1.7em 2.3em;
}

.list_box_alternated .text_area a {
  text-decoration: none;
}

.list_box_alternated .text_area .comment_text {
  font-size: 0.9rem;
  font-weight: normal;
}

.list_box_alternated .text_area .comment_text p {
  margin-bottom: 0;
}

.list_box_alternated .text_area .title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0 0 0 1.7em;
  background: url(../images/icon/link_arrow_b.svg) no-repeat left center;
  background-size: 1.5em auto;
  border-radius: 0;
  position: static;
}

.list_box_alternated .text_area .title:before {
  display: none;
}

@media (hover: hover) {
  .list_box_alternated .text_area a:hover .title {
    text-decoration: underline;
  }
}

/*image背景ボタンリスト*/
.bg_img_btn a {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*image100%*/
.img_wide {
  width: 100%;
}

/*button design*/
/*ボタン*/
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #ddc06e url(../images/icon.png) no-repeat 50px center;
  border: 0;
  min-width: 300px;
  padding: 0.9em 20px 0.9em 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
}

form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn,
button.btn,
.btn a,
#myreset,
form input.submit_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  background: #000 url(../images/icon_arrow_white_r.png) no-repeat right 20px center;
  border: solid 2px #fff;
  width: 48%;
  padding: 0.9em 1em 0.9em 0.9em;
  margin: 0 0.9% 0.5em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.2em;
  border-radius: 0;
  color: #fff;
}

a.btn:hover,
button.btn:hover,
.btn a:hover,
#myreset:hover,
form input.submit_btn:hover {
  background: #fff url(../images/icon_arrow_b_r.png) no-repeat right 20px center;
  border: solid 2px #000;
  color: #000;
}

a.btn:link,
.btn a:link {
  color: #fff;
}

/* ２列ボタン */
.button_2_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.button_2_column .btn {
  display: block;
  width: 48%;
  margin-bottom: 1.1em;
}

.button_2_column .btn a {
  display: block;
  margin: 0;
  width: 100%;
}

a.btn.gold_btn,
.btn.gold_btn a,
a.btn.gold_btn:hover,
.btn.gold_btn a:hover {
  background-color: #7b6737;
  background-image: url(../images/icon_w_r.png);
  color: #fff;
  border-color: #7b6737;
}

/*a.btn:before, #myreset:before { content:""; display:inline-block; background:url(../images/icon.png) no-repeat; width:9px; height:16px; margin-right:10px; vertical-align:middle; }*/
a.btn.btn_simple {
  background: #000;
  color: #fff;
  border: none;
  font-size: 1em;
  padding: 0.5em 3em;
  min-width: 0;
}

a.btn.btn_simple:hover {
  color: #fff;
}

/*戻る*/
a.btn.back,
button.btn.back,
.btn.back a,
button.btn.back:hover {
  margin-right: 20px;
  background: url(../images/icon_back.png) no-repeat 20px center;
  color: #7b6737;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
}

/*a.btn.back:before, #myreset:before { background-image:url(../images/icon_back.png); margin-right:14px; }*/
/*icon*/
.btn_icon {
  display: inline-block;
  background: url(../images/icon.png) no-repeat left center;
  padding: 2px 0 2px 30px;
  margin-top: 1.5em;
}

.btn_icon.btn_dl {
  background-image: url(../images/icon_dl.png);
}

/*wide*/
a.btn_wide {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0.8em 10px;
  font-size: 1.9em;
  letter-spacing: 0.2em;
}

a.btn:hover,
button:hover,
.btn a:hover,
#myreset:hover,
.btn_icon:hover,
a.btn_wide:hover,
form input.submit_btn:hover {
  opacity: 0.8;
}

a.btn:hover,
.btn a:hover,
button:hover {
  color: #333;
}

/*table*/
/* テーブル */
table {
  width: 100%;
  padding: 0;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  border-collapse: collapse;
}

table caption {
  display: none;
  font-weight: bold;
  background-color: transparent;
  text-align: center;
  padding: 0.7em 0.7em;
}

table th, table td {
  border: 1px solid #BFAC8F;
  vertical-align: top;
  text-align: left;
  padding: 0.9em 0.75em;
}

table th {
  width: auto;
  font-weight: bold;
}

table thead th {
  background-color: #F4B73D;
  font-size: 0.8rem;
  padding: 0.5em 0.8em;
}

table tbody th {
  background-color: #F7E8C6;
}

table tbody th, table tbody td {
  font-size: 0.9rem;
}

.table01, .table02, .line {
  border: none;
}

.table01 th, .table01 td, .table02 th, .table02 td, .line th, .line td {
  border: none;
}

.table01 th, .table01 td, .table02 th, .table02 td, .line th, .line td {
  border-bottom: 1px dashed #4C251E;
  padding: 0.75em;
}

.table01 th:last-child, .table01 td:last-child, .table02 th:last-child, .table02 td:last-child, .line th:last-child, .line td:last-child {
  padding-right: 0;
}

.table01 td, .table02 td, .line td {
  vertical-align: top;
  padding-right: 0;
}

.table01 tr:first-of-type th, .table01 tr:first-of-type td, .table02 tr:first-of-type th, .table02 tr:first-of-type td, .line tr:first-of-type th, .line tr:first-of-type td {
  border-top: 1px dashed #4C251E;
}

.table01 thead th, .table02 thead th, .line thead th {
  background-color: transparent;
  border: none !important;
  color: #4C251E;
  padding-top: 0;
  padding-bottom: 0.5em;
}

/* color box
====================================================================================================================================== */
.bg_green {
  background: #8c9628;
  color: #fff;
}

.bg_black {
  background: #000;
  color: #fff;
}

/*box*/
.point_box {
  border: solid 1px #ddc06e;
  padding: 25px;
  margin-bottom: 1em;
}

/*画像で見出しを作る用（スタイルを強制リセット）*/
h1.plane,
h2.plane,
h3.plane,
h4.plane,
h5.plane {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: !important;
}

h1.plane:after,
h2.plane:after,
h3.plane:after,
h4.plane:after,
h5.plane:after {
  display: none !important;
}

h1.plane img,
h2.plane img,
h3.plane img,
h4.plane img,
h5.plane img {
  margin: 0;
  max-width: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

.mab0 {
  margin-bottom: 0 !important;
}

.mab5 {
  margin-bottom: 5px !important;
}

.mab10 {
  margin-bottom: 10px !important;
}

.mab20 {
  margin-bottom: 20px !important;
}

.mab30 {
  margin-bottom: 30px !important;
}

.mab40 {
  margin-bottom: 40px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab15em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab25em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab35em {
  margin-bottom: 35em !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat5 {
  margin-top: 5px !important;
}

.mat10 {
  margin-top: 10px !important;
}

.mat20 {
  margin-top: 20px !important;
}

.mat30 {
  margin-top: 30px !important;
}

.mat-10 {
  margin-top: -10px !important;
}

.mat-20 {
  margin-top: -20px !important;
}

.mat-30 {
  margin-top: -30px !important;
}

.mar10,
.mr10 {
  margin-right: 10px !important;
}

.mar20,
.mr20 {
  margin-right: 20px !important;
}

.mal10,
.ml10 {
  margin-left: 10px !important;
}

.mal20,
.ml20 {
  margin-left: 20px !important;
}

.pa0 {
  padding: 0 !important;
}

.pat0 {
  padding-top: 0 !important;
}

.pab0 {
  padding-bottom: 0 !important;
}

.pat15 {
  padding-top: 15px !important;
}

/*font size*/
.font_xs {
  font-size: 0.75em;
}

.font_sm {
  font-size: 0.85em;
}

.font_la {
  font-size: 1.2em;
}

.font_lm {
  font-size: 1.4em;
}

.font_xl {
  font-size: 2em;
}

.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.font_0 {
  font-size: 0;
}

.font_plus {
  font-size: 1.07em;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*行間詰め*/
.line_height_min {
  line-height: 1.6;
}

/*文字間*/
.letter {
  letter-spacing: 0.08em;
}

/*タイトル調整用*/
.kerning_tit {
  letter-spacing: 0.27em;
}

.kerning_tit_m {
  letter-spacing: 0.17em;
}

.kerning_tit_m02 {
  letter-spacing: 0.1em;
}

.font_num {
  font-size: 1.05em;
}

/*文字にアンチエイリアスを効かせる*/
.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 文章枠用CSS
====================================================================================================================================== */
p,
.common_box .text_box {
  margin-bottom: 2em;
}

/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

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

.common_box .img_box {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 47%;
  width: auto;
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

/*画像3つ並び*/
.photo_3column {
  overflow: hidden;
  text-align: center;
}

.photo_3column img {
  float: left;
  width: 33.3333%;
}

/*画像3つ並び（ページ内）*/
.photo_3column_in {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_3column_in img {
  width: 31.5%;
  height: auto;
  border-radius: 10px;
}

.photo_3column_in .img_wrap {
  width: 31.5%;
}

.photo_3column_in .img_wrap img {
  width: 100%;
}

/*画像2つ並び（ページ内）*/
.photo_2column_in {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.photo_2column_in img {
  width: 48.5%;
  height: auto;
  border-radius: 10px;
}

.photo_2column_in .img_wrap {
  width: 48.5%;
}

.photo_2column_in .img_wrap img {
  width: 100%;
}

/* ２列入力枠 */
.two_column_box {
  margin: 0 -1.5% 1.5em;
}

.two_column_box .half_box {
  float: left;
  width: 50%;
  padding: 0 1.5%;
}

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

.acc_box {
  border-radius: 24px;
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
  background-color: #fff;
  margin-bottom: 1.2rem;
}

.acc_box.opened dt:after {
  background-image: url(../images/icon/icon_close.svg);
}

.acc_box.normal_acc dt {
  padding-left: 1.4em;
}

.acc_box.normal_acc dt:before {
  display: none;
}

.acc_box dt {
  font-size: 1.1rem;
  padding: 1.4em;
  transition: .2s;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  padding-right: calc(1.4em + 1.6em + 0.5em);
}

.acc_box dt:before {
  content: "Q. ";
}

.acc_box dt:after {
  content: "";
  display: block;
  width: 1.6em;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_open.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.4em;
  translate: 0 -50%;
}

.acc_box dd {
  padding: 1.2em 1.4em;
  line-height: 1.8;
  position: relative;
}

.acc_box dd:before {
  content: "";
  display: block;
  background: linear-gradient(to right, #4C251E 33%, transparent 33%);
  background-size: 4px auto;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 1.4em * 2);
  height: 1px;
}

.acc_box dd p {
  margin-bottom: 0;
}

@media (hover: hover) {
  .acc_box dt:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.bg_box,
.akiya_detail_info {
  background-color: #FFDD99;
  border-radius: 18px;
  padding: 1.4em;
  margin-bottom: 2.5rem;
}

.bg_box.bg_white,
.akiya_detail_info.bg_white {
  background-color: #fff;
}

.bg_box > *:last-child,
.akiya_detail_info > *:last-child {
  margin-bottom: 0 !important;
}

.recruit_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 24px;
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
  margin-bottom: 2.5em;
}

.recruit_box .new {
  display: none;
}

.recruit_box h3 {
  background: none;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.3em;
}

.recruit_box h3:before {
  display: none;
}

.recruit_box h3 + p {
  font-size: 0.9rem;
  margin-bottom: 1.8em;
}

.recruit_box h3 + p strong {
  font-weight: normal;
}

.recruit_box .job_summary {
  display: grid;
  grid-template-columns: 102px 1fr;
  font-size: 0.9rem;
  margin-bottom: 1.6em;
}

.recruit_box .job_summary, .recruit_box .job_summary dt, .recruit_box .job_summary dd {
  position: relative;
}

.recruit_box .job_summary:before, .recruit_box .job_summary dt:before, .recruit_box .job_summary dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: linear-gradient(to right, #4C251E 33%, transparent 33%);
  background-size: 4px auto;
}

.recruit_box .job_summary:before {
  top: 0;
}

.recruit_box .job_summary dt, .recruit_box .job_summary dd {
  padding: 0.75em;
}

.recruit_box .job_summary dt:before, .recruit_box .job_summary dd:before {
  bottom: 0;
}

.recruit_box .job_summary dt {
  font-weight: bold;
  background-color: #F7E8C6;
}

.recruit_box .job_summary dd {
  padding-right: 0;
}

.recruit_box .job_summary dd p {
  margin-bottom: 0;
}

.recruit_box .job_summary dd strong {
  font-weight: normal;
}

.recruit_box .recruit_bottom .publication {
  font-size: 0.8rem;
  margin-bottom: 1.7em;
}

.recruit_box .recruit_bottom .publication p {
  margin-bottom: 0.3em;
}

.recruit_box .recruit_bottom a {
  display: block;
  width: min(290px, 100%);
  margin: 0 auto;
  background-color: #4C251E;
  background-image: url(../images/icon/link_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.8em auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8em;
  padding-right: 1.7em;
  border-radius: 24px;
  text-decoration: none;
}

@media (hover: hover) {
  .recruit_box .recruit_bottom a:hover {
    opacity: 0.8;
  }
}

.akiya_list_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 24px;
  box-shadow: 4px 4px 0 0 rgba(76, 37, 30, 0.1);
  margin-bottom: 2.5em;
}

.akiya_list_box .tags_area {
  margin-bottom: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.akiya_list_box .tags_area p {
  min-width: 100px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background-color: #F4B73D;
  padding: 0.4em 1em;
  border-radius: 1em;
  margin-bottom: 0;
}

.akiya_list_box .tags_area .tag_baibai {
  background-color: #943623;
  color: #fff;
}

.akiya_list_box .tags_area .tag_chintai {
  background-color: #F4B73D;
}

.akiya_list_box .tags_area .tag_status_kosho {
  border: 1px solid #4C251E;
  background-color: #fff;
}

.akiya_list_box .tags_area .tag_status_nyukyo {
  background-color: #d00;
  color: #fff;
}

.akiya_list_box .link_title {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0.3em;
}

.akiya_list_box .photo_area {
  margin-bottom: 1.5em;
}

.akiya_list_box .photo_area img {
  width: 100%;
  border-radius: 12px;
}

.akiya_list_box table {
  margin-bottom: 1.8em;
}

.akiya_list_box table th {
  width: 28%;
}

.akiya_list_box .akiya_detail_info {
  background: none;
  padding: 0;
  margin-bottom: 1.8em;
}

.akiya_list_box .akiya_detail_info dl dt {
  background-color: #F7E8C6;
}

.akiya_list_box .button_area {
  margin-bottom: 0;
}

.akiya_list_box .button_area a {
  min-width: 0;
  width: min(320px, 100%);
  font-size: 1rem;
}

.akiya_detail_info {
  margin-bottom: 2.5em;
}

.akiya_detail_info dl {
  display: grid;
  grid-template-columns: 102px 1fr;
  font-size: 0.9rem;
  position: relative;
}

.akiya_detail_info dl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: linear-gradient(to right, #4C251E 33%, transparent 33%);
  background-size: 4px auto;
}

.akiya_detail_info dl:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: linear-gradient(to right, #4C251E 33%, transparent 33%);
  background-size: 4px auto;
}

.akiya_detail_info dl dt, .akiya_detail_info dl dd {
  padding: 0.75em;
}

.akiya_detail_info dl dt {
  font-weight: bold;
}

.akiya_detail_info dl dd {
  padding-right: 0;
}

.akiya_detail_info dl dd strong {
  font-weight: normal;
}

.akiya_detail_box .akiya_detail_info {
  background: none;
  padding: 0;
}

.akiya_detail_box .akiya_detail_info dl dt {
  background-color: #F7E8C6;
}

.two_column_box:has(.border_box) {
  margin: 0;
}

.two_column_box:has(.border_box) .half_box {
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: 2.5em;
}

.border_box {
  border: 5px solid #fff;
}

.border_box img {
  width: 100%;
}

.border_box:has(iframe) {
  aspect-ratio: 340/227;
}

.border_box iframe {
  width: 100%;
  height: 100%;
}

.circle_box {
  margin: 0 -25px 4em;
}

.circle_box .inner {
  background-color: #F7C9C6;
  padding: 2em 20px;
}

.circle_box .inner > *:last-child {
  margin-bottom: 0 !important;
}

.circle_box:before, .circle_box:after {
  content: "";
  display: block;
  aspect-ratio: 390/85;
  background: url(../images/kazari/round_pink.png) no-repeat left bottom;
  background-size: 108% 100%;
  margin-bottom: -1px;
}

.circle_box:after {
  margin-top: -1px;
  scale: 1 -1;
}

.circle_box.circle_box_yellow .inner {
  background-color: #F4B73D;
}

.circle_box.circle_box_yellow:before, .circle_box.circle_box_yellow:after {
  background-image: url(../images/kazari/round_yellow.png);
}

.circle_box.circle_box_orange {
  color: #fff;
}

.circle_box.circle_box_orange h2.vertical span {
  border-color: #fff;
}

.circle_box.circle_box_orange .inner {
  background-color: #EB7323;
}

.circle_box.circle_box_orange:before, .circle_box.circle_box_orange:after {
  background-image: url(../images/kazari/round_orange.png);
}

.page_links {
  margin: 0 -25px 2.5em;
  padding: 0 20px;
}

.page_links ul {
  font-size: 0.9rem;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}

.page_links ul li {
  margin-bottom: 0 !important;
  padding-left: 1.7em !important;
}

.page_links ul li:before {
  width: 1.333em !important;
  height: 1.333em !important;
  background: url(../images/icon/link_arrow_down.svg) no-repeat !important;
  background-size: contain;
}

.file {
  display: block;
  margin-bottom: 0.8rem;
}

.file img {
  width: 1.6rem;
}

.file .filesize {
  font-size: 0.75rem;
  font-weight: normal;
}
