@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap");
/*------------------------------------------
  Style Reset
------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="submit"],
select,
textarea {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 16px;
  outline-style: none;
}

/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Kiwi Maru", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  line-height: 1.8;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.nunito {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.main-content {
  background: #fff;
}

.disp-pc {
  display: block;
}
.disp-sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

/*------------------------------------------
	Common
------------------------------------------*/
/* Inner 01 */
.inner-type01 {
  max-width: 1846px;
  width: 95%;
  margin: auto;
}
/* Inner 02 */
.inner-type02 {
  max-width: 1600px;
  width: 95%;
  margin: auto;
}

/* Title01 */
.m-title01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.m-title01 .jp {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.m-title01 .en {
  font-size: 22px;
  font-weight: 600;
  color: #adadad;
}
@media only screen and (max-width: 1024px) {
  .m-title01 .jp {
    font-size: 36px;
  }
  .m-title01 .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .m-title01 .jp {
    font-size: 20px;
  }
  .m-title01 .en {
    font-size: 14px;
  }
}

/*------------------------------------------
	Header
------------------------------------------*/
.cmn-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 30px 0;
  transition: 0.3s;
}
.cmn-header.changed {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
  transition: all 0.5s 0s ease;
}
.cmn-header .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cmn-header .logo {
  max-width: 360px;
}
.cmn-header .logo .sp {
  display: none;
}
.cmn-header .btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
.cmn-header .btn a {
  border-radius: 21px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px;
  gap: 0 10px;
}
.cmn-header .btn .tel {
  width: 198px;
  color: #fff;
}
.cmn-header .btn .tel:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(../images/common/icon_phone_white.svg) no-repeat center /
    cover;
}
.cmn-header .btn .tel .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px 0;
  line-height: 1;
}
.cmn-header .btn .tel .txt {
  font-size: 10px;
}
.cmn-header .btn .tel .num {
  font-size: 20px;
  font-weight: 500;
}
.cmn-header .btn .contact {
  background: #fff;
  color: #000;
  width: 180px;
}
.cmn-header .btn .contact:before {
  content: "";
  width: 19px;
  height: 14px;
  display: block;
  background: url(../images/common/icon_mail.svg) no-repeat center / cover;
}
@media only screen and (max-width: 1024px) {
  .cmn-header {
    padding: 10px 0;
  }
  .cmn-header .logo .pc {
    display: none;
  }
  .cmn-header .logo .sp {
    display: block;
  }
  .cmn-header .btn {
    flex-direction: column;
    gap: 5px 0;
  }
  .cmn-header .btn a {
    height: 35px;
  }
  .cmn-header .btn .tel {
    width: 170px;
    text-align: center;
  }
  .cmn-header .btn .tel:before {
    content: none;
  }
  .cmn-header .btn .tel .num {
    font-size: 16px;
  }
  .cmn-header .btn .contact {
    font-size: 14px;
    width: 170px;
  }
}

/*------------------------------------------
	Footer
------------------------------------------*/
.cmn-footer {
  background: #252525;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .cmn-footer {
    font-size: 10px;
    height: 170px;
  }
}
.footer__bot-logo {
  margin-bottom: 10px;
  max-width: 98px;
  width: 100%;
}
.footer__top {
  padding: 30px 15px 70px;
  background: #fff;
}
.footer__logos {
  justify-content: center;
  margin: -10px -50px;
}
.footer__logos.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__logos-item {
  padding: 10px 50px;
}
.footer__logos .imgLogo {
  position: relative;
}
.footer__logos .imgLogo canvas {
  background: transparent;
}
.footer__logos .imgLogo__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------
	First View
