@charset "UTF-8";
/* ----------------------------------------------
  mainvisual
---------------------------------------------- */
.mainvisual {
  /* background: rgb(65,164,193);
  background: linear-gradient(128deg, rgba(65,164,193,1) 0%, rgba(101,183,207,1) 100%); */
  background: linear-gradient(128deg,rgba(9,30,81,1) 0%,rgba(52,71,128,1) 100%);
  text-align: center;
}
.mainvisual .mainImage img {
  width: min(100%,1200px);
  height: auto;
}
@media screen and (max-width: 959px) {

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

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

}
/* ----------------------------------------------
  cta-content
---------------------------------------------- */
.cta-content {
  background: #f1f1f1;
  padding: 35px 0 60px;
}
/* ctaItem1 */
.cta-content .ctaItem1 {
  margin-bottom: 30px;
}
.cta-content .ctaItem1 img {
  width: min(100%,960px);
  height: auto;
}
/* ctaItem2 */
.cta-content .ctaItem2 {
  display: flex;
  gap: 14px 17px;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cta-content .ctaItem2 > div {
    width: 100%;
  }
  .cta-content .ctaItem1 {
    text-align: center;
    margin-bottom: 45px;
  }
  .cta-content .ctaItem1 img {
    width: min(100%,520px);
    margin: 0 auto;
  }
  .cta-content .ctaItem2 img {
    width: min(100%,400px);
    height: auto;
    margin: 0 auto;
  }
  .cta-content .ctaItem2 .item3 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .cta-content {
    padding: 35px 0 45px;
  }
}
/* ----------------------------------------------
  caution-content
---------------------------------------------- */
.caution-content {
  color: #fff;
  font-weight: 600;
}
.caution-content .inner {
  max-width: 800px;
}
.caution-content .title {
  text-align: center;
  margin-bottom: 65px;
}
.caution-content .title span {
  position: relative;
  font-size: 30px;
}
.caution-content .title span::before,
.caution-content .title span::after {
  content: "";
  background: url(../images/icon/icon-caution.png)no-repeat;
  background-size: contain;
  width: 43px;
  height: 38px;
  position: absolute;
  top: 0;
  left: -70px;
}
.caution-content .title span::after {
  left: auto !important;
  right: -50px;
}
/* item1 flexItem */
.caution-content .flexItem {
  margin-bottom: 40px;
}
.caution-content .flexItem  {
  font-size: 18px;
  line-height: 2em;
}
.caution-content .flexItem .flex1 .text1 {
  position: relative;
  border: solid 6px #f5c347;
  padding: 15px 35px;
  border-radius: 2px;
  margin-bottom: 32px;
  text-align: left;
}
.caution-content .flexItem .flex1 .text1:before {
  content: "";
  background: #000;
  width: 50px;
  height: 6px;
  position: absolute;
  top: 100%;
  right: 80px;
}
.caution-content .flexItem .flex1 .text1:after {
  content: "";
  background: #f5c347;
  width: 6px;
  height: 54px;
  border-radius: 3px;
  position: absolute;
  top: 89%;
  right: 95px;
  transform: rotate(-42deg);
}
.caution-content .flexItem .flex2 .image {
  text-align: center;
  margin-bottom: 20px;
}
.caution-content .flexItem .flex2 .link {
  text-align: center;
}
.caution-content .flexItem .flex2 .link a {
  position: relative;
  transition: .3s;
}
.caution-content .flexItem .flex2 .link a:hover {
  color: #f5c347;
}
.caution-content .flexItem .flex2 .link a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: .3s;
}
.caution-content .flexItem .flex2 .link a:hover::before {
  background: #f5c347;
}
/* item2 */
.caution-content .item2 {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 40px;
  display: inline-block;
  text-align: left;
}
.caution-content .item2 .text2 {
  margin-bottom: 10px;
}
.caution-content .item2 ul li {
  line-height: 1.333em;
  text-indent: -1.1em;
  margin-left: 1.1em;
  margin-bottom: 10px;
}
.caution-content .item2 ul li:last-child {
  margin-bottom: 0;
}
/* item3 */
.caution-content .item3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  color: #f5c346;
  text-align: center;
  line-height: 1.333em;
}
@media screen and (min-width: 960px) {
  /* item1 flexItem */
  .caution-content .flexItem {
    display: flex;
    gap: 0 18px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 959px) {
  .caution-content {
    text-align: center;
  }
  .caution-content .title {
    margin-bottom: 35px;
    padding-left: 5px;
  }
  .caution-content .title span {
    font-size: 20px;
    line-height: 1.333em;
  }
  .caution-content .title span::before,
  .caution-content .title span::after {
    top: 14px;
    left: -76px;
  }
  .caution-content .title span::after {
    right: -46px;
  }
  /* item1 flexItem */
  .caution-content .flexItem {
    font-size: 16px;
  }
  .caution-content .flexItem .flex1 .text1 {
    border: solid 6px #f5c347;
    margin-bottom: 38px;
  }
  .caution-content .flexItem .flex2 .image {
    margin-bottom: 10px;
  }
  .caution-content .flexItem .flex2 .image img {
    width: min(100%,343px);
    height: auto;
  }
  /* item2 */
  .caution-content .item2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* item3 */
  .caution-content .item3 {
    font-size: 22px;
  }
}
/* ----------------------------------------------
  available-content
---------------------------------------------- */
.available-content {
  padding-bottom: 115px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.available-content .RedText {
  color: #d40000;
}
.available-content .RedBg {
  background: #d40000;
  color: #fff;
  padding: 3px 15px 5px;
  margin: 0 12px;
}
.available-content .RedLine {
  color: #d40000;
}
.available-content .GreenLine {
  color: #103c25;
}
.available-content .RedLine span,
.available-content .GreenLine span {
  position: relative;
}
.available-content .RedLine span::before,
.available-content .GreenLine span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d40000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.available-content .GreenLine span::before {
  background: #103c25;
}
/* whiteBox */
.available-content .whiteBox {
  position: relative;
  background: #fff;
  padding: 35px 60px 55px;
}
.available-content .whiteBox .title img {
  width: min(75%,636px);
  height: auto;
  margin: 0 auto 25px;
}
.available-content .whiteBox ul {
  background: url(../images/top/available-image.webp)no-repeat;
  background-size: contain;
  background-position: right center;
  margin-bottom: 42px;
}
.no-webp .available-content .whiteBox ul {
  background: url(../images/top/available-image.png)no-repeat;
}
.available-content .whiteBox ul li {
  position: relative;
  font-size: 20px;
  line-height: 1.45em;
  padding-left: 54px;
  margin-bottom: 24px;
  text-align: left;
}
.available-content .whiteBox ul li:last-child {
  margin: 0;
}
.available-content .whiteBox ul li::before {
  content: "";
  background: url(../images/icon/icon-check.png)no-repeat;
  background-size: contain;
  width: 37px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.available-content .whiteBox .arrow {
  margin-bottom: 10px;
}
.available-content .whiteBox .arrow img {
  width: min(30%, 152px);
  height: auto;
}
.available-content .whiteBox > .text {
  font-size: 30px;
  line-height: 1.85em;
  margin-bottom: 35px;
}
/* yellowLine */
.available-content .yellowLine {
  border: solid 16px #f5c346;
  border-radius: 40px;
  padding: 35px 60px 55px 70px;
  width: min(92%,740px);
  margin: 0 auto;
}
.available-content .yellowLine .icon {
  padding-right: 10px;
  margin-bottom: 30px
}
.available-content .yellowLine .icon img {
  width: min(23%,72px);
  height: auto;
}
.available-content .yellowLine .head {
  position: relative;
  font-family: 'NotoSansJP', sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 45px;
  display: inline-block;
}
.available-content .yellowLine .head::before {
  background: radial-gradient(circle farthest-side, #f5c346, #f5c346 30%, transparent 30%, transparent);
  background-size: 23px;
  content: '';
  display: inline-block;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: -21px;
  left: -4px;
}
.available-content .yellowLine .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  text-align: left;
}
/* GrayBox */
.available-content .GrayBox {
  position: relative;
  background: #f0efef;
  padding: 55px 70px 85px;
}
.available-content .GrayBox .head {
  font-size: 36px;
  line-height: 1.45em;
  margin-bottom: 35px;
}
.available-content .GrayBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.available-content .GrayBox ul li span {
  color: #103c25;
  font-size: 20px;
  background: #fff;
  border: solid 2px #103c25;
  display: block;
  width: 97%;
  margin: 0 auto;
  padding: 18px 0;
}
@media screen and (min-width: 960px) {
  /* whiteBox */
  .available-content .whiteBox .title {
    padding-left: 20px;
  }
  /* GrayBox */
  .available-content .GrayBox ul li {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 959px) {
  .available-content {
    padding-bottom: 85px;
  }
  .available-content .inner {
    width: 95%;
  }
  /* whiteBox */
  .available-content .whiteBox {
    padding: 25px 0 35px;
  }
  .available-content .whiteBox .title img {
    margin-bottom: 20px;
  }
  .available-content .whiteBox ul {
    background: url(../images/top/sp-available-image.webp)no-repeat;
    background-size: contain;
    background-position: bottom;
    width: min(90%, 480px);
    margin: 0 auto 27px;
    padding: 0 5% min(55.128vw,290px);
  }
  .no-webp .available-content .whiteBox ul {
    background: url(../images/top/sp-available-image.png)no-repeat;
  }
  .available-content .whiteBox ul li {
    font-size: 18px;
    padding-left: 49px;
    margin-bottom: 16px;
  }
  .available-content .whiteBox ul li::before {
    width: 33px;
    height: 30px;
  }
  .available-content .whiteBox > .text {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0 3% 0 2%;
    text-indent: 28px;
  }
  /* yellowLine */
  .available-content .yellowLine {
    border: solid 6px #f5c346;
    padding: 30px 25px 40px 28px;
  }
  .available-content .yellowLine .icon {
    padding-right: 8px;
    margin-bottom: 18px;
  }
  .available-content .yellowLine .head {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .available-content .yellowLine .text {
    font-size: 16px;
  }
  /* GrayBox */
  .available-content .GrayBox {
    padding: 35px 20px 55px;
  }
  .available-content .GrayBox .head {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .available-content .GrayBox .head > span {
    display: block;
  }
  .available-content .GrayBox ul {
    justify-content: center;
  }
  .available-content .GrayBox ul li {
    width: min(100%,440px);
  }
  .available-content .GrayBox ul li span {
    font-size: 19px;
  }
}
/* ----------------------------------------------
  success-content
---------------------------------------------- */
.success-content {
  padding: 20px 0 85px;
}
.success-content .bgWave {
	clip-path: url(#clipshape1);
  width: 100vw;
  position: absolute;
  top: -4.1vw;
}
.success-content .bgWave .bgDots-BLUE {
	width: 100vw;
	height: 4.178vw;
}
.success-content .inner {
  max-width: 890px;
}
.success-content .title img {
  width: min(100%,898px);
  height: auto;
  margin: 0 auto 32px;
}
.success-content ul li {
  margin-bottom: 55px;
}
.success-content ul li:last-child {
  margin-bottom: 0;
}
.success-content .head {
  position: relative;
  background: #fcfb03;
  text-align: center;
  padding: 15px;
  margin-bottom: 50px;
}
.success-content .head::before {
  content: "";
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #fcfb03;
  border-width: 27px 40px 0px 0px;
  position: absolute;
  bottom: -26px;
  left: 87px;
}
.success-content .flexItem {
  display: flex;
  align-items: center;
  gap: 25px 50px;
}
.success-content .name {
  display: flex;
  gap: 0 10px;
  margin-bottom: 29px;
}
.success-content .name span {
  position: relative;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}
.success-content .name span::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
}
.success-content .text p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.666em;
}
@media screen and (min-width: 960px) {
  .success-content .head {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0 25px;
  }
  .success-content .head span:nth-of-type(2) {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 959px) {
  .success-content .head {
    padding: 18px;
  }
  .success-content .head span {
    display: block;
  }
  .success-content .head span:nth-of-type(1) img {
    height: 31px;
    width: auto;
  }
  .success-content .head span:nth-of-type(2) {
    margin: 12px 0 9px;
  }
  .success-content .head span:nth-of-type(2) img {
    height: 35px;
    width: auto;
  }
  .success-content .head span:nth-of-type(3) img {
    height: 23px;
    width: auto;
  }
  .success-content .name {
    justify-content: center;
  }
  .success-content .name span {
    font-size: 22px;
  }
  .success-content .flexItem {
    flex-direction: column-reverse;
  }
  .success-content .text p {
    font-size: 16px;
    padding: 0 4.5%;
  }
}
@media screen and (max-width: 599px) {
  .success-content {
    padding-bottom: 65px;
  }
  .success-content .bgWave {
  	clip-path: url(#clipshape2);
    width: 100vw;
    top: -9.23vw;
  }
  .success-content .bgWave .bgDots-BLUE {
  	height: 9.29vw;
  }
  .success-content .title img {
    max-width: 313px;
    margin-bottom: 24px;
  }
}
/* ----------------------------------------------
  point-content
---------------------------------------------- */
/* point1-content */
.point1-content .whiteBox {
  position: relative;
  background: #fff;
  padding: 65px 60px 70px;
}
.point1-content .whiteBox::before {
  content: "";
  background: url(../images/top/point1-bg.webp)no-repeat;
  background-size: contain;
  width: 100%;
  height: min(71.042vw,682px);
  position: absolute;
  top: 0;
  left: 0;
}
.no-webp .point1-content .whiteBox::before {
  background: url(../images/top/point1-bg.png)no-repeat;
}
.point1-content .title1 {
  position: relative;
  z-index: 1;
}
.point1-content .title1 img {
  display: block;
  width: min(100%,723px);
  height: auto;
  margin: 0 auto 8px;
}
.point1-content .title2 {
  position: relative;
  z-index: 1;
  padding-right: 52px;
}
.point1-content .title2 img {
  display: block;
  width: clamp(258px,43.021vw,413px);
  height: auto;
  margin: 0 auto 80px;
}
.point1-content ul li {
  position: relative;
  background: #f2fdf7;
  border: solid 10px #41a4c1;
  border-radius: 20px;
  padding: 95px 100px 100px;
  margin-bottom: 110px;
}
.point1-content ul li:last-child {
  margin-bottom: 0;
}
.point1-content ul li:first-child::after {
  content: "";
  background: url(../images/top/point1-image.webp)no-repeat;
  background-size: contain;
  width: min(19.896vw,191px);
  height: min(20.104vw,193px);
  position: absolute;
  right: 30px;
  top: max(-193px,-20.104vw);
}
.no-webp .point1-content ul li:first-child::after {
  background: url(../images/top/point1-image.png)no-repeat;
}
.point1-content ul li::before {
  content: "";
  background: url(../images/top/point1-01-number.png)no-repeat;
  background-size: contain;
  width: clamp(90px,15.208vw,146px);
  height: clamp(90px,15.208vw,146px);
  position: absolute;
  left: min( 5.417vw,52px);
  top: clamp(-75px,-7.813vw,-45px);
}
.point1-content ul li:nth-child(2)::before {
  background: url(../images/top/point1-02-number.png)no-repeat;
  background-size: contain;
}
.point1-content ul li:nth-child(3)::before {
  background: url(../images/top/point1-03-number.png)no-repeat;
  background-size: contain;
}
.point1-content .head {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 55px;
}
.point1-content .head span {
  color: #dd046a;
  font-size: 30px;
  line-height: 1.333em;
  display: block;
  margin-top: 25px;
}
.point1-content .text p {
  font-size: 20px;
  line-height: 2em;
}
/* point2-content */
.point2-content {
  background: #d9f6ff;
  padding: 70px 0 90px;
}
.point2-content::before {
  content: "";
  background: url(../images/top/point2-bg.png)no-repeat;
  background-size: contain;
  width: 100vw;
  height: 63.958vw;
  position: absolute;
  top: 0;
  left: 0;
}
.point2-content .inner {
  z-index: 1;
}
.point2-content .title {
  margin-bottom: 30px;
}
.point2-content .title img {
  width: 100%;
  height: auto;
}
.point2-content .table img {
  width: 100%;
  height: auto;
}
.point2-content .scroll-hint-icon {
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  /* point1-content */
  .point1-content .inner {
    width: 95%;
  }
  .point1-content .whiteBox {
    padding: 65px 15px 40px;
  }
  .point1-content .title2 {
    padding-right: 15px;
  }
  .point1-content .title2 img {
    margin-bottom: 75px;
  }
  .point1-content ul li {
    border: solid 5px #41a4c1;
    padding: 65px 33px 45px;
    margin-bottom: 67px;
  }
  .point1-content .head {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .point1-content ul li:nth-child(3) .head {
    font-size: 20px;
  }
  .point1-content .head span {
    font-size: 18px;
    margin-top: 20px;
  }
  .point1-content .text p {
    font-size: 16px;
  }
  /* point2-content */
  .point2-content {
    padding: 45px 0 65px;
  }
  .point2-content .table img {
    width: auto;
    height: 500px;
  }
}
/* ----------------------------------------------
  step-content
---------------------------------------------- */
.step-content {
  padding: 175px 0 115px;
}
.step-content .inner {
  position: relative;
  padding: min(2.917vw,35px) min(7.083vw,85px) min(4.167vw,50px);
  margin: 0 auto;
  text-align: center;
  background: url(../images/top/step-line-middle.png)repeat-y;
  background-size: min(100%,960px) min(100%,30px);
}
.step-content .inner::before {
  content: "";
  background: url(../images/top/step-line-top.png?2403)no-repeat;
  background-size: contain;
  width: min(100%,960px);
  height: min(100%,124px);
  position: absolute;
  left: 0;
  top: max(-123px,-10.25vw);
}
.step-content .inner::after {
  content: "";
  background: url(../images/top/step-line-bottom.png)no-repeat;
  background-size: contain;
  width: min(100%,960px);
  height: min(100%,60px);
  position: absolute;
  left: 0;
  bottom: max(-60px,-5vw);
}
.step-content ul li {
  position: relative;
  margin-bottom: 100px;
}
.step-content ul li:last-child {
  margin-bottom: 70px;
}
.step-content ul li::after {
  content: "";
  background: url(../images/top/step-arrow.png)no-repeat;
  background-size: contain;
  width: 64px;
  height: 22px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -50px;
}
.step-content ul li:last-child::after {
  display: none;
}
.step-content .number {
  margin-bottom: 23px;
}
.step-content .number img {
  width: clamp(80px,12.583vw,151px);
  height: auto;
}
.step-content .text span {
  display: block;
  color: #fcfb03;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 17px;
}
.step-content .text p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 1.75em;
}
.step-content .caution {
  display: inline-block;
  background: #fcfb03;
  text-align: left;
  padding: 17px 48px 17px 68px;
  border-radius: 20px;
  text-indent: -1.4em;
}
.step-content .caution span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
}
@media screen and (min-width: 960px) {
  .step-content .flexItem {
    display: flex;
    align-items: center;
  }
  .step-content .image {
    padding-left: min(1.25vw,15px);
  }
  .step-content .text {
    text-align: left;
    padding-left: 35px;
  }
}
@media screen and (max-width: 959px) {
  .step-content .inner {
    padding: 20px 40px;
  }
  .step-content ul li {
    margin-bottom: 85px;
  }
  .step-content ul li:last-child {
    margin-bottom: 35px;
  }
  .step-content .image {
    margin-bottom: 30px;
  }
  .step-content .text span {
    font-size: 20px;
  }
  .step-content .text p {
    font-size: 16px;
  }
  .step-content .caution {
    padding-right: 20px;
    padding-left: 50px;
    text-indent: -1.1em;
  }
  .step-content .caution span {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .step-content {
    padding: 120px 0 85px;
  }
  .step-content .inner {
    width: 90%;
  }
  .step-content .inner {
    background: url(../images/top/sp-step-line-middle.png)repeat-y;
    background-size: 89.744vw 3.846vw;
  }
  .step-content .inner::before {
    background: url(../images/top/sp-step-line-top.png?2403)no-repeat;
    background-size: contain;
    width: 89.744vw;
    height: 18.718vw;
    top: -18.718vw;
  }
  .step-content .inner::after {
    background: url(../images/top/sp-step-line-bottom.png)no-repeat;
    background-size: contain;
    width: 89.744vw;
    height: 18.718vw;
    bottom: -18.718vw;
  }
}
/* ----------------------------------------------
  message-content
---------------------------------------------- */
.message-content {
  background: #4fadc7;
  padding: 70px 0 95px;
}
.message-content::before {
  content: "";
  background: url(../images/top/message-bg.png)no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: min(100vw,1200px);
  height: clamp(520px,71.917vw,863px);
  z-index: 0;
}
.message-content .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.message-content .title {
  display: inline-block;
  background: rgb(253,250,238);
  background: linear-gradient(90deg, rgba(253,250,238,0) 0%, rgba(79,173,199,1) 20%, rgba(79,173,199,1) 50%, rgba(79,173,199,1) 80%, rgba(253,250,238,0) 100%);
  padding: 12px 0 18px;
  width: 100%;
  max-width: 460px;
  margin-bottom: 40px;
}
.message-content .title span {
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.message-content .title span::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
}
.message-content .whiteBox {
  background: rgba(255,255,255,0.75);
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 75px 70px 85px;
  text-align: left;
}
.message-content .whiteBox p {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  .message-content {
    padding: 55px 0 50px;
  }
  .message-content .inner {
    width: 87%;
  }
  .message-content .title {
    margin-bottom: 30px;
  }
  .message-content .title span {
    font-size: 20px;
  }
  .message-content .whiteBox {
    padding: 30px 35px;
  }
  .message-content .whiteBox p {
    font-size: 16px;
  }
}
/* ----------------------------------------------
  contact-content
---------------------------------------------- */
.contact-content {
  background: #f1f1f1;
  padding: 60px 0 70px;
}
.contact-content .wpcf7 {
  position: relative;
  text-align: left;
  background: #fff;
  width: min(95%,580px);
  margin: 0 auto;
  padding: 45px 50px 25px;
}
.contact-content .wpcf7 p.comment {
  width: 100%;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: -15px;
  padding-right: 10px;
}
.contact-content .label {
  margin-bottom: 35px;
}
.contact-content .label .head {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 60px;
  display: inline-block;
  line-height: 1.333em;
  letter-spacing: 0.05em;
}
.contact-content .label .head.required::before,
.contact-content .label .head.any::before {
  content: "必須";
  font-weight: 600;
  background: #C72D41;
  color: #fff;
  font-size: 11px;
  padding: 0 10px 0 12px;
  border-radius: 5px;
  vertical-align: baseline;
  position: absolute;
  top: 1px;
  left: 0;
}
.contact-content .label .head.any::before {
  content: "任意";
  background: #5194E9;
}
.contact-content span.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
  position: relative;
  height: 30px;
}
.contact-content .wpcf7-form-control-wrap {
  margin-top: 18px;
  display: block;
}
.contact-content .wpcf7-list-item-label {
  padding-left: 40px;
  line-height: 11px;
  cursor: pointer;
}
.contact-content input,
.contact-content select,
.contact-content textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  padding: 20px;
  border-radius: 10px;
  border: none;
  background-color: #E4E4E4;
  width: 100%;
}
.contact-content input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em;
  text-decoration: none;
  background: #e05828;
  color: #FFF;
  border-bottom: solid 5px #b4390d;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  width: min(80%,220px);
  margin: 35px auto 0;
  text-align: center;
}
.contact-content input[type="radio"] {
  width: auto !important;
  margin-bottom: -5px;
  padding: 10px;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.contact-content input[type="radio"]:checked {
  background: url(../images/icon/icon-check-form.svg)no-repeat #E4E4E4;
  background-position: 2px 4px;
  background-size: 17px 13px;
}
.contact-content .wpcf7-not-valid-tip {
  margin-top: 10px;
}
@media screen and (max-width:480px) {
  .contact-content .wpcf7 {
    width: 95%;
    padding: 30px 25px;
  }
  .contact-content .label {
    font-size: 14px;
  }
}
/* ----------------------------------------------
  company-content
---------------------------------------------- */
.company-content {
  padding: 70px 0 90px;
}
.company-content .inner {
  max-width: 740px;
}
.company-content .logo {
  margin-bottom: 50px;
}
.company-content table {
  width: 100%;
}
.company-content table tr th,
.company-content table tr td {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 0 3px;
}
.company-content table tr th::before,
.company-content table tr td::before {
  content: "";
  background: #c6c6c6;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-content table tr th::before {
  width: calc(100% - 20px);
}
.company-content table tr th {
  width: 188px;
  height: 61px;
  line-height: 61px;
}
.company-content table tr td {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 599px) {
  .company-content {
    padding: 54px 0 60px;
  }
  .company-content .logo {
    margin-bottom: 33px;
  }
  .company-content table tr th,
  .company-content table tr td {
    font-size: 15px;
  }
  .company-content table tr th {
    width: 120px;
  }
  .company-content table tr td {
    padding-left: 10px;
  }
}
