@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
 ----------------------------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Color
 ----------------------------------------------------------------------------------------------- */
/* Size
 ----------------------------------------------------------------------------------------------- */
/* z-index
 ----------------------------------------------------------------------------------------------- */
/* Base
 ----------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-family: var(--jp_font);
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  color: var(--text_color);
  position: relative;
  font-size: var(--font_size_PC);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: var(--font_size_TAB);
    line-height: 2;
  }
}
@media screen and (max-width: 849px) {
  body {
    font-size: var(--font_size_SP);
    line-height: 2.2;
  }
}
a {
  text-decoration: none;
  background-color: transparent;
  color: var(--text_color);
  transition: all 0.5s;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
a img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

figure {
  max-width: 100%;
  margin: 0;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  font-weight: normal;
  padding: 10px;
}
table th {
  white-space: normal;
}
table tr {
  white-space: normal;
}
table thead th,
table thead td {
  padding: 5px 10px;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: yellow;
  color: var(--text_color);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 80%;
}

btn,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
}

input,
select,
textarea {
  padding: 20px;
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 8px;
}

btn {
  border: none;
  background-color: transparent;
}

input {
  line-height: normal;
}

btn {
  overflow: visible;
}

textarea {
  width: 100%;
  overflow: auto;
}

btn,
select {
  text-transform: none;
}

btn,
html input[type=btn],
input[type=reset],
input[type=submit] {
  -webkit-appearance: btn;
  cursor: pointer;
}

btn[disabled],
html input[disabled] {
  cursor: default;
}

btn::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus-visible,
select:focus-visible,
select:focus-within,
select:focus,
textarea:focus-visible {
  outline: 0;
  background: #fff;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-btn,
input[type=number]::-webkit-outer-spin-btn {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-btn,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=submit] {
  padding: 10px 20px;
  color: #fff;
  border: none;
}

input[type=submit][disabled] {
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

input[type=text] {
  width: 100%;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

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

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

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

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

/*--------------------------------------------------------------
    wscreen-reader-text
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:focus {
  font-size: 80%;
  font-weight: bold;
  line-height: normal;
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* loading
 ----------------------------------------------------------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 100vh;
  z-index: 700;
  color: var(--loading_text_color);
  background-color: var(--loading_bg_color);
  overflow: hidden;
}
.loading.hidden {
  transform: scale(0);
  transition: transform 0.4s ease;
}
.loading.hidden .loader {
  transform: scale(0);
  transition: transform 0.1s ease;
}
.loading.show .loading__logo::before, .loading.show .loading__text::before {
  transform: translateX(100%);
}

.loading__logo {
  position: relative;
  overflow: hidden;
}
.loading__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--loading_bg_color);
  transition: transform 1s ease 0.2s;
}

.loading__text {
  position: relative;
  overflow: hidden;
}
.loading__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--loading_bg_color);
  transition: transform 2s ease 0.5s;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid var(--loading_text_color);
  animation: loader 2s infinite ease;
  transition: transform 0.1s ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: var(--loading_text_color);
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/* breakpoint
 ----------------------------------------------------------------------------------------------- */
.l-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-sp {
    display: block;
  }
}

