@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp03{font-family: "Zen Maru Gothic", sans-serif; font-weight:500;} /* 丸ゴシック */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en04{font-family: "Lexend Deca", sans-serif; font-weight: 600} /* ゴシック　太文字 */
.en05{font-family: "Zalando Sans", sans-serif;}

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.text01{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text01{line-height: 35px;}}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/*　スマホtablet中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text03{text-align: center;}
@media print, screen and (min-width: 992px) {.ctr-text03{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_blue{background: #1e50a2}
.bg_mizuiro{background: #0e9de5}
.bg_lightblue{background: #e2eff9;}
.bg_lightblue_02{background: #f3faff;}
.bg_green{background: #f5fbf0}
.bg_pink{background: #fdf1f6}

.bg_img_01{background: url("../images/bg_img_01.jpg") no-repeat scroll 50% 0% / cover;}

.bg_sprt_01{background: linear-gradient(to bottom, #0e9de5 430px, #fff 430px);}
@media print, screen and (min-width: 768px) {
.bg_sprt_01{background: linear-gradient(to bottom, #0e9de5 55%, #e2eff9 55%);}
}

/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
.bg_haikei_01{background: url("../images/bg_img_01.jpg") no-repeat center 30%}
@media print, screen and (min-width: 992px) {
.bg_haikei_01{
	background: url("../images/bg_img_01.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.part_h{padding:40px 0;}
@media print, screen and (min-width: 992px) {.part_h{padding:100px 0}}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #223c7f}
.mizuiro{color: #0e9de5;}
.red{color: #d21b2a;}
.kuro{color:#222;}
.green{color: #46ab03}
.pink{color: #d94f8c}

/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #0e9de5;
}

/* ----------------------------------------------------
  並び替え
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.area_first_01{order:1;}
.area_last_01{order:2;}
}

/* ----------------------------------------------------
  ペン
---------------------------------------------------- */
.pen {background: linear-gradient(transparent 80%, #0e9de5 80%);}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/* btn03
---------------------------------------------------- */
.btn03 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #223c7f;
  border: 2px solid #223c7f;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 992px) {
.btn03 {
  display: inline-block;  
  width: 200px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn03 {
  width: 270px;
  }
}

.btn03:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  background: #0e9de5;
  color: #fff !important;
  text-decoration: none !important;
}
.btn03 i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01_b_in
---------------------------------------------------- */
.btn01_b_in {
  display: block;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #223c7f !important;
  background: #fff;
  border: 3px solid #223c7f;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
.btn01_b_in {
  display: inline-block;
  font-size: 20px;
  width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
.btn01_b_in {
  width: 400px;
  }
}

.btn01_b_in:visited {
  color: #222 !important;
}
.btn01_b_in:hover,
.btn01_b_in:active {
  background: #0e9de5;
  color: #fff !important;
  text-decoration: none !important;
}
.btn01_b_in i {
  margin: 0 0 0 5px;
  color: #223c7f;
}

/* --- btn01_b_in カラーバリエーション --- */
.btn01_b_in-green {
  color: #fff !important;
  background: #46ab03;
  border-color: #46ab03;
}
.btn01_b_in-green:visited {
  color: #fff !important;
}
.btn01_b_in-green:hover,
.btn01_b_in-green:active {
  background: #fff;
  color: #46ab03 !important;
}
.btn01_b_in-green i {
  color: #fff;
}
.btn01_b_in-green:hover i,
.btn01_b_in-green:active i {
  color: #46ab03;
}

.btn01_b_in-pink {
  color: #fff !important;
  background: #d94f8c;
  border-color: #d94f8c;
}
.btn01_b_in-pink:visited {
  color: #fff !important;
}
.btn01_b_in-pink:hover,
.btn01_b_in-pink:active {
  background: #fff;
  color: #d94f8c !important;
}
.btn01_b_in-pink i {
  color: #fff;
}
.btn01_b_in-pink:hover i,
.btn01_b_in-pink:active i {
  color: #d94f8c;
}

.btn01_b_in-mizuiro {
  color: #fff !important;
  background: #0e9de5;
  border-color: #0e9de5;
}
.btn01_b_in-mizuiro:visited {
  color: #fff !important;
}
.btn01_b_in-mizuiro:hover,
.btn01_b_in-mizuiro:active {
  background: #fff;
  color: #0e9de5 !important;
}
.btn01_b_in-mizuiro i {
  color: #fff;
}
.btn01_b_in-mizuiro:hover i,
.btn01_b_in-mizuiro:active i {
  color: #0e9de5;
}

/*  btn02_b_in
---------------------------------------------------- */
.btn02_b_in {
  display: block;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  letter-spacing: 2px;
  background: #222;
  color: #fff !important;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
.btn02_b_in {
  display: inline-block;
  font-size: 20px;
  width: 400px;
  }
}
.btn02_b_in:visited {
  color: #fff !important;
}
.btn02_b_in:hover,
.btn02_b_in:active {
  background: #999;
  color: #fff !important;
  text-decoration: none !important;
}
.btn02_b_in i {
  margin: 0 0 0 5px;
  color: #fff;
}

/* btn08
---------------------------------------------------- */
.btn08 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;  
  width: 100%;
  padding: 15px;
  border: 2px solid #5e9836; 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
.btn08 {
  gap: 15px;  
  flex-direction: column;
  justify-content: center;
  text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
.btn08 {
  padding: 25px 20px;
  }
}
.btn08:visited {
  color: inherit;
}
.btn08:hover,
.btn08:active {
  text-decoration: none !important;
}
.btn08 .img-fluid {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
.btn08 .img-fluid {
  width: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn08 .img-fluid {
  width: 160px;
  }
}
.btn08-text {
  display: flex;
  flex-direction: column;
}
.btn08 h3 { 
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;  
  }
.btn08 p {
  font-size: 17px;
  }
@media print, screen and (min-width: 768px) {
.btn08 h3 {
  font-size: 20px;
  line-height: 20px;
  }
.btn08 p {
  font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
.btn08 h3 {
  font-size: 25px;
  line-height: 30px;
  }
.btn08 p {
  font-size: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
.btn08 h3 {
  font-size: 32px;
  line-height: 42px;
  }
.btn08 p {
  font-size: 20px;
  }
}

/* --- ボタン感の演出(矢印アイコン) --- */
.btn08 {
  padding-right: 75px;
}
@media print, screen and (min-width: 768px) {
.btn08 {
  padding-right: 20px;
  padding-bottom: 65px;
  }
}
@media print, screen and (min-width: 992px) {
.btn08 {
  padding-bottom: 70px;
  }
}
.btn08::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.btn08::before {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
.btn08::after {
  right: 50%;
  top: auto;
  bottom: 18px;
  transform: translate(50%, 0) rotate(90deg);
  }
.btn08::before {
  right: 50%;
  top: auto;
  bottom: 31px;
  transform: translate(50%, 0) rotate(135deg);
  }
}
.btn08:hover::after,
.btn08:active::after {
  right: 15px;
}
@media print, screen and (min-width: 768px) {
.btn08:hover::after,
.btn08:active::after {
  right: 50%;
  bottom: 13px;
  }
}

/* --- カラーバリエーション --- */
.btn08-green {
  background: #eaf6e0;
  border-color: #46ab03;
  color: #46ab03 !important;
}
.btn08-green:visited {
  color: #46ab03 !important;
}
.btn08-green:hover,
.btn08-green:active {
  background: #fff;
  color: #46ab03 !important;
}

.btn08-pink {
  background: #fdf1f6;
  border-color: #d94f8c;
  color: #d94f8c !important;
}
.btn08-pink:visited {
  color: #d94f8c !important;
}
.btn08-pink:hover,
.btn08-pink:active {
  background: #fff;
  color: #d94f8c !important;
}

.btn08-mizuiro {
  background: #e3f4fa;
  border-color: #0e9de5;
  color: #0e9de5 !important;
}
.btn08-mizuiro:visited {
  color: #0e9de5 !important;
}
.btn08-mizuiro:hover,
.btn08-mizuiro:active {
  background: #fff;
  color: #0e9de5 !important;
}

/* ----------------------------------------------------
  お知らせ
---------------------------------------------------- */
#information-area_01 {
  height: 300px;
  overflow: scroll; /* 常にスクロールバーを表示 */
  overflow-x: hidden;
  background: #fff;
  padding-right: 10px;
  padding:10px 0 20px 20px;
  border-radius: 20px 0 0 20px;
}
@media print, screen and (min-width: 768px) {
#information-area_01 {
  padding-right: 20px;
  padding: 40px;
  }
}

/*スクロールバー表示させる*/
#information-area_01::-webkit-scrollbar{ 
   width: 10px;
}
#information-area_01::-webkit-scrollbar-thumb{ 
   background: #0e9de5;
}
#information-area_01::-webkit-scrollbar-track-piece:start{
   background: #eee;  
}
#information-area_01::-webkit-scrollbar-track-piece:end{
   background: #eee;  
}

