@charset "UTF-8";
@import "vendor/common.css";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* version */
@media (min-width: 768px) {
  body.about .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/features_bg_all.png);
    aspect-ratio: 1440/6123;
  }
}
@media (min-width: 768px) {
  body.business .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/business_bg_all.png);
    aspect-ratio: 1440/2721;
  }
}
@media (min-width: 768px) {
  body.creative .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/creative_bg_all.png);
    aspect-ratio: 1440/4382;
    top: 6%;
  }
}
@media (min-width: 768px) {
  body.company .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/company_bg_all.png);
    aspect-ratio: 1440/1810;
  }
}
@media (min-width: 768px) {
  body.post_page .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/news_bg_all.png);
    aspect-ratio: 1440/971;
  }
}
body .sec_bg {
  position: relative;
}
body .sec_bg:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1440px) {
  body .sec_bg:after {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  body .sec_bg:after {
    background-image: url(/frontier/wp-content/uploads/sp_bg_all.png);
    aspect-ratio: 750/4383;
    width: 100%;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

.font_eng,
.sec_work3 h2 span,
.sec_column4 .rank,
.sec_column2 h2 span,
.sec_column1 h1,
.sec_creative3 .vercel_num,
.sec_creative3 .txt2,
.sec_features2 h3 span,
.sec_features1 .big_txt,
.footer_top .footer_contact,
.sec_slide04 h2,
.sec_slide02 h2,
.sec_interview2 h2,
.sec_works2 h2,
.sec_column5 h2,
.sec_column2 h2,
.sec_slide03 h2,
.sec_newslist1 h2,
.sec03 .big_txt1,
.sec03 .txt2,
.sec03 .heading,
.main_visual .scroll_content a,
.main_visual .copy_content .txt1,
.h1_content4 h1,
.h1_content3 h1,
h2.h2_05,
h2.h2_03,
h2.h2_02 span,
h2.h2_01 span,
h1:not(.title) span,
header .global_nav .sp_hdr_contact a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #f7f7f7;
  font-family:
    "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic,
    Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
  height: auto !important;
  overflow: hidden;
  font-weight: 500;
}
main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
.highlight a {
  color: #333333;
}
.highlight a:hover {
  color: #333333;
}

img {
  vertical-align: middle;
}
img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
}
ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
ul.list-inline {
  margin-bottom: 16px;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}
main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4% 0;
  background: rgba(215, 22, 24, 0.05);
  color: #333333;
}

body:not(.home) .column_main .highlight {
  padding-left: 4%;
  padding-right: 4%;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -0.4em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n + 1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}
main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}
main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}
main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}
main .column_main .widget_header + .epress_search,
main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .epress_search,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}
main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}
main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}
main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}
main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}
main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}
main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}
main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}
main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}
main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}
main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -0.4em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}
.sidebar {
  visibility: hidden;
}
.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}
.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}
.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}
.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}
.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}
.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}
.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.parallax_h1 {
  height: 250px;
  position: relative;
}
.parallax_h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}
.parallax_h1 h1 {
  color: #fff;
}
.parallax_h1 h1:after,
.parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}
.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}
.col p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.container {
  padding: 0 10px;
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
#fb-root,
.fb-page {
  font-family:
    "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo,
    "ms pgothic", sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}
img.wp-edited-image[height] {
  height: auto !important;
}
img.wp-edited-image.aligncenter {
  margin: 0 auto 10px;
  display: block;
}
img.wp-edited-image.alignright {
  margin: auto 0 auto auto;
  display: block;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #f7f7f7;
  color: #333333;
  position: absolute;
  background: #fff;
}
header .row {
  margin: 0 2%;
  margin: 0 5%;
}
@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}
header .title a {
  display: inline-block;
}
header .title img,
header .title object {
  width: 196px;
  height: 56px;
  max-width: none;
}
@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 120px;
    height: 34.2857142857px;
    min-height: 45px;
  }
}
header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}
header .global_nav > ul > li {
  border-bottom: 1px solid #cccccc;
}
header .global_nav > ul > li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  color: #333333;
  background: transparent;
}
header .global_nav > ul > li a:hover {
  color: #333333;
}
header .global_nav > ul > li a:active {
  background: #d71618;
  color: #333333;
}
header .global_nav > ul > li > a {
  background: transparent;
}
header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}
header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}
header .global_nav .menu_icon a:after,
header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #333333;
  transition: transform 0.5s;
}
header .global_nav .menu_icon a:before {
  top: 0;
}
header .global_nav .menu_icon a:after {
  bottom: 0;
}
header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #333333;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}
header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #333333;
}
header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #333333;
}
header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}
header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}
header.menu_open .global_nav > ul {
  visibility: visible;
  background-color: #fff;
  padding: 0 5% 10%;
  transform: rotateX(0deg);
}

body header {
  transition: top 0.5s;
}
body.scroll.down header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
body.scroll.down header.high {
  position: fixed;
}
body.scroll header {
  z-index: 0;
}
body.scroll header.hidden {
  top: -100%;
  top: 0 !important;
}

body.up header,
body.home.up header,
header.menu_open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

body.scrollTop:not(.home) header {
  position: relative !important;
}
#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 835px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 835px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 100px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0;
    vertical-align: middle;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 835px) and (max-width: 920px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}
@media (min-width: 835px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #d71618;
    color: #d71618;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}
.hdr_info_wrap {
  display: none;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}
@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}
.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #d71618;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 835px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
    right: 3%;
  }
}

header .global_nav > ul > li.has_under > ul.sub-menu li.has_under ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

header .global_nav > ul > li.has_under > ul.sub-menu li.has_under ul li a {
  color: #000;
}

@media (min-width: 769px) {
  header .global_nav > ul > li.has_under > ul {
    height: auto !important;
  }
}
header .global_nav > ul > li.has_under > ul.sub-menu li.has_under a {
  position: relative;
  padding: 1em;
}

header
  .global_nav
  > ul
  > li.has_under
  > ul.sub-menu
  li.has_under
  ul.sub-menu
  li
  a:after {
  content: none;
}

@media (min-width: 769px) {
  header .global_nav > ul > li.has_under > ul.sub-menu li.has_under a:after {
    border-color: transparent transparent #fff transparent;
  }
}
header .global_nav > ul > li.has_under > ul.sub-menu li.has_under a.open:after {
  transform: translate(0, 0) rotate(0deg);
}

@media (max-width: 768px) {
  header .global_nav > ul > li.has_under > ul.sub-menu {
    height: auto !important;
  }
}
header .global_nav .sp_gnav_title {
  display: none;
}
@media (max-width: 834px) {
  header .global_nav .sp_gnav_title {
    display: block;
  }
}
header .global_nav .sp_gnav_title a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
header .global_nav .sp_hdr_contact {
  border: none;
  margin-left: 10px;
}
@media (max-width: 834px) {
  header .global_nav .sp_hdr_contact {
    padding-top: 8%;
  }
}
header .global_nav .sp_hdr_contact a {
  background-color: #d71618;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 835px) {
  header .global_nav .sp_hdr_contact a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.5em 2em;
  }
}
header .global_nav .sp_hdr_contact a:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
header .global_nav .sp_hdr_contact a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
@media (min-width: 835px) {
  header .global_nav .sp_hdr_contact a span {
    display: none;
  }
}

footer {
  position: relative;
}
footer nav {
  text-align: center;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li + li {
  border-top: 1px solid rgb(178.5, 178.5, 178.5);
}
footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
}
footer .footer_copyright_wrap {
  text-align: center;
}
footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}

@media (min-width: 768px) {
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul {
    white-space: normal;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\a";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}
/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #2b2b2b;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  footer .container .row .col {
    float: none;
    width: 100%;
  }
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d9d9d9;
}
@media (min-width: 768px) {
  .copyright {
    text-align: right;
  }
}

.slider-pro.contents {
  overflow: hidden;
  margin: 0 auto !important;
}
.slider-pro.contents .sp-caption-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
.slider-pro.contents .sp-caption-container h3 {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.slider-pro.contents .sp-caption-container h3:last-child {
  margin-bottom: 0;
}
.slider-pro.contents .sp-caption-container p {
  font-size: 13px;
  font-size: 1.3rem;
}
.slider-pro.contents.sp-horizontal .sp-previous-arrow {
  left: 10px;
  margin-top: 180px;
}
.slider-pro.contents.sp-horizontal .sp-next-arrow {
  right: 10px;
  margin-top: 180px;
}
.slider-pro.contents .sp-next-arrow:after,
.slider-pro.contents .sp-next-arrow:before,
.slider-pro.contents .sp-previous-arrow:after,
.slider-pro.contents .sp-previous-arrow:before {
  background-color: #d71618;
}

@media (max-width: 767px) {
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .slider-pro.contents .sp-caption-container {
    width: 450px;
    min-height: 40px;
    margin: 10px auto 0;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
  }
  .slider-pro.contents .sp-arrow {
    width: 10px;
    height: 15px;
  }
  .slider-pro.contents.sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-top: 187.5px;
    margin-left: -230px;
  }
  .slider-pro.contents.sp-horizontal .sp-next-arrow {
    right: 50%;
    margin-top: 187.5px;
    margin-right: -230px;
  }
}
.slider-pro.center {
  overflow: hidden;
  width: 100%;
}
.slider-pro.center .sp-button {
  border: none;
  background: #d2d2d2;
}
.slider-pro.center .sp-selected-button {
  background: #d71618;
}
.slider-pro.center.sp-horizontal .sp-arrows {
  left: 0;
  right: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.slider-pro.center.sp-horizontal .sp-previous-arrow {
  left: 10px;
}
.slider-pro.center.sp-horizontal .sp-next-arrow {
  right: 10px;
}
.slider-pro.center .sp-previous-arrow,
.slider-pro.center .sp-next-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(215, 22, 24, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.slider-pro.center .sp-previous-arrow {
  background-image: url(/frontier/wp-content/uploads/arrow_left_wh.png);
}
.slider-pro.center .sp-next-arrow {
  background-image: url(/frontier/wp-content/uploads/arrow_right_wh.png);
}
.slider-pro.center .sp-next-arrow:after,
.slider-pro.center .sp-next-arrow:before,
.slider-pro.center .sp-previous-arrow:after,
.slider-pro.center .sp-previous-arrow:before {
  display: none;
}
.slider-pro.center .sp-layer {
  line-height: 1.2;
  white-space: normal !important;
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
}
.slider-pro.center .sp-layer small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .slider-pro.center .sp-layer {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .slider-pro.center .sp-padding {
    padding: 35px;
  }
}
@media (min-width: 1100px) {
  .slider-pro.center.sp-horizontal .sp-previous-arrow {
    left: -15px;
  }
  .slider-pro.center.sp-horizontal .sp-next-arrow {
    right: -15px;
  }
}
.slider-pro.wide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 10px;
}
.slider-pro.wide .sp-buttons {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: auto;
  padding-top: 0;
  text-align: right;
}
.slider-pro.wide .sp-button {
  border: none;
  background: #d2d2d2;
}
.slider-pro.wide .sp-selected-button {
  background: #d71618;
}
.slider-pro.wide .sp-previous-arrow,
.slider-pro.wide .sp-next-arrow {
  z-index: 2;
}
.slider-pro.wide .sp-next-arrow:after,
.slider-pro.wide .sp-next-arrow:before,
.slider-pro.wide .sp-previous-arrow:after,
.slider-pro.wide .sp-previous-arrow:before {
  color: #fff;
}
.slider-pro.wide .hps-slider-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-pro.wide .hps-slider-mask.stripe {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(/frontier/wp-content/uploads/mask_stripe.png);
}
.slider-pro.wide .hps-slider-copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  color: #333333;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.slider-pro.wide .hps-slider-copy .lead {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #333333;
}
.slider-pro.wide.disable-arrows .hps-slider-copy {
  padding: 0 10px;
}
.slider-pro.wide .hps-slider-scroll {
  display: none;
}

@media (max-width: 767px) {
  .slider-pro.wide.sp-disable-arrows .hps-slider-copy {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .slider-pro.wide .sp-buttons {
    bottom: 20px;
    right: 25px;
  }
  .slider-pro.wide .sp-button {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }
  .slider-pro.wide .hps-slider-copy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .slider-pro.wide .hps-slider-copy .lead {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slider-pro.wide .hps-slider-scroll a {
    display: inline-block;
    width: 100px;
    padding-bottom: 45px;
    background: url(/frontier/wp-content/uploads/arrow_down_white.png) center
      bottom no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .slider-pro.wide .hps-slider-scroll.text-black a {
    background: url(/frontier/wp-content/uploads/arrow_down_black.png) center
      bottom no-repeat;
    color: #000;
  }
}
@media (min-width: 1024px) {
  .slider-pro.wide .hps-slider-scroll {
    display: block;
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .bf-af .row:not(:last-child) {
    margin-bottom: 10%;
  }
  .bf-af .before {
    padding-bottom: 16%;
    background: url(/frontier/wp-content/uploads/arrow_down.svg) center bottom
      no-repeat;
    background-size: 20%;
    background-size: 45px auto;
  }
  .bf-af .after:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .bf-af {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bf-af .before,
  .bf-af .after {
    display: table-cell;
    vertical-align: top;
  }
  .bf-af .before span {
    display: block;
    position: relative;
  }
  .bf-af .before span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: url(/frontier/wp-content/uploads/arrow_right.svg) center center
      no-repeat;
    background-size: 100%;
  }
  .bf-af.col2 .before {
    width: 55%;
    padding-right: 10%;
  }
  .bf-af.col2 .after {
    width: 45%;
  }
  .bf-af.col2 .before span:after {
    width: 10%;
    right: -16%;
  }
  .bf-af.col4 .before:nth-child(1) {
    width: 24%;
    padding-left: 0;
    padding-right: 2%;
  }
  .bf-af.col4 .after:nth-child(2) {
    width: 26%;
    padding-left: 3%;
    padding-right: 1%;
  }
  .bf-af.col4 .before:nth-child(3) {
    width: 26%;
    padding-left: 1%;
    padding-right: 3%;
  }
  .bf-af.col4 .after:nth-child(4) {
    width: 24%;
    padding-left: 2%;
    padding-right: 0;
  }
  .bf-af.col4 .before span:after {
    width: 13%;
    right: -18%;
  }
}
.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}
.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}
.bread ul li a {
  text-decoration: none;
  color: #333333;
}
.bread ul li a:hover {
  color: #333333;
  text-decoration: none;
}
.bread ul li:after {
  content: "";
  display: block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.bread ul li:last-child:after {
  content: none;
}

.button,
.inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 0px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  background: #d71618;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
}
.button:hover,
.inquiry .wpcf7-submit:hover {
  background: rgb(205.6341463415, 212.3658536585, 210.1219512195);
  color: #d71618;
}
.highlight .button,
.highlight .inquiry .wpcf7-submit,
.inquiry .highlight .wpcf7-submit {
  color: #fff;
}
.highlight .button:hover,
.highlight .inquiry .wpcf7-submit:hover,
.inquiry .highlight .wpcf7-submit:hover {
  color: #d71618;
}
.button.block,
.inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}
.button.inverse,
.inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
}
.button.inverse:hover,
.inquiry .inverse.wpcf7-submit:hover {
  background: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.button.cancel,
.inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}
.button.cancel:hover,
.inquiry .cancel.wpcf7-submit:hover {
  background: rgb(110.5, 110.5, 110.5);
}
.button.large,
.inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.button + .button,
.inquiry .wpcf7-submit + .button,
.inquiry .button + .wpcf7-submit,
.inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}
.button span,
.inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/frontier/wp-content/uploads/btn_icon.png) left center
    no-repeat;
  background-size: auto 14px;
}

