@charset "utf-8";
:root {
  --color-primary: #17458f;
  --color-secondary: #EDF0FF;
  --color-tertiary: #88A8D9;
  --color-background: #EFF4F8;
  --color-black: #1D1E20;
  --color-gray01: #5C5D63;
	--color-gray02: #A5A6AB;
  --color-gray03: #F0F1F1;
  --color-white: #FFFFFF;
  --color-accent01: #f7a81b;
  --color-accent02: #8F7300;
  --color-accent03: #FCE1E1;
  --color-red: #C41E09;
  --rp120: 120px;
  --rp100: 100px;
  --rp80: 80px;
  --rp60: 60px;
  --rp40: 40px;
  --rp20: 20px;
  --margin-big: 120px;
  --margin-middle: 60px;
  --margin-small: 20px;
  --margin-col: 40px;
  --container-w1: 120px;
  --container-w2: 30px;
  --header-hight: 80px;
  --mincho:"Noto Serif JP", serif;
}
@media screen and (max-width: 1440px) {
  :root {
    --container-w1: 80px;
  }
}
@media screen and (max-width: 1080px) {
  :root {
    --rp120: 80px;
    --container-w1: 60px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --rp120: 100px;
    --rp100: 80px;
    --rp80: 60px;
    --rp60: 40px;
    --rp40: 20px;
    --margin-big: 60px;
    --margin-middle: 30px;
    --margin-col: 20px;
    --container-w1: 30px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --margin-big: 40px;
    --margin-middle: 20px;
    --container-w1: 20px;
    --container-w2: 20px;
  }
}
/*====================================================================
　Commons
====================================================================*/
html, body {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 14px;
  }
}
body{
	color: var(--color-black);
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
  background: var(--color-white);
  font-weight: 400;
}
#top{
  background-color: var(--color-background);
}
img {
  display: block;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
::-webkit-full-page-media, :future, :root img{
  image-rendering: auto;
}
svg {
  fill: currentColor;
  max-width: 100%;
}
p {
	margin: var(--margin-small) 0;
}
input, 
button, 
select, 
textarea {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
input, 
select, 
textarea {
  background: #FFF;
}
*:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}
u {
  text-decoration: underline;
}
strong{
  font-weight: 700;
}
s {
  text-decoration: line-through;
}
em {
  font-style: italic;
}
/*
link
---------------------------------------------------------*/
a {
	transition: all .3s ease;
}
a:link {
	color: var(--color-black);
	text-decoration: none;
}
a:visited {
	color: var(--color-black);
	text-decoration: none;
}
a:hover {
  opacity: .6;
	text-decoration: underline;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
main a[href$=".pdf"]:not([class])::after {
  content:" ";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/img/common/ico_link_pdf.svg) center center / auto 100% no-repeat;
	margin-top: -0.3em;
	margin-left: 0.3em;
  vertical-align: middle;
}
main a[href$=".doc"]:not([class])::after,
main a[href$=".docx"]:not([class])::after{
	content: "";
	background: url(/img/common/ico_link_word.svg) center center / 100% 100% no-repeat;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.3em;
	margin-left: 0.3em;
}
main a[href$=".xls"]:not([class])::after,
main a[href$=".xlsx"]:not([class])::after{
	content: "";
	background: url(/img/common/ico_link_excel.svg) center center / 100% 100% no-repeat;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.3em;
	margin-left: 0.3em;
}
main a[target="_blank"]:not([class]):not(a[href$=".pdf"]):not(a[href$=".doc"]):not(a[href$=".docx"]):not(a[href$=".xls"]):not(a[href$=".xlsx"])::after {
  content:"";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/img/common/ico_link_external01.svg) center center / auto 100% no-repeat;
	margin-top: -0.3em;
	margin-left: 0.3em;
  vertical-align: middle;
}
main .iconnone a[href$=".pdf"]::after,
main .iconnone a[href$=".doc"]::after,
main .iconnone a[href$=".docx"]::after,
main .iconnone a[href$=".xls"]::after,
main .iconnone a[href$=".xlsx"]::after,
main .iconnone a[target="_blank"]::after{
  display: none;
}
main a[href$=".pdf"]:has(> img)::after,
main a[href$=".doc"]:has(> img)::after,
main a[href$=".docx"]:has(> img)::after,
main a[href$=".xls"]:has(> img)::after,
main a[href$=".xlsx"]:has(> img)::after,
main a[target="_blank"]:has(> img)::after{
  display: none !important;
}
/*
navskip
---------------------------------------------------------*/
.navskip { display: none; }
/*====================================================================
Layout……各ページを構成するサイト全体で共通したエリアを管理
====================================================================*/
/*----------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.l-pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: var(--color-primary);
	border-radius: 50%;
  color: var(--color-white);
}
.l-pagetop a:hover {
  text-decoration: none !important;
}
/*----------------------------------------*/
.l-container01 {
  margin: var(--margin-big) 0;
}
.l-container01:first-child {
  margin: var(--margin-middle) 0 var(--margin-big);
}
.l-container01.bg01 {
  background: var(--color-tertiary);
  margin: 0;
  padding: var(--margin-big) 0;
}
.l-container01.bg__contact {
  background: var(--color-tertiary);
  margin: 0;
  padding: var(--margin-middle) 0;
}
.l-container01__inner {
  margin: auto;
  padding: 0 var(--container-w1);
}
/*----------------------------------------*/
.l-section01 {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}
.l-section01__inner {
  padding: 0 var(--container-w1);
}
.l-section02 {
  max-width: calc(1280px + (var(--container-w1) * 2));
  padding: 0 var(--container-w1);
  width: 100%;
  margin: 0 auto;
}
.l-section02__inner {
  padding: 0 var(--container-w1);
}
/*----------------------------------------*/
.l-footer{
  background: var(--color-primary);
  color: var(--color-white);
  padding: var(--rp120) 0 var(--rp60);
}
.l-footer a{
  color: var(--color-white);
}
.p-footer{
  display: flex;
  gap: var(--rp40);
  justify-content: space-between;
}
.p-footer-title{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer-title > .logo img{
  background: var(--color-white);
  padding: 8px;
}
.p-footer-title .title{
  font-size: 32px;
  line-height: calc(1em + 12px);
  font-family: var(--mincho);
  font-weight: 700;
}
.p-footer-title > .sup{
  font-family: var(--mincho);
  letter-spacing: 2px;
}
.p-footer-title > .nm{
}
.p-footer-title > .nm > span{
  font-size: 12px;
  line-height: calc(1em);
  border: 1px solid var(--color-gray03);
  padding: 4px 6px;
}
.p-footer-menu{
  display: flex;
  gap: var(--rp40);
}
.p-footer-menu__col{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer-menu__list{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer-menu__link01{
  padding-left: calc(1em);
  font-size: 18px;
  line-height: calc(1em + 12px);
  position: relative;
  font-weight: 700;
}
.p-footer-menu__link01 a{
  color: var(--color-white) !important;
}
.p-footer-menu__link01::before {
  content: "";
  width: calc(1em - 8px);
  height: calc(1em - 8px);
  background: var(--color-accent01);
  border-radius: 1em;
  position: absolute;
  top: 12px;
  left: 0;
}
.p-footer-menu__link02{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 18px;
}
.p-footer-menu__link02 a{
  color: var(--color-white) !important;
}
.p-footer-copyright p{
  margin: var(--rp20) 0 0;
}
@media screen and (max-width: 1280px) {
  .p-footer{
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer{
    padding: var(--rp60) 0 var(--rp60);
  }
  .p-footer-menu{
    flex-direction: column;
  }
  .p-footer-menu__link01{
    font-size: 16px;
  }
  .p-footer-copyright p{
    font-size: 12px;
  }
}
/*----------------------------------------*/
.l-row {
  display: flex;
  flex-wrap: wrap;
}
.l-row__reverse {
  flex-direction: row-reverse;
}
.l-row__center {
  align-items: center;
}
.l-row__jcenter {
  justify-content: center;
}
.l-row__jspaceb {
  justify-content: space-between;
}
.l-row__childflex1 {
  flex: 1;
}
.l-row .col_img_txt{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-row .col_img_txt > li {
  margin: 0 calc(var(--margin-col) / 2);
}
.l-row .col_img_txt > li:first-child {
  margin-left: 0;
}
.l-row .col_img_txt > li:last-child {
  margin-right: 0;
}
.l-row .col_img_txt > li img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-row .col_img_txt{
    display: block;
  }
  .l-row .col_img_txt > li {
    margin: 0;
  }
  .l-row .col_img_txt > li:first-child {
    margin-bottom: var(--margin-col);
  }
  .l-row .col_img_txt > li:last-child {
    margin: 0;
  }
  .l-row .col_img_txt > li img {
    margin: auto;
  }
}
.l-row .col0{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-row .col0 > li {
  margin: 0 calc(var(--margin-col) / 2);
}
.l-row .col0 > li:first-child {
  margin-left: 0;
}
.l-row .col0 > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-row .col0{
    display: block;
  }
  .l-row .col0 > li {
    margin: 0;
  }
  .l-row .col0 > li:first-child {
    margin-bottom: var(--margin-col);
  }
  .l-row .col0 > li:last-child {
    margin: 0;
  }
}
.l-row .col2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col2 > li {
  width: calc(100% / 2 - (var(--margin-col) / 2));
  margin-right: var(--margin-col);
  margin-bottom: var(--margin-col);
}
.l-row .col2 > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-row .col2 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.l-row .col2__2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col2__2 > li {
  margin-bottom: var(--margin-col);
}
.l-row .col2__2 > li.text > p {
  margin: initial;
}
.l-row .col2__2 > li.text {
  width: calc(( (100% / 3) * 2 ) - (var(--margin-col) / 2));
}
.l-row .col2__2 > li.img {
  width: calc(( (100% / 3) * 1 ) - (var(--margin-col) / 2));
}
@media screen and (max-width: 768px) {
  .l-row .col2__2 > li.text {
    width: 100%;
  }
  .l-row .col2__2 > li.img {
    width: 100%;
  }
}
.l-row .col3{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col3 > li {
  width: calc(100% / 3 - ((var(--margin-col) * 2 ) / 3));
  margin-right: var(--margin-col);
  margin-bottom: var(--margin-col);
}
.l-row .col3 > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-row .col3 > li {
    width: calc(100% / 2 - (var(--margin-col) / 2));
  }
  .l-row .col3 > li:nth-child(odd) {
    margin-right: var(--margin-col);
  }
  .l-row .col3 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-row .col3 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.l-row .col4{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col4 > li {
  width: calc(100% / 4 - ((var(--margin-col) * 3 ) / 4));
  margin-right: var(--margin-col);
  margin-bottom: var(--margin-col);
}
.l-row .col4 > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .l-row .col4 > li {
    width: calc(100% / 3 - ((var(--margin-col) * 2 ) / 3));
  }
  .l-row .col4 > li:nth-child(4n) {
    margin-right: var(--margin-col);
  }
  .l-row .col4 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-row .col4 > li {
    width: calc(100% / 2 - (var(--margin-col) / 2));
  }
  .l-row .col4 > li:nth-child(3n) {
    margin-right: var(--margin-col);
  }
  .l-row .col4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-row .col4 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.l-row .col5{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col5 > li {
  width: calc(100% / 5 - ((var(--margin-col) * 4 ) / 5));
  margin-right: var(--margin-col);
  margin-bottom: var(--margin-col);
}
.l-row .col5 > li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .l-row .col5 > li {
    width: calc(100% / 3 - ((var(--margin-col) * 2 ) / 3));
  }
  .l-row .col5 > li:nth-child(5n) {
    margin-right: var(--margin-col);
  }
  .l-row .col5 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-row .col5 > li {
    width: calc(100% / 2 - (var(--margin-col) / 2));
  }
  .l-row .col5 > li:nth-child(3n) {
    margin-right: var(--margin-col);
  }
  .l-row .col5 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-row .col5 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.l-row .col6{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col6 > li {
  width: calc(100% / 6 - ((var(--margin-col) * 5 ) / 6));
  margin-right: var(--margin-col);
  margin-bottom: var(--margin-col);
}
.l-row .col6 > li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .l-row .col6 > li {
    width: calc(100% / 3 - ((var(--margin-col) * 2 ) / 3));
  }
  .l-row .col6 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-row .col6 > li {
    width: calc(100% / 2 - (var(--margin-col) / 2));
  }
  .l-row .col6 > li:nth-child(3n) {
    margin-right: var(--margin-col);
  }
  .l-row .col6 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-row .col6 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
/*====================================================================
Project……再利用予定のないプロジェクト固有のスタイルを管理
====================================================================*/
/*-------------------------------------------*/
.p-topics{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-topics > li {
  border-bottom: 1px solid var(--color-gray02);
}
.p-topics > li:last-child {
  border-bottom: none;
}
.p-topics > li > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  gap: 16px;
  padding: 0 0 20px 0;
  color: var(--color-black) !important;
  font-size: 16px;
  line-height: calc(1em + 12px);
}
.p-topics > li > a > .day {
  font-weight: 700;
  color: var(--color-gray01);
}
.p-topics > li > a > .category {
  width: calc(6em + 16px);
}
.p-topics > li > a > .title {
  flex: 1;
  color: var(--color-black) !important;
  font-weight: 700;
}
.p-topics > li > a:hover > .title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-topics > li > a > .title {
    flex: auto;
    width: 100%;
  }
  .p-topics > li > a{
    gap: 8px;
  }
  .p-topics > li > a > .category {
    width: initial;
  }
}
/*----------------------------------------*/
.p-pager ul {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 16px;
}
.p-pager li a {
  text-decoration: none;
  color: var(--color-primary);
  background: var(--color-secondary);
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 4px;
}
.p-pager li a:hover {
  opacity: 0.6;
}
.p-pager li.active a {
  font-weight: bold;
  background: var(--color-primary);
  color: #FFF;
}
/*----------------------------------------*/
.p-pageimage01{
	width: 100%;
  min-height: 300px;
  margin-top: var(--header-hight);
  position: relative;
}
.p-pageimage01__bg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.p-pageimage01__bg > .text{
  flex: 1;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--rp60);
}
.p-pageimage01__bg > .text .c-title01{
  color: var(--color-white);
}
.p-pageimage01__bg > .text .c-title01 .sup{
  color: var(--color-white);
}
.p-pageimage01__bg > .img{
  flex: 1;
  overflow: hidden;
}
.p-pageimage01__bg > .img > img{
  object-fit: cover;
    width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .p-pageimage01{
    min-height: initial;
  }
  .p-pageimage01__bg{
    justify-content: flex-start;
  }
  .p-pageimage01__bg > .img {
    display: none;
  }
}
.p-pageimage{
	background: url(/img/common/pic_image01.png) center center / cover no-repeat;
	width: 100%;
	height: calc(60vh - var(--header-hight));
  margin-top: var(--header-hight);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.p-pageimage__bg{
  padding: 20px;
}
.p-pageimage__bg > h2{
  text-align: center;
  font-size: 3em;
}
.p-pageimage__bg > p{
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.2em;
}
.p-pageimage02{
	width: 100%;
  min-height: 250px;
  margin-top: var(--header-hight);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-bottom: 1px solid var(--color-secondary);
}
.p-pageimage02__bg{
  padding: 20px;
}
.p-pageimage02__bg > h2{
  text-align: center;
  font-size: 3em;
  font-weight: 900;
}
.p-pageimage02__bg > p{
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-pageimage02__bg > h2{
    font-size: 2em;
  }
  .p-pageimage02{
    min-height: 100px;
  }
}
/*----------------------------------------*/
.p-breadcrumb {
  width: 100%;
  max-width: calc(1280px + (var(--container-w1) * 2));
  padding: 0 var(--container-w1);
  margin: var(--margin-middle) auto;
  position: relative;
  z-index: 2;
}
.p-breadcrumb__item {
  display: inline;
  font-size: 0.9rem;
  text-decoration: none;
}
.p-breadcrumb__item:not(:last-child):after {
  content: "＞";
  font-weight: 700;
  margin: 0 .5em;
  color: var(--color-primary);
}
.p-breadcrumb__item a {
  margin-right: 5px;
  font-weight: 400;
  color: var(--color-black) !important;
}
.p-breadcrumb__item:last-child a {
  pointer-events: none;
  color: var(--color-primary) !important;
  font-weight: 700;
}
/*-------------------------------------------*/
.p-weekly-report table a{
  display: inline-block;
  line-height: calc(1em + 8px) !important;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .p-weekly-report table,
  .p-weekly-report thead,
  .p-weekly-report tbody,
  .p-weekly-report tr,
  .p-weekly-report th,
  .p-weekly-report td{
    display: block !important;
    width: 100% !important;
    white-space:initial !important;
  }
  .p-weekly-report tr:not(:first-of-type) th{
    margin-top: -1px;
  }
  .p-weekly-report td{
    margin-top: -2px;
  }
  .p-weekly-report table tbody td:empty {
    display: none !important;
  }
  .p-weekly-report table a{
    display: inline-block;
    line-height: calc(1em + 8px) !important;
    font-size: 14px !important;
  }
}
/*-------------------------------------------*/
.p-history-img{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-history-img > .img{
  display: flex;
  gap: 20px;
}
.p-history-img > .img02{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-history-img > .img02 > div{
  text-align: center;
}
.p-history-img > .text{
  border-left: 2px solid var(--color-primary);
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-history-img > .text p{
  margin: 0;
}
@media screen and (max-width: 768px) {
.p-history-img > .img02{
  grid-template-columns: 1fr;
  gap: 8px;
}
}
/*-------------------------------------------*/
/*====================================================================
Component……再利用可能な小さな単位のモジュールを管理（ボタンなど）
====================================================================*/
/*-------------------------------------------*/
.c-btn01{
  display: inline-flex;
  align-items: center;
  background: var(--color-primary);
  color: var(--color-white) !important;
  text-decoration: none !important;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  min-width: 300px;
  text-align: left;
}
.c-btn01 > .text{
  flex: 1;
  padding: 12px;
  border-right: 1px solid var(--color-white);
}
.c-btn01::after{
  content: "";
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: url(/img/common/ico_arrow01_w.svg) center center / 100% auto no-repeat;
  margin: 0 4px;
}
.c-btn02{
  display: inline-flex;
  align-items: center;
  background: var(--color-white);
  color: var(--color-primary) !important;
  text-decoration: none !important;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  min-width: 300px;
  text-align: left;
}
.c-btn02 > .text{
  flex: 1;
  padding: 12px;
  border-right: 1px solid var(--color-primary);
}
.c-btn02::after{
  content: "";
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: url(/img/common/ico_arrow01.svg) center center / 100% auto no-repeat;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .c-btn01,
  .c-btn02{
    min-width: initial;
  }
}
.c-btn03{
  border: 1px solid var(--color-white);
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 700;
}
/*----------------------------------------*/
.c-link__list{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-link__list li {
  display: block;
  position: relative;
  padding-left: 1em;
}
.c-link__list li:before {
  position: absolute;
  left: 0;
  content: ">";
  font-weight: 700;
  font-size: 1em;
}
.c-link__list li:after {
  display: none;
}
/*----------------------------------------*/
.c-box01{
  padding: 1em;
  border: 1px solid var(--color-gray01);
}
.c-box01 > p{
  margin: 0;
}
/*----------------------------------------*/
.c-box02{
  padding: 20px;
  background: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.c-box02 > p{
  margin: 0;
}
/*----------------------------------------*/
.c-title01{
  display: flex;
  flex-direction: column;
}
.c-title01 .sup{
  padding-left: calc(1em);
  font-size: 16px;
  line-height: calc(1em + 8px);
  position: relative;
  font-family: var(--mincho);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
}
.c-title01 .sup::before{
  content: "";
  width: calc(1em - 8px);
  height: calc(1em - 8px);
  background: var(--color-accent01);
  border-radius: 1em;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-title01 .title{
  font-size: 56px;
  line-height: calc(1em + 20px);
  font-weight: 700;
  font-family: var(--mincho);
}
@media screen and (max-width: 768px) {
  .c-title01 .title{
    font-size: 32px;
    line-height: calc(1em + 16px);
  }
  .c-title01 .sup{
    font-size: 14px;
  }
}
/*-------------------------------------------*/
.c-page__anchor{
  padding: var(--rp20);
  background: var(--color-secondary);
  margin-bottom: var(--margin-middle);
}
.c-page__anchor > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-page__anchor > ul > li {
  position: relative;
  padding: 0 1em 0 calc(20px + .5em);
}
.c-page__anchor > ul > li:before {
  content: "";
  background: var(--color-primary);
  width: 20px;
  height: 20px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #d81862;
}
.c-page__anchor > ul > li::after {
  content: "";
  border: 1px solid var(--color-white);
  border-top: none;
  border-left: none;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  font-weight: 700;
  position: absolute;
  left: 5px;
  top: -6px;
  bottom: 0;
  margin: auto;
  color: #d81862;
}
/*-------------------------------------------*/
.c-pickup{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--color-secondary);
  background: var(--color-white);
}
a:has( > .c-pickup ){
  text-decoration: none;
  display: block;
}
.c-pickup__img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.c-pickup__img > img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
.c-pickup__text{
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-pickup__text > .title{
  font-size: 16px;
  line-height: calc(1em + 12px);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.c-pickup__text > .day{
  font-size: 14px;
  line-height: calc(1em + 8px);
  color: var(--color-gray01);
}
.c-category{
  display: flex;
  gap: 8px;
}
.c-category__list{
  display: flex;
  justify-content: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: calc(1em + 6px);
  background: var(--color-secondary);
  color: var(--color-primary);
  font-weight: 700;
}
/*-------------------------------------------*/
.c-map-list{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--color-secondary);
  background: var(--color-white);
}
a:has( > .c-map-list ){
  text-decoration: none;
  display: block;
}
.c-map-list__map{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-map-list__map > iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.c-map-list__text{
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-map-list__text > .title{
  border-bottom: 1px solid var(--color-primary);
  font-size: 20px;
  line-height: calc(1em + 12px);
  font-weight: 700;
  color: var(--color-primary);
}
.c-map-list__text > p{
  margin: 0;
}
.c-contact-text{
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-contact-text > .title{
  font-size: 16px;
  line-height: calc(1em + 12px);
  color: var(--color-white);
  font-weight: 700;
  background: var(--color-primary);
  padding: 2px 16px;
  border-radius: 4px;
}
.c-contact-text > .text{
  font-size: 20px;
  line-height: calc(1em + 12px);
  font-weight: 700;
  flex: 1;
}
.c-topics__day{
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}
.c-topics__day .day{
  font-weight: 700;
}
@media screen and (max-width: 560px) {
.c-audio{
  width: 100%;
}
}
/*====================================================================
.article__area…記事部分の装飾まとめ
====================================================================*/
.article__area a:not([class]):link{
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
}
.article__area a:not([class]):visited{
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
}
.article__area img:not([class]){
  height: initial !important;
}
img.ccc{
  border: 1px solid #000;
}
.article__area a:not([class]):link{
  color: var(--color-primary);
}
.article__area a:not([class]):visited{
  color: var(--color-primary);
}
.article__area h1:not([class]),
.article__area h2:not([class]){
  margin: var(--margin-big) 0 60px;
  font-size: 2.2em;
  font-weight: 900;
  position: relative;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 12px;
}
.article__area h3:not([class]){
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: .5em;
  margin: 80px 0 1em;
  color: var(--color-primary);
  position: relative;
}
.article__area h3:not([class])::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-secondary);
}
.article__area h3:not([class])::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 5em;
  background: var(--color-primary);
}
.article__area h4:not([class]){
  margin: var(--margin-middle) 0 1em;
  font-size: 1.25em;
  font-weight: 700;
  padding-left: .5em;
  position: relative;
  border-left: 6px solid var(--color-primary);
}
.article__area h5:not([class]){
  font-size: 1.2em;
  font-weight: 700;
  margin: var(--margin-middle) 0 1em;
  position: relative;
  background: var(--color-secondary);
  padding: 8px 16px;
}
.article__area h5:not([class]) > span{
  display: inline-block;
  border: 1px solid var(--color-primary);
  padding: 0.5em 1em;
}
.article__area h6:not([class]){
  font-size: 1.2em;
  font-weight: 700;
  margin: var(--margin-middle) 0 1em;
  position: relative;
  padding: 8px 16px;
  border: 1px solid var(--color-black);
}
.article__area h1:first-of-type,
.article__area h2:first-child{
  margin-top: 0;
}
.article__area h1:not([class]) + h1:not([class]),
.article__area h1:not([class]) + h2:not([class]),
.article__area h1:not([class]) + h3:not([class]),
.article__area h1:not([class]) + h4:not([class]),
.article__area h1:not([class]) + h5:not([class]),
.article__area h1:not([class]) + h6:not([class]),
.article__area h2:not([class]) + h2:not([class]),
.article__area h2:not([class]) + h3:not([class]),
.article__area h2:not([class]) + h4:not([class]),
.article__area h2:not([class]) + h5:not([class]),
.article__area h2:not([class]) + h6:not([class])
{margin-top: 40px;}
.article__area h3:not([class]) + h3:not([class]),
.article__area h3:not([class]) + h4:not([class]),
.article__area h3:not([class]) + h5:not([class]),
.article__area h3:not([class]) + h6:not([class]),
.article__area h4:not([class]) + h4:not([class]),
.article__area h4:not([class]) + h5:not([class]),
.article__area h4:not([class]) + h6:not([class]),
.article__area h5:not([class]) + h5:not([class]),
.article__area h5:not([class]) + h6:not([class])
{margin-top: 40px;}
@media screen and (max-width: 768px) {
  .article__area h1:first-child,
  .article__area h2:first-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .article__area h1:not([class]) br,
  .article__area h2:not([class]) br,
  .article__area h3:not([class]) br,
  .article__area h4:not([class]) br,
  .article__area h5:not([class]) br,
  .article__area h6:not([class]) br{
    display: none;
  }
  .article__area h1:not([class]),
  .article__area h2:not([class]){
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .article__area h3:not([class]){
    line-height: 2;
    margin-top: 40px;
  }
  .article__area h3:not([class]) > span{
    font-size: 1.6rem;
  }
  .article__area h4:not([class]){
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .article__area h5:not([class]){
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .article__area h6:not([class]){
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.article__area ul:not([class]){
  list-style-type: none;
  margin: var(--margin-small) 0 var(--margin-small) 0.5em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article__area ul:not([class]) > li {
  position: relative;
  padding-left: 1em;
}
.article__area ul:not([class]) > li:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  background: var(--color-primary);
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.article__area ul.checklist{
  list-style-type: none;
  margin: var(--margin-small) 0 var(--margin-small) 0.5em;
}
.article__area ul.checklist > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}
.article__area ul.checklist > li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(315deg);
}
.article__area ol:not([class]) {
  list-style: decimal;
  margin: var(--margin-small) 0 var(--margin-small) 0.5em;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article__area ol:not([class]) > li::marker {
  font-weight: 700;
  color: var(--color-primary);
}
.article__area ol:not([class]) > li::before {
  color: var(--color-black);
}
.article__area table:not([class]) {
  width: 100%;
}
.article__area table:not([class]) th,
.article__area table:not([class]) td {
  border: 1px solid var(--color-tertiary);
  background: var(--color-white);
  padding: 8px 16px;
  vertical-align: top;
}
.article__area table:not([class]) th{
  background: var(--color-secondary);
  width: 0;
  white-space: nowrap;
  font-weight: 700;
}
.article__area table:not([class]) th + th,
.article__area table:not([class]) th:has(+ th){
  background: var(--color-secondary);
  width: auto;
  white-space:initial;
}
@media screen and (max-width: 768px) {
  .article__area .c-table-sp table:not([class]),
  .article__area .c-table-sp table:not([class]) tbody,
  .article__area .c-table-sp table:not([class]) tr,
  .article__area .c-table-sp table:not([class]) th,
  .article__area .c-table-sp table:not([class]) td{
    display: block;
    width: 100%;
  } 
  .article__area .c-table-sp table:not([class]) th,
  .article__area .c-table-sp table:not([class]) td{
    margin-top: -2px;
  }
  .article__area table:not([class]) th{
    width: initial;
    white-space: initial;
  }
}
  .article__area .table-th-wrap table:not([class]) th{
    width: initial;
    white-space: initial;
  }
.table-bg01 th,
.table-bg01 td{
  background: #e7e1cb !important;
}
.table-bg02 th,
.table-bg02 td{
  background: #f7f5ed !important;
}
@media screen and (max-width: 768px) {
  .c-table-sp-sc{
    overflow: auto;
  }
  .c-table-sp-sc::before{
    content: "*横にスクロールしてご確認ください";
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 700;
  }
  .c-table-sp-sc table{
    width: 1080px !important;
  }
}
@media screen and (max-width: 1080px) {
  .c-table-sp-sc02{
    overflow: auto;
  }
  .c-table-sp-sc02::before{
    content: "*横にスクロールしてご確認ください";
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 700;
  }
  .c-table-sp-sc02 table{
    width: 1200px !important;
  }
}
.t-col2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--rp20);
}
.t-col2 img{
  margin: auto;
}
.t-col3{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--rp20);
}
.t-col3 img{
  margin: auto;
}
@media screen and (max-width: 768px) {
  .t-col3{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .t-col3,
  .t-col2{
    grid-template-columns: 1fr;
  }
}
/*====================================================================
Utility…調整のための便利クラスなどを管理
====================================================================*/
.u-left {  text-align: left !important;}
.u-right {  text-align: right !important;}
.u-center {  text-align: center;}
.u-center--pc {  text-align: center;}
@media screen and (max-width: 768px) {
	.u-center--pc {  text-align: left;}
	.u-center--sp {  text-align: center;}
}
@media screen and (max-width: 768px) {
  .u-spbr{
    display: none;
  }
}
.u-lh10{line-height: 1 !important;}
.u-lh12{line-height: 1.2 !important;}
.u-lh14{line-height: 1.4 !important;}
.u-lh16{line-height: 1.6 !important;}
.u-lh18{line-height: 1.8 !important;}
.u-lh20{line-height: 2 !important;}
/*----------------------------------------*/
.u-fnt--bold{font-weight: bold !important;}
.u-fnt--w01{font-weight: 100 !important;}
.u-fnt--w02{font-weight: 200 !important;}
.u-fnt--w03{font-weight: 300 !important;}
.u-fnt--w04{font-weight: 400 !important;}
.u-fnt--w05{font-weight: 500 !important;}
.u-fnt--w06{font-weight: 600 !important;}
.u-fnt--w07{font-weight: 700 !important;}
.u-fnt--w08{font-weight: 800 !important;}
.u-fnt--w09{font-weight: 900 !important;}
/*----------------------------------------*/
.u-fnt--ssss {font-size:0.6em;}
.u-fnt--sss {font-size:0.7em;}
.u-fnt--ss {font-size:0.8em;}
.u-fnt--s {font-size:0.9em;}
.u-fnt--l {font-size:1.1em;}
.u-fnt--ll {font-size:1.2em;}
.u-fnt--lll {font-size:1.4em;}
.u-fnt--llll {font-size:1.6em;}
.u-fnt--lllll {font-size:1.8em;}
.u-fnt--llllll {font-size:2em;}
.u-fnt--lllllll {font-size:2.2em;}
.u-fnt--llllllll {font-size:2.4em;}
.u-fnt--lllllllll {font-size:3em;}
/*----------------------------------------*/
.u-fnt--size14{
  font-size: 14px;
  line-height: calc(1em + 8px);
}
.u-fnt--size14b{
  font-size: 14px;
  line-height: calc(1em + 8px);
  font-weight: 700;
}
.u-fnt--size16{
  font-size: 16px;
  line-height: calc(1em + 8px);
}
.u-fnt--size16b{
  font-size: 16px;
  line-height: calc(1em + 8px);
  font-weight: 700;
}
.u-fnt--size18{
  font-size: 18px;
  line-height: calc(1em + 8px);
}
.u-fnt--size18b{
  font-size: 18px;
  line-height: calc(1em + 8px);
  font-weight: 700;
}
.u-fnt--size20{
  font-size: 20px;
  line-height: calc(1em + 8px);
}
.u-fnt--size20b{
  font-size: 20px;
  line-height: calc(1em + 8px);
  font-weight: 700;
}
.u-fnt--size24{
  font-size: 24px;
  line-height: calc(1em + 12px);
}
.u-fnt--size24b{
  font-size: 24px;
  line-height: calc(1em + 12px);
  font-weight: 700;
}
.u-fnt--size28{
  font-size: 28px;
  line-height: calc(1em + 12px);
}
.u-fnt--size28b{
  font-size: 28px;
  line-height: calc(1em + 12px);
  font-weight: 700;
}
.u-fnt--size32{
  font-size: 32px;
  line-height: calc(1em + 12px);
}
.u-fnt--size32b{
  font-size: 32px;
  line-height: calc(1em + 12px);
  font-weight: 700;
}
.u-fnt--size36b{
  font-size: 36px;
  line-height: calc(1em + 16px);
  font-weight: 700;
}
.u-fnt--size36{
  font-size: 36px;
  line-height: calc(1em + 16px);
}
.u-fnt--size40{
  font-size: 40px;
  line-height: calc(1em + 16px);
}
.u-fnt--size40b{
  font-size: 40px;
  line-height: calc(1em + 16px);
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .u-fnt--size14{
    font-size: 14px;
    line-height: calc(1em + 8px);
  }
  .u-fnt--size14b{
    font-size: 14px;
    line-height: calc(1em + 8px);
    font-weight: 700;
  }
  .u-fnt--size16{
    font-size: 16px;
    line-height: calc(1em + 8px);
  }
  .u-fnt--size16b{
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 700;
  }
  .u-fnt--size18{
    font-size: 18px;
    line-height: calc(1em + 8px);
  }
  .u-fnt--size18b{
    font-size: 18px;
    line-height: calc(1em + 8px);
    font-weight: 700;
  }
  .u-fnt--size20{
    font-size: 20px;
    line-height: calc(1em + 8px);
  }
  .u-fnt--size20b{
    font-size: 20px;
    line-height: calc(1em + 8px);
    font-weight: 700;
  }
  .u-fnt--size24{
    font-size: 20px;
    line-height: calc(1em + 12px);
  }
  .u-fnt--size24b{
    font-size: 20px;
    line-height: calc(1em + 12px);
    font-weight: 700;
  }
  .u-fnt--size28{
    font-size: 24px;
    line-height: calc(1em + 12px);
  }
  .u-fnt--size28b{
    font-size: 24px;
    line-height: calc(1em + 12px);
    font-weight: 700;
  }
  .u-fnt--size32{
    font-size: 28px;
    line-height: calc(1em + 12px);
  }
  .u-fnt--size32b{
    font-size: 28px;
    line-height: calc(1em + 12px);
    font-weight: 700;
  }
  .u-fnt--size36b{
    font-size: 32px;
    line-height: calc(1em + 12px);
    font-weight: 700;
  }
  .u-fnt--size36{
    font-size: 32px;
    line-height: calc(1em + 12px);
  }
  .u-fnt--size40{
    font-size: 36px;
    line-height: calc(1em + 16px);
  }
  .u-fnt--size40b{
    font-size: 36px;
    line-height: calc(1em + 16px);
    font-weight: 700;
  }
}
/*----------------------------------------*/
.u-fntcolor--main1 {color: var(--color-primary) !important;}
.u-fntcolor--sub1 {color: #9bd5cc !important;}
.u-fntcolor--red {color: #e41010 !important;}
.u-fntcolor--orange {color: #e48510 !important;}
.u-fntcolor--yellow {color: #e4cf10 !important;}
.u-fntcolor--green {color: #0f9a00 !important;}
.u-fntcolor--blue {color: #1041e4 !important;}
.u-fntcolor--purple {color: #840bc0 !important;}
/*----------------------------------------*/
.u-m--layout01  {margin-top: var(--margin-big) !important;}
.u-m--layout02  {margin-top: var(--margin-middle) !important;}
.u-m--layout03  {margin-top: var(--margin-small) !important;}
.u-m10  {margin: 10px !important;}
.u-m20  {margin: 20px !important;}
.u-m30  {margin: 30px !important;}
.u-m40  {margin: 40px !important;}
.u-m50  {margin: 50px !important;}
.u-m60  {margin: 60px !important;}
.u-m70  {margin: 70px !important;}
.u-m80  {margin: 80px !important;}
.u-m90  {margin: 90px !important;}
.u-m100  {margin: 100px !important;}
.u-mt0  {margin-top: 0 !important;}
.u-mt10 {margin-top: 10px !important;}
.u-mt20 {margin-top: 20px !important;}
.u-mt30 {margin-top: 30px !important;}
.u-mt40 {margin-top: 40px !important;}
.u-mt50 {margin-top: 50px !important;}
.u-mt60 {margin-top: 60px !important;}
.u-mt70 {margin-top: 70px !important;}
.u-mt80 {margin-top: 80px !important;}
.u-mt90 {margin-top: 90px !important;}
.u-mt100 {margin-top: 100px !important;}
.u-mb0  {margin-bottom: 0 !important;}
.u-mb10 {margin-bottom: 10px !important;}
.u-mb20 {margin-bottom: 20px !important;}
.u-mb30 {margin-bottom: 20px !important;}
.u-mb40 {margin-bottom: 40px !important;}
.u-mb50 {margin-bottom: 50px !important;}
.u-mb60 {margin-bottom: 60px !important;}
.u-mb70 {margin-bottom: 70px !important;}
.u-mb80 {margin-bottom: 80px !important;}
.u-mb90 {margin-bottom: 90px !important;}
.u-mb100 {margin-bottom: 100px !important;}
.u-mtrp20 {margin-top: var(--rp20) !important;}
.u-mtrp40 {margin-top: var(--rp40) !important;}
.u-mtrp60 {margin-top: var(--rp60) !important;}
.u-mtrp80 {margin-top: var(--rp80) !important;}
.u-mtrp100 {margin-top: var(--rp100) !important;}
.u-mtrp120 {margin-top: var(--rp120) !important;}
.u-mbrp20 {margin-bottom: var(--rp20) !important;}
.u-mbrp40 {margin-bottom: var(--rp40) !important;}
.u-mbrp60 {margin-bottom: var(--rp60) !important;}
.u-mbrp80 {margin-bottom: var(--rp80) !important;}
.u-mbrp100 {margin-bottom: var(--rp100) !important;}
.u-mbrp120 {margin-bottom: var(--rp120) !important;}
.u-ml0  {margin-left: 0 !important;}
.u-ml10 {margin-left: 10px !important;}
.u-ml20 {margin-left: 20px !important;}
.u-ml30 {margin-left: 30px !important;}
.u-ml40 {margin-left: 40px !important;}
.u-mr0  {margin-right: 0 !important;}
.u-mr10 {margin-right: 10px !important;}
.u-mr20 {margin-right: 20px !important;}
.u-mr30 {margin-right: 30px !important;}
.u-mr40 {margin-right: 40px !important;}
.u-mauto {margin: auto !important;}
.u-m0   {margin: 0 !important;}
/*----------------------------------------*/
.u-p10  {padding: 10px !important;}
.u-p20  {padding: 20px !important;}
.u-p30  {padding: 30px !important;}
.u-p40  {padding: 40px !important;}
.u-p50  {padding: 50px !important;}
.u-p60  {padding: 60px !important;}
.u-p70  {padding: 70px !important;}
.u-p80  {padding: 80px !important;}
.u-p90  {padding: 90px !important;}
.u-p100  {padding: 100px !important;}
.u-pt0  {padding-top: 0 !important;}
.u-pt10 {padding-top: 10px !important;}
.u-pt20 {padding-top: 20px !important;}
.u-pt40 {padding-top: 40px !important;}
.u-pt50 {padding-top: 50px !important;}
.u-pt60 {padding-top: 60px !important;}
.u-pt70 {padding-top: 70px !important;}
.u-pt80 {padding-top: 80px !important;}
.u-pt90 {padding-top: 90px !important;}
.u-pt100 {padding-top: 100px !important;}
.u-pb0  {padding-bottom: 0 !important;}
.u-pb10 {padding-bottom: 10px !important;}
.u-pb20 {padding-bottom: 20px !important;}
.u-pb40 {padding-bottom: 40px !important;}
.u-pb50 {padding-bottom: 50px !important;}
.u-pb60 {padding-bottom: 60px !important;}
.u-pb70 {padding-bottom: 70px !important;}
.u-pb80 {padding-bottom: 80px !important;}
.u-pb90 {padding-bottom: 90px !important;}
.u-pb100 {padding-bottom: 100px !important;}
.u-pl0  {padding-left: 0 !important;}
.u-pl10 {padding-left: 10px !important;}
.u-pl20 {padding-left: 20px !important;}
.u-pl40 {padding-left: 40px !important;}
.u-pr0  {padding-right: 0 !important;}
.u-pr10 {padding-right: 10px !important;}
.u-pr20 {padding-right: 20px !important;}
.u-pr40 {padding-right: 40px !important;}
.u-p0   {padding: 0 !important;}
/*----------------------------------------*/
.u-w100p {  width: 100% !important;}
.u-wauto {  width: auto !important;}
.u-wmx320 {  width: 100% !important;max-width: 320px !important;}
.u-wmx560 {  width: 100% !important;max-width: 560px !important;}
/*----------------------------------------*/
.u-border01{border:1px solid var(--color-primary)}
.u-border02{border:2px solid var(--color-primary)}
.u-bordertop01{border-top:1px solid var(--color-primary)}
.u-borderbottom01{border-bottom:1px solid var(--color-primary)}
/*----------------------------------------*/
.u-nolink{pointer-events: none;}
/*====================================================================
modaal
====================================================================*/
[data-group="gallery"]{
  position: relative;
  display: inline-block;
  margin: auto;
}
[data-group="gallery"]::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  background: url(/img/common/ico_link_external02.svg) center center / 60% auto no-repeat var(--color-white);
  border-radius: 8px;
}
/*====================================================================
print
====================================================================*/
@media print {
	html,body {
    margin: auto;
		-webkit-print-color-adjust: exact;
	}
  header {
		display: none;
	}
}
