@charset "utf-8";
:root {
  --color-primary: #20345D;
  --color-secondary: #E9ECF9;
  --color-tertiary: #B6C4ED;
  --color-background: #F4F6FF;
  --color-black: #171719;
  --color-gray01: #77797F;
	--color-gray02: #C3C4C8;
  --color-gray03: #ECEDEE;
  --color-white: #FFFFFF;
  --color-accent01: #feb0b0;
  --color-accent02: #F4DD60;
  --color-accent03: #3457F3;
  --color-red: #FF0000;
  --color-orange: #F5B221;
  --rp120: 120px;
  --rp100: 100px;
  --rp80: 80px;
  --rp60: 60px;
  --rp40: 40px;
  --rp20: 20px;
  --margin-big: 120px;
  --margin-middle: 80px;
  --margin-small: 20px;
  --margin-col: 20px;
  --container-w1: 60px;
  --container-w2: 30px;
  --header-hight: 80px;
}
@media screen and (max-width: 768px) {
  :root {
    --rp120: 100px;
    --rp100: 80px;
    --rp80: 60px;
    --rp60: 40px;
    --rp40: 20px;
    --margin-big: 60px;
    --margin-middle: 60px;
    --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;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@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: #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:not(:first-child) {
	margin: var(--margin-small) 0 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;
}
/*
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.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-wrapper{
  position: relative;
  padding: 0.01em 0;
}
#sidebar{
  position: fixed;
  width: 280px;
  height: 100vh;
  display: flex;
  z-index: 1;
}
#contents{
  width: calc(100% - 260px);
  margin: 0 0 0 auto;
  background: var(--color-background);
  position: relative;
}

@media screen and (max-width: 1080px) {
  .l-wrapper{
    overflow: hidden;
  }
  #sidebar{
    width: auto;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 998;
    transition: transform .3s;
    transform: translateX(-101%);
  }
  .menuopen #sidebar{
    width: 100%;
    transform: translateX(0);
  }
  #contents{
    width: 100%;
  }
}

/*----------------------------------------*/

.l-sidebar__area{
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 0 20px 20px 0;
  padding: 20px;
  display: flex;
  position: relative;
  z-index: 51;
}

.l-sidebar__inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  color: var(--color-white);
}

.l-title{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-gray02);
}
.l-title > .inner{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(1em + 8px);
}

.l-menu{
  flex: 1;
  overflow-y: auto;
}
.l-menu::-webkit-scrollbar {
  background: none;
  width: 8px;
}
.l-menu::-webkit-scrollbar-thumb {
  background-color: var(--color-gray02);
  border-radius: 12px;
}
.l-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-gray03);
}

.l-menu__inner{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l-menu__item{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-menu__title{
  font-size: 16px;
  line-height: calc(1em + 8px);
  color: var(--color-white);
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
}
.l-menu__title::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1em + 8px);
  height: calc(1em + 8px);
  background: url(../img/common/ico_c_open_y.svg) center center / 100% 100% no-repeat;
  transition: all .4s;
}
.l-menu__title.is-active{
  font-weight: 700;
}
.l-menu__title.is-active::before{
  background-image: url(../img/common/ico_c_crose_y.svg);
  transform: rotate(180deg);
}

.l-menu__list{
  border-left: 1px solid var(--color-accent02);
  margin-left: 12px;
  padding-left: 12px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l-menu__list li{
  font-size: 16px;
  line-height: calc(1em + 8px);
  width: 100%;
}
.l-menu__list li a{
  color: var(--color-white);
}
.l-menu__list li a.active{
  color: var(--color-accent02);
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .l-sidebar__area{
    width: auto;

  }
  .l-title{
    padding-left: 66px;
    padding-right: 66px;
  }
  .l-menu{
    padding-right: 20px;
  }
}
/*----------------------------------------*/
#navbtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  #navbtn {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    outline: none;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
    transition: .3s;
    padding: 0 8px;
  }
  #navbtn:before, #navbtn:after {
    content: "";
    display: block;
    height: 2px;
    background-color: var(--color-white);
    transform: translateY(6px);
    transition: 0.3s ease-in-out;
  }
  #navbtn:before {
    transform: translateY(-8px);
    box-shadow: 0 8px var(--color-white);
  }
  #navbtn > span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1.5em;
    margin: auto;
    font-size: 0.8em;
    line-height: 1;
    text-align: center;
    display: none;
  }
}
/*----------------------------------------*/
@media screen and (max-width: 1080px) {
  .menuopen {
    overflow: hidden;
  }
  .menuopen body {
    overflow: hidden;
  }
  .menuopen #navbtn{
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
  }
  .menuopen #navbtn:before {
    transform: rotate(-45deg);
    box-shadow: none;
  }
  .menuopen #navbtn:after {
    transform: translateY(-2px) rotate(45deg);
    box-shadow: none;
  }
}
#menu__overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}


