@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Shippori+Mincho&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
Font Awesome
アイコンによってweightの値が異なったり、
場合によってはバージョン5を使用する可能性も0ではないため、
アイコンごとに、こちらで都度設定。
*/
/*
デザインデータのフォントサイズ等の横幅を、vwに変換する。
例えば横幅375pxのアートボード上の、16pxのフォントサイズは、「4.3vw」に変換される。
デザインデータのアートボードの横幅が変わった際には、
「$designWidth」の値をそれに変更。
変換対象の引数は整数で入力する。
*/
/*
左右にmargin autoを付与する。
「margin: 0 auto;」でもよいのだが、topやbottomに干渉させたくなく、
意外と多様する事も多いため、こちらに作成。
*/
/*
行数を指定し、最後の行数の最後を3点リーダーにする
*/
/*
テキストの行数制限
最後は三点リーダーになる
*/
@keyframes headline01_showText {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
ul.form-process {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  ul.form-process {
    margin-bottom: 3rem;
  }
}
ul.form-process li {
  width: 18%;
  aspect-ratio: 1/1;
  border: solid 1px #6A6D7A;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  ul.form-process li {
    width: 22.4%;
  }
}
ul.form-process li span {
  color: #6A6D7A;
  line-height: 1em;
}
ul.form-process li span:nth-child(1) {
  font-size: 10px;
  margin-bottom: 1em;
}
ul.form-process li span:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  ul.form-process li span:nth-child(1) {
    font-size: 2.6666666667vw;
    margin-bottom: 0.5em;
  }
  ul.form-process li span:nth-child(2) {
    font-size: 3.2vw;
  }
}
ul.form-process li.current-process {
  background-color: #20997A;
  border: solid 1px #20997A;
}
ul.form-process li.current-process span {
  color: #FFFFFF;
}
ul.form-process li.dot {
  width: 23%;
  height: 100%;
  border: none;
  background-image: url("../images/common/line-dot.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 16px;
}
@media screen and (max-width: 599px) {
  ul.form-process li.dot {
    width: 16.4%;
    background-size: 12px;
  }
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  color: #132847;
}

:root {
  font-size: 16px;
  color: #132847;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}
@media screen and (max-width: 599px) {
  :root {
    font-size: 4.3vw;
  }
}

p {
  line-height: 1.8em;
}

@media screen and (min-width: 821px) {
  header .fixed-header {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 70px;
  }
  header .fixed-header .fixed-header__inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
  }
  header .fixed-header .fixed-header__inner .header__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 440px;
    margin-left: 20px;
  }
  header .fixed-header .fixed-header__inner .header__logo .logo {
    width: 266px;
  }
  header .fixed-header .fixed-header__inner .header__logo .logo img {
    width: 100%;
    max-width: 250px;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area {
    width: 150px;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    position: relative;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area p:before, header .fixed-header .fixed-header__inner .header__logo .marketing-area p:after {
    width: calc(50% - 2.8em);
    content: "";
    display: block;
    height: 1px;
    background-color: #132847;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area p:before {
    left: 0;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area p:after {
    right: 0;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area ul {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area ul li {
    width: 48%;
    background-color: #20997A;
    color: #FFFFFF;
    text-align: center;
    line-height: 1em;
    padding: 2px;
  }
  header .fixed-header .fixed-header__inner .header__contacts {
    width: 250px;
    margin-right: 120px;
  }
  header .fixed-header .fixed-header__inner .header__contacts .tel {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
  }
  header .fixed-header .fixed-header__inner .header__contacts .tel a {
    color: #132847;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: right;
    line-height: 1em;
    position: relative;
  }
  header .fixed-header .fixed-header__inner .header__contacts .tel a:before {
    content: "";
    height: 0.9em;
    aspect-ratio: 1/1;
    background-image: url("../../assets/images/common/icon_tel.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 100%;
  }
  header .fixed-header .fixed-header__inner .header__contacts .tel p {
    color: #132847;
    font-size: 12px;
    text-align: right;
    line-height: 1em;
  }
  header .fixed-header .fixed-header__inner .header__contacts .contact {
    display: block;
    width: 111px;
    height: 100px;
    background-color: #20997A;
    gap: 4px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  header .fixed-header .fixed-header__inner .header__contacts .contact a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
  }
  header .fixed-header .fixed-header__inner .header__contacts .contact a img {
    display: block;
    width: 26px;
    aspect-ratio: 26/18;
  }
  header .fixed-header .fixed-header__inner .header__contacts .contact a span {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Arimo", sans-serif;
    line-height: 1em;
  }
  header .fixed-header nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 30px;
  }
  header .fixed-header nav ul {
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 120px;
    background-color: rgba(19, 40, 71, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 2em;
  }
}
@media screen and (min-width: 821px) and (max-width: 920px) {
  header .fixed-header nav ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 821px) {
  header .fixed-header nav ul li a {
    color: #FFFFFF;
    position: relative;
  }
  header .fixed-header nav ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #20997A;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s;
  }
  header .fixed-header nav ul li a:hover:after {
    transform: scaleX(100%);
  }
  header .fixed-header nav ul li.contact {
    display: none;
  }
  header .fixed-header .accordion {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  header .fixed-header {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  header .fixed-header:after {
    content: "";
    display: block;
    background-color: rgba(19, 40, 71, 0.7);
    width: 100%;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header .fixed-header .fixed-header__inner {
    height: 100%;
  }
  header .fixed-header .fixed-header__inner .header__logo {
    max-width: 89.3vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  header .fixed-header .fixed-header__inner .header__logo .logo img {
    width: auto;
    height: 40px;
  }
  header .fixed-header .fixed-header__inner .header__logo .marketing-area {
    display: none;
  }
  header .fixed-header .fixed-header__inner .header__contacts {
    display: none;
  }
  header .fixed-header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(19, 40, 71, 0.75);
    transition: height 0.5s;
    z-index: 10005;
  }
  header .fixed-header nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    margin-top: 65px;
  }
  header .fixed-header nav ul li {
    width: 100%;
    border-bottom: dotted 1px #FFFFFF;
  }
  header .fixed-header nav ul li a {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 4vw;
    transition: background-color 0.5s;
  }
  header .fixed-header nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  header .fixed-header nav.opened {
    height: 100%;
  }
  header .fixed-header .accordion {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 73px;
    height: 65px;
    background-color: #20997A;
    z-index: 10010;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .fixed-header .accordion > span {
    width: 22px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateY(-6px);
  }
  header .fixed-header .accordion > span span {
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
  }
  header .fixed-header .accordion > span span:nth-child(1) {
    transform: translateY(-6px);
  }
  header .fixed-header .accordion > span span:nth-child(3) {
    transform: translateY(6px);
  }
  header .fixed-header .accordion > span:after {
    content: "MENU";
    display: block;
    font-family: "Arimo", sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .fixed-header .accordion.opened > span span:nth-child(1) {
    transform: rotate(225deg);
  }
  header .fixed-header .accordion.opened > span span:nth-child(2) {
    transform: scale(0) rotate(90deg);
  }
  header .fixed-header .accordion.opened > span span:nth-child(3) {
    transform: rotate(-225deg);
  }
}

main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  main {
    padding-bottom: 5rem;
  }
}

section {
  scroll-margin-top: 100px;
}
footer #footer-contact {
  margin-bottom: 10rem;
}
footer #footer-contact h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  footer #footer-contact h2 {
    font-size: 8vw;
  }
}
footer #footer-contact h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
footer #footer-contact h2 > span:before, footer #footer-contact h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
footer #footer-contact h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
footer #footer-contact h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
footer #footer-contact h2 > span span {
  line-height: 1em;
}
footer #footer-contact h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
footer #footer-contact h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
footer #footer-contact h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  footer #footer-contact h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
footer #footer-contact h2 > span {
  position: relative;
}
footer #footer-contact h2 > span:before, footer #footer-contact h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
footer #footer-contact h2 > span:after {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center right;
}
footer #footer-contact h2 > span span {
  opacity: 0;
}
footer #footer-contact h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-left__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    transform-origin: center left;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center left;
  }
}
@keyframes headline01-left__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center right;
  }
}
footer #footer-contact h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
footer #footer-contact h2.is_inview > span:after {
  animation-name: headline01-left__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
footer #footer-contact h2.is_inview > span:before {
  animation-name: headline01-left__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
footer #footer-contact .container {
  max-width: 1366px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
footer #footer-contact .container p {
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container p {
    font-size: 4.2666666667vw;
  }
}
footer #footer-contact .container a {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container a {
    height: 130px;
  }
}
footer #footer-contact .container a:before, footer #footer-contact .container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
footer #footer-contact .container a:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #20997a, #43afce);
  opacity: 0.5;
  top: 0;
  left: 0;
}
footer #footer-contact .container a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: 1s;
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
footer #footer-contact .container a span {
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  transition: 1s;
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container a span {
    font-size: 4.2666666667vw;
  }
}
footer #footer-contact .container a span:before, footer #footer-contact .container a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  transition: width 1s, height 1s;
}
footer #footer-contact .container a span:before {
  top: 0;
  right: 0;
}
footer #footer-contact .container a span:after {
  bottom: 0;
  left: 0;
}
footer #footer-contact .container a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.1;
  transition: 1s;
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container a img {
    width: 27.4666666667vw;
  }
}
footer #footer-contact .container a:hover span {
  font-size: 35px;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
  footer #footer-contact .container a:hover span {
    font-size: 4.8vw;
  }
}
@keyframes footer-contact-animation__before {
  from {
    border-top: solid 2px #20997A;
    border-right: solid 2px #20997A;
    width: 0;
    height: 0;
  }
  to {
    border-top: solid 2px #20997A;
    border-right: solid 2px #20997A;
    width: 100%;
    height: 100%;
  }
}
@keyframes footer-contact-animation__after {
  from {
    border-bottom: solid 2px #20997A;
    border-left: solid 2px #20997A;
    width: 0;
    height: 0;
  }
  to {
    border-bottom: solid 2px #20997A;
    border-left: solid 2px #20997A;
    width: 100%;
    height: 100%;
  }
}
footer #footer-contact .container a:hover span:before {
  animation-name: footer-contact-animation__before;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
footer #footer-contact .container a:hover span:after {
  animation-name: footer-contact-animation__after;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
