@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  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;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.orange-bg {
  background-color: #F18500;
}

.orange-text {
  color: #F18500;
}

.black-bg {
  background-color: #353535;
}

.black-text {
  color: #353535;
}

.l-blue-bg {
  background-color: #1C98DE;
}

.l-blue-text {
  color: #1C98DE;
}

.gold-bg {
  background-color: #C0943E;
}

.gold-text {
  color: #C0943E;
}

.green-bg {
  background-color: #07B53B;
}

.green-text {
  color: #07B53B;
}

@font-face {
  font-family: "jost";
  src: url("../../font/jost/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/notosans/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
html,
body {
  font-family: "NotoSansJP", sans-serif;
  overflow-x: clip;
  overflow-y: auto;
  color: #353535;
  font-size: 4vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  html,
body {
    font-size: 100%;
  }
}

.jost {
  font-family: "jost", sans-serif;
}

.pc_none {
  display: block;
}
@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media (min-width: 1180px) {
  .pc_none {
    display: none;
  }
}
@media (min-width: 1500px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media (min-width: 768px) {
  .sp_none {
    display: block;
  }
}
@media (min-width: 1180px) {
  .sp_none {
    display: block;
  }
}
@media (min-width: 1500px) {
  .sp_none {
    display: block;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
}

.font_en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #353535;
}

button:hover,
button:active {
  outline: 0;
  opacity: 0.7;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.7;
  text-decoration: none;
}

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

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

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

::-placeholder {
  color: #a5a5a5;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.innerBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4.05%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}
.innerBox.is-h100 {
  height: 100%;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

@media (min-width: 1180px) {
  .display_to_mq_mm {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.display_mq_mm {
  display: none;
}
@media (min-width: 1180px) {
  .display_mq_mm.is-inline {
    display: inline;
  }
}
@media (min-width: 1180px) {
  .display_mq_mm.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 52.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  background: #ffffff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.l-header__logo {
  width: 250px;
  padding-left: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 300px;
  }
}
.l-header__object__list.o-cta {
  display: none;
}
@media (min-width: 768px) {
  .l-header__object__list.o-cta {
    display: flex;
  }
}
@media (min-width: 768px) {
  .l-header__object__list-btn.o-cta__telbtn a, .l-header__object__list-btn.o-cta__mailbtn a {
    width: 290px;
  }
  .l-header__object__list-btn.o-cta__mailbtn a {
    font-size: 24px;
  }
}

.l-footer {
  background: #fff9ee;
  padding: 4% 0;
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: 80px;
  }
}
.l-footer nav {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid #353535;
}
@media (min-width: 768px) {
  .l-footer nav {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l-footer nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-footer nav ul {
    gap: 0;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 32px;
  }
}
.l-footer nav ul li {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer nav ul li:last-child:before {
    content: none;
  }
}
@media (min-width: 768px) {
  .l-footer nav ul li {
    padding: 0 8px;
  }
  .l-footer nav ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    background-color: #000;
  }
}
@media (min-width: 1024px) {
  .l-footer nav ul li {
    padding: 0 10px;
  }
}
@media (min-width: 1180px) {
  .l-footer nav ul li {
    padding: 0 24px;
  }
}
.l-footer nav ul li a {
  position: relative;
  font-size: 3.5vw;
}
@media (min-width: 768px) {
  .l-footer nav ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .l-footer nav ul li a {
    font-size: 16px;
  }
}
.l-footer nav ul li:first-child a {
  padding: 0;
  margin: 0;
}
.l-footer nav ul li:first-child a::after {
  display: none;
}
.l-footer ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4%;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer ol {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.l-footer ol img {
  width: 300px;
}

.l-nav {
  background: #ef882b;
  display: none;
  transition: 0.3s;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .l-nav {
    display: block;
  }
}
.l-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-nav__list {
  display: flex;
}
@media (min-width: 768px) {
  .l-nav__list {
    padding: 12px 0;
  }
}
.l-nav__list__item {
  display: flex;
}
.l-nav__list__item a {
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .l-nav__list__item a {
    padding: 0 32px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .l-nav__list__item a::after {
    content: "";
    right: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
  }
}
.l-nav__list__item:last-child a::after {
  display: none;
}

@media (min-width: 768px) {
  .l-mainvisual {
    margin-top: 50px;
  }
}

.solution-area {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .solution-area {
    margin-bottom: 100px;
  }
}
.solution-area__ttl {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solution-area__ttl {
    margin-bottom: 60px;
  }
}
.solution-area__content__arrow {
  margin: 10px auto;
}
@media (min-width: 768px) {
  .solution-area__content__arrow {
    margin: 40px auto;
  }
}

.l-results {
  background: #ffe6d0;
  background-image: url(../images/results_list_bgillust.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-results__inner {
  padding-top: 6%;
  padding-bottom: 6%;
}
@media (min-width: 768px) {
  .l-results__inner {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.l-results .o-content-title::after {
  background-image: url(../images/results_title-icon.svg);
  width: 50px;
  height: 50px;
  top: 32%;
  right: -22%;
}
@media (min-width: 768px) {
  .l-results .o-content-title::after {
    width: 57px;
    height: 57px;
    top: 0px;
    bottom: 0;
    right: -60px;
    margin: auto;
  }
}
.l-results__list {
  padding-top: 8%;
}
@media (min-width: 768px) {
  .l-results__list {
    padding-top: 64px;
  }
}
.l-results__list__item {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 4px 4px 0px rgba(83, 47, 1, 0.25);
  padding: 8% 4% 8%;
  margin-bottom: 11%;
}
@media (min-width: 768px) {
  .l-results__list__item {
    padding: 64px 32px 54px;
    margin-bottom: 64px;
    height: initial;
  }
}
.l-results__list__item-inner {
  max-height: 360px;
  overflow: hidden;
  position: relative;
}
.l-results__list__item-inner.is-active {
  max-height: initial;
  padding-bottom: 64px;
}
.l-results__list__item-inner.is-active:before {
  content: none;
}
.l-results__list__item-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .l-results__list__item-inner {
    max-height: initial;
  }
  .l-results__list__item-inner:before {
    content: none;
  }
}
.l-results__list__item-btn {
  position: absolute;
  background-color: #e47920;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: 0;
  color: #fff;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-results__list__item-btn {
    display: none;
  }
}
.l-results__list__item-btn.is-active:after {
  content: none;
}
.l-results__list__item-btn:before {
  content: "";
  position: absolute;
  right: 16px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-results__list__item-btn:after {
  content: "";
  position: absolute;
  right: 22.5px;
  width: 2px;
  height: 15px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-results__list__item p.tag {
  color: #e47920;
  font-weight: 300;
  position: absolute;
  font-size: 7vw;
  top: -6vw;
  left: 0;
}
@media (min-width: 768px) {
  .l-results__list__item p.tag {
    font-size: 48px;
    top: -36px;
  }
}
.l-results__list__item ol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .l-results__list__item ol {
    flex-direction: row;
    gap: 16px;
    width: auto;
  }
}
.l-results__list__item ol .before {
  background: #fff9ee;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  width: 100%;
  padding: 4%;
}
@media (min-width: 768px) {
  .l-results__list__item ol .before {
    font-size: 24px;
    width: 390px;
    height: 130px;
    padding: 0;
  }
}
.l-results__list__item ol .after {
  font-weight: bold;
  border: 6px solid #ee862a;
  background: #fff9ee;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 6vw;
  width: 100%;
  padding: 4% 0;
}
@media (min-width: 768px) {
  .l-results__list__item ol .after {
    font-size: 40px;
    width: 600px;
    padding: 20px 0;
  }
}
.l-results__list__item ol .after span.orange {
  display: inline-block;
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  background: -webkit-linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-results__list__item ol .after span.orange.jost {
  position: relative;
  font-size: 9vw;
}
@media (min-width: 768px) {
  .l-results__list__item ol .after span.orange.jost {
    font-size: 80px;
  }
}
.l-results__list__item ol .after span.orange.jost::before {
  position: absolute;
  content: "";
  background-image: url(../images/results_number-icon.svg);
  top: 0;
}
@media (min-width: 768px) {
  .l-results__list__item ol .after span.orange.jost::before {
    width: 54px;
    height: 54px;
    left: -40px;
  }
}
.l-results__list__item ol .arrow {
  transform: rotate(90deg);
  width: 16%;
  margin-bottom: 8%;
}
@media (min-width: 768px) {
  .l-results__list__item ol .arrow {
    transform: unset;
    width: auto;
    margin-bottom: 0;
  }
}
.l-results__list__item .item__content__title {
  text-align: center;
  color: #e47920;
  font-weight: bold;
  position: relative;
  font-size: 4vw;
  margin-top: 6%;
}
@media (min-width: 768px) {
  .l-results__list__item .item__content__title {
    font-size: 24px;
    margin-top: 40px;
  }
}
.l-results__list__item .item__content__title span {
  position: relative;
  background: #fff;
  padding: 0 2%;
}
.l-results__list__item .item__content__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e47920;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.l-results__list__item__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  margin: 8% auto 0;
}
@media (min-width: 768px) {
  .l-results__list__item__content {
    flex-direction: row;
    margin-top: 24px;
    align-items: center;
  }
}
.l-results__list__item__content figure {
  margin: auto;
}
@media (min-width: 768px) {
  .l-results__list__item__content figure {
    width: 400px;
  }
}
.l-results__list__item__content .list__item__area {
  border-radius: 80px;
  background-color: #e47920;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  font-size: 3vw;
  padding: 0.5vw 2.5vw;
}
@media (min-width: 768px) {
  .l-results__list__item__content .list__item__area {
    font-size: 16px;
    padding: 4px 28px;
  }
}
.l-results__list__item__content__text {
  text-align: left;
}
@media (min-width: 768px) {
  .l-results__list__item__content__text {
    flex: 1;
  }
}
.l-results__list__item__content__text h3 {
  font-size: 5vw;
  margin-top: 2%;
}
@media (min-width: 768px) {
  .l-results__list__item__content__text h3 {
    font-size: 32px;
    margin-top: 8px;
  }
}
.l-results__list__item__content__text h3 span {
  display: block;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .l-results__list__item__content__text h3 span {
    display: inline;
    font-size: 20px;
    margin-left: 16px;
  }
}
.l-results__list__item__content__text p {
  line-height: 1.8;
  margin-top: 4%;
}
@media (min-width: 768px) {
  .l-results__list__item__content__text p {
    margin-top: 12px;
  }
}
.l-results__list__item__content__text p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f1e40e 60%);
}
@media (min-width: 768px) {
  .l-results__list__item.btm-item {
    padding: 32px 32px 54px;
  }
}
.l-results__list__item.btm-item .l-results__list__item__content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .l-results__list__item.btm-item .l-results__list__item__content {
    margin-top: auto;
  }
}
.l-results__list__item.btm-item .l-results__list__item__content .image-area {
  text-align: center;
}
.l-results__list__item.btm-item .l-results__list__item__content .image-area figure {
  width: 70%;
  margin: auto;
  margin-bottom: -4vw;
}
@media (min-width: 768px) {
  .l-results__list__item.btm-item .l-results__list__item__content .image-area figure {
    width: 230px;
    margin-bottom: -28px;
  }
}
.l-results__list__item .l-results__list__item__content__text {
  width: auto;
}
@media (min-width: 768px) {
  .l-results__list__item .l-results__list__item__content__text.text-l {
    width: 850px;
  }
}
.l-results__list__item .l-results__list__item__content__text .list__item__comment {
  text-align: justify;
}
.l-results__list__item .l-results__list__item__content__text .list__item__comment p .orange {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  background: -webkit-linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .l-results__list__item .l-results__list__item__content__text .list__item__comment p .orange {
    font-size: 32px;
  }
}
.l-results__list__item .l-results__list__item__content__text .list__item__comment p strong {
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  .l-results__list__item .l-results__list__item__content__text .list__item__comment p strong {
    font-size: 32px;
    line-height: 1.4;
  }
}
.l-results__list__item .l-results__list__item__content__text .list__item__comment p strong .jost {
  font-style: normal;
}
@media (min-width: 768px) {
  .l-results__list__item .l-results__list__item__content__text .list__item__comment p strong .jost {
    font-size: 52px;
  }
}
.l-results__list__item .l-results__list__item__content__text .list__item__comment p a {
  text-decoration: underline;
  color: #0464c2;
}

.l-service {
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-service .o-content-title::after {
  background-image: url(../images/service_title-icon.svg);
  width: 40px;
  height: 40px;
  top: 20%;
  right: -20%;
}
@media (min-width: 768px) {
  .l-service .o-content-title::after {
    width: 50px;
    height: 50px;
    top: -20px;
    right: -60px;
  }
}
.l-service__group {
  text-align: center;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-service__group {
    margin-top: 40px;
  }
}
.l-service__group h3 {
  background-color: #E47920;
  color: #fff;
  border-radius: 80px;
  display: inline-block;
  font-size: 3.5vw;
  font-weight: 500;
  padding: 2% 6%;
}
@media (min-width: 768px) {
  .l-service__group h3 {
    font-size: 24px;
    padding: 4px 32px;
  }
}
.l-service__group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FFF9EE;
  padding-top: 9%;
  padding-bottom: 3%;
  margin-top: -5%;
  gap: 10px;
}
@media (min-width: 768px) {
  .l-service__group__list {
    gap: 40px;
    padding-top: 70px;
    padding-bottom: 90px;
    margin-top: -20px;
  }
}
.l-service__group__list__item {
  position: relative;
  background: #fff;
  width: 46%;
  padding: 3% 0;
}
@media (min-width: 768px) {
  .l-service__group__list__item {
    width: 320px;
    padding: 40px 0;
  }
}
.l-service__group__list__item span {
  width: 6vw;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .l-service__group__list__item span {
    display: inline;
    position: absolute;
    top: -24px;
    right: 0;
    width: 50px;
  }
}
.l-service__group__list__item p {
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-service__group__list__item p {
    font-size: 24px;
  }
}
.l-service__group__list__item p span {
  width: initial;
  margin: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-service__group__list__item p span {
    position: initial;
    top: 0;
    right: 0;
    width: initial;
  }
}
.l-service__group .content-arrow {
  width: 10%;
  margin: auto;
  margin-top: -3%;
}
@media (min-width: 768px) {
  .l-service__group .content-arrow {
    width: auto;
    margin-top: -60px;
  }
}
.l-service__group__main-copy {
  position: relative;
}
@media (min-width: 768px) {
  .l-service__group__main-copy {
    margin-top: 20px;
  }
}
.l-service__group__main-copy__pic {
  position: absolute;
  z-index: 0;
  top: -30%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy__pic {
    top: auto;
    bottom: 0;
  }
}
.l-service__group__main-copy__pic.left {
  left: 0;
  width: 25%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy__pic.left {
    width: 285px;
  }
}
.l-service__group__main-copy__pic.right {
  right: 0;
  width: 16%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy__pic.right {
    width: 195px;
  }
}
.l-service__group__main-copy p {
  font-weight: bold;
  font-size: 4vw;
  margin-bottom: 3%;
  margin-left: 6%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy p {
    font-size: 40px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.l-service__group__main-copy p span {
  width: 54%;
  display: inline-block;
  margin-right: 1%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy p span {
    display: inline;
    width: auto;
    margin-right: 16px;
  }
}
.l-service__group__main-copy h2 {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(271deg, #EE862A 0.63%, #F3B618 126.23%);
  position: relative;
  z-index: 1;
  margin-top: 0;
  font-size: 6.8vw;
  line-height: 1.4;
  padding: 2% 2%;
}
@media (min-width: 768px) {
  .l-service__group__main-copy h2 {
    margin-top: 16px;
    font-size: 56px;
    padding: 12px 40px;
  }
}
.l-service__group__detail {
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-service__group__detail {
    margin-top: 80px;
  }
}
.l-service__group__detail__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 4%;
  gap: 18px;
}
@media (min-width: 768px) {
  .l-service__group__detail__list {
    flex-direction: row;
    margin-top: 24px;
    gap: 40px;
    justify-content: space-around;
  }
}
.l-service__group__detail__list__item {
  background: #FFF9EE;
  text-align: left;
  padding: 4%;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item {
    width: calc(50% - 20px);
    padding: 20px 30px;
  }
}
.l-service__group__detail__list__item h4 {
  font-weight: bold;
  color: #E47920;
  font-size: 24px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item h4 {
    font-size: 32px;
  }
}
.l-service__group__detail__list__item h4 span {
  display: inline-block;
  margin-right: 16px;
  width: 14vw;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item h4 span {
    margin-right: 16px;
    width: 60px;
  }
}
@media (min-width: 1024px) {
  .l-service__group__detail__list__item h4 span {
    width: 90px;
  }
}
.l-service__group__detail__list__item p {
  margin-top: 4%;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item p {
    margin-top: 20px;
  }
}
.l-service__group__detail__list__item__box {
  background: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3% 4%;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item__box {
    padding: 20px 30px;
    height: 110px;
  }
}
.l-service__group__detail__list__item__box h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item__box h5 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.l-service__group__detail__list__item__box ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.l-service__group__detail__list__item__box ol li {
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item__box ol li {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item__box ol li.is-none:before {
    display: none;
  }
}
.l-service__group__detail__list__item__box ol li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #353535;
  transform: rotate(15deg);
  display: none;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item__box ol li::before {
    display: block;
  }
}
.l-service__group__detail__list__item__box ol li:last-child::before {
  display: none;
}
.l-service__group__detail__list__item.item04 img {
  margin-left: 0;
  margin-top: 2%;
  width: 70%;
  display: block;
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item.item04 img {
    margin-left: 8px;
    margin-top: auto;
    width: 160px;
    display: inline;
  }
}
@media (min-width: 768px) {
  .l-service__group__detail__list__item.item05 {
    width: 100%;
  }
}

.l-about {
  background-image: url(../images/about_bkimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-about .title-sub img {
  width: 200px;
}
@media (min-width: 768px) {
  .l-about .title-sub img {
    width: initial;
  }
}
.l-about h2 {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .l-about h2 {
    font-size: 48px;
  }
}
.l-about h2 span {
  background: linear-gradient(transparent 80%, #F1E40E 80%);
  background-position: 0 -1vw;
  display: inline-block;
}
@media (min-width: 768px) {
  .l-about h2 span {
    display: inline;
    background-position: 0 -10px;
  }
}
.l-about h2 em {
  font-style: normal;
}
@media (min-width: 768px) {
  .l-about h2 em {
    font-size: 56px;
    line-height: 1;
  }
}
.l-about h2 + p {
  margin-top: 12px;
}
.l-about__content {
  margin-top: 6%;
}
@media (min-width: 768px) {
  .l-about__content {
    margin-top: 40px;
  }
}
.l-about__content h3 span {
  border-radius: 80px;
  background-color: #E47920;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 3.6vw;
  padding: 2% 4%;
}
@media (min-width: 768px) {
  .l-about__content h3 span {
    display: inline;
    font-size: 24px;
    padding: 4px 30px;
  }
}
.l-about__content h3 span em {
  font-style: normal;
  display: block;
}
@media (min-width: 768px) {
  .l-about__content h3 span em {
    display: inline;
  }
}
.l-about__content__group {
  background: #fff;
  border: 3px solid #E47920;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -8% auto 0;
  gap: 30px;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-about__content__group {
    flex-direction: row;
    width: 910px;
    margin: -20px auto 0;
    gap: 30px;
    padding-bottom: 0;
  }
}
.l-about__content__group__list {
  text-align: center;
  position: relative;
  padding-top: 14%;
}
@media (min-width: 768px) {
  .l-about__content__group__list {
    padding-top: 60px;
  }
}
@media (min-width: 1180px) {
  .l-about__content__group__list {
    width: 42%;
  }
}
.l-about__content__group__list h4 {
  font-weight: bold;
  position: relative;
  font-size: 8vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-about__content__group__list h4 {
    font-size: 56px;
    line-height: 1.8;
  }
}
.l-about__content__group__list h4 .label {
  position: absolute;
  width: 30%;
  top: 0px;
}
@media (min-width: 768px) {
  .l-about__content__group__list h4 .label {
    width: 120px;
    top: -5px;
  }
}
.l-about__content__group__list h4 strong {
  color: #E47920;
  font-size: 14vw;
}
@media (min-width: 768px) {
  .l-about__content__group__list h4 strong {
    font-size: 56px;
  }
}
.l-about__content__group__list h4 strong span {
  font-size: 35vw;
}
@media (min-width: 768px) {
  .l-about__content__group__list h4 strong span {
    font-size: 140px;
  }
}
.l-about__content__group__list h4 em {
  font-style: normal;
  display: inline-block;
  line-height: 1;
  font-size: 8vw;
  width: 19vw;
}
@media (min-width: 768px) {
  .l-about__content__group__list h4 em {
    font-size: 40px;
    width: 100px;
  }
}
.l-about__content__group__list.left .label {
  left: -5%;
}
@media (min-width: 768px) {
  .l-about__content__group__list.left .label {
    left: -50px;
  }
}
.l-about__content__group__list.right {
  padding-top: 5%;
}
@media (min-width: 768px) {
  .l-about__content__group__list.right {
    padding-top: auto;
  }
}
.l-about__content__group__list.right .label {
  right: -7%;
  top: -5%;
}
@media (min-width: 768px) {
  .l-about__content__group__list.right .label {
    top: 0;
    right: -20px;
  }
}
.l-about__content__group .border-line {
  text-indent: -9999px;
  background: #B8B8B8;
  height: 1px;
  width: 92%;
  margin: auto;
}
@media (min-width: 768px) {
  .l-about__content__group .border-line {
    width: 1px;
    height: 200px;
    margin: 0;
  }
}

.l-step {
  padding-top: 8%;
}
@media (min-width: 768px) {
  .l-step {
    padding-top: 80px;
  }
}
.l-step .o-content-title::after {
  background-image: url(../images/step_title-icon.svg);
  width: 35px;
  height: 27px;
  right: -30%;
  top: 33%;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-step .o-content-title::after {
    width: 51px;
    height: 41px;
    right: -60px;
  }
}
.l-step__group {
  margin-top: 6%;
}
@media (min-width: 768px) {
  .l-step__group {
    margin-top: 40px;
  }
}
.l-step__group h3 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 55%;
}
@media (min-width: 768px) {
  .l-step__group h3 {
    position: relative;
    writing-mode: horizontal-tb;
    text-align: right;
    top: 0;
  }
}
.l-step__group h3 span {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  background: -webkit-linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  font-size: 6vw;
}
@media (min-width: 768px) {
  .l-step__group h3 span {
    font-size: 30px;
    padding: 0 150px;
  }
}
.l-step__group h3 span::before, .l-step__group h3 span::after {
  content: "";
  position: absolute;
  background-image: url(../images/step__subtitle__arrow.svg);
  background-size: 100%;
  margin: auto;
  width: 27vw;
  padding: 3.5% 0%;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-step__group h3 span::before, .l-step__group h3 span::after {
    padding: 0;
    width: 135px;
    height: 39px;
    top: 0;
    bottom: 0;
    transform: none;
  }
}
.l-step__group h3 span::before {
  top: -20%;
}
@media (min-width: 768px) {
  .l-step__group h3 span::before {
    top: 0;
    left: 0;
    right: auto;
  }
}
.l-step__group h3 span::after {
  transform: rotate(-90deg);
  bottom: -20%;
}
@media (min-width: 768px) {
  .l-step__group h3 span::after {
    bottom: 0;
    right: 0;
    left: auto;
    transform: rotate(-180deg);
  }
}
.l-step__group__list {
  display: flex;
  flex-direction: column;
  gap: 17vw;
  margin-top: 24%;
}
@media (min-width: 768px) {
  .l-step__group__list {
    flex-direction: row;
    gap: 16px;
    margin-top: 54px;
  }
}
.l-step__group__list__item {
  background: #fff9ee;
  padding: 0 4% 6%;
}
@media (min-width: 768px) {
  .l-step__group__list__item {
    padding: 0 16px 24px;
  }
}
.l-step__group__list__item .step-tag {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  background: -webkit-linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 300;
  text-align: center;
  font-size: 6vw;
  margin-top: -18%;
}
@media (min-width: 768px) {
  .l-step__group__list__item .step-tag {
    font-size: 24px;
    margin-top: -50px;
  }
}
.l-step__group__list__item .step-tag span {
  display: block;
  line-height: 0.7;
  font-size: 14vw;
}
@media (min-width: 768px) {
  .l-step__group__list__item .step-tag span {
    font-size: 50px;
  }
}
.l-step__group__list__item figure {
  margin: auto;
  width: 50%;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-step__group__list__item figure {
    width: 200px;
    margin-top: 24px;
  }
}
.l-step__group__list__item .list__item__label {
  color: #fff;
  font-weight: bold;
  background: #e47920;
  text-align: center;
  padding: 2px 0;
  border-radius: 80px;
  margin-top: 4%;
}
@media (min-width: 768px) {
  .l-step__group__list__item .list__item__label {
    margin-top: 16px;
  }
}
.l-step__group__list__item h4 {
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 6vw;
  margin-top: 4%;
}
@media (min-width: 768px) {
  .l-step__group__list__item h4 {
    line-height: 1.2;
    height: 76px;
    font-size: 26px;
    margin-top: 8px;
  }
}
.l-step__group__list__item p {
  text-align: justify;
  margin-top: 4%;
}
@media (min-width: 768px) {
  .l-step__group__list__item p {
    margin-top: 8px;
  }
}
.l-step__group__list__item:not(.item01) {
  margin-left: 15%;
}
@media (min-width: 768px) {
  .l-step__group__list__item:not(.item01) {
    margin-left: 0;
  }
}

.l-team {
  margin-bottom: 64px;
}
.l-team__inner {
  padding-top: 16%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-team__inner {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.l-team .o-content-title span {
  background-image: initial;
}
@media (min-width: 768px) {
  .l-team .o-content-title span {
    background-image: linear-gradient(to right, #e47920 15px, transparent 15px);
  }
}
.l-team .o-content-title::after {
  background-image: url(../images/team_title-icon.svg);
  width: 57px;
  height: 57px;
  top: -40px;
  right: -64px;
}
@media (min-width: 768px) {
  .l-team .o-content-title::after {
    top: 0px;
    bottom: 0;
    right: -60px;
    margin: auto;
  }
}
.l-team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .l-team__list {
    flex-direction: row;
    gap: 0px 60px;
  }
}
.l-team__list__item {
  position: relative;
  background: #ffe7d3;
  padding: 4% 4% 0px;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .l-team__list__item {
    width: calc(33.3333333333% - 24px);
    padding: 20px 20px 0px;
  }
}
.l-team__list__item::before, .l-team__list__item::after {
  position: absolute;
  content: "";
}
.l-team__list__item::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 200, 151, 0.2) 4px, rgba(255, 200, 151, 0.4) 6px);
}
.l-team__list__item::after {
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 10vw;
}
@media (min-width: 768px) {
  .l-team__list__item::after {
    height: 70px;
  }
}
.l-team__list__item figure {
  width: auto;
  position: relative;
  z-index: 1;
}
.l-team__list__item-infobox {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 4%;
  margin-top: -45%;
}
@media (min-width: 768px) {
  .l-team__list__item-infobox {
    padding: 8px 12px 12px;
    margin-top: -100px;
  }
}
.l-team__list__item-infobox p.strong {
  font-weight: bold;
}
.l-team__list__item-infobox h3 {
  font-weight: bold;
  font-size: 32px;
}
@media (min-width: 768px) {
  .l-team__list__item-infobox h3 {
    font-size: 24px;
  }
}
.l-team__list__item-infobox h3 span {
  margin-left: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .l-team__list__item-infobox h3 span {
    font-size: 16px;
  }
}
.l-team__list__item-infobox-meta {
  display: flex;
  gap: 8px;
}
.l-team__list__item-infobox-meta .tagname {
  background: #e47920;
  color: #fff;
  padding: 2px 16px;
}
.l-team__list__item-infobox .text {
  margin-top: 12px;
}
.l-team__list__item.suzuki {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-team__list__item.suzuki {
    align-items: center;
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .l-team__list__item.suzuki figure {
    flex: 1;
  }
}
.l-team__list__item.suzuki .l-team__list__item-infobox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .l-team__list__item.suzuki .l-team__list__item-infobox {
    padding: 24px 26px;
    margin-bottom: 16px;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .l-team__list__item.suzuki .l-team__list__item-infobox {
    width: 600px;
  }
}
.l-team__list__item.suzuki .l-team__list__item-infobox h3 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-team__list__item.suzuki .l-team__list__item-infobox h3 {
    font-size: 32px;
  }
}
.l-team__list__item.tsuji .l-team__list__item-infobox h3 {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .l-team__list__item.tsuji .l-team__list__item-infobox h3 {
    font-size: 24px;
  }
}
.l-team__list__item.tsuji .l-team__list__item-infobox h3 span {
  font-size: 12px;
  margin-left: 0;
  display: block;
}
@media (min-width: 768px) {
  .l-team__list__item.tsuji .l-team__list__item-infobox h3 span {
    font-size: 16px;
    display: inline;
  }
}
.l-team__list__item.tsuji .l-team__list__item-infobox-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .l-team__list__item.tsuji .l-team__list__item-infobox-meta {
    font-size: 100%;
  }
}
.l-team__list__item.tsuji .l-team__list__item-infobox-meta .tagname {
  padding: 1% 2%;
}
@media (min-width: 768px) {
  .l-team__list__item.tsuji .l-team__list__item-infobox-meta .tagname {
    padding: 2px 16px;
  }
}
.l-team__list__item__post {
  position: absolute;
  z-index: 2;
  top: 70%;
  left: 10%;
  width: 80%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .l-team__list__item__post {
    font-size: 1rem;
    top: 90%;
  }
}
@media (min-width: 768px) {
  .l-team__list__item__post__br-sp {
    display: none;
  }
}

.l-rationale__inner {
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-rationale__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-rationale .o-content-title::after {
  background-image: url(../images/rationale_title-icon.svg);
}
@media (min-width: 768px) {
  .l-rationale .o-content-title::after {
    width: 57px;
    height: 57px;
    top: -20px;
    right: -50px;
    margin: auto;
  }
}
.l-rationale__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 8%;
  gap: 60px;
}
@media (min-width: 768px) {
  .l-rationale__list {
    margin-top: 80px;
    flex-direction: row;
    gap: 80px 32px;
  }
}
.l-rationale__list__item {
  position: relative;
  border-top: 8px solid #e47920;
  box-shadow: 0px 4px 20px 0px rgba(83, 47, 1, 0.24);
  padding-bottom: 4%;
}
@media (min-width: 768px) {
  .l-rationale__list__item {
    width: calc(33.3333333333% - 22px);
    padding-bottom: 32px;
  }
}
.l-rationale__list__item .item__number {
  position: absolute;
  font-weight: bold;
  color: #e47920;
  font-size: 10vw;
  top: -23px;
  line-height: 0;
}
@media (min-width: 768px) {
  .l-rationale__list__item .item__number {
    font-size: 56px;
    top: -30px;
  }
}
.l-rationale__list__item__box h3 {
  position: relative;
  color: #e47920;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 5vw;
  margin-top: 4%;
  padding: 0 4%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .l-rationale__list__item__box h3 {
    font-size: 26px;
    line-height: 1.4;
    height: 90px;
    margin-top: 12px;
  }
}
.l-rationale__list__item__box h3::before, .l-rationale__list__item__box h3::after {
  position: absolute;
  color: #f1f1f1;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  font-size: 20vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-rationale__list__item__box h3::before, .l-rationale__list__item__box h3::after {
    font-size: 80px;
    line-height: 1.4;
  }
}
.l-rationale__list__item__box h3::before {
  content: "“";
  left: 20px;
}
.l-rationale__list__item__box h3::after {
  content: "”";
  right: 20px;
}
.l-rationale__list__item__box p {
  padding: 0 4%;
  margin-top: 4%;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-rationale__list__item__box p {
    padding: 0 22px;
    margin-top: 8px;
  }
}
.l-rationale__list__item-b {
  position: relative;
  border-top: 8px solid #e47920;
  box-shadow: 0px 4px 20px 0px rgba(83, 47, 1, 0.24);
  padding-bottom: 4%;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b {
    width: 80%;
    padding-bottom: 32px;
    margin: 0 auto;
  }
}
.l-rationale__list__item-b .item__number {
  position: absolute;
  font-weight: bold;
  color: #e47920;
  font-size: 10vw;
  top: -23px;
  line-height: 0;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b .item__number {
    font-size: 56px;
    top: -30px;
  }
}
.l-rationale__list__item-b__box {
  padding: 0 4%;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b__box {
    padding: 0 40px;
  }
}
.l-rationale__list__item-b__box h3 {
  position: relative;
  color: #e47920;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 5vw;
  margin-top: 4%;
  padding: 0 4%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b__box h3 {
    font-size: 26px;
    line-height: 1.4;
    height: 90px;
    margin-top: 12px;
  }
}
.l-rationale__list__item-b__box h3::before, .l-rationale__list__item-b__box h3::after {
  position: absolute;
  color: #f1f1f1;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  font-size: 20vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b__box h3::before, .l-rationale__list__item-b__box h3::after {
    font-size: 80px;
    line-height: 1.4;
  }
}
.l-rationale__list__item-b__box h3::before {
  content: "“";
  left: 20px;
}
.l-rationale__list__item-b__box h3::after {
  content: "”";
  right: 20px;
}
.l-rationale__list__item-b__box p {
  margin-top: 4%;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-rationale__list__item-b__box p {
    margin-top: 20px;
  }
}

.l-case {
  background: #fff9ee;
  background-image: url(../images/results_list_bgillust.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 12%;
  padding-bottom: 4%;
  margin-bottom: 8%;
}
@media (min-width: 768px) {
  .l-case {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
}
.l-case .o-content-title::after {
  background-image: url(../images/case_title-icon.svg);
  width: 40px;
  height: 50px;
  top: -32px;
  bottom: 0;
  right: -56px;
}
@media (min-width: 768px) {
  .l-case .o-content-title::after {
    width: 51px;
    height: 60px;
    top: 0px;
    bottom: 0;
    right: -60px;
    margin: auto;
  }
}
.l-case__list {
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-case__list {
    margin-top: 48px;
  }
}
.l-case__list__item {
  background: #fff;
  background-image: url(../images/case_list-bkimg.png);
  box-shadow: 0px 4px 4px 0px rgba(83, 47, 1, 0.25);
  margin-bottom: 8%;
  padding: 2%;
}
@media (min-width: 768px) {
  .l-case__list__item {
    padding: 38px;
    margin-bottom: 40px;
  }
}
.l-case__list__item__info {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: center;
  justify-content: space-around;
  padding: 4% 4%;
}
@media (min-width: 768px) {
  .l-case__list__item__info {
    flex-direction: row;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .l-case__list__item__info figure {
    width: 470px;
  }
}
.l-case__list__item__text {
  flex: 1;
  text-align: left;
}
.l-case__list__item__text h3 {
  color: #e47920;
  font-weight: bold;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .l-case__list__item__text h3 {
    font-size: 24px;
  }
}
.l-case__list__item__text h4 {
  margin-top: 8px;
}
.l-case__list__item__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px;
}
@media (min-width: 768px) {
  .l-case__list__item__table {
    margin-top: 38px;
  }
}
.l-case__list__item__table th {
  color: #fff;
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  padding: 4%;
  vertical-align: middle;
  display: block;
  font-size: 3.5vw;
  text-align: center;
}
@media (min-width: 768px) {
  .l-case__list__item__table th {
    display: table-cell;
    width: 300px;
    padding: 20px;
    font-size: 100%;
    text-align: left;
  }
}
.l-case__list__item__table td {
  display: block;
  background: #f5f0e6;
  padding: 4%;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-case__list__item__table td {
    padding: 20px;
    display: table-cell;
  }
}

.l-issue {
  background: #fff9ee;
  padding-top: 8%;
}
@media (min-width: 768px) {
  .l-issue {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.l-issue .o-content-title span {
  font-size: 6vw;
}
@media (min-width: 768px) {
  .l-issue .o-content-title span {
    font-size: 32px;
  }
}
.l-issue .o-content-title span em {
  font-style: normal;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .l-issue .o-content-title span em {
    font-size: 54px;
  }
}
.l-issue .o-content-title::after {
  background-image: url(../images/issue_title-icon.svg);
  width: 32px;
  height: 35px;
  top: 45%;
  bottom: 0;
  right: -2%;
}
@media (min-width: 768px) {
  .l-issue .o-content-title::after {
    width: 32px;
    height: 35px;
    top: -60px;
    bottom: 0;
    right: -40px;
    margin: auto;
  }
}
.l-issue .title_sub {
  text-align: center;
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .l-issue .title_sub {
    margin-bottom: 0%;
  }
}
.l-issue .title_sub span {
  font-size: 3vw;
  padding: 1% 2%;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
}
@media (min-width: 768px) {
  .l-issue .title_sub span {
    font-size: 20px;
    padding: 2px 20px;
  }
}
.l-issue__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-issue__list {
    flex-direction: row;
    margin-top: 32px;
  }
}
.l-issue__list__item {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(83, 47, 1, 0.25);
  padding: 4%;
}
@media (min-width: 768px) {
  .l-issue__list__item {
    width: 580px;
    padding: 20px 20px 20px 74px;
  }
}
.l-issue__list__item h3 {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .l-issue__list__item h3 {
    padding-left: 0;
    font-size: 24px;
  }
}
.l-issue__list__item h3::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0%;
  top: 4px;
  background-size: 100%;
  background-image: url(../images/issue_item_title-icon.svg);
}
@media (min-width: 768px) {
  .l-issue__list__item h3::before {
    left: -10%;
    width: 32px;
    height: 32px;
  }
}
.l-issue__list__item p {
  padding-left: 32px;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-issue__list__item p {
    padding-left: 0;
  }
}
.l-issue h4 {
  text-align: center;
  font-size: 5.5vw;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-issue h4 {
    font-size: 48px;
    margin-top: 32px;
  }
}
.l-issue h4 span,
.l-issue h4 strong {
  display: block;
}
@media (min-width: 768px) {
  .l-issue h4 span {
    font-size: 32px;
  }
}
.l-issue h4 strong {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  background: -webkit-linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 8vw;
}
@media (min-width: 768px) {
  .l-issue h4 strong {
    font-size: 56px;
  }
}

.l-support {
  background: linear-gradient(271deg, #EE862A 0.63%, #F3B618 126.23%);
  position: relative;
  text-align: center;
}
.l-support::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 200, 151, 0.2) 4px, rgba(255, 200, 151, 0.4) 6px);
}
.l-support::after {
  content: "";
  position: absolute;
  background-color: #FFF9EE;
  height: calc(50px * tan(60deg));
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .l-support::after {
    height: calc(70px * tan(60deg));
  }
}
.l-support .title_sub {
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 4vw;
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .l-support .title_sub {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.l-support .title_sub span {
  color: #EEE329;
  font-size: 6vw;
  display: block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-support .title_sub span {
    display: inline;
    font-size: 32px;
  }
}
.l-support .title_sub::before, .l-support .title_sub::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  bottom: 5px;
}
.l-support .title_sub::before {
  left: -20px;
  transform: rotate(-15deg);
}
.l-support .title_sub::after {
  right: -20px;
  transform: rotate(15deg);
}
.l-support .o-content-title {
  color: #fff;
}
.l-support .o-content-title span {
  color: #fff;
  background-image: linear-gradient(to right, #fff 15px, transparent 15px);
}
.l-support__inner {
  padding-top: 30%;
  padding-bottom: 4%;
}
@media (min-width: 768px) {
  .l-support__inner {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}
.l-support__list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0px 32px;
}
@media (min-width: 768px) {
  .l-support__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.l-support__list__item {
  background: #FCF8F0;
  text-align: left;
  filter: drop-shadow(0px 4px 4px rgba(83, 47, 1, 0.25));
  padding: 4% 4% 6%;
  margin-bottom: 8%;
}
@media (min-width: 768px) {
  .l-support__list__item {
    padding: 40px 64px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-support__list__item:nth-child(2) {
    margin-bottom: 60px;
  }
}
.l-support__list__item h3 {
  color: #E47920;
  font-size: 5vw;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .l-support__list__item h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.l-support__list__item figure {
  background: #F3F3F3;
  padding: 4%;
}
@media (min-width: 768px) {
  .l-support__list__item figure {
    padding: 40px;
    margin-top: 32px;
  }
}
.l-support__list__item .pdf-button {
  position: relative;
  margin-top: 12px;
}
.l-support__list__item .pdf-button::before {
  content: "";
  position: absolute;
  background-image: url(../images/support_pdf-icon.svg);
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .l-support__list__item .pdf-button::before {
    width: 24px;
    height: 24px;
  }
}
.l-support__list__item .pdf-button a {
  color: #0464C2;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-left: 32px;
}
.l-support__list__item p {
  margin-top: 2%;
}
@media (min-width: 768px) {
  .l-support__list__item p {
    margin-top: 40px;
  }
}
.l-support__list__item ol {
  border: 3px solid #EE862A;
  background: #FFF9EE;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 4% 4% 2%;
}
@media (min-width: 768px) {
  .l-support__list__item ol {
    flex-direction: row;
    padding: 26px 30px 20px;
  }
}
.l-support__list__item ol li {
  margin-bottom: 8px;
  font-weight: bold;
  list-style: disc;
  margin-left: 5%;
}
@media (min-width: 768px) {
  .l-support__list__item ol li {
    width: 50%;
    list-style: none;
    margin-left: 0;
  }
}
.l-support__list__item h4 {
  margin-top: 12px;
  display: inline-block;
  background: linear-gradient(271deg, #EE862A 0.63%, #F3B618 126.23%);
  background: -webkit-linear-gradient(271deg, #EE862A 0.63%, #F3B618 126.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .l-support__list__item h4 {
    font-size: 24px;
  }
}
.l-support__list__item h5 {
  font-weight: bold;
  text-align: center;
  font-size: 5vw;
  margin-top: 8%;
}
@media (min-width: 768px) {
  .l-support__list__item h5 {
    font-size: 32px;
    margin-top: 56px;
  }
}
.l-support__list__item table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20%;
}
@media (min-width: 768px) {
  .l-support__list__item table {
    margin-top: 80px;
  }
}
.l-support__list__item table th,
.l-support__list__item table td {
  padding: 10px;
  text-align: center;
  font-size: 3.8vw;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .l-support__list__item table th,
.l-support__list__item table td {
    font-size: 100%;
  }
}
.l-support__list__item table th {
  color: white;
  font-weight: bold;
}
.l-support__list__item table th.vision {
  background: linear-gradient(271deg, #EE862A 0.63%, #F3B618 126.23%);
  font-weight: bold;
  position: relative;
  width: 60%;
}
@media (min-width: 768px) {
  .l-support__list__item table th.vision {
    font-size: 28px;
    width: auto;
  }
}
.l-support__list__item table th.vision::before {
  position: absolute;
  content: "";
  background-image: url(../images/support_table_title-icon.png);
  width: 190px;
  height: 68px;
  background-size: 100%;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.l-support__list__item table th:not(.vision) {
  background-color: #777;
}
@media (min-width: 768px) {
  .l-support__list__item table th:not(.vision) {
    font-size: 24px;
  }
}
.l-support__list__item table td {
  border-bottom: 1px solid #D8D8D8;
}
.l-support__list__item table td.vision {
  background: #FFF9EE;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-support__list__item table td.vision {
    font-size: 20px;
    padding: 18px 0;
  }
}
.l-support__list__item table td:not(.vision) {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .l-support__list__item table td:not(.vision) {
    font-size: 18px;
  }
}
.l-support__list__item table tr *:nth-child(1) {
  border-left: 6px solid #F2AC1B;
  border-right: 6px solid #EE852A;
}
.l-support__list__item table tr:last-child *:nth-child(1) {
  border-bottom: 6px solid #EE862A;
}
@media (min-width: 768px) {
  .l-support__list__item.coulum {
    width: calc(33.3333333333% - 22px);
    padding: 20px;
  }
}
.l-support__list__item.coulum figure {
  padding: 12px;
}
.l-support__list__item.coulum h3 {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .l-support__list__item.coulum h3 {
    font-size: 22px;
  }
}
.l-support__list__item.coulum p {
  margin-top: 12px;
}
.l-support__list__item.coulum p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F1E40E 60%);
}

.price-area__ttl-price {
  margin: 40px auto;
}
@media (min-width: 768px) {
  .price-area__ttl-price {
    margin: 100px auto 40px;
  }
}
.price-area__price-content {
  margin-bottom: 60px;
}

.l-price__inner {
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-price__inner {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.l-price .o-content-title::after {
  background-image: url(../images/price_title-icon.svg);
  background-size: 100%;
  width: 35px;
  height: 40px;
  top: 0px;
  bottom: 0;
  right: -35%;
}
@media (min-width: 768px) {
  .l-price .o-content-title::after {
    width: 57px;
    height: 65px;
    top: 0px;
    bottom: 0;
    right: -70px;
    margin: auto;
  }
}
.l-price__list__box {
  margin-top: 8%;
  text-align: center;
}
@media (min-width: 768px) {
  .l-price__list__box {
    margin-top: 40px;
  }
}
.l-price__list__box h3 {
  font-size: 4.5vw;
}
@media (min-width: 768px) {
  .l-price__list__box h3 {
    font-size: 32px;
    text-align: left;
  }
}
.l-price__list__box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 14%;
  border: 1px solid #dadada;
}
@media (min-width: 768px) {
  .l-price__list__box table {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .l-price__list__box table:last-child {
    margin-bottom: 40px;
  }
}
.l-price__list__box table th {
  padding: 10px;
  text-align: center;
  width: auto;
  vertical-align: middle;
}
.l-price__list__box table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .l-price__list__box table td strong {
    font-size: 32px;
  }
}
.l-price__list__box table td small {
  display: inline;
  border: unset !important;
  font-size: 2.2vw;
}
@media (min-width: 768px) {
  .l-price__list__box table td small {
    font-size: 14px;
  }
}
.l-price__list__box table th {
  color: white;
  font-weight: bold;
  vertical-align: middle;
  background: #777;
}
.l-price__list__box table th.vision {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  font-weight: bold;
  position: relative;
  width: 40%;
}
@media (min-width: 768px) {
  .l-price__list__box table th.vision {
    font-size: 28px;
    width: 38%;
  }
}
.l-price__list__box table th.vision span {
  display: block;
}
@media (min-width: 768px) {
  .l-price__list__box table th.vision span {
    font-size: 16px;
  }
}
.l-price__list__box table th.vision:before {
  content: "";
  position: absolute;
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
  top: -10px;
  width: calc(100% + 20px);
  height: 10px;
  left: -10px;
}
.l-price__list__box table th.vision::after {
  position: absolute;
  content: "";
  background-image: url(../images/price_table_title-icon.png);
  width: 155px;
  height: 50px;
  background-size: 100%;
  top: -50px;
  right: -15%;
  margin: auto;
}
@media (min-width: 768px) {
  .l-price__list__box table th.vision::after {
    width: 190px;
    height: 60px;
    right: 0;
    left: 0;
  }
}
.l-price__list__box table th.white {
  border: 1px solid #dadada;
  background: #fff9ee;
  color: #353535;
}
@media (min-width: 768px) {
  .l-price__list__box table th.white {
    width: 38%;
  }
}
.l-price__list__box table td {
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-price__list__box table td {
    font-size: 100%;
  }
}
.l-price__list__box table td.vision {
  background: #fff9ee;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .l-price__list__box table td.vision {
    font-size: 20px;
    padding: 18px 0;
  }
}
.l-price__list__box table td.vision .color {
  font-size: 4vw;
  color: #e47920;
}
@media (min-width: 768px) {
  .l-price__list__box table td.vision .color {
    font-size: 100%;
  }
}
.l-price__list__box table td.white {
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .l-price__list__box table td.white {
    font-size: 18px;
  }
}
.l-price__list__box table tr *:nth-child(2) {
  border-left: 10px solid #f2ac1b;
  border-right: 10px solid #ee852a;
}
.l-price__list__box table tr:last-child *:nth-child(2) {
  border-bottom: 10px solid #ee862a;
}
.l-price .info-meta {
  margin-top: 6%;
}
@media (min-width: 768px) {
  .l-price .info-meta {
    margin-top: 12px;
  }
}
.l-price .info-meta p {
  margin-top: 2%;
  display: flex;
}
@media (min-width: 768px) {
  .l-price .info-meta p {
    margin-top: 8px;
  }
}

.l-questions__inner {
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .l-questions__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-questions .o-content-title::after {
  background-image: url(../images/questions_title-icon.svg);
  width: 45px;
  height: 35px;
  bottom: 25%;
  right: -37%;
}
@media (min-width: 768px) {
  .l-questions .o-content-title::after {
    width: 57px;
    height: 46px;
    top: 0px;
    bottom: 0;
    right: -70px;
    margin: auto;
  }
}
.l-questions__list {
  display: flex;
  flex-direction: column;
  margin-top: 8%;
  gap: 24px;
}
@media (min-width: 768px) {
  .l-questions__list {
    gap: 40px;
    margin-top: 40px;
  }
}
.l-questions__list__item {
  text-align: justify;
}
.l-questions__list__item dl {
  border: 2px solid #e47920;
}
.l-questions__list__item dl dt,
.l-questions__list__item dl dd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}
.l-questions__list__item dl dt span,
.l-questions__list__item dl dd span {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1;
}
.l-questions__list__item dl dt {
  background-color: #e47920;
  color: #fff;
  font-weight: bold;
  font-size: 3.5vw;
}
@media (min-width: 768px) {
  .l-questions__list__item dl dt {
    font-size: 20px;
  }
}
.l-questions__list__item dl dt span:nth-child(1) {
  background-color: #fff;
  color: #e47920;
}
.l-questions__list__item dl dt p {
  flex: 1;
}
.l-questions__list__item dl dd span {
  background-color: #e47920;
  color: #fff;
}
.l-questions__list__item dl dd p {
  flex: 1;
}

.l-company__inner {
  padding-bottom: 8%;
  padding-top: 8%;
}
@media (min-width: 768px) {
  .l-company__inner {
    padding-top: 0;
    padding-bottom: 80px;
    max-width: 1000px;
  }
}
.l-company .o-content-title::after {
  background-image: url(../images/company_title-icon.svg);
  width: 24px;
  height: 34px;
  bottom: 7%;
  right: -40px;
}
@media (min-width: 768px) {
  .l-company .o-content-title::after {
    width: 30px;
    height: 44px;
    top: 10px;
    bottom: 0;
    margin: auto;
  }
}
.l-company table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dadada;
  margin-top: 8%;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .l-company table {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
.l-company table th,
.l-company table td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.l-company table th {
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-company table th {
    padding: 40px 10px;
    width: 260px;
  }
}
@media (min-width: 768px) {
  .l-company table td {
    padding: 40px 10px;
  }
}
.l-company table td a {
  display: block;
  text-decoration: underline;
}
.l-company .iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.l-company .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-company__office-name {
  text-align: left;
  font-size: 1rem;
  margin: 40px 0 10px;
}
.l-company__greeting {
  padding-bottom: 60px;
}
.l-company__greeting h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-company__greeting h3 {
    margin-bottom: 40px;
  }
}
.l-company__greeting__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-company__greeting__container__img-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-company__greeting__container__img-set__img {
  margin-bottom: 20px;
}
.l-company__greeting__container__img-set__profile {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-company__greeting__container {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
}
.l-company__greeting__container__msg {
  text-align: justify;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .l-company__greeting__container__msg {
    flex-basis: 60%;
    padding: 0;
  }
}

.cloud-support-area {
  margin: 40px auto 60px;
}
@media (min-width: 768px) {
  .cloud-support-area {
    margin: 100px auto;
  }
}
.cloud-support-area__ttl, .cloud-support-area__ttl__sub1, .cloud-support-area__ttl__sub2, .cloud-support-area__content2, .cloud-support-area__content6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cloud-support-area__ttl, .cloud-support-area__ttl__sub1, .cloud-support-area__ttl__sub2, .cloud-support-area__content2, .cloud-support-area__content6 {
    margin-bottom: 60px;
  }
}
.cloud-support-area__content1, .cloud-support-area__content5, .cloud-support-area__arrow {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cloud-support-area__content1, .cloud-support-area__content5, .cloud-support-area__arrow {
    margin-bottom: 40px;
  }
}
.cloud-support-area__content3, .cloud-support-area__content4 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cloud-support-area__content3, .cloud-support-area__content4 {
    margin-bottom: 80px;
  }
}
.cloud-support-area__content2, .cloud-support-area__content6 {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.cloud-support-area__content2 img, .cloud-support-area__content6 img {
  width: 200%;
  max-width: 200%;
  display: block;
}
@media (min-width: 768px) {
  .cloud-support-area__content2 img, .cloud-support-area__content6 img {
    width: 100%;
    max-width: 100%;
  }
}
.cloud-support-area__content2 {
  padding: 0 0 20px 0;
}
.cloud-support-area__content6 {
  padding: 0 20px 20px 20px;
}
.cloud-support-area__msg {
  text-align: right;
  padding-right: 10px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.br-sp-only {
  display: block;
}
@media (min-width: 768px) {
  .br-sp-only {
    display: none;
  }
}

.financing-support-area {
  margin: 40px auto 60px;
}
@media (min-width: 768px) {
  .financing-support-area {
    margin: 100px auto;
  }
}
.financing-support-area__ttl__sub {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .financing-support-area__ttl__sub {
    margin-bottom: 60px;
  }
}
.financing-support-area__ttl, .financing-support-area__content1, .financing-support-area__content4 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .financing-support-area__ttl, .financing-support-area__content1, .financing-support-area__content4 {
    margin-bottom: 80px;
  }
}
.financing-support-area__content3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .financing-support-area__content3 {
    margin-bottom: 80px;
  }
}
.financing-support-area__content2, .financing-support-area__content5 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .financing-support-area__content2, .financing-support-area__content5 {
    margin-bottom: 120px;
  }
}
.financing-support-area__btn-financing-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #f18500;
  margin: 0 auto 40px auto;
  padding: 10px 40px;
  border-radius: 200px;
  cursor: pointer;
  transition: background-color 0.3s;
  outline: none;
}
@media (min-width: 768px) {
  .financing-support-area__btn-financing-price {
    font-size: 2rem;
    padding: 10px 60px;
    border-radius: 100px;
  }
}
.financing-support-area__btn-financing-price:hover {
  background-color: #f18500;
}
.financing-support-area__btn-financing-price .btn-arrow {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.financing-support-area__content6 {
  margin-bottom: 60px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.financing-support-area__content6 img {
  margin-bottom: 0;
  width: 1200px;
  margin-top: 10px;
  display: block;
}
@media (min-width: 768px) {
  .financing-support-area__content6 img {
    margin-bottom: 80px;
  }
}

.flow-area {
  padding-top: 80px;
}
.flow-area__content {
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .flow-area__content {
    padding-top: 40px;
    width: 90%;
  }
}
.flow-area__content img {
  width: 200%;
  max-width: 200%;
  display: block;
}
@media (min-width: 768px) {
  .flow-area__content img {
    width: 100%;
    max-width: 100%;
  }
}
.flow-area__msg {
  text-align: right;
  padding-right: 10px;
  font-size: 0.8rem;
  margin: 10px 0 0 0;
}

.l-voice {
  background: #fff9ee;
  padding-top: 12%;
  padding-bottom: 4%;
}
@media (min-width: 768px) {
  .l-voice {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.l-voice .o-content-subtitle {
  font-size: 1.6rem;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .l-voice .o-content-subtitle {
    font-size: 2rem;
  }
}
.l-voice .o-voice-title::after {
  background-image: url(../images/case_title-icon.svg);
  width: 40px;
  height: 50px;
  top: -32px;
  bottom: 0;
  right: -56px;
}
@media (min-width: 768px) {
  .l-voice .o-voice-title::after {
    width: 51px;
    height: 60px;
    top: 0px;
    bottom: 0;
    right: -60px;
    margin: auto;
  }
}
.l-voice .carousel-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-voice .carousel-wrapper {
  overflow: hidden;
  /* width: 100%; */
}
.l-voice .carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .l-voice .carousel {
    gap: 16px;
  }
}
.l-voice .carousel::-webkit-scrollbar {
  display: none;
}
.l-voice .arrow {
  background: none;
  border: none;
  font-size: 2.4rem;
  color: #666;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
@media (min-width: 768px) {
  .l-voice .arrow {
    font-size: 3rem;
    padding: 0 10px;
  }
}
.l-voice .arrow:hover {
  color: #252525;
}
.l-voice .left {
  float: left;
  margin: 0 10px 20px 0 !important;
}
.l-voice .right {
  float: right;
  margin: 0 0 10px 20px !important;
}
.l-voice .review-card {
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .l-voice .review-card {
    min-width: 400px;
    max-width: 400px;
    padding: 24px;
  }
}
.l-voice .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.l-voice .reviewer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-voice .reviewer-name {
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .l-voice .reviewer-name {
    font-size: 1.2rem;
  }
}
.l-voice .stars {
  color: #fbbc04;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-voice .stars {
    font-size: 1.2rem;
  }
}
.l-voice .message {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}
@media (min-width: 768px) {
  .l-voice .message {
    font-size: 1.2rem;
  }
}

.cta-area {
  position: relative;
}
.cta-area__mailbtn {
  position: absolute;
  width: 90%;
  top: 67%;
  left: 5%;
}
@media (min-width: 768px) {
  .cta-area__mailbtn {
    width: 40%;
    top: 63%;
    left: 50%;
  }
}
.cta-area__linebtn {
  position: absolute;
  width: 90%;
  top: 27%;
  left: 5%;
  -webkit-animation: anime1 0.8s ease 0s infinite alternate;
          animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin: center;
}
@media (min-width: 768px) {
  .cta-area__linebtn {
    width: 40%;
    top: 45%;
    left: 30%;
  }
}
@-webkit-keyframes anime1 {
  from {
    transform: scale(95%, 95%);
  }
  to {
    transform: scale(100%, 100%);
  }
}
@keyframes anime1 {
  from {
    transform: scale(95%, 95%);
  }
  to {
    transform: scale(100%, 100%);
  }
}
.cta-area__telbtn {
  position: absolute;
  width: 90%;
  top: 47%;
  left: 5%;
}

.mt40-80 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mt40-80 {
    margin-top: 80px;
  }
}

.o-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .o-cta {
    flex-direction: row;
  }
}
.o-cta__inner {
  position: relative;
  background: linear-gradient(270deg, #ef872b 0%, #f3b618 100%);
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  .o-cta__inner {
    padding-bottom: 0;
    flex-direction: row;
  }
}
.o-cta__telbtn a, .o-cta__mailbtn a, .o-cta__linebtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.o-cta__linebtn {
  background: linear-gradient(90deg, #009245 0%, #06c755 100%);
}
.o-cta__telbtn {
  background: linear-gradient(90deg, #0058bc 0%, #3f7df5 100%);
}
.o-cta__mailbtn {
  background: var(--2, linear-gradient(90deg, #af1e23 0%, #e95513 100%));
}
.o-cta figure {
  width: 33%;
  margin-top: 8%;
  position: absolute;
  content: "";
  top: -44px;
  z-index: 0;
}
@media (min-width: 768px) {
  .o-cta figure {
    position: relative;
    width: 400px;
    margin-top: auto;
    top: auto;
  }
}
.o-cta .toptext {
  content: "";
  position: absolute;
  color: #fff;
  opacity: 0.1;
  font-weight: 500;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 66px;
}
@media (min-width: 768px) {
  .o-cta .toptext {
    font-size: 120px;
  }
}
.o-cta__content {
  padding-top: 8%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-cta__content {
    padding-top: 32px;
  }
}
.o-cta__content h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(83, 47, 1, 0.35);
  font-weight: bold;
  position: relative;
  font-size: 7vw;
  text-align: left;
  line-height: 1.4;
  padding-left: 32%;
}
@media (min-width: 768px) {
  .o-cta__content h2 {
    padding-left: 120px;
    padding-top: 20px;
    font-size: 44px;
  }
}
.o-cta__content h2 span {
  color: #f1e40e;
  display: block;
}
@media (min-width: 768px) {
  .o-cta__content h2 span {
    display: inline;
  }
}
.o-cta__content h2 span.small {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .o-cta__content h2 span.small {
    font-size: 24px;
  }
}
.o-cta__content h2::before {
  content: "";
  position: absolute;
  background-image: url(../images/cta_label_title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  top: -7vw;
  right: 8vw;
  width: 17vw;
}
@media (min-width: 768px) {
  .o-cta__content h2::before {
    top: -5px;
    right: auto;
    left: 0;
    width: 120px;
    height: 130px;
  }
}
.o-cta__content__area {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(83, 47, 1, 0.35);
  padding: 4%;
  gap: 24px;
  margin-top: 0%;
}
@media (min-width: 768px) {
  .o-cta__content__area {
    flex-direction: row;
    margin-top: 64px;
    gap: 48px;
    padding: 20px 20px;
  }
}
.o-cta__content__area .o-cta__telbtn {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(83, 47, 1, 0.35);
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .o-cta__content__area .o-cta__telbtn {
    box-shadow: none;
    width: auto;
    padding: 0;
  }
}
.o-cta__content__area .o-cta__telbtn a {
  padding: 4% 0;
  display: inline-block;
}
.o-cta__content__area .o-cta__mailbtn {
  width: 100%;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .o-cta__content__area .o-cta__mailbtn {
    width: 300px;
    height: 70px;
    font-size: 24px;
    font-weight: normal;
  }
}
.o-cta__content__area .o-cta__mailbtn a {
  display: inline-block;
  padding: 5% 0;
}
.o-cta__content__area .boder {
  height: 1px;
  width: 100%;
  background: #b8b8b8;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .o-cta__content__area .boder {
    width: 1px;
    height: 120px;
  }
}
.o-cta a {
  color: #ffffff;
  font-weight: bold;
}
.o-cta.topbtm {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .o-cta.topbtm {
    margin-top: -170px;
    padding-bottom: 80px;
  }
}
.o-cta.right .o-cta__inner {
  flex-direction: column;
}
@media (min-width: 768px) {
  .o-cta.right .o-cta__inner {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.o-cta.right .o-cta__inner .toptext {
  left: 0;
  right: unset;
}

@media (min-width: 768px) {
  section + .o-cta {
    margin-top: 80px;
  }
}

.o-fix-cta {
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0%;
  z-index: 10;
}
.o-fix-cta ul {
  display: flex;
}
.o-fix-cta ul li {
  width: 33.3333333333%;
}
.o-fix-cta ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8% 0;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.o-fix-cta ul li a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 12%;
  top: 0%;
  bottom: 0;
  margin: auto;
}
.o-fix-cta ul li.tel a {
  background: linear-gradient(90deg, #0058bc 0%, #3f7df5 100%);
}
.o-fix-cta ul li.mail a {
  background: linear-gradient(90deg, #af1e23 0%, #e95513 100%);
}
.o-fix-cta ul li.price a {
  background: linear-gradient(271deg, #ee862a 0.63%, #f3b618 126.23%);
}
.o-fix-cta ul li.line a {
  background: linear-gradient(90deg, #009245 0%, #06c755 100%);
}
@media (min-width: 768px) {
  .o-fix-cta {
    display: none;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #fff;
  max-width: 1280px;
  width: 100%;
}

.o-content-title {
  position: relative;
  color: #353535;
  text-align: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .o-content-title {
    font-size: 32px;
  }
}
.o-content-title span {
  color: #E47920;
  background-image: linear-gradient(to right, #E47920 15px, transparent 15px);
  background-size: 32px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 7vw;
  display: block;
  margin-top: -2%;
}
@media (min-width: 768px) {
  .o-content-title span {
    display: inline;
    font-size: 48px;
    margin-top: 0;
  }
}
.o-content-title span.block {
  display: block;
}
.o-content-title::after {
  position: absolute;
  content: "";
  background-size: 100%;
  right: 0;
}

.l-top .l-footer {
  padding: 4% 0 14%;
}
@media (min-width: 768px) {
  .l-top .l-footer {
    margin-top: 80px;
    padding: 4% 0;
  }
}

#contact .o-content-title::after {
  display: none;
}
#contact .l-service__group__main-copy + p {
  margin-top: 12px;
}

.p-contact__inner {
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .p-contact__inner {
    padding-bottom: 0;
    max-width: 900px;
    margin: 0 auto;
  }
}
.p-contact .contact-form {
  width: 100%;
}
.p-contact .contact-form .contact-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.p-contact .contact-form .contact-table th,
.p-contact .contact-form .contact-table td {
  vertical-align: top;
  display: block;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .p-contact .contact-form .contact-table th,
.p-contact .contact-form .contact-table td {
    padding-bottom: 36px;
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .p-contact .contact-form .contact-table th {
    width: 30%;
    text-align: left;
    font-weight: bold;
  }
}
.p-contact .contact-form .contact-table th label {
  display: flex;
}
.p-contact .contact-form .contact-table th label span {
  color: #fff;
  background: #e47920;
  border-radius: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1px 5px 2px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .p-contact .contact-form .contact-table th label span {
    font-size: 12px;
    display: inline-block;
    margin-top: 3px;
  }
}
.p-contact .contact-form .contact-table th label span.nini {
  background: #eee;
  color: #333;
}
.p-contact .contact-form .contact-table th label strong em {
  display: inline;
  font-style: normal;
}
@media (min-width: 768px) {
  .p-contact .contact-form .contact-table th label strong em {
    display: block;
  }
}
.p-contact .contact-form .contact-table td {
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .p-contact .contact-form .contact-table td {
    width: 70%;
    padding-bottom: 36px;
  }
}
.p-contact .contact-form .contact-table input[type=text],
.p-contact .contact-form .contact-table input[type=email],
.p-contact .contact-form .contact-table textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #323333;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
.p-contact .contact-form .contact-table textarea {
  height: 100px;
  resize: vertical;
}
.p-contact .contact-form .contact-table .checkbox-group label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
}
.p-contact .contact-form .contact-table .checkbox-group label:hover {
  cursor: pointer;
}
.p-contact .contact-form .contact-table .checkbox-group label input[type=checkbox] {
  display: none;
}
.p-contact .contact-form .contact-table .checkbox-group label span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.p-contact .contact-form .contact-table .checkbox-group label span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  border: solid 1px #323333;
  border-radius: 2px;
  background-color: #fff;
}
.p-contact .contact-form .contact-table .checkbox-group label span:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.p-contact .contact-form .contact-table .checkbox-group label input[type=checkbox]:checked + span:before {
  background-color: #e47920;
  border: solid 1px #e47920;
}
.p-contact .contact-form .contact-table .checkbox-group label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.p-contact .contact-form .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.p-contact .contact-form .form-group label {
  font-weight: bold;
}
.p-contact .contact-form .form-group label input[type=checkbox] {
  display: none;
}
.p-contact .contact-form .form-group label span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.p-contact .contact-form .form-group label span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  border: solid 1px #323333;
  border-radius: 2px;
  background-color: #fff;
}
.p-contact .contact-form .form-group label span:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.p-contact .contact-form .form-group label input[type=checkbox]:checked + span:before {
  background-color: #e47920;
  border: solid 1px #e47920;
}
.p-contact .contact-form .form-group label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.p-contact .contact-form .form-group label .req {
  color: #fff;
  background: #e47920;
  border-radius: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  padding: 1px 5px 2px;
}
.p-contact .contact-form .form-group label .req:before, .p-contact .contact-form .form-group label .req:after {
  content: none;
}
.p-contact .contact-form .form-group a {
  color: #016dd2;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.p-contact .contact-form .submit-button {
  position: relative;
  background-color: #f48024;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  width: 100%;
  border: 2px solid #e47920;
}
.p-contact .contact-form .submit-button:hover {
  background-color: #d26a1b;
}
@media (min-width: 768px) {
  .p-contact .contact-form .submit-button {
    font-size: 20px;
    width: 360px;
  }
}
.p-contact .contact-form .submit-button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
}
.p-contact__tel-img {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  .p-contact__tel-img {
    margin-top: 40px;
    width: auto;
  }
}

#thanks {
  padding-bottom: 0;
}
#thanks .o-content-title::after {
  display: none;
}
#thanks .o-content-title span {
  background: none;
}
#thanks .l-service__group__main-copy + p {
  margin-top: 12px;
}

.p-thanks__inner {
  padding-bottom: 8%;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__inner {
    padding-bottom: 0;
    max-width: 900px;
    margin: 0 auto;
  }
}
.p-thanks figure {
  margin: auto;
  width: 70%;
}
@media (min-width: 768px) {
  .p-thanks figure {
    width: 500px;
  }
}
.p-thanks p {
  text-align: center;
  margin-bottom: 24px;
}
.p-thanks .top-button {
  position: relative;
  background-color: #f48024;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  width: 100%;
  margin: auto;
  border: 2px solid #E47920;
}
.p-thanks .top-button:hover {
  background-color: #d26a1b;
}
@media (min-width: 768px) {
  .p-thanks .top-button {
    font-size: 20px;
    width: 360px;
  }
}
.p-thanks .top-button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
}
.p-thanks .top-button a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */