
#keyvisual {
  position: relative;
}
#keyvisual .ob-img {
  width: 100%;
  height: 130vw;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
#keyvisual .ob-img img {
  object-position: 0 100%;
}
#keyvisual .key__catch {
  position: absolute;
  z-index: 2;
  top: 5vw;
  left: 5vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  gap: 4vw;
}
#keyvisual .key__catch p {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 6.47vw;
  width: 6.47vw;
  line-height: 6.47vw;
  padding: 3vw 3vw;
  background: #fff;
  border: 4px solid #c92c24;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#keyvisual .key__catch p span {
  color: #e6aa1a;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.15em;
}
#keyvisual .key__catch p strong {
	display: block;
	padding-top: 2vw;
	font-weight: 700;
}
#keyvisual .key__catch p img {
  height: 7px;
  line-height: 1;
  display: block;
  margin-bottom: 1vw;
}
#keyvisual .key__catch .key-1 {
  height: 85vw;
}
#keyvisual .key__catch > div {
	opacity: 0;
}
@media only screen and (min-width: 768px) {
  #keyvisual .ob-img {
    height: 859px;
  }
  #keyvisual .ob-img img {
    object-position: 0 100%;
  }
  #keyvisual .key__catch {
    z-index: 2;
    top: 247px;
    left: 250px;
    gap: 14px;
  }
  #keyvisual .key__catch p {
    font-size: 32px;
    width: 38px;
    line-height: 38px;
    padding: 14px 15px;
    border: 5px solid #c92c24;
    letter-spacing: 4px;
  }
  #keyvisual .key__catch p span {
    line-height: 38px;
  }
	#keyvisual .key__catch p img {
		margin-bottom: 6px;
    height: 11px;
	}
	
