@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: min(0.83333vw,16px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #202020;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.26667vw;
  }
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #A20004;
  text-decoration: underline;
}
a:hover {
  color: #A20004;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.tb-only {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1550px) {
  .tb-only {
    display: block;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/*=======================================
2024年卒 新卒採用
=========================================*/
.p-lp {
  background: url(../img/sr01/bg1.png) center top;
  overflow: hidden;
}
.p-lp a {
  text-decoration: none;
  color: #9C050A;
}
.p-lp .c-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.p-lp .c-wrap__1460 {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.p-lp .c-title1 {
  margin-bottom: min(3.125vw,60px);
}
.p-lp .c-title1 .h {
  color: #9C050A;
}
.p-lp .c-title1 .h img {
  position: relative;
  z-index: 2;
}
.p-lp .c-title1 .h span {
  display: inline-block;
  position: relative;
  padding-bottom: min(0.41667vw,8px);
}
.p-lp .c-title1 .h span:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: calc(100% + 100vw);
  right: 0;
  bottom: 0;
  height: min(1.04167vw,20px);
  background: rgba(255, 200, 201, 0.6);
}
.p-lp .c-title1 .h p {
  display: inline-block;
  vertical-align: middle;
  font-size: min(1.25vw,24px);
  letter-spacing: 0.01em;
  margin-left: min(2.5vw,48px);
  font-weight: 500;
  position: relative;
  z-index: 2;
  vertical-align: min(-0.625vw,-12px);
}
@media screen and (max-width: 768px) {
  .p-lp .c-title1 .h p {
    font-size: 6.4vw;
  }
}
.p-lp__header {
  position: fixed;
  z-index: 1999;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-lp__header h1 {
  padding: min(0.78125vw,15px) min(1.5625vw,30px);
  display: flex;
  align-items: center;
  color: #9B050A;
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-lp__header h1 {
    font-size: 4.26667vw;
  }
}
.p-lp__header h1 img {
  width: min(8.48958vw,163px);
}
.p-lp__header h1 strong {
  margin-left: min(1.14583vw,22px);
}
.p-lp__header .nav ul {
  display: flex;
  align-items: center;
}
.p-lp__header .nav li a {
  display: block;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: min(1.04167vw,20px) min(1.5625vw,30px);
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-lp__header .nav li a {
    font-size: 4.26667vw;
  }
}
.p-lp__header .nav li.application {
  margin-left: min(1.82292vw,35px);
}
.p-lp__header .nav li.application a {
  background: #23A35C;
  color: #fff;
  font-size: min(1.25vw,24px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.06em;
  padding: min(1.66667vw,32px) min(1.30208vw,25px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp__header .nav li.application a {
    font-size: 6.4vw;
  }
}
.p-lp__header .nav li.application a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-lp__header .nav li.application a:hover:before {
  width: 100%;
}
.p-lp__header .nav li.application span {
  display: block;
  background: url(../img/sr01/arrow_1.png) no-repeat center bottom;
  background-size: min(1.97917vw,38px) min(0.57292vw,11px);
  padding-bottom: min(1.30208vw,25px);
}
.p-lp__fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: min(1.04167vw,20px);
  z-index: 1998;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-lp__fixed .balloon {
  background: #F4FF95;
  color: #DF0019;
  border: 1px solid #E00019;
  border-radius: 150px;
  position: relative;
  margin-bottom: min(0.46875vw,9px);
  font-weight: 700;
  line-height: 140%;
  font-size: min(1.45833vw,28px);
  padding: min(0.52083vw,10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: min(36.97917vw,710px);
  max-width: 100%;
  text-align: center;
  box-shadow: min(0.26042vw,5px) min(0.26042vw,5px) min(0.52083vw,10px) rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .balloon {
    font-size: 7.46667vw;
  }
}
.p-lp__fixed .balloon span {
  background: #ffffff;
  background: -moz-linear-gradient(top, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#fff',GradientType=0 );
}
.p-lp__fixed .balloon small {
  font-size: min(1.04167vw,20px);
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .balloon small {
    font-size: 5.33333vw;
  }
}
.p-lp__fixed .balloon:before, .p-lp__fixed .balloon:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
}
.p-lp__fixed .balloon:before {
  margin-left: min(-0.57292vw,-11px);
  border-top: min(1.66667vw,32px) solid #E00019;
  border-left: min(0.57292vw,11px) solid transparent;
  border-right: min(0.57292vw,11px) solid transparent;
  z-index: 1;
}
.p-lp__fixed .balloon:after {
  margin-left: min(-0.52083vw,-10px);
  border-top: min(1.5625vw,30px) solid #F4FF95;
  border-left: min(0.52083vw,10px) solid transparent;
  border-right: min(0.52083vw,10px) solid transparent;
  z-index: 2;
}
.p-lp__fixed .btn a {
  display: block;
  background: #23A35C;
  color: #fff;
  padding: min(1.30208vw,25px) min(0.52083vw,10px);
  width: min(41.66667vw,800px);
  max-width: 100%;
  font-size: min(1.875vw,36px);
  letter-spacing: 0.06em;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  box-shadow: min(0.26042vw,5px) min(0.26042vw,5px) min(0.52083vw,10px) rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .btn a {
    font-size: 9.6vw;
  }
}
.p-lp__fixed .btn a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-lp__fixed .btn a:hover:before {
  width: 100%;
}
.p-lp__fixed .btn span {
  display: inline-block;
  background: url(../img/sr01/btn_icon1.svg) no-repeat right center;
  background-size: min(4.16667vw,80px) min(1.66667vw,32px);
  padding-right: min(5.46875vw,105px);
}
.p-lp__kv {
  padding: min(8.85417vw,170px) min(2.08333vw,40px) min(10.26042vw,197px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lp__kv .catch {
  margin-right: min(5vw,96px);
}
.p-lp__story {
  background: #fff;
  padding-top: min(3.125vw,60px);
  padding-bottom: min(5.20833vw,100px);
  margin-bottom: min(5.20833vw,100px);
}
.p-lp__story .c-title1 .h span {
  padding-bottom: min(0.15625vw,3px);
}
.p-lp__story .box1 {
  margin-bottom: min(8.125vw,156px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-lp__story .box1:last-child {
  margin-bottom: 0;
}
.p-lp__story .box1:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-lp__story .box1:nth-child(2n) .txt1 .copy {
  align-items: flex-start;
}
.p-lp__story .box1:nth-child(1) .img1 {
  position: relative;
}
.p-lp__story .box1:nth-child(1) .img1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.p-lp__story .box1:nth-child(1) .txt1 .copy img {
  width: min(38.85417vw,746px);
}
.p-lp__story .box1:nth-child(2) .txt1 .copy img {
  width: min(42.29167vw,812px);
}
.p-lp__story .box1:nth-child(3) .txt1 .copy {
  margin-right: min(3.33333vw,64px);
}
.p-lp__story .box1:nth-child(3) .txt1 .copy img {
  width: min(33.4375vw,642px);
}
.p-lp__story .box1 .img1 {
  width: 48.4375%;
}
.p-lp__story .box1 .txt1 {
  width: 42.1875%;
  position: relative;
  z-index: 9;
}
.p-lp__story .box1 .txt1 .copy {
  margin-bottom: min(3.54167vw,68px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-lp__story .box1 .txt1 .copy img {
  max-width: initial;
}
.p-lp__story .box1 .txt1 p {
  font-size: min(1.04167vw,20px);
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lp__story .box1 .txt1 p {
    font-size: 5.33333vw;
  }
}
.p-lp__story .box1 .txt1 p + p {
  margin-top: min(0.26042vw,5px);
}
.p-lp__story .box1 .txt1 p em {
  font-size: min(1.5625vw,30px);
}
@media screen and (max-width: 768px) {
  .p-lp__story .box1 .txt1 p em {
    font-size: 8vw;
  }
}
.p-lp__entry {
  margin-bottom: min(5.20833vw,100px);
}
.p-lp__entry.e2 {
  margin-bottom: min(3.125vw,60px);
}
.p-lp__entry-wrap {
  background: #fff;
  border: 2px solid #9C050A;
  padding-top: min(3.125vw,60px);
  padding-bottom: min(5.20833vw,100px);
  overflow: hidden;
}
.p-lp__entry .c-title1 .h span {
  padding-bottom: min(0.15625vw,3px);
}
.p-lp__entry .box1 {
  margin-bottom: min(1.82292vw,35px);
}
.p-lp__entry .balloon {
  background: #F4FF95;
  color: #DF0019;
  border: 1px solid #E00019;
  border-radius: 150px;
  position: relative;
  margin-bottom: min(1.82292vw,35px);
  font-weight: 700;
  line-height: 140%;
  font-size: min(1.45833vw,28px);
  padding: min(0.52083vw,10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: min(36.97917vw,710px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp__entry .balloon {
    font-size: 7.46667vw;
  }
}
.p-lp__entry .balloon span {
  background: #ffffff;
  background: -moz-linear-gradient(top, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 68%, #fff 69%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#fff',GradientType=0 );
}
.p-lp__entry .balloon small {
  font-size: min(1.04167vw,20px);
}
@media screen and (max-width: 768px) {
  .p-lp__entry .balloon small {
    font-size: 5.33333vw;
  }
}
.p-lp__entry .balloon:before, .p-lp__entry .balloon:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
}
.p-lp__entry .balloon:before {
  margin-left: min(-0.57292vw,-11px);
  border-top: min(1.66667vw,32px) solid #E00019;
  border-left: min(0.57292vw,11px) solid transparent;
  border-right: min(0.57292vw,11px) solid transparent;
  z-index: 1;
}
.p-lp__entry .balloon:after {
  margin-left: min(-0.52083vw,-10px);
  border-top: min(1.5625vw,30px) solid #F4FF95;
  border-left: min(0.52083vw,10px) solid transparent;
  border-right: min(0.52083vw,10px) solid transparent;
  z-index: 2;
}
.p-lp__entry .btn a {
  display: block;
  background: #FF6411;
  color: #fff;
  padding: min(2.08333vw,40px) min(0.52083vw,10px);
  font-size: min(1.875vw,36px);
  letter-spacing: 0.06em;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp__entry .btn a {
    font-size: 9.6vw;
  }
}
.p-lp__entry .btn a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-lp__entry .btn a:hover:before {
  width: 100%;
}
.p-lp__entry .btn span {
  display: inline-block;
  background: url(../img/sr01/btn_icon1.svg) no-repeat right center;
  background-size: min(4.16667vw,80px) min(1.66667vw,32px);
  padding-right: min(5.46875vw,105px);
}
.p-lp__business {
  background: rgba(224, 0, 25, 0.7);
  padding-top: min(3.64583vw,70px);
  padding-bottom: min(5.20833vw,100px);
  margin-bottom: min(11.14583vw,214px);
}
.p-lp__business .c-title1 .h {
  color: #fff;
}
.p-lp__business .content ul {
  display: flex;
}
.p-lp__business .content li {
  width: 32.1232%;
  margin-left: 1.8152%;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-lp__business .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-lp__business .content li .title {
  background: #A20004;
  color: #fff;
  font-size: min(1.5625vw,30px);
  font-weight: 700;
  line-height: 160%;
  padding: min(1.30208vw,25px);
}
@media screen and (max-width: 768px) {
  .p-lp__business .content li .title {
    font-size: 8vw;
  }
}
.p-lp__business .content li .box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(1.30208vw,25px);
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-lp__business .content li .box1 p {
  font-size: min(1.14583vw,22px);
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: min(0.9375vw,18px);
}
@media screen and (max-width: 768px) {
  .p-lp__business .content li .box1 p {
    font-size: 5.86667vw;
  }
}
.p-lp__message {
  margin-bottom: min(8.33333vw,160px);
}
.p-lp__message .content {
  background: #fff;
  padding-top: min(3.33333vw,64px);
  padding-bottom: min(5.20833vw,100px);
  position: relative;
}
.p-lp__message .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-lp__message .box1 {
  position: relative;
  width: 50%;
}
.p-lp__message .box1 .c-title1 .h span {
  padding-bottom: min(0.15625vw,3px);
}
.p-lp__message .box1 .txt1 p {
  font-size: min(0.9375vw,18px);
  letter-spacing: 0.03em;
  line-height: 180%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lp__message .box1 .txt1 p {
    font-size: 4.8vw;
  }
}
.p-lp__message .img1 {
  width: 48.4375%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
}
.p-lp__message .img1 img {
  max-width: initial;
  width: min(32.29167vw,620px);
}
.p-lp__message .img1 .copy {
  position: absolute;
  right: 0;
  bottom: min(-5.41667vw,-104px);
}
.p-lp__message .img1 .copy img {
  max-width: 100%;
  width: min(30.72917vw,590px);
}
.p-lp__faq {
  margin-bottom: min(4.6875vw,90px);
}
.p-lp__faq .content dl {
  margin: 0;
  margin-bottom: min(2.08333vw,40px);
  background: #fff;
}
.p-lp__faq .content dl:last-child {
  margin-bottom: 0;
}
.p-lp__faq .content dt,
.p-lp__faq .content dd {
  display: flex;
  border-bottom: 1px solid #9C050A;
}
.p-lp__faq .content dt span,
.p-lp__faq .content dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3.64583vw,70px);
  font-size: min(1.5625vw,30px);
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .p-lp__faq .content dt span,
  .p-lp__faq .content dd span {
    font-size: 8vw;
  }
}
.p-lp__faq .content dt .txt1,
.p-lp__faq .content dd .txt1 {
  width: calc(100% - min(3.64583vw,70px));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: min(1.09375vw,21px) min(1.5625vw,30px);
  display: flex;
  align-items: center;
}
.p-lp__faq .content dt {
  position: relative;
  cursor: pointer;
}
.p-lp__faq .content dt:before, .p-lp__faq .content dt:after {
  display: block;
  content: "";
  position: absolute;
  right: min(1.5625vw,30px);
  width: min(1.5625vw,30px);
  border-top: 1px solid #9C050A;
  top: 50%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-lp__faq .content dt:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-lp__faq .content dt.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-lp__faq .content dt span {
  background: #E00019;
  color: #fff;
}
.p-lp__faq .content dt .txt1 {
  font-size: min(1.25vw,24px);
  font-weight: 700;
  color: #9B050A;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-lp__faq .content dt .txt1 {
    font-size: 6.4vw;
  }
}
.p-lp__faq .content dd {
  border-bottom: 1px solid #9C050A;
  display: none;
}
.p-lp__faq .content dd .wrap {
  display: flex;
}
.p-lp__faq .content dd span {
  background: #FFC8C9;
  color: #E00019;
}
.p-lp__faq .content dd p {
  font-size: min(1.04167vw,20px);
  line-height: 160%;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-lp__faq .content dd p {
    font-size: 5.33333vw;
  }
}
.p-lp-end {
  background: #fff;
  padding-top: min(5.72917vw,110px);
  padding-bottom: min(6.51042vw,125px);
}
.p-lp__entry {
  margin-bottom: min(3.125vw,60px);
}
.p-lp__contact {
  text-align: center;
}
.p-lp__contact .lead {
  margin-bottom: min(7.55208vw,145px);
  color: #E00019;
  font-size: min(1.04167vw,20px);
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-lp__contact .lead {
    font-size: 5.33333vw;
  }
}
.p-lp__contact .btn {
  display: flex;
  margin-bottom: min(3.125vw,60px);
  justify-content: center;
}
.p-lp__contact .btn li {
  width: 500px;
  max-width: 100%;
}
.p-lp__contact .btn li + li {
  margin-left: min(3.125vw,60px);
}
.p-lp__contact .btn a {
  background: rgba(224, 0, 25, 0.8);
  color: #fff;
  padding: min(1.04167vw,20px) min(1.5625vw,30px) min(1.5625vw,30px);
  text-align: center;
  font-size: min(1.77083vw,34px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp__contact .btn a {
    font-size: 9.06667vw;
  }
}
.p-lp__contact .btn a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-lp__contact .btn a:hover:before {
  width: 100%;
}
.p-lp__contact .btn a .en {
  font-size: min(1.09375vw,21px);
}
@media screen and (max-width: 768px) {
  .p-lp__contact .btn a .en {
    font-size: 5.6vw;
  }
}
.p-lp__contact .btn a .blank {
  background: url(../img/sr01/icon_blank.svg) no-repeat right center;
  background-size: min(1.61458vw,31px) min(1.61458vw,31px);
  padding-right: min(2.08333vw,40px);
  padding-left: min(2.08333vw,40px);
  display: flex;
  flex-direction: column;
}
.p-lp__contact .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-lp__contact .link li {
  margin-bottom: min(1.04167vw,20px);
}
.p-lp__contact .link li:last-child {
  margin-bottom: 0;
}
.p-lp__contact .link li a {
  display: inline-block;
  color: #A20004;
  padding: min(0.3125vw,6px) 0;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: min(1.04167vw,20px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-lp__contact .link li a {
    font-size: 5.33333vw;
  }
}
.p-lp__contact .link li a:before, .p-lp__contact .link li a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #A20004;
}
.p-lp__contact .link li a:before {
  width: 100%;
  right: 0;
  -webkit-transition: 0.6s ease all 0.1s;
  transition: 0.6s ease all 0.1s;
}
.p-lp__contact .link li a:after {
  left: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-lp__contact .link li a:hover:before {
  width: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-lp__contact .link li a:hover:after {
  width: 100%;
  -webkit-transition: 0.6s ease all 0.1s;
  transition: 0.6s ease all 0.1s;
}
.p-lp__copyright {
  text-align: center;
  color: #fff;
  background: #A20004;
  font-size: min(0.72917vw,14px);
  line-height: 110%;
  font-style: italic;
  letter-spacing: -0.03em;
  padding-bottom: min(13.02083vw,250px);
}
@media screen and (max-width: 768px) {
  .p-lp__copyright {
    font-size: 3.73333vw;
  }
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-lp {
    padding-top: min(16vw,60px);
  }
  .p-lp .c-wrap {
    padding-left: min(5.33333vw,20px);
    padding-right: min(5.33333vw,20px);
  }
  .p-lp .c-wrap__1460 {
    padding-left: min(5.33333vw,20px);
    padding-right: min(5.33333vw,20px);
  }
  .p-lp .c-title1 {
    margin-bottom: min(10.66667vw,40px);
  }
  .p-lp .c-title1 .h span:before {
    height: min(5.33333vw,20px);
  }
  .p-lp .c-title1 .h p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: min(4.26667vw,16px);
    vertical-align: 0;
  }
  .p-lp__header {
    padding: min(3.46667vw,13px) min(2.66667vw,10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-lp__header:before {
    display: block;
    position: fixed;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-lp__header.is-open:before {
    width: 100%;
  }
  .p-lp__header h1 {
    position: relative;
    z-index: 9;
  }
  .p-lp__header h1 img {
    width: min(21.86667vw,82px);
  }
  .p-lp__header h1 strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: min(4.26667vw,16px);
  }
  .p-lp__header .btn {
    width: min(10.66667vw,40px);
    padding-top: min(2.93333vw,11px);
    padding-bottom: min(2.93333vw,11px);
    position: relative;
    z-index: 11;
  }
  .p-lp__header .btn span {
    display: block;
    height: min(0.53333vw,2px);
    width: 100%;
    position: relative;
    background: #A20004;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-lp__header .btn span:before, .p-lp__header .btn span:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    height: min(0.53333vw,2px);
    background: #A20004;
    border-radius: 4px;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-lp__header .btn span:before {
    width: min(13.33333vw,50px);
    top: min(-2.66667vw,-10px);
  }
  .p-lp__header .btn span:after {
    width: min(8vw,30px);
    bottom: min(-2.66667vw,-10px);
  }
  .p-lp__header .btn.is-open span {
    background: transparent;
  }
  .p-lp__header .btn.is-open span:before, .p-lp__header .btn.is-open span:after {
    width: 100%;
    top: 50%;
    width: min(6.66667vw,25px);
  }
  .p-lp__header .btn.is-open span:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .p-lp__header .btn.is-open span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .p-lp__header .nav {
    display: none;
    position: fixed;
    z-index: 10;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #FBF4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: min(4vw,15px) min(3.46667vw,13px) min(3.46667vw,13px);
  }
  .p-lp__header .nav-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .p-lp__header .nav h1 {
    margin-bottom: min(9.33333vw,35px);
  }
  .p-lp__header .nav h1 img {
    width: min(21.6vw,81px);
  }
  .p-lp__header .nav ul {
    flex-direction: column;
    height: 100%;
  }
  .p-lp__header .nav li {
    width: 100%;
    border-bottom: 1px solid #A20004;
    margin-bottom: min(4.8vw,18px);
    margin-left: 0;
  }
  .p-lp__header .nav li a {
    background: url(../img/sr01/arrow_1-red.png) no-repeat right center;
    background-size: min(5.33333vw,20px) min(1.6vw,6px);
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding: min(2.13333vw,8px) 0;
  }
  .p-lp__header .nav li.application {
    margin-top: auto;
    margin-bottom: 0;
    border-bottom: 0;
    margin-left: 0;
  }
  .p-lp__header .nav li.application a {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    padding: min(4vw,15px) min(2.66667vw,10px);
  }
  .p-lp__header .nav li.application span {
    background: none;
    padding-bottom: 0;
  }
  .p-lp__fixed {
    width: 100%;
    bottom: 0;
    display: block;
  }
  .p-lp__fixed .balloon {
    width: calc(100% - min(5.33333vw,20px));
    font-size: min(0.88542vw,17px);
    padding: min(1.33333vw,5px);
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    line-height: 120%;
    margin-bottom: min(1.33333vw,5px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__fixed .balloon {
    font-size: 4.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .balloon small {
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__fixed .balloon small {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .balloon:before {
    margin-left: min(-1.6vw,-6px);
    border-top-width: min(4vw,15px);
    border-left-width: min(1.6vw,6px);
    border-right-width: min(1.6vw,6px);
  }
  .p-lp__fixed .balloon:after {
    margin-left: min(-1.06667vw,-4px);
    border-top-width: min(3.73333vw,14px);
    border-left-width: min(1.06667vw,4px);
    border-right-width: min(1.06667vw,4px);
  }
  .p-lp__fixed .btn a {
    font-size: min(1.30208vw,25px);
    padding: min(2.66667vw,10px);
    box-shadow: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__fixed .btn a {
    font-size: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__fixed .btn span {
    padding-right: min(17.33333vw,65px);
    background-size: min(14.93333vw,56px) min(5.86667vw,22px);
  }
  .p-lp__kv {
    flex-direction: column;
    padding-top: min(8.53333vw,32px);
    padding-bottom: min(8.53333vw,32px);
  }
  .p-lp__kv .catch {
    margin-right: 0;
    margin-bottom: min(4.26667vw,16px);
    text-align: center;
  }
  .p-lp__kv .catch img {
    width: min(74.66667vw,280px);
  }
  .p-lp__story {
    padding-top: min(8vw,30px);
    padding-bottom: min(14.66667vw,55px);
    margin-bottom: min(13.33333vw,50px);
  }
  .p-lp__story .c-title1 .h img {
    width: min(16vw,60px);
  }
  .p-lp__story .box1 {
    display: block;
    margin-bottom: min(12.53333vw,47px);
  }
  .p-lp__story .box1:nth-child(1) .img1:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 80%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 80%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 80%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .p-lp__story .box1 .img1,
  .p-lp__story .box1 .txt1 {
    width: 100%;
  }
  .p-lp__story .box1 .img1 {
    margin-bottom: min(5.33333vw,20px);
    position: relative;
  }
  .p-lp__story .box1 .img1 .copy {
    position: absolute;
    left: 0;
    bottom: min(4vw,15px);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: min(5.33333vw,20px);
    padding-right: min(5.33333vw,20px);
    z-index: 9;
  }
  .p-lp__story .box1 .img1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .p-lp__story .box1 .txt1 p {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-lp__story .box1 .txt1 p em {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-lp__story .box1 .txt1 p + p {
    margin-top: min(1.86667vw,7px);
  }
  .p-lp__entry {
    margin-bottom: min(13.33333vw,50px);
  }
  .p-lp__entry.e2 {
    margin-bottom: min(5.33333vw,20px);
  }
  .p-lp__entry-wrap {
    padding-top: min(8.26667vw,31px);
    padding-bottom: min(13.86667vw,52px);
  }
  .p-lp__entry .c-title1 .h img {
    width: min(15.73333vw,59px);
  }
  .p-lp__entry .box1 {
    margin-bottom: min(5.33333vw,20px);
  }
  .p-lp__entry .balloon {
    width: calc(100% - min(5.33333vw,20px));
    font-size: min(0.88542vw,17px);
    padding: min(1.33333vw,5px);
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    line-height: 120%;
    margin-bottom: min(1.33333vw,5px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__entry .balloon {
    font-size: 4.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__entry .balloon small {
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__entry .balloon small {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__entry .balloon:before {
    margin-left: min(-1.6vw,-6px);
    border-top-width: min(4vw,15px);
    border-left-width: min(1.6vw,6px);
    border-right-width: min(1.6vw,6px);
  }
  .p-lp__entry .balloon:after {
    margin-left: min(-1.06667vw,-4px);
    border-top-width: min(3.73333vw,14px);
    border-left-width: min(1.06667vw,4px);
    border-right-width: min(1.06667vw,4px);
  }
  .p-lp__entry .btn a {
    font-size: min(1.30208vw,25px);
    padding: min(2.66667vw,10px);
    box-shadow: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-lp__entry .btn a {
    font-size: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-lp__entry .btn span {
    padding-right: min(17.33333vw,65px);
    background-size: min(14.93333vw,56px) min(5.86667vw,22px);
  }
  .p-lp__business {
    padding-bottom: min(10.66667vw,40px);
    margin-bottom: min(10.66667vw,40px);
  }
  .p-lp__business .c-title1 .h img {
    width: min(25.86667vw,97px);
  }
  .p-lp__business .content ul {
    display: block;
  }
  .p-lp__business .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: min(4.26667vw,16px);
  }
  .p-lp__business .content li .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-lp__business .content li .box1 {
    padding: min(5.33333vw,20px) min(2.66667vw,10px);
  }
  .p-lp__business .content li .box1 p {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-lp__business .content li .box1 .icon1 {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-lp__business .content li .box1 .icon1 img {
    max-height: 70px;
    width: auto;
  }
  .p-lp__business .content li:nth-child(2) .box1 .icon1 img {
    max-height: 30px;
  }
  .p-lp__message {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: min(7.46667vw,28px);
  }
  .p-lp__message .content {
    padding-top: min(8vw,30px);
    padding-bottom: min(12.26667vw,46px);
  }
  .p-lp__message .c-wrap {
    display: block;
  }
  .p-lp__message .box1 {
    width: auto;
  }
  .p-lp__message .box1 .c-title1 .h img {
    width: min(28.53333vw,107px);
  }
  .p-lp__message .img1 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: min(8vw,30px);
  }
  .p-lp__message .img1 img {
    max-width: 100%;
    width: 100%;
  }
  .p-lp__message .img1 .copy {
    position: absolute;
    left: 0;
    bottom: min(4vw,15px);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: min(5.33333vw,20px);
    padding-right: min(5.33333vw,20px);
    z-index: 9;
  }
  .p-lp__message .img1 .copy img {
    width: 100%;
  }
  .p-lp__message .img1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 80%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .p-lp__faq {
    padding-bottom: min(12vw,45px);
    margin-bottom: min(12vw,45px);
  }
  .p-lp__faq .c-title1 .h img {
    width: min(14.66667vw,55px);
  }
  .p-lp__faq .content dl {
    margin-bottom: min(8vw,30px);
  }
  .p-lp__faq .content dt span,
  .p-lp__faq .content dd span {
    width: min(10.66667vw,40px);
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-lp__faq .content dt .txt1,
  .p-lp__faq .content dd .txt1 {
    width: calc(100% - min(10.66667vw,40px));
    line-height: 140%;
  }
  .p-lp__faq .content dt {
    padding-right: min(13.33333vw,50px);
  }
  .p-lp__faq .content dt:before, .p-lp__faq .content dt:after {
    width: min(6.66667vw,25px);
    right: min(2.93333vw,11px);
  }
  .p-lp__faq .content dt .txt1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-lp__faq .content dd p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-lp-end {
    padding-top: min(12vw,45px);
    padding-bottom: min(19.2vw,72px);
  }
  .p-lp__contact .lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: min(12vw,45px);
  }
  .p-lp__contact .btn {
    display: block;
    margin-bottom: min(6.66667vw,25px);
  }
  .p-lp__contact .btn li {
    width: auto;
  }
  .p-lp__contact .btn li + li {
    margin-left: 0;
    margin-top: min(5.33333vw,20px);
  }
  .p-lp__contact .btn a {
    font-size: 20px;
    font-size: 2rem;
    padding: min(3.2vw,12px) min(8vw,30px);
  }
  .p-lp__contact .btn a .blank {
    background-size: min(6.93333vw,26px) min(6.93333vw,26px);
  }
  .p-lp__contact .btn a .en {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-lp__contact .link li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-lp__contact .link li + li {
    margin-top: min(4.8vw,18px);
  }
  .p-lp__copyright {
    padding-bottom: min(33.33333vw,125px);
  }
}
