@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/* rest */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}
@media screen and (max-width: 374.98px) {
  html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 50%;
  }
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* Unique rest */
body {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  flex-shrink: 0;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
a:focus, a:hover {
  opacity: 0.7;
}
a.el_link {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

span {
  font-size: inherit;
}

/* layout */
.ly_container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 96rem;
}
@media screen and (min-width: 1200px) {
  .ly_container {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly_container.mo__paMd {
  padding-right: 3%;
  padding-left: 3%;
}
.ly_container.mo__pa0 {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .ly_container.mo__maXl {
    margin-right: -5%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 960px) {
  .ly_container.mo__sizeXs {
    width: 60rem;
  }
}
@media screen and (min-width: 960px) {
  .ly_container.mo__sizeSm {
    width: 72rem;
  }
}
@media screen and (min-width: 960px) {
  .ly_container.mo__sizeLg {
    max-width: 120rem;
  }
}
@media screen and (min-width: 960px) {
  .ly_container.mo__sizeXl {
    max-width: 1400px;
  }
}

/* el_typo */
.el_show {
  opacity: 1 !important;
}

.el_hide {
  opacity: 0 !important;
}

.el_typo > *:first-child {
  margin-top: 0;
}
.el_typo > *:last-child {
  margin-bottom: 0;
}
.el_typoNowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
  font-size: inherit;
}
.el_typoSup {
  vertical-align: super;
}
.el_typoBr {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .el_typoBr.mo__sm {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .el_typoBr.mo__md {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .el_typoBr.mo__lg {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoBr.mo__xl {
    display: block;
  }
}
.el_typoEm {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}
.el_typoHd01 {
  color: #c9c9c9;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .el_typoHd01 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoHd01.mo__fsLg {
    font-size: 3.2rem;
  }
}
.el_typoHd02 {
  color: #787878;
  /*font-size: 2.2rem;*/
  font-size: clamp(15px, calc(-2.0212765957446805px + 5.319148936170213vw), 20px);
  letter-spacing: 0.07rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .el_typoHd02 {
    font-size: 3rem;
  }
}
.el_typoHd03 {
  color: #787878;
  font-size: 2rem;
  letter-spacing: 0.07rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959.98px) {
  .el_typoHd03 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoHd03 {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.el_typoHd04_en {
  color: inherit;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .el_typoHd04_en {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .el_typoHd04_en {
    font-size: 3.8rem;
  }
}
.el_typoHd04_ja {
  color: inherit;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .el_typoHd04_ja {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .el_typoHd04_ja {
    font-size: 1.6rem;
    margin-left: 2rem;
  }
}
.el_typoHd04.mo__color01 {
  color: #5bac39;
}
.el_typoHd04.mo__color02 {
  color: #14abae;
}
.el_typoHd04.mo__color03 {
  color: #dc9628;
}
.el_typoHd05 {
  color: #787878;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background-color: #f8f6f6;
}
@media screen and (max-width: 959.98px) {
  .el_typoHd05 {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoHd05 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.el_typoCatch01 {
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .el_typoCatch01 {
    font-size: 2.8rem;
  }
}
.el_typoCatch01_text {
  background-color: #888;
  padding: 0.5rem 1rem 0.7rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -o-box-decoration-break: clone;
}
.el_typoLead01 {
  color: #787878;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .el_typoLead01 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoLead01 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.el_typoP01 {
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 2.1;
}
@media screen and (max-width: 959.98px) {
  .el_typoP01 {
    margin-top: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoP01 {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}
.el_typoNote {
  color: #787878;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .el_typoNote {
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .el_typoNote {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 959.98px) {
  .el_typoNote.mo__indent {
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoNote.mo__indent {
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
.el_typoNoteMark {
  vertical-align: super;
  font-size: 0.6em;
}
.el_typoFeatureId {
  font-style: italic;
}
.el_typoFeatureId_text {
  display: block;
  color: inherit;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .el_typoFeatureId_text {
    font-size: 2rem;
  }
}
.el_typoFeatureId_number {
  display: block;
  margin-left: -1rem;
  color: inherit;
  font-size: 5rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 959.98px) {
  .el_typoFeatureId_number {
    margin-top: -0.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .el_typoFeatureId_number {
    margin-top: -0.7rem;
    margin-bottom: 1rem;
    font-size: 7rem;
    letter-spacing: -0.3rem;
  }
}

.el_content > *:first-child {
  margin-top: 0;
}
.el_content > *:last-child {
  margin-bottom: 0;
}

/* el_img */
.el_img > *:last-child {
  margin-bottom: 0;
}
.el_imgFig {
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .el_imgFig {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgFig {
    /*margin-top: 1.8rem;*/
  }
}
.el_imgMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 1199.98px) {
  .el_imgMovie {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgMovie {
    margin-bottom: 1.4rem;
  }
}
.el_imgMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.el_imgBnr {
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  .el_imgBnr {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgBnr {
    margin-bottom: 1.4rem;
  }
}
.el_imgFukidasiCatch {
  position: relative;
}
.el_imgFukidasiCatch:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199.98px) {
  .el_imgFukidasiCatch:before {
    border-top: 1.5rem solid #feedee;
    /* 好みで色を変えてください */
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgFukidasiCatch:before {
    border-top: 2rem solid #feedee;
    /* 好みで色を変えてください */
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}

/* el_btn */
.el_btnUnit {
  text-align: center;
}
.el_btnUnit.mo__start {
  text-align: left;
}
@media screen and (max-width: 1199.98px) {
  .el_btnUnit.mo__mt01 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnUnit.mo__mt01 {
    margin-top: 3rem;
  }
}

.el_btn01 {
  transition: 0.3s;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  border: 1px solid #787878;
  width: auto;
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .el_btn01 {
    padding: 1rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01 {
    font-size: 1.6rem;
    padding: 1.5rem 5rem;
  }
}
.el_btn01::before {
  content: "";
  position: absolute;
  top: calc(60% - 0.8rem);
  right: -4.1rem;
  transform: rotate(45deg);
  width: 2rem;
  height: 0.1rem;
  background-color: #787878;
  transition: 0.3s;
}
.el_btn01::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -4rem;
  width: 7rem;
  height: 0.1rem;
  background-color: #787878;
  transition: 0.3s;
}
.el_btn01:hover {
  text-decoration: none;
}
.el_btn01:hover::before, .el_btn01:hover::after {
  right: -5rem;
}
@media screen and (max-width: 1199.98px) {
  .el_btn01.mo__w01 {
    width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01.mo__w01 {
    width: 20rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_btn01.mo__p01 {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01.mo__p01 {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn01.mo__fs01 {
    font-size: 1.4rem;
  }
}
.el_btn01 .ec_note {
  font-size: 0.8em;
}
.el_btn01_iconPdf {
  display: block;
  position: relative;
  padding-right: 22px;
}
.el_btn01_iconPdf:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  background-image: url(../../img/common/iconPdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* splash */
/*========= LoadingのためのCSS ===============*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  color: #999;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #CCC;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.splash_hd {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
}
.splash_hd .ch_hd {
  color: #CCC;
  font-weight: bold;
  font-size: 1.4rem;
}
.splash_hd .ch_note {
  color: #CCC;
  font-size: 1rem;
}

/* bl_pageHeader */
.bl_pageHeader {
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bl_pageHeader .el_typoHd01 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_pageHeader .el_typoHd01 {
    margin-bottom: 3rem;
  }
}

/* bl_secHeader */
.bl_secHeader {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bl_secHeader {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_secHeader {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_secHeader .el_typoHd01 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_secHeader .el_typoHd01 {
    margin-bottom: 3rem;
  }
}

/* bl_card */
.bl_card {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 767.98px) {
  .bl_card {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_card {
    width: 31.25%;
    margin-right: 3.1%;
    margin-bottom: 3.1%;
  }
}
.bl_card_a {
  display: block;
}
.bl_card_imgWrap {
  position: relative;
}
.bl_card_fig img {
  display: block;
  width: 100%;
}
.bl_card_icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 100%;
  height: 70px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  column-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bl_card_icon {
    width: 4rem;
  }
}
.bl_card_textWrap {
  background-color: #fff;
}
@media screen and (max-width: 1199.98px) {
  .bl_card_textWrap {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_card_textWrap {
    padding: 2rem;
  }
}
.bl_card_hd {
  color: #787878;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1200px) {
  .bl_card_hd {
    font-size: 1.4rem;
  }
}
.bl_card_p {
  color: #787878;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .bl_card_p {
    font-size: 1.4rem;
  }
}

.line__2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line__3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767.98px) {
  .bl_cardUnit {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_cardUnit {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .bl_cardUnit > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_cardUnit > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* bl_pagination */
.bl_pagination {
  border: 1px solid #C00;
}
@media screen and (max-width: 1199.98px) {
  .bl_pagination {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_pagination {
    margin-top: 6rem;
  }
}

/* bl_postArticle */
@media screen and (max-width: 959.98px) {
  .bl_postArticle {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle {
    margin-top: 4rem;
    padding-top: 8rem;
  }
}

.bl_postArticle_header {
  position: relative;
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header {
    max-width: 180rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_iconUnit {
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bl_postArticle_header_iconUnitInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_header_iconUnitInner {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_header_icon {
    margin: 1rem 1rem;
    width: 6.4rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_icon {
    margin: 1rem 1rem;
    width: 12.8rem;
  }
}
.bl_postArticle_header_fig {
  text-align: center;
  width: 100%;
}
.bl_postArticle_header_fig img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_textWrap {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 112rem;
  }
}
.bl_postArticle_header_date {
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_header_date {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_date {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_date_text {
    background-color: #FFF;
    padding: 0.5rem 1rem 0.7rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
  }
}
.bl_postArticle_header_hd {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.07rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_hd {
    font-size: 3rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_header_hd_text {
    background-color: #FFF;
    padding: 0.5rem 1rem 0.7rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
  }
}

@media screen and (max-width: 959.98px) {
  .bl_postArticle_body {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.bl_postArticle_body > *:first-child {
  margin-top: 0;
}
.bl_postArticle_body a {
  text-decoration: underline;
}
.bl_postArticle_body > h2 {
  color: #787878;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.bl_postArticle_body > h3 {
  color: #787878;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .bl_postArticle_body > h3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > h2 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .bl_postArticle_body > h3 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.bl_postArticle_body > h2:before {
  position: absolute;
  height: 0.1rem;
  content: "";
  background: #787878;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > h2:before {
    width: 6.5rem;
    bottom: -1rem;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > h2:before {
    width: 13rem;
    bottom: -1.5rem;
    left: calc(50% - 6.5rem);
  }
}
.bl_postArticle_body > P {
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 2.1;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > P {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > P {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.bl_postArticle_body > ol {
  counter-reset: order-list;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ol {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ol {
    margin-top: 2rem;
  }
}
.bl_postArticle_body > ol > *:last-child {
  margin-bottom: 0;
}
.bl_postArticle_body > ol li {
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 2;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ol li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ol li {
    font-size: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.bl_postArticle_body > ol li::before {
  content: counter(order-list) ". ";
  position: absolute;
  left: 0;
  counter-increment: order-list;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ol li::before {
    top: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ol li::before {
    top: 0.5rem;
  }
}
.bl_postArticle_body > ul {
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ul {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ul {
    margin-top: 2rem;
  }
}
.bl_postArticle_body > ul > *:last-child {
  margin-bottom: 0;
}
.bl_postArticle_body > ul > li {
  color: #787878;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 2;
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ul > li {
    /*padding-top: 0.5rem;
    padding-bottom: 0.5rem;*/
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ul > li {
    font-size: 1.4rem;
    /*padding-top: 0.5rem;
    padding-bottom: 0.5rem;*/
  }
}
.bl_postArticle_body > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #CCC;
  border-radius: 50%;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body > ul > li::before {
    top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body > ul > li::before {
    top: 1rem;
  }
}
.list-01 {
  max-inline-size: max-content;
  margin-inline: auto;
}

.bl_postArticle_body hr {
  border: 1px solid #EEE;
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body hr {
    margin-top: 4.5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body hr {
    margin-top: 6.5rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .bl_postArticle_body .ly_col {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body .ly_row {
    display: flex;
    flex-wrap: wrap;
  }
}
.bl_postArticle_body .ly_row.mo__col2 > .ly_col {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body .ly_row.mo__col2 > .ly_col {
    width: 48.9583333333%;
    margin-right: 2.0833333333%;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body .ly_row.mo__col2 > .ly_col:nth-of-type(2n) {
    margin-right: 0;
  }
}
.bl_postArticle_body .ly_row.mo__col3 > .ly_col {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body .ly_row.mo__col3 > .ly_col {
    width: 31.94375%;
    margin-right: 2.0833333333%;
  }
}
@media screen and (min-width: 960px) {
  .bl_postArticle_body .ly_row.mo__col3 > .ly_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* bl_goToIndex */
.bl_goToIndex {
  text-align: center;
}
.bl_goToIndex_a {
  display: block;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1199.98px) {
  .bl_goToIndex_a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_goToIndex_a {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_goToIndex_a img {
    width: 4rem;
  }
}

/* swiper */
.swiper {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .swiper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .swiper-slide {
    width: 25rem;
    height: 31.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .swiper-slide {
    width: 22rem;
    height: 31.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide {
    width: 30rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 959.98px) {
  .sec_baseL01 + .sec_baseL01 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_baseL01 + .sec_baseL01 {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 959.98px) {
  .sec_baseL02 + .sec_baseL02 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_baseL02 + .sec_baseL02 {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 959.98px) {
  .sec_baseUnit {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_baseUnit {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
/* sec_jumbotron */
.sec_jumbotron {
  border: 1px solid #C00;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  /* video */
}
.sec_jumbotron_bg01 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_jumbotron_bg01 img {
  width: 100%;
}
.sec_jumbotron_catch01 {
  position: absolute;
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch01 {
    top: 50%;
    left: 50%;
    transform: translate(-70%, -100%);
    width: 58.59%;
  }
}
@media screen and (min-width: 960px) {
  .sec_jumbotron_catch01 {
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
    width: auto;
    max-width: 46rem;
  }
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch01 img {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_jumbotron_catch01 img {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.sec_jumbotron_catch02 {
  position: absolute;
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch02 {
    top: 50%;
    left: 50%;
    transform: translate(-45%, -80%);
    width: 91.15%;
  }
}
@media screen and (min-width: 960px) {
  .sec_jumbotron_catch02 {
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
    width: auto;
    max-width: 68rem;
  }
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch02 img {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_jumbotron_catch02 img {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    max-width: none;
  }
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch02_01 {
    width: 53.12%;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch02_02 {
    width: 100%;
    max-width: 70.6rem;
  }
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_catch02_03 {
    width: 53.12%;
    max-width: 37.5rem;
  }
}
.sec_jumbotron_logo01 {
  position: absolute;
}
@media screen and (max-width: 959.98px) {
  .sec_jumbotron_logo01 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    width: auto;
    max-width: 15rem;
  }
}
@media screen and (min-width: 960px) {
  .sec_jumbotron_logo01 {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -40%);
    max-width: 20rem;
  }
}
.sec_jumbotron_logo01 img {
  display: block;
  width: 100%;
}
.sec_jumbotron #video-area {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.sec_jumbotron #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.sec_jumbotron .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}

/* pageHome */
.pageHome .el_typoHd01 {
  color: #b8b8b8;
}
.pageHome .el_typoHd02 {
  color: #565656;
}

.pageHome .sec_baseUnit.mo__id01 {
  background-image: url(../../img/home/sec_baseUnitId01_bg01.png);
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseUnit.mo__id01 {
    background-position: right 70%;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseUnit.mo__id01 {
    background-position: right 50%;
  }
}

.pageHome .sec_baseUnit.mo__id02 {
  position: relative;
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseUnit.mo__id02 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseUnit.mo__id02 .id02_hd {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseUnit.mo__id02 .id02_hd {
    position: absolute;
    left: 2.5rem;
    top: 9rem;
    z-index: -1;
    color: #c9c9c9;
    font-size: 8rem;
    letter-spacing: 0.07rem;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    writing-mode: vertical-rl;
    z-index: 1;
  }
}

.pageHome .sec_baseUnit.mo__id04 {
  overflow: hidden;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id01 .bl_secHeader {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .bl_secHeader {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_row {
    display: flex;
  }
}
.pageHome .sec_baseL01.mo__id01 .ly_col {
  position: relative;
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col {
    width: 50%;
  }
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) {
    position: relative;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    overflow: hidden;
    height: 32rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) {
    height: 35rem;
  }
}
.pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig {
  position: absolute;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig {
    top: 0;
    left: 50%;
    transform: translateX(-48%);
    z-index: 0;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig {
    top: 0;
    left: -65%;
    z-index: 0;
  }
}
.pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig img {
  max-width: none;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig img {
    width: 80rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig img {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .ly_col:nth-child(2) {
    padding-top: 5rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id01 .el_btnUnit {
    text-align: left;
  }
}

@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id02 .bl_secHeader {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .bl_secHeader {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .ly_row {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col:nth-child(1) {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col:nth-child(1) .el_imgFig {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col:nth-child(2) {
    /*padding-top: 5rem;*/
    padding-left: 3rem;
  }
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col:nth-child(2) .el_typoP01 {
    margin-top: 1rem;
  }
}
/*@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id02 .ly_col:nth-child(2) .id02_managerName {
    display: none;
  }
}*/
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id02 .el_btnUnit {
    text-align: left;
  }
}

@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id03 .bl_secHeader {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id03 .bl_secHeader .el_typoHd01 {
    display: none;
  }
}
.pageHome .sec_baseL01.mo__id03 .el_typoP01 {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id03 .el_typoP01 {
    margin-right: auto;
    margin-left: auto;
    width: 83.93%;
  }
}
.pageHome .sec_baseL01.mo__id03 .id03_movie {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}
.pageHome .sec_baseL01.mo__id03 .id03_hd {
  color: #787878;
  font-size: 2rem;
  letter-spacing: 0.07rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id03 .id03_hd {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id03 .id03_hd {
    font-size: 2.6rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
.pageHome .sec_baseL01.mo__id03 .id03_catch {
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id03 .id03_catch {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 52rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id03 .id03_catch {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id04 .el_btnUnit {
    margin-top: 5rem;
  }
}

.pageHome .sec_baseL01.mo__id05 {
  position: relative;
}
.pageHome .sec_baseL01.mo__id05 .el_imgFig {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id05 .el_imgFig {
    top: 0rem;
    left: 50%;
    transform: translateX(-51%);
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id05 .el_imgFig {
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pageHome .sec_baseL01.mo__id05 .el_imgFig img {
  max-width: none;
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id05 .el_imgFig img {
    width: 75rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .ly_row {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .ly_col {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .ly_col:nth-child(1) {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .ly_col:nth-child(1) .el_imgFig {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .ly_col:nth-child(2) {
    padding-top: 5rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 959.98px) {
  .pageHome .sec_baseL01.mo__id06 .ly_col:nth-child(2) .el_typoP01 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .pageHome .sec_baseL01.mo__id06 .el_btnUnit {
    text-align: left;
  }
}

/* pageTopMessage */
@media screen and (min-width: 960px) {
  .pageTopMessage .sec_pageHeader .bl_pageHeader {
    text-align: left;
  }
}

.pageTopMessage .sec_pageHeaderImg {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .pageTopMessage .sec_pageHeaderImg {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageTopMessage .sec_pageHeaderImg {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTopMessage .sec_pageHeaderImg_text {
    position: absolute;
    bottom: 5%;
    right: 1%;
    width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .pageTopMessage .sec_pageHeaderImg_text {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 35rem;
  }
}
@media screen and (min-width: 1200px) {
  .pageTopMessage .sec_pageHeaderImg_text {
    width: 550px;
  }
}

.pageTopMessage .sec_baseUnit.mo__id01 {
  position: relative;
  background-image: url(../../img/top-message/sec_baseUnitId01_bg01.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 959.98px) {
  .pageTopMessage .sec_baseUnit.mo__id01 {
    background-size: 22rem;
    background-position: right 30%;
  }
}
@media screen and (min-width: 960px) {
  .pageTopMessage .sec_baseUnit.mo__id01 {
    background-size: 30%;
    background-position: right 25%;
  }
}
@media screen and (max-width: 959.98px) {
  .pageTopMessage .sec_baseUnit.mo__id01 .sec_baseUnit_hd {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .pageTopMessage .sec_baseUnit.mo__id01 .sec_baseUnit_hd {
    position: absolute;
    left: 2.5rem;
    bottom: 3%;
    z-index: -1;
    color: #e5e5e5;
    font-size: 10rem;
    letter-spacing: 0.07rem;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}

.pageTopMessage .bl_secHeader {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .pageTopMessage .bl_secHeader {
    margin-bottom: 0;
  }
}
.pageTopMessage .el_typoHd03 {
  position: relative;
}
@media screen and (min-width: 960px) {
  .pageTopMessage .el_typoHd03:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16rem;
    width: 13rem;
    height: 0.1rem;
    content: "";
    background: #787878;
  }
}
@media screen and (max-width: 959.98px) {
  .pageTopMessage .el_imgFig {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageTopMessage .el_imgFig {
    margin-top: 4rem;
  }
}

/* _pageSdgsDeclaration */
.pageSdgsDeclaration .sec_pageHeaderImg {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_pageHeaderImg {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_pageHeaderImg {
    padding-top: 5rem;
    max-width: 180rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.pageSdgsDeclaration .sec_pageHeaderImg_img img {
  width: 100%;
}

@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs {
    width: 64rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs {
    width: 76rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_hd {
  width: 55.26%;
  margin-right: auto;
  margin-left: auto;
}
.pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_iconUnit {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_iconUnit {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_iconUnit {
    margin-top: 1rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_icon {
  width: 15.02%;
  margin-right: 1.97%;
  margin-top: 1.97%;
}
.pageSdgsDeclaration .sec_baseL01.mo__id01 .id01_sdgs_icon:nth-child(6n) {
  margin-right: 0;
}

.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 50px 0px;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_box {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0.5rem 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_box {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 3rem 6rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit {
  display: inline-block;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit {
    margin-top: 1.2rem;
    padding: 1rem 0.6rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit {
    padding: 1rem 0.6rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit.mo__bgColor01 {
  background-color: #e3edde;
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit.mo__bgColor02 {
  background-color: #dbeded;
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_iconUnit.mo__bgColor03 {
  background-color: #f8ebd7;
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_icon {
  display: inline-block;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_icon {
    width: 4.5rem;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .id02_sdgs_icon {
    width: 5rem;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02 {
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02_head .el_typoHd04_ja {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02 .el_typoP01 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id02 .sec_baseL02.mo__id03 .el_imgFig {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .pageSdgsDeclaration .sec_baseL01.mo__id03 .sec_baseL02.mo__id04 .el_imgFig {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.pageSdgsDeclaration .sec_baseL01.mo__id03 .sec_baseL02 .el_typoLead01 {
  letter-spacing: 0.4rem;
  line-height: 2.8;
  margin-bottom: 0;
}
/* pageActivities */
@media screen and (max-width: 959.98px) {
  .pageActivities .sec_baseUnit {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .pageActivities .sec_baseUnit {
    padding-top: 5rem;
  }
}

/* _pageReport */
@media screen and (max-width: 959.98px) {
  .pageReport .sec_baseUnit.mo__id01 {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseUnit.mo__id01 {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .ly_row {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .ly_col {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .ly_col:nth-child(1) {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .ly_col:nth-child(1) .el_imgFig {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .ly_col:nth-child(2) {
    padding-top: 5rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 959.98px) {
  .pageReport .sec_baseL01.mo__id01 .ly_col:nth-child(2) .el_typoP01 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .pageReport .sec_baseL01.mo__id01 .el_btnUnit {
    text-align: left;
  }
}

/* siteHeader */
.siteHeader {
  position: relative;
  width: 100%;
  background-color: #FFF;
}
.siteHeader_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959.98px) {
  .siteHeader_inner {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 960px) {
  .siteHeader_inner {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 959.98px) {
  .siteHeader_logo {
    width: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .siteHeader_logo {
    width: 11rem;
  }
}
.siteHeader_logoSite01 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 959.98px) {
  .siteHeader_logoSite01 {
    top: 0.7rem;
    left: 0.7rem;
    width: 13rem;
  }
}
@media screen and (min-width: 960px) {
  .siteHeader_logoSite01 {
    top: 1rem;
    left: 1.5rem;
    width: 23rem;
  }
}
.nav_toggle {
  border: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #2e2f33;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .nav_toggle {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .nav_toggle {
    width: 7rem;
    height: 7rem;
  }
}
.nav_toggle:focus, .nav_toggle:hover {
  border: none;
  outline: 0;
}
.nav_toggle_text {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .nav_toggle_text {
    height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .nav_toggle_text {
    margin-top: -0.5rem;
    font-size: 1.2rem;
  }
}

:root {
  --hamburger-menu-border-color:#FFF;
  /* 線の色 */
  --hamburger-menu-transition: 0.3s;
  /* アニメーション秒数 */
}
@media screen and (max-width: 959.98px) {
  :root {
    --hamburger-menu-padding: 6px;
    --hamburger-menu-border-px: 2px;
    /* 線の太さ */
  }
}
@media screen and (min-width: 960px) {
  :root {
    --hamburger-menu-padding: 10px;
    --hamburger-menu-border-px: 2px;
    /* 線の太さ */
  }
}

.hbMenu {
  cursor: pointer;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 959.98px) {
  .hbMenu {
    height: 3rem;
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .hbMenu {
    height: 4rem;
    width: 80%;
    margin-top: -0.5rem;
    margin-bottom: 0.2rem;
  }
}
.hbMenu_line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}
.hbMenu_line.mo__top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.hbMenu_line.mo__middle {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  left: var(--hamburger-menu-padding);
}
.hbMenu_line.mo__bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.hbMenu_active > .mo__top {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  transform: rotate(45deg);
}
.hbMenu_active > .mo__middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hbMenu_active > .mo__bottom {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  transform: rotate(-45deg);
}

.nav_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(46, 47, 51, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 959.98px) {
  .nav_wrapper {
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 960px) {
  .nav_wrapper {
    width: 48rem;
    padding-bottom: 12rem;
  }
}
.nav_wrapper.active {
  visibility: visible;
  opacity: 1;
}

.nav_list {
  margin-top: 8rem;
}
.nav_list_item {
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .nav_list_item {
    font-size: 2rem;
  }
}
.nav_list_item a {
  position: relative;
  display: block;
  margin: 0 4rem;
  padding: 3rem 0 1.5rem;
  border-bottom: 1px solid #666;
  width: auto;
  color: #FFF;
}
.nav_list_item a::before {
  content: "";
  position: absolute;
  top: calc(70% - 0.8rem);
  right: -0.1rem;
  transform: rotate(45deg);
  width: 2rem;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s;
}
.nav_list_item a::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 0rem;
  width: 7rem;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s;
}

/* siteContent */
/* siteFooter */
.siteFooter {
  background-color: #838383;
}
@media screen and (max-width: 1199.98px) {
  .siteFooter {
    padding: 2rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooter {
    padding: 6rem 0 3rem;
  }
}
.siteFooter_id {
  margin: 0 auto;
}
@media screen and (max-width: 1199.98px) {
  .siteFooter_id {
    width: 28rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooter_id {
    width: 38rem;
    margin-bottom: 6rem;
  }
}
.siteFooter_id a {
  display: block;
}
.siteFooter_copyright {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .siteFooter_copyright {
    font-size: 1.3rem;
  }
}

.pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 42px;
	height: 42px;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	cursor: pointer;
}
.pagetop.fadein {
	opacity: 1;
	visibility: visible;
}
.pagetop.fadein:hover {
	opacity: 0.5;
}

/* animation */
.an_faden01 {
  opacity: 0;
}
.an_faden01.started {
  animation: fadeIn01 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg01 {
  opacity: 0;
}
.an_fadenImg01.started {
  animation: fadeInImg01 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg02 {
  opacity: 0;
}
.an_fadenImg02.started {
  animation: fadeInImg02 4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg03 {
  opacity: 0;
}
.an_fadenImg03.started {
  animation: fadeInImg03 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg04 {
  opacity: 0;
}
.an_fadenImg04.started {
  animation: fadeInImg04 3s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg04 {
  opacity: 0;
}
.an_fadenImg04.started {
  animation: fadeInImg04 3s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg05 {
  opacity: 0;
}
.an_fadenImg05.started {
  animation: fadeInImg05 4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadenImg06 {
  opacity: 0;
}
.an_fadenImg06.started {
  animation: fadeInImg06 4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd01 {
  opacity: 0;
}
.an_fadeInHd01.started {
  animation: fadeInHd01 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd02 {
  opacity: 0;
}
.an_fadeInHd02.started {
  animation: fadeInHd02 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd03 {
  opacity: 0;
}
.an_fadeInHd03.started {
  animation: fadeInHd03 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd04 {
  opacity: 0;
}
.an_fadeInHd04.started {
  animation: fadeInHd04 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInHd05 {
  opacity: 0;
}
.an_fadeInHd05.started {
  animation: fadeInHd05 2s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInLead01 {
  opacity: 0;
}
.an_fadeInLead01.started {
  animation: fadeInLead01 2s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInP01 {
  opacity: 0;
}
.an_fadeInP01.started {
  animation: fadeInP01 1s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInP02 {
  opacity: 0;
}
.an_fadeInP02.started {
  animation: fadeInP01 1s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInP03 {
  opacity: 0;
}
.an_fadeInP03.started {
  animation: fadeInP01 2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.an_fadeInTable01 {
  opacity: 0;
}
.an_fadeInTable01.started {
  animation: fadeInLead01 1s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

.an_slideSquare01 {
  position: relative;
  overflow: hidden;
}
.an_slideSquare01:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(255, 177, 0, 0.7);
  width: 100%;
  height: 100%;
}
.an_slideSquare01.mo__bgColor02:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.an_slideSquare01.started:after {
  animation: slideSquare01 0.5s ease-in-out 1s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInImg01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImg02 {
  0% {
    opacity: 0;
    transform: translate(0, 20px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInImg03 {
  0% {
    opacity: 0;
    transform: translate(0, 30px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInImg04 {
  0% {
    opacity: 0;
    transform: translate(0, 10px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInImg05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImg06 {
  0% {
    opacity: 0;
    transform: translate(-50%, 2rem) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes UpMove01 {
  0% {
    transform: translate(0 -50%);
  }
  100% {
    top: 50%;
    transform: translate(-50% -50%);
  }
}
@keyframes DownMove01 {
  0% {
    top: 50%;
    transform: translate(-50% -50%);
  }
  100% {
    top: 12rem;
    transform: translate(0 -50%);
  }
}
@keyframes fadeInHd01 {
  0% {
    opacity: 0;
    transform: translate(0, -10rem) scale(10);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(0.8);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd02 {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  50% {
    transform: translate(0, 0) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd03 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(2);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd04 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.15);
  }
  50% {
    opacity: 0.5;
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInHd05 {
  0% {
    opacity: 0;
    transform: translate(0, 2rem) scale(0.95);
  }
  50% {
    transform: translate(0, -0.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInLead01 {
  0% {
    opacity: 0;
  }
  50% {
    transform: translate(0, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInP01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideSquare01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* _ut_common */
.hp_cf::after {
  content: "";
  display: block;
  clear: both;
}

.hp_textStart {
  text-align: left;
}

.hp_textCenter {
  text-align: center;
}

.hp_textEnd {
  text-align: right;
}

.hp_textNowrap {
  /*white-space: nowrap !important;*/
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_ptPageTop {
  padding-top: 0;
}

.hp_bgColor01 {
  background-color: rgba(242, 242, 242, 0.9);
}

.hp_bgColor02 {
  background-color: rgba(255, 255, 255, 0.8);
}




.sec-01 {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
}
@media screen and (min-width: 960px) {

  .sec-01 {
    margin-top: 78px;
    margin-bottom: 60px;
  }
  .p-01 {
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: left;
    margin: 0 0 4rem;
    color: #787878;
  }
  .p-02 {
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: right;
    margin: 0 0 4rem;
    color: #787878;
  }
  .title-01 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    padding: 2rem;
    letter-spacing: 0.4rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    background-color: #f8f6f6;
    font-family: "Noto Serif JP", serif;
  }
  .hr-01 {
    margin: 4rem 0;
    border-top: 1px solid #999;
  }
}
@media screen and (max-width: 959.9px) {

  .sec-01 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-01 {
    font-size: 1.2rem;
    line-height: 2.25;
    text-align: left;
    margin: 0 0 4rem;
    color: #787878;
  }
  .p-02 {
    font-size: 1.2rem;
    line-height: 2.25;
    text-align: right;
    margin: 0 0 4rem;
    color: #787878;
  }
  .title-01 {
    margin-bottom: 2rem;
    padding: 1.5rem;
    color: #787878;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    background-color: #f8f6f6;
    font-family: "Noto Serif JP", serif;
  }
  .hr-01 {
    margin: 4rem 0;
    border-top: 1px solid #999;
  }

}



@media screen and (min-width: 960px) {

  .link-01 {
    margin: 125px auto 60px;
    max-inline-size: max-content;
  }

  .sp {
    display: none;
  }

}
@media screen and (max-width: 959.9px) {

  .link-01 {
    margin: 90px auto 60px;
    max-inline-size: max-content;
  }
  .link-01 > a {
    width: 250px;
  }

}