footer #footer-contact .container a:hover img {
  transform: scale(0.5, 0.5);
}
footer #footer-contact .container a:hover:after {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  footer .nav-area {
    min-height: 54px;
    padding-bottom: 3rem;
    max-width: 1100px;
    width: 89.3vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1em 4rem;
  }
  footer .nav-area > ul {
    font-size: 14px;
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em 3em;
  }
  footer .nav-area > ul li {
    line-height: 1em;
    position: relative;
  }
  footer .nav-area > ul li:not(:last-child):after {
    content: "｜";
    display: block;
    color: #132847;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left: calc(100% + 1.5em);
    transform: translateX(-50%);
  }
  footer .nav-area > ul li ul {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  footer .nav-area {
    padding-bottom: 3rem;
  }
  footer .nav-area .logo {
    display: block;
    max-width: 45.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
  footer .nav-area .logo img {
    width: 100%;
  }
  footer .nav-area > ul {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    font-size: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1em;
    height: 7em;
  }
  footer .nav-area > ul > li {
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 1.5em;
    position: relative;
  }
  footer .nav-area > ul > li:before {
    content: "｜";
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .nav-area > ul > li.footer-nav__business {
    order: 10;
  }
  footer .nav-area > ul > li.footer-nav__business > a {
    margin-bottom: 1em;
  }
  footer .nav-area > ul > li.footer-nav__business ul {
    font-size: 2.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1em;
  }
  footer .nav-area > ul > li.footer-nav__business ul li {
    line-height: 1em;
    padding-left: 0.5em;
    position: relative;
  }
  footer .nav-area > ul > li.footer-nav__business ul li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
}
footer .copyright {
  background-color: #132847;
}
footer .copyright p {
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  footer .copyright p {
    font-size: 2.6666666667vw;
  }
}
footer .top {
  font-family: "Arimo", sans-serif;
  text-align: center;
  width: 90px;
  aspect-ratio: 1/1;
  border: solid 1px #20997A;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: fixed;
  bottom: 50px;
  right: 66px;
  z-index: 9000;
}
footer .top span {
  color: #20997A;
  font-size: 14px;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  footer .top {
    width: 13.3333333333vw;
    bottom: 20px;
    right: 5.3333333333vw;
  }
  footer .top span {
    font-size: 2.6666666667vw;
  }
}
footer .top.shift-top {
  bottom: 150px;
}
@media screen and (max-width: 599px) {
  footer .top.shift-top {
    bottom: 320px;
  }
}

.link-button {
  max-width: 250px;
  width: 80vw;
  height: 60px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #132847;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button {
    font-size: 5.3333333333vw;
  }
}
.link-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

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

body:not(#index) {
  padding-top: 100px;
}
@media screen and (max-width: 820px) {
  body:not(#index) {
    padding-top: 65px;
  }
}
body:not(#index) header .breadcrumb {
  max-width: 960px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
body:not(#index) header .breadcrumb ul {
  font-size: 13px;
  height: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3em;
}
body:not(#index) header .breadcrumb ul li {
  position: relative;
}
body:not(#index) header .breadcrumb ul li:first-child a {
  color: #20997A;
}
body:not(#index) header .breadcrumb ul li:not(:last-child):after {
  content: "＞";
  display: block;
  color: #132847;
  position: absolute;
  top: 0;
  left: calc(100% + 1em);
}
body:not(#index) header .page-headline {
  width: 100%;
  height: 130px;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body:not(#index) header .page-headline {
    margin-bottom: 3rem;
  }
}
body:not(#index) header .page-headline h1 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  body:not(#index) header .page-headline h1 {
    font-size: 8vw;
  }
}
body:not(#index) header .page-headline h1 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
body:not(#index) header .page-headline h1 > span:before, body:not(#index) header .page-headline h1 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
body:not(#index) header .page-headline h1 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
body:not(#index) header .page-headline h1 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
body:not(#index) header .page-headline h1 > span span {
  line-height: 1em;
}
body:not(#index) header .page-headline h1 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
body:not(#index) header .page-headline h1 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
body:not(#index) header .page-headline h1 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  body:not(#index) header .page-headline h1 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
body:not(#index) header .page-headline h1 > span {
  position: relative;
}
body:not(#index) header .page-headline h1 > span:before, body:not(#index) header .page-headline h1 > span:after {
  transform: scaleX(0);
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #132847;
  top: 0;
  left: 0;
  transform-origin: center;
}
body:not(#index) header .page-headline h1 > span span {
  opacity: 0;
}
body:not(#index) header .page-headline h1.is_inview {
  --mask-duration: 2s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-side__mask-left {
  from {
    transform: scaleX(0);
    background: #132847;
  }
  20% {
    transform: scaleX(100%);
  }
  30% {
    transform: scaleX(100%);
    transform-origin: center left;
  }
  50% {
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: center left;
    background: #132847;
    top: 0;
    left: 0;
    right: auto;
  }
  51% {
    width: 50vw;
    height: 2px;
    background: linear-gradient(to left, #20997A, #43afce);
    transform-origin: center right;
    top: 0.5em;
    left: auto;
    right: 100%;
  }
  to {
    transform: scaleX(100%);
    width: 50vw;
    height: 2px;
    background: linear-gradient(to left, #20997A, #43afce);
    transform-origin: center right;
    top: 0.5em;
    left: auto;
    right: 100%;
  }
}
@keyframes headline01-side__mask-right {
  from {
    transform: scaleX(0);
    background: #132847;
  }
  20% {
    transform: scaleX(100%);
  }
  30% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: center right;
    background: #132847;
    top: 0;
    right: 0;
    left: auto;
  }
  51% {
    width: 50vw;
    height: 2px;
    background: linear-gradient(to right, #20997A, #43afce);
    transform-origin: center left;
    top: 0.5em;
    right: auto;
    left: 100%;
  }
  to {
    transform: scaleX(100%);
    width: 50vw;
    height: 2px;
    background: linear-gradient(to right, #20997A, #43afce);
    transform-origin: center left;
    top: 0.5em;
    right: auto;
    left: 100%;
  }
}
@keyframes headline01-side__border-left {}
@keyframes headline01-side__border-right {}
body:not(#index) header .page-headline h1.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
body:not(#index) header .page-headline h1.is_inview > span:before {
  animation-name: headline01-side__mask-left;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
body:not(#index) header .page-headline h1.is_inview > span:after {
  animation-name: headline01-side__mask-right;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}

.page-headline {
  position: relative;
}
.page-headline:before {
  content: "";
  max-width: 1100px;
  height: 77px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 55px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.pagenavi {
  margin: 5em 0;
}
@media screen and (max-width: 599px) {
  .pagenavi {
    margin: 2.5em 0;
  }
}
.pagenavi .wp-pagenavi {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  line-height: 1em;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .pagenavi .wp-pagenavi {
    font-size: 4.8vw;
  }
}
.pagenavi .wp-pagenavi .sfwppa-first,
.pagenavi .wp-pagenavi .sfwppa-link-previous,
.pagenavi .wp-pagenavi .sfwppa-link-next,
.pagenavi .wp-pagenavi .sfwppa-last {
  position: relative;
}
.pagenavi .wp-pagenavi .sfwppa-first:before, .pagenavi .wp-pagenavi .sfwppa-first:after,
.pagenavi .wp-pagenavi .sfwppa-link-previous:before,
.pagenavi .wp-pagenavi .sfwppa-link-previous:after,
.pagenavi .wp-pagenavi .sfwppa-link-next:before,
.pagenavi .wp-pagenavi .sfwppa-link-next:after,
.pagenavi .wp-pagenavi .sfwppa-last:before,
.pagenavi .wp-pagenavi .sfwppa-last:after {
  content: "";
  display: block;
  font-size: 0.25em;
}
.pagenavi .wp-pagenavi .sfwppa-first:before, .pagenavi .wp-pagenavi .sfwppa-first:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1.5em 1em 0;
  border-color: transparent #132847 transparent transparent;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.pagenavi .wp-pagenavi .sfwppa-first:after {
  left: 1.5em;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1.5em 1em 0;
  border-color: transparent #132847 transparent transparent;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.pagenavi .wp-pagenavi .current {
  color: #FFFFFF;
  background-color: #20997A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2em;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.pagenavi .wp-pagenavi .sfwppa-link-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1.5em;
  border-color: transparent transparent transparent #132847;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.pagenavi .wp-pagenavi .sfwppa-last:before, .pagenavi .wp-pagenavi .sfwppa-last:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1.5em;
  border-color: transparent transparent transparent #132847;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.pagenavi .wp-pagenavi .sfwppa-last:before {
  right: 1.5em;
}

.cat-select {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.cat-select p {
  font-size: 13px;
  margin-right: 2em;
}
@media screen and (max-width: 599px) {
  .cat-select p {
    font-size: 3.4666666667vw;
  }
}
.cat-select > div {
  position: relative;
}
.cat-select > div select {
  min-width: 140px;
  padding: 0 1em;
  border: solid 1px #E8E8E8;
  border-radius: 8px;
  box-shadow: 0 0 5px #E8E8E8;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .cat-select > div select {
    min-width: 10em;
    font-size: 3.4666666667vw;
  }
}
.cat-select > div:after {
  display: block;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.25rem;
  color: #132847;
  line-height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
}

#post-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
#post-contents .post-contents__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0 2rem;
  position: relative;
}
#post-contents .post-contents__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #20997a, #43afce);
  opacity: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#post-contents .post-contents__title time {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 1em;
}
#post-contents .post-contents__title h2 {
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 599px) {
  #post-contents .post-contents__title time {
    font-size: 2.6666666667vw;
  }
  #post-contents .post-contents__title h2 {
    font-size: 4.2666666667vw;
  }
}

#index .main-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 800px;
  background-image: url("../images/index/main-img_back.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 930px) {
  #index .main-img {
    height: 100vh;
    background-image: url("../images/index/main-img_back_sp.png");
  }
}
#index .main-img h1 {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-top: 15%;
}
#index .main-img h1 span {
  display: table;
  color: #FFFFFF;
  font-size: 65px;
  font-family: "Shippori Mincho", serif;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.25em;
  margin: 0 auto;
}
@media screen and (max-width: 930px) {
  #index .main-img h1 span {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 930px) {
  #index .main-img h1 {
    padding-top: 35%;
    padding-left: 5vw;
  }
  #index .main-img h1 span {
    text-indent: 0;
    padding-left: 0;
  }
}
#index section {
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  #index section {
    margin-bottom: 2.5rem;
  }
}
#index .object__scroll {
  max-width: 960px;
  width: 89.3vw;
  height: 42px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@keyframes scrollRingSpin {
  to {
    transform: rotate(-360deg);
  }
}
#index .object__scroll:before, #index .object__scroll:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
#index .object__scroll:before {
  width: 125px;
  aspect-ratio: 1/1;
  background-image: url("../images/index/icon_scroll-ring.svg");
  background-position: center;
  top: calc(100% - 104.5px);
  animation-name: scrollRingSpin;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}
@media screen and (max-width: 599px) {
  #index .object__scroll:before {
    background-image: url("../images/index/icon_scroll-ring_sp.svg");
  }
}
#index .object__scroll:after {
  width: 16px;
  height: 108px;
  background-image: url("../images/index/icon_scroll-arrow.svg");
  background-position: bottom right;
  top: calc(100% - 42px);
}
#index #about-us {
  margin-top: 5rem;
}
#index #about-us h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #index #about-us h2 {
    font-size: 8vw;
  }
}
#index #about-us h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#index #about-us h2 > span:before, #index #about-us h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#index #about-us h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#index #about-us h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#index #about-us h2 > span span {
  line-height: 1em;
}
#index #about-us h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#index #about-us h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#index #about-us h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index #about-us h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#index #about-us h2 > span {
  position: relative;
}
#index #about-us h2 > span:before, #index #about-us h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#index #about-us h2 > span:after {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center right;
}
#index #about-us h2 > span span {
  opacity: 0;
}
#index #about-us h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-left__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    transform-origin: center left;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center left;
  }
}
@keyframes headline01-left__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center right;
  }
}
#index #about-us h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #about-us h2.is_inview > span:after {
  animation-name: headline01-left__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #about-us h2.is_inview > span:before {
  animation-name: headline01-left__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
#index #about-us .container {
  max-width: 1366px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #about-us .container {
    padding: 1.5rem 0;
  }
}
#index #about-us .container:before, #index #about-us .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#index #about-us .container:before {
  width: 220px;
  aspect-ratio: 220/215;
  opacity: 0.1;
  background-image: url("../images/common/company-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
}
#index #about-us .container:after {
  width: 100%;
  height: 80px;
  background-image: url("../images/index/back-title_about-us.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 15%;
}
#index #about-us .container p {
  text-align: center;
  font-size: 28px;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  #index #about-us .container p {
    font-size: 4.8vw;
    text-align: left;
    line-height: 2.5em;
    width: 69.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#index #business h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  #index #business h2 {
    font-size: 8vw;
  }
}
#index #business h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#index #business h2 > span:before, #index #business h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#index #business h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#index #business h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#index #business h2 > span span {
  line-height: 1em;
}
#index #business h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#index #business h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#index #business h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index #business h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#index #business h2 > span {
  position: relative;
}
#index #business h2 > span:before, #index #business h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#index #business h2 > span:before {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center left;
}
#index #business h2 > span span {
  opacity: 0;
}
#index #business h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-right__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center left;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center left;
  }
  50% {
    transform-origin: center right;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center right;
  }
}
@keyframes headline01-right__textShow {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes headline01-right__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center left;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center left;
  }
}
#index #business h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #business h2.is_inview > span:before {
  animation-name: headline01-right__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #business h2.is_inview > span:after {
  animation-name: headline01-right__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