.news_table_01 .new{
	color: #0e9de5;
	font-size: 13px;
	margin-left: 10px;
}
.news_table_01{
	width:98%;
	border-collapse: collapse;
	position: relative;
}
.news_table_01 th{
	padding:10px 0 3px 0;
	display: block;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}
.news_table_01 td{
	padding:0 0 12px 0;
	display: block;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
.news_table_01 th{
	width: 200px;
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
.news_table_01 td{
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
}
@media print, screen and (min-width: 1200px) {
.news_table_01 th{
	width: 220px;
	}
}

.news_table_01 a:link,
.news_table_01 a:visited{
  text-decoration:underline;
  color: #222;
}
.news_table_01 a:hover,
.news_table_01 a:active{
  text-decoration:none;
  color: #222;
}

/* ----------------------------------------------------
  ボックス3並び
---------------------------------------------------- */
.box_yohakubox_01{
  padding:20px;
  background-color: #fff;
  border-radius: 20px;
  position:relative;
  margin:0 0 20px 0;
  border:3px solid #223c7f;
}
@media print, screen and (min-width: 768px) {
.box_yohakubox_01{
  padding:20px;
  margin:0 0 20px 0; 
  }
}
@media print, screen and (min-width: 992px) {
.box_yohakubox_01{
  padding:15px;
  margin:0 0 20px 0; 
  }
}
@media print, screen and (min-width: 1200px) {
  .box_yohakubox_01{
    padding:30px;
  }
}
@media print, screen and (min-width: 1800px) {
  .box_yohakubox_01{
    padding:50px;
    margin:0 20px;
  }
}

/* ----------------------------------------------------
  ★固定背景
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.bg_kotei_02{
	background: url("../images/bg_kotei_02.jpg");
  background-repeat: no-repeat;
  background-position: right -150px bottom -150px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_kotei_02{
  background-attachment: fixed;  
  background-position: right -100px bottom 0;
	}
}
@media print, screen and (min-width: 1400px) {
.bg_kotei_02{
  background-position: right 0 bottom 0;
	}
}

/* ボックス3つ並び（間に棒線）
------------------------------------ */
.box_border_01{
	padding:0 20px 20px 20px;
}
  @media print, screen and (min-width: 768px) {
  .box_border_01{
  	padding:2% 10%;
  	border-right: 2px solid #222;
  	}
  }
  @media print, screen and (min-width: 1200px) {
  .box_border_01{
  	padding:2% 15%;
  	border-right: 3px solid #eee;
  	}
  }

.box_border_02{
	padding:0 20px;
}
  @media print, screen and (min-width: 768px) {
  .box_border_02{
  	padding:2% 10%;
	}
}
  @media print, screen and (min-width: 1200px) {
  .box_border_02{
  	padding:2% 15%;
	}
}

/* ----------------------------------------------------
  box
---------------------------------------------------- */
.box_01{padding:20px 15px;  transition-duration: 300ms; background: #fff;}
@media print, screen and (min-width: 768px) {.box_01{padding: 30px}}
@media print, screen and (min-width: 992px) {.box_01{padding: 40px}}
@media print, screen and (min-width:1200px) {.box_01{padding: 100px}}
@media print, screen and (min-width:1400px) {.box_01{padding: 120px}}

.box_02{
  padding:20px 15px;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) { .box_02{padding: 20px;}}
@media print, screen and (min-width: 992px) { .box_02{padding: 40px;}}
@media print, screen and (min-width: 1200px) {.box_02{padding: 60px 20px;}}
@media print, screen and (min-width: 1400px) {.box_02{padding: 80px 40px;}}

.box_03{
  padding:20px 15px;
  background: #fff;
  border-radius: 20px;
  border:2px solid #eee;
}
@media print, screen and (min-width: 768px) { .box_03{ padding: 30px;}}
@media print, screen and (min-width: 992px) { .box_03{ padding: 30px;}}
@media print, screen and (min-width: 1200px) {.box_03{ padding: 40px;}}
@media print, screen and (min-width: 1400px) {.box_03{ padding: 60px;}}

.box_04{
  padding:20px 15px;
  background: #fff;
  border-radius: 20px;
  border:2px solid #eee;
}
@media print, screen and (min-width: 768px) { .box_04{ padding: 30px;}}
@media print, screen and (min-width: 992px) { .box_04{ padding: 30px;}}
@media print, screen and (min-width: 1200px) {.box_04{ padding: 40px;}}
@media print, screen and (min-width: 1400px) {.box_04{ padding: 60px;}}

/* ----------------------------------------------------
  下部お問い合わせ
---------------------------------------------------- */
/*　電話ボタン
------------------------- */
@media only screen and (max-width: 767px) {
.contact_bottom_tel {
  display: block;
  width: 100%;    
  font-size: 20px;
  padding: 15px 5px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 20px;
  color: #223c7f !important;
  background: #fff;
  border: 3px solid #223c7f;
  }
}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel {
  font-size: 30px;
  display: block;
  text-align: center;  
  margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1200px) {
.contact_bottom_tel {
  font-size: 50px; 
  margin-bottom: 30px;
  }
}

/*　各装飾
------------------------- */
.con_area_01{
  color: #fff;
  padding: 20px;
}
@media print, screen and (min-width: 992px) {
.con_area_01{
  padding: 60px;
  }
}

.con_area_01 .icon{
  font-size: 40px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
.con_area_01 .icon{
  font-size: 50px;
  margin-bottom: 30px;
  }
}

.con_area_01 h3{
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1200px) {
.con_area_01 h3{
  font-size: 27px;
  margin-bottom: 20px;
  }
}

.con_area_01 h3 span{
  color: #223c7f;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  padding:2px 5px 4px 6px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  border-radius: 5px;
  margin-right: 10px;
}

/* ----------------------------------------------------
    チェックボックス
---------------------------------------------------- */
.check_box_01{
	background: #fff;
	padding: 15px;
  border-radius: 10px;
	box-shadow: 0px 0 5px 2px rgba(0,0,0,0.1);
}
@media print, screen and (min-width: 768px) {
  .check_box_01{
    padding:20px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .check_box_01{
    padding:30px 40px;
  }
}
.check_box_01 i{
  display: block;
  margin:0 auto;
  font-size: 25px;
  margin-bottom: 5px;
  }
.check_box_01 p{
  font-size: 16px;
  line-height: 26px;
  }
@media print, screen and (min-width: 768px) {
.check_box_01 i{
  font-size: 30px;
  margin-bottom: 10px;
  }
.check_box_01 p{
  font-size: 16px;
  line-height: 26px;
  }
}
@media print, screen and (min-width: 1200px) {
.check_box_01 i{
  font-size: 40px;
  margin-bottom: 20px;
  }
.check_box_01 p{
  font-size: 18px;
  line-height: 30px;
  }
}

/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	padding: 40px 20px 30px 20px;
	border-radius:20px;
    border:3px solid #223c7f;
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:40px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow_box_01{
    padding:60px;
  }
}

/* 番号
---------------------------------------------------- */
.flow_box_01 .bangou{
	position:absolute;
	top:-20px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff;
	background:#223c7f;
	padding:10px;
	text-align:center;
	border-radius:10px	
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 .bangou{
	top:-20px;
	left:-20px;
	width: 70px;
	height: 70px;
	font-size: 30px;
	padding: 18px 22px 20px 18px;
	}
}

/* 見出し
---------------------------------------------------- */
.flow_box_01 h3{
	font-size: 22px;
	margin-bottom: 15px;
	}
@media print, screen and (min-width: 992px) {
.flow_box_01 h3{
	font-size: 25px;
	margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 1200px) {
.flow_box_01 h3{
	font-size: 28px;
	margin-bottom: 15px;
	}
}

/* タグ
---------------------------------------------------- */
.tagbadge {
  display: flex;         /* 横並びにする */
  gap: 10px;             /* liとliの間の余白 */
  list-style: none;      /* デフォルトの丸ポチを消す */
  padding: 0;
  margin: 0 0 8px 0;
}

.tagbadge span {
  display: inline-block;
  color: #ffffff;        /* 文字色：白 */
  font-size: 16px;       /* 文字サイズ：12px */
  padding: 1px 7px 1px 8px;     /* 上下4px, 左右10pxの余白 */
  border-radius: 5px;  /* 角丸：100px */
}

.tagbadge .tag01 {
  background-color: #e53e3e; /* 赤背景 */
}

.tagbadge .tag02 {
  background-color: #223c7f; /* 青背景 */
}

.tagbadge .tag03 {
  background-color: #0e9de5; /* 水色背景 */
}

/* ----------------------------------------------------
   オフィス作業の流れ
---------------------------------------------------- */
.midashi_box,
.midashi_box *,
.crumbs,
.crumbs * {
  box-sizing: border-box;
}

.midashi_box {
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
}

@media print, screen and (min-width: 768px) {
.midashi_box {
  padding: 20px 20px 10px 20px;
  }
}

@media print, screen and (min-width: 1200px) {
.midashi_box {
  padding: 30px 30px 20px 30px;
  }
}

.crumbs {
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
.crumbs {
  margin-bottom: 35px;
  }
}

.crumbs::after {
  content: "";
  display: block;
  clear: both;
}

.crumbs h3 {
  width: 160px;
  height: 30px;
  background: rgba(63, 165, 241, 0.3);
  margin: 0 auto 15px; /* h4と下の矢印リストの間隔 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 10px;
}

.crumbs ul {
  list-style: none;
  display: flex;
  width: 100%;
  margin: 0 0 20px 0; /* 下の要素との間隔 */
  padding: 0;
}

.crumbs ul li {
  flex: 1;
  margin-right: 2px;
}

.crumbs ul li:last-of-type {
  flex: 1.5;
  margin-right: 0;
}

.crumbs ul li strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: lighter;  
  background: #f3bfc4;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  color: #222;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 5px; /* 各ステップ下の余白 */
}

.crumbs ul li:first-of-type strong {
  padding-left: 5px;
}

.crumbs ul li:last-of-type strong {
  background: #eda0a6;
  padding-left: 15px;
}

.crumbs ul li strong::after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #f3bfc4;
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 1;
}

.crumbs ul li strong::before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.crumbs ul li:first-child strong {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.crumbs ul li:first-child strong::before {
  display: none;
}

.crumbs ul li:last-child strong {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.crumbs ul li:last-child strong::after {
  display: none;
}

.crumbs ul li p {
  font-size: 11px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .crumbs h3 {
    width: 200px;
    height: 60px;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .crumbs ul {
    margin-bottom: 0;
  }
  .crumbs ul li strong {
    height: 80px;
    font-size: 16px;
    padding-left: 35px;
    font-weight: lighter;
  }
  .crumbs ul li:first-of-type strong {
    padding-left: 20px;
  }

  .crumbs ul li strong::after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 35px solid #f3bfc4;
    right: -34px;
  }
  .crumbs ul li strong::before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 35px solid #fff;
  }
}

@media print, screen and (min-width: 992px) {
  .crumbs {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .crumbs h3 {
    width: 180px;
    height: 80px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }
  .crumbs ul {
    width: calc(100% - 200px);
  }
  .crumbs ul li strong {
    font-size: 18px;
  }
}

.fcred{font-size: 10px;}
@media print, screen and (min-width: 768px) {.fcred{font-size: 12px;}}
@media print, screen and (min-width: 1200px) {.fcred{font-size: 14px;}}

/* ----------------------------------------------------
   荷物量の目安
---------------------------------------------------- */
.midashi_inner dl {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
 
.midashi_inner dl:last-child {
  margin-bottom: 0;
}
 
.midashi_inner dl dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(63, 165, 241, 0.15);
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
 
.midashi_inner dl dt img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}
 
.midashi_inner dl dt strong {
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}
 
.midashi_inner dl dd {
  padding: 10px;
}
 
.midashi_inner dl dd > strong {
  display: block;
  margin-bottom: 10px;
}
 
ul.listmark {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 0px;
}
 
ul.listmark li {
  padding: 6px 0 6px 15px;
  position: relative;
  break-inside: avoid;
}
 
ul.listmark li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #3fa5f1;
}
 
@media print, screen and (min-width: 768px) {
  .midashi_inner dl dt {
    padding: 20px;
  }
  .midashi_inner dl dt img {
    width: 110px;
    margin-right: 20px;
  }
  .midashi_inner dl dd {
    padding: 20px;
  }
  ul.listmark {
    column-count: 3;
    column-gap: 30px;
  }
  ul.listmark li {
    font-size: 20px;
    padding: 6px 0 6px 26px;
  }
}

/* ----------------------------------------------------
  プランの表
---------------------------------------------------- */
.plan_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 15px;
}
.plan_table th,
.plan_table td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding:4px 2px;
}
.plan_table th {
  font-weight: normal;
  background: #f5f5f5;
}
.plan_table .plan_table_th th {
  background: #e5e5e5;
  text-align: left;
  padding: 10px;
}
.plan_table .plan_table_th th strong {
  font-size: 16px;
}
.plan_table img {
  margin-bottom: 0;
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .plan_table {
    font-size:16px;
    margin-bottom: 20px;
  }
  .plan_table th{
    padding: 10px 1px;
  }
  .plan_table td{
    padding: 10px 5px;
  }  
  .plan_table .plan_table_th th {
    line-height: 22px;
    text-align: center;
    padding: 12px;
  }
  .plan_table img {
    width: 80px;
  }
}

@media print, screen and (min-width: 992px) {
  .plan_table {
    font-size:16px;
    margin-bottom: 20px;
  }
  .plan_table th{
    padding: 13px 1px;
  }
  .plan_table td{
    padding: 13px 5px;
  }  
  .plan_table .plan_table_th th {
    line-height: 22px;
    text-align: center;
    padding: 12px;
  }
  .plan_table img {
    width: auto;
  }
}

@media print, screen and (min-width: 1800px) {
  .plan_table {
    font-size:18px;
    margin-bottom: 20px;
  }
  .plan_table th{
    padding: 15px 5px;
  }
  .plan_table td{
    padding: 15px 10px;
  }
}

/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 25%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
.table1 td{
	padding:20px 0 20px 20px;
  border: solid #ccc;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 16px;
	line-height:26px;
	}
.midasi01 span{
	font-size: 25px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 18px;
	line-height: 31px;
	}
.midasi01 span{
	font-size: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi01{
	font-size: 19px;
	line-height: 32px;
	}
.midasi01 span{
	font-size: 35px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 20px;
	line-height: 35px;
	}
.midasi01 span{
	font-size: 40px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 34px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 25px;
	line-height: 38px;
	}
}

/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 15px 12px 15px;
	letter-spacing: 2px;
  border-radius: 10px;
  color: #fff;
  background: #223c7f;  
}
.midasi05 .subtitle{
	font-size: 15px;
  padding-left: 10px;
}