.l-tab {
  display: none;
}
@media screen and (max-width: 1199px) {
  .l-tab {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .l-tab {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-tab {
    display: block;
  }
}

.l-miniPc {
  display: none;
}
@media screen and (max-width: 1599px) {
  .l-miniPc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .l-miniPc {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  .l-miniPc {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-miniPc {
    display: block;
  }
}

.l-pc {
  display: block;
}
@media screen and (max-width: 1599px) {
  .l-pc {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .l-pc {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  .l-pc {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .l-pc {
    display: block;
  }
}

.l-spN {
  display: block;
}
@media screen and (max-width: 599px) {
  .l-spN {
    display: none;
  }
}

.l-tabN {
  display: block;
}
@media screen and (max-width: 1599px) {
  .l-tabN {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .l-tabN {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  .l-tabN {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l-tabN {
    display: none;
  }
}

.l-miniPcN {
  display: block;
}
@media screen and (max-width: 1599px) {
  .l-miniPcN {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .l-miniPcN {
    display: none;
  }
}
.l-pcN {
  display: block;
}
@media screen and (max-width: 1599px) {
  .l-pcN {
    display: none;
  }
}
/* Container
 ----------------------------------------------------------------------------------------------- */
.l-main {
  width: 100%;
  padding: 0;
}
.l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Header
 ----------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
}
.header.header__underline {
  border-bottom: 1px solid var(--text_color);
}
@media screen and (max-width: 599px) {
  .header {
    height: 65px;
  }
}

.header__wrapper {
  width: 94%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1500px;
}
.header__wrapper.header__card {
  margin-top: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: calc(94% + 60px);
  padding: 10px 30px;
  border-radius: var(--card_radius_pc);
}
@media screen and (max-width: 849px) {
  .header__wrapper.header__card {
    border-radius: var(--card_radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .header__wrapper.header__card {
    border-radius: var(--card_radius_sp);
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrapper .header__wrapper__nav > .c-btn {
    display: none;
  }
}

/*header01*/
@media screen and (max-width: 1199px) {
  .header01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header01 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header01 .hamburger {
    display: flex;
  }
}
.header01__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header01__wrapper__logo {
    width: 120px;
  }
}

/*header02*/
.header02 {
  height: 120px;
}
@media screen and (max-width: 1199px) {
  .header02 {
    height: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header02 {
    height: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .header02 .header__wrapper {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 599px) {
  .header02 .header__wrapper {
    height: 65px;
    padding-inline: 19px;
    border-radius: 50px;
  }
}
.header02 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header02 .hamburger {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .header02 .hamburger {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header02 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header02__wrapper {
    background-color: var(--header_bg_color);
    border-radius: 70px;
  }
}
.header02__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header02__wrapper__logo {
    width: 120px;
  }
}

/*header03*/
.header03 {
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .header03 {
    height: 65px;
  }
}
.header03 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header03 .hamburger {
    display: flex;
    padding: 30px 16px;
    border: solid 1px;
    border-color: var(--text_color);
    background-color: var(--accent_color);
    border-left: none;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header03 .hamburger {
    height: 65px;
    width: 65px;
    border-left: solid 1px;
    padding: 22.5px 12px;
  }
}
@media screen and (max-width: 599px) {
  .header03 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header03__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header03__wrapper__logo {
    width: 120px;
  }
}

/*header04*/
.header04 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header04 .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .header04 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}
.header04__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header04__wrapper__logo {
    width: 120px;
  }
}

/*header05*/
.header05 {
  padding: 15px 0;
}
.header05 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header05 .hamburger {
    display: flex;
    margin-left: auto;
    background-color: var(--accent_color);
    border-radius: 50px;
    height: 54px;
    width: 54px;
    padding: 18px 12px;
  }
}
@media screen and (max-width: 1199px) {
  .header05 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header05__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header05__wrapper__logo {
    width: 120px;
  }
}

/*header06*/
.header06 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header06 .hamburger {
    display: flex;
    padding: 30px 16px;
    border: solid 1px;
    border-color: var(--text_color);
    background-color: var(--accent_color);
    border-left: none;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header06 .hamburger {
    height: 65px;
    width: 65px;
    border-left: solid 1px;
    padding: 22.5px 12px;
  }
}
@media screen and (max-width: 599px) {
  .header06 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header06__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header06__wrapper__logo {
    width: 120px;
  }
}

/*header07*/
.header07 {
  height: 120px;
}
@media screen and (max-width: 849px) {
  .header07 {
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  .header07 {
    height: 80px;
  }
}
.header07 .header__wrapper {
  position: relative;
  justify-content: space-between;
}
.header07 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header07 .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .header07 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header07__wrapper__logo {
  height: 80px;
  max-width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .header07__wrapper__logo {
    height: 60px;
    max-width: 200px;
  }
}
.header07__wrapper__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/*header08*/
.header08 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header08 .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .header08 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header08__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header08__wrapper__logo {
    width: 120px;
  }
}

/*header09*/
.header09 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header09 .hamburger {
    display: flex;
    padding: 30px 16px;
    border: solid 1px;
    border-color: var(--text_color);
    background-color: var(--accent_color);
    border-left: none;
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header09 .hamburger {
    height: 65px;
    width: 65px;
    border-left: solid 1px;
    padding: 22.5px 12px;
  }
}
@media screen and (max-width: 599px) {
  .header09 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header09__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header09__wrapper__logo {
    width: 120px;
  }
}

.header09__wrapper__nav-btn {
  position: absolute;
  right: 0;
}

/*header10*/
.header10 .header02__wrapper__nav > .c-btn {
  display: none;
}
.header10 .hmBtn {
  display: inline-block;
}

.header10__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header10__wrapper__logo {
    width: 120px;
  }
}

/*header11*/
.header11 {
  height: 120px;
}
@media screen and (max-width: 599px) {
  .header11 {
    height: 85px;
  }
}
.header11 .hamburger {
  display: none;
}
@media screen and (max-width: 849px) {
  .header11 .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 849px) {
  .header11 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header11__wrapper {
  margin: 20px 198px;
  background-color: var(--accent_color);
  padding-inline: 30px;
  border-radius: 70px;
  max-width: 1100px;
  height: 80px;
}
@media screen and (max-width: 1599px) {
  .header11__wrapper {
    margin: 20px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header11__wrapper {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 849px) {
  .header11__wrapper {
    padding-inline: 34px;
  }
}
@media screen and (max-width: 599px) {
  .header11__wrapper {
    padding-inline: 30px;
    height: 65px;
    margin: 10px 0px;
  }
}

.header11__wrapper__logo {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .header11__wrapper__logo {
    width: 120px;
  }
}

.header11__wrapper__nav-btn btn {
  background-color: var(--accent_color);
}

/*header12*/
.header12 .hamburger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header12 .hamburger {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .header12 .header02__wrapper__nav > .c-btn {
    display: none;
  }
}

.header12__wrapper {
  margin: 0 auto;
  padding-inline: 30px;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .header12__wrapper {
    padding-inline: 0px;
  }
}

.header12__wrapper__logo {
  width: 206px;
}
@media screen and (max-width: 1199px) {
  .header12__wrapper__logo {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .header12__wrapper__logo {
    width: 120px;
  }
}

/*最後削除します*/
.footer + .footer {
  margin-top: 100px;
}

/* Footer
----------------------------------------------------------------------------------------------- */
.footer {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--footer_text_color);
}
.footer a {
  color: var(--footer_text_color);
}

.footer__wrapper {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .footer__wrapper {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrapper {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .footer__wrapper {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .footer__wrapper {
    width: 100%;
    max-width: 90%;
  }
}

/*  -----------------------------------------------------------------------------------------------
    footer01
 ----------------------------------------------------------------------------------------------- */
.footer01 {
  background-color: var(--footer_bg_color);
}
.footer01__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr 100px;
  grid-template-areas: "footer_logo footer_nav" "footer_text footer_nav" "footer_icon footer_nav" "footer_icon footer_info";
  gap: 40px;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1199px) {
  .footer01__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 849px) {
  .footer01__wrapper {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer01__wrapper {
    padding: 50px 0 30px;
  }
}

.footer01__logo {
  grid-area: footer_logo;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .footer01__logo {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .footer01__logo {
    width: 50vw;
  }
}

.footer01__text {
  grid-area: footer_text;
  color: var(--footer_text_color);
  max-width: 400px;
}
@media screen and (max-width: 1199px) {
  .footer01__text {
    order: 3;
  }
}
.footer01__sns {
  grid-area: footer_icon;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .footer01__sns {
    order: 4;
    margin-top: 10px;
  }
}
.footer01__sns a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.footer01__sns img {
  width: 100%;
}
.footer01__sns span {
  background-image: url('data:image/svg+xml;utf8, <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50 25.1528C50 11.2613 38.8071 0 25 0C11.1929 0 0 11.2613 0 25.1528C0 37.7073 9.14213 48.1131 21.0938 50V32.4235H14.7461V25.1528H21.0938V19.6113C21.0938 13.3074 24.8261 9.82532 30.5366 9.82532C33.2718 9.82532 36.1328 10.3166 36.1328 10.3166V16.5065H32.9804C29.8748 16.5065 28.9063 18.4454 28.9063 20.4345V25.1528H35.8399L34.7315 32.4235H28.9062V50C40.8579 48.1131 50 37.7073 50 25.1528Z" fill="%231C1C1C"/></svg>');
  background-repeat: no-repeat;
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.footer01__btn {
  display: none;
}
.footer01__nav {
  grid-area: footer_nav;
  font-family: var(--heading_font);
  font-size: 2.8rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 1199px) {
  .footer01__nav {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 849px) {
  .footer01__nav {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer01__nav {
    margin-bottom: 60px;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}

.footer01__nav__wrapper {
  display: flex;
  gap: 130px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .footer01__nav__wrapper {
    gap: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .footer01__nav__wrapper {
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 849px) {
  .footer01__nav__wrapper {
    display: block;
  }
}
.footer01__nav__wrap-list__left {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 849px) {
  .footer01__nav__wrap-list__left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer01__nav__wrap-list__left {
    row-gap: 30px;
    margin-bottom: 30px;
  }
}

.footer01__nav__wrap-list__right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .footer01__nav__wrap-list__right {
    row-gap: 30px;
  }
}
.footer01__nav__wrap-list__right a {
  color: var(--footer_text_color);
}

.footer01__nav__wrap-list__item {
  width: auto;
  max-width: 300px;
  height: auto;
  align-self: baseline;
}
@media screen and (max-width: 1599px) {
  .footer01__nav__wrap-list__item {
    max-width: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .footer01__nav__wrap-list__item {
    width: 28vw;
    max-width: 280px;
  }
}
@media screen and (max-width: 849px) {
  .footer01__nav__wrap-list__item {
    width: 100%;
    max-width: 100%;
  }
}
.footer01__nav__list {
  display: none;
}
.footer01__info {
  grid-area: footer_info;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .footer01__info {
    order: 5;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer01__info {
    flex-direction: column;
    order: 5;
  }
}
.footer01__info small {
  order: 2;
  padding-top: 5px;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 599px) {
  .footer01__info small {
    padding-top: 0px;
  }
}

.footer01__textlink {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.8rem;
  border-bottom: solid 1px;
  border-color: var(--bg_color);
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .footer01__textlink {
    flex-wrap: wrap;
    order: 1;
    margin-bottom: 10px;
  }
}
.footer01__textlink li {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .footer01__textlink li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer01__textlink li {
    margin-right: 15px;
  }
}
.footer01__textlink li:last-child {
  margin-right: 0px;
}

/*  -----------------------------------------------------------------------------------------------
    footer02
 ----------------------------------------------------------------------------------------------- */
.footer02 {
  background-color: var(--footer_bg_color);
}
.footer02__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr 64px;
  grid-template-areas: "footer_logo footer_nav" "footer_text footer_nav" "footer_icon footer_nav" "footer_info footer_info";
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .footer02__wrapper {
    grid-template-columns: auto 309px;
    grid-template-rows: auto auto auto 54px;
    grid-template-areas: "footer_logo footer_logo" "footer_nav footer_nav" "footer_icon footer_text" "footer_info footer_info";
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }
}

.footer02__logo {
  grid-area: footer_logo;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .footer02__logo {
    width: 348px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__logo {
    order: 1;
    width: 50vw;
  }
}

.footer02__text {
  grid-area: footer_text;
  color: var(--footer_text_color);
  max-width: 400px;
}
@media screen and (max-width: 1199px) {
  .footer02__text {
    max-width: 310px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__text {
    max-width: 100%;
    order: 4;
    margin: 10px 0 20px;
  }
}

.footer02__sns {
  grid-area: footer_icon;
  display: flex;
  gap: 20px;
  margin-bottom: 26%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .footer02__sns {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__sns {
    order: 3;
  }
}
.footer02__sns a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.footer02__sns img {
  width: 100%;
}
.footer02__sns span {
  background-image: url('data:image/svg+xml;utf8, <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50 25.1528C50 11.2613 38.8071 0 25 0C11.1929 0 0 11.2613 0 25.1528C0 37.7073 9.14213 48.1131 21.0938 50V32.4235H14.7461V25.1528H21.0938V19.6113C21.0938 13.3074 24.8261 9.82532 30.5366 9.82532C33.2718 9.82532 36.1328 10.3166 36.1328 10.3166V16.5065H32.9804C29.8748 16.5065 28.9063 18.4454 28.9063 20.4345V25.1528H35.8399L34.7315 32.4235H28.9062V50C40.8579 48.1131 50 37.7073 50 25.1528Z" fill="%231C1C1C"/></svg>');
  background-repeat: no-repeat;
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.footer02__btn {
  display: none;
}
.footer02__nav {
  grid-area: footer_nav;
  color: var(--footer_text_color);
  font-family: var(--heading_font);
  font-size: 2.8rem;
  line-height: 4.4rem;
}
@media screen and (max-width: 1199px) {
  .footer02__nav {
    margin: 40px 0 60px;
  }
}
@media screen and (max-width: 849px) {
  .footer02__nav {
    margin: 30px 0 60px;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer02__nav {
    order: 2;
    margin: 30px 0 80px;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}

.footer02__nav__wrapper {
  display: flex;
  gap: 130px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .footer02__nav__wrapper {
    gap: 70px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .footer02__nav__wrapper {
    justify-content: flex-start;
    margin-bottom: 0px;
    gap: 90px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__nav__wrapper {
    gap: 70px;
  }
}

.footer02__nav__wrap-list__left {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .footer02__nav__wrap-list__left {
    row-gap: 30px;
  }
}
.footer02__nav__wrap-list__left a {
  color: var(--footer_text_color);
}

.footer02__nav__wrap-list__right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .footer02__nav__wrap-list__right {
    row-gap: 30px;
  }
}
.footer02__nav__wrap-list__right a {
  color: var(--footer_text_color);
}

.footer02__nav__wrap-list__item {
  width: auto;
  max-width: 300px;
  height: auto;
  align-self: baseline;
}
@media screen and (max-width: 1599px) {
  .footer02__nav__wrap-list__item {
    max-width: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .footer02__nav__wrap-list__item {
    width: 22vw;
    max-width: 265px;
  }
}
@media screen and (max-width: 849px) {
  .footer02__nav__wrap-list__item {
    width: 30vw;
    max-width: 235px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__nav__wrap-list__item {
    width: 33vw;
    max-width: 200px;
  }
}

.sub-menu {
  font-family: var(--heading_font);
  font-size: 1.8rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 599px) {
  .sub-menu {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.sub-menu a {
  color: var(--footer_text_color);
}

.footer02__info {
  grid-area: footer_info;
  display: flex;
  border-top: solid 1px;
  border-color: var(--bg_color);
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer02__info {
    order: 3;
    margin-top: 0px;
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .footer02__info {
    flex-direction: column;
    order: 5;
  }
}
@media screen and (max-width: 599px) {
  .footer02__info small {
    order: 2;
  }
}

.footer02__textlink {
  display: flex;
  font-size: 1.2rem;
  line-height: 2.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .footer02__textlink {
    flex-wrap: wrap;
    order: 1;
    margin-bottom: 10px;
  }
}
.footer02__textlink li {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .footer02__textlink li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer02__textlink li {
    margin-right: 15px;
  }
}
.footer02__textlink li:last-child {
  margin-right: 0px;
}

/*  -----------------------------------------------------------------------------------------------
    footer03
 ----------------------------------------------------------------------------------------------- */
.footer03__wrapper {
  width: 94%;
  border-radius: 50px 50px 0 0;
  background-color: var(--footer_bg_color);
  display: grid;
  grid-template-columns: auto 330px;
  grid-template-rows: auto auto 1fr 40px 30px;
  grid-template-areas: "footer_logo footer_btn" "footer_text footer_text" "footer_icon footer_icon" "footer_nav footer_nav" "footer_info footer_info";
  gap: 30px;
  padding: 150px 100px 50px;
}
@media screen and (max-width: 1199px) {
  .footer03__wrapper {
    grid-template-columns: auto 210px;
    grid-template-rows: auto auto 1fr 128px 30px;
    padding: 100px 50px 25px;
  }
}
@media screen and (max-width: 849px) {
  .footer03__wrapper {
    grid-template-areas: "footer_logo footer_logo" "footer_text footer_text" "footer_icon footer_btn" "footer_nav footer_nav" "footer_info footer_info";
    grid-template-columns: auto 200px;
    grid-template-rows: auto auto 1fr auto 80px;
    padding: 100px 50px 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer03__wrapper {
    padding: 80px 20px 10px;
    grid-template-areas: "footer_logo footer_logo" "footer_text footer_text" "footer_icon footer_icon" "footer_nav footer_nav" "footer_info footer_info";
    grid-template-rows: auto auto 1fr auto auto;
  }
}

.footer03__logo {
  grid-area: footer_logo;
  width: 300px;
}
@media screen and (max-width: 599px) {
  .footer03__logo {
    order: 1;
    width: 50vw;
  }
}

.footer03__text {
  grid-area: footer_text;
  color: var(--footer_text_color);
  max-width: 400px;
}
@media screen and (max-width: 599px) {
  .footer03__text {
    max-width: 100%;
  }
}

.footer03__sns {
  grid-area: footer_icon;
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1599px) {
  .footer03__sns {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 849px) {
  .footer03__sns {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .footer03__sns {
    margin-bottom: 30px;
  }
}
.footer03__sns a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.footer03__sns img {
  width: 100%;
}
.footer03__sns span {
  background-image: url('data:image/svg+xml;utf8, <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50 25.1528C50 11.2613 38.8071 0 25 0C11.1929 0 0 11.2613 0 25.1528C0 37.7073 9.14213 48.1131 21.0938 50V32.4235H14.7461V25.1528H21.0938V19.6113C21.0938 13.3074 24.8261 9.82532 30.5366 9.82532C33.2718 9.82532 36.1328 10.3166 36.1328 10.3166V16.5065H32.9804C29.8748 16.5065 28.9063 18.4454 28.9063 20.4345V25.1528H35.8399L34.7315 32.4235H28.9062V50C40.8579 48.1131 50 37.7073 50 25.1528Z" fill="%231C1C1C"/></svg>');
  background-repeat: no-repeat;
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.footer03__btn {
  grid-area: footer_btn;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .footer03__btn {
    display: none;
  }
}

.footer03__nav {
  grid-area: footer_nav;
  color: var(--footer_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .footer03__nav {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .footer03__nav {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 849px) {
  .footer03__nav {
    margin: 0;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer03__nav {
    margin: 0;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}

.footer03__nav__wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1599px) {
  .footer03__nav__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .footer03__nav__wrapper {
    flex-direction: column;
    column-gap: 30px;
  }
}
.footer03__nav__wrap-list__left {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1599px) {
  .footer03__nav__wrap-list__left {
    gap: 30px;
  }
}
@media screen and (max-width: 849px) {
  .footer03__nav__wrap-list__left {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .footer03__nav__wrap-list__left {
    margin-right: 0px;
  }
}
.footer03__nav__wrap-list__left a {
  color: var(--footer_text_color);
}

.footer03__nav__wrap-list__right {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 849px) {
  .footer03__nav__wrap-list__right {
    flex-direction: column;
    gap: 20px;
  }
}
.footer03__nav__wrap-list__right li:last-child {
  display: none;
}
.footer03__nav__wrap-list__right a {
  color: var(--footer_text_color);
}

.footer03__nav__wrap-list__item {
  width: auto;
  max-width: 200px;
}
@media screen and (max-width: 1599px) {
  .footer03__nav__wrap-list__item {
    max-width: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .footer03__nav__wrap-list__item {
    max-width: 200px;
  }
}
@media screen and (max-width: 849px) {
  .footer03__nav__wrap-list__item {
    max-width: 235px;
  }
}
@media screen and (max-width: 599px) {
  .footer03__nav__wrap-list__item {
    width: 33vw;
    max-width: 200px;
  }
}

.footer03__nav__list {
  display: none;
}
.footer03__info {
  grid-area: footer_info;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .footer03__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer03__info small {
  margin-right: 60px;
}
@media screen and (max-width: 849px) {
  .footer03__info small {
    order: 2;
    margin: 0 auto;
  }
}
.footer03__textlink {
  display: flex;
  font-size: 1.2rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 849px) {
  .footer03__textlink {
    order: 1;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer03__textlink {
    margin-bottom: 10px;
  }
}
.footer03__textlink li {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .footer03__textlink li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer03__textlink li {
    margin-right: 15px;
  }
}
.footer03__textlink li:last-child {
  margin-right: 0px;
}

/* Main
 ----------------------------------------------------------------------------------------------- */
/* Header Nav
 ----------------------------------------------------------------------------------------------- */
.header__wrapper__nav--wrapper__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__wrapper__nav--wrapper__list li {
  font-weight: 600;
  font-size: 1.8rem;
}
.header__wrapper__nav--wrapper__list > .nav__link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.header__wrapper__nav--wrapper__list > .nav__link > a:hover {
  color: var(--main_color);
}

/*header01*/
.header01 {
  background-color: var(--header_bg_color);
}

.header01__wrapper__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header01__wrapper__nav--wrapper__list li {
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: 30px;
}
.header01__wrapper__nav--wrapper__list li:last-child {
  margin-right: 36px;
}
.header01__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header01__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header01__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header02*/
.header02__wrapper__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  background-color: var(--accent_color);
  background-color: var(--header_bg_color);
  border-radius: 50px;
  height: 80px;
  padding: 0 32px 0 42px;
}
@media screen and (max-width: 1599px) {
  .header02__wrapper__nav {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .header02__wrapper__nav {
    height: 54px;
    width: 54px;
    padding: 0;
  }
}

.header02__wrapper__nav--wrapper__list li {
  display: inline-block;
  margin-right: 30px;
}
.header02__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header02__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header02__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header03*/
.header03 {
  padding-top: 0;
  background-color: var(--header_bg_color);
}

.header03__wrapper__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header03__wrapper__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

@media screen and (max-width: 1199px) {
  .header03__wrapper__nav--wrapper {
    display: none;
  }
}

.header03__wrapper__nav--wrapper__list {
  display: flex;
}

.header03__wrapper__nav--wrapper__list li {
  padding: 0 20px;
  width: auto;
  min-width: 150px;
  border: solid 1px;
  border-color: var(--header_text_color);
}
.header03__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header03__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 599px) {
  .header03__wrapper__nav--wrapper__list li {
    display: none;
  }
}
.header03__wrapper__nav--wrapper__list li:not(:last-child) {
  border-right: none;
}

/*header04*/
.header04 {
  background-color: var(--header_bg_color);
}

.header04__wrapper__nav {
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .header04__wrapper__nav {
    width: calc(100% - 120px);
  }
}

.header04__wrapper__nav--wrapper {
  margin: 0 auto;
}

.header04__wrapper__nav--wrapper__list > li.nav__item {
  display: inline-block;
  margin-right: 30px;
}
.header04__wrapper__nav--wrapper__list > li.nav__item:last-child {
  margin-right: 0px;
}
.header04__wrapper__nav--wrapper__list > li.nav__item a {
  color: var(--header_text_color);
}
.header04__wrapper__nav--wrapper__list > li.nav__item a:hover {
  color: var(--main_color);
}
@media screen and (max-width: 1199px) {
  .header04__wrapper__nav--wrapper__list > li.nav__item {
    display: none;
  }
}

/*header05*/
.header05__wrapper__nav {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .header05__wrapper__nav {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1199px) {
  .header05__wrapper__nav {
    margin-left: auto;
  }
}

.header05__wrapper__nav--wrapper {
  margin: 0 auto;
  height: 50px;
  background-color: var(--header_bg_color);
  border-radius: 50px;
  padding: 10px 26px;
}
@media screen and (max-width: 1199px) {
  .header05__wrapper__nav--wrapper {
    display: none;
  }
}

.header05__wrapper__nav--wrapper__list li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.header05__wrapper__nav--wrapper__list li:last-child {
  margin-right: 0px;
}
.header05__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header05__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header05__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header06*/
.header06 {
  background-color: var(--header_bg_color);
}

.header06__wrapper__nav {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .header06__wrapper__nav {
    width: calc(100% - 120px);
  }
}

.header06__wrapper__nav--wrapper {
  margin: 0 auto;
}

.header06__wrapper__nav--wrapper__list li {
  display: inline-block;
  padding: 23px 20px;
  height: 80px;
  border: solid 1px;
  border-color: var(--header_text_color);
  border-right: none;
}
.header06__wrapper__nav--wrapper__list li:last-child {
  border-right: solid 1px var(--header_text_color);
}
.header06__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
  height: 100%;
}
.header06__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header06__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header07*/
.header07__wrapper__nav--left,
.header07__wrapper__nav {
  display: flex;
  align-items: center;
}
.header07__wrapper__nav--left > nav li,
.header07__wrapper__nav > nav li {
  display: inline-block;
  margin-right: 20px;
}
.header07__wrapper__nav--left > nav li:last-child,
.header07__wrapper__nav > nav li:last-child {
  margin-right: 27px;
}
@media screen and (max-width: 1199px) {
  .header07__wrapper__nav--left > nav li,
  .header07__wrapper__nav > nav li {
    display: none;
  }
}

/*header08*/
.header08__wrapper__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  width: calc(100% - 230px);
}
@media screen and (max-width: 599px) {
  .header08__wrapper__nav {
    width: calc(100% - 170px);
  }
}

.header08__wrapper__nav--wrapper__list {
  justify-content: flex-start;
}
.header08__wrapper__nav--wrapper__list li {
  display: inline-block;
  margin-right: 30px;
  width: auto;
}
.header08__wrapper__nav--wrapper__list li:last-child {
  margin-right: 0px;
}
.header08__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header08__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header08__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header09*/
.header09__wrapper__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  width: calc(100% - 230px);
}
@media screen and (max-width: 1599px) {
  .header09__wrapper__nav {
    margin-left: 19px;
    width: calc(100% - 199px);
  }
}
@media screen and (max-width: 1199px) {
  .header09__wrapper__nav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .header09__wrapper__nav {
    width: calc(100% - 139px);
  }
}

.header09__wrapper__nav--wrapper__list {
  justify-content: flex-start;
}
.header09__wrapper__nav--wrapper__list li {
  display: inline-block;
  padding: 23px 20px;
  width: auto;
  height: 80px;
  min-width: 150px;
  border: solid 1px;
  border-color: var(--header_text_color);
  border-right: none;
}
.header09__wrapper__nav--wrapper__list li:last-child {
  border-right: solid 1px;
}
.header09__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
  height: 100%;
}
.header09__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header09__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header10*/
.header10__wrapper__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .header10__wrapper__nav {
    width: calc(100% - 120px);
  }
}

.header10__wrapper__nav--wrapper__list li {
  display: none;
}

/*header11*/
.header11__wrapper__nav {
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .header11__wrapper__nav {
    width: calc(100% - 120px);
  }
}

.header11__wrapper__nav--wrapper {
  margin: 0 auto;
}

.header11__wrapper__nav--wrapper__list li {
  display: inline-block;
  margin-right: 30px;
}
.header11__wrapper__nav--wrapper__list li:last-child {
  margin-right: 0px;
}
.header11__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header11__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header11__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/*header12*/
.header12__wrapper__nav {
  display: flex;
  align-items: center;
  width: calc(100% - 206px);
}
@media screen and (max-width: 1199px) {
  .header12__wrapper__nav {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 599px) {
  .header12__wrapper__nav {
    width: calc(100% - 120px);
  }
}

.header12__wrapper__nav--wrapper {
  margin: 0 auto;
}

.header12__wrapper__nav--wrapper__list li {
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: 30px;
}
.header12__wrapper__nav--wrapper__list li:last-child {
  margin-right: 0px;
}
.header12__wrapper__nav--wrapper__list li a {
  color: var(--header_text_color);
}
.header12__wrapper__nav--wrapper__list li a:hover {
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .header12__wrapper__nav--wrapper__list li {
    display: none;
  }
}

/* Mega Menu
 ----------------------------------------------------------------------------------------------- */
.megaMenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  width: 100vw;
  top: 60px;
  left: 0;
  z-index: 300;
}
.megaMenu .custom-sub-menu {
  position: relative;
  background-color: var(--header_bg_color);
  z-index: 295;
}

.megaMenu__bg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  filter: blur(3.5px);
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/*最後削除します*/
.page-title__wrapper + .page-title__wrapper {
  margin-top: 100px;
}

/* pageTitle
 ----------------------------------------------------------------------------------------------- */
.page-title__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title__feature {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .page-title__feature {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title__feature {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .page-title__feature {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .page-title__feature {
    width: 100%;
    max-width: 90%;
  }
}

.page-title__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*  -----------------------------------------------------------------------------------------------
    pageTitle01
 ----------------------------------------------------------------------------------------------- */
.page-title01__wrapper {
  width: 100%;
}
.page-title01 {
  width: 100%;
}
.page-title01__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 243px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .page-title01__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 150px;
    gap: 10px;
  }
}
@media screen and (max-width: 849px) {
  .page-title01__feature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-title01__feature {
    margin: 110px auto 30px;
    gap: 20px;
  }
}

.page-title01__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title01__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title01__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title01__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title01__sub {
  grid-area: page-title_sub;
}
.page-title01__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title01__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title01__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title01__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title01__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title01__text {
    margin-top: 10px;
  }
}

.page-title01__img {
  background-size: cover;
  background-position: center;
  height: 460px;
  width: 100%;
}
@media screen and (max-width: 849px) {
  .page-title01__img {
    aspect-ratio: 849/460;
    height: 100%;
  }
}
.page-title01__img .cms__post__thumbnail {
  border-radius: 0;
}

/*  -----------------------------------------------------------------------------------------------
    pageTitle02
 ----------------------------------------------------------------------------------------------- */
.page-title02__wrapper {
  width: 100%;
}
.page-title02__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 243px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .page-title02__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 150px;
    gap: 10px;
  }
}
@media screen and (max-width: 849px) {
  .page-title02__feature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-title02__feature {
    margin: 110px 0 30px;
    gap: 20px;
  }
}

.page-title02__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title02__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title02__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title02__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title02__sub {
  grid-area: page-title_sub;
}
.page-title02__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title02__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title02__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title02__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title02__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title02__text {
    margin-top: 10px;
  }
}

.page-title02__img {
  background-size: cover;
  background-position: center;
  height: 460px;
  width: 100%;
}
@media screen and (max-width: 849px) {
  .page-title02__img {
    aspect-ratio: 540/460;
    height: 100%;
  }
}
/*  -----------------------------------------------------------------------------------------------
    pageTitle03
 ----------------------------------------------------------------------------------------------- */
.page-title03__wrapper {
  width: 100%;
  overflow-x: hidden;
}
.page-title03__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 243px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .page-title03__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 150px;
    gap: 10px;
  }
}
@media screen and (max-width: 849px) {
  .page-title03__feature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-title03__feature {
    margin: 110px 0 30px;
    gap: 20px;
  }
}

.page-title03__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title03__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title03__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title03__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title03__sub {
  grid-area: page-title_sub;
}
.page-title03__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title03__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title03__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title03__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title03__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title03__text {
    margin-top: 10px;
  }
}

.page-title03__img {
  background-size: cover;
  background-position: center;
  height: 460px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 849px) {
  .page-title03__img {
    aspect-ratio: 695/460;
    height: 100%;
  }
}
/*  -----------------------------------------------------------------------------------------------
    pageTitle04
 ----------------------------------------------------------------------------------------------- */
.page-title04__wrapper {
  width: 100%;
  overflow-x: hidden;
}
.page-title04__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 243px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .page-title04__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 150px;
    gap: 10px;
  }
}
@media screen and (max-width: 849px) {
  .page-title04__feature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-title04__feature {
    margin: 110px 0 30px;
    gap: 20px;
  }
}

.page-title04__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title04__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title04__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title04__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title04__sub {
  grid-area: page-title_sub;
}
.page-title04__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title04__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title04__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title04__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title04__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title04__text {
    margin-top: 10px;
  }
}

.page-title04__img {
  background-size: cover;
  background-position: center;
  height: 460px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 849px) {
  .page-title04__img {
    aspect-ratio: 695/460;
    height: 100%;
  }
}
/*  -----------------------------------------------------------------------------------------------
    pageTitle05
 ----------------------------------------------------------------------------------------------- */
.page-title05__wrapper {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 599px) {
  .page-title05__wrapper {
    height: 320px;
  }
}

.page-title05 {
  width: 100%;
  height: 100%;
  display: grid;
}
.page-title05__feature {
  grid-area: 1/1;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 360px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 20px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .page-title05__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-title05__feature {
    gap: 20px;
  }
}

.page-title05__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title05__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title05__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title05__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title05__sub {
  grid-area: page-title_sub;
}
.page-title05__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title05__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title05__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title05__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title05__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title05__text {
    margin-top: 10px;
  }
}

.page-title05__img {
  grid-area: 1/1;
  background-size: cover;
  background-position: center;
  height: 540px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .page-title05__img {
    height: 320px;
  }
}
.page-title05__img .cms__post__thumbnail {
  border-radius: 0;
}

/*  -----------------------------------------------------------------------------------------------
    pageTitle06
 ----------------------------------------------------------------------------------------------- */
.page-title06__wrapper {
  width: 100%;
}
.page-title06 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.page-title06__feature {
  order: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 130px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .page-title06__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-title06__feature {
    margin-top: 30px;
    gap: 20px;
  }
}

.page-title06__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title06__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title06__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title06__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title06__sub {
  grid-area: page-title_sub;
}
.page-title06__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title06__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title06__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title06__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title06__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title06__text {
    margin-top: 10px;
  }
}

.page-title06__img {
  display: flex;
  order: 1;
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
/*  -----------------------------------------------------------------------------------------------
    pageTitle07
 ----------------------------------------------------------------------------------------------- */
.page-title07__wrapper {
  overflow: hidden;
  justify-content: flex-start;
  margin-left: calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .page-title07__wrapper {
    margin-left: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .page-title07__wrapper {
    margin-left: calc((100% - 800px) / 2);
  }
}
.page-title07 {
  display: flex;
}
@media screen and (max-width: 849px) {
  .page-title07 {
    display: inline-block;
  }
}
.page-title07__feature {
  margin-right: 100px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .page-title07__feature {
    max-width: 420px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 849px) {
  .page-title07__feature {
    margin-right: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 849px) {
  .page-title07__main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__main {
    margin-top: 60px;
  }
}
.page-title07__main::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--main_color);
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .page-title07__main::after {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__main::after {
    margin-top: 40px;
  }
}

.page-title07__title--main {
  color: var(--main_color);
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title07__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title07__sub {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .page-title07__sub {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__sub {
    margin-top: 40px;
  }
}

.page-title07__title--sub {
  font-size: 4.4rem;
  line-height: 8.4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title07__title--sub {
    font-size: 4.2rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 849px) {
  .page-title07__title--sub {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__title--sub {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.page-title07__text {
  margin-top: 30px;
}
.page-title07__img {
  height: 560px;
  margin-right: 0;
}
@media screen and (max-width: 849px) {
  .page-title07__img {
    width: 100%;
    margin-top: 80px;
    height: 100%;
    aspect-ratio: 849/560;
  }
}
@media screen and (max-width: 599px) {
  .page-title07__img {
    margin-top: 40px;
    aspect-ratio: 599/395;
  }
}
.page-title07__img .cms__post__thumbnail {
  border-radius: 0;
}

/*  -----------------------------------------------------------------------------------------------
    pageTitle08
 ----------------------------------------------------------------------------------------------- */
.page-title08__wrapper {
  width: 100%;
}
.page-title08__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 217px auto;
  grid-template-areas: "page-title_main page-title_main" "page-title_sub page-title_text";
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .page-title08__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 130px;
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-title08__feature {
    margin-top: 110px;
    gap: 20px;
  }
}

.page-title08__main {
  grid-area: page-title_main;
  display: flex;
  align-items: flex-end;
}
.page-title08__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title08__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title08__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title08__sub {
  grid-area: page-title_sub;
}
.page-title08__title--sub {
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .page-title08__title--sub {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .page-title08__title--sub {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.page-title08__text {
  grid-area: page-title_text;
}
@media screen and (max-width: 1199px) {
  .page-title08__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-title08__text {
    margin-top: 10px;
  }
}

.page-title08__img {
  display: none;
}
/*  -----------------------------------------------------------------------------------------------
    pageTitle09
 ----------------------------------------------------------------------------------------------- */
.page-title09__wrapper {
  margin-top: 200px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .page-title09__wrapper {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title09__wrapper {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .page-title09__wrapper {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .page-title09__wrapper {
    width: 100%;
    max-width: 90%;
  }
}
.page-title09__feature {
  text-align: center;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.page-title09__main {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .page-title09__main {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-title09__main {
    margin-bottom: 20px;
  }
}

.page-title09__title--main {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .page-title09__title--main {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .page-title09__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}
.page-title09__img {
  display: none;
}
/*  -----------------------------------------------------------------------------------------------
    cms
 ----------------------------------------------------------------------------------------------- */
.top-cms__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .top-cms__wrapper {
    padding: 80px 0;
  }
}
.top-cms__wrapper .c-btn btn {
  color: var(--text_color);
  border-color: var(--text_color);
}

/*  -----------------------------------------------------------------------------------------------
    cms01
 ----------------------------------------------------------------------------------------------- */
.top-cms01 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-rows: 300px 100px auto;
  grid-template-areas: "cms_cat cms_list" "cms_link cms_list" "cms_link cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms01 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms01 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms01 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.home .top-cms01 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-rows: 180px 300px 100px auto;
  grid-template-areas: "cms_title cms_list" "cms_cat cms_list" "cms_link cms_list" "cms_link cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .home .top-cms01 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .home .top-cms01 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .home .top-cms01 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .home .top-cms01 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .home .top-cms01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.top-cms01__title {
  grid-area: cms_title;
}
@media screen and (max-width: 849px) {
  .top-cms01__title {
    order: 1;
    width: 100%;
  }
}
.top-cms01__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms01__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms01__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01__title--main {
    font-size: 5.2rem;
    line-height: 7.2rem;
  }
}
.top-cms01__title--sub {
  color: var(--main_color);
}
.top-cms01__cat {
  grid-area: cms_cat;
}
@media screen and (max-width: 849px) {
  .top-cms01__cat {
    width: 100%;
    order: 2;
  }
}
.top-cms01__cat__list a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.top-cms01__cat__list a.--active {
  color: var(--main_color);
}
.top-cms01__cat__list a.--active::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .top-cms01__cat__list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top-cms01__cat__list a {
    color: var(--base_color);
    display: block;
    padding: 0 20px;
    border: 1px solid var(--base_color);
    border-radius: 20px;
  }
  .top-cms01__cat__list a.--active {
    color: #fff;
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
  }
  .top-cms01__cat__list a.--active::before {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01__cat__list .children {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.top-cms01__link {
  grid-area: cms_link;
}
@media screen and (max-width: 849px) {
  .top-cms01__link {
    order: 4;
  }
}
.top-cms01__content {
  grid-area: cms_list;
}
@media screen and (max-width: 849px) {
  .top-cms01__content {
    order: 3;
    border-top: 1px solid var(--base_color);
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-cms01__list {
  border-bottom: 1px solid var(--base_color);
  display: none;
}
@media screen and (max-width: 849px) {
  .top-cms01__list {
    order: 3;
    border-top: 1px solid var(--base_color);
  }
}
.top-cms01__list.--active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-cms01__post {
  padding: 20px 0;
  width: 100%;
  display: grid;
  gap: 0 35px;
  grid-template-columns: 260px 1fr 1fr;
  grid-template-rows: 100px 160px;
  grid-template-areas: "post__thumbnail post__cat post__data" "post__thumbnail post__title post__title";
}
@media screen and (max-width: 1599px) {
  .top-cms01__post {
    grid-template-columns: 230px 1fr 1fr;
    grid-template-rows: 70px 160px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms01__post {
    gap: 0 25px;
    grid-template-columns: 200px 1fr 1fr;
    grid-template-rows: 50px 150px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms01__post {
    gap: 0 20px;
    grid-template-columns: 105px 1fr 1fr;
    grid-template-rows: 30px 75px;
  }
}
.top-cms01__post + .top-cms01__post {
  border-top: 1px solid var(--base_color);
}
.top-cms01__post img {
  transition: all 0.3s;
}
.top-cms01__post:hover img {
  transition: all 0.3s;
  transform: scale(1.2);
}
.top-cms01__post:hover .top-cms01__post__title a {
  transition: all 0.3s;
  color: var(--main_color);
}

.top-cms01__post__thumbnail {
  grid-area: post__thumbnail;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-cms01__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-cms01__post__cat {
  grid-area: post__cat;
  display: flex;
  align-items: flex-end;
}
.top-cms01__post__cat a {
  padding: 3px 20px;
  border-radius: 50px;
  background-color: var(--base_color);
}
@media screen and (max-width: 1199px) {
  .top-cms01__post__cat a {
    padding: 3px 10px;
  }
}
.top-cms01__post__data {
  grid-area: post__data;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.top-cms01__post__title {
  grid-area: post__title;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .top-cms01__post__title {
    margin-top: 10px;
  }
}

/*  -----------------------------------------------------------------------------------------------
    cms02
 ----------------------------------------------------------------------------------------------- */
.top-cms02 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-rows: 300px 100px auto;
  grid-template-areas: "cms_cat cms_list" "cms_link cms_list" "cms_link cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms02 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .top-cms02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.home .top-cms02 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-rows: 90px 300px 100px auto;
  grid-template-areas: "cms_title cms_title" "cms_cat cms_list" "cms_link cms_list" "cms_link cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .home .top-cms02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .home .top-cms02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .home .top-cms02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .home .top-cms02 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .home .top-cms02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.top-cms02__title {
  vertical-align: top;
}
@media screen and (max-width: 849px) {
  .top-cms02__title {
    order: 1;
    width: 100%;
  }
}
.top-cms02__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms02__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms02__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms02__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.top-cms02__title--sub {
  color: var(--main_color);
}
.top-cms02__cat {
  grid-area: cms_cat;
  padding-top: 40px;
}
@media screen and (max-width: 849px) {
  .top-cms02__cat {
    width: 100%;
    order: 2;
    padding-top: 0px;
  }
}
.top-cms02__cat__list a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.top-cms02__cat__list a.--active {
  color: var(--main_color);
}
.top-cms02__cat__list a.--active::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .top-cms02__cat__list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top-cms02__cat__list a {
    color: var(--base_color);
    display: block;
    padding: 0 20px;
    border: 1px solid var(--base_color);
    border-radius: 20px;
  }
  .top-cms02__cat__list a.--active {
    color: #fff;
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
  }
  .top-cms02__cat__list a.--active::before {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .top-cms02__cat__list .children {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.top-cms02__link {
  grid-area: cms_link;
}
@media screen and (max-width: 849px) {
  .top-cms02__link {
    order: 4;
  }
}
.top-cms02__content {
  grid-area: cms_list;
}
@media screen and (max-width: 849px) {
  .top-cms02__content {
    width: 100%;
    order: 3;
    border-top: 1px solid var(--base_color);
    margin-bottom: 20px;
  }
}
.top-cms02__list {
  border-bottom: 1px solid var(--base_color);
  display: none;
}
@media screen and (max-width: 849px) {
  .top-cms02__list {
    width: 100%;
    order: 3;
    border-top: 1px solid var(--base_color);
  }
}
.top-cms02__list.--active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-cms02__post {
  padding: 40px 0 60px;
  width: 100%;
  display: grid;
  gap: 0 35px;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 60px 60px;
  grid-template-areas: "post__cat post__data" "post__title post__title";
}
@media screen and (max-width: 1599px) {
  .top-cms02__post {
    grid-template-columns: 230px 1fr;
  }
}
@media screen and (max-width: 849px) {
  .top-cms02__post {
    gap: 0 25px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 50px 40px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-cms02__post {
    gap: 0 20px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 40px auto;
  }
}
.top-cms02__post + .top-cms02__post {
  border-top: 1px solid var(--base_color);
}
.top-cms02__post:hover .top-cms02__post__title a {
  transition: all 0.3s;
  color: var(--main_color);
}

.top-cms02__post__thumbnail {
  display: none;
}
.top-cms02__post__cat {
  font-size: 1.2rem;
  font-weight: 700;
}
.top-cms02__post__cat a {
  padding: 3px 28px;
  border-radius: 20px;
  background-color: var(--base_color);
}

.top-cms02__post__data {
  text-align: end;
}
.top-cms02__post__title {
  grid-area: post__title;
}
/*  -----------------------------------------------------------------------------------------------
    cms03
 ----------------------------------------------------------------------------------------------- */
.top-cms03 {
  width: 100%;
  display: flex;
  flex-flow: column;
}

.top-cms03__title {
  width: 1500px;
  margin-left: calc((100% - 1500px) / 2);
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .top-cms03__title {
    width: 1100px;
    margin-left: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .top-cms03__title {
    width: 800px;
    margin-left: calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .top-cms03__title {
    width: 540px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms03__title {
    width: 90%;
    margin-bottom: 40px;
  }
}

.top-cms03__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms03__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms03__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms03__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.top-cms03__content {
  width: calc(100% - (100% - 1500px) / 2);
  margin-left: calc((100% - 1500px) / 2);
  margin-bottom: 80px;
}
@media screen and (max-width: 1599px) {
  .top-cms03__content {
    width: calc(100% - (100% - 1100px) / 2);
    margin-left: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .top-cms03__content {
    width: calc(800px + 100% - 800px);
    margin-left: calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .top-cms03__content {
    width: calc(540px + 100% - 540px);
    margin-left: calc((100% - 540px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-cms03__content {
    width: 100%;
    margin: 0 0 80px 5%;
  }
}

.top-cms03__post__footer {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 20px;
}

.top-cms03__link {
  margin-left: calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .top-cms03__link {
    margin-left: calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .top-cms03__link {
    margin-left: calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .top-cms03__link {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.top-cms03__post {
  background-color: var(--base_color);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: solid 1px;
  border-color: rgba(255, 255, 255, 0);
}
.top-cms03__post.swiper-slide {
  height: auto;
}
.top-cms03__post__thumbnail {
  aspect-ratio: 8/5;
  margin-bottom: 34px;
  overflow: hidden;
}
.top-cms03__post__thumbnail__text {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base_color);
  border-bottom: 1px solid var(--base_color);
}

.top-cms03__post__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.top-cms03__post__link img {
  object-fit: cover;
}

.top-cms03__post__cat {
  color: var(--text_color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px 1px;
  border: 1px solid;
  border-color: var(--text_color);
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 20px;
}
.top-cms03__post__data {
  font-size: 1.2rem;
  font-weight: 700;
}
.top-cms03__post__title {
  padding-inline: 20px;
  padding-bottom: 20px;
}
/*  -----------------------------------------------------------------------------------------------
    cms04
 ----------------------------------------------------------------------------------------------- */
.top-cms04__wrapper {
  margin-bottom: 80px;
}
.top-cms04 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 112px 402px;
  grid-template-areas: "cms_title cms_link" "cms_list cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms04 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms04 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms04 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms04 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms04 {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.top-cms04__title {
  grid-area: cms_title;
}
@media screen and (max-width: 1199px) {
  .top-cms04__title {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-cms04__title {
    margin-bottom: 20px;
  }
}

.top-cms04__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms04__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms04__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms04__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.top-cms04__cat {
  display: none;
}
.top-cms04__link {
  grid-area: cms_link;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.top-cms04__content {
  grid-area: cms_list;
}

.top-cms04__list.tab__panel {
  display: none;
  flex-wrap: wrap;
  gap: 50px 20px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms04__list.tab__panel {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms04__list.tab__panel {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms04__list.tab__panel {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms04__list.tab__panel {
    width: 100%;
    max-width: 90%;
  }
}
.top-cms04__list.tab__panel.--active {
  display: flex;
}

.top-cms04__post {
  width: calc((100% - 40px) / 3);
}

.top-cms04__post__link {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
.top-cms04__post__link {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .top-cms04__post__link {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .top-cms04__post__link {
    border-radius: var(--radius_sp);
  }
}
.top-cms04__post__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  -----------------------------------------------------------------------------------------------
    cms05
 ----------------------------------------------------------------------------------------------- */
.top-cms05 {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 98px 377px auto;
  grid-template-areas: "cms_title cms_link" "cms_list cms_list" "cms_list cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms05 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms05 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms05 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.top-cms05__title {
  grid-area: cms_title;
}
@media screen and (max-width: 1199px) {
  .top-cms05__title {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05__title {
    margin-bottom: 20px;
  }
}

.top-cms05__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms05__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms05__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.top-cms05__title--sub {
  color: var(--main_color);
}
.top-cms05__cat {
  display: none;
}
.top-cms05__cat__list .tab__panel {
  display: none;
}

.top-cms05__link {
  grid-area: cms_link;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top-cms05__link {
    width: 100%;
    order: 3;
  }
  .top-cms05__link .c-btn {
    margin: 0 auto;
  }
}
.top-cms05__content {
  grid-area: cms_list;
}
@media screen and (max-width: 1199px) {
  .top-cms05__content {
    width: 100%;
    order: 2;
  }
}
.top-cms05__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-cms05__list.tab__panel {
  display: none;
}

.top-cms05__list.tab__panel.--active {
  display: flex;
}

.top-cms05__post {
  border-top: 1px solid var(--base_color);
  padding: 20px 0;
  width: 100%;
  display: grid;
  gap: 0 35px;
  grid-template-columns: 536px 640px;
  grid-template-rows: 274px 34px;
  grid-template-areas: "post__thumbnail post__title" "post__thumbnail post__data";
  position: relative;
}
@media screen and (max-width: 1599px) {
  .top-cms05__post {
    grid-template-columns: 536px 528px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms05__post {
    width: 100%;
    margin: 0;
    height: 487px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05__post {
    height: 356px;
  }
}
.top-cms05__post:hover img {
  transition: all 0.3s;
  opacity: 0.8;
  filter: blur(2px);
}

.top-cms05__post__thumbnail {
  grid-area: post__thumbnail;
  width: 524px;
  height: 308px;
  background-color: var(--bg_color);
}
@media screen and (max-width: 1199px) {
  .top-cms05__post__thumbnail {
    width: 100%;
    height: 235px;
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05__post__thumbnail {
    height: 160px;
  }
}
.top-cms05__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-cms05__post__cat {
  position: absolute;
  top: 35px;
  right: 991px;
  color: var(--base_color);
  display: block;
  padding: 0 10px;
  border: 1px solid;
  border-color: var(--text_color);
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1599px) {
  .top-cms05__post__cat {
    right: 591px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms05__post__cat {
    right: 15px;
  }
}
.top-cms05__post__data {
  grid-area: post__data;
}
@media screen and (max-width: 1199px) {
  .top-cms05__post__data {
    order: 3;
    margin-top: auto;
  }
}
.top-cms05__post__title {
  grid-area: post__title;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .top-cms05__post__title {
    order: 2;
    font-size: 2.2rem;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms05__post__title {
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms05__post__title .top-cms05__post__link {
    height: 150px;
  }
}
/*  -----------------------------------------------------------------------------------------------
    cms06
 ----------------------------------------------------------------------------------------------- */
.top-cms06 {
  gap: 30px;
  display: grid;
  grid-template-columns: 360px auto;
  grid-template-rows: 130px auto;
  grid-template-areas: "cms_title cms_list" "cms_link cms_list";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .top-cms06 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .top-cms06 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms06 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1599px) {
  .top-cms06 {
    grid-template-columns: 300px auto;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 104px auto;
    grid-template-areas: "cms_title cms_link" "cms_list cms_list";
  }
}
@media screen and (max-width: 849px) {
  .top-cms06 {
    grid-template-columns: 1fr;
    grid-template-rows: 104px 486px auto;
    grid-template-areas: "cms_title" "cms_list" "cms_link";
  }
}
@media screen and (max-width: 599px) {
  .top-cms06 {
    grid-template-rows: 88px 410px auto;
  }
}

.top-cms06__title {
  grid-area: cms_title;
}
@media screen and (max-width: 599px) {
  .top-cms06__title {
    margin-bottom: 10px;
  }
}

.top-cms06__title--main {
  color: var(--main_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top-cms06__title--main {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .top-cms06__title--main {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-cms06__title--main {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.top-cms06__cat {
  display: none;
}
.top-cms06__content {
  display: flex;
  overflow-x: auto;
  margin-bottom: 80px;
  grid-area: cms_list;
  width: calc(100vw - (390px + (100vw - 1500px) / 2));
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1599px) {
  .top-cms06__content {
    width: calc(100vw - (330px + (100vw - 1100px) / 2));
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06__content {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-cms06__content {
    margin-bottom: 50px;
  }
}

.top-cms06__link {
  grid-area: cms_link;
}
@media screen and (max-width: 1199px) {
  .top-cms06__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 849px) {
  .top-cms06__link .c-btn {
    margin: 0 auto;
  }
}
.top-cms06__list.tab__panel {
  display: none;
}

.top-cms06__list.tab__panel.--active {
  display: flex;
}
.top-cms06__post {
  width: 432px;
  height: 512px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}
.top-cms06__post:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1599px) {
  .top-cms06__post {
    width: 300px;
    height: 413px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06__post {
    width: 300px;
    height: 406px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms06__post {
    width: 250px;
    height: 360px;
  }
}
.top-cms06__post:hover img {
  transition: all 0.3s;
  transform: scale(1.2);
}

.top-cms06__post__thumbnail {
  margin-bottom: 22px;
  width: 100%;
  height: 432px;
  order: 1;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .top-cms06__post__thumbnail {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06__post__thumbnail {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-cms06__post__thumbnail {
    height: 250px;
  }
}
.top-cms06__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-cms06__post__cat {
  order: 3;
  color: var(--base_color);
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 20px;
}
.top-cms06__post__cat a {
  padding: 3px 28px;
  border-radius: 20px;
  border: 1px solid;
  border-radius: 20px;
}

.top-cms06__post__data {
  display: none;
}
.top-cms06__post__title {
  font-size: 1.8rem;
  font-weight: 600;
  order: 2;
}
@media screen and (max-width: 1599px) {
  .top-cms06__post__title {
    height: 67px;
  }
}
@media screen and (max-width: 1199px) {
  .top-cms06__post__title {
    font-size: 1.6rem;
  }
}
/*  -----------------------------------------------------------------------------------------------
cms07
----------------------------------------------------------------------------------------------- */
.top-cms07__wrapper {
  width: 100%;
}
.top-cms07 {
  width: 96%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-cms07__title {
  order: 1;
  text-align: center;
}
.top-cms07__title--main {
  font-weight: 700;
  color: var(--main_color);
  font-size: var(--heading_fontSize_PC);
}
@media screen and (max-width: 1199px) {
  .top-cms07__title--main {
    font-size: var(--heading_fontSize_TAB);
  }
}
@media screen and (max-width: 599px) {
  .top-cms07__title--main {
    font-size: var(--heading_fontSize_SP);
  }
}

.top-cms07__cat {
  display: none;
}
.top-cms07__cat__list {
  display: flex;
  gap: 20px;
}
.top-cms07__link {
  order: 3;
}
.top-cms07__content {
  order: 2;
}
.top-cms07__list.tab__panel {
  display: none;
}
.top-cms07__list.tab__panel.--active {
  display: block;
}

.top-cms07__post {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--base_color);
  padding: 20px;
}
@media screen and (max-width: 849px) {
  .top-cms07__post {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
  }
}
.top-cms07__post:last-of-type {
  border-bottom: 1px solid var(--base_color);
}
.top-cms07__post__thumbnail {
  display: none;
}
.top-cms07__post__cat {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .top-cms07__post__cat {
    width: 50%;
    justify-content: flex-end;
  }
}
.top-cms07__post__cat a {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 20px;
  min-width: 100px;
  background-color: var(--main_color);
  color: #fff;
  padding: 0 20px;
  border-radius: 2px;
}
.top-cms07__post__data {
  order: 1;
  color: var(--main_color);
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 849px) {
  .top-cms07__post__data {
    width: 50%;
  }
}
.top-cms07__post__title {
  order: 3;
}
@media screen and (max-width: 849px) {
  .top-cms07__post__title {
    width: 100%;
  }
}
/* Hamburger menu
 ----------------------------------------------------------------------------------------------- */
#page-hamburger-menu .hm {
  transform: translateX(0);
}

.hm {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 500;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  /* トランジションを指定 */
}
.hm.--active .hm__img__wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.hm.--active .hm__content__top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}
.hm.--active .hm__banner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.2s;
}
.hm.--active .hm__logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}
.hm.--active .hm__sns {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}
.hm.--active .hm__btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}
.hm.--active .hm__info {
  color: var(--header_text_color);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}
.hm.--active .hm__info a {
  color: var(--header_text_color);
}

.hm__img__wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: calc(100% - 750px);
}
@media screen and (max-width: 1599px) {
  .hm__img__wrapper {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 1199px) {
  .hm__img__wrapper {
    width: calc(100% - 540px);
  }
}
@media screen and (max-width: 849px) {
  .hm__img__wrapper {
    width: 100%;
  }
}
.hm__content__top {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}

.hm__banner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.4s;
}

.hm__logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.5s;
}

.hm__sns {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.6s;
}

.hm__btn {
  flex: 1;
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.7s;
}

.hm__info {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.8s;
}

.hm__inner {
  display: flex;
  width: 100%;
  height: 100%;
}
.hm__img__wrapper {
  height: 100%;
  position: relative;
}
.hm__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm__content {
  background-color: var(--hm_bg_color);
  width: 750px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  overflow-y: auto;
}
@media screen and (max-width: 1599px) {
  .hm__content {
    width: 650px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .hm__content {
    width: 100%;
    padding-top: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm__content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm__content {
    padding-inline: 20px;
  }
}

.hm__content__inner {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 849px) {
  .hm__content__inner {
    height: 100%;
  }
}
.hm__content__top {
  width: 100%;
}
.hm__content__bottom {
  width: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .hm__content__bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .hm__content__bottom {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm__content__bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm__content__bottom {
    padding-bottom: 60px;
  }
}

.hm__banner {
  width: 100%;
  height: 100px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .hm__banner {
    height: auto;
    flex-direction: column;
  }
}

.hm__banner__left {
  flex: 1;
}
.hm__banner__right {
  flex: 1;
}
.hm__banner__item {
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.hm__banner__item:hover {
  background-size: 130% !important;
}

.hm__banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.hm__banner__link {
  width: 100%;
  height: 100%;
}
.hm__banner__link:hover .hm__banner__bg {
  transform: scale(110%);
}
.hm__banner__link:hover .hm__banner__text {
  background-color: rgba(0, 0, 0, 0.6);
}

.hm__banner__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.hm__logo {
  margin-top: 40px;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .hm__logo {
    width: 348px;
  }
}
@media screen and (max-width: 599px) {
  .hm__logo {
    width: 50vw;
  }
}

.hm_externalLink {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .hm_externalLink {
    flex-direction: column;
  }
}

.hm__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hm__sns__link {
  display: flex;
  align-items: center;
}
.hm__info__list {
  display: flex;
  gap: 0 20px;
  margin-top: 20px;
  text-decoration: underline;
  flex-wrap: wrap;
}
.hm01__inner {
  display: flex;
}
@media screen and (max-width: 849px) {
  .hm01__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ddd;
  }
}
@media screen and (max-width: 849px) {
  .hm01__img__wrapper {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .hm01__content {
    height: 100%;
  }
}
.hm01__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm01__content__inner {
    width: 400px;
  }
}
.hm01__content__inner .hm__logo {
  margin-top: 0px;
}
.hm01__top {
  flex-grow: 2;
}
.hm01__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm01__bottom {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm01__bottom {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm01__bottom {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm01__bottom {
    margin-top: 80px;
  }
}

.hm01__nav__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 50px;
}
.hm01__nav__wrapper a {
  color: var(--header_text_color);
  display: inline-block;
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm01__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm01__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.hm01__nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1599px) {
  .hm01__nav__list {
    gap: 20px;
  }
}
.hm01__nav__list .menu-item-has-children::before, .hm01__nav__list .menu-item-has-children::after {
  grid-area: menu_toggle;
  content: "";
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--header_text_color);
  position: absolute;
  right: 0;
  transition: transform 0.2s linear;
}
.hm01__nav__list .menu-item-has-children::before {
  transform: rotate(90deg);
}
.hm01__nav__list .menu-item-has-children.--active::before {
  transform: rotate(0);
}
.hm01__nav__list > li {
  grid-area: menu_main;
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 30px) 30px;
  grid-template-rows: auto auto;
  grid-template-areas: "menu_main menu_toggle" "menu_sub menu_sub";
  width: 100%;
}
.hm01__nav__list > li .sub-menu {
  grid-area: menu_sub;
  max-height: 0;
  overflow: hidden;
  display: block;
  height: auto;
  position: relative;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
  padding: 0px;
}
.hm01__nav__list > li .sub-menu.--active {
  max-height: 100%;
  width: 100%;
  padding: 10px 0px;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
}
@media screen and (max-width: 849px) {
  .hm01__nav__list > li .sub-menu.--active {
    padding: 5px 0px;
  }
}
.hm01__nav__list > li .sub-menu a {
  color: var(--header_text_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm01__nav__list > li .sub-menu a {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm01__nav__list > li .sub-menu a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.hm01__nav__list__left {
  flex: 1;
}
.hm01__nav__list__right {
  flex: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1599px) {
  .hm01__nav__list__right {
    margin-top: 20px;
  }
}
.hm01__banner {
  display: none;
}
.hm02__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .hm02__inner .hm__img__wrapper {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 849px) {
  .hm02__img__wrapper {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .hm02__img__wrapper {
    width: 10%;
    min-width: 40px;
  }
}
.hm02__img__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hm02__img {
  display: none;
}
@media screen and (max-width: 849px) {
  .hm02__content {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .hm02__content {
    height: 100%;
    width: 90%;
  }
}

.hm02__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm02__content__inner {
    width: 400px;
  }
}
.hm02__content__inner .hm__logo {
  margin-top: 0px;
}
.hm02__top {
  flex-grow: 2;
}
.hm02__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm02__bottom {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm02__bottom {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm02__bottom {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm02__bottom {
    margin-top: 80px;
  }
}

.hm02__nav__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 50px;
}
.hm02__nav__wrapper a {
  color: var(--header_text_color);
  display: inline-block;
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm02__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm02__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.hm02__nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1599px) {
  .hm02__nav__list {
    gap: 20px;
  }
}
.hm02__nav__list .menu-item-has-children::before, .hm02__nav__list .menu-item-has-children::after {
  grid-area: menu_toggle;
  content: "";
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--header_text_color);
  position: absolute;
  right: 0;
  transition: transform 0.2s linear;
}
.hm02__nav__list .menu-item-has-children::before {
  transform: rotate(90deg);
}
.hm02__nav__list .menu-item-has-children.--active::before {
  transform: rotate(0);
}
.hm02__nav__list > li {
  grid-area: menu_main;
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 30px) 30px;
  grid-template-rows: auto auto;
  grid-template-areas: "menu_main menu_toggle" "menu_sub menu_sub";
  width: 100%;
}
.hm02__nav__list > li .sub-menu {
  grid-area: menu_sub;
  max-height: 0;
  overflow: hidden;
  display: block;
  height: auto;
  position: relative;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
  padding: 0px;
}
.hm02__nav__list > li .sub-menu.--active {
  max-height: 100%;
  width: 100%;
  padding: 10px 0px;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
}
@media screen and (max-width: 849px) {
  .hm02__nav__list > li .sub-menu.--active {
    padding: 5px 0px;
  }
}
.hm02__nav__list > li .sub-menu a {
  color: var(--header_text_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm02__nav__list > li .sub-menu a {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm02__nav__list > li .sub-menu a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.hm02__nav__list__left {
  flex: 1;
}
.hm02__nav__list__right {
  flex: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1599px) {
  .hm02__nav__list__right {
    margin-top: 20px;
  }
}
.hm02__banner {
  display: none;
}
.hm03__inner {
  display: flex;
}
@media screen and (max-width: 849px) {
  .hm03__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ddd;
  }
}
@media screen and (max-width: 849px) {
  .hm03__img__wrapper {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hm03__content {
    height: 100%;
  }
}

.hm03__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm03__content__inner {
    width: 400px;
  }
}
.hm03__content__inner .hm__logo {
  margin-top: 0px;
}
.hm03__top {
  flex-grow: 2;
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm03__top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm03__top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm03__top {
    margin-top: 60px;
  }
}

.hm03__bottom .hm_externalLink {
  margin-top: 60px;
}
.hm03__nav__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 50px;
}
@media screen and (max-width: 1199px) {
  .hm03__nav__wrapper {
    padding-top: 0;
  }
}
.hm03__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm03__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm03__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm03__nav__wrapper .sub-menu {
  display: none;
}

.hm03__nav__list > li {
  padding: 15px 0;
}
.hm03__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm03__nav__list > li {
    padding: 10px 0;
  }
  .hm03__nav__list > li:first-child {
    padding-top: 0;
  }
}
.hm03__nav__list__left {
  flex: 1;
}
.hm03__nav__list__right {
  flex: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1599px) {
  .hm03__nav__list__right {
    margin-top: 10px;
  }
}
.hm03__banner {
  display: none;
}
.hm04__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .hm04__inner .hm__img__wrapper {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 849px) {
  .hm04__img__wrapper {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .hm04__img__wrapper {
    width: 10%;
    min-width: 40px;
  }
}
.hm04__img__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hm04__img {
  display: none;
}
@media screen and (max-width: 849px) {
  .hm04__content {
    width: 70%;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 599px) {
  .hm04__content {
    height: 100%;
    width: 90%;
  }
}

.hm04__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm04__content__inner {
    width: 400px;
  }
}
.hm04__content__inner .hm__logo {
  margin-top: 0px;
}
.hm04__top {
  flex-grow: 2;
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm04__top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm04__top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm04__top {
    margin-top: 60px;
  }
}

.hm04__bottom .hm_externalLink {
  margin-top: 60px;
}
.hm04__nav__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 50px;
}
@media screen and (max-width: 1199px) {
  .hm04__nav__wrapper {
    padding-top: 0;
  }
}
.hm04__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm04__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm04__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm04__nav__wrapper .sub-menu {
  display: none;
}

.hm04__nav__list > li {
  padding: 15px 0;
}
.hm04__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm04__nav__list > li {
    padding: 10px 0;
  }
  .hm04__nav__list > li:first-child {
    padding-top: 0;
  }
}
.hm04__nav__list__left {
  flex: 1;
}
.hm04__nav__list__right {
  flex: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1599px) {
  .hm04__nav__list__right {
    margin-top: 10px;
  }
}
.hm04__banner {
  display: none;
}
.hm05__inner {
  display: flex;
}
@media screen and (max-width: 849px) {
  .hm05__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ddd;
  }
}
.hm05__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm05__bottom {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm05__bottom {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm05__bottom {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm05__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1599px) {
  .hm05__img__wrapper {
    /*
    &::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .4);
    }*/
  }
}
@media screen and (max-width: 849px) {
  .hm05__img__wrapper {
    display: none;
  }
}
@media screen and (max-width: 1599px) {
  .hm05__img {
    /*
    height: 660px;
    z-index: 100;
    position: absolute;*/
  }
}
@media screen and (max-width: 1599px) {
  .hm05__content {
    padding-top: 100px;
  }
}
.hm05__content__inner {
  width: 500px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm05__content__inner {
    width: 400px;
  }
}
.hm05__nav__wrapper {
  display: flex;
  gap: 0 50px;
}
.hm05__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm05__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm05__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm05__nav__wrapper .sub-menu a {
  color: var(--header_text_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm05__nav__wrapper .sub-menu a {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm05__nav__wrapper .sub-menu a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.hm05__nav__list > li {
  padding: 20px 0;
  border-bottom: solid 1px;
  border-color: var(--bg_color);
}
.hm05__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm05__nav__list > li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 849px) {
  .hm05__nav__list > li {
    padding: 10px 0;
  }
}
.hm05__nav__list__left {
  flex: 1;
}
.hm05__nav__list__right {
  flex: 1;
}
.hm05__banner {
  display: none;
}
.hm06__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .hm06__inner .hm__img__wrapper {
    width: calc(100% - 350px);
  }
}

.hm06__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm06__bottom {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm06__bottom {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm06__bottom {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm06__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 849px) {
  .hm06__img__wrapper {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .hm06__img__wrapper {
    width: 10%;
    min-width: 40px;
  }
}
.hm06__img__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hm06__img {
  display: none;
}
@media screen and (max-width: 1599px) {
  .hm06__content {
    padding-top: 100px;
  }
}
@media screen and (max-width: 849px) {
  .hm06__content {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .hm06__content {
    height: 100%;
    width: 90%;
  }
}

.hm06__content__inner {
  width: 500px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm06__content__inner {
    width: 400px;
  }
}
.hm06__nav__wrapper {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 599px) {
  .hm06__nav__wrapper {
    gap: 0 20px;
  }
}
.hm06__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm06__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm06__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm06__nav__wrapper .sub-menu a {
  color: var(--header_text_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm06__nav__wrapper .sub-menu a {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm06__nav__wrapper .sub-menu a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.hm06__nav__list > li {
  padding: 20px 0;
  border-bottom: solid 1px;
  border-color: var(--bg_color);
}
.hm06__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm06__nav__list > li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 849px) {
  .hm06__nav__list > li {
    padding: 10px 0;
  }
}
.hm06__nav__list__left {
  flex: 1;
}
.hm06__nav__list__right {
  flex: 1;
}
.hm06__banner {
  display: none;
}
.hm07__inner {
  display: flex;
}
@media screen and (max-width: 849px) {
  .hm07__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(__base_color);
  }
}
.hm07__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm07__bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm07__bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 849px) {
  .hm07__bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 849px) {
  .hm07__img__wrapper {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .hm07__content {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .hm07__content {
    padding-inline: 20px;
  }
}

.hm07__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm07__content__inner {
    width: 400px;
  }
}
.hm07__nav__wrapper {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 1199px) {
  .hm07__nav__wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
.hm07__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm07__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm07__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm07__nav__wrapper .sub-menu {
  display: none;
}

.hm07__nav__list > li {
  padding: 20px 0;
}
.hm07__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm07__nav__list > li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199px) {
  .hm07__nav__list > li:first-child {
    padding-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .hm07__nav__list > li {
    padding: 10px 0;
  }
  .hm07__nav__list > li:first-child {
    padding-top: 10px;
  }
}

.hm07__nav__list__left {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .hm07__nav__list__left > li:first-child {
    padding-top: 0;
  }
}
.hm07__nav__list__right {
  flex: 1;
}
@media screen and (max-width: 849px) {
  .hm07__banner {
    flex-direction: column;
    height: auto;
  }
}
.hm08__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .hm08__inner .hm__img__wrapper {
    width: calc(100% - 350px);
  }
}

.hm08__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1599px) {
  .hm08__bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hm08__bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 849px) {
  .hm08__bottom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 849px) {
  .hm08__img__wrapper {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .hm08__img__wrapper {
    width: 10%;
    min-width: 40px;
  }
}
.hm08__img__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hm08__img {
  display: none;
}
@media screen and (max-width: 849px) {
  .hm08__content {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .hm08__content {
    height: 100%;
    width: 90%;
  }
}

.hm08__content__inner {
  width: 450px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .hm08__content__inner {
    width: 400px;
  }
}
.hm08__nav__wrapper {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 1199px) {
  .hm08__nav__wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
.hm08__nav__wrapper a {
  color: var(--header_text_color);
  font-size: 2.4rem;
  line-height: 4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .hm08__nav__wrapper a {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hm08__nav__wrapper a {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.hm08__nav__wrapper .sub-menu {
  display: none;
}

.hm08__nav__list > li {
  padding: 20px 0;
}
.hm08__nav__list > li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  .hm08__nav__list > li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199px) {
  .hm08__nav__list > li:first-child {
    padding-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .hm08__nav__list > li {
    padding: 10px 0;
  }
  .hm08__nav__list > li:first-child {
    padding-top: 10px;
  }
}

.hm08__nav__list__left {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .hm08__nav__list__left > li:first-child {
    padding-top: 0;
  }
}
.hm08__nav__list__right {
  flex: 1;
}
/* top
  ----------------------------------------------------------------------------------------------- */
.l-fv .swiper-catch {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 849px) {
  .l-fv .swiper-catch {
    left: 0 !important;
    width: 100%;
    padding: 0 5%;
  }
}
.l-fv .p-top__subtitle {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .l-fv .p-top__subtitle {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .l-fv .p-top__subtitle {
    font-size: var(--heading_fontSize_SP);
  }
}
.l-fv .p-top__text {
  margin-top: 20px;
}
.l-fv .swiper-slide .swiper-catch.fv-fade {
  opacity: 0;
  transition: all 0.8s ease;
}
.l-fv .swiper-slide-active .swiper-catch.fv-fade {
  opacity: 1;
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}
.l-fv .swiper-slide-active .swiper-catch.fv-left {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}
.l-fv .swiper-slide-active .swiper-catch.fv-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-top {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s ease;
}
.l-fv .swiper-slide-active .swiper-catch.fv-top {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.l-fv .swiper-slide-active .swiper-catch.fv-bottom {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-fill {
  opacity: 1;
  transform: translateX(-50px);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide .swiper-catch.fv-fill .p-top__subtitle {
  position: relative;
  overflow: hidden;
}
.l-fv .swiper-slide .swiper-catch.fv-fill .p-top__subtitle::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: 400;
}
.l-fv .swiper-slide-active .swiper-catch.fv-fill {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease 1s;
}
.l-fv .swiper-slide-active .swiper-catch.fv-fill .p-top__subtitle {
  position: relative;
}
.l-fv .swiper-slide-active .swiper-catch.fv-fill .p-top__subtitle::before {
  transform: translateX(-100%);
  transition: all 0.3s ease 1s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: 400;
}
.l-fv .swiper-slide {
  width: 100%;
  height: 100%;
}
.l-fv .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Component
   ========================================================================== */
/* btn
----------------------------------------------------------------------------------------------- */
.c-btn {
  display: inline-block;
  width: auto;
}
.c-btn p:not([class]) {
  display: none;
}

.c-btn__text {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  z-index: 5;
  white-space: nowrap;
}

/*btn01*/
.c-btn01 {
  height: 50px;
}
.c-btn01 .c-btn01__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 30px;
  outline: 2px solid rgba(255, 255, 255, 0);
  outline-offset: -2px;
  color: #fff;
  padding: 12px 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  background-color: var(--main_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.c-btn01 .c-btn01__link:hover {
  background-color: transparent;
  outline: 2px solid var(--main_color);
  outline-offset: -2px;
  background-color: #fff;
  color: var(--main_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.c-btn01 .c-btn__icon {
  display: none;
}

/*btn02*/
.c-btn02 {
  height: 50px;
}
.c-btn02 .c-btn02__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 30px;
  border: 2px solid;
  border-color: var(--main_color);
  color: var(--main_color);
  background-color: #fff;
  padding: 12px 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 50px;
}
.c-btn02 .c-btn02__link:hover {
  border-color: var(--main_color);
  background-color: var(--main_color);
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn02 .c-btn02__link {
    gap: 15px;
  }
}
.c-btn02 .c-btn__icon {
  display: none;
}

/*btn03*/
.c-btn03 {
  height: 80px;
}
.c-btn03 .c-btn03__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 230px;
  border-radius: 40px;
  outline: 2px solid rgba(255, 255, 255, 0);
  outline-offset: -2px;
  background-color: var(--main_color);
  color: #ffffff;
  padding: 12px 12px 12px 30px;
  line-height: 1;
  text-align: center;
  gap: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s ease-out, outline 0.1s ease-out;
}
.c-btn03 .c-btn03__link::before {
  background-color: var(--sub_color);
  width: 200%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-120%, -25%) skewX(-45deg);
  transition: all 0.3s ease-out;
}
.c-btn03 .c-btn03__link:hover {
  color: var(--text_color);
  transition: color 0.3s ease-out, outline 0.1s ease-out 0.3s;
  outline: 2px solid var(--sub_color);
}
.c-btn03 .c-btn03__link:hover::before {
  transform: translate(-20%, -25%) skewX(-45deg);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn03 .c-btn03__link {
    gap: 15px;
  }
}

/*btn04*/
.c-btn04 {
  height: 80px;
}
.c-btn04 .c-btn04__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 230px;
  border-radius: 40px;
  outline: 2px solid var(--sub_color);
  outline-offset: -2px;
  background-color: var(--sub_color);
  color: var(--text_color);
  padding: 12px 12px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
.c-btn04 .c-btn04__link::before {
  background-color: var(--sub_color);
  width: 200%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -25%) skewX(-45deg);
  transition: all 0.3s ease-out;
}
.c-btn04 .c-btn04__link:hover {
  background-color: var(--main_color);
  color: #fff;
  transition: all 0.3s ease-out;
  outline: 2px solid rgba(255, 255, 255, 0);
  transition: color 0.3s ease-out, outline 0.1s ease-out;
}
.c-btn04 .c-btn04__link:hover::before {
  transform: translate(120%, -25%) skewX(-45deg);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn04 .c-btn04__link {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .c-btn04 {
    gap: 15px;
  }
}

/*btn05*/
.c-btn05 {
  height: 70px;
  margin-top: 10px;
}
.c-btn05 .c-btn05__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 230px;
  border-radius: 40px;
  border: 2px solid;
  border-color: var(--text_color);
  color: var(--text_color);
  padding: 12px 12px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 50px;
}
.c-btn05 .c-btn05__link:hover {
  color: var(--main_color);
  border-color: var(--main_color);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn05 .c-btn05__link {
    gap: 15px;
  }
}

/*btn06*/
.c-btn06 {
  height: 50px;
}
.c-btn06 .c-btn06__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 30px;
  color: #fff;
  padding: 12px 25px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 50px;
  background-color: var(--main_color);
}
.c-btn06 .c-btn06__link:hover {
  background-color: transparent;
  color: var(--main_color);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn06 .c-btn06__link {
    gap: 15px;
  }
}

/*btn07*/
.c-btn07 {
  height: 50px;
}
.c-btn07 .c-btn07__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 30px;
  color: var(--main_color);
  padding: 12px 25px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 70px;
  background-color: var(--sub_color);
}
.c-btn07 .c-btn07__link .c-btn__text07 {
  font-size: 80%;
}
.c-btn07 .c-btn07__link:hover {
  background-color: var(--main_color);
  color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn07 .c-btn07__link {
    gap: 15px;
  }
}

/*btn08*/
.c-btn08 {
  height: 50px;
}
.c-btn08 .c-btn08__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 50px;
  color: #fff;
  padding: 12px 20px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 100px;
  background-color: var(--main_color);
  position: relative;
  overflow: hidden;
}
.c-btn08 .c-btn08__link .c-btn__text08 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.c-btn08 .c-btn08__link .c-btn__text08::after {
  content: "詳しく見る";
  font-size: 70%;
}
.c-btn08 .c-btn08__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  transition: all 0.3s;
  z-index: 2;
}
.c-btn08 .c-btn08__link:hover {
  background-color: var(--sub_color);
  color: var(--main_color);
  transition: all 0.3s ease-out;
}
.c-btn08 .c-btn08__link:hover::before {
  transition: all 0.3s;
  transform: translateX(0);
}
@media screen and (max-width: 599px) {
  .c-btn08 .c-btn08__link {
    gap: 15px;
  }
}

/*btn09*/
.c-btn09 {
  height: 50px;
}
.c-btn09 .c-btn09__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 8px;
  color: #fff;
  padding: 12px 12px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 70px;
  background-color: var(--main_color);
}
.c-btn09 .c-btn09__link .c-btn__text09 {
  font-size: 80%;
}
.c-btn09 .c-btn09__link:hover {
  background-color: var(--sub_color);
  color: var(--main_color);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn09 .c-btn09__link {
    gap: 15px;
  }
}

/*btn10*/
.c-btn10 {
  height: 50px;
}
.c-btn10 .c-btn10__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  min-width: 180px;
  border-radius: 0 2px 2px 0;
  color: var(--text_color);
  padding: 12px 12px 12px 30px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
  gap: 70px;
  background-color: var(--sub_color);
  border-left: 5px solid var(--main_color);
}
.c-btn10 .c-btn10__link .c-btn__text10 {
  font-size: 80%;
}
.c-btn10 .c-btn10__link:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .c-btn10 .c-btn10__link {
    gap: 15px;
  }
}

.header .c-btn01 .c-btn01__link {
  color: var(--header_btn_text_color);
  background: var(--header_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.header .c-btn01 .c-btn01__link:hover {
  outline: 2px solid var(--header_btn_bg_color);
  background: #fff !important;
  color: var(--header_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.header .c-btn01.btn--second {
  margin-left: 5px;
}
.header .c-btn01.btn--second .c-btn01__link {
  color: var(--header_btn_sub_text_color);
  background: var(--header_btn_sub_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.header .c-btn01.btn--second .c-btn01__link:hover {
  outline: 2px solid var(--header_btn_sub_bg_color);
  background: #fff !important;
  color: var(--header_btn_sub_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.header .c-btn02 .c-btn02__link {
  border-color: var(--header_btn_text_color);
  color: var(--header_btn_text_color);
  position: relative;
  overflow: hidden;
}
.header .c-btn02 .c-btn02__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.header .c-btn02 .c-btn02__link:hover {
  border-color: var(--header_btn_text_color);
  color: #fff;
}
.header .c-btn02 .c-btn02__link:hover::before {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.header .c-btn03 .c-btn03__link {
  color: var(--header_btn_text_color);
}
.header .c-btn03 .c-btn03__link .c-btn__icon01::before {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link .c-btn__icon01::after {
  border-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link .c-btn__icon02,
.header .c-btn03 .c-btn03__link .c-btn__icon04 {
  background-color: var(--header_btn_text_color);
}
.header .c-btn03 .c-btn03__link .c-btn__icon02::before,
.header .c-btn03 .c-btn03__link .c-btn__icon04::before {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover {
  color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon01 {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon01::before {
  background-color: var(--header_btn_text_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon01::after {
  border-color: var(--header_btn_text_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon02,
.header .c-btn03 .c-btn03__link:hover .c-btn__icon04 {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon02::before,
.header .c-btn03 .c-btn03__link:hover .c-btn__icon04::before {
  background-color: var(--header_btn_text_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon03::before {
  border-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon05::before {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon05::after {
  border-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon06::before {
  background-color: var(--header_btn_bg_color);
}
.header .c-btn03 .c-btn03__link:hover .c-btn__icon06::after {
  border-color: var(--header_btn_bg_color);
}
.header .c-btn05 .c-btn05__link {
  border-color: var(--header_btn_text_color);
  color: var(--header_btn_text_color);
}
.header .c-btn06 .c-btn06__link {
  color: var(--header_btn_text_color);
}

.hm__btn__link {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  line-height: 50px;
}

.hm__btn.hm__btn--first .hm__btn__link {
  border-radius: var(--hm_btn_radius);
  background-color: var(--hm_btn_bg_color);
  color: var(--hm_btn_text_color);
  outline: 1px solid var(--hm_btn_border);
  outline-offset: -1px;
}
.hm__btn.hm__btn--first .hm__btn__link:hover {
  background-color: var(--hm_btn_text_color);
  color: var(--hm_btn_bg_color);
  outline: 1px solid var(--hm_btn_bg_color);
  outline-offset: -1px;
}

.hm__btn.hm__btn--second .hm__btn__link {
  border-radius: var(--hm_btn_sub_radius);
  background-color: var(--hm_btn_sub_bg_color);
  color: var(--hm_btn_sub_text_color);
  outline: 1px solid var(--hm_btn_sub_border);
  outline-offset: -1px;
}
.hm__btn.hm__btn--second .hm__btn__link:hover {
  background-color: var(--hm_btn_sub_text_color);
  color: var(--hm_btn_sub_bg_color);
  outline: 1px solid var(--hm_btn_sub_bg_color);
  outline-offset: -1px;
}

.footer .c-btn01 .c-btn01__link {
  color: var(--footer_first_btn_text_color);
  background: var(--footer_first_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.footer .c-btn01 .c-btn01__link:hover {
  outline: 2px solid var(--footer_first_btn_bg_color);
  background: #fff !important;
  color: var(--footer_first_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.footer .c-btn01.btn--second {
  margin-left: 5px;
}
.footer .c-btn01.btn--second .c-btn01__link {
  color: var(--footer_second_btn_text_color);
  background: var(--footer_second_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.footer .c-btn01.btn--second .c-btn01__link:hover {
  outline: 2px solid var(--footer_second_btn_bg_color);
  background: #fff !important;
  color: var(--footer_second_btn_bg_color);
  transition: background 0.3s ease-out, color 0.3s ease-out, outline 0.1s ease;
}
.footer .c-btn02 .c-btn02__link {
  border-color: var(--footer_first_btn_text_color);
  color: var(--footer_first_btn_text_color);
  position: relative;
  overflow: hidden;
}
.footer .c-btn02 .c-btn02__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.footer .c-btn02 .c-btn02__link:hover {
  border-color: var(--footer_first_btn_text_color);
  color: #fff;
}
.footer .c-btn02 .c-btn02__link:hover::before {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.footer .c-btn03 .c-btn03__link {
  color: var(--footer_first_btn_text_color);
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link .c-btn__icon01::before {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link .c-btn__icon01::after {
  border-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link .c-btn__icon02,
.footer .c-btn03 .c-btn03__link .c-btn__icon04 {
  background-color: var(--footer_first_btn_text_color);
}
.footer .c-btn03 .c-btn03__link .c-btn__icon02::before,
.footer .c-btn03 .c-btn03__link .c-btn__icon04::before {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover {
  color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon01 {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon01::before {
  background-color: var(--footer_first_btn_text_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon01::after {
  border-color: var(--footer_first_btn_text_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon02,
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon04 {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon02::before,
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon04::before {
  background-color: var(--footer_first_btn_text_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon03::before {
  border-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon05::before {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon05::after {
  border-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon06::before {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn03 .c-btn03__link:hover .c-btn__icon06::after {
  border-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn04 .c-btn04__link {
  background-color: var(--footer_first_btn_bg_color);
}
.footer .c-btn04 .c-btn04__link:hover .c-btn__icon03::before {
  border-color: #fff;
}
.footer .c-btn05 .c-btn05__link {
  border-color: var(--footer_first_btn_text_color);
  color: var(--footer_first_btn_text_color);
}
.footer .c-btn06 .c-btn06__link {
  color: var(--footer_first_btn_text_color);
}

/* Hambergur
 ----------------------------------------------------------------------------------------------- */
.hamburger {
  position: relative;
  z-index: 600;
  /*display: none;*/
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .hamburger {
    /*display: flex;*/
  }
}
.hamburger.--active .hamburger__btn span {
  background-color: var(--header_text_color);
}

.hamburger__btn {
  padding: 0;
}
.hamburger__btn span {
  position: absolute;
  height: 3px;
  background-color: var(--header_text_color);
  transition: transform 0.2s ease-in, background 0.4s ease-in;
  display: block;
}

.hamburger__btn__top {
  top: 0;
}
.hamburger__btn__center {
  top: 11px;
}
.hamburger__btn__bottom {
  top: 22px;
}
.hamburger01 {
  position: relative;
  z-index: 600;
}
.hamburger01:hover .hamburger01__btn__top {
  transform: translateX(-2px);
}
.hamburger01:hover .hamburger01__btn__center {
  transform: translateX(2px);
}
.hamburger01:hover .hamburger01__btn__bottom {
  transform: translateX(-2px);
}
.hamburger01.--active .hamburger01__btn__top {
  top: 11px;
  transform: rotate(35deg);
}
.hamburger01.--active .hamburger01__btn__center {
  transform: rotate(-35deg);
  top: 11px;
}
.hamburger01.--active .hamburger01__btn__bottom {
  transform: rotate(35deg);
  top: 11px;
  opacity: 0;
}

.hamburger01__btn {
  position: relative;
  width: 32px;
  height: 25px;
}
.hamburger01__btn span {
  left: 0;
  width: 100%;
  border-radius: 2px;
}

.hamburger01__btn__top {
  top: 0;
}
.hamburger01__btn__center {
  top: 11px;
}
.hamburger01__btn__bottom {
  top: 22px;
}
.hamburger02:hover .hamburger02__btn__center {
  width: 100%;
}
.hamburger02.--active .hamburger02__btn__top {
  top: 11px;
  transform: rotate(145deg);
}
.hamburger02.--active .hamburger02__btn__center {
  top: 11px;
  opacity: 0;
}
.hamburger02.--active .hamburger02__btn__bottom {
  transform: rotate(-145deg);
  top: 11px;
}

.hamburger02__btn {
  position: relative;
  width: 32px;
  height: 25px;
}
.hamburger02__btn span {
  left: 0;
  height: 3px;
  border-radius: 2px;
}

.hamburger02__btn__top {
  top: 0;
  width: 100%;
}
.hamburger02__btn__center {
  top: 11px;
  width: 70%;
}
.hamburger02__btn__bottom {
  top: 22px;
  width: 100%;
}
.hamburger03 {
  position: relative;
  z-index: 600;
}
.hamburger03:hover .hamburger03__btn__top {
  transform: translateX(-2px);
}
.hamburger03:hover .hamburger03__btn__center {
  transform: translateX(2px);
}
.hamburger03:hover .hamburger03__btn__bottom {
  transform: translateX(-2px);
}
.hamburger03.--active .hamburger03__btn__top {
  top: 11px;
  transform: rotate(35deg);
}
.hamburger03.--active .hamburger03__btn__center {
  transform: rotate(-35deg);
  top: 11px;
}
.hamburger03.--active .hamburger03__btn__bottom {
  transform: rotate(35deg);
  top: 11px;
  opacity: 0;
}

.hamburger03__btn {
  position: relative;
  width: 32px;
  height: 25px;
}
.hamburger03__btn span {
  left: 0;
  width: 100%;
}

.hamburger03__btn__top {
  top: 0;
}
.hamburger03__btn__center {
  top: 11px;
}
.hamburger03__btn__bottom {
  top: 22px;
}
.hamburger04:hover .hamburger04__btn__center {
  width: 100%;
}
.hamburger04.--active .hamburger04__btn__top {
  top: 11px;
  transform: rotate(145deg);
}
.hamburger04.--active .hamburger04__btn__center {
  top: 11px;
  opacity: 0;
}
.hamburger04.--active .hamburger04__btn__bottom {
  transform: rotate(-145deg);
  top: 11px;
}

.hamburger04__btn {
  position: relative;
  width: 32px;
  height: 25px;
}
.hamburger04__btn span {
  left: 0;
  transition: transform 0.2s ease-in, width 0.2s ease-in;
}

.hamburger04__btn__top {
  top: 0;
  width: 100%;
}
.hamburger04__btn__center {
  top: 11px;
  width: 70%;
}
.hamburger04__btn__bottom {
  top: 22px;
  width: 100%;
}
.hamburger05 {
  width: 45px;
  height: 18px;
}
.hamburger05:hover .hamburger05__btn__top {
  width: 90%;
}
.hamburger05:hover .hamburger05__btn__center {
  width: 80%;
}
.hamburger05:hover .hamburger05__btn__bottom {
  width: 60%;
}
.hamburger05.--active .hamburger05__btn__top {
  width: 100%;
  top: 8px;
  transform: rotate(25deg);
}
.hamburger05.--active .hamburger05__btn__center {
  width: 100%;
  top: 8px;
  transform: rotate(-25deg);
}
.hamburger05.--active .hamburger05__btn__bottom {
  opacity: 0;
}

.hamburger05__btn {
  width: 100%;
  height: 100%;
}
.hamburger05__btn span {
  width: 100%;
  height: 2px;
  transition: width 0.2s ease-in;
}

.hamburger05__btn__top {
  top: 0;
}
.hamburger05__btn__center {
  top: 8px;
}
.hamburger05__btn__bottom {
  top: 16px;
}
.hamburger06 {
  width: 45px;
  height: 14px;
}
.hamburger06:hover .hamburger06__btn__center {
  left: 17px;
}
.hamburger06:hover .hamburger06__btn__bottom {
  left: 7px;
}
.hamburger06.--active .hamburger06__btn__top {
  top: 6px;
  transform: rotate(15deg);
  transition: left 0s ease, transform 0.2s ease-in;
}
.hamburger06.--active .hamburger06__btn__center {
  opacity: 0;
}
.hamburger06.--active .hamburger06__btn__bottom {
  width: 45px;
  top: 6px;
  left: 0;
  transform: rotate(-15deg);
  transition: left 0s ease, transform 0.2s ease-in;
}

.hamburger06__btn span {
  height: 2px;
  transition: left 0.3s ease-in;
}

.hamburger06__btn__top {
  width: 45px;
  top: 0;
}
.hamburger06__btn__center {
  width: 28px;
  top: 6px;
}
.hamburger06__btn__bottom {
  width: 38px;
  top: 12px;
  right: auto;
  transition: all 0.2s;
}
.hamburger07 {
  width: 45px;
  height: 16px;
}
.hamburger07:hover .hamburger07__btn__center {
  right: 17px;
}
.hamburger07:hover .hamburger07__btn__bottom {
  right: 7px;
}
.hamburger07.--active .hamburger07__btn__top {
  top: 6px;
  transform: rotate(15deg);
  transition: left 0s ease, transform 0.2s ease-in;
}
.hamburger07.--active .hamburger07__btn__center {
  opacity: 0;
}
.hamburger07.--active .hamburger07__btn__bottom {
  width: 45px;
  top: 6px;
  left: 0;
  transform: rotate(-15deg);
  transition: left 0s ease, transform 0.2s ease-in;
}

.hamburger07__btn span {
  height: 2px;
  right: 0;
  transition: right 0.2s ease-in;
}

.hamburger07__btn__top {
  top: 0;
  width: 45px;
}
.hamburger07__btn__center {
  top: 7px;
  width: 28px;
  right: 0;
}
.hamburger07__btn__bottom {
  top: 14px;
  width: 38px;
  left: auto;
  right: 0;
}
.hamburger08 {
  width: 48px;
  height: 13px;
}
.hamburger08:hover .hamburger08__btn__top {
  width: 35px;
  top: 7px;
  transition: width 0.2s ease-out, top 0.1s ease 0.2s, transform 0.2s ease-in 0.2s;
}
.hamburger08:hover .hamburger08__btn__center {
  width: 35px;
  top: 7px;
  transition: width 0.2s ease-out, top 0.1s ease 0.2s, transform 0.2s ease-in 0.2s;
}
.hamburger08.--active .hamburger08__btn__top {
  width: 35px;
  top: 7px;
}
.hamburger08.--active .hamburger08__btn__top:hover {
  transform: rotate(0);
}
.hamburger08.--active .hamburger08__btn__center {
  width: 35px;
  top: 7px;
}
.hamburger08:hover.--active .hamburger08__btn__top {
  transform: rotate(0);
}

.hamburger08__btn {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger08__btn span {
  width: 48px;
  height: 2px;
  transition: width 0.2s ease-out, top 0.1s ease 0.2s, transform 0.2s ease-in 0.2s;
}

.hamburger08__btn__top {
  top: 0;
}
.hamburger08__btn__center {
  top: 11px;
}
.hamburger08__btn__bottom {
  opacity: 0;
}
.hamburger09 {
  width: 48px;
  height: 10px;
}
.hamburger09:hover .hamburger09__btn__top {
  width: 40px;
}
.hamburger09:hover .hamburger09__btn__center {
  width: 48px;
  right: 0;
}
.hamburger09.--active .hamburger09__btn__top {
  top: 8px;
  width: 40px;
  transition: left 0s ease, top 0.2s ease, transform 0.2s ease-in;
}
.hamburger09.--active .hamburger09__btn__center {
  width: 40px;
  transition: left 0s ease, top 0.2s ease, transform 0.2s ease-in;
}
.hamburger09__btn span {
  height: 2px;
  transition: width 0.2s ease-out, left 0.1s ease, transform 0.2s ease-in;
}

.hamburger09__btn__top {
  right: 0;
  width: 48px;
}
.hamburger09__btn__center {
  top: 8px;
  width: 40px;
  right: 0;
}
.hamburger09__btn__bottom {
  opacity: 0;
}
.hamburger10 {
  width: 48px;
  height: 10px;
  /*display: flex;*/
}
.hamburger10:hover .hamburger10__btn__top {
  width: 40px;
}
.hamburger10:hover .hamburger10__btn__center {
  width: 48px;
}
.hamburger10.--active .hamburger10__btn__top {
  top: 8px;
}
.hamburger10__btn span {
  height: 2px;
  transition: width 0.2s ease-out, top 0.2s ease, transform 0.2s ease-in;
}

.hamburger10__btn__top {
  top: 0;
  width: 48px;
}
.hamburger10__btn__center {
  top: 8px;
  width: 40px;
}
.hamburger10__btn__bottom {
  opacity: 0;
}
/* Icon_btn
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon {
  position: relative;
  z-index: 5;
}
/*  -----------------------------------------------------------------------------------------------
    icon01
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon01 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}
.c-btn__icon01::before, .c-btn__icon01::after {
  display: inline-block;
  content: "";
  position: absolute;
}
.c-btn__icon01::before {
  width: 10px;
  height: 1px;
  top: 50%;
  left: 10px;
  background-color: var(--main_color);
}
.c-btn__icon01::after {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: solid 1px var(--main_color);
  border-right: solid 1px var(--main_color);
  top: 13px;
}

.c-btn05 .c-btn__icon01 {
  background-color: var(--main_color);
}
.c-btn05 .c-btn__icon01::before {
  background-color: #fff;
}
.c-btn05 .c-btn__icon01::after {
  border-color: #fff;
}

/*  -----------------------------------------------------------------------------------------------
    icon02
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon02 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
}
.c-btn__icon02::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--main_color);
  border-radius: 50px;
  top: 8px;
  left: 8px;
}

/*  -----------------------------------------------------------------------------------------------
    icon03
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon03 {
  width: 7px;
  height: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn__icon03::before {
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  border-top: solid 2px var(--text_color);
  border-right: solid 2px var(--text_color);
}

.c-btn03 .c-btn__icon03::before,
.c-btn06 .c-btn__icon03::before,
.c-btn08 .c-btn__icon03::before {
  border-color: #fff;
}
.c-btn03:hover .c-btn__icon03::before,
.c-btn06:hover .c-btn__icon03::before,
.c-btn08:hover .c-btn__icon03::before {
  border-color: var(--text_color);
}

.c-btn07 .c-btn__icon03::before {
  border-color: var(--main_color);
}

.c-btn09 .c-btn__icon03::before {
  border-color: #fff;
}
.c-btn09:hover .c-btn__icon03::before {
  border-color: var(--main_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon04
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50px;
}
.c-btn__icon04::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: "";
  background-color: var(--main_color);
  border-radius: 50px;
}

.c-btn04 .c-btn__icon04 {
  background-color: var(--main_color);
}
.c-btn04 .c-btn__icon04::before {
  background-color: #fff;
}
.c-btn04:hover .c-btn__icon04 {
  background-color: #fff;
}
.c-btn04:hover .c-btn__icon04::before {
  background-color: var(--main_color);
}

.c-btn08:hover .c-btn__icon04 {
  background-color: var(--main_color);
}
.c-btn08:hover .c-btn__icon04::before {
  background-color: #fff;
}

/*  -----------------------------------------------------------------------------------------------
    icon05
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon05 {
  width: 15px;
  height: 8px;
  position: relative;
  margin-right: 10px;
}
.c-btn__icon05::before, .c-btn__icon05::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
}
.c-btn__icon05::before {
  height: 1px;
  width: 14px;
  top: 50%;
  background-color: var(--header_text_color);
}
.c-btn__icon05::after {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: solid 1px var(--header_text_color);
  border-right: solid 1px var(--header_text_color);
  top: 25%;
}

.c-btn03 .c-btn__icon05::before {
  background-color: #fff;
}
.c-btn03 .c-btn__icon05::after {
  border-color: #fff;
}
.c-btn03:hover .c-btn__icon05::before {
  background-color: var(--text_color);
}
.c-btn03:hover .c-btn__icon05::after {
  border-color: var(--text_color);
}

.c-btn06 .c-btn__icon05::before,
.c-btn08 .c-btn__icon05::before,
.c-btn09 .c-btn__icon05::before {
  background-color: #fff;
}
.c-btn06 .c-btn__icon05::after,
.c-btn08 .c-btn__icon05::after,
.c-btn09 .c-btn__icon05::after {
  border-color: #fff;
}

.c-btn07 .c-btn__icon05::before {
  background-color: var(--main_color);
}
.c-btn07 .c-btn__icon05::after {
  border-color: var(--main_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon06
 ----------------------------------------------------------------------------------------------- */
.c-btn__icon06 {
  width: 48px;
  height: 12px;
  position: relative;
}
.c-btn__icon06::before, .c-btn__icon06::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
}
.c-btn__icon06::before {
  height: 1px;
  width: 48px;
  top: 50%;
  background-color: var(--header_text_color);
}
.c-btn__icon06::after {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: solid 1px var(--header_text_color);
  border-right: solid 1px var(--header_text_color);
  top: 25%;
}

.c-btn03 .c-btn__icon06::before {
  background-color: #fff;
}
.c-btn03 .c-btn__icon06::after {
  border-color: #fff;
}
.c-btn03:hover .c-btn__icon06::before {
  background-color: var(--text_color);
}
.c-btn03:hover .c-btn__icon06::after {
  border-color: var(--text_color);
}

.c-btn06 .c-btn__icon06::before,
.c-btn08 .c-btn__icon06::before,
.c-btn09 .c-btn__icon06::before {
  background-color: #fff;
}
.c-btn06 .c-btn__icon06::after,
.c-btn08 .c-btn__icon06::after,
.c-btn09 .c-btn__icon06::after {
  border-color: #fff;
}

.c-btn07 .c-btn__icon06::before {
  background-color: var(--main_color);
}
.c-btn07 .c-btn__icon06::after {
  border-color: var(--main_color);
}

/* Icon_linktext
 ----------------------------------------------------------------------------------------------- */
/*  -----------------------------------------------------------------------------------------------
    icon01
 ----------------------------------------------------------------------------------------------- */
.icon01 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}
.icon01::before, .icon01::after {
  display: inline-block;
  content: "";
  position: absolute;
}
.icon01::before {
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--main_color);
}
.icon01::after {
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px var(--main_color);
  border-right: solid 1px var(--main_color);
  right: 10px;
}

.linkText02 .icon01,
.linkText04 .icon01,
.linkText05 .icon01 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: var(--main_color);
}
.linkText02 .icon01::before,
.linkText04 .icon01::before,
.linkText05 .icon01::before {
  background-color: #fff;
}
.linkText02 .icon01::after,
.linkText04 .icon01::after,
.linkText05 .icon01::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 19px;
}

/*  -----------------------------------------------------------------------------------------------
    icon02
 ----------------------------------------------------------------------------------------------- */
.icon02 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
}
.icon02::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--main_color);
  border-radius: 50px;
  top: 8px;
  left: 8px;
}

.linkText08 .icon02::before {
  background-color: var(--text_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon03
 ----------------------------------------------------------------------------------------------- */
.icon03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon03::before {
  width: 7px;
  height: 7px;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  border-top: solid 2px var(--main_color);
  border-right: solid 2px var(--main_color);
}

.linkText02 .icon03,
.linkText04 .icon03,
.linkText05 .icon03 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: var(--main_color);
}
.linkText02 .icon03::before,
.linkText04 .icon03::before,
.linkText05 .icon03::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.linkText08 .icon03 {
  margin-right: 10px;
}
.linkText08 .icon03::before {
  border-top: solid 2px var(--text_color);
  border-right: solid 2px var(--text_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon04
 ----------------------------------------------------------------------------------------------- */
.icon04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50px;
}
.icon04::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: "";
  background-color: var(--main_color);
  border-radius: 50px;
}

.linkText01 .icon04,
.linkText03 .icon04 {
  background-color: var(--main_color);
}
.linkText01 .icon04::before,
.linkText03 .icon04::before {
  background-color: #fff;
}

.linkText08 .icon04::before {
  background-color: var(--text_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon05
 ----------------------------------------------------------------------------------------------- */
.icon05 {
  width: 15px;
  height: 8px;
  position: relative;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.icon05::before, .icon05::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
}
.icon05::before {
  height: 1px;
  width: 14px;
  top: 50%;
  background-color: var(--text_color);
}
.icon05::after {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: solid 1px var(--text_color);
  border-right: solid 1px var(--text_color);
  top: 25%;
}

.linkText06 .icon05::before,
.linkText07 .icon05::before {
  background-color: var(--main_color);
}
.linkText06 .icon05::after,
.linkText07 .icon05::after {
  border-top: solid 1px var(--main_color);
  border-right: solid 1px var(--main_color);
}

/*  -----------------------------------------------------------------------------------------------
    icon06
 ----------------------------------------------------------------------------------------------- */
.icon06 {
  width: 48px;
  height: 12px;
  position: relative;
}
.icon06::before, .icon06::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
}
.icon06::before {
  height: 1px;
  width: 48px;
  top: 50%;
  background-color: var(--main_color);
}
.icon06::after {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: solid 1px var(--main_color);
  border-right: solid 1px var(--main_color);
  top: 25%;
}

.linkText08 .icon06 {
  margin-right: 10px;
}
.linkText08 .icon06::before {
  background-color: var(--text_color);
}
.linkText08 .icon06::after {
  border-top: solid 1px var(--text_color);
  border-right: solid 1px var(--text_color);
}

/* Text
 ----------------------------------------------------------------------------------------------- */
/* List
 ----------------------------------------------------------------------------------------------- */
/* btn
 ----------------------------------------------------------------------------------------------- */
/* link
 ----------------------------------------------------------------------------------------------- */
/*  -----------------------------------------------------------------------------------------------
    linkText01
 ----------------------------------------------------------------------------------------------- */
.linkText01 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText01 .linkText__main {
  order: 2;
  color: var(--main_color);
}
.linkText01 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText02
 ----------------------------------------------------------------------------------------------- */
.linkText02 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText02 .linkText__main {
  order: 2;
}
.linkText02 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText03
 ----------------------------------------------------------------------------------------------- */
.linkText03 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText03 .linkText__main {
  order: 2;
  color: var(--main_color);
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
}
.linkText03 .linkText__main::after {
  content: "詳しく見る";
  display: inline-block;
  font-size: 1rem;
  color: var(--base_color);
}
.linkText03 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText04
 ----------------------------------------------------------------------------------------------- */
.linkText04 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText04 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText05
 ----------------------------------------------------------------------------------------------- */
.linkText05 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 100px;
}
@media screen and (max-width: 599px) {
  .linkText05 {
    gap: 80px;
  }
}
.linkText05 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText06
 ----------------------------------------------------------------------------------------------- */
.linkText06 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText06 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText07
 ----------------------------------------------------------------------------------------------- */
.linkText07 {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}
.linkText07 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText08
 ----------------------------------------------------------------------------------------------- */
.linkText08 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16.25vw;
  max-width: 260px;
  min-width: 200px;
  padding-bottom: 12px;
  position: relative;
}
.linkText08:hover .icon05 {
  transform: translateX(5px);
}
.linkText08::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--text_color);
}
.linkText08 br {
  display: none;
}

/*  -----------------------------------------------------------------------------------------------
    linkText09
 ----------------------------------------------------------------------------------------------- */
.linkText09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
  width: min-content;
  white-space: nowrap;
}
.linkText09 .icon01,
.linkText09 .icon02,
.linkText09 .icon03,
.linkText09 .icon04,
.linkText09 .icon05,
.linkText09 .icon06 {
  display: none;
}
.linkText09::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: var(--text_color);
}
.linkText09 br {
  display: none;
}

/* marker
 ----------------------------------------------------------------------------------------------- */
.c-marker {
  overflow: hidden;
}
.c-marker.js-marker.is-active .c-marker__bar {
  transform: translateX(0);
}
.c-marker.js-marker.is-active .c-marker__content::after {
  transform: translateX(130%);
}

.c-marker__bar {
  overflow: hidden;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
}
.c-marker__content {
  display: inline-block;
  position: relative;
}
.c-marker__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main_color);
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.5s;
}

/* Contents title
 ----------------------------------------------------------------------------------------------- */
.section__block__title {
  color: var(--main_color);
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
}
@media screen and (max-width: 849px) {
  .section__block__title {
    font-size: var(--heading_fontSize_TAB);
  }
}
@media screen and (max-width: 599px) {
  .section__block__title {
    font-size: var(--heading_fontSize_SP);
  }
}
.section__block__title__text {
  display: block;
}
.section__block__title--subtitle {
  font-size: 25%;
  display: block;
  font-weight: 100;
}
@media screen and (max-width: 849px) {
  .section__block__title--subtitle {
    font-size: 40%;
  }
}
@media screen and (max-width: 599px) {
  .section__block__title--subtitle {
    font-size: 50%;
  }
}

.section__block__title01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  gap: 20px;
}
.section__block__title01__text {
  order: 2;
  font-weight: 600;
  color: var(--main_color);
}
.section__block__title01--subtitle {
  order: 1;
  font-weight: 600;
  font-size: 30%;
}
.section__block__title02 {
  display: flex;
  padding-bottom: 30px;
  gap: 5px;
}
.section__block__title02__text {
  font-weight: 600;
}
.section__block__title02--subtitle {
  display: none;
}
.section__block__title03 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  padding-bottom: 30px;
  margin: 0;
}
@media screen and (max-width: 849px) {
  .section__block__title03 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section__block__title03__text {
  font-weight: 200;
}
.section__block__title03--subtitle {
  transform: translateY(-50%);
  font-weight: 400;
}
.section__block__title04 {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  gap: 10px;
}
.section__block__title04__text {
  font-weight: 500;
}
.section__block__title04--subtitle {
  font-weight: 500;
}
.section__block__title05 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .section__block__title05 {
    gap: 10px;
  }
}
.section__block__title05::before {
  content: "";
  width: 8%;
  height: 1px;
  background-color: var(--main_color);
}

.section__block__title05__text {
  font-weight: 550;
}
.section__block__title05--subtitle {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  font-size: 30%;
  margin-top: auto;
}
.section__block__title06 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
  gap: 10px;
  min-height: calc(var(--font_size_PC) * 5);
}
@media screen and (max-width: 1599px) {
  .section__block__title06 {
    min-height: calc(var(--font_size_PC) * 4);
  }
}
@media screen and (max-width: 1199px) {
  .section__block__title06 {
    min-height: calc(var(--font_size_PC) * 4);
  }
}
@media screen and (max-width: 849px) {
  .section__block__title06 {
    min-height: calc(var(--font_size_TAB) * 3);
  }
}
@media screen and (max-width: 599px) {
  .section__block__title06 {
    min-height: calc(var(--font_size_SP) * 3);
  }
}

.section__block__title06__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.section__block__title06__text {
  position: relative;
  z-index: 1;
  order: 2;
  font-size: calc(var(--font_size_PC) * 2);
  color: var(--text_color);
}
@media screen and (max-width: 849px) {
  .section__block__title06__text {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__block__title06__text {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__block__title06--subtitle {
  position: relative;
  z-index: 1;
  order: 1;
  font-size: var(--font_size_PC);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1;
}
@media screen and (max-width: 849px) {
  .section__block__title06--subtitle {
    font-size: var(--font_size_TAB);
  }
}
@media screen and (max-width: 599px) {
  .section__block__title06--subtitle {
    font-size: var(--font_size_SP);
  }
}

/* Follow button
 ----------------------------------------------------------------------------------------------- */
.follow_btn {
  position: fixed;
  z-index: 100;
}
.follow_btn.is-leftIn {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-leftIn.--active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-rightIn {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-rightIn.--active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-topIn {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-topIn.--active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-bottomIn {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-bottomIn.--active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.follow_btn.is-fadeIn {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.follow_btn.is-fadeIn.--active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.follow_btn__img {
  width: 100%;
}
/* Follow button 01: 右上
 ----------------------------------------------------------------------------------------------- */
.follow_btn01 {
  top: var(--follow_btn_tb);
  right: var(--follow_btn_lr);
}
/* Follow button 02: 右下
 ----------------------------------------------------------------------------------------------- */
.follow_btn02 {
  bottom: var(--follow_btn_tb);
  right: var(--follow_btn_lr);
}
/* Follow button 03: 左上
 ----------------------------------------------------------------------------------------------- */
.follow_btn03 {
  top: var(--follow_btn_tb);
  left: var(--follow_btn_lr);
}
/* Follow button 04: 左下
 ----------------------------------------------------------------------------------------------- */
.follow_btn04 {
  bottom: var(--follow_btn_tb);
  left: var(--follow_btn_lr);
}
/* SP button
----------------------------------------------------------------------------------------------- */
.sp__btn__wrapper {
  width: 100%;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 200;
  transition: all 0.3s;
  transform: translateY(100%);
}
@media screen and (max-width: 599px) {
  .sp__btn__wrapper {
    display: flex;
  }
}
.sp__btn__wrapper.--active {
  transform: translateY(0);
}

.sp__btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.sp__btn__wrapper:has(> :nth-child(2):last-child) .sp__btn {
  width: 50%;
}

.sp__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}
.sp__btn__first__link {
  height: var(--sp_btn_first_height);
  background: var(--sp_btn_first_bg) no-repeat;
  background-size: var(--sp_btn_first_image_fit);
  background-position: var(--sp_btn_first_image_position);
  border: solid var(--sp_btn_first_border_width) var(--sp_btn_first_border_color);
}
.sp__btn__first__text {
  color: var(--sp_btn_first_text_color);
}
.sp__btn__second__link {
  height: var(--sp_btn_second_height);
  background: var(--sp_btn_second_bg) no-repeat;
  background-size: var(--sp_btn_second_image_fit);
  background-position: var(--sp_btn_second_image_position);
  border: solid var(--sp_btn_second_border_width) var(--sp_btn_second_border_color);
}
.sp__btn__second__text {
  color: var(--sp_btn_second_text_color);
}
/* ==========================================================================
   Utility
   ========================================================================== */
/* Color
 ----------------------------------------------------------------------------------------------- */
.u-color__main {
  color: var(--main_color);
}

.u-color__text {
  color: var(--text_color);
}

.u-color__accent {
  color: var(--accent_color);
}

.u-color__base {
  color: var(--base_color);
}

.u-color__sub {
  color: var(--sub_color);
}

.u-color__bg {
  color: var(--bg_color);
}

/* ==========================================================================
   Section
   ========================================================================== */
.section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 849px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .section {
    padding: 50px 0;
  }
}

* + .section__parts__wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 849px) {
  * + .section__parts__wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  * + .section__parts__wrapper {
    margin-top: 50px;
  }
}

.section__parts__title {
  color: var(--main_color);
}

.section__parts__text ul:not([class]) li {
  margin-left: 25px;
  list-style-type: disc;
}
.section__parts__text ol:not([class]) li {
  margin-left: 30px;
  list-style-type: decimal-leading-zero;
}
.section__parts__text h3:not([class]) {
  font-size: 180%;
  font-weight: bold;
  color: var(--main_color);
}
.section__parts__text h4:not([class]) {
  font-size: 160%;
  font-weight: bold;
  color: var(--main_color) !important;
}
.section__parts__text h5:not([class]) {
  font-size: 140%;
  font-weight: bold;
  color: var(--main_color) !important;
}
.section__parts__text h6:not([class]) {
  font-size: 120%;
  font-weight: bold;
  color: var(--main_color) !important;
}
.section__parts__text h3:not([class]) span,
.section__parts__text h4:not([class]) span,
.section__parts__text h5:not([class]) span,
.section__parts__text h6:not([class]) span {
  font-size: 70%;
  margin: 0 10px;
  display: inline-block;
}

* + .section__block__lib {
  margin-top: 80px;
}
@media screen and (max-width: 849px) {
  * + .section__block__lib {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  * + .section__block__lib {
    margin-top: 50px;
  }
}

.section__original__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__original__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__original__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__original__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__original__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__original {
  padding-top: 100px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__original {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__original {
    padding-top: 60px;
  }
}

/* tab01
 ----------------------------------------------------------------------------------------------- */
.section__tab01 .tab__panels {
  display: flex;
  gap: 5px;
}
.section__tab01 .tab__panel {
  background: var(--base_color);
  padding: 10px 20px;
}
.section__tab01 .tab__panel.is-active {
  background: var(--main_color);
  color: #fff;
}
.section__tab01 .tab__contents {
  border-top: 2px solid var(--main_color);
  margin-top: 0;
}
.section__tab01 .tab__content {
  display: none;
}
.section__tab01 .tab__content.is-active {
  display: block;
}

.section__tab01__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__tab01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__tab01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__tab01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__tab01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__tab01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design01
 ----------------------------------------------------------------------------------------------- */
.section__design01 {
  padding: 80px 0;
}
@media screen and (max-width: 849px) {
  .section__design01 {
    padding: 60px 0;
  }
}
.section__design01__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design01 {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  order: 3;
  z-index: 0;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__design01 {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.section__parts__design01 {
  display: grid;
  grid-template-rows: 100px auto;
  gap: 20px;
}
.section__parts__design01__title {
  color: var(--main_color);
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 5% 0;
}
.section__parts__design01__subtitle {
  display: none;
}
.section__parts__design01__text {
  grid-column: 1/2;
  grid-row: 2/3;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 5% 5%;
}
.section__parts__design01__img {
  width: 100%;
  max-height: auto;
  overflow: hidden;
  grid-column: 1/2;
  grid-row: 1/3;
}
.section__parts__design01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design02
 ----------------------------------------------------------------------------------------------- */
.section__design02 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design02 {
    width: 100%;
    max-width: 90%;
  }
}
.section__design02 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__design02 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__design02 {
    border-radius: var(--radius_sp);
  }
}
.section__design02__inner {
  padding-inline: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1599px) {
  .section__design02__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__design02__inner {
    padding-inline: 0;
  }
}
.section__parts__wrapper__design02 {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding-top: 10px;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__design02 {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design02 {
    gap: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.section__parts__design02 {
  display: grid;
  gap: 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  width: 100%;
}
.section__parts__design02__title {
  order: 2;
  color: var(--main_color);
  font-size: 2.2rem;
  font-weight: 600;
}
.section__parts__design02__subtitle {
  display: none;
}
.section__parts__design02__text {
  order: 3;
}
.section__parts__design02__img {
  width: 100%;
  height: 250px;
  order: 1;
  overflow: hidden;
}
.section__parts__design02__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design02__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design02__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design02__img {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design02__img {
    height: 242px;
  }
}
.section__parts__design02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design03
 ----------------------------------------------------------------------------------------------- */
.section__design03 {
  padding: 80px;
}
@media screen and (max-width: 1199px) {
  .section__design03 {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__design03 {
    padding: 40px 0;
  }
}

.section__design03__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design03__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design03__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design03__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design03__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design03 {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__design03 {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.section__parts__design03 {
  display: grid;
  gap: 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.section__parts__design03__title {
  order: 2;
  color: var(--main_color);
  font-size: 2.2rem;
  font-weight: 600;
}
.section__parts__design03__subtitle {
  display: none;
}
.section__parts__design03__text {
  order: 3;
}
.section__parts__design03__img {
  width: 100%;
  height: 250px;
  order: 1;
  overflow: hidden;
}
.section__parts__design03__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design03__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design03__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design03__img {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design03__img {
    height: 242px;
  }
}
.section__parts__design03__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design04
 ----------------------------------------------------------------------------------------------- */
.section__design04 {
  padding: 120px;
}
@media screen and (max-width: 1599px) {
  .section__design04 {
    padding: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design04 {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__design04 {
    padding: 60px 40px;
  }
}

.section__design04__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design04__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design04__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design04__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design04__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__design04 {
  display: grid;
  gap: 50px;
  grid-template-columns: calc(60% - 50px) 40%;
  grid-template-rows: 50px auto auto;
  grid-template-areas: "design_title design_title" "design_text design_img" "design_btn design_img";
}
@media screen and (max-width: 1599px) {
  .section__parts__design04 {
    grid-template-rows: 40px auto;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design04 {
    gap: 40px;
    grid-template-columns: calc(60% - 40px) 40%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design04 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.section__parts__design04__title {
  grid-area: design_title;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 849px) {
  .section__parts__design04__title {
    order: 1;
  }
}
.section__parts__design04__subtitle {
  display: none;
}
.section__parts__design04__text {
  grid-area: design_text;
}
@media screen and (max-width: 849px) {
  .section__parts__design04__text {
    order: 3;
  }
}
.section__parts__design04__img {
  grid-area: design_img;
  width: 460px;
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .section__parts__design04__img {
    width: 400px;
    height: 100%;
    aspect-ratio: 460/300;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design04__img {
    width: 300px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design04__img {
    aspect-ratio: unset;
    height: 200px;
    width: 100%;
    order: 2;
  }
}
.section__parts__design04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design04__link {
  grid-area: design_btn;
}
@media screen and (max-width: 849px) {
  .section__parts__design04__link {
    order: 4;
  }
}
/* design05
 ----------------------------------------------------------------------------------------------- */
.section__design05 {
  padding: 120px;
}
@media screen and (max-width: 1599px) {
  .section__design05 {
    padding: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design05 {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__design05 {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__design05 {
    padding: 60px 40px;
  }
}

.section__design05__inner {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .section__design05__inner {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1599px) {
  .section__design05__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1199px) {
  .section__design05__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 849px) {
  .section__design05__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 599px) {
  .section__design05__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design05 {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design05 {
    gap: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design05 {
    gap: 40px;
  }
}
.section__parts__design05 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  grid-template-rows: 50px 30px auto;
  grid-template-areas: "design_title design_title" "design_img design_sub-title" "design_img design_text" "design_img design_text";
}
@media screen and (max-width: 1199px) {
  .section__parts__design05 {
    grid-template-rows: 40px 30px auto;
    gap: 20px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section__parts__design05__title {
  grid-area: design_title;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .section__parts__design05__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design05__title {
    order: 1;
  }
}
.section__parts__design05__subtitle {
  grid-area: design_sub-title;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .section__parts__design05__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design05__subtitle {
    order: 3;
  }
}
.section__parts__design05__text {
  grid-area: design_text;
}
@media screen and (max-width: 849px) {
  .section__parts__design05__text {
    order: 4;
  }
}
.section__parts__design05__img {
  grid-area: design_img;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design05__img {
    height: 200px;
    width: 100%;
    order: 2;
  }
}
.section__parts__design05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design06
 ----------------------------------------------------------------------------------------------- */
.section__design06__inner {
  display: grid;
  gap: 0 50px;
  grid-template-columns: min-content auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "block_title block_title" "parts_wrapper parts_wrapper";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design06__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design06__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design06__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design06__inner {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .section__design06__inner {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 849px) {
  .section__design06__inner {
    gap: 0 30px;
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__design06__inner {
    margin-top: 0;
    padding-top: 0;
  }
}

.section__design06__block-title {
  grid-area: block_title;
}

.section__design06__block-subtitle {
  grid-area: block_subtitle;
}
.section__parts__wrapper__design06 {
  grid-area: parts_wrapper;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design06 {
    gap: 60px;
  }
}
.section__parts__design06 {
  /*
  display: flex;
  gap: 0 6%;
  justify-content: center;
  width: 100%;
  */
  display: grid;
  gap: 0 6%;
  grid-template-columns: auto 57.9%;
  grid-template-rows: auto auto;
  grid-template-areas: "parts_text parts_img" "parts_btn parts_img";
}
@media screen and (max-width: 849px) {
  .section__parts__design06 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
.section__parts__design06:nth-of-type(2n) {
  grid-template-columns: 57.9% auto;
  grid-template-areas: "parts_img parts_text" "parts_img parts_btn";
}
@media screen and (max-width: 849px) {
  .section__parts__design06:nth-of-type(2n) .section__parts__design06__left {
    order: 1;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design06:nth-of-type(2n) .section__parts__design06__img,
  .section__parts__design06:nth-of-type(2n) .section__parts__design06__editor {
    order: 2;
  }
}
.section__parts__design06__left {
  grid-area: parts_text;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__left {
    width: 100%;
    gap: 5px;
  }
}
.section__parts__design06__title {
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--font_size_PC) * 2);
  line-height: 1.4;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__title {
    font-size: calc(var(--font_size_TAB) * 2);
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design06__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__design06__subtitle {
  font-size: 1.6rem;
  color: var(--base_color);
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__subtitle {
    line-height: 1.2;
  }
}
.section__parts__design06__text {
  padding-top: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__text {
    padding-top: 10px;
  }
}
.section__parts__design06__img {
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 100%;
}
.section__parts__design06__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design06__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design06__img {
    margin-top: 30px;
  }
}
.section__parts__design06__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design06__link {
  grid-area: parts_btn;
  margin-top: 30px;
}
.section__parts__design06__editor {
  grid-area: parts_img;
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 100%;
}
.section__parts__design06__editor {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design06__editor {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design06__editor {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design06__editor {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design06__editor iframe {
  width: 100%;
}

/* design07
 ----------------------------------------------------------------------------------------------- */
.section__design07__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design07__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design07__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design07__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design07__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design07 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section__parts__design07 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "design_title design_img" "design_subtitle design_img" "design_text design_img" "design_btn design_img";
}
.section__parts__design07__title {
  grid-area: design_title;
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--font_size_PC) * 2);
  line-height: 1.4;
}
@media screen and (max-width: 849px) {
  .section__parts__design07__title {
    font-size: calc(var(--font_size_TAB) * 2);
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design07__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__design07__subtitle {
  grid-area: design_subtitle;
  font-size: 1.6rem;
  color: var(--base_color);
  margin-top: 10px;
}
.section__parts__design07__text {
  grid-area: design_text;
  padding-top: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design07__text {
    padding-top: 10px;
  }
}
.section__parts__design07__img {
  grid-area: design_img;
  max-height: 600px;
}
@media screen and (max-width: 849px) {
  .section__parts__design07__img {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design07__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section__parts__design07__editor {
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 57.9%;
}
.section__parts__design07__editor {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design07__editor {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design07__editor {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design07__editor {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design07__editor iframe {
  width: 100%;
}

/* design08
 ----------------------------------------------------------------------------------------------- */
.section__design08__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design08__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design08__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design08__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design08__inner {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .section__design08__inner {
    width: 90%;
  }
}
.section__parts__wrapper__design08 {
  margin-top: 80px;
}
.section__parts__design08 {
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "design_img design_title" "design_img design_subtitle" "design_img design_text" "design_img design_btn";
}
@media screen and (max-width: 849px) {
  .section__parts__design08 {
    display: flex;
    flex-direction: column;
  }
}
.section__parts__design08__title {
  grid-area: design_title;
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--font_size_PC) * 2);
  line-height: 1.4;
}
@media screen and (max-width: 849px) {
  .section__parts__design08__title {
    font-size: calc(var(--font_size_TAB) * 2);
    line-height: 1;
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design08__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__design08__subtitle {
  grid-area: design_subtitle;
  font-size: 90%;
  margin-top: 10px;
  color: var(--main_color);
}
@media screen and (max-width: 849px) {
  .section__parts__design08__subtitle {
    order: 2;
  }
}
.section__parts__design08__text {
  grid-area: design_text;
  padding-top: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design08__text {
    padding-top: 10px;
    order: 4;
  }
}
.section__parts__design08__img {
  grid-area: design_img;
  max-height: 600px;
}
@media screen and (max-width: 849px) {
  .section__parts__design08__img {
    margin-top: 30px;
    width: 100%;
    order: 3;
  }
}
.section__parts__design08__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 849px) {
  .section__parts__design08__link {
    order: 5;
  }
}
.section__parts__design08__editor {
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 57.9%;
}
.section__parts__design08__editor {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design08__editor {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design08__editor {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design08__editor {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design08__editor iframe {
  width: 100%;
}

/* design09
 ----------------------------------------------------------------------------------------------- */
.section__design09__inner {
  padding-inline: 80px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design09__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design09__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design09__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design09__inner {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1599px) {
  .section__design09__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__design09__inner {
    gap: 0 30px;
    padding-inline: 0;
  }
}
.section__parts__wrapper__design09 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__design09 {
    gap: 20px;
  }
}

.section__parts__design09 {
  display: grid;
  gap: 30px 6%;
  grid-template-columns: auto 52%;
  grid-template-rows: 30px auto auto auto;
  grid-template-areas: "parts_sub parts_img" "parts_main parts_img" "parts_text parts_img" "parts_btn parts_img";
  background-color: #fff;
  border-radius: var(--radius_pc);
  padding: 50px 0 50px 80px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .section__parts__design09 {
    padding: 50px 0 50px 70px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design09 {
    padding: 40px 0 40px 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design09 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    border-radius: var(--radius_tab);
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design09 {
    border-radius: var(--radius_sp);
  }
}

.section__parts__design09__title {
  grid-area: parts_main;
  display: flex;
  align-items: flex-start;
  font-size: calc(var(--font_size_PC) * 2);
  line-height: 1.4;
  font-family: var(--heading_font);
}
@media screen and (max-width: 849px) {
  .section__parts__design09__title {
    font-size: calc(var(--font_size_TAB) * 2);
    line-height: 1.2;
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design09__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__design09__subtitle {
  grid-area: parts_sub;
  font-size: 1.6rem;
  color: var(--base_color);
}
@media screen and (max-width: 849px) {
  .section__parts__design09__subtitle {
    line-height: 1.2;
    order: 1;
  }
}
.section__parts__design09__text {
  grid-area: parts_text;
}
@media screen and (max-width: 849px) {
  .section__parts__design09__text {
    padding-top: 10px;
    order: 3;
  }
}
.section__parts__design09__img {
  grid-area: parts_img;
  overflow: hidden;
  width: 100%;
  margin: -50px 0;
  border-radius: 0 var(--radius_pc) var(--radius_pc) 0;
}
@media screen and (max-width: 1199px) {
  .section__parts__design09__img {
    margin: -40px 0;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design09__img {
    width: calc(100% + 80px);
    height: 260px;
    margin: 30px -40px -40px -40px;
    order: 4;
    border-radius: 0 0 var(--radius_tab) var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design09__img {
    border-radius: 0 0 var(--radius_sp) var(--radius_sp);
    height: 240px;
  }
}
.section__parts__design09__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design09__link {
  grid-area: parts_btn;
}
.section__parts__design09__editor {
  grid-area: parts_img;
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 100%;
}
.section__parts__design09__editor {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design09__editor {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design09__editor {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design09__editor {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design09__editor iframe {
  width: 100%;
}

/* design10
 ----------------------------------------------------------------------------------------------- */
.section__design10__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design10__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design10__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design10__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design10__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design10 {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
* + .section__parts__wrapper__design10 {
  margin-top: 80px;
}

.section__parts__design10 {
  background-color: #fff;
  padding: 30px;
  display: grid;
  gap: 0 50px;
  grid-template-columns: calc(40% - 50px) 60%;
  grid-template-rows: auto;
  grid-template-areas: "design_title design_img" "design_subtitle design_img" "design_text design_img" "design_btn design_img";
  width: calc(50% - 15px);
}
.section__parts__design10 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design10 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10 {
    border-radius: var(--radius_sp);
  }
}
.section__parts__design10:first-child {
  width: 100%;
}
.section__parts__design10:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.section__parts__design10:not(:first-child) .section__parts__design10__img {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .section__parts__design10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.section__parts__design10__title {
  grid-area: design_title;
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--font_size_PC) * 1.4);
  line-height: 1.4;
  color: var(--text_color);
}
@media screen and (max-width: 849px) {
  .section__parts__design10__title {
    font-size: calc(var(--font_size_TAB) * 1.4);
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10__title {
    font-size: calc(var(--font_size_SP) * 1.6);
  }
}

.section__parts__design10__subtitle {
  grid-area: design_subtitle;
  font-size: calc(var(--font_size_PC) * 0.9);
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .section__parts__design10__subtitle {
    font-size: calc(var(--font_size_TAB) * 0.9);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10__subtitle {
    font-size: calc(var(--font_size_SP) * 0.9);
  }
}

.section__parts__design10__text {
  grid-area: design_text;
  padding-top: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design10__text {
    padding-top: 10px;
  }
}
.section__parts__design10__img {
  grid-area: design_img;
  max-height: 600px;
}
.section__parts__design10__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design10__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design10__img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10__img {
    margin-top: 20px;
  }
}
.section__parts__design10__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section__parts__design10__editor {
  aspect-ratio: 1.95/1;
  overflow: hidden;
  width: 57.9%;
}
.section__parts__design10__editor {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design10__editor {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design10__editor {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design10__editor {
    margin-top: 30px;
    width: 100%;
  }
}
.section__parts__design10__editor iframe {
  width: 100%;
}

/* design11
 ----------------------------------------------------------------------------------------------- */
.section__design11__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design11__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design11__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design11__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design11__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design11 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section__parts__design11 {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: var(--text_color) 1px solid;
}
.section__parts__design11 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design11 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design11 {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design11 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design11 {
    width: 100%;
  }
}

.section__parts__design11__title {
  order: 2;
  margin-top: 30px;
  font-size: calc(var(--font_size_PC) * 1.1);
}
@media screen and (max-width: 849px) {
  .section__parts__design11__title {
    font-size: calc(var(--font_size_TAB) * 1.3);
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design11__title {
    font-size: calc(var(--font_size_SP) * 1.5);
  }
}

.section__parts__design11__subtitle {
  order: 3;
}
.section__parts__design11__text {
  order: 4;
  font-size: calc(var(--font_size_PC) * 0.8);
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (max-width: 849px) {
  .section__parts__design11__text {
    font-size: calc(var(--font_size_TAB) * 0.9);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design11__text {
    font-size: calc(var(--font_size_SP) * 0.9);
  }
}

.section__parts__design11__img {
  order: 1;
}
.section__parts__design11__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design12
 ----------------------------------------------------------------------------------------------- */
.section__design12 {
  padding: 120px;
}
@media screen and (max-width: 1599px) {
  .section__design12 {
    padding: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design12 {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__design12 {
    padding: 60px 0px;
  }
}

.section__design12__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .section__design12__inner {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 1100px !important;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1599px) {
  .section__design12__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1199px) {
  .section__design12__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 849px) {
  .section__design12__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 599px) {
  .section__design12__inner {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .section__design12__inner {
    width: 90% !important;
  }
}

.section__parts__wrapper__design12 {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design12 {
    gap: 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design12 {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__design12 {
    flex-direction: column;
  }
}

.section__parts__design12 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design12 {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design12 {
    gap: 10px;
  }
}

.section__parts__design12__title {
  order: 2;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .section__parts__design12__title {
    font-size: 1.8rem;
  }
}

.section__parts__design12__subtitle {
  display: none;
}
.section__parts__design12__text {
  order: 3;
}
.section__parts__design12__img {
  order: 1;
  width: 100%;
  aspect-ratio: 620/270;
  overflow: hidden;
  max-width: 620px;
}
@media screen and (max-width: 1199px) {
  .section__parts__design12__img {
    aspect-ratio: unset;
    height: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design12__img {
    height: auto;
    max-height: 160px;
  }
}
.section__parts__design12__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design13
 ----------------------------------------------------------------------------------------------- */
.section__design13 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design13 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design13 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design13 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design13 {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design13 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design13 {
    gap: 20px;
  }
}
.section__parts__design13 {
  width: calc(50% - 15px);
  background: #fff;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "parts_title parts_img" "parts_text parts_img" "parts_subtitle parts_img";
}
.section__parts__design13 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design13 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design13 {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design13 {
    width: 100%;
  }
}
.section__parts__design13__title {
  grid-area: parts_title;
  padding: 20px 20px 0;
  font-size: 150%;
  color: var(--text_color);
}
@media screen and (max-width: 849px) {
  .section__parts__design13__title {
    padding: 10px 20px 0;
  }
}
.section__parts__design13__subtitle {
  grid-area: parts_subtitle;
  padding: 5% 20px 20px;
  color: var(--main_color);
  font-size: 150%;
}
@media screen and (max-width: 849px) {
  .section__parts__design13__subtitle {
    padding: 5px 20px 10px;
  }
}
.section__parts__design13__text {
  grid-area: parts_text;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 90%;
}
.section__parts__design13__img {
  grid-area: parts_img;
}
.section__parts__design13__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* design14
 ----------------------------------------------------------------------------------------------- */
.section__design14 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design14 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design14 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design14 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design14 {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__design14 {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__design14 {
    margin-top: 70px;
    gap: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design14 {
    margin-top: 60px;
    gap: 80px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design14 {
    margin-top: 40px;
    gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__design14 {
    margin-top: 30px;
  }
}

.section__parts__design14 {
  width: 100%;
}
.section__parts__design14__title {
  font-size: 200%;
  color: var(--main_color);
  text-align: center;
}
.section__parts__design14__subtitle {
  color: var(--base_color);
  text-align: center;
}
.section__parts__design14__text {
  line-height: 2;
  text-align: center;
}

* + .section__parts__design14__text {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  * + .section__parts__design14__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  * + .section__parts__design14__text {
    margin-top: 20px;
  }
}

.section__parts__design14__img {
  aspect-ratio: 3/1;
  margin: 100px 0 0;
}
.section__parts__design14__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design14__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design14__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design14__img {
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design14__img {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design14__img {
    margin: 60px 0 0;
    aspect-ratio: 3/1.5;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design14__img {
    margin: 50px 0 0;
  }
}
.section__parts__design14__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design14__link {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1599px) {
  .section__parts__design14__link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design14__link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design14__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design14__link {
    margin-top: 30px;
  }
}

/* design15
 ----------------------------------------------------------------------------------------------- */
.section__design15 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design15 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design15 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design15 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design15 {
    width: 100%;
    max-width: 90%;
  }
}
.section__design15__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section__parts__wrapper__design15 {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__design15 {
    margin-top: 70px;
    gap: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__design15 {
    margin-top: 60px;
    gap: 80px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design15 {
    margin-top: 40px;
    gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__design15 {
    margin-top: 30px;
  }
}

.section__parts__design15 {
  width: 100%;
}
.section__parts__design15__title {
  font-size: 200%;
  color: var(--main_color);
  text-align: center;
}
.section__parts__design15__subtitle {
  color: var(--base_color);
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 849px) {
  .section__parts__design15__subtitle {
    margin-bottom: 5px;
  }
}
.section__parts__design15__text {
  line-height: 2;
  text-align: center;
}
.section__parts__design15__img {
  aspect-ratio: 3/1;
  margin: 100px 0 60px;
}
.section__parts__design15__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design15__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design15__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design15__img {
    margin: 90px 0 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design15__img {
    margin: 80px 0 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design15__img {
    margin: 60px 0 30px;
    aspect-ratio: 3/1.5;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design15__img {
    margin: 50px 0 30px;
  }
}
.section__parts__design15__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design15__link {
  display: flex;
  justify-content: center;
}

/* design16
 ----------------------------------------------------------------------------------------------- */
.section__design16__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design16__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design16__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design16__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design16__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__design16__block-title {
  align-items: flex-start;
  order: 1;
}
.section__design16__block-subtitle {
  order: 2;
}
.section__parts__design16 {
  width: 100%;
  display: grid;
  grid-template-columns: auto 64%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "parts_sub parts_sub" "parts_title parts_title" "parts_btn parts_text" "parts_img parts_img";
  gap: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__design16 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section__parts__design16__title {
  grid-area: parts_title;
  font-size: 260%;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .section__parts__design16__title {
    order: 2;
  }
}
.section__parts__design16__subtitle {
  grid-area: parts_sub;
  color: var(--main_color);
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 849px) {
  .section__parts__design16__subtitle {
    margin-bottom: 5px;
    order: 1;
  }
}
.section__parts__design16__text {
  grid-area: parts_text;
  line-height: 2;
}
@media screen and (max-width: 849px) {
  .section__parts__design16__text {
    order: 3;
  }
}
.section__parts__design16__img {
  grid-area: parts_img;
  margin: 60px 0 0;
  height: 500px;
}
.section__parts__design16__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design16__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design16__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design16__img {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design16__img {
    margin: 50px 0;
    height: 300px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design16__img {
    margin: 40px 0 30px;
    aspect-ratio: 3/1.5;
    order: 5;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design16__img {
    margin: 30px 0;
  }
}
.section__parts__design16__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design16__link {
  grid-area: parts_btn;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 849px) {
  .section__parts__design16__link {
    order: 4;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design16__editor {
    order: 6;
  }
}
/* design17
 ----------------------------------------------------------------------------------------------- */
.section__design17 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__design17 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__design17 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__design17 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__design17 {
    width: 100%;
    max-width: 90%;
  }
}
.section__design17__inner {
  padding-inline: 80px;
}
@media screen and (max-width: 1599px) {
  .section__design17__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__design17__inner {
    padding-inline: 0;
  }
}
.section__parts__wrapper__design17 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__design17 {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__design17 {
    gap: 15px;
  }
}

.section__parts__design17 {
  width: 100%;
  display: grid;
  grid-template-columns: auto 60%;
  grid-template-rows: auto auto;
  grid-template-areas: "parts_sub parts_text" "parts_title parts_text";
  gap: 10px 30px;
  padding: 70px 90px;
  background-color: var(--base_color);
}
.section__parts__design17 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design17 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design17 {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1599px) {
  .section__parts__design17 {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design17 {
    padding: 40px 50px;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17 {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design17 {
    padding: 30px;
  }
}

.section__parts__design17__title {
  grid-area: parts_title;
  font-size: 200%;
  color: var(--text_color);
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1599px) {
  .section__parts__design17__title {
    font-size: 170%;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design17__title {
    font-size: 185%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17__title {
    order: 2;
  }
}
.section__parts__design17__subtitle {
  grid-area: parts_sub;
  color: var(--main_color);
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--en_font);
  font-weight: 600;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .section__parts__design17__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17__subtitle {
    margin-bottom: 5px;
    order: 1;
    font-size: 1.4rem;
  }
}
.section__parts__design17__text {
  grid-area: parts_text;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .section__parts__design17__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17__text {
    order: 3;
    font-size: 1.4rem;
  }
}
.section__parts__design17__img {
  grid-area: parts_img;
  margin: 60px 0;
}
.section__parts__design17__img {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__design17__img {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design17__img {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__design17__img {
    margin: 50px 0;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17__img {
    margin: 40px 0 30px;
    aspect-ratio: 3/1.5;
    order: 5;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__design17__img {
    margin: 30px 0;
  }
}
.section__parts__design17__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__design17__link {
  grid-area: parts_btn;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 849px) {
  .section__parts__design17__link {
    order: 4;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__design17__editor {
    order: 6;
  }
}
/* cta
 ----------------------------------------------------------------------------------------------- */
.cta__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .cta {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .cta {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .cta {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .cta {
    width: 100%;
    max-width: 90%;
  }
}

/* cta01
 ----------------------------------------------------------------------------------------------- */
.section__cta01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section__cta01__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .section__cta01__inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .section__cta01__inner {
    padding: 0;
  }
}

.section__cta01__block-title {
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
  /*font-size: calc(var(--font_size_PC) * 2);*/
}
@media screen and (max-width: 1199px) {
  .section__cta01__block-title {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .section__cta01__block-title {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__cta01__block-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.section__cta01__block-subtitle {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .section__cta01__block-subtitle {
    width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__cta01__block-subtitle {
    width: 90vw;
  }
}

.section__parts__wrapper__cta01 {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__cta01 {
    flex-direction: column;
    gap: 15px;
  }
}

/* cta02
 ----------------------------------------------------------------------------------------------- */
.section__cta02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.section__cta02__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 700px 0 30px;
}
@media screen and (max-width: 1199px) {
  .section__cta02__inner {
    padding: 720px 0 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__cta02__inner {
    padding: 300px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .section__cta02__inner {
    padding: 290px 0 0;
  }
}

.section__cta02__block-title {
  font-size: 5rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .section__cta02__block-title {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__cta02__block-title {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
.section__cta02__block-subtitle {
  width: 50%;
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .section__cta02__block-subtitle {
    width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__cta02__block-subtitle {
    width: 90vw;
  }
}

.section__parts__wrapper__cta02 {
  margin-top: 45px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__cta02 {
    flex-direction: column;
    gap: 15px;
  }
}
/* cta03
 ----------------------------------------------------------------------------------------------- */
.section__cta03__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__cta03__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__cta03__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__cta03__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__cta03__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__cta03__block-title {
  display: none;
}
.section__cta03__block-subtitle {
  display: none;
}
.section__parts__wrapper__cta03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__cta03 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.section__parts__cta03 {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.section__parts__cta03__title {
  flex: 0 0 140px;
  z-index: 100;
  padding: 60px 30px 0;
  line-height: 5rem;
  font-size: 5rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .section__parts__cta03__title {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__cta03__title {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__cta03__title {
    flex: 0 0 130px;
    padding: 50px 30px 0;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__cta03__title {
    flex: 0 0 100px;
    padding: 40px 30px 0;
  }
}
.section__parts__cta03__text {
  flex: 1 1 auto;
  z-index: 100;
  padding: 0 30px 60px;
}
@media screen and (max-width: 849px) {
  .section__parts__cta03__text {
    padding: 0 30px 50px;
  }
}
.section__parts__cta03__link {
  flex: 0 0 130px;
  z-index: 100;
  padding: 0 30px 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__cta03__link {
    flex: 0 0 120px;
    padding: 0 30px 40px;
  }
}
.section__parts__cta03__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section__parts__cta03__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* cta04
 ----------------------------------------------------------------------------------------------- */
.section__cta04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section__cta04 .section__cta04__inner {
  display: grid;
  grid-template-columns: 1fr 690px;
  align-items: stretch;
  width: 1200px;
  height: 100%;
  gap: 50px;
}
@media screen and (max-width: 1599px) {
  .section__cta04 .section__cta04__inner {
    width: 1040px;
    grid-template-columns: 1fr 560px;
  }
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__cta04__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1599px) {
  .section__cta04 .section__cta04__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .section__cta04 .section__cta04__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 849px) {
  .section__cta04 .section__cta04__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 599px) {
  .section__cta04 .section__cta04__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__cta04 .section__cta04__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__cta04__left {
    width: 100%;
    order: 2;
  }
}
.section__cta04 .section__block__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section__cta04 .section__block__title__text {
  order: 1;
  font-size: 5rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .section__cta04 .section__block__title__text {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__cta04 .section__block__title__text {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 599px) {
  .section__cta04 .section__block__title__text {
    margin-top: 10px;
  }
}
.section__cta04 .section__block__title--subtitle {
  margin-top: 10px;
  order: 2;
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__block__title--subtitle {
    width: 474px;
  }
}
@media screen and (max-width: 849px) {
  .section__cta04 .section__block__title--subtitle {
    width: 100%;
    margin-top: 5px;
  }
}
.section__cta04 .section__parts__wrapper__cta04 {
  margin-top: 35px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .section__cta04 .section__parts__wrapper__cta04 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__parts__wrapper__cta04 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 849px) {
  .section__cta04 .section__parts__wrapper__cta04 {
    margin-top: 30px;
  }
}
.section__cta04 .section__cta04__right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 690px;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .section__cta04 .section__cta04__right {
    width: 560px;
  }
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__cta04__right {
    width: 100%;
    height: 439px;
    order: 1;
  }
}
@media screen and (max-width: 849px) {
  .section__cta04 .section__cta04__right {
    height: 222px;
  }
}
.section__cta04 .section__cta04__img {
  width: 100%;
  height: 100%;
  min-height: 439px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section__cta04 .section__cta04__img {
    min-height: 100%;
  }
}
.section__cta04 .section__cta04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__cta04 .section__parts__cta04__title {
  display: none;
}
.section__cta04 .section__parts__cta04__text {
  display: none;
}
/* cta05
 ----------------------------------------------------------------------------------------------- */
.section__cta05__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__cta05__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__cta05__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__cta05__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__cta05__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__cta05 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__cta05 {
    gap: 20px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__cta05 {
    flex-direction: column;
    gap: 30px;
  }
}
.section__parts__cta05 {
  position: relative;
  width: calc(50% - 15px);
  aspect-ratio: 9/5;
  display: flex;
  padding: 0 30px 30px;
  flex-direction: column;
  justify-content: flex-end;
}
.section__parts__cta05 {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .section__parts__cta05 {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__cta05 {
    border-radius: var(--radius_sp);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__cta05 {
    width: 100%;
  }
}
.section__parts__cta05__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.section__parts__cta05__title {
  color: var(--text_color);
  font-size: calc(var(--font_size_PC) * 2);
  line-height: 1.2;
}
@media screen and (max-width: 849px) {
  .section__parts__cta05__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__cta05__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__cta05__subtitle {
  font-size: calc(var(--font_size_PC) * 0.9);
}
@media screen and (max-width: 849px) {
  .section__parts__cta05__subtitle {
    font-size: calc(var(--font_size_TAB) * 0.9);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__cta05__subtitle {
    font-size: calc(var(--font_size_SP) * 0.9);
  }
}

.section__parts__cta05__text {
  margin-top: 20px;
}
.section__parts__cta05__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__parts__cta05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* faq01
 ----------------------------------------------------------------------------------------------- */
.section__faq01__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__faq01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__faq01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__faq01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__faq01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__faq01__block-title {
  color: var(--accent_color);
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__faq01__block-title {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .section__faq01__block-title {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__faq01__block-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.section__parts__wrapper__faq01 {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__faq01 {
    margin-top: 80px;
  }
}
.section__parts__faq01 {
  padding: 30px 0;
  border-top: 1px solid #A0A0A0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.section__parts__faq01:last-of-type {
  border-bottom: 1px solid #A0A0A0;
}

.section__parts__faq01__title {
  padding-left: 140px;
  padding-right: 140px;
  cursor: pointer;
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq01__title {
    min-height: 75px;
    padding-left: 100px;
    padding-right: 60px;
  }
}
.section__parts__faq01__title::before, .section__parts__faq01__title::after {
  content: "";
  top: 50%;
  width: 28px;
  height: 5px;
  background-color: #A0A0A0;
  position: absolute;
  right: 0;
  transition: transform 0.3s linear;
}
.section__parts__faq01__title::before {
  transform: rotate(90deg);
}
.section__parts__faq01__title.--active::before {
  transform: rotate(0);
}
.section__parts__faq01__title .versatile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 4px solid var(--accent_color);
  border-radius: 50px;
  font-size: 2.4rem;
  background-color: #fff;
}
.section__parts__faq01__title .versatile::before {
  width: 92px;
  height: 92px;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .section__parts__faq01__title .versatile {
    width: 75px;
    height: 75px;
    font-size: 2rem;
  }
  .section__parts__faq01__title .versatile::before {
    width: 67px;
    height: 67px;
  }
}
.section__parts__faq01__text {
  padding-left: 140px;
  padding-right: 140px;
  z-index: 0;
  position: relative;
  color: var(--accent_color);
  max-height: 0;
  overflow: hidden;
  display: block;
  height: auto;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
}
.section__parts__faq01__text.--active {
  max-height: auto;
  min-height: 160px;
  padding: 30px 140px;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq01__text {
    padding-left: 100px;
    padding-right: 60px;
  }
  .section__parts__faq01__text.--active {
    max-height: auto;
    min-height: 135px;
    padding: 30px 60px 30px 100px;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
  }
}
.section__parts__faq01__text::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 4px solid var(--accent_color);
  border-radius: 50px;
  background-color: var(--accent_color);
  top: 30px;
  left: 0;
  font-size: 2.4rem;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq01__text::before {
    width: 75px;
    height: 75px;
  }
}
.section__parts__faq01__text.--active::before {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.section__parts__faq01__text::after {
  position: absolute;
  z-index: 2;
  color: #fff;
  content: "A";
  top: 72px;
  left: 42px;
  line-height: 1;
  width: 16px;
  text-align: center;
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq01__text::after {
    font-size: 2rem;
    top: 57.5px;
    left: 29.5px;
  }
}
/* faq02
 ----------------------------------------------------------------------------------------------- */
.section__faq02__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__faq02__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__faq02__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__faq02__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__faq02__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__faq02 {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__faq02 {
    margin-top: 80px;
  }
}
.section__parts__faq02 {
  padding: 30px 0;
  background-color: var(--sub_color);
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.section__parts__faq02 + .section__parts__faq02 {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02 {
    padding: 20px 0;
    border-radius: 6px;
  }
}
.section__parts__faq02__title {
  padding-left: 140px;
  padding-right: 140px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  color: var(--accent_color);
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02__title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__faq02__title {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
.section__parts__faq02__title::before {
  content: "";
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--accent_color);
  border-left: 2px solid var(--accent_color);
  position: absolute;
  right: 30px;
  transition: transform 0.3s linear;
}
.section__parts__faq02__title::before {
  transform: rotate(-45deg);
}
.section__parts__faq02__title.--active::before {
  transform: rotate(135deg);
}
.section__parts__faq02__title .versatile {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 2.4rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__parts__faq02__title .versatile::before {
  content: "Q";
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02__title .versatile {
    font-size: 2rem;
    width: 60px;
    height: 6px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__faq02__title .versatile {
    top: 0;
    transform: translateY(0);
  }
}

.section__parts__faq02__text {
  z-index: 0;
  overflow: hidden;
  position: relative;
  color: var(--text_color);
  height: 0;
  padding: 0 140px;
  display: flex;
  align-items: center;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
.section__parts__faq02__text.--active {
  height: auto;
  padding: 30px 140px 0;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02__text {
    padding: 0 60px 0 60px;
  }
  .section__parts__faq02__text.--active {
    padding: 30px 60px 0 60px;
  }
}
.section__parts__faq02__text .versatile {
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  padding-top: 30px;
  left: 0;
  width: 100px;
  height: auto;
  font-size: 2.4rem;
  visibility: hidden;
  transition: height 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
}
.section__parts__faq02__text .versatile::before {
  color: var(--text_color);
  content: "A";
  display: none;
  transition: opacity 0.1s linear, visibility 0.3s linear;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02__text .versatile {
    width: 60px;
    top: calc(50% + 15px);
    padding-top: 0;
  }
}
.section__parts__faq02__text.--active .versatile {
  width: 100px;
  height: 100%;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: height 0.3s linear, opacity 1s linear, visibility 1s linear;
}
.section__parts__faq02__text.--active .versatile::before {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq02__text.--active .versatile {
    width: 60px;
  }
}
/* faq03
 ----------------------------------------------------------------------------------------------- */
.section__faq03__inner {
  display: grid;
  gap: 0 150px;
  grid-template-areas: "block-title parts__wrapper" "block-subtitle parts__wrapper";
  grid-template-rows: 140px 1fr;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__faq03__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__faq03__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__faq03__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__faq03__inner {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .section__faq03__inner {
    display: block;
  }
}
.section__faq03__block-title {
  color: var(--accent_color);
  grid-area: block-title;
  font-size: 6rem;
  line-height: 8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__faq03__block-title {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 849px) {
  .section__faq03__block-title {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__faq03__block-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.section__faq03__block-subtitle {
  grid-area: block-subtitle;
}
.section__parts__wrapper__faq03 {
  grid-area: parts__wrapper;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__faq03 {
    margin-top: 80px;
  }
}
.section__parts__faq03 {
  padding: 30px 0;
  border-top: 3px solid var(--sub_color);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03 {
    padding: 20px 0;
  }
}
.section__parts__faq03:last-of-type {
  border-bottom: 3px solid var(--sub_color);
}

.section__parts__faq03__title {
  padding-left: 140px;
  padding-right: 140px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03__title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section__parts__faq03__title::before {
  content: "";
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--accent_color);
  border-left: 2px solid var(--accent_color);
  position: absolute;
  right: 30px;
  transition: transform 0.3s linear;
}
.section__parts__faq03__title::before {
  transform: rotate(-45deg);
}
.section__parts__faq03__title.--active::before {
  transform: rotate(135deg);
}
.section__parts__faq03__title .versatile {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 2.4rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__parts__faq03__title .versatile::before {
  content: "Q";
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03__title .versatile {
    font-size: 2rem;
    width: 60px;
    height: 6px;
  }
}
.section__parts__faq03__text {
  z-index: 0;
  overflow: hidden;
  position: relative;
  color: var(--accent_color);
  height: 0;
  padding: 0 140px;
  display: flex;
  align-items: center;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
.section__parts__faq03__text.--active {
  height: auto;
  padding: 30px 140px;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03__text {
    padding: 0 60px 0 60px;
  }
  .section__parts__faq03__text.--active {
    padding: 30px 60px 0 60px;
  }
}
.section__parts__faq03__text .versatile {
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: auto;
  font-size: 2.4rem;
  visibility: hidden;
  transition: height 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
}
.section__parts__faq03__text .versatile::before {
  color: var(--accent_color);
  content: "A";
  display: none;
  transition: opacity 0.1s linear, visibility 0.3s linear;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03__text .versatile {
    width: 60px;
    top: calc(50% + 15px);
  }
}
.section__parts__faq03__text.--active .versatile {
  width: 100px;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: height 0.3s linear, opacity 1s linear, visibility 1s linear;
}
.section__parts__faq03__text.--active .versatile::before {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (max-width: 1199px) {
  .section__parts__faq03__text.--active .versatile {
    width: 60px;
  }
}
/* loop01
 ----------------------------------------------------------------------------------------------- */
.section__loop01 {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 30px;
}
.section__loop01__inner {
  display: flex;
  animation: loop_animation_right_double 40s linear infinite;
  white-space: nowrap;
  gap: 30px;
}
.section__loop01__inner .section__parts__loop01__img {
  width: auto;
  height: 300px;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 849px) {
  .section__loop01__inner .section__parts__loop01__img {
    width: auto;
    height: 250px;
  }
}
@media screen and (max-width: 599px) {
  .section__loop01__inner .section__parts__loop01__img {
    height: 200px;
  }
}
.section__loop01__inner .section__parts__loop01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes loop_animation_right_double {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section__parts__loop01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* lead01
 ----------------------------------------------------------------------------------------------- */
.section__lead01 {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.section__lead01__block-title {
  display: none;
}
.section__parts__wrapper__lead01 {
  display: flex;
  gap: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__lead01 {
    flex-direction: column;
  }
}
.section__parts__lead01 {
  width: 100%;
  position: relative;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 380px;
}
@media screen and (max-width: 849px) {
  .section__parts__lead01 {
    width: 100%;
    height: 300px;
    padding: 150px 30px;
  }
}
.section__parts__lead01__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .section__parts__lead01__title {
    padding: 0 calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead01__title {
    padding: 0 calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__title {
    padding: 0 calc((100% - 540px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead01__title {
    padding: 0 5%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead01__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead01__subtitle {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .section__parts__lead01__subtitle {
    padding: 0 calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead01__subtitle {
    padding: 0 calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__subtitle {
    padding: 0 calc((100% - 540px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead01__subtitle {
    padding: 0 5%;
  }
}
.section__parts__lead01__text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .section__parts__lead01__text {
    padding: 0 calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead01__text {
    padding: 0 calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__text {
    padding: 0 calc((100% - 540px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead01__text {
    padding: 0 5%;
  }
}
.section__parts__lead01__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__img {
    height: 300px;
  }
}
.section__parts__lead01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead01__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 calc((100% - 1500px) / 2);
}
@media screen and (max-width: 1599px) {
  .section__parts__lead01__link {
    padding: 0 calc((100% - 1100px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead01__link {
    padding: 0 calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead01__link {
    padding: 0 calc((100% - 540px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead01__link {
    padding: 0 5%;
  }
}
.section__parts__lead01__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead01__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead01__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead02
 ----------------------------------------------------------------------------------------------- */
.section__lead02 {
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__lead02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__lead02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__lead02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__lead02 {
    width: 100%;
    max-width: 90%;
  }
}
.section__lead02__block-title {
  display: none;
}
.section__parts__wrapper__lead02 {
  display: flex;
  gap: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__lead02 {
    flex-direction: column;
  }
}
.section__parts__lead02 {
  width: 100%;
  position: relative;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 380px;
}
@media screen and (max-width: 1599px) {
  .section__parts__lead02 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead02 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead02 {
    width: 100%;
    height: 300px;
    padding: 150px 30px;
  }
}
.section__parts__lead02__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead02__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead02__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead02__text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.section__parts__lead02__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 849px) {
  .section__parts__lead02__img {
    height: 300px;
  }
}
.section__parts__lead02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead02__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead02__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead02__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead02__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead03
 ----------------------------------------------------------------------------------------------- */
.section__lead03 {
  padding: 0;
  overflow: hidden;
}
.section__lead03__block-title {
  display: none;
}
.section__parts__wrapper__lead03 {
  display: flex;
  flex-wrap: wrap;
}
.section__parts__wrapper__lead03:has(> :nth-child(2):last-child) .section__parts__lead03, .section__parts__wrapper__lead03:has(> :nth-child(4):last-child) .section__parts__lead03 {
  width: 50%;
}
.section__parts__wrapper__lead03:has(> :nth-child(3):last-child) .section__parts__lead03, .section__parts__wrapper__lead03:has(> :nth-child(6):last-child) .section__parts__lead03 {
  width: 33.333%;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__lead03 {
    flex-direction: column;
  }
  .section__parts__wrapper__lead03:has(> :nth-child(2):last-child) .section__parts__lead03, .section__parts__wrapper__lead03:has(> :nth-child(4):last-child) .section__parts__lead03, .section__parts__wrapper__lead03:has(> :nth-child(3):last-child) .section__parts__lead03, .section__parts__wrapper__lead03:has(> :nth-child(6):last-child) .section__parts__lead03 {
    width: 100%;
  }
}
.section__parts__lead03 {
  width: 100%;
  position: relative;
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .section__parts__lead03 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead03__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead03__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead03__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead03__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 25vw;
}
@media screen and (max-width: 1599px) {
  .section__parts__lead03__text {
    max-width: 350px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead03__text {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead03__text {
    max-width: 90%;
  }
}

.section__parts__lead03__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead03__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead03__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead03__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead03__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead03__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead04
 ----------------------------------------------------------------------------------------------- */
.section__lead04 {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__lead04 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__lead04 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__lead04 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__lead04 {
    width: 100%;
    max-width: 90%;
  }
}
.section__lead04__block-title {
  display: none;
}
.section__parts__wrapper__lead04 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__lead04 {
    flex-direction: column;
  }
}
.section__parts__lead04 {
  width: 50%;
  position: relative;
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .section__parts__lead04 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead04__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead04__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead04__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead04__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 350px;
}
@media screen and (max-width: 849px) {
  .section__parts__lead04__text {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead04__text {
    max-width: 100%;
  }
}

.section__parts__lead04__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead04__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead04__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead04__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead04__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead05
 ----------------------------------------------------------------------------------------------- */
.section__lead05 {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__lead05 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__lead05 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__lead05 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__lead05 {
    width: 100%;
    max-width: 90%;
  }
}
.section__lead05__block-title {
  display: none;
}
.section__parts__wrapper__lead05 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__lead05 {
    flex-direction: column;
  }
}
.section__parts__lead05 {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .section__parts__lead05 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead05__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead05__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead05__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead05__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 350px;
}
@media screen and (max-width: 849px) {
  .section__parts__lead05__text {
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead05__text {
    max-width: 100%;
  }
}

.section__parts__lead05__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead05__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead05__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead05__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead05__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead06
 ----------------------------------------------------------------------------------------------- */
.section__lead06 {
  padding: 0;
  overflow: hidden;
}
.section__lead06__block-title {
  display: none;
}
.section__parts__wrapper__lead06 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__lead06 {
    flex-direction: column;
  }
}
.section__parts__lead06 {
  width: 33.3333333333%;
  position: relative;
  padding: 220px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .section__parts__lead06 {
    padding: 180px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead06 {
    width: 100%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead06 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead06__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead06__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead06__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead06__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 370px;
}
@media screen and (max-width: 1199px) {
  .section__parts__lead06__text {
    max-width: 383px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead06__text {
    max-width: 333px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead06__text {
    max-width: 90%;
  }
}

.section__parts__lead06__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead06__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead06__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead06__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead06__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead06__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead07
 ----------------------------------------------------------------------------------------------- */
.section__lead07 {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__lead07 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__lead07 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__lead07 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__lead07 {
    width: 100%;
    max-width: 90%;
  }
}
.section__lead07__block-title {
  display: none;
}
.section__parts__wrapper__lead07 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__lead07 {
    flex-direction: column;
  }
}
.section__parts__lead07 {
  width: 33.3333333333%;
  position: relative;
  padding: 220px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .section__parts__lead07 {
    padding: 180px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead07 {
    width: 100%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead07 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead07__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead07__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead07__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead07__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 370px;
}
@media screen and (max-width: 1199px) {
  .section__parts__lead07__text {
    max-width: 383px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead07__text {
    max-width: 333px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead07__text {
    max-width: 90%;
  }
}

.section__parts__lead07__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead07__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead07__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead07__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead07__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead07__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

/* lead08
 ----------------------------------------------------------------------------------------------- */
.section__lead08 {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__lead08 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__lead08 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__lead08 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__lead08 {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__lead08 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__lead08 {
    flex-direction: column;
  }
}
.section__parts__lead08 {
  width: calc((100% - 40px) / 3);
  position: relative;
  padding: 220px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .section__parts__lead08 {
    padding: 180px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__lead08 {
    width: 100%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead08 {
    width: 100%;
    padding: 86px 30px;
  }
}
.section__parts__lead08__title {
  position: relative;
  z-index: 1;
  font-size: calc(var(--font_size_PC) * 2);
}
@media screen and (max-width: 849px) {
  .section__parts__lead08__title {
    font-size: calc(var(--font_size_TAB) * 2);
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead08__title {
    font-size: calc(var(--font_size_SP) * 2);
  }
}

.section__parts__lead08__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  max-width: 370px;
}
@media screen and (max-width: 1199px) {
  .section__parts__lead08__text {
    max-width: 383px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__lead08__text {
    max-width: 333px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__lead08__text {
    max-width: 90%;
  }
}

.section__parts__lead08__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__parts__lead08__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__parts__lead08__link {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section__parts__lead08__link__btn a {
  display: inline-block;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 25px;
  border: 2px solid;
  transition: all 0.3s;
}
.section__parts__lead08__link__btn a:hover {
  border-color: var(--accent_color);
}
.section__parts__lead08__link__btn a:hover .text {
  color: var(--accent_color) !important;
  transition: all 0.3s;
}

.section__company01 li,
.section__company02 li,
.section__company03 li,
.section__company04 li {
  list-style: inside;
}
.section__company01 h3:not([class]),
.section__company02 h3:not([class]),
.section__company03 h3:not([class]),
.section__company04 h3:not([class]) {
  color: var(--main_color);
}
.section__company01 p:not([class]),
.section__company02 p:not([class]),
.section__company03 p:not([class]),
.section__company04 p:not([class]) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .section__company01 p:not([class]),
  .section__company02 p:not([class]),
  .section__company03 p:not([class]),
  .section__company04 p:not([class]) {
    flex-direction: column;
  }
}
.section__company01 br:not([class]),
.section__company02 br:not([class]),
.section__company03 br:not([class]),
.section__company04 br:not([class]) {
  display: none;
}

/* company01
 ----------------------------------------------------------------------------------------------- */
.section__company01 h2 {
  border: none !important;
  margin-bottom: 0 !important;
}

.section__company01__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__company01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__company01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__company01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__company01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__company01__block-title {
  color: var(--main_color);
}
.section__parts__wrapper__company01 {
  border-top: 2px solid var(--main_color);
}
.section__parts__dl {
  display: flex;
}
.section__parts__company01__dt {
  color: var(--text_color);
  padding: 40px 40px 40px 0;
  width: 22%;
  border-right: solid 1px var(--sub_color);
  border-bottom: solid 1px var(--sub_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__company01__dt {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company01__dt {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__company01__dt {
    width: 31%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company01__dt {
    width: 33%;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company01__dt {
    padding: 20px 20px 20px 0;
  }
}

.section__parts__company01__dd {
  padding: 40px 0 40px 40px;
  width: 78%;
  border-bottom: solid 1px var(--sub_color);
  display: grid;
  gap: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section__parts__company01__dd {
    width: 69%;
    gap: 5px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company01__dd {
    width: 67%;
    gap: 0px;
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company01__dd {
    padding: 20px 0 20px 20px;
  }
}
.section__parts__company01__dd iframe,
.section__parts__company01__dd object,
.section__parts__company01__dd embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section__parts__company01__dd iframe {
  width: 470px;
  height: 198px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company01__dd iframe {
    width: 100%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company01__dd iframe {
    height: 150px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company01__dd iframe {
    height: 130px;
  }
}
.section__parts__company01__dd img {
  border-radius: 5px;
  width: 250px;
  height: 150px;
  object-fit: cover;
}
.section__parts__company01__dd img:first-child, .section__parts__company01__dd img:nth-of-type(2), .section__parts__company01__dd img:nth-of-type(3) {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company01__dd img {
    width: calc((100% - 10px) / 2);
  }
  .section__parts__company01__dd img:first-child, .section__parts__company01__dd img:nth-of-type(2) {
    margin-top: 10px;
  }
  .section__parts__company01__dd img:nth-of-type(3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company01__dd img {
    height: 92px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company01__dd img {
    width: 100%;
    height: 125px;
  }
  .section__parts__company01__dd img:first-child {
    margin-top: 10px;
  }
  .section__parts__company01__dd img:nth-of-type(2) {
    margin-top: 0px;
  }
}

/* company02
 ----------------------------------------------------------------------------------------------- */
.section__company02 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__company02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__company02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__company02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__company02 {
    width: 100%;
    max-width: 90%;
  }
}
.section__company02__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .section__company02__inner {
    width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 849px) {
  .section__company02__inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section__company02__inner {
    gap: 30px;
  }
}

.section__company02__block-title {
  color: var(--main_color);
  display: flex;
  align-items: flex-start;
  line-height: 4rem;
  font-size: 4.4rem;
  line-height: 8.4rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__company02__block-title {
    font-size: 4.2rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 849px) {
  .section__company02__block-title {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .section__company02__block-title {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__company02__block-title {
    line-height: 3.6rem;
  }
}
.section__parts__wrapper__company02 {
  width: 100%;
  border-top: solid 2px var(--main_color);
}
.section__parts__dl {
  display: flex;
}
.section__parts__company02__dt {
  color: var(--text_color);
  padding: 36px 36px 36px 0;
  width: 20%;
  border-bottom: solid 1px var(--sub_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__company02__dt {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company02__dt {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__company02__dt {
    padding: 30px 30px 30px 0;
    width: 25%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company02__dt {
    padding: 20px 20px 20px 0;
  }
}
.section__parts__company02__dd {
  padding: 36px 0 36px 36px;
  width: 80%;
  border-bottom: solid 1px var(--sub_color);
  display: grid;
  gap: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section__parts__company02__dd {
    padding: 30px 0 30px 30px;
    width: 75%;
    gap: 5px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company02__dd {
    padding: 20px 0 20px 20px;
    gap: 0px;
  }
}
.section__parts__company02__dd iframe {
  width: 100%;
  height: 198px;
}
@media screen and (max-width: 849px) {
  .section__parts__company02__dd iframe {
    height: 150px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company02__dd iframe {
    height: 130px;
  }
}
.section__parts__company02__dd img {
  border-radius: 5px;
  width: calc((100% - 10px) / 2);
  height: 150px;
  object-fit: cover;
}
.section__parts__company02__dd img:first-child, .section__parts__company02__dd img:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company02__dd img:first-child, .section__parts__company02__dd img:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company02__dd img {
    height: 92px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company02__dd img {
    width: 100%;
    height: 125px;
  }
  .section__parts__company02__dd img:first-child {
    margin-top: 10px;
  }
  .section__parts__company02__dd img:nth-of-type(2) {
    margin-top: 0px;
  }
}

/* company03
 ----------------------------------------------------------------------------------------------- */
.section__company03 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__company03 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__company03 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__company03 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__company03 {
    width: 100%;
    max-width: 90%;
  }
}
.section__company03__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .section__company03__inner {
    width: 100%;
  }
}
.section__company03__block-title {
  color: var(--main_color);
  padding-bottom: 60px;
  border-bottom: solid 2px var(--main_color);
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .section__company03__block-title {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .section__company03__block-title {
    font-size: var(--heading_fontSize_SP);
  }
}
@media screen and (max-width: 1199px) {
  .section__company03__block-title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__company03__block-title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section__company03__block-title {
    padding-bottom: 30px;
  }
}

.section__parts__dl {
  display: flex;
}
.section__parts__company03__dt {
  color: var(--main_color);
  padding: 40px 40px 40px 0;
  width: 22%;
  border-right: solid 1px var(--sub_color);
  border-bottom: solid 1px var(--sub_color);
  line-height: 3.6rem;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__company03__dt {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company03__dt {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__company03__dt {
    width: 31%;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company03__dt {
    width: 33%;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company03__dt {
    padding: 20px 20px 20px 0;
  }
}

.section__parts__company03__dd {
  padding: 40px 0 40px 40px;
  width: 78%;
  border-bottom: solid 1px var(--sub_color);
  display: grid;
  gap: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section__parts__company03__dd {
    width: 69%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company03__dd {
    width: 67%;
    gap: 0px;
    padding: 30px 0 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company03__dd {
    padding: 20px 0 20px 20px;
  }
}
.section__parts__company03__dd iframe {
  width: 470px;
  height: 198px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company03__dd iframe {
    width: 100%;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company03__dd iframe {
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company03__dd iframe {
    height: 130px;
  }
}
.section__parts__company03__dd img {
  border-radius: 5px;
  width: 250px;
  height: 150px;
  object-fit: cover;
}
.section__parts__company03__dd img:first-child, .section__parts__company03__dd img:nth-of-type(2), .section__parts__company03__dd img:nth-of-type(3) {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company03__dd img:first-child, .section__parts__company03__dd img:nth-of-type(2) {
    margin-top: 10px;
  }
  .section__parts__company03__dd img:nth-of-type(3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company03__dd img {
    width: 155px;
    height: 92px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company03__dd img {
    width: 100%;
    height: 125px;
  }
  .section__parts__company03__dd img:first-child {
    margin-top: 10px;
  }
  .section__parts__company03__dd img:nth-of-type(2) {
    margin-top: 0px;
  }
}

/* company04
 ----------------------------------------------------------------------------------------------- */
.section__company04 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__company04 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__company04 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__company04 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__company04 {
    width: 100%;
    max-width: 90%;
  }
}
.section__company04__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .section__company04__inner {
    width: 100%;
  }
}
.section__company04__block-title {
  color: var(--main_color);
  padding-bottom: 60px;
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .section__company04__block-title {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .section__company04__block-title {
    font-size: var(--heading_fontSize_SP);
  }
}
@media screen and (max-width: 1199px) {
  .section__company04__block-title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 849px) {
  .section__company04__block-title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section__company04__block-title {
    padding-bottom: 30px;
  }
}

.section__parts__wrapper__company04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  gap: 0 50px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__company04 {
    gap: 0 40px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__company04 {
    display: flex;
    flex-direction: column;
  }
}
.section__parts__wrapper__company04:has(.section__parts__company04:nth-of-type(2)) {
  grid-template-rows: repeat(1, auto);
}
.section__parts__wrapper__company04:has(.section__parts__company04:nth-of-type(3)) {
  grid-template-rows: repeat(2, auto);
}
.section__parts__wrapper__company04:has(.section__parts__company04:nth-of-type(5)) {
  grid-template-rows: repeat(3, auto);
}
.section__parts__wrapper__company04:has(.section__parts__company04:nth-of-type(7)) {
  grid-template-rows: repeat(4, auto);
}
.section__parts__wrapper__company04:has(.section__parts__company04:nth-of-type(9)) {
  grid-template-rows: repeat(5, auto);
}

.section__parts__company04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 849px) {
  .section__parts__company04 {
    display: block;
  }
}
.section__parts__company04__dt {
  color: var(--main_color);
  padding: 10px 30px 30px 0;
  border-right: solid 2px var(--main_color);
  line-height: 3.6rem;
  width: 120px;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__company04__dt {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company04__dt {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__company04__dt {
    width: 100px;
    padding: 10px 20px 30px 0;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company04__dt {
    padding: 10px 20px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company04__dt {
    width: 80px;
    line-height: 3rem;
  }
}

.section__parts__company04__dd {
  padding: 10px 0 30px 40px;
  border-bottom: solid 1px var(--bg_color);
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
  width: 405px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company04__dd {
    width: 280px;
    padding: 10px 0 30px 30px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company04__dd {
    gap: 0px;
    padding: 10px 0 20px 20px;
    width: 440px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company04__dd {
    width: calc(100% - 80px);
  }
}
.section__parts__company04__dd iframe {
  width: 100%;
  height: 198px;
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .section__parts__company04__dd iframe {
    height: 150px;
  }
}
.section__parts__company04__dd img {
  border-radius: 5px;
  width: 177px;
  height: 113px;
  object-fit: cover;
}
.section__parts__company04__dd img:first-child, .section__parts__company04__dd img:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .section__parts__company04__dd img {
    width: 100%;
    height: 144px;
  }
  .section__parts__company04__dd img:first-child {
    margin-top: 20px;
  }
  .section__parts__company04__dd img:nth-of-type(2) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__company04__dd img {
    width: 205px;
    height: 116px;
  }
  .section__parts__company04__dd img:first-child, .section__parts__company04__dd img:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__company04__dd img {
    width: 100%;
    height: 144px;
  }
  .section__parts__company04__dd img:first-child {
    margin-top: 20px;
  }
  .section__parts__company04__dd img:nth-of-type(2) {
    margin-top: 0px;
  }
}

/* privacyPolicy01
 ----------------------------------------------------------------------------------------------- */
.section__rule01 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__rule01 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__rule01 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__rule01 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__rule01 {
    width: 100%;
    max-width: 90%;
  }
}
.section__rule01__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .section__rule01__inner {
    width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__rule01__inner {
    width: 100%;
  }
}

.section__parts__wrapper__rule01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__rule01 {
    gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__rule01 {
    gap: 40px;
  }
}

.section__parts__rule01__title {
  color: var(--main_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__rule01__title {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__rule01__title {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
/* privacyPolicy02
 ----------------------------------------------------------------------------------------------- */
.section__rule02 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__rule02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__rule02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__rule02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__rule02 {
    width: 100%;
    max-width: 90%;
  }
}
.section__rule02__inner {
  width: 1100px;
  margin: 0 auto;
  background-color: var(--sub_color);
  border-radius: 10px;
  padding: 40px 50px;
}
@media screen and (max-width: 1199px) {
  .section__rule02__inner {
    padding: 30px;
    width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__rule02__inner {
    padding: 30px 20px;
    width: 100%;
  }
}

.section__parts__wrapper__rule02 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__rule02 {
    gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__rule02 {
    gap: 40px;
  }
}

.section__parts__rule02__title {
  color: var(--main_color);
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .section__parts__rule02__title {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__rule02__title {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
/* flow01
 ----------------------------------------------------------------------------------------------- */
.section__flow01__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__flow01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__flow01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__flow01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__flow01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__flow01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section__parts__flow01 {
  display: grid;
  gap: 5px 60px;
  grid-template-columns: 124px auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "flow_img flow_sub" "flow_img flow_title" "flow_img flow_text";
  width: 600px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01 {
    grid-template-columns: 110px auto;
    gap: 5px 40px;
    padding-bottom: 50px;
    width: 580px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow01 {
    grid-template-columns: 100px auto;
    gap: 3px 40px;
    padding-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow01 {
    grid-template-columns: 90px auto;
    gap: 0px 30px;
    padding-bottom: 30px;
  }
}
.section__parts__flow01:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 30px;
  width: 845px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow01:first-child {
    text-align: left;
  }
}
.section__parts__flow01:last-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 849px) {
  .section__parts__flow01:last-child {
    padding-bottom: 20px;
  }
}
.section__parts__flow01:last-child .section__parts__flow01__img::after {
  display: none;
}

.section__parts__flow01__title {
  grid-area: flow_title;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: var(--main_color);
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow01__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.section__parts__flow01__subtitle {
  grid-area: flow_sub;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow01__subtitle {
    font-size: 1.2rem;
  }
}
.section__parts__flow01__text {
  grid-area: flow_text;
  overflow-wrap: break-word;
}
.section__parts__flow01__img {
  grid-area: flow_img;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__parts__flow01__img::before {
  content: "";
  width: 124px;
  height: 124px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01__img::before {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow01__img::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow01__img::before {
    width: 90px;
    height: 90px;
  }
}
.section__parts__flow01__img::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--text_color);
  position: absolute;
  bottom: -120px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow01__img::after {
    bottom: -100px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow01__img::after {
    bottom: -90px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow01__img::after {
    bottom: -80px;
  }
}
.section__parts__flow01__img img {
  width: 45px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 849px) {
  .section__parts__flow01__img img {
    width: 35px;
  }
}
/* flow02
 ----------------------------------------------------------------------------------------------- */
.section__flow02__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__flow02__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__flow02__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__flow02__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__flow02__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__flow02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__flow02 {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__flow02 {
    width: 90%;
  }
}

.section__parts__flow02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02 {
    display: grid;
    grid-template-columns: 130px auto;
    grid-template-rows: 32px auto;
    grid-template-areas: "flow_img flow_title" "flow_img flow_text";
    padding-right: 0px;
    padding-bottom: 60px;
  }
  .section__parts__flow02:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow02 {
    grid-template-columns: 120px auto;
    grid-template-rows: 30px auto;
  }
}
.section__parts__flow02::before {
  content: "";
  width: 53px;
  height: 1px;
  background-color: var(--accent_color);
  position: absolute;
  top: 72px;
  right: 15px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02::before {
    width: 40px;
    top: 55px;
    right: 3px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02::before {
    bottom: 30px;
    left: 34px;
    top: auto;
    transform: rotate(90deg);
    width: 25px;
  }
}
.section__parts__flow02::after {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: solid 1px var(--accent_color);
  border-right: solid 1px var(--accent_color);
  position: absolute;
  top: 69px;
  right: 15px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02::after {
    top: 52px;
    right: 3px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02::after {
    bottom: 17px;
    left: 43px;
    top: auto;
    transform: rotate(135deg);
  }
}
.section__parts__flow02:last-child {
  padding-right: 0px;
}
.section__parts__flow02:last-child::before, .section__parts__flow02:last-child::after {
  display: none;
}

.section__parts__flow02__title {
  order: 2;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: var(--main_color);
  width: 205px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    width: 160px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02__title {
    grid-area: flow_title;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow02__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.section__parts__flow02__subtitle {
  font-size: 1.6rem;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--main_color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02__subtitle {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    left: 15px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02__subtitle {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    left: -10px;
  }
}
.section__parts__flow02__text {
  order: 3;
  overflow-wrap: break-word;
  width: 205px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02__text {
    width: 160px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02__text {
    grid-area: flow_text;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
}
.section__parts__flow02__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  border-radius: 100px;
  background-color: #fff;
  order: 1;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow02__img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow02__img {
    width: 100px;
    height: 100px;
    grid-area: flow_img;
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow02__img {
    width: 90px;
    height: 90px;
  }
}
.section__parts__flow02__img img {
  width: 45px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 849px) {
  .section__parts__flow02__img img {
    width: 35px;
  }
}
/* flow03
 ----------------------------------------------------------------------------------------------- */
.section__flow03 .section__parts__wrapper {
  margin-top: 0;
}

.section__flow03__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__flow03__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__flow03__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__flow03__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__flow03__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__flow03 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__flow03 {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__flow03 {
    width: 90%;
  }
}

.section__parts__flow03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow03 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow03 {
    display: grid;
    grid-template-columns: 130px auto;
    grid-template-rows: 32px auto;
    grid-template-areas: "flow_img flow_title" "flow_img flow_text";
    padding-right: 0px;
    padding-bottom: 60px;
  }
  .section__parts__flow03:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow03 {
    grid-template-columns: 120px auto;
    grid-template-rows: 30px auto;
  }
}

.section__parts__flow03__title {
  order: 2;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: var(--main_color);
  width: 205px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow03__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    width: 160px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow03__title {
    grid-area: flow_title;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow03__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.section__parts__flow03__subtitle {
  font-size: 1.6rem;
  color: var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow03__subtitle {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    left: 15px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow03__subtitle {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    left: -10px;
  }
}
.section__parts__flow03__text {
  order: 3;
  overflow-wrap: break-word;
  width: 205px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow03__text {
    width: 160px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow03__text {
    grid-area: flow_text;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
}
.section__parts__flow03__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 124px;
  border-radius: 100px;
  order: 1;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow03__img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow03__img {
    width: 100px;
    height: 100px;
    grid-area: flow_img;
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow03__img {
    width: 90px;
    height: 90px;
  }
}
.section__parts__flow03__img img {
  width: 45px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 849px) {
  .section__parts__flow03__img img {
    width: 35px;
  }
}
/* flow04
 ----------------------------------------------------------------------------------------------- */
.section__flow04 .section__parts__wrapper {
  margin-top: 0;
}

.section__flow04__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__flow04__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__flow04__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__flow04__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__flow04__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__flow04 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1599px) {
  .section__parts__wrapper__flow04 {
    gap: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__wrapper__flow04 {
    gap: 14px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__wrapper__flow04 {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__wrapper__flow04 {
    width: 90%;
  }
}

.section__parts__flow04 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  background-color: var(--main_color);
  gap: 20px;
  height: 320px;
}
@media screen and (max-width: 1599px) {
  .section__parts__flow04 {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .section__parts__flow04 {
    padding: 15px;
    height: 280px;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow04 {
    flex-direction: row;
    height: auto;
    width: 100%;
    padding: 15px;
  }
}
.section__parts__flow04:nth-of-type(7) {
  background-color: #fff;
  border: solid 2px var(--main_color);
  justify-content: center;
}
.section__parts__flow04:nth-of-type(7) .section__parts__flow04__title,
.section__parts__flow04:nth-of-type(7) .section__parts__flow04__subtitle {
  color: var(--main_color) !important;
}

.section__parts__flow04__title {
  order: 2;
  font-size: 2rem;
  color: #fff !important;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow04__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow04__title {
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .section__parts__flow04__title {
    font-size: 1.5rem;
  }
}

.section__parts__flow04__subtitle {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--en_font);
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .section__parts__flow04__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 849px) {
  .section__parts__flow04__subtitle {
    font-size: 1.4rem;
  }
}
/* follow01
 ----------------------------------------------------------------------------------------------- */
.section__follow01__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__follow01__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__follow01__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__follow01__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__follow01__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__follow01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section__parts__cover__follow01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section__parts__nav__wrapper__follow01 {
  width: 250px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 849px) {
  .section__parts__nav__wrapper__follow01 {
    display: none;
  }
}
.section__parts__nav__link__follow01 {
  display: block;
  padding: 10px 20px 10px 50px;
}
.section__parts__nav__link__follow01::before {
  content: "0" counter(follow_nav) ". ";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.section__parts__nav__link__follow01.current {
  font-weight: bold;
  font-size: 110%;
  background-color: #f0f0f0;
}
.section__parts__nav__item__follow01 {
  counter-increment: follow_nav;
  position: relative;
}
.section__parts__content__wrapper__follow01 {
  width: calc(100% - 300px);
}
@media screen and (max-width: 849px) {
  .section__parts__content__wrapper__follow01 {
    width: 100%;
  }
}
.section__parts__follow01 + .section__parts {
  margin-top: 80px;
}

/* follow02
 ----------------------------------------------------------------------------------------------- */
.section__follow02__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__follow02__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__follow02__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__follow02__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__follow02__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__follow02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* follow03
 ----------------------------------------------------------------------------------------------- */
.section__follow03__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__follow03__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__follow03__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__follow03__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__follow03__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__parts__wrapper__follow03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* form01
 ----------------------------------------------------------------------------------------------- */
.section__form01 {
  background-color: #F0F0F0;
}
.section__form01 .section__form__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .section__form01 .section__form__inner {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .section__form01 .section__form__inner {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .section__form01 .section__form__inner {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__form01 .section__form__inner {
    width: 100%;
    max-width: 90%;
  }
}
.section__form01 .section__parts__form__text {
  width: 800px;
  margin: 0 auto;
}
.ctaForm01 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ctaForm01 .ctaForm__form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ctaForm01 .ctaForm__form-group label {
  display: none;
}
.ctaForm01 .ctaForm__form-group br {
  display: none;
}
.ctaForm01 .wpcf7-checkbox label,
.ctaForm01 .wpcf7-radio label {
  display: flex;
}
.ctaForm01 .wpcf7-text {
  height: 100px;
  border-radius: 20px;
}

/* form02
 ----------------------------------------------------------------------------------------------- */
/* form03
 ----------------------------------------------------------------------------------------------- */
/* form04
 ----------------------------------------------------------------------------------------------- */
.section__form04 .section__form04__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__form04 .section__parts__wrapper__form04 {
  width: 770px;
}
@media screen and (max-width: 1199px) {
  .section__form04 .section__parts__wrapper__form04 {
    width: 680px;
  }
}
@media screen and (max-width: 849px) {
  .section__form04 .section__parts__wrapper__form04 {
    width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .section__form04 .section__parts__wrapper__form04 {
    width: 90%;
  }
}
.section__form04 .section__parts__wrapper__form04 p:not([class]),
.section__form04 .section__parts__wrapper__form04 br:not([class]) {
  display: none;
}
.section__form04 .ctaForm04__note p {
  display: flex;
  gap: 5px;
  color: var(--sub_color);
}
.section__form04 .required {
  color: #FF0000;
}
.section__form04 input,
.section__form04 select,
.section__form04 textarea {
  border: solid 1px var(--main_color);
  color: var(--text_color);
}
@media screen and (max-width: 599px) {
  .section__form04 input,
  .section__form04 select,
  .section__form04 textarea {
    padding: 15px;
  }
}
.section__form04 ::placeholder {
  color: var(--sub_color);
}
.section__form04 .ctaForm04__form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 849px) {
  .section__form04 .ctaForm04__form__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section__form04 .ctaForm04__form__wrapper {
    gap: 20px;
  }
}
.section__form04 .ctaForm04__form-group {
  color: var(--main_color);
}
.section__form04 .form_area {
  appearance: none;
  background-image: url(../../assets/images/ctaForm/form_arrow04.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.section__form04 input[type=radio] {
  display: none;
  /* 標準のラジオボタンを非表示に */
}
.section__form04 .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.section__form04 .mwform-radio-field-text,
.section__form04 input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--text_color);
  /* テキストの色をカスタマイズ */
  cursor: pointer;
  /* カーソルをポインターに */
}
.section__form04 .mwform-radio-field-text::before,
.section__form04 input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid var(--main_color);
  /* 外枠の色を設定 */
  border-radius: 50%;
  background-color: #fff;
  /* デフォルトで白い背景 */
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
  /* スムーズなトランジションを設定 */
}
.section__form04 .mwform-radio-field-text::after,
.section__form04 input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  /* 内側の小さな円の直径 */
  height: 12px;
  /* 内側の小さな円の直径 */
  border-radius: 50%;
  background-color: var(--main_color);
  /* 内側の小さな円の色 */
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* 初期状態では非表示 */
  transition: opacity 0.3s;
}
.section__form04 input[type=radio]:checked + .mwform-radio-field-text::after,
.section__form04 input[type=radio]:checked + .wpcf7-list-item-label::after,
.section__form04 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 選択時に内側の小さな円を表示 */
}
.section__form04 .radio_contents {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .section__form04 .radio_contents {
    gap: 10px 20px;
  }
}
.section__form04 .radio_contents label {
  display: flex;
  align-items: center;
}
.section__form04 input[type=checkbox] {
  display: none;
  /* 標準のチェックボックスを非表示に */
}
.section__form04 .mwform-checkbox-field-text,
.section__form04 input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--text_color);
  /* テキストの色をカスタマイズ */
  cursor: pointer;
  /* カーソルをポインターに */
}
.section__form04 .mwform-checkbox-field-text::before,
.section__form04 input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid var(--main_color);
  /* 外枠の色を設定 */
  border-radius: 4px;
  /* チェックボックスは角を丸めず、四角に */
  background-color: #fff;
  /* デフォルトで白い背景 */
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
  /* スムーズなトランジションを設定 */
}
.section__form04 .mwform-checkbox-field-text::after,
.section__form04 input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  /* 内側のチェックマークの大きさ */
  height: 13px;
  /* 内側のチェックマークの高さ */
  border: solid var(--main_color);
  /* チェックマークの色を設定 */
  border-width: 0 2px 2px 0;
  /* チェックマークの線の太さを設定 */
  transform: rotate(45deg);
  /* チェックマークを45度回転させて表示 */
  position: absolute;
  top: 48%;
  left: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  /* 初期状態では非表示 */
  transition: opacity 0.3s;
}
.section__form04 input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.section__form04 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 選択時にチェックマークを表示 */
}
.section__form04 .checkbox_contents {
  display: flex;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .section__form04 .checkbox_contents {
    gap: 10px 20px;
  }
}
.section__form04 .checkbox_contents label {
  display: flex;
  align-items: center;
}
.section__form04 .form_text-area {
  height: 290px;
}
@media screen and (max-width: 599px) {
  .section__form04 .form_text-area {
    height: 200px;
  }
}
.section__form04 .privacypolicy04 {
  margin: 90px auto 0;
  display: flex;
}
@media screen and (max-width: 1599px) {
  .section__form04 .privacypolicy04 {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 1199px) {
  .section__form04 .privacypolicy04 {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .section__form04 .privacypolicy04 {
    margin: 30px auto 0;
  }
}
.section__form04 .privacypolicy04 .txt-c {
  display: flex !important;
}
.section__form04 .privacypolicy04 a {
  color: var(--main_color);
  text-decoration: underline;
}
.section__form04 .privacypolicy04 .mwform-checkbox-field-text,
.section__form04 .privacypolicy04 input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  /* カーソルをポインターに */
  display: flex;
  align-items: center;
  color: var(--text_color);
}
.section__form04 .privacypolicy04 .mwform-checkbox-field-text::before,
.section__form04 .privacypolicy04 input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid var(--main_color);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
}
.section__form04 .privacypolicy04 .mwform-checkbox-field-text::after,
.section__form04 .privacypolicy04 input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  /* 内側のチェックマークの大きさ */
  height: 13px;
  /* 内側のチェックマークの高さ */
  border: solid var(--main_color);
  /* チェックマークの色を設定 */
  border-width: 0 2px 2px 0;
  /* チェックマークの線の太さを設定 */
  transform: rotate(45deg);
  /* チェックマークを45度回転させて表示 */
  position: absolute;
  top: 48%;
  left: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  /* 初期状態では非表示 */
  transition: opacity 0.3s;
}
.section__form04 .privacypolicy04 input[type=checkbox]:checked + .form_privacy__text::after,
.section__form04 .privacypolicy04 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 選択時にチェックマークを表示 */
}
.section__form04 .submit-btn {
  display: flex;
}
.section__form04 .submit-btn .form_submit {
  margin: 0 auto;
  width: auto;
  padding: 10px 60px;
  color: var(--main_color);
  border-radius: 50px;
  border: solid 2px;
  transition: all 0.3s ease-out;
}
.section__form04 .submit-btn .form_submit:hover {
  color: #fff;
  background-color: var(--main_color);
  border: solid 2px var(--main_color);
}

/* ==========================================================================
   Page
   ========================================================================== */
/* contact
 ----------------------------------------------------------------------------------------------- */
.p-law__heading {
  padding: 150px 0 0;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .p-law__heading {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .p-law__heading {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .p-law__heading {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .p-law__heading {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .p-law__heading {
    padding: 100px 0 0;
  }
}
.p-law__title {
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
  font-weight: 500;
}
@media screen and (max-width: 849px) {
  .p-law__title {
    font-size: var(--heading_fontSize_TAB);
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .p-law__title {
    font-size: var(--heading_fontSize_SP);
  }
}

/* page404_01
 ----------------------------------------------------------------------------------------------- */
body.error404 {
  height: 100%;
}

/* error01
 ----------------------------------------------------------------------------------------------- */
.section__error01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 849px) {
  .section__error01 {
    padding-inline: 30px;
  }
}
.section__error01 .c-btn {
  margin-top: 40px;
}

.section__error01__title {
  font-family: var(--en_font);
  font-weight: 600;
  font-size: 30rem;
  line-height: 0.8;
  color: var(--main_color);
}
@media screen and (max-width: 1199px) {
  .section__error01__title {
    font-size: 26rem;
  }
}
@media screen and (max-width: 849px) {
  .section__error01__title {
    font-size: 22rem;
  }
}
@media screen and (max-width: 599px) {
  .section__error01__title {
    font-size: 40vw;
  }
}

.section__error01__subtitle {
  font-family: var(--en_font);
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1;
  color: var(--main_color);
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .section__error01__subtitle {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 849px) {
  .section__error01__subtitle {
    font-size: 8rem;
  }
}
@media screen and (max-width: 599px) {
  .section__error01__subtitle {
    font-size: 12vw;
  }
}

.section__error01__text {
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .section__error01__text {
    margin-top: 40px;
  }
}

/* ==========================================================================
   post
   ========================================================================== */
/* post
 ----------------------------------------------------------------------------------------------- */
.post-container {
  margin: 200px 0;
}
/* post01
 ----------------------------------------------------------------------------------------------- */
/* post02
 ----------------------------------------------------------------------------------------------- */
/* post03
 ----------------------------------------------------------------------------------------------- */
/* post04
 ----------------------------------------------------------------------------------------------- */
/* post05
 ----------------------------------------------------------------------------------------------- */
/* post06
 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .single .post-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/* entry
 ----------------------------------------------------------------------------------------------- */
.entry-wrapper {
  padding: 20px 0;
  border-top: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .entry-wrapper {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .entry-wrapper {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .entry-wrapper {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .entry-wrapper {
    width: 100%;
    max-width: 90%;
  }
}
.entry-title {
  margin-top: 30px;
  font-size: var(--heading_fontSize_PC);
  line-height: 1.2;
  font-family: var(--heading_font);
}
@media screen and (max-width: 849px) {
  .entry-title {
    font-size: var(--heading_fontSize_TAB);
  }
}
@media screen and (max-width: 599px) {
  .entry-title {
    font-size: var(--heading_fontSize_SP);
  }
}
.entry-common {
  display: flex;
  justify-content: space-between;
}
.entry-body {
  margin-top: 30px;
  padding: 20px 0 50px;
}
.entry-body ul:not([class]) li {
  margin-left: 25px;
  list-style-type: disc;
}
.entry-body ol:not([class]) li {
  margin-left: 30px;
  list-style-type: decimal-leading-zero;
}
.entry-body * + *:not([class]) {
  margin-top: 20px;
}
.entry-body h2:not([class]) {
  font-size: 220%;
  font-weight: normal;
  padding-left: 30px;
  line-height: 1.2;
  margin-top: 30px;
  position: relative;
}
.entry-body h2:not([class])::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: var(--text_color);
  top: 50%;
  left: 0;
}
.entry-body h3:not([class]) {
  font-size: 180%;
  font-weight: bold;
}
.entry-body h3:not([class]) span {
  font-size: 70%;
  display: inline-block;
}

.entry-thumbnail {
  overflow: hidden;
  margin-top: 30px;
  aspect-ratio: 5/2;
}
.entry-thumbnail {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .entry-thumbnail {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .entry-thumbnail {
    border-radius: var(--radius_sp);
  }
}
.entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-footer {
  display: none;
}
.entry-footer:has(a) {
  padding-top: 20px;
  border-top: 1px solid var(--text_color);
  display: flex;
  justify-content: space-between;
}
.post-main {
  /* entry01
  ----------------------------------------------------------------------------------------------- */
  /* entry02
  ----------------------------------------------------------------------------------------------- */
  /* entry03
  ----------------------------------------------------------------------------------------------- */
  /* entry04
  ----------------------------------------------------------------------------------------------- */
  /* entry05
  ----------------------------------------------------------------------------------------------- */
  /* entry06
  ----------------------------------------------------------------------------------------------- */
}
.post-main .entry01-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .entry02-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .entry03-wrapper {
  border: none;
  padding-top: 0;
}
.post-main .entry03-header {
  display: flex;
  flex-direction: column;
}
.post-main .entry03-title {
  order: 3;
}
.post-main .entry03-common {
  order: 2;
  margin-top: 30px;
}
.post-main .entry03-thumbnail {
  order: 1;
  border-radius: 0;
}
.post-main .entry03-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .entry03-footer {
  border: none;
}
.post-main .entry03-footer a {
  padding: 10px 50px;
  border: 1px solid var(--text_color);
  display: inline-block;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .post-main .entry03-footer a {
    padding: 10px 30px;
  }
}
.post-main .entry04-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .entry05-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .entry06-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* archive
 ----------------------------------------------------------------------------------------------- */
.page-title__wrapper + .cms__wrapper {
  margin-top: 100px;
}

.cms__wrapper {
  padding: 0 0 100px;
}
.cms {
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .cms {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .cms {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .cms {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .cms {
    width: 100%;
    max-width: 90%;
  }
}
.cms__cat__item a {
  background-color: #fff;
}

.cms__tag {
  margin-top: 20px;
}
.cms__content {
  width: 100%;
}
.cms__post__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}
.cms__post__thumbnail {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .cms__post__thumbnail {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .cms__post__thumbnail {
    border-radius: var(--radius_sp);
  }
}
.cms__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms__post__cat {
  grid-area: post__cat;
}
.cms__post__cat a {
  white-space: nowrap;
  color: var(--text_color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border: 1px solid;
  border-color: var(--text_color);
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 20px;
}

.cms__post__data {
  display: flex;
  justify-content: flex-end;
}
.cms__post__title {
  grid-area: post__title;
}
.cms__pagination {
  width: 100%;
  margin-top: 80px;
  padding: 20px;
  border-radius: 6px;
}
.cms__pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.cms__pagination span.page-numbers,
.cms__pagination a.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 20px;
}
.cms__pagination span.page-numbers.current,
.cms__pagination a.page-numbers.current {
  background: var(--main_color);
  color: #fff;
}
.cms__pagination span.page-numbers.next, .cms__pagination span.page-numbers.prev,
.cms__pagination a.page-numbers.next,
.cms__pagination a.page-numbers.prev {
  width: auto;
  white-space: nowrap;
  display: flex;
  gap: 10px;
}
.cms__pagination span.page-numbers.prev,
.cms__pagination a.page-numbers.prev {
  margin-right: 30px;
}
.cms__pagination span.page-numbers.prev::before,
.cms__pagination a.page-numbers.prev::before {
  content: "<<";
  color: var(--main_color);
}
.cms__pagination span.page-numbers.next,
.cms__pagination a.page-numbers.next {
  margin-left: 30px;
}
.cms__pagination span.page-numbers.next::after,
.cms__pagination a.page-numbers.next::after {
  content: ">>";
  color: var(--main_color);
}

.cms01 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-areas: "archive_cat archive_content";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .cms01 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .cms01 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .cms01 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .cms01 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .cms01 {
    grid-template-columns: 200px calc(100% - 230px);
  }
}
@media screen and (max-width: 849px) {
  .cms01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.cms01__cat {
  grid-area: archive_cat;
}
@media screen and (max-width: 849px) {
  .cms01__cat {
    width: 100%;
    order: 2;
  }
}
.cms01__cat__title {
  display: none;
}

.cms01__cat__list a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.cms01__cat__list a.--active {
  color: var(--main_color);
}
.cms01__cat__list a.--active::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .cms01__cat__list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cms01__cat__list a {
    color: var(--base_color);
    display: block;
    padding: 0 20px;
    border: 1px solid var(--base_color);
    border-radius: 20px;
  }
  .cms01__cat__list a.--active {
    color: #fff;
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
  }
  .cms01__cat__list a.--active::before {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .cms01__cat__list .children {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.cms01__content {
  grid-area: archive_content;
}
@media screen and (max-width: 849px) {
  .cms01__content {
    order: 3;
    border-top: 1px solid var(--base_color);
    width: 100%;
    margin-bottom: 20px;
  }
}
.cms01__list {
  border-bottom: 1px solid var(--base_color);
  display: none;
}
@media screen and (max-width: 849px) {
  .cms01__list {
    order: 3;
    border-top: 1px solid var(--base_color);
  }
}
.cms01__list.--active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cms01__post {
  padding: 20px 0;
  width: 100%;
  display: grid;
  gap: 0 35px;
  grid-template-columns: 260px 1fr 1fr;
  grid-template-rows: 100px 160px;
  grid-template-areas: "post__thumbnail post__cat post__data" "post__thumbnail post__title post__title";
  border-bottom: 1px solid var(--base_color);
}
@media screen and (max-width: 1599px) {
  .cms01__post {
    grid-template-columns: 230px 1fr 1fr;
    grid-template-rows: 70px 160px;
  }
}
@media screen and (max-width: 1199px) {
  .cms01__post {
    grid-template-columns: 200px 1fr 1fr;
    grid-template-rows: 70px 130px;
  }
}
@media screen and (max-width: 849px) {
  .cms01__post {
    gap: 0 25px;
    grid-template-columns: 150px 1fr 1fr;
    grid-template-rows: 50px 100px;
  }
}
@media screen and (max-width: 599px) {
  .cms01__post {
    gap: 0 20px;
    grid-template-columns: 105px 1fr 1fr;
    grid-template-rows: 30px 75px;
  }
}
.cms01__post:first-child {
  padding-top: 0;
}
@media screen and (max-width: 849px) {
  .cms01__post:first-child {
    padding-top: 20px;
  }
}
.cms01__post:hover img {
  transition: all 0.3s;
  transform: scale(1.2);
}
.cms01__post:hover .top-cms01__post__title a {
  transition: all 0.3s;
  color: var(--main_color);
}

.cms01__post__thumbnail {
  grid-area: post__thumbnail;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .cms01__post__thumbnail {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 849px) {
  .cms01__post__thumbnail {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  .cms01__post__thumbnail {
    width: 105px;
    height: 105px;
  }
}
.cms01__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms01__post__cat {
  grid-area: post__cat;
  display: flex;
  align-items: flex-end;
}
.cms01__post__cat a {
  padding: 3px 20px;
  border-radius: 50px;
  background-color: var(--base_color);
  border: unset;
}
@media screen and (max-width: 1199px) {
  .cms01__post__cat a {
    padding: 3px 10px;
  }
}
.cms01__post__data {
  grid-area: post__data;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--base_color);
}
.cms01__post__title {
  grid-area: post__title;
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .cms01__post__title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cms01__post__title {
    margin-top: 10px;
  }
}

.cms02__wrapper {
  margin-top: 0 !important;
}
.cms02 {
  gap: 30px;
  display: grid;
  grid-template-columns: 300px calc(100% - 330px);
  grid-template-areas: "archive_cat archive_content";
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .cms02 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .cms02 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .cms02 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .cms02 {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .cms02 {
    grid-template-columns: 200px calc(100% - 230px);
  }
}
@media screen and (max-width: 849px) {
  .cms02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.cms02__cat {
  grid-area: archive_cat;
}
@media screen and (max-width: 849px) {
  .cms02__cat {
    width: 100%;
    order: 2;
    padding-top: 0px;
  }
}
.cms02__cat__title {
  display: none;
}

.cms02__cat__list a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.cms02__cat__list a.--active {
  color: var(--main_color);
}
.cms02__cat__list a.--active::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 849px) {
  .cms02__cat__list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cms02__cat__list a {
    color: var(--base_color);
    display: block;
    padding: 0 20px;
    border: 1px solid var(--base_color);
    border-radius: 20px;
  }
  .cms02__cat__list a.--active {
    color: #fff;
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
  }
  .cms02__cat__list a.--active::before {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .cms02__cat__list .children {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.cms02__content {
  grid-area: archive_content;
}
@media screen and (max-width: 849px) {
  .cms02__content {
    width: 100%;
    order: 3;
    margin-bottom: 20px;
  }
}
.cms02__list {
  border-bottom: 1px solid var(--base_color);
  display: none;
}
@media screen and (max-width: 849px) {
  .cms02__list {
    width: 100%;
    order: 3;
    border-top: 1px solid var(--base_color);
  }
}
.cms02__list.--active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cms02__post {
  padding: 40px 0 60px;
  width: 100%;
  display: grid;
  gap: 0 35px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 60px;
  grid-template-areas: "post__cat post__data" "post__title post__title";
}
@media screen and (max-width: 849px) {
  .cms02__post {
    gap: 0 25px;
    grid-template-rows: 40px 50px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .cms02__post {
    gap: 0 20px;
    grid-template-rows: 40px auto;
  }
}
.cms02__post:first-child {
  padding-top: 0;
}
@media screen and (max-width: 849px) {
  .cms02__post:first-child {
    padding-top: 20px;
  }
}
.cms02__post + .cms02__post {
  border-top: 1px solid var(--base_color);
}
.cms02__post:hover .top-cms02__post__title a {
  transition: all 0.3s;
  color: var(--main_color);
}

.cms02__post__thumbnail {
  display: none;
}
.cms02__post__cat {
  font-size: 1.2rem;
  font-weight: 700;
}
.cms02__post__cat a {
  padding: 3px 28px;
  border-radius: 20px;
  background-color: var(--base_color);
  border: unset;
}
@media screen and (max-width: 1199px) {
  .cms02__post__cat a {
    padding: 3px 10px;
  }
}
.cms02__post__data {
  text-align: end;
}
.cms02__post__title {
  grid-area: post__title;
}
.cms03__wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .cms03__wrapper {
    margin-top: 20px;
  }
}

.cms03 {
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1599px) {
  .cms03 {
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .cms03 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 849px) {
  .cms03 {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 599px) {
  .cms03 {
    width: 100%;
    max-width: 90%;
  }
}
.cms03__cat {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .cms03__cat {
    flex-direction: column;
    gap: 10px;
  }
}
.cms03__cat + .cms03__cat {
  margin-top: 40px;
}

.cms03__cat__title {
  font-size: 140%;
  white-space: nowrap;
  min-width: 150px;
  flex-wrap: wrap;
}
.cms03__cat__list {
  width: calc(100% - 190px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .cms03__cat__list {
    width: 100%;
  }
}
.cms03__cat__item a {
  display: inline-flex;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid var(--text_color);
}
.cms03__cat__item a.--active, .cms03__cat__item a:hover {
  color: #fff;
  background-color: var(--main_color);
  border-color: var(--main_color);
}

.cms03__content {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .cms03__content {
    flex-direction: column;
    gap: 80px;
    padding: 0 20px;
  }
}
.cms03__post {
  width: calc((100% - 60px) / 3);
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "post__thumbnail post__thumbnail" "post__title post__title" "post__cat post__data";
}
@media screen and (max-width: 849px) {
  .cms03__post {
    width: 100%;
  }
}
.cms03__post__thumbnail {
  grid-area: post__thumbnail;
  aspect-ratio: 4/3;
}
.cms03__post__cat {
  grid-area: post__cat;
}
.cms03__post__data {
  grid-area: post__data;
}
.cms03__post__title {
  grid-area: post__title;
  font-size: calc(var(--font_size_PC) * 1.5);
}
@media screen and (max-width: 849px) {
  .cms03__post__title {
    font-size: calc(var(--font_size_TAB) * 1.5);
  }
}
@media screen and (max-width: 599px) {
  .cms03__post__title {
    font-size: calc(var(--font_size_SP) * 1.5);
  }
}

.cms04__wrapper {
  margin-top: 0 !important;
}
.cms04__cat {
  display: none;
}
.cms04__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 45px;
}
@media screen and (max-width: 849px) {
  .cms04__content {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
}
.cms04__post {
  width: calc((100% - 90px) / 3);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "post__thumbnail post__thumbnail" "post__title post__title" "post__cat post__data";
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .cms04__post {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (max-width: 849px) {
  .cms04__post {
    width: 100%;
    gap: 15px;
  }
}
.cms04__post__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1.88/1;
  overflow: hidden;
  cursor: pointer;
  grid-area: post__thumbnail;
}
.cms04__post__thumbnail {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .cms04__post__thumbnail {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .cms04__post__thumbnail {
    border-radius: var(--radius_sp);
  }
}
.cms04__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1599px) {
  .cms04__post__thumbnail {
    aspect-ratio: 1.34/1;
  }
}
@media screen and (max-width: 1199px) {
  .cms04__post__thumbnail {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (max-width: 849px) {
  .cms04__post__thumbnail {
    aspect-ratio: unset;
    height: 242px;
  }
}
@media screen and (max-width: 599px) {
  .cms04__post__thumbnail {
    aspect-ratio: 1.8/1;
    height: auto;
    max-height: 242px;
  }
}

.cms04__post__cat {
  grid-area: post__cat;
}
.cms04__post__data {
  grid-area: post__data;
  display: flex;
  justify-content: flex-start;
}
.cms04__post__title {
  grid-area: post__title;
}
.cms05__cat {
  display: none;
}
.cms05__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .cms05__content {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 849px) {
  .cms05__content {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
.cms05__post {
  width: calc((100% - 40px) / 3);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "post__thumbnail post__thumbnail" "post__title post__title" "post__data post__data";
  gap: 20px;
  position: relative;
  margin: 0 20px 72px 0;
}
@media screen and (max-width: 1199px) {
  .cms05__post {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
}
@media screen and (max-width: 849px) {
  .cms05__post {
    width: 100%;
    gap: 15px;
    border-bottom: 1px solid var(--base_color);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cms05__post {
    gap: 10px;
  }
}
.cms05__post:nth-child(3n) {
  margin-right: 0;
}
.cms05__post:first-child, .cms05__post:nth-child(2), .cms05__post:nth-child(3) {
  width: 100%;
  grid-template-columns: 524px auto;
  grid-template-rows: auto 40px;
  grid-template-areas: "post__thumbnail post__title" "post__thumbnail post__data";
  gap: 40px;
  border-bottom: 1px solid var(--base_color);
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .cms05__post:first-child, .cms05__post:nth-child(2), .cms05__post:nth-child(3) {
    width: calc((100% - 20px) / 2);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "post__thumbnail post__thumbnail" "post__title post__title" "post__data post__data";
    gap: 20px;
    border-bottom: unset;
    padding: 0;
  }
}
@media screen and (max-width: 849px) {
  .cms05__post:first-child, .cms05__post:nth-child(2), .cms05__post:nth-child(3) {
    width: 100%;
    gap: 15px;
    border-bottom: 1px solid var(--base_color);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cms05__post:first-child, .cms05__post:nth-child(2), .cms05__post:nth-child(3) {
    gap: 10px;
  }
}
.cms05__post:first-child .cms05__post__thumbnail, .cms05__post:nth-child(2) .cms05__post__thumbnail, .cms05__post:nth-child(3) .cms05__post__thumbnail {
  max-width: 524px;
}
@media screen and (max-width: 849px) {
  .cms05__post:first-child .cms05__post__thumbnail, .cms05__post:nth-child(2) .cms05__post__thumbnail, .cms05__post:nth-child(3) .cms05__post__thumbnail {
    max-width: 100%;
    height: 210px;
  }
}
@media screen and (max-width: 599px) {
  .cms05__post:first-child .cms05__post__thumbnail, .cms05__post:nth-child(2) .cms05__post__thumbnail, .cms05__post:nth-child(3) .cms05__post__thumbnail {
    aspect-ratio: 2/1;
    height: auto;
    max-height: 200px;
  }
}
.cms05__post:first-child .cms05__post__data, .cms05__post:nth-child(2) .cms05__post__data, .cms05__post:nth-child(3) .cms05__post__data {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .cms05__post:first-child .cms05__post__data, .cms05__post:nth-child(2) .cms05__post__data, .cms05__post:nth-child(3) .cms05__post__data {
    margin-top: 80px;
  }
}
@media screen and (max-width: 849px) {
  .cms05__post:first-child .cms05__post__data, .cms05__post:nth-child(2) .cms05__post__data, .cms05__post:nth-child(3) .cms05__post__data {
    margin-top: 0;
  }
}
.cms05__post:first-child .cms05__post__cat, .cms05__post:nth-child(2) .cms05__post__cat, .cms05__post:nth-child(3) .cms05__post__cat {
  top: 30px;
  right: 991px;
}
@media screen and (max-width: 1599px) {
  .cms05__post:first-child .cms05__post__cat, .cms05__post:nth-child(2) .cms05__post__cat, .cms05__post:nth-child(3) .cms05__post__cat {
    top: 30px;
    right: 592px;
  }
}
@media screen and (max-width: 1199px) {
  .cms05__post:first-child .cms05__post__cat, .cms05__post:nth-child(2) .cms05__post__cat, .cms05__post:nth-child(3) .cms05__post__cat {
    top: 10px;
    right: 10px;
  }
}
.cms05__post:nth-child(3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .cms05__post:nth-child(3) {
    margin-bottom: 0;
  }
}
.cms05__post__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1.7/1;
  overflow: hidden;
  cursor: pointer;
  grid-area: post__thumbnail;
}
.cms05__post__thumbnail {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .cms05__post__thumbnail {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .cms05__post__thumbnail {
    border-radius: var(--radius_sp);
  }
}
.cms05__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 849px) {
  .cms05__post__thumbnail {
    aspect-ratio: unset;
    height: 210px;
  }
}
@media screen and (max-width: 599px) {
  .cms05__post__thumbnail {
    aspect-ratio: 2/1;
    height: auto;
    max-height: 200px;
  }
}

.cms05__post__cat {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1599px) {
  .cms05__post__cat {
    top: 10px;
    right: 10px;
  }
}
.cms05__post__data {
  grid-area: post__data;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 849px) {
  .cms05__post__data {
    margin-top: 0;
  }
}
.cms05__post__title {
  grid-area: post__title;
}
.cms06__cat {
  display: none;
}
.cms06__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 45px;
}
@media screen and (max-width: 1599px) {
  .cms06__content {
    gap: 80px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .cms06__content {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 849px) {
  .cms06__content {
    gap: 50px 15px;
  }
}
@media screen and (max-width: 599px) {
  .cms06__content {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
}

.cms06__post {
  width: calc((100% - 90px) / 3);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "post__thumbnail post__thumbnail" "post__title post__title" "post__cat post__cat" "post__text post__text";
  gap: 15px;
}
@media screen and (max-width: 1599px) {
  .cms06__post {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 1199px) {
  .cms06__post {
    width: calc((100% - 20px) / 2);
    gap: 10px;
  }
}
@media screen and (max-width: 849px) {
  .cms06__post {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .cms06__post {
    width: 100%;
  }
}

.cms06__post__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  grid-area: post__thumbnail;
}
.cms06__post__thumbnail {
  border-radius: var(--radius_pc);
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .cms06__post__thumbnail {
    border-radius: var(--radius_tab);
  }
}
@media screen and (max-width: 599px) {
  .cms06__post__thumbnail {
    border-radius: var(--radius_sp);
  }
}
.cms06__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms06__post__cat {
  grid-area: post__cat;
}
.cms06__post__data {
  display: none;
}
.cms06__post__title {
  grid-area: post__title;
}
@media screen and (max-width: 849px) {
  .cms07__wrapper {
    margin-top: 30px;
  }
}
.cms07 {
  width: 950px;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .cms07 {
    width: 80%;
  }
}
@media screen and (max-width: 849px) {
  .cms07 {
    width: 90%;
  }
}
@media screen and (max-width: 849px) {
  .cms07 {
    width: 94%;
  }
}

.cms07__cat {
  display: none;
}
.cms07__content {
  width: 100%;
}
.cms07__post {
  width: 100%;
  border-top: 1px solid var(--base_color);
  min-height: 90px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 849px) {
  .cms07__post {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
}
.cms07__post:last-of-type {
  border-bottom: 1px solid var(--base_color);
}

.cms07__post__thumbnail {
  display: none;
}
.cms07__post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms07__post__cat {
  order: 2;
}
@media screen and (max-width: 849px) {
  .cms07__post__cat {
    display: flex;
    width: 50%;
    justify-content: flex-end;
  }
}
.cms07__post__data {
  order: 1;
  color: var(--main_color);
}
@media screen and (max-width: 849px) {
  .cms07__post__data {
    width: 50%;
    justify-content: flex-start;
  }
}
.cms07__post__title {
  order: 3;
}
@media screen and (max-width: 849px) {
  .cms07__post__title {
    width: 100%;
  }
}
/* archive
 ----------------------------------------------------------------------------------------------- */

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