/*----------------------------------------*/

.l-user{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 40px 16px 60px;
  background: var(--color-white);
  box-shadow: 0 0 8px rgba(0, 84, 255, 0.2);
}

.l-user__detail{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}

.l-user__detail .item{
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .l-user{
    padding: 16px 20px 16px 60px;
  }
}


/*----------------------------------------*/
.l-container01 {
  padding: 0.01em 40px 0.01em 60px;
  margin: var(--margin-big) auto;
}
.l-container01:first-of-type {
  margin:0 auto;
}
@media screen and (max-width: 1080px) {
.l-container01 {
  padding: 0.01em 40px 0.01em 40px;
  margin: var(--margin-big) auto;
}
}
/*----------------------------------------*/
.l-section01 {
  width: 100%;
  margin: 40px auto;
}

/*----------------------------------------*/

.l-content__area{
  background: var(--color-white);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 84, 255, 0.2);
  margin-top: 20px;
}

/*----------------------------------------*/

.l-footer{
  border-top: 1px solid var(--color-tertiary);
  padding: 20px 40px 20px 60px;
  color: var(--color-primary);
}

/*----------------------------------------*/
.l-logo{
  display: flex;
  align-items: center;
}
.l-logo__img{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .l-logo{
    padding-right: 60px;
  }
}
/*----------------------------------------*/
.l-gnav__bg{
  display: flex;
  align-items: flex-end;
}
.l-gnav{
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1080px) {
  .l-gnav {
    display: none;
    position: fixed;
    width: 100vw;
    max-width: 560px;
    height: calc(100vh - var(--header-hight));
    max-height: 100vh;
    background-color: var(--color-tertiary);
    top: var(--header-hight);
    right: 0;
    padding: 20px;
    overflow-y: auto;
    background: var(--color-white);
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .l-gnav {
    display: none;
    position: fixed;
    width: 100vw;
    height: auto;
    max-height: 80vh;
    background-color: var(--color-tertiary);
    top: var(--header-hight);
    right: initial;
    left: 0;
    padding: 20px;
    overflow-y: auto;
    background: var(--color-white);
    font-size: 16px;
  }
}
/*----------------------------------------*/
.l-gnav__main{
	display: flex;
}
.l-gnav__item{
	margin: 0 15px;
  font-weight: 600;
}
.l-gnav__item a:hover{
  text-decoration: none;
}
.l-gnav__main .l-gnav__item a{
  display: block;
  padding-bottom: .4em;
}
.l-gnav__main .l-gnav__item > a{
  position: relative;
  display: block;
  height: 55px;
}
.l-gnav__main .l-gnav__item > a::after{
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .3s;
}
.l-gnav__main .l-gnav__item > a:hover::after{
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .l-gnav__main{
    display: block;
  }
  .l-gnav__item {
    display: block;
    margin: 15px 0;
    border-bottom: 1px solid var(--color-secondary);
    padding-bottom: 10px;
  }
  .l-gnav__main .l-gnav__item > a{
    height: auto;
  }
  .l-gnav__main .l-gnav__item > a:hover::after{
    display: none;
  }
}
/*----------------------------------------*/
.l-gnav__current.current{
  font-weight: 700;
  color: var(--color-primary) !important;
}
.l-gnav__main .l-gnav__item > a.l-gnav__current.current::after{
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .l-gnav__main .l-gnav__item > a.l-gnav__current.current::after{
    width: 0;
  }
}
/*----------------------------------------*/
.l-gnav__sub{
	display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.l-gnav__sub > li{
	font-size: 0.8em;
}
.l-gnav__sub > .l-gnav__item{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .l-gnav__sub{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 0 0;
  }
  .l-gnav__sub > li{
    font-size: 0.9em;
  }
  .l-gnav__sub > .l-gnav__item{
    width: calc(50% - 10px);
    border-right: 1px solid var(--color-secondary);
    padding-right: 1em;
    margin-right: 20px;
  }
  .l-gnav__sub > .l-gnav__item:nth-child(2n){
    margin-right: 0;
  }
  .l-gnav__sub > .l-gnav__item a{
    display: block;
    width: 100%;
  }
  .l-gnav__sub > .l-gnav__item:has( > .p-sns__link){
    border: none;
    margin-right: 0;
    width: 100%;
  }
  .l-gnav__sub > .l-gnav__item:has( > .p-search__area){
    border: none;
    margin-right: 0;
    width: 100%;
  }
}
/*----------------------------------------*/
/* .l-dropmenu01{
  cursor: pointer;
  padding-right: 1.2em;
  position: relative;
  display: block;
}
.l-dropmenu01::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: .4em;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: rotate(135deg);
}
.l-dropmenu01::after{
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .3s;
}
.l-dropmenu01:hover::after{
  width: 100%;
}
.l-dropmenu01.is-active::after{
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .3s;
}
.l-dropmenu01__bg{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: var(--color-white);
}
.l-dropmenu01__close__area{
  position: absolute;
  top: 10px;
  right: 10px;
}
.l-dropmenu01__close{
  cursor: pointer;
  position: relative;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  color: var(--color-primary);
}
.l-dropmenu01__close:hover{
  text-decoration: none;
  opacity: .6;
}
@media screen and (max-width: 1080px) {
  .l-dropmenu01__bg{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background: var(--color-tertiary);
  }
  .l-dropmenu01:hover::after{
    display: none;
  }
  .l-dropmenu01::before{
    content: "＋";
    position: absolute;
    right: 0;
    top: 0;
    bottom: .4em;
    margin: auto;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-top: none;
    border-right: none;
    transition: all .6s;
    transform: rotate(0deg);
    color: var(--color-primary);
  }
  .l-dropmenu01.is-active::before{
    content: "－";
    transform: rotate(180deg);
  }
}
.l-dropmenu__list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-dropmenu__list > li{
  margin: 0 20px;
}
@media screen and (max-width: 1080px) {
  .l-dropmenu__list > li{
    width: 100%;
    margin: 5px 0;
  }
} */

/*----------------------------------------*/
.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-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-topics > li {
  border-bottom: 1px solid var(--color-secondary);
}
.p-topics > li:last-child {
  border-bottom: none;
}
.p-topics > li > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 10px 0 20px;
  color: var(--color-black) !important;
}
.p-topics > li > a:first-child {
  padding: 0 0 20px;
}
.p-topics > li > a > .day {
  margin: 10px 20px 0 0;
}
.p-topics > li > a > .category {
  margin: 10px 20px 0 0;
  padding: 0 5px;
  background: var(--color-tertiary);
  width: 10em;
  text-align: center;
  font-size: 0.8em;
}
.p-topics > li > a > .title {
  width: 100%;
  margin: 10px 0 0 0;
  color: var(--color-primary) !important;
  font-weight: 500;
}
.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-pager{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.p-pager .display_item label {
  font-weight: 700;
  color: var(--color-primary);
}

.p-pager .result {
  font-weight: 700;
  color: var(--color-primary);
}

.p-pager .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto;
}

.p-pager .list a {
  text-decoration: none;
  color: var(--color-accent03) !important;
  background: var(--color-secondary);
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: calc(1em + 10px);
  min-width: 30px;
}
.p-pager .list a:hover {
  background-color: var(--color-tertiary);
  opacity: 1;
  outline: 1px solid var(--color-accent03);
}
.p-pager .list.active a {
  background: var(--color-accent03);
  color: var(--color-white) !important;
}
.p-pager .list.back a,
.p-pager .list.next a  {
  color: var(--color-accent03) !important;
  gap: 4px;
}
.p-pager .list.back a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-accent03);
  border-left: 2px solid var(--color-accent03);
  transform: rotate(-45deg);
}
.p-pager .list.next a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-accent03);
  border-left: 2px solid var(--color-accent03);
  transform: rotate(135deg);
}
@media screen and (max-width: 1080px) {
  .p-pager{
    flex-direction: column;
  }
}

