@charset "UTF-8";
/*----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  color: #353535;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: .3s ease;
}
a:hover {
  opacity: .8;
  transform: scale(.95);
}
a:hover img {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* --hx-- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #151515;
  line-height: 1.6;
}

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

.dis_sp, .dis_btn_sp {
  display: block;
}
.dis_pc, .dis_btn_pc {
  display: none;
}

.bg_orange {
  background-color: #F39800;
}

.contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.contents_inner {
  margin: 0 auto;
  padding: 4rem 0;
  width: calc(100% - 4rem);
  max-width: 960px;
}

.flow .title,
.qa .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;/*2rem*/
  font-weight: 700;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: .2rem solid #F39800;
}
.flow .title::before,
.flow .title::after,
.qa .title::before,
.qa .title::after {
  border-top: .1rem solid #333;
  content: "";
  width: 1.6rem; 
}
.flow .title::before,
.qa .title::before {
  margin-right: 1rem; 
}
.flow .title::after,
.qa .title::after {
  margin-left: 1rem; 
}






/*-- Header
--------------------------------------*/
.header,
.inner {
  width: 100%;
  padding: 0;
}
  
.header {
  top: 0;
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  line-height: 1;
}
.header .inner {
  display: flex;
  flex-flow: column;
  margin: 1.5rem auto;
  max-width: 960px;
  width: 100%;
}
  
.header_sp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo {
  color: #333;
  font-size: 2.6rem;
  width: 148px;
}
.head_lead {
  color: #333;
  font-size: 1.2rem;
  width: fit-content;
  line-height: 1.6;
  padding-left: 2rem;
}
.header_btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
  
.header_btn .line {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2rem;
}
.header_btn .phone {
  display: flex;
  width: 23.4rem;
}
  
  
  
/*-- Main Visual
--------------------------------------*/
.hero {
  padding: 5rem 0;
  background: url("../img/bg_main.png");
  background-size: 2rem  2rem;
}
.hero .title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.lead {
  width: calc(100% - 4rem);
  margin: 0 auto;
  text-align: center;
}



/*-- Case
--------------------------------------*/
.case {
	background: url("../img/bg_case_sp.png") left top no-repeat;
	background-size: auto 100vh;
  padding: 1rem 0;
}

.case .contents_inner {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 2rem auto;
  padding: 2rem;
  width: calc(100% - 4rem);
}
.case .contents_inner:last-of-type {
  margin: 0 auto 4rem;
}

.case .title {
  background: #FDEE00;
  color: #EC5306;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 2rem;
}
.case .title::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  border-style: solid;
  border-width: 0 0 1.2rem 1.2rem;
  border-color: #fff #fff #B1941F;
}
.case .lead {
  margin-bottom: 1rem;
  width: auto;
  margin: 0 auto 1rem;
  text-align: left;
}
.caselist {
  font-weight: 700;
}
.caselist li {
	padding-left: 2.2rem;
	line-height: 2rem;
	background: url("../img/ico_case_check01.svg") left top .1rem no-repeat;
	background-size: 1.6rem auto;
}
.case .contents_inner:nth-of-type(2) .caselist li {
	padding-left: 2.2rem;
	line-height: 2rem;
  background: url("../img/ico_case_check02.svg") left top no-repeat;
	background-size: 1.6rem auto;
}

.caselist li:not(:last-of-type) {
  margin-bottom: 1.2rem;
}


/*-- Flow
--------------------------------------*/
.flow_list li {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.flow_list li:last-of-type {
  margin-bottom: 0;
}

.flow_list li:not(:first-child)::after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #EC5306;
  line-height: 1;
  width: 1.6rem;
  height: 1.6rem;
  border: .3rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.flow_list li:nth-of-type(2)::after {
  bottom: 116%;
}
.flow_list li:nth-of-type(3)::after {
  bottom: 118%;
}
.flow_list li:nth-of-type(4)::after {
  bottom: 124%;
}
.flow_list li:nth-of-type(5)::after {
  bottom: 124%;
}

.flow_list .step {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  padding-top: 5px;
}
.flow_list .step .number {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #F7EE13;
  border-radius: 50%;
  box-shadow: 0 .2rem .3rem rgba(125, 55, 4, 0.26);
  font-weight: 700;
  border: .2rem solid #ECE53E;
  color: #07913A;
}
.flow_list .step .number span {
  font-size: 2.4rem;
  line-height: 1;
}
.flow_list .flow_content {
  width: calc(100% - 7.8rem);
}
.flow_list .flow_content .ttl {
  color: #FF8E3F;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.flow .mark {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  padding: .3rem .6rem;
  border-radius: .4rem;
  margin-right: .4rem;
  line-height: 1;
}
.flow_list .flow_content .txt {
  font-feature-settings: "palt";
}



/*-- Q&A
--------------------------------------*/
.qalist:not(:last-of-type) {
  margin-bottom: 3rem;
}

.qalist dt {
  color: #F39800;
  font-weight: 700;
  padding-left: 4rem;
  position: relative;
  min-height: 2.4rem;
  margin-bottom: 1rem;
}
.qalist dd {
  padding-left: 40px;
  position: relative;
  min-height: 24px;
}
.qalist dt::before,
.qalist dd::before {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.qalist dt::before {
  background-color: #FDEE00;
  color: #EC5306;
  content: "Q";
}
.qalist dd::before {
  background-color: #fff;
  color: #EC5306;
  border: .1rem solid #EC5306;
  content: "A";
}



/*-- Contact
--------------------------------------*/
.contact {
  color: #fff;
}
.contact .title {
  background-color: #fff;
  color: #F39800;
  border-radius: 2.8rem;
  padding: .8rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}
.contact .title::before,
.contact .title::after {
  content: none;
}
.contact p.laed {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact p.laed span {
  display: inline-block;
}
.contact .accent {
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 60%, rgba(253, 238, 0, .75) 60%, rgba(253, 238, 0, .75) 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 3rem auto;
  padding: 0 1rem;
  text-align: center;
  width: fit-content;
}
.contact .accent span {
  font-size: 2rem;
}
.contact .contact_list li {
  border: .2rem solid #fff;
  border-radius: .4rem;
  margin-bottom: 2rem;
  padding: 1.2rem 2rem;
}
.contact .contact_list li:last-of-type {
  margin-bottom: 0;
}
.contact .contact_list li p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .6rem;
  text-align: center;
}
.contact .contact_list a,
.contact .contact_list a img {
  display: block;
  cursor: pointer;
}



/*-- Footer
--------------------------------------*/
.f_logo {
  background-color: #FBF8EF;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
}
.f_logo img {
  width: 148px;
}

/* PageTop */
#pagetop {
  position: fixed;
  right: 1rem;
  bottom: 32rem;
  z-index: 101;
  opacity: 0.9;
}
#pagetop a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 4.4rem;
  height: 4.4rem;
}
#pagetop a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

footer {
  margin-bottom: 22.2rem;
  padding: .4rem 0 .8rem;
  text-align: center;
  background: #3B3938;
}
footer small {
  color: #fff;
  font-size: 1.1rem;
}


#cv_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  padding: 2rem 1.5rem;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
#cv_btn p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  text-align: center;
}
#cv_btn .inner {
  width: calc(100% - 1rem);
  max-width: 33.5rem;
  margin: 0 auto;
}
#cv_btn .inner li {
  display: flex;
}
#cv_btn .inner li img {
  width: 33.5rem;
}
#cv_btn .line {
  margin-bottom: 1.5rem;
}



