@charset "utf-8";

:root {
  --main-color: #058978;
  --text-color-base: #333333;
  --text-color-sub: #FFFFFF;
  --text-color-title: #1c2c43;
  --text-colof-gray: #666666;
  --btn_bg: #FFFFFF;
  --btn_bg_blue: #1c8ce2;
  --border-color: #CDC7B4;
  --bg_green01: #63bd95;
  --bg_green02: #ecf7f5;
  --bg_purple: #1c2c43;
}

#root {
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: var(--text-color-base);
  line-height: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
}
a:hover {
  text-decoration: none;
}
.sec {
		padding: 50px 0px;
}
.cont {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
}
.pt0 {
  padding-top: 0px;
}
.pt60 {
		padding-top: 40px;
}
.pt80 {
  padding-top: 40px;
}
.pt100 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb60 {
		padding-bottom: 40px;
}
.pb80 {
  padding-bottom: 40px;
}
.pb100 {
  padding-bottom: 50px;
}
.pl15 {
  padding-left: 15px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb60 {
  margin-bottom: 30px;
}
.mb46 {
  margin-bottom: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mr30 {
		margin-right: 30px;
}
.ml30 {
		margin-left: 0px;
}
.ps100 {
		padding-right: 15px;
		padding-left: 15px;
}
.fb {
	 font-weight: 700;
}
.f18 {
  font-size: 16px;
}
.w50 {
		width:100%;
}
.sp_left {
		text-align: left;
}
p.mb8 {
  margin-bottom: 8px;
}
p.mb0 {
 margin-bottom: 0px;
}

.content_row {
  display: flex;
  flex-direction: column;
}
.content_row_center {
  justify-content: center;
}
.content_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.valign_center {
  display: flex;
  align-items: center;
}

h2.h2base {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: var(--text-color-title);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

/* フッター */
.footer {
		background-color: var(--main-color);
		padding: 70px 0px 50px;
}
.footer h3.h3base {
		color: var(--text-color-sub);
		font-size: 30px;
    font-weight: 700;
		line-height: 50px;
		margin-bottom: 48px;
}
.footer p {
		color: var(--text-color-sub);
		line-height: 30px;
		margin-bottom: 0px;
}
.footer_row {
    justify-content: center;
    text-align: center;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
		margin-top: 50px;
}
.copyright p {
  text-align:center;
  color:var(--text-color-sub);
  margin-bottom:0px;
  font-size: 12px;
		font-weight: 500;
}
.btn-pagetop {
	background-color: var(--bg_purple);
	right: 15px !important;
	bottom:15px !important;
}
.btn-pagetop a {
  width: 40px;
	height: 40px;
}
.btn-pagetop a img{
  width: 20px;
}
@media screen and (min-width:768px){
  .sec {
				padding: 60px 0px;
		}
  .cont {
				max-width: 100%;
		}
		.pt60 {
				padding-top: 60px;
		}
		.pt80 {
				padding-top: 80px;
		}
		.pt100 {
				padding-top: 100px;
		}
		.pb60 {
				padding-bottom: 60px;
		}
		.pb80 {
				padding-bottom: 80px;
		}
		.pt100 {
				padding-bottom: 100px;
		}
		.mb60 {
				margin-bottom: 60px;
		}
		.mb46 {
				margin-bottom: 46px;
		}
        .ml30 {
                margin-left: 30px;
        }
		.w50 {
				width:50%;
		}
		.sp_left {
				text-align: center;
		}
		.content_row {
				flex-direction: row;
		}
  .copyright {
  }
  .copyright p {
    font-size: 12px;
  }
   
	/* フッター */
	.footer p {
		line-height: 26px;
		font-size: 12px;
	}
	.footer h3.h3base {
		margin-bottom: 25px;
	}
  .btn-pagetop a {
    width:60px;
    height: 60px;
  }
  .btn-pagetop a img{
    width: auto;
  }
}

@media (min-width: 1024px) {
		.sec {
				padding: 120px 0px;
		}
		.pt100 {
				padding-top: 100px;
		}
		.pb100 {
				padding-bottom: 100px;
		}
  .cont {
				max-width: 964px;
		}
  .sp_none {
    display:block;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .f18 {
	font-size: 18px;
    line-height: 40px;
  }
  
  .content_raw {
    flex-direction: row;
  }

  h2.h2base {
    font-size: 42px;
				line-height: 56px;
  }
  h2.h2base.h2small {
    font-size: 36px;
  }
  h3.h3base {
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 40px;
  }

	/* フッター */
	.footer p {
		line-height: 36px;
		font-size: 16px;
	}
	.footer h3.h3base {
		margin-bottom: 35px;
	}
    .footer_row {
        justify-content: space-between;
        text-align: left;
    }
    .btn-pagetop {
        right: 20px !important;
        bottom: 20px !important;
    }
}

@media (min-width: 1200px) {
  .cont {
    max-width: 1240px;
  }
}


.content_row.footermenu{
    display: none;
}
@media (min-width: 1024px){
    .content_row.footermenu{
        display: flex;
    }
}




/* ご相談について */
.h2sub_base {
  color: var(--main-color);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact_info {
  justify-content: center;
  flex-direction: column;
}
.contact_info .c_row {
  width:100%;
  height: 135px;
  margin: 0px auto 20px;
}
.contact_info .c_row a,
.contact_info .c_row .telnum {
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_info .c_row .telnum {
  color: var(--text-color-base);
  background-color: var(--text-color-sub);
  text-align: center;
      font-weight:700;
}
.contact_info .c_row .telnum p {
color: var(--text-color-base);
font-size: 24px;
font-weight:700;
}
.contact_info .c_row .telnum p.f_num {
margin-bottom:0px;
}
.contact_info .c_row .telnum p.fsmall,
.contact_info .c_row a.mform p.fsmall {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
      font-weight:400;
      margin-bottom:0px;
}
.contact_info .c_row a.mform {
  color: var(--text-color-sub);
  background-color: var(--main-color);
  text-align: center;
}
.contact_info .c_row a.mform p.f_ml {
  font-size: 18px;
  font-weight: 700;
      color: var(--text-color-sub);
      margin-bottom:0px;
}
.contact_info .c_row a.mform p.fsmall {
color: var(--text-color-sub);
}
.sec_contact {
  background-image: url("/system_panel/uploads/images/contact_bg.jpg");
}
.sec_contact .contacttext {
  padding-left: 15px;
  padding-right: 15px;
}
.cont_bottom_telnum {
	justify-content: center;
    align-items:center;
    margin-bottom:5px;
}
.content_row.cont_bottom_telnum {
	flex-direction: row;
}
img.icon_cb_tel {
width: 18px;
  height: 19px;
  margin-right: 8px;
  margin-top: 3px;
}
img.icon_cb_mail {
width: 23px;
  height: 19px;
  margin-right: 12px;
  margin-top: 3px;
}
@media screen and (min-width:768px){
  .contact_info{
    flex-direction: row;
  }
  .contact_info .c_row {
      width:48%;
      height: 130px;
      margin: 0px 11px;
  }
  .contact_info .c_row a,
  .contact_info .c_row .telnum {
      width:100%;
      height:100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .contact_info .c_row .telnum {
      font-size: 24px;
  }
  .contact_info .c_row .telnum .fsmall,
  .contact_info .c_row a.mform .fsmall {
      font-size: 12px;
      line-height: 18px;
  }
  .contact_info .c_row a.mform {

  }
  .contacttext br{
    display: none;
  }
}
@media screen and (min-width:1024px){
  .contact_info {
      justify-content: center;
  }
  .contact_info .c_row {
      width:490px;
      height: 135px;
      margin: 0px 11px;
  }
  .contact_info .c_row a,
  .contact_info .c_row .telnum {
      width:100%;
      height:100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .contact_info .c_row .telnum {
      color: var(--text-color-base);
      background-color: var(--text-color-sub);
      text-align: center;
      font-size: 24px;
      font-weight: 700;
  }
  .contact_info .c_row .telnum .fsmall,
  .contact_info .c_row a.mform .fsmall {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      font-weight: 400;
  }
  .contact_info .c_row a.mform {
      color: var(--text-color-sub);
      background-color: var(--main-color);
      text-align: center;
      font-size: 18px;
      font-weight: 700;
  }
}