
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 945px;
  background: #fff;
	background: url("../../images/main.png?20240619");
	background-position: center;
}

.top_main_sp {
	display: none;
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

 
@media screen and (max-width: 768px) {
 .top_main {
 display: none;
}

.top_main_sp {
	display: block;
}
.pcimg {
	display: none;
}
.spimg {
	display: block;
}

}


/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	background: #1d7cdc;
	padding: 60px 0 60px 0;
}

a.cta-button {
	width: 860px;
  padding: 40px;
  margin: 0 auto;
  display: block;
  color: #fff !important;
  background: #f39800;
  text-decoration: none;
  font-size:4rem;
	font-weight: bold;
  border-radius: 60px;
  text-align:center;
  text-decoration:none !important;
	position: relative;
	box-sizing: border-box;
	line-height: 1;
}
a.cta-button:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 5px 0 0;
  background: url("../../images/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:33px;
  right: 20px;
}
a.cta-button:hover {
  background: #f36d00;
}

@media screen and (max-width: 768px) {
.cta01 {
	background: #1d7cdc;
	padding: 20px 15px 10px 15px;
	box-sizing: border-box;
}

a.cta-button {
	width: auto;
  padding: 10px;
  margin: 0 auto 13px auto;
  display: block;
  color: #fff !important;
  background: #f39800;
  font-size:1.8rem;
  border-radius: 60px;
  text-align:center;
  text-decoration:none !important;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}
a.cta-button:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  background: url("../../images/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:22px;
  right: 10px;
}
a.cta-button:hover {
  background: #d3002d;
}
}


/* --------------------------　topcamp　-------------------------- */
.bg01 {
	padding: 0px 0;
	box-sizing: border-box;
}



.content-block {
	width: 1000px;
	margin: auto;
	background: #fff;
	
}
.content-block02 {
	width: 1000px;
	margin: auto;
	background: #cde8fe;
	
}
.content-wrap {
	width: 820px;
	margin: auto;
	padding: 60px 0;
}


@media screen and (max-width: 768px) {
.bg01 {
	padding: 0px 0px;
	box-sizing: border-box;
}

.content-block {
	width: auto;
	margin: auto 0px;
	background: #fff;
	
}
.content-block02 {
	width: auto;
	margin: auto 0px;
	background: #cde8fe;
	
}
.content-wrap {
	width: auto;
	margin: auto;
	padding: 30px 15px;
}
}


/* --------------------------　top-01　-------------------------- */

.title01 {
	margin-bottom: 40px;
}

