abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}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:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
@charset "utf-8";

:root {
  --base-blue: #0e1d77;
  --base-orange: #f87d47;
  --base-black: #222222;
  --gradation-from: #3388ff;
  --gradation-to: #b8def5;
  --border-color: #bfbfbf;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 16px */
}

body {
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

p {
  font-size: clamp(1.4rem, 1.455vw, 1.6rem);
}

#app {
  flex: 1;
}

header {
  border-bottom: solid 1px var(--gradation-to);
}

header>div {
  margin: 0 auto;
  height: 100px;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header>div h1 img {
  width: 100%;
}

header>div>a.inquiry {
  width: 180px;
  height: 40px;
  font-size: 1.6rem;
}

main ul {
  margin: 0 0 24px 24px;
}

main ul li {
  font-size: clamp(1.6rem, 1.818vw, 2rem);
  text-align: left;
  line-height: 1.5;
}

main .section-wrap {
  margin: 0 auto;
  padding: 100px 0 120px 0;
  max-width: 1100px;
  height: 100%;
  position: relative;
}

main .description {
  text-align: center;
  line-height: 1.8;
}

main .inquiry {
  padding: 3px 0 0 0;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: var(--base-orange);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 3px #fff;
  border-radius: 10px;
}

main .inquiry:hover {
  background: #eca485;
}

main .solution-partner {
  margin: 0 auto;
  padding: 16px 20px;
  width: 100%;
  max-width: 1100px;
  display: flex;
  background: #fff;
  align-items: center;
  line-height: 1.4;
  color: var(--base-blue);
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

main .solution-partner img {
  width: 150px;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

main .solution-partner p {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

main .heading-layout-1 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  color: var(--base-blue);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

main .heading-layout-1::after {
  content: '';
  margin: 30px auto 40px;
  padding: 0;
  width: 100px;
  height: 2px;
  display: block;
  background-color: var(--base-orange);
}

main .list-layout-1 {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

main .list-box-layout-1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

main .list-box-layout-1 .thumbnail {
  width: 100%;
}

main .list-box-layout-1 .thumbnail img {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

main .list-box-layout-1 .contents {
  padding: 40px;
}

main .list-box-layout-1 .contents h3 {
  padding: 0 0 20px 0;
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  font-weight: bold;
  text-align: center;
  color: var(--base-blue);
  line-height: 1.3;
}

main .list-box-layout-1 .contents p {
  text-align: left;
  line-height: 1.5;
}

main .list-layout-2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

main .list-box-layout-2 {
  padding: 48px 40px 36px;
  display: flex;
  gap: 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  font-size: clamp(1.6rem, 1.818vw, 2rem);
}

main .list-box-layout-2 .thumbnail {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 16px;
  text-align: center;
}

main .list-box-layout-2 .thumbnail img {
  width: 100%;
}

main .list-box-layout-2 h3 {
  padding: 0 0 16px 0;
  font-size: clamp(1.6rem, 1.818vw, 2rem);
  font-weight: bold;
  color: var(--base-blue);
  line-height: 1.3;
  text-align: left;
}

main .list-box-layout-2 .assignment-title {
  color: #b91c1c;
}

main .list-layout-3 {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

main .list-box-layout-3 {
  display: flex;
  background-color: #fff;
  gap: 0;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

main .list-box-layout-3 .thumbnail {
  width: 100%;
}

main .list-box-layout-3 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .list-box-layout-3 .contents {
  padding: 24px;
}

main .list-box-layout-3 .contents h3 {
  padding: 0 0 8px 0;
  font-size: 2rem;
  font-weight: bold;
  color: var(--base-blue);
  line-height: 1.3;
}

main .list-box-layout-3 .contents p {
  line-height: 1.5;
}

main .list-box-layout-3 .contents .detail-link {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

main .link-layout-1 {
  text-decoration: none;
  color: var(--base-blue);
  font-size: clamp(1.4rem, 1.455vw, 1.6rem);
}

main .arrow-layout-1::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}


main .hero-layout {
  padding: 9px 24px 60px;
  background: linear-gradient(to top, #3388ff, #b8def5);
}

main .hero-wrap {
  margin: 0 auto;
  padding: 0 0 32px 0;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main .hero-layout .contents {
  line-height: 1.6;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  font-size: clamp(2.2rem, 2.727vw, 3rem);
  color: #fff;
  font-weight: bold;
}

main .hero-layout .contents .catchcopy span {
  color: var(--base-blue);
}

main .hero-layout .thumbnail {
  max-width: 540px;
}

main .hero-layout .thumbnail img {
  width: 100%;
}

main .what-loftware-is {
  background: url("../images/back_lineimage.png") 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}

main .manga {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

main .manga img {
  width: 100%;
  max-width: 700px;
}

main .what-loftware-is>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}

main .feel-free-to-consult>div>p,
main .things-loftware-can-do>div h2,
main .strength>div h2,
main .is-there-problems>div h2,
main .what-loftware-is>div h2 {
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  color: var(--base-blue);
  font-weight: bold;
  line-height: 1.3;
  text-emphasis: none;
  text-align: center;
}

main .things-loftware-can-do>div>div:nth-child(2),
main .strength>div>div:nth-child(2),
main .is-there-problems>div>div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 40px 0;
}

main .things-loftware-can-do>div>div:nth-child(2)>div,
main .is-there-problems>div>div:nth-child(2)>div,
main .strength>div>div:first-of-type>div {
  width: 100px;
  height: 2px;
  background-color: var(--base-orange);
}

main .what-loftware-is>div>div:last-of-type p {
  font-size: clamp(1.4rem, 1.818vw, 2rem);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
}

main .is-there-problems {
  border: solid 25px var(--border-color);
  padding: 75px 0 150px 0;
  position: relative;
}

main .is-there-problems>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

main .is-there-problems>div h2 {
  color: var(--base-blue);
}

main .is-there-problems>div>div:nth-child(2) {}

main .is-there-problems>div>div:nth-child(3),
main .strength>div>div p {
  line-height: 1.8;
  text-align: center;
}

main .is-there-problems>div>div:nth-child(3) {
  font-size: 2rem;
  margin: 0 0 20px 0;
}

main .is-there-problems>div .example-of-problems {
  display: flex;
  justify-content: center;
  margin: 0 0 60px 0;
}

main .is-there-problems>div>div:nth-child(4).example-of-problems>div:nth-child(2) {
  margin: 0 40px 0;
}

main .is-there-problems>div>div:nth-child(5).example-of-problems>div:nth-child(1) {
  margin: 0 20px 0 0;
}

main .is-there-problems>div>div:nth-child(5).example-of-problems>div:nth-child(2) {
  margin: 0 0 0 20px;
}

main .is-there-problems>div .example-of-problems>div {
  width: calc(33.3% - 26.6px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .is-there-problems>div>div:nth-child(5).example-of-problems>div {
  width: calc(33%);
}

main .is-there-problems>div .example-of-problems>div img {
  width: 200px;
}

main .is-there-problems>div .example-of-problems>div div p {
  font-size: clamp(1.6rem, 1.818vw, 2rem);
  line-height: 1.3;
  text-align: left;
  letter-spacing: 1px;
}

main .is-there-problems>div:last-of-type {
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  font-weight: bold;
  background-color: var(--base-orange);
  color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: calc(100% + 50px);
  left: -26px;
  bottom: 55px;
}

main .things-loftware-can-do {
  background: radial-gradient(circle at center, #b2d2ff, #f2f9fc);
}

main .things-loftware-can-do>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 120px 0;
}

main .things-loftware-can-do>div>div:nth-child(3) {
  font-size: 1.6rem;
  line-height: 1.5;
}

main .things-loftware-can-do>div>div:nth-child(4)>div {
  display: flex;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:not(:last-of-type) {
  justify-content: space-between;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:last-of-type {
  justify-content: center;
}

main .things-loftware-can-do>div>div:nth-child(4)>div {
  margin: 410px 0 0 0;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div {
  width: calc(50% - 25px);
  position: relative;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img {
  width: 80%;
  position: absolute;
  left: 8%;
  top: -185px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img {
  width: 100%;
  max-width: 420px;
  position: absolute;
  left: 90px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(1)>img {
  top: -338px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(2)>img {
  top: -273px;
  left: 61px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(1)>img {
  top: -344px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(2)>img {
  top: -344px;
  left: 39px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(1)>img {
  top: -324px;
  left: 52px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(2)>img {
  top: -392px;
  left: 52px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(4)>div:nth-of-type(1)>img {
  top: -350px;
  left: 52px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img+div {
  background-color: #fff;
  padding: 100px 40px 40px;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img+div,
main .top>div>div:first-of-type>div:last-of-type {
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img+div h3 {
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  font-weight: bold;
  color: var(--base-blue);
  line-height: 1.3;
  padding: 0 0 20px 0;
}

main .things-loftware-can-do>div>div:nth-child(4)>div>div img+div div p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

main .top>div>div:first-of-type>div:last-of-type {
  display: flex;
  background: #fff;
  align-items: center;
  line-height: 1.4;
  color: var(--base-blue);
}

main .top>div>div:first-of-type>div:last-of-type {
  width: 100%;
  max-width: 460px;
  padding: 16px 20px;
  position: relative;
  top: 20px;
}

main .things-loftware-can-do>div>div:nth-child(5) {
  margin: 100px auto 0;
}

main .top>div>div:first-of-type>div:last-of-type div p {
  text-indent: 0%;
  text-align: left;
}

main .top>div>div:first-of-type>div:last-of-type div p {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

main .top>div>div:first-of-type>div:last-of-type img {
  width: 150px;
  box-sizing: border-box;
  padding: 0 20px 0 0;

}

img {
  height: auto;
}

main .propose-solution {
  background: #efefef;
}

main .feel-free-to-consult {
  background: url(../images/back_lineimage.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(136, 205, 246, 0.2);
  padding: 60px 0;
}

main .feel-free-to-consult>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

main .feel-free-to-consult>div>p {
  line-height: 1.5;
}

main .feel-free-to-consult>div>a {
  width: 180px;
  height: 60px;
  font-size: 1.8rem;
  margin: 50px auto 0;
  box-sizing: border-box;
  padding: 1px 0 0 0;
}

main .support {
  padding: 0 0 120px 0;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-blue);
}

footer>div {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #fff;
}

footer>div>p {
  font-size: 1.2rem;
}

.required {
  color: red;
  font-size: 1.1rem;
  display: inline-block;
  border: solid 1px red;
  padding: 2px 4px;
  border-radius: 30px;
}

p {
  font-size: clamp(1.4rem, 1.455vw, 1.6rem);
}

/* 問い合わせフォーム */
.mw_wp_form {
  max-width: 900px;
  margin: 32px auto 32px;
  width: 100%;
  max-width: 700px;
  font-size: clamp(1.4rem, 2.286vw, 1.6rem);
}

.mw_wp_form form p {
  line-height: 1.5;
  padding: 0 8px;
  position: relative;
}

.mw_wp_form form p span {
  line-height: 1;
  position: relative;
  top: -2px;
}

.mw_wp_form form>h2 {
  margin: 20px 0 20px;
  padding: 10px 0 10px 4px;
  border-bottom: solid 3px #333;
  color: #333;
  font-size: 3rem;
}

.mw_wp_form .contact_form_box {
  margin: 32px 0;
}

.mw_wp_form .contact_form_box>dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 10px;
  padding: 0 16px 10px 16px;
  border-bottom: dotted 1px #aaa;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(6)>dd input:first-of-type {
  margin: 0 0 4px 0;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(7)>dd span {
  display: flex;
  align-items: baseline;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(7)>dd span input {
  width: 100px;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(7)>dd span input:nth-of-type(1) {
  margin: 0 5px 0 0;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(7)>dd span input:nth-of-type(2) {
  margin: 0 5px;
}

.mw_wp_form .contact_form_box>dl:nth-of-type(7)>dd span input:nth-of-type(3) {
  margin: 0 0 0 5px;
}

.mw_wp_form .contact_form_box>dl dt {
  min-width: 186px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 5px 0 0;
}

.mw_wp_form .contact_form_box>dl dd {
  width: 70%;
  padding: 0 0 0 20px;
  display: inline-block;
}

.mw_wp_form .contact_form_box>dl dd textarea,
.mw_wp_form .contact_form_box>dl dd select,
.mw_wp_form .contact_form_box>dl dd input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #888;
}

.mw_wp_form .contact_form_box>dl dd textarea,
.mw_wp_form .contact_form_box>dl dd select,
.mw_wp_form .contact_form_box>dl dd input {
  box-sizing: border-box;
  padding: 6px;
}

.mw_wp_form .privacy_policy_box {
  margin: 40px 0 0 0;
}

.mw_wp_form .privacy_policy_box+p {
  display: flex;
  justify-content: space-between;
}

.mw_wp_form .privacy_policy_box+p>input {
  box-sizing: border-box;
}

.mw_wp_form .privacy_policy_box+p>input:first-of-type {
  margin: 0 4px 0 0;
}

.mw_wp_form .privacy_policy_box+p>input:last-of-type {
  margin: 0 0 0 4px;
}

.mw_wp_form .privacy_policy_box>h3 {
  margin: 20px 0 8px;
  border-left: solid 5px #aaa;
  padding: 10px 0 10px 10px;
  border-bottom: dotted 1px #aaa;
}

.mw_wp_form .privacy_policy_box .form {
  margin: 0 auto 20px;
  padding: 10px 20px;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  background: #f1f1f1;
  line-height: 1.3;
  font-size: 1.5rem;
}

.mw_wp_form .privacy_policy_box .form>h4 {
  padding: 20px 0;
  font-size: 1.6rem;
}

.mw_wp_form .privacy_policy_box .form>h4+div {
  padding: 0 0 0 20px;
}

.mw_wp_form .privacy_policy_box .form>h4:first-of-type+div>div>div:first-of-type {
  padding: 0 0 20px 0;
}

.mw_wp_form .privacy_policy_box .form>h4:first-of-type+div>div>div:last-of-type {
  display: flex;
  justify-content: end;
}

.mw_wp_form .privacy_policy_box .form>h4+div>dl {
  padding: 20px 0 0 0;
}

.mw_wp_form .privacy_policy_box .form>h4+div>dl div {
  padding: 8px 0 0 0;
}

.mw_wp_form .privacy_policy_box .form>h4+div>dl div dt span {
  display: inline-block;
  padding: 0 5px 0 0;
}

.mw_wp_form .privacy_policy_box .form>h4+div>dl div dd {
  padding: 0 0 0 20px;
}


.mw_wp_form .privacy_policy_box .form>h4:last-of-type+div>dl>div:nth-of-type(9)>dd:last-of-type {
  padding: 10px 0 0 36px;
  box-sizing: border-box;
}



.mw_wp_form .privacy_policy_box+p input {
  margin: 0 0 10px;
  padding: 10px 0;
  width: 100%;
  background: #FF8F00;
  cursor: pointer;
  font-size: 1.6rem;
  border: 0;
}

.mw_wp_form .privacy_policy_box+p input[name="submitBack"] {
  background: #aaa;
}

.mw_wp_form .privacy_policy_box+p input[name="confirm_button"] {
  background: #FF8F00;
}

.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
  position: relative;
  top: 6px;
}

/* サンクスページ */
.mw_wp_form_mw-wp-form-10146 {}

@media screen and (max-width: 1100px) {

  header>div {
    height: 60px;
    justify-content: center;
    padding: 0 0 10px 0;
  }

  main .section-wrap {
    padding: 40px;
  }

  main .inquiry {
    width: 100%;
  }

  main .solution-partner {
    max-width: none;
    padding: 16px 40px;
    flex-direction: column;
  }

  main .solution-partner img {
    width: 100%;
    max-width: 200px;
    padding: 0 0 20px 0;
  }

  main .list-layout-1 {
    grid-template-columns: 1fr;
  }

  main .list-box-layout-2 {
    flex-direction: column;
  }

  main .list-box-layout-2 .thumbnail {
    max-width: 100%;
  }

  main .list-layout-3 {
    grid-template-columns: 1fr;
  }

  main .hero-wrap {
    padding: 0 0 10px 0;
    max-width: 500px;
    flex-direction: column-reverse;
  }

  main .hero-layout .contents {
    width: 100%;
    gap: 20px;
    top: 0;
  }

  main .hero-layout .thumbnail {
    margin: 0 0 40px 0;
    max-width: none;
    text-align: center;
  }

  main .list-box-layout-3 .thumbnail img {
    min-width: 160px;
    min-height: 160px;
  }

  main .hero-layout .solution-partner {
    max-width: 500px;
  }

  main .is-there-problems {
    border: solid 15px var(--border-color);
    padding: 80px 40px 100px;
  }

  main .is-there-problems>div .example-of-problems>div:nth-child(2) {
    margin: 0;
  }

  main .is-there-problems>div>div:nth-child(5).example-of-problems>div,
  main .is-there-problems>div .example-of-problems>div {
    width: 100%;
  }

  main .is-there-problems>div .example-of-problems {
    padding: 0;
  }

  main .is-there-problems>div .example-of-problems>div div p {
    margin: 20px 0 60px 0;
  }

  main .is-there-problems>div .example-of-problems>div div p strong {
    margin: 0 0 10px 0;
    display: inline-block;
  }

  main .is-there-problems>div .example-of-problems>div {
    align-items: center;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div,
  main .is-there-problems>div .example-of-problems {
    flex-direction: column;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div>div {
    width: 100%;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div>div img {
    width: 50%;
    left: 23%;
    top: -70px;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div>div img+div {
    padding: 48px 40px 36px;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div {
    margin: 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div>div img {
    width: 200px;
    left: 50% !important;
    transform: translate(-50%, -50%)
  }

  main .things-loftware-can-do>div>div:nth-child(3) {
    margin: 0 0 180px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(1)>img+div {
    margin: 0 0 130px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(2)>img+div {
    margin: 0 0 130px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(1)>img+div {
    margin: 0 0 191px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(2)>img+div {
    margin: 0 0 103px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(1)>img+div {
    margin: 0 0 233px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(2)>img+div {
    margin: 0 0 208px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(4)>div:nth-of-type(1)>img+div {
    margin: 0 0 40px 0;
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(1)>img {
    top: -60px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(1)>div:nth-of-type(2)>img {
    top: -37px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(1)>img {
    top: -68px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(2)>div:nth-of-type(2)>img {
    top: -60px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(1)>img {
    top: -60px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(3)>div:nth-of-type(2)>img {
    top: -80px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:nth-of-type(4)>div:nth-of-type(1)>img {
    top: -70px
  }

  main .things-loftware-can-do>div>div:nth-child(4)>div:not(:last-of-type) {
    margin: 75px 0 0 0;
  }

  main .is-there-problems>div:last-of-type {
    min-width: calc(100% + 40px);
  }

  main .is-there-problems>div>div:nth-child(4).example-of-problems>div:nth-child(2),
  main .is-there-problems>div>div:nth-child(5).example-of-problems>div:nth-child(1),
  main .is-there-problems>div>div:nth-child(5).example-of-problems>div:nth-child(2) {
    margin: 0;
  }

  main .is-there-problems>div>div:nth-child(4).example-of-problems>div:nth-child(2) img {
    position: relative;
    left: 21px;
    width: 180px;
  }

  main .is-there-problems>div>div:nth-child(5).example-of-problems>div:nth-child(2) img {
    position: relative;
    left: -12px;
    width: 170px;
  }

  main .what-loftware-is>div {
    padding: 40px;
  }

  main .things-loftware-can-do>div {
    padding: 40px;
  }

  main .support {
    padding: 0 40px 40px 40px;
  }

  main .feel-free-to-consult {
    padding: 40px;
  }
}


@media screen and (max-width: 700px) {

  .mw_wp_form form>h2 {
    margin: 20px 8px 20px;
  }

  .mw_wp_form .privacy_policy_box {
    margin: 0;
    padding: 0 8px;
  }
}

@media screen and (max-width: 600px) {


  .mw_wp_form .contact_form_box>dl {
    align-items: baseline;
    flex-direction: column;
    padding: 0 8px 10px;
  }

  .mw_wp_form .contact_form_box>dl dd {
    width: 100%;
    padding: 6px 0 0 0;
  }

  .mw_wp_form .contact_form_box>dl dt {
    justify-content: left;
    padding: 0;
  }
}


/* =============== */
/* ===== FAQ ===== */
/* =============== */
.loftware .faq {
  padding: 100px 0 120px;
  background: #fff;
}

.loftware .faq>div {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.loftware .faq h2 {
  font-size: clamp(2.4rem, 2.727vw, 3rem);
  color: var(--base-blue);
  font-weight: bold;
  line-height: 1.3;
}

.faq__heading-bar {
  display: flex;
  justify-content: center;
  padding: 30px 0 40px;
}

.faq__heading-bar>div {
  width: 100px;
  height: 2px;
  background-color: var(--base-orange);
}

.faq__list {
  text-align: left;
}

.faq__item {
  border-bottom: 1px solid var(--border-color);
}

.faq__item:first-of-type {
  border-top: 1px solid var(--border-color);
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 16px;
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.faq__question:hover {
  background: #f5f8ff;
}

.faq__q-label,
.faq__a-label {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.faq__q-label {
  background: var(--base-blue);
  color: #fff;
}

.faq__a-label {
  background: var(--base-orange);
  color: #fff;
}

.faq__q-text {
  flex: 1;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: bold;
  color: var(--base-black);
  line-height: 1.6;
}

.faq__arrow {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--base-blue);
  border-bottom: 2px solid var(--base-blue);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
  margin-bottom: 4px;
}

.faq__item.is-open .faq__arrow {
  transform: rotate(-135deg);
  margin-bottom: -4px;
}

.faq__answer {
  display: none;
  gap: 14px;
  padding: 10px 16px 20px;
  margin: 0;

}

.faq__item.is-open .faq__answer {
  display: flex;
  align-items: flex-start;
}

.faq__item .faq__answer>.sample-images {
  display: flex;
  flex-direction: column;
}

.faq__item .faq__answer>.sample-images figure{
  margin: 30px 0 0 0;
}
.faq__item .faq__answer>.sample-images figure img{
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #eee;
}

.faq__item .faq__answer>.sample-images figure figcaption{
  font-size: clamp(1rem, 1.455vw, 1.2rem);
  line-height: 1.8;
  padding: 0;
  font-weight: bold;
}
.faq__item .faq__answer>.sample-images > span{
  margin: 0 0 0px 0;
}
.faq__a-text {
  font-size: clamp(1.4rem, 1.455vw, 1.6rem);
  color: #444;
  line-height: 1.8;
}

.faq__a-text a {
  color: var(--base-blue);
  text-decoration: underline;
}

.faq__a-text a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1100px) {
  .loftware .faq {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 600px) {
  .faq__question .pc {
    display: none;
  }

  .loftware .faq>div {
    max-width: initial;
    padding: initial;
  }
  .loftware .faq {
    padding: 40px 16px;
  }

  .faq__question {
    padding: 16px 8px;
  }

  .faq__answer {
    padding: 6px 8px 16px;
  }
}