@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Noto serif JP', sans-serif;} /* 明朝 */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cormorant Garamond", 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;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_gray{background: #eee;}
.bg_blue{background: #0053ba;}
.bg_mizuiro{background: #22a6ce;}
.bg_lightblue{background: #ddecf1;}
.bg_grd01 {background-image: linear-gradient(90deg, #22a6ce, #0053ba);}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color:#0053ba}
.mizuiro{color: #22a6ce}

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

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

.part_h{padding:60px 0;}
@media print, screen and (min-width: 768px) {.part_h{padding:100px 0 70px 0}}
@media print, screen and (min-width: 992px) {.part_h{padding:150px 0 120px 0}}
@media print, screen and (min-width: 1200px) {.part_h{padding:200px 0 150px 0}}

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}

.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 55, 87, 0.4); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}

.h2_midasi_01{
	padding:50px 0;
	text-align: center;
	color: #fff;
}
@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:90px 0 90px 75px; text-align: left;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:100px 0 100px 75px;}}
@media print, screen and (min-width:1200px) {.h2_midasi_01{padding:120px 0 120px 75px;}}

.h2_midasi_01 p{
	font-size: 40px;
	line-height:50px;
	letter-spacing:2px;
  font-weight: 600;
	}
.h2_midasi_01 h2{
	font-size: 18px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 55px;
	line-height:65px;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 22px;
	letter-spacing:5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 65px;
	line-height:75px;
	}
.h2_midasi_01 h2{
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2_midasi_01 p{
	font-size: 75px;
	line-height:90px;
	}
}
@media print, screen and (min-width: 1400px) {
.h2_midasi_01 p{
	font-size: 90px;
	line-height:100px;
	}
}

/* ----------------------------------------------------
    h2アニメ
---------------------------------------------------- */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}	

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
  font-family: 'Noto serif JP', sans-serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 3px;
  margin-bottom: 20px;
	}
.midasi01 span{
  font-family: "Cormorant Garamond", serif;
	font-size: 37px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 15px;
	line-height: 33px;
	letter-spacing: 3px;
  margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 43px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 20px;
	line-height: 38px;  
	}
.midasi01 span{
	font-size: 50px;
	}
}
@media print, screen and (min-width: 1400px) {
.midasi01 span{
	font-size: 60px;
	}
}

/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 24px;
	line-height: 40px; 
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 30px;
	line-height: 45px; 
	}
}
@media print, screen and (min-width: 1600px) {
.midasi02{
	font-size: 35px;
	line-height: 50px;
  letter-spacing: 6px;
	}
}
@media print, screen and (min-width: 1800px) {
.midasi02{
	font-size: 40px;
	line-height: 55px;
  letter-spacing: 6px;
	}
}
 

/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
  line-height: 28px;
	letter-spacing: 2px;  
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
  line-height: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 22px;
  line-height: 32px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 16px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 20px;
  line-height: 35px;
	}
}

.midasi04 i{
  font-size: 7px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
  font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 30px;
  margin-bottom: 20px;
	}
.midasi05 span{
  font-family: "Cormorant Garamond", serif;
	font-size: 37px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 15px;
	line-height: 30px; 
  margin-bottom: 30px;
	}
.midasi05 span{
	font-size: 43px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 20px;
	line-height: 40px;  
	}
.midasi05 span{
	font-size: 50px;
	}
}
@media print, screen and (min-width: 1400px) {
.midasi05 span{
	font-size: 60px;
	line-height: 50px;   
	}
}

/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 25px;
  line-height: 28px;
	letter-spacing: 2px;
  margin-bottom: 15px;
	}
.midasi06 span{
 	font-size: 20px;
  color: #0047d7;
}

@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 25px;
  line-height: 28px;
	}
.midasi06 span{
	font-size: 22px;
	}
}

@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 30px;
	line-height: 33px;
	}
.midasi06 span{
	font-size: 25px;
	}
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07 {
  color: #22a6ce;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .midasi07 {
    font-size: 23px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .midasi07 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

.midasi07::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 70px;
  height:2px;
  background-color: #22a6ce;
}
@media print, screen and (min-width: 768px) {
.midasi07::after {
    bottom: -18px;
  }
}

