:root {
  --section-width: 100%; /* PC表示時の横幅を変数で定義 */
}

section {
  width: 100%;
  max-width: var(--section-width);
  padding: var(--section-padding);
  box-sizing: border-box;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
}
@media (hover) {
  a, a img, input[type="submit"], input[type="reset"], svg * {
    transition-property: color, background-color, border-color, fill;
    transition-duration: .3s;
  }
}

/* ↓header↓ */

.header-body {
  background: #FFEDED;
  text-align: center;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

#header .inner {
  position: relative;
}

#nav {
  width: 1400px;
  margin: 0 auto;
}

.inner.cf {
  margin: 0 auto;
  padding: 0 20px;
}

.contact-btn.pc {
  display: flex;
  justify-content: space-around;
  width: 35%;
}

.campaign_img {
  position: absolute;
  top: -15%;
  left: -25%;
}

.ratebox-text.ratebox-text22 a {
  display: block;
  width: 40%;
  margin: 10px auto;
}

.campaign_img img {
  width: 50%;
}

.ratebox.apple_gift {
  width: 500px;
  padding: 0 10%;
  position: relative;
  padding-bottom: 15px;
}

.ratebox-transfer.ratebox-transfer2 {
  margin: 0 auto;
  width: 45%;
}



#header #nav ul li {
  float: left;
  width: 15%;
  margin: 0 6.25% 0 0;
  border-bottom: solid 4px #ff5352;
}

#header #nav ul li:last-child{
	margin: 0;
}

.ratebox-stext p {
  color: red;
}

#header #nav ul li a{
	display: block;
	color: #ff5352;
	font-weight: bold;
  padding: 20px 20px 19px;
  font-size: 1.2em;
}

#header #nav ul li a:hover{
	background: #ff5352;
	color: #fff;
}

#header .humburger{
	z-index: 9999;
}

#header .humburger span{
	transition: .4s;
}

.formbtn {
  border-radius: 10px;
  color: #FFF;
  background: #FF9F1C;
  font-size: 25px;
  padding: 10px 20px;
  width: 250px;
  display: block;
}

.linebtn {
  border-radius: 10px;
  color: #fff;
  background: #17bb05;
  font-size: 25px;
  padding: 10px 20px;
  width: 250px;
  display: block;
}

.content-btn a:hover {
  animation: bounce ease 1s;
}

@keyframes bounce {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  20% {
    transform: scaleX(0.9) scaleY(1.1);
  }
  30% {
    transform: scaleX(0.9) scaleY(1.1);
  }
  40% {
    transform: scaleX(1.1) scaleY(0.9);
  }
  50% {
    transform: scaleX(0.95) scaleY(1.05);
  }
  57% {
    transform: scaleX(1.05) scaleY(0.95);
  }
  64% {
    transform: scaleX(0.975) scaleY(1.025);
  }
  69% {
    transform: scaleX(1.025) scaleY(0.975);
  }
  75% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

/* ↑header↑ */

/* ↓top-body↓ */
.top-body {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}

#mv {

}

#mv img {
  width: 100%;
  margin: 7.5% auto 0;
  z-index: 1;
  position: relative;
}

.contact-btn2 {
  display: flex;
  width: 500px;
  padding-left: 37%;
  padding-right: 37%;
  padding-top: 1%;
  background: #fff5f5;
}

.formbtn2 {
  border-radius: 20px;
  color: #FFF;
  background: #FF9F1C;
  font-size: 17px;
  padding: 3.5% 7%;
  margin-right: 3%;
}

.linebtn2 {
  border-radius: 20px;
  color: #fff;
  background: #17bb05;
  font-size: 17px;
  padding: 3.5% 7%;
}

/* ↑top-body↑ */

/* ↓換金率一覧↓ */

