@charset "UTF-8";
@media screen and (min-width: 769px) {
  .visible-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .visible-sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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-spacing: 0;
}

/* 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 {
  vertical-align: middle;
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow-x: hidden;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background-color: #fff;
  line-break: anywhere;
  word-break: keep-all;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}
iframe[allowfullscreen] {
  height: auto;
  aspect-ratio: 16/9;
}

a {
  text-underline-offset: 2px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

.txt-center {
  text-align: center;
}

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

.sns-icon {
  max-width: 32px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

.link-arrow {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 10em;
  background-color: #f6f5f3;
  transition: all 0.4s;
}
.link-arrow img {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.link-arrow:hover {
  background-color: #8c8260;
}
.link-arrow:hover .normal {
  opacity: 0;
}
.link-arrow:not(:hover) .active {
  opacity: 0;
}

.inpage-nav {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inpage-nav {
    flex-direction: column;
  }
}
@media print {
  .inpage-nav {
    display: none;
  }
}
.inpage-nav.center ul {
  justify-content: center;
}
.inpage-nav ul {
  list-style: none;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .inpage-nav ul {
    width: 100%;
  }
}
.inpage-nav ul li {
  flex-basis: 170px;
}
@media screen and (max-width: 768px) {
  .inpage-nav ul li {
    flex-basis: calc(50% - 16px);
    margin: 8px 0;
  }
}
.inpage-nav ul li::before {
  content: none !important;
}
.inpage-nav ul a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 24px;
  border-bottom: 1px solid #edeaea;
  background-image: url(../img/talent/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #222;
  font-size: 15px;
  text-decoration: none;
}
.inpage-nav ul a:hover {
  color: #8c8260;
}
.inpage-nav ul a:hover::before {
  width: 100%;
}
.inpage-nav ul a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  display: block;
  width: 0%;
  height: 1px;
  background-color: #8c8260;
  transition: all 0.4s;
}
.inpage-nav .fansite a {
  display: block;
  width: 320px;
  height: 45px;
  padding-right: 16px;
  line-height: 45px;
  border: 1px solid #222;
  background-image: url(../img/talent/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  color: #222;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .inpage-nav .fansite a {
    width: 280px;
    font-size: 11px;
  }
}
.inpage-nav .fansite a:hover {
  border-color: #dbdbdb;
  color: #8c8260;
}
.inpage-nav.talent-section {
  margin: 64px 0;
}
.inpage-nav.talent-section ul {
  align-items: stretch;
  gap: 0;
}
.inpage-nav.talent-section li {
  box-sizing: border-box;
  flex-basis: 201px;
  width: 201px;
  margin: -1px 0 0 -1px;
  border: 1px solid #8c8260;
}
@media screen and (max-width: 1024px) {
  .inpage-nav.talent-section li {
    flex-basis: calc(50% - 1px);
    width: calc(50% - 1px);
  }
}
.inpage-nav.talent-section a {
  box-sizing: border-box;
  height: 100%;
  padding: 16px 16px 16px 40px;
  background-position: left 16px center;
  border-bottom: none;
}
.inpage-nav.talent-section a:hover {
  background-image: url(../img/icon-arrow-down-white.svg);
  background-color: #8c8260;
  color: #fff;
}
.inpage-nav.talent-section a:hover::before {
  content: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  max-width: 1200px;
  margin: 32px auto;
  line-height: 1.8;
  color: #b1b1b1;
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  .breadcrumbs {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    gap: 4px 8px;
    margin: 16px;
    font-size: 11px;
  }
}
.breadcrumbs a {
  color: #b1b1b1;
}

.page-title {
  margin: 56px 0 40px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-title {
    margin: 40px 0 40px;
    font-size: 27px;
  }
}
.page-title.thin {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .page-title.thin {
    margin-bottom: 0;
  }
}

.page-subtitle {
  margin: 32px 0 32px;
  color: #8c8260;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-subtitle {
    margin: 20px 0 20px;
    font-size: 18px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 64px 0;
}
.pagination .page, .pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .pagination .page, .pagination .current {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.pagination .page {
  text-decoration: none;
  background-color: #f9f9f8;
  color: #222;
}
.pagination .page:hover {
  background-color: #8c8260;
  color: #fff;
}
.pagination .current {
  background-color: #8c8260;
  color: #fff;
}
.pagination .nextpostslink, .pagination .previouspostslink {
  width: 56px;
  height: 36px;
  border-radius: 10em;
  border: 1px solid #8c8260;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .pagination .nextpostslink, .pagination .previouspostslink {
    width: 40px;
    height: 26px;
    background-size: 8px;
  }
}
.pagination .nextpostslink:hover, .pagination .previouspostslink:hover {
  opacity: 0.8;
}
.pagination .nextpostslink {
  background-image: url(../img/page-next.svg);
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .pagination .nextpostslink {
    margin-left: 16px;
  }
}
.pagination .previouspostslink {
  background-image: url(../img/page-prev.svg);
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .pagination .previouspostslink {
    margin-right: 16px;
  }
}

.common-thumbnail {
  position: relative;
  background-color: #f2efe7;
}
.common-thumbnail::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8c8260;
}
.common-thumbnail img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.common-thumbnail a:hover img {
  opacity: 0.8;
}

.more-link {
  margin: 32px 16px;
}
.more-link a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 32px 16px;
  line-height: 0;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .more-link a {
    max-width: 260px;
    padding: 24px 16px;
    font-size: 13px;
  }
}
.more-link a:hover {
  background-color: #fff;
  color: #8c8260;
}

.page-content {
  max-width: 1000px;
  margin: 32px auto 64px;
}
@media screen and (max-width: 1024px) {
  .page-content {
    margin: 8px auto 32px;
  }
}

.form-group-wrapper {
  margin: 0 0 16px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .form-group {
    flex-direction: column;
  }
}
.form-group select {
  flex-basis: 45%;
}
.form-group .remove {
  flex-shrink: 0;
}

body a.button-link-normal {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  line-height: 1;
  margin: 32px auto;
  padding: 16px 16px;
  border: none;
  background-color: #f6f5f3;
  color: #222;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  body a.button-link-normal {
    max-width: 260px;
    padding: 24px 16px;
  }
}
body a.button-link-normal:hover {
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}

body a.button-link-white {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  line-height: 1.5;
  margin: 32px auto;
  padding: 16px 16px;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body a.button-link-white {
    max-width: 260px;
    padding: 24px 16px;
  }
}
body a.button-link-white:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}

body a.button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 32px auto;
  padding: 16px;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body a.button-link {
    max-width: 260px;
    padding: 24px 16px;
  }
}
body a.button-link:hover {
  background-color: #fff;
  color: #8c8260;
  text-decoration: none;
}
body a.button-link.noborder {
  text-decoration: none;
}

body a.arrow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  margin: 32px auto;
  color: #8c8260;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
body a.arrow-link:hover {
  text-decoration: underline;
}
body a.arrow-link:hover::after {
  background-color: #8c8260;
  background-image: url(../img/icon-link-arrow-invert.svg);
}
body a.arrow-link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 10em;
  background-color: #f6f5f3;
  background-image: url(../img/icon-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 16px center;
  background-size: auto;
  transition: 0.5s all;
}

.notice {
  padding: 48px;
  background-color: #f6f5f3;
}
@media screen and (max-width: 1024px) {
  .notice {
    padding: 24px 16px;
  }
}

.mw_wp_form_confirm .notice.notice-input {
  display: none;
}

.mw_wp_form_input .talent-selector .mwform-custom-mail-tag-field {
  display: none;
}

.share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
  margin-block: 2em;
}
.single-news-content .share-links {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .container-talent .share-links {
    flex-direction: column;
    gap: 0.5em;
  }
}
.share-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.share-links ul li:before {
  display: none !important;
}
.share-links ul a {
  transition: all 0.3s;
}
.share-links ul a:hover {
  opacity: 0.7;
}
.share-links ul img {
  width: 36px;
}

body.admin-bar header.header {
  top: 32px;
}
@media screen and (max-width: 600px) {
  body.admin-bar header.header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
header.header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
}
@media print {
  header.header {
    position: initial;
  }
}
header.header .logo {
  flex-basis: 200px;
  margin: 0 32px;
}
@media screen and (max-width: 1024px) {
  header.header .logo {
    flex-basis: 120px;
    margin: 0 16px;
  }
}
header.header .nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print {
  header.header .nav {
    display: none;
  }
}
header.header .nav .menu {
  display: flex;
  align-items: center;
  gap: 8px 32px;
}
@media screen and (max-width: 1280px) {
  header.header .nav .menu {
    gap: 8px 16px;
  }
}
@media screen and (max-width: 1024px) {
  header.header .nav .menu {
    display: none;
  }
}
header.header .nav .menu li {
  flex-shrink: 0;
  position: relative;
}
header.header .nav .menu li > a {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
header.header .nav .menu .recruit {
  padding: 0 0 0 16px;
  background-image: url(../images/icon-triangle-right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  color: #8c8260;
  font-size: 14px;
}
header.header .nav .menu .recruit:hover {
  text-decoration: underline;
}
header.header .nav .sub-menu {
  position: absolute;
  top: 48px;
  left: -100px;
  z-index: 6;
  box-sizing: border-box;
  display: none;
  width: 240px;
  padding: 16px 24px;
  background-color: #f2efe7;
  box-shadow: 4px 4px 4px rgba(140, 130, 96, 0.3);
}
header.header .nav .sub-menu li > a {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 500;
}
header.header .nav .sub-menu li > a:hover {
  text-decoration: underline;
}
header.header .nav .sub-menu li > a.external {
  background-image: url(../images/icon-external.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}
header.header .nav .sub-menu li:not(:first-child) > a {
  margin-top: 24px;
}
header.header .search {
  flex-basis: 200px;
  margin-left: 48px;
}
@media screen and (max-width: 1280px) {
  header.header .search {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  header.header .search {
    flex-basis: 60px;
    margin-left: 16px;
  }
}
header.header .search a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 84px;
  background-color: #8c8260;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header.header .search a {
    flex-direction: column;
    gap: 4px;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
}
header.header .search a:hover {
  opacity: 0.8;
}
header.header .search img {
  width: 24px;
}
@media screen and (max-width: 1024px) {
  header.header .search img {
    width: 12px;
  }
}
@media screen and (max-width: 1024px) {
  header.header .search span {
    line-height: 1.4;
    text-align: center;
  }
}
header.header .menu-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header .menu-toggle {
    display: block;
  }
  header.header .menu-toggle a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #222;
    background-image: url(../images/menu-toggle.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
  }
  header.header .menu-toggle a.open {
    background-image: url(../images/menu-close.svg);
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 16px;
  background-color: #fff;
}
.mobile-menu .menu > li {
  border-bottom: 1px solid #b4b4b4;
}
.mobile-menu .menu > li > a {
  display: block;
  padding: 16px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-menu .menu > li > a.has-children {
  background-image: url(../images/icon-plus-gold.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 16px center;
}
.mobile-menu .menu > li > a.open {
  background-image: url(../images/icon-minus-gold.svg);
  color: #8c8260;
}
.mobile-menu .menu .recruit {
  padding: 24px 0 24px 32px;
  background-image: url(../images/icon-triangle-right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left 16px center;
  color: #8c8260;
  font-size: 14px;
}
.mobile-menu .menu .recruit:hover {
  text-decoration: underline;
}
.mobile-menu .sub-menu {
  box-sizing: border-box;
  display: none;
  margin: 8px 24px 32px;
}
.mobile-menu .sub-menu li > a {
  display: block;
  width: 60%;
  margin: 16px 0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.mobile-menu .sub-menu li > a:hover {
  text-decoration: underline;
}
.mobile-menu .sub-menu li > a.external {
  background-image: url(../images/icon-external.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}

footer.footer {
  position: relative;
  max-width: 1200px;
  margin: 64px auto 0;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  footer.footer {
    margin: 64px 16px 0;
  }
}
footer.footer .logo {
  width: 200px;
  margin: 0 0 48px;
}
@media screen and (max-width: 1024px) {
  footer.footer .logo {
    width: 120px;
  }
}
footer.footer .nav {
  border-bottom: 1px solid #dbdbdb;
}
footer.footer .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 64px;
  margin: 24px 96px 24px 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .nav ul {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .nav li {
    width: 100%;
  }
}
footer.footer .nav li.right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
footer.footer .nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b4b4b4;
  font-size: 14px;
  text-decoration: none;
}
footer.footer .nav a:hover {
  text-decoration: underline;
}
footer.footer .nav a img {
  display: block;
  height: 1.2em;
}
footer.footer .copyright p {
  margin: 32px 0 64px;
  line-height: 1.6;
  color: #b4b4b4;
  font-size: 10px;
  text-align: right;
}
footer.footer .move2top {
  position: absolute;
  right: 0;
  bottom: 100px;
}

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

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

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
/*--------------------------
HOME
----------------------------*/
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
main#contents {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1;
  color: #151313;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
