@charset "UTF-8";

.l-content .mainVisual {
  width: 1200px;
  height: 200px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: url("/service/large_order/img/main_20241031.png") no-repeat 0 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .summary {
  width: 1200px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

/* common */
.l-content h2 {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  color: #000;
  font-size: 23px;
}

.l-content h2::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 5px solid #004098;
  border-radius: 50%;
  margin: 0 12px 0 4px;
}

.l-content .section>.wrap {
  padding: 0 20px;
}

.l-content .color_red {
  color: red;
}

.l-content span.marker {
  display: inline-block;
  position: relative;
}

.l-content span.marker::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fc0;
}

.l-content .catchcopy_01 {
  font-size: 18px;
  text-align: center;
}


/* .cvArea */
.l-content .cvArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .cvArea .buttonArea {
  display: flex;
  justify-content: center;
}

.l-content .cvArea .buttonArea .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .cvArea .buttonArea .container .catchcopy {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.l-content .cvArea .buttonArea .container .catchcopy::before,
.l-content .cvArea .buttonArea .container .catchcopy::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background: #fc0;
  transform: translateY(-50%);
}

.l-content .cvArea .buttonArea .container .catchcopy::before {
  left: -20px;
  transform: rotate(-45deg);
}

.l-content .cvArea .buttonArea .container .catchcopy::after {
  right: -20px;
  transform: rotate(45deg);
}

.l-content .cvArea .buttonArea .container a {
  padding: 12px 0 9px;
  font-size: 17px;
}

.l-content .cvArea .buttonArea .container ::after {
  padding-bottom: 2px;
}


/* .navi */
.l-content .navi .m-btnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.l-content .navi .m-btnList li {
  padding-left: 0;
}

.l-content .navi .m-btnList li a {
  width: 225px;
  padding: 8px 12px;
}

/* .serviceArea */
.l-content .serviceArea .service {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px 30px;
  border-bottom: solid 10px #333;
  margin-bottom: 10px;
}

.l-content .serviceArea .service::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-radius: 17px;
  background: #333;
}

.l-content .serviceArea .service::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -20px;
  right: 0;
  border-top: solid 15px #fff;
  border-bottom: solid 15px #fff;
  border-left: solid 25px #333;
}

.l-content .serviceArea .service .new,
.l-content .serviceArea .service .old {
  display: flex;
  gap: 10px;
}

.l-content .serviceArea .service .box {
  box-sizing: border-box;
  height: 150px;
  padding: 5px 10px 10px;
  border: solid 2px #004098;
  border-radius: 20px;
}

.l-content .serviceArea .service .box.box_01 {
  width: 180px;
}

.l-content .serviceArea .service .box.box_02 {
  width: 250px;
}

.l-content .serviceArea .service .box .flowName {
  border-bottom: solid 1px #666;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .service .box .todoList {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.l-content .serviceArea .service .box .todoList .todo {
  writing-mode: vertical-rl;
  font-size: 17px;
}


.l-content .serviceArea .service .arrow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 14px 14px 32px;
  margin-right: 37px;
  background: #004098;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .service .arrow::after {
  content: "";
  position: absolute;
  right: -37px;
  border-top: solid 58px transparent;
  border-bottom: solid 58px transparent;
  border-left: solid 37px #004098;
}

.l-content .serviceArea .serviceTxt {
  position: relative;
  width: 1140px;
  padding: 11px 0 7px;
  margin: 0 auto 20px;
  background-color: #fc0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .serviceArea .serviceTxt::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  border-top: solid 27px #fc0;
  border-right: solid 39px transparent;
  border-left: solid 39px transparent;
  transform: translateX(-50%);
}

/* .featureArea */
.l-content .featureArea {
  position: relative;
  height: 1045px;
  padding-bottom: 25px;
}

.l-content .featureArea .container {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 1160px;
  height: 300px;
  padding: 25px 0;
  border-top: solid 1px #707070;
}

.l-content .featureArea .container:first-of-type {
  border-top: none;
}

.l-content .featureArea .container .box {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  border: solid 1px #707070;
}

.l-content .featureArea .container .box .head {
  padding: 6px 0 2px;
  background: #dfdede;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .container .box .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}


.l-content .featureArea .container .box .title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .container .box .title span {
  display: inline-block;
  position: relative;
  font-size: 27px;
}

.l-content .featureArea .container .box .title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc0;
}

.l-content .featureArea .container .detail {
  padding: 10px 0 0 40px;
}

.l-content .featureArea .container .detail .title {
  font-size: 19px;
  font-weight: bold;
}

/* .featureArea .feature_01 */
.l-content .featureArea .container.feature_01 .txt .num {
  font-size: 30px;
}

/* .featureArea .feature_02 */
.l-content .featureArea .container.feature_02 {
  height: 320px;
  top: 350px;
}

