@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
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,
sup,
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;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
menu, ol, ul {
  margin: 0;
  padding: 0;
}
h2,p {
  margin: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #373737;
  word-break: break-all;
  letter-spacing: 0.1em;
  padding-top: 65px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 34px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #373737;
}
a:hover {
  opacity: 0.85;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Outfit", sans-serif;
  font-style: normal;
}

.l_wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.l_wrap_small {
  max-width: 1070px;
  margin: 0 auto;
}

.l_header {
  width: 100%;
  padding: 11px 40px;
  box-sizing: border-box;
  position: relative;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l_header {
    padding: 3vw 5.333vw;
  }
}

.p_header_inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  header {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .p_header_logo {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p_header_logo02 {
    width: 90px;
  }
}

main {
  padding-top: 0;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.l_home_fv {
  background: url(../images/adlp002/bg_fv.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0 40px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l_home_fv {
    padding: 0 3vw 8vw;
  background-position: bottom center;
  }
}
.l_home_fv .l_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_home_fv .l_wrap {
    display: block;
  }
}

.p_fvContents {
  position: relative;
  width: 65%;
}
@media screen and (max-width: 1280px) {
  .p_fvContents {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .p_fvContents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContents {
    width: 100%;
  }
}

.p_fvContentsWrap {
  transform: translateY(-60px);
}
@media screen and (max-width: 1100px) {
  .p_fvContentsWrap {
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsWrap {
    transform: translateY(-20px);
  }
}

.p_fvImg {
  position: relative;
  z-index: 1;
  transform: translateY(40px);
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .p_fvImg {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  .p_fvImg {
    transform: translate(0, 20px);
    text-align: center;
  }
  .p_fvImg img {
    width: 110%;
  }
}
.p_fvImg img {
  vertical-align: bottom;
}

.p_fvContentsTxt {
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
.p_fvContentsTxt p {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .p_fvContentsTxt p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTxt p {
    font-size: 4.102vw;
  }
}
.p_fvContentsTxt h2 {
  font-size:  60px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .p_fvContentsTxt h2 {
    font-size: 3.8vw;
  }
  .ss_upComment, .ss_leftComment, .ss_rightComment {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 1100px) {
  .p_fvContentsTxt h2 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTxt h2 {
    font-size: 8.974vw;
    text-align: center;
    line-height: 1.2;
  }
  .ss_grid input:not([type="checkbox"]):not([type="radio"]):not([type="date"]):not([type="datetime-local"]) {
    margin: 10px 0;
  }
}
.p_fvContentsTxt h2 .min {
  font-size: 50px;
}
@media screen and (max-width: 1100px) {
  .p_fvContentsTxt h2 .min {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTxt h2 .min {
    font-size: 4.358vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTxt h2 .med {
    font-size: 7.0vw;
  }
}
.p_fvContentsTxt h2 .green {
  color: #00b050;
}
.p_fvContentsTxt h2 .green:nth-child(1) {
  margin-left: -36px;
}
@media screen and (max-width: 768px) {
  .p_fvContentsTxt h2 .green:nth-child(1) {
    margin-left: -20px;
  }
}

.p_fvContentsTool {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_fvContentsTool {
    margin-top: 2.3333vw;
    margin-bottom: 3.3333vw;
  }
}
.p_fvContentsTool p {
  background: #393939;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .p_fvContentsTool p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTool p {
    font-size: 4.928vw;
    padding: 6px 12px;
    text-align: center;
  }
}
.p_fvContentsTool .p_fvContentsTool_logo {
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .p_fvContentsTool .p_fvContentsTool_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p_fvContentsTool .p_fvContentsTool_logo {
    padding-left: 0;
    justify-content: center;
  }
  .p_fvContentsTool .p_fvContentsTool_logo img {
    width: 296px;
  }
}
.p_fvContentsTool .p_fvContentsTool_logo span {
  font-size: 20px;
  color: #00b050;
  margin-top: -10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_fvContentsTool .p_fvContentsTool_logo span {
    font-size: 2.564vw;
  }
}

.green {
  color: #00b050;
}

.p_fvCompany_txt {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_fvCompany_txt {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
}
.p_fvCompany_txt h3 {
  font-size: 24px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p_fvCompany_txt h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p_fvCompany_txt h3 {
    font-size: 5.384vw;
    margin-bottom: 1vw;
    margin-top: 0;
  }
}
.p_fvCompany_txt h3 .green {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p_fvCompany_txt h3 .green {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p_fvCompany_txt h3 .green {
    font-size: 11.0256vw;
  }
}
.p_fvCompany_txt h3::before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 5px;
  width: 10px;
  height: 14px;
  background: url(../images/adlp002/icon_ashirai_green01.png) no-repeat;
  background-size: cover;
}
.p_fvCompany_txt h3::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 5px;
  width: 10px;
  height: 14px;
  background: url(../images/adlp002/icon_ashirai_green02.png) no-repeat;
  background-size: cover;
}
.p_fvCompany_txt .date {
  font-size: 8px;
  margin-bottom: -20px;
  margin-left: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 768px) {
  .p_fvCompany_txt .date {
    font-size: 8px;
    padding-right: 40px;
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
  }
}

.p_fvCompany_logo {
  max-width: 700px;
}
@media screen and (max-width: 768px) {

  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .p_fvCompany_logo {
      display: flex;
      margin-top: 1vw;
      animation: infinity-scroll-left 30s infinite linear 0.5s both;
    }
    .p_fvCompany_logo img{
      width: 472px !important;
    }
}
.p_fvCompany_logo img {
  width: 100%;
}

.p_fvForm {
  width: 36%;
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .p_fvForm {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .p_fvForm {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .p_fvForm {
    padding-top: 0;
    width: 100%;
    margin-bottom: 57px;
  }
}

.p_fvForm_ttl {
  text-align: center;
  font-size: 23px;
  position: relative;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 1100px) {
  .p_fvForm_ttl {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .p_fvForm_ttl {
    font-size: 4.5vw;
  }
}
.p_fvForm_ttl > span {
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #defeba 50%);
}
.p_fvForm_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 20px;
  background: url(../images/adlp002/icon_ashirai01.png) no-repeat;
  background-size: cover;
}
.p_fvForm_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 20px;
  background: url(../images/adlp002/icon_ashirai02.png) no-repeat;
  background-size: cover;
}

.p_fvForm_wrap {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
}
@media screen and (max-width: 1100px) {
  .p_fvForm_wrap {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p_fvForm_wrap {
    padding: 16px 10px;
  }
}

.l_section {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .l_section {
    padding: 24vw 6vw;
  }
}

.l_section_ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .l_section_ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l_section_ttl {
    font-size: 5.641vw;
    line-height: 1.8;
  }
}
.l_section_ttl .green {
  font-size: 50px;
}
@media screen and (max-width: 1100px) {
  .l_section_ttl .green {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .l_section_ttl .green {
    font-size: 8.205vw;
  }
}

.l_section_ttlEn {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .l_section_ttlEn {
    font-size: 4.102vw;
  }
}

.l_feature {
  background: #effbf0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  /* overflow: hidden; */
}
.l_feature .l_wrap_small {
  padding: 0 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l_feature {
    padding-top: 6.4102vw;
  }
  .l_feature .l_wrap_small {
    padding: 0 6vw;
    padding-bottom: 0;
  }
}

.p_feture_head {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
}
.p_feture_head .icon {
  position: absolute;
  right: -100px;
  bottom: -10px;
}
@media screen and (max-width: 1100px) {
  .p_feture_head .icon {
    right: -50px;
    bottom: -120px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p_feture_head .icon {
    right: -20px;
    bottom: -140px;
    width: 110px;
    z-index: 2;
  }
}

.b_featureList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 120px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .b_featureList {
    display: block;
    margin-top: 20vw;
  }
}

.b_featureList_item {
  width: 48%;
  height: auto;
  position: relative;
  border-radius: 20px;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .b_featureList_item {
    width: 100%;
    max-width: 95%;
    margin: 0 auto 18vw;
  }
}

.b_featureList_itemNum {
  position: absolute;
  line-height: 1;
  top: -50px;
  left: 0;
  font-weight: bold;
  color: #00B050;
  font-size: 96px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1100px) {
  .b_featureList_itemNum {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .b_featureList_itemNum {
    font-size: 18.717vw;
  }
}

.b_featureList_itemContents {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 48px 20px 30px;
}
@media screen and (max-width: 1100px) {
  .b_featureList_itemContents {
    padding: 40px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .b_featureList_itemContents {
    border-radius: 10px;
    padding: 8vw 5vw;
  }
}

.b_featureList_itemImg {
  margin-bottom: 16px;
  text-align: center;
}

.b_featureList_itemTtl {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .b_featureList_itemTtl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .b_featureList_itemTtl {
    font-size: 5.641vw;
  }
}

.b_featureList_itemTxt {
  font-size: 20px;
  line-height: 1.6;
  max-width: 358px;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 1100px) {
  .b_featureList_itemTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b_featureList_itemTxt {
    font-size: 4.102vw;
    padding: 0 3vw;
  }
}
.b_featureList_itemTxt span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.b_featureList_itemBottom {
  color: #fff;
  text-align: center;
  padding: 24px 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 28px;
  background: #00B050;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .b_featureList_itemBottom {
    font-size: 20px;
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .b_featureList_itemBottom {
    padding: 5vw 0;
    font-size: 5.384vw;
  }
}

.l_feature_bottom {
  background: url(../images/adlp002/bg_feature.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px 0;
  position: relative;
  background-color: #62C24E;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .l_feature_bottom {
    padding: 100px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .l_feature_bottom {
    padding: 18vw 0 0;
  }
}
.l_feature_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 121px;
  height: 64px;
  background: url(../images/adlp002/icon_bottom.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_feature_bottom::before {
    top: -1px;
    width: 66px;
    height: 34px;
  }
}

.p_featureBottom_ttl {
  text-align: center;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px !important;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .p_featureBottom_ttl {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .p_featureBottom_ttl {
    font-size: 5.6416vw;
  }
}
.p_featureBottom_ttl span {
  background: linear-gradient(transparent 50%, #F9FF56 50%);
}

.p_featureBottom_txt {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p_featureBottom_txt {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p_featureBottom_txt {
    font-size: 6.666vw;
    line-height: 2;
    line-height: 2.2;
  }
}
.p_featureBottom_txt span {
  letter-spacing: 0.1em;
  padding: 5px;
  font-size: 50px;
  background: #F5F5F5;
  border: 1px solid #696666;
}
@media screen and (max-width: 1100px) {
  .p_featureBottom_txt span{
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p_featureBottom_txt span {
    font-size: 8.974vw;
  }
}

.p_feature_bottomBox {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_feature_bottomBox {
    display: block;
  }
}

.p_feature_bottomBox_left {
  position: relative;
  padding-right: 280px;
}
@media screen and (max-width: 1100px) {
  .p_feature_bottomBox_left {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p_feature_bottomBox_left {
    padding-right: 80px;
  }
}
.p_feature_bottomBox_left img {
  vertical-align: bottom;
}
.p_feature_bottomBox_left .img_comment {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p_feature_bottomBox_left .img_comment {
    width: 280px;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p_feature_bottomBox_left img {
    transform: translateX(-30px);
  }
  .p_feature_bottomBox_left .img_comment {
    width: 248px;
    top: 37%;
    right: 10px;
  }
}

.p_feature_bottomBox_right {
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .p_feature_bottomBox_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_feature_bottomBox_right {
    padding-right: 2vw;
    text-align: right;
    position: absolute;
    bottom: -130px;
    right: 0;
    overflow: hidden;
    padding-top: 5vw;
  }
}
.p_feature_bottomBox_right img {
  transform: translateY(-10px);
}
@media screen and (max-width: 1100px) {
  .p_feature_bottomBox_right img {
    width: 180px;
    transform: translate(30px, 80px);
  }
}
@media screen and (max-width: 768px) {
  .p_feature_bottomBox_right img {
    width: 135px;
    transform: translate(20px,-10px);
  }
}

.l_voice {
  background: #EFFBF0;
}
@media screen and (max-width: 768px) {
  .l_voice {
    padding-bottom: 10vw;
  }
}

.b_voiceList {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1100px) {
  .b_voiceList {
    display: block;
    margin-top: 8vw;
    padding: 0;
    margin-bottom: 0;
  }
}

.b_voiceList_item {
  padding: 36px 50px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .b_voiceList_item {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b_voiceList_item {
    padding: 30px 30px 40px;
    max-width: 95%;
    margin: 0 auto 8vw;
    border-radius: 15px;
  }
}

.b_voiceList_itemImg {
  margin-bottom: 10px;
}
.b_voiceList_itemImg img {
  width: 100%;
}

.b_voiceList_itemTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

.b_voiceList_itemTag {
  background: #00B050;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.b_voiceList_itemTtl {
  margin: 20px 0 10px;
  font-weight: bold;
  line-height: 1.5;
}

.b_voiceList_itemTxt {
  line-height: 1.6;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 1100px) {
  .b_voiceList_itemTtl {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .b_voiceList_itemTxt {
    font-size: 14px;
  }
}

.l_cv {
  padding: 100px 40px;
}
.p_cvbtn.is-sp {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .l_cv {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l_cv {
    padding: 14vw 6vw;
  }
  .p_cvbtn.is-sp {
    display: block !important;
  }
  .p_cvbtn.is-pc {
    display: none !important;
  }
}

.p_cvtxt {
  text-align: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 18px;
  padding: 0 20px;
  font-weight: bold;
}
.p_cvtxt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 12px;
  height: 18px;
  background: url(../images/adlp002/icon_ashirai01.png) no-repeat;
  background-size: cover;
}
.p_cvtxt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 12px;
  height: 18px;
  background: url(../images/adlp002/icon_ashirai02.png) no-repeat;
  background-size: cover;
}
.p_cvtxt span {
  background: linear-gradient(transparent 50%, #DEFEBA 50%);
  padding: 0 10px;
}

.p_cvbtn {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  color: #fff !important;
  width: 581px;
  padding: 20px 0;
  background-color: #00B050;
  background-image: url(../images/adlp002/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 20px;
  background-size: 16px;
  background-position: 95%;
  max-width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p_cvbtn {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p_cvtxt {
font-size: 5.384vw;
margin-bottom: 24px;
  }
  .p_cvbtn {
    font-size: 7.292vw;
    background-size: 14px;
    border-radius: 20px;
    padding-right: 40px;
    padding-block: 25px 22px; 
    max-width: 90%;
    line-height: 1;
  }
  .p_cvtxt span {
    padding: 0;
  }
}
.p_cvbtn.e_orange {
  background-color: #F3981E;
}
.p_cvbtn.e_sky {
  background-color: #00B0EC;
}
.p_cvbtn:hover {
  opacity: 0.8 !important;
}

.p_cvBottom {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p_cvBottom {
    margin-top: 4vw;
  }
  .p_cvbtn.e_orange {
    font-size: 5.241vw;
    padding-left: 24px;
    padding-block: 30px;
  }
  .p_cvbtn.e_sky {
    padding-left: 24px;
    padding-block: 30px;
    font-size: 5.241vw;
  }
}
.p_cvBottom h3 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .p_cvBottom h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p_cvBottom h3 {
    font-size: 6vw;
  }
}
.p_cvBottom h3 .orange {
  color: #F3981E;
  font-size: 50px;
}
@media screen and (max-width: 1100px) {
  .p_cvBottom h3 .orange {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p_cvBottom h3 .orange {
    font-size: 8.205vw;
  }
  .p_cvBottom h3 .med {
    font-size: 4.615vw;
  }
}

.p_cvBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_cvBox {
    display: block;
  }
}

.p_cvBox_item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p_cvBox_item {
    width: 100%;
  }
  .p_cvBox_item + .p_cvBox_item {
    margin-top: 13vw;
  }
}

/* 
 * CSS Document *
CELF_embed_form
2023/03/27追加　埋め込みフォーム用

---------------------------*/
.trial-embed-container, .trial-complete {
  text-align: left;
  font-size: 16px;
  margin-top: 2em;
}

.trial-embed-text {
  float: left;
  width: 46%;
}

.trial-embed-text h2 {
  margin-top: 0;
}

.trial-embed-text h2 > img {
  /*letter-spacing:0;
   line-height:1.2 !important;*/
  width: 100%;
  margin: 0;
}

.trial-embed-text > .dashed_gray_box span.trial_number {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.trial-embed-text > .dashed_gray_box .dashed_gray_box_icon {
  width: 100px;
  padding: 0 10px 0 0;
}

.trial-embed-text > .page-contents-title p.free_trial_box_text, .page-contents-title .trial-complete p {
  line-height: 150%;
}

.trial-embed-container .trial-embed-text .trial-embed-box p {
  letter-spacing: 0;
  line-height: 2;
}

.trial-embed-text > .dashed_gray_box {
  padding: 15px 3%;
  margin-bottom: 10px;
}

.trial-embed-text > img.trial_down_arrow {
  width: 30px;
  margin-bottom: 10px;
}

.trial-embed-text > .dashed_gray_box > p.free_trial_box_text,
.trial-embed-text p.trial_intro,
.trial-embed-text p.product_intro {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

.trial-embed-text p.product_intro {
  margin-bottom: 0;
}

.trial-embed-text h3 {
  font-size: 26px;
  text-align: center;
  color: #49ba00;
  margin: 50px auto 15px auto;
}

.trial-embed-form, .trial-embed-form {
  width: 100%;
  font-size: 13px;
}

.trial-embed-form .smpForm {
  padding: 0;
}

.trial-embed-form .trial-info {
  color: red;
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.trial-embed-form .trial-info-bottom p,
.trial-embed-form ul {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 20px 0 0 0;
}

.trial-embed-form ul {
  margin: 10px 0;
  padding: 0 0 0 25px;
}

.trial-embed-form .trial-info-box {
  background: #f9f9f9;
  border: 2px solid #eee;
  padding: 5px 10px;
  margin-top: 20px;
  line-height: 1.6;
}

.trial_bg_white {
  background: #fff;
  padding: 0 5px;
  margin: 5px 0;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
  font-size: 12px;
}

.trial_green_border {
  border: 3px solid #53c609;
  padding: 20px 5%;
  margin: 60px 0 70px 0;
  overflow: hidden;
}

.trial-complete-info {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 30px;
}

img.trial_border_gray {
  /*float: left;*/
  border: 1px solid #aaa;
  border-radius: 8px;
  width: 120px;
}

.trial_icon {
  display: flex;
  justify-content: space-between;
}

.trial_icon_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trial_green_radius {
  background-color: #53C609;
  color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  margin: 20px 0 10px;
  font-size: 13px;
}

.product_embed_image {
  margin: 0 auto;
  display: block;
}

/*.trial-embed-form .ss_field,
.ss_enquete_form .ss_enquete_field {
	display: flex;
	align-items: center
}*/
.trial-embed-form .ss_form_title,
.ss_enquete_form .ss_enquete_title {
  font-weight: bold;
  margin-bottom: 8px;
}

.trial-embed-form fieldset {
  padding: 0.35em 1.2em 0.75em;
}

.trial-embed-form .ss_bottomComment {
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
}

.trial-embed-form .ss_visitor_form fieldset[id*=attribute1],
.trial-embed-form .ss_visitor_form fieldset[id*=attribute47],
.trial-embed-form .ss_visitor_form fieldset[id*=attribute85],
.trial-embed-form .ss_visitor_form #ss_permission_type_master_id {
  display: none;
}

.trial-embed-form .ss_btnArea input {
  width: 230px;
  display: inline-block;
  background-color: #53C609;
  border: none;
  margin-top: 1.2em;
  padding: 10px;
}

.trial-embed-form .ss_visitor_form #ss_company_name {
  border-top: solid 1px #d4d4d4;
}

#product-dl fieldset {
  padding: 0.75em 0.625em 0.75em;
}

.ss_enquete_form .ss_enquete_field:nth-child(even) {
  background-color: #fff;
}

.ss_enquete_form .ss_enquete_field:nth-child(odd) {
  background-color: #f9f9f9;
}

ul.product-check-icon {
  list-style-type: none;
  padding: 0;
}

ul.product-check-icon li {
  padding-left: 1.2em;
  background-image: url(/wp-content/uploads/cmn_images/icon-check-green.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: left center;
  text-indent: 10px;
}

ul.product-check-icon li:before {
  margin-left: 100px;
  padding-left: 100px;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 600px) {
  .trial-embed-container, .trial-embed-form {
    margin-top: 20px;
  }
  .trial-embed-form .smpForm {
    width: 100%;
  }
  .trial-embed-text, .trial-embed-form {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .trial-embed-text > .dashed_gray_box {
    width: 100%;
    margin: 0 0 10px;
  }
  .sp-show {
    display: block;
  }
}
.ss_upComment {
  margin-bottom: 7px;
}

.ss_input input[type=radio] {
  margin-bottom: 10px;
}

.trial-info-bottom a {
  color: #00a73c;
}

.p_fvFormWrap {
  max-height: 75vh;
  overflow-y: auto;
}

