@charset "utf-8";
:root {
  --color-main1: #221616;
  --color-sub1: #c69c6d;
  --color-sub2: #936716;
  --color-sub3: #372c2c;
  --color-yellow: #ffff00;
  --color-red: #ff3300;
  --color-blue: #1b1da1;
  --color-blk1: #333333;
  --color-blk2: #737373;
	--color-blk3: #cccccc;
  --color-blk4: #E9E9E9;
  --color-wht: #FFFFFF;
  --margin-big: 120px;
  --margin-middle: 60px;
  --margin-small: 20px;
  --margin-col: 40px;
  --container-w1: 60px;
  --container-w2: 30px;
  --header-hight: 0px;
  --padding-size01:20px;
  --padding-size02:40px;
}
@media screen and (max-width: 1080px) {
  :root {
    --margin-big: 60px;
    --margin-middle: 30px;
    --margin-col: 20px;
    --container-w1: 30px;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --margin-big: 40px;
    --margin-middle: 20px;
    --container-w1: 20px;
    --container-w2: 20px;
    --padding-size01:10px;
    --padding-size02:20px;
  }
}
/*====================================================================
　Commons
====================================================================*/
html, body {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 1080px) {
  html, body {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  html, body {
    font-size: 14px;
  }
}
body{
	color: var(--color-blk1);
	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 {
	margin: var(--margin-small) 0;
}
input, 
button, 
select, 
textarea {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  outline: none;
}
input, 
select, 
textarea {
  background: #FFF;
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
/*
link
---------------------------------------------------------*/
a {
	transition: all .3s ease;
}
a:link {
	color: var(--color-blk1);
	text-decoration: none;
}
a:visited {
	color: var(--color-blk1);
	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-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-main1);
	border-radius: 50%;
  color: var(--color-wht);
}
/*----------------------------------------*/
.l-container01 {
  margin: 0 0;
}
.l-container01.bg01 {
  background: var(--color-sub2);
  margin: 0;
  padding: var(--margin-big) 0;
}
.l-container01.bg__contact {
  background: var(--color-sub2);
  margin: 0;
  padding: var(--margin-middle) 0;
}

.l-container01.bg01 {
  background: url(/img/common/pic_image01.png) center top / cover no-repeat;
}


/*----------------------------------------*/
.l-section01 {
  max-width: calc(770px + (var(--container-w1) * 2));
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-w1);
}
.l-section01.frame01 {
  padding-top: var(--margin-middle);
  padding-bottom: var(--margin-middle);
  background: 
  url(../img/waku03_l.svg) top left / 10px auto repeat-y,
  url(../img/waku03_r.svg) top right / 10px auto repeat-y, #FFF;
  box-shadow: 0 0 30px rgb(34, 22, 22, .2);
}
.l-section01.frame02 {
  padding-top: var(--margin-middle);
  padding-bottom: var(--margin-middle);
  background: 
  url(../img/waku04_l.svg) top left / 10px auto repeat-y,
  url(../img/waku04_r.svg) top right / 10px auto repeat-y, var(--color-main1);
  box-shadow: 0 0 30px rgb(34, 22, 22, .2);
}
/*----------------------------------------*/
.l-footer{
  border-top: 1px solid var(--color-sub1);
  padding: var(--container-w1);
}
.l-footer__inner{
  display: flex;
  justify-content: space-between;
}
.l-footer__logo{
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footer__nav{
  display: flex;
  justify-content: flex-end;
}
.l-footer__nav__mainmenu{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
}
.l-footer__nav__mainmenu > li{
  margin: 0 40px 40px 0;
}
.l-footer__nav__mainmenu > li > a{
  font-weight: 700;
}
/* .l-footer__nav__childmenu > li{
  margin-left: 1em;
} */
.l-footer__nav__childmenu > li > a{
  font-size: .9em;
}
.l-footer__nav__submenu{
  border-left: 1px solid var(--color-sub1);
  padding-left: 40px;
}
.l-footer__nav__submenu > li{
  margin-bottom: 10px;
}
.l-footer__nav__submenu > li > a{
  font-size: .9em;
}
.l-footer__bottom{
  margin-top: 40px;
}
.l-footer__bottom > p{
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .l-footer__inner{
    flex-direction: column-reverse;
  }
  .l-footer__logo{
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .l-footer__logo img{
    margin: auto;
  }
  .l-footer__nav{
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .l-footer__nav__mainmenu{
    margin: 0;
    width: 100%;
    flex: auto;
    justify-content: center;
  }
  .l-footer__nav__mainmenu > li{
    margin: 0 20px 40px;
  }
  .l-footer__nav__submenu {
    border-left: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
  }
  .l-footer__nav__submenu > li {
    margin: 10px;
  }
}
@media screen and (max-width: 560px) {
  .l-footer__nav__mainmenu > li{
    margin: 0 0 20px;
    width: 100%;
  }
  .l-footer__nav__submenu > li{
    margin: 0 0 20px;
    width: 100%;
  }
}
/*----------------------------------------*/
.l-sub__nav__title{
  padding: 20px;
  font-size: 1.2em;
  border: 1px solid var(--color-blk2);
}
.l-sub__nav__menu{
  margin-left: 20px;
}
.l-sub__nav__menu > li{
  margin-bottom: 10px;
}
.l-sub__nav__menu > li a{
  color: var(--color-main1);
}
@media screen and (max-width: 1080px) {
  .l-sub__nav__menu{
    margin-left: 0;
    padding: 20px;
    border-top: 1px solid var(--color-sub1);
    border-bottom: 1px solid var(--color-sub1);
  }
}
/*----------------------------------------*/
.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-sub1);
}
@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 .col0{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: calc( var(--margin-col) * -1);
}
.l-row .col0 > li {
  margin-right: var(--margin-col);
  margin-left: var(--margin-col);
  margin-bottom: var(--margin-col);
}
@media screen and (max-width: 960px) {
  .l-row .col0 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.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: 960px) {
  .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: 560px) {
  .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: 960px) {
  .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: 560px) {
  .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: 960px) {
  .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: 660px) {
  .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: 420px) {
  .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: 960px) {
  .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: 560px) {
  .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: 360px) {
  .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: 960px) {
  .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: 560px) {
  .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: 360px) {
  .l-row .col6 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
/*====================================================================
Project……再利用予定のないプロジェクト固有のスタイルを管理
====================================================================*/
/*----------------------------------------*/
header{
	display: flex;
	justify-content: space-between;
	width: 100%;
  padding: 0 20px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--color-wht);
  transition: .5s;
  border-bottom: 1px solid  var(--color-sub1);
}
/*上スクロール表示、下スクロール非表示用*/
header.scroll{
  transform: translateY(-100%);
}
/*----------------------------------------*/
.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-sub2);
    top: var(--header-hight);
    right: 0;
    padding: 20px;
    overflow-y: auto;
    background: var(--color-wht);
    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-sub2);
    top: var(--header-hight);
    right: initial;
    left: 0;
    padding: 20px;
    overflow-y: auto;
    background: var(--color-wht);
    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-main1);
  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-sub1);
    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__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-sub1);
    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-main1);
  border-right: 1px solid var(--color-main1);
  transform: rotate(135deg);
}
.l-dropmenu01::after{
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-main1);
  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-main1);
  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-wht);
}
.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-main1);
}
.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-sub2);
  }
  .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-main1);
  }
  .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;
  }
}
/*----------------------------------------*/
#navbtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  #navbtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: var(--header-hight);
    height: var(--header-hight);
    cursor: pointer;
    display: inline-block;
    z-index: 999;
    transition: .3s;
    padding: 0 20px;
  }
  #navbtn:before, #navbtn:after {
    content: "";
    display: block;
    height: 2px;
    background-color: var(--color-main1);
    transform: translateY(6px);
    transition: 0.3s ease-in-out;
  }
  #navbtn:before {
    transform: translateY(-8px);
    box-shadow: 0 8px var(--color-main1);
  }
  #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: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-gnav__current.current{
  font-weight: 700;
  color: var(--color-main1) !important;
}
/*----------------------------------------*/
.p-mainimage{
	/* background: url(/img/top/pic_mainimage01.jpg) center center / cover no-repeat; */
	width: 100%;
	height: calc(100vh - var(--header-hight));
  margin-top: calc(var(--header-hight) - 1px);
}
.p-mainimage__bg{
  position: relative;
}
.p-mainimage__img {
	width: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.p-mainimage__img li {
	height: calc(100vh - var(--header-hight));
	background: center center / cover no-repeat;
}
.p-mainimage__bg .slick-dots{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-mainimage__bg .slick-dots > li{
  border-radius: 0;
  width: 3rem;
  height: 6px;
  margin: 0 5px;
}
/* 読み込み時のちらつき対策 */
.p-mainimage__img { opacity: 0; overflow: hidden; }
.p-mainimage__img.slick-initialized { opacity: 1; overflow: visible; }
/*-------------------------------------------*/
.p-topics > li {
  border-bottom: 1px solid var(--color-sub1);
}
.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-blk1) !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-sub2);
  width: 10em;
  text-align: center;
  font-size: 0.8em;
}
.p-topics > li > a > .title {
  width: 100%;
  margin: 10px 0 0 0;
  color: var(--color-main1) !important;
  font-weight: 500;
}
.p-topics > li > a:hover > .title {
  text-decoration: underline;
}
@media screen and (max-width: 1080px) {
  .p-topics > li > a > .title {
    flex: auto;
    width: 100%;
  }
}
/*----------------------------------------*/
.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-main1);
  background: var(--color-sub2);
  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-main1);
  color: #FFF;
}
/*----------------------------------------*/
.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-sub1);
}
.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: 560px) {
  .p-pageimage02__bg > h2{
    font-size: 2em;
  }
  .p-pageimage02{
    min-height: 100px;
  }
}
/*----------------------------------------*/
.p-breadcrumb {
  width: 100%;
  max-width: calc(1120px + (var(--container-w1) * 2));
  padding: 20px var(--container-w1);
  margin: auto;
  position: relative;
  z-index: 2;
}
.p-breadcrumb__item {
  display: inline;
  font-size: 0.9rem;
  text-decoration: none;
}
.p-breadcrumb__item:not(:last-child):after {
  content: "＞";
  font-weight: 700;
  margin: 0 .5em;
  color: var(--color-main1);
}
.p-breadcrumb__item a {
  margin-right: 5px;
  font-weight: 400;
  color: var(--color-blk1) !important;
}
.p-breadcrumb__item:last-child a {
  pointer-events: none;
  color: var(--color-main1) !important;
  font-weight: 700;
}
/*----------------------------------------*/
.p-sns__link{
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.p-sns__link > a{
  display: block;
  width: calc(1rem);
  height: calc(1rem);
  margin-right: 1rem;
}
.p-sns__link > a:last-child{
  margin-right: 0;
}
.p-sns__link > a > img{
  width: calc(1rem);
}
@media screen and (max-width: 1080px) {
  .p-sns__link > a{
    width: 40px;
    height: 40px;
  }
  .p-sns__link > a > img{
    width: 40px;
  }
}
/*----------------------------------------*/
.p-search__area{
  display: inline-block;
}
.p-search__area form{
  display: flex;
  align-items: center;
  position: relative;
}
.p-search__area input.input__text{
  -webkit-appearance:none;
  width: 130px;
  height: calc(1em * 1.8);
  padding: 0 20px 0 1em;
  border: none;
  border-radius: 50px;
  background:var(--color-sub2) !important;
  background-size: 25px 25px;
  transition: all 0.5s;
  outline: none;
}
.p-search__area input.input__text::placeholder{
  color: var(--color-blk2);
  font-weight: 700;
  line-height: 1;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.p-search__area input.input__text:focus{
  width: 200px;
}
.p-search__area input.icon__search{
  width: calc(1em * 1.8 - 6px);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  background: none;
}
.p-search__area input.icon__search:hover{
  opacity: .5;
}
@media screen and (max-width: 1080px) {
  .p-search__area{
    display: block;
    width: 100%;
  }
  .p-search__area input.input__text{
    width: 100%;
    height: calc(1.6em* 1.8);
  }
  .p-search__area input.input__text:focus{
    width: 100%;
  }
  .p-search__area input.icon__search{
    right: 20px;
  }
}
/*----------------------------------------*/
/* 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-sub1);
    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-sub1);
    margin: auto;
}
.p-formstep > li:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}
@media screen and (max-width: 560px) {
  .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-main1);
    color: #FFF;
}
.p-formstep > li.fs__active:not(:last-child)::after {
    border-left-color: var(--color-main1);
}
.p-formstep > li.fs__active:not(:last-child)::before {
    border-left: none;
}
/*----------------------------------------*/
.p-form__bg{
  border: 1px solid var(--color-sub1);
  border-radius: 20px;
  padding: var(--container-w1) 150px;
}
.p-form{
    margin: auto;
}
.p-input{
  width: 100%;
  display: block;
  margin-bottom: 60px ;
}
.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;
}
.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__flex1{
  flex: 1;
}
.input__error{
  width: 100%;
  color:#DE1963;
}
.input__width01{
  width: 5em;
}
.input__width02{
  width: 8em;
}
.input__width03{
  width: 10em;
}
@media screen and (max-width: 680px) {
  .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-main1);
  color: var(--color-wht);
  border-radius: 3px;
  font-size: 0.8em;
  padding: .2em .5em;
  display: flex;
  align-items: center;
  margin-right: .5em;
}
.p-required.any{
  background: var(--color-blk3);
  color: var(--color-blk1);
}
/*ツールチップ　ヒント*/
.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-main1);
  border-radius: calc(1em * 1.8);
  color: var(--color-wht);
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.p-tooltip .tip__text{
  width: max-content;
  max-width: 100%;
  background: var(--color-blk4);
  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-blk4);
  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: 3px;
  border: 1px solid var(--color-blk2);
  display: inline-block;
  padding: .3em .5em;
  line-height: 1.8;
  width: 100%;
}
.p-input select:focus{
  border: 1px solid var(--color-main1);
}
/*テキストエリア*/
.p-input textarea{
  border-radius: 3px;
  border: 1px solid var(--color-blk2);
  padding: .3em .5em;
  line-height: 1.8;
  height: 8em;
}
.p-input textarea:focus{
  border: 1px solid var(--color-main1);
}
/*その他*/
.p-input input[type="file"]{
  cursor: pointer;
  width: 18em;
}
/*入力フォームまわり*/
.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: 3px;
  border: 1px solid var(--color-blk2);
  padding: .3em .5em;
  line-height: 1.8;
}
.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-main1);
}
/*ラジオボタン・チェックボックス*/
.p-checklist{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.p-checklist > li{
  margin: 0 1em 1em 0;
  position: relative;
  display: flex;
}
.p-checklist label{
  display: inline-block;
  line-height: 1.4;
  margin-left: 1.2em;
  cursor: pointer;
}
.p-checklist input[type="radio"]{

  background: url(/img/common/ico_radio01_1.svg) center center / 100% auto no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.22em;
}
.p-checklist input[type="radio"]:checked{
  background: url(/img/common/ico_radio01_2.svg) center center / 100% auto no-repeat;
}
.p-checklist input[type="radio"]:checked + label{
  font-weight: 700;
  text-decoration: underline;
}
.p-checklist input[type="checkbox"]{
  background: url(/img/common/ico_checkbox01_1.svg) center center / 100% auto no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.22em;
}
.p-checklist input[type="checkbox"]:checked{
  background: url(/img/common/ico_checkbox01_2.svg) center center / 100% auto no-repeat;
}
/*送信ボタン・リセットボタン*/
.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: 560px) {
  .p-form__bg{
    padding: var(--container-w1) 20px;
  }
}
/*-------------------------------------------*/
.p-faq{
  background: var(--color-sub2);
  padding: var(--margin-small);
  margin-bottom: var(--margin-small);
}
.p-faq:last-child{
  margin-bottom: 0;
}
.p-faq__q{
  cursor: pointer;
  position: relative;
}
.p-faq__q:hover{
  opacity: .6;
}
.p-faq__q::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--color-blk1);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.p-faq__q::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--color-blk1);
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: all .3s;
}
.p-faq__q.faq__close::before{
  opacity: 0;
}
.p-faq__q.faq__close::after{
  transform: rotate(450deg);
}
.p-faq__q > p{
  position: relative;
  display: block;
  padding-left: calc(1.2em * 1.8);
  padding-right: calc(12px + .5em);
}
.p-faq__q > p:first-child{
  margin: 0;
}
.p-faq__q > p:last-child{
  margin-bottom: 0;
}
.p-faq__q > 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-main1);
  border-radius: calc(1em * 1.8);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-wht);
  font-weight: 700;
}
.p-faq__a {
  margin-top: calc(var(--margin-small) + 10px);
}
.p-faq__a > p{
  position: relative;
  display: block;
  padding-left: calc(1.2em * 1.8);
  padding-right: calc(12px + .5em);
}
.p-faq__a > p:first-child{
  margin: 0;
}
.p-faq__a > p:last-child{
  margin-bottom: 0;
}
.p-faq__a > 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-blk1);
  border-radius: calc(1em * 1.8);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-wht);
  font-weight: 700;
}
.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-wht);
  position: relative;
  border-radius: 10px;
  padding: var(--margin-middle);
  margin: var(--margin-middle);
}
.p-login__title img{
  margin: auto;
}
/*====================================================================
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-main1);
  color: var(--color-wht) !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-wht);
  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-wht);
  color: var(--color-main1) !important;
  text-decoration: none !important;
  padding: 1em calc(2em) 1em 1em;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-main1);
  border-radius: 10px;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
.c-btn02::before{
  content: "";
  border: 2px solid var(--color-main1);
  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-main1);
  color: var(--color-wht);
  padding: 0.5em 2em;
  cursor: pointer;
}
.c-formbtn01:hover{
  opacity: .6;
}
.c-formbtn02{
  border-radius: 3px;
  background: var(--color-blk4);
  color: var(--color-blk1);
  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: 1em;
  border: 1px solid var(--color-blk2);
}
.c-box01 > p{
  margin: 0;
}
/*----------------------------------------*/
.c-title01{
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  background: url(/img/common/pic_image01.png) center center / cover no-repeat;
  padding: .5em 20px;
  color: var(--color-wht);
}
.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-sub1);
}
.c-title02::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background: var(--color-main1);
}
.c-title03{
  font-size: 1.5em;
  font-weight: 700;
  padding: .5em;
  margin: 1em 0;
  position: relative;
  background: var(--color-sub1);
}
.c-title04{
  font-size: 1.5em;
  font-weight: 700;
  padding-left: .5em;
  margin: 1em 0;
  position: relative;
  border-left: 10px solid var(--color-main1);
}
.c-title05{
  font-size: 1.5em;
  font-weight: 700;
  padding: .5em;
  margin: 1em 0;
  position: relative;
  border: 1px solid var(--color-main1);
}
/*----------------------------------------*/
.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-blk1);
  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-blk1);
}
/*-------------------------------------------*/
.c-page__anchor{
  padding: 0 0 25px 0;
  border-bottom: 1px solid var(--color-main1);
}
.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-main1);
  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-wht);
  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-blk3);
  padding: .5em;
}
.c-table01 th{
  background: var(--color-blk4);
}
/*-------------------------------------------*/
.slick-prev{
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}
.slick-prev::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid var(--color-main1);
  border-top: 2px solid var(--color-main1);
  transform: rotate(-45deg);
}
.slick-prev:hover{
  opacity: 0.6;
}
.slick-next{
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}
.slick-next::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid var(--color-main1);
  border-top: 2px solid var(--color-main1);
  transform: rotate(135deg);
}
.slick-next:hover{
  opacity: 0.6;
}
.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.slick-dots > li{
  border: none;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  background: var(--color-sub1);
  font-size: 0;
  margin: 0 10px;
  cursor: pointer;
}
.slick-dots > li.slick-active{
  background: var(--color-main1);
}
.slick-dots > li:hover{
  opacity: .6;
}
.c-slider01 .slick-prev{
  left: -25px;
}
.c-slider01 .slick-next{
  right: -25px;
}
.c-slider01 .slick-track {
  display: flex;
}
.c-slider01 .slick-slide {
  height: auto !important;
}
.c-slider01.slick-initialized .slick-slide {
  display: flex ;
}
.c-slider01 .slick-slide > a{
  display: flex;
  text-decoration: none;
  margin: 0 10px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .c-slider01{
    padding-left: 25px;
    padding-right: 25px;
  }
  .c-slider01 .slick-prev{
    left: 5px;
  }
  .c-slider01 .slick-next{
    right: 5px;
  }
}
.c-slider02{
  padding-left: 25px;
  padding-right: 25px;
}
.c-slider02 .slick-track {
  display: flex;
}
.c-slider02 .slick-slide {
  height: auto !important;
}
.c-slider02.slick-initialized .slick-slide {
  display: flex ;
}
.c-slider02 .slick-slide > a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border: 1px solid var(--color-blk1);
  margin: 0 10px;
  padding: 20px;
  color: var(--color-blk1) !important;
  border-radius: 10px;
}
.c-slider03{
  padding-left: 25px;
  padding-right: 25px;
}
.c-slider03 .slick-track {
  display: flex;
}
.c-slider03 .slick-slide {
  height: auto !important;
}
.c-slider03.slick-initialized .slick-slide {
  display: flex ;
}
.c-slider03 .slick-slide > a{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border: 1px solid var(--color-blk1);
  margin: 0 10px;
  padding: 20px;
  color: var(--color-blk1) !important;
  border-radius: 10px;
}
/*-------------------------------------------*/
.c-pickup{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-sub1);
}
a:has( > .c-pickup ){
  text-decoration: none;
}
.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-main1);
}
.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-sub2);
  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;
  margin-bottom: -1px;
}
.c-tab01-list-item{
  text-align: center;
  padding: 0.5em 1.5em 0.4em;
  cursor: pointer;
  border: 1px solid var(--color-sub1);
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
  transition: all .4s;
}
.c-tab01-list-item:hover{
  opacity: .6;
}
.c-tab01-contents{
  background: #FFF;
  border: 1px solid var(--color-sub1);
  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: 660px) {
  .c-tab01-list{
    flex-wrap: wrap;
  }
  .c-tab01-list-item{
    border-radius: 10px;
    margin: 0 10px 10px 0;
  }
}
/*====================================================================
.article__area…記事部分の装飾まとめ
====================================================================*/
.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-blk3);
  padding: .5em .5em .6em;
  line-height: 1;
  color: #FFF;
  background: var(--color-blk1);
  border-radius: 10px 0 0 0;
}
.l-section01 .c-title100:first-child{
  margin: 0 0 1.5em 0;
}
.article__area p{
  margin: var(--margin-middle) auto 0;
}

