@charset 'utf-8';

/*##### ※このCSSファイル内はデザインフォーマットのため改変禁止です。別CSSファイルで別クラス名を付加して上書きしてください。 #####*/

/*##### Base Content Module #####*/



/***** TtlBase13 *****/
.ttlBase13 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  margin-bottom: 58px;
  padding: 0 0 0 125px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlBase13 {
    height: 18.4vw;
    margin-bottom: 5vw;
    padding: 0 2vw 0 30vw;
    background-size: auto 18.4vw;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-size: 6.0vw;
  }
}

@media all and (max-width: 640px){
  .ttlBase13.short {
    letter-spacing: -0.03em;
  }
}

@media all and (max-width: 640px){
  .ttlBase13.noMbSp {
    margin-bottom: 0;
  }
}

.ttlBase13.no00 {
  background-image: url('./../../images/basecont/ttl-base13-bg0100.png');
}
.ttlBase13.no01 {
  background-image: url('./../../images/basecont/ttl-base13-bg0101.png');
}
.ttlBase13.no02 {
  background-image: url('./../../images/basecont/ttl-base13-bg0102.png');
}
.ttlBase13.no03 {
  background-image: url('./../../images/basecont/ttl-base13-bg0103.png');
}
.ttlBase13.no04 {
  background-image: url('./../../images/basecont/ttl-base13-bg0104.png');
}
.ttlBase13.no05 {
  background-image: url('./../../images/basecont/ttl-base13-bg0105.png');
}
@media all and (max-width: 640px){
  .ttlBase13.no00 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0100.png');
  }
  .ttlBase13.no01 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0101.png');
  }
  .ttlBase13.no02 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0102.png');
  }
  .ttlBase13.no03 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0103.png');
  }
  .ttlBase13.no04 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0104.png');
  }
  .ttlBase13.no05 {
    background-image: url('./../../images/basecont/sp-ttl-base13-bg0105.png');
  }
}

.ttlBase13 .ttlSub {
  width: 125px;
  margin-left: -125px;
  padding-top: 2px;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1.35rem;
  font-weight: normal;
  font-style: italic;
  color: #fed34e;
}
@media all and (max-width: 640px){
  .ttlBase13 .ttlSub {
    width: 30vw;
    margin-left: -30vw;
    padding-top: 0;
    padding-left: 2vw;
    font-size: 1.1rem;
  }
}


/***** TtlBase14 *****/
.ttlBase14 {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #aaa;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 1.8rem;
}
@media all and (max-width: 640px){
  .ttlBase14 {
    margin-bottom: 7%;
    padding: 2vw 0;
    font-size: 5.5vw;
  }
}

@media all and (max-width: 640px){
  .ttlBase14.noMbSp {
    margin-bottom: 0;
  }
}



