@charset "utf-8";
/* CSS Document */

.red {
  color: #D55353;
}


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

main {
  border-bottom: solid 95px #466E8C;
  margin-bottom: 60px;
}

section .inner {
  width: 880px;
  margin: 0 auto;
}

.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}


/* .introduction */

.introduction {
  text-align: center;
  /*height: 100vh;*/
  min-height: 820px;
/*  background: url("../images/hikarishokubai/introduction_bg.jpg") no-repeat center bottom / 100%;*/
  padding-top: 30px;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}

.introduction h1 {
  font-size: 1.8rem;
}

.introduction h1 span {
  width: fit-content;
  display: block;
  padding: 5px 35px;
  font-size: 2.8rem;
  border: solid 1px #707070;
  margin: 25px auto 15px;
}

.introduction p.sub {
  font-size: 2.8rem;
}
.introduction p.sub .red {
  font-size: 3.6rem;
}

.introduction p.catch {
  font-size: 8rem;
}

.introduction img {
  width: 100%;
  display: block;
  margin-top: -90px;
  position: relative;
  z-index: -1;
}


/* .sec01 */

.sec01 {
}

.sec01 h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  padding-left: 145px;
  font-weight: 600;
}

.sec01 .point01,
.sec01 .point02 {
  border-bottom: solid 2px #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sec01 .point03 {
  padding-bottom: 50px;
}

.sec01 .point01 h2 {
  background: url("../images/hikarishokubai/sec01_point01_h2.png") no-repeat left center / 119px;
}
.sec01 .point02 h2 {
  background: url("../images/hikarishokubai/sec01_point02_h2.png") no-repeat left center / 119px;
}
.sec01 .point03 h2 {
  background: url("../images/hikarishokubai/sec01_point03_h2.png") no-repeat left center / 119px;
}

.sec01 p.info_txt {
  margin-bottom: 20px;
}

.sec01 img.point_img {
  width: 380px;
  display: block;
}

.sec01 .txt_box {
  width: 480px;
}

.sec01 .txt_box h3 {
  font-size: 1.8rem;
  height: 48px;
  border: solid 2px #000;
  border-left: solid 15px #000;
  line-height: 48px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.sec01 .txt_box img,
.sec01 .txt_box p{
  margin-bottom: 20px;
}

.sec01 .point01 p.summarize {
  font-size: 2.8rem;
  border-bottom: solid 2px #000;
  font-weight: 500;
  margin: 30px 0 20px;
}

.sec01 .point01 ul {
  display: flex;
  gap:0 20px; 
  margin-bottom: 20px;
}

.sec01 .point01 ul li {
  width: 215px;
  height: 215px;  
}

.sec01 .point01 ul li img {
  width: 100%;
  object-fit: cover;
}


/* .sec02 */

.sec02 {
  background: #FFFFF8;
  padding: 45px 0 60px;
}

.sec02 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}
.sec02 h2 span {
  font-size: 4.8rem;
}

.sec02 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:60px 40px;
  margin-bottom: 85px;
}

.sec02 ol li {
  width: 420px;
  height: 120px;
  display: flex;
}

.sec02 ol li .dancing {
  width: 65px;
  display: block;
  padding: 20px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  border: solid 1px #000;
  background: #FFF;
}

.sec02 ol li .dancing .num {
  font-size: 2.4rem;
}

.sec02 ol li .list_content {
  width: 355px;
  display: flex;
  align-items: center;
}

.sec02 ol li .list_content dl {
  padding-left: 15px;
}

.sec02 ol li .list_content dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.sec02 ol li .list_content dl dd {
  font-size: 1.6rem;
  line-height: 1.4;
}

.sec02 .kaiketsu {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}


/* .sec03 */

.sec03 {
  padding: 50px 0;
}

.sec03 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin:0 auto 30px;
  width: fit-content;
  border-bottom: solid 2px #000;
  padding: 0 1.5em;
}

.sec03 ul {
}

.sec03 ul li {
  width: 780px;
  display: flex;
  gap:0 18px;
}

.sec03 ul li:not(:last-child) {
    margin-bottom: 30px;
}

.sec03 ul li:nth-child(2) {
  margin-left: auto;
}

.sec03 ul li img {
  width: 355px;
  object-fit: cover;
}

.sec03 ul li .txt_box {
  padding-top: 10px;
}

.sec03 ul li h3 {
  font-size: 2.8rem;
}

.sec03 ul li .txt_box p {
  margin-bottom: 1em;
}


/* .sec04 */

.sec04 {
  padding: 50px 0;
  /*background: #FFFFF8;*/
}

.sec04 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1;
}
.sec04 h2 span {
  font-size: 1.8rem;
}

.sec04 ol {
}

.sec04 ol li {
  width: 625px;
  display: flex;
  gap:0 20px;
  margin:0 auto 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #707070;
}

.sec04 ol li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sec04 ol li img {
  width: 224px;
  height: 160px;
  object-fit: cover;
}

.sec04 ol li .txt_box {
}

