@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  vertical-align: bottom;
  border: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
input {
  outline: 0;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}
p,
h2 {
  word-wrap: break-word;
}
.COMPONENT_MARGIN,
.c-component-btnSet,
.c-component-calegoryIndex,
.c-component-captionSet,
.c-component-clickableMapSet,
.c-component-headingLinkSet,
.c-component-iconLinkSet,
.c-component-imageText,
.c-component-mapSet,
.new-information-set,
.c-component-newsSet,
.c-component-wysiwyg,
.l-layout-sectionWrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .COMPONENT_MARGIN,
  .c-component-btnSet,
  .c-component-calegoryIndex,
  .c-component-captionSet,
  .c-component-clickableMapSet,
  .c-component-headingLinkSet,
  .c-component-iconLinkSet,
  .c-component-imageText,
  .c-component-mapSet,
  .new-information-set,
  .c-component-newsSet,
  .c-component-wysiwyg,
  .l-layout-sectionWrapper {
    margin-bottom: 40px;
  }
}
.COMPONENT_MARGIN:last-child,
.c-component-btnSet:last-child,
.c-component-calegoryIndex:last-child,
.c-component-captionSet:last-child,
.c-component-clickableMapSet:last-child,
.c-component-headingLinkSet:last-child,
.c-component-iconLinkSet:last-child,
.c-component-imageText:last-child,
.c-component-mapSet:last-child,
.new-information-set:last-child,
.c-component-newsSet:last-child,
.c-component-wysiwyg:last-child,
.l-layout-sectionWrapper:last-child {
  margin-bottom: 0;
}
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-small {
  font-size: 52.5%;
}
html.is-large {
  font-size: 72.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  min-width: 1060px;
  min-height: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-image: url("../images/common/bgimg.png");
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body input,
body select,
body textarea,
body button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body input,
  body select,
  body textarea,
  body button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    width: 100%;
  }
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
::selection {
  background-color: #d26e64;
  color: #fff;
}
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-sp + .is-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: inline;
  }
}
input[type="text"],
input[type="button"],
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none !important;
  }
}
#search {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}
@-moz-keyframes globalSubMenu_on {
  0% {
    height: 0;
    padding: 0;
  }
  1% {
    overflow: visible;
  }
  100% {
    height: auto;
    padding: 30px 0;
    overflow: visible;
  }
}
@-webkit-keyframes globalSubMenu_on {
  0% {
    height: 0;
    padding: 0;
  }
  1% {
    overflow: visible;
  }
  100% {
    height: auto;
    padding: 30px 0;
    overflow: visible;
  }
}
@-o-keyframes globalSubMenu_on {
  0% {
    height: 0;
    padding: 0;
  }
  1% {
    overflow: visible;
  }
  100% {
    height: auto;
    padding: 30px 0;
    overflow: visible;
  }
}
@keyframes globalSubMenu_on {
  0% {
    height: 0;
    padding: 0;
  }
  1% {
    overflow: visible;
  }
  100% {
    height: auto;
    padding: 30px 0;
    overflow: visible;
  }
}
.m-module-bgTitle01 {
  position: relative;
  margin-bottom: 27px;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #614f3c;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.m-module-bgTitle01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .m-module-bgTitle01 {
    padding: calc(10px + 0.1em) 17px;
  }
  .m-module-bgTitle01::after {
    bottom: 5px;
  }
}
.m-module-boldTitle01 {
  margin-bottom: calc(10px - 0.1rem);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .m-module-boldTitle01 {
    margin-bottom: calc(14px - 0.3rem);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.m-module-boldTitle02 {
  position: relative;
  margin-bottom: calc(14px - 0.1rem);
  margin-left: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.m-module-boldTitle02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  margin-left: -24px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .m-module-boldTitle02 {
    margin-bottom: calc(18px - 0.3rem);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .m-module {
    padding: 0 10px;
  }
}
.m-module-borderBottomTitle01 {
  position: relative;
  margin-top: 16px;
  margin-bottom: calc(44px - 0.6rem);
  padding-bottom: 22px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}
.m-module-borderBottomTitle01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, transparent, #d26e64 100%, #d26e64 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m-module-borderBottomTitle01 +.subTitle01 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: calc(65px - 0.8rem);
}
@media screen and (max-width: 768px) {
  .m-module-borderBottomTitle01 +.subTitle01 {
    margin-bottom: calc(54px - 0.8rem);
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .m-module-borderBottomTitle01 {
    margin: 0 0 23px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.m-module-borderLeftTitle01 {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #00a4e6;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-module-borderLeftTitle01 {
    margin-bottom: 25px;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-module-wysiwyg {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-module-wysiwyg a {
  color: #d26e64;
}
.c-module-wysiwyg a:hover {
  opacity: 0.6;
}
.c-module-wysiwyg p.is-right,
.c-module-wysiwyg li.is-right {
  text-align: right;
}
.c-module-wysiwyg p.is-center,
.c-module-wysiwyg li.is-center {
  text-align: center;
}
.c-module-wysiwyg p strong,
.c-module-wysiwyg li strong,
.c-module-wysiwyg p b,
.c-module-wysiwyg li b {
  font-weight: bold;
}
.c-module-wysiwyg p strong,
.c-module-wysiwyg li strong {
  color: #d26e64;
}
.c-module-wysiwyg p i,
.c-module-wysiwyg li i {
  font-style: italic;
}
.c-module-wysiwyg p sup,
.c-module-wysiwyg li sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: super;
}
.c-module-wysiwyg p sub,
.c-module-wysiwyg li sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: sub;
}
.c-module-wysiwyg p {
  margin-bottom: 20px;
}
.c-module-wysiwyg p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg p {
    margin-bottom: 20px;
  }
  .c-module-wysiwyg p:last-child {
    margin-bottom: 20px;
  }
}
.c-module-wysiwyg ul,
.c-module-wysiwyg ol {
  margin-bottom: 20px;
}
.c-module-wysiwyg ul ul,
.c-module-wysiwyg ol ul {
  margin-left: 1em;
}
.c-module-wysiwyg ul ul li:last-child,
.c-module-wysiwyg ol ul li:last-child {
  margin-bottom: 0;
}
.c-module-wysiwyg ul a,
.c-module-wysiwyg ol a {
  color: #d26e64;
}
.c-module-wysiwyg ul a:hover,
.c-module-wysiwyg ol a:hover {
  opacity: 0.6;
}
.c-module-wysiwyg ul {
  padding-left: 1.3em;
}
.c-module-wysiwyg ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.c-module-wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.c-module-wysiwyg ul li span {
  font-weight: bold;
}
.c-module-wysiwyg ol {
  padding-left: 1.5em;
}
.c-module-wysiwyg ol li {
  margin-bottom: 5px;
  list-style: decimal;
}
.c-module-wysiwyg table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg table tr:first-child th {
    border-top: 1px solid #ccc;
  }
}
.c-module-wysiwyg table a:hover {
  opacity: 0.6;
}
.c-module-wysiwyg thead th {
  background-color: #37291b;
  color: #fff;
  text-align: center;
}
.c-module-wysiwyg th,
.c-module-wysiwyg td {
  padding: calc(19px - 0.2rem);
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg th,
  .c-module-wysiwyg td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: calc(14px - 0.2rem);
  }
}
.c-module-wysiwyg th {
  background-color: #aa8f73;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-module-wysiwyg a[target^='_blank']:after,
.c-component-table a[target^='_blank']:after,
.m-module-linkListSet a[target^='_blank']:after,
.c-component-newsSet a[target^='_blank']:after,
.l-sideContents a[target^='_blank']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 14px;
  height: 11px;
  background-image: url("../images/common/icon_window.png") !important;
  margin-left: 5px;
}
.c-module-wysiwyg a[href$='.pdf']:after,
.c-component-table a[href$='.pdf']:after,
.m-module-linkListSet a[href$='.pdf']:after,
.c-component-newsSet a[href$='.pdf']:after,
.l-sideContents a[href$='.pdf']:after,
.c-module-wysiwyg a[href$='.doc']:after,
.c-component-table a[href$='.doc']:after,
.m-module-linkListSet a[href$='.doc']:after,
.c-component-newsSet a[href$='.doc']:after,
.l-sideContents a[href$='.doc']:after,
.c-module-wysiwyg a[href$='.docx']:after,
.c-component-table a[href$='.docx']:after,
.m-module-linkListSet a[href$='.docx']:after,
.c-component-newsSet a[href$='.docx']:after,
.l-sideContents a[href$='.docx']:after,
.c-module-wysiwyg a[href$='.docm']:after,
.c-component-table a[href$='.docm']:after,
.m-module-linkListSet a[href$='.docm']:after,
.c-component-newsSet a[href$='.docm']:after,
.l-sideContents a[href$='.docm']:after,
.c-module-wysiwyg a[href$='.dotx']:after,
.c-component-table a[href$='.dotx']:after,
.m-module-linkListSet a[href$='.dotx']:after,
.c-component-newsSet a[href$='.dotx']:after,
.l-sideContents a[href$='.dotx']:after,
.c-module-wysiwyg a[href$='.dotm']:after,
.c-component-table a[href$='.dotm']:after,
.m-module-linkListSet a[href$='.dotm']:after,
.c-component-newsSet a[href$='.dotm']:after,
.l-sideContents a[href$='.dotm']:after,
.c-module-wysiwyg a[href$='.rtf']:after,
.c-component-table a[href$='.rtf']:after,
.m-module-linkListSet a[href$='.rtf']:after,
.c-component-newsSet a[href$='.rtf']:after,
.l-sideContents a[href$='.rtf']:after,
.c-module-wysiwyg a[href$='.xls']:after,
.c-component-table a[href$='.xls']:after,
.m-module-linkListSet a[href$='.xls']:after,
.c-component-newsSet a[href$='.xls']:after,
.l-sideContents a[href$='.xls']:after,
.c-module-wysiwyg a[href$='.xlsx']:after,
.c-component-table a[href$='.xlsx']:after,
.m-module-linkListSet a[href$='.xlsx']:after,
.c-component-newsSet a[href$='.xlsx']:after,
.l-sideContents a[href$='.xlsx']:after,
.c-module-wysiwyg a[href$='.xlt']:after,
.c-component-table a[href$='.xlt']:after,
.m-module-linkListSet a[href$='.xlt']:after,
.c-component-newsSet a[href$='.xlt']:after,
.l-sideContents a[href$='.xlt']:after,
.c-module-wysiwyg a[href$='.xml']:after,
.c-component-table a[href$='.xml']:after,
.m-module-linkListSet a[href$='.xml']:after,
.c-component-newsSet a[href$='.xml']:after,
.l-sideContents a[href$='.xml']:after,
.c-module-wysiwyg a[href$='.xlsm']:after,
.c-component-table a[href$='.xlsm']:after,
.m-module-linkListSet a[href$='.xlsm']:after,
.c-component-newsSet a[href$='.xlsm']:after,
.l-sideContents a[href$='.xlsm']:after,
.c-module-wysiwyg a[href$='.csv']:after,
.c-component-table a[href$='.csv']:after,
.m-module-linkListSet a[href$='.csv']:after,
.c-component-newsSet a[href$='.csv']:after,
.l-sideContents a[href$='.csv']:after,
.c-module-wysiwyg a[href$='.ppt']:after,
.c-component-table a[href$='.ppt']:after,
.m-module-linkListSet a[href$='.ppt']:after,
.c-component-newsSet a[href$='.ppt']:after,
.l-sideContents a[href$='.ppt']:after,
.c-module-wysiwyg a[href$='.pptx']:after,
.c-component-table a[href$='.pptx']:after,
.m-module-linkListSet a[href$='.pptx']:after,
.c-component-newsSet a[href$='.pptx']:after,
.l-sideContents a[href$='.pptx']:after,
.c-module-wysiwyg a[href$='.pptm']:after,
.c-component-table a[href$='.pptm']:after,
.m-module-linkListSet a[href$='.pptm']:after,
.c-component-newsSet a[href$='.pptm']:after,
.l-sideContents a[href$='.pptm']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px;
  height: 17px;
  margin-left: 5px;
}
.c-module-wysiwyg a[href$='.pdf']:after,
.c-component-table a[href$='.pdf']:after,
.m-module-linkListSet a[href$='.pdf']:after,
.c-component-newsSet a[href$='.pdf']:after,
.l-sideContents a[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.c-module-wysiwyg a[href$='.doc']:after,
.c-component-table a[href$='.doc']:after,
.m-module-linkListSet a[href$='.doc']:after,
.c-component-newsSet a[href$='.doc']:after,
.l-sideContents a[href$='.doc']:after,
.c-module-wysiwyg a[href$='.docx']:after,
.c-component-table a[href$='.docx']:after,
.m-module-linkListSet a[href$='.docx']:after,
.c-component-newsSet a[href$='.docx']:after,
.l-sideContents a[href$='.docx']:after,
.c-module-wysiwyg a[href$='.docm']:after,
.c-component-table a[href$='.docm']:after,
.m-module-linkListSet a[href$='.docm']:after,
.c-component-newsSet a[href$='.docm']:after,
.l-sideContents a[href$='.docm']:after,
.c-module-wysiwyg a[href$='.dotx']:after,
.c-component-table a[href$='.dotx']:after,
.m-module-linkListSet a[href$='.dotx']:after,
.c-component-newsSet a[href$='.dotx']:after,
.l-sideContents a[href$='.dotx']:after,
.c-module-wysiwyg a[href$='.dotm']:after,
.c-component-table a[href$='.dotm']:after,
.m-module-linkListSet a[href$='.dotm']:after,
.c-component-newsSet a[href$='.dotm']:after,
.l-sideContents a[href$='.dotm']:after {
  background-image: url("../images/common/icon_word.png") !important;
}
.c-module-wysiwyg a[href$='.xls']:after,
.c-component-table a[href$='.xls']:after,
.m-module-linkListSet a[href$='.xls']:after,
.c-component-newsSet a[href$='.xls']:after,
.l-sideContents a[href$='.xls']:after,
.c-module-wysiwyg a[href$='.xlsx']:after,
.c-component-table a[href$='.xlsx']:after,
.m-module-linkListSet a[href$='.xlsx']:after,
.c-component-newsSet a[href$='.xlsx']:after,
.l-sideContents a[href$='.xlsx']:after,
.c-module-wysiwyg a[href$='.xlt']:after,
.c-component-table a[href$='.xlt']:after,
.m-module-linkListSet a[href$='.xlt']:after,
.c-component-newsSet a[href$='.xlt']:after,
.l-sideContents a[href$='.xlt']:after,
.c-module-wysiwyg a[href$='.xml']:after,
.c-component-table a[href$='.xml']:after,
.m-module-linkListSet a[href$='.xml']:after,
.c-component-newsSet a[href$='.xml']:after,
.l-sideContents a[href$='.xml']:after,
.c-module-wysiwyg a[href$='.xlsm']:after,
.c-component-table a[href$='.xlsm']:after,
.m-module-linkListSet a[href$='.xlsm']:after,
.c-component-newsSet a[href$='.xlsm']:after,
.l-sideContents a[href$='.xlsm']:after,
.c-module-wysiwyg a[href$='.csv']:after,
.c-component-table a[href$='.csv']:after,
.m-module-linkListSet a[href$='.csv']:after,
.c-component-newsSet a[href$='.csv']:after,
.l-sideContents a[href$='.csv']:after {
  background-image: url("../images/common/icon_xls.png") !important;
}
.c-module-wysiwyg a[href$='.ppt']:after,
.c-component-table a[href$='.ppt']:after,
.m-module-linkListSet a[href$='.ppt']:after,
.c-component-newsSet a[href$='.ppt']:after,
.l-sideContents a[href$='.ppt']:after,
.c-module-wysiwyg a[href$='.pptx']:after,
.c-component-table a[href$='.pptx']:after,
.m-module-linkListSet a[href$='.pptx']:after,
.c-component-newsSet a[href$='.pptx']:after,
.l-sideContents a[href$='.pptx']:after,
.c-module-wysiwyg a[href$='.pptm']:after,
.c-component-table a[href$='.pptm']:after,
.m-module-linkListSet a[href$='.pptm']:after,
.c-component-newsSet a[href$='.pptm']:after,
.l-sideContents a[href$='.pptm']:after {
  background-image: url("../images/common/icon_ppt.png") !important;
}
.c-component-newsSet a.no-after:after {
  content: none;
}
.c-module-wysiwyg .camera-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-module-wysiwyg .camera-flex::after {
  content: "";
  display: block;
  width: calc(33.3% - 20px);
}
.c-module-wysiwyg .camera-flex a {
  display: block;
}
.c-module-wysiwyg .camera-flex a:hover {
  opacity: 0.6;
}
.c-module-wysiwyg .camera-flex .camera {
  width: calc((100% - 60px) / 3);
  margin-bottom: 20px;
}
.c-module-wysiwyg .camera-flex .camera_name {
  display: flex;
  align-items: baseline;
}
.c-module-wysiwyg .camera-flex .camera_name span {
  line-height: 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-module-wysiwyg .camera-flex .camera_name span br {
  display: none;
}
.c-module-wysiwyg .camera-flex .camera_img {
  position: relative;
  width: 100%;
}
.c-module-wysiwyg .camera-flex .camera_img::before {
  content: "";
  display: block;
  padding-top: 60% /* 3:5の縦横比の場合3/5=0.6×100で60% */;
}
.c-module-wysiwyg .camera-flex .camera_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg .camera-flex .camera {
    width: calc((100% - 1em) / 2);
    margin-bottom: 1em;
  }
  .c-module-wysiwyg .camera-flex .camera span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-module-wysiwyg .camera-flex .camera span br {
    display: block;
  }
  .c-module-wysiwyg .camera-flex .image_map {
    display: none;
  }
}
.road01 h2 {
  background: #d26e64 !important;
}
.road01 .number {
  color: #d26e64 !important;
}
.road02 h2 {
  background: #6c5193 !important;
}
.road02 .number {
  color: #6c5193 !important;
}
.road03 h2 {
  background: #9e8f0e !important;
}
.road03 .number {
  color: #9e8f0e !important;
}
img.cam {
  width: 100%;
  margin-bottom: 1em;
}
.m-module-image figure figcaption {
  margin-top: calc(13px - 0.2rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .m-module-image figure figcaption {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .m-module-image iframe {
    width: 100%;
  }
}
.m-module-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .m-module-image img {
    width: 100%;
  }
}
.m-module-image .movie {
  position: relative;
  padding-top: 56.25%;
}
.m-module-image .movie iframe,
.m-module-image .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-module {
  position: relative;
}
.m-module-image01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .m-module-image01 {
    margin-bottom: 0 !important;
  }
}
.m-module-image01 +.m-module-imageTitle01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #d26e64;
  background: linear-gradient(to right, #614f3c, #00d2e6);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  opacity: 0.9;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .m-module-image01 +.m-module-imageTitle01 {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 0;
    position: relative;
  }
}
.m-module-imageTitle01 {
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
  background-color: #d26e64;
  background: linear-gradient(to right, #614f3c, #00d2e6);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 21px 0;
  text-align: center;
  opacity: 0.9;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .m-module-imageTitle01 {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.m-module-leadText01 {
  margin-bottom: 60px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-module-leadText01 {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.m-module-linkBtn {
  display: inline-block;
  border: 1px solid #d26e64;
}
.m-module-linkBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 12px 47px 12px 26px;
  box-sizing: border-box;
  text-align: left;
  background-color: #d26e64;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-module-linkBtn a {
    padding: 15px 41px 15px 20px;
  }
}
.m-module-linkBtn a:hover {
  background-color: #fff;
  color: #d26e64;
}
.m-module-linkBtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 8px;
  background-image: url("../images/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, -50%, 0);
}
.m-module-linkBtn a:hover:after {
  background-image: url("../images/common/icon_arrow_hover.png");
}
.m-module-linkBtn a[target^='_blank']:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
}
.m-module-linkBtn a[href$='.pdf']:after,
.m-module-linkBtn a[href$='.doc']:after,
.m-module-linkBtn a[href$='.docx']:after,
.m-module-linkBtn a[href$='.docm']:after,
.m-module-linkBtn a[href$='.dotx']:after,
.m-module-linkBtn a[href$='.dotm']:after,
.m-module-linkBtn a[href$='.rtf']:after,
.m-module-linkBtn a[href$='.xls']:after,
.m-module-linkBtn a[href$='.xlsx']:after,
.m-module-linkBtn a[href$='.xlt']:after,
.m-module-linkBtn a[href$='.xml']:after,
.m-module-linkBtn a[href$='.xlsm']:after,
.m-module-linkBtn a[href$='.csv']:after,
.m-module-linkBtn a[href$='.ppt']:after,
.m-module-linkBtn a[href$='.pptx']:after,
.m-module-linkBtn a[href$='.pptm']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
}
.m-module-linkBtn a[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.m-module-linkBtn a[href$='.doc']:after,
.m-module-linkBtn a[href$='.docx']:after,
.m-module-linkBtn a[href$='.docm']:after,
.m-module-linkBtn a[href$='.dotx']:after,
.m-module-linkBtn a[href$='.dotm']:after {
  background-image: url("../images/common/icon_word.png") !important;
}
.m-module-linkBtn a[href$='.xls']:after,
.m-module-linkBtn a[href$='.xlsx']:after,
.m-module-linkBtn a[href$='.xlt']:after,
.m-module-linkBtn a[href$='.xml']:after,
.m-module-linkBtn a[href$='.xlsm']:after,
.m-module-linkBtn a[href$='.csv']:after {
  background-image: url("../images/common/icon_xls.png") !important;
}
.m-module-linkBtn a[href$='.ppt']:after,
.m-module-linkBtn a[href$='.pptx']:after,
.m-module-linkBtn a[href$='.pptm']:after {
  background-image: url("../images/common/icon_ppt.png") !important;
}
.m-module-linkBtn span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .m-module-linkBtn span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-module-linkListSet {
  margin-bottom: 40px;
  color: #000;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .m-module-linkListSet {
    margin-bottom: 25px;
  }
}
.m-module-linkListSet:last-child {
  margin-bottom: 0;
}
.m-module-linkListSet a {
  font-size: 14px;
  font-size: 1.4rem;
}
.m-module-linkListSet a:hover {
  color: #d26e64;
}
.m-module-linkListSet >li >a:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #d26e64;
  border-top: 1px solid #d26e64;
}
.m-module-linkListSet >li >ul {
  margin-top: calc(23px - 0.8rem);
  padding-left: 1.3rem;
}
.m-module-linkListSet >li >ul >li >a {
  padding-left: 1.7rem;
}
.m-module-linkListSet >li >ul >li >a:before {
  background-image: url("../images/common/common_bar.png");
}
.m-module-linkListSet >li >ul >li >ul {
  margin-top: calc(23px - 0.8rem);
  padding-left: 1.9rem;
}
.m-module-linkListSet >li >ul >li >ul >li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-module-linkListSet >li >ul >li >ul >li >a {
  padding-left: 1.7rem;
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
}
.m-module-linkListSet >li >ul >li >ul >li >a:before {
  background-image: url("../images/common/common_bar.png");
}
.m-module-linkListSet li {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .m-module-linkListSet li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.m-module-linkListSet li:last-child {
  margin-bottom: 0;
}
.m-module-linkListSet a {
  display: inline-block;
  position: relative;
  padding-left: 1.4rem;
}
.m-module-linkListSet a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 8px;
  height: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.m-module-sectionTitle {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-module-sectionTitle {
    margin-bottom: 25px;
  }
}
.m-module-sectionTitle span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-module-sectionTitle span {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.m-module-sectionTitle span:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  color: #d26e64;
  background: linear-gradient(to right, #fff 0%, #d26e64 30%, #d26e64 70%, #fff 100%);
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .m-module-sectionTitle span:after {
    width: 123px;
  }
}
.m-module-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.m-module-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m-module-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 26px !important;
  }
}
.m-module-borderBottomTitle02 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .m-module-borderBottomTitle02 {
    margin-bottom: 20px;
  }
}
footer.is-global {
  background-image: url("../images/common/footer_bgimg.png");
  padding: 30px 0 27px;
}
@media screen and (max-width: 768px) {
  footer.is-global {
    padding: 21px 0 18px;
  }
}
footer.is-global .top-block .l-layout-contentsWidth {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer.is-global .top-block .l-layout-contentsWidth {
    display: block;
  }
}
footer.is-global .bottom-block {
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer.is-global .bottom-block {
    margin-top: 25px;
  }
}
footer.is-global address {
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer.is-global address {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #b1b1b1;
  }
}
footer.is-global nav a:hover {
  text-decoration: underline;
}
footer.is-global nav>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer.is-global nav>ul {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer.is-global nav>ul>li {
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1;
  border-right: 1px solid #b1b1b1;
  margin-right: 20px;
  margin-bottom: 15px;
}
footer.is-global nav>ul>li:last-child {
  border-right: none;
}
footer.is-global nav>ul>li:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer.is-global nav>ul>li {
    margin-bottom: 14px;
  }
  footer.is-global nav>ul>li:first-child {
    border-left: 1px solid #b1b1b1;
    padding-left: 20px;
  }
  footer.is-global nav>ul>li:last-child {
    border-right: 1px solid #b1b1b1;
    padding-right: 20px;
    margin-right: 20px;
  }
}
footer.is-global nav>ul>li>a {
  display: block;
}
@media screen and (max-width: 768px) {
  footer.is-global .info-area .logo img {
    width: 156px;
  }
}
footer.is-global .copyright {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #b1b1b1;
}
@media screen and (max-width: 768px) {
  footer.is-global .copyright {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
footer.is-global a[target^='_blank']:after,
footer.is-global a[href$='.pdf']:after,
footer.is-global a[href$='.doc']:after,
footer.is-global a[href$='.docx']:after,
footer.is-global a[href$='.docm']:after,
footer.is-global a[href$='.dotx']:after,
footer.is-global a[href$='.dotm']:after,
footer.is-global a[href$='.rtf']:after,
footer.is-global a[href$='.xls']:after,
footer.is-global a[href$='.xlsx']:after,
footer.is-global a[href$='.xlt']:after,
footer.is-global a[href$='.xml']:after,
footer.is-global a[href$='.xlsm']:after,
footer.is-global a[href$='.csv']:after,
footer.is-global a[href$='.ppt']:after,
footer.is-global a[href$='.pptx']:after,
footer.is-global a[href$='.pptm']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
}
footer.is-global a[target^='_blank'][href$='.pdf']:after,
footer.is-global a[href$='.pdf'][href$='.pdf']:after,
footer.is-global a[href$='.doc'][href$='.pdf']:after,
footer.is-global a[href$='.docx'][href$='.pdf']:after,
footer.is-global a[href$='.docm'][href$='.pdf']:after,
footer.is-global a[href$='.dotx'][href$='.pdf']:after,
footer.is-global a[href$='.dotm'][href$='.pdf']:after,
footer.is-global a[href$='.rtf'][href$='.pdf']:after,
footer.is-global a[href$='.xls'][href$='.pdf']:after,
footer.is-global a[href$='.xlsx'][href$='.pdf']:after,
footer.is-global a[href$='.xlt'][href$='.pdf']:after,
footer.is-global a[href$='.xml'][href$='.pdf']:after,
footer.is-global a[href$='.xlsm'][href$='.pdf']:after,
footer.is-global a[href$='.csv'][href$='.pdf']:after,
footer.is-global a[href$='.ppt'][href$='.pdf']:after,
footer.is-global a[href$='.pptx'][href$='.pdf']:after,
footer.is-global a[href$='.pptm'][href$='.pdf']:after {
  width: 15px !important;
  height: 17px !important;
  background-image: url("../images/common/icon_pdf.png") !important;
}
footer.is-global a[target^='_blank']:after,
footer.is-global a[href$='.doc']:after,
footer.is-global a[href$='.docx']:after,
footer.is-global a[href$='.docm']:after,
footer.is-global a[href$='.dotx']:after,
footer.is-global a[href$='.dotm']:after,
footer.is-global a[href$='.rtf']:after,
footer.is-global a[href$='.xls']:after,
footer.is-global a[href$='.xlsx']:after,
footer.is-global a[href$='.xlt']:after,
footer.is-global a[href$='.xml']:after,
footer.is-global a[href$='.xlsm']:after,
footer.is-global a[href$='.csv']:after,
footer.is-global a[href$='.ppt']:after,
footer.is-global a[href$='.pptx']:after,
footer.is-global a[href$='.pptm']:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
}
header.is-global {
  display: flex;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding: 13px 0 20px;
  z-index: 5000;
}
header.is-global +.c-component-breadcrumbs {
  margin-top: 0;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  header.is-global +.c-component-breadcrumbs {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  header.is-global {
    width: calc(100% - 20px);
    height: 56px;
    margin: 0 10px;
    padding: 0;
    background-image: url("../images/common/header_base.png");
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.329);
    transition: border-radius 1s;
  }
  header.is-global.is-on {
    border-radius: 0;
    transition: none;
  }
}
.is-home header.is-global {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  header.is-global .l-layout-contentsWidth {
    margin: 0;
  }
}
header.is-global .contents-block {
  position: relative;
  display: block;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block {
    position: static;
    display: flex;
    align-items: center;
    margin-top: 0;
    width: auto;
  }
}
header.is-global .contents-block .logo {
  margin-bottom: 20px;
}
header.is-global .contents-block .logo a {
  display: inline-block;
}
header.is-global .contents-block .logo a .logo_pc {
  width: 276px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .logo a .logo_pc {
    display: none;
  }
}
header.is-global .contents-block .logo a .logo_sp {
  width: 185px;
  display: none;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .logo a .logo_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .logo {
    z-index: 1;
    width: 197px;
    margin: 11px 10px 0;
  }
}
header.is-global .contents-block #globalMenuBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block #globalMenuBtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    color: #fff;
    background-color: #614f3c;
    border-radius: 3px;
    font-size: 7px;
    font-size: 0.7rem;
    text-align: center;
    z-index: 5000;
  }
}
header.is-global .contents-block #globalMenuBtn .icon {
  position: relative;
  height: 19px;
  margin-top: 9px;
  margin-bottom: 2px;
  margin-left: 8px;
}
header.is-global .contents-block #globalMenuBtn .icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 3px;
  background-color: #fff;
}
header.is-global .contents-block #globalMenuBtn .icon span:nth-of-type(1) {
  top: 0;
}
header.is-global .contents-block #globalMenuBtn .icon span:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px;
}
header.is-global .contents-block #globalMenuBtn .icon span:nth-of-type(3) {
  bottom: 0;
}
header.is-global .contents-block #globalMenuBtn.is-on .icon span {
  top: 50%;
  margin-top: -1.5px;
}
header.is-global .contents-block #globalMenuBtn.is-on .icon span:nth-of-type(1) {
  transform: rotate(45deg);
}
header.is-global .contents-block #globalMenuBtn.is-on .icon span:nth-of-type(2) {
  opacity: 0;
}
header.is-global .contents-block #globalMenuBtn.is-on .icon span:nth-of-type(3) {
  transform: rotate(-45deg);
}
header.is-global .contents-block .global-nav-block {
  background-image: url("../images/common/header_base.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
  border-radius: 3px;
  height: 70px;
}
@media screen and (min-width: 769px) {
  header.is-global .contents-block .global-nav-block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .global-nav-block {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    border-radius: 0 0 3px 3px;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
  }
}
header.is-global .contents-block .is-global {
  height: 100%;
}
header.is-global .contents-block .is-global ul {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global ul {
    display: block;
    border-top: 1px solid #ccc;
  }
}
header.is-global .contents-block .is-global li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.is-global .contents-block .is-global li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 30px;
  background: -moz-linear-gradient(top, #fff, #b0aaaa);
  background: -webkit-linear-gradient(top, #fff, #b0aaaa);
  background: linear-gradient(to bottom, #fff, #b0aaaa);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
header.is-global .contents-block .is-global li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global li {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #ccc;
    display: inline-block;
  }
  header.is-global .contents-block .is-global li::after {
    display: none;
  }
  header.is-global .contents-block .is-global li:first-child {
    border-left: none;
  }
}
header.is-global .contents-block .is-global li.is-current a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global li.is-current a {
    color: inherit;
    background-color: transparent;
  }
}
header.is-global .contents-block .is-global a {
  display: block;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a {
    padding: calc(19px - 0.2em) 26px calc(19px - 0.2em) 20px;
  }
}
header.is-global .contents-block .is-global a:hover {
  color: #d26e64;
}
header.is-global .contents-block .is-global a:hover span {
  display: inline-block;
  position: relative;
}
header.is-global .contents-block .is-global a:hover span::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  color: #d26e64;
  background: linear-gradient(to right, #fff 0%, #d26e64 30%, #d26e64 70%, #fff 100%);
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a:hover span::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a:hover {
    color: inherit;
    background-color: transparent;
  }
}
header.is-global .contents-block .is-global a:after {
  content: "";
  display: none;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a:after {
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 8px;
    background-image: url("../images/common/common_list_arrow01.png");
    background-repeat: no-repeat;
  }
}
header.is-global .contents-block .is-global a[target^='_blank']:after,
header.is-global .contents-block .is-global a[href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.doc']:after,
header.is-global .contents-block .is-global a[href$='.docx']:after,
header.is-global .contents-block .is-global a[href$='.docm']:after,
header.is-global .contents-block .is-global a[href$='.dotx']:after,
header.is-global .contents-block .is-global a[href$='.dotm']:after,
header.is-global .contents-block .is-global a[href$='.rtf']:after,
header.is-global .contents-block .is-global a[href$='.xls']:after,
header.is-global .contents-block .is-global a[href$='.xlsx']:after,
header.is-global .contents-block .is-global a[href$='.xlt']:after,
header.is-global .contents-block .is-global a[href$='.xml']:after,
header.is-global .contents-block .is-global a[href$='.xlsm']:after,
header.is-global .contents-block .is-global a[href$='.csv']:after,
header.is-global .contents-block .is-global a[href$='.ppt']:after,
header.is-global .contents-block .is-global a[href$='.pptx']:after,
header.is-global .contents-block .is-global a[href$='.pptm']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
}
header.is-global .contents-block .is-global a[target^='_blank'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.pdf'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.doc'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.docx'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.docm'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.dotx'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.dotm'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.rtf'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.xls'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.xlsx'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.xlt'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.xml'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.xlsm'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.csv'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.ppt'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.pptx'][href$='.pdf']:after,
header.is-global .contents-block .is-global a[href$='.pptm'][href$='.pdf']:after {
  width: 15px !important;
  height: 17px !important;
  background-image: url("../images/common/icon_pdf.png") !important;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a[target^='_blank'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.pdf'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.doc'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.docx'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.docm'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.dotx'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.dotm'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.rtf'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.xls'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.xlsx'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.xlt'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.xml'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.xlsm'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.csv'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.ppt'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.pptx'][href$='.pdf']:after,
  header.is-global .contents-block .is-global a[href$='.pptm'][href$='.pdf']:after {
    transform: translateY(-5px);
  }
}
header.is-global .contents-block .is-global a[target^='_blank']:after,
header.is-global .contents-block .is-global a[href$='.doc']:after,
header.is-global .contents-block .is-global a[href$='.docx']:after,
header.is-global .contents-block .is-global a[href$='.docm']:after,
header.is-global .contents-block .is-global a[href$='.dotx']:after,
header.is-global .contents-block .is-global a[href$='.dotm']:after,
header.is-global .contents-block .is-global a[href$='.rtf']:after,
header.is-global .contents-block .is-global a[href$='.xls']:after,
header.is-global .contents-block .is-global a[href$='.xlsx']:after,
header.is-global .contents-block .is-global a[href$='.xlt']:after,
header.is-global .contents-block .is-global a[href$='.xml']:after,
header.is-global .contents-block .is-global a[href$='.xlsm']:after,
header.is-global .contents-block .is-global a[href$='.csv']:after,
header.is-global .contents-block .is-global a[href$='.ppt']:after,
header.is-global .contents-block .is-global a[href$='.pptx']:after,
header.is-global .contents-block .is-global a[href$='.pptm']:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-global a[target^='_blank']:after,
  header.is-global .contents-block .is-global a[href$='.doc']:after,
  header.is-global .contents-block .is-global a[href$='.docx']:after,
  header.is-global .contents-block .is-global a[href$='.docm']:after,
  header.is-global .contents-block .is-global a[href$='.dotx']:after,
  header.is-global .contents-block .is-global a[href$='.dotm']:after,
  header.is-global .contents-block .is-global a[href$='.rtf']:after,
  header.is-global .contents-block .is-global a[href$='.xls']:after,
  header.is-global .contents-block .is-global a[href$='.xlsx']:after,
  header.is-global .contents-block .is-global a[href$='.xlt']:after,
  header.is-global .contents-block .is-global a[href$='.xml']:after,
  header.is-global .contents-block .is-global a[href$='.xlsm']:after,
  header.is-global .contents-block .is-global a[href$='.csv']:after,
  header.is-global .contents-block .is-global a[href$='.ppt']:after,
  header.is-global .contents-block .is-global a[href$='.pptx']:after,
  header.is-global .contents-block .is-global a[href$='.pptm']:after {
    transform: translateY(-3px);
  }
}
header.is-global .contents-block .is-sub {
  position: absolute;
  top: -4px;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-sub {
    position: static;
    width: 100%;
  }
}
header.is-global .contents-block .is-sub ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 13px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-sub ul {
    justify-content: flex-start;
    height: auto;
    padding: 20px;
  }
}
header.is-global .contents-block .is-sub li {
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-sub li {
    line-height: 1.6;
  }
}
header.is-global .contents-block .is-sub li:last-child {
  margin-right: 0;
}
header.is-global .contents-block .is-sub a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}
header.is-global .contents-block .is-sub a img {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-sub a {
    color: #614f3c;
  }
}
header.is-global .contents-block .is-sub a:hover {
  text-decoration: underline;
}
header.is-global .contents-block .is-sub a[target^='_blank']:after,
header.is-global .contents-block .is-sub a[href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.doc']:after,
header.is-global .contents-block .is-sub a[href$='.docx']:after,
header.is-global .contents-block .is-sub a[href$='.docm']:after,
header.is-global .contents-block .is-sub a[href$='.dotx']:after,
header.is-global .contents-block .is-sub a[href$='.dotm']:after,
header.is-global .contents-block .is-sub a[href$='.rtf']:after,
header.is-global .contents-block .is-sub a[href$='.xls']:after,
header.is-global .contents-block .is-sub a[href$='.xlsx']:after,
header.is-global .contents-block .is-sub a[href$='.xlt']:after,
header.is-global .contents-block .is-sub a[href$='.xml']:after,
header.is-global .contents-block .is-sub a[href$='.xlsm']:after,
header.is-global .contents-block .is-sub a[href$='.csv']:after,
header.is-global .contents-block .is-sub a[href$='.ppt']:after,
header.is-global .contents-block .is-sub a[href$='.pptx']:after,
header.is-global .contents-block .is-sub a[href$='.pptm']:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
}
header.is-global .contents-block .is-sub a[target^='_blank'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.pdf'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.doc'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.docx'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.docm'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.dotx'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.dotm'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.rtf'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.xls'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.xlsx'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.xlt'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.xml'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.xlsm'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.csv'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.ppt'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.pptx'][href$='.pdf']:after,
header.is-global .contents-block .is-sub a[href$='.pptm'][href$='.pdf']:after {
  width: 15px !important;
  height: 17px !important;
  background-image: url("../images/common/icon_pdf.png") !important;
}
header.is-global .contents-block .is-sub a[target^='_blank']:after,
header.is-global .contents-block .is-sub a[href$='.doc']:after,
header.is-global .contents-block .is-sub a[href$='.docx']:after,
header.is-global .contents-block .is-sub a[href$='.docm']:after,
header.is-global .contents-block .is-sub a[href$='.dotx']:after,
header.is-global .contents-block .is-sub a[href$='.dotm']:after,
header.is-global .contents-block .is-sub a[href$='.rtf']:after,
header.is-global .contents-block .is-sub a[href$='.xls']:after,
header.is-global .contents-block .is-sub a[href$='.xlsx']:after,
header.is-global .contents-block .is-sub a[href$='.xlt']:after,
header.is-global .contents-block .is-sub a[href$='.xml']:after,
header.is-global .contents-block .is-sub a[href$='.xlsm']:after,
header.is-global .contents-block .is-sub a[href$='.csv']:after,
header.is-global .contents-block .is-sub a[href$='.ppt']:after,
header.is-global .contents-block .is-sub a[href$='.pptx']:after,
header.is-global .contents-block .is-sub a[href$='.pptm']:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
}
header.is-global .contents-block .is-search {
  position: absolute;
  top: 25px;
  right: 160px;
  width: 178px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-search {
    position: static;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
header.is-global .contents-block .is-search #cse-search-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
header.is-global .contents-block .is-search #cse-search-box input[type="text"] {
  padding-left: 0.5em;
  width: calc(100% - 30px) !important;
  height: 30px !important;
  border: none !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-search #cse-search-box input[type="text"] {
    width: calc(100% - 45px) !important;
    height: 45px !important;
  }
}
header.is-global .contents-block .is-search #cse-search-box .l-search__btn {
  width: 30px;
  height: 30px;
  background-image: url("../images/common/header_serch_icon01.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #37291b;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-search #cse-search-box .l-search__btn {
    height: 45px;
  }
}
header.is-global .contents-block .is-search #cse-search-box .l-search__btn img {
  display: none;
}
header.is-global .contents-block .is-search #cse-search-box .l-search__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-search #cse-search-box .l-search__btn {
    width: 45px;
  }
}
header.is-global .contents-block .is-fontSize {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 25px;
  right: 0;
  width: 147px;
  height: 32px;
  background: #37291b;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #9b9b9b;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header.is-global .contents-block .is-fontSize {
    display: none;
  }
}
header.is-global .contents-block .is-fontSize .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  color: #fff;
}
header.is-global .contents-block .is-fontSize ul {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
header.is-global .contents-block .is-fontSize li {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 1.4rem;
}
header.is-global .contents-block .is-fontSize li:last-child {
  border-right: none;
}
header.is-global .contents-block .is-fontSize li:hover,
header.is-global .contents-block .is-fontSize li.is-current {
  color: #fff;
}
header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  background-image: url("../images/common/mv_bg.png");
  background-repeat: repeat-x;
  top: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  header::before {
    content: none;
  }
}
.c-component-anchorLink {
  margin-bottom: 40px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.c-component-anchorLink ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-component-anchorLink ul {
    justify-content: start;
  }
}
.c-component-anchorLink ul li {
  margin: 5px 10px 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-component-anchorLink ul li a {
  display: block;
  position: relative;
  padding-right: 20px;
}
.c-component-anchorLink ul li a:hover {
  opacity: 0.6;
}
.c-component-anchorLink ul li a:after {
  content: "";
  display: block;
  position: absolute;
}
.c-component-anchorLink ul li a:after {
  content: "";
  background-image: url("../images/common/common_arrow04.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 5px;
  transform-origin: center center;
  transform: translate(0, -50%);
}
.c-component-breadcrumbs {
  margin-top: calc(26px - 0.8rem);
  margin-bottom: calc(33px - 0.8rem);
}
@media screen and (max-width: 768px) {
  .c-component-breadcrumbs {
    margin: 0 0 21px 0;
    padding: 0 10px;
  }
}
.c-component-breadcrumbs ol {
  font-size: 0;
}
.c-component-breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .c-component-breadcrumbs li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-component-breadcrumbs li:first-child:before {
  display: none;
}
.c-component-breadcrumbs li:before {
  content: "＞";
  display: inline-block;
  margin: 0 3px;
  transform: translate3d(0, -1px, 0);
}
.c-component-breadcrumbs span {
  color: #d26e64;
}
.c-component-breadcrumbs a span {
  color: #614f3c;
}
.c-component-breadcrumbs a:hover span {
  color: #d26e64;
}
.c-component-btnSet {
  font-size: 0;
  text-align: center;
}
.c-component-btnSet .btn-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-component-btnSet .btn-block .m-module-linkBtn:nth-of-type(4n) {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block .m-module-linkBtn:nth-of-type(4n) {
    margin-left: 10px !important;
  }
}
.c-component-btnSet .btn-block .m-module-linkBtn:nth-of-type(n+4) {
  margin-top: 20px;
}
.c-component-btnSet .btn-block li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block li {
    margin: 0 0 20px;
  }
}
.c-component-btnSet .btn-block.is-flex {
  max-width: 100%;
  justify-content: flex-start;
}
.c-component-btnSet .btn-block.is-flex .m-module-linkBtn {
  display: flex;
  align-items: center;
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-flex .m-module-linkBtn {
    min-width: 0 !important;
  }
  .c-component-btnSet .btn-block.is-flex .m-module-linkBtn:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .c-component-btnSet .btn-block.is-flex .m-module-linkBtn:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }
}
.c-component-btnSet .btn-block.is-flex .m-module-linkBtn.m-module-linkBtn {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-flex .m-module-linkBtn.m-module-linkBtn {
    width: calc(50% - 8px) !important;
    min-width: 0;
    margin-left: 10px;
  }
}
.c-component-btnSet .btn-block.is-flex .m-module-linkBtn.m-module-linkBtn:first-child {
  margin-left: 0;
}
.c-component-btnSet .btn-block.is-flex .m-module-linkBtn:only-child {
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-flex .m-module-linkBtn:only-child {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-one,
  .c-component-btnSet .btn-block.is-two,
  .c-component-btnSet .btn-block.is-three {
    margin-bottom: 0;
  }
}
.c-component-btnSet .btn-block.is-one .m-module-linkBtn {
  width: 100%;
}
.c-component-btnSet .btn-block.is-one li {
  margin-top: 20px;
}
.c-component-btnSet .btn-block.is-one li:first-child {
  margin-top: 0;
}
.c-component-btnSet .btn-block.is-two li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-two li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.c-component-btnSet .btn-block.is-two .m-module-linkBtn {
  width: calc(50% - 10px);
}
.c-component-btnSet .btn-block.is-three:after {
  content: "";
  display: block;
  width: calc(33.3% - 10px);
}
.c-component-btnSet .btn-block.is-three li:nth-of-type(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-three li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.c-component-btnSet .btn-block.is-three .m-module-linkBtn {
  width: calc(33.3% - 10px);
}
@media screen and (max-width: 768px) {
  .c-component-btnSet .btn-block.is-three .m-module-linkBtn {
    width: calc(50% - 10px);
  }
}
.c-component-calegoryIndex:nth-of-type(odd) .left-block {
  background-color: #d26e64;
}
.c-component-calegoryIndex:nth-of-type(even) .left-block {
  background-color: #00a4e6;
}
.c-component-calegoryIndex .l-layout-contentsWidth {
  display: flex;
  flex-wrap: wrap;
}
.c-component-calegoryIndex .left-block {
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .left-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.c-component-calegoryIndex .left-block .title {
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .left-block .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-component-calegoryIndex .left-block .text {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .left-block .text {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-calegoryIndex .left-block .btn {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .left-block .btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-calegoryIndex .left-block .btn a {
  display: block;
  position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.c-component-calegoryIndex .left-block .btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .left-block .btn a {
    padding: 15px 30px;
  }
}
.c-component-calegoryIndex .left-block .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  background-image: url("../images/common/common_arrow02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.c-component-calegoryIndex .right-block {
  width: calc(100% - 300px);
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block {
    width: 100%;
    padding-left: 0;
  }
}
.c-component-calegoryIndex .right-block ul.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block ul.category-list {
    margin-bottom: 30px;
  }
  .c-component-calegoryIndex .right-block ul.category-list:last-child {
    margin-bottom: 0;
  }
}
.c-component-calegoryIndex .right-block ul.category-list:after {
  content: "";
  display: block;
  width: 243px;
}
.c-component-calegoryIndex .right-block ul.category-list li {
  width: 243px;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block ul.category-list li {
    width: 100%;
  }
}
.c-component-calegoryIndex .right-block ul.category-list li:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block ul.category-list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.c-component-calegoryIndex .right-block ul.category-list a {
  display: block;
  height: 100%;
  border: 1px solid #dfe5eb;
}
.c-component-calegoryIndex .right-block ul.category-list a:hover {
  opacity: 0.6;
}
.c-component-calegoryIndex .right-block ul.category-list .image img {
  width: 100%;
  height: auto;
}
.c-component-calegoryIndex .right-block ul.category-list .text-area {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block ul.category-list .text-area {
    padding: 10px;
  }
}
.c-component-calegoryIndex .right-block ul.category-list .title {
  position: relative;
  padding-left: 2rem;
  color: #d26e64;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block ul.category-list .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-component-calegoryIndex .right-block ul.category-list .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 8px;
  margin-right: 5px;
  background-image: url("../images/common/common_arrow01.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.c-component-calegoryIndex .right-block .c-module-wysiwyg {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-component-calegoryIndex .right-block .c-module-wysiwyg {
    margin-bottom: 30px;
  }
  .c-component-calegoryIndex .right-block .c-module-wysiwyg:last-child {
    margin-bottom: 0;
  }
}
.c-component-captionSet {
  margin-bottom: 50px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-component-captionSet {
    margin-bottom: 15px;
    padding: 15px 20px;
  }
}
.c-component-captionSet .c-component-imageText {
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .c-component-captionSet .c-component-imageText {
    margin-bottom: -25px;
  }
}
.c-component-categoryLinkSet {
  padding: 80px 0;
  background-color: #edf2f6;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet {
    padding: 40px 20px;
  }
}
.c-component-categoryLinkSet .link-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet .link-block {
    margin-bottom: 40px;
  }
}
.c-component-categoryLinkSet .link-block:last-child {
  margin-bottom: 0;
}
.c-component-categoryLinkSet .title {
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-component-categoryLinkSet .title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 15px auto 0;
  background-color: #d26e64;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet .title:after {
    width: 20px;
  }
}
.c-component-categoryLinkSet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet ul {
    display: block;
  }
}
.c-component-categoryLinkSet ul:before,
.c-component-categoryLinkSet ul:after {
  order: 1;
  content: "";
  display: block;
  width: 262px;
}
.c-component-categoryLinkSet li {
  width: 262px;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-component-categoryLinkSet li:last-child {
  margin-bottom: 0;
}
.c-component-categoryLinkSet a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  color: #d26e64;
  background-color: #fff;
  border: 1px solid #dfe5eb;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-component-categoryLinkSet a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-component-categoryLinkSet a {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-categoryLinkSet span {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.c-component-categoryLinkSet span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 11px;
  height: 8px;
  margin-right: 5px;
  background-image: url("../images/common/common_arrow01.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.c-component-clickableMapSet {
  position: relative;
  background-color: #fff;
}
.c-component-clickableMapSet >img {
  width: 100%;
  backface-visibility: hidden;
}
.c-component-clickableMapSet .pinList li a {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: calc(20 / 710 * 100%);
  background-color: #fff;
  font-weight: bold;
  transform: translate3d(-50%, -50%, 0);
  outline: none;
}
.c-component-clickableMapSet .pinList li a.is-red {
  color: #d26e64;
}
.c-component-clickableMapSet .pinList li a.is-purple {
  color: #6c5193;
}
.c-component-clickableMapSet .pinList li a.is-green {
  color: #9e8f0e;
}
@media screen and (max-width: 768px) {
  .c-component-clickableMapSet .pinList li a {
    width: calc(20 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw) !important;
  }
}
.c-component-clickableMapSet .pinList li a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-component-clickableMapSet .pinList li a::after {
  content: none;
}
.c-component-clickableMapSet .pinList li a >span {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.c-component-clickableMapSet.is-1col .pinList li a {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-component-clickableMapSet-modal .fancybox-content {
    padding: 44px 20px 20px;
  }
}
.c-component-clickableMapSet-modal .fancybox-content >div {
  max-width: 720px;
}
.c-component-clickableMapSet-modal .image {
  text-align: center;
}
.c-component-clickableMapSet-modal .image img {
  max-width: 100%;
}
.c-component-clickableMapSet-modal .m-module-text {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .c-component-clickableMapSet-modal .m-module-text {
    margin: 15px 0 0 !important;
  }
}
.c-component-clickableMapSet-modal .c-component-btnSet {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .c-component-clickableMapSet-modal .c-component-btnSet {
    margin-top: 15px;
  }
}
.c-component-clickableMapSet-modal .c-component-btnSet .btn-block {
  margin-bottom: 0;
}
.c-module-wysiwyg + .c-component-clickableMapSet {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-module-wysiwyg + .c-component-clickableMapSet {
    margin-top: 35px;
  }
}
.c-component-contact .lead-title {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-component-contact .lead-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-component-contact .lead-text {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-component-contact .lead-text {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-contact .current-list {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-component-contact .current-list {
    margin-bottom: 25px;
  }
}
.c-component-contact .current-list li {
  display: inline-block;
}
.c-component-contact .current-list li.is-current:before {
  background-color: #d26e64;
}
.c-component-contact .current-list li.is-current span {
  background-color: #d26e64;
}
.c-component-contact .current-list li:first-child:before {
  display: none;
}
.c-component-contact .current-list li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #dfdfdf;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-component-contact .current-list li:before {
    width: 30px;
  }
}
.c-component-contact .current-list li span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #dfdfdf;
  border-radius: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-component-contact .current-list li span {
    width: 26px;
    height: 26px;
  }
}
.c-component-contact dl {
  margin-bottom: 40px;
}
.c-component-contact dl::after,
.c-component-imageText::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl {
    margin-bottom: 25px;
  }
}
.c-component-contact dl dt {
  float: left;
  width: 220px;
  padding-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.c-component-contact dl dt.is-required:after {
  content: "必須";
  display: inline-block;
  margin-left: 20px;
  padding: 5px 7px;
  color: #fff;
  background-color: #bb5245;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
.c-component-contact dl dd {
  padding: 30px 0 30px 220px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd {
    padding: 0 0 10px;
  }
}
.c-component-contact dl dd.is-error {
  background-color: #f9efef;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd.is-error {
    padding-top: 20px;
  }
}
.c-component-contact dl dd input[type="text"],
.c-component-contact dl dd textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd input[type="text"],
  .c-component-contact dl dd textarea {
    width: 100% !important;
  }
}
.c-component-contact dl dd input[type="text"].is-middle,
.c-component-contact dl dd textarea.is-middle {
  width: 50%;
}
.c-component-contact dl dd input[type="text"].is-short,
.c-component-contact dl dd textarea.is-short {
  width: 10%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd input[type="text"].is-short,
  .c-component-contact dl dd textarea.is-short {
    width: 40% !important;
  }
}
.c-component-contact dl dd input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd input[type="radio"] {
    display: inline-block;
    width: 20px;
  }
}
.c-component-contact dl dd input[type="radio"] + label {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd input[type="radio"] + label {
    display: inline-block;
    width: calc(100% - 30px);
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-component-contact dl dd select {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd select {
    width: 100%;
  }
}
.c-component-contact dl dd textarea {
  resize: none;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .c-component-contact dl dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-contact dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-component-contact dl .caption {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.c-component-contact dl .error-message {
  display: block;
  margin-top: 10px;
  color: #bb5245;
  font-size: 13px;
  font-size: 1.3rem;
}
.c-component-contact .btn-area {
  text-align: center;
}
.c-component-contact .btn-area .btn {
  display: inline-block;
  min-width: 300px;
  margin: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e8ebea;
}
.c-component-contact .btn-area .btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-component-contact .btn-area .btn {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-contact .btn-area .btn:last-child {
  color: #fff;
  background-color: #00a4e6;
}
@media screen and (max-width: 768px) {
  .c-component-contact .btn-area .btn:last-child {
    margin-bottom: 0;
  }
}
.c-component-contact .btn-area a {
  display: block;
  padding: 20px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-component-contact .btn-area a {
    padding: 15px 40px;
  }
}
.c-component-dateBlock {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-component-dateBlock {
    margin-bottom: 30px;
  }
}
.c-component-dateBlock .date {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-component-dateBlock .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-component-dateBlock .date span {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 10px;
  color: #fff;
  background-color: #00a4e6;
  line-height: 1;
}
.c-component-headingLinkSet ul {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 0 -20px;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet ul {
    margin: 0;
  }
}
.c-component-headingLinkSet .column {
  box-sizing: border-box;
  width: 33.333%;
  padding: 30px 0 0 26px;
  z-index: 2;
}
.c-component-headingLinkSet .column >div {
  position: relative;
  height: 100%;
}
.c-component-headingLinkSet .column a {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .column {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
.c-component-headingLinkSet .column:hover {
  opacity: 0.6;
}
.c-component-headingLinkSet .column .image {
  position: relative;
}
.c-component-headingLinkSet .column .image img {
  width: 100%;
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .column .image img {
    width: 97%;
    transform: translateX(0px);
  }
}
.c-component-headingLinkSet .column .text-block .text,
.c-component-headingLinkSet .column .text-block .sub_text {
  display: inline-block;
  font-weight: bold;
  padding: 0 18px 20px;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .column .text-block .text,
  .c-component-headingLinkSet .column .text-block .sub_text {
    padding: 0 30px 20px;
  }
}
.c-component-headingLinkSet .column .text-block .sub_text {
  font-weight: normal;
}
.c-component-headingLinkSet .column .text-block .title,
.c-component-headingLinkSet .column .text-block .text,
.c-component-headingLinkSet .column .text-block .sub_text {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.c-component-headingLinkSet .column .text-block .title + .text {
  margin-top: 10px;
}
.c-component-headingLinkSet .column .text-block .title + .sub_text {
  margin-top: 10px;
}
.c-component-headingLinkSet .column .text-block .title {
  position: relative;
  font-weight: bold;
  margin: 20px 20px 10px;
  padding-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .column .text-block .title {
    margin: 20px 30px 10px;
  }
}
.c-component-headingLinkSet .column .text-block .title::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #d26e64;
  border-top: 1px solid #d26e64;
}
.c-component-headingLinkSet .column .bg-block {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 50px);
  background: #fff;
  background-image: url("../images/contents/home/home_project_bg02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .column .bg-block {
    width: 97%;
  }
}
.c-component-headingLinkSet .textBlock {
  position: relative;
  width: calc(100% - IMAGE_WIDTH);
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .textBlock {
    width: 100%;
    margin: 0 !important;
    padding: 20px;
  }
}
.c-component-headingLinkSet .textBlock .blockTitle {
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .textBlock .blockTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-component-headingLinkSet .textBlock .text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-component-headingLinkSet .textBlock .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-headingLinkSet:hover .c-component-headingLinkSet__heading {
  opacity: 0.6;
}
.c-component-headingLinkSet a:after {
  display: none !important;
}
.c-component-headingLinkSet a[target^='_blank'] .title:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 14px;
  height: 11px;
  background-image: url("../images/common/icon_window.png") !important;
  margin-left: 5px;
}
.c-component-headingLinkSet a[href$='.pdf'] .title:after,
.c-component-headingLinkSet a[href$='.doc'] .title:after,
.c-component-headingLinkSet a[href$='.docx'] .title:after,
.c-component-headingLinkSet a[href$='.docm'] .title:after,
.c-component-headingLinkSet a[href$='.dotx'] .title:after,
.c-component-headingLinkSet a[href$='.dotm'] .title:after,
.c-component-headingLinkSet a[href$='.rtf'] .title:after,
.c-component-headingLinkSet a[href$='.xls'] .title:after,
.c-component-headingLinkSet a[href$='.xlsx'] .title:after,
.c-component-headingLinkSet a[href$='.xlt'] .title:after,
.c-component-headingLinkSet a[href$='.xml'] .title:after,
.c-component-headingLinkSet a[href$='.xlsm'] .title:after,
.c-component-headingLinkSet a[href$='.csv'] .title:after,
.c-component-headingLinkSet a[href$='.ppt'] .title:after,
.c-component-headingLinkSet a[href$='.pptx'] .title:after,
.c-component-headingLinkSet a[href$='.pptm'] .title:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  width: 15px;
  height: 17px;
  margin-left: 5px;
}
.c-component-headingLinkSet a[href$='.pdf'] .title:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.c-component-headingLinkSet a[href$='.doc'] .title:after,
.c-component-headingLinkSet a[href$='.docx'] .title:after,
.c-component-headingLinkSet a[href$='.docm'] .title:after,
.c-component-headingLinkSet a[href$='.dotx'] .title:after,
.c-component-headingLinkSet a[href$='.dotm'] .title:after {
  background-image: url("../images/common/icon_word.png") !important;
}
.c-component-headingLinkSet a[href$='.xls'] .title:after,
.c-component-headingLinkSet a[href$='.xlsx'] .title:after,
.c-component-headingLinkSet a[href$='.xlt'] .title:after,
.c-component-headingLinkSet a[href$='.xml'] .title:after,
.c-component-headingLinkSet a[href$='.xlsm'] .title:after,
.c-component-headingLinkSet a[href$='.csv'] .title:after {
  background-image: url("../images/common/icon_xls.png") !important;
}
.c-component-headingLinkSet a[href$='.ppt'] .title:after,
.c-component-headingLinkSet a[href$='.pptx'] .title:after,
.c-component-headingLinkSet a[href$='.pptm'] .title:after {
  background-image: url("../images/common/icon_ppt.png") !important;
}
.c-component-iconLinkSet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-component-iconLinkSet ul:before {
  order: 1;
  content: "";
  display: block;
  width: calc(33.3% - 20px);
}
.c-component-iconLinkSet li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(33.3% - 12px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-component-iconLinkSet li {
    width: 100%;
  }
}
.c-component-iconLinkSet li:nth-of-type(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-iconLinkSet li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.c-component-iconLinkSet a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100% - 20px);
  align-items: center;
  border: 1px solid #d26e64;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-component-iconLinkSet a {
    height: auto;
  }
}
.c-component-iconLinkSet a[href]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  background-image: url("../images/common/common_list_arrow01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-component-iconLinkSet a[href]:hover {
  background-color: #d26e64;
  color: #fff;
}
.c-component-iconLinkSet a[href]:hover:after {
  background-image: url("../images/common/common_list_arrow01_wh.png");
}
.c-component-iconLinkSet a[target^='_blank']:after,
.c-component-iconLinkSet a[href$='.pdf']:after,
.c-component-iconLinkSet a[href$='.doc']:after,
.c-component-iconLinkSet a[href$='.docx']:after,
.c-component-iconLinkSet a[href$='.docm']:after,
.c-component-iconLinkSet a[href$='.dotx']:after,
.c-component-iconLinkSet a[href$='.dotm']:after,
.c-component-iconLinkSet a[href$='.rtf']:after,
.c-component-iconLinkSet a[href$='.xls']:after,
.c-component-iconLinkSet a[href$='.xlsx']:after,
.c-component-iconLinkSet a[href$='.xlt']:after,
.c-component-iconLinkSet a[href$='.xml']:after,
.c-component-iconLinkSet a[href$='.xlsm']:after,
.c-component-iconLinkSet a[href$='.csv']:after,
.c-component-iconLinkSet a[href$='.ppt']:after,
.c-component-iconLinkSet a[href$='.pptx']:after,
.c-component-iconLinkSet a[href$='.pptm']:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px !important;
  height: 8px !important;
  margin-top: -4px;
  background-image: url("../images/common/common_list_arrow01.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-component-iconLinkSet a[target^='_blank']:hover:after,
.c-component-iconLinkSet a[href$='.pdf']:hover:after,
.c-component-iconLinkSet a[href$='.doc']:hover:after,
.c-component-iconLinkSet a[href$='.docx']:hover:after,
.c-component-iconLinkSet a[href$='.docm']:hover:after,
.c-component-iconLinkSet a[href$='.dotx']:hover:after,
.c-component-iconLinkSet a[href$='.dotm']:hover:after,
.c-component-iconLinkSet a[href$='.rtf']:hover:after,
.c-component-iconLinkSet a[href$='.xls']:hover:after,
.c-component-iconLinkSet a[href$='.xlsx']:hover:after,
.c-component-iconLinkSet a[href$='.xlt']:hover:after,
.c-component-iconLinkSet a[href$='.xml']:hover:after,
.c-component-iconLinkSet a[href$='.xlsm']:hover:after,
.c-component-iconLinkSet a[href$='.csv']:hover:after,
.c-component-iconLinkSet a[href$='.ppt']:hover:after,
.c-component-iconLinkSet a[href$='.pptx']:hover:after,
.c-component-iconLinkSet a[href$='.pptm']:hover:after {
  background-image: url("../images/common/common_list_arrow01_wh.png") !important;
}
.c-component-iconLinkSet a[target^='_blank'] .title:after,
.c-component-iconLinkSet a[href$='.pdf'] .title:after,
.c-component-iconLinkSet a[href$='.doc'] .title:after,
.c-component-iconLinkSet a[href$='.docx'] .title:after,
.c-component-iconLinkSet a[href$='.docm'] .title:after,
.c-component-iconLinkSet a[href$='.dotx'] .title:after,
.c-component-iconLinkSet a[href$='.dotm'] .title:after,
.c-component-iconLinkSet a[href$='.rtf'] .title:after,
.c-component-iconLinkSet a[href$='.xls'] .title:after,
.c-component-iconLinkSet a[href$='.xlsx'] .title:after,
.c-component-iconLinkSet a[href$='.xlt'] .title:after,
.c-component-iconLinkSet a[href$='.xml'] .title:after,
.c-component-iconLinkSet a[href$='.xlsm'] .title:after,
.c-component-iconLinkSet a[href$='.csv'] .title:after,
.c-component-iconLinkSet a[href$='.ppt'] .title:after,
.c-component-iconLinkSet a[href$='.pptx'] .title:after,
.c-component-iconLinkSet a[href$='.pptm'] .title:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.c-component-iconLinkSet a[target^='_blank'] .title:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window_wh.png") !important;
}
.c-component-iconLinkSet a[target^='_blank']:hover .title:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.c-component-iconLinkSet a[href$='.pdf'] .title:after {
  width: 15px !important;
  height: 17px !important;
  background-image: url("../images/common/icon_pdf.png") !important;
}
.c-component-iconLinkSet .m-module-image {
  width: 80px;
}
.c-component-iconLinkSet .title {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 1.5rem;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.c-component-imageSet {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-component-imageSet {
    margin-bottom: 30px;
  }
}
.c-component-imageSet li .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.c-component-imageSet.is-one li {
  width: 100%;
  margin-top: 20px;
}
.c-component-imageSet.is-one li:first-child {
  margin-top: 0;
}
.c-component-imageSet.is-two li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-two li {
    width: 100%;
    margin-top: 20px;
  }
  .c-component-imageSet.is-two li:first-child {
    margin-top: 0;
  }
}
.c-component-imageSet.is-two li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-two li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.c-component-imageSet.is-three ul:after {
  content: "";
  display: block;
  width: calc(33.3% - 15px);
}
.c-component-imageSet.is-three li {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-three li {
    width: calc(50% - 10px);
  }
}
.c-component-imageSet.is-three li:nth-of-type(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-three li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.c-component-imageSet.is-four ul:before,
.c-component-imageSet.is-four ul:after {
  order: 1;
  content: "";
  display: block;
  width: calc(25% - 14px);
}
.c-component-imageSet.is-four li {
  width: calc(25% - 14px);
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-four li {
    width: calc(50% - 10px);
    margin-top: 0;
  }
}
.c-component-imageSet.is-four li:nth-of-type(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-imageSet.is-four li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.c-component-imageSet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-component-imageSet a {
  display: block;
}
.c-component-imageSet a:hover .image {
  opacity: 0.6;
}
.c-component-imageSet a:hover .title {
  color: #d26e64;
}
.c-component-imageSet a[target^='_blank']:after,
.c-component-imageSet a[href$='.pdf']:after,
.c-component-imageSet a[href$='.doc']:after,
.c-component-imageSet a[href$='.docx']:after,
.c-component-imageSet a[href$='.docm']:after,
.c-component-imageSet a[href$='.dotx']:after,
.c-component-imageSet a[href$='.dotm']:after,
.c-component-imageSet a[href$='.rtf']:after,
.c-component-imageSet a[href$='.xls']:after,
.c-component-imageSet a[href$='.xlsx']:after,
.c-component-imageSet a[href$='.xlt']:after,
.c-component-imageSet a[href$='.xml']:after,
.c-component-imageSet a[href$='.xlsm']:after,
.c-component-imageSet a[href$='.csv']:after,
.c-component-imageSet a[href$='.ppt']:after,
.c-component-imageSet a[href$='.pptx']:after,
.c-component-imageSet a[href$='.pptm']:after {
  content: none;
}
.c-component-imageSet a[target^='_blank'] .title:after,
.c-component-imageSet a[href$='.pdf'] .title:after,
.c-component-imageSet a[href$='.doc'] .title:after,
.c-component-imageSet a[href$='.docx'] .title:after,
.c-component-imageSet a[href$='.docm'] .title:after,
.c-component-imageSet a[href$='.dotx'] .title:after,
.c-component-imageSet a[href$='.dotm'] .title:after,
.c-component-imageSet a[href$='.rtf'] .title:after,
.c-component-imageSet a[href$='.xls'] .title:after,
.c-component-imageSet a[href$='.xlsx'] .title:after,
.c-component-imageSet a[href$='.xlt'] .title:after,
.c-component-imageSet a[href$='.xml'] .title:after,
.c-component-imageSet a[href$='.xlsm'] .title:after,
.c-component-imageSet a[href$='.csv'] .title:after,
.c-component-imageSet a[href$='.ppt'] .title:after,
.c-component-imageSet a[href$='.pptx'] .title:after,
.c-component-imageSet a[href$='.pptm'] .title:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.c-component-imageSet a[target^='_blank'] .title:after {
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
}
.c-component-imageSet a[href$='.pdf'] .title:after {
  width: 15px !important;
  height: 17px !important;
  background-image: url("../images/common/icon_pdf.png") !important;
}
.c-component-imageSet a .title {
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
}
.c-component-imageSet a .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 11px;
  height: 8px;
  margin-right: 5px;
  background-image: url("../images/common/common_list_arrow01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.c-component-imageSet .m-module-image {
  margin-bottom: 13px;
  text-align: center;
}
.c-component-imageSet .title,
.c-component-imageSet .text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-component-imageSet .title,
  .c-component-imageSet .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-imageSet .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.c-component-imageText {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: calc(48px - 30px - 0.3rem);
}
@media screen and (max-width: 768px) {
  .c-component-imageText {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: calc(36px - 25px - 0.3rem);
  }
}
.c-component-imageText.is-imageRight .image-block {
  float: right;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-component-imageText.is-imageRight .image-block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-component-imageText.is-imageLeft {
    display: block;
  }
}
.c-component-imageText.is-imageLeft .image-block {
  float: left;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-component-imageText.is-imageLeft .image-block + .text-block p:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .c-component-imageText.is-imageCenter {
    flex-direction: column !important;
  }
}
.c-component-imageText.is-imageCenter .image-block {
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
}
.c-component-imageText.is-imageCenter .image-block figcaption {
  text-align: left;
}
.c-component-imageText.is-imageCenter .image-block + .text-block {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .c-component-imageText.is-imageCenter .image-block + .text-block {
    margin-top: -5px;
  }
}
.c-component-imageText .image-block {
  padding-bottom: 30px;
}
.c-component-imageText .image-block a[target^='_blank']::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-component-imageText .image-block {
    float: none !important;
    width: 100% !important;
    padding: 0 0 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .c-component-imageText .text-block + .image-block {
    margin-bottom: 30px;
  }
}
.c-component-imageText .text-block {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-component-imageText .text-block {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-component-imageText .text-block .m-module-text {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .c-component-imageText .m-module-image {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.c-component-imageText--movie .image-block {
  width: 53.3%;
}
@media screen and (max-width: 768px) {
  .c-component-imageText--movie.is-imageCenter {
    display: flex;
    flex-direction: column;
  }
  .c-component-imageText--movie.is-imageCenter .m-module-text {
    margin-bottom: 0 !important;
  }
}
.c-component-largeTitle {
  margin-bottom: 60px;
}
.c-component-largeTitle .l-layout-contentsWidth {
  position: relative;
  padding-top: 690px;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth {
    padding-top: 0;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .text-block {
    position: static;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #3f6f97;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .text-block .inner {
  width: 60%;
  padding: 10% 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .text-block .inner {
    width: auto;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .text-block .title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .text-block .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .text-block .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .text-block .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .text-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20%;
  width: 110%;
  height: 100%;
  background-color: #3f6f97;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .text-block:before {
    display: none;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .image-block {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 74%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-component-largeTitle .l-layout-contentsWidth .image-block {
    position: static;
    width: 100%;
  }
}
.c-component-largeTitle .l-layout-contentsWidth .image-block img {
  width: 100%;
  height: auto;
}
.new-information-set {
  background-color: #fff;
  padding: 24px 20px 36px;
}
@media screen and (max-width: 768px) {
  .new-information-set {
    padding: 29px 15px 31px;
  }
}
.new-information-set .new-information {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 768px) {
  .new-information-set .new-information {
    margin-top: 8px;
    padding-top: 8px;
  }
}
.new-information-set .new-information:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.new-information-set .new-information .date {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .new-information-set .new-information .date {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
.new-information-set .new-information .date.new-icon:after {
  content: "NEW";
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 10px;
  color: #fff;
  background-color: #d26e64;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 768px) {
  .new-information-set .new-information .date.new-icon:after {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
  }
}
.new-information-set .new-information .link-title {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
MQ_MIN(768px)
}
@media screen and (max-width: 768px) {
  .new-information-set .new-information .link-title {
    margin-top: 6px;
    width: 100%;
  }
}
.new-information-set .new-information .link-title a:hover {
  opacity: 0.6;
}
.new-information-set .new-information .link-title a[href$='.doc']:after,
.new-information-set .new-information .link-title a[href$='.docx']:after,
.new-information-set .new-information .link-title a[href$='.docm']:after,
.new-information-set .new-information .link-title a[href$='.dotx']:after,
.new-information-set .new-information .link-title a[href$='.dotm']:after,
.new-information-set .new-information .link-title a[href$='.xls']:after,
.new-information-set .new-information .link-title a[href$='.xlsx']:after,
.new-information-set .new-information .link-title a[href$='.xlt']:after,
.new-information-set .new-information .link-title a[href$='.xlsm']:after,
.new-information-set .new-information .link-title a[href$='.ppt']:after,
.new-information-set .new-information .link-title a[href$='.pptx']:after,
.new-information-set .new-information .link-title a[href$='.pptm']:after,
.new-information-set .new-information .link-title a[href$='.csv']:after,
.new-information-set .new-information .link-title a[href$='.zip']:after,
.new-information-set .new-information .link-title a[href$='.xml']:after,
.new-information-set .new-information .link-title a[href$='.rtf']:after,
.new-information-set .new-information .link-title a[target^='_blank']:after {
  content: "";
  display: inline-block;
  width: 14px !important;
  height: 11px !important;
  margin-left: 5px;
  vertical-align: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.new-information-set .new-information .link-title a[href$='.pdf']:after {
  content: "";
  display: inline-block;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
  vertical-align: -4px;
  background-size: contain;
  background-repeat: no-repeat;
}
.new-information-set .new-information .link-title a:hover[href$='.doc']:after,
.new-information-set .new-information .link-title a:hover[href$='.docx']:after,
.new-information-set .new-information .link-title a:hover[href$='.docm']:after,
.new-information-set .new-information .link-title a:hover[href$='.dotx']:after,
.new-information-set .new-information .link-title a:hover[href$='.dotm']:after,
.new-information-set .new-information .link-title a:hover[href$='.xls']:after,
.new-information-set .new-information .link-title a:hover[href$='.xlsx']:after,
.new-information-set .new-information .link-title a:hover[href$='.xlt']:after,
.new-information-set .new-information .link-title a:hover[href$='.xlsm']:after,
.new-information-set .new-information .link-title a:hover[href$='.ppt']:after,
.new-information-set .new-information .link-title a:hover[href$='.pptx']:after,
.new-information-set .new-information .link-title a:hover[href$='.pptm']:after,
.new-information-set .new-information .link-title a:hover[href$='.csv']:after,
.new-information-set .new-information .link-title a:hover[href$='.zip']:after,
.new-information-set .new-information .link-title a:hover[href$='.xml']:after,
.new-information-set .new-information .link-title a:hover[href$='.rtf']:after,
.new-information-set .new-information .link-title a:hover[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.new-information-set .new-information .link-title a:hover[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.new-information-set .new-information .link-title a[href$='.doc']:after,
.new-information-set .new-information .link-title a[href$='.docx']:after,
.new-information-set .new-information .link-title a[href$='.docm']:after,
.new-information-set .new-information .link-title a[href$='.dotx']:after,
.new-information-set .new-information .link-title a[href$='.dotm']:after,
.new-information-set .new-information .link-title a[href$='.xls']:after,
.new-information-set .new-information .link-title a[href$='.xlsx']:after,
.new-information-set .new-information .link-title a[href$='.xlt']:after,
.new-information-set .new-information .link-title a[href$='.xlsm']:after,
.new-information-set .new-information .link-title a[href$='.ppt']:after,
.new-information-set .new-information .link-title a[href$='.pptx']:after,
.new-information-set .new-information .link-title a[href$='.pptm']:after,
.new-information-set .new-information .link-title a[href$='.csv']:after,
.new-information-set .new-information .link-title a[href$='.zip']:after,
.new-information-set .new-information .link-title a[href$='.xml']:after,
.new-information-set .new-information .link-title a[href$='.rtf']:after,
.new-information-set .new-information .link-title a[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.new-information-set .new-information .link-title a[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.new-information-set .new-information .link-title a span {
  display: inline-block;
  color: #bf272d;
}
.new-information-set .new-information .link-title a span:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.is-date {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 10px;
}
.is-date + .m-module-borderBottomTitle01 {
  margin-top: 10px;
}
.l-layout-sectionWrapper >.is-date {
  margin-top: 10px;
}
.m-module-text + .c-component-newsSet {
  margin-top: 40px;
}
.c-component-newsSet ul li {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-component-newsSet ul li {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.c-component-newsSet ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.c-component-newsSet ul li:last-child {
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.c-component-newsSet ul li .date {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-component-newsSet ul li .date {
    width: 100%;
    margin-bottom: 5px;
  }
}
.c-component-newsSet ul li .date .is-label {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 8px;
  background-color: #00a4e6;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.c-component-newsSet ul li .date.is-new:after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  padding: 0 3px 1px 5px;
  color: #fff;
  background-color: #d26e64;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  letter-spacing: 0.15em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-component-newsSet ul li .date.is-new:after {
    padding: 0px 3px 8px 5px;
    line-height: normal;
    height: 10px;
  }
}
.c-component-newsSet ul li .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-component-newsSet ul li .text {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-component-newsSet ul li .text a:hover {
  opacity: 0.6;
}
.c-component-newsSet ul li .text a span {
  vertical-align: middle;
}
.c-component-newsSet ul li .text a span.is-icon {
  display: inline-block;
  color: #bf272d;
}
.c-component-newsSet ul li .text a span.is-icon:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.c-component-newsSet .btn-block {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-component-newsSet .btn-block {
    margin-top: 20px;
  }
}
.c-component-newsSet .btn-block .m-module-linkBtn {
  display: inline-block;
  min-width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-component-newsSet .btn-block .m-module-linkBtn {
    width: 100%;
  }
}
.c-component-newsSet .btn-block .m-module-linkBtn a {
  padding: 20px 30px;
  text-align: center;
}
.c-component-pageTitle {
  padding: 235px 0 50px;
  width: 100%;
  height: auto;
  background-image: url("../images/common/pagetitle_bgimg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-component-pageTitle {
    padding: 0;
  }
}
.c-component-pageTitle .title span {
  position: relative;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 26px;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  text-shadow: 0px 2px 4px #000;
}
@media screen and (max-width: 768px) {
  .c-component-pageTitle .title {
    margin-bottom: 5px;
    padding: 88px 6.4% 18px 20px;
  }
  .c-component-pageTitle .title span {
    margin-bottom: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.4rem;
  }
}
.c-component-pageTitle .body {
  padding: 0 60px;
  width: 58.6%;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-component-pageTitle .body {
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
  }
}
.c-component-pageTop {
  margin-top: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-component-pageTop {
    margin-top: 50px;
  }
}
.c-component-pageTop a {
  display: block;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #d26e64;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-component-pageTop a {
    padding: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.01em;
  }
}
.c-component-pageTop a:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #d26e64 transparent;
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-component-pageTop a:before {
    border-width: 0 10px 10px 10px;
    top: -10px;
  }
}
.c-component-pageTop a:hover {
  opacity: 0.6;
}
.c-component-photoSet {
  position: relative;
  padding: 0 20px;
}
.c-component-photoSet .slick-slide {
  margin: 0 10px;
}
.c-component-photoSet .slick-list {
  margin: 0 -10px;
}
.c-component-photoSet .m-module-image img {
  width: 100%;
  max-width: none;
}
.c-component-photoSet .arrow-set {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}
.c-component-photoSet .arrow-set li {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #00a4e6;
  cursor: pointer;
}
.c-component-photoSet .arrow-set li:hover {
  opacity: 0.6;
}
.c-component-photoSet .arrow-set li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center center;
}
.c-component-photoSet .arrow-set li.is-prev {
  left: 0;
}
.c-component-photoSet .arrow-set li.is-prev:after {
  transform: translate3d(-30%, -50%, 0) rotate(-135deg);
}
.c-component-photoSet .arrow-set li.is-next {
  right: 0;
}
.c-component-photoSet .arrow-set li.is-next:after {
  transform: translate3d(-80%, -50%, 0) rotate(45deg);
}
.c-component-photoSet .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.c-component-photoSet .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dfdfdf;
  text-indent: -9999px;
  cursor: pointer;
}
.c-component-photoSet .slick-dots li:hover {
  opacity: 0.6;
}
.c-component-photoSet .slick-dots li.slick-active {
  background-color: #00a4e6;
}
.c-component-photoSet .btn-block {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-component-photoSet .btn-block {
    margin-top: 20px;
  }
}
.c-component-photoSet .btn-block .m-module-linkBtn {
  display: inline-block;
  min-width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-component-photoSet .btn-block .m-module-linkBtn {
    width: 100%;
  }
}
.c-component-photoSet .btn-block .m-module-linkBtn a {
  padding: 20px 30px;
  text-align: center;
}
.c-component-tabBlock .tab-block {
  margin-bottom: 30px;
}
.c-component-tabBlock .tab-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-component-tabBlock .tab-block ul li {
  position: relative;
  cursor: pointer;
  width: 560px;
  padding: 15px;
  box-sizing: border-box;
  color: #d26e64;
  background-color: #d4d8d7;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.c-component-tabBlock .tab-block ul li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-component-tabBlock .tab-block ul li {
    width: 50%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-component-tabBlock .tab-block ul li:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #d26e64 transparent transparent transparent;
}
.c-component-tabBlock .tab-block ul li.is-active {
  color: #fff;
  background-color: #d26e64;
}
.c-component-tabBlock .tab-block ul li.is-active:after {
  display: block;
}
.c-component-tabBlock .text-block .box {
  display: none;
}
.c-component-tabBlock .text-block .box.is-active {
  display: block;
}
.c-component-table,
.table-set {
  margin-bottom: 30px;
}
.c-component-table:last-child,
.table-set:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-component-table.typeA table,
  .table-set.typeA table,
  .c-component-table.typeA tbody,
  .table-set.typeA tbody,
  .c-component-table.typeA th,
  .table-set.typeA th,
  .c-component-table.typeA td,
  .table-set.typeA td {
    display: block;
    width: auto;
  }
  .c-component-table.typeA th,
  .table-set.typeA th,
  .c-component-table.typeA td,
  .table-set.typeA td {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .c-component-table.typeB,
  .table-set.typeB {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .c-component-table.typeB table,
  .table-set.typeB table {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .c-component-table.typeB_noscoll,
  .table-set.typeB_noscoll {
    overflow-x: visible;
  }
  .c-component-table.typeB_noscoll table,
  .table-set.typeB_noscoll table {
    width: 100%;
  }
}
.c-component-table table,
.table-set table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-component-table table tr:first-child th,
  .table-set table tr:first-child th {
    border-top: 1px solid #ccc;
  }
}
.c-component-table table a:hover,
.table-set table a:hover {
  opacity: 0.6;
}
.c-component-table thead th,
.table-set thead th {
  background-color: #37291b;
  color: #fff;
  text-align: center;
}
.c-component-table th,
.table-set th,
.c-component-table td,
.table-set td {
  padding: calc(19px - 0.2rem);
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-component-table th,
  .table-set th,
  .c-component-table td,
  .table-set td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: calc(14px - 0.2rem);
  }
}
.c-component-table th,
.table-set th {
  background-color: #aa8f73;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-component-table__text,
.table-set__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-component-table__text,
  .table-set__text {
    display: block;
    padding-bottom: calc(13px - 0.2rem);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.c-component-table.type01 td:nth-child(3),
.table-set.type01 td:nth-child(3) {
  white-space: nowrap;
}
.c-component-table.type02 td:nth-child(1),
.table-set.type02 td:nth-child(1),
.c-component-table.type02 td:nth-child(3),
.table-set.type02 td:nth-child(3) {
  white-space: nowrap;
}
.c-component-table.type03 td:nth-child(2),
.table-set.type03 td:nth-child(2),
.c-component-table.type03 td:nth-child(4),
.table-set.type03 td:nth-child(4) {
  white-space: nowrap;
}
.c-component-table.type04 td:nth-child(2),
.table-set.type04 td:nth-child(2) {
  white-space: nowrap;
}
.table-set a {
  text-decoration: none;
  color: #d26e64;
}
.table-set a[href$='.doc']:after,
.table-set a[href$='.docx']:after,
.table-set a[href$='.docm']:after,
.table-set a[href$='.dotx']:after,
.table-set a[href$='.dotm']:after,
.table-set a[href$='.xls']:after,
.table-set a[href$='.xlsx']:after,
.table-set a[href$='.xlt']:after,
.table-set a[href$='.xlsm']:after,
.table-set a[href$='.ppt']:after,
.table-set a[href$='.pptx']:after,
.table-set a[href$='.pptm']:after,
.table-set a[href$='.csv']:after,
.table-set a[href$='.zip']:after,
.table-set a[href$='.xml']:after,
.table-set a[href$='.rtf']:after,
.table-set a[target^='_blank']:after {
  content: "";
  display: inline-block;
  width: 14px !important;
  height: 11px !important;
  margin-left: 5px;
  vertical-align: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.table-set a[href$='.pdf']:after {
  content: "";
  display: inline-block;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
  vertical-align: -4px;
  background-size: contain;
  background-repeat: no-repeat;
}
.table-set a:hover[href$='.doc']:after,
.table-set a:hover[href$='.docx']:after,
.table-set a:hover[href$='.docm']:after,
.table-set a:hover[href$='.dotx']:after,
.table-set a:hover[href$='.dotm']:after,
.table-set a:hover[href$='.xls']:after,
.table-set a:hover[href$='.xlsx']:after,
.table-set a:hover[href$='.xlt']:after,
.table-set a:hover[href$='.xlsm']:after,
.table-set a:hover[href$='.ppt']:after,
.table-set a:hover[href$='.pptx']:after,
.table-set a:hover[href$='.pptm']:after,
.table-set a:hover[href$='.csv']:after,
.table-set a:hover[href$='.zip']:after,
.table-set a:hover[href$='.xml']:after,
.table-set a:hover[href$='.rtf']:after,
.table-set a:hover[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.table-set a[href$='.doc']:after,
.table-set a[href$='.docx']:after,
.table-set a[href$='.docm']:after,
.table-set a[href$='.dotx']:after,
.table-set a[href$='.dotm']:after,
.table-set a[href$='.xls']:after,
.table-set a[href$='.xlsx']:after,
.table-set a[href$='.xlt']:after,
.table-set a[href$='.xlsm']:after,
.table-set a[href$='.ppt']:after,
.table-set a[href$='.pptx']:after,
.table-set a[href$='.pptm']:after,
.table-set a[href$='.csv']:after,
.table-set a[href$='.zip']:after,
.table-set a[href$='.xml']:after,
.table-set a[href$='.rtf']:after,
.table-set a[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.table-set a[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
@media screen and (max-width: 768px) {
  .table-set th,
  .table-set td {
    padding: 10px;
  }
}
.is-category .table-set a[href$='.doc']:after,
.is-category .table-set a[href$='.docx']:after,
.is-category .table-set a[href$='.docm']:after,
.is-category .table-set a[href$='.dotx']:after,
.is-category .table-set a[href$='.dotm']:after,
.is-category .table-set a[href$='.xls']:after,
.is-category .table-set a[href$='.xlsx']:after,
.is-category .table-set a[href$='.xlt']:after,
.is-category .table-set a[href$='.xlsm']:after,
.is-category .table-set a[href$='.ppt']:after,
.is-category .table-set a[href$='.pptx']:after,
.is-category .table-set a[href$='.pptm']:after,
.is-category .table-set a[href$='.csv']:after,
.is-category .table-set a[href$='.zip']:after,
.is-category .table-set a[href$='.xml']:after,
.is-category .table-set a[href$='.rtf']:after,
.is-category .table-set a[target^='_blank']:after {
  content: "";
  display: inline-block;
  width: 14px !important;
  height: 11px !important;
  margin-left: 5px;
  vertical-align: 0px;
}
.is-category .table-set a[href$='.pdf']:after {
  content: "";
  display: inline-block;
  width: 15px !important;
  height: 17px !important;
  margin-left: 5px;
  vertical-align: -4px;
}
.is-category .table-set a:hover[href$='.doc']:after,
.is-category .table-set a:hover[href$='.docx']:after,
.is-category .table-set a:hover[href$='.docm']:after,
.is-category .table-set a:hover[href$='.dotx']:after,
.is-category .table-set a:hover[href$='.dotm']:after,
.is-category .table-set a:hover[href$='.xls']:after,
.is-category .table-set a:hover[href$='.xlsx']:after,
.is-category .table-set a:hover[href$='.xlt']:after,
.is-category .table-set a:hover[href$='.xlsm']:after,
.is-category .table-set a:hover[href$='.ppt']:after,
.is-category .table-set a:hover[href$='.pptx']:after,
.is-category .table-set a:hover[href$='.pptm']:after,
.is-category .table-set a:hover[href$='.csv']:after,
.is-category .table-set a:hover[href$='.zip']:after,
.is-category .table-set a:hover[href$='.xml']:after,
.is-category .table-set a:hover[href$='.rtf']:after,
.is-category .table-set a:hover[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.is-category .table-set a[href$='.doc']:after,
.is-category .table-set a[href$='.docx']:after,
.is-category .table-set a[href$='.docm']:after,
.is-category .table-set a[href$='.dotx']:after,
.is-category .table-set a[href$='.dotm']:after,
.is-category .table-set a[href$='.xls']:after,
.is-category .table-set a[href$='.xlsx']:after,
.is-category .table-set a[href$='.xlt']:after,
.is-category .table-set a[href$='.xlsm']:after,
.is-category .table-set a[href$='.ppt']:after,
.is-category .table-set a[href$='.pptx']:after,
.is-category .table-set a[href$='.pptm']:after,
.is-category .table-set a[href$='.csv']:after,
.is-category .table-set a[href$='.zip']:after,
.is-category .table-set a[href$='.xml']:after,
.is-category .table-set a[href$='.rtf']:after,
.is-category .table-set a[target^='_blank']:after {
  background-image: url("../images/common/icon_window.png") !important;
}
.is-category .table-set a[href$='.pdf']:after {
  background-image: url("../images/common/icon_pdf.png") !important;
}
.l-contentsBody {
  overflow: hidden;
}
.l-layout-contentsWidth {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-layout-contentsWidth {
    width: auto;
  }
}
.l-layout-sectionWrapper:last-child {
  margin-bottom: 2px;
}
.l-layout-sectionWrapper.is-bg {
  padding: 60px 0;
  background-image: url("../images/contents/home/home_project_bg01.png");
}
@media screen and (max-width: 768px) {
  .l-layout-sectionWrapper.is-bg {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-layout-sectionWrapper {
    padding: 0 10px;
  }
}
.l-layout-sectionWrapper.is-fullSection {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .l-layout-sectionWrapper.is-fullSection {
    padding: 0 0;
  }
}
.l-layout-sectionWrapper.newsdetail {
  margin: 0 !important;
}
.l-sideWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.l-sideWrapper.is-right .l-sideContents {
  order: 1;
}
.l-sideWrapper.is-left {
  flex-direction: row-reverse;
}
.l-sideWrapper.is-left .l-sideContents {
  order: 1;
}
.l-sideWrapper .l-sideContents {
  width: 240px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-sideWrapper .l-sideContents {
    width: 100%;
  }
}
.l-sideWrapper .l-contentsBody {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .l-sideWrapper .l-contentsBody {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-sideWrapper {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-sideContents {
    margin-top: 50px;
    padding: 0;
  }
}
.l-sideContents .title-blocks {
  position: relative;
  padding: calc(30px - 0.2rem) 0 calc(30px - 0.2rem) 30px;
  box-sizing: border-box;
  background-color: #d26e64;
  background-image: url("../images/common/sidenav_bgimg.png");
}
.l-sideContents .title-blocks::before {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 16px);
  background: #614f3c;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-sideContents .title-blocks {
    padding: calc(10px - 0.2rem) 0 calc(10px - 0.2rem) 15px;
  }
}
.l-sideContents .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-sideContents .title {
    padding: calc(10px - 0.2rem) 15px;
    text-align: left;
  }
}
.l-sideContents .contents-block {
  padding: calc(19px - 0.2rem) 15px calc(19px - 0.2rem) 3px;
  border-bottom: 1px solid #d9d6d6;
}
@media screen and (max-width: 768px) {
  .l-sideContents .contents-block {
    padding: calc(10px - 0.2rem) 8px;
  }
}
.l-sideContents .contents-block >a {
  position: relative;
  padding-left: calc(1rem + 4px);
}
.l-sideContents .contents-block >a::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #d26e64;
  border-top: 1px solid #d26e64;
}
.l-sideContents .contents-block .is-current {
  font-weight: bold;
}
.l-sideContents .contents-block >ul {
  margin-top: 10px;
}
.l-sideContents .contents-block >ul .contents-block {
  padding: 5px 0 0 15px;
  border-bottom: none;
}
.l-sideContents .contents-block >ul .contents-block >a {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-sideContents .contents-block >ul .contents-block >a::before {
  top: 8px;
}
.l-sideContents li {
  margin-bottom: 1px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-sideContents li:last-child {
  margin-bottom: 0;
}
.l-sideContents li a {
  position: relative;
  display: inline-block;
}
.l-sideContents li a:hover {
  color: #d26e64;
}
.l-sideContents li span {
  vertical-align: middle;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
/* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@-moz-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
main.is-home .p-home-activity {
  position: relative;
  padding-bottom: 72px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity {
    padding-bottom: 62px;
  }
}
main.is-home .p-home-activity .m-module-sectionTitle {
  margin-bottom: 30px;
}
main.is-home .p-home-activity a {
  position: relative;
  display: block;
}
main.is-home .p-home-activity a:hover {
  opacity: 0.6;
}
main.is-home .p-home-activity a .m-module-text {
  width: 100%;
  background: rgba(97,79,60,0.7);
  padding: 25px 0 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main.is-home .p-home-activity a .m-module-text .tag {
  position: absolute;
  bottom: calc(100% - 20px);
  padding: 6px 12px;
  background: #d26e64;
}
main.is-home .p-home-activity a .m-module-text .text {
  display: block;
  padding: 0 50px 0 15px;
}
main.is-home .p-home-activity a .m-module-text::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 13px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contents/home/home_active_arrow.png");
}
main.is-home .p-home-activity .slick-list {
  margin: auto;
  padding: 0 15px !important;
  max-width: calc(1000px + 15px * 2);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity .slick-list {
    padding: 0 !important;
  }
}
main.is-home .p-home-activity .slick-list::before,
main.is-home .p-home-activity .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}
main.is-home .p-home-activity .slick-list::before {
  left: 100%;
}
main.is-home .p-home-activity .slick-list::after {
  right: 100%;
}
main.is-home .p-home-activity .slide-block.is-disabled-pc .slick-list::before,
main.is-home .p-home-activity .slide-block.is-disabled-pc .slick-list::after {
  content: none;
}
main.is-home .p-home-activity .slide {
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity .slide {
    padding: 0 10px;
  }
}
main.is-home .p-home-activity .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}
main.is-home .p-home-activity .slick-arrow.slick-prev,
main.is-home .p-home-activity .slick-arrow.slick-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url("../images/common/common_arrow02.png") 50% 50% no-repeat;
  background-size: cover;
}
main.is-home .p-home-activity .slick-arrow.slick-prev:hover,
main.is-home .p-home-activity .slick-arrow.slick-next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity .slick-arrow.slick-prev,
  main.is-home .p-home-activity .slick-arrow.slick-next {
    width: 20px;
    height: 40px;
    background-image: url("../images/common/common_slide_arrow.png");
  }
}
main.is-home .p-home-activity .slick-arrow.slick-prev {
  right: calc(50% + 500px + 50px);
  transform: scaleX(-1);
}
@media screen and (max-width: 1220px) {
  main.is-home .p-home-activity .slick-arrow.slick-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity .slick-arrow.slick-prev {
    left: 0;
  }
}
main.is-home .p-home-activity .slick-arrow.slick-next {
  left: calc(50% + 500px + 50px);
}
@media screen and (max-width: 1220px) {
  main.is-home .p-home-activity .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-activity .slick-arrow.slick-next {
    right: 0;
  }
}
main.is-home .p-home-activity .slick-dots {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.is-home .p-home-activity .slick-dots li {
  margin: 0 3px;
  line-height: 0;
}
main.is-home .p-home-activity .slick-dots li button {
  font-size: 0;
  background-color: #898989;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
main.is-home .p-home-activity .slick-dots li.slick-active button {
  background-color: #d26e64;
}
main.is-home .p-home-activity .m-module-image img {
  width: 100%;
  height: auto;
}
main.is-home .disaster-informations {
  margin: 35px 0 60px;
}
main.is-home .disaster-informations:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .disaster-informations {
    margin: 30px 0;
    padding: 0 10px;
  }
}
main.is-home .disaster-informations .disaster-free-field {
  font-weight: bold;
  padding: 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  main.is-home .disaster-informations .disaster-free-field p {
    margin-bottom: 0;
  }
}
main.is-home .disaster-informations .disaster-banners {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main.is-home .disaster-informations .disaster-banners {
    margin-top: 20px;
  }
}
main.is-home .disaster-informations .disaster-banners img {
  width: 100%;
  height: auto;
}
main.is-home .disaster-informations .disaster-banners .disaster-banner + .disaster-banner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main.is-home .disaster-informations .disaster-banners .disaster-banner + .disaster-banner {
    margin-top: 10px;
  }
}
main.is-home .emergency-twitter {
  margin: 60px 0;
}
main.is-home .emergency-twitter:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .emergency-twitter {
    margin: 20px 0;
    padding: 0 10px;
  }
}
main.is-home .emergency-twitter .twitter {
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main.is-home .emergency-twitter .twitter {
    width: 100%;
  }
}
main.is-home .emergency-linkset .m-module-boldTitle01 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  main.is-home .emergency-linkset .m-module-boldTitle01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main.is-home .emergency-linkset .m-module-linkListSet {
  margin-bottom: 35px;
}
main.is-home .emergency-linkset .m-module-linkListSet li a::before {
  top: 10px;
}
main.is-home .emergency-linkset .m-module-linkListSet:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .emergency-linkset .m-module-linkListSet {
    margin-bottom: 30px;
  }
}
main.is-home .p-home-info {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info {
    padding-bottom: 30px;
  }
}
main.is-home .p-home-info .l-layout-contentsWidth {
  padding: 35px 0 55px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .l-layout-contentsWidth {
    padding: 0;
  }
}
main.is-home .p-home-info .block-title-area {
  display: flex;
  justify-content: space-between;
}
main.is-home .p-home-info .block-title-area .block-title {
  position: relative;
  width: 475px;
  margin-bottom: 6px;
  padding-bottom: 13px;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  border-bottom: 3px solid #614f3c;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .block-title-area .block-title {
    cursor: pointer;
    width: 50%;
    color: #fff;
    background: #614f3c;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px 8px;
    margin-bottom: 0;
    border-bottom: none;
    border-top: 3px solid #614f3c;
    text-align: center;
  }
  main.is-home .p-home-info .block-title-area .block-title:last-child {
    position: relative;
  }
  main.is-home .p-home-info .block-title-area .block-title:last-child::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 108%;
    background: #fff;
    top: -3px;
    left: 0;
  }
  main.is-home .p-home-info .block-title-area .block-title:after {
    display: none;
  }
  main.is-home .p-home-info .block-title-area .block-title.is-active {
    color: #000;
    background-color: #fff !important;
  }
  main.is-home .p-home-info .block-title-area .block-title.is-active >span {
    display: block;
    transform: translateY(2px);
  }
  main.is-home .p-home-info .block-title-area .block-title.is-active:after {
    display: block;
  }
}
main.is-home .p-home-info .contents-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.is-home .p-home-info .left-block,
main.is-home .p-home-info .right-block {
  position: relative;
  margin-bottom: 0;
  width: 475px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .left-block,
  main.is-home .p-home-info .right-block {
    display: none;
    width: 100%;
  }
  main.is-home .p-home-info .left-block.is-active,
  main.is-home .p-home-info .right-block.is-active {
    display: block;
  }
}
main.is-home .p-home-info .ajaxNewsSet .date,
main.is-home .p-home-info .ajaxNewsSet .text {
  padding: 6px 20px 15px 20px;
}
main.is-home .p-home-info .ajaxNewsSet .date:nth-of-type(even),
main.is-home .p-home-info .ajaxNewsSet .text:nth-of-type(even) {
  background-color: #f8f8f8;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info dl {
    margin-bottom: 30px;
  }
}
main.is-home .p-home-info dl .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 20px 0 20px !important;
}
main.is-home .p-home-info dl .date.is-new:after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  padding: 0 3px 1px 5px;
  color: #fff;
  background-color: #d26e64;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  letter-spacing: 0.15em;
  top: 50%;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info dl .date {
    line-height: normal;
    padding-bottom: 0 !important;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.is-home .p-home-info dl .date .is-label {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #00a4e6;
  color: #fff;
}
main.is-home .p-home-info dl .text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info dl .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
main.is-home .p-home-info dl .text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
main.is-home .p-home-info dl .text a:hover {
  opacity: 0.6;
}
main.is-home .p-home-info dl .text a span.is-icon {
  display: inline-block;
  color: #bf272d;
}
main.is-home .p-home-info dl .text a span.is-icon:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
main.is-home .p-home-info dl .text a[target^='_blank'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.pdf'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.doc'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.docx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.docm'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.dotx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.dotm'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.rtf'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xls'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlsx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlt'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xml'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlsm'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.csv'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.ppt'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.pptx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.pptm'] span.is-icon:before {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  width: 18px !important;
  height: 18px !important;
}
main.is-home .p-home-info dl .text a[target^='_blank'] span.is-icon:before {
  background-image: url("../images/common/icon_window.png") !important;
}
main.is-home .p-home-info dl .text a[href$='.pdf'] span.is-icon:before {
  background-image: url("../images/common/icon_pdf.png") !important;
}
main.is-home .p-home-info dl .text a[href$='.doc'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.docx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.docm'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.dotx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.dotm'] span.is-icon:before {
  background-image: url("../images/common/icon_word.png") !important;
}
main.is-home .p-home-info dl .text a[href$='.xls'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlsx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlt'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xml'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.xlsm'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.csv'] span.is-icon:before {
  background-image: url("../images/common/icon_xls.png") !important;
}
main.is-home .p-home-info dl .text a[href$='.ppt'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.pptx'] span.is-icon:before,
main.is-home .p-home-info dl .text a[href$='.pptm'] span.is-icon:before {
  background-image: url("../images/common/icon_ppt.png") !important;
}
main.is-home .p-home-info .btn-area {
  position: absolute;
  text-align: center;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .btn-area {
    position: static;
  }
}
main.is-home .p-home-info .btn-area .btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
}
main.is-home .p-home-info .btn-area .btn span {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .btn-area .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
main.is-home .p-home-info .btn-area a {
  display: block;
  position: relative;
  padding: 0 14px;
  color: #fff;
  font-weight: bold;
  background: #614f3c;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .btn-area a {
    height: auto;
    padding: 9px 13px;
  }
}
main.is-home .p-home-info .btn-area a:hover {
  opacity: 0.6;
}
main.is-home .p-home-info .wysiwyg-area {
  margin-top: 50px;
  border: 1px solid #000;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-info .wysiwyg-area {
    margin: 30px 15px 0;
    padding: 11px 13px;
  }
}
main.is-home .p-home-info .wysiwyg-area .c-module-wysiwyg {
  text-align: center;
  line-height: 1.9;
}
main.is-home .p-home-live {
  margin-bottom: 60px;
}
main.is-home .p-home-live .l-layout-contentsWidth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 120px 60px 60px;
  box-sizing: border-box;
  background-color: #f4eed8;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth {
    padding: 20px;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background-image: url("../images/contents/home/home_live_line01.png");
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth:before {
    height: 0;
    padding-top: 30%;
    background-image: url("../images/contents/home/sp_home_live_line01.png");
    background-size: contain;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth:after {
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  left: 60px;
  width: 116px;
  height: 100px;
  background-image: url("../images/contents/home/home_live_icon01.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth:after {
    top: 9.2vw;
    left: 30px;
    width: 58px;
    height: 50px;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block {
  position: relative;
  width: 470px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth .text-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block .live-title {
  margin-top: -50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth .text-block .live-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  main.is-home .p-home-live .l-layout-contentsWidth .text-block .live-title img {
    width: 100%;
    height: auto;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth .text-block .text {
    margin-bottom: 20px;
  }
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block .text .is-red {
  color: #c21f1f;
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block .m-module-linkBtn {
  width: 100%;
}
main.is-home .p-home-live .l-layout-contentsWidth .text-block .m-module-linkBtn a {
  text-align: center;
}
main.is-home .p-home-live .l-layout-contentsWidth .live-block {
  position: relative;
  width: 470px;
  z-index: 1;
}
main.is-home .p-home-live .l-layout-contentsWidth .live-block .image {
  width: 100%;
}
main.is-home .p-home-live .l-layout-contentsWidth .live-block .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-live .l-layout-contentsWidth .live-block {
    width: 100%;
    margin-bottom: 0;
  }
}
main.is-home .p-home-mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual {
    margin-bottom: -25px;
    height: 420px;
  }
}
main.is-home .p-home-mainvisual .slide-block {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.is-home .p-home-mainvisual .slide {
  position: relative;
}
main.is-home .p-home-mainvisual .slide .body {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .body {
    top: 45%;
    transform: translateY(-50%);
  }
}
main.is-home .p-home-mainvisual .slide .body >div {
  margin: auto;
  max-width: 900px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .body >div {
    padding: 0 10px;
    max-width: 340px;
  }
}
main.is-home .p-home-mainvisual .slide .body >div:before {
  content: "";
  position: absolute;
  left: calc(50% - 661px / 2);
  bottom: calc(100% + 3px);
  width: 661px;
  height: 73px;
  background: url("../images/contents/home/home_mainvisual_deco.png") no-repeat;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .body >div:before {
    left: 50%;
    width: 340px;
    max-width: 100%;
    height: 38px;
    background-position: 50% 100%;
    background-size: 100%;
    transform: translateX(-50%);
  }
}
main.is-home .p-home-mainvisual .slide .body >div .hdg,
main.is-home .p-home-mainvisual .slide .body >div .text {
  color: #fff;
  text-shadow: 1px 1px 7px #000;
}
main.is-home .p-home-mainvisual .slide .body >div .hdg {
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .body >div .hdg {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
main.is-home .p-home-mainvisual .slide .body >div .text {
  margin-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .body >div .text {
    margin-top: 7px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
main.is-home .p-home-mainvisual .slide .m-module-image {
  height: 800px;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-mainvisual .slide .m-module-image {
    height: 420px;
  }
}
main.is-home .p-home-mainvisual .slide .m-module-image::before {
  content: '';
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
main.is-home .p-home-map {
  position: relative;
  margin: auto;
  padding-bottom: 54px;
  background-image: url("../images/common/bgimg_map.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map {
    padding-bottom: 30px;
  }
}
main.is-home .p-home-map::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 633px;
  height: 158px;
  background-image: url("../images/common/bottomimg.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map::after {
    content: none;
  }
}
main.is-home .p-home-map .l-layout-contentsWidth {
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .l-layout-contentsWidth {
    padding-top: 0;
  }
}
main.is-home .p-home-map .ttlArea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url("../images/contents/home/home_map_ttlbg.png");
  background-repeat: no-repeat;
  padding: 20px 40px 0;
  width: 330px;
  height: 170px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .ttlArea {
    right: 0;
    margin: auto;
    padding: 15px 40px 0;
    width: 260px;
    height: 134px;
    background-size: 100%;
  }
}
main.is-home .p-home-map .ttlArea .m-module-sectionTitle {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .ttlArea .m-module-sectionTitle {
    margin-bottom: 3px;
    font-size: 2rem;
  }
}
main.is-home .p-home-map .ttlArea p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .ttlArea p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
main.is-home .p-home-map .contents-block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .contents-block {
    display: block;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet {
  background-color: transparent;
  margin: -140px 0 0 -70px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet {
    margin: 0 -68px -30px;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .mapArea .map {
  width: 840px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .mapArea .map {
    width: 100%;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .pinList li a {
  border: none;
  border-radius: 0;
  width: calc(41 / 840 * 100%);
  background: url("../images/contents/home/home_map_camera01.png") 50% 0 no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .pinList li a {
    font-size: calc(12 / 375 * 100vw) !important;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .pinList li a.keinawa {
  background-image: url("../images/contents/home/home_map_camera02.png");
}
main.is-home .p-home-map .c-component-clickableMapSet .pinList li a.nr24 {
  background-image: url("../images/contents/home/home_map_camera03.png");
}
main.is-home .p-home-map .c-component-clickableMapSet .pinList li a::before {
  padding-top: calc(27 / 41 * 100%);
}
main.is-home .p-home-map .c-component-clickableMapSet .pinList li a >span {
  padding: 0 calc(13 / 41 * 100%) calc(2 / 41 * 100%) 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .pinList li a >span {
    padding-bottom: calc(4 / 41 * 100%);
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .banner {
  position: absolute;
  right: 100px;
  top: 10px;
  border: 2px solid #fff;
  padding: 14px 38px 14px 66px;
  max-width: 500px;
  box-sizing: border-box;
  background-color: #007cc3;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .banner {
    right: calc(68px + 10px);
    top: auto;
    bottom: calc(30px + 20px);
    padding: 8px 28px 8px 60px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .banner::before,
main.is-home .p-home-map .c-component-clickableMapSet .banner::after {
  content: "";
  position: absolute;
}
main.is-home .p-home-map .c-component-clickableMapSet .banner::before {
  left: 20px;
  top: calc(50% - 19px);
  width: 36px;
  height: 34px;
  background: url("../images/contents/home/home_map_icon01.png");
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .banner::before {
    left: 14px;
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .banner::after {
  right: 20px;
  top: calc(50% - 5px);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .c-component-clickableMapSet .banner::after {
    right: 14px;
    top: calc(50% - 4px);
  }
}
main.is-home .p-home-map .c-component-clickableMapSet .banner:hover {
  opacity: 0.6;
}
main.is-home .p-home-map .listSet {
  position: relative;
  z-index: 1;
  order: -1;
  width: 330px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .listSet {
    order: 0;
    margin: 0 10px;
    width: auto;
  }
}
main.is-home .p-home-map .listSet section +section {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .listSet section +section {
    margin-top: 0;
  }
}
main.is-home .p-home-map .listSet section .hdg {
  position: relative;
  border-bottom: 3px solid #37291b;
  padding: 4px 20px 2px;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .listSet section .hdg {
    font-size: 1.5rem;
  }
  main.is-home .p-home-map .listSet section .hdg .icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 6px);
    transition-property: top, transform;
    transition-duration: 0.3s;
  }
  main.is-home .p-home-map .listSet section .hdg .icon::before {
    content: "";
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }
  main.is-home .p-home-map .listSet section .hdg.is-active .icon {
    top: calc(50% - 2px);
    transform: scaleY(-1);
  }
}
@media screen and (min-width: 769px) {
  main.is-home .p-home-map .listSet section ol {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .listSet section ol {
    display: none;
  }
}
main.is-home .p-home-map .listSet section li +li {
  margin-top: 1px;
}
main.is-home .p-home-map .listSet section li >a {
  display: flex;
}
main.is-home .p-home-map .listSet section li >a >div {
  box-sizing: border-box;
  line-height: 1.45;
}
main.is-home .p-home-map .listSet section li .num {
  padding: 2px 0;
  width: 25px;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
}
main.is-home .p-home-map .listSet section li .name,
main.is-home .p-home-map .listSet section li .ic {
  padding: 3px 10px;
}
main.is-home .p-home-map .listSet section li .name {
  width: 100px;
  flex-shrink: 0;
  background-color: rgba(255,255,255,0.9);
  font-weight: bold;
}
main.is-home .p-home-map .listSet section li .ic {
  border-left: 1px solid transparent;
  width: 100%;
  background-color: rgba(246,246,246,0.9);
  background-clip: padding-box;
}
main.is-home .p-home-map .listSet section.meihan .hdg,
main.is-home .p-home-map .listSet section.meihan .num {
  background-color: #d26e64;
}
main.is-home .p-home-map .listSet section.keinawa .hdg,
main.is-home .p-home-map .listSet section.keinawa .num {
  background-color: #6c5193;
}
main.is-home .p-home-map .listSet section.nr24 .hdg,
main.is-home .p-home-map .listSet section.nr24 .num {
  background-color: #9e8f0e;
}
main.is-home .p-home-map .noteBox {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #676a4c;
  border-radius: 2px;
  padding: 10px 22px;
  max-width: 400px;
  box-sizing: border-box;
  background-color: #e3dbae;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-map .noteBox {
    position: static;
    margin: 20px 10px 0;
    padding: 7px 12px;
    max-width: none;
    font-size: 1.1rem;
    line-height: 2;
  }
}
main.is-home .p-home-project {
  padding: 30px 0 64px;
  background-image: url("../images/contents/home/home_project_bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project {
    padding: 24px 10px 40px;
    background-size: auto;
    background-position: top right;
  }
}
main.is-home .p-home-project .m-module-sectionTitle {
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .m-module-sectionTitle {
    text-align: center;
    margin-bottom: 28px;
  }
}
main.is-home .p-home-project .m-module-sectionTitle span {
  position: relative;
  padding: 0 0 10px 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .m-module-sectionTitle span {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 2px;
    padding: 0 0 5px 2px;
  }
}
main.is-home .p-home-project .m-module-sectionTitle span::before,
main.is-home .p-home-project .m-module-sectionTitle span::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #e5ddb3;
}
main.is-home .p-home-project .m-module-sectionTitle span::before {
  left: 2px;
  bottom: 0;
  height: 1px;
}
main.is-home .p-home-project .m-module-sectionTitle span::after {
  left: 26px;
  bottom: -8px;
  height: 2px;
  transform: none;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .m-module-sectionTitle span::after {
    left: 18px;
  }
}
main.is-home .p-home-project .l-layout-contentsWidth {
  position: relative;
}
main.is-home .p-home-project .l-layout-contentsWidth .btn-area {
  position: absolute;
  text-align: center;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .l-layout-contentsWidth .btn-area {
    position: static;
    margin-top: 20px;
  }
}
main.is-home .p-home-project .l-layout-contentsWidth .btn-area .btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
}
main.is-home .p-home-project .l-layout-contentsWidth .btn-area .btn span {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .l-layout-contentsWidth .btn-area .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}
main.is-home .p-home-project .l-layout-contentsWidth .btn-area a {
  display: block;
  position: relative;
  padding: 0 18px;
  color: #fff;
  font-weight: bold;
  background: #614f3c;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .l-layout-contentsWidth .btn-area a {
    height: auto;
    padding: 9px 13px;
  }
}
main.is-home .p-home-project .l-layout-contentsWidth .btn-area a:hover {
  opacity: 0.6;
}
main.is-home .p-home-project .contents-block {
  display: flex;
  flex-wrap: wrap;
  margin: -25px 0 0 -15px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block {
    margin: 0;
  }
}
main.is-home .p-home-project .contents-block .column {
  padding: 25px 0 0 25px;
  width: 33.333%;
  box-sizing: border-box;
  z-index: 2;
}
main.is-home .p-home-project .contents-block .column >div {
  position: relative;
  height: 100%;
}
main.is-home .p-home-project .contents-block .column a {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block .column {
    width: calc(50% - 5px);
    padding: 0;
    margin-bottom: 10px;
  }
  main.is-home .p-home-project .contents-block .column:nth-child(2n) {
    margin-left: 10px;
  }
}
main.is-home .p-home-project .contents-block .column:hover {
  opacity: 0.6;
}
main.is-home .p-home-project .contents-block .column .image-block {
  position: relative;
}
main.is-home .p-home-project .contents-block .column .image-block img {
  width: 100%;
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block .column .image-block img {
    transform: none;
  }
}
main.is-home .p-home-project .contents-block .column .image-block .tag {
  position: absolute;
  color: #fff;
  background: #d26e64;
  padding: 3px 16px;
  right: 0;
  bottom: -13px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block .column .image-block .tag {
    bottom: -10px;
    padding: 4px 12px;
    max-width: calc(100% - 10px);
    box-sizing: border-box;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45;
  }
}
main.is-home .p-home-project .contents-block .column .text-block .text {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 30px 18px 20px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block .column .text-block .text {
    padding: 20px 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.45;
  }
}
main.is-home .p-home-project .contents-block .column .bg-block {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 50px);
  background: #fff;
  background-image: url("../images/contents/home/home_project_bg02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-project .contents-block .column .bg-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related {
    padding: 0 10px;
  }
}
main.is-home .p-home-related .l-layout-contentsWidth {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.is-home .p-home-related .left-block {
  width: 470px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .left-block {
    width: 100%;
    margin-bottom: 40px;
  }
}
main.is-home .p-home-related .right-block {
  width: 470px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block {
    width: 100%;
  }
}
main.is-home .p-home-related .right-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.is-home .p-home-related .right-block ul:last-child {
  margin-bottom: 0;
}
main.is-home .p-home-related .right-block ul.is-one {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block ul.is-one {
    margin-bottom: 0;
  }
}
main.is-home .p-home-related .right-block ul.is-one li {
  margin-top: 20px;
}
main.is-home .p-home-related .right-block ul.is-one li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block ul.is-one li {
    width: 48%;
    margin: 0 0 20px;
  }
}
main.is-home .p-home-related .right-block ul.is-two {
  margin: -24px 0 24px -24px;
}
main.is-home .p-home-related .right-block ul.is-two li {
  padding: 24px 0 0 24px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block ul.is-two li {
    width: 100%;
  }
}
main.is-home .p-home-related .right-block ul.is-three {
  margin-bottom: 10px;
}
main.is-home .p-home-related .right-block ul.is-three:after {
  content: "";
  display: block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block ul.is-three:after {
    width: 32%;
  }
}
main.is-home .p-home-related .right-block ul.is-three li {
  width: 150px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-related .right-block ul.is-three li {
    width: 32%;
  }
}
main.is-home .p-home-related .right-block ul.is-three li:nth-of-type(n+4) {
  margin-top: 20px;
}
main.is-home .p-home-related .right-block ul a:hover {
  opacity: 0.6;
}
main.is-home .p-home-related .right-block img {
  width: 100%;
  height: auto;
}
main.is-home .p-home-topLink {
  position: relative;
  z-index: 1;
  margin: -190px 0 30px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink {
    margin: -160px 0 20px;
  }
}
main.is-home .p-home-topLink .l-layout-contentsWidth {
  position: relative;
  width: 900px;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .l-layout-contentsWidth {
    width: 100%;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block {
  display: flex;
  margin-bottom: 15px;
  border: 2px solid #cd2e1d;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block {
    display: block;
    margin: 0 10px 10px;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block .ttl {
  background: #ff1900;
  display: flex;
  padding-right: 15px;
  width: 164px;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block .ttl {
    width: auto;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block .ttl h2 {
  position: relative;
  padding-left: 37px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block .ttl h2 {
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block .ttl h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 21px;
  background-image: url("../images/common/icon_attention.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block .ttl h2::before {
    top: 3px;
    width: 16px;
    height: 15px;
    background-size: 100%;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block .ajaxNewsSet {
  background: #fff;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl {
  padding: 19px 18px;
  width: 100%;
  box-sizing: border-box;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt + dd {
  margin-bottom: 10px;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt + dd:last-child {
  margin-bottom: 0;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt {
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  color: #999;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block dl dt .is-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt.hidden {
  display: none;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt .text {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4em; /*IE対策*/
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt .text:last-child {
  margin-bottom: 0;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt .text a {
  text-decoration: underline;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dt .text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block dl {
    padding: 8px 8px;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd {
  color: #ff1900;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-attention .content-block dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a {
  color: inherit;
  text-decoration: underline;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a:hover {
  text-decoration: none;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a[target^='_blank']:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 14px !important;
  height: 11px !important;
  background-image: url("../images/common/icon_window.png") !important;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a[href$=".pdf"]:after {
  content: none;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a[href$=".pdf"] .is-icon {
  display: inline-block;
  margin-left: 6px;
}
main.is-home .p-home-topLink .p-home-attention .content-block dl dd a[href$=".pdf"] .is-icon:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 17px;
  background: url("../images/common/icon_pdf.png") no-repeat;
  transform: translateY(2px);
}
main.is-home .p-home-topLink .p-home-note {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-note {
    margin: 10px;
  }
}
main.is-home .p-home-topLink .p-home-note p {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 8px 45px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-note p {
    display: block;
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-link {
    width: auto;
    padding: 0 10px;
  }
}
main.is-home .p-home-topLink .p-home-link .contents-block {
  display: flex;
  justify-content: space-between;
  background: #d26e64;
  background-image: url("../images/contents/home/p_link_bg.png");
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-link .contents-block {
    padding: 15px 0;
  }
}
main.is-home .p-home-topLink .p-home-link .contents-block li {
  width: 100%;
  box-sizing: border-box;
  border-left: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-link .contents-block li {
    border-left: 2px solid #fff;
    padding: 5px 0;
  }
}
main.is-home .p-home-topLink .p-home-link .contents-block li:first-child {
  border-left: none;
}
main.is-home .p-home-topLink .p-home-link .contents-block a {
  display: block;
  position: relative;
  text-align: center;
}
main.is-home .p-home-topLink .p-home-link .contents-block a img {
  width: 41px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-link .contents-block a img {
    width: 31px;
  }
}
main.is-home .p-home-topLink .p-home-link .contents-block a .text {
  display: flex;
  position: relative;
  margin: 16px 20px 0;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.is-home .p-home-topLink .p-home-link .contents-block a .text {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 0;
    line-height: 1.4;
  }
}
main.is-home .p-home-topLink .p-home-link .contents-block a:hover .text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  width: calc(100% + 12px);
  height: 3px;
  background: linear-gradient(to right, #d26e64 0%, #fff 30%, #fff 70%, #d26e64 100%);
  transform: translateX(-50%);
}
main.is-home .top-section-title {
  margin-bottom: 40px;
  color: #08050c;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.is-home .top-section-title {
    margin-bottom: 20px;
  }
}
main.is-home .top-section-title span {
  display: block;
}
main.is-home .top-section-title span.is-jp {
  color: #d26e64;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  main.is-home .top-section-title span.is-jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
main.is-home .top-section-title span.is-en {
  color: #00a4e6;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main.is-home .top-section-title span.is-en {
    font-size: 10px;
    font-size: 1rem;
  }
}
main.is-home .lead-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.is-home .lead-text {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main.is-home .c-component-pageTop {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main.is-home .c-component-pageTop {
    margin-top: 40px;
  }
}
main.is-home.is-emergency .l-contentsBody >:first-child {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main.is-home.is-emergency .l-contentsBody >:first-child {
    margin-top: 80px;
  }
}
main {
  position: relative;
}