/* ----------------------------------------------------
  ボタン
---------------------------------------------------- */
/* btna
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn01_in
---------------------------------------------------- */
.btn01_in {
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01_in:visited {
  color: #222 !important;
}
.btn01_in:hover,
.btn01_in:active {
  background: #f1e7d8;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}
.btn01_in .fa-location-dot{
   margin-right: 5px;
}

/*  btn02_in
---------------------------------------------------- */
.btn02_in {
  color: #fff !important;
  background: #2b3641;  
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn02_in:visited {
  color: #fff !important;
}
.btn02_in:hover,
.btn02_in:active {
  color: #fff !important;  
  background: #000;
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn02_in i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #fff;
}

/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background-image: linear-gradient(90deg, #22a6ce, #0053ba);
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background-image: linear-gradient(90deg, #22a6ce, #0053ba);
  letter-spacing: 3px;
  text-decoration: none !important;
}
.btn03_in i {
  color: #fff;                                    
  font-size: 16px;
  margin: 0 0 0 5px;
}

/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #402012 !important;
  background: #f9f8f6;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
  box-shadow: 0px 2px 8px 0px rgba(72,68,62,0.1);
}
.btn01:visited {
  color: #402012 !important;
}
.btn01:hover,
.btn01:active {
  letter-spacing: 3px;  
  background: #ece8e2;
  color: #402012 !important;
  text-decoration: none !important;
}
.btn01 i {
  color: #d2b07f;
  font-size: 16px;
  margin: 0 0 0 5px;
}

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

/* table1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 30%;
	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;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}
.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;
	}
}

/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
/*　mail form（タイトル）
---------------------------------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

/*　左右エリア
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
    border-left: 1px solid #fff;
  }
}

/*　受付時間など
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.contact_bottom_l_text{
  font-size: 14px;
  margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_text{
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact_bottom_l_text{
    font-size: 16px;
  }
}

/*　電話
---------------------------------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 20px 5px;
	color:#fff;
	background-color: #2b3641;
	margin-bottom: 8px;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 32px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  }
}

/*　メールボタン
---------------------------------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;  
  font-size: 14px;
  width: 70%;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  font-size: 16px;
  padding: 7px 5px;  
  }
}

.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 1px solid #fff;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 1px solid #a8c7e6;
  background: #004185;
	text-decoration:none;
	}

/*　メールアイコン
---------------------------------------------------- */
.contact_bottom_mail i{
  font-size:　15px;
  margin-right: 5px;
}

/* ----------------------------------------------------
  レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items:center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;    
    gap: 40px;
    margin-bottom: 80px;
  }
}
@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: 1200px) {
  .note_11 {
    gap: 80px;
  }
}

.note_11:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（1:1） 1200以上で
---------------------------------------------------- */
.note_11_b {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;
  align-items:center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
}
@media screen and (min-width: 768px) {
  .note_11_b {
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_b {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_b {
    grid-template-columns: 1fr 1fr;  
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_b {
    gap: 80px;
  }
}

.note_11_b:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_b_box {box-sizing: border-box;}


/* ----------------------------------------------------
  レイアウト（1:2）
---------------------------------------------------- */
.note_23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items:center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */  
}
@media screen and (min-width: 768px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
  }
}

.note_23:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_23_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_01{
  padding: 25px;
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) {
.hako_01{
  padding: 30px;
  }
}
@media print, screen and (min-width: 992px) {
.hako_01{
  padding: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.hako_01{
  padding: 60px;
  }
}
@media print, screen and (min-width: 1400px) {
.hako_01{
  padding: 80px;
  }
}
@media print, screen and (min-width: 1600px) {
.hako_01{
  padding: 100px;
  }
}

/* ----------------------------------------------------
  ボックス
---------------------------------------------------- */
.hako_02{
  padding: 25px;
  border-radius: 30px;
  background: #ecf1f5;
}
@media print, screen and (min-width: 768px) {.hako_02{ padding: 30px;}}
@media print, screen and (min-width: 992px) {.hako_02{ padding: 40px;}}

/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.box_workflow {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box_workflow li {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
}

.box_workflow .box_workflow_number {
  font-family: 'Noto serif JP', sans-serif;  
  width: auto;
  font-weight: none;
  padding-left: 24px; /* ●分のスペース */
  margin-right: 0;
  margin-bottom: 8px;
  position: relative;
  font-size: 18px;
  color: #222;
}

.box_workflow .box_workflow_number:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -6px;
  top: 0.2em;
  font-size: 14px;
  color: #0053ba;
  z-index: 1;
}

.box_workflow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px; /* ●の中心 */
  top: 22px;  /* ●の下から */
  bottom: -70px;
  width: 2px;
  background-color: #0053ba;
  z-index: 0;
}

.box_workflow .box_workflow_cont {
  flex: none;
  padding-left: 22px;
}

.box_workflow h4{
  font-family: 'Noto serif JP', sans-serif;  
  font-size: 120%;
  margin-bottom: 10px;
  color: #0053ba;
}

/* 768以上
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .box_workflow li {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .box_workflow .box_workflow_number {
    width: 200px;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing:2px;
  }

  .box_workflow .box_workflow_number:before {
    font-size: 18px;
    top: 1px;
    left: 173px;
  }

  .box_workflow li:not(:last-child)::after {
    left: 181px;
    top: 14px;
    bottom: -66px;
    width: 2px;
  }

  .box_workflow .box_workflow_cont {
    flex: 1;
  }
}

/*　共通　内容の中にリストがある場合
------------------------------ */
/* 不要な ::after を完全無効化 */
.box_workflow_cont .inner_list li::after {
  content: none !important;
}

@media only screen and (max-width: 767px) {
  .box_workflow li {
    flex-direction: column !important; /* 縦並びに戻す */
    align-items: stretch !important;   /* 子要素を横いっぱいに伸ばす */
  }

  .box_workflow_cont {
    width: 100% !important;
    min-width: 0 !important; /* flex子の幅制限回避 */
  }

  .box_workflow_cont .inner_list {
    width: 100% !important;
    padding-left: 1.5em; /* ディスク分の余白 */
    margin-left: 3px;
    list-style: disc;
    box-sizing: border-box;
    flex: 1 1 100%;
  }

  .box_workflow_cont .inner_list li {
    display: list-item !important; /* flex無効化 */
    width: 100% !important;
    position: static !important;
    border-bottom: 1px solid #eee !important;
    padding: 5px 0 !important;
    margin-bottom: 0;
    box-sizing: border-box !important;
  }
}

@media print, screen and (min-width: 768px) {
  .box_workflow_cont .inner_list {
    padding-left: 1em;
    margin-left: 5px;
    list-style: disc;
  }

  .box_workflow_cont .inner_list li {
    display: list-item !important;
    position: static !important;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------
  横フロー　
---------------------------------------------------- */
.flow_number_01{
	position:relative;
	background: #fff;
	padding:20px;
	text-align: center;
  border-radius: 8px 0;
  border:1px solid #333;
	box-shadow: 0px 0 7px 2px rgba(0,0,0,0.1);
}

.flow_number_01 h3{
  font-family: 'Noto serif JP', sans-serif;  
  font-size: 120%;
  margin-bottom: 10px;
  color: #0053ba;
}

.flow_number_01 p{
  text-align: left;
} 

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

.flow_number_01 span{
  font-family: 'Noto serif JP', sans-serif;  
	position:absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff !important;
	background: #0053ba; /* 背景色 */
	padding:10px;
	text-align:center;
  border-radius: 5px 0 5px 0;  
	}
@media print, screen and (min-width: 768px) {
  .flow_number_01 span{
  	top:0;
  	left:0;
  	width: 50px;
  	height: 50px;
  	font-size: 20px;
  	padding:10px 20px 20px 13px;
	}
}
@media print, screen and (min-width: 1200px) {
  .flow_number_01 span{
  	top:0;
  	left:0;
  	width: 60px;
  	height: 60px;
  	font-size: 30px;
  	padding:15px 20px 20px 13px;
	}
}

/* ----------------------------------------------------
  円背景の要素
---------------------------------------------------- */
.circle-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #00356b;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
.circle-bg {
  width: 100%;
  margin: 0 auto;  
  }
}
@media print, screen and (min-width: 1800px) {
.circle-bg {
  width: 85%;
  margin: 0 auto 0;  
  }
}

.circle-bg img {
  width: 55px;
  height: auto;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.circle-bg img {
  width: 70px;
  }
}
@media print, screen and (min-width: 992px) {
.circle-bg img {
  width: 80px;
  }
}

.circle-bg p {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
.circle-bg p {
  font-size: 15px;
  }
}
@media print, screen and (min-width: 992px) {
.circle-bg p {
  font-size: 17px;
  }
}
@media print, screen and (min-width: 1600px) {
.circle-bg p {
  font-size: 18px;
  }
}

/* ----------------------------------------------------
  アコーディオン
---------------------------------------------------- */
.part_ctrg{padding:20px 0}
@media print, screen and (min-width: 768px) {.part_ctrg{padding:20px 0 10px 0}}

.accordion dt {
	display: inline-block;
	padding: 15px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	background:#0053ba;
	cursor:pointer;
}
.accordion dd{ display:none}
.accordion dd ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}
.accordion dd li {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.accordion dd li a {
	display: block;
	padding: 15px;
	text-align: center;
}

.accordion dd li a:link,
.accordion dd li a:visited,
.accordion dd li a:hover,
.accordion dd li a:active{color:#222;}
.accordion dd li a:hover{background:#eee !important; color:#222 !important}
.accordionIcon,
.accordionIcon span{display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordionIcon {
	position: relative;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
}
.accordionIcon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.accordionIcon span:nth-of-type(1) {top: 0;}
.accordionIcon span:nth-of-type(2) {top: 11px;}
.accordionIcon span:nth-of-type(3) {bottom: 0;}
.active .accordionIcon span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.active .accordionIcon span:nth-of-type(2) {
	opacity: 0;
}
.active .accordionIcon span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(315deg);
	transform: translateY(-11px) rotate(315deg);
}

@media print, screen and (min-width: 768px){
.accordion dt {background-image:none; cursor:default;}
.accordion dt.active { background-image:none;}
.accordion dd{ display: block}
.accordionIcon { display: none;}

.accordion dd li a {
  padding:10px 5px;
  border:1px solid #222;
  border-radius: 10px  
}	
.accordion dd li a:hover{
  background:#0053ba !important;
  color:#fff !important;
	}
.accordion dd ul {
  border:0;
	}
.accordion dd li {
  background-color: #fff;
  float: left;
  border:0;
  margin:0 8px 15px 8px;
  border-radius: 10px
	}
}

@media print, screen and (min-width:768px){.accordion dd li {width: 31%;}}
@media print, screen and (min-width:992px){.accordion dd li {width: 23%;}}
@media print, screen and (min-width:1200px){.accordion dd li {width: 23%;}}
@media print, screen and (min-width:1400px){.accordion dd li {width: 23%;}}
@media print, screen and (min-width:1600px){.accordion dd li {width: 18.5%;}}

@media only screen and (max-width: 767px) {.accordion .navon {background:#eee !important; color:#222 !important}}
@media print, screen and (min-width: 768px) {.accordion .navon { background:#0053ba !important; color:#fff !important}}

/* ----------------------------------------------------
  カテゴリ　タイトル
---------------------------------------------------- */
.ctgr_title{
	font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
	letter-spacing: 2px;
	}

@media print, screen and (min-width: 768px) {
.ctgr_title{
	font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
	}
}

/* ----------------------------------------------------
  カテゴリ
---------------------------------------------------- */
.grid_ctgr_01 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 40px;
}
@media print, screen and (min-width: 768px) {
  .grid_ctgr_01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .grid_ctgr_01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .grid_ctgr_01 {
    gap:50px 80px;
  }
}

/* ----------------------------------------------------
  カテゴリ　ボックス3並び
---------------------------------------------------- */
.grid_ctgr_box_01 .photo-ofi {
  margin-bottom: 8px;
}

.grid_ctgr_box_01 h4 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

/* ----------------------------------------------------
	   ページング
---------------------------------------------------- */
.part_paging{padding:30px 0 0 0}
@media print, screen and (min-width: 992px) {.part_paging{padding:40px 0 0 0}}

.paging { text-align: center; font-size: 90%;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#333;
	border:1px solid #333;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	background: #fff;
  border-radius: 5px;  
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #333;
}
.paging span.current{
	background: #333;
	border:1px solid #333;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
  border-radius: 5px;
}
.paging span.paging-text a:hover{
	background: #333;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}