#index #business .container {
  max-width: 1100px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
}
#index #business .container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem 2%;
}
@media screen and (max-width: 599px) {
  #index #business .container ul {
    flex-direction: column;
  }
}
#index #business .container ul li {
  width: 32%;
}
@media screen and (max-width: 599px) {
  #index #business .container ul li {
    width: 100%;
    border: solid 1px #F7F7F9;
    box-shadow: 0 0 3px rgba(19, 40, 71, 0.1);
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    position: relative;
  }
  #index #business .container ul li:after {
    content: "";
    display: block;
    width: 8px;
    aspect-ratio: 1/1;
    background-color: #132847;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 8px;
    right: 8px;
  }
}
#index #business .container ul li .businesses-image {
  display: block;
  width: 100%;
  position: relative;
}
#index #business .container ul li .businesses-image span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: transparent;
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.5s, background-color 0.5s;
  overflow: hidden;
}
#index #business .container ul li .businesses-image span:before {
  content: "";
  display: block;
  height: 95%;
  aspect-ratio: 1/1;
  border: solid 2px transparent;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(200%);
  transition: 0.5s;
}
#index #business .container ul li .businesses-image span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 0.25em 0 0.25em 0.3em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(2.5em) scaleX(0);
  transform-origin: center left;
  transition: transform 0.5s;
}
#index #business .container ul li .businesses-image span:hover {
  background-color: rgba(19, 40, 71, 0.7);
  color: #FFFFFF;
}
#index #business .container ul li .businesses-image span:hover:before {
  border: solid 2px #FFFFFF;
  transform: scale(100%);
}
#index #business .container ul li .businesses-image span.more:hover:after {
  transform: translateX(2.5em) scaleX(100%);
}
#index #business .container ul li .businesses-image img {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  #index #business .container ul li .businesses-image img {
    aspect-ratio: 335/250;
  }
}
@media screen and (min-width: 600px) {
  #index #business .container ul li a:nth-of-type(2) {
    pointer-events: none;
  }
}
#index #business .container ul li a:nth-of-type(2) h3 {
  font-size: 24px;
  padding: 1em 0 2em;
  text-align: center;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  #index #business .container ul li a:nth-of-type(2) h3 {
    font-size: 5.3333333333vw;
  }
}
#index #business .container ul li a:nth-of-type(2) h3::first-letter {
  color: #20997A;
}
#index #business .container ul li a:nth-of-type(2) h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #20997a, #43afce);
  position: absolute;
  left: 0;
  bottom: 1em;
}
#index #business .container ul li a:nth-of-type(2) h3.Ecology {
  background-image: url("../images/index/back-title_business-Ecology.png");
}
#index #business .container ul li a:nth-of-type(2) h3.Event_Promotion {
  background-image: url("../images/index/back-title_business_Event-Promotion.png");
}
#index #business .container ul li a:nth-of-type(2) h3.Corporation {
  background-image: url("../images/index/back-title_business-Corporation.png");
}
#index #business .container ul li a:nth-of-type(2) p {
  padding: 0 1em;
}
@media screen and (max-width: 599px) {
  #index #business .container ul li a:nth-of-type(2) p {
    font-size: 3.7333333333vw;
  }
}
#index #works {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
  padding-top: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #index #works {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1150px) {
  #index #works {
    background-size: 80%;
  }
}
@media screen and (max-width: 599px) {
  #index #works {
    background-image: none;
    padding-top: 2rem;
  }
}
#index #works h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #index #works h2 {
    font-size: 8vw;
  }
}
#index #works h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#index #works h2 > span:before, #index #works h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#index #works h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#index #works h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#index #works h2 > span span {
  line-height: 1em;
}
#index #works h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#index #works h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #FFFFFF;
}
#index #works h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index #works h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#index #works h2 > span {
  position: relative;
}
#index #works h2 > span:before, #index #works h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#index #works h2 > span:after {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center right;
}
#index #works h2 > span span {
  opacity: 0;
}
#index #works h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-left__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    transform-origin: center left;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center left;
  }
}
@keyframes headline01-left__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center right;
  }
}
#index #works h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #works h2.is_inview > span:after {
  animation-name: headline01-left__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #works h2.is_inview > span:before {
  animation-name: headline01-left__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
@media screen and (max-width: 599px) {
  #index #works h2 {
    height: 6rem;
    background-image: url("../images/index/back-title_Construction-results_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 3rem;
  }
}
#index #works .container {
  max-width: calc(100% - (50% - 550px));
  width: 100%;
  margin-left: auto;
  background-image: url("../images/index/back-title_Construction-results.png");
  background-repeat: no-repeat;
  background-position: top 1rem right;
  background-size: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #works .container {
    background-image: none;
  }
}
#index #works .container:before, #index #works .container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#index #works .container:before {
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url("../images/common/company-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 50%;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transform: translateX(50%);
}
#index #works .container:after {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #20997a, #43afce);
  opacity: 0.5;
  top: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  #index #works .container:after {
    max-width: none;
  }
}
#index #works .container .container__inner {
  max-width: 1100px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  padding-top: 16rem;
  margin-top: -16rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  #index #works .container .container__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #index #works .container .container__inner {
    padding-bottom: 4rem;
  }
}
#index #works .container .container__inner .container__slider {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#index #works .container .container__inner .swiper-button-prev,
#index #works .container .container__inner .swiper-button-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  border: solid 2px #20997A;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#index #works .container .container__inner .swiper-button-prev:after,
#index #works .container .container__inner .swiper-button-next:after {
  content: "";
  display: none;
}
#index #works .container .container__inner .swiper-button-prev > span,
#index #works .container .container__inner .swiper-button-next > span {
  font-size: 16px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (max-width: 700px) {
  #index #works .container .container__inner .swiper-button-prev,
  #index #works .container .container__inner .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #index #works .container .container__inner .swiper-button-prev > span,
  #index #works .container .container__inner .swiper-button-next > span {
    font-size: 2.6666666667vw;
  }
}
#index #works .container .container__inner .swiper-button-prev {
  left: -45px;
}
#index #works .container .container__inner .swiper-button-prev > span {
  border-width: 0.5em 0.8em 0.5em 0;
  border-color: transparent #20997A transparent transparent;
}
@media screen and (max-width: 1200px) {
  #index #works .container .container__inner .swiper-button-prev {
    left: 0;
  }
}
#index #works .container .container__inner .swiper-button-next {
  right: -45px;
}
#index #works .container .container__inner .swiper-button-next > span {
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #20997A;
}
@media screen and (max-width: 1200px) {
  #index #works .container .container__inner .swiper-button-next {
    right: 0;
  }
}
#index #works .swiper__works {
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #index #works .swiper__works {
    max-width: none;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  #index #works .swiper__works .works-data {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 480px;
    display: grid;
    grid-template-columns: 51.9% 7.4% 44.5%;
    grid-template-rows: 20% 37.5% 42.5%;
  }
  #index #works .swiper__works .works-data .left-block {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  #index #works .swiper__works .works-data .left-block img {
    width: 100%;
    height: 100%;
    aspect-ratio: 480/400;
    object-fit: cover;
  }
  #index #works .swiper__works .works-data .right-block1 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  #index #works .swiper__works .works-data .right-block1 time {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 1.5em;
  }
  #index #works .swiper__works .works-data .right-block1 h3 {
    font-size: 1.5rem;
  }
  #index #works .swiper__works .works-data .right-block2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  #index #works .swiper__works .works-data .right-block2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index #works .swiper__works .works-data .right-block3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  #index #works .swiper__works .works-data .right-block3 img {
    width: 47%;
    height: 100%;
    aspect-ratio: 190/170;
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  #index #works .swiper__works .works-data {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
  }
  #index #works .swiper__works .works-data .left-block {
    order: 2;
  }
  #index #works .swiper__works .works-data .left-block img {
    width: 100%;
  }
  #index #works .swiper__works .works-data .right-block1 {
    order: 1;
  }
  #index #works .swiper__works .works-data .right-block1 time {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 3.2vw;
    margin-bottom: 0.8em;
  }
  #index #works .swiper__works .works-data .right-block1 h3 {
    text-align: center;
    font-size: 4.8vw;
  }
  #index #works .swiper__works .works-data .right-block2 {
    order: 3;
  }
  #index #works .swiper__works .works-data .right-block2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.7333333333vw;
  }
  #index #works .swiper__works .works-data .right-block3 {
    display: none;
  }
}
#index #works .link-button {
  margin: 5rem auto;
}
@media screen and (max-width: 599px) {
  #index #works .link-button {
    margin: 2.5rem auto;
  }
}
#index #news h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
  background-image: url("../images/index/back-title_News-Information.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1100px;
}
@media screen and (max-width: 599px) {
  #index #news h2 {
    font-size: 8vw;
  }
}
#index #news h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#index #news h2 > span:before, #index #news h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#index #news h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#index #news h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#index #news h2 > span span {
  line-height: 1em;
}
#index #news h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#index #news h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#index #news h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index #news h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#index #news h2 > span {
  position: relative;
}
#index #news h2 > span:before, #index #news h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#index #news h2 > span:before {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center left;
}
#index #news h2 > span span {
  opacity: 0;
}
#index #news h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-right__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center left;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center left;
  }
  50% {
    transform-origin: center right;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center right;
  }
}
@keyframes headline01-right__textShow {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes headline01-right__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center left;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center left;
  }
}
#index #news h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #news h2.is_inview > span:before {
  animation-name: headline01-right__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#index #news h2.is_inview > span:after {
  animation-name: headline01-right__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
@media screen and (max-width: 599px) {
  #index #news h2 {
    background-image: url("../images/index/back-title_News-Information_sp.png");
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  #index #news {
    margin-bottom: 5rem;
  }
}
#index #news .container {
  max-width: 960px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  #index #news .container {
    margin-bottom: 2.5rem;
  }
}
#index #news .container ul li {
  border-bottom: solid 1px #E6E6E6;
}
#index #news .container ul li a {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #news .container ul li a {
    height: auto;
    padding: 1.5rem 0;
  }
}
#index #news .container ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #20997A;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 1s;
}
#index #news .container ul li a:hover:before {
  width: 100%;
}
#index #news .container ul li a:after {
  content: "";
  font-size: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #132847;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#index #news .container ul li a time {
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  #index #news .container ul li a time {
    font-size: 3.7333333333vw;
  }
}
#index #news .container ul li a .category {
  margin-right: 0.5rem;
  font-size: 12px;
  line-height: 1em;
  min-width: 6em;
  text-align: center;
  padding: 3px 0.5em;
  color: #FFFFFF;
}
#index #news .container ul li a .category:last-of-type {
  margin-right: 4rem;
}
@media screen and (max-width: 599px) {
  #index #news .container ul li a .category {
    font-size: 2.6666666667vw;
  }
}
#index #news .container ul li a .category.cat_news {
  background-color: #132847;
}
#index #news .container ul li a .category.cat_important {
  background-color: #20997A;
}
#index #news .container ul li a .category.cat_event {
  background-color: #43AECE;
}
@media screen and (max-width: 599px) {
  #index #news .container ul li a p {
    font-size: 3.7333333333vw;
    margin-top: 1em;
  }
}
#index #company {
  margin-bottom: 0;
}
#index #company h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #index #company h2 {
    font-size: 8vw;
  }
}
#index #company h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#index #company h2 > span:before, #index #company h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#index #company h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#index #company h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#index #company h2 > span span {
  line-height: 1em;
}
#index #company h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#index #company h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#index #company h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index #company h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#index #company h2 > span span:nth-child(1),
#index #company h2 > span span:nth-child(2) {
  color: #FFFFFF;
}
#index #company h2 > span:before {
  display: none;
}
#index #company h2 > span:after {
  display: none;
}
#index #company h2 span:nth-child(2) {
  color: #FFFFFF;
}
#index #company a {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #company a {
    height: 200px;
  }
}
#index #company a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 40, 71, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#index #company a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: 1s;
}
@media screen and (max-width: 599px) {
  #index #company a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#index #company a iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 1s;
}
#index #company a:hover:after {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
#index #company a:hover iframe {
  transform: scale(1.25);
}