.article__area a:not([class]):link{
  color: var(--color-main1);
}
.article__area a:not([class]):visited{
  color: var(--color-main1);
}
.article__area h1:not([class]),
.article__area h2:not([class]){
  margin: var(--margin-big) 0 60px;
  font-size: 2.2em;
  font-weight: 900;
  position: relative;
}
.article__area h3:not([class]){
  margin: var(--margin-middle) 0 1em;
  position: relative;
  background: var(--color-main1);
  color: var(--color-wht);
  font-weight: 700;
  font-size: 1.5em;
  padding: 20px;

}
.article__area h4:not([class]){
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: .5em;
  margin: var(--margin-middle) 0 1em;
  position: relative;
}
.article__area h4:not([class])::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-sub1);
}
.article__area h4:not([class])::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background: var(--color-main1);
}
.article__area h5:not([class]){
  font-size: 1.2em;
  font-weight: 700;
  margin: var(--margin-middle) 0 1em;
  position: relative;
}
.article__area h5:not([class]) > span{
  display: inline-block;
  border: 1px solid var(--color-main1);
  padding: 0.5em 1em;
}
.article__area h6:not([class]){
  font-size: 1.2em;
  font-weight: 700;
  margin: var(--margin-middle) 0 1em;
  position: relative;
  padding: 0.5em 1em;
  background: var(--color-sub2);
}
.article__area h1:first-child,
.article__area h2:first-child{
  margin-top: 0;
}
.article__area h1:not([class]) + h1:not([class]),
.article__area h1:not([class]) + h2:not([class]),
.article__area h1:not([class]) + h3:not([class]),
.article__area h1:not([class]) + h4:not([class]),
.article__area h1:not([class]) + h5:not([class]),
.article__area h1:not([class]) + h6:not([class]),
.article__area h2:not([class]) + h2:not([class]),
.article__area h2:not([class]) + h3:not([class]),
.article__area h2:not([class]) + h4:not([class]),
.article__area h2:not([class]) + h5:not([class]),
.article__area h2:not([class]) + h6:not([class])
{margin-top: 40px;}
.article__area h3:not([class]) + h3:not([class]),
.article__area h3:not([class]) + h4:not([class]),
.article__area h3:not([class]) + h5:not([class]),
.article__area h3:not([class]) + h6:not([class]),
.article__area h4:not([class]) + h4:not([class]),
.article__area h4:not([class]) + h5:not([class]),
.article__area h4:not([class]) + h6:not([class]),
.article__area h5:not([class]) + h5:not([class]),
.article__area h5:not([class]) + h6:not([class])
{margin-top: 40px;}
@media screen and (max-width: 1080px) {
  .article__area h1:first-child,
  .article__area h2:first-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .article__area h1:not([class]) br,
  .article__area h2:not([class]) br,
  .article__area h3:not([class]) br,
  .article__area h4:not([class]) br,
  .article__area h5:not([class]) br,
  .article__area h6:not([class]) br{
    display: none;
  }
  .article__area h1:not([class]),
  .article__area h2:not([class]){
    font-size: 2rem;
    line-height: 1.5;
  }
  .article__area h3:not([class]){
    line-height: 2;
  }
  .article__area h3:not([class]) > span{
    font-size: 1.6rem;
  }
  .article__area h4:not([class]){
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .article__area h5:not([class]){
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .article__area h6:not([class]){
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.article__area ul:not([class]){
  list-style-type: none;
  margin: var(--margin-small) 0 var(--margin-small) 0.5em;
}
.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-sub2);
  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-main1);
  border-bottom: 2px solid var(--color-main1);
  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-main1);
}
.article__area ol:not([class]) > li::before {
  color: var(--color-blk1);
}
.article__area table:not([class]) {
  width: 100%;
}
.article__area table:not([class]) th,
.article__area table:not([class]) td {
  border: 1px solid var(--color-blk3);
  padding: .5em;
}
.article__area table:not([class]) th{
  background: var(--color-blk4);
  width: 0;
  white-space: nowrap;
}
.article__area table:not([class]) th + th,
.article__area table:not([class]) th:has(+ th){
  background: var(--color-blk4);
  width: auto;
  white-space:initial;
}
/*====================================================================
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: 1080px) {
	.u-center--pc {  text-align: left;}
	.u-center--sp {  text-align: center;}
}
@media screen and (max-width: 1080px) {
  .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--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--wht {color: #fff !important;}
.u-fntcolor--main1 {color: var(--color-main1) !important;}
.u-fntcolor--sub1 {color: #9bd5cc !important;}
.u-fntcolor--red {color: #e41010 !important;}
.u-fntcolor--orange {color: #ff6c00 !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-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-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-ml40 {margin-left: 40px !important;}
.u-mr0  {margin-right: 0 !important;}
.u-mr10 {margin-right: 10px !important;}
.u-mr20 {margin-right: 20px !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-main1)}
.u-border02{border:2px solid var(--color-main1)}
.u-bordertop01{border-top:1px solid var(--color-main1)}
.u-borderbottom01{border-bottom:1px solid var(--color-main1)}
/*----------------------------------------*/
.u-nolink{pointer-events: none;}
/*----------------------------------------*/
.u-fnt--big01{font-size: 1.5em !important;font-weight: 700;}
.u-fnt--big02{font-size: 2em !important;font-weight: 700;}
.u-fnt--big03{font-size: 2.5em !important;font-weight: 700;}
.u-fnt--big04{font-size: 3em !important;font-weight: 700;line-height: 1.6;}
.u-fnt--big05{font-size: 4em !important;font-weight: 900;line-height: 1.5;}
.u-fnt--big06{font-size: 4.5em !important;font-weight: 900;line-height: 1.4;}
.u-fnt--big07{font-size: 5em !important;font-weight: 900;line-height: 1.4;}
@media screen and (max-width: 680px) {
  .u-fnt--big02{font-size: 1.6em !important;font-weight: 700;line-height: 1.6;}
  .u-fnt--big03{font-size: 2em !important;font-weight: 700;line-height: 1.6;}
  .u-fnt--big04{font-size: 2.5em !important;font-weight: 700;line-height: 1.6;}
  .u-fnt--big05{font-size: 3em !important;font-weight: 900;line-height: 1.5;}
  .u-fnt--big06{font-size: 3.5em !important;font-weight: 900;line-height: 1.4;}
  .u-fnt--big07{font-size: 4em !important;font-weight: 900;line-height: 1.4;}
}
/*----------------------------------------*/
.u-fnt--shadow01{text-shadow: 0 0 5px var(--color-blk1);}
.u-fnt--shadow02{text-shadow: 0 0 5px var(--color-wht);}
.u-fnt--shadow03{text-shadow: 0 0 5px var(--color-main1);}
/*----------------------------------------*/
.u-fnt--deco01__1{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.u-fnt--deco02__1{
  border-bottom: 2px solid var(--color-main1);
}
.u-indent01{
  padding-left: 1em;
  text-indent: -1em;
}
.u-indent02{
  padding-left: 2em;
  text-indent: -2em;
}
.u-font01{
  font-family: "Noto Serif JP", serif;
}
.u-under{
  text-decoration: underline;
}

/*====================================================================
modal
====================================================================*/
/*モーダルを開くボタン*/
.modal-open{
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  z-index: 1;
  background: var(--color-main1);
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  .modal-container{
    height: calc(100vh - 56px);
  }
}
/*====================================================================
lp
====================================================================*/

.d-mainimage01{
  background: url(../img/head_bg01.jpg) center center / cover no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-mainimage02{
  background: url(../img/head_bg02.jpg) center center / cover no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-mainimage02{
  background: url(../img/head_bg03.jpg) center center / cover no-repeat;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-content01{
  background: var(--color-main1);
  padding: 15px;
  color: var(--color-wht);
  margin: auto var(--padding-size01);
}
.d-content01.in_main{
  padding: 40px 0;
  margin: auto;
}
.d-content01.in_main02{
  padding: 0;
  margin: auto;
}
.d-content01_inner{
  border: 1px solid var(--color-sub2);
  padding: var(--padding-size01);
  display:flex;
  flex-direction: column;
  max-width: 800px;
}
.d-content01_t01{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
}
.d-content01_t02{
  margin-top: 20px;
}
.d-content01_t02 img{
  margin: auto;
}
.d-content01_t03{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
}
.d-icon01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.d-content01_t04{
  display: flex;
  justify-content: center;
  color: var(--color-yellow);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

.d-content01_t05{
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 20px;
  line-height: 1.4;
}
.d-content01_t06{
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  color: var(--color-yellow);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 560px) {
  .d-content01_t05{
    font-size: 1.6rem;
  }
  .d-content01_t06{
    font-size: 1.2rem;
  }
}


/*入力フォームまわり*/
.d-form 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: 3px;
  border: 1px solid var(--color-blk2);
  padding: .3em .5em;
  line-height: 1.8;
  color: var(--color-blk1);
}
.d-form 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-main1);
}
/*ラジオボタン・チェックボックス*/
.d-checklist{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.d-checklist > li{
  margin: 0 1em 1em 0;
  position: relative;
  display: flex;
}
.d-checklist label{
  display: inline-block;
  line-height: 1;
  margin-left: 1.2em;
  cursor: pointer;
}
.d-checklist input[type="radio"]{
  all: initial;
  background: url(/img/common/ico_radio01_1.svg) center center / 100% auto no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.d-checklist input[type="radio"]:checked{
  background: url(/img/common/ico_radio01_2.svg) center center / 100% auto no-repeat;
}
.d-checklist input[type="checkbox"]{
  all: initial;
  background: url(/img/common/ico_checkbox01_1.svg) center center / 100% auto no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.d-checklist input[type="checkbox"]:checked{
  background: url(/img/common/ico_checkbox01_2.svg) center center / 100% auto no-repeat;
}
.d-btn01{
  transition: all .6s;
  background: rgb(0,146,69);
  background:linear-gradient(0deg, rgb(0 139 66) 0%, rgb(158 235 60) 100%);
  color: #00341c;
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  border-radius: 4px;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}
.d-btn01:hover{
  background:linear-gradient(0deg, rgb(1, 94, 44) 0%, rgba(130, 148, 108) 100%);
  transform: scale(.99);
}
.d-btn02{
  transition: all .6s;
  border: 3px solid #00341c;
  background: rgb(0,146,69);
  background:linear-gradient(0deg, rgb(0 139 66) 0%, rgb(158 235 60) 100%);
  color: #00341c;
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem 2rem 1rem;
  border-radius: 100px;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 0 10px #FFF inset;
}
.d-btn02:hover{
  background:#0f9a00;
  transform: scale(.99);
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  .d-btn02{
    border-radius: 20px;
  }
}
.d-waku01_tl{
  position: absolute;
  top: .5rem;
  left: .5rem;
}
.d-waku01_tr{
  position: absolute;
  top: .5rem;
  right: .5rem;
  transform: rotate(90deg);
}
.d-waku01_bl{
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  transform: rotate(270deg);
}
.d-waku01_br{
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  transform: rotate(180deg);
}
.d-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
.d-title01{
  margin-bottom: 0;
  position: relative;
  background: url(../img/ico01.svg) center center / 60px auto no-repeat var(--color-main1);
  padding: 15px;
}
.d-title01_inner{
  border: 1px solid var(--color-sub2);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 2rem;
}
.d-title01 h2{
  color: var(--color-wht);
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 900;
  display: block;
  text-align: center;
  line-height: 1.3;
}
.d-title01.t2 h2{
  font-size: 2.5rem;
}
@media screen and (max-width: 560px) {
  .d-title01.t2 h2{
    font-size: 2rem;
  }
}

.d-bg01{
  background: url(../img/bg01.jpg) top center / 100% auto repeat-y;
}
.d-bg02{
  background: var(--color-main1);
}
.d-bg03{
  background: url(../img/bg03.jpg) top center / auto repeat;
}

.d-bg10{
  background: url(../img/bg10.jpg) top center / 100% auto repeat-y;
}

.d-result{
  background: url(../img/bg02.jpg) center right / cover no-repeat var(--color-main1);
  position: relative;
  padding: var(--padding-size02);
  border: 4px outset var(--color-sub2);
  border-radius: 4px;
  color: var(--color-wht);
  font-family: "Noto Serif JP", serif;
}
.d-result .hit{
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 560px) {
  .d-result .hit{
    position: absolute;
    top: -15px;
    right: 0;
  }
  .d-result .hit img{
    width: 70px;
  }
}
.d-result .text01{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
  border-bottom: 1px solid var(--color-sub2);
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .d-result .text01{
    padding-right: 50px;
    justify-content: flex-start;
  }
}
.d-result .text02{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.d-result .text02 .kensyu{
  background: var(--color-wht);
  color: var(--color-main1);
  padding: 5px;
  font-weight: 700;
  line-height: 1.2;
}
.d-result .text02 .money{
  color: var(--color-yellow);
  font-weight: 900;
  line-height: 1.2;
  font-size: 4rem;
}
@media screen and (max-width: 560px) {
  .d-result .text02{
    flex-direction: column;
  }
}
.d-result .pat{
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .d-result .text02 .money{
    font-size: 2.5rem;
  }
}


@media screen and (max-width: 560px) {


.d-table_bg{
  overflow: auto;
}
.d-table_bg::before{
  content: "横にスクロールしてください→";
  color: var(--color-sub2);
  font-weight: 700;
}
.d-table_bg table{
  width: 600px;
}
}

.d-table01{
  width: 100%;
  border: 4px outset var(--color-sub2);
}
.d-table01 th,
.d-table01 td{
  border: 1px solid var(--color-sub2);
  padding: 2px .5em;
}
.d-table01 th{
  background: var(--color-sub1);
  text-align: center;
  font-weight: 700;
  color: var(--color-sub3);
  vertical-align: middle;
  line-height: 1.2;
}
.d-table01 td{
  background: #fff6e4;
  text-align: left;
}
.d-table01 .haitou{
  text-align: right;
}
.d-table01 .result{
  font-weight: 700;
  text-align: right;
  font-size: 1.2em;
}

@media screen and (max-width: 760px) {
  .d-table_sp_sc{
    overflow: auto;
  }
  .d-table_sp_sc::before{
    content: "※横にスクロールできます";
  }
  .d-table_sp_sc > table{
    width: 700px;
  }
}


.d-footer{
  padding: var(--margin-middle);
  background: var(--color-wht);
  border-top: 1px solid var(--color-sub3);
}
.d-footer_inner{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin: auto;
}
.d-footer_inner .link{
  flex: 1;
  display: flex;
  gap: 20px;
}
.d-footer_inner .link a::before{
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.d-footer_inner .link .copyright{
  margin-left: auto;
}
@media screen and (max-width: 560px) {
  .d-footer_inner .link{
    flex-direction: column;
    gap: 10px;
  }
  .d-footer_inner .link .copyright{
    margin-left: initial;
  }
}

.d-box01{
  border: 1px solid var(--color-sub2);
  padding: var(--padding-size01);
  background-color: #f0eade;
}

.d-youkou{
  width: 100%;
  background: var(--color-main1);
}

.d-youkou th,
.d-youkou td{
  vertical-align: top;
  padding: 20px 10px;
}
.d-youkou th{
  width: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
}
.d-youkou td{
  font-size: 20px;
  padding-left: 40px;
}

.d-youkou tr{
  border-bottom: 1px solid #4e3a31;
}

@media screen and (max-width: 560px) {
  .d-youkou,
  .d-youkou tbody,
  .d-youkou tr,
  .d-youkou th,
  .d-youkou td{
    display: block;
  }
  .d-youkou th{
    width: 100%;
    white-space: initial;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px 5px 10px;
  }
  .d-youkou td{
    font-size: 16px;
    padding: 0 10px 10px 35px;
  }
}

.d-countsize{
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .d-countsize{
    font-size: 18px;
  }
}