.feature {
  color: #fff;
}
.feature h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
.feature img {
  width: 100%;
}
.feature .col {
  display: table;
  table-layout: fixed;
}
.feature .col:not(:last-child) {
  margin-bottom: 0;
}
.feature .col:nth-child(1) {
  background: #49afe6;
}
.feature .col:nth-child(2) {
  background: #8ed95d;
}
.feature .col:nth-child(3) {
  background: #f6aa48;
}
.feature .col:nth-child(4) {
  background: #f98282;
}
.feature .col .textbox {
  display: table-cell;
  width: 70%;
  padding: 1em 3%;
  vertical-align: middle;
}
.feature .col figure {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.feature .col figure:first-child img {
  text-align: left;
}
.feature .col figure:last-child img {
  text-align: right;
}

@media (min-width: 768px) {
  .feature h3 {
    margin: 10px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feature .col {
    display: block;
    table-layout: auto;
  }
  .feature .col .textbox {
    display: block;
    width: auto;
    height: 250px;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feature .col figure {
    display: inline;
    width: auto;
    vertical-align: middle;
  }
}
.grid {
  display: block;
  margin: 0;
}
.grid.row,
.grid .row,
.grid.col,
.grid .col {
  margin: 0;
}
.has-child-grid .grid {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: stretch;
  align-items: stretch;
}
.has-child-grid .grid .col {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.has-child-grid .grid .col.span_12 {
  padding: 20px 0;
}
.grid .grid-arrow {
  position: relative;
  overflow: hidden;
}
.grid .grid-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.grid p {
  margin: 0;
  padding: 0.2em 0;
}
.grid a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.grid a > [style^="background-image"],
.grid a img {
  transition: 0.3s;
}
.grid a:hover > [style^="background-image"],
.grid a:hover img {
  opacity: 0.6;
}
.grid .grid-bg1 {
  background-color: #e74c3c;
}
.grid .grid-bg1:hover {
  background-color: rgb(235.4712328767, 109.3479452055, 96.3287671233);
}
.grid .grid-bg1:hover .grid-arrow:after {
  background-color: rgb(222.7808219178, 45.698630137, 27.4191780822);
}
.grid .grid-bg2 {
  background-color: #3498db;
}
.grid .grid-bg2:hover {
  background-color: rgb(86.6543933054, 169.5832635983, 225.1456066946);
}
.grid .grid-bg2:hover .grid-arrow:after {
  background-color: rgb(34.6744769874, 130.9924686192, 195.5255230126);
}
.grid .grid-bg3 {
  background-color: #f1c40f;
}
.grid .grid-bg3:hover {
  background-color: rgb(243.2488188976, 205.4771653543, 53.5511811024);
}
.grid .grid-bg3:hover .grid-arrow:after {
  background-color: rgb(203.3385826772, 165.2125984252, 11.8614173228);
}
.grid .grid-bg4 {
  background-color: #1abc9c;
}
.grid .grid-bg4:hover {
  background-color: rgb(30.9570093458, 223.8429906542, 185.7420560748);
}
.grid .grid-bg4:hover .grid-arrow:after {
  background-color: rgb(21.0429906542, 152.1570093458, 126.2579439252);
}
.grid .grid-bg5 {
  background-color: #9b59b6;
}
.grid .grid-bg5:hover {
  background-color: rgb(172.0711297071, 117.3380753138, 194.4619246862);
}
.grid .grid-bg5:hover .grid-arrow:after {
  background-color: rgb(133.8820083682, 70.3121338912, 159.8878661088);
}
.grid .grid-bg6 {
  background-color: #34495e;
}
.grid .grid-bg6:hover {
  background-color: rgb(66.5315068493, 93.4, 120.2684931507);
}
.grid .grid-bg6:hover .grid-arrow:after {
  background-color: rgb(37.4684931507, 52.6, 67.7315068493);
}
.grid .grid-bg7 {
  background-color: #2ecc71;
}
.grid .grid-bg7:hover {
  background-color: rgb(76.1328, 214.6672, 134.8784);
}
.grid .grid-bg7:hover .grid-arrow:after {
  background-color: rgb(38.4928, 170.7072, 94.5584);
}

.ie .grid .grid-arrow:after {
  display: none;
}

@media (min-width: 768px) {
  .grid {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .grid .col {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .grid .col.span_12 {
    padding: 0;
  }
  .grid .col.has-child-grid > * {
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .grid p {
    margin: 0;
    padding: 0.2em 0;
  }
}
.guide figure {
  margin-bottom: 1em;
}
.guide figure img {
  width: auto;
  max-width: 100%;
}
.guide .message .contents_link {
  text-align: center;
}

@media (min-width: 768px) {
  .guide {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -1em;
  }
  .guide figure {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  .guide .message {
    flex: 3;
    padding-left: 2%;
    padding-bottom: 45px;
  }
  .guide .message.text-only {
    padding-bottom: 0;
  }
  .guide .message h2 {
    margin-bottom: 1em;
  }
  .guide .message .contents_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .guide.reverse {
    flex-direction: row-reverse;
  }
  .guide.reverse .message {
    padding-left: 0;
    padding-right: 2%;
  }
  .ie .guide {
    display: table;
  }
  .ie .guide figure {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .ie .guide .message {
    display: table-cell;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .ie .guide.reverse .message {
    padding-left: 2%;
    padding-right: 0;
  }
}
/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(215, 22, 24, 0.05);
}
.inquiry fieldset .row {
  margin: 0;
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: normal;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}
.inquiry input[type="file"] {
  width: 100%;
  box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #d71618;
  color: #fff;
  background: #d71618;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #d71618;
  color: #d71618;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #f00;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
.movies {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.movies iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movies.ar16to9 {
  padding-top: 56.25%;
}
.movies.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(215, 22, 24, 0.05);
}
.news.typeC .news_bg {
  padding: 1em;
}
.news h2 {
  color: #333333;
}
.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}
.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}
.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}
.news dl dd a {
  text-decoration: none;
}
.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}
.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax.ios {
  background-attachment: scroll;
}
.parallax .parallax_contents h1,
.parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}
.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}
.qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: rgba(215, 22, 24, 0.05);
  font-weight: normal;
}
.qa .question:after {
  content: none;
}
.qa .question:before {
  content: none;
}
.qa .question:hover {
  background: rgba(201.1202531646, 20.5797468354, 22.4506329114, 0.05);
}
.qa .question.open:after {
  transform: rotate(0);
}
.qa .answer {
  padding: 0 0 0 1em;
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}
.qa.qa-open .question:hover {
  background-color: rgba(215, 22, 24, 0.05);
}
.qa.qa-open .question:after {
  display: none;
}
.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: rgba(232.0253164557, 30.4746835443, 32.5632911392, 0.05);
}
.highlight .qa .question:hover {
  background: rgba(224.253164557, 22.946835443, 25.0329113924, 0.05);
}
.highlight .qa.qa-open .question:hover {
  background: rgba(232.0253164557, 30.4746835443, 32.5632911392, 0.05);
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}
.shopinfo dl:first-child {
  margin-top: 0;
}
.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
.shopinfo dl dt:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #d71618;
}
.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container,
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}
.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
}
.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.sns_icons {
  margin: auto;
}
.sns_icons li {
  display: inline-block;
}
.sns_icons li:not(:last-child) {
  margin-right: 10px;
}
.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns_icons a.icon_facebook {
  background-image: url(/frontier/wp-content/uploads/icon_facebook.png);
}
.sns_icons a.icon_twitter {
  background-image: url(/frontier/wp-content/uploads/icon_twitter.png);
}
.sns_icons a.icon_line {
  background-image: url(/frontier/wp-content/uploads/icon_line.png);
}
.sns_icons a.icon_google {
  background-image: url(/frontier/wp-content/uploads/icon_google.png);
}
.sns_icons a.icon_instagram {
  background-image: url(/frontier/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.step .row,
.step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(215, 22, 24, 0.05);
}

.step .row:not(:last-child):after,
.step-h .col:not(:last-child):after,
.step-h .row.continue .col:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/frontier/wp-content/uploads/arrow_down.svg") center center
    no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .step .row:not(:last-child),
  .step-h .col:not(:last-child),
  .step-h .row.continue .col:last-child {
    margin-bottom: 18%;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    padding-top: 20%;
  }
  .step-h .row.continue {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .step .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .step .row .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .step .row .col:not(:first-child) {
    padding-left: 2%;
  }
  .step .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .step .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .step h3:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
  }
  .step h3:last-child:after,
  .step h3:last-child:before {
    content: none;
  }
  .step .row:not(:last-child):after,
  .step-h .col:not(:last-child):after,
  .step-h .row.continue .col:last-child:after {
    background-size: auto 100%;
  }
  .step-h.gutters .col {
    margin: 0;
  }
  .step-h .col {
    padding: 0;
    background: none;
  }
  .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .step-h .col:not(:last-child):after {
    display: none;
  }
  .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .step-h .col:not(:last-child) figure span:after {
    content: "";
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/frontier/wp-content/uploads/arrow_right.svg") center
      center no-repeat;
    background-size: contain;
  }
  .step-h .span_3 {
    width: 22%;
  }
  .step-h .span_4 {
    width: 30.66666666%;
  }
  .step-h .span_6 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}
table {
  margin: 0 auto;
}
table td,
table th {
  padding: 0.7em 1em;
}
@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em 0.3em;
  }
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-default td,
.table-default th {
  border: 1px solid #d71618;
}
.table-default th {
  background: rgba(215, 22, 24, 0.7);
  color: #fff;
}
.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #d71618;
  border-bottom: 1px solid #d71618;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #d71618;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}
.table-schedule thead th {
  background: rgba(215, 22, 24, 0.7);
  color: #fff;
}
.table-schedule tbody th {
  background: transparent;
}
.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #d71618;
  width: 100%;
}
.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #d71618;
}
.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}
@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  table.combine tbody tr:last-child td,
  table.combine tbody tr:last-child th {
    border-bottom: 0;
  }
}
table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}
table.table-default.typeA tr:nth-child(odd) th {
  background: #d71618;
}
table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(215, 22, 24, 0.05);
}
table.table-default.typeA tr:nth-child(even) th {
  background: rgb(234.3924050633, 53.6075949367, 55.4810126582);
}
table.table-default.typeA tr:nth-child(even) td {
  background: rgba(234.3924050633, 53.6075949367, 55.4810126582, 0.05);
}
table.table-default.typeB {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #333333;
  border: 0;
  border-bottom: 1px dashed #d71618;
}
table.table-default.typeB tbody tr {
  position: relative;
}
table.table-default.typeB tbody td {
  transform: translateX(2px);
}
table.table-default.typeC th {
  background: rgba(215, 22, 24, 0.7);
  color: #fff;
}
table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}
table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #f7f7f7 solid;
}
table.table-default.typeC tr {
  position: relative;
}
table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}
.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(215, 22, 24, 0.05) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}
._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}
._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