#news .page-headline:before {
  background-image: url("../images/news/back-title_News-Information.png");
}
#news #news-contents {
  max-width: 960px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#news #news-contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 985/962;
  background-image: url("../images/common/company-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#news #news-contents > ul {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
#news #news-contents > ul li {
  border-bottom: solid 1px #E6E6E6;
}
#news #news-contents > ul li:first-child {
  border-top: solid 1px #E6E6E6;
}
#news #news-contents > ul li a {
  width: 100%;
  height: 214px;
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#news #news-contents > ul li a .news-contents__thumb {
  width: 20%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#news #news-contents > ul li a .news-contents__thumb img {
  width: 100%;
  aspect-ratio: 170/150;
}
#news #news-contents > ul li a .news-contents__category {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#news #news-contents > ul li a .news-contents__category span {
  width: 91px;
  height: 20px;
  font-size: 10px;
  margin-right: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  border: solid 1px #132847;
}
@media screen and (max-width: 599px) {
  #news #news-contents > ul li a .news-contents__category span {
    font-size: 2.6666666667vw;
  }
}
#news #news-contents > ul li a .news-contents__category span.cat_news {
  background-color: #132847;
  border: solid 1px #132847;
  color: #FFFFFF;
}
#news #news-contents > ul li a .news-contents__category span.cat_important {
  background-color: #20997A;
  border: solid 1px #20997A;
  color: #FFFFFF;
}
#news #news-contents > ul li a .news-contents__category span.cat_event {
  background-color: #43AECE;
  border: solid 1px #43AECE;
  color: #FFFFFF;
}
#news #news-contents > ul li a .news-contents__category time {
  font-size: 14px;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  #news #news-contents > ul li a .news-contents__category time {
    font-size: 3.7333333333vw;
  }
}
#news #news-contents > ul li a .news-contents__title h3 {
  font-size: 18px;
  line-height: 1em;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #news #news-contents > ul li a .news-contents__title h3 {
    font-size: 4.8vw;
  }
}
#news #news-contents > ul li a .news-contents__main-text {
  width: 70%;
}
#news #news-contents > ul li a .news-contents__main-text p {
  font-size: 14px;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news #news-contents > ul li a:after {
  content: "";
  display: block;
  font-size: 0.25em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 1.5em;
  border-color: transparent transparent transparent #132847;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  transition: 0.5s;
}
#news #news-contents > ul li a:hover .news-contents__title h3 {
  color: #20997A;
}
#news #news-contents > ul li a:hover:after {
  border-color: transparent transparent transparent #20997A;
}
@media screen and (max-width: 599px) {
  #news #news-contents > ul li a {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 1rem;
  }
  #news #news-contents > ul li a:after {
    display: none;
  }
  #news #news-contents > ul li a .news-contents__category {
    order: 1;
    width: 100%;
  }
  #news #news-contents > ul li a .news-contents__category span {
    font-size: 3.4666666667vw;
  }
  #news #news-contents > ul li a .news-contents__category time {
    font-size: 3.7333333333vw;
  }
  #news #news-contents > ul li a .news-contents__title {
    order: 2;
    width: 100%;
  }
  #news #news-contents > ul li a .news-contents__title h3 {
    font-size: 4.8vw;
    color: #20997A;
  }
  #news #news-contents > ul li a .news-contents__thumb {
    order: 3;
    width: 35.8%;
  }
  #news #news-contents > ul li a .news-contents__thumb img {
    width: 100%;
    aspect-ratio: 120/105;
    object-fit: cover;
  }
  #news #news-contents > ul li a .news-contents__main-text {
    order: 4;
    width: 59.7%;
  }
  #news #news-contents > ul li a .news-contents__main-text p {
    font-size: 3.2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#news_single .page-headline:before {
  background-image: url("../images/news/back-title_News-Information.png");
}
#news_single #post-contents .post-contents__thumb {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#news_single #post-contents .post-contents__thumb img {
  width: 100%;
  aspect-ratio: 700/500;
  object-fit: cover;
}
#news_single #post-contents .post-contents__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  position: relative;
}
#news_single #post-contents .post-contents__text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 985/962;
  background-image: url("../images/common/company-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#news_single #post-contents .post-contents__text:before {
  max-width: 291px;
  width: 80vw;
}
@media screen and (max-width: 599px) {
  #news_single #post-contents .post-contents__text:before {
    width: 63.2vw;
  }
}
#news_single #post-contents .post-contents__text p {
  line-height: 1.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  #news_single #post-contents .post-contents__text p {
    font-size: 3.7333333333vw;
  }
}
#news_single #post-contents .link-button {
  max-width: 270px;
}
@media screen and (max-width: 599px) {
  #news_single #post-contents .link-button {
    font-size: 4.2666666667vw;
  }
}

#privacy .page-headline:before {
  background-image: url("../images/privacy/back-title_Privacy-Policy.png");
}
#privacy .first-messages > p:nth-of-type(1) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  padding-bottom: 2rem;
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 2rem;
}
#privacy .first-messages > p:nth-of-type(2) {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  font-size: 14px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #privacy .first-messages > p:nth-of-type(2) {
    font-size: 3.7333333333vw;
  }
}
#privacy main > section {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  #privacy main > section {
    font-size: 3.7333333333vw;
  }
}
#privacy main > section h2 {
  font-weight: bold;
}
#privacy main > section h2::first-letter {
  color: #20997A;
}
#privacy main > section dl {
  margin-bottom: 3rem;
}
#privacy main > section dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: solid 1px #EDEDED;
}
#privacy main > section dl div:last-child {
  border-bottom: none;
}
#privacy main > section dl div dd {
  width: 83.3333333333%;
}
@media screen and (max-width: 599px) {
  #privacy main > section dl div dd {
    width: 90%;
  }
}
#privacy main > section dl div dd p:not(:last-child) {
  margin-bottom: 1em;
}
#privacy main > section dl div dd ul li {
  text-indent: -1em;
  padding-left: 1.5em;
}
#privacy main > section dl div dd ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

#contact #footer-contact {
  display: none;
}
#contact .page-headline:before {
  background-image: url("../images/contact/back-title_Feel-free-to-consult.png");
}
#contact .first-message {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #contact .first-message {
    font-size: 3vw;
    margin-bottom: 3rem;
  }
}
#contact .annotation {
  font-size: 10px;
}
@media screen and (max-width: 599px) {
  #contact .annotation {
    font-size: 2.6666666667vw;
  }
}
#contact #tel {
  max-width: 936px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #contact #tel {
    height: auto;
    padding: 2rem 0;
    margin-bottom: 3rem;
  }
}
#contact #tel h2,
#contact #tel a,
#contact #tel p {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
#contact #tel h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0 1.5em;
  position: relative;
}
@media screen and (max-width: 599px) {
  #contact #tel h2 {
    font-size: 4.2vw;
  }
}
#contact #tel h2:before, #contact #tel h2:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  clip-path: polygon(50% 100%, 0 20%, 100% 20%);
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
}
#contact #tel h2:before {
  left: 0;
}
#contact #tel h2:after {
  right: 0;
}
#contact #tel a {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-right: -0.5em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  #contact #tel a {
    font-size: 10vw;
  }
}
#contact #tel p {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #contact #tel p {
    font-size: 4vw;
  }
}
#contact #tel:before, #contact #tel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#contact #tel:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #20997a, #43afce);
  opacity: 0.5;
  z-index: -2;
}
#contact #tel:after {
  width: 94px;
  aspect-ratio: 94/134;
  background-image: url("../images/common/back_tel.png");
  z-index: -1;
}
#contact #form-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#contact #form-area h2 {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #contact #form-area h2 {
    margin-bottom: 3rem;
  }
}
#contact #form-area h2:before, #contact #form-area h2:after {
  content: "";
  display: block;
  font-size: 0.5em;
  width: 1em;
  height: 1em;
  background-color: #132847;
  clip-path: polygon(50% 100%, 0 20%, 100% 20%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact #form-area h2:before {
  right: calc(100% + 0.5em);
}
#contact #form-area h2:after {
  left: calc(100% + 0.5em);
}
#contact #form-area form {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #contact #form-area form {
    font-size: 3.7333333333vw;
  }
}
#contact #form-area form > dl:not(:last-of-type) {
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 3rem;
}
#contact #form-area form > dl > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div {
    margin-bottom: 2rem;
  }
}
#contact #form-area form > dl > div.required > dt p,
#contact #form-area form > dl > div.required > dt h3, #contact #form-area form > dl > div.any > dt p,
#contact #form-area form > dl > div.any > dt h3 {
  width: 100%;
  position: relative;
}
#contact #form-area form > dl > div.required > dt p:after,
#contact #form-area form > dl > div.required > dt h3:after, #contact #form-area form > dl > div.any > dt p:after,
#contact #form-area form > dl > div.any > dt h3:after {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  padding: 4px 0.75em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div.required > dt p,
  #contact #form-area form > dl > div.required > dt h3, #contact #form-area form > dl > div.any > dt p,
  #contact #form-area form > dl > div.any > dt h3 {
    display: inline-block;
    width: auto;
  }
  #contact #form-area form > dl > div.required > dt p:after,
  #contact #form-area form > dl > div.required > dt h3:after, #contact #form-area form > dl > div.any > dt p:after,
  #contact #form-area form > dl > div.any > dt h3:after {
    font-size: 3.4666666667vw;
    width: 4em;
    left: calc(100% + 1em);
  }
}
#contact #form-area form > dl > div.required > dt p:after,
#contact #form-area form > dl > div.required > dt h3:after {
  content: "必須";
  background-color: #20997A;
}
#contact #form-area form > dl > div.any > dt p:after,
#contact #form-area form > dl > div.any > dt h3:after {
  content: "任意";
  background-color: #6A6D7A;
}
#contact #form-area form > dl > div > dt {
  width: 34.2857142857%;
  font-weight: normal;
}
#contact #form-area form > dl > div > dt h3 {
  font-size: 18px;
  line-height: calc(1em + 4px);
  border-left: solid 3px #20997A;
  padding-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div > dt h3 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div > dt {
    width: 100%;
  }
}
#contact #form-area form > dl > div > dd {
  width: 60%;
}
#contact #form-area form > dl > div > dd > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 1rem;
}
#contact #form-area form > dl > div > dd > ul li {
  width: 50%;
}
#contact #form-area form > dl > div > dd dl dt {
  font-weight: normal;
}
#contact #form-area form > dl > div > dd dl dd {
  margin-bottom: 26px;
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div > dd dl dd {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #contact #form-area form > dl > div > dd {
    width: 100%;
  }
}
#contact #form-area form > dl > div:first-child dt {
  margin-bottom: 4.8vw;
}
#contact #form-area form > dl.Inquiry-details div dt {
  margin-bottom: 2rem;
}
#contact #form-area form > dl.Inquiry-details div dd {
  width: 100%;
}
#contact #form-area form input[type=checkbox] {
  display: none;
}
#contact #form-area form input[type=checkbox] ~ label {
  padding-left: 1.5em;
  position: relative;
}
#contact #form-area form input[type=checkbox] ~ label:before {
  content: "";
  width: 1.25em;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon_checkbox-notchecked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(4px - 8%);
  left: 1%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact #form-area form input[type=checkbox]:checked ~ label:before {
  background-image: url("../images/common/icon_checkbox-checked.svg");
}
#contact #form-area form input[type=checkbox] {
  display: none;
}
#contact #form-area form input[type=radio] ~ label {
  padding-left: 1.5em;
  position: relative;
}
#contact #form-area form input[type=radio] ~ label:before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon_radio-notchecked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact #form-area form input[type=radio]:checked ~ label:before {
  background-image: url("../images/common/icon_radio-checked.svg");
}
#contact #form-area form input[type=text],
#contact #form-area form input[type=tel],
#contact #form-area form input[type=mail],
#contact #form-area form input[type=number],
#contact #form-area form input[type=url] {
  width: 100%;
  background-color: #F3F3F3;
  padding: 0.5rem;
}
#contact #form-area form .select-box {
  position: relative;
}
#contact #form-area form .select-box select {
  min-width: 50%;
  background-color: #F3F3F3;
  padding: 0.5rem;
}
#contact #form-area form .select-box:after {
  display: block;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: block;
  color: #132847;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