.l-content .featureArea .container.feature_02 .example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 4px #004098;
  padding: 0 40px;
}

.l-content .featureArea .container.feature_02 .example .txt {
  padding-top: 7px;
}

.l-content .featureArea .container.feature_02 .example .txt span {
  font-size: 24px;
}

/* .featureArea .feature_03 */
.l-content .featureArea .container.feature_03 {
  top: 720px;
}

.l-content .featureArea .container.feature_03 .txt {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 15px;
}

.l-content .featureArea .container.feature_03 .txt dt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 130px;
  height: 50px;
  border: solid 4px #004098;
  font-weight: bold;
}

.l-content .featureArea .container.feature_03 .txt dd {
  width: 575px;
  align-self: center;
  text-align: start;
}


.l-content .featureArea .conversion {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 20px;
  right: 0;
  width: 300px;
  padding: 15px 0 27px;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 15px;
  background: #f4f4f4;
}

.l-content .featureArea .conversion .catchcopy {
  position: relative;
  font-weight: bold;
  text-align: center;
}

.l-content .featureArea .conversion .catchcopy::before,
.l-content .featureArea .conversion .catchcopy::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 2px;
  height: 15px;
  background: #333;
  transform: translateY(-50%);
}

.l-content .featureArea .conversion .catchcopy::before {
  left: -12px;
  transform: rotate(-45deg);
}

.l-content .featureArea .conversion .catchcopy::after {
  right: -12px;
  transform: rotate(45deg);
}

.l-content .featureArea .conversion a {
  width: 200px;
}

/* .flowArea */
.l-content .flowArea {
  display: flex;
  justify-content: space-between;
}

.l-content .flowArea .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 360px;
  height: 340px;
  border: solid 1px #707070;
  padding: 25px 0;
}

.l-content .flowArea .box:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 30px solid #ddd;
  transform: translateY(-50%);
}

.l-content .flowArea .box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 40px;
  height: 40px;
  background: #004098;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.l-content .flowArea .box .title {
  display: flex;
  align-items: center;
  height: 72px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.l-content .flowArea .box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.l-content .flowArea .box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 66px;
  border-radius: 10px;
  background: #e7e7e7;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

/* .interviewArea */
.l-content .interviewArea {
  background: #fdd000;
}

.l-content .interviewArea .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #333;
  color: #fff;
}

.l-content .interviewArea .caption {
  padding: 6px 8px 4px;
  border: solid 1px #fff;
  font-size: 15px;
}

.l-content .interviewArea .title {
  padding-left: 10px;
  font-size: 21px;
}

.l-content .interviewArea .title span {
  color: #fc0;
  font-size: 30px;
}

.l-content .interviewArea .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.l-content .interviewArea .content .upper {
  display: flex;
  gap: 10px;
  width: 1140px;
}

.l-content .interviewArea .content .upper .upper_l {
  display: flex;
  flex-direction: column;
  width: 373px;
}

.l-content .interviewArea .content .upper .upper_r {
  display: flex;
  flex-direction: column;
  width: 757px;
}

.l-content .interviewArea .content .lower {
  width: 1140px;
}

.l-content .interviewArea .content h4 {
  background: #c7c8e5;
}

.l-content .interviewArea .content h4 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 32px;
  padding: 6px 6px 0 10px;
  background: #004098;
  color: #fff;
  font-size: 15px;
}

.l-content .interviewArea .content h4 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  border-top: solid 16px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 16px #004098;
  border-left: solid 14px #004098;
}

.l-content .interviewArea .content .wrap_flex {
  display: flex;
}

.l-content .interviewArea .content .container {
  flex-grow: 1;
  padding: 10px;
  background: #fff;
}

/* .interviewArea .sentence_interviewee */
.l-content .interviewArea .content .sentence_interviewee {
  display: flex;
}

.l-content .interviewArea .content .sentence_interviewee p {
  line-height: 1.2;
}

