@charset "utf-8";
:root {
  --color-primary: #0B4282;
  --color-secondary: #DEEFFA;
  --color-tertiary: #2B7230;
  --color-background: #FFFFFF;
  --color-black: #333333;
  --color-gray01: #737373;
	--color-gray02: #cccccc;
  --color-gray03: #E9E9E9;
  --color-white: #FFFFFF;
  --margin-big: 100px;
  --margin-middle: 60px;
  --margin-small: 20px;
  --margin-col: 40px;
  --container-w1: 320px;
  --container-w2: 30px;
  --header-hight: 80px;
}
@media screen and (max-width: 768px) {
  :root {
    --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: 16px;
  }
}
body{
	color: var(--color-black);
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
  background: #FFF;
  font-weight: 400;
}
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;
}
/* Table styles */
table {
	width: 100%;
}
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;
}
/* Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/*
link
---------------------------------------------------------*/
a {
	transition: all .3s ease;
}
a:link {
  color: var(--color-primary);
	text-decoration: underline;
}
a:visited {
	color: var(--color-black);
	text-decoration: none;
}
/* ホバー可能なデバイス（マウス等）でのみホバー効果を適用 */
@media (hover: hover) {
  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.2em;
	margin-left: 0.3em;
  vertical-align: text-bottom;
}
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.4em;
	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.4em;
	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.2em;
	margin-left: 0.3em;
  vertical-align: text-bottom;
}
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;
}
/*
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);
  text-decoration: none;
}
.l-pagetop a:hover {
  text-decoration: none !important;
}
/*----------------------------------------*/
.l-container01 {
  position: relative;
  margin: 60px 0;
}
.l-container01.bg01 {
  background: var(--color-secondary);
  padding: 60px 0;
}
.l-container01.bg01::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(/img/bg_wave01.svg);
  background-size: cover;
  background-repeat: repeat-x;
  top: -35px;
}
.l-container01.bg__contact {
  background: var(--color-tertiary);
  margin: 0;
  padding: var(--margin-middle) 0;
}
/*----------------------------------------*/
.l-section01 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
/*----------------------------------------*/
.l-header__title {
  background-color: var(--color-secondary);
  padding: .5em 0;
}
.l-header__title h1 {
  font-size: 14px;
}

.l-header__item01 .p-header__date {
  font-size: 1.5rem;
  margin: 0;
}

.l-header__item01 .p-header__date .year,
.l-header__item01 .p-header__date .month,
.l-header__item01 .p-header__date .day {
  padding: 0 .3rem;
}

.l-header__item01 .p-header__date .month,
.l-header__item01 .p-header__date .day {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 .3rem;
}