.top-01 .graybg {
	background: #f7f7f7;
	padding: 30px 60px 30px 60px;
	position: relative;
	margin-bottom: 40px;
}
.top-01 .graybg h2 {
	font-size: 3.6rem;
	font-weight: bold;
	color:#262626;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.top-01 .graybg h2 span {
color:#1d7cdc;
	font-size: 4.2rem;
}
.graybg .inner {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
.graybg .inner p {
	font-size: 2.4rem !important;
	font-weight: bold;
	line-height: 2;
}

.graybg .inner p span {
	color:#1d7cdc;
}
.top-01 .graybg p {
	font-size: 2.8rem;
	font-weight: bold;
} 
p.center  {
	text-align: center;
}

.top-01 .ill01 {
	position: absolute;
	bottom:-40px;
	right: -50px;
	width: 355px;
}

.red {
	color:#de0d23;
}


.title-type01 {
	background: #1d7cdc;
	padding: 30px;
	position: relative;
}
.title-type01 h2 {
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.title-type01 .sankaku {
	font-size: 5rem;
	text-align: center;
	position: absolute;
	color:#fff;
	 top: 2px;
    left: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.kome01 {
	font-size: 1.4rem;
	text-align: center;
	margin-top:-50px; 
	margin-bottom: 50px;
}
.ill_right {
	float: right;
	width: 390px;
}

.m01 {
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 0 0;
}

.mizubg {
	background: #e7f3fc;
	padding: 35px;
	position: relative;
	
}
.mizubg .inner {
	background: #fff;
	padding: 30px;
}


ul.list01 li{
    list-style: none;
	text-align: left;
	font-size: 2.4rem;
	line-height: 180%;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.list01 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #1d7cdc; 
  margin-right: 10px;
}

.top-03 .ill03 {
	position: absolute;
	bottom:-40px;
	right: -50px;
	width: 225px;
}
.top-03 .m01 {
	margin-top: 70px;
}


.title-type02 {
	background: #f39800;
	padding: 30px;
	position: relative;
}
.title-type02 h2 {
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.orgbg {
	background: #fef4e5;
}
.orgbg h3 {
	text-align: center;
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
	padding: 0px 0 20px 0;
}
.orgbg h3 span {
	font-size: 4rem;
	color:#fb7c00;
	
}

.orgbg .inner {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
}
.orgbg .inner h4 {
	background: #fef4e5;
	text-align: center;
	text-align: 2rem;
	padding: 0;
	margin: 0;
	padding: 20px;
	border: 1px solid #fde4bf;
	margin-bottom: 20px;
}

.jlist {
	display: flex;
	flex-wrap: wrap;
}

.jlist li {
	background: #f2f1f1;
	padding: 10px;
	width: 32% !important;
	margin: 0 4px 8px 4px;
	font-size: 1.4rem;
	text-align: center;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.6;
}
.jlist02 {
	display: flex;
	flex-wrap: wrap;
}
.jlist02 li {
	background: #f2f1f1;
	padding: 10px;
	width: 100% !important;
	margin: 0 4px 8px 4px;
	font-size: 1.4rem;
	text-align: center;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.6;
}
.kome02 {
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 0;
}

.m02 {
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 0px 0;
	border-bottom: 3px solid #222;
	padding-bottom: 10px;
}

.m03 {
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 50px;
}

.ill_right02 {
	float: right;
	width: 300px;
}
.m03 span {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #f8b03f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.offerimg {
	margin-top: -60px;
}

.bg02 {
	background: #cde8fe;
	padding: 0px 0;
	box-sizing: border-box;
}

.top-06 h2 {
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 30px 0;
	border-bottom: 5px solid #222;
	border-top: 5px solid #222;
	line-height: 1.5;
}

.top-06 span {
	color:#1d7cdc;
}

.naiyou {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
	position: relative;
}

.naiyou h3 {
	background: #1d7cdc;
	padding: 20px;
	text-align: center;
	color:#fff;
	font-size: 3rem;
	margin-bottom: 20px;
}

ul.list02 li{
    list-style: none;
	text-align: left;
	font-size: 2rem;
	line-height: 180%;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.list02 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #1d7cdc; 
  margin-right: 10px;
}

.ill06 {
	position: absolute;
	bottom: -70px;
	right: -40px;
	width: 280px;
}
.top-07 h2 {
	background: #444444;
	padding: 15px;
	text-align: center;
	color:#fff;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.8rem;
	line-height: 180%;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 20px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 15%;
	font-weight: normal;
}
dl#gaiyou dd {
	background: #fff;
	border-top: 1px solid #E3E3E3;
	margin-left:16%;
	border-left: 1px solid #E3E3E3;
	font-weight: normal;
}
.profile {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profile_l {
	width: 75%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.profile_r {
	width: 20%;
}
.nintei {
	background: #1d7cdc;
	text-align: center;
	color:#fff;
	font-size: 2rem;
	padding: 5px 10px;
	width: 200px;
	margin-bottom: 5px;
}
.katagaki {
	font-size: 2rem;
}
.name {
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 600;
}

.name span {
	font-size: 2rem;
}
.profile-txt p {
	font-size: 1.6rem;
}

.profile-txt h4 {
	font-size: 2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}


.notebox {
	background: #f4f4f4;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;

  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
 font-size: 2rem;
}
.notebox h3 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height: 1.6;
	font-size: 3.6rem;
	text-align: center;
	padding: 0;
	margin: 0;
}




@media screen and (max-width: 768px) {
	
.title01 {
	margin-bottom: 20px;
}

.top-01 .graybg {
	background: #f7f7f7;
	padding: 20px 20px 20px 20px;
	position: relative;
	margin-bottom: 60px;
}
.top-01 .graybg h2 {
	font-size: 2rem;
	font-weight: bold;
	color:#262626;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.top-01 .graybg h2 span {
color:#1d7cdc;
	font-size: 2.4rem;
}
.graybg .inner {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.graybg .inner p {
	font-size: 1.5rem !important;
	font-weight: bold;
	line-height: 1.8;
}

.graybg .inner p span {
	color:#1d7cdc;
}
.top-01 .graybg p {
	font-size: 1.6rem;
	font-weight: bold;
} 
p.center  {
	text-align: center;
}

.top-01 .ill01 {
	position: absolute;
	bottom:-50px;
	right: 0px;
	width: 150px;
}

.red {
	color:#de0d23;
}


.title-type01 {
	background: #1d7cdc;
	padding: 20px 10px;
	position: relative;
}
.title-type01 h2 {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.title-type01 .sankaku {
	font-size: 5rem;
	text-align: center;
	position: absolute;
	color:#fff;
	 top: -10px;
    left: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
}
.kome01 {
	font-size: 1.2rem;
	text-align: center;
	margin-top:-20px; 
	margin-bottom: 50px;
	line-height: 1.5;
}
.ill_right {
	float: none;
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.m01 {
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 0 0;
}

.mizubg {
	background: #e7f3fc;
	padding: 15px;
	position: relative;

	
}
.mizubg .inner {
	background: #fff;
	padding: 15px;
}


ul.list01 li{
    list-style: none;
	text-align: left;
	font-size: 1.5rem;
	line-height: 150%;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.list01 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #1d7cdc; 
  margin-right: 10px;
}

.top-03 .ill03 {
	position: absolute;
	bottom:-70px;
	right: 0px;
	width: 120px;
}
.top-03 .m01 {
	margin-top: 80px;
}


.title-type02 {
	background: #f39800;
	padding: 20px 10px;
	position: relative;
}
.title-type02 h2 {
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.orgbg {
	background: #fef4e5;
}
.orgbg h3 {
	text-align: center;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	padding: 0px 0 20px 0;
	line-height: 1.7;
}
.orgbg h3 span {
	font-size: 2rem;
	color:#fb7c00;
	
}

.orgbg .inner {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.orgbg .inner h4 {
	background: #fef4e5;
	text-align: center;
	text-align: 1.8;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	padding: 15px;
	border: 1px solid #fde4bf;
	margin-bottom: 15px;
}

.jlist {
	display: flex;
	flex-wrap: wrap;
}

.jlist li {
	background: #f2f1f1;
	padding: 10px;
	width: 100% !important;
	margin: 0 4px 4px 4px;
	font-size: 1.2rem;
	text-align: center;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.6;
}
.jlist02 {
	display: flex;
	flex-wrap: wrap;
}
.jlist02 li {
	background: #f2f1f1;
	padding: 10px;
	width: 100% !important;
	margin: 0 4px 8px 4px;
	font-size: 1.4rem;
	text-align: center;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.6;
}
.kome02 {
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 0;
}

.m02 {
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 0px 0;
	border-bottom: 3px solid #222;
	padding-bottom: 10px;
}

.m03 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0px;
}

.ill_right02 {
	float: none;
	width: 80%;
	margin: auto;
}
.m03 span {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #f8b03f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.offerimg {
	margin-top: 0px;
}

.bg02 {
	background: #cde8fe;
	padding: 0px 0;
	box-sizing: border-box;
}

.top-06 h2 {
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 15px 0;
	border-bottom: 3px solid #222;
	border-top: 3px solid #222;
	line-height: 1.5;
}

.top-06 span {
	color:#1d7cdc;
}

.naiyou {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.naiyou h3 {
	background: #1d7cdc;
	padding: 15px;
	text-align: center;
	color:#fff;
	font-size: 1.7rem;
	margin-bottom: 20px;
}

ul.list02 li{
    list-style: none;
	text-align: left;
	font-size: 1.5rem;
	line-height: 180%;
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
	border-bottom: 1px dashed #717171;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.list02 > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #1d7cdc; 
  margin-right: 10px;
}

.ill06 {
	position: absolute;
	bottom: -80px;
	right: 0px;
	width: 130px;
}
.top-07 h2 {
	background: #444444;
	padding: 15px;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.5rem;
	line-height: 180%;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: normal;
}
dl#gaiyou dd {
	background: #fff;
	border-top: 1px solid #E3E3E3;
	margin-left:auto;
	border-left: 0px solid #E3E3E3;
	font-weight: normal;
}
.profile {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profile_l {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.profile_r {
	width: 40%;
	margin: 0 auto 20px;
}
.nintei {
	background: #1d7cdc;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	padding: 5px 10px;
	width: 150px;
	margin-bottom: 5px;
	margin: 0 auto 5px; 
}
.katagaki {
	font-size: 1.4rem;
}
.name {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 600;
}

.name span {
	font-size: 1.4rem;
}
.profile-txt p {
	font-size: 1.4rem;
}

.profile-txt h4 {
	font-size: 1.6rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}


.notebox {
	background: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}
.note {

  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 1.98em 1em;
  margin: 0em 0;
 font-size: 1.4rem;
}
.notebox h3 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height: 1.6;
	font-size: 2rem;
	text-align: center;
	padding: 0;
	margin: 0;
}
	
}














.footer_fix_btn {
  display: none;
}
@media (max-width: 1200px) {
	
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  z-index: 2;
  display: block;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
  color: #fff;
	font-size: 2rem !important;
	font-weight: 600;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.fix_button {
	line-height: 1.7;
	width: auto;
    margin: auto;
	
}

.fix_tel {
	width: auto;
	background: #f4f2f2;
	color: #fff;
	padding: 15px 0;
}
.fix_tel img {
	width: 80%;
	height: auto;
}
.fix_line{
	width: auto;
	background: #f39800;
	color: #fff;
	padding: 10px 0;
	font-size: 2rem;
}

.fix_tel i,
.fix_mail i,
.fix_line i {
	font-size: 1.6rem;
}
}


.redbg {
	background:#df4444 !important; 
}

.redK {
	color:#df4444;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.bkK {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background: #ffff00;
}


@media (max-width: 1200px) {
.redbg {
	background:#df4444 !important; 
}

.redK {
	color:#df4444;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
}
.bkK {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background: #ffff00;
	line-height: 1.5;
}
	
}