@charset "UTF-8";
/*　短縮セット　*/
.ac {
  text-align: center;
}

.rel {
  position: relative;
}


@media screen and (min-width: 768px), print {
  	/* PC
  -------------------------------------*/
  main {
    margin-bottom: 63px;
  }
  /*============================
  #lead
  ============================*/
  #lead .bg-box.rel {
    background: url(../images/interior/lead-bg-b.jpg) no-repeat bottom, url(../images/interior/lead-bg01.jpg) no-repeat top, #006cb8;
    padding: 40px 50px 106px 40px;
    margin-bottom: 25px;
  }
  #lead .bg-box.rel .ttl {
    position: relative;
    z-index: 10;
    margin-bottom: 51px;
    padding-top: 23px;
    margin-left: -21px;
  }
  #lead .bg-box.rel .photo {
    position: absolute;
    top: 38px;
    right: 50px;
  }
  #lead .bg-box.rel .ttl02.f-gothic.ac {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #2d2d2d;
    padding: 13px 0 7px;
  }
  #lead .bg-box.rel .wh-box.rel {
    background-color: #fff;
    padding: 24px 29px;
  }
  #lead .bg-box.rel .wh-box.rel .list.f-gothic {
    margin-bottom: 10px;
  }
  #lead .bg-box.rel .wh-box.rel .list.f-gothic li {
    background: url(../images/interior/lead-check.png) no-repeat left;
    padding: 12px 0 12px 40px;
    border-bottom: 2px solid #eaeaea;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4375;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #lead .bg-box.rel .wh-box.rel .list.f-gothic li:nth-child(4) {
    padding: 12px 0 7px 40px;
    background: url(../images/interior/lead-check.png) no-repeat left top 10px;
  }
  #lead .bg-box.rel .photo02 {
    position: absolute;
    bottom: 0;
    right: 5px;
  }

  /*============================
  #reason
  ============================*/
  #reason {
    margin-bottom: 40px;
  }
  #reason .inner .ttl.ac {
    margin-bottom: 18px;
  }
  #reason .inner .ttl02 {
    margin-bottom: 25px;
  }
  #reason .inner .txt {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #reason .inner .txt p {
    margin-bottom: 25px;
  }
  #reason .inner .txt p:last-child {
    margin-bottom: 0px;
  }
  #reason .inner .rel .txtbox {
    width: 367px;
    margin-bottom: 63px;
    padding-top: 3px;
  }
  #reason .inner .rel .txtbox .ttl03 {
    font-size: 1.188em;
    font-weight: bold;
    line-height: 1.4736842;
    color: #1B73C3;
    margin-bottom: 11px;
    letter-spacing: 0.05em;
  }
  #reason .inner .rel .txtbox .photo {
    position: absolute;
    top: 0;
    right: 0;
  }
  #reason .inner .photo02 {
    float: left;
  }
  #reason .inner .txt.mb01 {
	  padding-top: 0;
	  float: right;
	  width: 403px;
	  margin-bottom: 29px;
	  margin-top: -8px;
	 }
  #reason .inner .bg-box {
    background: url(../images/index/con-bg.jpg) repeat top;
    padding: 44px 36px 10px;
  }
  #reason .inner .bg-box .ttl04.ac {
    margin-bottom: 16px;
  }
  #reason .inner .bg-box .menu.clearfix li {
    width: 349px;
    float: left;
    background-color: #fff;
    margin-bottom: 29px;
  }
  #reason .inner .bg-box .menu.clearfix li:nth-child(odd) {
    margin-right: 30px;
  }
  #reason .inner .bg-box .menu.clearfix li:nth-child(1),
  #reason .inner .bg-box .menu.clearfix li:nth-child(2) { height: 418px !important; }

  #reason .inner .bg-box .menu.clearfix li:nth-child(3),
  #reason .inner .bg-box .menu.clearfix li:nth-child(4) { height: 400px !important; }

  #reason .inner .bg-box .menu.clearfix .rel .photo03 {
    margin-bottom: 25px;
  }
  #reason .inner .bg-box .menu.clearfix .rel .num {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #reason .inner .bg-box .menu.clearfix .ttl05 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #1B73C3;
    margin-bottom: 12px;
  }
  #reason .inner .bg-box .menu.clearfix .txt02.ac {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 17px 6px;
  }

  /*============================
  #proposal
  ============================*/
  #proposal {
    margin-bottom: 51px;
  }
  #proposal .bg-box {
    background: url(../images/index/con-bg.jpg) repeat top;
    padding: 70px 36px 43px;
  }
	#proposal .bg-box ol {margin-bottom: 30px;}
  #proposal .bg-box ol li {
    background-color: #fff;
    position: relative;
    padding: 63px 42px 25px;
    margin-bottom: 65px;
  }
	#proposal .bg-box ol li:last-child {
    margin-bottom: 0px;
  }
  #proposal .bg-box .ttl02 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 700px;
  }
  #proposal .bg-box .ttl02::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #EE6500;
    pointer-events: none;
  }
  #proposal .bg-box .ttl02 .num {
    margin-right: 3px;
  }
  #proposal .bg-box .ttl02 .jp.f-gothic {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #proposal .bg-box .ttl02 span {
    display: inline-block;
    vertical-align: middle;
  }
  #proposal .bg-box .ttl02 strong {
    color: #EE6500;
  }
  #proposal .bg-box .bf-af.clearfix {
    margin-bottom: 13px;
  }
  #proposal .bg-box .bf-af.clearfix .beffore {
    width: 230px;
    position: relative;
    float: left;
    top: 32px;
  }
  #proposal .bg-box .bf-af.clearfix .beffore::after {
    content: url(../images/interior/proposal-arrow.png);
    position: absolute;
    top: 44px;
    right: -54px;
  }
  #proposal .bg-box .bf-af.clearfix .after {
    width: 348px;
    float: right;
  }
  #proposal .bg-box .txt {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #proposal .bg-box .txt p{margin-bottom: 28px;}
  #proposal .bg-box .txt p:last-of-type{margin-bottom: 0px;}
  #proposal .bg-box .ttl03.ac {
    margin-bottom: 10px;
  }
  #proposal .bg-box .list.clearfix {
    margin-bottom: 25px;
  }
  #proposal .bg-box .list.clearfix li {
    width: 230px;
    float: left;
    margin-right: 15px;
  }
  #proposal .bg-box .list.clearfix li:nth-child(3n) {
    margin-right: 0px;
  }
  #proposal .bg-box .list.clearfix .photo {
    margin-bottom: 9px;
  }
  #proposal .bg-box .list.clearfix .txt02.f-gothic.ac {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #136CB8;
  }
  #proposal .bg-box .list.clearfix .txt02.f-gothic.ac::before {
    content: url(../images/interior/proposal-check.png);
    margin-right: 0.55em;
    vertical-align: sub;
  }
  #proposal .bg-box .list.clearfix li:nth-child(3) .txt02.f-gothic.ac {
    text-align: left;
    margin: 0 0 0 57px;
    text-indent: -34px;
    line-height: 1.2;
}

  /*============================
  #aw
  ============================*/
  #aw .bg-box {
    background: url(../images/interior/aw-bg01.jpg) no-repeat right;
    padding: 42px 0 25px 30px;
    margin-bottom: 52px;
  }
  #aw .bg-box .ttl {
    margin-bottom: 15px;
    margin-left: 3px;
  }
  #aw .bg-box .txt {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000000;
  }
  #aw .bg-box .txt p {
    margin-bottom: 28px;
  }
  #aw .bg-box .txt p:last-child {
    margin-bottom: 0px;
  }
  #aw .bnr-list.clearfix {
    width: 690px;
    margin: 0 auto;
  }
  #aw .bnr-list.clearfix li {
    float: left;
  }
  #aw .bnr-list.clearfix li:nth-of-type(2) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  	/* SP
  -------------------------------------*/
  /*============================
  #lead
  ============================*/
  #lead .bg-box.rel {
    background: url(../images/interior/lead-bg-b.jpg) no-repeat bottom/contain, url(../images/interior/lead-bg01.jpg) no-repeat top/cover, #006cb8;
    padding: 4% 3% 10.7%;
    margin-bottom: 7%;
  }
  #lead .bg-box.rel .ttl {
    position: relative;
    z-index: 10;
    padding: 16% 5% 15%;
    margin-bottom: 2%;
  }
  #lead .bg-box.rel .ttl img {
    width: 79.365%;
    margin-inline: auto;
  }
  #lead .bg-box.rel .photo {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #lead .bg-box.rel .ttl02.f-gothic.ac {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #2d2d2d;
    padding: 3.2% 0;
  }
  #lead .bg-box.rel .wh-box.rel {
    background-color: #fff;
    padding: 2.2% 2.4% 0;
  }
  #lead .bg-box.rel .wh-box.rel .list.f-gothic {
    margin-bottom: 3.5%;
  }
  #lead .bg-box.rel .wh-box.rel .list.f-gothic li {
    background: url(../images/interior/lead-check.png) no-repeat left top 27%;
    padding: 3.4% 0 1% 11%;
    border-bottom: 2px solid #eaeaea;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #lead .bg-box.rel .wh-box.rel .photo02 {
    text-align: center;
  }

  /*============================
  #reason
  ============================*/
  #reason {
    margin-bottom: 8%;
  }
  #reason .inner .ttl.ac {
    margin-bottom: 5%;
    padding: 0 4.9%;
  }
  #reason .inner .ttl02 {
    margin-bottom: 4%;
  }
  #reason .inner .txt {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000000;
  }
  #reason .inner .txt p {
    margin-bottom: 5%;
  }
  #reason .inner .txt p:last-child {
    margin-bottom: 0px;
  }
  #reason .inner .rel .txtbox {
    margin-bottom: 4%;
    padding: 0 4.8%;
  }
  #reason .inner .rel .txtbox .ttl03 {
    font-size: 1.188em;
    font-weight: bold;
    line-height: 1.4736842;
    color: #1B73C3;
    margin-bottom: 5.1%;
    letter-spacing: 0.05em;
  }
  #reason .inner .rel .txtbox .photo {
    text-align: center;
    margin-bottom: 4%;
  }
  #reason .inner .photo02 {
    text-align: center;
    margin-bottom: 3%;
    width: 90.34%;
    margin-inline: auto;
  }
  #reason .inner .txt.mb01 {
    margin-bottom: 9%;
    padding: 0 4.83%;
  }
  #reason .inner .bg-box {
    background: url(../images/index/con-bg.jpg) repeat top;
    padding: 8% 4.83%;
  }
  #reason .inner .bg-box .ttl04.ac {
    margin-bottom: 5.5%;
  }
  #reason .inner .bg-box .menu.clearfix li {
    background-color: #fff;
    margin-bottom: 8%;
    padding-bottom: 1%;
    width: 93.576%;
    margin-inline: auto;
  }
  #reason .inner .bg-box .menu.clearfix li:last-child {
    margin-bottom: 0px;
  }
  #reason .inner .bg-box .menu.clearfix li:nth-child(3),
  #reason .inner .bg-box .menu.clearfix li:nth-child(4) {height: 400px!important;}
  #reason .inner .bg-box .menu.clearfix .rel .photo03 {
    text-align: center;
    margin-bottom: 7.5%;
  }
  #reason .inner .bg-box .menu.clearfix .rel .num {
    position: absolute;
    bottom: -11%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #reason .inner .bg-box .menu.clearfix .ttl05 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #1B73C3;
    margin-bottom: 3.4%;
  }
  #reason .inner .bg-box .menu.clearfix .txt02.ac {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 0 4.7%;
    text-align: left;
  }

  /*============================
  #proposal
  ============================*/
  #proposal {
    margin-bottom: 7.5%;
  }
  #proposal .bg-box {
    background: url(../images/index/con-bg.jpg) repeat top;
    padding: 10% 3% 5%;
  }
  #proposal .bg-box ol {
    margin-bottom: 8.55%;
  }
  #proposal .bg-box ol li {
    background-color: #fff;
    position: relative;
    padding: 32.5% 3% 7%;
    margin-bottom: 14%;
  }
  #proposal .bg-box ol li:nth-of-type(1) {
    padding: 32.5% 3% 7%;
  }
  #proposal .bg-box ol li:last-child {
    margin-bottom: 0px;
  }
  #proposal .bg-box .ttl02 {
    position: absolute;
    top: -1.9%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #EE6500;
    background-color: #fff;
    width: 96.1%;
  }
  #proposal .bg-box .ttl02 .num {
    width: 100%;
    background-color: #EE6500;
    text-align: center;
    padding: 2%;
  }
	#proposal .bg-box .ttl02 .num img{margin: 0 auto;width: 25.2%;}
  #proposal .bg-box .ttl02 .jp.f-gothic {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010000;
    padding: 3% 2%;
  }
  #proposal .bg-box .ttl02 span {
    display: inline-block;
    vertical-align: middle;
  }
  #proposal .bg-box .ttl02 strong {
    color: #EE6500;
  }
  #proposal .bg-box .bf-af.clearfix {
    margin-bottom: 4%;
  }
  #proposal .bg-box .bf-af.clearfix .beffore {
    position: relative;
    text-align: center;
    margin-bottom: 13.5%;
  }
  #proposal .bg-box .bf-af.clearfix .beffore::after {
    content: url(../images/interior/proposal-arrow.png);
    position: absolute;
    bottom: -39%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #proposal .bg-box .bf-af.clearfix .after {
    text-align: center;
  }
  #proposal .bg-box .txt {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.005em;
    color: #000000;
    padding: 0 2.4%;
  }
	#proposal .bg-box .txt　p{margin-bottom: 5%;}
	#proposal .bg-box .txt　p:last-child{margin-bottom: 0px;}
	
  #proposal .bg-box .ttl03.ac {
    margin-bottom: 5%;
    width: 92.78%;
    margin-inline: auto;
  }
  #proposal .bg-box .list.clearfix {
    margin-bottom: 3%;
    width: 82.225%;
    margin-inline: auto;
  }
  #proposal .bg-box .list.clearfix li {
    margin-bottom: 3.5%;
  }
  #proposal .bg-box .list.clearfix .photo {
    text-align: center;
    margin-bottom: 3.5%;
  }
  #proposal .bg-box .list.clearfix .txt02.f-gothic.ac {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #006cb8;
  }
  #proposal .bg-box .list.clearfix .txt02.f-gothic.ac::before {
    content: url(../images/interior/proposal-check.png);
    margin-right: .5em;
    vertical-align: middle;
  }
  #proposal .bg-box .txt03 {
  width: 96.1%;
  margin-inline: auto;
}

  /*============================
  #aw
  ============================*/
  #aw .bg-box {
    background: url(../images/interior/sp-aw-bg01.jpg) no-repeat bottom;
    background-size: cover;
    padding: 7% 5% 61.5%;
    margin-bottom: 7.5%;
  }
  #aw .bg-box .ttl {
    margin-bottom: 2.5%;
  }
  #aw .bg-box .txt {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.05em;
    color: #000000;
  }
  #aw .bg-box .txt p {
    margin-bottom: 7%;
  }
  #aw .bg-box .txt p:last-child {
    margin-bottom: 0px;
  }
  #aw .bnr-list.clearfix {
    margin-bottom: 10%;
  }
  #aw .bnr-list.clearfix li {
    margin-bottom: 8%;
    text-align: center;
  }
}