main#contents * {
  box-sizing: border-box;
}
main#contents img {
  max-width: 100%;
}
main#contents .c-mv {
  position: relative;
  z-index: 1;
}
main#contents .c-mv::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("../images/mv-bg.png") no-repeat center bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 1600px) {
  main#contents .c-mv::before {
    height: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-mv::before {
    height: 8vw;
  }
}
main#contents .c-mv .movie {
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-mv .movie {
    height: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-mv .movie {
    height: 96vw;
  }
}
main#contents .c-mv .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#contents .c-mv .mv-text {
  position: absolute;
  top: 420px;
  left: calc(50vw - 600px);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  main#contents .c-mv .mv-text {
    top: 26.25vw;
  }
}
@media screen and (max-width: 1280px) {
  main#contents .c-mv .mv-text {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-mv .mv-text {
    top: 46.6666666667vw;
    left: 5.3333333333vw;
  }
}
main#contents .c-mv .mv-text .text01 {
  font-size: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  main#contents .c-mv .mv-text .text01 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-mv .mv-text .text01 {
    font-size: 2rem;
  }
}
main#contents .c-mv .mv-text .text02 {
  margin-top: 20px;
  font-size: 120px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-mv .mv-text .text02 {
    margin-top: 1.25vw;
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-mv .mv-text .text02 {
    font-size: 5rem;
  }
}
main#contents .section-title {
  font-size: 62px;
  color: #b20302;
  font-family: "Cardo", serif;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main#contents .section-title {
    font-size: 3.5rem;
  }
}
main#contents .animate-title.aos-animate {
  opacity: 1;
}
main#contents .animate-title.aos-animate .text-wrap {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
main#contents .animate-title .text-wrap {
  display: inline-block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