.l-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.l-header__item01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.l-header__item01 .p-header__banner {
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 10px;
  margin: 0;
}
.l-header__item02 {
  display: flex;
  flex-direction: column;
  width: 68%;
}
.l-header__item02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-header__item02 ul li {
  width: calc(100% / 2 - 20px);
  padding: .8em 0;
}
.l-header__item02 ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-tertiary);
  border-radius: 30px;
  padding: .4em 2.8em .4em 1em;
  position: relative;
}
.l-header__item02 ul li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/ico_right_arrow01.svg) center center / contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1080px) {
  .l-header__item01 {
    width: 40%;
  }
  .l-header__item02 {
    width: 55%;
  }
  .l-header__item02 ul {
    gap: 10px;
  }
  .l-header__item02 ul li {
    width: 80%;
    padding: 0;
  }
  .l-header__item02 ul li a {
    font-size: 14px;
  }
  .l-header__item02 p {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .l-header__box {
    flex-direction: column;
    margin: 20px 0 30px;
  }
  .l-header__item01,
  .l-header__item02 {
    width: 100%;
  }
  .l-header__item01 .p-header__date {
    font-size: 1.2rem;
  }
  .p-header__date .month,
  .p-header__date .day {
    font-size: 1.8rem;
  }
  .l-header__item02 {
    margin-top: 20px;
  }
  .l-header__item02 ul {
    justify-content: center;
  }
  .l-header__item02 ul li {
    width: 60%;
  }
  .l-header__item02 ul li a {
    font-size: 14px;
  }
  .l-header__item02 p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .l-header__item02 ul li {
    width: 100%;
  }
}

/*----------------------------------------*/
.l-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: var(--color-secondary);
}
.l-footer small {
  font-size: .8rem;
}
/*----------------------------------------*/
.l-sub__nav__title{
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
.l-sub__nav__menu{
  margin-left: 20px;
}
.l-sub__nav__menu > li{
  margin-bottom: 10px;
}
.l-sub__nav__menu > li a{
  color: var(--color-primary);
}
@media screen and (max-width: 1080px) {
  .l-sub__nav__menu{
    margin-left: 0;
    padding: 20px;
    border-top: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary);
  }
}
/*----------------------------------------*/
.l-2column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: var(--margin-middle) auto var(--margin-big);
  padding: 0 var(--container-w1);
}
.l-2column__main{
  width: 75%;
}
.l-2column__main .l-container01:first-child{
  margin-top: 0;
  margin-bottom: 0;
}
.l-2column__sub{
  width: calc(25% - 40px);
  border-left: 1px solid var(--color-secondary);
}
@media screen and (max-width: 1080px) {
  .l-2column__main{
    width: 100%;
  }
  .l-2column__sub{
    width: 100%;
    border: none;
    margin-top: var(--margin-big);
  }
}
/*----------------------------------------*/
.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: 480px) {
  .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: 480px) {
  .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-pager ul {
  display: flex;
  justify-content: center;
  margin: var(--margin-big) 0 0;
  flex-wrap: wrap;
}
.p-pager li {
  margin: 0 5px 10px;
}
.p-pager li a {
  text-decoration: none;
  color: var(--color-primary);
  background: var(--color-tertiary);
  padding: 0.5em 1em;
  display: inline-block;
}
.p-pager li a:hover {
  opacity: 0.6;
}
.p-pager li.active a {
  font-weight: bold;
  background: var(--color-primary);
  color: #FFF;
}
/*----------------------------------------*/
.p-map iframe{
  width: 100%;
  height: 50vh;
  border: none;
}
/*-------------------------------------------*/
.p-login{
  background: url(/img/common/pic_image01.png) center center / cover no-repeat;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-login__inner{
  width: 100%;
  max-width: 660px;
  min-height: 300px;
  background: var(--color-white);
  position: relative;
  border-radius: 10px;
  padding: var(--margin-middle);
  margin: var(--margin-middle);
}
.p-login__title img{
  margin: auto;
}
/*-------------------------------------------*/
.p-categorylist{
  border: 1px solid var(--color-secondary);
  border-radius: 10px;
  padding: var(--margin-col);
}
.p-categorylist__inner{
  display: flex;
  align-items: center;
}
.p-categorylist__title{
  font-size: 1.8em;
  font-weight: 700;
  margin-right: var(--margin-col);
}
.p-categorylist__list{
  flex: 1;
}
.p-categorylist__list > ul{
  display: flex;
  flex-wrap: wrap;
}
.p-categorylist__list > ul > li{
  margin: 10px 10px 10px 0;
}
.p-categorylist__list > ul > li > a{
  display: inline-block;
  padding: 8px 10px 7px;
  line-height: 1.2;
  background: var(--color-tertiary);
  text-align: center;
  font-size: 1.2rem;
}
.p-categorylist__list > ul > li > a:hover{
  text-decoration: none;
  background: var(--color-tertiary);
}
.p-categorylist__list > ul > li > a.active{
  background: var(--color-secondary);
}

@media screen and (max-width: 768px) {
  .p-categorylist__title{
    font-size: 1.2em;
    margin-right: 0;
  }
  .p-categorylist__inner{
    display: block;
  }
  .p-categorylist__list > ul > li{
    margin: 10px 10px 0 0;
  }
  .p-categorylist__list > ul > li > a{
    font-size: 1rem;
  }
}
/*-------------------------------------------*/
.p-content01{
  position: relative;
  display: flex;
}
.p-content01::before{
  content: "";
  display: block;
  background: url(/img/common/pic_image01.png) center center / cover no-repeat;
  width: calc(100% * .8);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(10%);
}
.p-content01__inner{
  padding: 40px 60px;
  background: var(--color-gray01);
  width: min(90vw, 900px);
  z-index: 1;
  margin-bottom: 80px;
  color: #FFF;
}
.p-content01__inner > h2{
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}
.p-content01__inner > p{
  margin-bottom: 0;
}
/*-------------------------------------------*/

.p-content02{
  position: relative;
}
.p-content02__inner{
  flex: 1;
  padding: 40px 60px;
  background: var(--color-gray01);
  width: 100%;
  max-width: 600px;
  z-index: 1;
  color: #FFF;
}
.p-content02__inner > h2{
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}
.p-content02__inner > p{
  margin-bottom: 0;
}
.p-content02__slider{
  position: relative;
  height: 100%;
  margin: max(-50vw , -300px) 0 0 0;
}
.p-content02__slider__inner{
  overflow: hidden;
  margin: 0 0 0 auto;
  width: calc(100% - 630px);
}
@media screen and (max-width: 1080px) {
  .p-content02__slider{
    margin: 0 0 0 0;
  }
  .p-content02__slider__inner{
    width: 100%;
  }
}

/*-------------------------------------------*/

.p-supply__box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-supply__box p {
  margin: 0 0 10px;
  font-weight: 600;
}
.p-supply__item01 {
  width: 30%;
}
.p-supply__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.p-supply__value {
  border: 5px solid var(--color-primary);
  border-radius: 10px;
}
.p-supply__value div:first-child {
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-primary);
}
.p-supply__value div:nth-child(2) {
  text-align: right;
  font-size: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
.p-supply__value div:nth-child(2) span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 5px;
}
.p-supply__item02 {
  width: 70%;
}
.p-supply__item02 .c-box01 {
  position: relative;
  overflow-x: auto;
  padding: 1rem;
}
.p-supply__item02 .c-box01 div {
  min-width: 700px;
  height: 400px;
}

@media screen and (max-width: 795px) {
	.p-supply__item02 .c-scrolltag {
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: .875rem;
		padding: 2px 10px;
		background: #8b8b8b
	}
}

@media screen and (max-width: 1080px) {
  .l-container01.bg01 {
    padding: 30px 0;
  }
  .p-supply__box {
    flex-direction: column;
  }
  .p-supply__item01,
  .p-supply__item02 {
    width: 100%;
  }
  .p-supply__flex {
    flex-direction: row;
    justify-content: space-around;
  }
  .p-supply__value {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 560px) {
  .p-supply__value {
    width: 100%;
  }
  .p-supply__value div:first-child {
    font-size: 20px;
    padding: 10px 20px;
  }
  .p-supply__value div:nth-child(2) {
    padding: 10px 20px;
  }
  .p-supply__value div:nth-child(2) span {
    font-size: 32px;
  }
}

/*-------------------------------------------*/
.p-graph .p-graph__btn {
  margin-bottom: 40px;
}

.p-graph .p-graph__btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-graph .p-graph__btn ul li a {
  border: 1px solid var(--color-primary);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
}
.p-graph .p-graph__btn ul li a:nth-child(odd) {
  border-radius: 10px 0 0 10px;
}
.p-graph .p-graph__btn ul li a:nth-child(even) {
  border-radius: 0 10px 10px 0;
}
.p-graph .p-graph__btn ul li a.active {
  color: #fff;
  background-color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .p-graph .p-graph__btn {
    margin-bottom: 20px;
  }
  .p-graph .p-graph__btn ul {
    gap: 15px;
  }
  .p-graph .p-graph__btn ul li a {
    font-size: 0.8rem;
    padding: 8px 20px;
  }
}

.p-graph .c-scrollcanvas {
  position: relative;
  overflow-x: auto;
}
.p-graph .c-scrollcanvas div {
  min-width: 900px;
  height: 400px;
}
@media screen and (max-width: 1020px) {
  .p-graph .c-scrollcanvas {
    position: relative;
    overflow-x: auto;
  }

	.p-graph .c-scrollcanvas .c-scrolltag {
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: .875rem;
		padding: 2px 10px;
		background: #8b8b8b
	}
}

@media screen and (max-width: 700px) {
  .p-graph .c-scrolltbl {
    position: relative;
    overflow-x: auto;
  }

	.p-graph .c-scrolltag {
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: .875rem;
		padding: 2px 10px;
		background: #8b8b8b
	}
}

/*-------------------------------------------*/
/*====================================================================
Component……再利用可能な小さな単位のモジュールを管理（ボタンなど）
====================================================================*/
/*-------------------------------------------*/
.c-btn-icon01{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-icon01 > .icon{
  margin-right: 0.5em;
  display: inline-block;
}
.c-btn-icon01 > .icon img{
  width: 1.2em;
}
.c-btn-icon01 > .text{
  line-height: 1.4;
  display: inline-block;
}
.c-btn01{
  background: var(--color-primary);
  color: var(--color-white) !important;
  text-decoration: none !important;
  padding: 1em calc(2em) 1em 1em;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  position: relative;
  line-height: 1.4;
}
.c-btn01::before{
  content: "";
  border: 2px solid var(--color-white);
  border-top: none;
  border-left: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: calc(1em - 5px);
  max-width: 14px;
  height: calc(1em - 5px);
  max-height: 14px;
  transform: rotate(-45deg);
}
.c-btn02{
  background: var(--color-white);
  color: var(--color-primary) !important;
  text-decoration: none !important;
  padding: 1em calc(2em) 1em 1em;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.c-btn02::before{
  content: "";
  border: 2px solid var(--color-primary);
  border-top: none;
  border-left: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: calc(1em - 5px);
  max-width: 14px;
  height: calc(1em - 5px);
  max-height: 14px;
  transform: rotate(-45deg);
}
.c-formbtn01{
  border-radius: 3px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0.5em 2em;
  cursor: pointer;
}
.c-formbtn01:hover{
  opacity: .6;
}
.c-formbtn02{
  border-radius: 3px;
  background: var(--color-gray03);
  color: var(--color-black);
  padding: 0.5em 2em;
  cursor: pointer;
}
.c-formbtn02:hover{
  opacity: .6;
}
/*----------------------------------------*/
.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: 2rem;
  border: 5px solid var(--color-primary);
  border-radius: 10px;
  background-color: #fff;
}
.c-box01 > p{
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-box01 {
    padding: 1rem;
  }
}

/*----------------------------------------*/
.c-title01 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
}
.c-title01::before {
  content: "";
  position: absolute;  
}
.c-title01.ico01::before {
  width: 40px;
  height: 40px;
  bottom: 5px;
  left: 0;
  background: url(/img/ico_title01.svg) center center / contain no-repeat;
}
.c-title01.ico02::before {
  width: 45px;
  height: 45px;
  bottom: 5px;
  left: 0;
  background: url(/img/ico_title02.svg) center center / contain no-repeat;
}
.c-title01.ico03::before {
  width: 45px;
  height: 45px;
  bottom: 5px;
  left: 0;
  background: url(/img/ico_title03.svg) center center / contain no-repeat;
}
@media screen and (max-width: 560px) {
  .c-title01 {
    font-size: 24px;
  }
  .c-title01.ico01::before {
    width: 35px;
    height: 35px;
  }
  .c-title01.ico02::before {
    width: 40px;
    height: 40px;
    bottom: 3px;
  }
  .c-title01.ico03::before {
    width: 40px;
    height: 40px;
    bottom: 3px;
  }
}

.c-title03 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: .5em;
  margin: 1em 0;
  position: relative;
  background: var(--color-secondary);
}
.c-title04{
  font-size: 1.5em;
  font-weight: 700;
  padding-left: .5em;
  margin: 1em 0;
  position: relative;
  border-left: 10px solid var(--color-primary);
}
.c-title05{
  font-size: 1.5em;
  font-weight: 700;
  padding: .5em;
  margin: 1em 0;
  position: relative;
  border: 1px solid var(--color-primary);
}
/*----------------------------------------*/
.c-ul__disc {
  list-style-type: none;
}
.c-ul__disc > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}
.c-ul__disc > li:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  background: var(--color-black);
  border-radius: 10px;
  width: 0.5em;
  height: 0.5em;
}
.c-ul__number {
  list-style: decimal;
  padding-left: 1em;
}
.c-ul__number > li {
  margin-bottom: 0.5em;
}
.c-ul__number > li::marker {
  color: var(--color-black);
}
/*----------------------------------------*/
.c-table01 table {
  width: 100%;
  table-layout: fixed;
}
.c-table01 th,
.c-table01 td{
  border: 1px solid var(--color-gray02);
  padding: .5em;
  text-align: center;
  font-size: .9rem;
}
.c-table01 th{
  font-weight: 600;
  background: var(--color-gray03);
}
.c-table01 table tbody tr:nth-child(even) {
  background: #efeee6;
}