/*----------------------------------------*/
.p-map iframe{
  width: 100%;
  height: 50vh;
  border: 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%;
  margin: auto auto var(--rp20);
  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-accent03) !important;
  font-weight: 700;
  text-decoration: none !important;
}
/*----------------------------------------*/
/* form-nav */
.p-formstep {
  display: flex;
  flex-wrap: wrap;
}
.p-formstep > li {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 13px 0;
    line-height: 1.5;
    background: var(--color-secondary);
    color: #999999;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.p-formstep > li > .nm {
  width: 100%;
  display: block;
  font-weight: 700;
}
.p-formstep > li > .tx {
  width: 100%;
  display: block;
}
.p-formstep > li:not(:last-child)::before,
.p-formstep > li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid var(--color-secondary);
    margin: auto;
}
.p-formstep > li:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}
@media screen and (max-width: 480px) {
  .p-formstep {
    display: block;
  }
  .p-formstep > li:not(:last-child)::before,
  .p-formstep > li:not(:last-child)::after {
    display: none;
  }
  .p-formstep > li {
    border-bottom: 1px solid #FFFFFF;
}
}
/* active */
.p-formstep > li.fs__active {
    z-index: 1;
    background: var(--color-primary);
    color: #FFF;
}
.p-formstep > li.fs__active:not(:last-child)::after {
    border-left-color: var(--color-primary);
}
.p-formstep > li.fs__active:not(:last-child)::before {
    border-left: none;
}
/*----------------------------------------*/
.p-form__bg{
  border: 1px solid var(--color-secondary);
  border-radius: 20px;
  padding: var(--container-w1) 150px;
}
.p-form{
    margin: auto;
}
.p-input{
  width: 100%;
  display: block;
}
.p-input > .title__area{
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
}
.p-input > .input__area{
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.p-input > .input__area > .nowrap{
  flex: 1;
  display: flex;
  align-items: center;
}
.p-input > .input__area .attached{
  margin-right: 10px;
  margin-left: 10px;
}
.p-input > .input__area .attached__f{
  margin-right: 10px;
}

.input_box01{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.input_box01 > .text_area{
  flex: 1;
  display: flex;
  gap: 16px;
}
.input_box01.btn_end{
  align-items: flex-end;
}




.input__flex1{
  flex: 1;
}
.input__error{
  width: 100%;
  color:var(--color-red);
}
.input__width01{
  width: 5em;
}
.input__width02{
  width: 8em;
}
.input__width03{
  width: 10em;
}
@media screen and (max-width: 480px) {
  .p-input{
    display: block;
    margin-bottom: 40px;
  }
  .p-input > .title__area{
    margin-bottom: .8em;
  }
  .input__width01{
    width: 100%;
  }
  .input__width02{
    width: 200%;
  }
  .input__width03{
    width: 100%;
  }
}
/*必須・任意*/
.p-required{
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 3px;
  font-size: 0.8em;
  padding: .2em .5em;
  display: flex;
  align-items: center;
  margin-right: .5em;
}
.p-required.any{
  background: var(--color-gray02);
  color: var(--color-black);
}
/*ツールチップ　ヒント*/
.p-tooltip .tip__ico{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1em * 1.8);
  height: calc(1em * 1.8);
  display: block;
  cursor: pointer;
}
.p-tooltip .tip__ico:hover{
  opacity: .6;
}
.p-tooltip .tip__ico::before{
  content: "？";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(1em * 1.8);
  height: calc(1em * 1.8);
  background: var(--color-primary);
  border-radius: calc(1em * 1.8);
  color: var(--color-white);
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.p-tooltip .tip__text{
  width: max-content;
  max-width: 100%;
  background: var(--color-gray03);
  font-size: 0.8em;
  padding: .5em .8em;
  position: absolute;
  bottom: calc(1.7em * 1.8);
  right: 0;
  opacity: 0;
  transform-origin: bottom right;
  transform: scale(0 , 0) ;
  transition: all .3s;
  z-index: 10;
}
.p-tooltip .tip__text::after{
  content: "";
  position: absolute;
  bottom: -10px;
  right: calc((1em * 1.8) / 3);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid var(--color-gray03);
  border-bottom: 0;
}
.p-tooltip .tip__text > p{
  margin: .5em 0;
}
.p-tooltip .tip__ico:hover + .tip__text{
  display: block;
  transform: scale(1 , 1);
  opacity: 1;
}
/*セレクトボックス*/
.p-input select{
  border-radius: 4px;
  border: 1px solid var(--color-tertiary);
  display: inline-block;
  padding: 4px 32px 4px 8px;
  line-height: calc(1em + 8px);
  background: url(../img/common/ico_c_arrow01_select.svg) center right 8px / auto no-repeat var(--color-white);
}
.p-input select:focus{
  border: 1px solid var(--color-primary);
}
/*テキストエリア*/
.p-input textarea{
  border-radius: 4px;
  border: 1px solid var(--color-tertiary);
  padding: 4px 8px;
  font-size: 14px;
  line-height: calc(1em + 8px);
  height: 8em;
  resize: both;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
.p-input textarea:focus{
  border: 1px solid var(--color-primary);
}
/*その他*/
.p-input input[type="file"]{
  cursor: pointer;
}
/*入力フォームまわり*/
.p-input input:not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="color"]):not([type="range"]):not([type="button"]):not([type="hidden"]){
  border-radius: 4px;
  border: 1px solid var(--color-tertiary);
  padding: 3px 8px;
  font-size: 14px;
  line-height: calc(1em + 8px);
  min-height: 30px;
  min-width: 5em;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
.p-input input:not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="color"]):not([type="range"]):not([type="button"]):not([type="hidden"]):focus{
  border: 1px solid var(--color-primary);
}
/*ラジオボタン・チェックボックス*/
.p-checklist{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-checklist > li{
  position: relative;
  display: flex;
}
.p-checklist label{
  display: inline-block;
  line-height: calc(1em + 8px);
  margin-left: calc(1em + 8px);
  cursor: pointer;
}
.p-checklist input[type="radio"]{
  appearance: none;
  background: url(../img/common/ico_radio01.svg) center center / 100% auto no-repeat;
  width: calc(1em + 8px);
  height: calc(1em + 8px);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
.p-checklist input[type="radio"]:checked{
  background: url(../img/common/ico_radio01_h.svg) center center / 100% auto no-repeat;
}
.p-checklist input[type="checkbox"]{
  appearance: none;
  background: url(../img/common/ico_checkbox01.svg) center center / 100% auto no-repeat;
  width: calc(1em + 8px);
  height: calc(1em + 8px);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
.p-checklist input[type="checkbox"]:checked{
  background: url(../img/common/ico_checkbox01_h.svg) center center / 100% auto no-repeat;
}
.p-checklist.only{
  display: inline-block;
  vertical-align: text-top;
}
.p-checklist.only input[type="radio"],
.p-checklist.only input[type="checkbox"]{
  position: static;
}
/*ファイル選択*/
input[type="file" i]::-webkit-file-upload-button {
  background: var(--color-secondary);
  border: 1px solid var(--color-tertiary);
  border-radius: 4px;
  color: var(--color-primary);
  cursor: pointer;
  padding: 4px 16px;
  font-weight: 700;
}
input[type="file" i]::-webkit-file-upload-button:hover {
  background: var(--color-tertiary);
}

/*送信ボタン・リセットボタン*/
.p-formbutton{
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-formbutton > button,
.p-formbutton > input{
  margin: 0 .5em;
}
@media screen and (max-width: 1080px) {
  .p-form__bg{
    padding: var(--container-w1) 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-form__bg{
    padding: var(--container-w1) 20px;
  }
}
/*disabled*/
.p-input input:not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="color"]):not([type="range"]):not([type="button"]):not([type="hidden"]):disabled{
  background-color: var(--color-gray03) !important;
  border-color: var(--color-gray02) !important;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled{
  cursor: default !important;
}
input[type="radio"]:disabled+label,
input[type="checkbox"]:disabled+label{
  color: var(--color-gray02) !important;
}
input[type="radio"]:disabled+label:hover,
input[type="checkbox"]:disabled+label:hover{
  border-color: inherit !important;
  opacity: 1 !important;
  cursor: initial;
}
select:disabled{
  background-color: var(--color-gray03) !important;
  border-color: var(--color-gray02) !important;
}
textarea:disabled{
  background-color: var(--color-gray03) !important;
  border-color: var(--color-gray02) !important;
}
button:disabled{
  background-color: var(--color-gray01) !important;
  border-color: var(--color-gray01) !important;
  color: var(--color-white) !important;
}
button:disabled:hover{
  transform: initial;
  cursor: initial;
}
button:disabled::before{
  display: none;
}
input[type="file"]:disabled {
  cursor: initial;
}
input[type="file"]:disabled::-webkit-file-upload-button {
  background: var(--color-gray03);
  border-color: var(--color-gray02);
  color: var(--color-gray01);
  cursor: initial;
}

/*-------------------------------------------*/
.p-accordion{
  background: var(--color-white);
  border: 1px solid var(--color-tertiary);
  padding: 20px;
}
.p-accordion:last-child{
  margin-bottom: 0;
}
.p-accordion__title{
  cursor: pointer;
  position: relative;
}
.p-accordion__title:hover{
  opacity: .6;
}
.p-accordion__title::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--color-black);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.p-accordion__title::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--color-black);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: all .3s;
}
.p-accordion__title.close::before{
  opacity: 0;
}
.p-accordion__title.close::after{
  transform: rotate(450deg);
}
.p-accordion__title > p{
  position: relative;
  display: block;
  padding-right: calc(12px + .5em);
}
.p-accordion__title > p:first-child{
  margin: 0;
}
.p-accordion__title > p:last-child{
  margin-bottom: 0;
}
.p-accordion__title.question > p{
  position: relative;
  display: block;
  padding-left: calc(1.2em * 1.8);
  padding-right: calc(12px + .5em);
}
.p-accordion__title.question > p:first-child::before{
  content: "Q";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(1em * 1.8);
  height: calc(1em * 1.8);
  background: var(--color-primary);
  border-radius: calc(1em * 1.8);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  font-weight: 700;
}
.p-accordion__text {
  margin-top: 20px;
  border-top: 1px solid var(--color-tertiary);
  padding-top: 20px;
}
.p-accordion__text > p{
  position: relative;
  display: block;
  padding-right: calc(12px + .5em);
}
.p-accordion__text > p:first-child{
  margin: 0;
}
.p-accordion__text > p:last-child{
  margin-bottom: 0;
}
.p-accordion__text.answer > p{
  position: relative;
  display: block;
  padding-left: calc(1.2em * 1.8);
  padding-right: calc(12px + .5em);
}
.p-accordion__text.answer > p:first-child::before{
  content: "A";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(1em * 1.8);
  height: calc(1em * 1.8);
  background: var(--color-black);
  border-radius: calc(1em * 1.8);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  font-weight: 700;
}
/*-------------------------------------------*/
.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-btn__field{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-btn__field.j-center{
  justify-content: center;
}
.p-btn__area{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/*-------------------------------------------*/

.p-heading{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--rp20);
}
.p-heading__titlearea .title{
  font-size: 20px;
  font-weight: 700;
  line-height: calc(1em + 12px);
  padding-left: 12px;
  color: var(--color-primary);
  border-left: 4px solid var(--color-accent03);
}
.l-content__area.action{
  border: 1px solid var(--color-accent02);
}
.action .title{
  border-left: 4px solid var(--color-accent02);
}
.l-content__area.action2{
  border: 1px solid var(--color-accent01);
}
.action2 .title{
  border-left: 4px solid var(--color-accent01);
}
.p-heading__btnarea{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-heading__area h1,
.p-heading__area h2,
.p-heading__area h3,
.p-heading__area h4,
.p-heading__area h5,
.p-heading__area h6{
  margin: 0 !important;
}

/*-------------------------------------------*/


.p-person{
  display: flex;
}
.p-person__list{
  border: 1px solid var(--color-tertiary);
}
.p-person__list > .title{
  background: var(--color-secondary);
  padding: 4px 16px;
  text-align: center;
  font-weight: 700;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-tertiary);
  position: relative;
}
.p-person__list > .img{
  position: relative;
  width: 260px;
}
.p-person__list > .img > img{
  width: 100%;
}
.p-person__list .print{
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
}

/*-------------------------------------------*/

.p-roomlayout__field{
  overflow: auto;
}

.p-roomlayout__inner{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16px, 1fr));
  gap: 20px 40px;
  position: relative;
}