main#contents .common-text {
  font-size: 18px;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  main#contents .common-text {
    font-size: 1.3rem;
    line-height: 2.15;
  }
}
main#contents .c-box01 {
  position: relative;
  margin-top: 110px;
  padding-bottom: 140px;
  padding-left: calc(50vw - 600px);
}
@media screen and (max-width: 1400px) {
  main#contents .c-box01 {
    padding-left: 40px;
    padding-bottom: 360px;
  }
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 {
    padding-left: 3.4782608696vw;
    padding-bottom: 31.3043478261vw;
  }
  main#contents .c-box01 .section-title {
    font-size: 5.3913043478vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 {
    padding: 0 5.3333333333vw 20vw;
  }
  main#contents .c-box01 .section-title {
    font-size: 3.5rem;
  }
  main#contents .c-box01 .section-title .sub {
    display: block;
    margin-bottom: 5.3333333333vw;
    font-size: 2.5rem;
  }
}
main#contents .c-box01 .common-text {
  line-height: 2;
  margin-top: 60px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .common-text {
    margin-top: 5.2173913043vw;
    font-size: 1.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .common-text {
    margin-top: 8vw;
    letter-spacing: -0.05em;
    font-size: 1.3rem;
  }
}
main#contents .c-box01 ul {
  margin-top: 70px;
  list-style: none;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 ul {
    margin-top: 6.0869565217vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 ul {
    margin-top: 9.3333333333vw;
  }
}
main#contents .c-box01 ul li {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 ul li {
    padding-left: 3.4782608696vw;
    font-size: 2.0869565217vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 ul li {
    padding-left: 5.3333333333vw;
    font-size: 1.3rem;
  }
}
main#contents .c-box01 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #b20302;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 ul li::before {
    width: 1.0434782609vw;
    height: 1.0434782609vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 ul li::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