#keyvisual .key__catch p strong {
	padding-top: 11px;
}
	
  #keyvisual .key__catch .key-1 {
    height: 250px;
  }
}
#lead {
  position: relative;
  text-align: center;
  padding: 6vw 5vw;
}
#lead::before {
  content: "";
  background: url("../img/index/lead_bg_sp.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 1046px;
  position: absolute;
  top: -26vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#lead .title {
  margin-bottom: 40px;
}
#lead .title h2 {
  font-size: 7vw;
  line-height: 2;
  font-weight: 900;
}
#lead .title h2 span {
  letter-spacing: 0.16em;
}
#lead .title h2 span::before {
  bottom: -3vw;
}
#lead .text {
  font-size: 17px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 28px 0 0;
  }
  #lead::before {
    background: url("../img/index/lead_bg.jpg") no-repeat top center;
    background-size: 100% auto;
    height: 1046px;
    top: -264px;
    width: 2000px;
  }
  #lead .title {
    margin-bottom: 40px;
  }
  #lead .title h2 {
    font-size: 36px;
    line-height: 79px;
  }
  #lead .title h2 span {
    letter-spacing: 0.16em;
  }
  #lead .title h2 span::before {
    bottom: -23px;
  }
  #lead .text {
    font-size: 18px;
    line-height: 40px;
  }
}
#about {
  position: relative;
  padding-bottom: 25vw;
  padding-left: 5vw;
  padding-right: 5vw;
}
#about .box {
  width: auto;
  position: relative;
  padding-top: 10vw;
}
#about .box .title {
  margin-bottom: 6vw;
  padding: 0 10vw;
}
#about .box .title p {
  font-size: 3.73vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
}
#about .box .title h2 {
  font-size: 11.13vw;
  line-height: 1.5;
  font-weight: 700;
}
#about .box .title h2 span {
  font-size: 6.93vw;
}
#about .box .photo {
  height: 100vw;
  position: relative;
  margin-bottom: 6vw;
}
#about .box .photo img {
  object-position: 50% 100%;
}
#about .box .text {
  margin-bottom: 8vw;
}
#about .bnr__shared {
  width: auto;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #about {
    padding: 104px 0 186px;
  }
  #about .box {
    width: 423px;
    padding-top: 85px;
  }
  #about .box .title {
    margin-bottom: 6px;
    padding: 0;
  }
  #about .box .title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #about .box .title h2 {
    font-size: 52px;
    line-height: 78px;
    letter-spacing: 1px;
  }
  #about .box .title h2 span {
    font-size: 30px;
  }
  #about .box .photo {
    width: 600px;
    height: 606px;
    position: absolute;
    top: 0;
    left: 500px;
    margin-bottom: 0;
  }
  #about .box .photo img {
    object-position: 50% 100%;
  }
  #about .box .text {
    margin-bottom: 50px;
    letter-spacing: -0.5px;
  }
  #about .bnr__shared {
    width: 343px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px)  {
  #about .box {
    padding-left: 0;
  }
}
#gero-gourmet {
  position: relative;
  background: #f6f4f1;
  padding: 15vw 0 20vw;
}
#gero-gourmet .set1 {
  margin-bottom: 5vw;
  position: relative;
}
#gero-gourmet .set1 .title {
  text-align: center;
  margin-bottom: 10vw;
}
#gero-gourmet .set1 .title h4 {
  width: 40vw;
  margin: 0 0 0 25vw;
  max-width: 204px;
}
#gero-gourmet .set1 .title .ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.47vw;
  gap: 30px;
  margin-top: 10px;
}
#gero-gourmet .set1 .title .ttl p {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #c92c24;
}
#gero-gourmet .set1 .title .ttl p::after {
  content: "";
  background: url("../img/index/gero-gourmet_icon01.png") no-repeat center;
  background-size: 100% auto;
  width: 23vw;
  height: 23vw;
  position: absolute;
  top: -1vw;
  left: -6vw;
  z-index: -1;
}
#gero-gourmet .set1 .title .ttl h2 {
  font-weight: 700;
  line-height: 15vw;
}
#gero-gourmet .set1 .text {
  text-align: center;
}
#gero-gourmet .set2 {
  position: relative;
  margin-bottom: 15vw;
}
#gero-gourmet .set2 .box {
  position: relative;
}
#gero-gourmet .set2 .box h3 {
  width: auto;
  margin-bottom: 14vw;
}
#gero-gourmet .set2 .box .photo {
  position: relative;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 5vw;
}
#gero-gourmet .set2 .box .photo .ob-img {
  width: 100%;
  height: 60vw;
}
#gero-gourmet .set2 .box .photo .photo__sub {
  width: 40vw;
  position: absolute;
  top: -16vw;
  right: -5vw;
  z-index: 2;
}
#gero-gourmet .set2 .box .text {
  padding: 0 5vw;
}
#gero-gourmet .set3 {
  position: relative;
  padding: 0 5vw;
}
#gero-gourmet .set3 .geroList {
  margin-bottom: 10vw;
}
#gero-gourmet .set3 .bnr__shared {
  max-width: 340px;
  margin: 0 auto;
  width: 80vw;
}
@media only screen and (min-width: 768px) {
  #gero-gourmet {
    padding: 89px 0 101px;
  }
  #gero-gourmet .set1 {
    margin-bottom: 81px;
  }
  #gero-gourmet .set1 .title {
    width: 499px;
    margin: 0 auto 50px;
  }
  #gero-gourmet .set1 .title h4 {
    width: 204px;
    margin: 0 auto 50px;
  }
  #gero-gourmet .set1 .title .ttl {
    font-size: 52px;
    gap: 0;
  }
	#gero-gourmet .set1 .title .ttl p {margin-left: 63px;margin-right: 42px;}
  #gero-gourmet .set1 .title .ttl p::after {
    width: 112px;
    height: 112px;
    top: -40px;
    left: -30px;
  }
  #gero-gourmet .set1 .title .ttl h2 {
    margin-bottom: 0;
    line-height: 5vw;
  }
  #gero-gourmet .set1 .text {
    font-size: 18px;
    line-height: 40px;
  }
  #gero-gourmet .set2 {
    margin-bottom: 148px;
  }
  #gero-gourmet .set2 .box {
    width: 543px;
    margin-left: auto;
  }
  #gero-gourmet .set2 .box h3 {
    width: 469px;
    margin-bottom: 25px;
  }
  #gero-gourmet .set2 .box .photo {
    width: 484px;
    position: absolute;
    top: -13px;
    right: 614px;
    margin: 0;
  }
  #gero-gourmet .set2 .box .photo .ob-img {
    width: 100%;
    height: 323px;
  }
  #gero-gourmet .set2 .box .photo .photo__sub {
    width: 186px;
    position: absolute;
    top: -33px;
    right: -45px;
  }
  #gero-gourmet .set2 .box .text {
    margin-bottom: 0;
    padding: 0;
  }
  #gero-gourmet .set3 {
    margin-bottom: 0;
    padding: 0;
  }
  #gero-gourmet .set3 .geroList {
    margin-bottom: 50px;
  }
  #gero-gourmet .set3 .bnr__shared {
    width: 340px;
    margin: 0 auto;
  }
}
.geroList {
}
.geroList .item {
  position: relative;
  width: 60vw;
}
.geroList .item h3 {
  position: absolute;
  top: 3vw;
  height: 53vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2vw;
  z-index: 2;
}
.geroList .item h3 span {
  line-height: 10vw;
  width: 10vw;
  border-left: 3px solid #c92c24;
  border-right: 3px solid #c92c24;
  display: inline-block;
  background: #fff;
  font-weight: 700;
  padding: 2vw 0;
  font-size: 5vw;
  min-height: 80px;
  text-align: center;
  letter-spacing: 0.08em;
}
.geroList .item .photo {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 4vw;
}
.geroList .item .text {
}
.geroList .item .ttl__double {
  flex-wrap: wrap;
}
.geroList .item-1 {
  margin-bottom: 7vw;
  margin-left: auto;
}
.geroList .item-1 h3 {
  left: -12vw;
}
.geroList .item-2 {
  margin-bottom: 10vw;
}
.geroList .item-2 h3 {
  left: 61vw;
}
.geroList .item-3 {
  margin-left: auto;
  margin-bottom: 10vw;
}
.geroList .item-3 h3 {
  left: -12vw;
}
.geroList .item-4 {
  margin-bottom: 0;
}
.geroList .item-4 h3 {
  left: 60vw;
}
@media only screen and (min-width: 768px) {
  .geroList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 40px;
  }
  .geroList .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 45%;
    align-items: center;
  }
  .geroList .item h3 {
    position: absolute;
    top: -17px;
    height: 180px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 6px;
  }
  .geroList .item h3 span {
    line-height: 36px;
    width: 36px;
    border-left: 3px solid #c92c24;
    border-right: 3px solid #c92c24;
    padding: 10px 0;
    font-size: 17px;
    min-height: 80px;
    letter-spacing: 1px;
  }
  .geroList .item .photo {
    width: 190px;
    height: 190px;
    margin: 0;
  }
  .geroList .item .text {
    width: 50%;
    font-size: 15px;
    line-height: 28px;
  }
  .geroList .item-1 {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 21px;
  }
  .geroList .item-1 h3 {
    left: 22px;
  }
  .geroList .item-2 {
    margin-bottom: 0;
  }
  .geroList .item-2 h3 {
    left: -1px;
  }
  .geroList .item-3 {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 21px;
  }
  .geroList .item-3 h3 {
    left: 22px;
  }
  .geroList .item-4 {
    margin-bottom: 0;
  }
  .geroList .item-4 h3 {
    left: -1px;
  }
}
.title__c p {
  font-size: 3.73vw;
  line-height: 1;
  margin-bottom: 1vw;
  letter-spacing: 0.08em;
  font-weight: 900;
}
.title__c h2 {
  font-size: 10.67vw;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.title__c h2 span {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .title__c p {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .title__c h2 {
    font-size: 46px;
    letter-spacing: 1px;
  }
  .title__c h2 span {
    font-size: 30px;
  }
}
#message {
  position: relative;
  padding: 15vw 5vw 21vw;
}
#message::before, #message::after {
  content: "";
  height: 100%;
  position: absolute;
  background-size: 100% auto;
  z-index: -1;
  background-repeat: no-repeat;
}
#message::before {
  background-image: url("../img/index/message_bg01.jpg");
  width: 60vw;
  height: 429px;
  top: 0;
  right: 0;
  background-position: top right;
}
#message::after {
  background-image: url("../img/index/message_bg02.jpg");
  width: 50vw;
  height: 492px;
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
#message .box {
  position: relative;
}
#message .box .title__c {
  margin-bottom: 13vw;
  padding-left: 5vw;
}
#message .box .photo {
  position: relative;
  margin-bottom: 8vw;
}
#message .box .photo .ob-img {
  width: 100%;
  height: 90vw;
}
#message .box .photo .deco {
  max-width: 252px;
  position: absolute;
  top: -12vw;
  left: -3vw;
  z-index: 2;
  width: 45vw;
}
#message .box .text {
  margin-bottom: 10vw;
}
#message .box .signer {
  font-weight: 700;
  font-size: 18px;
  padding-left: 8vw;
}
#message .box .signer strong {
  font-size: 22px;
}
#message .box .deco-2 {
  position: absolute;
  bottom: -13vw;
  right: 6vw;
  max-width: 122px;
  width: 22vw;
}
@media only screen and (min-width: 768px) {
  #message {
    padding: 133px 0 135px;
  }
  #message::before {
    width: 473px;
    height: 429px;
    top: 0;
    right: 0;
  }
  #message::after {
    width: 531px;
    height: 492px;
    bottom: 0;
    left: 0;
  }
  #message .box {
    width: 453px;
    margin-left: auto;
  }
  #message .box .title__c {
    margin-bottom: 34px;
    padding-left: 0;
  }
  #message .box .photo {
    position: absolute;
    right: 536px;
    top: -26px;
    width: 376px;
    margin-bottom: 0;
  }
  #message .box .photo .ob-img {
    width: 100%;
    height: 443px;
  }
  #message .box .photo .deco {
    width: 252px;
    position: absolute;
    top: -7px;
    left: -149px;
  }
  #message .box .text {
    margin-bottom: 52px;
    width: 380px;
  }
  #message .box .signer {
    font-size: 18px;
    padding-left: 0;
  }
  #message .box .signer strong {
    font-size: 30px;
    line-height: 1;
    padding-top: 12px;
    display: block;
  }
  #message .box .deco-2 {
    bottom: -73px;
    right: 24px;
    width: 122px;
  }
}
#description {
  position: relative;
  z-index: 2;
  background: #f6f4f1;
  padding-bottom: 15vw;
}
#description .set1 {
  padding: 15vw 5vw 15vw;
}
#description .set1 .title__c {
  margin-bottom: 5vw;
  margin-left: 5vw;
}
	#description .set1 .title__c h2 {
		font-size: 10.67vw;
}
	#description .set1 .title__c h2 span {}
