/* カスタマイズ用CSS */
.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}

.br-sp {
display: none;
}
@media (max-width: 600px) {
.br-sp {
display: block;
}
}


.navspb {margin-top:1.4em;margin-bottom:1em;background-color:#243f74;}
.navspm {font-size:0.7em;color:#ffffff;}
.ec-headerNavSP {
    padding: 0px;
    width: 48px;
    height: 44px;
    border-radius: 25% 10%;
    background: #243f74;
}
.ec-headerNaviRole .fa-bars {color:#ffffff;}

.kaisei-tokumin-regular {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.header01{
    width:100%;
    display:flex;
    padding:0 15px;
    top:0;
    left:0;
}
.ul01{
    display:flex;
    list-style:none;
}
.li01{
    margin-left:0px;
}

.nav01{
    margin-left:auto;
}
.header-list {
  display: flex;
  justify-content: center;
}
.header-item a {
  color: #000;
  display: block;
}
.mm {
  background-color: #FFF;
  left: 0;
  opacity: 0;
  position: absolute;

  visibility: hidden;
  width: 100%;
}

.mm-list {
  padding-bottom: 30px;
  padding-top: 30px;
}
.mm-item {
  display: inline-block;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .mm {
  opacity: 1;
  visibility: visible;
}
.h01 {
	font-size: 26px;
	font-weight:bold;
}
.h01 span {
	display: flex;
	align-items: center;
	color: #0e6cae;
	font-size: 18px;
	text-transform: uppercase;
}
.footer05 {
 color: #FFF;
 font-weight: bolder;
 padding: 10px 0 10px;
}

.footer05 a {
 color: #FFF;
  text-decoration: none;
}

.footer05 a:hover {
 color: #000;
}

.footer05 li a:hover {
 color: #000;
 text-decoration: underline;
}
.footer05 .wrap {
 max-width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.h03 {
 margin: 0 0 10px 0;
 font-size: 1.2em;
 font-weight: bold;
border-bottom: 1px #FFF solid;
}

.footer05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap .box {
 width: 22%;
 margin:20px ;
}
.footer05 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer05 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}

@media only screen and (max-width: 599px) {
.footer05 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer05 .wrap h3 {
 border: none;
}
.footer05 .wrap .box {
 width: 100%;
 margin: 0;
}
.footer05 .wrap .box ul {
 border-top: 1px #FFF solid;
 margin:0 0 20px 0 ;
}
.footer05 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #FFF solid;
}
}





.side05 {
 color: #FFF;
 font-size: 1.2em;
 font-weight: bolder;
 padding: 10px 0 10px;
}

.side05 a {
 color: #FFF;
  text-decoration: none;
}

.side05 a:hover {
 color: #fa7051;
}

.side05 li a:hover {
 color: #fa7051;
 text-decoration: underline;
}

.side05 .wrap {
 max-width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.side05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.side05 .wrap .box {
 width: 22%;
 margin:20px ;
}
.side05 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}

@media only screen and (max-width: 599px) {
.side05 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.side05 .wrap .box {
 width: 100%;
 margin: 0;
}
.side05 .wrap .box ul {
 border-top: 1px #FFF solid;
 margin:0 0 10px 0 ;
}
.side05 .wrap .box ul li a {
 display: block;
 padding: 15px 0 15px 5px;
 border-bottom: 1px #FFF solid;
}
}

.ec-drawerRole {
    overflow-y: scroll;
    background: #0e6cae;
    width: 260px;
    height: 100vh;
    transform: translateX(-300px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}


.r01{text-align: right;}


.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #FFF;
}


.ec-role02 {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1920px;

    }
.ec-role03 {
    margin: 0 auto;
background-color:#1d8ed9;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1920px;

    }
    
    


.w01{
    max-width:1320px;
    margin: 0 auto;
}

.sg01{
 transform:skewX(-10deg);
}

.cut{clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);}


.f9 {font-size: 3em; font-weight: bold; 
color:#badaf1; font-family:Arial;}
.f10 {font-size: 1.5em; font-weight: bold; 
 font-family:Arial;}
.f11 {font-size: 3em; font-weight: bold; 
color:#d7dae4; font-family:Arial;}
.f12 {font-size: 1.5em; font-weight: bold; 
color:#FFF; font-family:Arial;}
.f13 {font-weight: bold; 
color:#FFF;}
.f14 {font-weight: bold; 
font-size: 1.5em; 
text-align: right;
}
.f15 {font-weight: bold; 
font-size: 1.2em; 
color:#FFF;
}

.f16{font-weight: bold; 
font-size: 2em; 
color:#1d8ed9;
font-family:Noto Sans JP;
}
.f17{font-weight: bold; 
font-size: 1.2em; 
color:#1d8ed9;
font-family:Noto Sans JP;
}
.f18 {font-size: 1.2em;
line-height: 2.0;
}
.f19 {font-size: 1em;
line-height: 2.0;
}

.sb {
  cursor: pointer;
  max-width: 350px;
  overflow: hidden;
  position: relative;
}
.sb img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sb:hover img {
  transform: scale(1.1); /* 拡大 */
}
.sb p {
  align-items: flex-end; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content:start; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  font-weight:bold;
  z-index: 5;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}
.sb::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.sb:hover::before {
  opacity: 1;
}


.ic{
	display: flex;
	flex-wrap:wrap;
}
.ic li {
	width: calc(100%/5);
	padding:0 0px;
	box-sizing:border-box;
	list-style:none;
}
.ic li img {
	max-width:100%;
	height: auto;
}


.image01{
    max-width: 100%;
}
.image01 a{
    display: block;
    transition: all .3s ease-in-out;
}
.image01 img{
    width: 100%;
    vertical-align: middle;
}
.image01 a:hover{
    filter: grayscale(1);
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  z-index: 0;
  transform: skewY(5deg);
  transform-origin: top right;
}


.e01{
  display: grid;
  justify-content: end;}
  
  
.e02 a img{
	position:relative;
	top:0;
}
.e02 a img:hover{
	top:10px;
	transition:0.3s;
}


.ec-layoutRole .ec-layoutRole__contents {
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 1920px;
display: flex;
flex-wrap: nowrap;
flex-grow: 1;
}


.bn01 {
  display: inline-block;
  padding: 0.6em 1.7em;
  border: 0.1em solid #0e6cae;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  transition: all 0.2s;
}

.bn01:hover {
  color: #FFF;
  background-color: #0e6cae;
}

.tt09{
 position:relative;
 padding:0.2em 0;
 font-size: 1.5em;
 font-weight:bold;
 text-align: center;
}

.tt09:after{
 content:"";
 display:block;
 height:5px;
 background:linear-gradient(to right,#6DA6D9,#1F4F7B);
}


.box5 {
margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
   padding: 2em; /* 内側余白 */
   background-image: 
   linear-gradient(0deg, transparent 19px, #ccc 20px), /* 横のグラデーション */
   linear-gradient(90deg, transparent 19px, #ccc 20px); /* 縦のグラデーション */
   background-size: 20px 20px; /* 方眼のサイズ（縦横20pxのグリッド） */
}

/* pタグの余白 */
.box5 p {
   margin: 0;
}

.box6 {
   padding:2em; /* 内側余白*/
   border:solid 2px #ccc; /*線の種類・太さ・色 */
}

.box6 ul {
   margin:0;
}


.box7 {
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.box9 {
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ts01{
  width:100%;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.ts01 th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 20%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #f1f1f1;
}
 
.ts01 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #d2d2d2;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.ts01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.ts01 td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */


.it01{
text-align: left;
}

.it01 ul {
list-style: none;
margin: 0;
padding: 0;
}

.it01 li {
display: inline-block;
padding: 8px 25px;
}

.it01 li a {
display: block;
padding: 12px;
}

.ar02 a {
   --arrow-color: #333; /* 矢印の色を設定 */
   display: inline-flex; /* 横並びに配置 */
   align-items: center; /* 垂直方向を中央に揃える */
   color: var(--arrow-color); /* 文字色を矢印の色と一致 */
   font-size: 1.1em;
   font-weight: bold;
   text-decoration: none; /* 下線を非表示 */
   position: relative; /* 疑似要素の位置基準 */
}

.ar02 a::after {
   border-bottom: 1px solid var(--arrow-color); /* 下線のスタイルを矢印として設定 */
   border-right: 1px solid var(--arrow-color); /* 右線のスタイルを矢印として設定 */
   content: ''; /* 疑似要素のコンテンツを空に設定 */
   width: 20px; /* 矢印の幅を30pxに設定 */
   height: 8px; /* 矢印の高さを10pxに設定 */
   position: absolute; /* 親要素に対して絶対位置 */
   left: 100%; /* テキストの右端に配置 */
   transform: skewX(50deg); /* 矢印の傾きの調整 */
   transition: all .3s; /* なめらかな移動効果 */
}

/* マウスオーバー時の動き */
.ar02 a:hover::after {
   margin-left: 10px; /* マウスオーバー時に矢印を10px右に移動 */
}

#img1 {width: 454px;}
#img2 {width: 545px;}
#img3 {width: 110px;}
#img4 {width: 340px;}
#img5 {width: 450px;}
#img6 {width: 700px;}


.rn01 {
  background: #fa897b;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  padding: 6.5px 0;
  position: relative;
  text-align: center;
}
.rn01 p {
  border-bottom: dashed 3px #fff;
  border-top: dashed 3px #fff;
  line-height: 42px;
  margin: 0;
  padding: 0 30px;
}
.rn01::before, .rn01::after {
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
}
.rn01::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0px 30px 12px;
  left: 0;
  top: 0;
}
.rn01::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 30px 12px 30px 0px;
  right: 0;
  top: 0;
}


.rn02 {
  background: #fa897b;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  padding: 6.5px 0;
  position: relative;
  text-align: center;
}
.rn02 p {
  border-bottom: dashed 3px #fff;
  border-top: dashed 3px #fff;
  line-height: 42px;
  margin: 0;
  padding: 0 30px;
}
.rn02::before, .rn02::after {
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
}
.rn02::before {
  border-color: transparent transparent transparent #f2f2f2;
  border-style: solid;
  border-width: 30px 0px 30px 12px;
  left: 0;
  top: 0;
}
.rn02::after {
  border-color: transparent #f2f2f2 transparent transparent;
  border-style: solid;
  border-width: 30px 12px 30px 0px;
  right: 0;
  top: 0;
}



.cp_card {
  position: relative;/*リボンをかけたいコンテンツボックスにセット*/
  width: 100%;
  height: auto;
  background: #ffffff;
  margin: auto;
  padding: 55px 10px 0;
  border: 2px solid #fa897b;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*リボンの設定*/
.cp_ribbon10 {
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 10px 80px 10px 10px;
  color: #ffffff;
  font-size:1.5em;
  font-weight: bold;
  background: linear-gradient(-45deg,transparent,transparent 25%,#fa897b 0%,#fa897b);
}
/*リボンの影*/
.cp_ribbon10::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: 3px solid transparent;
  border-top: 3px solid #c1493a;
  border-right: 3px solid #c1493a;
}

.photo1 {
padding: 8px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
margin-bottom:10px;
}


.box8 {
   position: relative;
   margin: 0 auto 2em;
   border: 2px solid #75acd2;
}

.box8 .box-title {
   position: absolute;
   top: -0.5em;
   left: 1em; 
   background-color: #fff;
   color: #0e6cae;
   padding: 0 .5em;
   font-weight: bold;
   line-height: 1;
   display: inline-block;
   width: auto;
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.box8 .box-content {
   padding: 2em; /* ボックス内コンテンツの余白を設定 */
}

.box8 p {
   margin: 0; /* 段落の余白をなくして統一感を持たせる */
}

.tb05 th,
.tb05 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb05 th {
  background: #0e6cae;
  text-align:center;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb05 {
    width: 100%;
  }
  .tb05 th,
  .tb05 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb05 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}