.scroll-message {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--rp20);
}

.p-roomlayout__area{
  flex: 1;
}
.p-roomlayout{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16px, 1fr));
  gap: 8px;
}
.p-roomlayout__list{
  border: 1px solid var(--color-gray02);
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 4px;
  min-height: 46px;
  cursor: pointer;
  border-radius: 4px;
  min-width: 36px;
}
.p-roomlayout__list:hover{
  background-color: var(--color-tertiary);
}
.p-roomlayout__list .text01{
  display: block;
  font-size: 12px;
  line-height: calc(1em + 2px);
  text-align: center;
  white-space: nowrap;
}
.p-roomlayout__list .text02{
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: calc(1em);
  text-align: center;
  white-space: nowrap;
}
.p-roomlayout__list.seat_on{
  background-color: #DE1963;
  color: var(--color-white);
}
.p-roomlayout__list.seat_on .text02{
  display: none;
}
.p-roomlayout__list.seat_on:hover{
  background-color: #9a0a41;
}
.p-roomlayout__list.seat_off{
  background-color: #0f9a00;
  color: var(--color-white);
}
.p-roomlayout__list.seat_off:hover{
  background-color: #0a5801;
}
.p-roomlayout__list.seat_blank{
  pointer-events: none !important;
  cursor: initial !important;
  border: none !important;
}
.p-roomlayout__list.seat_blank:hover{
  background: inherit;
}