#contact #form-area form textarea {
  min-height: 200px;
  width: 100%;
  padding: 0.5rem;
  background-color: #F3F3F3;
}
@media screen and (max-width: 599px) {
  #contact #form-area form textarea {
    min-height: 6rem;
  }
}
#contact #form-area form dd.name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#contact #form-area form dd.name input {
  width: 47%;
}
#contact #form-area form dd.post-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#contact #form-area form dd.post-code input {
  width: 45%;
}
#contact #form-area form .agree-area {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  margin-bottom: 6rem;
}
#contact #form-area form .agree-area label span {
  border-bottom: solid 1px #132847;
}
@media screen and (max-width: 599px) {
  #contact #form-area form .agree-area {
    margin-bottom: 3rem;
  }
}
#contact #form-area form .link-button {
  font-weight: normal;
  height: 3em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #contact #form-area form .link-button {
    font-size: 4.2666666667vw;
  }
}

#contact_check #footer-contact {
  display: none;
}
#contact_check .page-headline:before {
  background-image: url("../images/contact/back-title_Feel-free-to-consult.png");
}
#contact_check .contents {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#contact_check .contents .first-message {
  color: #20997A;
  margin: 4rem 0;
}
#contact_check .contents h3 {
  padding: 0.5em 0 0.5em 2em;
  font-size: 1rem;
  background-color: #F3F3F3;
  margin-bottom: 0.8rem;
  position: relative;
}
#contact_check .contents h3:before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #20997A;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact_check .contents .inputted {
  padding: 0.5rem 2rem;
  border: solid 1px #F5F5F5;
  margin-bottom: 3rem;
}
#contact_check .contents .inputted.input__textarea {
  min-height: 200px;
}
#contact_check .contents dl.inputted {
  padding: 0;
  margin-bottom: 3rem;
}
#contact_check .contents dl.inputted div {
  padding: 0.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  #contact_check .contents dl.inputted div {
    padding: 1rem 2rem;
  }
}
#contact_check .contents dl.inputted div:not(:last-child) {
  border-bottom: solid 1px #F5F5F5;
}
#contact_check .contents dl.inputted div dt {
  font-weight: normal;
  width: 41.8960244648%;
}
#contact_check .contents dl.inputted div dd {
  width: 58.1039755352%;
}
@media screen and (max-width: 599px) {
  #contact_check .contents dl.inputted div {
    flex-direction: column;
  }
  #contact_check .contents dl.inputted div dt {
    font-weight: bold;
    width: 100%;
    margin-bottom: 1em;
  }
  #contact_check .contents dl.inputted div dd {
    width: 100%;
  }
}
#contact_check .contents .submit-buttons {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#contact_check .contents .submit-buttons label {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #contact_check .contents .submit-buttons label {
    height: 3em;
    font-size: 4.2666666667vw;
  }
}
#contact_check .contents .submit-buttons label[for=submit-buttons__return] {
  width: 31.1111111111%;
  background-color: #6A6D7A;
}
#contact_check .contents .submit-buttons label[for=submit-buttons__submit] {
  width: 62.2222222222%;
  background-color: #132847;
}
#contact_check .contents .submit-buttons label:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  #contact_check .contents .submit-buttons {
    flex-direction: column;
    gap: 2rem;
  }
  #contact_check .contents .submit-buttons label[for=submit-buttons__return] {
    width: 72vw;
  }
  #contact_check .contents .submit-buttons label[for=submit-buttons__submit] {
    width: 72vw;
  }
}
#contact_check .contents form {
  display: none;
}
#contact_check .submitted-message {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
  overflow: hidden;
}
#contact_check .submitted-message .submitted-message__inner {
  transform: scale(0);
  transition: transform 0.5s;
}
#contact_check.submited {
  overflow: hidden;
}
#contact_check.submited .submitted-message {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 12000;
}
#contact_check.submited .submitted-message .submitted-message__inner {
  transform: scale(1);
  width: 652px;
  min-height: 342px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 660px) {
  #contact_check.submited .submitted-message .submitted-message__inner {
    width: 90vw;
    padding: 1rem 0;
  }
}
#contact_check.submited .submitted-message .submitted-message__inner .cross {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}
#contact_check.submited .submitted-message .submitted-message__inner .cross > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#contact_check.submited .submitted-message .submitted-message__inner .cross > span span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #132847;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#contact_check.submited .submitted-message .submitted-message__inner .cross > span span:nth-child(1) {
  transform: rotate(-45deg);
}
#contact_check.submited .submitted-message .submitted-message__inner .cross > span span:nth-child(2) {
  transform: rotate(45deg);
}
#contact_check.submited .submitted-message .submitted-message__inner img {
  width: 50px;
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #contact_check.submited .submitted-message .submitted-message__inner img {
    width: 13.3333333333vw;
    margin-bottom: 1rem;
  }
}
#contact_check.submited .submitted-message .submitted-message__inner p:nth-of-type(1) {
  font-size: 28px;
  text-align: center;
  color: #20997A;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #contact_check.submited .submitted-message .submitted-message__inner p:nth-of-type(1) {
    font-size: 5.3333333333vw;
    margin-bottom: 1rem;
  }
}
#contact_check.submited .submitted-message .submitted-message__inner p:nth-of-type(2) {
  font-size: 16px;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #contact_check.submited .submitted-message .submitted-message__inner p:nth-of-type(2) {
    font-size: 3.5vw;
    margin-bottom: 1.5rem;
  }
}
#contact_check.submited .submitted-message .submitted-message__inner a.link-button {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #contact_check.submited .submitted-message .submitted-message__inner a.link-button {
    font-size: 4.2666666667vw;
  }
}

#sekou .page-headline {
  margin-bottom: 3rem !important;
}
#sekou .page-headline:before {
  background-image: url("../images/sekou/back-title_Construction-results.png");
}
#sekou .cat-select {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#sekou .post-list {
  background: linear-gradient(to right, rgba(32, 153, 122, 0.5), rgba(67, 175, 206, 0.5));
  padding: 2rem 0;
  position: relative;
}
#sekou .post-list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 985/962;
  background-image: url("../images/common/company-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.03;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#sekou .post-list:before {
  max-width: 985px;
  width: 90vw;
  opacity: 0.1;
}
#sekou .post-list > ul {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem 3.125%;
}
@media screen and (max-width: 599px) {
  #sekou .post-list > ul {
    gap: 2rem 0;
    justify-content: space-between;
  }
}
#sekou .post-list > ul > li {
  width: 31.25%;
}
@media screen and (max-width: 599px) {
  #sekou .post-list > ul > li {
    width: 100%;
  }
}
#sekou .post-list > ul > li a {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#sekou .post-list > ul > li a .thumb img {
  width: 100%;
  aspect-ratio: 300/230;
}
@media screen and (max-width: 599px) {
  #sekou .post-list > ul > li a .thumb {
    width: 100%;
  }
  #sekou .post-list > ul > li a .thumb img {
    object-fit: cover;
  }
}
#sekou .post-list > ul > li a .categories {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.8181818182%;
  margin: 1em auto;
}
@media screen and (max-width: 970px) {
  #sekou .post-list > ul > li a .categories {
    gap: 0.25rem 4%;
  }
}
#sekou .post-list > ul > li a .categories li {
  width: 23.6363636364%;
  padding: 2px 0;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 970px) {
  #sekou .post-list > ul > li a .categories li {
    width: 48%;
  }
}
#sekou .post-list > ul > li a .categories li.category_ecocute {
  background-color: #132847;
  color: #FFFFFF;
}
#sekou .post-list > ul > li a .categories li.category_battery {
  background-color: #20997A;
  color: #FFFFFF;
}
#sekou .post-list > ul > li a .categories li.category_solar {
  background-color: #62B0C7;
  color: #FFFFFF;
}
#sekou .post-list > ul > li a .categories li.category_other {
  background-color: #6A6D7A;
  color: #FFFFFF;
}
#sekou .post-list > ul > li a time {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 0.8em;
}
#sekou .post-list > ul > li a h3 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border-bottom: solid 1px #20997A;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 599px) {
  #sekou .post-list > ul > li a h3 {
    font-size: spVw(16);
  }
}
#sekou .post-list > ul > li a dl {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  #sekou .post-list > ul > li a dl {
    font-size: spVw(12);
  }
}
#sekou .post-list > ul > li a dl div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
#sekou .post-list > ul > li a dl div dt {
  width: 25%;
  font-weight: normal;
  text-align: right;
  padding-right: 1em;
  position: relative;
}
#sekou .post-list > ul > li a dl div dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
#sekou .post-list > ul > li a dl div dd {
  width: 75%;
  margin-left: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sekou .post-list > ul > li a:before {
  content: "VIEW MORE";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #132847;
  text-align: center;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sekou .post-list > ul > li a:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

#sekou_single .page-headline:before {
  background-image: url("../images/sekou/back-title_Construction-results.png");
}
#sekou_single #post-contents .contents {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#sekou_single #post-contents .contents .categories {
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em 1em;
  margin: 1em auto 2em;
}
#sekou_single #post-contents .contents .categories li {
  padding: 2px 1em;
  text-align: center;
  line-height: 1em;
}
#sekou_single #post-contents .contents .categories li.category_ecocute {
  background-color: #132847;
  color: #FFFFFF;
}
#sekou_single #post-contents .contents .categories li.category_battery {
  background-color: #20997A;
  color: #FFFFFF;
}
#sekou_single #post-contents .contents .categories li.category_solar {
  background-color: #62B0C7;
  color: #FFFFFF;
}
#sekou_single #post-contents .contents .categories li.category_other {
  background-color: #6A6D7A;
  color: #FFFFFF;
}
#sekou_single #post-contents .contents .images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7.1%;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
#sekou_single #post-contents .contents .images a {
  display: block;
}
#sekou_single #post-contents .contents .images a:nth-of-type(1) {
  width: 100%;
  aspect-ratio: 700/500;
}
#sekou_single #post-contents .contents .images a:nth-of-type(2), #sekou_single #post-contents .contents .images a:nth-of-type(3), #sekou_single #post-contents .contents .images a:nth-of-type(4) {
  width: 28.6%;
  aspect-ratio: 200/140;
}
#sekou_single #post-contents .contents .images a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sekou_single #post-contents .contents .status {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#sekou_single #post-contents .contents .status dl {
  font-size: 1rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 0.5em;
  border-left: solid 2px #20997A;
  padding-left: calc(1rem - 2px);
}
#sekou_single #post-contents .contents .status dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#sekou_single #post-contents .contents .status dl div dt {
  width: 7em;
  font-weight: normal;
  position: relative;
}
#sekou_single #post-contents .contents .status dl div dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
#sekou_single #post-contents .contents .status dl div dd {
  margin-left: 1em;
}
#sekou_single #post-contents .contents h3 {
  font-size: 25px;
  text-align: center;
  width: 100%;
  padding-top: 2em;
  background-image: url("../images/sekou_single/back-title_Voice-of-the-Customer.png");
  background-repeat: no-repeat;
  background-position: bottom 0.5em center;
  background-size: contain;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #sekou_single #post-contents .contents h3 {
    font-size: 8vw;
    margin-bottom: 1em;
  }
}
#sekou_single #post-contents .contents h3::first-letter {
  color: #20997A;
}
#sekou_single #post-contents .contents h3:before, #sekou_single #post-contents .contents h3:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(50% - 4em);
  position: absolute;
  bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  #sekou_single #post-contents .contents h3:before, #sekou_single #post-contents .contents h3:after {
    width: calc(50% - 3em);
  }
}
#sekou_single #post-contents .contents h3:before {
  left: 0;
  background: linear-gradient(to left, #20997A, #43afce);
}
#sekou_single #post-contents .contents h3:after {
  right: 0;
  background: linear-gradient(to right, #20997A, #43afce);
}
#sekou_single #post-contents .contents .post-container {
  margin-bottom: 6rem;
}
#sekou_single #post-contents .contents .post-container p {
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #E6E6E6 1px, transparent 1px);
  background-size: 100% 3.5em;
  line-height: 3.5em;
  margin-bottom: 1em;
  background-position-y: -1px;
}
@media screen and (max-width: 599px) {
  #sekou_single #post-contents .contents .post-container p {
    line-height: 2em;
    background-size: 100% 2em;
  }
}
#sekou_single #post-contents .contents .link-button {
  max-width: 270px;
}
@media screen and (max-width: 599px) {
  #sekou_single #post-contents .contents .link-button {
    font-size: 4.2666666667vw;
  }
}