/* .interviewArea .sentence_case */
.l-content .interviewArea .content .sentence_case {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .interviewArea .content .sentence_case .txt_01 {
  font-size: 20px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_02 {
  font-size: 20px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_02 .num {
  font-size: 40px;
}

.l-content .interviewArea .content .sentence_case .txt_03 {
  padding: 6px 10px 4px;
  border: solid 1px #333;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_04 {
  font-size: 25px;
  font-weight: bold;
}

.l-content .interviewArea .content .sentence_case .txt_04 .num {
  font-size: 47px;
}

/* .interviewArea .sentence_comment */
.l-content .interviewArea .content .sentence_comment {
  display: flex;
}

.l-content .interviewArea .content .sentence_comment .comment {
  width: 366px;
  padding: 5px 0 5px 10px;
  line-height: 1.2;
}

.l-content .interviewArea .content .sentence_comment .comment:first-child {
  padding-left: 0;
}

.l-content .interviewArea .content .sentence_comment .comment:not(:last-child) {
  border-right: solid 1px #333;
}

/* .userVoiceArea */
.l-content .userVoiceArea h3 {
  position: relative;
}

.l-content .userVoiceArea h3 span {
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.l-content .userVoiceArea>.wrap {
  display: flex;
  justify-content: space-between;
}

.l-content .userVoiceArea .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
}

.l-content .userVoiceArea .container:not(:last-child) {
  border-right: solid 1px #535353;
}

.l-content .userVoiceArea .container:first-child {
  padding-left: 0;
}

.l-content .userVoiceArea .container .head {
  display: flex;
  align-items: flex-start;
}

.l-content .userVoiceArea .container .head .num {
  box-sizing: border-box;
  width: 75px;
  padding: 8px 4px 4px;
  margin-right: 10px;
  background: #eee;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.l-content .userVoiceArea .container .head .title {
  padding-top: 5px;
}

.l-content .userVoiceArea .container .head .title h4 {
  font-size: 19px;
  font-weight: bold;
}

.l-content .userVoiceArea .container .case {
  display: flex;
  align-items: center;
}

.l-content .userVoiceArea .container .case .img {
  display: flex;
  justify-content: center;
  width: 85px;
}

.l-content .userVoiceArea .container .userVoice {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}

.l-content .userVoiceArea .container .userVoice .comment {
  flex-grow: 1;
  margin-left: 30px;
}

.l-content .userVoiceArea .container .userVoice .comment .speechBubble {
  position: relative;
  padding: 10px 20px;
  margin-top: 5px;
  background: #eee;
  font-size: 15px;
}

.l-content .userVoiceArea .container .userVoice .comment .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: -22px;
  border-top: solid 10px transparent;
  border-right: solid 22px #eee;
  border-bottom: solid 10px transparent;
}


/* .userVoiceArea .case_01 */
.l-content .userVoiceArea .container.case_01 .case .detail {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_01 {
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_01 .num {
  font-size: 25px;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02 {
  position: relative;
  padding-top: 6px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 19px;
  width: 12px;
  height: 17px;
  background: #ccc;
}


.l-content .userVoiceArea .container.case_01 .case .detail .txt_02::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 14px;
  border-top: solid 13px transparent;
  border-bottom: solid 13px transparent;
  border-left: solid 14px #ccc;
}

.l-content .userVoiceArea .container.case_01 .case .detail .txt_02 .num {
  font-size: 40px;
}

/* .userVoiceArea .case_02 */
.l-content .userVoiceArea .container.case_02 .case {
  margin-top: 35px;
}

.l-content .userVoiceArea .container.case_02 .case .detail .txt_01 {
  font-size: 22px;
  font-weight: bold;
}

/* .userVoiceArea .case_03 */
.l-content .userVoiceArea .container.case_03 .case .detail {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_01 {
  font-size: 15px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_01 .num {
  font-size: 25px;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02 {
  position: relative;
  padding-top: 6px;
  margin-left: 30px;
  font-size: 30px;
  font-weight: bold;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: 19px;
  width: 12px;
  height: 17px;
  background: #ccc;
}


.l-content .userVoiceArea .container.case_03 .case .detail .txt_02::after {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 14px;
  border-top: solid 13px transparent;
  border-bottom: solid 13px transparent;
  border-left: solid 14px #ccc;
}

.l-content .userVoiceArea .container.case_03 .case .detail .txt_02 .num {
  font-size: 40px;
}


/* .itemList */
.l-content .itemList {
  padding: 11px;
  background: #ccd9ea;
}

.l-content .itemList .row {
  display: flex;
  gap: 10px;
}

.l-content .itemList .row:not(:first-child) {
  margin-top: 10px;
}


.l-content .itemList .col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.l-content .itemList .col.item_01 {
  width: 154px;
}

.l-content .itemList .col.item_02 {
  width: 318px;
}

.l-content .itemList .col.item_03 {
  width: 482px;
}

.l-content .itemList .col.item_04 {
  width: 646px;
}

.l-content .itemList .col.item_05 {
  width: 810px;
}

.l-content .itemList .col.item_06 {
  width: 974px;
}

.l-content .itemList .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #004098;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.l-content .itemList .item {
  width: 154px;
}

.l-content .itemList .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* .catalog */
.l-content .catalog {
  display: flex;
  background: #cceacc;
}

.l-content .catalog .txtArea {
  width: 370px;
}

.l-content .catalog .txtArea h3 {
  box-sizing: border-box;
  padding: 16px 20px 10px;
  height: 90px;
  background: #3b7d23;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}