.p-pulpit__area{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: var(--rp20);
}
.p-pulpit{
  border: 1px solid var(--color-gray02);
  background: var(--color-secondary);
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 8px;
  width: 100%;
  max-width: 120px;
  text-align: center;
  border-radius: 4px;
}

@media screen and (max-width: 1080px) {
  .p-roomlayout__inner{
    gap: 12px 20px;
  }
  .p-roomlayout__list{
    padding: 4px;
  }
  .p-roomlayout__list .text01{
    font-size: 12px;
  }
  .p-roomlayout__list .text02{
    font-size: 14px;
  }
}

/*-------------------------------------------*/

.p-result{
  border-top: 1px solid var(--color-tertiary);
  padding-top: var(--rp20);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: calc(1em + 8px);
  font-weight: 700;
}
.p-result__inner{
  display: flex;
  justify-content: center;
}

/*-------------------------------------------*/

.p-control_data_menu{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-control_data_menu .control_data fieldset{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-control_data_menu .control_data fieldset legend{
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(1em + 8px);
  color: var(--color-primary);
  background: var(--color-secondary);
  padding: 4px 16px;
  margin-bottom: 16px;
}
.p-control_data_menu .menucommand{
  border: 1px solid var(--color-tertiary);
  border-radius: 4px;
  overflow: hidden;
  width: calc(100% / 5 - ((32px * 2 ) / 5));
}
.p-control_data_menu .menucommand > a{
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  font-weight: 700;
}
.p-control_data_menu .menucommand > a:hover{
  opacity: 1;
  background: var(--color-secondary);
}


/*-------------------------------------------*/
/*====================================================================
Component……再利用可能な小さな単位のモジュールを管理（ボタンなど）
====================================================================*/
/*-------------------------------------------*/

.c-icon{
  display: flex;
  gap: 4px;
}
.c-icon > img{
  width: calc(1em + 8px);
}

/*-------------------------------------------*/

.c-itemname{
  font-weight: 700;
  color: var(--color-primary);
}

/*-------------------------------------------*/

.c-img01{
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-background);
}
.c-img01 > img{
  width: 160px;
  height: 160px;
}

/*-------------------------------------------*/


.c-btn-icon01{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--color-tertiary);
  border-radius: 4px;
  background: var(--color-secondary);
  font-weight: 700;
  color: var(--color-primary) !important;
  padding: 4px 8px;
  line-height: calc(1em + 8px);
}
.c-btn-icon01 > img{
  width: 20px;
}
.c-btn-icon01:hover{
  border-color: var(--color-primary);
  background-color: var(--color-tertiary);
  opacity: 1;
  text-decoration: none !important;
}



.c-btn01{
  background: var(--color-white);
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  border-radius: 100px;
  text-decoration: none !important;
  padding: 4px calc(1em + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  transition: background-color .4s;
  gap: 8px;
}
.c-btn01:hover{
  background: var(--color-secondary);
  cursor: pointer;
}
.c-btn02{
  background: var(--color-accent03);
  color: var(--color-white) !important;
  border: 1px solid var(--color-accent03);
  border-radius: 100px;
  text-decoration: none !important;
  padding: 4px calc(1em + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  transition: background-color .4s;
  gap: 8px;
}
.c-btn02:hover{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: pointer;
}
.c-btn02.red{
  background-color: #DE1963;
  border-color: #DE1963;
}
.c-btn02.red:hover{
  background-color: #9a0a41;
  border-color: #9a0a41;
}
.c-btn02.green{
  background-color: #0f9a00;
  border-color: #0f9a00;
}
.c-btn02.green:hover{
  background-color: #0a5801;
  border-color: #0a5801;
}


.c-btn03{
  background: var(--color-secondary);
  color: var(--color-primary) !important;
  border: 1px solid var(--color-tertiary);
  border-radius: 100px;
  text-decoration: none !important;
  padding: 4px calc(1em + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  transition: background-color .4s;
  gap: 8px;
}
.c-btn03:hover{
  background-color: var(--color-tertiary);
  border-color: var(--color-primary);
  cursor: pointer;
}


.c-sort{
  display: flex;
  gap: 4px;
  cursor: pointer;
  position: relative;
  padding-right: 22px;
}
.c-sort::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/ico_sort01_up.svg) center center / 100% auto no-repeat;
  width: 22px;
  height: 22px;
}
.c-sort.down::after{
  content: "";
  background: url(../img/common/ico_sort01_down.svg) center center / 100% auto no-repeat;
  width: 22px;
  height: 22px;
}
.c-sort:hover{
  opacity: .6;
  text-decoration: underline;
}















.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: 16px;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
}
.c-box01 > p{
  margin: 0;
}
/*----------------------------------------*/
.c-title01{
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.c-title02{
  font-size: 2em;
  font-weight: 700;
  padding-bottom: .5em;
  margin: 1em 0;
  position: relative;
}
.c-title02::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-secondary);
}
.c-title02::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background: var(--color-primary);
}
.c-title03{
  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-page__anchor{
  padding: 0 0 25px 0;
  border-bottom: 1px solid var(--color-primary);
}
.c-page__anchor > ul{
  display: flex;
  flex-wrap: wrap;
}
.c-page__anchor > ul > li {
  position: relative;
  padding: 0 1em 0 calc(20px + .5em);
  margin: .5em 1em .5em 0;
}
.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-table01 th,
.c-table01 td{
  border: 1px solid var(--color-gray02);
  padding: .5em;
}
.c-table01 th{
  background: var(--color-gray03);
}
/*-------------------------------------------*/
.c-pickup{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-secondary);
}
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: 15px;
}
.c-pickup__text > h3{
  font-weight: 500;
  color: var(--color-primary);
}
.c-pickup__text__category{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-pickup__text__category > span{
  margin: 0 5px 5px 0;
  padding: 0 5px;
  background: var(--color-tertiary);
  text-align: center;
  font-size: 0.8em;
}
.c-pickup__text__category > span.day{
  background: none;
  padding: 0;
  margin-right: 10px;
  font-size: 1em;
}


/*-------------------------------------------*/
.c-tab01-list{
  display: flex;
  justify-content: flex-start;
  margin-bottom: -1px;
}
.c-tab01-list-item{
  text-align: center;
  padding: 0.5em 1.5em 0.4em;
  cursor: pointer;
  border: 1px solid var(--color-tertiary);
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
  transition: all .4s;
  background: var(--color-secondary);
  color: var(--color-primary);
}
.c-tab01-list-item:hover{
  opacity: .6;
}
.c-tab01-contents{
  background: #FFF;
  border: 1px solid var(--color-tertiary);
  display: none;
  padding: 20px;
}
.c-tab-btn-active{
  background: var(--color-sub2);
  font-weight: 700;
}
.c-tab-contents-active{
  display: block;
}
@media screen and (max-width: 768px) {
  .c-tab01-list{
    flex-wrap: wrap;
  }
  .c-tab01-list-item{
    border-radius: 10px;
    margin: 0 10px 10px 0;
  }
}
/*-------------------------------------------*/
/*====================================================================
.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;
}
.c-title100{
  font-size: 2em;
  font-weight: 700;
  text-align: left;
  margin: 140px 0 1.5em 0;
  position: relative;
  border-bottom: 1px solid var(--color-gray02);
  padding: .5em .5em .6em;
  line-height: 1;
  color: #FFF;
  background: var(--color-black);
  border-radius: 10px 0 0 0;
}
.l-section01 .c-title100:first-child{
  margin: 0 0 1.5em 0;
}
.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(--rp60) 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(1em + 12px);
  position: relative;
  color: var(--color-primary);
}
.article__area h3:not([class]){
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  padding-left: .5em;
  position: relative;
  border-left: 6px solid var(--color-primary);
}
.article__area h4:not([class]){
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  padding-bottom: .5em;
  margin: 40px 0 20px;
  position: relative;
}
.article__area h4:not([class])::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-tertiary);
}
.article__area h4:not([class])::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background: var(--color-primary);
}
.article__area h5:not([class]){
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  background: var(--color-secondary);
  padding: 7px 16px;
  margin: 40px 0 20px;
  position: relative;
}
.article__area h6:not([class]){
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 8px);
  margin: 40px 0 20px;
  position: relative;
}
.article__area h1:first-of-type,
.article__area h2:first-of-type{
  margin-top: 0;
}
.article__area h3:first-child,
.article__area h4:first-child,
.article__area h5:first-child,
.article__area h6: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: 20px;}
.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: 20px;}
@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 ul:not([class]){
  list-style-type: none;
  margin: var(--margin-small) 0 var(--margin-small) 0.5em;
}
.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-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;
}
.article__area ol:not([class]) > li {
  margin-bottom: 0.5em;
}
.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-top: 1px solid var(--color-tertiary);
  border-bottom: 1px solid var(--color-tertiary);
  padding: 6px 16px;
  line-height: calc(1em + 8px);
  vertical-align: middle;
}
.article__area table:not([class]) th{
  background: var(--color-secondary);
  color: var(--color-primary);
  font-weight: 700;
  width: 0;
  white-space: nowrap;
}
.article__area table:not([class]) th + th,
.article__area table:not([class]) th:has(+ th){
  width: auto;
  white-space:initial;
}

.u-table__nowarp{
  width: 0 !important;
  white-space: nowrap !important;
}
/*====================================================================
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--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-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;}


.u-separator_top{
  border-top: 1px solid var(--color-tertiary);
  margin-top: 8px;
  padding-top: 8px;
}

.u-separator__img{
  width: 2px;
  height: 100%;
}


/*====================================================================
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 {
    margin: auto;
		-webkit-print-color-adjust: exact;
	}
  header {
		display: none;
	}
}


/*====================================================================
modaal
====================================================================*/

.modal {
  display: none;
 }

.modaal-container{
  border-radius: 4px;
}

.modaal-content-container{
  padding: var(--rp40);
  border-radius: 4px;
}

.modaal-overlay{
  background-color: rgba(1, 14, 41, 0.8) !important;
  opacity: 1 !important;
}


/*====================================================================
login
====================================================================*/

.l-wrapper__login{
  display: flex;
  min-height: 100vh;
}
.l-wrapper__login #login_logo{
  flex: 1;
  background: var(--color-primary);
  color: var(--color-white);
  padding: var(--rp80);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.l-wrapper__login #login{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--rp80);
  align-items: center;
  background: var(--color-background);
}