.table-default.table2 th {
  background: transparent;
  color: #333333;
  font-weight: 700;
  text-align: left;
  width: 15%;
}
@media (max-width: 767px) {
  .table-default.table2 th {
    width: 25%;
  }
}
.table-default.table2 th,
.table-default.table2 td {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  padding: 1.5em 0;
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}
h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding: 0;
  color: #333333;
  background: transparent;
  margin: 0 0 0.5em;
  letter-spacing: 0.02em;
  text-align: left;
}
h1:not(.title) a {
  text-decoration: none;
}
h1:not(.title) a:hover {
  text-decoration: underline;
}
h1:not(.title) span {
  display: block;
  font-size: 84px;
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h1:not(.title):after {
    height: 2px;
  }
  h1:not(.title) span {
    font-size: 50px;
    font-size: 5rem;
  }
}
h2 {
  display: block;
  margin: 0 auto 0.8em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  padding: 0 0 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  letter-spacing: 0.1em;
}
h2 a {
  text-decoration: none;
  color: #333333;
}
h2 a:hover {
  text-decoration: underline;
  color: #333333;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d71618;
}
h2.h2_01 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: left;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 767px) {
  h2.h2_01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2.h2_01 span {
  display: block;
  color: #d71618;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h2.h2_01 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h2.h2_01:after {
  content: none;
}
h2.h2_02 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  padding: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h2.h2_02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2.h2_02 span {
  display: block;
  color: #d71618;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h2.h2_02 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h2.h2_02:after {
  content: none;
}
h2.h2_03 {
  font-size: 84px;
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  h2.h2_03 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 1em;
  }
}
h2.h2_03 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 10px;
}
@media (max-width: 767px) {
  h2.h2_03 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h2.h2_03:after {
  content: none;
}
h2.h2_04 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  h2.h2_04 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
h2.h2_04:after {
  content: none;
}
h2.h2_05 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  text-align: left;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 767px) {
  h2.h2_05 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
h2.h2_05:after {
  content: none;
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.title_content01 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 1023px) {
  .title_content01 {
    display: block;
    margin-bottom: 0.5em;
  }
}
.title_content01 .sub {
  margin-top: 40px;
  margin-left: 4%;
}
@media (max-width: 1023px) {
  .title_content01 .sub {
    margin-top: 0;
    margin-left: 0;
  }
}

h3 {
  margin: 0 0 0.5em;
  padding-bottom: 0.7em;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 0.1em;
}
h3 a {
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background: #333333;
}
@media (max-width: 767px) {
  h3:after {
    width: 20px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4 {
  margin: 0 0 0.5em;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
h4 a {
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}
h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #333333;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(215, 22, 24, 0.05);
}
.widget_wrap .widget_header a {
  text-decoration: none;
}
.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.h1_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0.5em;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .h1_wrap {
    padding-top: 30%;
    padding: 5% 2% 0.5em;
  }
}
.h1_wrap.h1_wrap01 {
  padding-bottom: 0;
  padding-top: 140px;
}
.h1_wrap.h1_wrap01 h1 {
  margin-bottom: 0;
}
.h1_wrap.h1_wrap01 h1 span {
  color: #d71618;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .h1_wrap.h1_wrap01 h1 span {
    line-height: 60px;
  }
}

.bread_wrap {
  margin-bottom: 3%;
  position: relative;
}

.h1_content2 .bread_wrap {
  margin-bottom: 0;
}
.h1_content2 .h1_wrap {
  padding-top: 30px;
  padding-bottom: 20px;
}

.h1_content3 {
  margin-bottom: 5%;
}
.h1_content3 .h1_wrap {
  padding-bottom: 0;
  padding-top: 5%;
}
@media (max-width: 767px) {
  .h1_content3 .h1_wrap {
    padding-top: 10%;
  }
}
.h1_content3 h1 {
  text-align: right;
  margin: 0;
  font-size: 70px;
  font-size: 7rem;
  line-height: 51px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h1_content3 h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 27px;
  }
}
.h1_content3 .h2_wrap {
  padding: 2em 0;
  background-color: #fff;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
@media (max-width: 767px) {
  .h1_content3 .h2_wrap {
    padding: 2em 1%;
  }
}
.h1_content3 h2 {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 38px;
  font-size: 3.8rem;
  text-align: left;
  letter-spacing: 3.04px;
}
@media (max-width: 767px) {
  .h1_content3 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.h1_content3 h2:after {
  content: none;
}

.h1_content4 .h1_wrap {
  padding-bottom: 0;
  padding-top: 5%;
}
@media (max-width: 767px) {
  .h1_content4 .h1_wrap {
    padding-top: 10%;
  }
}
.h1_content4 h1 {
  text-align: right;
  margin: 0;
  font-size: 70px;
  font-size: 7rem;
  line-height: 51px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h1_content4 h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 27px;
  }
}

.h1_content5 {
  padding: 100px 0;
  height: 460px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .h1_content5 {
    padding: 0;
    height: auto;
  }
}
.h1_content5 .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.h1_content5 .inner:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 200%;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .h1_content5 .inner:after {
    height: 100%;
  }
}
.h1_content5 .bg_img1 {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px 0 0 30px;
  width: 1080px;
  max-width: 75.27778%;
  height: 460px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .h1_content5 .bg_img1 {
    position: relative;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
  }
}
.h1_content5 .bg_img1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .h1_content5 .bg_img1 img {
    max-width: 100%;
    height: auto;
  }
}
.h1_content5 .h1_wrap {
  background-color: #d71618;
  color: #fff;
  border-radius: 30px;
  padding: 5%;
  max-width: 400px;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .h1_content5 .h1_wrap {
    padding: 10% 5%;
    border-radius: 10px;
    max-width: 100%;
  }
}
.h1_content5 .category {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.h1_content5 h1 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .h1_content5 h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.h1_content5 .company {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .h1_content5 .company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.h1_content6 .h1_wrap {
  padding-top: 30px;
  padding-bottom: 0px;
}
.h1_content6 .h1_wrap h1 {
  margin-bottom: 0;
}
.h1_content6 .h1_wrap h1 span {
  color: #d71618;
  line-height: 60px;
  margin-top: 10px;
}

.main_visual {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .main_visual {
    margin-top: 65px;
  }
}
.main_visual {
  table-layout: fixed;
}
.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}
.main_visual .bubble_content {
  position: relative;
  height: 110vh;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main_visual .bubble_content {
    height: 100vh;
  }
}
.main_visual .bubble_content img {
  position: absolute;
  animation: bubble-deep-float 20s ease-in-out infinite;
  will-change: transform, opacity;
  min-width: 230px;
}
@media (max-width: 767px) {
  .main_visual .bubble_content img {
    min-width: 160px;
  }
}
.main_visual .bubble_content .bubble_icon1 {
  left: -6vw;
  top: 0;
  animation-delay: 0s;
  animation-duration: 18s;
  width: 17.7083333333vw;
  animation: bubble-deep-float2 20s ease-in-out infinite;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon1 {
    top: 55vh;
    left: 5vw;
  }
}
.main_visual .bubble_content .bubble_icon2 {
  left: 30vw;
  top: -10vw;
  top: -10vh;
  animation-delay: -2s;
  animation-duration: 22s;
  width: 18.3333333333vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon2 {
    left: 45vw;
  }
}
.main_visual .bubble_content .bubble_icon3 {
  left: 10vw;
  top: 20vw;
  top: 30vh;
  animation-delay: -4s;
  animation-duration: 16s;
  width: 26.9444444444vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon3 {
    left: -10vw;
    top: 10vh;
  }
}
.main_visual .bubble_content .bubble_icon4 {
  left: 50vw;
  top: 11vw;
  top: 21vh;
  animation-delay: -6s;
  animation-duration: 20s;
  width: 24.5833333333vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon4 {
    left: 70vw;
    top: 50vh;
  }
}
.main_visual .bubble_content .bubble_icon5 {
  left: 77vw;
  top: 5vw;
  top: 15vh;
  animation-delay: -1s;
  animation-duration: 14s;
  width: 17.3611111111vw;
}
.main_visual .bubble_content .bubble_icon6 {
  left: 70vw;
  top: 30vw;
  top: 40vh;
  animation-delay: -3s;
  animation-duration: 24s;
  width: 16.1805555556vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon6 {
    left: 50vw;
    top: 60vh;
  }
}
.main_visual .bubble_content .bubble_icon7 {
  left: 40vw;
  bottom: 5vw;
  bottom: 15vh;
  animation-delay: -8s;
  animation-duration: 19s;
  width: 27.0833333333vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon7 {
    left: 20vw;
    bottom: 5vh;
  }
}
.main_visual .bubble_content .bubble_icon8 {
  left: 50vw;
  top: -7vw;
  top: -7vh;
  animation-delay: -0.5s;
  animation-duration: 17s;
  width: 37.9166666667vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon8 {
    top: 15vh;
  }
}
.main_visual .bubble_content .bubble_icon9 {
  left: 9vw;
  bottom: 0;
  animation-delay: -10s;
  animation-duration: 21s;
  width: 33.9583333333vw;
}
@media (max-width: 767px) {
  .main_visual .bubble_content .bubble_icon9 {
    left: 60vw;
  }
}
@keyframes bubble-deep-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.8;
  }
  33% {
    transform: translate(20px, -25px) scale(1.08) rotate(3deg);
    opacity: 1;
  }
  66% {
    transform: translate(-15px, 15px) scale(0.82) rotate(-3deg);
    opacity: 0.6;
  }
}
@keyframes bubble-deep-float2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.8;
  }
  33% {
    transform: translate(20px, -25px) scale(1) rotate(0deg);
    opacity: 1;
    filter: blur(0px);
  }
  66% {
    transform: translate(-15px, 15px) scale(0.82) rotate(0deg);
    opacity: 0.6;
    filter: blur(2px);
  }
}
.main_visual .max_outer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
.main_visual .copy_content {
  position: absolute;
  bottom: 20%;
  left: 9%;
}
@media (max-width: 1200px) {
  .main_visual .copy_content {
    left: 0;
  }
}
@media (max-width: 750px) {
  .main_visual .copy_content {
    bottom: 45%;
    left: 8%;
  }
}
.main_visual .copy_content .txt1 {
  font-size: 210px;
  font-size: 21rem;
  margin: 0;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 750px) {
  .main_visual .copy_content .txt1 {
    font-size: 80px;
    font-size: 8rem;
  }
}
.main_visual .copy_content .txt2 {
  color: #d71618;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .main_visual .copy_content .txt2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.main_visual .scroll_content {
  position: absolute;
  right: 8%;
  bottom: 10%;
  z-index: 55;
}
.main_visual .scroll_content a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  writing-mode: vertical-lr;
  position: relative;
  display: inline-block;
  padding-left: 5px;
}
.main_visual .scroll_content a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #d71618;
  width: 2px;
  height: 100px;
  left: 0;
  top: 55px;
}
.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}
.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}
.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.6666666667%;
  max-width: 560px;
  max-height: 560px;
  z-index: 52;
}
.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}
.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}
.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}
.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 750px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}
.main_visual .main_visual_slick {
  padding-top: 93.0833333333% !important;
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 1117px !important;
  }
}
@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 58.1770833333% !important;
    min-height: 100vh;
  }
}
@media (max-width: 750px) {
  .main_visual .main_visual_slick {
    padding-top: 185.6% !important;
  }
}
.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}
.slick-dots li.slick-active button {
  background: #d71618;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/frontier/wp-content/uploads/icon_scroll.png) center bottom
    no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}
.slide_scroll:hover {
  color: #fff;
}

.epress_search {
  padding: 3px;
  width: 100%;
  z-index: 1;
}
.epress_search form {
  overflow: hidden;
  border: 4px solid #d71618;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}
.epress_search input[type="text"],
.epress_search input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.epress_search input[type="text"] {
  color: #000;
  margin: 0 0.3em;
  width: 70%;
}
.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.6em 1em;
  color: #fff;
  width: 30%;
  background: rgba(215, 22, 24, 0.7);
}
@media (min-width: 835px) {
  .epress_search input[type="submit"] {
    min-width: 65px;
  }
}

@media (max-width: 834px) {
  header .global_nav > ul > li.gnav_search {
    position: static;
  }
  header .global_nav > ul > li.gnav_search > a {
    display: none !important;
  }
  header .global_nav > ul > li.gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: transparent;
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type="text"],
  header .global_nav > ul > li.gnav_search .epress_search input[type="submit"] {
    line-height: 1;
  }
}
/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: #fff;
}
/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .global_nav > ul > li.gnav_search {
  position: relative;
}
header .global_nav > ul > li.gnav_search a {
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url("/frontier/wp-content/uploads/search.png") no-repeat center
    center;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}
header .global_nav > ul > li.gnav_search a:hover {
  border-bottom: 0;
}
header .global_nav > ul > li.gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
@media (min-width: 835px) {
  header .global_nav > ul > li.gnav_search .epress_search {
    width: 230px;
  }
  header .global_nav > ul > li.gnav_search .epress_search input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5em;
  }
}

.article_list {
  padding: 0.5em;
}
@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}
.article_list {
  position: relative;
  overflow: hidden;
}
.article_list:nth-child(even) {
  color: #333333;
  background: rgba(215, 22, 24, 0.05);
}
.article_list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: 0.3s;
}
.article_list:hover:before {
  background: #d71618;
}
.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}
@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}
.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #d71618;
  border-right: 5px solid #d71618;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #d71618;
    border-right: 5px solid #d71618;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_list .span_12 {
  margin: 2% 0;
}

.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  padding: 0.2em 1em;
}
.pagination > * + * {
  border-left: 1px solid #ccc;
}
.pagination a {
  text-decoration: none;
  background: rgba(215, 22, 24, 0.05);
  transition: 0.3s;
}
.pagination a:hover {
  background: #fff;
}
.article_single01 .article_single01_02 {
  margin-top: 10px;
}
.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single01 .ofi {
  background: rgba(215, 22, 24, 0.05);
}
.article_single01 .more {
  display: block;
  text-align: center;
}
.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single02 .ofi {
  background: rgba(215, 22, 24, 0.05);
}
.article_single02 .more {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single03 .case_arrow {
  position: relative;
}
@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}
.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #d71618;
  border-right: 3px solid #d71618;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_single03 .ofi {
  background: rgba(215, 22, 24, 0.05);
}
.article_single03 .more {
  display: block;
  text-align: center;
}
.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}
.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}
.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}
.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}
.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}
.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}
.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}
.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}
.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}
.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !important;
}
.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}
.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}
.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}
.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}
.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}
.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}
.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}
.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}
.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}
.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}
.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !important;
}
.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}
.article_single04 .article_single04_02 {
  margin-top: 10px;
}
.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}
.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}
.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #d71618;
  transition: 0.2s;
  z-index: 1;
}
.article_single04 .slick-prev {
  left: 0;
}
.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #d71618;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}
.article_single04 .slick-next {
  right: 0;
}
.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #d71618;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}
.article_single04 .ofi {
  background: rgba(215, 22, 24, 0.05);
  height: auto !important;
}
.article_single04 .more {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}
.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}
.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(215, 22, 24, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}
.article_detail .article_date {
  margin-bottom: 1em;
}
.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}
.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}
.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}
@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}
.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #d71618;
  border-right: 5px solid #d71618;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #d71618;
    border-right: 5px solid #d71618;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}
.article_detail .span_12 {
  margin: 2% 0;
}

.epress_social {
  letter-spacing: -0.4em;
  text-align: right;
  padding: 2%;
}
.epress_social > * {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.epress_pager {
  overflow: hidden;
  margin-bottom: 5%;
}
.epress_pager .epress_pager_prev {
  float: left;
}
.epress_pager .epress_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
.epress_pager .epress_pager_prev a:before,
.epress_pager .epress_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #333333;
  transition: 0.2s;
}
.epress_pager .epress_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}
.epress_pager .epress_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}
.epress_pager .epress_pager_prev a:hover {
  text-decoration: underline;
}
.epress_pager .epress_pager_prev a:hover:before {
  left: 0;
}
.epress_pager .epress_pager_prev a:hover:after {
  left: 0;
}
.epress_pager .epress_pager_next {
  float: right;
}
.epress_pager .epress_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}
.epress_pager .epress_pager_next a:before,
.epress_pager .epress_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #333333;
  transform-origin: center;
  transition: 0.2s;
}
.epress_pager .epress_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}
.epress_pager .epress_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}
.epress_pager .epress_pager_next a:hover {
  text-decoration: underline;
}
.epress_pager .epress_pager_next a:hover:before {
  right: 0;
}
.epress_pager .epress_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}
#commentform #comment {
  width: 100%;
}
#commentform #submit {
  background: #d71618;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}
#commentform input[type="submit"] {
  background: #d71618;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#biz_calendar,
#biz_calendar1,
#biz_calendar2 {
  max-width: none;
  margin: 2% auto 0;
  font-family: inherit;
  padding: 0.3em 1em;
  background: rgba(215, 22, 24, 0.05);
  font-size: 18px;
  font-size: 1.8rem;
}
#biz_calendar p,
#biz_calendar1 p,
#biz_calendar2 p {
  margin: 0;
  line-height: 170%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
#biz_calendar p span.boxholiday,
#biz_calendar1 p span.boxholiday,
#biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}
#biz_calendar p span.boxeventday,
#biz_calendar1 p span.boxeventday,
#biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}
#biz_calendar table.bizcal,
#biz_calendar1 table.bizcal,
#biz_calendar2 table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border: none;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 1px;
  background: transparent;
}
#biz_calendar
  table.bizcal
  tr:not(:first-child)
  > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar1
  table.bizcal
  tr:not(:first-child)
  > *:not(.holiday):not(.eventday):not(.today),
#biz_calendar2
  table.bizcal
  tr:not(:first-child)
  > *:not(.holiday):not(.eventday):not(.today) {
  background: #f7f7f7;
}
#biz_calendar table.bizcal th,
#biz_calendar1 table.bizcal th,
#biz_calendar2 table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 0.5em 0.2em;
  color: #333333;
  background-color: #dedede;
}
#biz_calendar table.bizcal th:first-child,
#biz_calendar1 table.bizcal th:first-child,
#biz_calendar2 table.bizcal th:first-child {
  color: red;
}
#biz_calendar table.bizcal th:nth-last-of-type(1),
#biz_calendar1 table.bizcal th:nth-last-of-type(1),
#biz_calendar2 table.bizcal th:nth-last-of-type(1) {
  color: blue;
}
#biz_calendar table.bizcal td,
#biz_calendar1 table.bizcal td,
#biz_calendar2 table.bizcal td {
  text-align: center;
  border: 1px solid rgba(0, 57, 122, 0.3);
  padding: 0.5em 0.2em;
  color: #333333;
}
#biz_calendar table.bizcal .calmonth,
#biz_calendar1 table.bizcal .calmonth,
#biz_calendar2 table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}
#biz_calendar table.bizcal .calbtn,
#biz_calendar1 table.bizcal .calbtn,
#biz_calendar2 table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}
#biz_calendar table.bizcal .holiday,
#biz_calendar1 table.bizcal .holiday,
#biz_calendar2 table.bizcal .holiday {
  background-color: #ffb0c3;
  color: red;
}
#biz_calendar table.bizcal .eventday,
#biz_calendar1 table.bizcal .eventday,
#biz_calendar2 table.bizcal .eventday {
  background-color: #64bdeb;
  color: #ffffff;
}
#biz_calendar table.bizcal .eventday a,
#biz_calendar1 table.bizcal .eventday a,
#biz_calendar2 table.bizcal .eventday a {
  color: #ffffff;
}
#biz_calendar table.bizcal .today,
#biz_calendar1 table.bizcal .today,
#biz_calendar2 table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}
#biz_calendar table.bizcal .today a,
#biz_calendar1 table.bizcal .today a,
#biz_calendar2 table.bizcal .today a {
  font-weight: bold;
  color: #333333;
}
#biz_calendar table.bizcal img,
#biz_calendar1 table.bizcal img,
#biz_calendar2 table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}
#biz_calendar table.bizcal .down-img,
#biz_calendar1 table.bizcal .down-img,
#biz_calendar2 table.bizcal .down-img {
  text-align: right;
}
#biz_calendar table.bizcal .today-img,
#biz_calendar1 table.bizcal .today-img,
#biz_calendar2 table.bizcal .today-img {
  text-align: center;
}
#biz_calendar table.bizcal .up-img,
#biz_calendar1 table.bizcal .up-img,
#biz_calendar2 table.bizcal .up-img {
  text-align: left;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  padding: 0.5em 0.2em;
}

