/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
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,
strong,
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,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  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,
  strong,
  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,
  input,
  textarea {
    font-size: 2rem;
  }
}

.link {
  color: #FFF;
}
@media screen and (hover: hover) and (min-width: 768px) {
  .link:hover {
    opacity: 1;
  }
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

em {
  color: black;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
  word-break: break-all;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}
.pageTop {
  background-color: #0072C1;
}
.pageTop .wrapper {
  max-width: 97.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pageTop .wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .pageTop .wrapper {
    max-width: 44rem;
  }
}
.pageTop .wrapper .link {
  position: relative;
  display: inline-block;
  padding: 2.25rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .pageTop .wrapper .link {
    width: 11.25rem;
  }
}
@media (max-width: 768px) {
  .pageTop .wrapper .link {
    width: 3.5rem;
    padding: 5.2rem 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
.pageTop .wrapper .link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.05rem;
  width: 0.21rem;
  height: 1.5rem;
  margin: auto;
  background: #FFFFFF;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .pageTop .wrapper .link::before {
    right: 1.5rem;
    width: 0.4rem;
    height: 2.8rem;
  }
}
.pageTop .wrapper .link::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.075rem;
  right: 0.525rem;
  width: 1.05rem;
  height: 1.05rem;
  border-left: 0.225rem solid #FFFFFF;
  border-bottom: 0.225rem solid #FFFFFF;
  bottom: 0;
  margin: auto;
  transform: rotate(-225deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .pageTop .wrapper .link::after {
    top: -0.2rem;
    right: 0.6rem;
    width: 1.8rem;
    height: 1.8rem;
    border-left-width: 0.4rem;
    border-bottom-width: 0.4rem;
  }
}
@media (hover: hover) {
  .pageTop .wrapper .link:hover::before {
    top: -0.75rem;
    height: 2.25rem;
    bottom: 0;
  }
  .pageTop .wrapper .link:hover::after {
    top: -1.8rem;
  }
}
.pageTop.pink {
  background-color: #FFFFFF;
}
.pageTop.pink .link {
  color: #EE7E6F;
}
.pageTop.pink .link::before {
  background: #EE7E6F;
}
.pageTop.pink .link::after {
  border-left-color: #EE7E6F;
  border-bottom-color: #EE7E6F;
}

.sideArea {
  width: 25.5rem;
}
@media (max-width: 768px) {
  .sideArea {
    width: 100%;
  }
}
.sideArea .banner {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 13.35rem;
}
.sideArea .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.sideArea .banner:nth-of-type(2) {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .sideArea .banner:nth-of-type(2) {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .sideArea .banner {
    border-radius: 1rem;
    overflow: hidden;
    height: 20.6rem;
  }
  .sideArea .banner .imgArea {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sideArea .banner:nth-of-type(1) {
    margin-top: 4.6rem;
  }
}
.sideArea .form {
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .sideArea .form {
    margin-top: 3.6rem;
  }
}
.sideArea .form .searchText {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.sideArea .form .searchText .icon {
  width: 1.725rem;
  height: 1.725rem;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
}
.sideArea .form .searchText .icon svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .sideArea .form .searchText .icon {
    width: 2.5rem;
    height: 2.5rem;
    left: auto;
    right: 2rem;
  }
}
.sideArea .form .searchText .keyword {
  color: #000000;
  width: 100%;
  font-size: 1.2rem;
  padding: 1.875rem 0;
  padding-left: 4.875rem;
  outline: none;
}
@media (max-width: 768px) {
  .sideArea .form .searchText .keyword {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    padding-left: 2.8rem;
  }
}
.sideArea .tagArea {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .sideArea .tagArea {
    margin-top: 1.9rem;
  }
}
.sideArea .tagArea .text {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .sideArea .tagArea .text {
    font-size: 2.2rem;
  }
}
.sideArea .tagArea .tagWrapper {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
@media (max-width: 768px) {
  .sideArea .tagArea .tagWrapper {
    margin-top: 1.2rem;
    gap: 1.2rem;
  }
}
.sideArea .tagArea .tagWrapper .tag {
  padding: 0.6rem 1.35rem;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  letter-spacing: 0.025;
  background-color: #ECECEC;
  color: #2F2F2F;
}
@media (max-width: 768px) {
  .sideArea .tagArea .tagWrapper .tag {
    font-size: 1.4rem;
    padding: 0.9rem 1.6rem;
    border-radius: 0.5rem;
  }
}
.sideArea .tagArea .tagWrapper .tag.current {
  background-color: #0C69FA;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .sideArea.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sideArea.sp {
    display: none;
  }
}

.commonTitleArea {
  display: flex;
  max-width: 97.5rem;
  margin: 0 auto;
  padding: 12.15rem 0 4.35rem 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .commonTitleArea {
    max-width: 80rem;
    padding: 4rem 0 2rem 0;
  }
}
@media (max-width: 500px) {
  .commonTitleArea {
    max-width: 44rem;
  }
}
.commonTitleArea .secTitle {
  font-size: 9rem;
  letter-spacing: 0.025em;
  color: #000000;
}
@media (max-width: 768px) {
  .commonTitleArea .secTitle {
    font-size: 5.2rem;
  }
}
.commonTitleArea .secTitle .link {
  font-size: 9rem;
  letter-spacing: 0.025em;
  color: #000000;
}
@media (max-width: 768px) {
  .commonTitleArea .secTitle .link {
    font-size: 5.2rem;
  }
}
.commonTitleArea .secTitle2 {
  font-size: 6rem;
  letter-spacing: 0.025em;
  color: #000000;
  line-height: 1.662;
}
@media (max-width: 768px) {
  .commonTitleArea .secTitle2 {
    font-size: 5.2rem;
  }
}
.commonTitleArea .secTitle2 .span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .commonTitleArea .secTitle2 .span {
    font-size: 3.2rem;
  }
}
.commonTitleArea .viewMore {
  display: flex;
  align-items: center;
}
.commonTitleArea .viewMore .span {
  display: block;
  color: #0072C1;
  margin-right: 3.225rem;
}
@media (max-width: 768px) {
  .commonTitleArea .viewMore .span {
    font-size: 1.2rem;
    margin-right: 1.3rem;
  }
}
.commonTitleArea .viewMore .svg {
  margin-right: 0.1rem;
  width: 4.8rem;
  height: 4.8rem;
}
.commonTitleArea .viewMore .svg svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.commonTitleArea .viewMore .svg rect,
.commonTitleArea .viewMore .svg path {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .commonTitleArea .viewMore .svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (min-width: 768px) {
  .commonTitleArea .viewMore:hover .svg rect {
    fill: #FFFFFF !important;
  }
  .commonTitleArea .viewMore:hover .svg path {
    fill: #0072c1 !important;
  }
}

.commonTopicTitle {
  margin-top: 9rem;
  display: flex;
  align-items: center;
  gap: 1.725rem;
}
@media (max-width: 768px) {
  .commonTopicTitle {
    margin-top: 5.4rem;
    gap: 2.3rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.commonTopicTitle .mark {
  width: 7.35rem;
  height: 7.35rem;
}
.commonTopicTitle .mark svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .commonTopicTitle .mark {
    width: 9.8rem;
    height: 9.8rem;
    display: none;
  }
}
.commonTopicTitle .title {
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  line-height: 1.145;
}
@media (max-width: 768px) {
  .commonTopicTitle .title {
    font-size: 3.1rem;
    line-height: 0.9;
  }
}
.commonTopicTitle .title .span {
  font-size: 2.1rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .commonTopicTitle .title .span {
    font-size: 1.9rem;
    line-height: 0.9;
  }
}
.commonTopicTitle .viewMore {
  display: flex;
  gap: 7.5px;
  align-items: center;
}
@media (min-width: 768px) {
  .commonTopicTitle .viewMore {
    display: none;
  }
}
.commonTopicTitle .viewMore .span {
  font-size: 0.9rem;
  color: #0072C1;
}
@media (max-width: 768px) {
  .commonTopicTitle .viewMore .span {
    font-size: 1.2rem;
  }
}
.commonTopicTitle .viewMore .svg {
  width: 2.55rem;
  height: 2.55rem;
}
.commonTopicTitle .viewMore .svg svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .commonTopicTitle .viewMore .svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.commonTitleArea2 {
  display: flex;
  max-width: 97.5rem;
  margin: 0 auto;
  padding: 12.15rem 0 4.35rem 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .commonTitleArea2 {
    max-width: 80rem;
    padding: 4rem 0 3rem 0;
  }
}
@media (max-width: 500px) {
  .commonTitleArea2 {
    max-width: 44rem;
  }
}
.commonTitleArea2 .secTitle {
  font-size: 6rem;
  letter-spacing: 0.025em;
  color: #000000;
  line-height: 1.662;
}
@media (max-width: 768px) {
  .commonTitleArea2 .secTitle {
    font-size: 5.2rem;
  }
}
.commonTitleArea2 .secTitle .span {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .commonTitleArea2 .secTitle .span {
    font-size: 2.4rem;
  }
}
.commonTitleArea2 .viewMore {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .commonTitleArea2 .viewMore {
    margin-top: 3.2rem;
  }
}
.commonTitleArea2 .viewMore .span {
  display: block;
  color: #0072C1;
  margin-right: 3.225rem;
}
@media (max-width: 768px) {
  .commonTitleArea2 .viewMore .span {
    font-size: 1.2rem;
    margin-right: 1.3rem;
  }
}
.commonTitleArea2 .viewMore .svg svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .commonTitleArea2 .viewMore .svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.commonTitle {
  max-width: 97.5rem;
  margin: 0 auto;
  font-size: 9rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .commonTitle {
    max-width: 80rem;
    font-size: 5.2rem;
  }
}
@media (max-width: 500px) {
  .commonTitle {
    max-width: 44rem;
  }
}

.commonArticleWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .commonArticleWrap {
    width: 100%;
  }
}
.commonArticleWrap::after {
  content: "";
  display: block;
  height: 0;
  width: calc((100% - 6.525rem) / 3);
}
.commonArticleWrap .content {
  width: calc((100% - 6.525rem) / 3);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .commonArticleWrap .content {
    width: 100%;
  }
}
.commonArticleWrap .content .blog {
  display: block;
  padding-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .blog {
    padding-bottom: 1rem;
  }
}
.commonArticleWrap .content .blog .thumbnail {
  width: 100%;
  height: 18.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .blog .thumbnail {
    height: 41rem;
    border-radius: 1rem;
  }
}
@media (max-width: 500px) {
  .commonArticleWrap .content .blog .thumbnail {
    height: 29rem;
  }
}
.commonArticleWrap .content .blog .thumbnail .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.commonArticleWrap .content .blog .thumbnail .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.commonArticleWrap .content .blog .title {
  margin-top: 0.75rem;
  padding: 0 0.75rem;
  font-size: 1.5rem;
  height: 5.4rem;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.025em;
  line-height: 1.8;
  color: #000000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .blog .title {
    margin-top: 0.9rem;
    font-size: 2.1rem;
    height: 7.56rem;
  }
}
.commonArticleWrap .content .blog .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding: 0 0.75rem;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .blog .category {
    gap: 1rem;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.commonArticleWrap .content .blog .category .span {
  display: block;
  font-size: 0.9rem;
  border: 0.1rem solid #AFAFAF;
  border-radius: 0.375rem;
  padding: 0.375rem 0.9rem;
  letter-spacing: 0.025em;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .blog .category .span {
    font-size: 1.2rem;
    border: 0.1rem solid #AFAFAF;
    border-radius: 0.5rem;
    padding: 0.5rem 1.2rem;
  }
}
.commonArticleWrap .content .bottomArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1calc 0.375rem;
  padding: 0 0.75rem;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .bottomArea {
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.commonArticleWrap .content .bottomArea .member {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .bottomArea .member {
    gap: 1rem;
  }
}
.commonArticleWrap .content .bottomArea .member .thumbnail {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .bottomArea .member .thumbnail {
    width: 5rem;
    height: 5rem;
  }
}
.commonArticleWrap .content .bottomArea .member .thumbnail .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.commonArticleWrap .content .bottomArea .member .thumbnail .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
.commonArticleWrap .content .bottomArea .member .name {
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .bottomArea .member .name {
    font-size: 1.5rem;
  }
}
.commonArticleWrap .content .bottomArea .date {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.025em;
  color: #868686;
}
@media (max-width: 768px) {
  .commonArticleWrap .content .bottomArea .date {
    font-size: 1.3rem;
  }
}
.commonArticleWrap .content:nth-of-type(n + 4) {
  margin-top: 6.225rem;
}
@media (max-width: 768px) {
  .commonArticleWrap .content:nth-of-type(n + 4) {
    margin-top: 8.3rem;
  }
}
@media (max-width: 768px) {
  .commonArticleWrap .content:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}

.commonWorksWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.325rem;
  row-gap: 3rem;
}
@media (max-width: 768px) {
  .commonWorksWrap {
    margin-top: 7.1rem;
    row-gap: 4rem;
  }
}
.commonWorksWrap .content {
  display: block;
  width: calc((100% - 3rem) / 2);
}
@media (max-width: 768px) {
  .commonWorksWrap .content {
    width: calc((100% - 4rem) / 2);
  }
}
.commonWorksWrap .content .thumbnail {
  width: 100%;
  height: 22.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .commonWorksWrap .content .thumbnail {
    height: 30rem;
    border-radius: 1rem;
  }
}
.commonWorksWrap .content .thumbnail .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.commonWorksWrap .content .thumbnail .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.commonWorksWrap .content .worksTitle {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.025;
  line-height: 1.45;
  color: #000000;
}
@media (max-width: 768px) {
  .commonWorksWrap .content .worksTitle {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.commonWorksWrap .content .category {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  letter-spacing: 0.025;
  color: #A7A7A7;
}
@media (max-width: 768px) {
  .commonWorksWrap .content .category {
    margin-top: 0.975rem;
    font-size: 0.9rem;
  }
}

html.active,
body.active {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: scroll;
  z-index: 99999;
  background-color: #000000;
  height: 100vh;
}
.overlay.active {
  pointer-events: all;
  opacity: 1;
}

.m-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 192rem;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #333333;
  height: 9rem;
}
@media (max-width: 768px) {
  .m-header {
    height: 10rem;
  }
}
.m-header.onlyFront {
  height: 100vh;
}
.m-header .logo_container {
  margin-left: 1.725rem;
}
@media (max-width: 768px) {
  .m-header .logo_container {
    margin-left: 0;
  }
}
.m-header .logo_container a {
  display: block;
  padding: 1.5rem 3.75rem;
  padding-left: 1.875rem;
}
@media (max-width: 768px) {
  .m-header .logo_container a {
    padding: 2rem 5rem;
    padding-left: 2.5rem;
  }
}
.m-header .logo_container a img {
  max-width: 17.625rem;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .m-header .logo_container a img {
    max-width: 19rem;
  }
}
.m-header .mobile_menu_btn_container {
  display: none;
}
@media (max-width: 768px) {
  .m-header .mobile_menu_btn_container {
    display: block;
  }
  body.mobile_menu_open .m-header .mobile_menu_btn_container {
    position: fixed;
    right: 0;
    top: 0;
  }
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn, .m-header .mobile_menu_btn_container button.close_mobile_menu_btn {
  background: transparent;
  border: 0;
  height: 9.4rem;
  width: 9.5rem;
  background: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body.isFrontPage .m-header .mobile_menu_btn_container button.open_mobile_menu_btn, body.isFrontPage .m-header .mobile_menu_btn_container button.close_mobile_menu_btn {
  background: #FFFFFF;
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn span, .m-header .mobile_menu_btn_container button.close_mobile_menu_btn span {
  display: block;
  width: 3.5rem;
  height: 2px;
  background: #FFFFFF;
}
body.isFrontPage .m-header .mobile_menu_btn_container button.open_mobile_menu_btn span, body.isFrontPage .m-header .mobile_menu_btn_container button.close_mobile_menu_btn span {
  background: #000000;
}
.m-header .mobile_menu_btn_container button.close_mobile_menu_btn {
  display: none;
}
body.mobile_menu_open .m-header .mobile_menu_btn_container button.close_mobile_menu_btn {
  display: flex;
}
.m-header .mobile_menu_btn_container button.close_mobile_menu_btn span:nth-child(1), .m-header .mobile_menu_btn_container button.close_mobile_menu_btn span:nth-child(2) {
  position: relative;
}
.m-header .mobile_menu_btn_container button.close_mobile_menu_btn span:nth-child(1) {
  transform: rotate(-44deg);
  bottom: -2px;
}
.m-header .mobile_menu_btn_container button.close_mobile_menu_btn span:nth-child(2) {
  transform: rotate(44deg);
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn {
  display: flex;
}
body.mobile_menu_open .m-header .mobile_menu_btn_container button.open_mobile_menu_btn {
  display: none;
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn span:nth-child(1), .m-header .mobile_menu_btn_container button.open_mobile_menu_btn span:nth-child(3) {
  position: relative;
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn span:nth-child(1) {
  top: -7px;
}
.m-header .mobile_menu_btn_container button.open_mobile_menu_btn span:nth-child(3) {
  bottom: -7px;
}
.m-header .header_menu_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (min-width: 1600px) {
  .m-header .header_menu_container {
    padding-right: 3.75rem;
  }
}
@media (max-width: 768px) {
  .m-header .header_menu_container {
    display: none;
    align-content: flex-start;
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: fixed;
  }
  body.mobile_menu_open .m-header .header_menu_container {
    top: 9.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #000000;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  body.isFrontPage body.mobile_menu_open .m-header .header_menu_container {
    background: #FFFFFF;
  }
}
.m-header .header_menu_container ul#menu-main-nav {
  margin: 0;
}
@media (min-width: 1600px) {
  .m-header .header_menu_container ul#menu-main-nav {
    margin-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .m-header .header_menu_container ul#menu-main-nav {
    margin: 0;
  }
}
.m-header .header_menu_container ul#menu-main-nav li {
  display: inline-block;
  margin-right: 1.5rem;
}
@media (min-width: 1600px) {
  .m-header .header_menu_container ul#menu-main-nav li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .m-header .header_menu_container ul#menu-main-nav li {
    margin-right: 0;
    display: block;
    margin-bottom: 3rem;
  }
}
.m-header .header_menu_container ul#menu-main-nav li:last-of-type {
  margin-right: 2.25rem;
}
@media (max-width: 768px) {
  .m-header .header_menu_container ul#menu-main-nav li:last-of-type {
    margin-right: 0;
  }
}
.m-header .header_menu_container ul#menu-main-nav li a {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
}
body.isFrontPage .m-header .header_menu_container ul#menu-main-nav li a {
  color: #000000;
  display: block;
}
body.mobile_menu_open .m-header .header_menu_container ul#menu-main-nav li a {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .m-header .header_menu_container ul#menu-main-nav li a {
    color: #FFFFFF;
    font-size: 4rem;
    display: block;
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .m-header .header_menu_container .btn_container_header {
    margin-top: 6rem;
  }
}
.m-header .header_menu_container .btn_container_header a {
  text-transform: uppercase;
  font-size: 1.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  padding: 1.05rem 2.625rem;
  border-radius: 3rem;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .m-header .header_menu_container .btn_container_header a {
    color: #FFFFFF;
    font-size: 3.6rem;
    display: block;
    text-align: center;
    border-radius: 6rem;
    margin: 0 auto;
    padding: 1.4rem 3.5rem;
  }
}
.m-header .header_menu_container .btn_container_header a.btn_recruit {
  background: #5BBE38;
  margin-right: 1.2rem;
  margin-right: 0.9rem;
}
@media (max-width: 768px) {
  .m-header .header_menu_container .btn_container_header a.btn_recruit {
    margin-top: auto;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-header .header_menu_container .btn_container_header a.btn_contact_us {
  background: #39A4D2;
}
@media (max-width: 768px) {
  .m-header .header_menu_container .btn_container_header a.btn_contact_us {
    margin: 0 auto;
  }
}

.headerNav {
  position: absolute;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 5rem 0 5rem;
  background-color: none;
}
@media (max-width: 768px) {
  .headerNav {
    display: none;
  }
}
.headerNav .link {
  transition: all 0.5s ease;
}
.headerNav .link.logoArea {
  display: block;
  width: 10.5rem;
  height: 5.9rem;
}
.headerNav .link.logoArea .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.headerNav .link.logoArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .headerNav .link:hover {
    color: #AFAFAF;
  }
}
.headerNav .navArea {
  display: flex;
  align-items: center;
}
.headerNav .navArea .ul {
  display: flex;
  gap: 3rem;
}
.headerNav .navArea .ul .liNav .link {
  letter-spacing: 0.025em;
}
.headerNav .navArea .buttons {
  margin-left: 4rem;
  display: flex;
  justify-content: space-between;
  width: 34.8rem;
}
.headerNav .navArea .buttons .link {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  width: 16.4rem;
  border-radius: 4rem;
  overflow: hidden;
  transition: all 0.5s ease;
}
.headerNav .navArea .buttons .link .icon {
  width: 2.3rem;
  height: 1.8rem;
}
.headerNav .navArea .buttons .link .icon svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.headerNav .navArea .buttons .link .btnName {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
.headerNav .navArea .buttons .link.recruit {
  background-color: #EE7E6F;
}
.headerNav .navArea .buttons .link.contact {
  background-color: #0C69FA;
}
@media (hover: hover) {
  .headerNav .navArea .buttons .link:hover {
    background-color: transparent;
    color: #FFFFFF;
    border: 0.1rem solid #FFFFFF;
  }
}
.headerNav .navArea .language {
  margin-left: 2.2rem;
}
.headerNav .navArea .language .span {
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0.025em;
}
.headerNav .navArea .language .span:first-of-type {
  font-weight: 700;
}
.headerNav .navArea .language .span:last-of-type {
  font-weight: 300;
}
.headerNav.fixNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease;
  padding-bottom: 2rem;
}
.headerNav.fixNav .navArea .ul .liNav .link {
  color: #000000;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .headerNav.fixNav .navArea .ul .liNav .link:hover {
    color: #0C69FA;
  }
}
.headerNav.fixNav .navArea .buttons .link {
  transition: all 0.5s ease;
}
.headerNav.fixNav .navArea .buttons .link.recruit:hover {
  background-color: transparent;
  border: 0.1rem solid #EE7E6F;
  color: #EE7E6F;
}
.headerNav.fixNav .navArea .buttons .link.recruit:hover svg path {
  fill: #EE7E6F;
}
@media (hover: hover) {
  .headerNav.fixNav .navArea .buttons .link.contact:hover {
    background-color: transparent;
    border: 0.1rem solid #0C69FA;
    color: #0C69FA;
  }
  .headerNav.fixNav .navArea .buttons .link.contact:hover svg path {
    fill: #0C69FA;
  }
}
.headerNav.fixNav .navArea .language .link .span {
  color: #000000;
}
.headerNav.fixNav .navArea .language .link .span:first-of-type {
  color: #0C69FA;
}
.headerNav.fixNav.active {
  opacity: 1;
  pointer-events: all;
}
.headerNav.fixHeader {
  opacity: 1;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spHeaderNav {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 1.6rem 1rem 1.6rem 2.6rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .spHeaderNav {
    display: none;
  }
}
.spHeaderNav .logo {
  display: block;
  width: 8.8rem;
  height: 4.8rem;
}
.spHeaderNav .logo .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.spHeaderNav .logo .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
.spHeaderNav .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.spHeaderNav .menu .contact {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  background-color: #0C69FA;
  border-radius: 4rem;
  padding: 1.4rem 0;
}
.spHeaderNav .menu .contact .icon {
  width: 2.3rem;
  height: 1.8rem;
}
.spHeaderNav .menu .contact .icon svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.spHeaderNav .menu .contact .btnName {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
.spHeaderNav .humberger {
  position: relative;
  width: 6rem;
  height: 6rem;
}
.spHeaderNav .humberger div {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  height: 0.2rem;
}
.spHeaderNav .humberger div:first-of-type {
  top: 33%;
}
.spHeaderNav .humberger div:last-of-type {
  width: 25%;
  top: 66%;
  left: 38%;
}
.spHeaderNav.fixNav {
  position: fixed;
  background: #FFFFFF;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  transition: all 0.3s ease;
}
.spHeaderNav.fixNav.active {
  opacity: 1;
  pointer-events: all;
}
.spHeaderNav.fixNav .menu .humberger div {
  background-color: #302D2C;
}
.spHeaderNav.fixHeader {
  opacity: 1;
  pointer-events: all;
}

.mainArea {
  z-index: 2;
  height: 100vh;
  position: relative;
}
.mainArea.pc {
  display: block;
}
@media (max-width: 768px) {
  .mainArea.pc {
    display: none;
  }
}
.mainArea.sp {
  display: none;
}
@media (max-width: 768px) {
  .mainArea.sp {
    display: block;
  }
}
.mainArea .titleArea {
  z-index: 2;
  position: absolute;
  top: 33.1rem;
  left: 31rem;
}
@media (max-width: 768px) {
  .mainArea .titleArea {
    max-width: 80rem;
    top: 39rem;
    left: 6%;
  }
}
@media (max-width: 500px) {
  .mainArea .titleArea {
    max-width: 44rem;
  }
}
.mainArea .titleArea .headerTitle {
  color: #FFFFFF;
  letter-spacing: 0.025em;
  line-height: 1.09;
}
@media (max-width: 768px) {
  .mainArea .titleArea .headerTitle {
    font-size: 6.5rem;
  }
}
.mainArea .titleArea .text1 {
  color: #FFFFFF;
  letter-spacing: 0.025em;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .mainArea .titleArea .text1 {
    font-size: 2.1rem;
    margin-top: 2.6rem;
  }
}
.mainArea .swiper-pagination {
  display: none;
}
.mainArea .swiper1,
.mainArea .swiper7 {
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .videoArea,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .videoArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .videoArea .video,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .videoArea .video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link {
  position: absolute;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 9.9rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 130rem;
  width: 100%;
}
@media (max-width: 768px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link {
    max-width: 80rem;
    bottom: 6.9rem;
  }
}
@media (max-width: 500px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link {
    max-width: 44rem;
  }
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .content .contentTitle,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .content .contentTitle {
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link .content .contentTitle,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link .content .contentTitle {
    font-size: 1.2rem;
  }
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .content .h3,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .content .h3 {
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link .content .h3,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link .content .h3 {
    font-size: 1.4rem;
  }
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.pc,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.pc {
  width: 6.4rem;
  height: 6.4rem;
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.pc svg,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.pc svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.pc,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.pc {
    display: none;
  }
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.sp,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.sp {
  width: 2.7rem;
  height: 0.7rem;
}
.mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.sp svg,
.mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.sp svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .mainArea .swiper1 .swiper-wrapper .swiper-slide .link .btn.sp,
  .mainArea .swiper7 .swiper-wrapper .swiper-slide .link .btn.sp {
    display: none;
  }
}
.mainArea .swiper1 .swiper-pagination-bullet.active:nth-of-type(1)::before,
.mainArea .swiper7 .swiper-pagination-bullet.active:nth-of-type(1)::before {
  animation: animebar 4.7s linear both;
}
.mainArea .swiper1 .swiper-pagination-bullet.active:nth-of-type(2)::before,
.mainArea .swiper7 .swiper-pagination-bullet.active:nth-of-type(2)::before {
  animation: animebar 6.7s linear both;
}
.mainArea .swiper1 .swiper-pagination-bullet.active:nth-of-type(3)::before,
.mainArea .swiper7 .swiper-pagination-bullet.active:nth-of-type(3)::before {
  animation: animebar 6.5s linear both;
}
@keyframes animebar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.mainArea .swiper1 .swiper-pagination,
.mainArea .swiper7 .swiper-pagination {
  max-width: 131rem;
  width: 100%;
  bottom: 5.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 768px) {
  .mainArea .swiper1 .swiper-pagination,
  .mainArea .swiper7 .swiper-pagination {
    max-width: 81rem;
    bottom: 5rem;
  }
}
@media (max-width: 500px) {
  .mainArea .swiper1 .swiper-pagination,
  .mainArea .swiper7 .swiper-pagination {
    max-width: 45rem;
  }
}
.mainArea .swiper1 .swiper-pagination-bullet,
.mainArea .swiper7 .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 30%;
  height: 0.2rem;
  border-radius: 0;
  background-color: #BABFBC;
  transition: background-color 0.3s ease;
}
.mainArea .swiper1 .swiper-pagination-bullet-active:is(:nth-child(1))::before,
.mainArea .swiper7 .swiper-pagination-bullet-active:is(:nth-child(1))::before {
  animation: sliderPagination 5s linear forwards;
}
.mainArea .swiper1 .swiper-pagination-bullet-active:is(:nth-child(2))::before,
.mainArea .swiper7 .swiper-pagination-bullet-active:is(:nth-child(2))::before {
  animation: sliderPagination 8000ms linear forwards;
}
.mainArea .swiper1 .swiper-pagination-bullet-active:is(:nth-child(3))::before,
.mainArea .swiper7 .swiper-pagination-bullet-active:is(:nth-child(3))::before {
  animation: sliderPagination 7300ms linear forwards;
}
.mainArea .swiper1 .swiper-pagination-bullet::before,
.mainArea .swiper7 .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #FFFFFF;
  transform: scaleX(0);
  transform-origin: 0 0;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.intro_front_page {
  height: 77.5rem;
  background: #000000;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .intro_front_page {
    height: 68.5rem;
  }
}
@media (max-width: 1600px) {
  .intro_front_page {
    height: 60rem;
  }
}
@media (max-width: 768px) {
  .intro_front_page {
    height: 83rem !important;
  }
}
.intro_front_page .video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro_front_page .video.pc {
  display: block;
}
@media (max-width: 768px) {
  .intro_front_page .video.pc {
    display: none;
  }
}
.intro_front_page .video.sp {
  display: none;
}
@media (max-width: 768px) {
  .intro_front_page .video.sp {
    display: block;
  }
}

.front {
  max-width: 192rem;
  margin: 0 auto;
  overflow-x: hidden;
}
.front .special_anchor {
  border-radius: 22.5rem;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 1.2rem 3rem 1.05rem;
  font-size: 1.2rem;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .front .special_anchor {
    border-radius: 30rem;
    padding: 1.6rem 4rem 1.4rem;
    font-size: 1.6rem;
  }
}
.front .special_anchor:hover, .front .special_anchor:active, .front .special_anchor:focus {
  background: #000000;
  color: #FFFFFF;
}
.front section h2.section_title {
  padding: 10rem 0;
  padding: 3.2rem 9.5rem;
  text-align: center;
  padding: 0;
  margin-bottom: 3.75rem;
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .front section h2.section_title {
    margin-bottom: 5rem;
    font-size: 5rem;
  }
}
.front section.news {
  border-bottom: 1px solid #000000;
}
.front section.news .news_container_front {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 166rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .front section.news .news_container_front {
    flex-direction: column;
  }
}
.front section.news .news_container_front .section_title {
  background: #333333;
  color: #FFFFFF;
  font-size: 2.25rem;
  padding: 2.325rem 7.05rem;
  margin: 0;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .front section.news .news_container_front .section_title {
    text-align: left;
    width: 100%;
    padding: 1.4rem 3rem;
    padding-bottom: 1rem;
    font-size: 7rem;
    letter-spacing: -3px;
  }
}
.front section.news .news_list {
  margin-left: 0;
  margin-right: auto;
  padding: 2.85rem 3rem;
}
@media (max-width: 768px) {
  .front section.news .news_list {
    width: 100%;
    padding: 3.8rem 3rem;
  }
}
.front section.news .news_list ul li {
  display: block;
}
.front section.news .news_list ul li a {
  display: block;
}
.front section.news .news_list ul li a span {
  color: #555555;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front section.news .news_list ul li a span {
    display: block;
    font-size: 1.8rem;
  }
}
.front section.news .news_list ul li a span:first-of-type {
  margin-right: 3rem;
  padding-right: 3rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-right: 1px solid #333333;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .front section.news .news_list ul li a span:first-of-type {
    margin-right: 0;
    margin-bottom: 9px;
    padding-right: 0;
    border-right: 0;
    font-size: 1.6rem;
  }
}
.front section.news .news_list ul li a span:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .front section.news .news_list ul li a span:last-of-type {
    font-size: 1.6rem;
  }
}
.front section.news .more_news a {
  display: inline-block;
}
@media (max-width: 768px) {
  .front section.news .more_news a.special_anchor {
    margin-bottom: 4rem;
    padding: 1.6rem 5rem 1.4rem;
  }
}
.front section.service {
  background: linear-gradient(135deg, #f8f9fc 0%, #eef1f7 100%);
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.front section.service::before {
  content: '';
  position: absolute;
  top: -30rem;
  right: -20rem;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 164, 210, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.front section.service::after {
  content: '';
  position: absolute;
  bottom: -20rem;
  left: -20rem;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 180, 116, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.front section.service .container_service {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.front section.service h2.section_title {
  text-align: center;
  margin-bottom: 1rem;
}
.front section.service .service_subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front section.service .service_subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.front section.service .service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .front section.service .service_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .front section.service .service_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.front section.service .service_card {
  display: block;
  background: #FFFFFF;
  border-radius: 1.6rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.front section.service .service_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.front section.service .service_card .card_accent {
  height: 4px;
  width: 100%;
  transition: height 0.3s ease;
}
.front section.service .service_card:hover .card_accent {
  height: 6px;
}
.front section.service .service_card.card1 .card_accent { background: #BBF474; }
.front section.service .service_card.card2 .card_accent { background: #B9A2FF; }
.front section.service .service_card.card3 .card_accent { background: #B4FAEE; }
.front section.service .service_card.card4 .card_accent { background: #FCD386; }
.front section.service .service_card.card5 .card_accent { background: #FA97EF; }
.front section.service .service_card.card6 .card_accent { background: #8FC2F5; }
.front section.service .service_card .card_content {
  padding: 3rem 2.5rem 3.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .front section.service .service_card .card_content {
    padding: 2.5rem 2rem 3rem;
  }
}
.front section.service .service_card .card_icon_wrap {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  border-radius: 1.6rem;
  transition: all 0.4s ease;
}
.front section.service .service_card:hover .card_icon_wrap {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.front section.service .service_card.card1:hover .card_icon_wrap { background: #BBF474; }
.front section.service .service_card.card2:hover .card_icon_wrap { background: #B9A2FF; }
.front section.service .service_card.card3:hover .card_icon_wrap { background: #B4FAEE; }
.front section.service .service_card.card4:hover .card_icon_wrap { background: #FCD386; }
.front section.service .service_card.card5:hover .card_icon_wrap { background: #FA97EF; }
.front section.service .service_card.card6:hover .card_icon_wrap { background: #8FC2F5; }
.front section.service .service_card .card_icon_wrap img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.front section.service .service_card:hover .card_icon_wrap img {
  transform: scale(1.15);
}
.front section.service .service_card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .front section.service .service_card h3 {
    font-size: 1.8rem;
  }
}
.front section.service .service_card .card_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #888;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .front section.service .service_card .card_desc {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.front section.service .service_card .card_link {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #39A4D2;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
  display: inline-block;
}
.front section.service .service_card:hover .card_link {
  color: #222;
  transform: translateX(4px);
}
.front section.service .service_card.card1:hover .card_link { color: #8BC44A; }
.front section.service .service_card.card2:hover .card_link { color: #8F72D6; }
.front section.service .service_card.card3:hover .card_link { color: #5DBDB0; }
.front section.service .service_card.card4:hover .card_link { color: #D4A840; }
.front section.service .service_card.card5:hover .card_link { color: #C75BB8; }
.front section.service .service_card.card6:hover .card_link { color: #4F9ADA; }
.front section.associate_companies_logos {
  border-top: 1px solid #333333;
  padding: 1.6rem 0;
}
.front section.associate_companies_logos .swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.front section.associate_companies_logos .swiper .swiper-wrapper .article {
  width: 8rem;
}
.front section.associate_companies_logos .swiper .swiper-wrapper .article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
.front section.associate_companies_logos .swiper .swiper-wrapper .article .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .front section.associate_companies_logos {
    display: none;
  }
}
.front section.associate_companies_logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.front section.associate_companies_logos ul li img {
  height: auto;
  display: block;
  max-width: 16rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.front section.works, .front section.members {
  border-top: 1px solid #333333;
}
.front section.works h2, .front section.members h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .front section.works h2, .front section.members h2 {
    text-align: left;
  }
}
.front section.works {
  text-align: center;
  background: linear-gradient(135deg, #fdfaf5 0%, #f7f1e8 100%);
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.front section.works::before {
  content: '';
  position: absolute;
  top: -20rem;
  left: -15rem;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 211, 134, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.front section.works .container_works {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.front section.works h2.section_title {
  text-align: center;
  margin-bottom: 1rem;
}
.front section.works .works_subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front section.works .works_subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.front section.works .works_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .front section.works .works_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .front section.works .works_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.front section.works .work_card {
  display: block;
  background: #FFFFFF;
  border-radius: 1.6rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.front section.works .work_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.front section.works .work_card .work_accent {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #FCD386, #F9A825);
  transition: height 0.3s ease;
}
.front section.works .work_card:hover .work_accent {
  height: 6px;
}
.front section.works .work_card .work_image {
  background: #fdf9f2;
  padding: 4rem 2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease;
}
.front section.works .work_card:hover .work_image {
  background: #fef3e0;
}
.front section.works .work_card .work_placeholder {
  width: 6rem;
  height: 6rem;
  color: #d4c5b0;
  transition: all 0.4s ease;
}
.front section.works .work_card:hover .work_placeholder {
  color: #F9A825;
  transform: scale(1.1);
}
.front section.works .work_card .work_info {
  padding: 2rem 2.5rem 3rem;
  text-align: left;
}
.front section.works .work_card .work_info h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  color: #222;
}
.front section.works .work_card .work_tags {
  margin-bottom: 1rem;
}
.front section.works .work_card .work_tags span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #B8860B;
  background: #fef9e7;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
}
.front section.works .work_card .work_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #888;
}
.front section.works .works_more {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .front section.works {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .front section.works .works_more {
    margin-top: 3rem;
  }
}
.front section.members {
  text-align: center;
  background: #FFFFFF;
  padding: 7.5rem 0;
  padding-bottom: 8.25rem;
  border-top: 1px solid #333333;
}
@media (max-width: 768px) {
  .front section.members {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }
}
.front section.members h2 {
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .front section.members h2 {
    text-align: left;
    padding: 0 2rem;
    text-align: center;
    padding: 0 2rem;
    font-size: 7rem;
    margin-bottom: 3rem;
  }
}
.front section.members .swiper {
  text-align: left;
  width: 160vw;
  min-height: 24rem;
  left: 0;
  position: relative;
  margin-top: 4rem;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .front section.members .swiper {
    min-height: 34.5rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}
.front section.members .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  .front section.members .swiper .swiper-wrapper {
    height: 32rem;
  }
}
.front section.members .swiper .swiper-button-prev,
.front section.members .swiper .swiper-button-next {
  display: none;
}
.front section.members .swiper .swiper-scrollbar {
  display: none;
}
.front section.members .swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.front section.members .swiper .swiper_slider_container img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 56rem;
}
.front section.members a.special_anchor {
  position: relative;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.front section.members a.special_anchor:hover {
  background: #000000;
  color: #FFFFFF;
}
.front section.blog {
  background: #FFFFFF;
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.front section.blog .container_blog {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.front section.blog h2.section_title {
  text-align: center;
  margin-bottom: 1rem;
}
.front section.blog .blog_subtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front section.blog .blog_subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.front section.blog .blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .front section.blog .blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .front section.blog .blog_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.front section.blog .blog_card {
  display: block;
  background: #fafbfc;
  border-radius: 1.2rem;
  border-left: 4px solid #e0e0e0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
}
.front section.blog .blog_card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-left-color: #39A4D2;
  background: #FFFFFF;
}
.front section.blog .blog_card .blog_card_body {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .front section.blog .blog_card .blog_card_body {
    padding: 2rem;
  }
}
.front section.blog .blog_card .blog_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.front section.blog .blog_card .blog_date {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #aaa;
  letter-spacing: 0.05em;
}
.front section.blog .blog_card .blog_tag {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #39A4D2;
  background: #e8f4fb;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.front section.blog .blog_card:hover .blog_tag {
  color: #1a7ab5;
  background: #d0ecfa;
}
.front section.blog .blog_card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #222;
}
.front section.blog .blog_card .blog_excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #888;
  margin-bottom: 1.5rem;
}
.front section.blog .blog_card .blog_readmore {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #39A4D2;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}
.front section.blog .blog_card:hover .blog_readmore {
  color: #1a7ab5;
  transform: translateX(4px);
  display: inline-block;
}
.front section.blog .blog_more {
  margin-top: 4.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .front section.blog {
    padding: 6rem 0 8rem;
  }
  .front section.blog .blog_more {
    margin-top: 3rem;
  }
}

body.servicePage .m-footer {
  display: none !important;
}
@media (max-width: 768px) {
  body.servicePage .m-footer {
    display: block !important;
  }
}
.m-footer .footer_container_top {
  border-top: 1px solid #000000;
  background: #FFFFFF;
  padding: 3.375rem 0;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top {
    padding: 4rem 2.6rem;
  }
}
.m-footer .footer_container_top .footer_container_top_inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .footer_container_top_inner {
    flex-direction: column;
    justify-content: center;
    max-width: 158rem;
  }
}
.m-footer .footer_container_top .footer_container_top_inner .social_network {
  position: relative;
  left: 8%;
}
@media screen and (max-width: 1700px) {
  .m-footer .footer_container_top .footer_container_top_inner .social_network {
    left: 6%;
  }
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .footer_container_top_inner .social_network {
    left: 0;
  }
}
.m-footer .footer_container_top .footer_container_top_inner .social_network ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 27.75rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .footer_container_top_inner .social_network ul {
    width: 100%;
  }
}
.m-footer .footer_container_top .footer_container_top_inner .social_network ul li {
  max-width: 3.75rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .footer_container_top_inner .social_network ul li {
    max-width: 100%;
    width: calc((100% - 11rem) / 5);
  }
}
.m-footer .footer_container_top .footer_container_top_inner .social_network ul li a {
  display: block;
}
.m-footer .footer_container_top .footer_container_top_inner .social_network ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.m-footer .footer_container_top .scroll_top {
  position: relative;
  width: 9rem;
  right: 16%;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .scroll_top {
    margin-top: 4rem;
    margin-left: auto;
    width: 11rem;
    right: 0;
  }
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top {
  display: block;
  background: transparent;
  border: none;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top .span {
  font-size: 1.6rem;
  position: relative;
  left: -3.6rem;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.05rem;
  margin: auto;
  width: 0.21rem;
  height: 1.5rem;
  background: #000000;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .scroll_top button.btn_scroll_top::before {
    right: 1.4rem;
    width: 0.28rem;
    height: 2rem;
  }
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.075rem;
  bottom: 0;
  right: 0.525rem;
  margin: auto;
  width: 1.05rem;
  height: 1.05rem;
  border-left: 0.3rem solid #000000;
  border-bottom: 0.3rem solid #000000;
  transform: rotate(-225deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .scroll_top button.btn_scroll_top::after {
    top: -0.1rem;
    right: 0.7rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top:hover::after {
  top: -1.8rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .scroll_top button.btn_scroll_top:hover::after {
    top: -2.4rem;
  }
}
.m-footer .footer_container_top .scroll_top button.btn_scroll_top:hover::before {
  top: -0.75rem;
  height: 2.25rem;
  bottom: 0;
}
@media (max-width: 768px) {
  .m-footer .footer_container_top .scroll_top button.btn_scroll_top:hover::before {
    top: -1rem;
    height: 3rem;
  }
}
.m-footer .footer_container_bottom {
  background: #333333;
  color: #FFFFFF;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom {
    padding: 6rem 2.2rem;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.25rem 2rem;
  padding-top: 1.725rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_inner {
    flex-direction: column;
    padding: 0;
  }
}
.m-footer .footer_container_bottom .footer_container_left {
  width: 100%;
  max-width: 33.75rem;
  position: relative;
  /* left: 8%; */
}
/* @media screen and (max-width: 1700px) {
  .m-footer .footer_container_bottom .footer_container_left {
    left: 6%;
  }
} */
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left {
    max-width: 100%;
    border-right: 0;
    left: 0;
  }
}
.m-footer .footer_container_bottom .footer_container_left img {
  max-width: 18.375rem;
  width: 100%;
  display: block;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left img {
    margin-left: 0;
    margin-right: auto;
    max-width: 32.4rem;
    margin-bottom: 7rem;
  }
}
.m-footer .footer_container_bottom .footer_container_left .footer_links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  /* width: 18.75rem; */
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left .footer_links {
    margin-bottom: 7rem;
    margin-right: auto;
    margin-left: 0;
    width: 45rem;
  }
}
.m-footer .footer_container_bottom .footer_container_left .footer_links ul {
  width: 7.875rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left .footer_links ul {
    width: auto;
  }
}
.m-footer .footer_container_bottom .footer_container_left .footer_links ul li {
  margin-bottom: 1.05rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left .footer_links ul li {
    margin-bottom: 2.4rem;
  }
}
.m-footer .footer_container_bottom .footer_container_left .footer_links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left .footer_links ul li a {
    font-size: 2.4rem;
  }
}
.m-footer .footer_container_bottom .footer_container_left .footer_links ul li:last-child {
  margin-bottom: 0;
}
.m-footer .footer_container_bottom .footer_container_left .copyright {
  display: block;
  margin-top: 3.75rem;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_left .copyright {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
}
.m-footer .footer_container_bottom .footer_container_center {
  width: 15rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_center {
    width: 20rem;
    position: absolute;
    bottom: -42rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_center {
    bottom: -48rem;
  }
}
.m-footer .footer_container_bottom .footer_container_center a {
  display: block;
}
.m-footer .footer_container_bottom .footer_container_center a img {
  max-width: 13.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_center a img {
    max-width: 18rem;
  }
}
.m-footer .footer_container_bottom .footer_container_center:after {
  content: "";
  display: block;
  background: #FFFFFF;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_center:after {
    display: none;
  }
}
.m-footer .footer_container_bottom .footer_container_right {
  position: relative;
  max-width: 50%;
  width: 100%;
  max-width: 34.5rem;
  /* right: 16%; */
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_right {
    max-width: 46rem;
    margin-top: 4rem;
    margin: 0 auto;
    right: 0;
  }
}
.m-footer .footer_container_bottom .footer_container_right .footer_location_info {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_right .footer_location_info {
    margin-top: 4rem;
  }
}
.m-footer .footer_container_bottom .footer_container_right .footer_location_info span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_right .footer_location_info span {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.m-footer .footer_container_bottom .footer_container_right .footer_location_info .company_address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_right .footer_location_info .company_address {
    font-size: 1.6rem;
  }
}
.m-footer .footer_container_bottom .footer_container_right img {
  width: auto;
  height: auto;
  max-width: 34.5rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_right img {
    width: 100%;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_center {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 500px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center {
    margin-top: 48rem;
  }
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center {
    margin-top: 55rem;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_center a {
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center a {
    font-size: 1.9rem;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_center ul li {
  display: inline-block;
  margin-right: 2.25rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center ul li {
    margin-right: 1.5rem;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_center ul li:last-of-type {
  margin-right: 0;
}
.m-footer .footer_container_bottom .footer_container_bottom_center ul li .services_used {
  display: block;
  width: auto;
  height: 4.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center ul li .services_used {
    height: 3.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.m-footer .footer_container_bottom .footer_container_bottom_center .copyright {
  text-transform: uppercase;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .m-footer .footer_container_bottom .footer_container_bottom_center .copyright {
    font-size: 1.6rem;
  }
}

.s-body .m-header {
  width: 100vw;
}

.m-main.service {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.m-main.service::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .m-main.service {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
  }
}
.m-main.service.scrolling {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.m-main.service.scrolling .page {
  scroll-snap-align: start;
}
.m-main.service .pageCont {
  display: flex;
  align-items: flex-start;
  height: 100vh;
}
@media (max-width: 768px) {
  .m-main.service .pageCont {
    display: block;
    height: auto;
  }
}
.m-main.service .pageCont.fixnav .page .section2 .barArea {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  bottom: 0 !important;
  z-index: 100;
}
.m-main.service .pageCont .page .contentWrap,
.m-main.service .pageCont .page .container {
  justify-content: space-between;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .m-main.service .pageCont .page .contentWrap,
  .m-main.service .pageCont .page .container {
    opacity: 1;
  }
}
.m-main.service .pageCont .page.current .contentWrap,
.m-main.service .pageCont .page.current .container {
  opacity: 1 !important;
  transform: translateY(0);
}
.m-main.service .page {
  height: 100%;
  position: relative;
  flex-shrink: 0;
  width: 100vw;
  scroll-snap-align: start;
}
.m-main.service .page .section2,
.m-main.service .page .section3,
.m-main.service .page .section4,
.m-main.service .page .section5,
.m-main.service .page .section6,
.m-main.service .page .section7,
.m-main.service .page .section8,
.m-main.service .page .section9,
.m-main.service .page .section10,
.m-main.service .page .section11,
.m-main.service .page .section12 {
  width: 100vw;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (max-width: 768px) {
  .m-main.service .page .section2,
  .m-main.service .page .section3,
  .m-main.service .page .section4,
  .m-main.service .page .section5,
  .m-main.service .page .section6,
  .m-main.service .page .section7,
  .m-main.service .page .section8,
  .m-main.service .page .section9,
  .m-main.service .page .section10,
  .m-main.service .page .section11,
  .m-main.service .page .section12 {
    width: 100%;
    max-width: 80rem;
    padding-top: 8rem;
    margin: 0 auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media (max-width: 500px) {
  .m-main.service .page .section2,
  .m-main.service .page .section3,
  .m-main.service .page .section4,
  .m-main.service .page .section5,
  .m-main.service .page .section6,
  .m-main.service .page .section7,
  .m-main.service .page .section8,
  .m-main.service .page .section9,
  .m-main.service .page .section10,
  .m-main.service .page .section11,
  .m-main.service .page .section12 {
    max-width: 44rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-main.service .page .section2__wrapper,
.m-main.service .page .section3__wrapper,
.m-main.service .page .section4__wrapper,
.m-main.service .page .section5__wrapper,
.m-main.service .page .section6__wrapper,
.m-main.service .page .section7__wrapper,
.m-main.service .page .section8__wrapper,
.m-main.service .page .section9__wrapper,
.m-main.service .page .section10__wrapper,
.m-main.service .page .section11__wrapper,
.m-main.service .page .section12__wrapper {
  position: relative;
  height: 100%;
}
.m-main.service .page .section2__wrapper .curved_line_section,
.m-main.service .page .section3__wrapper .curved_line_section,
.m-main.service .page .section4__wrapper .curved_line_section,
.m-main.service .page .section5__wrapper .curved_line_section,
.m-main.service .page .section6__wrapper .curved_line_section,
.m-main.service .page .section7__wrapper .curved_line_section,
.m-main.service .page .section8__wrapper .curved_line_section,
.m-main.service .page .section9__wrapper .curved_line_section,
.m-main.service .page .section10__wrapper .curved_line_section,
.m-main.service .page .section11__wrapper .curved_line_section,
.m-main.service .page .section12__wrapper .curved_line_section {
  position: absolute;
  left: -10vw;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .curved_line_section,
  .m-main.service .page .section3__wrapper .curved_line_section,
  .m-main.service .page .section4__wrapper .curved_line_section,
  .m-main.service .page .section5__wrapper .curved_line_section,
  .m-main.service .page .section6__wrapper .curved_line_section,
  .m-main.service .page .section7__wrapper .curved_line_section,
  .m-main.service .page .section8__wrapper .curved_line_section,
  .m-main.service .page .section9__wrapper .curved_line_section,
  .m-main.service .page .section10__wrapper .curved_line_section,
  .m-main.service .page .section11__wrapper .curved_line_section,
  .m-main.service .page .section12__wrapper .curved_line_section {
    display: none;
  }
}
.m-main.service .page .section2__wrapper .curved_line_section img,
.m-main.service .page .section3__wrapper .curved_line_section img,
.m-main.service .page .section4__wrapper .curved_line_section img,
.m-main.service .page .section5__wrapper .curved_line_section img,
.m-main.service .page .section6__wrapper .curved_line_section img,
.m-main.service .page .section7__wrapper .curved_line_section img,
.m-main.service .page .section8__wrapper .curved_line_section img,
.m-main.service .page .section9__wrapper .curved_line_section img,
.m-main.service .page .section10__wrapper .curved_line_section img,
.m-main.service .page .section11__wrapper .curved_line_section img,
.m-main.service .page .section12__wrapper .curved_line_section img {
  display: block;
  width: 19.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .curved_line_section img,
  .m-main.service .page .section3__wrapper .curved_line_section img,
  .m-main.service .page .section4__wrapper .curved_line_section img,
  .m-main.service .page .section5__wrapper .curved_line_section img,
  .m-main.service .page .section6__wrapper .curved_line_section img,
  .m-main.service .page .section7__wrapper .curved_line_section img,
  .m-main.service .page .section8__wrapper .curved_line_section img,
  .m-main.service .page .section9__wrapper .curved_line_section img,
  .m-main.service .page .section10__wrapper .curved_line_section img,
  .m-main.service .page .section11__wrapper .curved_line_section img,
  .m-main.service .page .section12__wrapper .curved_line_section img {
    width: 26rem;
  }
}
.m-main.service .page .section2__wrapper .logo_services_wrapper,
.m-main.service .page .section3__wrapper .logo_services_wrapper,
.m-main.service .page .section4__wrapper .logo_services_wrapper,
.m-main.service .page .section5__wrapper .logo_services_wrapper,
.m-main.service .page .section6__wrapper .logo_services_wrapper,
.m-main.service .page .section7__wrapper .logo_services_wrapper,
.m-main.service .page .section8__wrapper .logo_services_wrapper,
.m-main.service .page .section9__wrapper .logo_services_wrapper,
.m-main.service .page .section10__wrapper .logo_services_wrapper,
.m-main.service .page .section11__wrapper .logo_services_wrapper,
.m-main.service .page .section12__wrapper .logo_services_wrapper {
  top: 50%;
  position: absolute;
  width: 66.3rem;
  bottom: 12.75rem;
  right: -10.5rem;
  top: auto;
  left: auto;
  z-index: -1;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .logo_services_wrapper,
  .m-main.service .page .section3__wrapper .logo_services_wrapper,
  .m-main.service .page .section4__wrapper .logo_services_wrapper,
  .m-main.service .page .section5__wrapper .logo_services_wrapper,
  .m-main.service .page .section6__wrapper .logo_services_wrapper,
  .m-main.service .page .section7__wrapper .logo_services_wrapper,
  .m-main.service .page .section8__wrapper .logo_services_wrapper,
  .m-main.service .page .section9__wrapper .logo_services_wrapper,
  .m-main.service .page .section10__wrapper .logo_services_wrapper,
  .m-main.service .page .section11__wrapper .logo_services_wrapper,
  .m-main.service .page .section12__wrapper .logo_services_wrapper {
    width: 88.4rem;
    bottom: 17rem;
    right: -14rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap,
.m-main.service .page .section3__wrapper .contentWrap,
.m-main.service .page .section4__wrapper .contentWrap,
.m-main.service .page .section5__wrapper .contentWrap,
.m-main.service .page .section6__wrapper .contentWrap,
.m-main.service .page .section7__wrapper .contentWrap,
.m-main.service .page .section8__wrapper .contentWrap,
.m-main.service .page .section9__wrapper .contentWrap,
.m-main.service .page .section10__wrapper .contentWrap,
.m-main.service .page .section11__wrapper .contentWrap,
.m-main.service .page .section12__wrapper .contentWrap {
  display: flex;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap,
  .m-main.service .page .section3__wrapper .contentWrap,
  .m-main.service .page .section4__wrapper .contentWrap,
  .m-main.service .page .section5__wrapper .contentWrap,
  .m-main.service .page .section6__wrapper .contentWrap,
  .m-main.service .page .section7__wrapper .contentWrap,
  .m-main.service .page .section8__wrapper .contentWrap,
  .m-main.service .page .section9__wrapper .contentWrap,
  .m-main.service .page .section10__wrapper .contentWrap,
  .m-main.service .page .section11__wrapper .contentWrap,
  .m-main.service .page .section12__wrapper .contentWrap {
    display: block;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea,
.m-main.service .page .section3__wrapper .contentWrap .leftArea,
.m-main.service .page .section4__wrapper .contentWrap .leftArea,
.m-main.service .page .section5__wrapper .contentWrap .leftArea,
.m-main.service .page .section6__wrapper .contentWrap .leftArea,
.m-main.service .page .section7__wrapper .contentWrap .leftArea,
.m-main.service .page .section8__wrapper .contentWrap .leftArea,
.m-main.service .page .section9__wrapper .contentWrap .leftArea,
.m-main.service .page .section10__wrapper .contentWrap .leftArea,
.m-main.service .page .section11__wrapper .contentWrap .leftArea,
.m-main.service .page .section12__wrapper .contentWrap .leftArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea {
    display: block;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
  height: 8.25rem;
  width: 7.5rem;
  margin-left: -0.75rem;
  margin-bottom: -3px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea .icon,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    width: 10.9rem;
    height: 10.9rem;
    margin-bottom: 4rem;
    margin-left: -1rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea .icon img,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
  width: 100%;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 6.6rem;
    margin-bottom: 4rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea {
  margin-left: 0;
  margin-right: auto;
  max-width: 37.5rem;
  margin-top: 4.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea {
    max-width: 50rem;
    margin-top: 6rem;
    margin-top: 4rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text {
  font-size: 1.35rem;
  max-width: 100%;
  line-height: 2;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text {
    font-size: 1.8rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
    margin-top: 3rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
.m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag {
  font-size: 1.05rem;
  padding: 3.75px 0.75rem;
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000000;
  border-radius: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section8__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section9__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section10__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section11__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service .page .section12__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag {
    font-size: 1.4rem;
    padding: 5px 1rem;
    margin-top: 1rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .rightArea,
.m-main.service .page .section3__wrapper .contentWrap .rightArea,
.m-main.service .page .section4__wrapper .contentWrap .rightArea,
.m-main.service .page .section5__wrapper .contentWrap .rightArea,
.m-main.service .page .section6__wrapper .contentWrap .rightArea,
.m-main.service .page .section7__wrapper .contentWrap .rightArea,
.m-main.service .page .section8__wrapper .contentWrap .rightArea,
.m-main.service .page .section9__wrapper .contentWrap .rightArea,
.m-main.service .page .section10__wrapper .contentWrap .rightArea,
.m-main.service .page .section11__wrapper .contentWrap .rightArea,
.m-main.service .page .section12__wrapper .contentWrap .rightArea {
  background: #BBF475;
  width: 100%;
  max-width: 37.5rem;
  height: 50.25rem;
  padding: 1.575rem;
  margin-right: 5.25rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .rightArea,
  .m-main.service .page .section3__wrapper .contentWrap .rightArea,
  .m-main.service .page .section4__wrapper .contentWrap .rightArea,
  .m-main.service .page .section5__wrapper .contentWrap .rightArea,
  .m-main.service .page .section6__wrapper .contentWrap .rightArea,
  .m-main.service .page .section7__wrapper .contentWrap .rightArea,
  .m-main.service .page .section8__wrapper .contentWrap .rightArea,
  .m-main.service .page .section9__wrapper .contentWrap .rightArea,
  .m-main.service .page .section10__wrapper .contentWrap .rightArea,
  .m-main.service .page .section11__wrapper .contentWrap .rightArea,
  .m-main.service .page .section12__wrapper .contentWrap .rightArea {
    margin-top: 4rem;
    height: auto;
    max-width: 100%;
    padding: 9.4rem 8.2rem;
    margin-right: 7rem;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section3__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section4__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section5__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section6__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section7__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section8__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section9__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section10__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section11__wrapper .contentWrap .rightArea .image,
.m-main.service .page .section12__wrapper .contentWrap .rightArea .image {
  position: absolute;
  top: auto;
  bottom: 1.575rem;
  left: 1.575rem;
  right: 1.575rem;
  max-width: 34.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section3__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section4__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section5__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section6__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section7__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section8__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section9__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section10__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section11__wrapper .contentWrap .rightArea .image,
  .m-main.service .page .section12__wrapper .contentWrap .rightArea .image {
    bottom: 2.1rem;
    left: 2.1rem;
    right: 2.1rem;
    height: auto;
    max-width: 100%;
    width: 100%;
    position: static;
  }
}
.m-main.service .page .section2__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section3__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section4__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section5__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section6__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section7__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section8__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section9__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section10__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section11__wrapper .contentWrap .rightArea .image .imgArea,
.m-main.service .page .section12__wrapper .contentWrap .rightArea .image .imgArea {
  display: block;
}
.m-main.service .page .section2__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section3__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section4__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section5__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section6__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section7__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section8__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section9__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section10__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section11__wrapper .contentWrap .rightArea .image .imgArea img,
.m-main.service .page .section12__wrapper .contentWrap .rightArea .image .imgArea img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.m-main.service .page .section2__wrapper .barArea,
.m-main.service .page .section3__wrapper .barArea,
.m-main.service .page .section4__wrapper .barArea,
.m-main.service .page .section5__wrapper .barArea,
.m-main.service .page .section6__wrapper .barArea,
.m-main.service .page .section7__wrapper .barArea,
.m-main.service .page .section8__wrapper .barArea,
.m-main.service .page .section9__wrapper .barArea,
.m-main.service .page .section10__wrapper .barArea,
.m-main.service .page .section11__wrapper .barArea,
.m-main.service .page .section12__wrapper .barArea {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea,
  .m-main.service .page .section3__wrapper .barArea,
  .m-main.service .page .section4__wrapper .barArea,
  .m-main.service .page .section5__wrapper .barArea,
  .m-main.service .page .section6__wrapper .barArea,
  .m-main.service .page .section7__wrapper .barArea,
  .m-main.service .page .section8__wrapper .barArea,
  .m-main.service .page .section9__wrapper .barArea,
  .m-main.service .page .section10__wrapper .barArea,
  .m-main.service .page .section11__wrapper .barArea,
  .m-main.service .page .section12__wrapper .barArea {
    display: none;
  }
}
.m-main.service .page .section2__wrapper .barArea.white .text,
.m-main.service .page .section3__wrapper .barArea.white .text,
.m-main.service .page .section4__wrapper .barArea.white .text,
.m-main.service .page .section5__wrapper .barArea.white .text,
.m-main.service .page .section6__wrapper .barArea.white .text,
.m-main.service .page .section7__wrapper .barArea.white .text,
.m-main.service .page .section8__wrapper .barArea.white .text,
.m-main.service .page .section9__wrapper .barArea.white .text,
.m-main.service .page .section10__wrapper .barArea.white .text,
.m-main.service .page .section11__wrapper .barArea.white .text,
.m-main.service .page .section12__wrapper .barArea.white .text {
  color: #fff !important;
}
.m-main.service .page .section2__wrapper .barArea.white .bar,
.m-main.service .page .section3__wrapper .barArea.white .bar,
.m-main.service .page .section4__wrapper .barArea.white .bar,
.m-main.service .page .section5__wrapper .barArea.white .bar,
.m-main.service .page .section6__wrapper .barArea.white .bar,
.m-main.service .page .section7__wrapper .barArea.white .bar,
.m-main.service .page .section8__wrapper .barArea.white .bar,
.m-main.service .page .section9__wrapper .barArea.white .bar,
.m-main.service .page .section10__wrapper .barArea.white .bar,
.m-main.service .page .section11__wrapper .barArea.white .bar,
.m-main.service .page .section12__wrapper .barArea.white .bar {
  background-color: #fff !important;
}
.m-main.service .page .section2__wrapper .barArea .current,
.m-main.service .page .section2__wrapper .barArea .barlink,
.m-main.service .page .section3__wrapper .barArea .current,
.m-main.service .page .section3__wrapper .barArea .barlink,
.m-main.service .page .section4__wrapper .barArea .current,
.m-main.service .page .section4__wrapper .barArea .barlink,
.m-main.service .page .section5__wrapper .barArea .current,
.m-main.service .page .section5__wrapper .barArea .barlink,
.m-main.service .page .section6__wrapper .barArea .current,
.m-main.service .page .section6__wrapper .barArea .barlink,
.m-main.service .page .section7__wrapper .barArea .current,
.m-main.service .page .section7__wrapper .barArea .barlink,
.m-main.service .page .section8__wrapper .barArea .current,
.m-main.service .page .section8__wrapper .barArea .barlink,
.m-main.service .page .section9__wrapper .barArea .current,
.m-main.service .page .section9__wrapper .barArea .barlink,
.m-main.service .page .section10__wrapper .barArea .current,
.m-main.service .page .section10__wrapper .barArea .barlink,
.m-main.service .page .section11__wrapper .barArea .current,
.m-main.service .page .section11__wrapper .barArea .barlink,
.m-main.service .page .section12__wrapper .barArea .current,
.m-main.service .page .section12__wrapper .barArea .barlink {
  position: relative;
}
.m-main.service .page .section2__wrapper .barArea .current .text,
.m-main.service .page .section2__wrapper .barArea .barlink .text,
.m-main.service .page .section3__wrapper .barArea .current .text,
.m-main.service .page .section3__wrapper .barArea .barlink .text,
.m-main.service .page .section4__wrapper .barArea .current .text,
.m-main.service .page .section4__wrapper .barArea .barlink .text,
.m-main.service .page .section5__wrapper .barArea .current .text,
.m-main.service .page .section5__wrapper .barArea .barlink .text,
.m-main.service .page .section6__wrapper .barArea .current .text,
.m-main.service .page .section6__wrapper .barArea .barlink .text,
.m-main.service .page .section7__wrapper .barArea .current .text,
.m-main.service .page .section7__wrapper .barArea .barlink .text,
.m-main.service .page .section8__wrapper .barArea .current .text,
.m-main.service .page .section8__wrapper .barArea .barlink .text,
.m-main.service .page .section9__wrapper .barArea .current .text,
.m-main.service .page .section9__wrapper .barArea .barlink .text,
.m-main.service .page .section10__wrapper .barArea .current .text,
.m-main.service .page .section10__wrapper .barArea .barlink .text,
.m-main.service .page .section11__wrapper .barArea .current .text,
.m-main.service .page .section11__wrapper .barArea .barlink .text,
.m-main.service .page .section12__wrapper .barArea .current .text,
.m-main.service .page .section12__wrapper .barArea .barlink .text {
  letter-spacing: 0.025em;
  line-height: 1.166;
  text-align: center;
  margin-bottom: 0.9rem;
  font-size: 1.35rem;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .current .text,
  .m-main.service .page .section2__wrapper .barArea .barlink .text,
  .m-main.service .page .section3__wrapper .barArea .current .text,
  .m-main.service .page .section3__wrapper .barArea .barlink .text,
  .m-main.service .page .section4__wrapper .barArea .current .text,
  .m-main.service .page .section4__wrapper .barArea .barlink .text,
  .m-main.service .page .section5__wrapper .barArea .current .text,
  .m-main.service .page .section5__wrapper .barArea .barlink .text,
  .m-main.service .page .section6__wrapper .barArea .current .text,
  .m-main.service .page .section6__wrapper .barArea .barlink .text,
  .m-main.service .page .section7__wrapper .barArea .current .text,
  .m-main.service .page .section7__wrapper .barArea .barlink .text,
  .m-main.service .page .section8__wrapper .barArea .current .text,
  .m-main.service .page .section8__wrapper .barArea .barlink .text,
  .m-main.service .page .section9__wrapper .barArea .current .text,
  .m-main.service .page .section9__wrapper .barArea .barlink .text,
  .m-main.service .page .section10__wrapper .barArea .current .text,
  .m-main.service .page .section10__wrapper .barArea .barlink .text,
  .m-main.service .page .section11__wrapper .barArea .current .text,
  .m-main.service .page .section11__wrapper .barArea .barlink .text,
  .m-main.service .page .section12__wrapper .barArea .current .text,
  .m-main.service .page .section12__wrapper .barArea .barlink .text {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .current .bar,
.m-main.service .page .section2__wrapper .barArea .barlink .bar,
.m-main.service .page .section3__wrapper .barArea .current .bar,
.m-main.service .page .section3__wrapper .barArea .barlink .bar,
.m-main.service .page .section4__wrapper .barArea .current .bar,
.m-main.service .page .section4__wrapper .barArea .barlink .bar,
.m-main.service .page .section5__wrapper .barArea .current .bar,
.m-main.service .page .section5__wrapper .barArea .barlink .bar,
.m-main.service .page .section6__wrapper .barArea .current .bar,
.m-main.service .page .section6__wrapper .barArea .barlink .bar,
.m-main.service .page .section7__wrapper .barArea .current .bar,
.m-main.service .page .section7__wrapper .barArea .barlink .bar,
.m-main.service .page .section8__wrapper .barArea .current .bar,
.m-main.service .page .section8__wrapper .barArea .barlink .bar,
.m-main.service .page .section9__wrapper .barArea .current .bar,
.m-main.service .page .section9__wrapper .barArea .barlink .bar,
.m-main.service .page .section10__wrapper .barArea .current .bar,
.m-main.service .page .section10__wrapper .barArea .barlink .bar,
.m-main.service .page .section11__wrapper .barArea .current .bar,
.m-main.service .page .section11__wrapper .barArea .barlink .bar,
.m-main.service .page .section12__wrapper .barArea .current .bar,
.m-main.service .page .section12__wrapper .barArea .barlink .bar {
  height: 2.625rem;
  transition: height 0.3s, background-color 0.3s;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .current .bar,
  .m-main.service .page .section2__wrapper .barArea .barlink .bar,
  .m-main.service .page .section3__wrapper .barArea .current .bar,
  .m-main.service .page .section3__wrapper .barArea .barlink .bar,
  .m-main.service .page .section4__wrapper .barArea .current .bar,
  .m-main.service .page .section4__wrapper .barArea .barlink .bar,
  .m-main.service .page .section5__wrapper .barArea .current .bar,
  .m-main.service .page .section5__wrapper .barArea .barlink .bar,
  .m-main.service .page .section6__wrapper .barArea .current .bar,
  .m-main.service .page .section6__wrapper .barArea .barlink .bar,
  .m-main.service .page .section7__wrapper .barArea .current .bar,
  .m-main.service .page .section7__wrapper .barArea .barlink .bar,
  .m-main.service .page .section8__wrapper .barArea .current .bar,
  .m-main.service .page .section8__wrapper .barArea .barlink .bar,
  .m-main.service .page .section9__wrapper .barArea .current .bar,
  .m-main.service .page .section9__wrapper .barArea .barlink .bar,
  .m-main.service .page .section10__wrapper .barArea .current .bar,
  .m-main.service .page .section10__wrapper .barArea .barlink .bar,
  .m-main.service .page .section11__wrapper .barArea .current .bar,
  .m-main.service .page .section11__wrapper .barArea .barlink .bar,
  .m-main.service .page .section12__wrapper .barArea .current .bar,
  .m-main.service .page .section12__wrapper .barArea .barlink .bar {
    height: 3.5rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .current.active .bar, .m-main.service .page .section2__wrapper .barArea .current.hover .bar,
.m-main.service .page .section2__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section2__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section3__wrapper .barArea .current.active .bar,
.m-main.service .page .section3__wrapper .barArea .current.hover .bar,
.m-main.service .page .section3__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section3__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section4__wrapper .barArea .current.active .bar,
.m-main.service .page .section4__wrapper .barArea .current.hover .bar,
.m-main.service .page .section4__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section4__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section5__wrapper .barArea .current.active .bar,
.m-main.service .page .section5__wrapper .barArea .current.hover .bar,
.m-main.service .page .section5__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section5__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section6__wrapper .barArea .current.active .bar,
.m-main.service .page .section6__wrapper .barArea .current.hover .bar,
.m-main.service .page .section6__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section6__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section7__wrapper .barArea .current.active .bar,
.m-main.service .page .section7__wrapper .barArea .current.hover .bar,
.m-main.service .page .section7__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section7__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section8__wrapper .barArea .current.active .bar,
.m-main.service .page .section8__wrapper .barArea .current.hover .bar,
.m-main.service .page .section8__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section8__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section9__wrapper .barArea .current.active .bar,
.m-main.service .page .section9__wrapper .barArea .current.hover .bar,
.m-main.service .page .section9__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section9__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section10__wrapper .barArea .current.active .bar,
.m-main.service .page .section10__wrapper .barArea .current.hover .bar,
.m-main.service .page .section10__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section10__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section11__wrapper .barArea .current.active .bar,
.m-main.service .page .section11__wrapper .barArea .current.hover .bar,
.m-main.service .page .section11__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section11__wrapper .barArea .barlink.hover .bar,
.m-main.service .page .section12__wrapper .barArea .current.active .bar,
.m-main.service .page .section12__wrapper .barArea .current.hover .bar,
.m-main.service .page .section12__wrapper .barArea .barlink.active .bar,
.m-main.service .page .section12__wrapper .barArea .barlink.hover .bar {
  height: 7.5rem;
  color: #000000;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .current.active .bar, .m-main.service .page .section2__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section2__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section2__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section3__wrapper .barArea .current.active .bar,
  .m-main.service .page .section3__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section3__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section3__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section4__wrapper .barArea .current.active .bar,
  .m-main.service .page .section4__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section4__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section4__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section5__wrapper .barArea .current.active .bar,
  .m-main.service .page .section5__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section5__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section5__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section6__wrapper .barArea .current.active .bar,
  .m-main.service .page .section6__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section6__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section6__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section7__wrapper .barArea .current.active .bar,
  .m-main.service .page .section7__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section7__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section7__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section8__wrapper .barArea .current.active .bar,
  .m-main.service .page .section8__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section8__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section8__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section9__wrapper .barArea .current.active .bar,
  .m-main.service .page .section9__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section9__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section9__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section10__wrapper .barArea .current.active .bar,
  .m-main.service .page .section10__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section10__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section10__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section11__wrapper .barArea .current.active .bar,
  .m-main.service .page .section11__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section11__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section11__wrapper .barArea .barlink.hover .bar,
  .m-main.service .page .section12__wrapper .barArea .current.active .bar,
  .m-main.service .page .section12__wrapper .barArea .current.hover .bar,
  .m-main.service .page .section12__wrapper .barArea .barlink.active .bar,
  .m-main.service .page .section12__wrapper .barArea .barlink.hover .bar {
    height: 10rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .current.active .text, .m-main.service .page .section2__wrapper .barArea .current.hover .text,
.m-main.service .page .section2__wrapper .barArea .barlink.active .text,
.m-main.service .page .section2__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section3__wrapper .barArea .current.active .text,
.m-main.service .page .section3__wrapper .barArea .current.hover .text,
.m-main.service .page .section3__wrapper .barArea .barlink.active .text,
.m-main.service .page .section3__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section4__wrapper .barArea .current.active .text,
.m-main.service .page .section4__wrapper .barArea .current.hover .text,
.m-main.service .page .section4__wrapper .barArea .barlink.active .text,
.m-main.service .page .section4__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section5__wrapper .barArea .current.active .text,
.m-main.service .page .section5__wrapper .barArea .current.hover .text,
.m-main.service .page .section5__wrapper .barArea .barlink.active .text,
.m-main.service .page .section5__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section6__wrapper .barArea .current.active .text,
.m-main.service .page .section6__wrapper .barArea .current.hover .text,
.m-main.service .page .section6__wrapper .barArea .barlink.active .text,
.m-main.service .page .section6__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section7__wrapper .barArea .current.active .text,
.m-main.service .page .section7__wrapper .barArea .current.hover .text,
.m-main.service .page .section7__wrapper .barArea .barlink.active .text,
.m-main.service .page .section7__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section8__wrapper .barArea .current.active .text,
.m-main.service .page .section8__wrapper .barArea .current.hover .text,
.m-main.service .page .section8__wrapper .barArea .barlink.active .text,
.m-main.service .page .section8__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section9__wrapper .barArea .current.active .text,
.m-main.service .page .section9__wrapper .barArea .current.hover .text,
.m-main.service .page .section9__wrapper .barArea .barlink.active .text,
.m-main.service .page .section9__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section10__wrapper .barArea .current.active .text,
.m-main.service .page .section10__wrapper .barArea .current.hover .text,
.m-main.service .page .section10__wrapper .barArea .barlink.active .text,
.m-main.service .page .section10__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section11__wrapper .barArea .current.active .text,
.m-main.service .page .section11__wrapper .barArea .current.hover .text,
.m-main.service .page .section11__wrapper .barArea .barlink.active .text,
.m-main.service .page .section11__wrapper .barArea .barlink.hover .text,
.m-main.service .page .section12__wrapper .barArea .current.active .text,
.m-main.service .page .section12__wrapper .barArea .current.hover .text,
.m-main.service .page .section12__wrapper .barArea .barlink.active .text,
.m-main.service .page .section12__wrapper .barArea .barlink.hover .text {
  opacity: 1;
  position: absolute;
}
.m-main.service .page .section2__wrapper .barArea .current .text,
.m-main.service .page .section3__wrapper .barArea .current .text,
.m-main.service .page .section4__wrapper .barArea .current .text,
.m-main.service .page .section5__wrapper .barArea .current .text,
.m-main.service .page .section6__wrapper .barArea .current .text,
.m-main.service .page .section7__wrapper .barArea .current .text,
.m-main.service .page .section8__wrapper .barArea .current .text,
.m-main.service .page .section9__wrapper .barArea .current .text,
.m-main.service .page .section10__wrapper .barArea .current .text,
.m-main.service .page .section11__wrapper .barArea .current .text,
.m-main.service .page .section12__wrapper .barArea .current .text {
  position: absolute;
}
.m-main.service .page .section2__wrapper .barArea .barlink,
.m-main.service .page .section3__wrapper .barArea .barlink,
.m-main.service .page .section4__wrapper .barArea .barlink,
.m-main.service .page .section5__wrapper .barArea .barlink,
.m-main.service .page .section6__wrapper .barArea .barlink,
.m-main.service .page .section7__wrapper .barArea .barlink,
.m-main.service .page .section8__wrapper .barArea .barlink,
.m-main.service .page .section9__wrapper .barArea .barlink,
.m-main.service .page .section10__wrapper .barArea .barlink,
.m-main.service .page .section11__wrapper .barArea .barlink,
.m-main.service .page .section12__wrapper .barArea .barlink {
  width: 7.5rem;
  margin: 0 1.65rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink,
  .m-main.service .page .section3__wrapper .barArea .barlink,
  .m-main.service .page .section4__wrapper .barArea .barlink,
  .m-main.service .page .section5__wrapper .barArea .barlink,
  .m-main.service .page .section6__wrapper .barArea .barlink,
  .m-main.service .page .section7__wrapper .barArea .barlink,
  .m-main.service .page .section8__wrapper .barArea .barlink,
  .m-main.service .page .section9__wrapper .barArea .barlink,
  .m-main.service .page .section10__wrapper .barArea .barlink,
  .m-main.service .page .section11__wrapper .barArea .barlink,
  .m-main.service .page .section12__wrapper .barArea .barlink {
    width: 10rem;
    margin: 0 2.2rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink.active .bar img, .m-main.service .page .section2__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section3__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section3__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section4__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section4__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section5__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section5__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section6__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section6__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section7__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section7__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section8__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section8__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section9__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section9__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section10__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section10__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section11__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section11__wrapper .barArea .barlink.hover .bar img,
.m-main.service .page .section12__wrapper .barArea .barlink.active .bar img,
.m-main.service .page .section12__wrapper .barArea .barlink.hover .bar img {
  display: block;
}
.m-main.service .page .section2__wrapper .barArea .barlink .text,
.m-main.service .page .section3__wrapper .barArea .barlink .text,
.m-main.service .page .section4__wrapper .barArea .barlink .text,
.m-main.service .page .section5__wrapper .barArea .barlink .text,
.m-main.service .page .section6__wrapper .barArea .barlink .text,
.m-main.service .page .section7__wrapper .barArea .barlink .text,
.m-main.service .page .section8__wrapper .barArea .barlink .text,
.m-main.service .page .section9__wrapper .barArea .barlink .text,
.m-main.service .page .section10__wrapper .barArea .barlink .text,
.m-main.service .page .section11__wrapper .barArea .barlink .text,
.m-main.service .page .section12__wrapper .barArea .barlink .text {
  right: 0;
  top: -20.25px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink .text,
  .m-main.service .page .section3__wrapper .barArea .barlink .text,
  .m-main.service .page .section4__wrapper .barArea .barlink .text,
  .m-main.service .page .section5__wrapper .barArea .barlink .text,
  .m-main.service .page .section6__wrapper .barArea .barlink .text,
  .m-main.service .page .section7__wrapper .barArea .barlink .text,
  .m-main.service .page .section8__wrapper .barArea .barlink .text,
  .m-main.service .page .section9__wrapper .barArea .barlink .text,
  .m-main.service .page .section10__wrapper .barArea .barlink .text,
  .m-main.service .page .section11__wrapper .barArea .barlink .text,
  .m-main.service .page .section12__wrapper .barArea .barlink .text {
    top: -27px;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink .bar,
.m-main.service .page .section3__wrapper .barArea .barlink .bar,
.m-main.service .page .section4__wrapper .barArea .barlink .bar,
.m-main.service .page .section5__wrapper .barArea .barlink .bar,
.m-main.service .page .section6__wrapper .barArea .barlink .bar,
.m-main.service .page .section7__wrapper .barArea .barlink .bar,
.m-main.service .page .section8__wrapper .barArea .barlink .bar,
.m-main.service .page .section9__wrapper .barArea .barlink .bar,
.m-main.service .page .section10__wrapper .barArea .barlink .bar,
.m-main.service .page .section11__wrapper .barArea .barlink .bar,
.m-main.service .page .section12__wrapper .barArea .barlink .bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.service .page .section2__wrapper .barArea .barlink .bar img,
.m-main.service .page .section3__wrapper .barArea .barlink .bar img,
.m-main.service .page .section4__wrapper .barArea .barlink .bar img,
.m-main.service .page .section5__wrapper .barArea .barlink .bar img,
.m-main.service .page .section6__wrapper .barArea .barlink .bar img,
.m-main.service .page .section7__wrapper .barArea .barlink .bar img,
.m-main.service .page .section8__wrapper .barArea .barlink .bar img,
.m-main.service .page .section9__wrapper .barArea .barlink .bar img,
.m-main.service .page .section10__wrapper .barArea .barlink .bar img,
.m-main.service .page .section11__wrapper .barArea .barlink .bar img,
.m-main.service .page .section12__wrapper .barArea .barlink .bar img {
  max-width: 2.25rem;
  max-height: 2.25rem;
  height: 100%;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section3__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section4__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section5__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section6__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section7__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section8__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section9__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section10__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section11__wrapper .barArea .barlink .bar img,
  .m-main.service .page .section12__wrapper .barArea .barlink .bar img {
    max-width: 3rem;
    max-height: 3rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(1) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(1) .text {
  width: 5.25rem;
  left: 0;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(1) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(1) .text {
    width: 7rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(1) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(1) .bar {
  background-color: #000000;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(2) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(2) .text {
  width: 9rem;
  left: -1.65rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(2) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(2) .text {
    width: 12rem;
    left: -2.2rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(2) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(2) .bar {
  background-color: #BBF475;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(3) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(3) .text {
  width: 11.625rem;
  left: -2.25rem;
  letter-spacing: 1.5px;
  top: -3.225rem !important;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(3) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(3) .text {
    width: 15.5rem;
    left: -3rem;
    letter-spacing: 2px;
    top: -4.3rem !important;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(3) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(3) .bar {
  background-color: #B9A2FF;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(4) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(4) .text {
  text-align: left;
  letter-spacing: 1px;
  text-align: left;
  width: 15.75rem;
  top: -3rem;
  left: -4.125rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(4) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(4) .text {
    width: 21rem;
    top: -4rem;
    left: -5.5rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(4) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(4) .bar {
  background-color: #B4FAEE;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(5) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(5) .text {
  width: 12.75rem;
  top: -3rem;
  left: -3.075rem;
  width: 15rem;
  font-size: 1.35rem;
  text-align: left;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(5) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(5) .text {
    width: 17rem;
    top: -4rem;
    left: -4.1rem;
    width: 20rem;
    font-size: 1.8rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(5) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(5) .bar {
  background-color: #FBD485;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(6) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(6) .text {
  letter-spacing: 1px;
  text-align: left;
  width: 18rem;
  left: -5.1rem;
  top: -3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(6) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(6) .text {
    width: 24rem;
    left: -6.8rem;
    top: -4rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(6) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(6) .bar {
  background-color: #FA97EF;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(7) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(7) .text {
  letter-spacing: 1px;
  text-align: left;
  width: 22.5rem;
  left: -7.5rem;
  top: -3rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(7) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(7) .text {
    width: 30rem;
    left: -10rem;
    top: -4rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(7) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(7) .bar {
  background-color: #8FC2F6;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(8) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(8) .text {
  left: -1.2rem;
  top: -3rem;
  left: 0;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(8) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(8) .text {
    left: -1.6rem;
    top: -4rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(8) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(8) .bar {
  background-color: #FF7A7A;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(9) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(9) .text {
  width: 16.5rem;
  left: -5.85rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(9) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(9) .text {
    width: 22rem;
    left: -7.8rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(9) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(9) .bar {
  background-color: #7ACB77;
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(10) .text,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(10) .text {
  width: 9.75rem;
  left: -2.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(10) .text,
  .m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(10) .text {
    width: 22rem;
    left: -7.8rem;
  }
}
.m-main.service .page .section2__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section3__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section4__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section5__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section6__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section7__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section8__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section9__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section10__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section11__wrapper .barArea .barlink:nth-of-type(10) .bar,
.m-main.service .page .section12__wrapper .barArea .barlink:nth-of-type(10) .bar {
  background-color: #00C0CE;
}
.m-main.service .page.firstPage .section1 {
  padding-left: 10vw;
  padding-right: 10vw;
  width: 100vw;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper {
  margin-top: 11%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper {
    display: block;
    margin: 0 auto;
    margin-top: 5.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea {
  position: relative;
  width: 45rem;
  height: 45rem;
}
@media screen and (max-width: 1600px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea {
    left: -60px;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea {
    left: auto;
    width: 44rem;
    height: 44rem;
    margin: 0 auto;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44.25rem;
  height: 44.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circle {
    width: 59rem;
    height: 59rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circle svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circle svg {
  opacity: 0;
  transition: all 0.8s ease;
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circle svg path {
  transition: all 0.8s ease;
  stroke-width: 94.5px;
  stroke-dasharray: 112;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circle svg path {
    stroke-width: 126px;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circle {
    width: 42rem;
    height: 42rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circle img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 17.85rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circle img {
    max-width: 16rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .textImg {
  transform: translate(-50%, -50%) rotate(358deg);
  position: absolute;
  top: 50%;
  left: 49%;
  display: block;
  width: 114%;
  height: 114%;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .textImg {
    transform: translate(-50%, -50%) rotate(358deg);
    position: absolute;
    top: 49%;
    left: 50%;
    display: block;
    width: 94%;
    height: 93%;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .textImg picture img,
.m-main.service .page.firstPage .section1__wrapper .chartArea .textImg picture source {
  width: 100%;
  height: 100%;
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText {
  position: absolute;
  text-align: center;
  margin: 0;
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText span {
  color: #000000;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1.5rem;
  transform-origin: center bottom;
  left: calc(50% - 1.575rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem !important;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText span {
    left: 18rem;
    top: 3rem;
    width: 2rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 {
  width: 35.25rem;
  height: 19.5rem;
  right: 2.625rem;
  top: -0.75rem;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 {
    width: 45rem;
    height: 45rem;
    top: 1rem;
    right: -2.7rem;
    transform: rotate(-3deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span {
  height: 22.5rem;
  top: -27.75px;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span {
    height: 24rem;
    top: -14px;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(1) {
  transform: rotate(22deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(1) {
    transform: rotate(20deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(2) {
  transform: rotate(25deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(2) {
    transform: rotate(24deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(3) {
  transform: rotate(28deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(3) {
    transform: rotate(27deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(4) {
  transform: rotate(32deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(5) {
  transform: rotate(35deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(6) {
  transform: rotate(38deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(7) {
  transform: rotate(41deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(7) {
    transform: rotate(40deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(8) {
  transform: rotate(44deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(8) {
    transform: rotate(43deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(9) {
  transform: rotate(47deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(10) {
  transform: rotate(50deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText1 span:nth-child(11) {
  transform: rotate(53deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 {
  width: 40.5rem;
  height: 40.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 {
    width: 40.5rem;
    height: 40.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span {
  height: 21rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span {
    height: 23rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(1) {
  transform: rotate(14deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(2) {
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(2) {
    transform: rotate(17deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(3) {
  transform: rotate(21deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(3) {
    transform: rotate(20deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(4) {
  transform: rotate(24deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(4) {
    transform: rotate(22.8deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(5) {
  transform: rotate(27deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(5) {
    transform: rotate(25.8deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(6) {
  transform: rotate(30deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(6) {
    transform: rotate(28.9deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(7) {
  transform: rotate(33.5deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(7) {
    transform: rotate(32.2deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(8) {
  transform: rotate(37.5deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(8) {
    transform: rotate(35.8deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(9) {
  transform: rotate(41deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(9) {
    transform: rotate(39.3deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(10) {
  transform: rotate(44deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(10) {
    transform: rotate(42.5deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(11) {
  transform: rotate(47deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText2 span:nth-child(11) {
    transform: rotate(46deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 {
  transform: rotate(4deg);
  top: -2.025rem;
  left: 1.65rem;
  width: 46.5rem;
  height: 46.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 {
    width: 48rem;
    height: 48rem;
    transform: rotate(7deg);
    top: -5.1rem;
    left: 1.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span {
  height: 24.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span {
    height: 23.8rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(1) {
  transform: rotate(70deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(2) {
  transform: rotate(73deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(3) {
  transform: rotate(76deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(4) {
  transform: rotate(79deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(5) {
  transform: rotate(82deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(6) {
  transform: rotate(88deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(7) {
  transform: rotate(91deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(8) {
  transform: rotate(94deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(9) {
  transform: rotate(97deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText3 span:nth-child(10) {
  transform: rotate(100deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 {
  width: 40.5rem;
  height: 40.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 {
    width: 42rem;
    height: 42rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span {
  height: 21rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span {
    height: 21.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(1) {
  transform: rotate(73deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(2) {
  transform: rotate(76deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(3) {
  transform: rotate(79deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(4) {
  transform: rotate(82deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(5) {
  transform: rotate(85deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(6) {
  transform: rotate(88deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(7) {
  transform: rotate(92deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(8) {
  transform: rotate(96deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(9) {
  transform: rotate(99.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(10) {
  transform: rotate(103deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText4 span:nth-child(11) {
  transform: rotate(106deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 {
  transform: rotate(5deg);
  top: -0.375rem;
  left: 2.175rem;
  width: 42.75rem;
  height: 42rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 {
    width: 46rem;
    height: 46rem;
    top: -2.4rem;
    left: 3.2rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span {
  height: 24.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span {
    height: 22.2rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(1) {
  transform: rotate(118deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(2) {
  transform: rotate(121deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(3) {
  transform: rotate(124deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(4) {
  transform: rotate(127deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(5) {
  transform: rotate(130deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(6) {
  transform: rotate(135deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(7) {
  transform: rotate(138deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(8) {
  transform: rotate(141deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(9) {
  transform: rotate(145deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(10) {
  transform: rotate(148.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(11) {
  transform: rotate(151.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(12) {
  transform: rotate(155deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(13) {
  transform: rotate(157deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(14) {
  transform: rotate(160deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText5 span:nth-child(15) {
  transform: rotate(164deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 {
  width: 45rem;
  height: 45rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 {
    width: 40.6rem;
    height: 40.6rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span {
  height: 22.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span {
    height: 21.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(1) {
  transform: rotate(192deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(2) {
  transform: rotate(195.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(3) {
  transform: rotate(198.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(4) {
  transform: rotate(203.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(5) {
  transform: rotate(206.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(6) {
  transform: rotate(209.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(7) {
  transform: rotate(212.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(8) {
  transform: rotate(215deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(9) {
  transform: rotate(223deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(10) {
  transform: rotate(215deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(11) {
  transform: rotate(215deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(12) {
  transform: rotate(215deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(13) {
  transform: rotate(198.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText6 span:nth-child(14) {
  transform: rotate(198.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 {
  transform: rotate(-5deg);
  top: 1.125rem;
  left: 2.85rem;
  width: 37.2rem;
  height: 31.2rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 {
    width: 40.6rem;
    height: 40.6rem;
    transform: rotate(-5deg);
    top: 1.2rem;
    left: 1.6rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span {
  height: 24rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span {
    height: 20.3rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(1) {
  transform: rotate(190deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(2) {
  transform: rotate(194deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(3) {
  transform: rotate(197deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(4) {
  transform: rotate(203deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(5) {
  transform: rotate(207deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(6) {
  transform: rotate(210deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(7) {
  transform: rotate(213deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(8) {
  transform: rotate(216deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(9) {
  transform: rotate(219deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(10) {
  transform: rotate(223deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(11) {
  transform: rotate(228deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(12) {
  transform: rotate(232deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(13) {
  transform: rotate(236deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText7 span:nth-child(14) {
  transform: rotate(240deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 {
  width: 43.8rem;
  height: 43.8rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 {
    width: 43.5rem;
    height: 43.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 span {
  height: 21.9rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 span {
    height: 21.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 span:nth-child(1) {
  transform: rotate(265deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 span:nth-child(2) {
  transform: rotate(269deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText8 span:nth-child(3) {
  transform: rotate(272deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 {
  left: -0.45rem;
  width: 39.75rem;
  height: 34.5rem;
  transform: rotate(-3deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 {
    left: 0.3rem;
    width: 38.7rem;
    height: 40rem;
    transform: rotate(3deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span {
  height: 23.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span {
    height: 19.6rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(1) {
  transform: rotate(241deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(2) {
  transform: rotate(243deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(3) {
  transform: rotate(248.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(4) {
  transform: rotate(252deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(5) {
  transform: rotate(255deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(6) {
  transform: rotate(258deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(7) {
  transform: rotate(261deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(8) {
  transform: rotate(264.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(9) {
  transform: rotate(269.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(10) {
  transform: rotate(272.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(11) {
  transform: rotate(275.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(12) {
  transform: rotate(278.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(13) {
  transform: rotate(281.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(14) {
  transform: rotate(284.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(15) {
  transform: rotate(291.5deg);
  top: 0.975rem;
  height: 23.85rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(15) {
    top: 1.3rem;
    height: 31.8rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(16) {
  transform: rotate(290.5deg);
  top: -0.375rem;
  height: 23.325rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(16) {
    top: -0.5rem;
    height: 31.1rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(17) {
  transform: rotate(289.5deg);
  top: -1.65rem;
  height: 22.725rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(17) {
    top: -2.2rem;
    height: 30.3rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(18) {
  transform: rotate(292deg);
  top: -1.875rem;
  height: 22.65rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(18) {
    top: -2.5rem;
    height: 30.2rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(19) {
  transform: rotate(295.5deg);
  top: -1.875rem;
  height: 22.725rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText9 span:nth-child(19) {
    top: -2.5rem;
    height: 30.3rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 {
  width: 43.5rem;
  height: 43.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 {
    width: 44rem;
    height: 44rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span {
  height: 21.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span {
    height: 21rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(1) {
  transform: rotate(321deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(2) {
  transform: rotate(324.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(3) {
  transform: rotate(328deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(4) {
  transform: rotate(331deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(5) {
  transform: rotate(334.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(6) {
  transform: rotate(337deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText10 span:nth-child(7) {
  transform: rotate(339.5deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 {
  transform: rotate(-16deg);
  top: -4.05rem;
  left: 0.45rem;
  width: 39rem;
  height: 40.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 {
    width: 39.5rem;
    height: 39.5rem;
    top: -2.9rem;
    left: 0.1rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span {
  height: 22.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span {
    height: 19rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(1) {
  transform: rotate(310deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(1) {
    transform: rotate(306deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(2) {
  transform: rotate(313deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(2) {
    transform: rotate(310deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(3) {
  transform: rotate(316deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(3) {
    transform: rotate(314deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(4) {
  transform: rotate(319deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(4) {
    transform: rotate(318deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(5) {
  transform: rotate(322deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(5) {
    transform: rotate(322deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(6) {
  transform: rotate(327deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(7) {
  transform: rotate(330deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(8) {
  transform: rotate(333deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(8) {
    transform: rotate(334deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(9) {
  transform: rotate(336deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(9) {
    transform: rotate(338deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(10) {
  transform: rotate(339deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(10) {
    transform: rotate(341deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(11) {
  transform: rotate(341deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(11) {
    transform: rotate(343deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(12) {
  transform: rotate(344deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(12) {
    transform: rotate(346deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(13) {
  transform: rotate(347deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(13) {
    transform: rotate(349deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(14) {
  transform: rotate(350deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(14) {
    transform: rotate(352deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(15) {
  transform: rotate(353deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(15) {
    transform: rotate(355deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(16) {
  transform: rotate(356deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(16) {
    transform: rotate(358deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(17) {
  transform: rotate(359deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(17) {
    transform: rotate(361deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(18) {
  transform: rotate(363deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(18) {
    transform: rotate(367deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(19) {
  transform: rotate(366deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(19) {
    transform: rotate(370deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(20) {
  transform: rotate(369deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(20) {
    transform: rotate(373deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(21) {
  transform: rotate(372deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(21) {
    transform: rotate(375deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(22) {
  transform: rotate(375deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(22) {
    transform: rotate(378deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(23) {
  transform: rotate(378deg);
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(23) {
    transform: rotate(382deg);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(24) {
  transform: rotate(327deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .circleText.circleText11 span:nth-child(25) {
  transform: rotate(327deg);
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink {
  display: block;
  position: absolute;
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart1 {
  width: 19.5rem;
  height: 16.5rem;
  top: 0;
  left: 50%;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart1 {
    width: 15rem;
    height: 12rem;
    top: 1rem;
    left: calc(50% + 1rem);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart2 {
  width: 12rem;
  height: 22.5rem;
  top: 11.25rem;
  right: -15px;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart2 {
    width: 9rem;
    height: 15.8rem;
    top: 14rem;
    right: -20px;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart3 {
  width: 187.5PX;
  bottom: 0;
  left: 50%;
  height: 157.5px;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart3 {
    width: 14rem;
    height: 12rem;
    bottom: 2rem;
    left: calc(50% + 1rem);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart4 {
  width: 19.5rem;
  height: 15.75rem;
  bottom: 0;
  right: 50%;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart4 {
    width: 13.5rem;
    height: 12rem;
    bottom: 1rem;
    right: calc(50% + 1rem);
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart5 {
  top: 12rem;
  left: -15px;
  width: 12rem;
  height: 21rem;
  bottom: 0;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart5 {
    width: 9.5rem;
    height: 15rem;
    top: 14.5rem;
    left: -0.5rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart6 {
  width: 19.5rem;
  height: 15.75rem;
  top: 0;
  right: 50%;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .chartArea .pageLink.chart6 {
    width: 14.5rem;
    height: 13rem;
    top: 1rem;
    left: 7rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea {
  width: 100%;
  max-width: 60rem;
  margin-right: -10vw;
}
@media (min-width: 1800px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 8.5rem;
  }
}
@media (max-width: 500px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea {
    max-width: 44rem;
  }
}
@media (min-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea {
    max-width: 80rem;
    margin-top: 3rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea h1.title {
  font-size: 6.75rem;
  margin-bottom: 3rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 500px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea h1.title {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea p.text {
  font-size: 1.35rem;
  width: 54.75rem;
  margin-bottom: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea p.text {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea p.text {
    width: 64rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list {
    display: none;
  }
}
@media (min-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list {
    width: 72rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul {
  max-width: 30rem;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul {
    max-width: 40rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li {
  display: block;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a {
  border-top: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 26.25rem;
  padding: 1.875rem 1.2rem;
  max-height: 6rem;
  color: #000000;
  height: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:hover .arrow_icon_service {
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a {
    width: 35rem;
    padding: 2.5rem 1.6rem;
    max-height: 8rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr1:hover {
  background: #BBF474;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr2:hover {
  background: #B9A2FF;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr3:hover {
  background: #B4FAEE;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr4:hover {
  background: #FCD386;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr5:hover {
  background: #FA97EF;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a.tr6:hover {
  background: #8FC2F5;
}
@media (min-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a {
    width: 34rem;
  }
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:hover {
    background: #39A4D2;
    color: #FFFFFF;
  }
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:hover span {
    color: #FFFFFF;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:active, .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:focus, .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a:visited {
  color: #000000;
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a img {
  max-width: 4.95rem;
  max-height: 4.95rem;
  height: auto;
  width: auto;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a img {
    max-width: 6.6rem;
    max-height: 6.6rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a img.arrow_icon_service {
  width: 1.5rem;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a img.arrow_icon_service {
    width: 2rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  width: 9.75rem;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li a span {
    font-size: 2rem;
    width: 13rem;
  }
}
.m-main.service .page.firstPage .section1__wrapper .titleArea .services_intro_list ul li:last-child a {
  border-bottom: 1px solid #CCCCCC;
}
.m-main.service .page.web .section2__wrapper .curved_line_section {
  position: absolute;
  left: -10vw;
  top: 12.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .curved_line_section {
    display: none;
    top: 17rem;
  }
}
.m-main.service .page.web .section2__wrapper .curved_line_section img {
  display: block;
  width: 19.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .curved_line_section img {
    width: 26rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap {
  justify-content: space-between;
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea {
  width: 54.5%;
  padding: 11.25rem 8.25rem;
  margin-left: 5.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea {
    padding: 15rem 11rem;
    width: 100%;
    margin-left: 0;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_top_leftArea {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_top_leftArea {
    width: 100%;
    display: block;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
  width: 100%;
  max-width: 100%;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 6.6rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea {
  margin-top: 3rem;
  max-width: 37.5rem;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea {
    margin-top: 4rem;
    max-width: 50rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text {
  font-size: 1.35rem;
  line-height: 2;
  max-width: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text {
    font-size: 1.8rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
    margin-top: 3rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag {
  font-size: 0.9rem;
  padding: 3px 0.9rem;
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000000;
  border-radius: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag {
    font-size: 1.2rem;
    padding: 4px 1.2rem;
    margin-top: 1rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .rightArea {
  background: #BBF475;
  width: 100%;
  max-width: 37.5rem;
  height: 49.875rem;
  padding: 1.575rem;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .rightArea {
    max-width: 50rem;
    margin-top: 4rem;
    height: auto;
    max-width: 100%;
    padding: 9.4rem 8.2rem;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .rightArea .image {
  position: absolute;
  bottom: 1.875rem;
  left: 1.575rem;
  right: 1.575rem;
  max-width: 38.1rem;
  top: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.web .section2__wrapper .contentWrap .rightArea .image {
    bottom: 2.5rem;
    left: 2.1rem;
    right: 2.1rem;
    height: auto;
    max-width: 100%;
    width: 100%;
    position: static;
  }
}
.m-main.service .page.web .section2__wrapper .contentWrap .rightArea .image .imgArea {
  display: block;
}
.m-main.service .page.web .section2__wrapper .contentWrap .rightArea .image .imgArea img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.m-main.service .page.photo .section3__wrapper .curved_line_section {
  top: 51%;
  bottom: 0;
  margin: 0;
  transform: translate(0%, -51%);
  left: -6.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.photo .section3__wrapper .curved_line_section {
    display: none;
    left: -9rem;
  }
}
.m-main.service .page.photo .section3__wrapper .curved_line_section img {
  display: block;
  width: 12.225rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.photo .section3__wrapper .curved_line_section img {
    width: 16.3rem;
  }
}
.m-main.service .page.photo .section3__wrapper .contentWrap .leftArea {
  max-width: 50rem;
  margin-left: 18rem;
  margin-bottom: -8.5rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.photo .section3__wrapper .contentWrap .leftArea {
    max-width: 37.5rem;
    margin-left: 13.5rem;
    margin-bottom: -6.375rem;
  }
}
.m-main.service .page.photo .section3__wrapper .contentWrap .leftArea .secTitle br {
  display: none;
}
@media (max-width: 768px) {
  .m-main.service .page.photo .section3__wrapper .contentWrap .leftArea .secTitle br {
    display: block;
  }
}
.m-main.service .page.photo .section3__wrapper .contentWrap .rightArea {
  background: #B9A2FF;
}
.m-main.service .page.photo .section3__wrapper .contentWrap .rightArea .link {
  top: 10.875rem;
  right: 0;
}
@media (max-width: 768px) {
  .m-main.service .page.photo .section3__wrapper .contentWrap .rightArea .link {
    top: 14.5rem;
  }
}
.m-main.service .page.movie .section4__wrapper .curved_line_section {
  bottom: 23.4rem;
}
@media (max-width: 768px) {
  .m-main.service .page.movie .section4__wrapper .curved_line_section {
    display: none;
    bottom: 31.2rem;
  }
}
.m-main.service .page.movie .section4__wrapper .curved_line_section img {
  display: block;
  width: 19.725rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.movie .section4__wrapper .curved_line_section img {
    width: 26.3rem;
  }
}
.m-main.service .page.movie .section4__wrapper .contentWrap .leftArea {
  width: 100%;
  margin-right: auto;
  max-width: 37.5rem;
  margin-left: 12.75rem;
  margin-bottom: -3rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.movie .section4__wrapper .contentWrap .leftArea {
    max-width: 50rem;
    margin-left: 17rem;
    margin-bottom: -4rem;
  }
}
.m-main.service .page.movie .section4__wrapper .contentWrap .rightArea {
  background: #B4FAEE;
}
.m-main.service .page.app .section5__wrapper .curved_line_section {
  top: 52%;
}
@media (max-width: 768px) {
  .m-main.service .page.app .section5__wrapper .curved_line_section {
    display: none;
  }
}
.m-main.service .page.app .section5__wrapper .curved_line_section img {
  display: block;
  width: 19.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.app .section5__wrapper .curved_line_section img {
    width: 26rem;
  }
}
.m-main.service .page.app .section5__wrapper .contentWrap .leftArea {
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  max-width: 37.5rem;
  max-width: 37.875rem;
  margin-left: 13.5rem;
  margin-bottom: -3.375rem;
}
@media (max-width: 768px) {
  .m-main.service .page.app .section5__wrapper .contentWrap .leftArea {
    max-width: 50rem;
    max-width: 50.5rem;
    margin-left: 18rem;
    margin-bottom: -4.5rem;
  }
}
.m-main.service .page.app .section5__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
  margin-left: -0.75rem;
  margin-bottom: 3.75px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.app .section5__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    margin-left: -1rem;
    margin-bottom: 5px;
  }
}
.m-main.service .page.app .section5__wrapper .contentWrap .rightArea {
  background: #FBD485;
}
.m-main.service .page.system .section6__wrapper .curved_line_section {
  bottom: 0;
  top: 54%;
  left: -6.75rem;
  margin: 0;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .m-main.service .page.system .section6__wrapper .curved_line_section {
    display: none;
    left: -9rem;
  }
}
.m-main.service .page.system .section6__wrapper .curved_line_section img {
  display: block;
  width: 12.225rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.system .section6__wrapper .curved_line_section img {
    width: 16.3rem;
  }
}
.m-main.service .page.system .section6__wrapper .contentWrap .leftArea {
  width: 100%;
  margin-top: auto;
  max-width: 37.5rem;
  max-width: 37.875rem;
  margin-left: 13.5rem;
  margin-bottom: 1.875rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.system .section6__wrapper .contentWrap .leftArea {
    max-width: 50rem;
    max-width: 50.5rem;
    margin-left: 18rem;
    margin-bottom: 2.5rem;
  }
}
.m-main.service .page.system .section6__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
  height: 8.25rem;
  width: 9rem;
  margin-left: -0.75rem;
  margin-bottom: 3.75px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.system .section6__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    height: 11rem;
    width: 12rem;
    margin-left: -1rem;
    margin-bottom: 5px;
  }
}
.m-main.service .page.system .section6__wrapper .contentWrap .leftArea .container_top_leftArea h2 {
  min-width: 52.5rem;
  width: 52.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.system .section6__wrapper .contentWrap .leftArea .container_top_leftArea h2 {
    min-width: 70rem;
    width: 70rem;
  }
}
.m-main.service .page.system .section6__wrapper .contentWrap .rightArea {
  background: #FA97EF;
}
.m-main.service .page.cloud .section7__wrapper .curved_line_section {
  top: 12rem;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .curved_line_section {
    display: none;
    top: 16rem;
  }
}
.m-main.service .page.cloud .section7__wrapper .curved_line_section img {
  display: block;
  width: 19.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .curved_line_section img {
    display: none;
    top: 16rem;
  }
}
.m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea {
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  max-width: 37.5rem;
  margin-left: 13.5rem;
  margin-bottom: 2.625rem;
  max-width: 37.875rem;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea {
    max-width: 50rem;
    margin-left: 18rem;
    margin-bottom: 3.5rem;
    max-width: 50.5rem;
  }
}
.m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
  margin-left: -0.75rem;
  margin-bottom: 3.75px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    margin-left: -1rem;
    margin-bottom: 5px;
  }
}
.m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_top_leftArea h2 {
  min-width: 55.5rem;
  width: 55.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_top_leftArea h2 {
    min-width: 74rem;
    width: 74rem;
  }
}
.m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.cloud .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
    margin-top: 2rem;
  }
}
.m-main.service .page.cloud .section7__wrapper .contentWrap .rightArea {
  background: #8FC2F6;
}
.m-main.service .page.process .section8__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.service .page.process .section8__wrapper .container {
  transform: translateY(-20%);
  max-width: 105rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container {
    transform: translateY(0);
    max-width: 140rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .titleArea .section_header_service_data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  margin-top: 2.25rem;
  margin-bottom: 5.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .titleArea .section_header_service_data {
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .titleArea .section_header_service_data .secTitle {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
}
.m-main.service .page.process .section8__wrapper .container .titleArea .icon {
  width: 6rem;
  height: 5.25rem;
  margin-bottom: -0.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .titleArea .icon {
    width: 10.9rem;
    height: 10.9rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .titleArea .secTitle {
  width: auto;
  font-family: "Helvetica-Bold", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  margin-right: 3.45rem;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .titleArea .secTitle {
    font-size: 6.6rem;
    margin-bottom: 4rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .titleArea .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35rem;
  max-width: 56.625rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .titleArea .text {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    max-width: 75.5rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 4.1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .wrap {
    min-height: 20rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea .wrap .process_step {
  background: #FF7A7A;
  padding: 3.525rem 3.375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .wrap .process_step {
    padding: 3.5rem 4.5rem;
    margin-right: 4.6rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea .wrap .process_step h3 {
  font-size: 1.35rem;
  width: 8.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .wrap .process_step h3 {
    font-size: 1.8rem;
    width: 11rem;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea .wrap .text {
  margin-top: 1.5rem;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .wrap .text {
    margin: 0 auto;
    width: 100%;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea .next {
  margin-top: 3.75rem;
  margin-left: 6.75px;
  margin-right: 6.75px;
}
@media (max-width: 768px) {
  .m-main.service .page.process .section8__wrapper .container .mainArea .next {
    transform: rotate(90deg);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8.5rem;
    margin-right: 0;
    top: -8rem;
    position: relative;
  }
}
.m-main.service .page.process .section8__wrapper .container .mainArea .next .arrow svg path {
  fill: #FF7A7A;
}
.m-main.service .page.choose .section9__wrapper,
.m-main.service .page.choose .section10__wrapper,
.m-main.service .page.choose .section11__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.service .page.choose .section9__wrapper h2.secTitle,
.m-main.service .page.choose .section10__wrapper h2.secTitle,
.m-main.service .page.choose .section11__wrapper h2.secTitle {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper h2.secTitle,
  .m-main.service .page.choose .section10__wrapper h2.secTitle,
  .m-main.service .page.choose .section11__wrapper h2.secTitle {
    font-size: 6.6rem;
    text-align: center;
  }
}
.m-main.service .page.choose .section9__wrapper .titleArea,
.m-main.service .page.choose .section10__wrapper .titleArea,
.m-main.service .page.choose .section11__wrapper .titleArea {
  position: relative;
  top: -13%;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .titleArea,
  .m-main.service .page.choose .section10__wrapper .titleArea,
  .m-main.service .page.choose .section11__wrapper .titleArea {
    top: 0;
  }
}
.m-main.service .page.choose .section9__wrapper .titleArea_container_choose,
.m-main.service .page.choose .section10__wrapper .titleArea_container_choose,
.m-main.service .page.choose .section11__wrapper .titleArea_container_choose {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.m-main.service .page.choose .section9__wrapper .titleArea_container_choose .icon,
.m-main.service .page.choose .section10__wrapper .titleArea_container_choose .icon,
.m-main.service .page.choose .section11__wrapper .titleArea_container_choose .icon {
  height: 6.75rem;
  width: 6.75rem;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .titleArea_container_choose .icon,
  .m-main.service .page.choose .section10__wrapper .titleArea_container_choose .icon,
  .m-main.service .page.choose .section11__wrapper .titleArea_container_choose .icon {
    width: 10.9rem;
    height: 10.9rem;
  }
}
.m-main.service .page.choose .section9__wrapper .titleArea_container_choose .icon img,
.m-main.service .page.choose .section10__wrapper .titleArea_container_choose .icon img,
.m-main.service .page.choose .section11__wrapper .titleArea_container_choose .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.m-main.service .page.choose .section9__wrapper .intro_container_choose,
.m-main.service .page.choose .section10__wrapper .intro_container_choose,
.m-main.service .page.choose .section11__wrapper .intro_container_choose {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 67.5rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose .image,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose .image,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose .image {
    margin-bottom: 2.6rem;
  }
}
.m-main.service .page.choose .section9__wrapper .intro_container_choose .image .imgArea img,
.m-main.service .page.choose .section10__wrapper .intro_container_choose .image .imgArea img,
.m-main.service .page.choose .section11__wrapper .intro_container_choose .image .imgArea img {
  display: block;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose .image .imgArea img,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose .image .imgArea img,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose .image .imgArea img {
    max-width: 10rem;
  }
}
.m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area,
.m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area,
.m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area {
  max-width: 37.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area {
    text-align: center;
    max-width: 100%;
  }
}
.m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area h3,
.m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area h3,
.m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area h3,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area h3,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area h3 {
    text-align: center;
    font-size: 2.4rem;
  }
}
.m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area p,
.m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area p,
.m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2.25rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose .text_area p,
  .m-main.service .page.choose .section10__wrapper .intro_container_choose .text_area p,
  .m-main.service .page.choose .section11__wrapper .intro_container_choose .text_area p {
    text-align: center;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section10__wrapper h2,
  .m-main.service .page.choose .section11__wrapper h2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section9__wrapper .intro_container_choose {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.choose .section11 {
    padding-bottom: 13.3rem;
  }
}
@media (max-width: 768px) {
  .m-main.service .page.touch {
    display: none;
  }
}
.m-main.service .page.touch .section12__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
}
.m-main.service .page.touch .section12__wrapper .titleArea {
  position: absolute;
  margin-right: 8.55rem;
  top: 8.25rem;
  left: -10.725rem;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .titleArea {
    position: static;
    margin-right: 11.4rem;
    top: 11rem;
    left: -14.3rem;
  }
}
.m-main.service .page.touch .section12__wrapper .titleArea h2 {
  font-size: 4.5rem;
  width: 562.5px;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .titleArea h2 {
    font-size: 6rem;
    width: 750px;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #00C0CE;
  text-align: center;
  padding: 7.5rem;
  width: 45rem;
  height: 45rem;
  margin-right: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container {
    padding: 10rem;
    width: 60rem;
    height: 60rem;
    margin-right: 6rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container:last-of-type {
  margin-right: 0;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container img {
  height: auto;
  display: block;
  width: 4.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container img {
    width: 5.6rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
  font-size: 1.8rem;
  margin-top: 0.975rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container h3 {
    font-size: 2.4rem;
    margin-top: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.contact_tel {
  color: #FFFFFF;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 0.825rem;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.contact_tel {
    font-size: 4rem;
    margin-bottom: 1.1rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 16.5rem;
  border-radius: 22.5rem;
  padding: 1.125rem 1.875rem;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch {
    width: 22rem;
    border-radius: 30rem;
    padding: 1.5rem 2.5rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch span {
  display: block;
  color: #000000;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch img {
  margin: 0;
  width: 1.5rem;
  max-width: 1.2rem;
  right: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch img {
    width: 2rem;
    max-width: 1.6rem;
    right: 2rem;
  }
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch img.getInTouch_arrow_default {
  display: block;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch img.getInTouch_arrow_hover {
  display: none;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:hover, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:focus, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:active {
  background: #000000;
  border: 1px solid #000000;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:hover img.getInTouch_arrow_default, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:focus img.getInTouch_arrow_default, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:active img.getInTouch_arrow_default {
  display: none;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:hover img.getInTouch_arrow_hover, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:focus img.getInTouch_arrow_hover, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:active img.getInTouch_arrow_hover {
  display: block;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:hover span, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:focus span, .m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a.linkInTouch:active span {
  color: #FFFFFF;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container a span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-main.service .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container span.contact_hours {
  color: #FFFFFF;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .m-main.service2 .page.firstPage .section1__wrapper .titleArea {
    max-width: 75rem;
  }
}
@media screen and (min-width: 768px) {
  .m-main.service2 .page.firstPage .section1__wrapper .chartArea {
    left: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .m-main.service2 .page.firstPage .section1__wrapper .chartArea .textImg {
    width: 114%;
    height: 114%;
  }
}
.m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area h3 br,
.m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area h3 br,
.m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area h3 br {
  display: none;
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area h3 br,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area h3 br,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area h3 br {
    display: block;
  }
}
.m-main.service2 .page.choose .section9__wrapper .titleArea_container_choose,
.m-main.service2 .page.choose .section10__wrapper .titleArea_container_choose,
.m-main.service2 .page.choose .section11__wrapper .titleArea_container_choose {
  position: relative;
  left: 2.625rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .titleArea_container_choose,
  .m-main.service2 .page.choose .section10__wrapper .titleArea_container_choose,
  .m-main.service2 .page.choose .section11__wrapper .titleArea_container_choose {
    left: 3.5rem;
  }
}
.m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area,
.m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area,
.m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area {
  max-width: 45rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area {
    max-width: 60rem;
  }
}
.m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area h3,
.m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area h3,
.m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area h3 {
  font-size: 2.55rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area h3,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area h3,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area h3 {
    font-size: 3.4rem;
  }
}
.m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area p,
.m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area p,
.m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area p {
  font-size: 1.35rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area p,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area p,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area h3,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area h3,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area h3 {
    font-size: 2.4rem;
  }
  .m-main.service2 .page .section2 {
    padding-top: 5rem;
  }
  .m-main.service2 .page.web .section2__wrapper .contentWrap .leftArea {
    padding: 0;
  }
  .m-main.service2 .page .section2__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    margin-bottom: 2rem;
  }
  .m-main.service2 .page.web .section2__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service2 .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service2 .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea,
  .m-main.service2 .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea {
    margin-top: 0;
  }
  .m-main.service2 .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service2 .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service2 .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text,
  .m-main.service2 .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea p.text {
    font-size: 2.1rem;
  }
  .m-main.service2 .page.web .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea {
    margin-top: 2rem;
  }
  .m-main.service2 .page .section2__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service2 .page .section3__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service2 .page .section4__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service2 .page .section5__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service2 .page .section6__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag,
  .m-main.service2 .page .section7__wrapper .contentWrap .leftArea .container_bottom_leftArea .tagArea .tag {
    font-size: 1.6rem !important;
  }
  .m-main.service2 .page .section2__wrapper .contentWrap .rightArea,
  .m-main.service2 .page .section3__wrapper .contentWrap .rightArea,
  .m-main.service2 .page .section4__wrapper .contentWrap .rightArea,
  .m-main.service2 .page .section5__wrapper .contentWrap .rightArea,
  .m-main.service2 .page .section6__wrapper .contentWrap .rightArea,
  .m-main.service2 .page .section7__wrapper .contentWrap .rightArea {
    height: 50rem !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
    margin-top: 4rem !important;
  }
  .m-main.service2 .page.photo .section3__wrapper .contentWrap .leftArea {
    margin-left: 0;
  }
  .m-main.service2 .page .section3 {
    padding-top: 6rem;
  }
  .m-main.service2 .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    margin-bottom: 0;
  }
  .m-main.service2 .page .section3__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page .section5__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page .section6__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page .section7__wrapper .contentWrap .leftArea .container_top_leftArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page.movie .section4__wrapper .contentWrap .leftArea {
    margin-left: 0;
  }
  .m-main.service2 .page .section4 {
    padding-top: 6rem;
  }
  .m-main.service2 .page.photo .section3__wrapper .contentWrap .leftArea {
    margin-bottom: 0;
  }
  .m-main.service2 .page .section4__wrapper .contentWrap .leftArea .container_top_leftArea .icon {
    margin-bottom: 2rem;
  }
  .m-main.service2 .page.movie .section4__wrapper .contentWrap .leftArea {
    margin-bottom: 0;
  }
  .m-main.service2 .page.app .section5__wrapper .contentWrap .leftArea {
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-main.service2 .page.system .section6__wrapper .contentWrap .leftArea {
    margin-left: 0;
  }
  .m-main.service2 .page.cloud .section7__wrapper .contentWrap .leftArea {
    margin-left: 0;
  }
  .m-main.service2 .page.firstPage .section1__wrapper .chartArea .textImg {
    width: 107%;
    height: 108%;
  }
  .m-main.service2 .page.process .section8__wrapper .container .titleArea .icon {
    width: 8.9rem;
    height: 8.9rem;
    margin-bottom: 0;
  }
  .m-main.service2 .page.process .section8__wrapper .container .titleArea .secTitle {
    font-size: 3.9rem;
  }
  .m-main.service2 .page.process .section8__wrapper .container .titleArea .section_header_service_data {
    margin-bottom: 0;
  }
  .m-main.service2 .page.process .section8__wrapper .container .mainArea .wrap {
    min-height: 16rem;
    margin-bottom: 0;
  }
  .m-main.service2 .page.process .section8__wrapper .container .mainArea .wrap .process_step {
    padding: 3.5rem 2.5rem;
  }
  .m-main.service2 .page.process .section8__wrapper .container .mainArea .next {
    margin-left: 6.5rem;
    top: -4rem;
  }
  .m-main.service2 .page.choose {
    margin-top: 3.5rem;
  }
  .m-main.service2 .page.choose .section9__wrapper .titleArea_container_choose {
    display: block;
  }
  .m-main.service2 .page.choose .section9__wrapper .titleArea_container_choose,
  .m-main.service2 .page.choose .section10__wrapper .titleArea_container_choose,
  .m-main.service2 .page.choose .section11__wrapper .titleArea_container_choose {
    left: 0;
  }
  .m-main.service2 .page.choose .section9__wrapper .titleArea_container_choose .icon,
  .m-main.service2 .page.choose .section10__wrapper .titleArea_container_choose .icon,
  .m-main.service2 .page.choose .section11__wrapper .titleArea_container_choose .icon {
    margin: 0 auto;
    text-align: center;
  }
  .m-main.service2 .page.choose .section10__wrapper .titleArea_container_choose .icon,
  .m-main.service2 .page.choose .section11__wrapper .titleArea_container_choose .icon {
    display: none;
  }
  .m-main.service2 .page.choose .section9__wrapper h2.secTitle,
  .m-main.service2 .page.choose .section10__wrapper h2.secTitle,
  .m-main.service2 .page.choose .section11__wrapper h2.secTitle {
    margin-top: 5.2rem;
    font-size: 4rem;
  }
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .image .imgArea img,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .image .imgArea img,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .image .imgArea img {
    max-width: 13rem;
  }
  .m-main.service2 .page.choose .section9__wrapper .intro_container_choose .text_area p,
  .m-main.service2 .page.choose .section10__wrapper .intro_container_choose .text_area p,
  .m-main.service2 .page.choose .section11__wrapper .intro_container_choose .text_area p {
    margin-top: 5rem;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.8;
  }
  .m-main.service2 .page.choose .section11 {
    padding-bottom: 7.3rem;
  }
}
.m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(2) .text {
  left: -0.9rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(2) .text {
    left: -1.2rem;
  }
}
.m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(9) .text {
  left: -5.1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(9) .text {
    left: -6.8rem;
  }
}
.m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(10) .text {
  left: -1.5rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page .section2__wrapper .barArea .barlink:nth-of-type(10) .text {
    left: -2rem;
  }
}
.m-main.service2 .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container h3 {
  font-family: "Helvetica-Medium", serif;
  font-weight: 500;
  font-style: normal;
}
.m-main.service2 .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container p {
  font-family: "Helvetica-Medium", serif;
  font-weight: 500;
  font-style: normal;
}
.m-main.service2 .page.touch .section12__wrapper .titleArea {
  left: -3.225rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.touch .section12__wrapper .titleArea {
    left: -4.3rem;
  }
}
.m-main.service2 .page.touch .section12__wrapper .titleArea h2 {
  font-size: 6.75rem;
}
@media (max-width: 768px) {
  .m-main.service2 .page.touch .section12__wrapper .titleArea h2 {
    font-size: 9rem;
  }
}
.m-main.service2 .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container {
  height: 35.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.service2 .page.touch .section12__wrapper .mainArea .list_container .inTouch_data_container {
    height: 47rem;
  }
}

.fixedCont {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .fixedCont {
    position: static;
    height: auto;
    width: auto;
  }
}

.m-main.contact {
  background: #F1F2FF;
}
.m-main.contact .contact_wrapper.page_first_contact, .m-main.contact .contact_wrapper.page_second_contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  max-width: 105rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper.page_first_contact, .m-main.contact .contact_wrapper.page_second_contact {
    flex-direction: column;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.m-main.contact .contact_wrapper.page_first_contact {
  padding-bottom: 6.75rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper.page_first_contact {
    padding-bottom: 13rem;
    padding-top: 13rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper.page_first_contact .confirm_submit, .submit_btn {
    width: 200px !important;
    border-radius: 4rem !important;
    margin: 0 auto !important;
    margin-top: 4rem !important;
    display: block !important;
  }
}
.m-main.contact .contact_wrapper .contact_column_left {
  margin-top: 0;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_left h1.contact__title {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.75rem;
  margin-bottom: 3.75rem;
  color: #333333;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_left h1.contact__title {
    font-size: 7rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  width: 30rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_left p {
    text-align: center;
    font-size: 2.3rem;
    width: 40rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_left .btnArea {
  display: flex;
  margin-top: 3.75rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_left .btnArea {
    margin-top: 5rem;
    gap: 2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor {
  border: 1px solid #333333;
  color: #333333;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
  border-radius: 22.5rem;
  padding: 1.2rem 3rem 1.05rem;
  width: 11.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor {
    border-radius: 30rem;
    padding: 1.6rem 4rem 1.4rem;
    width: 20rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor.active {
  background: #333333;
  color: #FFFFFF;
}
.m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor:hover, .m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor:active, .m-main.contact .contact_wrapper .contact_column_left .btnArea .special_anchor:focus {
  background: #000000;
  color: #FFFFFF;
}
.m-main.contact .contact_wrapper .contact_column_right {
  width: 65.25rem;
  margin-top: 1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right {
    width: 100%;
    max-width: 100%;
    padding: 0 2.7rem;
    margin-top: 0;
    margin-right: 0;
  }
}
.m-main.contact .contact_wrapper .contact_column_right .form_steps {
  width: 100%;
  max-width: 33rem;
  margin-bottom: 4.95rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right .form_steps {
    max-width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right .form_steps ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
}
.m-main.contact .contact_wrapper .contact_column_right .form_steps ul li.form_steps_circle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  padding: 2.1rem 1.65rem;
  max-width: 6.15rem;
  max-height: 6.15rem;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right .form_steps ul li.form_steps_circle {
    font-size: 1.6rem;
    padding: 2.8rem 2.2rem;
    max-width: 8.2rem;
    max-height: 8.2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right .form_steps ul li.active {
  color: #FFFFFF;
  background: #333333;
}
.m-main.contact .contact_wrapper .contact_column_right .form_steps ul li.form_steps_line {
  width: 100%;
  height: 1px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: #333333;
}
.m-main.contact .contact_wrapper .contact_column_right form {
  width: 100%;
  max-width: 65.25rem;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form {
    max-width: 87rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .upload_field_container {
  position: relative;
}
.m-main.contact .contact_wrapper .contact_column_right form .upload_field_container label {
  display: block;
}
.m-main.contact .contact_wrapper .contact_column_right form .upload_field_container label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 8.25px;
  right: 7.5px;
  width: 2.25rem;
  height: 2.25rem;
  margin: auto;
  display: block;
  background-image: url("../img/contact/btn_download.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .upload_field_container label:after {
    top: 11px;
    right: 10px;
    width: 3rem;
    height: 3rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .upload_field_container .upload_field_company {
  background: #FFFFFF;
}
.m-main.contact .contact_wrapper .contact_column_right form label {
  margin-bottom: 2.25rem;
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#company_name {
    margin-bottom: 4rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form label span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-main.contact .contact_wrapper .contact_column_right form label span.required_field {
  background: #CD0202;
  color: #FFFFFF;
  font-size: 1.05rem;
  padding: 0.75px 0.825rem;
  margin-right: 3.75px;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label span.required_field {
    font-size: 1.9rem;
    padding: 1px 1.1rem;
    margin-right: 5px;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form label span.label_text {
  font-size: 1.44rem;
  margin-bottom: 1.08rem;
  display: inline-block;
  color: #302D2C;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label span.label_text {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form input {
    height: 7rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form select {
    height: 7rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form select::-ms-expand {
  display: none;
}
.m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details, .m-main.contact .contact_wrapper .contact_column_right form label#request_details, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget {
  position: relative;
}
.m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details::after, .m-main.contact .contact_wrapper .contact_column_right form label#request_details::after, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.125rem;
  right: 1.5rem;
  width: 1.5rem;
  bottom: 0;
  margin: auto 0;
  height: auto;
  display: block;
  background-image: url("../img/contact/select.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details::after, .m-main.contact .contact_wrapper .contact_column_right form label#request_details::after, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget::after {
    top: 7.5rem;
    right: 2rem;
    width: 3rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details#inquiry_details, .m-main.contact .contact_wrapper .contact_column_right form label#request_details#inquiry_details, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget#inquiry_details {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details#request_details, .m-main.contact .contact_wrapper .contact_column_right form label#request_details#request_details, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget#request_details {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details#estimated_budget, .m-main.contact .contact_wrapper .contact_column_right form label#request_details#estimated_budget, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget#estimated_budget {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form label#inquiry_details#website_url, .m-main.contact .contact_wrapper .contact_column_right form label#request_details#website_url, .m-main.contact .contact_wrapper .contact_column_right form label#estimated_budget#website_url {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group {
    position: relative;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group {
  position: relative;
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group::after {
  content: "";
  display: block;
  top: 4.5rem;
  bottom: 0;
  right: 1.5rem;
  width: 1.5rem;
  margin: auto 0;
  height: auto;
  display: block;
  background-image: url("../img/contact/select.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group::after {
    width: 3rem;
    top: 7rem;
    right: 2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(2)::after, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(3)::after {
  content: "";
  top: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(2)::after, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(3)::after {
    top: 3rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(1)::after, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group:nth-child(2)::after {
    content: "";
    right: 4rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form input,
.m-main.contact .contact_wrapper .contact_column_right form select,
.m-main.contact .contact_wrapper .contact_column_right form option,
.m-main.contact .contact_wrapper .contact_column_right form textarea {
  width: 100%;
  max-width: 100%;
  display: block;
}
.m-main.contact .contact_wrapper .contact_column_right form input,
.m-main.contact .contact_wrapper .contact_column_right form select,
.m-main.contact .contact_wrapper .contact_column_right form option,
.m-main.contact .contact_wrapper .contact_column_right form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.425rem;
  padding: 0.975rem 1.5rem;
  border: 1px solid #333333;
  outline: none;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form input,
  .m-main.contact .contact_wrapper .contact_column_right form select,
  .m-main.contact .contact_wrapper .contact_column_right form option,
  .m-main.contact .contact_wrapper .contact_column_right form textarea {
    font-size: 1.9rem;
    padding: 1.3rem 2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form input:focus,
.m-main.contact .contact_wrapper .contact_column_right form select:focus,
.m-main.contact .contact_wrapper .contact_column_right form option:focus,
.m-main.contact .contact_wrapper .contact_column_right form textarea:focus {
  outline: none;
}
.m-main.contact .contact_wrapper .contact_column_right form textarea {
  resize: none;
  height: 14.25rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form textarea {
    height: 28.5rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
  max-width: 22.5rem;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form {
    max-width: 30rem;
    padding-top: 0;
    min-width: 100%;
    margin-top: 7rem;
    display: block;
    text-align: center;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form .checkbox_field_contact_form {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  display: inline-block;
  margin-right: 0.75rem;
  width: 1.575rem;
  height: 1.575rem;
  max-width: 1.575rem;
  max-height: 1.575rem;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form .checkbox_field_contact_form {
    margin-right: 1rem;
    width: 2.1rem;
    height: 2.1rem;
    max-width: 2.1rem;
    max-height: 2.1rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form a {
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form span {
  position: relative;
  top: -3.75px;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form span {
    top: -5px;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form span, .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form a {
  color: #8E8E8E;
}
.m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form span.label_text, .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form a.label_text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form span, .m-main.contact .contact_wrapper .contact_column_right form .checkbox_label_contact_form a {
    font-size: 2.2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .confirm_submit, .submit_btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  border-radius: 3rem;
  padding: 1.6rem 4.5rem;
  color: #FFFFFF;
  background: #333333;
  display: inline-block;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .confirm_submit, .submit_btn {
    margin-left: 0;
    font-size: 1.6rem;
    border-radius: 3rem;
    padding: 1.6rem 4.5rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .name_field_group,
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .name_field_group {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .name_field_group label#name {
  padding-right: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .name_field_group label#name {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .name_field_group label {
    margin-bottom: 2.5rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .name_field_group select {
  width: 100%;
  max-width: 31.65rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .name_field_group select {
    max-width: 42.2rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group {
    margin-top: 5rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group {
  width: 100%;
  max-width: 20.475rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group .arrow_form_group {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group label {
  width: 100%;
  max-width: 20.475rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group label {
    margin-right: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group label:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group #contact_schedule_month .label_text {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 30rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group select {
  width: 100%;
  max-width: 20.475rem;
  margin-right: 0.75rem;
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group select:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select {
    margin-right: 0;
    max-width: 100%;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_month, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
  position: relative;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_month, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
    width: 12.5rem;
    min-width: 12.5rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_month {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_month, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day {
    margin-top: 4rem;
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 9.5rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
    width: 15rem;
  }
}
.m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
  margin-top: 3.75px;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_day, .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_column_right form .date_field_group select.contact_schedule_time_zone {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm #contact_schedule_month .label_text {
    position: static !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm .date_field_group {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm .date_field_group .arrow_form_group {
    font-size: 2.2rem !important;
  }
}
.m-main.contact .mw_wp_form_confirm .arrow_form_group {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #302D2C;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm .arrow_form_group {
    font-size: 1.6rem;
  }
}
.m-main.contact .mw_wp_form_confirm .contact_btnWrapper {
  display: flex;
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm .contact_btnWrapper {
    gap: 2.4rem;
  }
}
.m-main.contact .mw_wp_form_confirm label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #302D2C;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm label {
    font-size: 2.2rem;
  }
}
.m-main.contact .mw_wp_form_confirm label#inquiry_details, .m-main.contact .mw_wp_form_confirm label#request_details, .m-main.contact .mw_wp_form_confirm label#estimated_budget {
  padding-bottom: 2.25rem !important;
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm label#inquiry_details, .m-main.contact .mw_wp_form_confirm label#request_details, .m-main.contact .mw_wp_form_confirm label#estimated_budget {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm label .date_field_group {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm label .date_field_group .arrow_form_group {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm label .label_text {
    display: block;
    height: 4rem;
  }
}
.m-main.contact .mw_wp_form_confirm #checkbox_label_contact_form {
  display: none !important;
}
.m-main.contact .mw_wp_form_confirm .contact_btn {
  margin-top: 7.2rem;
}
@media (max-width: 768px) {
  .m-main.contact .mw_wp_form_confirm .contact_btn {
    margin-top: 1.6rem;
  }
}
.m-main.contact .mw_wp_form_confirm .contact_btn.btn2 input {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}
.m-main.contact .mw_wp_form_confirm #purpose {
  border-bottom: 1px solid #302D2C;
}

.m-main.contact_confirm .form_steps {
  margin-bottom: 4.5rem !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .form_steps {
    margin-bottom: 6rem !important;
  }
}
.m-main.contact_confirm .contact_wrapper.page_second_contact {
  padding-bottom: 6.75rem !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact {
    padding-top: 13rem !important;
  }
}
.m-main.contact_confirm .contact_wrapper.page_second_contact br {
  height: 0 !important;
  width: 0 !important;
  display: inline !important;
  display: none !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact .contact_column_left {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact .contact_column_right .form_steps {
    margin-bottom: 8rem !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact .contact_column_right form input {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact .contact_column_right form #website_url .label_text {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm .contact_wrapper.page_second_contact input {
    height: auto;
  }
}
.m-main.contact_confirm form {
  width: 100%;
  max-width: 65.25rem;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form {
    max-width: 87rem;
  }
}
.m-main.contact_confirm form br {
  display: inline !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .confirm_submit, .submit_btn {
    font-size: 2.2rem !important;
    border-radius: 4rem !important;
    margin-top: 5rem !important;
    margin-left: 2rem !important;
    padding: 1.8rem 5rem !important;
  }
}
.m-main.contact_confirm form .mw-wp-form_file {
  padding-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .mw-wp-form_file {
    padding-bottom: 3rem;
  }
}
.m-main.contact_confirm form .name_field_group {
  flex-direction: column !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .name_field_group {
    margin-bottom: 0 !important;
  }
}
.m-main.contact_confirm form .name_field_group label#name {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-main.contact_confirm form label {
  width: 100%;
  max-width: 100%;
  display: block;
  border-top: 1px solid #333333;
  padding: 2.25rem 0;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  align-content: center !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label {
    flex-direction: column !important;
    padding: 3rem 0;
  }
}
.m-main.contact_confirm form label.last_field_form {
  border-bottom: 1px solid #333333;
}
.m-main.contact_confirm form label:after {
  content: "" !important;
  display: none !important;
}
.m-main.contact_confirm form label#inquiry_details, .m-main.contact_confirm form label#request_details, .m-main.contact_confirm form label#estimated_budget {
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label#inquiry_details, .m-main.contact_confirm form label#request_details {
    margin-top: 0 !important;
  }
}
.m-main.contact_confirm form label#checkbox_label_contact_form {
  border-top: 1px solid #333333 !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label#checkbox_label_contact_form {
    margin-top: 0 !important;
    display: none !important;
  }
}
.m-main.contact_confirm form label#checkbox_label_contact_form label {
  border-top: 0 !important;
}
.m-main.contact_confirm form label span.required_field {
  display: none;
}
.m-main.contact_confirm form label span.label_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  max-width: 15rem;
  margin-right: 3.375rem;
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label span.label_text {
    font-size: 1.6rem;
    max-width: 20rem;
    margin-right: 4.5rem;
  }
}
.m-main.contact_confirm form label input,
.m-main.contact_confirm form label select,
.m-main.contact_confirm form label option,
.m-main.contact_confirm form label textarea {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  width: auto !important;
  border: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label input,
  .m-main.contact_confirm form label select,
  .m-main.contact_confirm form label option,
  .m-main.contact_confirm form label textarea {
    font-size: 1.6rem;
  }
}
.m-main.contact_confirm form label input {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label input {
    display: block;
    margin-top: 1rem;
  }
}
.m-main.contact_confirm form label select,
.m-main.contact_confirm form label option {
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.m-main.contact_confirm form label textarea {
  resize: none;
  min-height: 21rem !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form label textarea {
    min-height: 33.5rem !important;
    border-bottom: 1px solid #333333 !important;
  }
}
.m-main.contact_confirm form .date_field_group {
  width: 100%;
  max-width: 100%;
  display: block;
  border-top: 1px solid #333333;
  padding: 2.25rem 0;
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group {
    margin-top: 0 !important;
    padding: 3rem 0;
  }
}
.m-main.contact_confirm form .date_field_group .arrow_form_group:after {
  content: "";
  display: none !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group .contact_schedule_month {
    position: relative;
    left: 7rem;
    top: 0;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group #contact_schedule_day {
    position: relative;
    left: -14rem;
    bottom: 0;
    top: 3rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group #contact_schedule_time_zone {
    top: 3rem;
    left: -17rem;
  }
}
.m-main.contact_confirm form .date_field_group select,
.m-main.contact_confirm form .date_field_group option {
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.m-main.contact_confirm form .date_field_group select {
  width: 3.75rem !important;
  max-width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group select {
    width: 5rem !important;
  }
}
.m-main.contact_confirm form .date_field_group label {
  width: 100% !important;
}
.m-main.contact_confirm form .date_field_group label#contact_schedule_time_zone {
  border: 0 !important;
}
.m-main.contact_confirm form .date_field_group label:nth-child(1), .m-main.contact_confirm form .date_field_group label:nth-child(2), .m-main.contact_confirm form .date_field_group label:nth-child(3) {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border-top: none;
  padding: 0;
}
.m-main.contact_confirm form .date_field_group label:nth-child(1) select {
  position: absolute;
  right: auto;
  left: 183.75px;
  top: 22.5px;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group label:nth-child(1) select {
    left: 245px;
    top: 30px;
  }
}
.m-main.contact_confirm form .date_field_group label:nth-child(2) {
  margin-left: 48.75px;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group label:nth-child(2) {
    margin-left: 65px;
  }
}
.m-main.contact_confirm form .date_field_group label:nth-child(3) {
  margin-left: 18.75px;
}
@media (max-width: 768px) {
  .m-main.contact_confirm form .date_field_group label:nth-child(3) {
    margin-left: 25px;
  }
}
.m-main.contact_confirm .button_container_step_two_contact_form {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .button_container_step_two_contact_form {
    text-align: center;
    margin-top: 5rem;
  }
}
.m-main.contact_confirm .button_container_step_two_contact_form a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  border-radius: 2.25rem;
  padding: 1.2rem 3.375rem;
  display: inline-block;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .button_container_step_two_contact_form a {
    font-size: 1.6rem;
    border-radius: 3rem;
    padding: 1.6rem 4.5rem;
  }
}
.m-main.contact_confirm .button_container_step_two_contact_form a.submit_form {
  background: #333333;
  color: #FFFFFF;
  margin-right: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.contact_confirm .button_container_step_two_contact_form a.submit_form {
    margin-right: 3rem;
  }
}
.m-main.contact_confirm .button_container_step_two_contact_form a.correct_form {
  background: transparent;
  color: #333333;
}

.m-main.contact .contact_wrapper.page_third_contact {
  max-width: 105rem;
  margin: 0 auto;
}
.m-main.contact .contact_wrapper .contact_section_submitted {
  margin: 0;
  max-width: 79.5rem;
  padding-top: 24.075rem;
  padding-bottom: 3.75rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted {
    flex-direction: column;
    max-width: 106rem;
    padding-top: 13rem;
    padding-bottom: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted .section_submitted_left {
    width: 100%;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted .section_submitted_right {
  max-width: 37.95rem;
  width: 100%;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted .section_submitted_right {
    max-width: 50.6rem;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted .section_submitted_right p {
  line-height: 2 !important;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted .section_submitted_right p {
    line-height: 2.4 !important;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted h1 {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.75rem;
  color: #333333;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted h1 {
    font-size: 6.5rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted h3 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 4.125rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 5.5rem;
  }
}
.m-main.contact .contact_wrapper .contact_section_submitted a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #333333;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 1.125rem 3.45rem;
  border-radius: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_section_submitted a {
    max-width: 23rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 6rem;
    padding: 2.5rem 2.6rem !important;
    border-radius: 4rem;
  }
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_mailbox_section {
    margin-top: -3.5rem;
  }
}
.m-main.contact .contact_wrapper .contact_mailbox_section img {
  display: block;
  width: 18.45rem;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.contact .contact_wrapper .contact_mailbox_section img {
    width: 100%;
    margin-right: 2.3rem;
    max-width: 15.3rem;
  }
}

.m-main.work {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 7.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.work {
    padding-left: 0;
    padding-right: 0;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
.m-main.work.single_work .container_work_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .container_work_right ul {
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
}
.m-main.work.single_work .container_work_right ul li {
  display: block;
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .container_work_right ul li {
    margin-bottom: 1.3rem;
  }
}
.m-main.work.single_work .container_work_right ul li a {
  color: #000000;
  padding: 3.75px 0.9rem;
  font-size: 0.9rem;
  border: 1px solid #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.work.single_work .container_work_right ul li a {
    padding: 5px 1.2rem;
    font-size: 1.2rem;
  }
}
.m-main.work.single_work .intro_container_work {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work {
    flex-direction: column;
    margin-bottom: 10rem;
  }
}
.m-main.work.single_work .intro_container_work .container_work_left,
.m-main.work.single_work .intro_container_work .container_work_right {
  width: 52.5rem;
  height: 37.5rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work .container_work_left,
  .m-main.work.single_work .intro_container_work .container_work_right {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.m-main.work.single_work .intro_container_work .container_work_left picture {
  display: block;
  width: 100%;
  height: 100%;
}
.m-main.work.single_work .intro_container_work .container_work_left picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-main.work.single_work .intro_container_work .container_work_right {
  background: #FFFFFF;
  padding: 8.1rem 6.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work .container_work_right {
    padding-top: 3rem;
    padding-bottom: 8rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.m-main.work.single_work .intro_container_work .container_work_right span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work .container_work_right span {
    font-size: 1.4rem;
  }
}
.m-main.work.single_work .intro_container_work .container_work_right h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work .container_work_right h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
.m-main.work.single_work .intro_container_work .container_work_right p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .m-main.work.single_work .intro_container_work .container_work_right p {
    font-size: 1.4rem;
  }
}
.m-main.work .intro_titles_category_page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.m-main.work .intro_titles_category_page h1 {
  margin-bottom: 0 !important;
}
.m-main.work .intro_titles_category_page h2.work_category_page {
  font-size: 4.5rem;
  font-family: "Helvetica-Bold", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.work .intro_titles_category_page h2.work_category_page {
    font-size: 6rem;
  }
}
.m-main.work .work_post_cat_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .m-main.work .work_post_cat_container {
    margin-top: 7rem;
  }
}
.m-main.work .works_entry {
  width: 100%;
  max-width: 30.75rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .m-main.work .works_entry {
    max-width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.m-main.work .works_entry .work_post_image {
  height: 21.15rem;
  max-width: 30.75rem;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .m-main.work .works_entry .work_post_image {
    width: 100%;
    max-width: 100%;
    height: 23.2rem;
  }
}
.m-main.work .works_entry table {
  padding: 3.15rem 3.45rem;
  background: #FFFFFF;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .m-main.work .works_entry table {
    padding: 4.2rem 4.6rem;
  }
}
.m-main.work .works_entry table tbody {
  width: 100%;
  display: block;
}
.m-main.work .works_entry table tr {
  padding: 1.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .m-main.work .works_entry table tr {
    padding: 2rem 0;
  }
}
.m-main.work .works_entry table tr:first-of-type {
  padding-top: 0;
}
.m-main.work .works_entry table tr:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .m-main.work .works_entry table tr:last-of-type {
    padding-bottom: 2rem;
  }
}
.m-main.work .works_entry table tr td {
  font-size: 1.05rem;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.work .works_entry table tr td {
    font-size: 1.8rem;
  }
}
.m-main.work .works_entry table tr td:first-child {
  width: 11.25rem;
}
@media (max-width: 768px) {
  .m-main.work .works_entry table tr td:first-child {
    width: 16.5rem;
  }
}
.m-main.work h1 {
  font-size: 6.75rem;
  margin-bottom: 7.5rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.work h1 {
    font-size: 8rem;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
}
.m-main.work section.latest_works {
  margin-bottom: 6.75rem;
}
@media (max-width: 768px) {
  .m-main.work section.latest_works {
    margin-bottom: 9rem;
  }
}
.m-main.work section.latest_works .latest_works_container h2.section_title {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.work section.latest_works .latest_works_container h2.section_title {
    font-size: 4.5rem;
    text-align: left;
    margin: 0 auto;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .m-main.work section.latest_works .latest_works_container h2.section_title {
    max-width: 44rem;
  }
}
.m-main.work section.latest_works .latest_works_container .latest_works_container_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 975px;
  margin-top: 6.75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.work section.latest_works .latest_works_container .latest_works_container_inner {
    margin-top: 3rem;
    justify-content: center;
    flex-direction: column;
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .m-main.work section.latest_works .latest_works_container .latest_works_container_inner {
    max-width: 44rem;
  }
}
.m-main.work section.latest_works .latest_works_container .latest_works_container_inner .works_entry {
  margin: 0;
}
@media (max-width: 768px) {
  .m-main.work section.latest_works .latest_works_container .latest_works_container_inner .works_entry {
    display: block;
    margin-bottom: 2.25rem;
    max-width: 100%;
    width: 100%;
  }
  .m-main.work section.latest_works .latest_works_container .latest_works_container_inner .works_entry:last-of-type {
    margin-bottom: 0;
  }
}
.m-main.work section.all_works {
  margin-top: 6.75rem;
  padding-top: 7.5rem;
  border-top: 1px solid #333333;
}
@media (max-width: 768px) {
  .m-main.work section.all_works {
    margin-top: 9rem;
    padding-top: 10rem;
  }
}
.m-main.work section.all_works .all_works_tags {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_tags {
    margin-bottom: 2.5rem;
  }
}
.m-main.work section.all_works .all_works_tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_tags ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1300px;
  }
}
.m-main.work section.all_works .all_works_tags ul li {
  margin-right: 0.75rem;
}
.m-main.work section.all_works .all_works_tags ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_tags ul li {
    margin-right: 0;
  }
}
.m-main.work section.all_works .all_works_tags ul li a {
  color: #868686;
  padding: 3.75px 0.9rem;
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_tags ul li a {
    padding: 5px 1.2rem;
    font-size: 1.2rem;
  }
}
.m-main.work section.all_works .all_works_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 975px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_container {
    flex-direction: column;
    margin-top: 2rem;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .m-main.work section.all_works .all_works_container {
    max-width: 44rem;
  }
}
.m-main.work section.all_works .all_works_pagination {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_pagination {
    margin-top: 3.5rem;
  }
}
.m-main.work section.all_works .all_works_pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 24.75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_pagination ul {
    width: 100%;
  }
}
.m-main.work section.all_works .all_works_pagination ul li {
  display: block;
}
.m-main.work section.all_works .all_works_pagination ul li span,
.m-main.work section.all_works .all_works_pagination ul li a {
  background: #FFFFFF;
  width: 2.775rem;
  height: 2.775rem;
  font-size: 1.05rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .m-main.work section.all_works .all_works_pagination ul li span,
  .m-main.work section.all_works .all_works_pagination ul li a {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 1.4rem;
  }
}
.m-main.work section.all_works .all_works_pagination ul li span.current,
.m-main.work section.all_works .all_works_pagination ul li a.current {
  background: #333333;
  color: #FFFFFF;
}

.m-main.mission {
  background: #333333;
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .m-main.mission {
    padding-top: 5rem;
    padding-bottom: 14rem;
  }
}
.m-main.mission .mission__wrapper {
  left: -8.25rem;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .m-main.mission .mission__wrapper {
    left: -5rem;
  }
}
@media screen and (max-width: 1700px) {
  .m-main.mission .mission__wrapper {
    left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .m-main.mission .mission__wrapper {
    left: 5rem;
  }
}
@media (max-width: 768px) {
  .m-main.mission .mission__wrapper {
    left: 0;
  }
}
.m-main.mission .philosophy_right_container {
  max-width: 61.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.mission .philosophy_right_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: none;
  }
}
.m-main.mission .philosophy_right_container .rightWrapper {
  position: sticky;
  top: 7.5rem;
  left: 0;
}
@media (max-width: 768px) {
  .m-main.mission .philosophy_right_container .rightWrapper {
    top: 10rem;
  }
}
.m-main.mission .philosophy_right_container a {
  display: block;
  max-width: 22.5rem;
  margin-top: 4.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.mission .philosophy_right_container a {
    display: none;
    max-width: 30rem;
    margin-top: 6rem;
  }
}
.m-main.mission .philosophy_right_container picture.logoImageMission {
  display: block;
  height: auto;
  width: 70%;
  max-width: 100%;
  position: relative;
  right: -7.5rem;
  top: -3.75rem;
}
@media (max-width: 768px) {
  .m-main.mission .philosophy_right_container picture.logoImageMission {
    right: 0;
    top: 0;
    max-width: 21.7rem;
  }
}
.m-main.mission .philosophy_right_container picture img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.m-main.mission .intro_mission_container {
  width: 100%;
}
@media (max-width: 768px) {
  .m-main.mission .intro_mission_container {
    height: auto;
  }
}
.m-main.mission h1 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  position: relative;
  left: 0;
}
@media (max-width: 768px) {
  .m-main.mission h1 {
    font-size: 5rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .m-main.mission h1 {
    left: -18rem;
  }
}
@media screen and (max-width: 1600px) {
  .m-main.mission h1 {
    left: -19rem;
  }
}
@media (max-width: 768px) {
  .m-main.mission h1 {
    left: 0;
  }
}
.m-main.mission section.section_philosophy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 105rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy {
    flex-direction: column-reverse;
    padding: 0 2rem;
  }
}
.m-main.mission section.section_philosophy .philosophy_left_container {
  max-width: 54.75rem;
  min-width: 54.75rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container h1 {
    font-size: 8rem;
    margin-top: 4rem;
  }
}
.m-main.mission section.section_philosophy .philosophy_left_container h2 {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  font-size: 6.75rem;
  margin-top: 11.25rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container h2 {
    margin-bottom: 3.3rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 6rem;
    margin-top: 6.5rem;
    letter-spacing: -3px;
  }
}
.m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 2.625rem 0;
  margin-top: 4.125rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner {
    margin: 0;
    padding: 3.5rem 0;
  }
}
.m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner h3 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_left_container .philosophy_inner p {
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
.m-main.mission section.section_philosophy .philosophy_right_container {
  max-width: 61.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_right_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
.m-main.mission section.section_philosophy .philosophy_right_container a {
  display: block;
  max-width: 22.5rem;
  margin-top: 4.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_right_container a {
    display: none;
    max-width: 30rem;
    margin-top: 6rem;
  }
}
.m-main.mission section.section_philosophy .philosophy_right_container picture.logoImageMission {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  right: -7.5rem;
  top: -3.75rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_philosophy .philosophy_right_container picture.logoImageMission {
    right: 0;
    top: 0;
    max-width: 21.7rem;
  }
}
.m-main.mission section.section_philosophy .philosophy_right_container picture img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.m-main.mission section.section_culture {
  max-width: 105rem;
  margin: 0 auto;
  margin-top: 10.5rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture {
    padding: 0 2rem;
    margin-top: 6rem;
  }
}
.m-main.mission section.section_culture h2 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture h2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 6rem;
    margin-top: 8rem;
    margin-bottom: 1.5rem;
    letter-spacing: -3px;
  }
}
.m-main.mission section.section_culture .culture_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  max-width: 54.75rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture .culture_inner {
    margin-top: 0;
    max-width: 73rem;
  }
}
.m-main.mission section.section_culture .culture_inner .culture_entry {
  padding: 2.625rem 0;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture .culture_inner .culture_entry {
    padding: 3.5rem 0;
  }
}
.m-main.mission section.section_culture .culture_inner .culture_entry:last-of-type {
  border-bottom: 1px solid #FFFFFF;
}
.m-main.mission section.section_culture .culture_inner .culture_entry h3 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 1.725rem;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture .culture_inner .culture_entry h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.m-main.mission section.section_culture .culture_inner .culture_entry p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .m-main.mission section.section_culture .culture_inner .culture_entry p {
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}

.m-main.greeting {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-main.greeting {
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
.m-main.greeting h2 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.greeting h2 {
    font-size: 5rem;
  }
}
.m-main.greeting .background_image_greeting {
  display: block;
  position: absolute;
  transform: rotate(-15deg);
  z-index: 1;
  top: 18.75rem;
  left: -4.5rem;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .m-main.greeting .background_image_greeting {
    top: -2rem;
    left: -3rem;
  }
}
.m-main.greeting .background_image_greeting img {
  width: 82.5rem;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .m-main.greeting .background_image_greeting img {
    width: 26rem;
  }
}
.m-main.greeting .intro_greeting_container {
  position: relative;
  z-index: 10;
}
.m-main.greeting .intro_greeting_container h1 {
  font-size: 6.75rem;
  padding-bottom: 5.25rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container h1 {
    font-size: 9rem;
    letter-spacing: -5px;
    padding-bottom: 3rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 105rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper {
    max-width: 140rem;
    display: block;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper .imgArea {
  display: block;
  padding-top: 5.25rem;
  /* width: 34.5rem;
  height: 38.25rem; */
  position: relative;
  top: 66px;
  width: 39.5rem;
  height: 43.25rem;
}
.m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper .imgArea {
    margin: 0 auto;
    padding-top: 10rem;
    max-width: 80rem;
    width: 100%;
    height: 51rem;
    position: static;
    top: 0;
  }
}
@media (max-width: 500px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_container_wrapper .imgArea {
    max-width: 44rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info {
  border-bottom: 1px solid #333333;
  padding-top: 5.25rem;
  padding-bottom: 3.75rem;
  max-width: 64.125rem;
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info {
    max-width: 85.5rem;
    padding: 3rem;
    padding-top: 8rem;
    padding-bottom: 6.5rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info h3 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 1.875rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p {
    font-size: 2.2rem;
    line-height: 1.7;
    margin-bottom: 3.5rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info p:last-of-type {
  margin-bottom: 0;
  font-size: 1.575rem;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p:last-of-type {
    font-size: 2.1rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_special {
  text-align: right;
  margin-bottom: 0.75rem;
  letter-spacing: 2.25px;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_special {
    margin-bottom: 1rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p.first_info_greeting {
    margin-top: 7.5rem;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p.second_info_greeting {
    letter-spacing: 5px;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_first, .m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_second {
  line-height: 1.7;
  margin-bottom: 2.7rem;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_first, .m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_second {
    margin-bottom: 3.6rem;
  }
}
.m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_second {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.greeting .intro_greeting_container .intro_greeting_info p.greeting_info_text_special_second {
    margin-bottom: 4rem;
  }
}
.m-main.greeting .company_information {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  max-width: 105rem;
  padding-top: 9.75rem;
  margin-bottom: 10.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information {
    flex-direction: column;
    padding-top: 14rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 12rem;
    max-width: 100%;
  }
}
.m-main.greeting .company_information .company_information_left {
  width: 36.75rem;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_left h2 {
    font-size: 8rem;
  }
}
.m-main.greeting .company_information .company_information_right {
  width: 64.125rem;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_right {
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
.m-main.greeting .company_information .company_information_right table {
  width: 100%;
}
.m-main.greeting .company_information .company_information_right table tr {
  padding: 2.25rem 0;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_right table tr {
    flex-direction: column;
    padding: 3rem 0;
  }
}
.m-main.greeting .company_information .company_information_right table tr:nth-child(4) td:nth-child(2) {
  line-height: 1.8;
}
.m-main.greeting .company_information .company_information_right table tr:nth-child(6) td:nth-child(2) {
  line-height: 1.6;
}
.m-main.greeting .company_information .company_information_right table tr:nth-child(8) td:nth-child(2) {
  line-height: 1.6;
}
.m-main.greeting .company_information .company_information_right table tr td {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_right table tr td {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
.m-main.greeting .company_information .company_information_right table tr td:first-child {
  width: 6.15rem;
  margin-right: 7.125rem;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_right table tr td:first-child {
    margin-bottom: 1.1rem;
    width: 8.2rem;
    margin-right: 9.5rem;
  }
}
.m-main.greeting .company_information .company_information_right table tr td h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.greeting .company_information .company_information_right table tr td h3 {
    font-size: 2.2rem;
    width: 30rem;
  }
}
.m-main.greeting .associate_companies_logos {
  padding: 1.6rem 0;
}
.m-main.greeting .associate_companies_logos .swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.m-main.greeting .associate_companies_logos .swiper .swiper-wrapper .article {
  /* width: 8rem; */
  width: 15rem;
}
.m-main.greeting .associate_companies_logos .swiper .swiper-wrapper .article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-main.greeting .associate_companies_logos .swiper .swiper-wrapper .article .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .m-main.greeting .associate_companies_logos {
    display: none;
  }
}
.m-main.greeting .associate_companies_logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.m-main.greeting .associate_companies_logos ul li img {
  height: auto;
  display: block;
  max-width: 16rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-main.greeting .associate_companies_logos {
  padding: 0.75rem 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.greeting .associate_companies_logos {
    padding: 3rem 0;
  }
}
.m-main.greeting .associate_companies_logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
.m-main.greeting .associate_companies_logos ul li img {
  height: auto;
  display: block;
  max-width: 12rem;
  height: auto;
}
@media (max-width: 768px) {
  .m-main.greeting .associate_companies_logos ul li img {
    max-width: 16rem;
  }
}
.m-main.greeting .access_location {
  padding-bottom: 10.5rem;
  margin-top: 10.5rem;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location {
    padding-bottom: 13rem;
    margin-top: 14rem;
  }
}
.m-main.greeting .access_location .access_location_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  margin: 0 auto;
  max-width: 105rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_left h2 {
    margin-bottom: 5.8rem;
    font-size: 8rem;
  }
}
.m-main.greeting .access_location .access_location_information_right {
  width: 63.975rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right {
    width: 100%;
    max-width: 100%;
  }
}
.m-main.greeting .access_location .access_location_information_right iframe {
  width: 100%;
  height: 40.275rem;
  margin-bottom: 2.25rem;
  display: block;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right iframe {
    margin-bottom: 2rem;
    height: 53.7rem;
  }
}
.m-main.greeting .access_location .access_location_information_right .access_location_address {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address {
    flex-direction: column;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_left h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.35rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_left h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_left p {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_right {
    margin-top: 4rem;
  }
}
.m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_right a {
  display: block;
  background: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 3rem;
  font-size: 1.05rem;
  width: 21rem;
  padding: 1.275rem 2.7rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_right a {
    border-radius: 4rem;
    font-size: 1.9rem;
    padding: 2.5rem 4.6rem;
    width: 37rem;
  }
}
.m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_right a img {
  display: block;
  width: 10.5px;
  height: auto;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_location .access_location_information_right .access_location_address .access_location_address_right a img {
    width: 21px;
    margin-left: 2rem;
  }
}
.m-main.greeting .access_history {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  margin: 0 auto;
  max-width: 105rem;
  padding: 10.5rem 0;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 14rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_left h2 {
    font-size: 8rem;
  }
}
.m-main.greeting .access_history .container_access_history_right {
  width: 100%;
  position: relative;
  max-width: 54rem;
  top: 7.875rem;
  left: -9.75rem;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right {
    left: 0;
    top: 6rem;
    max-width: 100%;
  }
}
.m-main.greeting .access_history .container_access_history_right table {
  display: block;
  position: relative;
}
.m-main.greeting .access_history .container_access_history_right table tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tbody {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.m-main.greeting .access_history .container_access_history_right table tr {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 8rem;
    width: 43rem;
  }
}
.m-main.greeting .access_history .container_access_history_right table tr td {
  display: block;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr td {
    font-size: 2.4rem;
  }
  .m-main.greeting .access_history .container_access_history_right table tr td:nth-child(1) {
    width: 11rem;
    margin-right: 7rem;
  }
  .m-main.greeting .access_history .container_access_history_right table tr td:nth-child(3) {
    margin-left: 0;
    width: 15rem;
  }
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr td h3 {
    font-size: 2.4rem;
    width: 20rem;
  }
}
.m-main.greeting .access_history .container_access_history_right table tr td:nth-child(2) {
  width: 3rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr td:nth-child(2) {
    width: 4rem;
    margin-top: 2.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }
}
.m-main.greeting .access_history .container_access_history_right table tr td:nth-child(2) img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.m-main.greeting .access_history .container_access_history_right table tr td:nth-child(2):after {
  content: "";
  display: block;
  background: #333333;
  height: 1px;
  top: 50%;
  width: 8.8rem;
  left: 2.475rem;
  position: absolute;
}

.m-main.greeting .access_history .container_access_history_right table tr:nth-child(3) td:nth-child(2):after {
  width: 10rem;
}
.m-main.greeting .access_history .container_access_history_right table tr:nth-child(4) td:nth-child(2):after {
  width: 11rem;
}

.m-main.greeting .access_history .container_access_history_right table tr:nth-child(5) td:nth-child(2):after {
  width: 13.2rem;
}

@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr td:nth-child(2):after,
  .m-main.greeting .access_history .container_access_history_right table tr:nth-child(3) td:nth-child(2):after,
  .m-main.greeting .access_history .container_access_history_right table tr:nth-child(4) td:nth-child(2):after,  
  .m-main.greeting .access_history .container_access_history_right table tr:nth-child(5) td:nth-child(2):after {
    content: "";
    height: 13rem;
    width: 1px;
    right: 0;
    left: 0;
    top: 3rem;
    margin: auto;
    position: absolute;
  }
}

.m-main.greeting .access_history .container_access_history_right table tr:last-of-type {
  position: relative;
}

.m-main.greeting .access_history .container_access_history_right table tr:last-of-type td:last-of-type:after {
  content: "";
  display: block;
  background-image: url("../img/greeting/arrow_history.svg");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  /* height: 1.2rem;
  width: 1.2rem;
  top: 3.375rem;
  right: -10.5rem; */
  height: 14px;
  width: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 192%;
}
@media (max-width: 768px) {
  .m-main.greeting .access_history .container_access_history_right table tr:last-of-type {
    position: static;
  }
  
  .m-main.greeting .access_history .container_access_history_right table tr:last-of-type td:last-of-type:after {
    position: absolute;
    top: auto;
    bottom: -3rem;
    right: 0;
    /* left: -0.3rem; */
    left: 3.1rem;
    margin: 0 auto;
    transform: rotate(90deg);
    /* height: 1.6rem;
    width: 1.6rem; */
    height: 14px;
    width: 14px;
  }
}

.m-main.recruit {
  background: #007F75;
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}
@media (max-width: 768px) {
  .m-main.recruit {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 13.3rem;
  }
}
.m-main.recruit h1 {
  color: #FFFFFF;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 6.75rem;
  max-width: 112.725rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit h1 {
    max-width: 150.3rem;
    font-size: 8rem;
    margin-top: 17rem;
    margin-left: -1rem;
  }
}
.m-main.recruit section {
  max-width: 166rem;
  margin-right: 0;
  margin-left: auto;
}
.m-main.recruit section.intro_recruit_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  margin: 0 auto;
  margin-top: 4.5rem;
  max-width: 105rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container {
    flex-direction: column-reverse;
    margin-top: 4rem;
    max-width: 140rem;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left {
  max-width: 105rem;
  padding: 7.875rem;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left {
    padding: 4rem;
    margin: 0;
    max-width: 100%;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left table tr {
  display: block;
  padding: 2.925rem 0;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left table tr {
    padding: 3.4rem 0;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left table tr:first-of-type {
  padding-top: 0;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left table tr td {
  display: block;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left table tr td h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left table tr td h3 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left table tr td p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left table tr td p {
    font-size: 2.1rem;
    line-height: 1.8;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process {
  padding-top: 2.625rem;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process h3 {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container {
  margin-top: 1.95rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container {
    margin-top: 4.6rem;
    margin-bottom: 8rem;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul {
    flex-direction: column;
    height: 38.5rem;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  padding: 2.925rem 4.725rem;
  display: block;
  border: 1px solid #333333;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul li {
    font-size: 2rem;
    padding: 2.5rem 4.6rem;
    width: 18rem;
    height: 9.2rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul:after {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #333333;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process .application_process_container ul:after {
    top: 0;
    height: 100%;
    width: 1px;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process a.application_process_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  padding: 2.625rem 21.75rem;
  color: #FFFFFF;
  background: #007F75;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #007F75;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process a.application_process_btn {
    padding: 2.8rem 8.9rem;
    padding: 3.8rem 8.9rem;
    font-size: 2.1rem;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process a:hover, .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process a:focus, .m-main.recruit section.intro_recruit_container .intro_recruit_left .application_process a:active {
  color: #007F75;
  background: #FFFFFF;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_right {
  max-width: 47.25rem;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_right {
    margin-left: auto;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 17rem;
    max-width: 100%;
  }
}
.m-main.recruit section.intro_recruit_container .intro_recruit_right picture.background_image_recruit {
  display: block;
}
.m-main.recruit section.intro_recruit_container .intro_recruit_right picture.background_image_recruit img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 47.25rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.intro_recruit_container .intro_recruit_right picture.background_image_recruit img {
    max-width: 20.8rem;
  }
}
.m-main.recruit section.get_to_know_us {
  padding-top: 10.5rem;
  max-width: 105rem;
  margin-right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us {
    padding-top: 13.3rem;
    max-width: 140rem;
  }
}
.m-main.recruit section.get_to_know_us h2 {
  color: #FFFFFF;
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us h2 {
    font-size: 4.8rem;
  }
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 5.25rem;
  max-width: 96.675rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us .get_to_know_us_container {
    margin-top: 4rem;
    max-width: 128.9rem;
  }
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right {
  display: block;
  width: calc((100% - 3rem) / 2);
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left,
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right {
    width: calc((100% - 2rem) / 2);
  }
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a {
  display: block;
  padding: 5.25rem;
  height: 14.625rem;
  background: #FFFFFF;
  color: #007F75;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a,
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a {
    max-width: 100%;
    padding: 3.3rem 2.5rem;
    font-size: 2.1rem;
    height: 10rem;
  }
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:hover, .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:focus, .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:active,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:hover,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:focus,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:active {
  background: #000000;
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:hover h3, .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:focus h3, .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a:active h3,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:hover h3,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:focus h3,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a:active h3 {
  color: #FFFFFF;
}
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a h3,
.m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.475rem;
  color: #007F75;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left a h3,
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_right a h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .m-main.recruit section.get_to_know_us .get_to_know_us_container .get_to_know_us_left {
    margin-right: 2rem;
  }
}
.m-main.recruit section.what_we_do {
  padding-top: 10.5rem;
  max-width: 105rem;
  margin-right: 0;
  margin-left: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do {
    padding-top: 13.5rem;
    max-width: 140rem;
  }
}
.m-main.recruit section.what_we_do h2 {
  color: #FFFFFF;
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do h2 {
    font-size: 4.8rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 auto;
  margin-top: 3.75rem;
  max-width: 105rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container {
    margin-top: 5rem;
    max-width: 140rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry {
  background: #FFFFFF;
  width: calc((100% - 3rem) / 3);
  padding: 3.75rem 3.675rem;
  margin-bottom: 2.25rem;
  background: #FFF;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry {
    padding: 2rem;
    width: 21rem;
    margin-bottom: 3rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(1) .what_we_do_entry_btn:hover {
  border: 1px solid #BBF474;
  color: #000000;
  background: #BBF474;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(2) .what_we_do_entry_btn:hover {
  border: 1px solid #B9A2FF;
  color: #000000;
  background: #B9A2FF;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(3) .what_we_do_entry_btn:hover {
  border: 1px solid #B4FAEE;
  color: #000000;
  background: #B4FAEE;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(4) .what_we_do_entry_btn:hover {
  border: 1px solid #FCD386;
  color: #000000;
  background: #FCD386;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(5) .what_we_do_entry_btn:hover {
  border: 1px solid #FA97EF;
  color: #000000;
  background: #FA97EF;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry:nth-of-type(6) .what_we_do_entry_btn:hover {
  border: 1px solid #8FC2F5;
  color: #000000;
  background: #8FC2F5;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry img.icon_entry {
  max-width: 6.75rem;
  max-height: 6.75rem;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry img.icon_entry {
    max-width: 9rem;
    max-height: 9rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry h3 {
  color: #000000;
  font-size: 1.8rem;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry h3 {
    font-size: 2.4rem;
    margin-top: 5px;
    margin-bottom: 1rem;
    min-height: 3.3rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry ul {
  list-style-type: disc;
  margin-left: 1.35rem;
  margin-bottom: 3.75rem;
  min-height: 17.25rem;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry ul {
    display: none;
    margin-left: 1.8rem;
    margin-bottom: 5rem;
    min-height: 23rem;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry ul li {
  color: #000000;
  margin-bottom: 2.25px;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry ul li {
    margin-bottom: 0;
  }
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry ul li:last-of-type {
  margin-bottom: 0;
}
.m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry a.what_we_do_entry_btn {
  background: #007F75;
  color: #FFFFFF;
  padding: 1.125rem 3.75rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #007F75;
}
@media (max-width: 768px) {
  .m-main.recruit section.what_we_do .what_we_do_container .what_we_do_entry a.what_we_do_entry_btn {
    padding: 1.3rem;
    font-size: 1.6rem;
  }
}

.m-main.members {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 8.25rem;
}
@media (max-width: 768px) {
  .m-main.members {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }
}
.m-main.members section.section_members_container h1 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  max-width: 105rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container h1 {
    font-size: 8rem;
    text-align: center;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  position: relative;
  max-width: 105rem;
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 1px;
  width: 200%;
  background: #000000;
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_left {
  margin-right: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_left {
    margin-right: 0;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_left picture {
  display: block;
  height: auto;
  width: auto;
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_left picture img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 22.5rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_left picture img {
    max-width: 30rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right {
  max-width: 54.75rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top {
  border-bottom: 1px solid #000000;
  padding-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top h3 {
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.15rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top h3 {
    text-align: center;
    font-size: 5.6rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top h4 {
    text-align: center;
    font-size: 2.1rem;
    margin-top: 5px;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_top p {
    font-size: 1.9rem;
    margin-top: 21px;
    line-height: 2;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom {
    justify-content: center;
    font-size: 1.9rem;
    max-width: 39.5rem;
    margin: 0 auto;
    padding-top: 3.3rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets {
  margin-right: 10.5rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets {
    margin-right: auto;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets span {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr {
    margin-bottom: 1.3rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td img {
  display: block;
  height: auto;
  width: 1.2rem;
  margin-right: 6px;
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td img:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td img {
    width: 2.3rem;
    margin-right: 8px;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td:last-child {
  margin-left: 1.35rem;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr td:last-child {
    font-size: 1.9rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_assets table tr:last-child {
  margin-bottom: 0;
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_score span.title {
  display: block;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_score span.title {
    font-size: 2.1rem;
  }
}
.m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_score span.score {
  font-family: "Helvetica-Regular", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.75rem;
  margin-top: 1.5rem;
  color: #AC9B63;
  display: block;
}
@media (max-width: 768px) {
  .m-main.members section.section_members_container .member_data .member_data_container .member_data_column_right .member_data_right_bottom .member_data_bottom_score span.score {
    font-size: 8rem;
    margin-top: 0;
  }
}
.m-main.members section.members_team {
  padding-top: 10.5rem;
}
@media (max-width: 768px) {
  .m-main.members section.members_team {
    padding-top: 13rem;
  }
}
.m-main.members section.members_team h2 {
  text-align: center;
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.members section.members_team h2 {
    font-size: 8rem;
  }
}
.m-main.members section.members_team .members_team_container {
  padding-top: 5.25rem;
  max-width: 105rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.members section.members_team .members_team_container {
    flex-direction: column;
    padding-top: 8rem;
  }
}
.m-main.members section.members_team .members_team_container .team_member {
  display: block;
  max-width: 33.375rem;
}
@media (max-width: 768px) {
  .m-main.members section.members_team .members_team_container .team_member {
    margin-bottom: 5rem;
    max-width: 100%;
  }
  .m-main.members section.members_team .members_team_container .team_member:last-child {
    margin-bottom: 0;
  }
}
.m-main.members section.members_team .members_team_container .team_member img {
  width: 100%;
  height: auto;
  display: block;
}
.m-main.members section.members_team .members_team_container .team_member .team_member_content {
  background: #FFFFFF;
  padding-top: 2.25rem;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  padding-bottom: 4.95rem;
}
@media (max-width: 768px) {
  .m-main.members section.members_team .members_team_container .team_member .team_member_content {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 6.6rem;
  }
}
.m-main.members section.members_team .members_team_container .team_member .team_member_content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.35rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.members section.members_team .members_team_container .team_member .team_member_content h3 {
    padding-top: 5px;
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
  }
}
.m-main.members section.members_team .members_team_container .team_member .team_member_content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.members section.members_team .members_team_container .team_member .team_member_content p {
    font-size: 2.1rem;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}

section.getInTouch {
  background: #FFFFFF;
  padding-top: 7.5rem;
  border-top: 1px solid #333333;
}
@media (max-width: 768px) {
  section.getInTouch {
    padding-top: 7rem;
  }
}
body.pageSubmited section.getInTouch {
  display: none;
}
section.getInTouch .section_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 6.75rem;
  color: #00C0CE;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6.375rem;
}
@media (max-width: 768px) {
  section.getInTouch .section_title {
    font-size: 6rem;
    margin-bottom: 6rem;
  }
}
section.getInTouch .getInTouch_container_top ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul {
    flex-direction: column;
  }
}
section.getInTouch .getInTouch_container_top ul li {
  padding: 6.75rem 1.5rem;
  padding-top: 7.5rem;
  width: calc((100% - 9rem) / 3);
  text-align: center;
  background: #00C0CE;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li {
    width: 100%;
    padding: 7.1rem 1rem;
    margin-bottom: 3rem;
  }
}
section.getInTouch .getInTouch_container_top ul li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li:last-child {
    margin-bottom: 0;
  }
}
section.getInTouch .getInTouch_container_top ul li img {
  display: block;
  max-width: 4.125rem;
  margin-top: 0;
  margin-bottom: 1.275rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li img {
    max-width: 7rem;
    margin-bottom: 2.7rem;
  }
}
section.getInTouch .getInTouch_container_top ul li h3 {
  font-size: 1.65rem;
  margin-bottom: 1.275rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li h3 {
    font-size: 3rem;
    margin-bottom: 2.3rem;
  }
}
section.getInTouch .getInTouch_container_top ul li p {
  font-size: 1.2rem;
  margin-bottom: 2.25rem;
  color: #FFFFFF;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li p {
    font-size: 2.2rem;
    margin-bottom: 3.4rem;
  }
}
section.getInTouch .getInTouch_container_top ul li a {
  display: inline-block;
}
section.getInTouch .getInTouch_container_top ul li a.getInTouch_phone_number {
  font-size: 2.85rem;
  color: #FFFFFF;
  margin-top: -6.75px;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li a.getInTouch_phone_number {
    font-size: 4.5rem;
    margin-top: -9px;
  }
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 16.5rem;
  margin: 0 auto;
  border-radius: 22.5rem;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 1.125rem 1.875rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li a.special_anchor {
    width: 30rem;
    border-radius: 30rem;
    padding: 2.5rem 2.5rem;
    border: 1px solid #000000;
  }
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor span {
  display: block;
  color: #000000;
  position: relative;
  left: -0.75rem;
  font-family: "Helveticaneue-Medium";
  font-weight: 600;
  font-style: normal;
  top: 2.25px;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li a.special_anchor span {
    left: -1rem;
    top: 3px;
  }
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor img {
  margin: 0;
  width: auto;
  height: 100%;
  max-width: 1.2rem;
  position: relative;
  left: 1.5rem;
  left: 1.125rem;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_top ul li a.special_anchor img {
    max-width: 1.6rem;
    left: 1.5rem;
  }
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor img.getInTouch_arrow_default {
  display: block;
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor img.getInTouch_arrow_hover {
  display: none;
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor:hover, section.getInTouch .getInTouch_container_top ul li a.special_anchor:focus, section.getInTouch .getInTouch_container_top ul li a.special_anchor:active {
  background: #000000;
  border: 1px solid #000000;
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor:hover img.getInTouch_arrow_default, section.getInTouch .getInTouch_container_top ul li a.special_anchor:focus img.getInTouch_arrow_default, section.getInTouch .getInTouch_container_top ul li a.special_anchor:active img.getInTouch_arrow_default {
  display: none;
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor:hover img.getInTouch_arrow_hover, section.getInTouch .getInTouch_container_top ul li a.special_anchor:focus img.getInTouch_arrow_hover, section.getInTouch .getInTouch_container_top ul li a.special_anchor:active img.getInTouch_arrow_hover {
  display: block;
}
section.getInTouch .getInTouch_container_top ul li a.special_anchor:hover span, section.getInTouch .getInTouch_container_top ul li a.special_anchor:focus span, section.getInTouch .getInTouch_container_top ul li a.special_anchor:active span {
  color: #FFFFFF;
}
section.getInTouch .getInTouch_container_top ul li span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom {
    border-top: 1px solid #333333;
  }
}
section.getInTouch .getInTouch_container_bottom ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul {
    flex-direction: column;
  }
}
section.getInTouch .getInTouch_container_bottom ul li {
  text-align: center;
  margin: 2.25rem 0;
  margin-top: 2.475rem;
  padding: 2.475rem;
  transition: all 0.3s ease;
  background: #FFFFFF;
  color: #000000;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li {
    margin: 3rem;
    margin-top: 3.3rem;
    padding: 3.3rem;
  }
}
section.getInTouch .getInTouch_container_bottom ul li:nth-child(1) {
  width: 31%;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li:nth-child(1) {
    width: 100%;
  }
}
section.getInTouch .getInTouch_container_bottom ul li:nth-child(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  width: 34.5%;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li:nth-child(2) {
    width: 100%;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 0;
    border-right: 0;
  }
}
section.getInTouch .getInTouch_container_bottom ul li:nth-child(3) {
  width: 31%;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li {
    flex-direction: column;
    border-right: 0;
    margin: 0;
    padding: 6.1rem 0 6.2rem;
  }
  section.getInTouch .getInTouch_container_bottom ul li:first-of-type {
    border-top: 0;
  }
}
section.getInTouch .getInTouch_container_bottom ul li:last-child {
  border-right: none;
}
section.getInTouch .getInTouch_container_bottom ul li span {
  display: block;
}
section.getInTouch .getInTouch_container_bottom ul li span.getInTouch_intro_number {
  font-size: 6.75rem;
  line-height: 1.3;
  font-family: "miller-banner", serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li span.getInTouch_intro_number {
    font-size: 11rem;
  }
}
section.getInTouch .getInTouch_container_bottom ul li span.getInTouch_intro_description {
  font-size: 1.875rem;
  font-family: "miller-banner", serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  section.getInTouch .getInTouch_container_bottom ul li span.getInTouch_intro_description {
    font-size: 3.5rem;
  }
}

.m-main.blog {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 18rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.blog {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13.5rem;
  }
}
.m-main.blog .blog_post_cat_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.m-main.blog .blog_post {
  width: 100%;
  max-width: 33rem;
  height: 34.5rem;
  color: #000000;
  background: #FFFFFF;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
}
.m-main.blog .blog_post a {
  display: block;
  color: #000000;
}
.m-main.blog .blog_post a:hover, .m-main.blog .blog_post a:active, .m-main.blog .blog_post a:focus, .m-main.blog .blog_post a:visited {
  color: #000000;
}
.m-main.blog .blog_post a img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.m-main.blog .blog_post a.blog_post_image {
  height: 19.35rem;
  width: 33rem;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post a.blog_post_image {
    height: 36.8rem;
    width: 44rem;
  }
}
.m-main.blog .blog_post ul {
  padding: 2.25rem 2.25rem 1.05rem 2.25rem;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post ul {
    padding: 4rem 4rem 1.4rem 4rem;
  }
}
.m-main.blog .blog_post ul li {
  display: inline-block;
  margin-right: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post ul li {
    margin-right: 1.5rem;
  }
}
.m-main.blog .blog_post ul li a {
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  padding: 2.25px 1.125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post ul li a {
    font-size: 1.6rem;
    padding: 4px 2rem;
  }
}
.m-main.blog .blog_post a {
  display: block;
}
.m-main.blog .blog_post a h3 {
  font-size: 1.5rem;
  padding: 0 2.25rem 0 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #555555;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post a h3 {
    font-size: 2rem;
    padding: 0px 4rem 0 4rem;
    line-height: 2;
    margin-bottom: 3.5rem;
  }
}
.m-main.blog .blog_post a time {
  font-size: 1.05rem;
  padding: 3.75px 2.25rem 2.25rem 2.25rem;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}
@media (max-width: 768px) {
  .m-main.blog .blog_post a time {
    padding: 0 4.5rem 0 4.5rem;
    font-size: 1.8rem;
  }
}
.m-main.blog section.intro_section_blog {
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14.25rem;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog {
    margin-bottom: 22.5rem;
  }
}
.m-main.blog section.intro_section_blog h1 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog h1 {
    margin-bottom: 5rem;
    font-size: 9rem;
    text-align: center;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog {
    flex-direction: column;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_left,
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right {
  width: 52.5rem;
  height: 50rem;
  height: 37.5rem;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_left,
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right {
    width: 100%;
    height: auto;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_left {
  display: block;
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_left .container_blog_archive_image_intro {
  height: 36rem;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_left .container_blog_archive_image_intro {
    height: 33rem;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right {
  background: #FFFFFF;
  padding: 0 6.75rem;
  height: 36rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right {
    padding: 0 4rem;
    padding-top: 7rem;
    height: 48rem;
    justify-content: flex-start;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
  color: #333333;
  margin-top: -2.25rem;
  display: block;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right span {
    font-size: 1.9rem;
    margin-top: -3rem;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  color: #333333;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right h2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 768px) {
  .m-main.blog section.intro_section_blog .intro_container_blog .container_blog_right p {
    font-size: 1.8rem;
  }
}
.m-main.blog section.latest_blog {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.blog section.latest_blog {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    margin-bottom: 5rem;
  }
}
.m-main.blog section.latest_blog .latest_blog_container h2.section_title {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.blog section.latest_blog .latest_blog_container h2.section_title {
    font-size: 5rem;
  }
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_container_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 105rem;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.blog section.latest_blog .latest_blog_container .latest_blog_container_inner {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.m-main.blog section.all_blog {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    margin-top: 5rem;
  }
}
.m-main.blog section.all_blog .all_blog_tags {
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.375rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_tags {
    margin-bottom: 8.5rem;
  }
}
.m-main.blog section.all_blog .all_blog_tags h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 2.55rem;
  color: #000000;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_tags h4 {
    font-size: 3.8rem;
    margin-bottom: 5rem;
  }
}
.m-main.blog section.all_blog .all_blog_tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  max-width: 52.5rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_tags ul {
    max-width: 70rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.m-main.blog section.all_blog .all_blog_tags ul li {
  margin-right: 1.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_tags ul li {
    margin-right: 1.3rem;
    margin-bottom: 1.8rem;
  }
  .m-main.blog section.all_blog .all_blog_tags ul li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.m-main.blog section.all_blog .all_blog_tags ul li a {
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  padding: 4.5px 1.125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_tags ul li a {
    font-size: 1.6rem;
    padding: 4px 2rem;
  }
}
.m-main.blog section.all_blog .all_blog_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 105rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container {
    flex-direction: column;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post {
  width: 100%;
  max-width: 33rem;
  height: 34.5rem;
  color: #000000;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post a {
  display: block;
  color: #555555;
}
.m-main.blog section.all_blog .all_blog_container .blog_post a:hover, .m-main.blog section.all_blog .all_blog_container .blog_post a:active, .m-main.blog section.all_blog .all_blog_container .blog_post a:focus, .m-main.blog section.all_blog .all_blog_container .blog_post a:visited {
  color: #555555;
}
.m-main.blog section.all_blog .all_blog_container .blog_post a.blog_post_image {
  height: 19.35rem;
  width: 33rem;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post a.blog_post_image {
    height: 36.8rem;
    width: 44rem;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post ul {
  padding: 2.25rem 2.25rem 1.125rem 2.25rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post ul {
    padding: 4rem 4rem 1.4rem 4rem;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post ul li {
  display: inline-block;
  margin-right: 1.125rem;
}
.m-main.blog section.all_blog .all_blog_container .blog_post ul li a {
  font-size: 0.9rem;
  border: 1px solid #AFAFAF;
  padding: 4.5px 1.125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post ul li a {
    font-size: 1.6rem;
    padding: 4px 2rem;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post a {
  display: block;
}
.m-main.blog section.all_blog .all_blog_container .blog_post a h3 {
  font-size: 1.5rem;
  padding: 0 2.25rem 0 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #555555;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post a h3 {
    font-size: 2rem;
    padding: 0 4.5rem 0 4.5rem;
    line-height: 2;
    margin-bottom: 3.5rem;
  }
}
.m-main.blog section.all_blog .all_blog_container .blog_post a time {
  font-size: 1.05rem;
  padding: 3.75px 2.25rem 2.25rem 2.25rem;
  display: block;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_container .blog_post a time {
    padding: 0 4.5rem 0 4.5rem;
    font-size: 1.8rem;
  }
}
.m-main.blog section.all_blog .all_blog_pagination {
  margin-top: 8.625rem;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_pagination {
    margin-top: 10.8rem;
  }
}
.m-main.blog section.all_blog .all_blog_pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 24.75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_pagination ul {
    width: 100%;
  }
}
.m-main.blog section.all_blog .all_blog_pagination ul li {
  display: block;
}
.m-main.blog section.all_blog .all_blog_pagination ul li span,
.m-main.blog section.all_blog .all_blog_pagination ul li a {
  background: #FFFFFF;
  width: 2.775rem;
  height: 2.775rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #333333;
  font-size: 1.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_pagination ul li span,
  .m-main.blog section.all_blog .all_blog_pagination ul li a {
    width: 4.9rem;
    height: 4.9rem;
    font-size: 2rem;
  }
}
.m-main.blog section.all_blog .all_blog_pagination ul li span.current,
.m-main.blog section.all_blog .all_blog_pagination ul li a.current {
  background: #333333;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.blog section.all_blog .all_blog_pagination ul li a.prev, .m-main.blog section.all_blog .all_blog_pagination ul li a.next {
    font-size: 2.4rem;
  }
}

.m-main.blog_post {
  background: #FFFFFF;
  padding-top: 9.75rem;
  padding-bottom: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.blog_post {
    padding-top: 14rem;
    padding-bottom: 13.3rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.m-main.blog_post h2 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  max-width: 97.5rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m-main.blog_post h2 {
    text-align: center;
    font-size: 7.9rem;
    max-width: 130rem;
  }
}
.m-main.blog_post .blog_post_navigation {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .m-main.blog_post .blog_post_navigation {
    margin-top: 3rem;
  }
}
.m-main.blog_post .blog_post_navigation ul {
  width: 10.95rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog_post .blog_post_navigation ul {
    width: 19.6rem;
  }
}
.m-main.blog_post .blog_post_navigation ul li a {
  height: 2.775rem;
  width: 2.775rem;
  background: #FFFFFF;
  color: #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog_post .blog_post_navigation ul li a {
    height: 4.7rem;
    width: 4.7rem;
  }
}
.m-main.blog_post .blog_post_navigation ul li img {
  width: auto;
  height: 1.2rem;
  display: block;
}
@media (max-width: 768px) {
  .m-main.blog_post .blog_post_navigation ul li img {
    height: 2.2rem;
  }
}
.m-main.blog_post section.blog_post_container {
  background: #FFFFFF;
  padding-top: 9.525rem;
  padding-bottom: 8.4rem;
  padding-left: 5.55rem;
  padding-right: 5.55rem;
  max-width: 97.5rem;
  margin: 0 auto;
  margin-top: 3.75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container {
    padding-top: 9.9rem;
    padding-bottom: 7.9rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    max-width: 130rem;
    margin-top: 5rem;
  }
}
.m-main.blog_post section.blog_post_container h2 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 2.55rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container h2 {
    font-size: 3.4rem;
    margin-top: 2rem;
    margin-bottom: 3.4rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro {
  padding-bottom: 3.375rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro {
    padding-bottom: 3rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro span.publish_date_post {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro span.publish_date_post {
    font-size: 1.9rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 3.075rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro h1 {
    line-height: 1.7;
    font-size: 3rem;
    margin-top: 1.3rem;
    margin-bottom: 2rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 4.875rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro ul {
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro ul li {
  display: block;
  margin-right: 1.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro ul li {
    margin-right: 1.3rem;
    margin-bottom: 1.3rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro ul li a {
  border: 1px solid #AFAFAF;
  font-size: 0.9rem;
  padding: 4.5px 1.5rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro ul li a {
    font-size: 1.6rem;
    padding: 4px 3rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_intro .blog_image {
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 31.35rem;
  max-height: 31.35rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_intro .blog_image {
    height: 32rem;
    max-height: 32rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container {
  background: #EEF8E3;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container .toc_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  font-size: 2.1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container .toc_title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list {
  margin-top: 2.55rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list {
    margin-top: 3.4rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li {
  padding: 1.275rem 0;
  border-top: 1px solid #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li:last-of-type {
  padding-bottom: 0;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  padding-left: 0;
  padding: 4px 0;
  display: block;
  color: #000000;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a {
    font-size: 1.6rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a:visited, .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a:focus, .m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a:active {
  color: #000000;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container #toc_container ul.toc_list li a::after {
  content: "";
  display: none;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container h2, .m-main.blog_post section.blog_post_container .blog_post_content_container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.95rem;
  margin-bottom: 1.125rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container h2, .m-main.blog_post section.blog_post_container .blog_post_content_container h3 {
    font-size: 3.4rem;
    margin-top: 6rem;
    margin-bottom: 3.3rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container h2 span, .m-main.blog_post section.blog_post_container .blog_post_content_container h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.95rem;
  margin-top: 4.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container h2 span, .m-main.blog_post section.blog_post_container .blog_post_content_container h3 span {
    font-size: 3.4rem;
    margin-top: 4rem;
    margin-bottom: 3.3rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  position: relative;
  font-size: 1.2rem;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container ul li {
    font-size: 2.1rem;
    padding-left: 2rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container ul li:before {
  content: "";
  display: block;
  background-image: url("../img/blog_post_dot.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25px;
  height: 2.25px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container ul li:before {
    width: 3px;
    height: 3px;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #316DC3;
  display: inline-block;
  position: relative;
  word-break: break-all;
  padding-left: 1.875rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container a {
    font-size: 2.1rem;
    margin-top: 1.3rem;
    line-height: 1.9;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container a:active, .m-main.blog_post section.blog_post_container .blog_post_content_container a:hover, .m-main.blog_post section.blog_post_container .blog_post_content_container a:focus {
  color: #316DC3;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  top: 3.75px;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/link_icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container a::after {
    width: 2rem;
    height: 2rem;
    top: 1.1rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 1.125rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container p {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container picture {
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container picture {
    margin-bottom: 4rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 31.35rem;
  display: block;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container picture img {
    max-height: 41.8rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container table {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container table {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container table tbody {
  display: block;
  width: 100%;
}
.m-main.blog_post section.blog_post_container .blog_post_content_container table tr {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container table tr {
    justify-content: flex-start;
  }
}
.m-main.blog_post section.blog_post_container .blog_post_content_container table tr td {
  border: 1px solid #333333;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 0.9rem 0;
  font-size: 0.9rem;
  max-width: 20.775rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.blog_post_container .blog_post_content_container table tr td {
    padding: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.7;
    max-width: 100%;
  }
}
.m-main.blog_post section.recent_blogs {
  border-top: 1px solid #333333;
  margin-top: 7.5rem;
  padding-top: 8.25rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs {
    border-top: 0;
    margin-top: 0;
    padding-top: 14rem;
  }
}
.m-main.blog_post section.recent_blogs h2 {
  margin-bottom: 3rem;
  text-transform: none;
  text-align: center;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs h2 {
    font-size: 4.7rem;
    margin-bottom: 6rem;
  }
}
.m-main.blog_post section.recent_blogs .recent_blogs_container {
  max-width: 105rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .recent_blogs_container {
    flex-direction: column;
  }
}
.m-main.blog_post section.recent_blogs .blog_post {
  width: 100%;
  max-width: 33rem;
  height: 34.5rem;
  margin-bottom: 3rem;
  color: #000000;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
}
.m-main.blog_post section.recent_blogs .blog_post a {
  display: block;
  color: #000000;
}
.m-main.blog_post section.recent_blogs .blog_post a:hover, .m-main.blog_post section.recent_blogs .blog_post a:active, .m-main.blog_post section.recent_blogs .blog_post a:focus, .m-main.blog_post section.recent_blogs .blog_post a:visited {
  color: #000000;
}
.m-main.blog_post section.recent_blogs .blog_post a img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.m-main.blog_post section.recent_blogs .blog_post a.blog_post_image {
  height: 19.35rem;
  width: 33rem;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post a.blog_post_image {
    height: 34.5rem;
    width: 100%;
    max-width: 100%;
  }
}
.m-main.blog_post section.recent_blogs .blog_post ul {
  padding: 2.25rem 2.25rem 1.05rem 2.25rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post ul {
    padding: 4rem 4rem 1.4rem 4rem;
  }
}
.m-main.blog_post section.recent_blogs .blog_post ul li {
  display: inline-block;
  margin-right: 1.125rem;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post ul li {
    margin-right: 1.5rem;
  }
}
.m-main.blog_post section.recent_blogs .blog_post ul li a {
  border: 1px solid #AFAFAF;
  font-size: 0.9rem;
  padding: 2.25px 1.125rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post ul li a {
    font-size: 1.6rem;
    padding: 4px 2rem;
  }
}
.m-main.blog_post section.recent_blogs .blog_post a {
  display: block;
}
.m-main.blog_post section.recent_blogs .blog_post a h3 {
  font-size: 1.5rem;
  padding: 0 2.25rem 0 2.25rem;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #555555;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post a h3 {
    font-size: 2rem;
    padding: 0px 4rem 0 4rem;
    line-height: 2;
    margin-bottom: 3.5rem;
  }
}
.m-main.blog_post section.recent_blogs .blog_post a time {
  font-size: 1.05rem;
  padding: 3.75px 2.25rem 2.25rem 2.25rem;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}
@media (max-width: 768px) {
  .m-main.blog_post section.recent_blogs .blog_post a time {
    padding: 0 4.5rem 0 4.5rem;
    font-size: 1.8rem;
  }
}

.m-main.news section.news_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  max-width: 126rem;
  padding-top: 9rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.news section.news_content {
    max-width: 100%;
    flex-direction: column;
    max-width: 168rem;
    padding-top: 13.3rem;
    padding-bottom: 13.3rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.m-main.news section.news_content .news_column_left {
  width: 27rem;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_left {
    width: 100%;
  }
}
.m-main.news section.news_content .news_column_left h1 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_left h1 {
    font-size: 8rem;
    text-align: center;
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right {
    width: 100%;
  }
}
.m-main.news section.news_content .news_column_right .news_posts_list {
  width: 60rem;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right .news_posts_list {
    width: 100%;
  }
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li {
  border-top: 1px solid #333333;
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li:last-of-type {
  border-bottom: 1px solid #333333;
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li a {
  display: block;
  padding: 2.85rem 0;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right .news_posts_list ul li a {
    padding: 2.5rem 1.4rem;
  }
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li a span {
  font-size: 1.2rem;
  color: #333333;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right .news_posts_list ul li a span {
    display: block;
    font-size: 2.1rem;
  }
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li a span.news_post_date {
  display: inline-block;
  margin-right: 3.75rem;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right .news_posts_list ul li a span.news_post_date {
    margin-right: 5rem;
  }
}
.m-main.news section.news_content .news_column_right .news_posts_list ul li a span.news_post_preview {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_column_right .news_posts_list ul li a span.news_post_preview {
    line-height: 1.7;
    margin-top: 1rem;
  }
}
.m-main.news section.news_content .news_pagination {
  max-width: 166rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_pagination {
    margin-top: 6.6rem;
  }
}
.m-main.news section.news_content .news_pagination ul {
  width: 14.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_pagination ul {
    width: 100%;
    justify-content: space-evenly;
  }
}
.m-main.news section.news_content .news_pagination ul li {
  display: block;
}
.m-main.news section.news_content .news_pagination ul li span,
.m-main.news section.news_content .news_pagination ul li a {
  background: #FFFFFF;
  width: 3.7rem;
  height: 3.7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #333333;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_pagination ul li span,
  .m-main.news section.news_content .news_pagination ul li a {
    width: 4.7rem;
    height: 4.7rem;
    font-size: 2rem;
  }
}
.m-main.news section.news_content .news_pagination ul li span.current,
.m-main.news section.news_content .news_pagination ul li a.current {
  background: #333333;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .m-main.news section.news_content .news_pagination ul li a.prev, .m-main.news section.news_content .news_pagination ul li a.next {
    font-size: 2.4rem;
  }
}

.m-main.news_post section.news_post_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  max-width: 166rem;
  padding-top: 9rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content {
    flex-direction: column;
    padding-top: 13.3rem;
    padding-bottom: 12.5rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.m-main.news_post section.news_post_content .news_column_left {
  width: 27rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_left {
    width: 100%;
    margin-bottom: 8.4rem;
  }
}
.m-main.news_post section.news_post_content .news_column_left h1 {
  font-size: 6.75rem;
  padding-left: 2.25rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_left h1 {
    font-size: 8rem;
    text-align: center;
    padding-left: 0;
  }
}
.m-main.news_post section.news_post_content .news_column_right {
  padding-left: 2.25rem;
}
.m-main.news_post section.news_post_content .news_column_right .publish_date_post {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .publish_date_post {
    font-size: 1.9rem;
  }
}
.m-main.news_post section.news_post_content .news_column_right h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 3.075rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right h1 {
    font-size: 3rem;
    line-height: 1.7;
    margin-top: 1.3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right {
    padding-left: 0;
  }
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail {
  border-bottom: 1px solid #333333;
  padding-bottom: 5.25rem;
  max-width: 60rem;
  width: 100%;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .news_post_detail {
    width: 100%;
    padding-bottom: 13rem;
  }
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail > p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail .wp-block-heading {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .news_post_detail .wp-block-heading {
    margin-top: 2rem;
  }
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail span.post_date {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .news_post_detail span.post_date {
    font-size: 1.6rem;
  }
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .news_post_detail h2 {
    margin-top: 2rem;
    margin-bottom: 6.6rem;
    font-size: 3.2rem;
  }
}
.m-main.news_post section.news_post_content .news_column_right .news_post_detail p {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.77;
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .m-main.news_post section.news_post_content .news_column_right .news_post_detail p {
    font-size: 2.1rem;
  }
}
.m-main.news_post .news_post_navigation {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .m-main.news_post .news_post_navigation {
    margin-top: 6.6rem;
  }
}
.m-main.news_post .news_post_navigation ul {
  width: 14.6rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .m-main.news_post .news_post_navigation ul {
    margin: 0 auto;
  }
}
.m-main.news_post .news_post_navigation ul li a {
  height: 3.7rem;
  width: 3.7rem;
  background: #FFFFFF;
  color: #333333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.m-main.news_post .news_post_navigation ul li img {
  height: 1.6rem;
  width: auto;
  display: block;
}

.m-main.privacy_policy {
  padding-top: 10.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy {
    padding-top: 13.5rem;
    padding-bottom: 12rem;
  }
}
.m-main.privacy_policy h1 {
  font-size: 6.75rem;
  font-family: "miller-banner", serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  max-width: 105rem;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-main.privacy_policy h1 {
    font-size: 7rem;
    letter-spacing: -5px;
    padding-bottom: 5.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container {
  max-width: 75rem;
  padding-top: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container {
    padding: 0 3rem;
    max-width: 100rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container p, .m-main.privacy_policy section.privacy_policy_container span, .m-main.privacy_policy section.privacy_policy_container li, .m-main.privacy_policy section.privacy_policy_container a {
  font-family: "Hiragino-Kaku-Gothic-Pro";
  font-style: normal;
  font-size: 1.125rem;
  color: #000000;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container p, .m-main.privacy_policy section.privacy_policy_container span, .m-main.privacy_policy section.privacy_policy_container li, .m-main.privacy_policy section.privacy_policy_container a {
    font-size: 1.8rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container h2, .m-main.privacy_policy section.privacy_policy_container h3, .m-main.privacy_policy section.privacy_policy_container h4, .m-main.privacy_policy section.privacy_policy_container h5 {
  font-size: 1.5rem;
  margin-top: 3.825rem;
  margin-bottom: 1.125rem;
  letter-spacing: 1.725px;
  font-family: "Hiragino-Kaku-Gothic-Pro";
  font-style: normal;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container h2, .m-main.privacy_policy section.privacy_policy_container h3, .m-main.privacy_policy section.privacy_policy_container h4, .m-main.privacy_policy section.privacy_policy_container h5 {
    font-size: 2.4rem;
    margin-top: 7rem;
    letter-spacing: 1px;
  }
}
.m-main.privacy_policy section.privacy_policy_container h2 strong, .m-main.privacy_policy section.privacy_policy_container h3 strong, .m-main.privacy_policy section.privacy_policy_container h4 strong, .m-main.privacy_policy section.privacy_policy_container h5 strong {
  font-size: 1.5rem;
  margin-top: 3.825rem;
  margin-bottom: 1.125rem;
  letter-spacing: 1.725px;
  font-family: "Hiragino-Kaku-Gothic-Pro";
  font-style: normal;
  line-height: 2;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container h2 strong, .m-main.privacy_policy section.privacy_policy_container h3 strong, .m-main.privacy_policy section.privacy_policy_container h4 strong, .m-main.privacy_policy section.privacy_policy_container h5 strong {
    font-size: 2.4rem;
    margin-top: 7rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container p, .m-main.privacy_policy section.privacy_policy_container span {
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container p, .m-main.privacy_policy section.privacy_policy_container span {
    line-height: 2.07;
    letter-spacing: 1.5px;
  }
}
.m-main.privacy_policy section.privacy_policy_container li {
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container li {
    font-size: 1.8rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container ul,
.m-main.privacy_policy section.privacy_policy_container ol {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ul,
  .m-main.privacy_policy section.privacy_policy_container ol {
    padding-left: 2rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container ul li,
.m-main.privacy_policy section.privacy_policy_container ol li {
  padding-left: 0.9rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ul li,
  .m-main.privacy_policy section.privacy_policy_container ol li {
    margin-bottom: 5px;
    padding-left: 1.2rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container ul ul,
.m-main.privacy_policy section.privacy_policy_container ul ol,
.m-main.privacy_policy section.privacy_policy_container ol ul,
.m-main.privacy_policy section.privacy_policy_container ol ol {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ul ul,
  .m-main.privacy_policy section.privacy_policy_container ul ol,
  .m-main.privacy_policy section.privacy_policy_container ol ul,
  .m-main.privacy_policy section.privacy_policy_container ol ol {
    padding-left: 2rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container ul ul li,
.m-main.privacy_policy section.privacy_policy_container ul ol li,
.m-main.privacy_policy section.privacy_policy_container ol ul li,
.m-main.privacy_policy section.privacy_policy_container ol ol li {
  padding-left: 0.9rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ul ul li,
  .m-main.privacy_policy section.privacy_policy_container ul ol li,
  .m-main.privacy_policy section.privacy_policy_container ol ul li,
  .m-main.privacy_policy section.privacy_policy_container ol ol li {
    margin-bottom: 5px;
  }
}
.m-main.privacy_policy section.privacy_policy_container ul {
  list-style-type: circle;
}
.m-main.privacy_policy section.privacy_policy_container ul ul,
.m-main.privacy_policy section.privacy_policy_container ul ol {
  list-style-type: circle;
  margin-left: 0.975rem;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ul ul,
  .m-main.privacy_policy section.privacy_policy_container ul ol {
    margin-left: 1.3rem;
    margin-top: 2.8rem;
  }
}
.m-main.privacy_policy section.privacy_policy_container ol {
  list-style-type: decimal;
}
.m-main.privacy_policy section.privacy_policy_container ol ul,
.m-main.privacy_policy section.privacy_policy_container ol ol {
  list-style-type: decimal;
  margin-left: 0.975rem;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .m-main.privacy_policy section.privacy_policy_container ol ul,
  .m-main.privacy_policy section.privacy_policy_container ol ol {
    margin-left: 1.3rem;
    margin-top: 2.8rem;
  }
}

html,
body {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  word-break: break-word;
  box-sizing: border-box;
}
html.servicePage,
body.servicePage {
  overflow-y: hidden;
  overflow-x: auto;
}
html.missionPage,
body.missionPage {
  overflow-y: initial;
  overflow-x: initial;
}
html.mobile_menu_open,
body.mobile_menu_open {
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  right: 0;
}
html *,
body * {
  word-break: break-word;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}

/* ===================== */
/* ロゴカルーセル 連続スクロール（CSS アニメーション） */
/* ===================== */
.front section.associate_companies_logos .swiper8 .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.front section.associate_companies_logos .swiper8 .swiper-slide {
  display: flex;
  align-items: center;
}
@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===================== */
/* メンバーカルーセル 連続スクロール（CSS アニメーション） */
/* ===================== */
.front section.members .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.front section.members .swiper .swiper-slide {
  flex-shrink: 0;
}
@keyframes scrollMembers {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ===================== */
/* ブログ投稿詳細ページ */
/* ===================== */
.blog-single .blog_post_section {
  padding: 6rem 2rem 8rem;
  max-width: 90rem;
  margin: 0 auto;
}
.blog-single .blog_post_container {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
  .blog-single .blog_post_section {
    padding: 3rem 1.5rem 5rem;
  }
  .blog-single .blog_post_container {
    padding: 2rem;
  }
}
.blog-single .post_header {
  border-bottom: 1px solid #eee;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}
.blog-single .post_header .post_date {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #aaa;
  margin-bottom: 0.8rem;
}
.blog-single .post_header .post_tag {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #39A4D2;
  background: #e8f4fb;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.2rem;
}
.blog-single .post_header h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 768px) {
  .blog-single .post_header h1 {
    font-size: 2rem;
  }
}
.blog-single .post_body h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #222;
  margin: 3rem 0 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #39A4D2;
  display: inline-block;
}
.blog-single .post_body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #444;
  margin: 2rem 0 0.8rem;
}
.blog-single .post_body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1.5rem;
}
.blog-single .back_to_blog {
  margin-top: 3rem;
}
.blog-single .back_to_blog a {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #39A4D2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-single .back_to_blog a:hover {
  color: #1a7ab5;
}

/* ===================== */
/* ブログ一覧 Latest Blogs */
/* ===================== */
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_container_inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_entry {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}
.m-main.blog .latest_blog_entry:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-left-color: #39A4D2;
  transform: translateX(4px);
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_entry_content {
  padding: 2.5rem 3rem;
  flex: 1;
}
@media (max-width: 768px) {
  .m-main.blog .latest_blog_entry_content {
    padding: 2rem;
  }
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_tag {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #39A4D2;
  background: #e8f4fb;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  margin-bottom: 0.8rem;
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_entry h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #888;
  margin-bottom: 1rem;
}
.m-main.blog section.latest_blog .latest_blog_container .latest_blog_date {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #ccc;
}

/* ===================== */
/* ブログ一覧 All Blogs */
/* ===================== */
.m-main.blog section.all_blog .all_blog_container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.m-main.blog section.all_blog .all_blog_entry {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.m-main.blog .all_blog_entry:last-child {
  border-bottom: none;
}
.m-main.blog section.all_blog .all_blog_entry_link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.m-main.blog section.all_blog .all_blog_entry_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.m-main.blog section.all_blog .all_blog_entry_tag {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #39A4D2;
  background: #e8f4fb;
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
}
.m-main.blog section.all_blog .all_blog_entry_date {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #ccc;
}
.m-main.blog section.all_blog .all_blog_entry h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 0.6rem;
  transition: color 0.3s ease;
}
.m-main.blog section.all_blog .all_blog_entry_link:hover h3 {
  color: #39A4D2;
}
.m-main.blog section.all_blog .all_blog_entry p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #888;
}

/*# sourceMappingURL=style.css.map */