.l-wrapper__login #login_logo h1{
  font-size: 36px;
  line-height: calc(1em + 16px);
  font-weight: 700;
}

.c-loginsitename{
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

.c-logintitle{
  border-bottom: 1px solid var(--color-tertiary);
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}

.p-login{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 440px;
  padding: var(--rp60);
  background: var(--color-white);
  box-shadow: 0 0 8px rgba(0, 84, 255, 0.2);
  border-radius: 4px;
  margin-bottom: var(--rp40);
}


.c-btn__login{
  background: var(--color-accent03);
  color: var(--color-white) !important;
  border: 1px solid var(--color-accent03);
  border-radius: 100px;
  text-decoration: none !important;
  padding: 4px calc(1em + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(1em + 12px);
  transition: background-color .4s;
  gap: 8px;
  width: 100%;
}
.c-btn__login:hover{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: pointer;
}

/*====================================================================
SP btn hover
====================================================================*/

@media (hover: none) and (pointer: coarse) {
  .c-btn01:hover,
  .c-btn02:hover,
  .c-btn02.red:hover,
  .c-btn02.green:hover,
  .c-btn03:hover,
  .c-btn__login:hover,
  .c-formbtn01:hover,
  .c-formbtn02:hover {
    background: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
}

.nowrap{
  white-space: nowrap;
}