.column_sub #biz_calendar,
.column_sub #biz_calendar1,
.column_sub #biz_calendar2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.column_sub #biz_calendar p span.boxholiday,
.column_sub #biz_calendar1 p span.boxholiday,
.column_sub #biz_calendar2 p span.boxholiday {
  background-color: #ffb0c3;
  padding-left: 25px;
  margin-right: 10px;
}
.column_sub #biz_calendar p span.boxeventday,
.column_sub #biz_calendar1 p span.boxeventday,
.column_sub #biz_calendar2 p span.boxeventday {
  background-color: #64bdeb;
  padding-left: 25px;
  margin-right: 10px;
}
.column_sub #biz_calendar table.bizcal,
.column_sub #biz_calendar1 table.bizcal,
.column_sub #biz_calendar2 table.bizcal {
  font-size: 12px;
  font-size: 1.2rem;
}
.column_sub #biz_calendar table.bizcal td,
.column_sub #biz_calendar table.bizcal th,
.column_sub #biz_calendar1 table.bizcal td,
.column_sub #biz_calendar1 table.bizcal th,
.column_sub #biz_calendar2 table.bizcal td,
.column_sub #biz_calendar2 table.bizcal th {
  padding: 0.3em 0.2em;
}

@media (max-width: 767px) {
  #biz_calendar,
  #biz_calendar1,
  #biz_calendar2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar p span.boxholiday,
  #biz_calendar1 p span.boxholiday,
  #biz_calendar2 p span.boxholiday {
    background-color: #ffb0c3;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar p span.boxeventday,
  #biz_calendar1 p span.boxeventday,
  #biz_calendar2 p span.boxeventday {
    background-color: #64bdeb;
    padding-left: 25px;
    margin-right: 10px;
  }
  #biz_calendar table.bizcal,
  #biz_calendar1 table.bizcal,
  #biz_calendar2 table.bizcal {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th,
  #biz_calendar1 table.bizcal td,
  #biz_calendar1 table.bizcal th,
  #biz_calendar2 table.bizcal td,
  #biz_calendar2 table.bizcal th {
    padding: 0.3em 0.2em;
  }
}
.calendar_wrap {
  position: relative;
  padding: 4em 1.8em 2em;
  display: inline-block;
  background: rgba(215, 22, 24, 0.05);
  font-size: 10px;
  font-size: 1rem;
}
.calendar_wrap caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar_wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar_wrap table thead th {
  background: rgba(215, 22, 24, 0.7);
  color: #fff;
  border: 1px solid #d71618;
  border-bottom: none;
}
.calendar_wrap table tfoot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.calendar_wrap table tfoot #prev a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}
.calendar_wrap table tfoot #prev a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  transition: 0.2s;
}
.calendar_wrap table tfoot #prev a:after {
  transform: translate(0, -50%) rotate(-45deg);
  border-left: 1px solid #333333;
  left: 15%;
}
.calendar_wrap table tfoot #prev a:hover:after {
  left: 2%;
}
.calendar_wrap table tfoot #next a {
  width: 26px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}
.calendar_wrap table tfoot #next a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  transition: 0.2s;
}
.calendar_wrap table tfoot #next a:after {
  transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid #333333;
  right: 15%;
}
.calendar_wrap table tfoot #next a:hover:after {
  right: 2%;
}
.calendar_wrap table tbody td {
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #d71618;
}

@media (min-width: 768px) {
  .column_sub .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
    margin: 0 auto 1em;
  }
  .column_sub .calendar_wrap caption {
    top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .column_sub .calendar_wrap table {
    width: 100%;
  }
  .column_sub .calendar_wrap table th,
  .column_sub .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .column_sub .calendar_wrap table tfoot #prev a {
    width: 18px;
    height: 18px;
    top: 0;
    left: 20px;
  }
  .column_sub .calendar_wrap table tfoot #next a {
    width: 18px;
    height: 18px;
    top: 0;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .calendar_wrap {
    padding: 40px 5px 5px;
    width: 100%;
  }
  .calendar_wrap caption {
    top: 10px;
  }
  .calendar_wrap table {
    width: 100%;
  }
  .calendar_wrap table th,
  .calendar_wrap table td {
    padding: 0.5em 0.2em;
  }
  .calendar_wrap table tfoot #prev a {
    width: 12px;
    height: 12px;
    top: 0;
    left: 20px;
  }
  .calendar_wrap table tfoot #next a {
    width: 12px;
    height: 12px;
    top: 0;
    right: 20px;
  }
}
/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}
.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
.add_arrow:after {
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 16px;
  height: 17px;
  transform: translate(0, -50%);
}
.add_arrow:hover:after {
  right: 5%;
  border-color: #d71618;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #333333;
  color: #fff;
  background: #333333;
  padding: 0.6em;
  margin: 0 auto;
  border-radius: 30px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-size: 1.7rem;
}
.more.btn01 {
  position: relative;
  z-index: 1;
  width: 210px;
}
.more.btn01:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #e2e2e2;
  border-radius: 30px;
  width: 210px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.6s;
}
.more.btn01 a {
  margin-left: 0;
  transition: 0.5s;
  padding: 0.7em 30px 0.7em 20px;
  max-width: 170px;
}
.more.btn01:hover:before {
  background-color: #d71618;
}
.more.btn01:hover a {
  transform: translateX(40px);
  color: #fff;
}
.more.btn02 a {
  border-radius: 50%;
  width: 160px;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em 0 0;
  background-color: #fff;
  color: #333333;
  border-color: #fff;
}
.more.btn02 a:after {
  right: 10%;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right.svg);
}
.more.btn02 a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.more.btn02 a:hover:after {
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right_w.svg);
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: "";
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #d71618;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}
header .global_nav > ul > li.has_under > a {
  position: relative;
}
header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}
header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 834px) {
  header .global_nav > ul > li > ul > li a {
    background: rgba(0, 0, 0, 0);
  }
}

@media (min-width: 835px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    background: transparent;
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
    overflow-wrap: break-word;
  }
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
@media (max-width: 834px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}
.pagetop a {
  padding: 0;
  border-radius: 50%;
  white-space: normal;
  text-indent: 0;
  text-decoration: none;
  color: #333333;
  height: 28px;
  width: 90px;
  border-radius: 0;
  padding-right: 30px;
}
.pagetop a:hover {
  color: #333333;
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
  left: auto;
  right: 2%;
  transform: translate(0, -20%) rotate(45deg);
  border-color: #333333;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #d71618;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #d71618 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 834px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .sp-hide03,
  .pc-only03,
  .tablet-only03 {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc-hide03,
  .sp-only03 {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #d71618;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}
.inverse h2:after {
  background: #fff;
}
.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sec_slide01,
  .sec_slide04,
  .sec_slide02,
  .sec_interview2,
  .sec_works2,
  .sec_column5,
  .sec_column2,
  .sec_slide03,
  .sec_newslist1 {
    margin-bottom: 15%;
  }
}
.sec_slide01 .container2,
.sec_slide04 .container2,
.sec_slide02 .container2,
.sec_interview2 .container2,
.sec_works2 .container2,
.sec_column5 .container2,
.sec_column2 .container2,
.sec_slide03 .container2,
.sec_newslist1 .container2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .sec_slide01 .container2,
  .sec_slide04 .container2,
  .sec_slide02 .container2,
  .sec_interview2 .container2,
  .sec_works2 .container2,
  .sec_column5 .container2,
  .sec_column2 .container2,
  .sec_slide03 .container2,
  .sec_newslist1 .container2 {
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  .sec_slide01 * + .container,
  .sec_slide04 * + .container,
  .sec_slide02 * + .container,
  .sec_interview2 * + .container,
  .sec_works2 * + .container,
  .sec_column5 * + .container,
  .sec_column2 * + .container,
  .sec_slide03 * + .container,
  .sec_newslist1 * + .container {
    margin-top: 0;
  }
}
.sec_slide01 .catalog_content,
.sec_slide04 .catalog_content,
.sec_slide02 .catalog_content,
.sec_interview2 .catalog_content,
.sec_works2 .catalog_content,
.sec_column5 .catalog_content,
.sec_column2 .catalog_content,
.sec_slide03 .catalog_content,
.sec_newslist1 .catalog_content {
  margin-bottom: 3em;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .sec_slide01 .catalog_content,
  .sec_slide04 .catalog_content,
  .sec_slide02 .catalog_content,
  .sec_interview2 .catalog_content,
  .sec_works2 .catalog_content,
  .sec_column5 .catalog_content,
  .sec_column2 .catalog_content,
  .sec_slide03 .catalog_content,
  .sec_newslist1 .catalog_content {
    margin-bottom: 1em;
  }
}
.sec_slide01 .catalog_content button,
.sec_slide04 .catalog_content button,
.sec_slide02 .catalog_content button,
.sec_interview2 .catalog_content button,
.sec_works2 .catalog_content button,
.sec_column5 .catalog_content button,
.sec_column2 .catalog_content button,
.sec_slide03 .catalog_content button,
.sec_newslist1 .catalog_content button {
  background: #333333;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.sec_slide01 .catalog_content button.active,
.sec_slide04 .catalog_content button.active,
.sec_slide02 .catalog_content button.active,
.sec_interview2 .catalog_content button.active,
.sec_works2 .catalog_content button.active,
.sec_column5 .catalog_content button.active,
.sec_column2 .catalog_content button.active,
.sec_slide03 .catalog_content button.active,
.sec_newslist1 .catalog_content button.active {
  background-color: #d71618;
}
.sec_slide01 .slide_content,
.sec_slide04 .slide_content,
.sec_slide02 .slide_content,
.sec_interview2 .slide_content,
.sec_works2 .slide_content,
.sec_column5 .slide_content,
.sec_column2 .slide_content,
.sec_slide03 .slide_content,
.sec_newslist1 .slide_content {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .sec_slide01 .slide_content,
  .sec_slide04 .slide_content,
  .sec_slide02 .slide_content,
  .sec_interview2 .slide_content,
  .sec_works2 .slide_content,
  .sec_column5 .slide_content,
  .sec_column2 .slide_content,
  .sec_slide03 .slide_content,
  .sec_newslist1 .slide_content {
    margin-bottom: 2em;
    margin-top: 90px;
  }
}
.sec_slide01 .item,
.sec_slide04 .item,
.sec_slide02 .item,
.sec_interview2 .item,
.sec_works2 .item,
.sec_column5 .item,
.sec_column2 .item,
.sec_slide03 .item,
.sec_newslist1 .item {
  margin: 0 20px;
}
.sec_slide01 .link,
.sec_slide04 .link,
.sec_slide02 .link,
.sec_interview2 .link,
.sec_works2 .link,
.sec_column5 .link,
.sec_column2 .link,
.sec_slide03 .link,
.sec_newslist1 .link {
  display: block;
  text-decoration: none;
}
.sec_slide01 .link:hover .photo1 img,
.sec_slide04 .link:hover .photo1 img,
.sec_slide02 .link:hover .photo1 img,
.sec_interview2 .link:hover .photo1 img,
.sec_works2 .link:hover .photo1 img,
.sec_column5 .link:hover .photo1 img,
.sec_column2 .link:hover .photo1 img,
.sec_slide03 .link:hover .photo1 img,
.sec_newslist1 .link:hover .photo1 img {
  transform: scale(1.05);
}
.sec_slide01 .link:hover .photo1 figcaption,
.sec_slide04 .link:hover .photo1 figcaption,
.sec_slide02 .link:hover .photo1 figcaption,
.sec_interview2 .link:hover .photo1 figcaption,
.sec_works2 .link:hover .photo1 figcaption,
.sec_column5 .link:hover .photo1 figcaption,
.sec_column2 .link:hover .photo1 figcaption,
.sec_slide03 .link:hover .photo1 figcaption,
.sec_newslist1 .link:hover .photo1 figcaption {
  opacity: 1;
}
.sec_slide01 .link:hover .photo1:after,
.sec_slide04 .link:hover .photo1:after,
.sec_slide02 .link:hover .photo1:after,
.sec_interview2 .link:hover .photo1:after,
.sec_works2 .link:hover .photo1:after,
.sec_column5 .link:hover .photo1:after,
.sec_column2 .link:hover .photo1:after,
.sec_slide03 .link:hover .photo1:after,
.sec_newslist1 .link:hover .photo1:after {
  opacity: 1;
}
.sec_slide01 .photo1,
.sec_slide04 .photo1,
.sec_slide02 .photo1,
.sec_interview2 .photo1,
.sec_works2 .photo1,
.sec_column5 .photo1,
.sec_column2 .photo1,
.sec_slide03 .photo1,
.sec_newslist1 .photo1 {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sec_slide01 .photo1 .ofi,
.sec_slide04 .photo1 .ofi,
.sec_slide02 .photo1 .ofi,
.sec_interview2 .photo1 .ofi,
.sec_works2 .photo1 .ofi,
.sec_column5 .photo1 .ofi,
.sec_column2 .photo1 .ofi,
.sec_slide03 .photo1 .ofi,
.sec_newslist1 .photo1 .ofi {
  padding-top: 100%;
}
.sec_slide01 .photo1 img,
.sec_slide04 .photo1 img,
.sec_slide02 .photo1 img,
.sec_interview2 .photo1 img,
.sec_works2 .photo1 img,
.sec_column5 .photo1 img,
.sec_column2 .photo1 img,
.sec_slide03 .photo1 img,
.sec_newslist1 .photo1 img {
  border-radius: 10px;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_slide01 .photo1 figcaption,
.sec_slide04 .photo1 figcaption,
.sec_slide02 .photo1 figcaption,
.sec_interview2 .photo1 figcaption,
.sec_works2 .photo1 figcaption,
.sec_column5 .photo1 figcaption,
.sec_column2 .photo1 figcaption,
.sec_slide03 .photo1 figcaption,
.sec_newslist1 .photo1 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 2;
  padding-right: 30px;
  transition: 0.3s;
}
.sec_slide01 .photo1 figcaption:after,
.sec_slide04 .photo1 figcaption:after,
.sec_slide02 .photo1 figcaption:after,
.sec_interview2 .photo1 figcaption:after,
.sec_works2 .photo1 figcaption:after,
.sec_column5 .photo1 figcaption:after,
.sec_column2 .photo1 figcaption:after,
.sec_slide03 .photo1 figcaption:after,
.sec_newslist1 .photo1 figcaption:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 16px;
  height: 17px;
  transform: translate(0, -50%);
}
.sec_slide01 .txt1,
.sec_slide04 .txt1,
.sec_slide02 .txt1,
.sec_interview2 .txt1,
.sec_works2 .txt1,
.sec_column5 .txt1,
.sec_column2 .txt1,
.sec_slide03 .txt1,
.sec_newslist1 .txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
.sec_slide01 .company,
.sec_slide04 .company,
.sec_slide02 .company,
.sec_interview2 .company,
.sec_works2 .company,
.sec_column5 .company,
.sec_column2 .company,
.sec_slide03 .company,
.sec_newslist1 .company {
  margin-bottom: 0;
}
.sec_slide01 .more,
.sec_slide04 .more,
.sec_slide02 .more,
.sec_interview2 .more,
.sec_works2 .more,
.sec_column5 .more,
.sec_column2 .more,
.sec_slide03 .more,
.sec_newslist1 .more {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sec_slide01 .more,
  .sec_slide04 .more,
  .sec_slide02 .more,
  .sec_interview2 .more,
  .sec_works2 .more,
  .sec_column5 .more,
  .sec_column2 .more,
  .sec_slide03 .more,
  .sec_newslist1 .more {
    margin-right: auto;
    margin-left: 0;
  }
}
.sec_slide01 .slick-prev:before,
.sec_slide04 .slick-prev:before,
.sec_slide02 .slick-prev:before,
.sec_interview2 .slick-prev:before,
.sec_works2 .slick-prev:before,
.sec_column5 .slick-prev:before,
.sec_column2 .slick-prev:before,
.sec_slide03 .slick-prev:before,
.sec_newslist1 .slick-prev:before,
.sec_slide01 .slick-next:before,
.sec_slide04 .slick-next:before,
.sec_slide02 .slick-next:before,
.sec_interview2 .slick-next:before,
.sec_works2 .slick-next:before,
.sec_column5 .slick-next:before,
.sec_column2 .slick-next:before,
.sec_slide03 .slick-next:before,
.sec_newslist1 .slick-next:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/right-arrow_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 32/34;
  width: 10px;
  height: auto;
  top: 50%;
  left: 50%;
}
.sec_slide01 .slick-prev,
.sec_slide04 .slick-prev,
.sec_slide02 .slick-prev,
.sec_interview2 .slick-prev,
.sec_works2 .slick-prev,
.sec_column5 .slick-prev,
.sec_column2 .slick-prev,
.sec_slide03 .slick-prev,
.sec_newslist1 .slick-prev,
.sec_slide01 .slick-next,
.sec_slide04 .slick-next,
.sec_slide02 .slick-next,
.sec_interview2 .slick-next,
.sec_works2 .slick-next,
.sec_column5 .slick-next,
.sec_column2 .slick-next,
.sec_slide03 .slick-next,
.sec_newslist1 .slick-next {
  width: 50px;
  height: 50px;
  border: 1px solid #333333;
  border-radius: 50%;
  top: -70px;
  bottom: auto;
}
.sec_slide01 .slick-prev,
.sec_slide04 .slick-prev,
.sec_slide02 .slick-prev,
.sec_interview2 .slick-prev,
.sec_works2 .slick-prev,
.sec_column5 .slick-prev,
.sec_column2 .slick-prev,
.sec_slide03 .slick-prev,
.sec_newslist1 .slick-prev {
  right: calc(10% + 60px);
  right: 60px;
  left: auto;
}
@media (max-width: 767px) {
  .sec_slide01 .slick-prev,
  .sec_slide04 .slick-prev,
  .sec_slide02 .slick-prev,
  .sec_interview2 .slick-prev,
  .sec_works2 .slick-prev,
  .sec_column5 .slick-prev,
  .sec_column2 .slick-prev,
  .sec_slide03 .slick-prev,
  .sec_newslist1 .slick-prev {
    right: calc(3% + 60px);
    right: 60px;
  }
}
.sec_slide01 .slick-prev::before,
.sec_slide04 .slick-prev::before,
.sec_slide02 .slick-prev::before,
.sec_interview2 .slick-prev::before,
.sec_works2 .slick-prev::before,
.sec_column5 .slick-prev::before,
.sec_column2 .slick-prev::before,
.sec_slide03 .slick-prev::before,
.sec_newslist1 .slick-prev::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
.sec_slide01 .slick-next,
.sec_slide04 .slick-next,
.sec_slide02 .slick-next,
.sec_interview2 .slick-next,
.sec_works2 .slick-next,
.sec_column5 .slick-next,
.sec_column2 .slick-next,
.sec_slide03 .slick-next,
.sec_newslist1 .slick-next {
  right: 10%;
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .sec_slide01 .slick-next,
  .sec_slide04 .slick-next,
  .sec_slide02 .slick-next,
  .sec_interview2 .slick-next,
  .sec_works2 .slick-next,
  .sec_column5 .slick-next,
  .sec_column2 .slick-next,
  .sec_slide03 .slick-next,
  .sec_newslist1 .slick-next {
    right: 3%;
    right: 0;
  }
}
.sec_slide01 .slick-next::before,
.sec_slide04 .slick-next::before,
.sec_slide02 .slick-next::before,
.sec_interview2 .slick-next::before,
.sec_works2 .slick-next::before,
.sec_column5 .slick-next::before,
.sec_column2 .slick-next::before,
.sec_slide03 .slick-next::before,
.sec_newslist1 .slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sec01 {
  position: relative;
}

.sec04 {
  position: relative;
}

.sec02,
.sec_features5 {
  padding-bottom: 15%;
  position: relative;
}
.sec02 .loop_box,
.sec_features5 .loop_box {
  display: flex;
  align-items: center;
}
.sec02 .loop_box figure,
.sec_features5 .loop_box figure {
  flex-shrink: 0;
}
.sec02 .loop_box figure img,
.sec_features5 .loop_box figure img {
  width: 150px;
}
.sec02 .loop_box.loop_box1,
.sec_features5 .loop_box.loop_box1 {
  transform: translateX(-5%);
}
.sec02 .loop_box.loop_box2,
.sec_features5 .loop_box.loop_box2 {
  transform: translateX(-40%);
}
@keyframes loop {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-170%);
  }
}
.hover_content.active .sec03 {
  color: #fff;
}
.hover_content.active .sec03:before {
  opacity: 1;
}
.hover_content.active .sec03 h2 {
  color: #fff;
}
.hover_content.active .sec03 h2 span {
  color: #fff;
}
.hover_content.active .sec05 {
  background-color: #333333;
  color: #fff;
}
.hover_content.active .sec05 h2 {
  color: #fff;
}
.hover_content.active .sec05 .img_off {
  display: none;
}
.hover_content.active .sec05 .img_on {
  display: block;
}
.hover_content.active .sec05 .more:before {
  background-color: #d71618;
}
.hover_content.active .sec05 .more a {
  background-color: #fff;
  color: #333333;
  border-color: #fff;
}
.hover_content.active .sec05 .more a:not(:hover):after {
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right.svg);
}
.hover_content.active .sec05 .more a:hover {
  color: #d71618;
}