main#contents .c-box01 ul li:not(:nth-of-type(1)) {
  margin-top: 35px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 ul li:not(:nth-of-type(1)) {
    margin-top: 3.0434782609vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 ul li:not(:nth-of-type(1)) {
    margin-top: 6vw;
  }
}
main#contents .c-box01 .imgs {
  position: absolute;
  top: -20px;
  right: calc(50vw - 800px);
  width: 850px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box01 .imgs {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  main#contents .c-box01 .imgs {
    top: 200px;
  }
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs {
    top: 17.3913043478vw;
    width: 73.9130434783vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs {
    top: auto;
    bottom: -2px;
    right: 0;
    width: 62vw;
  }
}
main#contents .c-box01 .imgs .img {
  position: absolute;
  overflow: hidden;
}
main#contents .c-box01 .imgs .img figure {
  display: none;
  position: relative;
}
main#contents .c-box01 .imgs .img figure.animate::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
main#contents .c-box01 .imgs .img figure::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #fff;
  inset: 0;
  pointer-events: none;
}
main#contents .c-box01 .imgs .img figure.active {
  display: block;
}
main#contents .c-box01 .imgs .img figure img {
  width: 100%;
}
main#contents .c-box01 .imgs .img.img01 {
  top: 0;
  right: 0;
  width: 390px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .img.img01 {
    width: 33.9130434783vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .img.img01 {
    top: auto;
    bottom: 88vw;
    right: 0;
    width: 30vw;
  }
}
main#contents .c-box01 .imgs .img.img02 {
  z-index: 2;
  top: 230px;
  left: 150px;
  width: 225px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .img.img02 {
    top: 20vw;
    left: 13.0434782609vw;
    width: 19.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .img.img02 {
    top: auto;
    bottom: 77.3333333333vw;
    left: 15.3333333333vw;
    width: 18.6666666667vw;
  }
}
main#contents .c-box01 .imgs .img.img03 {
  top: 340px;
  left: 280px;
  width: 550px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .img.img03 {
    top: 29.5652173913vw;
    left: 24.347826087vw;
    width: 47.8260869565vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .img.img03 {
    top: auto;
    bottom: 42vw;
    left: auto;
    right: 0;
    width: 41.3333333333vw;
  }
}
main#contents .c-box01 .imgs .img.img04 {
  z-index: 2;
  top: 730px;
  left: 0;
  width: 435px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .img.img04 {
    top: 63.4782608696vw;
    width: 37.8260869565vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .img.img04 {
    top: auto;
    bottom: 16.6666666667vw;
    left: 2vw;
    width: 34.6666666667vw;
  }
}
main#contents .c-box01 .imgs .img.img05 {
  top: 980px;
  left: 350px;
  width: 320px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .img.img05 {
    top: 85.2173913043vw;
    left: 30.4347826087vw;
    width: 27.8260869565vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .img.img05 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 4vw;
    width: 27.3333333333vw;
  }
}
main#contents .c-box01 .imgs .gray-box {
  position: absolute;
  background-color: #f2efe7;
}
main#contents .c-box01 .imgs .gray-box.g-box01 {
  top: 170px;
  left: 385px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .gray-box.g-box01 {
    top: 14.7826086957vw;
    left: 33.4782608696vw;
    width: 4.347826087vw;
    height: 4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .gray-box.g-box01 {
    left: 26.6666666667vw;
    bottom: 91.6vw;
    top: auto;
    width: 4vw;
    height: 4vw;
  }
}
main#contents .c-box01 .imgs .gray-box.g-box02 {
  top: 480px;
  left: 30px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .gray-box.g-box02 {
    top: 41.7391304348vw;
    left: 2.6086956522vw;
    width: 4.347826087vw;
    height: 4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .gray-box.g-box02 {
    left: 0;
    bottom: 56vw;
    top: auto;
    width: 4vw;
    height: 4vw;
  }
}
main#contents .c-box01 .imgs .gray-box.g-box03 {
  top: 540px;
  left: 90px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .gray-box.g-box03 {
    top: 46.9565217391vw;
    left: 7.8260869565vw;
    width: 13.9130434783vw;
    height: 13.9130434783vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .gray-box.g-box03 {
    left: 4.6666666667vw;
    bottom: 42vw;
    top: auto;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
main#contents .c-box01 .imgs .gray-box.g-box04 {
  top: 730px;
  left: 466px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box01 .imgs .gray-box.g-box04 {
    top: 63.4782608696vw;
    left: 40.5217391304vw;
    width: 13.9130434783vw;
    height: 13.9130434783vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box01 .imgs .gray-box.g-box04 {
    left: 39.0666666667vw;
    bottom: 26vw;
    top: auto;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
main#contents .c-box02 {
  position: relative;
  z-index: 2;
  margin-right: calc(50vw - 750px);
  background-color: #b20302;
  padding-top: 30px;
  padding-left: calc(50vw - 800px);
  padding-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 {
    padding-top: 1.875vw;
    padding-bottom: 10vw;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 {
    margin: 0;
    padding: 10.6666666667vw 0 20vw;
  }
}
main#contents .c-box02 h2 {
  font-size: 180px;
  font-weight: 400;
  color: #c13535;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 h2 {
    font-size: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 h2 {
    font-size: 8.8rem;
    transform: translateX(-1.0666666667vw);
    white-space: nowrap;
  }
}
main#contents .c-box02 .box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 680px;
  margin-top: -30px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box {
    height: 42.5vw;
    margin-top: -1.875vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box {
    display: block;
    height: auto;
    margin-top: 6.6666666667vw;
  }
}
main#contents .c-box02 .box .box-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 730px;
  height: 220px;
  padding-left: 90px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-logo {
    width: 45.625vw;
    height: 13.75vw;
    padding-left: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-logo {
    justify-content: center;
    width: 100%;
    height: 29.3333333333vw;
    padding-left: 0;
  }
}
main#contents .c-box02 .box .box-logo img {
  width: 490px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-logo img {
    width: 30.625vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-logo img {
    width: 65.3333333333vw;
  }
}
main#contents .c-box02 .box .box-circle {
  position: absolute;
  top: 0;
  right: 210px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle {
    right: 13.125vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 13.3333333333vw;
    padding: 0 12vw 0 2.6666666667vw;
  }
}
main#contents .c-box02 .box .box-circle .main img {
  width: 680px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle .main img {
    width: 42.5vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle .main img {
    width: 100%;
  }
}
main#contents .c-box02 .box .box-circle .circle {
  position: absolute;
}
main#contents .c-box02 .box .box-circle .circle img {
  width: 220px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle .circle img {
    width: 13.75vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle .circle img {
    width: 32vw;
  }
}
main#contents .c-box02 .box .box-circle .circle.circle01 {
  top: -20px;
  right: 0;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle .circle.circle01 {
    top: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle .circle.circle01 {
    top: -9.3333333333vw;
    right: 14.6666666667vw;
  }
}
main#contents .c-box02 .box .box-circle .circle.circle02 {
  top: 220px;
  right: -110px;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle .circle.circle02 {
    top: 13.75vw;
    right: -6.875vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle .circle.circle02 {
    top: 26.6666666667vw;
    right: 2.6666666667vw;
  }
}
main#contents .c-box02 .box .box-circle .circle.circle03 {
  top: 460px;
  right: 0;
}
@media screen and (max-width: 1600px) {
  main#contents .c-box02 .box .box-circle .circle.circle03 {
    top: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box02 .box .box-circle .circle.circle03 {
    top: 62.6666666667vw;
    right: 14.6666666667vw;
  }
}
main#contents .c-box03 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 130px;
}
@media screen and (max-width: 1280px) {
  main#contents .c-box03 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 {
    padding-left: 3.4782608696vw;
    padding-right: 3.4782608696vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
}
main#contents .c-box03 .sub-title {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .sub-title {
    margin-top: 2.6086956522vw;
    font-size: 1.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .sub-title {
    margin-top: 5.3333333333vw;
    font-size: 1.2rem;
  }
}
main#contents .c-box03 .group-box {
  padding: 80px 0 60px;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box {
    padding: 6.9565217391vw 0 5.2173913043vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
main#contents .c-box03 .group-box .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 60px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .head {
    gap: 0 5.2173913043vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .head {
    display: block;
  }
}
main#contents .c-box03 .group-box .head .head-left {
  flex-shrink: 0;
  width: 340px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .head .head-left {
    width: 29.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .head .head-left {
    width: 62.6666666667vw;
    margin: 0 auto;
  }
  main#contents .c-box03 .group-box .head .head-left .head-logo {
    text-align: center;
  }
}
main#contents .c-box03 .group-box .head .head-left img {
  width: 100%;
}
main#contents .c-box03 .group-box .head .head-left .head-category {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 36px;
  margin-top: 25px;
  background-color: #8c8260;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .head .head-left .head-category {
    height: 3.1304347826vw;
    margin-top: 2.1739130435vw;
    font-size: 1.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .head .head-left .head-category {
    height: 6.6666666667vw;
    margin-top: 4vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .head .head-right {
    margin-top: 8vw;
  }
}
main#contents .c-box03 .group-box .head .head-right .headline {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .head .head-right .headline {
    margin-bottom: 1.7391304348vw;
    font-size: 1.9130434783vw;
  }
}
main#contents .c-box03 .group-box .head .head-right p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .head .head-right p {
    font-size: 1.5652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .head .head-right p {
    font-size: 1.2rem;
  }
}
main#contents .c-box03 .group-box .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .content {
    gap: 0 4.347826087vw;
    margin-top: 4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .content {
    flex-wrap: wrap;
    gap: 4vw 0;
    margin-top: 8vw;
  }
}
main#contents .c-box03 .group-box .content .img {
  position: relative;
  overflow: hidden;
  width: calc(50% - 25px);
}
main#contents .c-box03 .group-box .content .img.aos-animate::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
main#contents .c-box03 .group-box .content .img::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: #fff;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .content .img {
    width: calc(50% - 2.1739130435vw);
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .content .img {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
main#contents .c-box03 .group-box .website-link {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .website-link {
    margin-top: 4.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .website-link {
    margin-top: 8vw;
  }
}
main#contents .c-box03 .group-box .website-link a {
  padding-right: 37px;
  font-size: 24px;
  font-family: "Cardo", serif;
  text-decoration: none;
  color: #151313;
  background: url("../images/icn-arrow01.png") no-repeat right center;
  background-size: 17px auto;
  transition: opacity 0.3s;
}
main#contents .c-box03 .group-box .website-link a:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  main#contents .c-box03 .group-box .website-link a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box .website-link a {
    padding-right: 3.2173913043vw;
    font-size: 2.0869565217vw;
    background-size: 1.4782608696vw auto;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box .website-link a {
    padding-right: 5.3333333333vw;
    font-size: 1.7rem;
    background-size: 3.3333333333vw 3.2vw;
  }
}
main#contents .c-box03 .group-box.g-box02 .head-logo img {
  width: 280px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box.g-box02 .head-logo img {
    width: 24.347826087vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box.g-box02 .head-logo img {
    width: 50.6666666667vw;
  }
}
main#contents .c-box03 .group-box.g-box03 .head-logo img {
  width: 180px;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box03 .group-box.g-box03 .head-logo img {
    width: 15.652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box03 .group-box.g-box03 .head-logo img {
    width: 32vw;
  }
}
main#contents .c-box04 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box04 {
    padding: 10.4347826087vw 0 7.8260869565vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box04 {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
main#contents .c-box04 .btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main#contents .c-box04 .btn {
    width: 100%;
  }
}
main#contents .c-box04 .btn:nth-of-type(1) {
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  main#contents .c-box04 .btn:nth-of-type(1) {
    position: relative;
    border-right: none;
  }
  main#contents .c-box04 .btn:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    bottom: 0;
    width: 22.6666666667vw;
    height: 1px;
    background-color: #d5d5d5;
  }
}
main#contents .c-box04 .btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 390px;
  height: 170px;
  margin: 0 auto;
  font-size: 42px;
  font-family: "Cardo", serif;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  main#contents .c-box04 .btn a:hover::before {
    background-position: calc(50% + 10px) center;
  }
}
@media screen and (max-width: 1150px) {
  main#contents .c-box04 .btn a {
    width: 33.9130434783vw;
    height: 14.7826086957vw;
    font-size: 3.652173913vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box04 .btn a {
    width: 100%;
    height: 36vw;
    padding-left: 5.3333333333vw;
    font-size: 2.1rem;
  }
}
main#contents .c-box04 .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: url("../images/icn-arrow02.png") no-repeat center center;
  background-size: 34px 10px;
  background-color: #f8f8f8;
  transition: background 0.3s;
}
@media screen and (max-width: 1150px) {
  main#contents .c-box04 .btn a::before {
    width: 6.9565217391vw;
    height: 6.9565217391vw;
    border-radius: 6.9565217391vw;
    background-size: 2.9565217391vw 0.8695652174vw;
  }
}
@media screen and (max-width: 768px) {
  main#contents .c-box04 .btn a::before {
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 4.5333333333vw 1.3333333333vw;
  }
}

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