@media screen and (min-width: 768px) {

  .dis_sp {
    display: none;
  }
  .dis_pc {
    display: block;
  }

  .flow .title::before,
  .flow .title::after,
  .qa .title::before,
  .qa .title::after {
    width: 2.8rem; 
  }
  /* a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  } */



  /*-- Header
  --------------------------------------*/
  .header .inner {
    display: flex;
    flex-flow: inherit;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4rem);
  }
  .header_sp {
    width: auto;
  }
  .header_btn {
    margin-top: 0;
  }



  /*-- Main Visual
  --------------------------------------*/
  .hero .title {
    max-width: 756px;
  }



  /*-- Case
  --------------------------------------*/
  .case {
    background: url(../img/bg_case_pc.png) left top no-repeat;
    background-size: cover;
    padding: 1rem 0;
  }
  .case .contents_inner {
    margin: 3rem auto 2rem;
  }
  .case .contents_inner:last-of-type {
    margin: 0 auto 3rem;
  }

  .case .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .case .lead {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .caselist {
    display: flex;
    flex-flow: wrap;
  }
  .caselist li {
    width: 50%;
    display: flex;
    font-size: 1.6rem;
  }
  .case .contents_inner:last-of-type  .caselist li {
    width: 100%;
  }



  /*-- Flow
  --------------------------------------*/
  .flow .title, .qa .title {
    font-size: 2.8rem;
  }
  .flow_list .step .number span {
    font-size: 3.2rem;
  }
  .flow .mark {
    font-size: 1.4rem;
  }


  /*-- Q&A
  --------------------------------------*/
  .qalist:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .qalist dt {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .qalist dd {
    font-size: 1.6rem;
    min-height: 3.2rem;
    padding-top: .3rem;
  }
  .qalist dt::before, .qalist dd::before {
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }



  /*-- Contact
  --------------------------------------*/
  .contact .title {
    font-size: 1.8rem;
  }
  .contact_list {
    display: flex;
    justify-content: space-between;
  }
  .contact .contact_list li {
    margin-bottom: 0;
    width: calc(50% - 2rem);
  }

  .contact .accent {
    font-size: 1.6rem;    
  }
  .contact .accent span {
    font-size: 2.4rem;
  }



  /*-- Footer
  --------------------------------------*/
  footer {
    margin-bottom: 15rem;
  }

  #cv_btn p {
    font-size: 1.6rem;
  }
  #cv_btn .inner {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  #cv_btn .inner li {
    margin-bottom: 0;
    width: calc(50% - 2rem);
  }
  #cv_btn .inner li img {
    width: 33rem;
  }
}



@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }

  .dis_btn_sp {
    display: none;
  }
  .dis_btn_pc {
    display: block;
  }

  .contents_inner {
    padding: 8rem 0;
  }

  .flow .title, .qa .title {
    font-size: 3.2rem;
  }

  .flow .title::before,
  .flow .title::after,
  .qa .title::before,
  .qa .title::after {
    width: 3.2rem; 
  }


  /*-- Header
  --------------------------------------*/
  .header .inner {
    display: flex;
    flex-flow: inherit;
    justify-content: space-between;
    align-items: center;
  }
  .header_sp {
    width: auto;
  }
  .header_btn {
    margin-top: 0;
  }
  .header_btn .line,
  .header_btn .phone {
    width: 25.4rem;
    height: auto;
  }



  /*-- Flow
  --------------------------------------*/
  .flow_list .flow_content .ttl {
    font-size: 1.8rem;
  }
  .flow_list .step .number span {
    font-size: 3.6rem;
  }
  .flow_list .step .number {
    width: 10rem;
    height: 10rem;
  }



  /*-- Case
  --------------------------------------*/
  .case .contents_inner {
    margin: 8rem auto 4rem;
  }
  .case .contents_inner:last-of-type {
    margin: 0 auto 8rem;
  }
  .case .title {
    font-size: 2.4rem;
  }
  .case .lead {
    font-size: 1.8rem;
  }

  .caselist li {
    width: 33.3%;
  }



  /*-- Contact
  --------------------------------------*/
  .contact .title {
    font-size: 2rem;
  }


  
  /*-- Footer
  --------------------------------------*/
  footer {
    margin-bottom: 14.7rem;
  }

  #pagetop {
    right: 4rem;
    bottom: 24rem;
  }
  #pagetop a {
    width: 6rem;
    height: 6rem;
  }
}