#description .set1 .photo {
  height: 80vw;
  position: relative;
  margin-bottom: 5vw;
}
#description .set1 .text {
  margin-bottom: 0;
}
#description .set2 {
  position: relative;
  z-index: 2;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (min-width: 768px) {
  #description {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #description .set1 {
    padding: 173px 0 163px;
  }
  #description .set1 .title__c {
    margin-bottom: 29px;
    margin-left: 0;
  }
	#description .set1 .title__c p{
		margin-bottom: 37px;
	}
	#description .set1 .title__c h2 {
    font-size: 46px;
}
	#description .set1 .title__c h2 span {}
  #description .set1 .photo {
    width: 60vw;
    min-width: 856px;
    height: 394px;
    position: absolute;
    top: 103px;
    left: calc(50% - 0px);
    margin-bottom: 0;
  }
  #description .set1 .text {
    margin-bottom: 0;
    width: 400px;
  }
  #description .set2 {
    margin-bottom: 0;
    padding: 0;
  }
}
.jobList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 13vw;
}
.jobList .item {
  width: 100%;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.jobList .item::before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 25vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  border: 4px solid #c92c24;
}
.jobList .item .photos {
  width: 75vw;
  height: 45vw;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
}
.jobList .item dl {
  padding: 5vw 5vw 8vw;
}
.jobList .item dl dt {
  color: #c92c24;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6vw;
  text-align: center;
}
.jobList .item dl dt small {
  font-size: 18px;
}
.jobList .item dl dd {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .jobList {
  gap: 39px 0;
  }
  .jobList .item {
    width: 48%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .jobList .item::before {
    top: 153px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #c92c24;
  }
  .jobList .item .photos {
    width: 100%;
    height: 227px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .jobList .item dl {
    padding: 25px 0 46px;
  }
  .jobList .item dl dt {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .jobList .item dl dt small {
    font-size: 24px;
  }
  .jobList .item dl dd {
    margin-bottom: 0;
  }
}
#features {
  padding-top: 10vw;
  padding-bottom: 19vw;
  background: #f6f4f1;
  padding-left: 5vw;
  padding-right: 5vw;
}
#features .title__c {
  margin-bottom: 10vw;
  text-align: center;
}
#features .title__c p {
  margin-bottom: 2vw;
}
#features .title__c h2 {
  font-size: 10.67vw;
}
#features .featuresList {
  margin-bottom: 5vw;
}
#features .note {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #features {
    padding: 97px 0 94px;
  }
  #features .title__c {
    margin-bottom: 54px;
  }
  #features .title__c p {
    margin-bottom: 32px;
  }
  #features .title__c h2 {
    font-size: 46px;
  }
  #features .featuresList {
    margin-bottom: 35px;
  }
  #features .note {
    font-size: 18px;
    line-height: 42px;
  }
}
.featuresList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3vw;
}
.featuresList .item {
  background: #e1d9cc;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 5vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.featuresList .item .photo {
  max-width: 118px;
  margin-right: 5%;
  width: 25%;
}
.featuresList .item .text {
  line-height: 2;
  letter-spacing: 0.08em;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .featuresList {
  gap: 0;
  }
  .featuresList .item {
    width: 23%;
    padding: 29px 0 30px;
    text-align: center;
    display: block;
  }
  .featuresList .item .photo {
    width: 118px;
    margin: 0 auto 15px;
  }
  .featuresList .item .text {
    line-height: 26px;
    width: auto;
    letter-spacing: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#requirements {
  position: relative;
  z-index: 2;
  background: #e6aa1a;
  padding: 20vw 5vw;
}
#requirements .wrap {
  background: #fff;
  padding: 10vw 10px 15vw;
}
#requirements .box {
  padding: 0px 0px 10vw;
}
#requirements .box .title__c {
  margin-bottom: 4vw;
  text-align: center;
}
#requirements .box .title__c h2 {
  font-size: 10.67vw;
}
#requirements .bnr__web {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14vw;
  position: relative;
  z-index: 2;
}
#requirements .bnr__web a {
  display: block;
  height: 95px;
  line-height: 95px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#requirements .bnr__web a::before {
  content: "";
  background: url("../img/index/requirements_bnr.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s ease;
  z-index: -1;
}
#requirements .bnr__web a::after {
  content: "";
  background: url("../img/index/arrow02.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#requirements .bnr__web a:hover {
  text-decoration: none;
}
#requirements .requiments__ct {
  text-align: center;
}
#requirements .requiments__ct .rTel {
  margin-bottom: 7vw;
  text-align: right;
}
#requirements .requiments__ct .rTel span {
  display: block;
  font-size: 10.93vw;
  color: #c92c24;
  line-height: 1;
  position: relative;
  padding-left: 0;
  letter-spacing: 0.02em;
}
#requirements .requiments__ct .rTel span::after {
  content: "";
  background: url("../img/index/line2.png") repeat-x bottom left;
  position: absolute;
  bottom: -15px;
  height: 3px;
  left: 0;
  right: 0;
}
#requirements .requiments__ct .rTel span::before {
  content: "";
  background: url("../img/index/icon-tel2.png") no-repeat center;
  background-size: 100% auto;
  width: 7vw;
  height: 9vw;
  position: absolute;
  top: 1vw;
  left: 4vw;
}
#requirements .requiments__ct .rNote {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #requirements {
    padding: 98px 0 103px;
  }
  #requirements .wrap {
    padding: 77px 0 71px;
  }
  #requirements .box {
    padding: 0px 0 56px;
  }
  #requirements .box .title__c {
    margin-bottom: 54px;
  }
  #requirements .box .title__c h2 {
    font-size: 46px;
  }
  #requirements .bnr__web {
    border-radius: 20px;
    max-width: 679px;
    margin: 0 auto 41px;
  }
  #requirements .bnr__web a {
    height: 125px;
    line-height: 125px;
    text-align: center;
    font-size: 24px;
  }
  #requirements .bnr__web a::after {
    width: 28px;
    height: 28px;
    right: 38px;
  }
  #requirements .bnr__web a:hover::before {
    transform: scale(1.05);
  }
  #requirements .requiments__ct {
  }
  #requirements .requiments__ct .rTel {
    margin-bottom: 32px;
    text-align: center;
  }
  #requirements .requiments__ct .rTel span {
    font-size: 50px;
    display: inline-block;
    letter-spacing: 0px;
    padding-left: 49px;
  }
  #requirements .requiments__ct .rTel span::after {
    bottom: -22px;
    height: 4px;
    left: 0;
    right: 0;
  }
  #requirements .requiments__ct .rTel span::before {
    width: 37px;
    height: 43px;
    top: 9px;
    left: 0;
  }
  #requirements .requiments__ct .rNote {
    font-size: 15px;
  }
}
.requirementsList {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
}
.requirementsList dl {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  padding: 20px 10px;
}
.requirementsList dl dt {
  width: auto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.requirementsList dl dd {
  padding-left: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .requirementsList {
    margin-bottom: 0;
  }
  .requirementsList dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    padding: 29px 0;
  }
  .requirementsList dl dt {
    width: 270px;
  }
  .requirementsList dl dd {
    width: 530px;
    padding-left: 0;
  }
}
