* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
  position: relative;
  z-index: -1;
}
  
main div::before, main div::after{
  display: none;
}

main img {
  width: 100%;
}

main a {
  text-decoration: none;
  display: block;
}

main span {
  display: block;
}

main p {
  font-size: 16px;
}



main .h1_title {
    color: #ffff;
    margin: auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.7;
}
main h1, main .h1 {
    font-size: 3rem;
    line-height: 4rem;
}

main h2, main .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 !important;
  color: #1E4790;
}
main h3, main .h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1em 0;
}

main .h1_title {
    color: #ffff;
    margin: auto ;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.7;
}

.rei {
  background: #F5FAFD;
  margin: 0px auto 60px;
    padding: 20px 80px 60px;

}
ul.process {
  max-width: 800px;
  margin: 0 auto;

}
ul.process li {
  font-size: 20px;
  margin-bottom: .4em;

}
.h1_title .h1_eg {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
.u-flex {
    display: -webkit-flex;
    display: flex;
}
._flex-center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.intro-inner {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
@media screen and (max-width: 980px) {
  .intro-inner {
    height: 155px;
	}
	.h1_title h1{
	  font-size:1.6rem;
	  line-height:1.6rem;
  }
	.h1_title .h1_eg {
    font-size: 12px;
	}
}

.h2_bg_yard {
    background-image: url(images/shutterstock_1148209319.jpg?ver=20220920);
        background-repeat: no-repeat;
    background-size: cover;
	padding-top:80px;
}
@media only screen and (max-width: 1400px) {
	.h2_bg_yard {
		padding-top:48px;
	}
}
@media only screen and (max-width: 1024px) {
	.h2_bg_yard {
		padding-top:35px;
	}
}

.page-content {
  max-width: 1202px;
  margin: 4rem auto;
}
.content {
  font-size: 20px;
  line-height: 1.6;
}
.text_center {

  text-align: center;
}

.nomb_h2 {
  margin-bottom: 0px!important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-only { display: block !important; }
.sp-only { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
    .over_content img {width: 100%!important; margin: 0px!important;}

    .page-content {
      padding: 0 10px;
    }
    h2, .h2 {
      padding: 0 20px;
      margin-top: 0px;
    }
    .wh_box {
      margin: 0 15px;
    }
    .sucess_title h2 {
      margin-top: 30px;
    }
    .process_pannel {
      padding: 1em 1.4em;
    }
    .contact p {
      padding: 1em;
    }
    .contact_btn a {
      width: 90%!important;
      margin: 0 5%;
    }
}




.over_content {
  max-width: 1202px;
  margin: 0 auto;
}


.over_content img {
  width: 80%;
  margin: 2% 10% 4%;
}



@media only screen and (max-width: 750px) {
  .concern_content ul {
  display: flex;
  flex-wrap: wrap!important;
}
.concern_content ul li {
  width: 100%!important;
  margin-right: 0px!important;
  margin-bottom: 40px;
}
.usu_blue01 {
  min-height: 1px!important;
}
.effect_content ul {
  flex-wrap: wrap!important;
}
.effect_content li {
  width: 100%!important;
  margin-right: 0px!important;
  margin-bottom: 30px;
}
.left {
  width: 100%!important;
}
.flex {
  flex-wrap: wrap;
}
.right {
  margin: 10px;
}
}

.concern {
  max-width: 1202px;
  margin: 100px auto;
}

.concern_content {
  display: flex;
}


.concern_content ul {
  display: flex;
  flex-wrap: nowrap;
}

.concern_content ul li {
  width: 31%;
  margin-right: 3%;
}

.concern_content ul li:last-child {
  margin-right: 0px;
}


ul.concern_nakami {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

ul.concern_nakami li {
  width: 100%;
  text-align: left;
  list-style: disc;
  line-height: 1.6;
  margin-bottom: .4em;
  font-size: 18px;
}


.nodics li {
  list-style: none;
  text-align: center;
}



.nodics li h2 {
  color: #fff;
    background-color: #1E4790;
    border-radius: 50%;
    padding: 8px 0px;
    width: 60px;
    margin-top: -60px !important;
    margin-bottom: 0 !important;
    margin-right: calc(50% - 30px) !important;
    margin-left:  calc(50% - 30px) !important;
    font-size: 1.8rem;
}

.nodics li h3 {
  font-size: 1.4rem;
  width: 80%;
  margin: 20px 10%;
  text-align: center;
}

.usu_blue01 {
  background: #F5FAFD;
  padding: 2em 2em 3em;
  min-height: 495px;

}


.blue {
  background: #1E4790;
    padding: 80px 0 80px;
    text-align: center;

}


.effect {
  max-width: 1202px;
  margin: 0 auto;
}
.whfont {
  color: #fff;
}

.effect_content {
  display: flex;

}
.effect_content ul {
  display: flex;
  flex-wrap: nowrap;
}

.effect_content li {
  width: 32%;
  margin-right: 2%;
  list-style: none;
}

.effect_content li:last-child {
  margin-right: 0px;

}

.wh_box {
  background: #fff;
  padding: 2em;
  min-height: 570px;
}


.wh_box p {
  font-size: 18px;
    line-height: 1.6;
    text-align: left;
    margin-top: 1em;
}


.sucess {
  max-width: 1202px;
  margin: 0 auto;
  padding: 10px 0 100px;
}



.flex {
  display: flex;
}
.left {
  width: 40%;
}


.right {
  margin-left: 4%;
}

.sucess_content p {
  font-weight: 600;
  font-size: 18px;
}


.sucess_content h4 {
  margin: 10px 0;
}

.sucess_ul {
  margin-left: 30px;
}

.mt2 {
  margin-top: 10px;

}
.ltr {
    text-align: right;
    font-size: 14px;
}

.process {
  max-width: 1202px;
  margin: 0 auto;
}


.usu_blue {
    background: #F5FAFD;
    padding: 80px 8.07vw;

}




.process_pannel {
  background: #fff;
  padding: 2em;
  margin: 1em 0 2em;
}

.process_pannel h2 {
  margin: 0!important;
  font-size: 22px;
}
.process_pannel h2 span {
  color: #fff;
  display: inline-block;
  background: #1E4790;
  padding: 3px 10px;
  margin-right: 20px;
}
.process_pannel  p {
  font-size: 18px;
  margin-top: 16px;
}


.contact {
    background: #1E4790;
    text-align: center;

    color: #fff;
}



.contact h2 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.contact p {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 3em;
  text-align: center;
}



.contact_btn a {
    background: #FFB300;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 530px;
    color: #fff;
    position: relative;
    margin: auto;
    font-size: 24px;
    height: 80px;
    margin-top: 40px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.contact_btn a:hover {
  background: #fff;
  color: #1E4790;
}

.contact_btn a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 4px 0 4px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}