.sec03 {
  padding: 5% 0 11.4583333333vw;
  transition: 0.6s ease;
  position: relative;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 5% 0 calc(11.4583333333vw + 10%);
  }
}
.sec03:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #d71618;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0;
  transition: 0.6s ease;
}
.sec03 h2 {
  transition: 0.6s ease;
}
.sec03 .content {
  display: flex;
  justify-content: space-between;
}
.sec03 .list1 {
  margin-top: 5%;
}
@media (max-width: 767px) {
  .sec03 .list1 {
    margin-top: 0;
    margin-left: 5%;
    flex: auto;
    min-width: 0
  }
}
.sec03 .item {
  display: flex;
}
@media (max-width: 767px) {
  .sec03 .item {
    display: block;
  }
}
.sec03 .item + .item {
  margin-top: 1em;
}
.sec03 .heading {
  font-size: 5.1388888889vw;
  font-weight: 700;
  line-height: 1.4;
  width: 27.7777777778vw;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec03 .heading {
    width: 100%;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0;
  }
}
.sec03 .heading span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 767px) {
  .sec03 .heading span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec03 .txt1 {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 1.5em 0 0;
  flex: 1;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .sec03 .txt1 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .sec03 .txt1 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
}
.sec03 .txt2 {
  font-size: 140px;
  font-size: 14rem;
  font-weight: 800;
  writing-mode: vertical-lr;
  line-height: 1;
  margin: 0 0 10% 20%;
}
@media (max-width: 767px) {
  .sec03 .txt2 {
    font-size: 80px;
    font-size: 8rem;
    margin-left: 0;
     transform: translateX(0);
  }
}
  @media (max-width: 767px) {
    .sec03 .list_right {
      width: 96px;
      min-width: 0;
      overflow: hidden;
    }
  }
.sec03 .big_txt1 {
  margin: 0;
  font-size: 330px;
  font-size: 33rem;
  font-size: 22.9166666667vw;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  bottom: -11.4583333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .sec03 .btn02 {
    margin-top: 5%;
  }
}
.sec03 .btn02 a {
  margin-left: 0;
}

.sec05 {
  padding: 11.4583333333vw 0 5%;
  position: relative;
  transition: 0.6s ease;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 11.4583333333vw 0 15% 0;
  }
}
.sec05 .container {
  position: relative;
  z-index: 1;
}
.sec05 .photo1 img {
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec05 .photo1 img {
    width: 60%;
    margin: 0 auto;
  }
}
.sec05 .img_on {
  display: none;
  transition: 0.6s ease;
}
.sec05 h2 {
  margin-bottom: 1em;
  transition: 0.6s ease;
}
.sec05 .more {
  margin-left: 0;
  margin-top: 3em;
}
.sec05 .more:hover a {
  background-color: #fff;
  color: #d71618;
  border-color: #fff;
}
.sec05 .more:hover a:after {
  background-image: url(/frontier/wp-content/uploads/arrow-up-right_menu.svg);
}