.rate {
  padding-top: 180px;
  background: url(../img/background2.png),url(../img/background1.png),url(../img/background2.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
  background-position: left top, right center, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat ;
  background-color: #fff5f5;
}

.rate-body {
  margin: auto;
}

.rate-title {
  font-size: 2.9em;
  font-weight: 600;
  margin-bottom: 2%;
  color: #000501;
  position: relative;
}

.rate-title::before {
  position: absolute;
  content: "";
  background: url(../img/deco.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  width: 500px;
  height: 150px;
  left: 500px;
  top: -55px;
  background-repeat: no-repeat;
  background-size: 605px;
}

.rate-inner {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
}

.ratebox {
  border: 6px double #ff5352;
width: 30%;
  margin: 1% auto;
  border-radius: 115px;
  background: #ffffff9c;
  padding: 0 0 25px 0;
}

.ratebox-app {
  margin-top: 3%;
}

.rateimg {
  width: 50%;
}

.ratebox-apptext {
  font-family: "Kosugi";
  margin: 0% auto 3%;
  color: #000501;
}

.ratebox-rate {
  display: flex;
  justify-content: center;
  font-size: 4.5em;
  color: #ff5352;
}

.ratebox-ttext {
  color: #000501;
  font-size: 0.3em;
  writing-mode: vertical-rl;
  margin-right: 2%;
}

.ratebox-stext {
  font-size: 0.5em;
  padding-top: 5%;
  color: #000501;
  margin-left: 1%;
}

.ratebox-transfer {
  font-size: 1.5em;
  border: 2px solid #000501;
  width: 25%;
  padding: 2%;
  border-radius: 10px;
}

.nnn_flex {
  display: flex;
  justify-content: center;
}

.space_div {
  margin: 0 10px;
}

.transfer {
  font-size: 0.6em;
  margin-bottom: 5px;
  color: #000501;
}

.transfer::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  content: '\f658';
  font-family: "Font Awesome 5 Free";
  color: #000501;
}

.ratebox-text {
  margin-top: 3%;
}

.rate-btn {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: 45px auto 0 auto;
}

.formbtn3 {
  border-radius: 20px;
  color: #FFF;
  background: #FF9F1C;
  font-size: 17px;
  padding: 3.5% 7%;
  margin-right: 3%;
}

.linebtn3 {
  border-radius: 20px;
  color: #fff;
  background: #17bb05;
  font-size: 17px;
  padding: 3.5% 7%;
}

/* ↑換金率一覧↑ */

.triangle {
  position: relative;
}

.triangle-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.triangle-body svg {
  position: relative;
  display: block;
  width: calc(100%);
  height: 129px;
}

.triangle-body .shape-fill {
  fill: #fff5f5;
}



/* ↓魅力↓ */

.point {
  color: white;
  background-color: #ff5352;
  padding-top: 10%;
}

.point-body {
  margin: 0px 10%;
  position: relative;
}

.point-img {
  position: absolute;
  width: 175px;
  left: -8%;
  bottom: 0%;
  z-index: 1;
}

.point-title {
  font-size: 2.9em;
  font-weight: 600;
  margin-bottom: 3%;
  padding-top: 1%;
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  color: #000000;
  width: 850px;
margin: 0 auto 3%;
}

.point-title::before, .point-title::after {
  position: absolute;
  content: '';
}

.point-title::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.point-title::after {
  top: 4px;
  left: 5px;
  width: calc(100% - 15px);
  height: calc(100% - 14px);
  border: 2px dashed #000;
  background: #fff;
}

.point-title i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -35px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.point-title .point-marker {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

.point-title .point-marker::before, .point-title .point-marker::after {
  position: absolute;
  content: '';
}

.point-title .point-marker::before {
  top: -50px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

.point-title .point-marker::after {
  position: absolute;
  top: -12px;
  left: calc(50% - 35px);
  width: 75px;
  height: 10px;
  background: #fff;
}

.point-subtitle {
  font-size: 1.3em;
  margin-bottom: 2%;
}

.point-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
width: 100%;
}

.pointbox {
  padding: 1%;
  margin-right: 1%;
width: 27%;
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(50px); /* 初期状態は下に移動 */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.pointbox.show {
  opacity: 1; /* 表示状態に */
  transform: translateY(0); /* 元の位置に */
}


/* ↑魅力↑ */

.triangle2 {
  position: relative;
}

.triangle2-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.triangle2-body svg {
  position: relative;
  display: block;
  width: calc(100%);
  height: 129px;
}

.triangle2-body .shape2-fill {
  fill: #ff5352;
}


/* ↓手順↓ */


.step {
  padding-top: 4%;
  background-color: #ffffff;
  background-image: url(../img/background5.png) ,url(../img/background6.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat ;
}

.step-body {
  position: relative;
}

.step-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 3%;
  padding-top: 5.3%;
  color: #000501;
}

.step-marker {
  z-index: 10;
  position: relative;
}

.step-marker::before {
  position: absolute;
  content: "";
  background: url(../img/deco3.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 390px;
  width: 495px;
  height: 155px;
  top: -35px;
  right: -235px;
  z-index: -1;
  transform: rotate(-20deg);
}

.step-subtitle {
  font-size: 1.3em;
  margin-bottom: 2%;
  color: #000501;
}

.step-inner {
  display: table;
  margin: 0 auto 40px;
  width: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.step-inner.show {
  opacity: 1;
  transform: translateY(0);
}

.step-number1 {
  position: relative;
  display: table-cell;
  background: #ff5352;
  color: #fff;
  font-weight: bold;
  width: 24%;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
  padding: 25px 28px 25px;
  font-size: 24px;
  font-family: "Aoboshi One";
}

.step-number2 {
  position: relative;
  display: table-cell;
  background: #ff5352;
  color: #fff;
  font-weight: bold;
  width: 24%;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
  padding: 25px 28px 25px;
  font-size: 24px;
  font-family: "Aoboshi One";
}

.step-number3 {
  position: relative;
  display: table-cell;
  background: #ff5352;
  color: #fff;
  font-weight: bold;
  width: 24%;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
  padding: 25px 28px 25px;
  font-size: 24px;
  font-family: "Aoboshi One";
}

.step-number1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff5352 transparent transparent transparent;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-width: 15px 13px 0 13px;
}

.step-number2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff5352 transparent transparent transparent;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-width: 15px 13px 0 13px;
}

.stepimg {
  margin-top: 10%;
}

.step-box {
  display: table-cell;
  background: #FFEDED;
  text-align: left;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  padding: 0 3.7%;
}

.step-tit {
  font-size: 35px;
  margin: 0 0 20px;
  font-family: "Rampart One";
  color: #000501;
}

.steptxt {
  font-size: 1em;
  font-weight: 500;
  font-family: "Kosugi";
  color: #000501;
}

.step-btn {
  margin: 2% auto 2%;
  display: flex;
  width: 500px;
  justify-content: center;
}

.step-text {
  font-size: 1.2em;
  margin-bottom: 0.6%;
  color: #000501;
}

.step-stext {
  color: #000501;
}

.formbtn4 {
  border-radius: 20px;
  color: #FFF;
  background: #FF9F1C;
  font-size: 17px;
  padding: 3.5% 7%;
  margin-right: 3%;
}

.linebtn4 {
  border-radius: 20px;
  color: #fff;
  background: #17bb05;
  font-size: 17px;
  padding: 3.5% 7%;
}

.step-img {
  position: absolute;
  width: 200px;
  right: 29%;
  bottom: -13%;
}


/* ↑手順↑ */

/* ↓解決できる悩み↓ */

.problem {
  background-color: #ff5352;
  color: rgb(0, 0, 0);
}

.problem-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 4%;
  padding-top: 7%;
  color: white;
}

.problem-subtitle {
  font-size: 1.3em;
  margin-bottom: 2%;
  color: white;
}

.problem-inner {
  display: flex;
  margin: auto;
  width: 80%;
  justify-content: center;
  flex-wrap: wrap;
}

.problembox {
  background: #fff;
  box-sizing: border-box;
  font-size: 18px;
  width: 30%;
  float: left;
  margin: 0 25px 30px;
  height: 120px;
  position: relative;
}

.problembox::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border-width: 0 35px 35px 0;
  border-style: solid;
  border-color: #ffc0c0 #ff5352 #ffc0c0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.problembox-title {
  text-align: center;
  margin: 10.39%;
  color: #000501;
  font-size: 0.92vw;
}

/* ↑悩み↑ */

/* ↓↓ */

.wave {
  position: relative;
}

.wave-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-body svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.wave-body .shape-fill {
  fill: #ff5352;
}

/*  */

/* ↓解決できる理由↓ */

.solution {
  background-color: #ffeded;
  background-image: url(../img/background9.png) ,url(../img/background10.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat ;
}

.solution-body {
  position: relative;
}

.solution-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 4%;
  padding-top: 6%;
  position: relative;
  color: #000501;
}

.solution-title::before {
  position: absolute;
  content: "";
  background: url(../img/deco1.png);
  width: 185px;
  height: 100px;
  left: 610px;
  top: 105px;
}

.solution-title::after {
  position: absolute;
  content: "";
  background: url(../img/deco2.png);
  width: 185px;
  height: 100px;
  right: 610px;
  top: 105px;
}

.solution-inner {
  margin: 0% 15%;
  display: flex;
  flex-wrap: wrap;
}

.solutionbox {
  border: 3px solid #ff5352;
  padding: 2% 1% 2%;
  margin: 2% auto;
  background: #ff5352;
  color: white;
  border-radius: 10px;
  position: relative;
  width: 580px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.solutionbox.show {
  opacity: 1;
  transform: translateY(0);
}

.solutionbox::before {
  position: absolute;
  border: 1px solid #7cd2f2;
  background: #7cd2f2;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  content: "";
  top: 35px;
  left: -35px;
}

.solutionbox::after {
  position: absolute;
  border: 1px solid #7cd2f2;
  background: #7cd2f2;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  content: "";
  top: 265px;
  left: -35px;
}

.solutionbox-title {
  font-size: 2em;
  font-weight: 700;
}

.solutionbox-img {
  width: 300px;
  margin: 1% auto;
}

.solutionbox-text {
  line-height: 25px;
}

.solution-img {
  position: absolute;
  width: 245px;
  left: 24.3%;
  z-index: 2;
  top: 96%;
}

/* ↑解決できる理由↑ */

/* ↓↓ */

.wave2 {
  position: relative;
}

.wave2-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave2-body svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.wave2-body .shape-fill {
  fill: #FFEDED;
}

.wave2-btn {
  margin: 0 auto 2%;
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.formbtn5 {
  border-radius: 20px;
  color: #FFF;
  background: #FF9F1C;
  font-size: 17px;
  padding: 1.2% 1%;
  margin-right: 3%;
  width: 250px;
  height: 15px;
}

.linebtn5 {
  border-radius: 20px;
  color: #fff;
  background: #17bb05;
  font-size: 17px;
  padding: 1.2% 1%;
  width: 250px;
  height: 15px;
}

/* ↑↑ */

/* ↓口コミ↓ */

.reviews {
  background-color: #ff5352;
}

.reviews-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 4%;
  padding-top: 9.2%;
  position: relative;
  color: white;
}

.reviews-marker {
  position: relative;
}

.reviews-marker::before {
  position: absolute;
  content: "";
  background: url(../img/deco4.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 390px;
  width: 495px;
  height: 155px;
  top: -35px;
  right: -130px;
  transform: scale(-1,1);
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.reviews-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border: 10px double #ffffff;
  border-radius: 10px;
  width: 70%;
  margin: auto;
  padding: 1%;
  background: #ffeded;
}

.reviews-inner .slick-slide {
  margin: 0;
}

.reviewsbox {
  margin: 0 35px;
  opacity: 0.5; /* デフォルトの不透明度を50%に設定 */
  transition: transform 0.5s ease, opacity 0.5s ease; /* アニメーションの設定 */
  height: 350px !important;
  padding-top: 0.2%;
  width: 500px ;
  border: 2px solid #7cd2f2;
  transform: scale(0.9);
  padding-left: 0.1%;
  padding-right: 0.1%;
  background: #7cd2f2;
}

.reviewsbox::before {
  position: absolute;
  border: 2px dashed #fff;
  content: '';
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 5px;
  z-index: -1;
  border-radius: 3px;
}

.reviewsbox.slick-center {
  transform: scale(1); /* サイズを1.2倍に拡大 */
  opacity: 1; /* 不透明度を100%に設定 */
  transition: transform 0.5s ease, opacity 0.5s ease; /* スムーズなアニメーション */
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots li button {
  font-size: 82px;
}

.reviewsbox-title {
  font-family: "Kosugi";
  font-size: 1.8em;
  color: #fff;
  margin-top: 4%;
  font-weight: 600;
}

.reviewsbox-text {
  margin-top: 5%;
  font-size: 0.9em;
  line-height: 25px;
  padding: 0 10px;
}

.reviewsbox-dtl {
  display: flex;
  margin: 6% auto;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 27px;
  padding: 0 4%;
}

.dtl1 {
  border-right: 1px solid #000501;
  border-left: 1px solid #000501;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.9em;
  color: #000501;
}

.dtl2 {
  border-right: 1px solid #000501;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.9em;
  color: #000501;
}

.dtl3 {
  border-right: 1px solid #000501;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.9em;
  color: #000501;
}

.dtl4 {
  border-right: 1px solid #000501;
  border-left: 1px solid #000501;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.9em;
  color: #000501;
}

.reviewsimg {
  position: absolute;
  top: 83px;
  left: 18px;
}

.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
  border-left: 1px solid black;
  padding-left: 5px;
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
  padding-left: 4px;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 85%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 75%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.reviewsbox-valuation {
  margin-top: 10px;
}

/* ↑口コミ↑ */

.triangle3 {
  position: relative;
}

.triangle3-body svg {
  position: relative;
  display: block;
  width: calc(100%);
  height: 170px;
}

.triangle3-body .shape2-fill {
  fill: #ff5352;
}


/* ↓Q&A↓ */

.question{
  background-image: url(../img/background13.png);
  background-position: center bottom;
  background-repeat: no-repeat ;
}

.question-inner *, .question-inner *:after, .question-inner *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.question-inner .question-box {
	position: relative;
	overflow: hidden;
  width: 45%;
	margin: 0 0 1em 0;
	color: #ffffff;
}

.question-inner .question-box input {
	position: absolute;
	opacity: 0;
}

.question-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 4%;
  padding-top: 9%;
  position: relative;
  color: #000501;

}

.question-inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto 11%;
  justify-content: center;
}

.question-inner .question-box label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0.5em 0.5em 2em;
	padding: 1em 0 2em 0;
	cursor: pointer;
	border-radius: 0.3em;
	background: #ff5352;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

.question-inner .question-box label span {
	display: block;
	padding: 0 2em 1em 2em;
	border-bottom: 1px solid #ffffff;
}

.question-inner .question-box .question-box-content ul {
  background: #7cd2f2;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1em 1em 1em 3em;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
}

.question-box-content ul li {
  list-style: decimal;
}

.questionbox-text {
  font-weight: 600;
}

/* --?アイコン */
.question-inner .question-box label::before {
	font-size: 2em;
	position: absolute;
	z-index: 99;
	top: 0.5em;
	left: -1em;
	padding: 0 0.4em;
  content: 'Q';
	border: 3px solid #ffffff;
	border-radius: 50%;
  background: #7cd2f2;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}

/* --▼アイコン */
.question-inner .question-box label::after {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 1em;
	content: '\025bc';
	display: inline-block;
	width: 100%;
	height: 1em;
	padding: 0.5em;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* 答え */
.question-inner .question-box .question-box-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5em;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
}

/* --!アイコン */
.question-inner .question-box .question-box-content::before {
	font-size: 1.5em;
	position: absolute;
	z-index: 99;
	top: calc(50% - 0.9em);
	left: 2.5em;
  padding: 0px 0.45em;
	content: '\f12a';
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #ff5352;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}

.question-inner .question-box .question-box-content p {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 1em 1em 1em 3em;
	border-radius: 0.3em;
	background: #7cd2f2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  line-height: 1.5em;
  text-align: left;
  font-weight: 600;
  font-size: 1.2em;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.question-inner .question-box input:checked ~ .question-box-content {
	max-height: 40em;
}

/* 質問をクリックした時の▼アイコンの動き */
.question-inner .question-box input[type=checkbox]:checked + label::after {
	bottom: 0em;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* ↑Q&A↑ */


/* ↓会社概要↓ */

.company {
  background: #FFEDED;
  background-image: url(../img/background15.png) ;
  background-position: left center ;
  background-repeat: no-repeat ;
}

.company-title {
  font-size: 2.9em;
  ;
  font-weight: 600;
  margin-bottom: 4%;
  padding-top: 6%;
  position: relative;
  color: #000501;
}

.company-inner {
  margin: auto 20%;
  padding-bottom: 3%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 2px solid #ff5352;
  box-shadow: 0px 0px 10px 5px rgba(25, 67, 105, 0.2) inset;
  background: white;
}

tr {
  border-bottom: 2px solid #ff5352;
  height: 90px;
  text-align: center;
  vertical-align: middle;
}

th {
  background: #ff5352;
  border-bottom: 2px solid white;
  color: white;
  ;
  text-align: center !important;
  font-size: 1.2em;
}

td {
  font-family: "";
  font-weight: 500;
  color: #000501;
}

/* ↑会社概要↑ */


/* ↓footer↓ */

#footer {
  padding: 40px 0 0 0;
}

.footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-body {
  margin: 0 0 33px;
  display: flex;
  justify-content: center;
}

.footer-body li {
  margin: 0 43px 0 0;
}

.footer-body li a {
  color: #ff5352;
  font-weight: 600;
}

.footer-body li:last-child {
  margin: 0;
}

#copy {
  font-size: 14px;
  padding: 25px 0 20px;
  letter-spacing: 0.05em;
  background: #ff5352;
  color: #fff;
}