.sec04 ol li h3 {
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.0;
  margin-bottom: 5px;
}

.sec04 ol li h3 span {
  color: #F7A9A9;
  font-size: 7rem;
  margin-right: 20px;
}

.sec04 ol li .txt_box p {
  margin-bottom: 1em;
}


/* .sec05 */

.sec05 {
  padding: 50px 0 40px;
}

.sec05 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
}
.sec05 h2 span {
  font-size: 1.8rem;
}

.sec05 dl {
  width: 680px;
  margin: 0 auto;
}

.sec05 dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
.sec05 dl dt:before,
.sec05 dl dd:before{
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.sec05 dl dt:before {
  content: 'Q';
  color: #466E8C;
}
.sec05 dl dd:before {
  content: 'A';
  color: #D55353;
}

.sec05 dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}


/* .sec06 */

.sec06 {
  padding: 50px 0;
  background: #FFFFF8;
}

.sec06 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.sec06 .individual {
  width: 660px;
  margin: 0 auto 40px;
}

.sec06 h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.sec06 .individual ul {
  padding-top: 10px;
}

.sec06 .individual ul li {
  list-style-type: disc;  
}

.sec06 .individual img {
  width: 248px;
  height: 160px;
  object-fit: cover;
}


/* .sec07 */

.sec07 {
  padding: 50px 0;
}

.sec07 .inner {
  width: 560px;
}

.sec07 h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 70px;
  line-height: 1;
}
.sec07 h2 span {
  font-size: 1.8rem;
}

.sec07 .tel_info {
  border-bottom: solid 1px #707070;
  line-height: 1.5;
  align-items: center;
}

.sec07 .number {
  width: 320px;
  font-size: 4rem;
  font-weight: 600;
}

.sec07 .number span {
  font-size: 2.8rem;
  font-weight: 500;
}

.sec07 .reception {
  font-size: 1.6rem;
  width: 220px;
}

.sec07 .reception span {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

.sec07 .other_info {
  margin-bottom: 65px;
}

.sec07 .other_info span {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
  font-weight: 700;
}
.sec07 .other_info .mail {
  background: url("../images/hikarishokubai/sec07_icon01.svg") no-repeat left center / 20px;
}
.sec07 .other_info .fax {
  background: url("../images/hikarishokubai/sec07_icon02.svg") no-repeat left center / 20px;
}

.sec07 h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.sec07 .company_logo {
  width: 242px;
  margin: 0 auto 20px;
  display: block;
}

.sec07 .company_name {
  text-align: center;
  margin-bottom: 15px;
}

.sec07 .company_name span {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}


/* 相談・質問へのリンク */

p.to_contact {
  width: 100%;
  text-align: center;
  background: #000;
  color: #FFF;
  position: fixed;
  bottom: 0;
}
p.to_contact a {
  line-height: 1.0;
  height: 60px;
  padding-top: 10px;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  background: url("../images/hikarishokubai/introduction_arrow.svg") no-repeat center bottom 10px / 20px;
}
p.to_contact a:hover {
  background: #333 url("../images/hikarishokubai/introduction_arrow.svg") no-repeat center bottom 10px / 20px;
  transition: 0.3s;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

main {
  border-bottom: solid 30px #466E8C;
  margin-bottom: 60px;
}

section .inner {
  width: 90%;
  margin: 0 auto;
}


/* .introduction */

.introduction {
  text-align: center;
  padding-top: 30px;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}

.introduction h1 {
  font-size: 1.8rem;
}

.introduction h1 span {
  width: fit-content;
  display: block;
  padding: 5px 35px;
  font-size: 2rem;
  border: solid 1px #707070;
  margin: 25px auto 15px;
}

.introduction p.sub {
  width: 90%;
  margin: 0 auto;
  font-size: 2rem;
}
.introduction p.sub .red {
  font-size: 2.6rem;
}

.introduction p.catch {
  font-size: 4.4rem;
}

.introduction img {
  width: 100%;
  display: block;
}


/* .sec01 */

.sec01 {
}

.sec01 h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  padding-top: 90px;
  font-weight: 600;
}

.sec01 .point01,
.sec01 .point02 {
  border-bottom: solid 2px #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sec01 .point03 {
  padding-bottom: 30px;
}

.sec01 .point01 h2 {
  background: url("../images/hikarishokubai/sec01_point01_h2.png") no-repeat center top / 80px;
}
.sec01 .point02 h2 {
  background: url("../images/hikarishokubai/sec01_point02_h2.png") no-repeat center top / 80px;
}
.sec01 .point03 h2 {
  background: url("../images/hikarishokubai/sec01_point03_h2.png") no-repeat center top / 80px;
}

.sec01 p.info_txt {
  margin-bottom: 20px;
}

.sec01 img.point_img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.sec01 .txt_box {
  width: 100%;
}

.sec01 .txt_box h3 {
  font-size: 1.8rem;
  border: solid 2px #000;
  border-left: solid 15px #000;
  padding:2px 0 2px 10px;
  margin-bottom: 20px;
}

.sec01 .txt_box img,
.sec01 .txt_box p{
  margin-bottom: 20px;
}

.sec01 .point01 p.summarize {
  font-size: 2rem;
  border-bottom: solid 2px #000;
  font-weight: 500;
  margin: 30px 0 20px;
}

.sec01 .point01 ul {
  display: flex;
  gap:0 20px; 
  margin-bottom: 20px;
}

.sec01 .point01 ul li {
  width: calc(100% /3 );
}

.sec01 .point01 ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* .sec02 */

.sec02 {
  background: #FFFFF8;
  padding: 40px 0;
}

.sec02 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec02 h2 span {
  font-size: 3rem;
}

.sec02 ol {
  margin-bottom: 40px;
}

.sec02 ol li {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 30px;
}

.sec02 ol li .dancing {
  width: 65px;
  display: block;
  padding: 20px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  border: solid 1px #000;
  background: #FFF;
}

.sec02 ol li .dancing .num {
  font-size: 2rem;
}

.sec02 ol li .list_content {
  width: 100%;
}

.sec02 ol li .list_content dl {
  padding-left: 15px;
}

.sec02 ol li .list_content dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.sec02 ol li .list_content dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
}

