/*! Build Date: 2022. 11. 8. 오후 12:52:58 */
@import url(https://use.typekit.net/hlu4wpj.css);
/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"), url(../fonts/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Bold.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"), url(../fonts/SpoqaHanSansNeo-Medium.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Medium.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"), url(../fonts/SpoqaHanSansNeo-Regular.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Regular.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Regular.ttf) format("truetype");
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}

a {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 4.1666666667vw;
  }
}

body {
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #222;
  font-family: "Spoqa Han Sans Neo", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smooting: antialiased;
  -moz-font-smoothing: grayscale;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea {
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Spoqa Han Sans Neo", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
  font-size: 1rem;
}

input {
  margin: 0;
}

img,
fieldset {
  border: 0;
}

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

li img {
  vertical-align: top;
}

button {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Spoqa Han Sans Neo", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  font-size: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.skip_menu a {
  position: fixed;
  left: 0;
  top: -60px;
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
  margin-bottom: -1px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  z-index: 10001;
  background: #666;
  font-size: 16px;
  font-weight: bold;
}
.skip_menu a:focus, .skip_menu a:active {
  height: auto;
  width: 100%;
  color: #fff;
  line-height: 60px;
  top: 0;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header .header__inner {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
}
header .logo {
  width: 272px;
  height: 51px;
  margin-top: 25px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/logo_color.png) no-repeat;
}
header .logo.en a {
  background: url(../images/en_logo_color.png) no-repeat;
}
header .btn_navi {
  position: absolute;
  right: 0;
  top: 26px;
  display: block;
  width: 110px;
  height: 74px;
  background: url(../images/nav_toggle_gray.png) no-repeat center;
}
header .btn_locale {
  position: absolute;
  right: 34px;
  top: 107px;
  font-family: lato, arial, sans-serif;
  color: #adadad;
  width: 42px;
  height: 30px;
  border: 1px solid #adadad;
  border-radius: 15px;
  line-height: 1;
  margin: 0 auto;
  display: block;
}
header .btn_locale .locale {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  color: #adadad;
  padding-bottom: 1px;
  font-size: 15px;
}
header .btn_locale .locale.selected {
  display: block;
  z-index: 2;
}
header .buttons {
  margin-left: auto;
}
header .btn_logout {
  font-family: lato, arial, sans-serif;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
header .btn_logout:before {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/logout.png) no-repeat;
  display: block;
  margin-right: 4px;
  margin-top: 1px;
}
header.white .logo a {
  background-image: url(../images/logo_white.png);
}
header.white .logo.en a {
  background-image: url(../images/en_logo_white.png);
}
header.white .btn_navi {
  background-image: url(../images/nav_toggle_white.png);
}
header.white .btn_locale {
  border-color: #fff;
  color: #fff;
}
header.white .btn_locale:after {
  background-image: url(../images/locale_arrow_white.png);
}
header.white .btn_locale .locale {
  color: #fff;
}
@media (max-width: 768px) {
  header.white {
    border-color: #fdf9f6;
  }
}
header.white_logo .logo a {
  background-image: url(../images/logo_white.png);
}
header.white_logo.en .logo a {
  background-image: url(../images/en_logo_white.png);
}
header.white_nav .btn_navi {
  background-image: url(../images/nav_toggle_white.png);
}
header.white_nav .btn_locale {
  border-color: #fff;
  color: #fff;
}
header.white_nav .btn_locale:after {
  background-image: url(../images/locale_arrow_white.png);
}
header.white_nav .btn_locale .locale {
  color: #fff;
}
@media (max-width: 768px) {
  header {
    height: 16.6666666667vw;
    border-bottom: 1px solid #adadad;
  }
  header .header__inner {
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
  header .logo {
    width: 48.8888888889vw;
    height: 100%;
    margin: 0;
  }
  header .logo a {
    background: url(../images/logo_color_mo.png) no-repeat center/100% auto;
  }
  header .logo.en {
    width: 28.3333333333vw;
  }
  header .logo.en a {
    background: url(../images/en_logo_banner.png) no-repeat center/100% auto;
  }
  header .btn_navi {
    top: 0;
    right: 3.6111111111vw;
    width: 10.8333333333vw;
    height: 100%;
    background: url(../images/nav_toggle_gray_mo.png) no-repeat center/100% auto;
  }
  header .btn_locale {
    top: 5vw;
    right: 16.1111111111vw;
    width: 8.3333333333vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
  header .btn_locale .locale {
    font-size: 0.7142857143rem;
  }
  header.white .logo a {
    background-image: url(../images/logo_white_mo.png);
    width: 98%;
    height: 100%;
  }
  header.white .btn_navi {
    background-image: url(../images/nav_toggle_white_mo.png);
  }
  header.white_logo .logo a {
    background-image: url(../images/logo_white_mo.png);
  }
}

.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
  background-color: #f4f4f4;
  background-image: url(../images/gnb_back_left.png), url(../images/gnb_back_right.png), url(../images/company_greetings_logo.png);
  background-position: left top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  padding-top: 100px;
  font-size: 16px;
}
.nav:before, .nav:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #dfdfdf;
}
.nav:before {
  left: 110px;
}
.nav:after {
  right: 110px;
}
.nav .bar {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 28.82%;
  background-color: #dfdfdf;
}
.nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 110px;
  overflow-y: auto;
}
.nav__main {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-left: 28.82%;
}
.nav__main-item {
  display: flex;
  min-height: 160px;
}
.nav__main-item:last-child {
  min-height: 80px;
}
.nav__main-link {
  display: block;
  width: 30%;
  font-size: 1.875em;
  font-weight: 800;
  font-family: lato, arial, sans-serif;
  min-width: 150px;
}
.nav__main-link a {
  color: #000;
}
.nav__main-link a:hover {
  color: #ff0015;
}
.nav__sub {
  width: 70%;
  padding-top: 7px;
}
.nav__sub li {
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 25px;
}
.nav__sub li.is-active a {
  color: #ff0015;
}
.nav__sub a {
  font-size: 1.375em;
  color: #222;
  font-weight: bold;
}
.nav__sub a:hover {
  color: #ff0015;
}
.nav__utils {
  position: absolute;
  right: 26px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav__utils a,
.nav__utils button {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #adadad;
  margin-bottom: 20px;
  font-size: 0;
  color: #fff;
}
.nav__utils a:after,
.nav__utils button:after {
  content: "";
  width: 32px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: no-repeat center/100% auto;
}
.nav__utils a.remote_download:after,
.nav__utils button.remote_download:after {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon_gnb_sub_1.png);
}
.nav__utils a.remote_download:hover:after,
.nav__utils button.remote_download:hover:after {
  background-image: url(../images/icon_gnb_sub_1_hover.png);
}
.nav__utils a.web_support:after,
.nav__utils button.web_support:after {
  background-image: url(../images/icon_gnb_sub_2.png);
}
.nav__utils a.web_support:hover:after,
.nav__utils button.web_support:hover:after {
  background-image: url(../images/icon_gnb_sub_2_hover.png);
}
.nav__utils a.customer_support:after,
.nav__utils button.customer_support:after {
  background-image: url(../images/icon_gnb_sub_3.png);
}
.nav__utils a.customer_support:hover:after,
.nav__utils button.customer_support:hover:after {
  background-image: url(../images/icon_gnb_sub_3_hover.png);
}
.nav__utils a:hover,
.nav__utils button:hover {
  font-size: 1.25em;
  background-color: #8e8e8e;
  width: 213px;
  padding-left: 65px;
  border-radius: 27px;
  z-index: 9;
}
.nav__utils a:hover:after,
.nav__utils button:hover:after {
  left: 24px;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .nav {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .nav {
    font-size: 14px;
  }
  .nav__main-item {
    min-height: 140px;
  }
}
@media (max-width: 1130px) {
  .nav .bar {
    left: 350px;
  }
  .nav__main {
    padding-left: 260px;
  }
}
@media (max-width: 1024px) {
  .nav {
    font-size: 12px;
  }
  .nav .bar {
    left: 300px;
  }
  .nav__main {
    padding-left: 210px;
  }
  .nav__main-item {
    min-height: 120px;
  }
}
@media (max-width: 768px) {
  .nav {
    background: #fff;
    height: 100vh;
    height: -webkit-fill-available;
    height: fill-available;
    padding-top: 16.6666666667vw;
  }
  .nav:before, .nav:after {
    display: none;
  }
  .nav .bar {
    width: 50%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #adadad;
    z-index: -1;
  }
  .nav__inner {
    padding: 0;
    position: relative;
  }
  .nav__main {
    padding: 0;
    height: 100%;
    position: relative;
  }
  .nav__main:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
    height: 35.5555555556vw;
    background: url(../images/gnb_logo_mo.png) no-repeat center/100% auto;
    z-index: -1;
  }
  .nav__main-item {
    min-height: 25vw;
  }
  .nav__main-item:last-child {
    min-height: 25vw;
  }
  .nav__main-item.is-active .nav__main-link {
    background-color: #ff0015;
  }
  .nav__main-item.is-active .nav__main-link a {
    color: #fff;
  }
  .nav__main-item.is-active .nav__sub {
    display: block;
  }
  .nav__main-link {
    font-size: 1.2857142857rem;
    width: 50vw;
    height: 26.1111111111vw;
    display: flex;
    align-items: center;
  }
  .nav__main-link a {
    display: block;
    padding-left: 8.3333333333vw;
  }
  .nav__sub {
    display: none;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 9.7222222222vw 6.6666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .nav__sub {
    padding: 9.7222222222vw 6.6666666667vw;
  }
}
@media (max-width: 768px) {
  .nav__sub li {
    display: block;
    padding: 0;
    padding-bottom: 7.2222222222vw;
  }
}
@media (max-width: 768px) {
  .nav__sub a {
    font-size: 1rem;
    font-weight: normal;
  }
  .nav__sub a:hover {
    color: #222;
  }
}
@media (max-width: 768px) {
  .nav__utils {
    display: none;
    position: static;
    width: 15.5555555556vw;
    padding-left: 10vw;
    padding-bottom: 8.8888888889vw;
  }
}

.nav-opens header .logo {
  position: absolute;
  left: 130px;
  margin-left: 0;
  display: block;
}
.nav-opens header .logo a {
  background-image: url(../images/logo_color.png);
}
.nav-opens header .logo.en a {
  background-image: url(../images/en_logo_color.png);
}
.nav-opens header .btn_navi {
  background-image: url(../images/nav_close.png);
}
.nav-opens header .btn_locale {
  right: 35px;
  color: #adadad;
  border-color: #adadad;
}
.nav-opens header .btn_locale:after {
  background-image: url(../images/locale_arrow_gray.png);
}
@media (max-width: 1024px) {
  .nav-opens header .logo {
    left: 40px;
  }
  .nav-opens header .btn_locale {
    right: 37px;
  }
}
@media (max-width: 768px) {
  .nav-opens header {
    background-color: #f4f4f4;
  }
  .nav-opens header:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #adadad;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .nav-opens header .logo {
    position: relative;
    left: 0;
  }
  .nav-opens header .btn_navi {
    background-image: url(../images/nav_close_mo.png);
  }
  .nav-opens header .btn_locale {
    left: inherit;
    top: 5vw;
    right: 16.1111111111vw;
  }
}
.nav-opens .nav {
  display: block;
}

.page__sub header {
  background-color: #fff;
}
.page__sub header .btn_locale {
  display: block;
}
.page__sub.nav-opens header {
  background-color: transparent;
}
.page__sub.nav-opens header .btn_locale {
  display: block;
}
@media (max-width: 768px) {
  .page__sub.nav-opens header {
    background-color: #fff;
  }
}
.page__sub.error header, .page__sub.loading header {
  border-bottom: none;
}
.page__sub.error #container, .page__sub.loading #container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_main #wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_main .fullpage {
  position: relative;
  height: 100vh;
  transform: translateY(0) rotate(0.001deg);
  transition: transform 0.5s ease-out;
}
@media (max-width: 768px) {
  .page_main .fullpage {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.page_main div.section {
  user-select: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page_main div.section:before {
  left: 110px;
}
.page_main div.section:after {
  right: 110px;
}
.page_main div.section:before, .page_main div.section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(173, 173, 173, 0.3);
  z-index: 1000;
}
@media (max-width: 1440px) {
  .page_main div.section:before {
    left: 80px;
  }
  .page_main div.section:after {
    right: 80px;
  }
}
@media (max-width: 768px) {
  .page_main div.section:before, .page_main div.section:after {
    display: none;
  }
}

.main__inner {
  margin: 0 auto;
  max-width: 1700px;
  padding-top: 100px;
}
@media (max-width: 1700px) {
  .main__inner {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (max-width: 1440px) {
  .main__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .main__inner {
    padding-top: 16.6666666667vw;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
.main__header {
  user-select: none;
}
.main__header .logo {
  position: absolute;
  left: 130px;
  margin-left: 0;
}
@media (min-width: 769px) {
  .main__header .logo.pc_blind {
    display: none;
  }
}
@media (max-width: 1440px) {
  .main__header .logo {
    left: 100px;
  }
  .main__header .btn_navi {
    width: 80px;
    height: 56px;
    background-size: 44%;
  }
  .main__header .btn_locale {
    right: 17px;
  }
}
@media (max-width: 768px) {
  .main__header .btn_navi {
    width: 10.8333333333vw;
    height: 100%;
    background-size: 100%;
  }
  .main__header .btn_locale {
    right: 16.1111111111vw;
  }
  .main__header .logo {
    position: relative;
    left: 0;
  }
}
@media (min-width: 769px) {
  .main__header.banner_header {
    border: none;
  }
  .main__header.banner_header .logo {
    display: none;
  }
}
.main__title {
  font-size: 4.375rem;
  font-family: lato, arial, sans-serif;
  font-weight: 900;
}
.main__title span {
  color: #db001a;
}
.main__title.center {
  text-align: center;
  padding-top: 33px;
}
@media (max-width: 1700px) {
  .main__title {
    font-size: 4.0625rem;
  }
  .main__title.center {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .main__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 1024px) {
  .main__title {
    font-size: 2.8125rem;
  }
}
@media (max-width: 900px) {
  .main__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .main__title {
    font-size: 2.5rem;
  }
  .main__title.center {
    text-align: left;
    padding-top: 9.7222222222vw;
  }
}
.main__desc {
  text-align: center;
  padding-top: 50px;
  font-size: 1.25rem;
}
@media (max-width: 1700px) {
  .main__desc {
    padding-top: 30px;
    font-size: 1.125rem;
  }
}
@media (max-width: 900px) {
  .main__desc {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .main__desc {
    padding-top: 2.7777777778vw;
    font-size: 1rem;
    text-align: left;
  }
}
.main__banner {
  position: relative;
}
.main__banner .slick-track {
  overflow-y: hidden;
}
.main__banner .slider_wrap {
  opacity: 0;
}
.main__banner .slider_wrap.slick-initialized {
  opacity: 1;
}
.main__banner .image img {
  width: 100%;
}
.main__banner .slide .bg_img {
  height: 100vh;
  background: url(../images/main_bg_banner_1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.main__banner .slide_2 .bg_img {
  background-image: url(../images/main_bg_banner_2.jpg);
}
.main__banner .slide_3 .bg_img {
  background-image: url(../images/main_bg_banner_3.jpg);
}
.main__banner .slide_4 .bg_img {
  background-image: url(../images/main_bg_banner_4.jpg);
}
.main__banner .slide_4 .textbox {
  width: 25%;
  height: 10%;
}
.main__banner .slide_4 .textbox img {
  width: 100%;
}
.main__banner .slide_4 .textbox.en {
  width: 15%;
  height: 11%;
}
.main__banner .slick-active .bg_img {
  animation: zoom 3.2s 0.6s both;
}
.main__banner .slick-active .title {
  animation: fadeIn 3.2s 0.6s both;
}
.main__banner .slick-active .desc {
  animation: fadeUp 3s 0.4s both;
}
.main__banner .textbox {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.main__banner p {
  color: #fff;
}
.main__banner p.title {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.main__banner p.desc {
  font-size: 1.5rem;
}
.main__banner .scroll_icon {
  background: url(../images/scroll_icon.png) no-repeat center/100% auto;
  position: absolute;
  width: 19px;
  height: 53px;
  bottom: 50px;
  left: 44px;
}
@media (max-width: 1440px) {
  .main__banner .scroll_icon {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .main__banner .slide_4 .bg_img {
    background-image: url(../images/main_bg_banner_4_mo.jpg);
  }
  .main__banner .slide_4 .textbox {
    transform: translateX(-50%);
    top: 70.2777777778vw;
    width: 67.5vw;
    height: 12.7777777778vw;
  }
  .main__banner .slide_4 .textbox.en {
    width: 38.8888888889vw;
    height: 12.7777777778vw;
  }
  .main__banner p.title {
    font-size: 1.5714285714rem;
  }
  .main__banner p.desc {
    font-size: 1rem;
  }
  .main__banner .scroll_icon {
    background-image: url(../images/scroll_icon.png);
    width: 4.1666666667vw;
    height: 21.6666666667vw;
    bottom: 5.5555555556vw;
    left: 8.3333333333vw;
  }
}
.main__counter {
  background: url(../images/main_bg_number.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main__counter .main__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.main__counter .contents {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  padding-bottom: 80px;
  padding-left: 72px;
}
.main__counter .contents .list_count {
  display: flex;
  margin-right: 110px;
}
.main__counter .contents .text {
  padding-bottom: 15px;
  width: 678px;
  font-size: 3.125rem;
  font-weight: 300;
}
.main__counter .contents .text .bold {
  display: block;
  font-weight: bold;
}
.main__counter .contents .standard {
  color: #fff;
  font-size: 16px;
  padding-top: 7px;
}
.main__counter .contents .standard.blur {
  color: #c4c4c4;
  font-size: 14px;
}
.main__counter .item {
  position: relative;
  width: 220px;
  margin-right: 60px;
}
.main__counter .item:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 4px;
}
.main__counter .item .title {
  font-size: 1.875rem;
  padding-top: 25px;
}
.main__counter .item .count {
  padding-top: 52px;
}
.main__counter .item .count .num {
  font-size: 5rem;
}
.main__counter .item .count .plus {
  font-size: 3.375rem;
}
.main__counter .item .count .unit {
  display: inline-block;
  padding-left: 10px;
  font-size: 2.25rem;
}
@media (max-width: 1700px) {
  .main__counter .contents {
    padding-right: 72px;
  }
  .main__counter .contents .list_count {
    margin-right: 35px;
  }
  .main__counter .contents .text {
    font-size: 2.875rem;
  }
}
@media (max-width: 1440px) {
  .main__counter .contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main__counter .contents .list_count {
    margin-right: 90px;
  }
  .main__counter .contents .text {
    font-size: 2.625rem;
  }
  .main__counter .item {
    width: 180px;
    margin-right: 40px;
  }
  .main__counter .item .title {
    font-size: 1.75rem;
    padding-top: 25px;
  }
  .main__counter .item .count {
    padding-top: 52px;
  }
  .main__counter .item .count .num {
    font-size: 4.375rem;
  }
  .main__counter .item .count .plus {
    font-size: 3.125rem;
  }
  .main__counter .item .count .unit {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  .main__counter .contents .list_count {
    margin-right: 60px;
  }
  .main__counter .contents .text {
    font-size: 2.375rem;
  }
  .main__counter .item {
    width: 160px;
    margin-right: 30px;
  }
  .main__counter .item .title {
    font-size: 1.625rem;
    padding-top: 20px;
  }
  .main__counter .item .count {
    padding-top: 45px;
  }
  .main__counter .item .count .num {
    font-size: 3.75rem;
  }
  .main__counter .item .count .plus {
    font-size: 2.8125rem;
  }
  .main__counter .item .count .unit {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .main__counter .contents .list_count {
    margin-right: 30px;
  }
  .main__counter .contents .text {
    font-size: 1.875rem;
  }
  .main__counter .item {
    width: 150px;
    margin-right: 20px;
  }
  .main__counter .item .title {
    font-size: 1.375rem;
    padding-top: 25px;
  }
  .main__counter .item .count {
    padding-top: 42px;
  }
  .main__counter .item .count .num {
    font-size: 3.375rem;
  }
  .main__counter .item .count .plus {
    font-size: 3.125rem;
  }
  .main__counter .item .count .unit {
    font-size: 1.875rem;
  }
}
@media (max-width: 900px) {
  .main__counter .contents .list_count {
    margin-right: 20px;
  }
  .main__counter .contents .text {
    font-size: 1.5625rem;
  }
  .main__counter .item {
    width: 140px;
    margin-right: 15px;
  }
  .main__counter .item .title {
    font-size: 1.25rem;
    padding-top: 20px;
  }
  .main__counter .item .count {
    padding-top: 35px;
  }
  .main__counter .item .count .num {
    font-size: 3.125rem;
  }
  .main__counter .item .count .plus {
    font-size: 2.8125rem;
  }
  .main__counter .item .count .unit {
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) {
  .main__counter {
    background-image: url(../images/main_bg_number_mo.png);
  }
  .main__counter .contents {
    display: block;
    padding: 0;
  }
  .main__counter .contents .list_count {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .main__counter .contents .list_count .item {
    width: 30.5555555556vw;
    margin: 0vw 5vw 15vw 5vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__counter .contents .list_count .item {
    margin: 0vw 5vw 15vw 5vw;
  }
}
@media (max-width: 768px) {
  .main__counter .contents .list_count .item:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0.5555555556vw;
  }
}
@media (max-width: 768px) {
  .main__counter .contents .list_count .item .title {
    font-size: 1.0714285714rem;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__counter .contents .list_count .item .count {
    padding-top: 6.9444444444vw;
  }
  .main__counter .contents .list_count .item .count .num {
    font-size: 2.8571428571rem;
  }
  .main__counter .contents .list_count .item .count .plus {
    font-size: 1.9285714286rem;
  }
  .main__counter .contents .list_count .item .count .unit {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 768px) {
  .main__counter .contents .text {
    padding-left: 5.5555555556vw;
    font-size: 1.7857142857rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    width: 100%;
  }
  .main__counter .contents .text .bold {
    letter-spacing: -0.025em;
    display: block;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .main__counter .contents .standard {
    font-size: 16px;
    padding-top: 11px;
  }
}
.main__vision {
  background: url(../images/main_bg_vision.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main__vision .main__inner {
  padding-bottom: 50px;
}
.main__vision .list_vision {
  margin-top: 112px;
  padding: 0px 20px;
}
.main__vision .list_vision .slick-track {
  margin-right: -15px;
}
.main__vision .list_vision .item {
  height: 460px;
  padding-right: 30px;
  text-align: center;
}
.main__vision .list_vision .item_inner {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 0px 34px 39px;
}
.main__vision .list_vision .item img {
  position: absolute;
  width: 109px;
  height: 109px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.8s ease-out;
  z-index: 2;
}
.main__vision .list_vision .item img:hover {
  transform: translateX(-50%) scale(1.2);
}
.main__vision .list_vision .item_title {
  position: relative;
  font-weight: bold;
  font-size: 1.75rem;
  padding-top: 243px;
  padding-bottom: 30px;
}
.main__vision .list_vision .item_desc {
  letter-spacing: -0.025em;
}
@media (max-width: 1700px) {
  .main__vision .list_vision {
    margin-top: 60px;
  }
  .main__vision .list_vision .item {
    height: 433px;
  }
  .main__vision .list_vision .item_inner {
    padding: 0px 20px 20px;
  }
  .main__vision .list_vision .item img {
    width: 100px;
    height: 100px;
    top: 65px;
  }
  .main__vision .list_vision .item_title {
    font-size: 1.5rem;
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .main__vision .list_vision .item_desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .main__vision .list_vision {
    margin-top: 24px;
  }
  .main__vision .list_vision .item {
    height: 400px;
  }
  .main__vision .list_vision .item img {
    width: 80px;
    height: 80px;
    top: 40px;
  }
  .main__vision .list_vision .item_title {
    font-size: 1.5rem;
    padding-top: 150px;
    padding-bottom: 25px;
  }
  .main__vision .list_vision .item_desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 1280px) {
  .main__vision .main__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main__vision .main__title {
    min-height: 94px;
  }
  .main__vision .list_vision .item {
    height: 336px;
    padding-right: 15px;
  }
  .main__vision .list_vision .item img {
    width: 65px;
    height: 65px;
    top: 20px;
  }
  .main__vision .list_vision .item_title {
    font-size: 1rem;
    padding-top: 105px;
    padding-bottom: 15px;
  }
  .main__vision .list_vision .item_desc {
    font-size: 0.75rem;
  }
  .main__vision .list_vision .item_inner {
    padding: 0px 10px 10px;
  }
}
@media (max-width: 1024px) {
  .main__vision .list_vision {
    margin-top: 15px;
  }
  .main__vision .list_vision .slick-list {
    margin-right: -60px;
  }
  .main__vision .list_vision .slick-track {
    margin-right: 0;
  }
  .main__vision .list_vision .item {
    height: 360px;
    padding-right: 60px;
  }
  .main__vision .list_vision .item img {
    width: 90px;
    height: 90px;
    top: 30px;
  }
  .main__vision .list_vision .item_title {
    font-size: 1.5rem;
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .main__vision .list_vision .item_desc {
    font-size: 1rem;
  }
  .main__vision .list_vision .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .main__vision .list_vision .slick-dots .slick-active button {
    background: #db001a;
  }
  .main__vision .list_vision .slick-dots button {
    border-radius: 50%;
    font-size: 0;
    width: 16px;
    height: 16px;
    margin: 0px 20px;
    background: #f4f4f4;
  }
}
@media (max-width: 900px) {
  .main__vision .list_vision .item {
    height: 285px;
  }
  .main__vision .list_vision .item img {
    top: 25px;
    width: 75px;
    height: 75px;
  }
  .main__vision .list_vision .item_title {
    font-size: 1.125rem;
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .main__vision .list_vision .item_desc {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .main__vision .main__inner {
    padding-bottom: 5.5555555556vw;
  }
  .main__vision .list_vision {
    margin: 0;
    padding: 0;
    padding-top: 10vw;
  }
  .main__vision .list_vision .slick-list {
    margin-right: 0;
  }
  .main__vision .list_vision .item {
    width: 100%;
    height: 102.7777777778vw;
    padding: 0vw;
  }
  .main__vision .list_vision .item_inner {
    padding: 0vw 7.7777777778vw 10.8333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__vision .list_vision .item_inner {
    padding: 0vw 7.7777777778vw 10.8333333333vw;
  }
}
@media (max-width: 768px) {
  .main__vision .list_vision .item img {
    position: absolute;
    width: 25.8333333333vw;
    height: 25.5555555556vw;
    top: 10vw;
  }
  .main__vision .list_vision .item img:hover {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .main__vision .list_vision .item_title {
    font-size: 1.2857142857rem;
    padding-top: 44.4444444444vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .main__vision .list_vision .item_desc {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .main__vision .list_vision .slick-dots {
    margin: 2.7777777778vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__vision .list_vision .slick-dots {
    margin: 2.7777777778vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .main__vision .list_vision .slick-dots button {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin: 0vw 3.0555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__vision .list_vision .slick-dots button {
    margin: 0vw 3.0555555556vw;
  }
}
.main__system {
  background: url(../images/main_bg_system.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main__system .top {
  top: 100px;
}
.main__system .top.white {
  color: #fff;
}
.main__system .top.white .main__title span {
  color: #fff;
}
.main__system .item a {
  color: #222;
}
.main__system .item img {
  width: 142px;
  height: 142px;
  text-align: center;
}
.main__system .item_title {
  text-align: center;
  font-size: 1.625rem;
  padding: 16px 0px 30px;
  font-weight: bold;
}
.main__system .item .list_link {
  width: 100%;
  display: none;
}
.main__system .item .list_link li {
  width: 100%;
}
.main__system .item .list_link li.no_link a {
  pointer-events: none;
}
.main__system .item .list_link li.no_link a:after {
  display: none;
}
.main__system .item .list_link a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding: 7px 10px 7px 28px;
}
.main__system .item .list_link a:after {
  content: "";
  display: block;
  background: url(../images/link_arrow.png) no-repeat center/100% auto;
  margin-left: 10px;
  width: 7px;
  height: 11px;
}
@media (min-width: 769px) {
  .main__system .item_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main__system .main__inner {
    position: relative;
    height: 100%;
  }
  .main__system .top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .main__system .list_system {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .main__system .item {
    position: relative;
    width: 33.33%;
  }
  .main__system .item_inner {
    top: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main__system .item img {
    transition: transform 0.8s ease-out;
  }
  .main__system .item img:hover {
    transform: scale(1.15);
  }
  .main__system .item:hover {
    background: #db001a;
  }
  .main__system .item:hover .item_title {
    color: #fff;
  }
  .main__system .item:hover .list_link {
    display: block;
  }
  .main__system .item:hover .list_link a {
    color: #fff;
    pointer-events: inherit;
  }
  .main__system .item.item_2 {
    border-left: 1px solid rgba(173, 173, 173, 0.3);
    border-right: 1px solid rgba(173, 173, 173, 0.3);
  }
  .main__system .mo_break {
    display: none;
  }
}
@media (max-width: 1700px) {
  .main__system .item img {
    width: 130px;
    height: 130px;
  }
  .main__system .item_title {
    font-size: 1.5rem;
    padding: 16px 0px;
  }
  .main__system .item .list_link a {
    font-size: 1rem;
    padding: 5px;
    white-space: nowrap;
  }
  .main__system .item_inner {
    top: 300px;
  }
}
@media (min-width: 1440px) {
  .main__system .main__inner {
    padding: 0;
    margin: 0px 110px;
  }
}
@media (max-width: 1280px) {
  .main__system .item img {
    width: 100px;
    height: 100px;
  }
  .main__system .item_title {
    font-size: 1.25rem;
  }
  .main__system .item .list_link a {
    font-size: 1rem;
  }
  .main__system .item_inner {
    top: 280px;
  }
}
@media (max-width: 900px) {
  .main__system .item img {
    width: 80px;
    height: 80px;
  }
  .main__system .item_title {
    font-size: 1.125rem;
  }
  .main__system .item .list_link a {
    font-size: 0.875rem;
  }
  .main__system .item_inner {
    top: 240px;
  }
}
@media (max-width: 768px) {
  .main__system {
    background-image: url(../images/main_bg_system_mo.png);
  }
  .main__system div.main__inner {
    padding-bottom: 2.7777777778vw;
  }
  .main__system .main__inner {
    margin: 0vw;
  }
  .main__system .list_system {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.2222222222vw;
  }
  .main__system .list_system .item {
    width: 48%;
    margin-bottom: 4.1666666667vw;
  }
  .main__system .list_system .item_inner {
    background-color: #fff;
    padding: 3.6111111111vw 3.6111111111vw 2.7777777778vw 3.6111111111vw;
    height: 100%;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__system .list_system .item_inner {
    padding: 3.6111111111vw 3.6111111111vw 2.7777777778vw 3.6111111111vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item_top {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item_title {
    font-size: 1rem;
    padding: 2.2222222222vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__system .list_system .item_title {
    padding: 2.2222222222vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item img {
    width: 18.3333333333vw;
    height: 18.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item .list_link {
    display: block;
  }
  .main__system .list_system .item .list_link li {
    width: initial;
    display: flex;
    justify-content: flex-start;
  }
  .main__system .list_system .item .list_link a {
    display: flex;
    align-items: center;
    font-size: 0.7857142857rem;
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__system .list_system .item .list_link a {
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item .list_link a:after {
    background-image: url(../images/icon_link_arrow_mo.png);
    margin-left: 1.6666666667vw;
    width: 1.3888888889vw;
    height: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 {
    width: 100%;
  }
  .main__system .list_system .item.item_1 .item_title .mo_break {
    display: block;
  }
  .main__system .list_system .item.item_1 .item_inner {
    display: flex;
    align-items: center;
    padding: 5vw 1.3888888889vw 5vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__system .list_system .item.item_1 .item_inner {
    padding: 5vw 1.3888888889vw 5vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.7777777778vw;
    padding-left: 4.1666666667vw;
  }
  .main__system .list_system .item.item_1 .list_link li {
    width: 48%;
    display: block;
  }
  .main__system .list_system .item.item_1 .list_link a {
    padding: 0vw 0vw 4.1666666667vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__system .list_system .item.item_1 .list_link a {
    padding: 0vw 0vw 4.1666666667vw 0vw;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_1 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_2 {
    order: 3;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_3 {
    order: 5;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_4 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_5 {
    order: 4;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_1 .list_link .item_6 {
    order: 6;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_3 {
    margin-left: 4%;
  }
}
@media (max-width: 768px) {
  .main__system .list_system .item.item_2 .list_link, .main__system .list_system .item.item_3 .list_link {
    margin-top: 2.7777777778vw;
  }
}
.main__notice {
  background: url(../images/main_bg_notice.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main__notice .contents .table {
  background-color: #fff;
  padding: 22px 26px 30px;
  margin-bottom: 53px;
}
.main__notice .contents .table li + li {
  border-top: 1px solid #e9e9e9;
}
.main__notice .contents .table a {
  color: #222;
  display: flex;
  align-items: center;
  padding: 24px 25px 27px;
}
.main__notice .contents .category {
  font-weight: bold;
  font-size: 1.25rem;
  width: 10%;
}
.main__notice .contents .title {
  font-size: 1.25rem;
  width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 20px;
}
.main__notice .contents .date {
  font-size: 1.125rem;
  width: 12%;
}
.main__notice .contents .other_link {
  display: flex;
  margin-bottom: 60px;
}
.main__notice .contents .other_link .item {
  width: 520px;
  height: 300px;
  background-color: #fff;
}
.main__notice .contents .other_link .item a {
  display: block;
  height: 100%;
  color: #222;
  padding: 48px;
}
.main__notice .contents .other_link .item p {
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  position: relative;
  padding-top: 70px;
}
.main__notice .contents .other_link .item p:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
}
.main__notice .contents .other_link .item span {
  font-family: lato, arial, sans-serif;
  font-weight: 900;
  display: block;
  font-size: 1.625rem;
  padding-bottom: 33px;
}
.main__notice .contents .other_link .item.recruit p:before {
  background: url(../images/main_notice_icon_1.png) no-repeat center/100% auto;
  width: 69px;
  height: 69px;
}
.main__notice .contents .other_link .item.location {
  margin-left: 60px;
}
.main__notice .contents .other_link .item.location p:before {
  background: url(../images/main_notice_icon_2.png) no-repeat center/100% auto;
  width: 64px;
  height: 67px;
}
@media (max-width: 1700px) {
  .main__notice .contents .table {
    padding: 10px;
    margin-bottom: 30px;
  }
  .main__notice .contents .table a {
    padding: 20px 25px;
  }
  .main__notice .contents .category {
    width: 13%;
    font-size: 1.125rem;
  }
  .main__notice .contents .title {
    width: auto;
    font-size: 1.125rem;
    flex: 1;
  }
  .main__notice .contents .date {
    width: 13%;
    font-size: 1rem;
  }
  .main__notice .contents .other_link {
    margin-bottom: 40px;
  }
  .main__notice .contents .other_link .item {
    width: 400px;
    height: 230px;
  }
  .main__notice .contents .other_link .item a {
    padding: 30px;
  }
  .main__notice .contents .other_link .item p {
    font-size: 1.5rem;
    padding-top: 60px;
  }
  .main__notice .contents .other_link .item p:before {
    width: 50px;
    height: 50px;
  }
  .main__notice .contents .other_link .item span {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  .main__notice .contents .other_link .item.location {
    margin-left: 40px;
  }
}
@media (max-width: 1440px) {
  .main__notice .contents .category {
    width: 14%;
    white-space: nowrap;
  }
  .main__notice .contents .date {
    width: 14%;
    white-space: nowrap;
  }
  .main__notice .contents .other_link {
    margin-bottom: 40px;
  }
  .main__notice .contents .other_link .item {
    width: 400px;
    height: 280px;
  }
  .main__notice .contents .other_link .item p {
    font-size: 1.5rem;
    padding-top: 60px;
  }
  .main__notice .contents .other_link .item p:before {
    width: 50px;
    height: 50px;
  }
  .main__notice .contents .other_link .item span {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  .main__notice .contents .other_link .item.location {
    margin-left: 40px;
  }
}
@media (max-width: 1280px) {
  .main__notice .main__inner {
    height: 100%;
  }
  .main__notice .contents {
    align-self: center;
  }
  .main__notice .contents .table {
    padding: 8px 0px;
    margin-bottom: 20px;
  }
  .main__notice .contents .table a {
    padding: 15px 25px;
  }
  .main__notice .contents .category {
    width: 14%;
    font-size: 1.125rem;
  }
  .main__notice .contents .title {
    font-size: 1rem;
  }
  .main__notice .contents .date {
    width: 14%;
    font-size: 0.875rem;
  }
  .main__notice .contents .other_link {
    margin-bottom: 30px;
  }
  .main__notice .contents .other_link .item {
    width: 342px;
    height: 220px;
  }
  .main__notice .contents .other_link .item a {
    padding: 20px;
  }
  .main__notice .contents .other_link .item p {
    font-size: 1.375rem;
    padding-top: 55px;
  }
  .main__notice .contents .other_link .item p:before {
    width: 40px;
    height: 40px;
  }
  .main__notice .contents .other_link .item span {
    font-size: 1.375rem;
    padding-bottom: 15px;
  }
  .main__notice .contents .other_link .item.location {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .main__notice .contents {
    padding-top: 20px;
  }
  .main__notice .contents .other_link {
    margin-bottom: 30px;
  }
  .main__notice .contents .other_link .item {
    width: 250px;
    height: 250px;
  }
  .main__notice .contents .other_link .item a {
    padding: 25px;
  }
  .main__notice .contents .other_link .item span {
    font-size: 1.25rem;
  }
  .main__notice .contents .other_link .item p {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) {
  .main__notice .contents {
    padding-top: 0;
  }
  .main__notice .contents .table {
    padding: 5px 0px;
    margin-bottom: 15px;
  }
  .main__notice .contents .table a {
    padding: 10px;
  }
  .main__notice .contents .category {
    width: 13%;
    font-size: 0.75rem;
  }
  .main__notice .contents .title {
    font-size: 0.75rem;
  }
  .main__notice .contents .date {
    font-size: 0.6875rem;
    width: 18%;
  }
  .main__notice .contents .other_link {
    margin-bottom: 20px;
  }
  .main__notice .contents .other_link .item {
    width: 210px;
    height: 190px;
  }
  .main__notice .contents .other_link .item a {
    padding: 20px;
  }
  .main__notice .contents .other_link .item span {
    font-size: 1rem;
  }
  .main__notice .contents .other_link .item p {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .main__notice .main__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
  }
  .main__notice .main__title {
    padding-top: 123px;
    margin-left: 20px;
    width: 35%;
  }
  .main__notice .contents {
    width: 65%;
  }
  .main__notice .other_link .item:hover {
    background-color: #db001a;
    box-shadow: 3px 3px 17.43px 3.57px rgba(63, 63, 63, 0.3);
  }
  .main__notice .other_link .item:hover a {
    color: #fff;
  }
  .main__notice .other_link .item:hover.recruit p:before {
    background-image: url(../images/main_notice_icon_1_hover.png);
  }
  .main__notice .other_link .item:hover.location p:before {
    background-image: url(../images/main_notice_icon_2_hover.png);
  }
}
@media (max-width: 768px) {
  .main__notice {
    padding: 0;
    background-image: url(../images/main_bg_notice_mo.png);
  }
  .main__notice .main__inner {
    display: block;
    padding: 16.6666666667vw 5.5555555556vw 0vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__notice .main__inner {
    padding: 16.6666666667vw 5.5555555556vw 0vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .main__notice .main__title {
    width: 100%;
    font-size: 2.5rem;
    padding-top: 13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .main__notice .contents {
    width: 100%;
  }
  .main__notice .contents .table {
    padding-top: 0;
    box-shadow: 3px 3px 17.43px 3.57px rgba(177, 177, 177, 0.3);
    margin: 5.5555555556vw 0vw 4.4444444444vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__notice .contents .table {
    margin: 5.5555555556vw 0vw 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .main__notice .contents .table a {
    padding: 4.4444444444vw 0vw 4.4444444444vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__notice .contents .table a {
    padding: 4.4444444444vw 0vw 4.4444444444vw;
  }
}
@media (max-width: 768px) {
  .main__notice .contents .table .category {
    padding: 0vw 3.3333333333vw;
    font-size: 0.8571428571rem;
    width: 23%;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__notice .contents .table .category {
    padding: 0vw 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__notice .contents .table .title {
    padding: 0;
    font-size: 0.8571428571rem;
    width: 49%;
  }
}
@media (max-width: 768px) {
  .main__notice .contents .table .date {
    font-size: 0.7857142857rem;
    width: 28%;
    padding: 0vw 3.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .main__notice .contents .table .date {
    padding: 0vw 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .main__notice .contents .other_link {
    margin-bottom: 2.7777777778vw;
  }
  .main__notice .contents .other_link .item {
    width: 48%;
    width: 44.4444444444vw;
    height: 41.6666666667vw;
    box-shadow: 3px 3px 17.43px 3.57px rgba(177, 177, 177, 0.3);
  }
  .main__notice .contents .other_link .item + .item {
    margin-left: 4.1666666667vw;
  }
  .main__notice .contents .other_link .item a {
    padding: 6.6666666667vw;
  }
  .main__notice .contents .other_link .item p {
    font-size: 0.9285714286rem;
    padding-top: 15.2777777778vw;
  }
  .main__notice .contents .other_link .item span {
    font-size: 0.9285714286rem;
    padding-bottom: 5vw;
  }
  .main__notice .contents .other_link .item.recruit p:before {
    width: 9.7222222222vw;
    height: 9.7222222222vw;
  }
  .main__notice .contents .other_link .item.location p:before {
    width: 8.8888888889vw;
    height: 9.1666666667vw;
  }
}
.main__footer {
  user-select: none;
}

.en .main__counter .item .unit {
  padding-left: 0px;
}
.en .main__counter .item .usd {
  display: inline-block;
  font-size: 1.375rem;
}
@media (max-width: 1440px) {
  .en .main__counter .item {
    width: 180px;
  }
  .en .main__counter .item .count .num {
    font-size: 3.75rem;
  }
}
@media (max-width: 1280px) {
  .en .main__counter .item {
    width: 160px;
  }
  .en .main__counter .item .count .num {
    font-size: 3.125rem;
  }
  .en .main__counter .item:last-child {
    width: 124px;
  }
}
@media (max-width: 768px) {
  .en .main__counter .contents .list_count .item {
    margin: 0vw 5vw 11.1111111111vw 5vw;
    width: 33.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__counter .contents .list_count .item {
    margin: 0vw 5vw 11.1111111111vw 5vw;
  }
}
@media (max-width: 768px) {
  .en .main__counter .contents .list_count .item .count {
    padding-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .en .main__counter .contents .list_count .item .usd {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) {
  .en .main__counter .contents .text {
    font-size: 1.5714285714rem;
  }
}
.en .main__vision .list_vision {
  margin-top: 80px;
}
.en .main__vision .list_vision .item {
  height: 540px;
}
.en .main__vision .list_vision .item img {
  top: 50px;
}
.en .main__vision .list_vision .item_title {
  font-size: 1.625rem;
  padding-top: 200px;
  padding-bottom: 25px;
}
@media (max-width: 1700px) {
  .en .main__vision .list_vision {
    margin-top: 20px;
  }
  .en .main__vision .list_vision .item {
    height: 500px;
  }
  .en .main__vision .list_vision .item img {
    top: 40px;
  }
  .en .main__vision .list_vision .item_title {
    font-size: 1.25rem;
    padding-top: 170px;
    padding-bottom: 20px;
  }
  .en .main__vision .list_vision .item_desc {
    font-size: 0.75rem;
  }
}
@media (max-width: 1440px) {
  .en .main__vision .list_vision {
    margin-top: 45px;
  }
  .en .main__vision .list_vision .item img {
    top: 40px;
  }
  .en .main__vision .list_vision .item_title {
    font-size: 1.375rem;
    padding-top: 150px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .en .main__vision .list_vision {
    margin-top: 20px;
  }
  .en .main__vision .list_vision .item {
    height: 520px;
  }
  .en .main__vision .list_vision .item_title {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .en .main__vision .list_vision .item {
    height: 466px;
  }
  .en .main__vision .list_vision .item img {
    top: 40px;
  }
  .en .main__vision .list_vision .item_title {
    font-size: 1.375rem;
    padding-top: 170px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .en .main__vision .main__title {
    padding-top: 12.5vw;
  }
  .en .main__vision .main__inner {
    padding-bottom: 5.5555555556vw;
  }
  .en .main__vision .list_vision {
    margin: 0;
  }
  .en .main__vision .list_vision .slick-list {
    margin-right: 0;
  }
  .en .main__vision .list_vision .item {
    width: 100%;
    height: 118.0555555556vw;
    padding: 0vw;
  }
  .en .main__vision .list_vision .item_inner {
    padding: 0vw 7.7777777778vw 10.8333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__vision .list_vision .item_inner {
    padding: 0vw 7.7777777778vw 10.8333333333vw;
  }
}
@media (max-width: 768px) {
  .en .main__vision .list_vision .item img {
    position: absolute;
    width: 25.8333333333vw;
    height: 25.5555555556vw;
    top: 8.3333333333vw;
  }
  .en .main__vision .list_vision .item img:hover {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .en .main__vision .list_vision .item_title {
    font-size: 1rem;
    padding-top: 38.8888888889vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .en .main__vision .list_vision .item_desc {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) {
  .en .main__vision .list_vision .slick-dots {
    margin: 2.7777777778vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__vision .list_vision .slick-dots {
    margin: 2.7777777778vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .en .main__vision .list_vision .slick-dots button {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin: 0vw 3.0555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__vision .list_vision .slick-dots button {
    margin: 0vw 3.0555555556vw;
  }
}
.en .main__system .list_system .item_inner {
  top: 360px;
  width: 100%;
  padding: 3.6111111111vw 0.8333333333vw 2.7777777778vw 0.8333333333vw;
}
@media (max-width: 360px) {
  .en .main__system .list_system .item_inner {
    padding: 3.6111111111vw 0.8333333333vw 2.7777777778vw 0.8333333333vw;
  }
}
.en .main__system .list_system .item_title {
  padding: 25px 0px 20px;
}
.en .main__system .list_system .item .list_link a {
  font-size: 1.125rem;
  justify-content: center;
}
.en .main__system .list_system .item .list_link a .list_link_mo {
  display: none;
}
@media (max-width: 1440px) {
  .en .main__system .list_system {
    justify-content: center;
  }
  .en .main__system .item {
    width: 30.33%;
  }
}
@media (max-width: 1080px) {
  .en .main__system .item {
    width: 28.33%;
  }
  .en .main__system .item_title {
    font-size: 1.375rem;
  }
  .en .main__system .item .list_link a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .en .main__system .main__title {
    padding-top: 2.7777777778vw;
  }
  .en .main__system .main__desc {
    padding-top: 2.2222222222vw;
    font-size: 0.8571428571rem;
  }
  .en .main__system .list_system {
    margin-top: 1.3888888889vw;
  }
  .en .main__system .list_system .item {
    width: 48%;
    margin-bottom: 2.2222222222vw;
  }
  .en .main__system .list_system .item_title {
    font-size: 0.8571428571rem;
    padding: 2.2222222222vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__system .list_system .item_title {
    padding: 2.2222222222vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item .list_link {
    flex-direction: column;
  }
  .en .main__system .list_system .item .list_link a {
    display: flex;
    align-items: center;
    justify-content: normal;
    align-items: flex-start;
    font-size: 0.7857142857rem;
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__system .list_system .item .list_link a {
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item .list_link a .list_link_mo {
    display: block;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item .list_link a:after {
    background-image: url(../images/icon_link_arrow_mo.png);
    margin-left: 1.6666666667vw;
    width: 1.3888888889vw;
    height: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 {
    width: 100%;
  }
  .en .main__system .list_system .item.item_1 .item_top {
    width: 72%;
  }
  .en .main__system .list_system .item.item_1 .list_link li {
    width: 100%;
  }
  .en .main__system .list_system .item.item_1 .list_link a {
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__system .list_system .item.item_1 .list_link a {
    padding-top: 1.9444444444vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link a:after {
    padding-top: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_1 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_3 {
    order: 3;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_4 {
    order: 4;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_5 {
    order: 5;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .list_link .item_6 {
    order: 6;
  }
}
@media (max-width: 768px) {
  .en .main__system .list_system .item.item_1 .item_inner {
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.7777777778vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .en .main__system .list_system .item.item_1 .item_inner {
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.7777777778vw;
  }
}
.en .main__desc {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .en .main__desc br {
    display: none;
  }
}

.ie footer .footer_wrap .footer_center .address_wrap address {
  max-width: 100%;
}

.top_banner {
  position: relative;
  display: none;
  height: 100px;
  position: relative;
}
.top_banner .banner_wrap {
  height: 100%;
}
.top_banner .banner_wrap .frame {
  background: url(../images/top_banner_bg.png) no-repeat;
  background-size: cover;
}
.top_banner .banner_wrap .frame.bid {
  background-image: url(../images/top_banner_bg_purple.png);
}
.top_banner .banner_wrap .frame.employment {
  background-image: url(../images/top_banner_bg_pink.png);
}
.top_banner .banner_wrap .slick-list,
.top_banner .banner_wrap .slick-track {
  height: 100%;
}
.top_banner .banner_wrap .slick-slide {
  height: 100%;
}
.top_banner .banner_wrap .slick-dots {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.top_banner .banner_wrap .slick-dots li button {
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  margin: 0 7px;
}
.top_banner .banner_wrap .slick-dots .slick-active button {
  background-color: #7f7f7f;
}
.top_banner .textbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68%;
  color: #222;
  width: 80%;
  margin: 0 auto;
}
.top_banner .textbox .banner_category {
  margin-right: 4px;
  font-size: 26px;
}
.top_banner .textbox .banner_text {
  margin-right: 40px;
  font-size: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_banner .textbox .link {
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}
.top_banner .close_banner_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 130px;
  width: 63px;
  height: 63px;
  background: url(../images/nav_close.png) no-repeat center/34%;
}
@media (max-width: 1280px) {
  .top_banner .close_banner_btn {
    right: 35px;
    background: url(../images/nav_close.png) no-repeat center/100%;
  }
}
@media (max-width: 1024px) {
  .top_banner p {
    font-size: 20px;
  }
  .top_banner .link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top_banner {
    height: 13.8888888889vw;
    background-position: left center;
  }
  .top_banner a {
    padding: 2.7777777778vw 5.5555555556vw 4.1666666667vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .top_banner a {
    padding: 2.7777777778vw 5.5555555556vw 4.1666666667vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .top_banner .banner_wrap .slick-dots {
    bottom: 2.7777777778vw;
  }
  .top_banner .banner_wrap .slick-dots li button {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    padding: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .top_banner .close_banner_btn {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    right: 4.1666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .top_banner .textbox {
    width: 83%;
  }
  .top_banner .textbox .banner_category {
    font-size: 0.7857142857rem;
    margin-right: 2.7777777778vw;
  }
  .top_banner .textbox .banner_text {
    font-size: 0.7857142857rem;
  }
  .top_banner .textbox .link {
    font-size: 0.6428571429rem;
  }
}

.top_banner_visible .top_banner {
  display: block;
}
.top_banner_visible .btn_navi {
  top: 122px;
}
.top_banner_visible .btn_locale {
  top: 213px;
}
@media (max-width: 768px) {
  .top_banner_visible {
    height: 30.5555555556vw;
  }
  .top_banner_visible a {
    display: block;
  }
  .top_banner_visible .header__inner {
    height: 16.6666666667vw;
  }
  .top_banner_visible .top_banner {
    display: block;
  }
  .top_banner_visible .btn_navi {
    height: 16.6666666667vw;
    top: 13.8888888889vw;
  }
  .top_banner_visible .btn_locale {
    top: 18.8888888889vw;
  }
}

.nav-opens .main__header.banner_header .logo {
  display: block;
}
.nav-opens header.white .btn_locale .locale {
  color: #adadad;
}

.button_top {
  width: 110px;
  height: 110px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: url(../images/top_button_2.png) no-repeat center/100% auto #db001a;
  display: none;
  z-index: 997;
}
.button_top.show {
  display: block;
}
@media (max-width: 1700px) {
  .button_top {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .button_top {
    display: none !important;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveUpDown {
  from {
    bottom: 50px;
  }
  to {
    bottom: 30px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.blind {
  overflow: hidden;
  position: absolute;
  top: -999px;
  left: -999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
}

body.layer-opens {
  overflow: hidden;
}
body.layer-opens #wrapper {
  overflow: scroll;
}
body.nav-opens {
  overflow: hidden;
}

.input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.input-select::-ms-expand {
  display: none;
}
.input-checkbox {
  position: relative;
}
.input-checkbox input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -999px;
  top: 0;
}
.input-checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.js-select.hide {
  display: none;
}

.select-box {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  z-index: 100;
}
.select-box .current {
  position: relative;
  color: #000;
  background-color: #fff;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: bold;
  border-radius: 16px;
  padding: 0px 42px 0px 20px;
  z-index: 5;
}
.select-box .current:after {
  content: "";
  width: 24px;
  height: 24px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.select-box .option-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background-color: #fff;
  width: 0;
  overflow: hidden;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  border-radius: 0px 0px 16px 16px;
}
.select-box .option-dropdown .item {
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
.select-box .option-dropdown .item.selected {
  background-color: #f3f3f3;
}
.select-box .option-dropdown .item:last-child {
  border-radius: 0px 0px 16px 16px;
}
.select-box.is-active .current {
  border-radius: 16px 16px 0px 0px;
}
.select-box.is-active .current:after {
  transform: translateY(-50%) scaleY(-1);
}
.select-box.is-active .option-dropdown {
  width: 100%;
  border: 1px solid #888;
  overflow: inherit;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .select-box {
    font-size: 1.1428571429rem;
  }
  .select-box .current {
    border-radius: 3.3333333333vw;
    padding: 0vw 11.6666666667vw 0vw 8.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .select-box .current {
    padding: 0vw 11.6666666667vw 0vw 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .select-box .current:after {
    content: "";
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    right: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .select-box .option-dropdown {
    border-radius: 0vw 0vw 3.3333333333vw 3.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .select-box .option-dropdown {
    border-radius: 0vw 0vw 3.3333333333vw 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .select-box .option-dropdown .item {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .select-box .option-dropdown .item {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .select-box .option-dropdown .item:last-child {
    border-radius: 0vw 0vw 3.3333333333vw 3.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .select-box .option-dropdown .item:last-child {
    border-radius: 0vw 0vw 3.3333333333vw 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .select-box.is-active .current {
    border-radius: 3.3333333333vw 3.3333333333vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .select-box.is-active .current {
    border-radius: 3.3333333333vw 3.3333333333vw 0vw 0vw;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.primary {
  background-color: #db001a;
  color: #fff;
  height: 60px;
  padding: 20px;
  min-width: 200px;
  font-size: 20px;
}
.button.secondary {
  background-color: #fff;
  border: 1px solid #777;
  color: #444;
}
.button.secondary:hover {
  color: #0178c8;
  background-color: #f0f7fc;
  border: 1px solid #0178c8;
}
@media (max-width: 768px) {
  .button.primary {
    height: 11.1111111111vw;
    padding: 3.3333333333vw;
    min-width: 36.1111111111vw;
    font-size: 1rem;
  }
  .button.secondary {
    height: 11.1111111111vw;
  }
}

footer {
  background-color: #fafafa;
  border-top: 1px solid #dfdfdf;
}
footer .main__inner {
  padding: 36px 20px 0px;
}
@media (max-width: 768px) {
  footer {
    padding: 0;
  }
  footer .main__inner {
    padding: 6.9444444444vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  footer .main__inner {
    padding: 6.9444444444vw 5.5555555556vw;
  }
}
footer .footer_wrap {
  display: flex;
  color: #222;
}
footer .footer_wrap .footer_left {
  margin-bottom: 40px;
  margin-right: 60px;
}
footer .footer_wrap .footer_left .logo {
  background: url(../images/footer_logo.png) no-repeat center/100% auto;
  width: 230px;
  height: 43px;
}
footer .footer_wrap .footer_left .logo.en {
  background: url(../images/en_footer_logo.png) no-repeat center/100% auto;
  width: 161px;
  height: 62px;
}
footer .footer_wrap .footer_center {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .footer_wrap .footer_center .list_terms {
  padding-bottom: 10px;
  display: flex;
}
footer .footer_wrap .footer_center .list_terms li {
  margin-right: 20px;
}
footer .footer_wrap .footer_center .list_terms li a {
  color: #222;
}
footer .footer_wrap .footer_center .list_terms .bold {
  font-weight: bold;
}
footer .footer_wrap .footer_center .left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer_wrap .footer_center .address_wrap {
  display: flex;
}
footer .footer_wrap .footer_center .address_wrap address {
  font-style: normal;
  max-width: 50%;
}
footer .footer_wrap .footer_center .address_wrap > * {
  margin-right: 22px;
}
footer .footer_wrap .footer_center .address_wrap > p .bold {
  font-weight: bold;
  margin-right: 5px;
}
footer .footer_wrap .footer_center .copyright {
  font-size: 1.0625rem;
  font-family: lato, arial, sans-serif;
}
@media (max-width: 1570px) {
  footer .footer_wrap .footer_center .address_wrap address {
    font-size: 0.9375rem;
  }
  footer .footer_wrap .footer_center .address_wrap > p {
    font-size: 0.9375rem;
  }
  footer .footer_wrap .footer_center .copyright {
    font-size: 1rem;
  }
}
@media (max-width: 1480px) {
  footer .footer_wrap .footer_center .address_wrap address {
    font-size: 0.75rem;
  }
  footer .footer_wrap .footer_center .address_wrap > p {
    font-size: 0.75rem;
  }
  footer .footer_wrap .footer_center .copyright {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1260px) {
  footer .footer_wrap .footer_left {
    margin-right: 30px;
  }
  footer .footer_wrap .footer_center .left {
    flex-direction: column;
    align-items: normal;
  }
  footer .footer_wrap .footer_center .address_wrap {
    flex-wrap: wrap;
  }
  footer .footer_wrap .footer_center .copyright {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  footer .footer_wrap {
    flex-direction: column;
  }
  footer .footer_wrap .footer_left {
    margin-bottom: 5.5555555556vw;
  }
  footer .footer_wrap .footer_left .logo {
    width: 38.8888888889vw;
    height: 8.3333333333vw;
  }
  footer .footer_wrap .footer_center .list_terms li {
    font-size: 0.7857142857rem;
  }
  footer .footer_wrap .footer_center .left {
    flex-direction: column;
    align-items: normal;
  }
  footer .footer_wrap .footer_center .address_wrap address {
    max-width: 100%;
    width: 100%;
    font-size: 0.7857142857rem;
  }
  footer .footer_wrap .footer_center .address_wrap > p {
    font-size: 0.7857142857rem;
    margin: 0vw 4.1666666667vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  footer .footer_wrap .footer_center .address_wrap > p {
    margin: 0vw 4.1666666667vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  footer .footer_wrap .footer_center .address_wrap > p .bold {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 768px) {
  footer .footer_wrap .footer_center .copyright {
    padding-top: 5.5555555556vw;
    font-size: 0.7857142857rem;
  }
}

#container:not(.fullpage) {
  padding-top: 100px;
  min-height: calc(100vh - 50px);
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  #container:not(.fullpage) {
    padding-top: 16.6666666667vw;
    min-height: calc(100vh - 16.6667vw);
  }
}

.pagination {
  text-align: center;
  margin-top: 60px;
  display: block;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #222;
}
.pagination li.num a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li.is-current a {
  background: #db001a;
  color: #fff;
}
.pagination li.page {
  position: relative;
  width: 40px;
  height: 40px;
}
.pagination li.page a {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagination li.page a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.pagination li.page.prev a:after, .pagination li.page.next a:after {
  background: url(../images/pagination_next_arrow.png) no-repeat center/100% auto;
}
.pagination li.page.first a:after, .pagination li.page.last a:after {
  background: url(../images/pagination_last_arrow.png) no-repeat center/100% auto;
}
.pagination li.page.prev {
  margin-right: 30px;
}
.pagination li.page.next {
  margin-left: 30px;
}
.pagination li.page.prev a:after, .pagination li.page.first a:after {
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}
.pagination.mobile {
  display: none;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 5.5555555556vw;
  }
  .pagination li a {
    width: 7.5vw;
    height: 7.5vw;
    line-height: 1;
  }
  .pagination li.num a {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 0.8571428571rem;
  }
  .pagination li.is-current a {
    font-weight: bold;
  }
  .pagination li.page {
    width: 7.5vw;
    height: 7.5vw;
  }
  .pagination li.page.prev {
    margin-right: 4.1666666667vw;
  }
  .pagination li.page.next {
    margin-left: 4.1666666667vw;
  }
  .pagination.mobile {
    display: block;
  }
  .pagination.pc {
    display: none;
  }
}

.confirm_box {
  font-size: 24px;
  text-align: center;
}
.confirm_box img {
  width: 151px;
}
.confirm_box strong {
  display: block;
  padding: 70px 0 16px;
}
.confirm_box .button {
  margin-top: 90px;
  font-size: 20px;
}
.confirm_box.loading {
  padding-bottom: 50px;
}
.confirm_box.error strong {
  padding: 65px 0 26px;
  font-size: 40px;
}
.confirm_box.error p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .confirm_box.error {
    width: 100%;
    padding: 0vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .confirm_box.error {
    padding: 0vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .confirm_box.error img {
    width: 21.1111111111vw;
  }
}
@media (max-width: 768px) {
  .confirm_box.error strong {
    font-size: 1.4285714286rem;
    padding: 13.8888888889vw 0vw 6.9444444444vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .confirm_box.error strong {
    padding: 13.8888888889vw 0vw 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .confirm_box.error p {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) {
  .confirm_box.error .button {
    margin-top: 13.8888888889vw;
    font-size: 0.8571428571rem;
  }
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
}
.layer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.layer_inner {
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
  background-color: #fff;
  width: 100%;
  max-width: 560px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
.layer_inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.layer_inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.layer_inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.layer .close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 24px;
  height: 24px;
  font-size: 0;
  z-index: 9999;
}
@media (max-width: 768px) {
  .layer .close {
    right: 5vw;
    top: 5vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.layer.is-hidden {
  display: none;
}
.layer.is-open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.layer.layer_confirm .layer_inner {
  width: 540px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .layer.layer_confirm .layer_inner {
    width: 83.3333333333vw;
    border-radius: 1.6666666667vw;
  }
  .layer.layer_confirm .contents {
    padding: 8.3333333333vw;
  }
  .layer.layer_confirm .desc {
    font-size: 1.2857142857rem;
    min-height: 22.2222222222vw;
  }
  .layer.layer_confirm .button {
    border-radius: 1.6666666667vw;
    font-size: 0.9285714286rem;
    height: 10vw;
    width: 33.8888888889vw;
  }
}
.layer.layer_setting .layer_inner {
  max-height: 90vh;
  max-width: 700px;
}
.layer.layer_setting .layer_logo {
  background-color: #fff;
  padding: 15px 10px;
}
.layer.layer_setting .layer_contents {
  padding: 0px 20px 40px 20px;
  background-color: #f4f4f4;
}
.layer.layer_setting .layer_title {
  color: #1c1c1c;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 38px 0 30px;
}
.layer.layer_setting .guide {
  margin-bottom: 20px;
}
.layer.layer_setting .guide_title {
  display: inline-block;
  color: #db001a;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px 12px 19px;
  border-bottom: 3px solid #db001a;
}
.layer.layer_setting .guide_desc {
  border: 1px solid #dddddd;
  padding: 17px;
  margin-bottom: 20px;
  background-color: #fff;
}
.layer.layer_setting .setting_btn,
.layer.layer_setting .helper_btn {
  font-size: 16px;
  font-weight: 500;
  background-color: #8e8e8e;
  color: #fff;
  padding: 12px 22px;
}
.layer.layer_setting .helper_btn {
  margin-top: 7px;
  background-color: #db001a;
}
.layer.layer_setting .button_wrap.right {
  text-align: right;
}
.layer.layer_setting .button_wrap.center {
  text-align: center;
}
.layer.layer_setting .button_wrap a {
  display: inline-block;
}
@media (max-width: 768px) {
  .layer.layer_setting .layer_inner {
    width: 100%;
  }
  .layer.layer_setting .layer_logo {
    padding: 4.1666666667vw 1.3888888889vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .layer_logo {
    padding: 4.1666666667vw 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .layer_logo img {
    width: 38.6111111111vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .layer_contents {
    padding: 0vw 3.0555555556vw 8.3333333333vw 3.0555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .layer_contents {
    padding: 0vw 3.0555555556vw 8.3333333333vw 3.0555555556vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .layer_title {
    font-size: 1.4285714286rem;
    padding: 8.0555555556vw 0vw 6.1111111111vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .layer_title {
    padding: 8.0555555556vw 0vw 6.1111111111vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .guide {
    margin-bottom: 6.9444444444vw;
  }
  .layer.layer_setting .guide_title {
    font-size: 1rem;
    padding: 0vw 3.0555555556vw 2.7777777778vw 3.0555555556vw;
    border-bottom: 1.5px solid #db001a;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .guide_title {
    padding: 0vw 3.0555555556vw 2.7777777778vw 3.0555555556vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .guide_desc {
    font-size: 0.8571428571rem;
    padding: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .setting_btn,
.layer.layer_setting .helper_btn {
    font-size: 0.8571428571rem;
    padding: 2.2222222222vw 3.3333333333vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .setting_btn,
.layer.layer_setting .helper_btn {
    padding: 2.2222222222vw 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .layer.layer_setting .helper_btn {
    padding: 2.2222222222vw 5.5555555556vw;
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .layer.layer_setting .helper_btn {
    padding: 2.2222222222vw 5.5555555556vw;
  }
}

.page__sub #container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
.page__sub .contents_sub-title {
  font-size: 36px;
  padding: 90px 0 65px;
}
@media (max-width: 768px) {
  .page__sub .contents_sub-title {
    font-size: 1.7142857143rem;
    padding: 11.1111111111vw 0vw 6.6666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .contents_sub-title {
    padding: 11.1111111111vw 0vw 6.6666666667vw;
  }
}
.page__sub .contents_inner {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .page__sub .contents_inner {
    padding: 0vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .contents_inner {
    padding: 0vw 5.5555555556vw;
  }
}
.page__sub .sub_menu {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.page__sub .sub_menu .sub_title {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 800;
  font-family: lato, arial, sans-serif;
}
.page__sub .sub_menu .page__sub_title {
  font-size: 40px;
  padding-bottom: 70px;
}
.page__sub .sub_menu .submenu_box {
  background-color: #db001a;
}
.page__sub .sub_menu .submenu_box_wrap {
  height: 66px;
}
@media (max-width: 768px) {
  .page__sub .sub_menu .submenu_box_wrap {
    height: 11.6666666667vw;
  }
}
.page__sub .sub_menu .submenu_box.is-fixed {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 21;
}
@media (max-width: 768px) {
  .page__sub .sub_menu .submenu_box.is-fixed {
    top: 16.6666666667vw;
  }
}
.page__sub .sub_menu .sub_inner {
  display: flex;
  justify-content: center;
}
.page__sub .sub_menu .sub_inner li {
  width: auto;
  padding: 17px 20px 18px;
  height: 66px;
  position: relative;
}
.page__sub .sub_menu .sub_inner li::before {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #c8c8c8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.page__sub .sub_menu .sub_inner li:nth-last-of-type(1)::before {
  display: none;
}
.page__sub .sub_menu .sub_inner li.current:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page__sub .sub_menu .sub_inner li.current a {
  font-weight: bold;
}
.page__sub .sub_menu .sub_inner li a {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .page__sub .sub_menu {
    margin-top: 10.5555555556vw;
  }
  .page__sub .sub_menu .sub_title {
    padding-bottom: 3.8888888889vw;
    font-size: 1rem;
  }
  .page__sub .sub_menu .page__sub_title {
    font-size: 1.7857142857rem;
    padding-bottom: 7.5vw;
  }
  .page__sub .sub_menu .sub_inner li {
    padding: 2.7777777778vw;
    height: 11.6666666667vw;
  }
  .page__sub .sub_menu .sub_inner li::before {
    height: 3.3333333333vw;
  }
  .page__sub .sub_menu .sub_inner li a {
    font-size: 0.8571428571rem;
  }
}
.page__sub .company {
  overflow-x: hidden;
}
.page__sub .company h3 {
  font-size: 36px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page__sub .company h3 {
    font-size: 1.5rem;
    padding-bottom: 3.6111111111vw;
  }
}
.page__sub .company .contents {
  overflow-x: hidden;
}
.page__sub .company_identity {
  padding: 80px 0 100px;
  overflow-x: hidden;
}
.page__sub .company_identity_slogan {
  font-size: 28px;
  padding-bottom: 45px;
}
.page__sub .company_identity .img {
  margin-right: -260px;
}
.page__sub .company_identity .img img {
  width: 100%;
}
.page__sub .company_identity .img .pc {
  display: block;
}
.page__sub .company_identity .img .mo {
  display: none;
}
@media (max-width: 1024px) {
  .page__sub .company_identity_slogan {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .page__sub .company_identity {
    padding: 8.3333333333vw 0vw 11.6666666667vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_identity {
    padding: 8.3333333333vw 0vw 11.6666666667vw 0vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_identity_slogan {
    font-size: 1.1428571429rem;
    padding-bottom: 6.1111111111vw;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 768px) {
  .page__sub .company_identity .img {
    margin-right: -5.5555555556vw;
  }
  .page__sub .company_identity .img .pc {
    display: none;
  }
  .page__sub .company_identity .img .mo {
    display: block;
  }
}
.page__sub .company .core_values {
  width: 100%;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .page__sub .company .core_values {
    width: 80%;
    padding-bottom: 13.8888888889vw;
  }
  .page__sub .company .core_values .contents_inner {
    position: relative;
  }
  .page__sub .company .core_values .contents_inner:before {
    content: "";
    width: 5.5555555556vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}
.page__sub .company .core_values h3 {
  padding-bottom: 45px;
}
.page__sub .company .core_values_box {
  width: 100%;
}
.page__sub .company .core_values_box .item {
  width: 25%;
  margin-right: 26px;
}
.page__sub .company .core_values_box .item:nth-last-of-type(1) {
  margin-right: 0;
}
.page__sub .company .core_values_box .item_inner {
  border: 1px solid #dcdcdc;
}
.page__sub .company .core_values_box .item_title {
  background-color: #db001a;
  color: #fff;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
}
.page__sub .company .core_values_box .item_desc {
  font-size: 18px;
  min-height: 259px;
  padding: 40px 30px;
  line-height: 1.66;
  text-align: center;
}
.page__sub .company .core_values_box .item_desc.en_item_desc {
  min-height: 310px;
}
@media (max-width: 1400px) {
  .page__sub .company .core_values_box .item_desc {
    min-height: 274px;
    padding: 20px 15px 15px;
  }
}
@media (max-width: 1220px) {
  .page__sub .company .core_values_box .item_desc.en_item_desc {
    min-height: 380px;
  }
}
@media (max-width: 1070px) {
  .page__sub .company .core_values_box .item_title {
    min-height: 130px;
    font-size: 20px;
  }
  .page__sub .company .core_values_box .item_desc.en_item_desc {
    min-height: 390px;
  }
}
@media (max-width: 1024px) {
  .page__sub .company .core_values_box .item_desc {
    min-height: 303px;
    padding: 50px 15px 15px;
  }
  .page__sub .company .core_values_box .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .page__sub .company .core_values_box .slick-dots .slick-active button {
    background: #db001a;
  }
  .page__sub .company .core_values_box .slick-dots button {
    border-radius: 50%;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0 11px;
    background: #f4f4f4;
  }
}
@media (max-width: 1023px) {
  .page__sub .company .core_values_box .item_desc.en_item_desc {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .page__sub .company .core_values_box {
    flex-direction: column;
    position: relative;
  }
  .page__sub .company .core_values_box::after {
    content: "";
    width: 5.5555555556vw;
    height: 63.8888888889vw;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -44px;
  }
  .page__sub .company .core_values_box .item {
    width: 25%;
  }
  .page__sub .company .core_values_box .item_inner {
    margin-right: 2.7777777778vw;
  }
  .page__sub .company .core_values_box .slick-list {
    overflow: inherit;
  }
  .page__sub .company .core_values_box .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 5.5555555556vw;
    margin-right: -30%;
  }
  .page__sub .company .core_values_box .slick-dots .slick-active button {
    background: #db001a;
  }
  .page__sub .company .core_values_box .slick-dots button {
    border-radius: 50%;
    font-size: 0;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin: 0vw 1.6666666667vw;
    background: #f4f4f4;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company .core_values_box .slick-dots button {
    margin: 0vw 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company .core_values_box .item_title {
    min-height: 18.0555555556vw;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page__sub .company .core_values_box .item_desc {
    font-size: 0.9285714286rem;
    min-height: 50vw;
    padding: 6.9444444444vw 3.0555555556vw;
    line-height: 1.7;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company .core_values_box .item_desc {
    padding: 6.9444444444vw 3.0555555556vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company .core_values_box .item_desc.en_item_desc {
    min-height: 72.2222222222vw;
  }
}
@media (max-width: 569px) {
  .page__sub .company .core_values_box .item_desc {
    padding: 5.5555555556vw 3.0555555556vw;
  }
}
@media (max-width: 569px) and (max-width: 360px) {
  .page__sub .company .core_values_box .item_desc {
    padding: 5.5555555556vw 3.0555555556vw;
  }
}
.page__sub .company_welfare {
  background-color: #f4f4f4;
  padding: 100px 0;
}
.page__sub .company_welfare_slogan {
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 70px;
}
.page__sub .company_welfare_slogan .mo {
  display: none;
}
.page__sub .company_welfare_tab_menu {
  display: flex;
  justify-content: center;
  text-align: center;
}
.page__sub .company_welfare_tab_menu .current.welfare_tab {
  border-bottom: 3px solid #db001a;
}
.page__sub .company_welfare_tab_menu .current.welfare_tab a {
  color: #db001a;
  font-weight: 600;
}
.page__sub .company_welfare_tab_menu .welfare_tab {
  width: 25%;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.page__sub .company_welfare_tab_menu .welfare_tab a {
  font-size: 22px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
  width: 100%;
  color: #000;
  display: block;
  padding-top: 10px;
}
.page__sub .company_welfare_tab_menu .welfare_tab a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-160%);
}
.page__sub .company_welfare_tab_menu .welfare_tab a.tab1::before {
  width: 49px;
  height: 46px;
  background: url(../images/welfare_work_icon.png) no-repeat center/100% auto;
}
.page__sub .company_welfare_tab_menu .welfare_tab a.tab2::before {
  width: 43px;
  height: 45px;
  background: url(../images/welfare_finance_icon.png) no-repeat center/100% auto;
}
.page__sub .company_welfare_tab_menu .welfare_tab a.en_tab2::before {
  transform: translateX(-190%);
}
.page__sub .company_welfare_tab_menu .welfare_tab a.tab3::before {
  width: 43px;
  height: 44px;
  background: url(../images/welfare_health_icon.png) no-repeat center/100% auto;
}
.page__sub .company_welfare_tab_menu .welfare_tab a.tab4::before {
  width: 45px;
  height: 41px;
  background: url(../images/welfare_rest_icon.png) no-repeat center/100% auto;
}
.page__sub .company_welfare .welfare_conlist {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
  display: none;
  width: 100%;
}
.page__sub .company_welfare .welfare_conlist.is-active {
  display: flex;
}
.page__sub .company_welfare .welfare_conlist dl {
  width: 49%;
  border: 1px solid #dcdcdc;
  padding: 45px 39px;
  margin-bottom: 24px;
  background-color: #fff;
}
.page__sub .company_welfare .welfare_conlist dl.big {
  width: 100%;
}
.page__sub .company_welfare .welfare_conlist dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 26px;
}
.page__sub .company_welfare .welfare_conlist dd {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page__sub .company_welfare {
    padding: 13.8888888889vw 0vw 13.8888888889vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_welfare {
    padding: 13.8888888889vw 0vw 13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_welfare_slogan {
    font-size: 1.1428571429rem;
    padding-bottom: 11.1111111111vw;
    text-align: left;
    letter-spacing: -0.05em;
    margin-right: -2.7777777778vw;
  }
  .page__sub .company_welfare_slogan br {
    display: none;
  }
  .page__sub .company_welfare_slogan .mo_break {
    display: block;
  }
}
@media (max-width: 768px) {
  .page__sub .company_welfare_tab_menu .welfare_tab a {
    font-size: 0.9285714286rem;
    padding-left: 0vw;
    padding-bottom: 4.1666666667vw;
    padding-top: 6.9444444444vw;
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a.tab1::before {
    width: 6.8055555556vw;
    height: 6.3888888889vw;
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a.tab2::before {
    width: 5.9722222222vw;
    height: 6.25vw;
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a.en_tab2::before {
    transform: translateX(-50%);
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a.tab3::before {
    width: 5.9722222222vw;
    height: 6.1111111111vw;
  }
  .page__sub .company_welfare_tab_menu .welfare_tab a.tab4::before {
    width: 6.25vw;
    height: 5.6944444444vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_welfare .welfare_conlist {
    margin-top: 5.5555555556vw;
  }
  .page__sub .company_welfare .welfare_conlist dl {
    width: 100%;
    margin-right: 0vw;
    padding: 6.1111111111vw 5vw;
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_welfare .welfare_conlist dl {
    padding: 6.1111111111vw 5vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_welfare .welfare_conlist dt {
    font-size: 1rem;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_welfare .welfare_conlist dd {
    font-size: 0.8571428571rem;
    text-indent: -2.2222222222vw;
    margin-left: 2.2222222222vw;
  }
}
.page__sub .company_greetings {
  padding: 100px 0 185px;
  position: relative;
}
.page__sub .company_greetings::after {
  content: "";
  background: url(../images/company_greetings_logo.png) no-repeat center/100% auto;
  width: 296px;
  height: 212px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page__sub .company_greetings_wrap {
  padding-bottom: 36px;
}
.page__sub .company_greetings_slogan {
  font-size: 32px;
}
.page__sub .company_greetings_text {
  margin: 0 auto;
}
.page__sub .company_greetings_text p {
  font-size: 20px;
  margin-bottom: 40px;
  padding-left: 360px;
}
@media (max-width: 894px) {
  .page__sub .company_greetings_slogan br {
    display: none;
  }
  .page__sub .company_greetings_text p {
    padding-left: 0px;
  }
  .page__sub .company_greetings_text p br {
    display: none;
  }
  .page__sub .company_greetings_text p.name br {
    display: block;
  }
}
@media (max-width: 768px) {
  .page__sub .company_greetings {
    padding: 13.8888888889vw 0vw 19.4444444444vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_greetings {
    padding: 13.8888888889vw 0vw 19.4444444444vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_greetings::after {
    width: 37.2222222222vw;
    height: 29.4444444444vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_greetings_wrap {
    padding-bottom: 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_greetings_slogan {
    font-size: 1.2857142857rem;
  }
  .page__sub .company_greetings_slogan br {
    display: none;
  }
}
@media (max-width: 768px) {
  .page__sub .company_greetings_text p {
    font-size: 0.8571428571rem;
    padding-bottom: 5vw;
    padding-left: 0vw;
    margin: 0;
  }
  .page__sub .company_greetings_text p br {
    display: none;
  }
  .page__sub .company_greetings_text p.name br {
    display: block;
  }
}
.page__sub .company_history {
  background-color: #f4f4f4;
  padding: 105px 0 70px;
}
.page__sub .company_history .bull {
  color: #222;
}
.page__sub .company_history_slogan {
  padding-bottom: 75px;
  font-size: 32px;
}
.page__sub .company_history_wrap {
  display: flex;
  width: 100%;
}
.page__sub .company_history_tab_menu {
  width: 60%;
}
.page__sub .company_history_tab_menu .current.history_tab a {
  color: #db001a;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.page__sub .company_history_tab_menu .history_tab a {
  display: block;
  padding-bottom: 54px;
  color: #888;
  font-size: 24px;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.page__sub .company_history_conlist_wrap {
  width: 160%;
}
.page__sub .company_history_conlist_wrap .history_conlist {
  border-top: 1px solid #000;
  display: none;
}
.page__sub .company_history_conlist_wrap .history_conlist.is-active {
  padding-top: 35px;
  display: flex;
}
@media (max-width: 768px) {
  .page__sub .company_history_conlist_wrap .history_conlist.is-active {
    display: block;
  }
}
.page__sub .company_history_conlist_wrap .history_item {
  width: 100%;
}
.page__sub .company_history_conlist_wrap .history_item li {
  display: flex;
  padding-bottom: 74px;
}
.page__sub .company_history_conlist_wrap .history_item .history_date {
  font-size: 22px;
  font-weight: bold;
  width: 20%;
}
.page__sub .company_history_conlist_wrap .history_item .history_desc {
  width: 80%;
}
.page__sub .company_history_conlist_wrap .history_item .history_desc p {
  font-size: 18px;
  width: 80%;
  line-height: 1.8;
}
.page__sub .company_history_conlist_wrap .history_item .history_style {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.page__sub .company_history_conlist_wrap .history_item .history_style::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page__sub .company_history_conlist_wrap .history_item .history_bold {
  font-weight: bold;
}
.page__sub .company_history_conlist_wrap .history_item_en .history_desc p {
  text-indent: -11px;
  padding-left: 10px;
}
@media (max-width: 792px) {
  .page__sub .company_history_tab_menu {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page__sub .company_history {
    padding: 13.8888888889vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_history {
    padding: 13.8888888889vw 0vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_history_slogan {
    font-size: 1.2857142857rem;
    padding-bottom: 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .page__sub .company_history_wrap {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page__sub .company_history_tab_menu {
    width: 100%;
    display: flex;
  }
  .page__sub .company_history_tab_menu .history_tab {
    padding-right: 5.5555555556vw;
  }
  .page__sub .company_history_tab_menu .history_tab:nth-last-of-type(1) {
    padding-right: 0vw;
  }
  .page__sub .company_history_tab_menu .history_tab a {
    padding-bottom: 5.5555555556vw;
    font-size: 0.8571428571rem;
    letter-spacing: -0.025em;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .page__sub .company_history_conlist_wrap {
    width: 100%;
  }
  .page__sub .company_history_conlist_wrap .history_conlist.on {
    padding-top: 5.5555555556vw;
    flex-direction: column;
  }
  .page__sub .company_history_conlist_wrap .history_item li {
    display: flex;
    padding-bottom: 8.3333333333vw;
  }
  .page__sub .company_history_conlist_wrap .history_item .history_date {
    font-size: 1rem;
    width: 30%;
  }
  .page__sub .company_history_conlist_wrap .history_item .history_desc {
    width: 70%;
    font-size: 0.8571428571rem;
  }
  .page__sub .company_history_conlist_wrap .history_item .history_desc p {
    width: 100%;
    margin-right: 0vw;
    font-size: 0.8571428571rem;
    text-indent: -1.3888888889vw;
  }
  .page__sub .company_history_conlist_wrap .history_item .history_desc p.history_style {
    position: relative;
    padding-bottom: 2.7777777778vw;
    margin-bottom: 1.3888888889vw;
  }
  .page__sub .company_history_conlist_wrap .history_item_en .history_desc p {
    text-indent: -2.2222222222vw;
  }
}
.page__sub .company_organization_chart {
  padding: 100px 0 140px;
}
@media (max-width: 768px) {
  .page__sub .company_organization_chart {
    padding: 11.1111111111vw 0vw 16.6666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .company_organization_chart {
    padding: 11.1111111111vw 0vw 16.6666666667vw;
  }
}
.page__sub .company_organization_chart_slogan {
  font-size: 32px;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page__sub .company_organization_chart_slogan {
    font-size: 1.2142857143rem;
    padding-bottom: 5.5555555556vw;
  }
}
.page__sub .company_organization_chart img {
  width: 100%;
}
.page__sub .difference h3 {
  font-size: 36px;
  padding-bottom: 20px;
  padding-top: 80px;
}
.page__sub .difference .item {
  padding: 85px 0 100px;
}
.page__sub .difference .item.item_2 {
  background: #f4f4f4;
}
.page__sub .difference .item .contents_inner {
  display: flex;
}
.page__sub .difference .item .number {
  display: inline-flex;
  background-color: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}
.page__sub .difference .item_title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
.page__sub .difference .item_desc {
  padding-left: 30px;
  font-size: 18px;
  width: 300px;
}
.page__sub .difference .item .text {
  flex: 1;
}
.page__sub .difference .item .chart {
  width: 37%;
  padding: 0 10px;
}
.page__sub .difference .item .chart p {
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: bold;
}
.page__sub .difference .item .chart .image {
  width: 100%;
}
.page__sub .difference .item .chart .image img {
  width: 100%;
}
.page__sub .difference .item .chart .image .standard {
  display: block;
  font-size: 0.8125rem;
  padding-top: 8px;
  text-align: right;
  font-weight: 400;
}
.page__sub .difference .item .chart .wrap {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  justify-content: center;
}
.page__sub .difference .item .chart .wrap p {
  padding: 0;
}
.page__sub .difference .item .chart .view_more_btn {
  text-align: center;
  color: #222;
  font-weight: bold;
  margin-left: 17px;
  padding: 7px;
  font-size: 14px;
  min-width: 125px;
  border: 1px solid #e9e9e9;
}
.page__sub .difference .item .list {
  padding-left: 77px;
  padding-top: 66px;
  width: 37%;
}
.page__sub .difference .item .list li {
  padding-bottom: 25px;
}
.page__sub .difference .item .list strong {
  font-size: 20px;
}
.page__sub .difference .item .list p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .page__sub .difference .item_title {
    font-size: 18px;
  }
  .page__sub .difference .item_desc {
    font-size: 16px;
  }
  .page__sub .difference .item .list {
    padding-left: 50px;
    padding-top: 40px;
    width: initial;
    flex-shrink: 1;
  }
  .page__sub .difference .item .list strong {
    font-size: 18px;
  }
  .page__sub .difference .item .list p {
    font-size: 16px;
  }
  .page__sub .difference .item .text {
    width: initial;
    margin-right: 0;
    flex-shrink: 3;
  }
  .page__sub .difference .item .chart {
    width: initial;
    flex-shrink: 1;
  }
  .page__sub .difference .item .chart p {
    font-size: 16px;
  }
  .page__sub .difference .item .chart .view_more_btn {
    font-size: 12px;
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .break_pc {
    display: none;
  }
  .page__sub .difference h3 {
    font-size: 1.5rem;
    padding-bottom: 0;
    padding-top: 8.3333333333vw;
  }
  .page__sub .difference .item {
    padding: 13.8888888889vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .difference .item {
    padding: 13.8888888889vw 0vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item.item_1 {
    padding-top: 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item.item_2 {
    padding-bottom: 8.6111111111vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item.item_3 {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item .contents_inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item .number {
    width: 4.7222222222vw;
    height: 4.7222222222vw;
    margin-right: 2.2222222222vw;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item_title {
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item_desc {
    padding-left: 7.2222222222vw;
    font-size: 0.8571428571rem;
    width: initial;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item .text {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item .chart {
    width: 100%;
    padding: 0;
    padding-top: 8.8888888889vw;
  }
  .page__sub .difference .item .chart p {
    font-size: 0.9285714286rem;
    padding-bottom: 6.1111111111vw;
  }
  .page__sub .difference .item .chart .wrap {
    align-items: center;
    padding-bottom: 3.6111111111vw;
  }
  .page__sub .difference .item .chart .view_more_btn {
    margin-left: 3.3333333333vw;
    padding: 2.2222222222vw;
    min-width: 24.1666666667vw;
    font-size: 0.7857142857rem;
  }
  .page__sub .difference .item .chart .image .standard {
    font-size: 0.7857142857rem;
    padding-top: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .page__sub .difference .item .list {
    padding-left: 0;
    padding-top: 8.3333333333vw;
    width: 100%;
  }
  .page__sub .difference .item .list li {
    padding-bottom: 5.2777777778vw;
  }
  .page__sub .difference .item .list strong {
    font-size: 0.9285714286rem;
    padding-bottom: 3.8888888889vw;
  }
  .page__sub .difference .item .list p {
    font-size: 0.8571428571rem;
  }
}
.page__sub .business {
  overflow-x: hidden;
  background-color: #f4f4f4;
  position: relative;
}
.page__sub .business_slogan {
  padding: 105px 0 240px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .page__sub .business_slogan {
    font-size: 1.1428571429rem;
    padding: 8.3333333333vw 0vw 40.2777777778vw 0vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_slogan {
    padding: 8.3333333333vw 0vw 40.2777777778vw 0vw;
  }
}
.page__sub .business_item_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 360px 210px;
  width: 100%;
  position: relative;
}
@media (max-width: 1480px) {
  .page__sub .business_item_wrap {
    padding: 0 200px 250px;
    justify-content: center;
  }
}
@media (max-width: 1160px) {
  .page__sub .business_item_wrap {
    padding: 0 100px 250px;
  }
}
@media (max-width: 960px) {
  .page__sub .business_item_wrap {
    padding: 0 0px 250px;
  }
}
@media (max-width: 768px) {
  .page__sub .business_item_wrap {
    padding: 0vw 14.7222222222vw 41.9444444444vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_item_wrap {
    padding: 0vw 14.7222222222vw 41.9444444444vw;
  }
}
.page__sub .business_item {
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .page__sub .business_item {
    margin-right: 0vw;
  }
}
.page__sub .business_item a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
  width: 329px;
  height: 230px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #000;
}
.page__sub .business_item a::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: no-repeat center/100% auto;
}
@media (max-width: 768px) {
  .page__sub .business_item a::after {
    bottom: 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .page__sub .business_item a {
    width: 63.8888888889vw;
    height: 44.4444444444vw;
    margin-bottom: 2.7777777778vw;
    font-size: 1rem;
    padding: 9.7222222222vw 0vw;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_item a {
    padding: 9.7222222222vw 0vw;
  }
}
.page__sub .business_item:nth-of-type(2n) {
  margin-right: 0;
}
.page__sub .business_item .tab1::after {
  background: url(../images/business_icon1.png);
  width: 75px;
  height: 71px;
}
@media (max-width: 768px) {
  .page__sub .business_item .tab1::after {
    background: url(../images/m_business_icon1.png) no-repeat center/100% auto;
    width: 14.5833333333vw;
    height: 13.75vw;
  }
}
.page__sub .business_item .tab2::after {
  background: url(../images/business_icon2.png);
  width: 76px;
  height: 78px;
}
@media (max-width: 768px) {
  .page__sub .business_item .tab2::after {
    background: url(../images/m_business_icon2.png) no-repeat center/100% auto;
    width: 13.3333333333vw;
    height: 13.6111111111vw;
  }
}
.page__sub .business_item .tab3::after {
  background: url(../images/business_icon3.png);
  width: 78px;
  height: 77px;
}
@media (max-width: 768px) {
  .page__sub .business_item .tab3::after {
    background: url(../images/m_business_icon3.png) no-repeat center/100% auto;
    width: 14.0277777778vw;
    height: 13.8888888889vw;
  }
}
.page__sub .business_item .tab4::after {
  background: url(../images/business_icon4.png);
  width: 75px;
  height: 78px;
}
@media (max-width: 768px) {
  .page__sub .business_item .tab4::after {
    background: url(../images/m_business_icon4.png) no-repeat center/100% auto;
    width: 13.0555555556vw;
    height: 13.6111111111vw;
  }
}
.page__sub .business_over {
  display: none;
  border: 2px solid #db001a;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  width: 630px;
  height: 465px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 7px 7px 15px rgba(63, 63, 63, 0.4);
}
@media (max-width: 768px) {
  .page__sub .business_over {
    width: 93.0555555556vw;
    height: 104.1666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__sub .business_over.accounting {
  top: 250px;
  left: 50%;
  transform: translateX(-95%);
}
@media (max-width: 1320px) {
  .page__sub .business_over.accounting {
    transform: translateX(-80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_over.accounting {
    transform: translateX(-60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_over.accounting {
    top: 37.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__sub .business_over.operation {
  top: 250px;
  right: 50%;
  transform: translateX(95%);
}
@media (max-width: 1320px) {
  .page__sub .business_over.operation {
    transform: translateX(80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_over.operation {
    transform: translateX(60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_over.operation {
    top: 85.5555555556vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__sub .business_over.compliance {
  bottom: 40px;
  left: 50%;
  transform: translateX(-95%);
}
@media (max-width: 1320px) {
  .page__sub .business_over.compliance {
    transform: translateX(-80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_over.compliance {
    transform: translateX(-60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_over.compliance {
    top: 132.7777777778vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__sub .business_over.report {
  bottom: 40px;
  right: 50%;
  transform: translateX(95%);
}
@media (max-width: 1320px) {
  .page__sub .business_over.report {
    transform: translateX(80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_over.report {
    transform: translateX(60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_over.report {
    bottom: 30.5555555556vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__sub .business_over.is-active {
  display: flex;
}
.page__sub .business_over_text {
  padding-bottom: 100px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222;
  line-height: 1.7;
}
.page__sub .business_over_text.text_top {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .page__sub .business_over_text {
    font-size: 0.8571428571rem;
    padding-bottom: 11.1111111111vw;
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
  }
  .page__sub .business_over_text.text_top {
    padding-bottom: 5.5555555556vw;
  }
}
.page__sub .business_over_btn {
  color: #db001a;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-right: 10px;
}
.page__sub .business_over_btn::after {
  content: "";
  width: 7px;
  height: 10px;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/business_arrow.png) no-repeat center/100% auto;
}
@media (max-width: 768px) {
  .page__sub .business_over_btn {
    font-size: 0.8571428571rem;
  }
}
.page__sub .business_detail {
  padding: 35px 35px 0;
  display: none;
  border: 2px solid #db001a;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  width: 630px;
  flex-direction: column;
  box-shadow: 7px 7px 15px rgba(63, 63, 63, 0.4);
  min-height: 465px;
}
@media (max-width: 768px) {
  .page__sub .business_detail {
    width: 93.0555555556vw;
    padding: 5.5555555556vw 5.5555555556vw 0vw;
    min-height: 104.1666666667vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_detail {
    padding: 5.5555555556vw 5.5555555556vw 0vw;
  }
}
.page__sub .business_detail .detail_title {
  font-size: 18px;
  color: #222;
  padding-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page__sub .business_detail .detail_title {
    font-size: 0.8571428571rem;
    padding-bottom: 3.3333333333vw;
  }
}
.page__sub .business_detail .detal_list_wrap {
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .page__sub .business_detail .detal_list_wrap {
    padding-bottom: 4.1666666667vw;
  }
}
.page__sub .business_detail .detal_list {
  letter-spacing: -0.06em;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .page__sub .business_detail .detal_list {
    font-size: 0.8571428571rem;
  }
}
.page__sub .business_detail.accounting {
  top: 250px;
  left: 50%;
  transform: translateX(-95%);
}
.page__sub .business_detail.accounting .detal_list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.page__sub .business_detail.accounting .detal_list {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
.page__sub .business_detail.accounting .detal_list.list_width {
  width: 50%;
  padding-bottom: 10px;
}
.page__sub .business_detail.accounting .detal_list.item1, .page__sub .business_detail.accounting .detal_list.item3 {
  width: 60%;
}
.page__sub .business_detail.accounting .detal_list.item2 {
  width: 40%;
}
@media (max-width: 1320px) {
  .page__sub .business_detail.accounting {
    transform: translateX(-80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_detail.accounting {
    transform: translateX(-60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.accounting {
    top: 37.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page__sub .business_detail.accounting .detal_list_wrap {
    flex-wrap: wrap;
  }
  .page__sub .business_detail.accounting .detal_list {
    width: 50%;
  }
  .page__sub .business_detail.accounting .detal_list:nth-of-type(1) {
    padding-bottom: 2.7777777778vw;
  }
  .page__sub .business_detail.accounting .detal_list.list_width {
    width: 100%;
    text-indent: -5.5555555556vw;
    padding-left: 5.5555555556vw;
    padding-bottom: 1.3888888889vw;
  }
}
.page__sub .business_detail.operation {
  top: 250px;
  right: 50%;
  transform: translateX(95%);
  padding: 80px 0 50px;
  padding-left: 100px;
}
.page__sub .business_detail.operation .detal_list_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .page__sub .business_detail.operation {
    transform: translateX(80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_detail.operation {
    transform: translateX(60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.operation {
    top: 85.5555555556vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 23.6111111111vw 0vw;
    padding-left: 5.5555555556vw;
    padding-right: 2.7777777778vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_detail.operation {
    padding: 23.6111111111vw 0vw;
  }
}
.page__sub .business_detail.compliance {
  bottom: 40px;
  left: 50%;
  transform: translateX(-95%);
  padding: 45px 0;
  padding-left: 130px;
}
.page__sub .business_detail.compliance .detal_list_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1320px) {
  .page__sub .business_detail.compliance {
    transform: translateX(-80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_detail.compliance {
    transform: translateX(-60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.compliance {
    bottom: inherit;
    top: 132.7777777778vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 18.0555555556vw 13.8888888889vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_detail.compliance {
    padding: 18.0555555556vw 13.8888888889vw;
  }
}
.page__sub .business_detail.report {
  bottom: 40px;
  right: 50%;
  transform: translateX(95%);
  padding: 50px 35px 20px;
}
.page__sub .business_detail.report .detal_list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.page__sub .business_detail.report .detal_list {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-bottom: 20px;
}
.page__sub .business_detail.report .detal_list.list_width {
  width: 55%;
}
@media (max-width: 1320px) {
  .page__sub .business_detail.report {
    transform: translateX(80%);
  }
}
@media (max-width: 970px) {
  .page__sub .business_detail.report {
    transform: translateX(60%);
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.report {
    bottom: inherit;
    bottom: 30.5555555556vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 16.6666666667vw 6.9444444444vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .business_detail.report {
    padding: 16.6666666667vw 6.9444444444vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.report .detal_list_wrap {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page__sub .business_detail.report .detal_list {
    width: 45%;
    padding-bottom: 5.5555555556vw;
  }
  .page__sub .business_detail.report .detal_list.list_width {
    width: 45%;
  }
}
.page__sub .business_detail.report .indent {
  text-indent: -10px;
  padding-left: 22px;
}
@media (max-width: 768px) {
  .page__sub .business_detail.report .indent {
    text-indent: -2.2222222222vw;
    padding-left: 5vw;
  }
}
.page__sub .business_detail.is-active {
  display: flex;
}
.page__sub .business .indent {
  text-indent: -10px;
  padding-left: 22px;
}
@media (max-width: 768px) {
  .page__sub .business .indent {
    text-indent: -1.9444444444vw;
    padding-left: 0vw;
  }
}
.page__sub .client {
  width: 100%;
}
.page__sub .client_title {
  font-size: 32px;
  padding: 100px 0;
  text-align: center;
  line-height: 1.5;
}
.page__sub .client_title .br_mo {
  display: none;
}
.page__sub .client_content_title {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page__sub .client_content_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.page__sub .client_content_wrap li {
  width: calc(20% - 20px);
  margin-right: 25px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  overflow: hidden;
}
.page__sub .client_content_wrap li:nth-of-type(5n) {
  margin-right: 0;
}
.page__sub .client_content_wrap li img {
  max-width: 100%;
}
.page__sub .client_content_wrap li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1040px) {
  .page__sub .client_content_wrap li {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .page__sub .client_title {
    font-size: 1.1428571429rem;
    padding: 8.3333333333vw 0vw 13.8888888889vw;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .client_title {
    padding: 8.3333333333vw 0vw 13.8888888889vw;
  }
}
@media (max-width: 768px) {
  .page__sub .client_title .br_mo {
    display: block;
  }
}
@media (max-width: 768px) {
  .page__sub .client_content_title {
    font-size: 1rem;
    padding-bottom: 4.1666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .page__sub .client_content_wrap {
    margin-bottom: 13.8888888889vw;
    justify-content: space-between;
  }
  .page__sub .client_content_wrap li {
    width: calc(50% - 1.38vw);
    margin-bottom: 2.7777777778vw;
    margin-right: 0;
    min-height: 33.3333333333vw;
    padding: 0vw 2.7777777778vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .client_content_wrap li {
    padding: 0vw 2.7777777778vw;
  }
}
.page__sub .place {
  width: 100%;
}
.page__sub .place_map {
  padding: 80px 0 100px;
  width: 100%;
}
.page__sub .place_map .hide {
  overflow: hidden;
  position: absolute;
  top: -999px;
  left: -999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
}
.page__sub .place .wrap_map {
  height: 542px;
}
.page__sub .place_address {
  padding-bottom: 237px;
  display: flex;
}
.page__sub .place_address_title {
  font-size: 36px;
  font-weight: bold;
  width: 25%;
}
.page__sub .place_address_wrap {
  width: 75%;
  border-top: 2px solid #000;
  padding-top: 30px;
  margin-top: 10px;
}
.page__sub .place_address dl {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.page__sub .place_address dl dt {
  font-size: 20px;
  font-weight: bold;
  width: 10%;
}
.page__sub .place_address dl dd {
  font-size: 18px;
  width: 90%;
  font-weight: 400;
}
@media (max-width: 1135px) {
  .page__sub .place_address_title {
    width: 40%;
  }
  .page__sub .place_address_wrap {
    width: 60%;
  }
  .page__sub .place_address dl dt {
    width: 20%;
  }
  .page__sub .place_address dl dd {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page__sub .place_map {
    padding: 8.3333333333vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .page__sub .place_map {
    padding: 8.3333333333vw 0vw 11.1111111111vw;
  }
}
@media (max-width: 768px) {
  .page__sub .place_address {
    flex-direction: column;
    padding-bottom: 6.9444444444vw;
  }
  .page__sub .place_address_title {
    font-size: 1.5rem;
    padding-bottom: 6.9444444444vw;
    width: 100%;
  }
  .page__sub .place_address_wrap {
    width: 100%;
    padding-top: 5.5555555556vw;
    margin-top: 0vw;
  }
  .page__sub .place_address dl {
    align-items: normal;
    flex-direction: column;
    padding-bottom: 6.9444444444vw;
  }
  .page__sub .place_address dl dt {
    font-size: 1rem;
    padding-bottom: 4.1666666667vw;
    width: 100%;
  }
  .page__sub .place_address dl dd {
    font-size: 0.8571428571rem;
    width: 100%;
    letter-spacing: -0.025em;
  }
}
@media (max-width: 768px) {
  .page__sub .place .wrap_map {
    height: 75vw;
  }
}

.en .page__sub .subpage_system .submenu_box_wrap {
  height: 90px;
}
.en .page__sub .subpage_system .sub_menu .sub_inner li {
  height: 90px;
}
.en .page__sub .sub_menu .sub_inner li {
  display: flex;
  align-items: center;
}
.en .page__sub .company_welfare .welfare_conlist dl .fs_indent {
  margin-left: 15px;
  text-indent: -15px;
}
.en .page__sub .company_welfare .welfare_conlist dl.big .indent {
  display: flex;
  width: 100%;
  margin-left: 0;
  text-indent: 0;
}
.en .page__sub .company_welfare .welfare_conlist dl.big .indent .indent1 {
  flex-shrink: 0;
  padding-left: 12px;
}
.en .page__sub .company_welfare .welfare_conlist dl.big .indent .indent2 {
  flex: 1;
  padding-left: 5px;
}
.en .page__sub .company_welfare .welfare_conlist dl.big .ls_indent {
  margin-left: 12px;
  text-indent: 0;
}
@media (max-width: 768px) {
  .en .page__sub .company_welfare .welfare_conlist dl.big .indent {
    display: block;
    margin-left: 1.6666666667vw;
  }
  .en .page__sub .company_welfare .welfare_conlist dl.big .indent .indent1 {
    padding-left: 0vw;
  }
}
.en .page__sub .business_item_wrap {
  padding-top: 240px;
}
.en .page__sub .business_over.accounting {
  top: 60px;
}
.en .page__sub .business_over.operation {
  top: 60px;
}
.en .page__sub .business_over.is-active {
  padding-left: 50px;
  padding-right: 50px;
}
.en .page__sub .business_detail.accounting {
  top: 60px;
}
.en .page__sub .business_detail.operation {
  padding-right: 100px;
  top: 60px;
}
@media (max-width: 768px) {
  .en .page__sub .business_detail.operation {
    padding-right: 0vw;
  }
}
.en .page__sub .business_detail.compliance {
  padding-right: 100px;
}
@media (max-width: 768px) {
  .en .page__sub .business_detail.compliance {
    padding-right: 13.8888888889vw;
  }
}
.en .page__sub .business_detail.report .detal_list {
  text-indent: -10px;
  padding-left: 10px;
}
.en .page__sub .difference h3 {
  text-align: center;
}
.en .page__sub .difference .item_title {
  display: flex;
}
.en .page__sub .difference .item .number {
  flex-shrink: 0;
  margin-top: 7px;
}
.en .page__sub .difference .item .list p {
  padding-left: 10px;
  text-indent: -10px;
}

@media (max-width: 768px) {
  .subpage_notice .sub_menu .sub_inner {
    justify-content: flex-start;
  }
}
.subpage_notice .contents {
  padding-top: 80px;
  padding-bottom: 270px;
}
@media (max-width: 768px) {
  .subpage_notice .contents {
    padding-top: 8.3333333333vw;
    padding-bottom: 13.8888888889vw;
  }
}
.subpage_notice .search_box {
  margin-bottom: 40px;
}
.subpage_notice .search_box form {
  display: flex;
  justify-content: flex-end;
}
.subpage_notice .search_box input {
  width: 320px;
  border: 1px solid #ddd;
  font-size: 20px;
  margin-right: 8px;
  padding: 10px;
}
.subpage_notice .search_box button {
  background: #888888;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  min-width: 120px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .subpage_notice .search_box form {
    margin-bottom: 5.5555555556vw;
  }
  .subpage_notice .search_box input {
    width: 44.4444444444vw;
    margin-right: 1.1111111111vw;
    padding: 3.3333333333vw;
    font-size: 0.8571428571rem;
  }
  .subpage_notice .search_box button {
    font-size: 0.8571428571rem;
    min-width: 16.6666666667vw;
    padding: 3.3333333333vw;
  }
}
.subpage_notice .table {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  color: #222222;
}
.subpage_notice .table_header {
  border-bottom: 1px solid #333;
  font-weight: bold;
  display: flex;
}
.subpage_notice .table_header p {
  padding: 20px;
  text-align: center;
}
.subpage_notice .table_body .line {
  border-bottom: 1px solid #e9e9e9;
}
.subpage_notice .table_body .line:last-child {
  border: none;
}
.subpage_notice .table .past a {
  color: #B0B0B0;
}
.subpage_notice .table a {
  display: flex;
  align-items: center;
  color: #222222;
}
.subpage_notice .table a > p {
  padding: 20px;
  font-size: 18px;
}
.subpage_notice .table .sort {
  flex-basis: 180px;
  text-align: center;
  font-weight: bold;
  word-break: break-all;
}
.subpage_notice .table .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subpage_notice .table .date {
  flex-basis: 180px;
  text-align: center;
}
@media (max-width: 768px) {
  .subpage_notice .table_header p {
    padding: 3.3333333333vw;
    font-size: 0.8571428571rem;
  }
  .subpage_notice .table a > p {
    padding: 3.3333333333vw 2.2222222222vw;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .table a > p {
    padding: 3.3333333333vw 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .table .sort {
    flex-basis: 18.8888888889vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .table .date {
    flex-basis: 25vw;
  }
}
.subpage_notice .detail {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
  font-size: 18px;
}
.subpage_notice .detail_header {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}
.subpage_notice .detail_header .title p {
  font-size: 30px;
  font-weight: bold;
}
.subpage_notice .detail_header .date {
  color: #666;
}
.subpage_notice .detail_body {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.subpage_notice .detail .text_box {
  padding: 60px 40px 120px;
  color: #555;
}
.subpage_notice .detail .attach {
  background: #f4f4f4;
  padding: 39px;
  display: flex;
  margin-bottom: 40px;
}
.subpage_notice .detail .attach strong {
  color: #222;
  margin-right: 40px;
}
.subpage_notice .detail .attach .item {
  color: #555;
  position: relative;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subpage_notice .detail .attach .item::after {
  content: "";
  background: url(../images/attach_icon.png) no-repeat center/100% auto;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.subpage_notice .detail .page_nav {
  display: flex;
  justify-content: space-between;
}
.subpage_notice .detail .page_nav .page_button {
  display: block;
  color: #222;
  position: relative;
  padding: 40px 40px 40px 90px;
}
.subpage_notice .detail .page_nav .page_button:before {
  content: "";
  background: url(../images/notice_prev_arrow.png) no-repeat center/100% auto;
  width: 14px;
  height: 23px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.subpage_notice .detail .page_nav .page_button strong {
  display: block;
  margin-bottom: 14px;
}
.subpage_notice .detail .page_nav .page_button .sort {
  margin-right: 10px;
  font-weight: bold;
}
.subpage_notice .detail .page_nav .page_button.next {
  padding: 40px 90px 40px 40px;
}
.subpage_notice .detail .page_nav .page_button.next strong {
  text-align: right;
}
.subpage_notice .detail .page_nav .page_button.next:before {
  left: initial;
  right: 40px;
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}
@media (min-width: 769px) {
  .subpage_notice .detail_header .title {
    padding-right: 30px;
    flex: 1;
  }
  .subpage_notice .detail_header .title strong,
.subpage_notice .detail_header .title p {
    word-break: break-all;
  }
  .subpage_notice .detail_header .date {
    flex-basis: 132px;
    width: 132px;
  }
  .subpage_notice .detail .page_nav .page_button {
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail {
    margin-bottom: 11.1111111111vw;
    font-size: 0.8571428571rem;
  }
  .subpage_notice .detail_header {
    padding: 5.5555555556vw 3.0555555556vw;
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .detail_header {
    padding: 5.5555555556vw 3.0555555556vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail_header .title p {
    padding-top: 4.4444444444vw;
    padding-bottom: 3.3333333333vw;
    font-size: 1.2142857143rem;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .text_box {
    padding: 11.1111111111vw 5vw;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .detail .text_box {
    padding: 11.1111111111vw 5vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .attach {
    padding: 5.5555555556vw;
    margin-bottom: 8.3333333333vw;
  }
  .subpage_notice .detail .attach strong {
    margin-right: 4.7222222222vw;
  }
  .subpage_notice .detail .attach .item {
    padding-left: 6.6666666667vw;
  }
  .subpage_notice .detail .attach .item::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav {
    display: block;
  }
  .subpage_notice .detail .page_nav .page_button {
    padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw 15vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .detail .page_nav .page_button {
    padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw 15vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button:before {
    background: url(../images/notice_prev_arrow_mo.png) no-repeat center/100% auto;
    width: 3.3333333333vw;
    height: 1.9444444444vw;
    left: 4.7222222222vw;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button strong {
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button .sort {
    margin-right: 2.7777777778vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button.next {
    border-top: 1px solid #e9e9e9;
    padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw 15vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .detail .page_nav .page_button.next {
    padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw 15vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button.next strong {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .subpage_notice .detail .page_nav .page_button.next:before {
    left: 4.7222222222vw;
    right: initial;
    transform-origin: initial;
  }
}
.subpage_notice .search_none {
  padding: 130px 20px 120px 20px;
}
.subpage_notice .search_none .message {
  color: #666;
  font-size: 20px;
  position: relative;
  padding-top: 140px;
  text-align: center;
}
.subpage_notice .search_none .message:before {
  content: "";
  background: url(../images/search_none_icon.png) no-repeat center/100% auto;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .subpage_notice .search_none {
    padding: 13.8888888889vw 5.5555555556vw 13.0555555556vw 5.5555555556vw;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .subpage_notice .search_none {
    padding: 13.8888888889vw 5.5555555556vw 13.0555555556vw 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .subpage_notice .search_none .message {
    font-size: 1rem;
    padding-top: 26.3888888889vw;
  }
  .subpage_notice .search_none .message:before {
    content: "";
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
}
.subpage_notice .button_wrap.center {
  text-align: center;
}

@media (max-width: 768px) {
  .page__sub .swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .page__sub .swiper .swiper-wrapper li:last-of-type {
    margin-right: 60px;
  }
}

.check_point {
  font-size: 18px;
  background-color: #f4f4f4;
  margin-top: 80px;
  padding: 60px 60px 60px 80px;
  display: flex;
  align-items: center;
}
.check_point-title {
  width: 170px;
  margin-right: 80px;
}
.check_point-title img {
  width: 100%;
}
.check_point-list {
  width: calc(100% - 170px);
}
.check_point-list li {
  padding-bottom: 15px;
  text-indent: -12px;
  margin-left: 12px;
}
.check_point-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .check_point {
    display: block;
    margin-top: 8.3333333333vw;
    padding: 4.4444444444vw 5vw 6.9444444444vw;
  }
}
@media (max-width: 1024px) and (max-width: 360px) {
  .check_point {
    padding: 4.4444444444vw 5vw 6.9444444444vw;
  }
}
@media (max-width: 1024px) {
  .check_point-title {
    width: 26.3888888889vw;
    margin: 0 auto;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .check_point-list {
    width: 100%;
    font-size: 0.8571428571rem;
  }
  .check_point-list li {
    padding-bottom: 3.3333333333vw;
    text-indent: -2.2222222222vw;
    margin-left: 2.2222222222vw;
  }
}

.system__tab {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.system__tab li {
  position: relative;
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #d1d1d1;
}
.system__tab li.current:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #db001a;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.system__tab li.current a {
  color: #db001a;
  font-weight: bold;
}
.system__tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 22px;
}
@media (max-width: 768px) {
  .system__tab {
    margin-top: 4.1666666667vw;
  }
  .system__tab li {
    height: 11.1111111111vw;
  }
  .system__tab a {
    font-size: 0.9285714286rem;
  }
}

.system_step {
  width: 100%;
  display: flex;
  margin-bottom: 200px;
}
.system_step .item {
  width: 33%;
  text-align: center;
  position: relative;
}
.system_step .item.item_1 .step {
  background-color: #db001a;
}
.system_step .item.item_1 .step:after {
  background-image: url(../images/system08_step1.jpg);
}
.system_step .item.item_2 .step {
  background-color: #f15e6f;
}
.system_step .item.item_2 .step:after {
  background-image: url(../images/system08_step2.jpg);
}
.system_step .item.item_3 {
  width: 34%;
}
.system_step .item.item_3 .step {
  background-color: #f1b0b8;
}
.system_step .item.item_3 .step:after {
  background-image: url(../images/system08_step3.jpg);
  left: calc(100% - 48px);
}
.system_step .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 96px;
  color: #fff;
}
.system_step .step:after {
  content: "";
  width: 48px;
  height: 100%;
  position: absolute;
  left: calc(100% - 24px);
  top: 0;
  background: no-repeat;
  z-index: 1;
}
.system_step .step .depth {
  font-size: 24px;
  font-weight: normal;
}
.system_step .step .title {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1024px) {
  .system_step .step .depth {
    font-size: 20px;
  }
  .system_step .step .title {
    font-size: 26px;
  }
}
.system_step .detail {
  padding-top: 64px;
}
.system_step .detail img {
  width: 248px;
  height: 248px;
}
.system_step .detail .list_desc {
  padding: 32px 46px;
  font-size: 20px;
  text-align: left;
}
.system_step .detail .list_desc > li {
  margin-bottom: 25px;
  text-indent: -12px;
  margin-left: 12px;
}
.system_step .detail .list_desc_detail {
  padding-top: 5px;
  text-indent: 5px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .system_step {
    background: none;
    display: block;
    margin-bottom: 22.2222222222vw;
  }
  .system_step .item {
    width: 100%;
    margin-bottom: 3.8888888889vw;
  }
  .system_step .item.item_1 .step {
    background-color: #db001a;
  }
  .system_step .item.item_2 .step {
    background-color: #f15e6f;
  }
  .system_step .item.item_2 .step:before {
    border-color: #f15e6f transparent transparent transparent;
  }
  .system_step .item.item_3 {
    width: 100%;
  }
  .system_step .item.item_3 .step {
    background-color: #f1b0b8;
  }
  .system_step .item.item_3 .step:before {
    border-color: #f1b0b8 transparent transparent transparent;
  }
  .system_step .step {
    width: 100%;
    height: auto;
    padding: 3.8888888889vw 3.8888888889vw 3.6111111111vw;
    position: relative;
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .system_step .step {
    padding: 3.8888888889vw 3.8888888889vw 3.6111111111vw;
  }
}
@media (max-width: 768px) {
  .system_step .step:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .system_step .step .depth {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .system_step .step .title {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 768px) {
  .system_step .step:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 6.9444444444vw;
    height: 7.7777777778vw;
    border-style: solid;
    border-width: 3.8888888889vw 3.4722222222vw 3.8888888889vw 3.4722222222vw;
    border-color: #db001a transparent transparent transparent;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .system_step .step:before {
    border-width: 3.8888888889vw 3.4722222222vw 3.8888888889vw 3.4722222222vw;
  }
}
@media (max-width: 768px) {
  .system_step .detail {
    padding-top: 6.9444444444vw;
    display: flex;
  }
  .system_step .detail img {
    width: 34.7222222222vw;
    height: 34.7222222222vw;
  }
  .system_step .detail .list_desc {
    margin-left: 4.1666666667vw;
    padding: 3.8888888889vw 0vw 0vw 0vw;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .system_step .detail .list_desc {
    padding: 3.8888888889vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .system_step .detail .list_desc > li {
    margin-bottom: 4.4444444444vw;
    text-indent: -2.2222222222vw;
    margin-left: 2.2222222222vw;
    letter-spacing: -0.025em;
  }
}
@media (max-width: 768px) {
  .system_step .detail .list_desc_detail {
    padding-top: 2.7777777778vw;
    text-indent: 2.2222222222vw;
    font-size: 0.9285714286rem;
  }
}

.system_process {
  background-color: #f4f4f4;
}
.system_process.white {
  background-color: #fff;
}
.system_process img {
  width: 100%;
}

.system_number-list {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .system_number-list {
    padding-bottom: 22.2222222222vw;
  }
}
@media (min-width: 769px) {
  .system_number-list.process {
    margin-right: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .system_number-list.process .system_number-item {
    width: 33.3%;
    padding-right: 40px;
    padding-bottom: 60px;
    margin-top: 210px;
    display: block;
  }
  .system_number-list.process .system_number-item .icon_wrap {
    position: absolute;
    left: 50%;
    top: -210px;
    transform: translateX(-50%);
    width: 182px;
    height: 182px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .system_number-list.process .system_number-item .icon_wrap .icon {
    padding: 0;
  }
  .system_number-list.process .system_number-item .title {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .system_number-list.process .system_number-item .title .text {
    padding-bottom: 10px;
  }
  .system_number-list.process .system_number-item .desc {
    width: 100%;
    padding-top: 16px;
    padding-left: 32px;
  }
  .system_number-list.process .system_number-item .desc li {
    padding-bottom: 20px;
  }
  .system_number-list.process .system_number-item .desc strong {
    font-weight: normal;
  }
  .system_number-list.process .system_number-item .desc .strong {
    font-weight: bold;
  }
}
.system_number-list.normal {
  padding-bottom: 30px;
}
.system_number-list.normal .system_number-item {
  padding-bottom: 160px;
}
.system_number-list.normal .icon {
  padding-bottom: 0;
}
.system_number-list.normal .desc {
  border-top: 2px solid #222;
  padding-top: 28px;
}
.system_number-list.normal .desc > li {
  padding-bottom: 18px;
  font-size: 20px;
  list-style-position: inside;
  text-indent: -14px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .system_number-list.normal .title {
    width: 357px;
  }
}
@media (max-width: 768px) {
  .system_number-list.normal {
    padding-bottom: 30px;
  }
  .system_number-list.normal .title {
    padding-top: 0;
  }
  .system_number-list.normal .system_number-item {
    padding-bottom: 6.9444444444vw;
  }
  .system_number-list.normal .desc {
    border: none;
    padding-top: 0;
  }
  .system_number-list.normal .desc > li {
    padding-bottom: 5vw;
    font-size: 0.8571428571rem;
    text-indent: -2.2222222222vw;
    padding-left: 2.2222222222vw;
  }
}
.system_number-item {
  display: flex;
}
.system_number-item .title {
  position: relative;
  padding-left: 40px;
  width: 230px;
}
.system_number-item .title .number {
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
}
.system_number-item .title .text {
  display: block;
  font-size: 24px;
  padding-bottom: 20px;
}
.system_number-item .title .text .text_m {
  display: none;
}
.system_number-item .title .icon {
  display: block;
  padding-bottom: 20px;
}
.system_number-item .desc {
  width: calc(100% - 230px);
}
.system_number-item .desc li {
  font-size: 16px;
  padding-bottom: 30px;
}
.system_number-item .desc strong {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
}
.system_number-item .desc p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .system_number-item {
    margin-bottom: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
    border-bottom: 1px solid #222;
  }
  .system_number-item .title {
    padding-top: 2.2222222222vw;
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3333333333vw;
  }
  .system_number-item .title .number {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    font-size: 0.7142857143rem;
    line-height: 4.4444444444vw;
    top: 0.8333333333vw;
  }
  .system_number-item .title .text {
    width: 25vw;
    font-size: 1rem;
    padding-bottom: 3.3333333333vw;
    text-align: center;
  }
  .system_number-item .title .text.text_left {
    text-align: left;
    margin-left: 2.7777777778vw;
  }
  .system_number-item .title .text .text_m {
    display: block;
  }
  .system_number-item .title .icon {
    padding-bottom: 3.3333333333vw;
    width: 13.8888888889vw;
  }
  .system_number-item .desc {
    width: calc(100% - 33.3333333333vw);
  }
  .system_number-item .desc li {
    font-size: 0.9285714286rem;
    padding-bottom: 4.1666666667vw;
  }
  .system_number-item .desc strong {
    font-size: 1rem;
    padding-bottom: 1.6666666667vw;
  }
}

.system_01 .system_number-item {
  min-height: 250px;
}
.system_01 .system_number-item .title {
  width: 360px;
}
.system_01 .system_number-item .desc {
  width: calc(100% - 360px);
  border-top: 1px solid #222;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.system_01 .system_number-item .desc li {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .system_01 .system_number-item .desc li {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .system_01 .system_number-item {
    min-height: 0;
  }
  .system_01 .system_number-item:first-child {
    padding-top: 0;
  }
  .system_01 .system_number-item .title {
    padding-top: 4.4444444444vw;
    width: 34.7222222222vw;
    padding-left: 0;
  }
  .system_01 .system_number-item .title .number {
    order: 1;
  }
  .system_01 .system_number-item .title .icon {
    order: 2;
  }
  .system_01 .system_number-item .title .text {
    order: 3;
  }
  .system_01 .system_number-item .desc {
    width: calc(100% - 34.7222222222vw);
    padding: 0;
    border: 0;
  }
  .system_01 .system_number-item .desc p {
    letter-spacing: -0.025em;
    text-indent: -2.7777777778vw;
    padding-left: 2.7777777778vw;
  }
}

.system_02 .system_number-list {
  display: none;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.system_02 .system_number-list.is-active {
  display: flex;
}
@media (max-width: 1024px) {
  .system_02 .system_number-list.is-active {
    display: block;
  }
}
.system_02 .system_number-item {
  width: 50%;
  min-height: 310px;
}
.system_02 .system_number-item .desc {
  padding: 0 70px 40px 0;
}
.system_02 .system_number-item .desc li {
  padding-bottom: 15px;
}
.system_02 .system_number-item .desc li:first-child {
  padding-top: 20px;
  border-top: 1px solid #222;
}
@media (max-width: 1024px) {
  .system_02 .system_number-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .system_02 .system_number-item {
    min-height: 29.1666666667vw;
  }
  .system_02 .system_number-item .desc {
    padding: 0;
  }
  .system_02 .system_number-item .desc li {
    padding-bottom: 2.7777777778vw;
  }
  .system_02 .system_number-item .desc li:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

.system_03 .system_number-item .desc p {
  text-indent: -9px;
  margin-left: 9px;
}

.system_09 .system_number-item .title .number {
  top: -26px;
}
@media (min-width: 769px) {
  .system_09 .system_number-list .process .system_number-item .title {
    min-height: 40px;
  }
  .system_09 .system_number-list .process .system_number-item .desc li {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .system_09 .system_number-item .title .number {
    top: 1.3888888889vw;
  }
  .system_09 .system_number-item .desc .strong {
    font-weight: bold;
  }
}

.system_07 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .system_07 .system_img_wrap {
    width: 97.2222222222vw;
  }
  .system_07 .system_process {
    width: 166.6666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
  .system_07 img {
    padding-bottom: 5.5555555556vw;
    margin-right: 8.3333333333vw;
  }
  .system_07 .contents_sub-title {
    padding-top: 5.5555555556vw;
  }
}
@media (min-width: 769px) {
  .system_07 .system_number-list.process .system_number-item {
    margin-top: 0;
  }
  .system_07 .system_number-list.process .system_number-item .desc li {
    padding-bottom: 12px;
    text-indent: -10px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .system_07 .system_number-list.process .system_number-item {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .system_07 .system_number-list.process .system_number-item .title {
    padding: 0;
    width: 100%;
  }
  .system_07 .system_number-list.process .system_number-item .title .text {
    border-bottom: 1px solid #222;
    width: 100%;
    font-size: 1.1428571429rem;
    padding-bottom: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
    padding-left: 8.3333333333vw;
    text-align: left;
  }
  .system_07 .system_number-list.process .system_number-item .desc {
    padding-left: 6.9444444444vw;
    width: 100%;
  }
  .system_07 .system_number-list.process .system_number-item .desc li {
    text-indent: -2.5vw;
    margin-left: 2.5vw;
  }
  .system_07 .system_number-list.process .system_number-item .desc li br {
    display: none;
  }
}

.system_08 .contents_sub-title {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .system_08 {
    padding-bottom: 7.7777777778vw;
  }
  .system_08 .detail .list_desc {
    margin-left: 4.1666666667vw;
    padding: 3.8888888889vw 0vw 0vw 0vw;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .system_08 .detail .list_desc {
    padding: 3.8888888889vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) {
  .system_08 .detail .list_desc > li {
    margin-bottom: 4.4444444444vw;
    text-indent: -2.2222222222vw;
    margin-left: 2.2222222222vw;
    letter-spacing: -0.025em;
  }
}
@media (max-width: 768px) {
  .system_08 .detail .list_desc_detail {
    padding-top: 2.7777777778vw;
    text-indent: 0.5555555556vw;
    font-size: 0.9285714286rem;
  }
}

.system_10 {
  overflow: hidden;
}
.system_10 .system_title {
  font-weight: normal;
  font-size: 32px;
  padding: 100px 0 100px;
  text-align: center;
}
.system_10 .system_title .br_mo {
  display: none;
}
.system_10 .system_img_wrap {
  width: 100%;
}
.system_10 img {
  width: 100%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .system_10 .contents_inner {
    padding-right: 0vw;
  }
  .system_10 .system_title {
    font-size: 1.1428571429rem;
    padding: 8.3333333333vw 0vw 11.9444444444vw;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .system_10 .system_title {
    padding: 8.3333333333vw 0vw 11.9444444444vw;
  }
}
@media (max-width: 768px) {
  .system_10 .system_title .br_mo {
    display: block;
  }
}
@media (max-width: 768px) {
  .system_10 .system_title .br_pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .system_10 .system_img_wrap {
    width: 91.6666666667vw;
  }
}
@media (max-width: 768px) {
  .system_10 .system_img {
    width: 222.2222222222vw;
  }
}
@media (max-width: 768px) {
  .system_10 img {
    padding-bottom: 33.0555555556vw;
    margin-right: 8.3333333333vw;
  }
}
.system_10 .en_system_title {
  font-weight: bold;
}

@media (min-width: 769px) {
  .system_04 .system_number-list.process .system_number-item .desc li {
    padding-bottom: 10px;
    text-indent: -10px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .system_04 .system_number-list.process .system_number-item .desc li {
    text-indent: -2.2222222222vw;
    margin-left: 2.2222222222vw;
  }
}

.system_05 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .system_05 .system_img_wrap {
    width: 94.4444444444vw;
  }
  .system_05 .system_img {
    width: 222.2222222222vw;
  }
  .system_05 img {
    margin-right: 8.3333333333vw;
  }
}

.system_06 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .system_06 .system_img_wrap {
    width: 94.4444444444vw;
  }
  .system_06 .system_img {
    width: 222.2222222222vw;
  }
  .system_06 img {
    margin-right: 8.3333333333vw;
  }
}

@media (max-width: 768px) {
  .system_img_wrap {
    position: relative;
    overflow-x: auto;
  }
  .system_img_wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .system_img_wrap::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .system_img_wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #aaaaaa;
  }

  img {
    width: 100%;
  }
}
.en .system_number-list.normal .desc > li {
  padding-bottom: 18px;
  font-size: 20px;
  text-indent: -12px;
  padding-left: 10px;
}
.en .system_number-item .desc .strong {
  padding-bottom: 10px;
  text-indent: 0px;
  padding-left: 0px;
}
.en .system_number-item .desc p {
  line-height: 1.6;
  text-indent: -11px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .en .system_number-item .title .text {
    font-size: 0.9285714286rem;
  }
  .en .system_number-item .desc .strong {
    font-weight: bold;
  }
}

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