@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 18px;
  line-height: 28px;  
  }
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 20px;
  line-height: 30px;
	letter-spacing: 3px;  
  }
}
@media print, screen and (min-width: 1400px) {
.midasi05{
	font-size: 25px;
  line-height: 35px;   
  }
}

.midasi05-green {
  background: #46ab03;
  color: #fff;
}
.midasi05-pink {
  background: #d94f8c;
  color: #fff;
}
.midasi05-mizuiro {
  background: #0e9de5;
  color: #fff;
}

/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 15px 12px 15px;
	letter-spacing: 2px;
  border-radius: 10px;
  color: #fff;
  background: #0e9de5;
}

@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 18px;
  line-height: 28px;  
  padding:10px 17px;
  }
}

/* ----------------------------------------------------
    見出し13
---------------------------------------------------- */
.midasi13 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  color: #223c7f;
}
.midasi13 span {
  font-size: 35px;  
  }

@media print, screen and (min-width: 768px) {
.midasi13 {
  font-size: 26px;
  line-height:36px;
  margin-bottom: 40px;
  }
.midasi13 span {
  font-size: 50px;  
  }
}

@media print, screen and (min-width: 992px) {
.midasi13 {
  font-size: 20px;
  line-height:30px;
  margin-bottom: 40px;
  }
.midasi13 span {
  font-size: 45px;  
  }
}