#ecology .page-headline:before {
  background-image: url("../images/ecology/back-title_Ecology-business.png");
}
#ecology .first-message {
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  margin-bottom: 6rem;
  padding: 1rem 0;
  position: relative;
}
#ecology .first-message:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/company-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 5%;
}
@media screen and (max-width: 599px) {
  #ecology .first-message:before {
    background-size: auto 36.5vw;
  }
}
#ecology .first-message p {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  #ecology .first-message p {
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }
  #ecology .first-message p br {
    display: none;
  }
}
#ecology main > section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#ecology main > section:not(:last-of-type) {
  margin-bottom: 4rem;
}
#ecology main > section .image-area {
  width: 45%;
}
#ecology main > section .image-area img {
  width: 100%;
  display: block;
}
#ecology main > section .message-area {
  width: 50%;
  position: relative;
}
#ecology main > section .message-area h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  border-left: solid 2px #20997A;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
#ecology main > section .message-area h2 .number {
  font-size: 20px;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  margin-bottom: 2em;
}
#ecology main > section .message-area h2 .number span {
  color: #20997A;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #ecology main > section .message-area h2 .number {
    font-size: 5.3333333333vw;
  }
}
#ecology main > section .message-area h2 span:nth-last-child(2) {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  #ecology main > section .message-area h2 span:nth-last-child(2) {
    font-size: 10.6666666667vw;
  }
}
#ecology main > section .message-area h2 span:nth-last-child(1) {
  font-size: 20px;
  color: #20997A;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #ecology main > section .message-area h2 span:nth-last-child(1) {
    font-size: 5.3333333333vw;
  }
}
#ecology main > section .message-area p {
  margin-bottom: 1.5em;
  padding-left: 1rem;
}
#ecology main > section .message-area p b {
  color: #20997A;
  font-weight: normal;
}
#ecology main > section .message-area:before {
  display: block;
  opacity: 0.1;
  font-family: "Arimo", sans-serif;
  font-size: 231px;
  line-height: 1em;
  background: linear-gradient(to top, #20997a, #43afce);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  #ecology main > section .message-area .message-area__image {
    display: none;
  }
  #ecology main > section:nth-of-type(even) .image-area {
    order: 2;
  }
  #ecology main > section:nth-of-type(even) .message-area {
    order: 1;
  }
  #ecology main > section:nth-of-type(even) .message-area .message-area__image {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #ecology main > section {
    flex-direction: column;
  }
  #ecology main > section .image-area {
    display: none;
  }
  #ecology main > section .message-area {
    width: 100%;
  }
  #ecology main > section .message-area .message-area__image {
    display: block;
    margin-bottom: 3rem;
  }
  #ecology main > section .message-area .message-area__image img {
    width: 100%;
  }
  #ecology main > section .message-area:before {
    font-size: 40vw;
  }
}
#ecology main > section:nth-of-type(1) .message-area:before {
  content: "01";
}
#ecology main > section:nth-of-type(2) .message-area:before {
  content: "02";
}
#ecology main > section:nth-of-type(3) .message-area:before {
  content: "03";
}

#eco-cute .message-area .message-area__image {
  margin-top: -3rem;
}

#storage-battery .message-area .message-area__image {
  margin-top: -2rem;
}

#solar-power .message-area .message-area__image {
  margin-top: -2.5rem;
}

#company .page-headline:before {
  background-image: url("../images/company/back-title_Company-Profile.png");
}
#company .contents {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  position: relative;
  background-image: url("../images/company/earth-map.png");
  background-position: top 8rem center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 480px;
  padding-top: 6rem;
}
#company .contents .tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#company .contents .tab li {
  width: 33%;
  background-color: #132847;
  height: 40px;
  border-radius: 4px 4px 0 0;
}
#company .contents .tab li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
}
#company .contents#corporate_philosophy .tab li.tab__corporate_philosophy {
  background-color: #20997A;
  height: 48px;
}
#company .contents#corporate_philosophy .tab li.tab__corporate_philosophy a {
  pointer-events: none;
}
#company .contents#corporate_philosophy h2,
#company .contents#corporate_philosophy p {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  text-shadow: -2px -2px 1px #FFFFFF, 2px -2px 1px #FFFFFF, 2px 2px 1px #FFFFFF, -2px 2px 1px #FFFFFF;
}
#company .contents#corporate_philosophy h2 {
  font-size: 40px;
  margin-bottom: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  #company .contents#corporate_philosophy h2 {
    font-size: 10.6666666667vw;
  }
}
#company .contents#corporate_philosophy p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 2em;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  #company .contents#corporate_philosophy p:nth-of-type(1) {
    font-size: 6.4vw;
  }
}
#company .contents#corporate_philosophy p:nth-of-type(2) {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #company .contents#corporate_philosophy p:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
#company .contents#company_management_philosophy .tab li.tab__company_management_philosophy {
  background-color: #20997A;
  height: 48px;
}
#company .contents#company_management_philosophy .tab li.tab__company_management_philosophy a {
  pointer-events: none;
}
#company .contents#company_management_philosophy p {
  font-size: 24px;
  line-height: 2em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  text-shadow: -2px -2px 1px #FFFFFF, 2px -2px 1px #FFFFFF, 2px 2px 1px #FFFFFF, -2px 2px 1px #FFFFFF;
}
#company .contents#company_management_philosophy p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  #company .contents#company_management_philosophy p {
    font-size: 4.5vw;
  }
}
#company .contents#company_management_philosophy p b {
  font-weight: normal;
  color: #20997A;
  letter-spacing: 0.25em;
}
#company .contents#company_info .tab li.tab__company_info {
  background-color: #20997A;
  height: 48px;
}
#company .contents#company_info .tab li.tab__company_info a {
  pointer-events: none;
}
#company .contents#company_info dl {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#company .contents#company_info dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 1rem 0;
}
#company .contents#company_info dl div:not(:last-child) {
  border-bottom: solid 1px #E6E6E6;
}
#company .contents#company_info dl div dt {
  width: 35%;
  font-weight: normal;
}
#company .contents#company_info dl div dd {
  width: 65%;
}
#company .contents#company_info dl div dd p:not(:last-child) {
  margin-bottom: 1em;
}
#company .contents#company_info dl div dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 0.5em;
}
#company .contents#company_info dl div dd ul li {
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  #company .contents#company_info dl div {
    flex-direction: column;
  }
  #company .contents#company_info dl div dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #company .contents#company_info dl div dd {
    padding-left: 1rem;
    width: 100%;
  }
}

#event .page-headline:before {
  background-image: url("../images/event/back-title_Event-Promotion.png");
}
#event .first-message {
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  margin-bottom: 6rem;
  padding: 1rem 0;
  position: relative;
}
#event .first-message:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/company-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 5%;
}
@media screen and (max-width: 599px) {
  #event .first-message:before {
    background-size: auto 36.5vw;
  }
}
#event .first-message p {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  #event .first-message p {
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }
  #event .first-message p br {
    display: none;
  }
}
#event main {
  margin-bottom: 6rem;
}
#event main h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  border-left: solid 2px #20997A;
  padding-left: 1rem;
  margin-bottom: 2rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
}
#event main h2 .number {
  font-size: 20px;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  margin-bottom: 2em;
}
#event main h2 .number span {
  color: #20997A;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #event main h2 .number {
    font-size: 5.3333333333vw;
  }
}
#event main h2 span:nth-last-child(2) {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  #event main h2 span:nth-last-child(2) {
    font-size: 10.6666666667vw;
  }
}
#event main h2 span:nth-last-child(1) {
  font-size: 20px;
  color: #20997A;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #event main h2 span:nth-last-child(1) {
    font-size: 5.3333333333vw;
  }
}
#event main .event_photo {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #event main .event_photo {
    margin-bottom: 3rem;
  }
  #event main .event_photo img {
    transform: translateY(2rem);
  }
}
#event main .event_photo > span {
  display: inline-block;
  font-size: 230px;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  line-height: 1em;
  width: 50%;
  padding: 0 0 0 0.2em;
  text-align: left;
  background: linear-gradient(to top, #20997a, #43afce);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0 auto;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #event main .event_photo > span {
    font-size: 25vw;
  }
}
@media screen and (max-width: 599px) {
  #event main .event_photo > span {
    padding-right: 5.35vw;
    padding-bottom: 0.5rem;
    text-align: right;
  }
}
#event main .event_photo > span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #20997a, #43afce);
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
}
#event main .event_photo div {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  position: relative;
}
#event main .event_photo div img.photo {
  display: block;
  width: 60%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo div img.photo {
    width: 77.3vw;
  }
}
#event main .event_photo div img.option-image {
  position: absolute;
}
@media screen and (max-width: 599px) {
  #event main .event_photo div img.option-image {
    width: 16vw;
  }
}
#event main .event_photo:nth-of-type(odd) > span {
  text-align: right;
  margin: 0 auto 0 0;
  left: 0;
  padding: 0 0.2em 0 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo:nth-of-type(odd) > span {
    padding-left: 5.35vw;
    padding-bottom: 0.5rem;
    text-align: left;
  }
}
#event main .event_photo:nth-of-type(odd) div img.photo {
  margin: 0 0 0 auto;
}
#event main .event_photo.event_photo01 div img.option-image {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo.event_photo01 div img.option-image {
    transform: translateY(3rem);
  }
}
#event main .event_photo.event_photo02 div img.option-image {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo.event_photo02 div img.option-image {
    transform: translateY(4rem);
  }
}
#event main .event_photo.event_photo03 div img.option-image {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo.event_photo03 div img.option-image {
    transform: translateY(5rem);
  }
}
#event main .event_photo.event_photo04 div img.option-image {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo.event_photo04 div img.option-image {
    transform: translateY(4rem);
  }
}
#event main .event_photo.event_photo05 div img.option-image {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  #event main .event_photo.event_photo05 div img.option-image {
    transform: translateY(6rem);
  }
}