/***** TtlBase15 *****/
.ttlBase15 {
  height: 70px;
  margin-bottom: 32px;
  padding: 23px 0 0 0;
  background-image: url('./../../images/basecont/ttl-base15-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2df37;
}
@media all and (max-width: 640px){
  .ttlBase15 {
    height: auto;
    margin-bottom: 0;
    padding: 4vw 0 4vw 0;
    background-image: url('./../../images/basecont/sp-ttl-base15-bg01.png');
    background-size: 100% 100%;
    line-height: 1.2;
    font-size: 6.0vw;
  }
}



/*##### BaseCont01 #####*/
.boxBaseCont01 {
  margin-bottom: 73px;
  padding-top: 35px;
}
@media all and (max-width: 640px){
  .boxBaseCont01 {
    margin-bottom: 10%;
    padding-top: 3%;
  }
}

.boxBaseCont01 .ttl01 {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseCont01 .ttl01 {
    margin-bottom: 5%;
    line-height: 1.4;
    font-size: 6.5vw;
  }
}

.boxBaseCont01 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 55px;
  padding: 0 20px 77px 20px;
  background-image: url(./../../images/basecont/basecont01-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxBaseCont01 .ul01 {
    position: relative;
    display: block;
    margin-bottom: 12%;
    padding: 150% 0 0 0;
    background-image: url('./../../images/basecont/sp-basecont01-bg01.png'), url('./../../images/basecont/sp-basecont01-icn-arrow01.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, auto auto;
  }
}

.boxBaseCont01 .ul01 > li {
  overflow: hidden;
  width: 33.333333%;
  height: 246px;
  padding-top: 65px;
  background-image: url(./../../images/basecont/basecont01-bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.9;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseCont01 .ul01 > li {
    position: absolute;
    width: 60%;
    height: auto;
    padding-top: 0;
    background: none;
    font-size: 4.0vw;
  }
}

.boxBaseCont01 .ul01 > li:nth-child(1) {
  padding-top: 73px;
}
.boxBaseCont01 .ul01 > li:nth-child(2) {
  padding-top: 73px;
}
.boxBaseCont01 .ul01 > li:nth-child(3) {
  padding-top: 73px;
}
@media all and (max-width: 640px){
  .boxBaseCont01 .ul01 > li:nth-child(1) {
    top: 24vw;
    left: 0;
    width: 55vw;
    padding-top: 0;
  }
  .boxBaseCont01 .ul01 > li:nth-child(2) {
    top: 50vw;
    left: auto;
    right: 3vw;
    width: 60vw;
    padding-top: 0;
  }
  .boxBaseCont01 .ul01 > li:nth-child(3) {
    top: 92vw;
    left: 7vw;
    width: 57vw;
    padding-top: 0;
  }
}



/*##### BaseCont02 #####*/
.boxBaseCont02 {
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxBaseCont02 {
    margin-bottom: 15%;
  }
}

.boxBaseCont02 .boxBaseCom {
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBaseCont02 .boxBaseCom {
    margin-bottom: 0;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 640px){
  .boxBaseCont02 .boxBaseCom.small {
    letter-spacing: 0.03em;
    font-size: 3.5vw;
  }
}

.boxBaseCont02 .ttl01 {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseCont02 .ttl01 {
    margin-bottom: 5%;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}

.boxBaseCont02 .boxBaseCom {
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBaseCont02 .boxBaseCom {
    text-align: left;
  }
}



/*##### BaseCont03 #####*/
.boxBaseCont03 {
  margin-bottom: 75px;
}
@media all and (max-width: 640px){
  .boxBaseCont03 {
    margin-bottom: 13%;
  }
}

.boxBaseCont03LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 640px){
  .boxBaseCont03LR {
    display: block;
    margin-bottom: 0;
  }
}

.boxBaseCont03L {
  width: 51%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxBaseCont03L {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
}

.boxBaseCont03R {
  width: 46%;
}
@media all and (max-width: 640px){
  .boxBaseCont03R {
    width: 100%;
  }
}

.boxBaseCont03R .ttl01 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseCont03R .ttl01 {
    margin-bottom: 5%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5.7vw;
    font-weight: 700;
  }
}

.boxBaseCont03R .boxBaseCom p:not(:last-child) {
  margin-bottom: 35px;
}
@media all and (max-width: 640px){
  .boxBaseCont03R .boxBaseCom p:not(:last-child) {
    margin-bottom: 7%;
  }
}



/*##### BaseCont04 #####*/
.boxBaseCont04 {
  margin-bottom: 52px;
}
@media all and (max-width: 640px){
  .boxBaseCont04 {
    margin-bottom: 12%;
  }
}

.boxBaseCont04 .ttl01 {
  margin-bottom: 22px;
  text-align: center;
  line-height: 1.45;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxBaseCont04 .ttl01 {
    margin-bottom: 8%;
    font-size: 1.3rem;
  }
}

.boxBaseCont04 .ul01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 130px;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxBaseCont04 .ul01 {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 0;
  }
}

.boxBaseCont04 .ul01 > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 322px;
  margin: 0 20px;
  padding-top: 3px;
  background-image: url(./../../images/basecont/basecont04-bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: center;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxBaseCont04 .ul01 > li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 7%;
    padding-top: 32%;
    background-image: url(./../../images/basecont/sp-basecont04-bg01.png);
    background-size: 100% auto;
    font-size: 5.0vw;
  }
}

@media all and (max-width: 640px){
  .boxBaseCont04 .ul01 > li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /*padding-left: 10%;*/
  }
}

.boxBaseCont04 .boxBaseCom {
  text-align: center;
  line-height: 2.2;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBaseCont04 .boxBaseCom {
    text-align: left;
    font-size: 0.9rem;
  }
}



.boxBaseCont05 {
  margin-bottom: 52px;
}
@media all and (max-width: 640px){
  .boxBaseCont05 {
    margin-bottom: 12%;
  }
}

.boxBaseCont05 .boxImg {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 22px;
}
@media all and (max-width: 640px){
  .boxBaseCont05 .boxImg {
    display: block;
    margin-bottom: 7%;
    text-align: center;
  }
}

@media all and (max-width: 640px){
  .boxBaseCont05 .boxImg .icnBasecont0402Arrow01 {
    width: 30%;
    margin: 5vw 0;
  }
}

.boxBaseCont05 .boxBaseCom {
  text-align: center;
  line-height: 2.2;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxBaseCont05 .boxBaseCom {
    text-align: left;
    font-size: 0.9rem;
  }
}