@media print, screen and (min-width: 1200px) {
.midasi13 {
  font-size: 24px;
  line-height:38px;
  margin-bottom: 50px;
  }
.midasi13 span {
  font-size: 55px;  
  }
}

@media print, screen and (min-width: 1800px) {
.midasi13 {
  font-size: 25px;
  line-height:41px;
  margin-bottom: 50px;
  }
.midasi13 span {
  font-size: 60px;  
  }
}

.midasi13::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);  
  left: 50%;
  bottom: -25px;
  width: 90px;
  height: 6px;
  display: block;
  background: linear-gradient(
    to right, 
    #d21b2a 0%, 
    #d21b2a 20px, 
    #24386b 20px,  
    #24386b 100%
  ) !important;
}
@media print, screen and (min-width: 768px) {
  .midasi13::after {
  bottom: -25px;
  }
}
@media print, screen and (min-width: 992px) {
  .midasi13::after {
  bottom: -30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .midasi13::after {
  bottom: -30px;
  }
}

/* ----------------------------------------------------
    見出し16
---------------------------------------------------- */
.midasi16{
	font-size: 18px;
  line-height:28px;
  border-left: 5px solid #223c7f;
  color: #223c7f;
  padding:2px 0 2px 10px
	}
@media print, screen and (min-width: 768px) {
.midasi16{
	font-size: 20px;
  line-height: 30px;
	}
}

/* ----------------------------------------------------
    見出し16
---------------------------------------------------- */
.midasi16_b{
	font-size: 18px;
  line-height:28px;
  border-left: 5px solid #0e9de5;
  color: #0e9de5;
  padding:2px 0 2px 10px
	}
@media print, screen and (min-width: 768px) {
.midasi16_b{
	font-size: 20px;
  line-height: 30px;
	}
}

/* ----------------------------------------------------
    見出し18
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.midasi18 {
  font-size: 30px;
  line-height: 15px;
}
.midasi18 span {
  font-size: 15px;
}
.midasi18 span i {
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 20%;
  margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
.midasi18 {
  font-size: 26px;
  line-height: 33px;  
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin: 0 auto;
  letter-spacing: 2px;
  }
.midasi18 span {
  font-size: 16px;
  }
.midasi18 span i {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  transform: translateX(-2.7px);
  }  
}

@media print, screen and (min-width: 1200px) {
.midasi18 {
  font-size: 40px;
  line-height: 50px;
  }
.midasi18 span {
  font-size: 25px;
  }
}

/* ----------------------------------------------------
  midasi23
---------------------------------------------------- */
.midasi23 {
  display:block;
  text-align: center;
  background-color: #d21b2a;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;  
  clip-path: polygon(
    15px 0%,      /* 左上 */
    100% 0%,      /* 右上 */
    calc(100% - 15px) 100%, /* 右下 */
    0% 100%       /* 左下 */
  );
}

/* ----------------------------------------------------
   囲みデザイン　タイトル1
---------------------------------------------------- */
.title01{
  padding: 4px 10px 7px 12px;  
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 2px;
	font-weight: 600;
  border-radius:10px;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
  background: #223c7f;  
	}
@media print, screen and (min-width: 768px) {
.title01{
  padding: 7px 12px 10px 20px;  
	font-size: 33px;
	line-height: 43px;
  letter-spacing: 10px;
  margin-right: 10px;  
	}
}
@media print, screen and (min-width: 992px) {
.title01{
  padding: 7px 10px 10px 20px;
	font-size: 30px;
	line-height: 50px;
	}
}

/* ----------------------------------------------------
   囲みデザイン　タイトル2
---------------------------------------------------- */
.title02{
  padding: 4px 9px 7px 12px;  
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 2px;
	font-weight: 600;
  border-radius:10px;
  margin-right: 5px; 
  color: #fff;
  background: #0e9de5;
  display: inline-block;  
	}

@media print, screen and (min-width: 768px) {
.title02{
  padding: 7px 12px 10px 15px;  
	font-size: 33px;
	line-height: 43px;
  margin-right: 10px;  
	}
}

@media print, screen and (min-width: 992px) {
.title02{
  padding: 7px 12px 10px 15px; 
	font-size: 30px;
	line-height: 50px;
	}
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;  
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}
.note_11:last-child { margin-bottom: 0;}
.note_11_box  {
  box-sizing: border-box;
  width: 100%;
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1:1:1）
---------------------------------------------------- */
.note_1111 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_1111 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_1111 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}

.note_1111:last-child { margin-bottom: 0;}
.note_1111_box {box-sizing: border-box;}

/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_d {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_11_d {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_d {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
    gap: 100px;    
  }
}
@media screen and (min-width: 1400px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
    gap: 100px;    
  }
}
.note_11_d:last-child { margin-bottom: 0;}
.note_11_d_box {
  box-sizing: border-box;
  width: 100%;
}

/* ----------------------------------------------------
  幅変更で縦長＋モバイルでタテを短く
---------------------------------------------------- */
.tatenaga_img_01 {
  aspect-ratio: 4 / 2;
  overflow: hidden;
}
.tatenaga_img_01 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 4;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 3;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: 1.7 / 1.7;
  }
}
@media print, screen and (min-width: 1600px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_c {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .note_11_c {
    grid-template-columns: 3fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_c {
    grid-template-columns: 2fr 1fr;
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_c {
    grid-template-columns: 1fr 1fr;
    gap: 100px;    
  }
}
@media screen and (min-width: 1400px) {
  .note_11_c {
    grid-template-columns: 1fr 1fr;
    gap: 100px;    
  }
}
.note_11_c:last-child { margin-bottom: 0;}
.note_11_c_box {
  box-sizing: border-box;
  width: 100%;
}

/* ----------------------------------------------------
  ★★★レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  box-sizing: border-box;  
  align-items: center;
  justify-items: center;
  transition-duration: 300ms;
}
@media screen and (min-width: 768px) {
.note_13 {
    grid-template-columns: 1.2fr 2.8fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
.note_13 {
    grid-template-columns: 1fr 3fr;  
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
.note_13 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
.note_13 {
    gap: 80px;
  }
}
.note_13:last-child { margin-bottom: 0;}
.note_13_box {
  box-sizing: border-box;
  width: 100%;
}