.sec02 .kaiketsu {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}


/* .sec03 */

.sec03 {
  padding: 40px 0;
}

.sec03 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin:0 auto 30px;
  width: fit-content;
  border-bottom: solid 2px #000;
  padding: 0 15px;
}

.sec03 ul {
}

.sec03 ul li {
  width: 100%;
  font-size: 1.4rem;
}

.sec03 ul li:not(:last-child) {
    margin-bottom: 30px;
}

.sec03 ul li img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.sec03 ul li h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.sec03 ul li .txt_box p {
  margin-bottom: 10px;
}


/* .sec04 */

.sec04 {
  padding: 40px 0;
  /*background: #FFFFF8;*/
}

.sec04 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
}
.sec04 h2 span {
  font-size: 1.3rem;
}

.sec04 ol {
}

.sec04 ol li {
  width: 100%;
  margin:0 auto 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #707070;
  list-style-type: none;
}

.sec04 ol li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sec04 ol li img {
  width: 100%;
  object-fit: cover;
}

.sec04 ol li .txt_box {
}

.sec04 ol li h3 {
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.0;
  margin-bottom: 5px;
}

.sec04 ol li h3 span {
  color: #F7A9A9;
  font-size: 4rem;
  margin-right: 10px;
}

.sec04 ol li .txt_box p {
  margin-bottom: 1em;
}


/* .sec05 */

.sec05 {
  padding: 40px 0;
}

.sec05 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
}
.sec05 h2 span {
  font-size: 1.3rem;
}

.sec05 dl {
  width: 100%;
  margin: 0 auto;
}

.sec05 dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.sec05 dl dt:before,
.sec05 dl dd:before{
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.sec05 dl dt:before {
  content: 'Q';
  color: #466E8C;
}
.sec05 dl dd:before {
  content: 'A';
  color: #D55353;
}

.sec05 dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.sec05 dl dd:last-of-type {
  margin-bottom: 0;
}


/* .sec06 */

.sec06 {
  padding: 40px 0;
  background: #FFFFF8;
}

.sec06 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}

.sec06 .individual {
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #707070;
}

.sec06 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.sec06 .individual ul {
  margin-bottom: 10px;
}

.sec06 .individual ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.sec06 .individual img {
  width: 100%;
  object-fit: cover;
}


/* .sec07 */

.sec07 {
  padding: 40px 0;
}

.sec07 .inner {
  width: 90%;
  margin: 0 auto;
}

.sec07 h2 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
}
.sec07 h2 span {
  font-size: 1.3rem;
}

.sec07 .tel_info {
  border-bottom: solid 1px #707070;
  line-height: 1.5;
  text-align: center;
}

.sec07 .number {
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
}

.sec07 .number span {
  font-size: 2.2rem;
  font-weight: 500;
}

.sec07 .reception {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.sec07 .reception span {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

.sec07 .other_info {
  margin-bottom: 65px;
}

.sec07 .other_info span {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}
.sec07 .other_info .mail {
  background: url("../images/hikarishokubai/sec07_icon01.svg") no-repeat left center / 20px;
}
.sec07 .other_info .fax {
  background: url("../images/hikarishokubai/sec07_icon02.svg") no-repeat left center / 20px;
}

.sec07 h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.sec07 .company_logo {
  width: 60%;
  margin: 0 auto 20px;
  display: block;
}

.sec07 .company_name {
  text-align: center;
  margin-bottom: 15px;
}

.sec07 .company_name span {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}


/* 相談・質問へのリンク */

p.to_contact {
  width: 100%;
  text-align: center;
  background: #000;
  color: #FFF;
  position: fixed;
  bottom: 0;
}
p.to_contact a {
  line-height: 1.0;
  height: 60px;
  padding-top: 10px;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  background: url("../images/hikarishokubai/introduction_arrow.svg") no-repeat center bottom 10px / 20px;
}

}