------------------------------------------*/
.first-view {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
}
.first-view .video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.first-view .video-area:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.first-view .video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 600px) {
  .first-view .video {
    min-height: 150%;
  }
}
.first-view .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 2;
}
.first-view .catch01 h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  font-family: "Helvetica";
}
.first-view .catch01 h3 {
  font-size: 50px;
}
.first-view .catch02 {
  margin: 2rem 0 5rem;
}
.first-view .catch02 p {
  font-size: 22px;
}
.first-view .catch02 ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.first-view .catch02 li {
  border: 1px solid #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.first-view .catch02 li .left {
  background: #fff;
  color: #000;
  height: 36px;
  line-height: 36px;
  padding: 0 1rem;
}
.first-view .catch02 li .right {
  font-size: 22px;
  height: 36px;
  line-height: 34px;
  padding: 0 2rem;
}
.first-view .tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.first-view .tag .btn,
.first-view .tag .btn a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.first-view .tag .btn {
  gap: 0 50px;
}
.first-view .tag .btn a {
  color: #fff;
  font-size: 20px;
  gap: 0 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  transition: 0.3s;
}
.first-view .tag .btn svg {
  background: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  transition: 0.3s;
}
.first-view .tag .btn a:hover svg {
  background: #000;
  color: #fff;
}
.first-view .tag ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.first-view .tag li {
  font-size: 14px;
  border-radius: 15px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 1.5rem;
  color: #000;
}
@media only screen and (max-height: 650px) {
  .first-view .catch01 h2 {
    font-size: 80px;
  }
  .first-view .catch01 h3 {
    font-size: 30px;
  }
  .first-view .catch02 li .left {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .first-view .catch02 li .right {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
  }
  .first-view .catch02 p {
    font-size: 16px;
  }
  .first-view .tag li {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .first-view .tag {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  .first-view .tag .btn a {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .first-view .catch01 h2 {
    font-size: 80px;
  }
  .first-view .catch01 h3 {
    font-size: 30px;
  }
  .first-view .catch02 li .left {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .first-view .catch02 li .right {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
  }
  .first-view .catch02 p {
    font-size: 16px;
  }
  .first-view .tag ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
  }
  .first-view .tag li {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .first-view .catch01 h2 {
    font-size: 60px;
  }
  .first-view .catch01 h3 {
    font-size: 22px;
  }
  .first-view .catch02 {
    margin: 2rem 0;
  }
  .first-view .tag .btn {
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-start;
  }
  .first-view .tag .btn a {
    font-size: 14px;
  }
}

/*------------------------------------------
	Section About
------------------------------------------*/
.section-about {
  padding: 10rem 0 15rem;
}
.section-about .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
.section-about .flex .img {
  width: 44%;
}
.section-about .flex .img video {
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.section-about .flex .text {
  width: 40.105%;
  margin: auto;
}
.section-about .flex .text h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.section-about .flex .text p {
  margin-bottom: 3rem;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .section-about .flex .text {
    width: 95%;
    order: 1;
  }
  .section-about .flex .img {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .section-about .flex .text h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .section-about {
    padding: 5rem 0 10rem;
  }
  .section-about .flex {
    margin-top: 3rem;
  }
  .section-about .flex .text h3 {
    font-size: 18px;
  }
  .section-about .flex .text p {
    font-size: 14px;
  }
}

/*------------------------------------------
	Section Image
------------------------------------------*/
.section-image {
  margin-bottom: 10rem;
  background: #f5f5f5;
  position: relative;
  padding: 8rem 0 5rem;
}
.section-image .inner {
  max-width: 1342px;
  width: 95%;
  margin: auto;
}
.section-image .title {
  width: 510px;
  height: 84px;
  line-height: 84px;
  color: #fff;
  background: #000;
  border-radius: 42px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  z-index: 2;
  margin: auto;
}
.section-image .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem 0;
}
.section-image .flex .col {
  width: 25%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .section-image .title {
    font-size: 30px;
    width: 450px;
    height: 70px;
    line-height: 70px;
    top: -35px;
  }
  .section-image .flex .col {
    width: 50%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .section-image {
    padding: 5rem 0;
    margin-bottom: 0;
  }
  .section-image .title {
    font-size: 20px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    top: -25px;
  }
  .section-image .flex {
    gap: 1rem 0;
  }
  .section-image .flex .col {
    font-size: 12px;
  }
}

/*------------------------------------------
	Section Point
------------------------------------------*/
.section-point {
  padding: 10rem 0;
}
.section-point .flex {
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
  margin-top: 10rem;
}
.section-point .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-point .item .col {
  width: 50%;
}
.section-point .item .text-inner {
  max-width: 670px;
  width: 90%;
  margin: auto;
}
.section-point .item .text h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.section-point .item .text p {
  line-height: 2;
  font-size: 18px;
}
.section-point .flex > .item:nth-of-type(even) .text {
  order: 1;
}
.section-point .flex > .item:nth-of-type(even) .img {
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .section-point .item .text {
    width: 100%;
    order: 1 !important;
    margin-bottom: 3rem;
  }
  .section-point .item .img {
    width: 100%;
    order: 2 !important;
    text-align: center;
  }
  .section-point .item .text-inner {
    max-width: 100%;
    width: 95%;
  }
  .section-point .item .text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section-point {
    padding: 5rem 0;
  }
  .section-point .flex {
    margin-top: 3rem;
    gap: 5rem 0;
  }
  .section-point .item .text h3 {
    font-size: 20px;
  }
  .section-point .item .text p {
    font-size: 14px;
  }
}

/*------------------------------------------
	Section Strengths
------------------------------------------*/
.section-strengths {
  padding: 10rem 0;
}
.section-strengths .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
}
.section-strengths .col {
  width: 50%;
  background: #f5f5f5;
  position: relative;
  padding: 7rem 0;
}
.section-strengths .left:after {
  content: "";
  width: 537px;
  height: 403px;
  display: block;
  background: url(../images/strengths/strengths_img01@2x.png) no-repeat center /
    cover;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
}
.section-strengths .right:after {
  content: "";
  width: 511px;
  height: 401px;
  display: block;
  background: url(../images/strengths/strengths_img02@2x.png) no-repeat center /
    cover;
  position: absolute;
  right: 0;
  bottom: 8%;
  z-index: 1;
}
.section-strengths .flex-inner {
  max-width: 640px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.section-strengths h4 {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.section-strengths ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.section-strengths ul li {
  position: relative;
  padding-left: 2rem;
}
.section-strengths ul li:before {
  content: "×";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.section-strengths ul li span {
  position: relative;
  padding-bottom: 5px;
}
@keyframes custom01SpanIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.section-strengths ul li.aos-animate span::after {
  animation: custom01SpanIn 1.5s ease-in-out forwards;
}
[data-aos][data-aos-delay="150"] span::after {
  animation-delay: 0.15s !important;
}
[data-aos][data-aos-delay="300"] span::after {
  animation-delay: 0.3s !important;
}
[data-aos][data-aos-delay="450"] span::after {
  animation-delay: 0.45s !important;
}
[data-aos][data-aos-delay="600"] span::after {
  animation-delay: 0.65s !important;
}
.section-strengths ul li span::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #ec091e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-strengths .right {
  background: #333;
  color: #fff;
}
.section-strengths .right ul li:before {
  content: "○";
}
@media only screen and (max-width: 1024px) {
  .section-strengths .col {
    width: 100%;
    padding: 3rem 0;
  }
  .section-strengths .flex-inner {
    max-width: 100%;
    width: 95%;
  }
  .section-strengths h4 {
    font-size: 30px;
  }
  .section-strengths .left:after {
    width: 400px;
    height: 300px;
    right: 1%;
  }
  .section-strengths .right:after {
    width: 385px;
    height: 300px;
    right: 1%;
  }
}
@media only screen and (max-width: 600px) {
  .section-strengths {
    padding: 5rem 0;
  }
  .section-strengths .flex {
    margin-top: 3rem;
  }
  .section-strengths .left:after {
    width: 250px;
    height: 186px;
    top: 10%;
    bottom: auto;
  }
  .section-strengths .right:after {
    width: 250px;
    height: 194px;
    top: 10%;
    bottom: auto;
  }
  .section-strengths ul {
    gap: 10px 0;
  }
}

/*------------------------------------------
	Section Leval
------------------------------------------*/
.section-level {
  padding: 10rem 0 5rem;
  /* margin-bottom: 20rem; */
}
.section-level .slick-dots {
  max-width: 1200px;
  width: 100%;
  height: 145px;
  margin: 5rem auto 1rem;
  border: 5px solid #000;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.section-level .slick-dots li {
  width: 33.333%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  height: 100%;
}
.section-level .slick-dots .abc {
  font-size: 200px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  transition: 0.3s;
}
.section-level .slick-dots .large {
  font-size: 36px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.section-level .slick-dots .small {
  font-size: 18px;
  font-weight: 600;
  color: #696969;
  position: relative;
  z-index: 2;
}
.section-level .slick-dots li.slick-active {
  background: #000;
}
.section-level .slick-dots li.slick-active .abc {
  color: rgba(255, 255, 255, 0.04);
}
.section-level .slick-dots li.slick-active .large {
  color: #fff;
}
.section-level .img-area {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: 205px;
  margin-bottom: -80px !important;
}

/* .section-level .img-area .last{
	padding-top: 65px;
} */
/* .section-level .img-area-wrap {
	overflow-y: scroll;
} */
.section-level .img-area .level-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.section-level .img-area .level-img.is-show {
  position: static;
  opacity: 1;
}
.section-level .slick-dots li {
  cursor: auto;
  cursor: pointer;
}
.section-level .slick-dots li button {
  display: none !important;
}

.section-level .slick-dots {
  bottom: auto;
  top: 0;
  background-color: #fff;
}

.section-level .slick-dots.is-in {
  position: fixed;
  top: 40px;
}

/* .section-level .img-area .slide {
		height: 100vh;
	} */
/* .section-level .img-area .slide {
		opacity: 0;
		height: 0;
	}
	.section-level .img-area .slide.active {
		opacity: 1;
		height: 100%;
	} */
.section-level .slide-con {
  /* display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: max-content; */
  width: fit-content;
  display: flex;
  padding-top: 40px;
  /* height: 80vh; */
  align-items: center;
}
.section-level .img-area .slide {
  width: 100%;
  /* padding-bottom: 10rem; */
  /* width: 750px; */
  /* width: 100vw; */
  height: auto;
  display: none;
}
.section-level .img-area .slide01 {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .section-level .slick-dots {
    height: 80px;
  }
  .section-level .slick-dots li {
    padding-left: 5%;
  }
  .section-level .slick-dots .abc {
    font-size: 100px;
  }
  .section-level .slick-dots .large {
    font-size: 24px;
  }
  .section-level .slick-dots .small {
    font-size: 14px;
  }
  .section-level .img-area {
    padding-top: 150px;
  }
  .section-level .slick-dots.is-in {
    top: 80px;
    width: 94%;
  }
  .section-level .img-area .slide {
    /* padding-top: 10rem; */
    padding-bottom: 0;
  }
  /* .section-level .img-area .last{
		padding-top: 50px;
	} */
}
@media only screen and (max-width: 600px) {
  .section-level .img-area {
    padding-top: 120px;
  }
  .section-level {
    padding: 5rem 0;
  }
  .section-level .slide-con {
    padding-top: 0;
  }
  .section-level .slick-dots {
    margin: 3rem auto 1rem;
  }
  .section-level .slick-dots li {
    padding-left: 3%;
  }
  .section-level .slick-dots .large {
    font-size: 14px;
  }
  .section-level .slick-dots .small {
    font-size: 12px;
  }
  /* .section-level .img-area .last {
		padding-top: 30px;
	} */
}

/*------------------------------------------
	Section Case
------------------------------------------*/
.section-case {
  padding: 10rem 0;
}
.section-case .slider {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
}
.section-case .slider li {
  position: relative;
  margin-right: 40px;
  width: 100%;
}
.section-case .slider video,
.section-case .slider img {
  width: 75.938%;
}
.section-case .slider .text-box {
  max-width: 585px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  padding: 5rem;
}
.section-case .slider .text-box h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.section-case .slider .slick-arrow {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  transition: 0.3s;
}
.section-case .slider .slick-arrow:hover {
  background: #000;
  color: #fff;
}
.section-case .slider .slick-prev {
  position: absolute;
  left: auto;
  right: 80px;
  top: -100px;
}
.section-case .slider .slick-prev:before {
  content: "<";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  line-height: 1;
  color: #000;
  transition: 0.3s;
}
.section-case .slider .slick-next {
  position: absolute;
  right: 0;
  top: -100px;
}
.section-case .slider .slick-next:before {
  content: ">";
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  line-height: 1;
  color: #000;
  transition: 0.3s;
}
.section-case .slider .slick-arrow:hover:before {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .section-case .slider video,
  .section-case .slider img {
    width: 100%;
  }
  .section-case .slider li {
    margin-right: 20px;
    width: 360px;
  }
  .section-case .slider .text-box {
    max-width: 100%;
    position: static;
    transform: none;
    padding: 2rem 1.5rem;
  }
  .section-case .slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .section-case .slider .slick-prev {
    top: -50px;
    right: 70px;
  }
  .section-case .slider .slick-next {
    top: -50px;
  }
  .section-case .slider .slick-prev:before,
  .section-case .slider .slick-next:before {
    top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .section-case {
    padding: 5rem 0;
  }
  .section-case .slider .text-box h3 {
    font-size: 24px;
  }
  .section-case .slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .section-case .slider .slick-prev {
    top: -30px;
    right: 50px;
  }
  .section-case .slider .slick-next {
    top: -30px;
  }
  .section-case .slider .slick-prev:before,
  .section-case .slider .slick-next:before {
    top: 3px;
    font-size: 20px;
  }
  .section-case .slider li {
    margin-right: 20px;
    width: 360px;
  }
}

/*------------------------------------------
	Section Flow
------------------------------------------*/
.section-flow {
  background: #f5f5f5;
  padding: 10rem 0;
}
.section-flow .inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.section-flow .flow-box {
  max-width: 1000px;
  width: 100%;
  margin: 10rem auto 0;
  position: relative;
}
.section-flow .flow-box .box-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  background: #000;
  border-radius: 36px;
  height: 72px;
  line-height: 72px;
  margin: auto;
  position: relative;
}
.section-flow .flow-content {
  background: #fff;
  width: 100%;
  margin-top: 5rem;
  padding: 5rem;
}
.section-flow .flow-content .item {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 5rem;
  position: relative;
}
.section-flow .flow-content .item05 {
  height: 180px;
}
.section-flow .flow-content .item06 {
  margin-bottom: 7rem;
}
.section-flow .flow-content .item10 {
  height: 180px;
}
.section-flow .flow-content .item11 {
  margin-bottom: 7rem;
}
.section-flow .flow-content .item:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: #fff;
  border: 3px solid #6b6b6b;
  position: absolute;
  left: -50px;
  top: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.3s;
}
.section-flow .flow-content .title {
  font-size: 26px;
}
.section-flow .flow-content .hide-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.3s;
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 3rem;
}

.section-flow .flow-box01 .box-title02:after {
  content: "＋";
  color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.section-flow .flow-box01 .box-title02:hover {
  cursor: pointer;
}
.section-flow .flow-content02 {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0 5rem;
}

.section-flow .flow-box02 .flow-content {
  max-width: 1000px;
  width: 90%;
  height: 70vh;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: scroll;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.section-flow .flow-box02 .flow-content.active {
  z-index: 101;
  opacity: 1;
  visibility: visible;
}

.section-flow .flow-box03 .flow-content02.on {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 5rem;
  padding: 5rem;
}

.section-flow .flow-box03 .box-title02:after {
  transition: 0.3s;
}

.section-flow .flow-box03 .box-title02.on::after {
  content: "";
}

#flow-modal-overlay #flow-modal-close {
  width: 40px;
  height: 40px;
  line-height: 31px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  background: #000;
  position: absolute;
  right: 10%;
  top: 10%;
  text-align: center;
}
#flow-modal-overlay #flow-modal-close:hover {
  cursor: pointer;
}
#flow-modal-overlay.active {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1400px) {
  #flow-modal-overlay #flow-modal-close {
    right: 5%;
    top: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-flow .flow-box .box-title {
    font-size: 30px;
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-flow .flow-content {
    padding: 3rem;
  }
  .section-flow .flow-content .item {
    margin: 0 auto 3rem;
  }
  .section-flow .flow-content .item:before {
    left: 0;
  }
  .section-flow .flow-content .title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section-flow {
    padding: 5rem 0;
  }
  .section-flow .flow-box {
    margin: 5rem 0 0;
    width: 100%;
  }
  .section-flow .flow-box .box-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .section-flow .flow-box03 .flow-content02.on,
  .section-flow .flow-content {
    padding: 1rem 1.5rem;
  }
  .section-flow .flow-content .title {
    font-size: 20px;
    padding-left: 20px;
  }
  .section-flow .flow-content .item:before {
    width: 15px;
    height: 15px;
    top: 12px;
  }
  .section-flow .flow-content .hide-content {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 0.5rem;
  }
  .section-flow .flow-content .hide-content img {
    margin: auto;
    width: 50%;
  }
  .section-flow .flow-content .item05,
  .section-flow .flow-content .item10 {
    height: auto;
  }
}

/*------------------------------------------
	Section FAQ
------------------------------------------*/
.section-faq {
  padding: 10rem 0;
}
.section-faq .inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.section-faq .faq {
  margin-top: 5rem;
  border-bottom: 1px solid #d9d9d9;
}
.section-faq .list {
  border-top: 1px solid #d9d9d9;
  padding: 3rem 0;
}
.section-faq .list .q,
.section-faq .list .a {
  padding: 0 8rem;
  position: relative;
}
.section-faq .list .q {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.section-faq .list .q:hover {
  cursor: pointer;
}
.section-faq .list .q:before {
  content: "Q";
  font-size: 40px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  position: absolute;
  left: 3rem;
  top: 0;
  line-height: 1;
}
.section-faq .list .q:after {
  content: "＋";
  position: absolute;
  right: 2rem;
  top: 5px;
  font-weight: 100;
  transition: 0.3s;
}
.section-faq .list .q.js-is-open:after {
  content: "ー";
}
.section-faq .list .a {
  display: none;
  margin-top: 3rem;
  font-size: 14px;
}
.section-faq .list .a:before {
  content: "A";
  font-size: 30px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: #4d4d4d;
  position: absolute;
  left: 3.5rem;
  top: 0;
  line-height: 1;
}
.section-faq .list .a-stay {
  display: block;
}
.section-faq .list .a ol {
  list-style: decimal;
  margin-left: 2rem;
}
@media only screen and (max-width: 1024px) {
  .section-faq .list .q,
  .section-faq .list .a {
    padding: 0 0 0 3.5rem;
  }
  .section-faq .list .q:before {
    font-size: 30px;
    left: 0;
    top: 3px;
  }
  .section-faq .list .a:before {
    font-size: 24px;
    left: 5px;
    top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .section-faq {
    padding: 5rem 0;
  }
  .section-faq .list {
    padding: 2rem 0;
  }
  .section-faq .list .q {
    font-size: 16px;
    padding-right: 40px;
  }
  .section-faq .list .a {
    font-size: 14px;
    margin-top: 1rem;
  }
}

/*------------------------------------------
	Section Contact
------------------------------------------*/
.section-contact {
  background-color: #fff;
}
.section-contact .inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.section-contact .card {
  max-width: 882px;
  width: 95%;
  margin: auto;
}
.section-contact .upper {
  background: #333;
  color: #fff;
  padding: 100px 0 150px;
}
.section-contact .card {
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section-contact .card > div {
  width: 50%;
  text-align: center;
  padding: 3rem 0;
}
.section-contact .card .inline {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section-contact .card .left .large {
  font-size: 24px;
}
.section-contact .card .left .small {
  font-size: 14px;
}
.section-contact .card .right {
  background: #f5f5f5;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.section-contact .card .right:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/common/icon_phone_black.svg) no-repeat center /
    cover;
  position: relative;
  z-index: 2;
  bottom: 12px;
}
.section-contact .card .right:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f5f5f5;
  transform: skewX(20deg);
  position: absolute;
  top: 0;
  left: -27px;
}
.section-contact .card .right .tel {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .section-contact .card > div {
    width: 100%;
    padding: 2rem 0;
  }
  .section-contact .card .right:after {
    content: none;
  }
}
@media only screen and (max-width: 600px) {
  .section-contact .upper {
    padding: 30px 0 100px;
  }
  .section-contact .card .inline {
    text-align: center;
  }
  .section-contact .card .left .large {
    font-size: 20px;
  }
  .section-contact .card .right:before {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
  .section-contact .card .right .tel {
    font-size: 30px;
  }
}

.section-about .flex .img,
.section-point .item .img {
  position: relative;
  overflow: hidden;
}

.section-about .flex .img img,
.section-about .flex .img video,
.section-point .item .img img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.section-about .flex .img.animate img,
.section-about .flex .img.animate video,
.section-point .item .img.animate img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

/*------------------------------------------
	Form
------------------------------------------*/
.section-contact .form {
  padding: 0 0 100px;
  z-index: 1;
}
.section-contact .mktoForm {
  width: 100% !important;
  background: #fff;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .section-contact .mktoForm {
    padding: 40px 20px 0;
  }
}
.section-contact .mktoForm textarea,
.section-contact .mktoForm select,
.section-contact .mktoForm input {
  width: 100% !important;
  margin: 0 !important;
  float: initial;
}
.section-contact .mktoForm .mktoOffset {
  display: none;
}
.section-contact .mktoForm .mktoFieldWrap,
.section-contact .mktoForm .mktoFormCol {
  float: initial;
}
.section-contact .mktoForm .mktoAsterix {
  font-size: 0;
  float: initial;
  line-height: 1;
  padding: 0;
  float: initial;
}
.section-contact .mktoForm .mktoAsterix::before {
  content: "必須";
  background: #d51515;
  color: #fff;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 5px;
  margin-left: 10px;
}
.section-contact .mktoForm .mktoField {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 10px 20px;
  height: 50px !important;
}
.section-contact .mktoForm .mktoFieldWrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-contact .mktoForm .mktoFieldWrap {
    flex-direction: column;
  }
}
.section-contact .mktoForm .mktoFieldWrap label {
  width: 250px !important;
  margin: 0;
  float: initial;
}
@media screen and (max-width: 767px) {
  .section-contact .mktoForm .mktoFieldWrap label {
    width: 100% !important;
    margin: 0 0 20px;
  }
}
.section-contact .mktoForm .mktoFieldWrap select,
.section-contact .mktoForm .mktoFieldWrap textarea,
.section-contact .mktoForm .mktoFieldWrap input {
  flex: 1;
}
.section-contact .mktoForm .mktoLabel {
  display: flex;
  text-align: initial;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 18px;
  font-family: "Kiwi Maru", serif;
  padding: 0;
  font-weight: 500;
}
.section-contact .mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}
.section-contact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.section-contact .mktoForm .mktoButtonRow button {
  background: #000;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  border: 0;
  box-shadow: 0 4px #049b89;
}
.section-contact .mktoForm .mktoButtonRow button:hover {
  font-family: "Kiwi Maru", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
}
.section-contact .mktoFormRow {
  margin: 40px 0 0;
}
.section-contact .mktoFormRow:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 40px;
}
.section-contact .mktoFormRow:nth-child(5) input {
  max-width: 150px;
}
.section-contact .mktoFormRow:nth-child(5) .mktoFieldDescriptor:first-child {
  margin-bottom: 20px !important;
}
.section-contact .mktoFormRow:nth-child(8) .mktoFieldWrap {
  align-items: flex-start;
}
.section-contact .mktoFormRow:nth-child(8) textarea {
  height: 130px !important;
}
.section-contact .mktoFormRow:nth-child(9) {
  margin: 0;
  padding: 0;
  border: 0;
}
.section-contact .mktoFormRow:nth-child(9) .mktoFieldWrap {
  justify-content: center;
}
.section-contact .mktoFormRow:nth-child(9) .mktoHtmlText {
  width: 100% !important;
}
.section-contact .mktoFormRow:nth-child(9) .mktoHtmlText > div {
  text-align: center !important;
}
.section-contact .mktoFormRow:nth-child(9) .mktoHtmlText span {
  font-family: "Kiwi Maru", serif;
  font-size: 14px !important;
}
.section-contact .mktoFormRow:nth-child(9) .mktoHtmlText a {
  color: #00c1aa;
}
.section-contact .mktoFormRow:nth-child(10) {
  margin: 0;
  padding: 0;
  border: 0;
}
.section-contact .mktoFormRow:nth-child(10) .mktoFieldWrap {
  display: block;
}
.section-contact .mktoFormRow:nth-child(10) .mktoAsterix {
  display: none;
}
.section-contact .mktoFormRow:nth-child(10) input {
  max-width: 20px;
  height: 20px !important;
}
.section-contact .mktoFormRow:nth-child(10) .mktoCheckboxList {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-contact .mktoFormRow:nth-child(10) .mktoCheckboxList label {
  margin: 0 0 0 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  width: initial !important;
}

/* bkt */
.bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
  -ms-transform: translateX(71px);
  transform: translateX(71px);
}

@media (max-width: 500px) {
  .bkt {
    width: 46px;
    height: 46px;
    right: 15px;
    bottom: 50px;
    bottom: calc(constant(safe-area-inset-bottom) + 50px);
    bottom: calc(env(safe-area-inset-bottom) + 50px);
  }
}
.bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 10px;
}

.bkt svg path {
  fill: #ffffff;
}

.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.bkt:hover {
  cursor: pointer;
}

/*******************************************************
*
* 9/2 追加CSS
*
*******************************************************/
@media only screen and (max-width: 1024px) {
  .first-view .catch01 h2 {
    font-size: clamp(80px, 130 / 1024 * 100vw, 130px);
  }
}
@media only screen and (max-width: 600px) {
  .first-view .catch01 h2 {
    font-size: clamp(60px, 80 / 600 * 100vw, 80px);
  }
}

@media only screen and (max-width: 1024px) {
  .m-title01 .jp {
    font-size: clamp(36px, 64 / 1024 * 100vw, 64px);
  }
}
@media only screen and (max-width: 600px) {
  .m-title01 .jp {
    font-size: clamp(20px, 36 / 600 * 100vw, 36px);
  }
}

.section-point .item .text h3,
.section-about .flex .text h3 {
  font-size: clamp(30px, 40 / 1800 * 100vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .section-point .item .text h3,
  .section-about .flex .text h3 {
    font-size: clamp(18px, 32 / 600 * 100vw, 32px);
  }
}

.section-about .flex .text .br {
  display: none;
}
@media only screen and (max-width: 1380px) {
  .section-about .flex .text .br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .section-about .flex .text .br {
    display: none;
  }
}

.section-image .flex .col {
  font-size: clamp(16px, 20 / 1280 * 100vw, 20px);
}
@media only screen and (max-width: 600px) {
  .section-image .flex .col {
    font-size: clamp(12px, 16 / 600 * 100vw, 16px);
  }
}

.section-image .flex .col .br {
  display: none;
}
@media only screen and (max-width: 420px) {
  .section-image .flex .col .br {
    display: block;
  }
}
@media only screen and (max-width: 1140px) {
  .section-point .item .text p .br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .section-point .item .text p .br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .section-point .item .text p .br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-flow .text .br {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .section-flow .flow-box .item .br {
    display: none;
  }
  .section-flow .flow-content .hide-content {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .section-case .slider li {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.08);
  }
  .section-case .slider {
    align-items: stretch;
  }
  .section-case .slider .text-box {
    box-shadow: none;
  }
}
.section-case .text-box .br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .section-case .text-box .br {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .section-case .text-box .br02 {
    display: block;
  }
}

.mktoHtmlText {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 840px) {
  .section-contact .mktoFormRow:nth-child(9) .mktoHtmlText > div {
    text-align: left !important;
  }
}
