@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

@font-face {
  font-family: "Big Caslon Medium";
  src: url("../fonts/Big Caslon Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
html {
  font-size: min(10px, 1.34vw);
}

body {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7E7E7E;
}
@media (max-width: 768px) {
  body {
    font-family: "Noto Serif JP", serif;
  }
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  transition: all 0.6s ease;
}
a:hover {
  opacity: 0.7;
}

.container {
  width: 96%;
  margin: 0 auto;
}

.title-main {
  font-size: 3.2rem;
  font-weight: 400;
}

.btn-primary {
  background: #218DCE;
  color: #fff;
  padding: 1rem;
  max-width: 17rem;
  width: 100%;
  text-align: center;
}

.btn {
  max-width: 20rem;
}

.btn-line {
  position: relative;
}
.btn-line::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #218DCE;
  transition: 0.6s ease;
}
.btn-line:hover::after {
  width: 100%;
}

.sec-title {
  padding: 17rem 1rem;
  margin-top: 10rem;
}
.sec-title.company {
  background: url(../images/company/bg-title.png);
  background-size: cover;
  background-position: center;
}
.sec-title.contact {
  background: url(../images/contact/bg-title.png);
  background-size: cover;
  background-position: center;
}
.sec-title.information {
  background: url(../images/information/bg-title.png);
  background-size: cover;
  background-position: center;
}
.sec-title .title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}

.sec-information {
  padding: 21rem 0;
  background: #F6F6F6;
  margin-top: -1rem;
}
.sec-information.information {
  padding: 12rem 0 16rem;
  margin-top: 0;
}
.sec-information .container {
  max-width: 100rem;
}
.sec-information .container .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sec-information .container .content .content-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.sec-information .container .content .content-head .view-more {
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  font-family: "Big Caslon Medium", sans-serif;
}
.sec-information .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.sec-information .container .content .list .item {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sec-information .container .content .list .item:first-child {
  border-top: 1px solid #D9D9D9;
  padding-top: 2.5rem;
}
.sec-information .container .content .list .item .item-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
}
.sec-information .container .content .list .item .item-head .btn-txt {
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem 0;
}
.sec-information .container .content .pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
}
.sec-information .container .content .pagination .next-page, .sec-information .container .content .pagination .prev-page {
  border: 1px solid #7E7E7E;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  cursor: pointer;
}
.sec-information .container .content .pagination .next-page:hover, .sec-information .container .content .pagination .prev-page:hover {
  background: #D9D9D9;
}
.sec-information .container .content .pagination .next-page:hover svg, .sec-information .container .content .pagination .prev-page:hover svg {
  fill: #fff;
  transition: 0.3s ease;
}
.sec-information .container .content .pagination .page {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-information .container .content .pagination .page .item {
  border: 1px solid #7E7E7E;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.sec-information .container .content .pagination .page .item.active {
  background: #7E7E7E;
  color: #fff;
}
.sec-information .container .content .pagination .page .item:hover {
  background: #D9D9D9;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #4CB3D9;
  transition: 0.5s ease-out;
}
.loading.loaded .img-loading::before {
  width: 100%;
}
.loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading .img-loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  width: 100%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
.loading .img-loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading .img-loading::after, .loading .img-loading::before {
  position: absolute;
  content: "";
  bottom: -3rem;
  left: 0;
  z-index: 9999;
  height: 2px;
  transition: 0.5s ease;
}
.loading .img-loading::after {
  width: 100%;
  background: #fff;
  opacity: 0.5;
}
.loading .img-loading::before {
  width: 1%;
  background: #fff;
  height: 3px;
}

@media (max-width: 1080px) {
  .sec-information {
    padding: 18rem 0;
  }
  .sec-title {
    padding: 13rem 1rem;
  }
  .sec-title .title {
    font-size: 3.6rem;
  }
  .sec-information.information {
    padding: 10rem 0 13rem;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .container {
    width: 90%;
  }
  .title-main {
    font-size: 2.6rem;
  }
  .sec-information {
    padding: 15rem 0;
  }
  .sec-title {
    padding: 10rem 1rem;
  }
  .sec-title .title {
    font-size: 3.2rem;
  }
  .sec-information.information {
    padding: 10rem 0;
  }
  .sec-information .container .content .pagination .page .item {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .sec-information .container .content .pagination .next-page,
  .sec-information .container .content .pagination .prev-page {
    width: 3rem;
    height: 3rem;
  }
  .sec-information .container .content .pagination .next-page svg,
  .sec-information .container .content .pagination .prev-page svg {
    width: 1rem;
    height: 1rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  position: fixed;
  z-index: 111;
  width: 100%;
  top: 0;
  transition: all 0.5s ease;
}
.header.small-header {
  opacity: 1 !important;
  transform: translateY(0) !important;
  background: #fff;
}
.header.small-header .container .content {
  padding: 1rem 0;
}
.header .container {
  width: 160rem;
  max-width: 94%;
  height: 100%;
}
.header .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  padding: 3rem 0;
  transition: all 0.5s ease;
}
.header .container .content .content-nav {
  flex: 1;
}
.header .container .content .content-nav .nav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5rem;
}
.header .container .content .content-nav .nav .list .item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
.header .container .content .content-nav .nav .list .item.pc {
  display: flex;
  justify-content: center;
  max-width: 17rem;
  width: 100%;
}
.header .container .content .content-nav .nav .list .item .group-phone {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}

#header {
  opacity: 0;
  transform: translateY(5rem);
  transition: 0.5s ease;
}
#header.show {
  opacity: 1;
  transform: translateY(0);
}