.c-scrolltag {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-scrolltag {
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: .875rem;
		padding: 2px 10px;
		background: #8b8b8b
	}
	.c-scrolltbl {
		overflow-x: auto;
		white-space: nowrap;
		word-wrap: normal;
	}
	.c-scrolltbl::-webkit-scrollbar {
		height: 5px;
	}
	.c-scrolltbl::-webkit-scrollbar-track {
		background: #d5d5d5;
	}
	.c-scrolltbl::-webkit-scrollbar-thumb {
		background: #d5d5d5;
	}
	.c-scrolltbl table {
		margin-bottom: 15px!important;
		table-layout: auto;
	}
}

/*-------------------------------------------*/
/*====================================================================
article_area
====================================================================*/
.article_area h1:not([class]) {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area h2:not([class]) {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area h3:not([class]) {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area h4:not([class]) {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area h5:not([class]) {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area h6:not([class]) {
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.4;
}
.article_area ul:not([class]){
  list-style-type: none;
}
.article_area ul:not([class]) > li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}
.article_area ul:not([class]) > li:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  background: var(--color-black);
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.article_area ol:not([class]) {
  list-style: decimal;
  padding-left: 1em;
}
.article_area ol:not([class]) > li {
  margin-bottom: 0.5em;
}
.article_area ol:not([class]) > li::marker {
  color: var(--color-black);
}
.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-black);
  padding: .5em;
}
.article_area table:not([class]) th{
  background: var(--color-black);
  width: 0;
  white-space: nowrap;
}
.article_area table:not([class]) th + th,
.article_area table:not([class]) th:has(+ th){
  background: var(--color-black);
  width: auto;
  white-space:initial;
}
.article_area blockquote {
	border-left: 5px solid #ccc;
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.article_area blockquote p {
  margin: 10px 0;
}

/*-------------------------------------------*/
/*====================================================================
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-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-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-kadomaru01{border-radius: 10px;}
.u-kadomaru02{border-radius: 20px;}
/*----------------------------------------*/
.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;}
/*====================================================================
animation
====================================================================*/

/*順々に表示する*/
@keyframes Display__order {
	0% { opacity: 0; }
	100% { opacity: 1;filter: blur(0); transform: translateY(0);}
}
.animeTrigger.display__order .order1,
.animeTrigger.display__order .order2,
.animeTrigger.display__order .order3,
.animeTrigger.display__order .order4,
.animeTrigger.display__order .order5,
.animeTrigger.display__order .order6,
.animeTrigger.display__order .order7,
.animeTrigger.display__order .order8,
.animeTrigger.display__order .order9,
.animeTrigger.display__order .order10{
  opacity: 0;
  filter: blur(30px);
  transform: translateY(100px);
}
.animeTrigger.display__order.animetion .order1{
	animation: Display__order 1.2s ease .5s 1 forwards;
}
.animeTrigger.display__order.animetion .order2{
	animation: Display__order 1.2s ease 1s 1 forwards;
}
.animeTrigger.display__order.animetion .order3{
	animation: Display__order 1.2s ease 1.5s 1 forwards;
}
.animeTrigger.display__order.animetion .order4{
	animation: Display__order 1.2s ease 2s 1 forwards;
}
.animeTrigger.display__order.animetion .order5{
	animation: Display__order 1.2s ease 2.5s 1 forwards;
}
.animeTrigger.display__order.animetion .order6{
	animation: Display__order 1.2s ease 3s 1 forwards;
}
.animeTrigger.display__order.animetion .order7{
	animation: Display__order 1.2s ease 3.5s 1 forwards;
}
.animeTrigger.display__order.animetion .order8{
	animation: Display__order 1.2s ease 4s 1 forwards;
}
.animeTrigger.display__order.animetion .order9{
	animation: Display__order 1.2s ease 4.5s 1 forwards;
}
.animeTrigger.display__order.animetion .order10{
	animation: Display__order 1.2s ease 5s 1 forwards;
}
/*フェード*/
@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.animeTrigger.a-fade{
  opacity: 0;
}
.animeTrigger.animetion.a-fade{
  animation: fade 1s ease 0s 1 forwards;
}
/*====================================================================
print
====================================================================*/
@media print {
	html,body {
    width: 1080px;
    margin: auto;
		-webkit-print-color-adjust: exact;
	}
  header {
		display: none;
	}
}

/*====================================================================
dark mode
※ダークモードの簡易的な処置です
※ダークモードの依頼・要望がない場合は以下は削除して問題ないです
====================================================================*/
@media (prefers-color-scheme: dark) {
  /* html全体の色を反転させる */
  html {
    filter: invert(1) hue-rotate(180deg);
  }
  /* 画像は再反転させて戻す */
  html img {
    filter: invert(1) hue-rotate(180deg);
  }
}