  @charset "UTF-8";
/* ============================================================================
* Font Face
* ========================================================================= */
@import url("https://fonts.googleapis.com/css?family=Hind+Madurai&display=swap");
/* ======================
¥«¥é©`ÔO¶¨
======================== */
/* ======================
¥Õ¥©¥ó¥È¥µ¥¤¥ºÔO¶¨
======================== */
/* ======================
¥Ö¥ì¥¤¥¯¥Ý¥¤¥ó¥È£¨¥Ù©`¥¹£©
======================== */
/* ======================
¥Õ¥©¥ó¥ÈÔO¶¨
======================== */
/* ============================================================================
* ¥Ç¥Õ¥©¥ë¥È¥¹¥¿¥¤¥ë
* ========================================================================= */
*,
*::before,
*::after {
  -webkit-backface-visibility: hidden;
  word-wrap: break-word;
  box-sizing: border-box;
          backface-visibility: hidden;
  word-break: keep-all;
}

html {
  height: 100%;
  font-size: 62.5%;
}

input[type],
textarea,
select,
button, body {
  color: #5D6164;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Hind Madurai", Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  input[type],
textarea,
select,
button, body {
    font-size: 1.6rem;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
}

label,
[type=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
div,
form,
sup,
p,
th,
td,
button,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

fieldset,
img {
  border: 0;
}

h5,
h6,
th,
td {
  font-style: normal;
  font-size: 1em;
  line-height: inherit;
  text-align: inherit;
}

iframe {
  border: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;
}

em {
  font-style: normal;
  font-weight: bold;
}

hr {
  display: none;
}

a {
  color: #1BA8D6;
  text-decoration: none;
}

.images .box-hdg-wrapper {
  min-height: 250px;
  background-position: bottom right;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #FEF3ED;
}
@media screen and (min-width: 769px) {
  .images .box-hdg-wrapper {
    background-image: url("/share/images/index_img_main_pc.png");
  }
}
.images .box-hdg-wrapper .hdg-lv1-01 {
  color: #EA5504;
}
.images .box-hdg-wrapper .inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.images .box-hdg-wrapper .inner .box-breadcrumb {
  display: none;
}
@media screen and (min-width: 769px) {
  .images .box-hdg-wrapper .inner .box-breadcrumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.images .main-content {
  margin-top: 100px;
}
.images .main-content .box:not(:first-child) {
  margin-top: 20px;
}
.images .main-content .box dt {
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .images .main-content .box dt {
    font-size: 1.8rem;
  }
}
.images .main-content .box a {
  position: relative;
  padding-left: 20px;
  color: #5D6164;
  font-size: 1.4rem;
}
.images .main-content .box a::before {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 11px;
  border-bottom: 1px solid #EA5504;
  content: "";
  transition: transform 0.5s;
}
.images .main-content .box a::after {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #EA5504;
  border-right: 1px solid #EA5504;
  content: "";
  transition: transform 0.5s;
}
@media screen and (min-width: 769px) {
  .images .main-content .box a {
    font-size: 1.6rem;
  }
  .images .main-content .box a::before {
    top: 10px;
    width: 12px;
  }
  .images .main-content .box a::after {
    top: 7px;
    width: 7px;
    height: 7px;
  }
  .images .main-content .box a:hover {
    text-decoration: underline;
  }
  .images .main-content .box a:hover::before {
    transform: translateX(3px);
  }
  .images .main-content .box a:hover::after {
    transform: translateX(3px) rotate(45deg);
  }
}

.fn-imagesFilter__item.is-filterHide {
  display: none !important;
}
.fn-imagesFilter__item.is-showMoreHide {
  display: none !important;
  transform: translateY(10%);
  opacity: 0;
}

.mod-toggle-more-btn {
  display: block;
  position: relative;
  margin: 40px auto 0;
  padding-right: 24px;
  font-weight: bold;
  font-size: 1.4rem;
}
.mod-toggle-more-btn::before {
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-right: 3px solid #5D6164;
  border-bottom: 3px solid #5D6164;
  content: "";
}
@media screen and (min-width: 768px) {
  .mod-toggle-more-btn {
    font-size: 1.6rem;
  }
  .mod-toggle-more-btn::before {
    top: 5px;
    right: 3px;
  }
}

* + .box-01.images {
  margin-top: 40px;
}
.box-01.images .hdg-lv3-01 {
  color: #23323B;
}
@media screen and (min-width: 769px) {
  * + .box-01 {
    margin-top: 60px;
  }
}

.box-search.images {
  margin-top: 60px;
  background-color: #FDEEE5;
}
.box-search.images > .inner > .content + .content {
  margin-top: 25px;
}
.box-search.images > .inner > .content > .list {
  margin-bottom: -10px;
}
.box-search.images > .inner > .content > .list > li {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.box-search.images > .btn {
  margin-top: 37px;
}
.box-search.images > .btn > :first-child {
  margin-top: 0;
}
.box-search.images .btn-reset {
  background-color: #EA5504;
}
.box-search.images .btn-reset > .text {
  color: #FFF;
}
.box-search.images .btn-reset > .text::after {
  background-image: url("/share/images/icon_reset_03.png");
}
@media screen and (min-width: 769px) {
  .box-search.images {
    display: flex;
    align-items: flex-end;
    margin-top: 93px;
  }
  .box-search.images > .inner {
    width: 100%;
  }
  .box-search.images > .inner > .content > .list {
    margin-bottom: -5px;
  }
  .box-search.images > .inner > .content > .list > li {
    padding-bottom: 5px;
  }
  .box-search.images > .btn {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 40px;
  }
  .box-search.images .form-checkbox {
    font-size: 1.6rem;
  }
  .box-search.images .form-checkbox > span {
    padding-top: 0;
  }
}

.box-panel-01 {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col2 .panel:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.sp-col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.sp-col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(5) {
    margin-top: 0;
  }
}
.box-panel-01.col3 .panel {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.box-panel-01 .js-modal {
  display: flex;
  width: 100%;
}
.box-panel-01 .js-modal:not(:first-child) {
  margin-top: 20px;
}
.box-panel-01 .panel {
  display: block;
  border-bottom: 2px solid #FFF;
  background-color: #FFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #EA5504;
  transition: border 0.5s;
}
.box-panel-01 .panel:hover, .box-panel-01 .panel:focus, .box-panel-01 .panel:active {
  border-bottom: 2px solid #EA5504;
}
.box-panel-01 .panel:hover .box-image img, .box-panel-01 .panel:focus .box-image img, .box-panel-01 .panel:active .box-image img {
  transform: scale(1.1);
}
.box-panel-01 .panel:hover .link-arrow > span::after, .box-panel-01 .panel:focus .link-arrow > span::after, .box-panel-01 .panel:active .link-arrow > span::after {
  right: -0.3846em;
}
.box-panel-01 .panel > .box-inner {
  display: flex;
  position: relative;
  flex-flow: column wrap;
  height: 100%;
}
.box-panel-01 .panel > .box-inner > * {
  width: 100%;
}
.box-panel-01 .panel > .box-inner .box-image {
  order: 1;
  overflow: hidden;
}
.box-panel-01 .panel > .box-inner .box-image img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.box-panel-01 .panel > .box-inner .box-content {
  order: 2;
  padding: 10px;
}
.box-panel-01 .panel > .box-inner .box-content > [class^=hdg-]:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .box-panel-01 .panel > .box-inner .box-content {
    padding: 20px;
  }
}
.box-panel-01 .panel .title {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .box-panel-01 .panel .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel:not(.type-02) {
    border-bottom: 2px solid #EA5504;
  }
}
.box-panel-01 .panel:not(.type-02) > .box-inner > * {
  min-height: 0;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content {
  padding-bottom: 50px;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  padding-right: 20px;
  color: #5D6164;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date {
    width: calc(100% - 40px);
    padding-right: 26px;
  }
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 15px;
  height: auto;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] {
    top: -4px;
    width: 23px;
    height: 23px;
  }
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank] {
  background: url("/share/images/icon_link_blank_10.png") left center/23px no-repeat;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank]._bg-none {
  background-image: none;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank]::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 8px;
  background: url("/share/images/icon_link_blank_arrow_02.png") left center/8px no-repeat;
  content: "";
  transition: transform 0.2s;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  transition: opacity 0.4s;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::before {
  background: url("/share/images/icon_pdf_blank_05.png") left center/23px no-repeat;
}
.box-panel-01 .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::after {
  background: url("/share/images/icon_pdf_blank_11.png") left center/23px no-repeat;
  opacity: 0;
}
.box-panel-01 .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-blank]::before, .box-panel-01 .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-blank]::before, .box-panel-01 .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-blank]::before {
  transform: translate(1px, -1px);
}
.box-panel-01 .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-pdf]::before {
  opacity: 0;
}
.box-panel-01 .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-pdf]::after, .box-panel-01 .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-pdf]::after, .box-panel-01 .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-pdf]::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .box-panel-01.images-col3 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .box-panel-01.images-col3 .js-modal {
    width: calc(33.333% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}

.main-content.images-contact {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .main-content.images-contact {
    margin-top: 60px;
  }
}