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

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

.visible-off {
  display: none;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.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;
  width: auto;
  min-width: 270px;
  text-align: center;
  transition: 0.3s;
  padding: 0.9em 2em;
  padding-right: 2.8em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #111;
  background-image: url(../images/icon/link_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 1.3em center;
  background-size: 1.1em auto;
  border: 2px solid #111;
  border-radius: 2.5em;
}

.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 {
  color: #fff;
  opacity: 0.7;
}

.button_area a.white, .button_area a.btn_back, .button_area input[type="submit"].white, .button_area input[type="submit"].btn_back, .button_area input[type="button"].white, .button_area input[type="button"].btn_back {
  background-color: #fff;
  background-image: url(../images/icon/link_arrow.svg);
  color: #111;
}

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

.button_area a.btn_back, .button_area input[type="submit"].btn_back, .button_area input[type="button"].btn_back {
  padding-left: 2.8em;
  padding-right: 2em;
  background-image: url(../images/icon/link_arrow_l.svg);
  background-position: left 1.3em center;
}

.button_area a.is_important, .button_area input[type="submit"].is_important, .button_area input[type="button"].is_important {
  font-size: 1.2rem;
  background-image: url(../images/icon/link_arrow.svg);
  background-position: right 1.2em center;
  background-size: 0.95em auto;
  color: #111;
  background-color: #d5ff00;
  outline: 4px solid #fff;
  outline-offset: -6px;
}

.button_area a.mini, .button_area input[type="submit"].mini, .button_area input[type="button"].mini {
  background-image: none;
  padding: 0.7em 1.3em;
  min-width: 170px;
}

.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 {
  overflow: hidden;
  margin-bottom: 2.5rem;
}

#conts ul li, #main_column ul li {
  position: relative;
  line-height: 1.6;
  padding-left: 0.8em;
  margin-bottom: 0.6em;
}

#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: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #111;
}

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

#conts ol li, #main_column ol li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

#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) ".";
  margin-right: 0.3em;
  text-indent: 0;
}

#conts ol li:nth-child(n+10), #main_column ol li:nth-child(n+10) {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

#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: 2em;
}

#conts .article_list li {
  padding: 0;
  margin-bottom: 2em;
}

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

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

#conts .article_list li time {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  color: #00b899;
  margin-bottom: 0.4em;
}

#conts .article_list li a {
  display: block;
  color: #111;
}

@media (hover: hover) {
  #conts .article_list li a:hover .link_title {
    text-decoration: underline;
  }
  #conts .article_list li .no_link a:hover {
    text-decoration: none;
  }
}

/*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;
  margin-bottom: 0;
}

h1.page_title .en {
  display: block;
  width: fit-content;
  margin: 0 auto 0.8em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.88em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-bottom: 3px solid #111;
  padding: 0 0.07em;
}

.fukidashi {
  display: block;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #d9ffe2;
  padding: 1.6em 1.8em;
  border-radius: 20px;
  position: relative;
}

.fukidashi p {
  margin-bottom: 0;
}

.fukidashi:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  right: 11px;
  width: 16px;
  aspect-ratio: 16/11;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.fukidashi.bg_green {
  background-color: #00b899;
  color: #fff;
}

.fukidashi.left {
  margin-left: 0;
  margin-right: auto;
}

.fukidashi.left:after {
  right: auto;
  left: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.fukidashi.small_black {
  font-size: 1.2rem;
  padding: 0.7em 1.2em;
  border-radius: 2.5em;
  background-color: #111;
  color: #fff;
  width: fit-content;
}

.fukidashi.small_black:after {
  width: 12px;
  aspect-ratio: 3/2;
}

.fukidashi.small {
  font-size: 0.9rem;
  border-radius: 2.5em;
  padding: 0.3em 1.5em;
  margin: 0;
  width: fit-content;
}

.fukidashi.small:after {
  width: 12px;
  aspect-ratio: 3/2;
  right: 9px;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.15em;
  border-bottom: 3px solid #111;
  margin-bottom: 2rem;
}

.h2_center {
  margin-bottom: 3.5rem;
}

.h2_center .fukidashi {
  font-weight: bold;
  background-color: #50e5c1;
  text-align: center;
  width: fit-content;
  padding: 0.5em 1.3em;
  margin: 0 auto 0.9em;
}

.h2_center .fukidashi:after {
  right: 10px;
  width: 12px;
}

.h2_center h2 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2");
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2rem;
}

h3.bar {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  background-color: #111;
  padding: 0.3em 0.6em;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.5rem;
}

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

/*hr*/
hr {
  height: 1px;
  border-bottom: 1px solid #ccc;
  background: none;
  margin: 2.5rem 0;
  clear: both;
  overflow: hidden;
}

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

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

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

.green {
  color: #00b899;
}

.yellow {
  color: #cc8800;
}

.light_yellow {
  color: #d5ff00;
}

.orange {
  color: #FFD400;
}

/* マーカー スタイル */
.marker {
  display: inline;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: linear-gradient(transparent 50%, #EBF1F2 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 .img_box img {
  border-radius: 10px;
}

.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.4em;
}

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

.list_box a .main_area {
  background: url(../images/icon/link_arrow.svg) no-repeat right 1.3em center;
  background-size: 1.1em auto;
  padding-right: 2.8em !important;
}

.list_box a[target="_blank"] .main_area {
  background-image: url(../images/icon/link_out.svg);
  background-size: 1em auto;
}

.list_box .border_box {
  border: 2px solid #111;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.list_box .icon_image {
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}

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

.list_box .main_area {
  flex-grow: 1;
  padding: 1.2em 1.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.list_box .time {
  line-height: 1;
  margin-bottom: 0.4em;
}

.list_box time {
  font-size: 0.9rem;
  font-weight: bold;
  color: #00b899;
}

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

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

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

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

.list_box.noimage {
  display: block;
}

.list_box.noimage .border_box {
  display: block;
}

.list_box.noimage .main_area {
  width: auto;
  padding: 1.3em;
}

@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: 10px;
  overflow: hidden;
  aspect-ratio: 165/124;
  margin-bottom: 10px;
}

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

.listbox_2_col .title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}

.listbox_2_col .title:before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #50e5c1;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}

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

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

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

.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: #111;
  }
  .listbox_2_col a:hover .title {
    text-decoration: none;
  }
}

/*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_black_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;
  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 #becacc;
  vertical-align: top;
  text-align: left;
  padding: 1em 0.8em;
}

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

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

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

.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 dotted #111;
  padding: 0.8em 0;
  padding-right: 1.2em;
}

.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 th, .table02 th, .line th {
  background: none;
}

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

.table01 thead th, .table02 thead th, .line thead th {
  background-color: transparent;
  color: #111;
  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;
}

/* ページ内リンク
====================================================================================================================================== */
.sub_navi {
  background-color: #50e5c1;
  margin: 0 -20px 4em;
  padding: 1.8em 20px;
}

.sub_navi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.8em;
  row-gap: 1.2em;
  margin-bottom: 0 !important;
}

.sub_navi ul li {
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0 !important;
}

.sub_navi ul li:before {
  display: none !important;
}

.sub_navi ul li a {
  display: block;
  padding-left: 1.1em;
  color: #111;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.sub_navi ul li a:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  rotate: 45deg;
}

@media (hover: hover) {
  .sub_navi ul li a:hover {
    text-decoration: underline;
  }
}

.full_width_image {
  margin: 0 -20px 2.5rem;
  aspect-ratio: 390/293;
}

.full_width_image img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq_acc {
  border: 1px solid #111;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 1.4rem;
}

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

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

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

.faq_acc dt {
  padding: 0.9rem 1.4rem;
  transition: .2s;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  padding-left: calc(1.4em + 2em);
  padding-right: calc(1.4em + 1.5em);
}

.faq_acc dt p {
  margin-bottom: 0;
}

.faq_acc dt:before {
  content: "Q.";
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #becacc;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  translate: 0 -50%;
}

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

.faq_acc dd {
  padding: 1.4rem;
  line-height: 1.8;
  position: relative;
}

.faq_acc dd:before {
  content: "";
  display: block;
  background-color: #becacc;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 1.4rem * 2);
  height: 1px;
}

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

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

.flow_chart {
  display: flex;
  flex-direction: column;
}

.flow_item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding-bottom: 3.4em;
  position: relative;
}

.flow_item:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: calc(80px / 2);
  z-index: 1;
  translate: -50%;
  background-image: linear-gradient(to bottom, #111 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: center top;
}

.flow_item.flow_last {
  padding-bottom: 0;
}

.flow_item.flow_last:before {
  display: none;
}

.flow_item .flow_icon {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #50e5c1;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.flow_item .flow_icon.is_yellow {
  background-color: #d5ff00;
}

.flow_item .flow_icon.is_lime {
  background-color: rgba(102, 232, 58, 0.7);
}

.flow_item .flow_icon.is_dark {
  background-color: #00b899;
}

.flow_item .flow_icon img {
  width: 52.5%;
}

.flow_item .flow_content {
  flex: 1;
}

.flow_item .flow_content .flow_header {
  display: flex;
  font-size: 1.2rem;
  gap: 0.4em;
  margin-bottom: 0.3em;
}

.flow_item .flow_content .flow_header p {
  margin-bottom: 0;
}

.flow_item .flow_content .flow_header .flow_number {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  color: #becacc;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.flow_item .flow_content .flow_header .flow_title {
  font-weight: bold;
  line-height: 1.6;
}

.flow_item .flow_content .flow_text p {
  margin-bottom: 0;
}

.light_blue_box {
  background-color: #d9ffe2;
  border-radius: 20px;
  padding: 1.6em 1.8em;
  margin-bottom: 2.5rem;
}

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

