@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
    変数
*/
/* font */
/* color */
/* switching */
/* vw計算 */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* ===== style.css ===== */
/* -- body -- */
body {
  font: 14px/1.5 "Noto Sans JP", sans-serif;
  color: #1A1411;
  background: #F4F4F4;
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1174px;
}
@media screen and (max-width: 1229px) {
  .inner {
    margin: 0 27.5px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #1A1411;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-sp {
    display: none !important;
  }
}

/*
    footer
*/
.footer {
  overflow: hidden;
  padding: 80px 0 219px;
  background: linear-gradient(to bottom, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 30%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
.footer-catch {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  text-align: center;
}
.footer-box {
  position: relative;
  margin-top: 103px;
}
.footer-box-img {
  position: absolute;
  top: 0;
  right: 2.3%;
  width: 60.733%;
  mix-blend-mode: darken;
}
.footer-box-txtcnt {
  margin-left: 13.8%;
  padding-top: 176px;
}
.footer-box-txtcnt-subtit {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.footer-box-txtcnt-tit {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: -0.02em;
  margin-top: -3px;
}
.footer-box-txtcnt-tit span {
  font-size: 26px;
  letter-spacing: -0.02em;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.footer-box-txtcnt-price {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin-top: 4px;
}
.footer-box-txtcnt-price span {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-right: 4px;
}
.footer-box-txtcnt-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 46px;
  width: 304px;
}
.footer-box-txtcnt-btn > * {
  width: calc((100% - 34px) / 2);
}
.footer-box-txtcnt-btn a {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px 2px 15px;
  height: 44px;
  background: #4C9CB9;
  border: none;
  border-radius: 2px;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #FFF;
  box-sizing: 2px 3px 6px rgba(119, 119, 119, 0.16);
}
.footer-box-txtcnt-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: 16px;
  left: auto;
  width: 12.3px;
  height: 12.3px;
  background: url(../img01/footer-box-txtcnt-btn-arrow.svg) no-repeat 0 0/100% auto;
  content: "";
}
.footer-box-txtcnt-btn-txt {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 11px -7px 0 0;
  opacity: 0.6;
}
.footer-nav-link {
  display: none;
  position: fixed;
  top: 18px;
  right: 20px;
}
.footer-nav-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.footer-nav-link ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-nav-copy {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #797979;
  position: fixed;
  bottom: 18px;
  left: 24px;
}
@media screen and (max-width: 900px) {
  .footer {
    position: relative;
    margin-top: -50vh;
    padding: 104px 0 0;
  }
  .footer .inner {
    padding-bottom: 84px;
  }
  .footer-catch {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  .footer-box {
    margin-top: 0;
    padding-top: 103px;
  }
  .footer-box-img {
    position: static;
    width: auto;
  }
  .footer-box-img img {
    position: relative;
    top: -10.6vw;
    left: -17.3%;
    width: 126%;
  }
  .footer-box-txtcnt {
    margin: -10% 19px 0;
    padding-top: 0;
  }
  .footer-box-txtcnt-subtit {
    font-size: 13px;
  }
  .footer-box-txtcnt-tit {
    font-size: 35px;
  }
  .footer-box-txtcnt-tit span {
    font-size: 20px;
    top: 0;
    margin-left: 9px;
  }
  .footer-box-txtcnt-price {
    font-size: 21px;
    margin-top: 1px;
  }
  .footer-box-txtcnt-price span {
    font-size: 14px;
  }
  .footer-box-txtcnt-btn {
    margin: 24px auto 0;
    width: 282px;
  }
  .footer-box-txtcnt-btn > * {
    width: calc((100% - 31px) / 2);
  }
  .footer-box-txtcnt-btn a {
    font-size: 16px;
    padding: 0 30px 2px 13px;
    height: 41px;
  }
  .footer-box-txtcnt-btn a::after {
    right: 15px;
    width: 11px;
    height: 11px;
  }
  .footer-box-txtcnt-btn-txt {
    font-size: 13px;
    margin: 10px -7px 0 0;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 28px 20px;
    background: #F4F4F4;
  }
  .footer-nav-link {
    display: block !important;
    position: static;
  }
  .footer-nav-link ul li:not(:last-child) {
    margin-right: 15px;
  }
  .footer-nav-copy {
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #797979;
    position: static;
  }
}

/*
    contents
*/
/* -- mv -- */
.mv {
  position: relative;
}
.mv-img img {
  width: 100%;
  max-width: none;
}
.mv-txtcnt > * {
  display: block;
  position: absolute;
}
.mv-txtcnt-logo {
  top: 7.9%;
  right: 3.4%;
  max-width: 200;
  width: 14.642%;
}
.mv-txtcnt-logo img {
  width: 100%;
  max-width: none;
}
.mv-txtcnt-tit {
  top: 7.4%;
  left: 3.1%;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.mv-txtcnt-tit > * {
  font-weight: 600;
  font-size: 33px;
  letter-spacing: -0.02em;
  display: block;
  margin: 10px 0 0 5px;
}
@media screen and (min-width: 1367px) {
  .mv-txtcnt-tit {
    font-size: 5.8565153734vw;
  }
  .mv-txtcnt-tit > * {
    font-size: 2.4158125915vw;
  }
}
.mv-txtcnt-txt {
  bottom: 7%;
  right: 3.5%;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1367px) {
  .mv-txtcnt-txt {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 900px) {
  .mv-img {
    position: relative;
    overflow: hidden;
    height: 100svh;
    z-index: -1;
  }
  .mv-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .mv-txtcnt-logo {
    top: 4.3%;
    right: 4.4%;
    width: 29%;
  }
  .mv-txtcnt-tit {
    top: 4.1%;
    left: 4%;
    font-size: 46px;
    letter-spacing: 0;
  }
  .mv-txtcnt-tit > * {
    font-size: 24px;
    letter-spacing: 0;
    margin: 5px 0 0 3px;
  }
  .mv-txtcnt-txt {
    bottom: 3.4%;
    right: auto;
    left: 5%;
    font-size: 17px;
  }
}

/* -- catchBox -- */
.catch {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  text-align: center;
  padding: 135px 0 148px;
  background: linear-gradient(to top, rgb(244, 244, 244) 0%, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 900px) {
  .catch {
    font-size: 15px;
    line-height: 1.8666666667;
    padding: 93px 0 94px;
  }
}

/* -- item -- */
.section01 {
  position: relative;
}
.section01 .shadow {
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}
.section01-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 58.2%;
  max-width: 795px;
  z-index: 100;
}
.section01-img img {
  position: relative;
  margin: -5% 0 0 -1.3%;
  z-index: 20;
}
.section01-box01 {
  color: #FFF;
  min-height: 100svh;
}
.section01-box01-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 380px;
  margin: 0 40px 0 63px;
}
.section01-box01-inner::before, .section01-box01-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 380px;
  max-height: calc(100vh - 122px);
  background: #4C9CB9;
  border-radius: 5px;
  content: "";
}
.section01-box01-inner::after {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(26, 20, 17) 100%);
  box-shadow: 0 3px 20px rgba(190, 190, 190, 0.16);
  opacity: 0.25;
  mix-blend-mode: multiply;
}
.section01-box01-titcnt {
  position: relative;
  margin-left: 4.75%;
  padding-top: 2px;
  width: 36%;
  z-index: 20;
}
.section01-box01-titcnt-subtit {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.section01-box01-titcnt-subtit::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 7px;
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 1px;
  content: "";
}
.section01-box01-titcnt-tit {
  font-weight: 600;
  font-size: 32px;
  margin-top: 7px;
}
.section01-box01-titcnt-tit span {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: -0.02em;
  display: block;
  margin-top: -1px;
}
.section01-box01-txtcnt {
  position: relative;
  margin-right: 34px;
  padding-right: 20px;
  width: 28.1%;
  height: 145px;
  z-index: 20;
}
.section01-box01-txtcnt-line {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 1px;
  height: 27.85px;
  background: rgba(255, 255, 255, 0.2);
}
.section01-box01-txtcnt-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
  animation: anmline 1.8s infinite;
}
.section01-box01-txtcnt-txt01, .section01-box01-txtcnt-txt02 {
  font-size: 15px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-right: 20px;
}
@media screen and (min-width: 901px) {
  .section01-box01-txtcnt-txt01 > * {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.section01-box01-txtcnt-txt02 {
  opacity: 0;
}
@media screen and (max-width: 1205px) {
  .section01-box01-txtcnt {
    width: 25%;
  }
}
@media screen and (max-width: 1090px) {
  .section01-box01-txtcnt {
    width: 23%;
  }
}
.section01-box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100svh;
  z-index: 100;
}
.section01-box02-inner {
  position: relative;
  width: 100%;
  min-height: 100svh;
}
.section01-box02-txtcnt {
  position: absolute;
  top: 10.3%;
  left: 6.4%;
  width: 19%;
}
.section01-box02-txtcnt-tit {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 61px;
  line-height: 1.0163934426;
  color: #4C9CB9;
}
@media screen and (min-width: 901px) {
  .section01-box02-txtcnt-tit {
    font-size: 4.4655929722vw;
  }
}
.section01-box02-txtcnt-txt {
  line-height: 1.7142857143;
  margin-top: 23px;
}
.section01-box02-namelist {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-size: 19px;
  top: 5vw !important;
  right: 2.5%;
  margin: auto;
  padding-top: 78%;
  max-width: 795px;
  width: 58.2%;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 1366px) {
  .section01-box02-namelist {
    top: 7% !important;
    padding-top: 1065px;
  }
}
.section01-box02-namelist li {
  position: absolute;
  white-space: nowrap;
}
.section01-box02-namelist li:nth-child(1) {
  top: 32.5%;
  right: 58.2%;
}
.section01-box02-namelist li:nth-child(1) > span {
  width: 5.7vw;
}
.section01-box02-namelist li:nth-child(2) {
  top: 47.3%;
  right: 61.3%;
}
.section01-box02-namelist li:nth-child(2) > span {
  width: 8.5vw;
}
.section01-box02-namelist li:nth-child(3) {
  top: 63.2%;
  right: 79.3%;
}
.section01-box02-namelist li:nth-child(3) > span {
  width: 3.6vw;
}
.section01-box02-namelist li:nth-child(4) {
  top: 30%;
  left: 50.3%;
}
.section01-box02-namelist li:nth-child(4) > span {
  width: 7.5vw;
}
.section01-box02-namelist li:nth-child(5) {
  top: 34%;
  left: 60.7%;
}
.section01-box02-namelist li:nth-child(5) > span {
  width: 6vw;
}
.section01-box02-namelist li:nth-child(6) {
  top: 40.4%;
  left: 65.9%;
}
.section01-box02-namelist li:nth-child(6) > span {
  width: 8.2vw;
}
.section01-box02-namelist li:nth-child(7) {
  top: 56.7%;
  left: 72.7%;
}
.section01-box02-namelist li:nth-child(7) > span {
  width: 8.9vw;
}
.section01-box02-namelist li > span {
  position: relative;
  top: -2px;
  display: inline-block;
}
.section01-box02-namelist li > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 7px;
  height: 1px;
  background: #707070;
  content: "";
}
.section01-box02-namelist li > span.right {
  margin-left: 10px;
}
.section01-box02-namelist li > span.left {
  text-align: right;
  margin-right: 10px;
}
.section01-box02-namelist li > span > span {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #4C9CB9;
  border-radius: 1px;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  .section01-img {
    margin-left: -4%;
    width: 102.2%;
    max-width: none;
  }
  .section01-img img {
    margin: -3% 0 0;
  }
  .section01-box01 {
    height: 100vh;
  }
  .section01-box01-inner {
    display: block;
    margin: 0;
    height: 100dvh;
  }
  .section01-box01-inner::before, .section01-box01-inner::after {
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
  .section01-box01-inner::after {
    top: auto;
    height: 64%;
  }
  .section01-box01-titcnt {
    margin-left: 0;
    padding: 57px 34px 0;
    width: auto;
  }
  .section01-box01-titcnt-subtit {
    font-size: 14px;
  }
  .section01-box01-titcnt-subtit::before {
    top: -1px;
    margin-right: 5px;
    width: 4px;
    height: 4px;
  }
  .section01-box01-titcnt-tit {
    font-size: 27px;
    margin-top: 6px;
  }
  .section01-box01-titcnt-tit span {
    font-size: 32px;
    margin-top: -6px;
  }
  .section01-box01-txtcnt {
    position: absolute;
    bottom: 25px;
    right: 30px;
    left: 30px;
    margin: auto;
    top: auto;
    width: auto;
    height: 70px;
  }
  .section01-box01-txtcnt-line {
    height: 21.53px;
  }
  .section01-box01-txtcnt-txt01, .section01-box01-txtcnt-txt02 {
    font-size: 14px;
    line-height: 1.6428571429;
    position: absolute;
    top: 0;
    left: 4px;
    right: 18px;
    margin: 0 auto;
    transform: translateY(0);
  }
  .section01-box01-txtcnt-txt01 {
    left: 0;
    right: 0;
  }
  .section01-box01-txtcnt-txt01 > * {
    position: absolute;
    top: 0;
    left: 4px;
    right: 18px;
    margin: 0 auto;
  }
  .section01-box01-txtcnt-txt01-txt02 {
    opacity: 0;
  }
  .section01-box02-inner {
    height: 100vh;
  }
  .section01-box02-txtcnt {
    position: static;
    padding: 56px 0 0 8%;
  }
  .section01-box02-txtcnt-tit {
    font-size: 44px;
    line-height: 1.1136363636;
  }
  .section01-box02-txtcnt-txt {
    position: absolute;
    bottom: calc(100vh - 100svh + 18px);
    right: 38px;
    left: 38px;
    margin: 0 auto;
    margin-top: 0;
  }
  .section01-box02-namelist {
    font-size: 14px;
    top: 0;
    right: 0;
    margin-left: -4%;
    padding-top: 142%;
    max-width: none;
    width: 102.2%;
    transform: translateY(calc((100svh - 100vh) / 2 - 2%));
  }
  .section01-box02-namelist li:nth-child(1) {
    top: 38.3%;
    right: 58.9%;
  }
  .section01-box02-namelist li:nth-child(1) > span {
    width: 8.7vw;
  }
  .section01-box02-namelist li:nth-child(2) {
    top: 51.4%;
    right: 60%;
  }
  .section01-box02-namelist li:nth-child(2) > span {
    width: 12.5vw;
  }
  .section01-box02-namelist li:nth-child(3) {
    top: calc(70% + 18px);
    right: calc(83% - 24px);
  }
  .section01-box02-namelist li:nth-child(3) > span {
    position: absolute;
    top: -18px;
    left: 24px;
    width: 5vw;
  }
  .section01-box02-namelist li:nth-child(3) > span::after {
    top: -34px;
    left: 1px;
  }
  .section01-box02-namelist li:nth-child(3) > span::before {
    position: absolute;
    bottom: 6px;
    left: 1px;
    width: 1px;
    height: 22px;
    background: #707070;
    content: "";
  }
  .section01-box02-namelist li:nth-child(4) {
    top: 35.2%;
    left: 48%;
  }
  .section01-box02-namelist li:nth-child(4) > span {
    width: 14.5vw;
  }
  .section01-box02-namelist li:nth-child(5) {
    top: 39.1%;
    left: 58.7%;
  }
  .section01-box02-namelist li:nth-child(5) > span {
    width: 7vw;
  }
  .section01-box02-namelist li:nth-child(6) {
    top: 44.8%;
    left: 65%;
  }
  .section01-box02-namelist li:nth-child(6) > span {
    width: 8.3vw;
  }
  .section01-box02-namelist li:nth-child(7) {
    top: 60%;
    left: 72.5%;
  }
  .section01-box02-namelist li:nth-child(7) > span {
    width: 10.9vw;
  }
  .section01-box02-namelist li > span::after {
    top: 5px;
  }
  .section01-box02-namelist li > span.right {
    margin-left: 6px;
  }
  .section01-box02-namelist li > span.left {
    margin-right: 6px;
  }
  .section01-box02-namelist li > span > span {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 775px) {
  .section01-box01-txtcnt {
    bottom: 20px;
    height: 137px;
  }
}

@keyframes anmline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* -- section02 -- */
.section02 {
  margin-top: 145px;
}
.section02 > * > * {
  position: sticky;
  top: calc((100vh - 540px) / 2);
  padding-bottom: calc((100vh - 540px) / 2);
}
@media screen and (min-width: 901px) {
  .section02 > * > *:nth-child(2n+1) .section02-txtcnt {
    margin: 0 auto 0 4.5%;
  }
  .section02 > * > *:nth-child(2n) .section02-txtcnt {
    margin: 0 4.5% 0 auto;
  }
}
.section02-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}
.section02-img {
  position: absolute;
}
.section02-txtcnt {
  position: relative;
  padding-top: 6px;
  width: 300px;
  z-index: 10;
}
.section02-txtcnt-subtit {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
}
.section02-txtcnt-subtit::before {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  background: #4C9CB9;
  content: "";
}
.section02-txtcnt-tit {
  font-size: 25px;
  line-height: 1.56;
  margin-top: 19px;
}
.section02-txtcnt-txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 17px;
}
.section02-txtcnt-subtxt {
  font-size: 11px;
  margin-top: 6px;
}
@media screen and (min-width: 901px) {
  .section02-box01 .section02-img {
    top: 0;
    right: 0;
    width: 71.721%;
  }
  .section02-box02 .section02-img {
    top: 0;
    left: -4.2%;
    width: 63.885%;
  }
  .section02-box03 .section02-img {
    top: 0;
    right: 0;
    width: 76.491%;
  }
  .section02-box04 .section02-img {
    top: 0;
    left: 0;
    width: 82.794%;
  }
}
.section02-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  background: none;
  border-radius: 0;
  background: #F4F4F4;
}
@media screen and (min-width: 901px) {
  .section02-outer > * {
    width: calc((100% - 34px) / 3);
  }
  .section02-outer > *:not(:nth-child(3n)) {
    margin-right: 17px;
  }
}
.section02-outer .section02-inner {
  display: block;
}
.section02-outer .section02-img {
  position: relative;
  overflow: hidden;
  padding-top: 67.372%;
}
.section02-outer .section02-img img {
  position: absolute;
  max-width: none;
}
.section02-outer .section02-txtcnt {
  margin: 28px 15% 0 !important;
  width: auto;
}
.section02-outer .section02-txtcnt-tit {
  margin-top: 14px;
}
.section02-box05 .section02-img img {
  top: -1.4%;
  left: 0;
  width: 115.532%;
}
.section02-box06 .section02-img img {
  top: 0;
  left: 0;
  width: 100%;
}
.section02-box07 .section02-img img {
  top: 5%;
  left: -8.4%;
  width: 108.426%;
}
@media screen and (max-width: 900px) {
  .section02 {
    margin-top: 98px;
  }
  .section02 > * > * {
    top: 43px;
    padding-bottom: 50vh;
  }
  .section02-inner {
    display: block;
    min-height: calc(100svh - 86px);
  }
  .section02-img {
    position: relative;
    overflow: hidden;
    padding-top: 76.563%;
    width: 100%;
  }
  .section02-img img {
    position: absolute;
  }
  .section02-txtcnt {
    padding: 34px 36px 37px 37px;
    width: auto;
  }
  .section02-txtcnt-subtit {
    font-size: 13px;
    margin: 0 2px;
  }
  .section02-txtcnt-subtit::before {
    margin-right: 7px;
    width: 5px;
    height: 5px;
  }
  .section02-txtcnt-tit {
    font-size: 22px;
    line-height: 1.4545454545;
    margin-top: 10px;
  }
  .section02-txtcnt-txt {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 14px;
  }
  .section02-txtcnt-subtxt {
    font-size: 11px;
    margin-top: 7px;
  }
  .section02-box01 .section02-img img {
    top: 0;
    left: -23%;
    width: 123%;
  }
  .section02-box02 .section02-img img {
    top: 0;
    left: -5%;
    width: 104%;
  }
  .section02-box03 .section02-img img {
    top: 0;
    left: -27%;
    width: 127%;
  }
  .section02-box04 .section02-img img {
    top: 0;
    left: 0;
    width: 138%;
  }
  .section02-outer {
    display: block;
    padding-bottom: 0;
    height: auto;
  }
  .section02-outer > * {
    position: sticky;
    top: 43px;
    margin-bottom: 0;
    padding-bottom: 50vh;
  }
  .section02-outer .section02-img {
    padding-top: 76.563%;
  }
  .section02-outer .section02-txtcnt {
    margin: 0 !important;
  }
  .section02-outer .section02-txtcnt-tit {
    margin-top: 10px;
  }
  .section02-box05 .section02-img img {
    top: 3%;
    left: 0;
    width: 127%;
  }
  .section02-box06 .section02-img img {
    top: 0;
    left: 0;
    width: 114%;
  }
  .section02-box07 .section02-img img {
    top: 13%;
    left: -10%;
    width: 111%;
  }
}/*# sourceMappingURL=style.css.map */