#corporation .page-headline:before {
  background-image: url("../images/corporation/back-title_Corporation-business.png");
}
#corporation .first-message {
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  margin-bottom: 6rem;
  padding: 1rem 0;
  position: relative;
}
#corporation .first-message:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/company-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 5%;
}
@media screen and (max-width: 599px) {
  #corporation .first-message:before {
    background-size: auto 36.5vw;
  }
}
#corporation .first-message p {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  #corporation .first-message p {
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }
  #corporation .first-message p br {
    display: none;
  }
}
#corporation main > section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#corporation main > section:not(:last-of-type) {
  margin-bottom: 4rem;
}
#corporation main > section .image-area {
  width: 45%;
}
#corporation main > section .image-area img {
  width: 100%;
  display: block;
}
#corporation main > section .message-area {
  width: 50%;
  position: relative;
}
#corporation main > section .message-area h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  border-left: solid 2px #20997A;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
#corporation main > section .message-area h2 .number {
  font-size: 20px;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  margin-bottom: 2em;
}
#corporation main > section .message-area h2 .number span {
  color: #20997A;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #corporation main > section .message-area h2 .number {
    font-size: 5.3333333333vw;
  }
}
#corporation main > section .message-area h2 span:nth-last-child(2) {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 599px) {
  #corporation main > section .message-area h2 span:nth-last-child(2) {
    font-size: 10.6666666667vw;
  }
}
#corporation main > section .message-area h2 span:nth-last-child(1) {
  font-size: 20px;
  color: #20997A;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  #corporation main > section .message-area h2 span:nth-last-child(1) {
    font-size: 5.3333333333vw;
  }
}
#corporation main > section .message-area h2 > span:nth-last-child(3) {
  margin-bottom: 1.5em;
}
#corporation main > section .message-area h2 > span:nth-last-child(2) {
  font-size: 35px;
}
@media screen and (max-width: 599px) {
  #corporation main > section .message-area h2 > span:nth-last-child(2) {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  #corporation main > section .message-area h2 > span:nth-last-child(1) {
    font-size: 3.7333333333vw;
  }
}
#corporation main > section .message-area .message-area__image {
  display: none;
}
#corporation main > section .message-area p {
  margin-bottom: 1.5em;
  padding-left: 1rem;
}
#corporation main > section .message-area p b {
  color: #20997A;
  font-weight: normal;
}
#corporation main > section .message-area:before {
  display: block;
  opacity: 0.1;
  font-family: "Arimo", sans-serif;
  font-size: 184px;
  line-height: 1em;
  background: linear-gradient(to top, #20997a, #43afce);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  #corporation main > section:nth-of-type(even) .image-area {
    order: 2;
  }
  #corporation main > section:nth-of-type(even) .message-area {
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  #corporation main > section {
    flex-direction: column;
  }
  #corporation main > section .image-area {
    display: none;
  }
  #corporation main > section .message-area {
    width: 100%;
  }
  #corporation main > section .message-area:before {
    font-size: 31.7333333333vw;
    transform: translateY(-1rem);
  }
  #corporation main > section .message-area .message-area__image {
    display: block;
    margin-bottom: 2rem;
  }
  #corporation main > section .message-area .message-area__image img {
    width: 100%;
  }
}
#corporation main > section:nth-of-type(1) .message-area:before {
  content: "01";
}
#corporation main > section:nth-of-type(2) .message-area:before {
  content: "02";
}
#corporation main > section:nth-of-type(3) .message-area:before {
  content: "03";
}
#corporation main > section:nth-of-type(4) .message-area:before {
  content: "04";
}

#home_security header .page-headline {
  margin-bottom: 0 !important;
}
#home_security header .page-headline:before {
  background-image: url("../images/home_security/back-title_Home-security-business.png");
}
#home_security header .first-message {
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3vw;
  margin-bottom: 6rem;
  padding: 1rem 0;
  position: relative;
}
#home_security header .first-message:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/company-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 5%;
}
@media screen and (max-width: 599px) {
  #home_security header .first-message:before {
    background-size: auto 36.5vw;
  }
}
#home_security header .first-message p {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  #home_security header .first-message p {
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }
  #home_security header .first-message p br {
    display: none;
  }
}
#home_security header .main-visual {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1366/601;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
#home_security header .main-visual picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  #home_security header .main-visual {
    aspect-ratio: 375/531;
  }
  #home_security header .main-visual picture {
    width: 100%;
  }
}
#home_security main #kanden_sos {
  background: linear-gradient(to bottom, rgba(32, 153, 122, 0) 20%, rgba(32, 153, 122, 0) 21%, rgba(32, 153, 122, 0.25) 100%);
  padding-bottom: 8rem;
  margin-bottom: 4rem;
  position: relative;
}
#home_security main #kanden_sos:after {
  content: "";
  display: block;
  width: 80px;
  height: 20px;
  background-color: #C7E5DE;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos:after {
    width: 2rem;
    aspect-ratio: 1/1;
  }
}
#home_security main #kanden_sos h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos h2 {
    font-size: 8vw;
  }
}
#home_security main #kanden_sos h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#home_security main #kanden_sos h2 > span:before, #home_security main #kanden_sos h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#home_security main #kanden_sos h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#home_security main #kanden_sos h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#home_security main #kanden_sos h2 > span span {
  line-height: 1em;
}
#home_security main #kanden_sos h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#home_security main #kanden_sos h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#home_security main #kanden_sos h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#home_security main #kanden_sos h2 > span {
  position: relative;
}
#home_security main #kanden_sos h2 > span:before, #home_security main #kanden_sos h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#home_security main #kanden_sos h2 > span:after {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center right;
}
#home_security main #kanden_sos h2 > span span {
  opacity: 0;
}
#home_security main #kanden_sos h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-left__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    transform-origin: center left;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center left;
  }
}
@keyframes headline01-left__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center right;
  }
}
#home_security main #kanden_sos h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #kanden_sos h2.is_inview > span:after {
  animation-name: headline01-left__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #kanden_sos h2.is_inview > span:before {
  animation-name: headline01-left__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #kanden_sos h2 > span > span:nth-child(1) img {
  margin-right: 0.75rem;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos h2 > span > span:nth-child(1) img {
    width: auto;
    height: 1em;
  }
}
#home_security main #kanden_sos h2 > span > span:nth-child(2) {
  color: #20997A;
}
#home_security main #kanden_sos > p {
  text-align: center;
  margin-bottom: 4rem;
}
#home_security main #kanden_sos > p span {
  color: #20997A;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > p {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #home_security main #kanden_sos > p br {
    display: none;
  }
}
#home_security main #kanden_sos > div {
  max-width: 810px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 4rem 40px 4rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div {
    padding: 3.5rem 1rem 3rem;
  }
}
#home_security main #kanden_sos > div > img {
  display: block;
  position: absolute;
  top: calc(100% - 3rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > img {
    top: calc(100% - 2rem);
    width: 4rem;
  }
}
#home_security main #kanden_sos > div h3 {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-top: -4.2em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div h3 {
    font-size: 0.8rem;
    margin-top: -5.2em;
  }
}
#home_security main #kanden_sos > div h3 b {
  font-weight: bold;
  color: #20997A;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div h3 b {
    font-size: 1.2rem;
  }
}
#home_security main #kanden_sos > div h3 b span {
  position: relative;
  color: #20997A;
}
#home_security main #kanden_sos > div h3 b span:before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #132847;
  border-radius: 100%;
  position: absolute;
  bottom: calc(100% + 0.1em);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home_security main #kanden_sos > div h3:after {
  content: "";
  width: 2em;
  height: 2px;
  background-color: #132847;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home_security main #kanden_sos > div > div {
  width: 100%;
  background-color: #F3F3F3;
  box-shadow: 3px 3px 0 #D9D9D9;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > div {
    border-radius: 5px;
    padding: 1rem 2rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#home_security main #kanden_sos > div > div:before, #home_security main #kanden_sos > div > div:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2rem;
  background-color: #F3F3F3;
  clip-path: polygon(100% 93%, 0 0, 83% 0);
  position: absolute;
  top: 100%;
  left: 0;
  right: 30%;
  margin: 0 auto;
  z-index: 1;
}
#home_security main #kanden_sos > div > div:before {
  background-color: #D9D9D9;
  transform: translate(3px, 3px);
  z-index: 0;
}
#home_security main #kanden_sos > div > div img {
  width: 12.6%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > div img {
    width: 25%;
    margin-bottom: 0.5rem;
  }
}
#home_security main #kanden_sos > div > div p {
  width: 82.3%;
}
#home_security main #kanden_sos > div > div p b {
  font-weight: normal;
  color: #20997A;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > div p {
    width: 100%;
  }
}
#home_security main #kanden_sos > div > span:before, #home_security main #kanden_sos > div > span:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > span:before, #home_security main #kanden_sos > div > span:after {
    width: 1rem;
  }
}
#home_security main #kanden_sos > div > span:nth-of-type(1):before {
  top: 0;
  left: 0;
  border-top: solid 4px #20997A;
  border-left: solid 4px #20997A;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > span:nth-of-type(1):before {
    border-top: solid 2px #20997A;
    border-left: solid 2px #20997A;
    border-radius: 10px 0 0 0;
  }
}
#home_security main #kanden_sos > div > span:nth-of-type(1):after {
  top: 0;
  right: 0;
  border-top: solid 4px #20997A;
  border-right: solid 4px #20997A;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > span:nth-of-type(1):after {
    border-top: solid 2px #20997A;
    border-right: solid 2px #20997A;
    border-radius: 0 10px 0 0;
  }
}
#home_security main #kanden_sos > div > span:nth-of-type(2):before {
  bottom: 0;
  left: 0;
  border-bottom: solid 4px #20997A;
  border-left: solid 4px #20997A;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > span:nth-of-type(2):before {
    border-bottom: solid 2px #20997A;
    border-left: solid 2px #20997A;
    border-radius: 0 0 0 10px;
  }
}
#home_security main #kanden_sos > div > span:nth-of-type(2):after {
  bottom: 0;
  right: 0;
  border-bottom: solid 4px #20997A;
  border-right: solid 4px #20997A;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 599px) {
  #home_security main #kanden_sos > div > span:nth-of-type(2):after {
    border-bottom: solid 2px #20997A;
    border-right: solid 2px #20997A;
    border-radius: 0 0 10px 0;
  }
}
#home_security main #Useful {
  overflow-x: hidden;
  margin-bottom: 5rem;
}
#home_security main #Useful h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful h2 {
    font-size: 1rem;
  }
}
#home_security main #Useful h2:before {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background-image: url("../images/home_security/icon_Useful01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2rem);
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful h2:before {
    left: 100%;
    right: auto;
  }
}
#home_security main #Useful h2:after {
  content: "";
  display: block;
  width: 50vw;
  height: 2px;
  background-color: #20997A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 8rem);
  margin: auto 0;
}
#home_security main #Useful h2 span:nth-of-type(1) {
  font-size: 30px;
  color: #FFFFFF;
  background-color: #20997A;
  border-radius: 100px;
  padding: 2px 0.75em;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful h2 span:nth-of-type(1) {
    font-size: 1rem;
  }
}
#home_security main #Useful h2 span:nth-of-type(2) {
  font-size: 42px;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful h2 span:nth-of-type(2) {
    font-size: 1.3rem;
  }
}
#home_security main #Useful h2 span:nth-of-type(2) b {
  background: linear-gradient(to bottom, rgba(241, 241, 126, 0) 75%, #f1f17e 76%, #f1f17e 90%, rgba(241, 241, 126, 0) 91%);
}
#home_security main #Useful ul {
  max-width: 960px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 5rem;
}
#home_security main #Useful ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}
#home_security main #Useful ul li div:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1) {
    width: 100%;
  }
}
#home_security main #Useful ul li div:nth-of-type(1) h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: solid 2px #20997A;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
#home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(1) {
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  margin-bottom: 2rem;
}
#home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(1) b {
  color: #20997A;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(1) {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
}
#home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(2) {
  font-size: 35px;
  margin-bottom: 0.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(2) {
    font-size: 1.1rem;
  }
  #home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(2) br {
    display: none;
  }
}
#home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(3) {
  font-size: 20px;
  color: #20997A;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1) h3 span:nth-of-type(3) {
    font-size: 0.9rem;
  }
}
#home_security main #Useful ul li div:nth-of-type(1) > img {
  display: none;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1) > img {
    display: block;
    margin: 2rem auto;
    width: 100%;
  }
}
#home_security main #Useful ul li div:nth-of-type(1) p {
  font-size: 1rem;
}
#home_security main #Useful ul li div:nth-of-type(1) p b {
  font-weight: normal;
  color: #20997A;
}
#home_security main #Useful ul li div:nth-of-type(1) p br:not(:first-of-type) {
  display: none;
}
#home_security main #Useful ul li div:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(2) {
    display: none;
  }
}
#home_security main #Useful ul li div:nth-of-type(2) img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}
#home_security main #Useful ul li div:nth-of-type(1) {
  position: relative;
}
#home_security main #Useful ul li div:nth-of-type(1):before {
  content: "";
  display: block;
  width: 232px;
  aspect-ratio: 232/165;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #home_security main #Useful ul li div:nth-of-type(1):before {
    width: auto;
    height: 6rem;
  }
}
#home_security main #Useful ul li:nth-of-type(1) div:nth-of-type(1):before {
  background-image: url("../images/home_security/number01.png");
}
#home_security main #Useful ul li:nth-of-type(2) div:nth-of-type(1):before {
  background-image: url("../images/home_security/number02.png");
}
#home_security main #Useful ul li:nth-of-type(3) div:nth-of-type(1):before {
  background-image: url("../images/home_security/number03.png");
}
#home_security main #Useful ul li:nth-of-type(4) div:nth-of-type(1):before {
  background-image: url("../images/home_security/number04.png");
}
#home_security main #Useful ul li:nth-of-type(5) div:nth-of-type(1):before {
  background-image: url("../images/home_security/number05.png");
}
@media screen and (min-width: 980px) {
  #home_security main #Useful ul li:nth-of-type(odd) div:nth-of-type(1) {
    order: 2;
  }
  #home_security main #Useful ul li:nth-of-type(odd) div:nth-of-type(2) {
    order: 1;
  }
}
@media screen and (max-width: 979px) {
  #home_security main #Useful ul li {
    flex-direction: column;
    align-items: center;
  }
  #home_security main #Useful ul li div:nth-of-type(2) {
    width: 100%;
  }
}
#home_security main #Home-security-business {
  background: linear-gradient(to right, rgba(32, 153, 122, 0.5), rgba(67, 175, 206, 0.5));
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
#home_security main #Home-security-business:before {
  content: "";
  display: block;
  max-width: 1243px;
  width: 90vw;
  aspect-ratio: 1243/98;
  background-image: url("../images/home_security/back-title_Home-security-business02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home_security main #Home-security-business > h2 {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: -2px -2px 1px #132847, 0px -2px 1px #132847, 2px -2px 1px #132847, 2px 0px 1px #132847, 2px 2px 1px #132847, 0px 2px 1px #132847, -2px 2px 1px #132847, -2px 0px 1px #132847, 4px 4px 3px #132847;
  text-align: center;
  font-size: 24px;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #home_security main #Home-security-business > h2 {
    line-height: 1.2;
    font-size: 1rem;
  }
}
#home_security main #Home-security-business > h2 span,
#home_security main #Home-security-business > h2 b {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  #home_security main #Home-security-business > h2 span,
  #home_security main #Home-security-business > h2 b {
    font-size: 1.5rem;
  }
}
#home_security main #Home-security-business > h2 span {
  color: #FFFFFF;
}
#home_security main #Home-security-business > h2 b {
  color: #F1F17E;
}
#home_security main #Home-security-business > h2:after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home_security main #Home-security-business > picture img {
  max-width: 960px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 3rem;
}
#home_security main #Home-security-business #demand-for-security {
  max-width: 810px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #132847;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 2rem 5rem;
  position: relative;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security {
    padding: 2rem;
  }
}
#home_security main #Home-security-business #demand-for-security:before, #home_security main #Home-security-business #demand-for-security:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #132847;
  border-radius: 100%;
  position: absolute;
  top: 18px;
}
#home_security main #Home-security-business #demand-for-security:before {
  left: 18px;
}
#home_security main #Home-security-business #demand-for-security:after {
  right: 18px;
}
#home_security main #Home-security-business #demand-for-security > h3 {
  font-size: 22px;
  text-align: center;
  line-height: 2;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security > h3 {
    font-size: 0.9rem;
  }
}
#home_security main #Home-security-business #demand-for-security > h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url("../images/home_security/dot.svg");
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(1) {
  font-weight: bold;
  position: relative;
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(1):before, #home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(1):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.25em;
  background-color: #132847;
  position: absolute;
  bottom: 2px;
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(1):before {
  transform: rotate(45deg);
  left: calc(100% + 0.5em);
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(1):after {
  transform: rotate(-45deg);
  right: calc(100% + 0.5em);
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(2) {
  font-size: 30px;
  background-color: #F1F17E;
  border: solid 2px #132847;
  padding: 0 0.2em;
  margin-right: 0.25em;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(2) {
    font-size: 0.9rem;
  }
}
#home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(2) small {
  font-size: 0.75em;
}
@media screen and (min-width: 691px) {
  #home_security main #Home-security-business #demand-for-security > h3 span:nth-of-type(3) {
    display: none;
  }
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(1) {
  text-align: center;
  margin-bottom: 2rem;
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(1) b {
  font-weight: normal;
  color: #20997A;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security > p:nth-of-type(1) {
    font-size: 0.75rem;
    text-align: left;
  }
  #home_security main #Home-security-business #demand-for-security > p:nth-of-type(1) br {
    display: none;
  }
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(2) {
  display: table;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(2):before, #home_security main #Home-security-business #demand-for-security > p:nth-of-type(2):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.25em;
  background-color: #132847;
  position: absolute;
  bottom: 2px;
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(2):before {
  transform: rotate(45deg);
  left: calc(100% + 0.5em);
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(2):after {
  transform: rotate(-45deg);
  right: calc(100% + 0.5em);
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(3) {
  text-align: center;
  margin-bottom: 1rem;
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(3) b {
  font-weight: normal;
  color: #20997A;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security > p:nth-of-type(3) {
    font-size: 0.75rem;
    text-align: left;
  }
  #home_security main #Home-security-business #demand-for-security > p:nth-of-type(3) br {
    display: none;
  }
}
#home_security main #Home-security-business #demand-for-security > p:nth-of-type(4) {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  background-color: #F1F17E;
  border: solid 2px #132847;
  padding: 0 0.5em;
  margin-bottom: 1rem;
}
#home_security main #Home-security-business #demand-for-security img.percent {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security img.percent {
    width: 35%;
  }
}
#home_security main #Home-security-business #demand-for-security img.four-people {
  position: absolute;
  bottom: -2rem;
  left: -4rem;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security img.four-people {
    width: 32%;
    bottom: -1rem;
    left: 0;
  }
}
#home_security main #Home-security-business #demand-for-security picture.pleasure {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  display: block;
  width: 182px;
  aspect-ratio: 182/166;
}
#home_security main #Home-security-business #demand-for-security picture.pleasure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
@media screen and (max-width: 690px) {
  #home_security main #Home-security-business #demand-for-security picture.pleasure {
    width: 25%;
  }
}
#home_security main #proposal-image {
  padding-top: 4rem;
  position: relative;
}
#home_security main #proposal-image h2 {
  font-size: 50px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #home_security main #proposal-image h2 {
    font-size: 8vw;
  }
}
#home_security main #proposal-image h2 > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0.5rem;
}
#home_security main #proposal-image h2 > span:before, #home_security main #proposal-image h2 > span:after {
  width: 50vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0.5em;
}
#home_security main #proposal-image h2 > span:before {
  right: 100%;
  background: linear-gradient(to left, #20997A, #43afce);
}
#home_security main #proposal-image h2 > span:after {
  left: 100%;
  background: linear-gradient(to right, #20997A, #43afce);
}
#home_security main #proposal-image h2 > span span {
  line-height: 1em;
}
#home_security main #proposal-image h2 > span span:nth-child(1) {
  font-size: 1em;
  color: #132847;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Arimo", sans-serif;
}
#home_security main #proposal-image h2 > span span:nth-child(1) b {
  font-size: 1.2em;
  color: #20997A;
}
#home_security main #proposal-image h2 > span span:nth-child(2) {
  font-size: 0.24em;
  color: #132847;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #home_security main #proposal-image h2 > span span:nth-child(2) {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
