@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	MAIN
	========================================================================== */
	
.main-img {
  max-width: 2000px;
  height: 1060px;
  background: url("../images/main-bg.jpg") 50% 0 no-repeat;
  padding-top: 170px;
  margin: 0 auto;
}
.main-img__inner {
  overflow: hidden;
  max-width: 1400px;
  text-align: left;
  margin: 0 auto;
}
.main-img__txt {
  width: 800px;
}
.main-img__tit {
  color: var(--color01);
  font-size: 6rem;
  font-weight: 900!important;
  margin-bottom: 30px;
}
.main-list {
  width: 103.333%;
  padding: 0 50px;
}
.main-list__item {
  float: left;
  width: 30%;
  margin-right: 3.333%;
}
.main-list__item img {
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.maina__txt {
  float: left;
  width: 50%;
}
.maina__img {
  float: right;
  width: 43%;
  margin-top: 80px;
}
.maina-bt {
  width: 330px;
  margin: 0 auto;
}
.maina-bt a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 500;
  text-align: center;
  background-color: var(--color03);
  border-radius: 80px;
  padding: 25px 0;
}
.maina-bt a::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.reception {
  background: url("../images/bg01.png") 50% 100% no-repeat;
  padding-bottom: 100px;
}

.reception .wrapper {
  text-align: center!important;
}
.reception__tit {
  display: inline-block;
  color: var(--color01);
  font-size: 3rem;
  text-align: center;
  background-color: #fff;
  padding: 0 20px;
}
.reception__inner {
  text-align: left;
  background-color: #fff;
  border: solid 5px var(--color01);
  border-radius: 30px;
  padding: 40px 40px 30px 40px;
  margin-top: -70px;
}
.step {
  display: flex;
}
.step__flow {
  width: 200px;
  padding-top: 10px;
}
.step__flow p {
  color: #fff;
  font-family: var(--font01);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  background-color: var(--color02);
  border-radius: 5px;
  padding: 10px 0;
}
.step__flow span {
  font-size: 220%;
  font-style: italic;
  margin-left: 5px;
}
.step__txt {
  flex: 1;
  padding-left: 30px;
}
.step-detail {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #ccc;
  padding: 15px 0;
}
.step-detail__tit {
  width: 150px;
  color: var(--color01);
  font-family: var(--font01);
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
}
.step-detail__txt {
  flex: 1;
}
.merit {
  background-color: #e5f3ff;
}
.merit .tit-cmn02 {
  text-align: center;
}
.merit-list__item img {
  display: block;
  margin: 0 auto 20px auto;
}
.merit-list__tit {
  color: var(--color01);
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.kansen {
  background: url("../images/bg02.gif") 50% 0 no-repeat;
  padding-top: 100px;
}
.kansen__inner {
  background-image: url(../images/kansen-bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% - 350px) 0;
  padding: 100px 0 30px 0;
}
.kansen-box {
  float: right;
  width: 65%;
}
.kansen-box__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}
.kansen-box__inner p:last-child {
  margin-bottom: 0;
}
.kansen__ill {
  float: right;
  margin-right: 60px;
}
.li-check__item {
  font-size: 1.8rem;
  background: url("../images/icon-check.gif") 0 5px no-repeat;
  background-size: 30px;
  padding: 5px 0 5px 40px;
  margin-bottom: 20px;
}
.kansen__tit {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  background-color: var(--color03);
  border-radius: 20px;
  padding: 30px;
}

.table-kasan__tit {
  text-align: center;
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 15px;
}
.table-kasan__txt {
  border: solid 1px #ccc;
  padding: 15px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.main-img {
  aspect-ratio: 5 / 4;
  position: relative;
  max-width: 100%;
  height: auto;
  background: url("../images/main-sp.jpg")50% 0 no-repeat;
  background-size: 100%;
  padding-top: 15vw;
  margin: 0 auto 30px auto;
}
.main-img__txt {
  width: 95%;
  margin: 0 auto;
}
.main-img__tit {
  font-size: 5vw;
  margin-bottom: 10px;
}
.main-list {
  padding: 0;
}

.maina__txt {
  float: none;
  width: 100%;
}
.maina__img {
  float: none;
  width: 100%;
}

.reception {
  background: url("../images/bg01.png") 50% 100% no-repeat;
  background-size: 1700px;
  padding-bottom: 100px;
}
.step {
  display: block;
}
.step__flow {
  width: 200px;
  padding-top: 10px;
}
.step__flow p {
  margin-bottom: 0;
}
.step__txt {
  padding-left: 0;
}

.merit-list {
  width: 105%!important;
}
.merit-list__item {
  width: 45%!important;
  margin: 0 5% 5% 0!important;
}

.kansen {
  background: url("../images/bg02.gif") 50% 0 no-repeat;
  background-size: 1500px;
  padding-top: 80px;
}
.kansen__inner {
  background-image: none;
  padding: 0;
}
.kansen-box {
  float: none;
  width: 100%;
}
.kansen-box__inner {
  padding: 0;
}
.kansen__ill {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.main-img__tit {
  font-size: 6vw;
}

.maina__img {
  margin-top: 40px;
}
.maina-bt {
  width: 90%;
}

.reception {
  background: url("../images/bg01.png") 50% 100% no-repeat;
  background-size: 1500px;
  padding-bottom: 50px;
}

.reception__tit {
  font-size: 2rem;
}
.reception__inner {
  border: solid 4px var(--color01);
  border-radius: 20px;
  padding: 40px 20px 10px 20px;
  margin-top: -60px;
}
.step {
  display: block;
}
.step__flow {
  width: 130px;
}
.step__flow p {
  font-size: 1rem;
  padding: 5px 0;
}
.step__flow span {
  font-size: 200%;
}
.step__txt {
  padding-left: 0;
}
.step-detail {
  display: block;
  padding: 10px 0;
}
.step-detail__tit {
  width: 100%;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 15px;
}

.merit {
  background-color: #e5f3ff;
}
.merit-list__tit {
  font-size: 1.6rem;
}
.merit-list {
  width: 100%!important;
}
.merit-list__item {
  float: none;
  width: 100%!important;
  margin: 0 0 5% 0!important;
}

.kansen {
  background: url("../images/bg02.gif") 50% 0 no-repeat;
  background-size: 1500px;
  padding-top: 60px;
}
.kansen__ill {
  width: 40%;
  margin: 0 auto 20px auto;
}
.li-check__item {
  font-size: 1.6rem;
  background: url("../images/icon-check.gif") 0 5px no-repeat;
  background-size: 20px;
  padding: 3px 0 3px 27px;
  margin-bottom: 10px;
}
.kansen__tit {
  font-size: 1.8rem;
  padding: 15px;
}

.table-kasan__tit {
  font-size: 1.3rem;
  padding: 7px;
}
.table-kasan__txt {
  font-size: 1.3rem;
  padding: 7px;
}

}