.photo_grid {
  rotate: -6deg;
  width: 125%;
  margin-left: calc((100% - 125%) / 2);
  margin-top: 8rem;
  margin-bottom: 10rem;
  position: relative;
}

.photo_grid .decoration {
  position: absolute;
  z-index: 1;
}

.photo_grid .decoration img {
  width: 100%;
}

.photo_grid .decoration01 {
  width: 28%;
  top: -9%;
  left: -1%;
}

.photo_grid .decoration02 {
  width: 7%;
  top: 42%;
  left: 54%;
}

.photo_grid .decoration03 {
  width: 11%;
  top: 28%;
  right: 1%;
}

.photo_grid .decoration04 {
  width: 13%;
  bottom: -8%;
  left: -1%;
}

.photo_grid .decoration05 {
  width: 24%;
  bottom: -17%;
  right: 0;
}

.photo_grid .photo_grid_title {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}

.photo_grid .photo_grid_title:before, .photo_grid .photo_grid_title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background-color: #111;
  height: 2.2em;
}

.photo_grid .photo_grid_title:before {
  rotate: -26deg;
  margin-right: 0.8em;
}

.photo_grid .photo_grid_title:after {
  rotate: 26deg;
  margin-left: 0.8em;
}

.photo_grid .photo_grid_title strong {
  font-size: 1.11em;
}

.photo_grid ul {
  display: grid;
  gap: 12px;
}

.photo_grid ul li {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.photo_grid ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.photo_grid ul li:before {
  display: none;
}

.photo_grid ul.type01 {
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 118px 70px;
  margin-bottom: 12px !important;
}

.photo_grid ul.type01 li:nth-child(1) {
  grid-row: 1 / span 2;
}

.photo_grid ul.type01 li:nth-child(2) {
  grid-column: 2/ span 2;
}

.photo_grid ul.type02 {
  grid-template-columns: 1fr 1fr 3fr;
  grid-template-rows: 70px 118px;
  margin-bottom: 0 !important;
}

.photo_grid ul.type02 li:nth-child(3) {
  grid-row: 2 / span 1;
  grid-column: 1 / span 2;
}

.photo_grid ul.type02 li:nth-child(4) {
  grid-row: 1 / span 2;
}

.voice_box {
  background: #50e5c1;
  margin: 0 -20px;
  padding: 6rem 20px;
}

.voice_box .h2_center .fukidashi {
  background-color: #fff;
}

.event_box {
  background: #FFFCD9;
  margin: 0 -20px 6rem;
  padding: 6rem 20px;
}

.event_box .h2_center .fukidashi {
  background-color: #FFD400;
}

.event_box .listbox_2_col .title:before {
  background-color: #FFD400;
}

.ryo_map {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.ryo_map iframe {
  width: 100%;
}

.deadlines {
  display: flex;
  margin-bottom: 1em;
}

.deadlines .deadline_item {
  flex: 1;
  text-align: center;
  padding-bottom: 0.1em;
}

.deadlines .deadline_item:first-of-type {
  border-right: 1px solid #111;
}

.deadlines .deadline_item .shimekiri {
  background-color: #fff;
  color: #111;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.2em 0.95em;
  border-radius: 2em;
  width: fit-content;
  margin: 0 auto 1em;
}

.deadlines .deadline_item .year {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.deadlines .deadline_item .deadline_date {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.deadlines .deadline_item .deadline_date p {
  margin-bottom: 0;
}

.deadlines .deadline_item .deadline_date p span {
  margin: 0 1px;
}

.deadlines .deadline_item .deadline_date .font_xs {
  font-size: 0.6em;
}

@media screen and (min-width: 541px) {
  .photo_grid {
    width: 110%;
    margin-left: calc((100% - 110%) / 2);
  }
  .photo_grid .decoration01 {
    left: -6%;
  }
  .photo_grid .decoration02 {
    left: 55%;
  }
  .photo_grid .decoration03 {
    right: -3%;
  }
  .photo_grid .decoration04 {
    left: -4%;
  }
  .photo_grid .decoration05 {
    right: -3%;
  }
  .photo_grid ul {
    gap: 10px;
  }
  .photo_grid ul.type01 {
    grid-template-rows: 123px 80px;
    margin-bottom: 10px !important;
  }
  .photo_grid ul.type02 {
    grid-template-rows: 80px 123px;
  }
}

@media screen and (min-width: 769px) {
  .photo_grid {
    width: 125%;
    margin-left: calc((100% - 125%) / 2);
  }
  .photo_grid .decoration01 {
    left: -1%;
  }
  .photo_grid .decoration03 {
    right: 1%;
  }
  .photo_grid .decoration04 {
    left: -1%;
  }
  .photo_grid .decoration05 {
    right: 0;
  }
  .photo_grid ul {
    gap: 8px;
  }
  .photo_grid ul.type01 {
    grid-template-rows: 115px 60px;
    margin-bottom: 8px !important;
  }
  .photo_grid ul.type02 {
    grid-template-rows: 60px 115px;
  }
}