.sec06,
.sec_features6 {
  position: relative;
  padding-bottom: 5%;
  padding-top: 5%;
}
@media (max-width: 767px) {
  .sec06,
  .sec_features6 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.sec06 .link,
.sec_features6 .link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.6s;
  padding: 20% 0 0;
}
.sec06 .link:hover,
.sec_features6 .link:hover {
  background-color: rgba(215, 22, 24, 0.8);
  color: #fff;
}
.sec06 .link:hover .photo1,
.sec_features6 .link:hover .photo1 {
  opacity: 0;
}
.sec06 .link:hover .txt1,
.sec_features6 .link:hover .txt1 {
  transform: translateY(-90px);
}
.sec06 .photo1,
.sec_features6 .photo1 {
  transition: 0.6s;
  border-radius: 10px;
}
.sec06 .photo1 img,
.sec_features6 .photo1 img {
  width: 190px;
  border-radius: 10px;
}
.sec06 .txt1,
.sec_features6 .txt1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  transition: 0.6s;
}
@media (max-width: 1023px) {
  .sec06 .txt1,
  .sec_features6 .txt1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec06 .btn01,
.sec_features6 .btn01 {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sec06 .btn01,
  .sec_features6 .btn01 {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec06_b {
  position: relative;
  padding-bottom: 5%;
  padding-top: 5%;
}
@media (max-width: 767px) {
  .sec06_b {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.sec06_b .sec06_b_list {
  display: flex;
  gap: 20px;
  margin-bottom: 6%;
}
@media (max-width: 767px) {
  .sec06_b .sec06_b_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec06_b .item {
    width: calc(50% - 10px);
  }
}
.sec06_b .link {
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.sec06_b .link:hover .photo1 img {
  transform: scale(1.05);
}
.sec06_b .photo1 {
  overflow: hidden;
  border-radius: 10px;
}
.sec06_b .photo1 img {
  transition: 0.3s;
}
.sec06_b .txt1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  margin: 0;
}
@media (max-width: 1023px) {
  .sec06_b .txt1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec06_b .btn01 {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sec06_b .btn01 {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec_slide02 h2,
.sec_interview2 h2,
.sec_works2 h2,
.sec_column5 h2,
.sec_column2 h2,
.sec_slide03 h2,
.sec_newslist1 h2 {
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 50px;
  font-size: 5rem;
}
.sec_slide02 .item,
.sec_interview2 .item,
.sec_works2 .item,
.sec_column5 .item,
.sec_column2 .item,
.sec_slide03 .item,
.sec_newslist1 .item {
  margin: 15px;
}
@media (max-width: 767px) {
  .sec_slide02 .item,
  .sec_interview2 .item,
  .sec_works2 .item,
  .sec_column5 .item,
  .sec_column2 .item,
  .sec_slide03 .item,
  .sec_newslist1 .item {
    margin: 5px;
  }
}
.sec_slide02 .link,
.sec_interview2 .link,
.sec_works2 .link,
.sec_column5 .link,
.sec_column2 .link,
.sec_slide03 .link,
.sec_newslist1 .link {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.6s;
  border: 1px solid #9e9e9e;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
  .sec_slide02 .link,
  .sec_interview2 .link,
  .sec_works2 .link,
  .sec_column5 .link,
  .sec_column2 .link,
  .sec_slide03 .link,
  .sec_newslist1 .link {
    padding: 10px;
  }
}
.sec_slide02 .date,
.sec_interview2 .date,
.sec_works2 .date,
.sec_column5 .date,
.sec_column2 .date,
.sec_slide03 .date,
.sec_newslist1 .date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.sec_slide02 .category,
.sec_interview2 .category,
.sec_works2 .category,
.sec_column5 .category,
.sec_column2 .category,
.sec_slide03 .category,
.sec_newslist1 .category {
  color: #d71618;
  border: 1px solid #d71618;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}
.sec_slide02 .category.category1,
.sec_interview2 .category.category1,
.sec_works2 .category.category1,
.sec_column5 .category.category1,
.sec_column2 .category.category1,
.sec_slide03 .category.category1,
.sec_newslist1 .category.category1 {
  background-color: #d71618;
}
.sec_slide02 .category.category2,
.sec_interview2 .category.category2,
.sec_works2 .category.category2,
.sec_column5 .category.category2,
.sec_column2 .category.category2,
.sec_slide03 .category.category2,
.sec_newslist1 .category.category2 {
  background-color: #8679c7;
}
.sec_slide02 .category.category3,
.sec_interview2 .category.category3,
.sec_works2 .category.category3,
.sec_column5 .category.category3,
.sec_column2 .category.category3,
.sec_slide03 .category.category3,
.sec_newslist1 .category.category3 {
  background-color: #33bba0;
}
.sec_slide02 .photo1,
.sec_interview2 .photo1,
.sec_works2 .photo1,
.sec_column5 .photo1,
.sec_column2 .photo1,
.sec_slide03 .photo1,
.sec_newslist1 .photo1 {
  border-radius: 0;
}
.sec_slide02 .photo1 img,
.sec_interview2 .photo1 img,
.sec_works2 .photo1 img,
.sec_column5 .photo1 img,
.sec_column2 .photo1 img,
.sec_slide03 .photo1 img,
.sec_newslist1 .photo1 img {
  border-radius: 0;
}
.sec_slide02 .photo1:after,
.sec_interview2 .photo1:after,
.sec_works2 .photo1:after,
.sec_column5 .photo1:after,
.sec_column2 .photo1:after,
.sec_slide03 .photo1:after,
.sec_newslist1 .photo1:after {
  content: none;
}
.sec_slide02 .box_txt,
.sec_interview2 .box_txt,
.sec_works2 .box_txt,
.sec_column5 .box_txt,
.sec_column2 .box_txt,
.sec_slide03 .box_txt,
.sec_newslist1 .box_txt {
  padding: 5%;
}
.sec_slide02 .title,
.sec_interview2 .title,
.sec_works2 .title,
.sec_column5 .title,
.sec_column2 .title,
.sec_slide03 .title,
.sec_newslist1 .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_slide02 .title,
  .sec_interview2 .title,
  .sec_works2 .title,
  .sec_column5 .title,
  .sec_column2 .title,
  .sec_slide03 .title,
  .sec_newslist1 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec_slide02 .txt1,
.sec_interview2 .txt1,
.sec_works2 .txt1,
.sec_column5 .txt1,
.sec_column2 .txt1,
.sec_slide03 .txt1,
.sec_newslist1 .txt1 {
  color: #636363;
}
.sec_slide02 .tag_content,
.sec_interview2 .tag_content,
.sec_works2 .tag_content,
.sec_column5 .tag_content,
.sec_column2 .tag_content,
.sec_slide03 .tag_content,
.sec_newslist1 .tag_content {
  padding-top: 1em;
  border-top: 1px solid #c8c8c8;
}
.sec_slide02 .tag_content span,
.sec_interview2 .tag_content span,
.sec_works2 .tag_content span,
.sec_column5 .tag_content span,
.sec_column2 .tag_content span,
.sec_slide03 .tag_content span,
.sec_newslist1 .tag_content span {
  color: #636363;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec_slide04 h2 {
  font-weight: 800;
  letter-spacing: 0.04em;
}
.sec_slide04 .item {
  margin: 15px;
}
@media (max-width: 767px) {
  .sec_slide04 .item {
    margin: 5px;
  }
}
.sec_slide04 .link {
  display: block;
  text-decoration: none;
  border-radius: 40px;
  padding: 25px;
  background-color: #fff;
  transition: 0.2s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
  .sec_slide04 .link {
    padding: 10px;
  }
}
.sec_slide04 .date {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.sec_slide04 .category {
  color: #fff;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .sec_slide04 .category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_slide04 .category.category1 {
  background-color: #d71618;
}
.sec_slide04 .category.category2 {
  background-color: #8679c7;
}
.sec_slide04 .category.category3 {
  background-color: #33bba0;
}
.sec_slide04 .photo1 .ofi {
  padding-top: 73.52941%;
}
.sec_slide04 .photo1:after {
  content: none;
}
.sec_slide04 .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_slide04 .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec_slide04 .company {
  color: #9e9e9e;
  margin-top: 0;
  margin-bottom: 0;
}
.sec_slide04 .date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #9e9e9e;
}
.sec_slide04 .tag_content {
  padding-top: 1em;
  border-top: 1px solid #c8c8c8;
}
.sec_slide04 .tag_content span {
  color: #636363;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec07 {
  position: relative;
  background-color: #fff;
  padding: 5% 0;
}
@media (max-width: 767px) {
  .sec07 {
    padding: 15% 0;
  }
}
@media (max-width: 767px) {
  .sec07 h2 {
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .sec_slide03 .slide_content,
  .sec_newslist1 .slide_content {
    margin-top: 0;
  }
}
.sec_slide03 .top,
.sec_newslist1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_slide03 .top,
  .sec_newslist1 .top {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec_slide03 .category,
  .sec_newslist1 .category {
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_slide03 .date,
.sec_newslist1 .date {
  margin: 0;
}
@media (max-width: 767px) {
  .sec_slide03 .date,
  .sec_newslist1 .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec09 {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .sec09 {
    padding: 15% 0;
  }
}
.sec09 .news dl {
  max-height: 100%;
}
.sec09 .news dt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
}
@media (min-width: 768px) {
  .sec09 .news dt {
    padding: 16px 0 16px 16px;
  }
}
@media (min-width: 768px) {
  .sec09 .news dd {
    padding: 16px 0 16px 120px;
  }
}
.sec09 .news a {
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 30px;
  padding-right: 20px;
}
.sec09 .news a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 32/34;
  width: 18px;
  height: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec09 .news a .category {
  background-color: #d9d9d9;
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec09 .news a .category {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec09 .more {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .sec09 .more {
    margin: 0 auto;
  }
}
.sec09.sec_news {
  padding-top: 0;
}

footer {
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 1;
  padding: 0 2%;
}
@media (max-width: 767px) {
  footer {
    padding: 0 5%;
  }
}

.footer_top {
  padding: 3% 0 2%;
}
@media (max-width: 767px) {
  .footer_top {
    padding: 15% 0;
  }
}
.footer_top .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767px) {
  .footer_top .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer_top .footer_logo {
    margin-bottom: 5%;
  }
}
.footer_top .footer_logo figure img {
  width: 300px;
}
@media (max-width: 767px) {
  .footer_top .footer_logo figure img {
    width: 50%;
  }
}
.footer_top img {
  max-width: 100%;
}
.footer_top .footer_tel_wrap {
  flex: 1;
}
@media (max-width: 1000px) {
  .footer_top .footer_tel_wrap {
    flex: auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer_top .footer_tel_wrap {
    width: auto;
    margin-bottom: 5%;
  }
}
.footer_top .footer_tel_wrap .footer_tel {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer_top .footer_tel_wrap .footer_tel small {
  color: #bfbfbf;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
.footer_top .footer_contact {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #d71618;
  border-radius: 20px;
  display: block;
  max-width: 420px;
  width: 90%;
  line-height: 1.4;
  padding: 20px 0;
  transition: 0.2s;
  margin: 0;
}
@media (max-width: 767px) {
  .footer_top .footer_contact {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 auto;
  }
}
.footer_top .footer_contact:hover {
  background-color: #fff;
  color: #d71618;
}
.footer_top .footer_contact:hover span {
  color: #333333;
}
.footer_top .footer_contact span {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
}
@media (max-width: 767px) {
  .footer_top .footer_contact span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer_bottom {
  position: relative;
  z-index: 2;
  padding-bottom: 2%;
}
.footer_bottom .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_bottom .inner {
    display: block;
  }
}
.footer_bottom .footer_nav_wrap {
  flex: 1;
}
.footer_bottom .footer_nav_list {
  display: flex;
}
@media (max-width: 767px) {
  .footer_bottom .footer_nav_list {
    display: block;
  }
}
.footer_bottom .footer_nav_list .footernav_left_wrap {
  margin-right: 2%;
  flex: auto;
}
@media (max-width: 1323px) {
  .footer_bottom .footer_nav_list .footernav_left_wrap {
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .footer_bottom .footer_nav_list .footernav_left_wrap {
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 1200px) {
  .footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area {
    gap: 10px 3%;
  }
}
.footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area nav {
  padding-top: 0;
  width: 23.5% !important;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area nav {
    width: 100% !important;
  }
}
.footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area li {
  position: relative;
  padding-left: 10px;
  color: #bfbfbf;
}
.footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area li:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: calc(0.7em + 4px);
}
.footer_bottom
  .footer_nav_list
  .footernav_left_wrap
  .footernav_area
  li.level-1 {
  padding-left: 0;
  color: #fff;
}
.footer_bottom
  .footer_nav_list
  .footernav_left_wrap
  .footernav_area
  li.level-1:after {
  content: none;
}
.footer_bottom .footer_nav_list .footernav_left_wrap .footernav_area a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #bfbfbf;
}
.footer_bottom .footernav_left_wrap_title {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.footer_bottom .footernav_center_wrap {
  margin-right: 2%;
  flex-shrink: 0;
}
@media (max-width: 1323px) {
  .footer_bottom .footernav_center_wrap {
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .footer_bottom .footernav_center_wrap {
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.footer_bottom .footernav_center_wrap .footernav_center {
  padding-top: 0;
}
.footer_bottom .footernav_center_wrap a {
  font-size: 13px;
  font-size: 1.3rem;
}
.footer_bottom .footernav_right_wrap {
  flex-shrink: 0;
}
@media (max-width: 1323px) {
  .footer_bottom .footernav_right_wrap {
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .footer_bottom .footernav_right_wrap {
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.footer_bottom .footernav_right_wrap .footernav_right {
  padding-top: 0;
}
.footer_bottom .footernav_right_wrap a {
  font-size: 13px;
  font-size: 1.3rem;
}
.footer_bottom nav ul li:not(:first-child):before {
  content: none;
}

footer .container .row nav ul {
  display: block;
}

footer nav ul li {
  display: block;
  text-align: left;
}

footer nav ul li + li {
  border: none;
}

.sec_features1 {
  background-color: #d71618;
  color: #fff;
  padding: 5% 0 7%;
  position: relative;
}
@media (max-width: 767px) {
  .sec_features1 {
    padding: 15% 0;
  }
}
.sec_features1 .container {
  position: relative;
}
.sec_features1 .big_txt {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  width: 100%;
  font-size: 335px;
  font-size: 33.5rem;
  font-size: 22.9166666667vw;
  line-height: 17.5694444444vw;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.05);
}
.sec_features1 .title {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_features1 .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec_features1 .txt1 {
  line-height: 38px;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_features1 .txt1 {
    text-align: left;
    line-height: 1.8;
  }
}

.container_max {
  max-width: 100%;
  padding: 0;
}

.sec_features2 {
  padding: 8% 0;
  position: relative;
}
@media (max-width: 767px) {
  .sec_features2 {
    padding: 15% 0;
  }
}
@media (min-width: 768px) {
  .sec_features2 .row.reverse .photo1 {
    text-align: left;
  }
}
.sec_features2 .list1 .box_txt {
  padding-left: 3%;
}
@media (max-width: 1200px) {
  .sec_features2 .list1 .box_txt {
    padding-left: 0;
  }
}
.sec_features2 .list1 .photo1 {
  margin-right: auto;
  width: 85%;
}
@media (max-width: 767px) {
  .sec_features2 .list1 .photo1 {
    text-align: center;
  }
}
.sec_features2 .list1 .photo1 img {
  border-radius: 30px;
}
.sec_features2 .list1 .photo2 {
  margin-top: -20%;
  width: 45%;
  margin-left: auto;
}
.sec_features2 .list1 .photo2 img {
  border-radius: 15px;
}
.sec_features2 .list2 {
  margin-bottom: 8%;
}
.sec_features2 .list2 .box_img {
  padding-top: 15%;
  position: relative;
}
.sec_features2 .list2 .box_img:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/features_bg001.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 473/475;
  width: 473px;
  height: auto;
  left: -137px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .sec_features2 .list2 .box_img:after {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .sec_features2 .list2 .box_img:after {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec_features2 .list2 .box_txt {
  padding-left: 5%;
  padding-top: 5%;
}
@media (max-width: 1000px) {
  .sec_features2 .list2 .box_txt {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sec_features2 .list2 .box_txt {
    padding-top: 0;
  }
}
.sec_features2 .list2 .txt_area {
  padding-left: 3%;
}
@media (max-width: 1200px) {
  .sec_features2 .list2 .txt_area {
    padding-left: 0;
  }
}
.sec_features2 .list3 {
  margin-bottom: 6%;
}
@media (max-width: 767px) {
  .sec_features2 .list3 {
    margin-bottom: 15%;
  }
}
.sec_features2 .list3 .list3_bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.sec_features2 .list3 .list3_bg img {
  width: 100%;
}
.sec_features2 .list3 .row {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  margin-top: -7%;
  z-index: 1;
  padding: 5% 3%;
}
@media (max-width: 767px) {
  .sec_features2 .list3 .row {
    padding: 10% 5%;
  }
}
.sec_features2 .list3 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec_features2 .list3 .box_title {
    display: block;
  }
}
.sec_features2 .list3 h3 span {
  color: #ededed;
  left: -23%;
}
@media (max-width: 767px) {
  .sec_features2 .list3 h3 span {
    left: 0;
  }
}
.sec_features2 .list4 .box_img {
  display: flex;
}
.sec_features2 .list4 .box_img .photo2 {
  margin-top: 6%;
  margin-right: 3%;
}
.sec_features2 .list4 .box_img img {
  border-radius: 30px;
}
.sec_features2 .list4 .box_txt {
  padding-left: 5%;
  padding-top: 5%;
}
@media (max-width: 1000px) {
  .sec_features2 .list4 .box_txt {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sec_features2 .list4 .box_txt {
    padding-top: 0;
  }
}
.sec_features2 .list4 .txt_area {
  padding-left: 3%;
}
@media (max-width: 1200px) {
  .sec_features2 .list4 .txt_area {
    padding-left: 0;
  }
}
.sec_features2 .bubble {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d71618;
  border-radius: 5px;
  color: #fff;
  padding: 2px 10px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_features2 .bubble {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec_features2 .bubble:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/fukidashi01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 12.5/12;
  width: 12px;
  height: auto;
  left: 10%;
  top: 100%;
}
.sec_features2 .bubble.bubble02 {
  margin-left: 20%;
  margin-bottom: 5%;
}
.sec_features2 .bubble.bubble02:after {
  background-image: url(/frontier/wp-content/uploads/fukidashi02.svg);
}
@media (max-width: 767px) {
  .sec_features2 .photo1 {
    text-align: center;
  }
}
.sec_features2 .photo1 img {
  border-radius: 30px;
}
.sec_features2 h3 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #d71618;
  font-weight: 500;
  padding: 0;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .sec_features2 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.sec_features2 h3 span {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: -1;
  font-size: 200px;
  font-size: 20rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .sec_features2 h3 span {
    font-size: 100px;
    font-size: 10rem;
    left: 0;
  }
}
.sec_features2 h3:after {
  content: none;
}
.sec_features2 .txt1 {
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_features2 .txt1 {
    line-height: 1.8;
  }
}
.sec_features2 .txt1:not(:last-child) {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .sec_features2 .txt1:not(:last-child) {
    margin-bottom: 1em;
  }
}
.sec_features2 .txt2 {
  line-height: 40px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #d71618;
}
@media (max-width: 767px) {
  .sec_features2 .txt2 {
    line-height: 1.8;
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec_features2 .txt2:not(:last-child) {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .sec_features2 .txt2:not(:last-child) {
    margin-bottom: 1em;
  }
}
.sec_features2 .check_list {
  padding: 0;
  list-style: none;
}
.sec_features2 .check_list li {
  position: relative;
  padding-left: 23px;
  line-height: 30px;
  font-weight: 500;
}
.sec_features2 .check_list li:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/check-circle_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 32/32;
  width: 16px;
  height: auto;
  left: 0;
  top: 8px;
}
@media (max-width: 1000px) {
  .sec_features2 .line-break {
    display: none;
  }
}

.sec_features3 .container {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  padding: 10% 7%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .sec_features3 .container {
    padding: 10% 2%;
  }
}
@media (max-width: 767px) {
  .sec_features3 .container {
    padding: 15% 5%;
    border-radius: 20px;
  }
}
.sec_features3 .container:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/features_bg002.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1200/500;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1000px) {
  .sec_features3 .line-break {
    display: none;
  }
}
.sec_features3 .row {
  position: relative;
  z-index: 2;
}
.sec_features3 h2 {
  color: #fff;
  margin-bottom: 3em;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_features3 h2 {
    margin-bottom: 1em;
  }
}
.sec_features3 h2 span {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .sec_features3 .txt1 {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .sec_features3 .txt1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_features3 .txt1:not(:last-child) {
  margin-bottom: 2em;
}
.sec_features3 .txt2 {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .sec_features3 .txt2 {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .sec_features3 .txt2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_features4 {
  padding: 8% 0 5%;
  position: relative;
}
@media (max-width: 767px) {
  .sec_features4 {
    padding: 15% 0;
  }
}
@media (max-width: 1000px) {
  .sec_features4 .line-break {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec_features4 .txt1 {
    line-height: 38px;
    letter-spacing: 0.064px;
  }
}

.sec_features5 {
  padding-bottom: 8%;
}
@media (max-width: 767px) {
  .sec_features5 {
    padding-bottom: 15%;
  }
}

.sec_features6:after {
  content: none;
}

.sec_business1 {
  margin-bottom: 10%;
}
.sec_business1 .container {
  max-width: 1010px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  .sec_business1 .container {
    flex-wrap: wrap;
  }
}
.sec_business1 .container .more {
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1080px) {
  .sec_business1 .container .more {
    flex-shrink: 1;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .sec_business1 .container .more {
    width: 100%;
  }
}
.sec_business1 .container .more a {
  padding: 0.6em 40px 0.6em 20px;
  max-width: 100%;
}
.sec_business1 .container .more a:after {
  transform: translateY(-50%) rotate(90deg);
}

.sec_business2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sec_business2 {
    margin-bottom: 15%;
  }
}
.sec_business2 h2 {
  margin-bottom: 0.5em;
}
.sec_business2 .list1 {
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  padding: 5%;
}
.sec_business2 .more {
  margin-right: 0;
}
.sec_business2 .more:before {
  background-color: #f6f6f6;
}
.sec_business2 .link_list {
  padding: 0;
  list-style: none;
}
.sec_business2 .link_list li {
  border-top: 1px solid #d9d9d9;
}
.sec_business2 .link_list li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.sec_business2 .link_list a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0.7em 0;
  font-weight: 500;
}
.sec_business2 .link_list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  transition: 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 17px;
  background-image: url(/frontier/wp-content/uploads/arrow-up-right_menu.svg);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  header .global_nav > ul > li.gnav_business > a:after {
    transition: transform 0.3s ease;
  }
  header .global_nav > ul > li.gnav_business > a:hover:after {
    transform: translate(0) rotate(-45deg);
  }
}
header .businessarea_list {
  display: block !important;
  position: absolute;
  right: 5%;
  width: 850px;
  width: 80vw;
  max-width: 100%;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0.3s;
  opacity: 0;
  top: 100px;
  pointer-events: none;
}
@media (max-width: 1321px) {
  header .businessarea_list {
    right: 0;
  }
}
@media (max-width: 834px) {
  header .businessarea_list {
    display: none !important;
  }
}
header .businessarea_list.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s;
}
header .businessarea_list .inner {
  display: flex;
  background-color: #fff;
  padding: 2%;
  border-radius: 20px;
}
header .businessarea_list .businessarea_title {
  margin: 0;
  flex-shrink: 1;
  width: 27%;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-left: 5%;
}
header .businessarea_list ul {
  width: 73%;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 1vw 20px;
}
header .businessarea_list ul li {
  width: calc(50% - 10px);
  list-style: none;
}
header .businessarea_list ul li .main_content {
  position: relative;
  margin-bottom: 10px;
}
header .businessarea_list ul li .main_content a:hover img {
  transform: scale(1.05);
}
header .businessarea_list ul li .main_content a:hover figcaption span:after {
  right: 18px;
}
header .businessarea_list ul li .main_content figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  line-height: 1.2;
}
header .businessarea_list ul li .main_content figcaption:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/curve_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  top: -8px;
  left: 0;
}
header .businessarea_list ul li .main_content figcaption:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/curve_under.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  right: -8px;
  bottom: 0;
}
header .businessarea_list ul li .main_content figcaption span {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
header .businessarea_list ul li .main_content figcaption span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  transition: 0.2s;
  background-image: url(/frontier/wp-content/uploads/arrow-up-right_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 16px;
  height: 17px;
  transform: translate(0, -50%);
}
header .businessarea_list ul li span {
  background: transparent;
  padding: 0;
  text-decoration: none;
  color: #333333;
  text-align: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
header .businessarea_list ul li a {
  background: transparent;
  padding: 0;
  text-decoration: none;
  color: #333333;
  text-align: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  overflow: hidden;
  border-radius: 10px;
}
header .businessarea_list ul li a.sub {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 20px;
}
header .businessarea_list ul li a.sub:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 2px;
  transition: 0.2s;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-right-circle.svg);
}
header .businessarea_list ul li a.sub:hover:after {
  right: 0;
}
header .businessarea_list ul li img {
  max-width: 100%;
  transition: 0.2s;
}

.sec_creative1 .container {
  background: url(/frontier/wp-content/uploads/creative_title.jpg) no-repeat
    center center/cover;
  padding: 8% 5%;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .sec_creative1 .container {
    padding: 15% 5%;
    border-radius: 30px;
  }
}
.sec_creative1 h2 {
  margin-bottom: 1em;
}
.sec_creative1 .txt1 {
  font-weight: 500;
}

.sec_creative5 {
  padding: 5% 0 0;
}
@media (max-width: 767px) {
  .sec_creative5 {
    padding: 15% 0 0;
  }
}
.sec_creative5 .container2 {
  background-color: #fff;
  border-radius: 30px;
  padding: 4% 3%;
}
.sec_creative5 .reason {
  background-color: #d71618;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 0.5em;
}
.sec_creative5 .heading3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
}
.sec_creative5 .heading3:after {
  content: none;
}

.sec_creative2 {
  padding: 8% 0;
}
@media (max-width: 767px) {
  .sec_creative2 {
    padding: 15% 0;
  }
}
.sec_creative2 .txt1 {
  font-weight: 500;
}
.sec_creative2 .list1 {
  max-width: 1070px;
  margin: 0 auto;
}
.sec_creative2 .list2 {
  display: flex;
  margin: 5em auto 0;
  max-width: 820px;
}
@media (max-width: 767px) {
  .sec_creative2 .list2 {
    margin-top: 1em;
    flex-wrap: wrap;
    gap: 10px 6%;
    justify-content: center;
  }
}
.sec_creative2 .item {
  width: 15%;
}
@media (max-width: 767px) {
  .sec_creative2 .item {
    width: 26.6666666667%;
  }
}
.sec_creative2 .item + .item {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .sec_creative2 .item + .item {
    margin-left: 0;
  }
}
.sec_creative2 .photo1 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sec_creative2 .photo1 {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .sec_creative2 .photo1 img {
    width: 60%;
  }
}
.sec_creative2 .txt2 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_creative2 .txt2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_creative2_b {
  padding: 8% 0;
}
@media (max-width: 767px) {
  .sec_creative2_b {
    padding: 15% 0;
  }
}
.sec_creative2_b .txt1 {
  font-weight: 500;
}
.sec_creative2_b .list1 {
  max-width: 1070px;
  margin: 0 auto 5%;
}
.sec_creative2_b .item {
  display: flex;
  gap: 3%;
}
.sec_creative2_b h3 {
  padding-bottom: 0;
  color: #d71618;
  margin-bottom: 0;
}
.sec_creative2_b h3:after {
  content: none;
}
.sec_creative2_b .photo1 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 10px;
  width: 120px;
}
@media (max-width: 767px) {
  .sec_creative2_b .photo1 {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .sec_creative2_b .photo1 img {
    width: 60%;
  }
}
.sec_creative2_b .area_box {
  flex: 1;
  padding-left: 2%;
}
.sec_creative2_b .txt3 {
  margin-top: 0;
}

.sec_creative3 {
  background-color: #d71618;
  color: #fff;
  padding: 5% 0 7%;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec_creative3 {
    padding: 15% 2% 20%;
    z-index: 1;
  }
}
.sec_creative3 .container {
  display: flex;
}
@media (max-width: 767px) {
  .sec_creative3 .container {
    display: block;
  }
}
.sec_creative3 .row:not(:last-child) {
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .sec_creative3 .row:not(:last-child) {
    margin-bottom: 15%;
  }
}
.sec_creative3 .reverse .vercel_num {
  right: auto;
  left: 0;
}
.sec_creative3 .reverse .inner {
  margin-right: 1%;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .sec_creative3 .reverse .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec_creative3 .list {
    display: flex;
    gap: 2%;
  }
}
.sec_creative3 h2 {
  color: #fff;
}
.sec_creative3 h2 span {
  color: #fff;
}
.sec_creative3 .content_right {
  margin-left: 5%;
}
@media (max-width: 767px) {
  .sec_creative3 .content_right {
    margin-left: 0;
  }
}
.sec_creative3 .txt2 {
  font-size: 140px;
  font-size: 14rem;
  font-weight: 800;
  writing-mode: vertical-lr;
  line-height: 1;
  letter-spacing: 0.137px;
  margin: 0;
}
@media (max-width: 767px) {
  .sec_creative3 .txt2 {
    font-size: 80px;
    font-size: 8rem;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec_creative3 .box_img {
    width: 45%;
  }
}
.sec_creative3 .photo1 img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .sec_creative3 .photo1 img {
    border-radius: 10px;
  }
}
.sec_creative3 .box_txt {
  position: relative;
}
.sec_creative3 .inner {
  margin-top: 3%;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .sec_creative3 .inner {
    margin-top: 0;
    margin-right: 0;
  }
}
.sec_creative3 .vercel_num {
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-lr;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  height: 100%;
  background-color: #d71618;
  margin: 0;
}
@media (max-width: 767px) {
  .sec_creative3 .vercel_num {
    position: relative;
    writing-mode: horizontal-tb;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_creative3 .vercel_num:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 44px);
  right: 21px;
  bottom: 0;
}
@media (max-width: 767px) {
  .sec_creative3 .vercel_num:after {
    width: calc(100% - 30px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: auto;
  }
}
.sec_creative3 h3 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_creative3 h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec_creative3 h3:after {
  content: none;
}
@media (min-width: 768px) {
  .sec_creative3 .txt1 {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sec_creative3 .txt1 {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_creative4 {
  padding: 6% 0;
  position: relative;
}
@media (max-width: 767px) {
  .sec_creative4 {
    padding: 15% 0;
  }
}
.sec_creative4 .container {
  max-width: 860px;
}
.sec_creative4 .list {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding-bottom: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_creative4 .list {
    padding-bottom: 2%;
    align-items: center;
  }
}
.sec_creative4 .list:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #d71618;
  width: 1px;
  height: 100%;
  left: 60px;
  z-index: -1;
  top: 0;
}
@media (max-width: 767px) {
  .sec_creative4 .list:after {
    content: none;
  }
}
.sec_creative4 .list.last:after {
  content: none;
}
.sec_creative4 .item01 {
  width: 120px;
  height: 120px;
  background-color: #d71618;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec_creative4 .item01 {
    width: 80px;
    height: 80px;
  }
}
.sec_creative4 .photo1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5%;
}
.sec_creative4 .photo1 img {
  width: 60px;
}
@media (max-width: 767px) {
  .sec_creative4 .photo1 img {
    width: 40px;
  }
}
.sec_creative4 .step {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec_creative4 .step {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.sec_creative4 .item02 {
  flex: 1;
}
.sec_creative4 .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #d71618;
}
@media (max-width: 767px) {
  .sec_creative4 .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
}
.sec_creative4 .txt {
  background-color: #fff;
  padding: 2% 3%;
  border-radius: 10px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .sec_creative4 .txt {
    margin-bottom: 10%;
  }
}

.sec_newslist1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.sec_newslist1 .item {
  margin: 0 !important;
}
.sec_newslist1 .top {
  display: block;
}
@media (min-width: 768px) {
  .sec_newslist1 .ofi {
    padding-top: 56.6%;
  }
}
.sec_newslist1 .ofi img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_newslist1 .catalog_content3 {
  display: flex;
  gap: 20px;
  margin-bottom: 5%;
}
@media (max-width: 1080px) {
  .sec_newslist1 .catalog_content3 {
    flex-wrap: wrap;
  }
}
.sec_newslist1 .catalog_content3 button {
  background: #333333;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 30px;
  border: none;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  position: relative;
}
.sec_newslist1 .catalog_content3 button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(90deg);
}
.sec_newslist1 .catalog_content3 button.active {
  background-color: #d71618;
}

.sec_newsdetail1 .container {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 7% 5%;
  border-radius: 20px;
}
.sec_newsdetail1 .category {
  background-color: #d71618;
  color: #fff;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 5px;
  margin-bottom: 2%;
}
.sec_newsdetail1 .date_wrap {
  display: flex;
  gap: 3%;
  margin-bottom: 2%;
}
.sec_newsdetail1 h2 {
  font-size: 45px;
  font-size: 4.5rem;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_newsdetail1 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.sec_newsdetail1 h2:after {
  content: none;
}
.sec_newsdetail1 .photo1 {
  margin-bottom: 2%;
}
.sec_newsdetail1 h3 {
  font-size: 38px;
  font-size: 3.8rem;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_newsdetail1 h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec_newsdetail1 h3:after {
  content: none;
}
.sec_newsdetail1 h4 {
  font-size: 30px;
  font-size: 3rem;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_newsdetail1 h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_newsdetail1 h4:after {
  content: none;
}

.sec_workslist1 .catalog_content2 {
  margin-bottom: 1em;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .sec_workslist1 .catalog_content2 {
    margin-bottom: 1em;
  }
}
.sec_workslist1 .catalog_content2 button {
  background: #333333;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.sec_workslist1 .catalog_content2 button.active {
  background-color: #d71618;
}
.sec_workslist1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.sec_workslist1 .item {
  margin: 0 !important;
}
.sec_workslist1 .link {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec_workslist1 .ofi {
    padding-top: 56.6%;
  }
}
.sec_workslist1 .ofi img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_workslist1 .photo1 img {
  border-radius: 10px;
}
.sec_workslist1 .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.3em;
}
.sec_workslist1 .tab_wrap span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
}

.sec_worksdetail1 .container {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 7% 55px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .sec_worksdetail1 .container {
    margin: 0 2%;
    padding: 7% 30px;
  }
}
.sec_worksdetail1 .tag_content {
  margin-bottom: 5%;
}
.sec_worksdetail1 .tag_content span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
}
.sec_worksdetail1 h2 {
  font-size: 45px;
  font-size: 4.5rem;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .sec_worksdetail1 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.sec_worksdetail1 h2:after {
  content: none;
}
.sec_worksdetail1 .detail {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.sec_worksdetail1 .photo1 {
  margin-bottom: 2%;
}
.sec_worksdetail1 .heading3 {
  font-size: 30px;
  font-size: 3rem;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_worksdetail1 .heading3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec_worksdetail1 .heading3:after {
  background-color: #d71618;
  width: 45px;
  height: 1px;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
@media (max-width: 1200px) {
  .sec_worksdetail1 .heading3:after {
    left: -30px;
    width: 25px;
  }
}
.sec_worksdetail1 h4 {
  font-size: 30px;
  font-size: 3rem;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_worksdetail1 h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_worksdetail1 h4:after {
  content: none;
}
.sec_worksdetail1 .company {
  font-size: 15px;
  font-size: 1.5rem;
  color: #9e9e9e;
}

.policy_box1 .box_left {
  display: flex;
  align-items: center;
}

.sec_service1 figure {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.sec_service1 figure img {
  width: 100%;
}

.white_service {
  background-color: #fff;
  border-radius: 30px;
  padding: 7%;
  position: relative;
  max-width: 1200px;
  margin: -5% auto 0;
}
@media (max-width: 767px) {
  .white_service {
    padding: 7% 2%;
    margin-top: -2%;
  }
}

.sec_service2 {
  margin-bottom: 5%;
}

.sec_service3:last-child {
  margin-bottom: 0;
}
.sec_service3 .list1 {
  margin-bottom: 1%;
}
.sec_service3 .photo1 img {
  border-radius: 10px;
}
.sec_service3 .num {
  color: #d71618;
  margin-bottom: 0;
}
.sec_service3 h2 {
  padding-bottom: 0;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
}
.sec_service3 h2:after {
  content: none;
}
.sec_service3 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .sec_service3 h2 span {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec_service3 h2 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sec_service3 .txt1 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .sec_service3 .txt1 {
    line-height: 1.8;
    margin-top: 0;
  }
}
.sec_service3 .more {
  margin-right: 0;
}

.sec_media1 {
  margin-bottom: 6%;
}
.sec_media1 .media_slide {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.sec_media1 .media_slide .ofi {
  padding-top: 66.66667%;
}
.sec_media1 .media_slide img {
  width: 60vw;
  height: auto;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .sec_media1 .media_slide img {
    width: 80vw;
  }
}
.sec_media1 .media_slide .slick-slide {
  transform: scale(0.9);
  transition: all 0.5s;
  transform-origin: left center;
  transition: transform 0.08s linear;
  will-change: transform;
}
@media (max-width: 767px) {
  .sec_media1 .media_slide .slick-slide {
    transform: scale(0.9);
  }
}
.sec_media1 .media_slide .card {
  border-radius: 30px;
  filter: drop-shadow(0 0 19px rgba(198, 47, 88, 0.15));
  overflow: hidden;
  margin: 30px 0;
}
.sec_media1 .media_slide .link {
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.sec_media1 .media_slide .box_txt {
  background-color: #fff;
  padding: 5% 6%;
}
.sec_media1 .media_slide .category {
  color: #d71618;
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #d71618;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
}
.sec_media1 .media_slide .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.sec_media1 .media_slide .data {
  color: #898989;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
.sec_media1 button {
  width: 10px;
  height: 10px;
}
.sec_media1 .slick-dots {
  bottom: -25px;
}

.sec_column1 {
  padding-top: 90px;
}
@media (max-width: 1023px) {
  .sec_column1 {
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  .sec_column1 {
    padding-top: 15%;
  }
}
.sec_column1 .container {
  max-width: 1340px;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1441px) {
  .sec_column1 .container {
    max-width: 93.0555555556vw;
  }
}
.sec_column1 h1 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 93.5%;
}
@media (max-width: 1243px) {
  .sec_column1 h1 {
    left: auto;
    right: 1%;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .sec_column1 h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .sec_column1 h1 {
    font-size: 40px;
    font-size: 4rem;
    bottom: 100%;
  }
}
.sec_column1 .column_swiper {
  width: 100%;
  overflow: visible;
}
.sec_column1 .column_swiper .card {
  border: 1px solid #9e9e9e;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  transform: scale(0.9);
  transform-origin: center;
  transition: 0.3s;
}
.sec_column1 .column_swiper .link {
  display: block;
  text-decoration: none;
}
.sec_column1 .column_swiper .ofi {
  padding-top: 66.66667%;
}
.sec_column1 .column_swiper .ofi img {
  width: 100%;
}
.sec_column1 .column_swiper .box_txt {
  background-color: #fff;
  padding: 5% 6%;
}
.sec_column1 .column_swiper .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.sec_column1 .column_swiper .data {
  color: #898989;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
.sec_column1 .column_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.sec_column1
  .column_swiper
  .swiper-slide:not(.swiper-slide-active)
  + :not(.swiper-slide-active) {
  transform: translateX(-4%);
}
.sec_column1 .column_swiper .swiper-slide-active .card {
  transform: scale(1);
}
.sec_column1 .column_swiper .swiper-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 85%;
}
@media (max-width: 767px) {
  .sec_column1 .column_swiper .swiper-pagination {
    margin: 5% auto 0;
  }
}
.sec_column1 .column_swiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.sec_column1 .column_swiper .swiper-pagination-bullet-active {
  background: #d71618;
}

.column_content {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  margin: 0 auto 5%;
  max-width: 1200px;
  position: relative;
}
@media (max-width: 767px) {
  .column_content {
    display: block;
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .column_content .main_content {
    width: 70%;
  }
}
.column_content .side_content {
  position: sticky;
}
@media (min-width: 768px) {
  .column_content .side_content {
    width: 30%;
  }
}

.sec_column2 {
  margin-bottom: 10%;
}
.sec_column2 .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .sec_column2 .top {
    display: block;
  }
}
.sec_column2 h2 {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.sec_column2 h2 span {
  color: #d71618;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_column2 h2 span {
    display: block;
  }
}
.sec_column2 h2:after {
  content: none;
}
@media (max-width: 767px) {
  .sec_column2 .more {
    margin-left: auto;
    margin-top: 5%;
  }
}
.sec_column2 .slide_content {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 767px) {
  .sec_column2 .slide_content {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 5% 0 0;
  }
}
.sec_column2 .item {
  margin: 0 8px;
  width: calc((100% - 16px) / 3);
}
@media (max-width: 767px) {
  .sec_column2 .item {
    width: 100%;
    margin: 10px 0;
  }
}
.sec_column2 .photo1 {
  border-radius: 10px 10px 0 0;
}

.sec_column3 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 25px 30px;
  border: 1px solid #9e9e9e;
  margin-bottom: 20%;
}
@media (max-width: 767px) {
  .sec_column3 {
    margin: 0 10px 10%;
  }
}
.sec_column3 h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
  margin-bottom: 1em;
}
.sec_column3 h3:after {
  content: none;
}
.sec_column3 .category_list {
  padding: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.sec_column3 .category_list li {
  list-style: none;
}
.sec_column3 .category_list li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 0.7em 15px;
}
.sec_column3 .category_list li a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #d71618;
  width: 6px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_column3 .category_list li + li {
  border-top: 1px solid #d9d9d9;
}

.sec_column4 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 25px 30px;
  border: 1px solid #9e9e9e;
}
@media (max-width: 767px) {
  .sec_column4 {
    margin: 0 10px;
  }
}
.sec_column4 h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
  margin-bottom: 1em;
}
.sec_column4 h3:after {
  content: none;
}
.sec_column4 .item + .item {
  margin-top: 3%;
}
.sec_column4 .rank {
  margin-bottom: 0;
  position: relative;
}
.sec_column4 .rank.rank1 {
  padding-left: 25px;
}
.sec_column4 .rank.rank1:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/icon_clown1.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 30/28;
  width: 15px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_column4 .rank.rank2 {
  padding-left: 25px;
}
.sec_column4 .rank.rank2:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/icon_clown2.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 30/28;
  width: 15px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_column4 .rank.rank3 {
  padding-left: 25px;
}
.sec_column4 .rank.rank3:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/icon_clown3.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 30/28;
  width: 15px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_column4 .card {
  display: flex;
  gap: 10px;
  text-decoration: none;
}
.sec_column4 .photo1 {
  width: 36.66667%;
}
.sec_column4 .photo1 .ofi {
  padding-top: 66.91176%;
}
.sec_column4 .box_txt {
  width: 63.33333%;
}
.sec_column4 .top {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.sec_column4 .category {
  font-size: 10px;
  font-size: 1rem;
  color: #d71618;
  border: 1px solid #d71618;
  border-radius: 5px;
  padding: 0 10px;
}
.sec_column4 .date {
  font-size: 10px;
  font-size: 1rem;
}
.sec_column4 .title {
  font-size: 12px;
  font-size: 1.2rem;
}
.sec_column4 .category:empty {
  display: none;
}

.sec_column5 {
  margin-bottom: 10%;
}
.sec_column5 .slide_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .sec_column5 .slide_content {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 0;
  }
}
.sec_column5 .item {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media (max-width: 767px) {
  .sec_column5 .item {
    width: 100%;
  }
}

.sec_column6 {
  border-radius: 12px;
  border: 1px solid #9e9e9e;
  background: #fff;
  position: relative;
  padding: 10% 5%;
  width: 95%;
  margin-left: auto;
}
.sec_column6:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #d71618;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  z-index: -1;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .sec_column6:after {
    top: 1%;
  }
}
.sec_column6 .category {
  border-radius: 5px;
  color: #d71618;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #d71618;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 3%;
}
.sec_column6 .date_wrap {
  display: flex;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .sec_column6 .date_wrap {
    flex-direction: column;
  }
}
.sec_column6 .date_wrap span {
  font-weight: 400;
}
.sec_column6 .date_wrap span + span {
  margin-left: 5%;
}
@media (max-width: 767px) {
  .sec_column6 .date_wrap span + span {
    margin-left: 0;
  }
}
.sec_column6 .heading2 {
  font-size: 38px;
  font-size: 3.8rem;
  text-align: left;
  padding-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_column6 .heading2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.sec_column6 .heading2:after {
  content: none;
}
.sec_column6 .photo1 {
  margin-bottom: 5%;
}
.sec_column6 .textarea {
  font-weight: 400;
}
.sec_column6 .heading3 {
  font-size: 38px;
  font-size: 3.8rem;
  text-align: left;
  padding-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_column6 .heading3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.sec_column6 .heading3:after {
  content: none;
}
.sec_column6 .heading4 {
  font-size: 34px;
  font-size: 3.4rem;
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_column6 .heading4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sec_column6 .heading4:after {
  content: none;
}

.sec_newlist1 ul {
  padding: 0;
  list-style: none;
}
.sec_newlist1 li + li {
  border-top: 1px solid #d9d9d9;
  padding-top: 2%;
}
.sec_newlist1 li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.sec_newlist1 .link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.7em 26px 0.7em 0;
}
.sec_newlist1 .link:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/frontier/wp-content/uploads/icon_arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 32/34;
  width: 16px;
  height: auto;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sec_newlist1 .link:hover:after {
  right: 0;
}
.sec_newlist1 .date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.sec_newlist1 .category {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 10px;
  background-color: #d9d9d9;
  border-radius: 5px;
  margin: 0 10px;
}

.sec_works2 {
  margin-bottom: 10%;
}
.sec_works2 .slide_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .sec_works2 .slide_content {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 0;
  }
}
.sec_works2 .item {
  width: calc((100% - 60px) / 3);
  margin: 0;
}
@media (max-width: 767px) {
  .sec_works2 .item {
    width: 100%;
  }
}
.sec_works2 .link {
  padding: 20px;
  display: block;
  text-decoration: none;
  border: none;
}
.sec_works2 .title {
  font-size: 20px;
  font-size: 2rem;
}
.sec_works2 .company {
  color: #9e9e9e;
  margin-bottom: 0.3em;
}
.sec_works2 .date {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.sec_work3 {
  background-color: #fff;
  padding: 5% 0;
}
@media (max-width: 767px) {
  .sec_work3 {
    padding: 15% 0;
  }
}
.sec_work3 h2 {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 767px) {
  .sec_work3 h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.sec_interview2 {
  margin-bottom: 10%;
  padding-top: 3%;
}
.sec_interview2 .slide_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .sec_interview2 .slide_content {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 0;
  }
}
.sec_interview2 .item {
  width: calc((100% - 60px) / 3);
  margin: 0;
}
@media (max-width: 767px) {
  .sec_interview2 .item {
    width: 100%;
  }
}
.sec_interview2 .photo1 img {
  border-radius: 10px;
}
.sec_interview2 .link {
  display: block;
  text-decoration: none;
  border: none;
  background: transparent;
}
.sec_interview2 .link:hover {
  background: transparent;
  color: #333333;
}
.sec_interview2 .link:hover .company {
  color: #9e9e9e;
}
.sec_interview2 .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.sec_interview2 .company {
  color: #9e9e9e;
  margin-bottom: 0.3em;
  font-size: 15px;
  font-size: 1.5rem;
}

.sec_interview3 .container {
  background-color: #fff;
  padding: 3% 5% 5%;
  border-radius: 0 0 18px 18px;
}
@media (max-width: 767px) {
  .sec_interview3 .container {
    padding: 10% 5%;
  }
}
.sec_interview3 .heading2 {
  font-size: 45px;
  font-size: 4.5rem;
  text-align: left;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_interview3 .heading2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.sec_interview3 .heading2:after {
  content: none;
}
.sec_interview3 .detail_txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec_interview3 .detail_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sec_interview3 .heading3 {
  font-size: 38px;
  font-size: 3.8rem;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_interview3 .heading3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sec_interview3 .heading3:after {
  content: none;
}
.sec_interview3 .heading4 {
  font-size: 30px;
  font-size: 3rem;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_interview3 .heading4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sec_interview3 .heading4:after {
  content: none;
}
.sec_interview3 .photo1 img {
  border-radius: 10px;
}
.sec_interview3 .photo2 img {
  border-radius: 20px;
}

.sec_features7 {
  padding: 0 0 5% 0;
}
@media (max-width: 767px) {
  .sec_features7 {
    padding: 0 0 15% 0;
  }
}
.sec_features7 .container {
  max-width: 100%;
}
.sec_features7 .title_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_features7 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_features7 .list {
    gap: 10px;
    justify-content: flex-start;
  }
}
.sec_features7 figure {
  width: 130px;
  height: 60px;
  background-color: #fff;
  border-radius: 9px;
  border: 0 solid #1c1f21;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: calc((100% - 40px) / 10);
  height: auto;
}
@media (max-width: 767px) {
  .sec_features7 figure {
    width: calc((100% - 20px) / 3);
  }
}
.sec_features7 figure img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .sec_features7 figure img {
    max-width: 70%;
  }
}
.sec_features7 .break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background: transparent;
  border: 0;
}

.sec10 .container {
  max-width: 100%;
}
.sec10 .title_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.sec10 .loop {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.sec10 .loop__box,
.sec10 .loop__box2 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  will-change: transform;
}
.sec10 .loop__box + .loop__box2 {
  margin-top: 20px;
}
.sec10 figure {
  flex: 0 0 auto;
  width: 188px;
  height: 87px;
  background-color: #fff;
  border: 0 solid #1c1f21;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec10 figure img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .sec10 figure img {
    max-width: 70%;
  }
}
.sec10 .loop__box {
  animation: loop-left 200s linear infinite;
}
.sec10 .loop__box2 {
  animation: loop-right 200s linear infinite;
  animation-delay: -15s;
}
@keyframes loop-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes loop-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* build: 2026-04-27T02:01:50.971Z */

.h1_bg03 h1 {
  font-size: 60px;
  font-weight: bold;
  color: #d71618;
  text-align: center;
}
.h1_bg03 .txt1 {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 767px) {
.h1_bg03 h1 {
  font-size: 30px;
}
} 
@media (max-width: 767px) {
  .h1_bg03 .txt1 {
    font-size: 20px;
  }
}
 html {
    scroll-behavior: smooth;
  }

  main [id] {
    scroll-margin-top: 100px;
  }