body:not(.home) #header {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1265px) {
  .header .container .content .content-nav .nav .list {
    gap: 3rem;
  }
}
@media (max-width: 1150px) {
  .header .container {
    max-width: 100%;
  }
  .header .container .content {
    padding: 3rem 3vw;
  }
  .header.small-header .container .content {
    padding: 1rem 3vw;
  }
  .header .container .content .content-nav .nav .list .item.pc {
    display: none;
  }
  .header .pc {
    display: none;
  }
  .header .sp {
    display: block;
  }
  .header .container .content {
    position: relative;
    z-index: 1;
  }
  .header .container .content .content-logo {
    position: relative;
    z-index: -1;
  }
  .header .container .content .content-nav {
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
  }
  .header .container .content .content-nav .btn-primary {
    font-size: 2rem;
  }
  .header .container .content .content-nav .sp {
    display: block;
  }
  .header .container .content .content-nav .sp .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 4rem;
    height: 3.2rem;
    cursor: pointer;
  }
  .header .container .content .content-nav .sp .wrap span {
    height: 2px;
    width: 4rem;
    background-color: #218DCE;
    transition: all 0.5s;
  }
  .header .container .content .content-nav .sp .wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
  }
  .header .container .content .content-nav .sp .wrap.active {
    padding: 0.5rem 1rem;
  }
  .header .container .content .content-nav .sp .wrap.active::after {
    opacity: 1;
    visibility: visible;
  }
  .header .container .content .content-nav .sp .wrap.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 1rem;
    width: 5rem;
    height: 2px;
    background-color: #fff;
  }
  .header .container .content .content-nav .sp .wrap.active span:nth-child(2) {
    display: none;
  }
  .header .container .content .content-nav .sp .wrap.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -2rem;
    width: 5rem;
    height: 2px;
    background-color: #fff;
  }
  .header .container .content .content-nav .nav {
    right: -100%;
    position: absolute;
    transition: right 0.5s ease;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 100;
    background: #fff;
    z-index: -1;
    padding: 16rem 4rem;
    max-height: 95rem;
  }
  .header .container .content .content-nav .nav .list {
    flex-direction: column;
    gap: 4rem;
  }
  .header .container .content .content-nav .nav .list .item {
    font-size: 2.4rem;
  }
  .header .container .content .content-nav .nav .list .item .group-phone {
    font-size: 4rem;
    gap: 2rem;
  }
  .header .container .content .content-nav .nav .list .item .group-phone img {
    width: 6rem;
  }
  .header .container .content .content-nav .nav .list .group-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 4rem 0;
    width: 100%;
  }
  .header .container .content .content-nav .nav .list .group-item .btn-primary {
    max-width: 26rem;
    padding: 1.2rem 0;
  }
  .header .container .content .content-nav .nav .list .btn-close {
    border: 1px solid #D9D9D9;
    padding: 1.5rem 0;
    font-size: 2rem;
    max-width: 26rem;
    width: 100%;
    text-align: center;
    transition: 0.5s ease;
  }
  .header .container .content .content-nav .nav .list .btn-close:hover {
    background: #D9D9D9;
    color: #fff;
  }
  .header .container .content .content-nav .nav.active {
    display: block;
    right: 0;
    transition: right 0.5s ease;
    overflow-y: scroll;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .header .container .content .content-logo {
    max-width: 25rem;
    width: 100%;
  }
  .header .container .content {
    padding: 3rem 3vw;
  }
  .header.small-header .container .content {
    padding: 2rem 3vw;
  }
}
.footer {
  padding: 6rem 0 5rem;
}
.footer .container {
  max-width: 160rem;
}
.footer .container .content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer .container .content .content-left .group-txt {
  margin-top: 2rem;
}
.footer .container .content .content-left .group-txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.footer .container .content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.footer .container .content .content-right .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}
.footer .container .content .content-right .list .item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer .container .content .content-right .list .item.pc {
  display: flex;
  max-width: 17rem;
  width: 100%;
}
.footer .container .content .content-right .list .item .group-phone {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
.footer .container .txt-copyright p {
  text-align: right;
}

@media (max-width: 1080px) {
  .footer {
    padding: 8rem 0 4.5rem;
  }
  .footer .sp {
    display: block;
  }
  .footer .pc {
    display: none;
  }
  .footer .container .content .content-right .list .item.pc {
    display: none;
  }
  .footer .container .content {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .footer .container .content .content-right .group-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
  }
  .footer .container .content .content-right .group-item .item {
    flex-basis: 33rem;
  }
  .footer .container .content .content-right .group-item .item.btn-primary {
    max-width: 26rem;
    font-size: 2rem;
    padding: 1.2rem 0;
  }
  .footer .container .content .content-right .group-item .item .group-phone {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .footer .container .content .content-right .group-item .item .group-phone .btn-line {
    font-size: 4rem;
  }
  .footer .container .content .content-right .group-item .item .group-phone svg {
    max-width: 6rem;
    width: 100%;
  }
  .footer .container .content .content-right .list {
    justify-content: center;
  }
  .footer .container .content .content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .container .content .content-left .group-txt p {
    text-align: center;
  }
  .footer .container .txt-copyright p {
    text-align: center;
    margin-top: 3rem;
  }
  .footer .container .content .content-left .img img {
    max-width: 25rem;
    width: 100%;
  }
}
.main .sec-top video {
  object-fit: cover;
  min-height: 100vh;
  height: 100rem;
}
.main .sec-top .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .sec-top .container #txt-load,
.main .sec-top .container #circle {
  opacity: 0;
  transform: translateY(5rem);
  transition: 0.5s ease;
}
.main .sec-top .container #txt-load.show,
.main .sec-top .container #circle.show {
  opacity: 1;
  transform: translateY(0);
}
.main .sec-top .container .group-title {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-45%);
  opacity: 0;
  transition: 0.5s ease;
}
.main .sec-top .container .group-title.show {
  opacity: 1;
  transform: translateY(-50%);
}
.main .sec-top .container .group-title p {
  font-size: 10rem;
  font-family: "Big Caslon Medium", sans-serif;
}
.main .sec-top .container .circle {
  width: 41rem;
  height: 41rem;
  border: 1px solid #D2D2D2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3%;
  bottom: 10%;
}
.main .sec-top .container .circle .group-txt {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.main .sec-top .container .circle .group-txt p {
  font-size: 1.4rem;
}
.main .sec-top .container .txt-load {
  font-size: 4rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}
.main .sec-beauty {
  background: url(../images/top/bg-beauty.png);
  background-position: center;
  background-size: cover;
}
.main .sec-beauty .container .content {
  position: relative;
  padding: 54rem 0;
}
.main .sec-beauty .container .content .group-txt {
  max-width: 103rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main .sec-beauty .container .content .group-txt .title {
  font-size: 4.6rem;
}
.main .sec-beauty .container .content .group-txt .title.left {
  text-align: left;
}
.main .sec-beauty .container .content .group-txt .title.right {
  text-align: right;
}
.main .sec-beauty .container .content .group-txt .txt {
  margin-top: 7rem;
}
.main .sec-beauty .container .content .group-txt .txt p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
}
.main .sec-beauty .container .content .item-img {
  position: absolute;
  opacity: 0;
  transition: 0.6s ease;
  transform: translateY(5rem);
}
.main .sec-beauty .container .content .item-img.show {
  opacity: 1;
  transform: translateY(0);
}
.main .sec-beauty .container .content .item-img.item-01 {
  top: 23rem;
  left: 24rem;
}
.main .sec-beauty .container .content .item-img.item-02 {
  top: 28rem;
  right: 19rem;
}
.main .sec-beauty .container .content .item-img.item-03 {
  bottom: 37.5rem;
  left: -4%;
}
.main .sec-beauty .container .content .item-img.item-04 {
  bottom: 41rem;
  right: 7rem;
}
.main .sec-beauty .container .content .item-img.item-05 {
  bottom: 18rem;
  left: 58rem;
}
.main .sec-beauty .container .content .item-img.item-06 {
  bottom: 26rem;
  right: 47rem;
}
.main .sec-world {
  background: #F2F9FB;
}
.main .sec-world .container .content {
  position: relative;
  padding: 40rem 0 45rem;
}
.main .sec-world .container .content .img-world {
  position: absolute;
  top: 17rem;
  right: 6rem;
  z-index: 1;
}
.main .sec-world .container .content .img-world .img-01 {
  opacity: 0;
  transition: 0.6s ease;
  transform: translateY(2rem);
}
.main .sec-world .container .content .img-world .img-01.show {
  opacity: 1;
  transform: translateY(0);
}
.main .sec-world .container .content .img-world .img-map {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.6s ease;
  transform: translateY(2rem);
}
.main .sec-world .container .content .img-world .img-map.show {
  opacity: 1;
  transform: translateY(0);
}
.main .sec-world .container .content .img-world .map-01 {
  top: 30%;
  left: 20%;
}
.main .sec-world .container .content .img-world .map-02 {
  top: 31%;
  left: 22%;
}
.main .sec-world .container .content .img-world .map-03 {
  top: 37%;
  left: 24%;
}
.main .sec-world .container .content .title-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 8rem;
  font-family: "Big Caslon Medium", sans-serif;
}
.main .sec-world .container .content .title-main span {
  width: 8rem;
  height: 1px;
  background: #707070;
}
.main .sec-world .container .content .group-logo {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 10rem;
}
.main .sec-world .container .content .group-logo .item {
  padding: 3rem 1rem 3rem 6rem;
  background: #fff;
  position: relative;
  max-width: 60rem;
  width: 100%;
}
.main .sec-world .container .content .group-logo .item .component {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.main .sec-business {
  transition: 1s ease;
}
.main .sec-business .container .content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 30rem 0;
}
.main .sec-business .container .content .content-head {
  text-align: center;
}
.main .sec-business .container .content .content-head .busi {
  font-size: 2rem;
  color: #fff;
  font-family: "Big Caslon Medium", sans-serif;
  font-weight: 500;
}
.main .sec-business .container .content .content-head .title {
  font-size: 4.6rem;
  color: #fff;
  margin-top: 1.5rem;
}
.main .sec-business .container .content .content-body {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.main .sec-business .container .content .content-body .item {
  position: relative;
}
.main .sec-business .container .content .content-body .item p {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
}

@media (max-width: 1600px) {
  .main .sec-beauty .container .content .item-img.item-04 {
    right: 0;
  }
  .main .sec-beauty .container .content .item-img.item-05 {
    left: 35%;
  }
  .main .sec-beauty .container .content .item-img.item-06 {
    right: 30%;
  }
  .main .sec-world .container .content .img-world {
    max-width: 70rem;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 1550px) {
  .main .sec-beauty .container .content .item-img.item-03 {
    bottom: 5%;
  }
  .main .sec-beauty .container .content .item-img.item-04 {
    bottom: 13%;
  }
}
@media (max-width: 1400px) {
  .main .sec-top .container .circle {
    width: 35rem;
    height: 35rem;
  }
  .main .sec-world .container .content .img-world {
    max-width: 55rem;
    top: 25%;
  }
  .main .sec-world .container .content {
    padding: 30rem 0 35rem;
  }
  .main .sec-world .container .content .img-world .img-map {
    max-width: 3rem;
    width: 100%;
  }
  .main .sec-world .container .content .img-world .map-01 {
    top: 29%;
  }
  .main .sec-world .container .content .img-world .map-02 {
    top: 30%;
  }
  .main .sec-world .container .content .img-world .map-03 {
    top: 36%;
  }
}
@media (max-width: 1250px) {
  .main .sec-world .container .content .group-logo .item {
    max-width: 50rem;
    padding: 3rem;
  }
  .main .sec-world .container .content .img-world {
    max-width: 50rem;
  }
  .main .sec-world .container .content .title-main {
    font-size: 6.5rem;
  }
}
@media (max-width: 1080px) {
  .main .sec-top .container .group-title p {
    font-size: 9rem;
  }
  .main .sec-top .container .circle {
    width: 26rem;
    height: 26rem;
    left: 3%;
    bottom: 5%;
  }
  .main .sec-top .container .circle .group-txt {
    gap: 3rem;
  }
  .main .sec-beauty {
    overflow: hidden;
  }
  .main .sec-beauty .container .content {
    padding: 51rem 0 78rem;
  }
  .main .sec-beauty .container .content .item-img.item-01 {
    top: 5%;
    left: 0;
    max-width: 22rem;
    width: 100%;
  }
  .main .sec-beauty .container .content .item-img.item-02 {
    top: 10%;
    right: 0;
    max-width: 21rem;
    width: 100%;
  }
  .main .sec-beauty .container .content .item-img.item-03 {
    bottom: 11%;
  }
  .main .sec-beauty .container .content .item-img.item-04 {
    bottom: 20%;
    right: -4%;
  }
  .main .sec-beauty .container .content .item-img.item-05 {
    right: 25%;
    bottom: 5%;
    left: auto;
    max-width: 16rem;
    width: 100%;
  }
  .main .sec-beauty .container .content .item-img.item-06 {
    display: none;
  }
  .main .sec-world .container .content .img-world {
    max-width: 100%;
    position: relative;
    margin-top: 6rem;
    max-width: max-content;
    width: 100%;
  }
  .main .sec-world .container .content .group-logo .item {
    max-width: 67rem;
    padding: 3rem 0 3rem 5rem;
  }
  .main .sec-world .container .content {
    padding: 20rem 0 1rem;
  }
  .main .sec-business .container .content {
    padding: 20rem 0;
  }
  .main .sec-world .container .content .img-world .map-01 {
    top: 31%;
    left: 22%;
  }
  .main .sec-world .container .content .img-world .map-02 {
    top: 32%;
    left: 24%;
  }
  .main .sec-world .container .content .img-world .map-03 {
    top: 38%;
    left: 25%;
  }
}
@media (max-width: 768px) {
  .main .sec-top .container .group-title p {
    font-size: 8rem;
  }
  .main .sec-beauty .container .content .group-txt .title {
    font-size: 4rem;
  }
  .main .sec-beauty .container .content .group-txt .title.right {
    text-align: center;
    margin-top: 1rem;
  }
  .main .sec-beauty .container .content .group-txt .title.left {
    text-align: center;
  }
  .main .sec-beauty .container .content .item-img.item-03 {
    bottom: 16%;
    left: -7%;
    max-width: 29rem;
    width: 100%;
  }
  .main .sec-beauty .container .content .item-img.item-04 {
    right: -20%;
    bottom: 22%;
    max-width: 29rem;
    width: 100%;
  }
  .main .sec-beauty .container .content .item-img.item-05 {
    right: 15%;
  }
  .main .sec-business .container .content {
    padding: 15rem 0;
  }
  .main .sec-business .container .content .content-body {
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
  .main .sec-business .container .content .content-body .item {
    width: 100%;
  }
  .main .sec-business .container .content .content-body .item img {
    width: 100%;
  }
  .main .sec-business .container .content .content-body .item p {
    font-size: 2rem;
  }
  .main .sec-world .container .content .group-logo .item img {
    max-width: 30rem;
    width: 100%;
  }
  .main .sec-world .container .content .group-logo .item img.component {
    max-width: 4rem;
    width: 100%;
  }
  .main .sec-world .container .content .group-logo .item img.waywell {
    max-width: 18rem;
  }
  .main .sec-world .container .content .group-logo .item img.inno {
    max-width: 15rem;
  }
  .main .sec-top .container .group-title {
    top: 40%;
  }
  .main .sec-top .container .circle {
    bottom: 10%;
  }
}
.main .sec-profile {
  background: #F6F6F6;
}
.main .sec-profile .container .content {
  padding: 16rem 0;
}
.main .sec-profile .container .content .title-main {
  text-align: center;
  margin-bottom: 1rem;
}
.main .sec-profile .container .content .table {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.main .sec-profile .container .content .table tr td {
  border-bottom: 1px solid #D9D9D9;
  padding: 4rem 0 1.5rem;
}
.main .sec-profile .container .content .table tr td p {
  font-weight: 600;
}
.main .sec-profile .container .content .table tr td:nth-child(1) {
  width: 14rem;
}
.main .sec-map {
  background: #F2F9FB;
}
.main .sec-map .container .content {
  padding: 16rem 0;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.main .sec-map .container .content .title-main {
  text-align: center;
}
.main .sec-map .container .content .map {
  margin-top: 6rem;
}
.main .sec-map .container .content .map iframe {
  width: 100%;
  height: 60rem;
}
.main .sec-map .container .content .des {
  font-weight: 600;
  margin-top: 3rem;
}

@media (max-width: 1080px) {
  .main .sec-profile .container .content {
    padding: 13rem 0;
  }
  .main .sec-map .container .content {
    padding: 13rem 0;
  }
  .main .sec-map .container .content .map iframe {
    height: 40rem;
  }
}
@media (max-width: 768px) {
  .main .sec-profile .container .content {
    padding: 10rem 0;
  }
  .main .sec-map .container .content {
    padding: 10rem 0;
  }
  .main .sec-map .container .content .map {
    margin-top: 5rem;
  }
  .main .sec-map .container .content .des {
    margin-top: 2rem;
  }
}
.main .sec-contact {
  background: #F6F6F6;
  padding: 16rem 0;
}
.main .sec-contact .container .content {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.main .sec-contact .container .content .content-head {
  display: none;
}
.main .sec-contact .container .content .content-head.active {
  display: block;
}
.main .sec-contact .container .content .content-head p {
  text-align: center;
  font-weight: 600;
}
.main .sec-contact .container .content .content-body {
  margin-top: 5rem;
}
.main .sec-contact .container .content .content-body .progress {
  display: flex;
  gap: 8.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .sec-contact .container .content .content-body .progress span {
  font-weight: 600;
}
.main .sec-contact .container .content .content-body .progress .progress-bar {
  position: absolute;
  bottom: -3.5rem;
  display: flex;
  gap: 8.5rem;
  align-items: center;
  justify-content: center;
}
.main .sec-contact .container .content .content-body .progress .progress-bar.before-active::before {
  background: #218DCE;
}
.main .sec-contact .container .content .content-body .progress .progress-bar span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #218DCE;
  border-radius: 100%;
  z-index: 2;
  transition: 0.5s ease;
}
.main .sec-contact .container .content .content-body .progress .progress-bar span.active {
  background: #218DCE !important;
}
.main .sec-contact .container .content .content-body .progress .progress-bar span:nth-child(1) {
  margin-right: 0.5rem;
}
.main .sec-contact .container .content .content-body .progress .progress-bar span:nth-child(2) {
  margin-left: 0.5rem;
  background: #fff;
}
.main .sec-contact .container .content .content-body .progress .progress-bar span:nth-child(3) {
  margin-left: 0.5rem;
  background: #fff;
}
.main .sec-contact .container .content .content-body .progress .progress-bar::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background: #218DCE;
  transition: 0.5s ease;
  z-index: 1;
}
.main .sec-contact .container .content .content-body .progress .progress-bar::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background: #fff;
  transition: 0.5s ease;
  z-index: 1;
}
.main .sec-contact .container .content .content-ft {
  margin-top: 10rem;
  display: none;
  flex-direction: column;
  gap: 6rem;
}
.main .sec-contact .container .content .content-ft.active {
  display: flex;
}
.main .sec-contact .container .content .content-ft .input-control, .main .sec-contact .container .content .content-ft .radio-control, .main .sec-contact .container .content .content-ft .textarea, .main .sec-contact .container .content .content-ft .checkbox-control {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 0.4rem;
}
.main .sec-contact .container .content .content-ft .input-control {
  height: 6rem;
  padding: 1rem;
}
.main .sec-contact .container .content .content-ft .radio-control {
  width: 2.8rem;
}
.main .sec-contact .container .content .content-ft .textarea {
  min-height: 40rem;
  padding: 1rem;
}
.main .sec-contact .container .content .content-ft .checkbox-control {
  width: 1.6rem;
}
.main .sec-contact .container .content .content-ft label {
  font-size: 2rem;
  font-weight: 600;
}
.main .sec-contact .container .content .content-ft span {
  font-size: 2rem;
  font-weight: 600;
}
.main .sec-contact .container .content .content-ft span.error {
  font-size: 1.6rem;
}
.main .sec-contact .container .content .content-ft input[type=radio] {
  width: 2rem;
  height: 2rem;
}
.main .sec-contact .container .content .content-ft input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
}
.main .sec-contact .container .content .content-ft .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 2rem;
}
.main .sec-contact .container .content .content-ft .form-group .group-txt {
  border: 1px solid #cccccc;
  padding: 1.5rem;
  background: #fff;
}
.main .sec-contact .container .content .content-ft .form-group .group-txt p {
  font-size: 1.2rem;
  font-weight: 600;
}
.main .sec-contact .container .content .content-ft .radio-group {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.main .sec-contact .container .content .content-ft .radio-group .mwform-radio-field-text {
  font-size: 1.6rem;
}
.main .sec-contact .container .content .content-ft .item {
  display: flex;
  gap: 1rem;
}
.main .sec-contact .container .content .content-ft .item label {
  font-size: 1.6rem;
}
.main .sec-contact .container .content .content-ft .item span {
  font-size: 1.6rem;
}
.main .sec-contact .container .content .btn {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 0 auto;
  padding-top: 6rem;
}
.main .sec-contact .container .content .btn .btn-primary {
  display: none;
  justify-content: center;
}
.main .sec-contact .container .content .btn .btn-primary.active {
  display: flex;
}

@media (max-width: 1080px) {
  .main .sec-contact {
    padding: 13rem 0;
  }
  .main .sec-contact .container .content .content-ft .textarea {
    min-height: 30rem;
  }
}
@media (max-width: 768px) {
  .main .sec-contact {
    padding: 10rem 0;
  }
  .main .sec-contact .container .content .content-ft .form-group {
    gap: 1rem;
  }
  .main .sec-contact .container .content .content-ft {
    gap: 4rem;
  }
  .main .sec-contact .container .content .content-ft .textarea {
    min-height: 15rem;
  }
  .main .sec-contact .container .content .content-ft .input-control {
    height: 5rem;
  }
}
.main .sec-page {
  padding: 13rem 0 16rem;
  background: #F6F6F6;
}
.main .sec-page .container {
  max-width: 155rem;
}
.main .sec-page .container .content {
  display: flex;
  gap: 8rem;
}
.main .sec-page .container .content .content-page {
  flex: 5;
}
.main .sec-page .container .content .content-page .head .head-title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main .sec-page .container .content .content-page .head .head-title p {
  font-size: 1rem;
}
.main .sec-page .container .content .content-page .head .head-title .btn-txt {
  border: 1px solid #E2E2E2;
  padding: 0.2rem 0.5rem 0;
}
.main .sec-page .container .content .content-page .head .head-body {
  margin-top: 0.5rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
}
.main .sec-page .container .content .content-page .head .head-body p {
  font-size: 2rem;
  font-weight: 600;
}
.main .sec-page .container .content .content-page .body {
  margin-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #D9D9D9;
}
.main .sec-page .container .content .content-page .body .body-title h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
}
.main .sec-page .container .content .content-page .body .body-title h3 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
}
.main .sec-page .container .content .content-page .body .body-title p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem 0;
}
.main .sec-page .container .content .content-page .body .body-title img {
  margin: 5rem auto;
}
.main .sec-page .container .content .content-page .ft {
  margin-top: 16rem;
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.main .sec-page .container .content .content-page .pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
.main .sec-page .container .content .content-page .pagination .next-page, .main .sec-page .container .content .content-page .pagination .prev-page {
  border: 1px solid #7E7E7E;
  padding: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  cursor: pointer;
}
.main .sec-page .container .content .content-page .pagination .next-page:hover, .main .sec-page .container .content .content-page .pagination .prev-page:hover {
  background: #D9D9D9;
}
.main .sec-page .container .content .content-page .pagination .next-page:hover svg, .main .sec-page .container .content .content-page .pagination .prev-page:hover svg {
  fill: #fff;
  transition: 0.3s ease;
}
.main .sec-page .container .content .content-page .pagination .page {
  max-width: 20rem;
  width: 100%;
}
.main .sec-page .container .content .content-page .pagination .page .item {
  border: 1px solid #7E7E7E;
  padding: 1rem;
  max-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.main .sec-page .container .content .content-page .pagination .page .item:hover {
  background: #D9D9D9;
}
.main .sec-page .container .content .tab-bars {
  flex: 1;
}
.main .sec-page .container .content .tab-bars a, .main .sec-page .container .content .tab-bars p {
  font-size: 1.6rem;
  font-weight: 400;
}
.main .sec-page .container .content .tab-bars .title {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.5rem;
}
.main .sec-page .container .content .tab-bars .list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.main .sec-page .container .content .tab-bars .sum {
  margin-top: 3rem;
}
.main .sec-page .container .content .tab-bars .sum p {
  line-height: 2;
}

@media (max-width: 1440px) {
  .main .sec-page .container .content .content-page .ft {
    margin-top: 13rem;
  }
}
@media (max-width: 1080px) {
  .main .sec-page {
    padding: 12rem 0;
  }
  .main .sec-page .container .content {
    gap: 4rem;
  }
  .main .sec-page .container .content .content-page .body {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .main .sec-page .container .content .content-page .ft {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .main .sec-page {
    padding: 10rem 0;
  }
  .main .sec-page .container .content .content-page {
    flex: 4;
  }
  .main .sec-page .container .content {
    gap: 3rem;
  }
  .main .sec-page .container .content .content-page .body {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
  .main .sec-page .container .content .content-page .ft {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
  .main .sec-page .container .content .content-page .pagination .next-page, .main .sec-page .container .content .content-page .pagination .prev-page {
    padding: 0.5rem;
    width: 4rem;
  }
  .main .sec-page .container .content .content-page .pagination {
    margin-top: 5rem;
  }
  .main .sec-page .container .content .content-page .body .body-title img {
    margin: 4rem auto;
  }
  .main .sec-page .container .content .content-page .body .body-title p {
    margin: 0.5rem 0;
  }
  .main .sec-page .container .content .content-page .body .body-title h2 {
    margin: 2rem 0 1rem;
  }
  .main .sec-page .container .content .content-page .body .body-title h3 {
    margin: 1rem 0 0.5rem;
  }
}

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