#home_security main #proposal-image h2 > span {
  position: relative;
}
#home_security main #proposal-image h2 > span:before, #home_security main #proposal-image h2 > span:after {
  transform: scaleX(0);
  z-index: 10;
}
#home_security main #proposal-image h2 > span:after {
  width: 100%;
  height: 100%;
  background: #132847;
  top: 0;
  left: 0;
  right: auto;
  transform-origin: center right;
}
#home_security main #proposal-image h2 > span span {
  opacity: 0;
}
#home_security main #proposal-image h2.is_inview {
  --mask-duration: 1s;
  --timing-function: ease-in-out;
  --fill-mode: forwards;
}
@keyframes headline01-left__mask {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  40% {
    transform: scaleX(100%);
    transform-origin: center right;
  }
  50% {
    transform-origin: center left;
  }
  60% {
    transform: scaleX(100%);
  }
  to {
    transform: scaleX(0%);
    transform-origin: center left;
  }
}
@keyframes headline01-left__showBorder {
  from {
    transform: scaleX(0%);
    transform-origin: center right;
  }
  to {
    transform: scaleX(100%);
    transform-origin: center right;
  }
}
#home_security main #proposal-image h2.is_inview > span span {
  animation-name: headline01_showText;
  animation-duration: var(--mask-duration);
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #proposal-image h2.is_inview > span:after {
  animation-name: headline01-left__mask;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #proposal-image h2.is_inview > span:before {
  animation-name: headline01-left__showBorder;
  animation-duration: 1s;
  animation-timing-function: var(--timing-function);
  animation-delay: var(--mask-duration);
  animation-fill-mode: var(--fill-mode);
}
#home_security main #proposal-image h2 > span > span:nth-of-type(2) {
  color: #20997A;
}
#home_security main #proposal-image picture.icon {
  display: block;
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#home_security main #proposal-image picture.icon img {
  display: block;
  width: 249px;
  aspect-ratio: 249/220;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  #home_security main #proposal-image picture.icon {
    top: 6rem;
  }
  #home_security main #proposal-image picture.icon img {
    width: 30%;
  }
}
#home_security main #proposal-image > p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #home_security main #proposal-image > p {
    text-align: left;
    font-size: 0.9rem;
    width: 65%;
    margin: 0 auto 0 8vw;
  }
}
#home_security main #proposal-image ul {
  max-width: 730px;
  width: 89.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul {
    flex-direction: column;
    row-gap: 4rem;
    margin-top: 3rem;
  }
}
#home_security main #proposal-image ul li {
  display: block;
  width: 210px;
  border: solid 2px #132847;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(to bottom, #20997A 30%, #FFFFFF 31%);
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul li {
    width: 100%;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background: #FFFFFF;
  }
}
#home_security main #proposal-image ul li:before {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #132847;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: calc(100% - 15px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul li:before {
    width: 2.5rem;
    font-size: 1.25rem;
    right: auto;
    margin: 0;
    top: auto;
    bottom: calc(100% - 1.75rem);
  }
}
#home_security main #proposal-image ul li:nth-of-type(1):before {
  content: "01";
}
#home_security main #proposal-image ul li:nth-of-type(2):before {
  content: "02";
}
#home_security main #proposal-image ul li:nth-of-type(3):before {
  content: "03";
}
#home_security main #proposal-image ul li:after {
  content: "";
  width: 1rem;
  height: 2rem;
  display: block;
  background-color: #132847;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 1.25rem);
  margin: auto 0;
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul li:after {
    bottom: auto;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
#home_security main #proposal-image ul li:last-of-type:after {
  display: none;
}
#home_security main #proposal-image ul li h3 {
  width: 100%;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 24px;
  margin-bottom: 1rem;
  position: relative;
}
#home_security main #proposal-image ul li h3 picture {
  width: 100%;
  height: 100px;
  background-color: #20997A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  margin-bottom: 1rem;
}
#home_security main #proposal-image ul li h3:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #20997A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul li h3 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: solid 2px #132847;
    padding: 0;
    margin-bottom: 0;
    background: linear-gradient(to right, #20997A 30%, #FFFFFF 30%);
  }
  #home_security main #proposal-image ul li h3 picture {
    width: 50%;
    margin: 0;
    border-radius: 10px 0 0 10px;
  }
  #home_security main #proposal-image ul li h3 picture img {
    width: 2rem;
  }
  #home_security main #proposal-image ul li h3 span {
    font-size: 1.25rem;
    margin: 0 auto;
    text-align: center;
  }
  #home_security main #proposal-image ul li h3:after {
    display: none;
  }
}
#home_security main #proposal-image ul li p {
  padding: 0 1rem 1rem;
}
@media screen and (max-width: 799px) {
  #home_security main #proposal-image ul li p {
    width: 50%;
    padding: 0 1rem;
    font-size: 0.75rem;
  }
}
#home_security main #proposal-image picture.campaign {
  display: block;
  margin: 6rem auto 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
#home_security main #proposal-image picture.campaign img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */