@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");

/*!
Theme Name: etosangyo2026
Author: image
version:1
*/

/* abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  /* background-color: transparent; */
  /* box-sizing: border-box;
} 

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
} */

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

html {
  line-height: 1;
}

em,
strong {
  font-style: normal;
}

i {
  font-style: normal;
}

button,
input[type="email"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
}

button::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
select::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

button::focus,
input[type="email"]::focus,
input[type="reset"]::focus,
input[type="submit"]::focus,
input[type="tel"]::focus,
input[type="text"]::focus,
select::focus,
textarea::focus {
  outline-offset: -2px;
}

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

* {
  min-height: 0vw;
  line-height: calc(1em + 1rem);
  box-sizing: border-box;
}

:root {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

body {
  height: 100%;
}

a {
  color: #000;
  transition: 0.3s;
  transition-property: color, background, opacity, border;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}

a[href=""],
a[href="#"] {
  background: #fff399;
  pointer-events: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a img {
  transition: 0.3s;
  vertical-align: bottom;
}

a:hover {
  /* color: #b39e00; */
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

p,a {
  line-height: 1.8;
  font-weight: 400;
}

body > header {
  box-shadow: 0 3px 5px #ddd;
  width: 100%;
  position: fixed;
  background: #fff;
  gap: 0;
  top: 0;
  left: 0;
  z-index: 105;
  transition: 0.3s;
}

body > header.hide {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  top: -150px;
}

body > header.top {
  box-shadow: none;
}

body > header > h1 {
  font-size: 12px;
  line-height: 2rem;
  box-sizing: border-box;
  width: 1240px;
  min-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  margin: auto;
}

body > header > div {
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  width: 1240px;
  min-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin: auto;
  transition: padding 0.3s;
}

body > header > div > div:first-child > a.header-logo img {
  height: 45px;
}

@media screen and (max-width: 600px) {
  body > header > h1 {
    width: 100%;
    min-width: 100%;
    font-size: 10px;
    line-height: 1rem;
    padding: 10px 15px;
  }

  body > header > div {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body > header > div {
    padding-bottom: 15px;
  }
}

body > header > div > div:first-child {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

body > header > div > div:first-child h1,
body > header > div > div:first-child span {
  font-size: 10px;
  padding-bottom: 15px;
}

body > header > div > div:first-child > a {
  line-height: 1;
  font-size: 12px;
  padding-bottom: 15px;
  text-decoration: underline;
}

body > header > div .btnbox {
  display: none;
}

body > header > div nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 20px;
}

body > header > div nav > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body > header > div nav > div:first-of-type a,
body > header > div nav > div:first-of-type p {
  line-height: 1;
}

body > header > div nav > div:first-of-type p {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body > header > div nav > div:first-of-type p:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #000;
}

body > header > div nav > div:first-of-type a {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

body > header > div nav > div:first-of-type a:before {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2013%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.24.1a1%201%200%200%201%201.38.49l1.38%202.9a1%201%200%200%201%20-.48%201.39l-1.26.61a1%201%200%200%200%20-.48%201.39%2046.24%2046.24%200%200%200%203.68%207.67%201.09%201.09%200%200%200%201.4.45l1.26-.62a1%201%200%200%201%201.38.49l1.4%202.89a1.05%201.05%200%200%201%20-.49%201.4h-.09c-.47.21-2.68%201.12-4.13.61s-3.91-4.45-5.29-7.23l-.19-.4c-1.34-2.77-3.17-7.46-2.6-9.14s3.13-2.9%203.13-2.9%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > header > div nav > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

body > header > div nav > ul li {
  position: relative;
}

body > header > div nav > ul li .ti {
  display: none;
}

body > header > div nav > ul li a,
body > header > div nav > ul li p {
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-size: clamp(0.21875rem, 14px, 14px);
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

body > header > div nav > ul li ul {
  max-width: 1000px;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2px #ffe200;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  z-index: -1;
  background: #fff;
  padding: 40px 10px 10px;
}

body > header > div nav > ul li ul > li {
  display: block;
}

body > header > div nav > ul li ul > li a {
  line-height: 2;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
}

body > header > div nav > ul li ul > li a:before {
  content: "・";
  color: #ffe200;
}

body > header > div nav > ul li ul > li.top {
  margin-bottom: 10px;
}

body > header > div nav > ul li ul > li.top a {
  background: #ffe200;
  padding: 0 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
}

body > header > div nav > ul li ul > li.top a:hover {
  background: #998800;
  color: #fff;
}

body > header > div nav > ul li ul > li.top a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > header > div nav > ul li ul > li.top a:before {
  display: none;
}

body > header > div nav > ul li ul > li.top a:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > header > div nav > ul li:hover a,
body > header > div nav > ul li:hover p {
  z-index: 3;
}

body > header > div nav > ul li:hover ul {
  z-index: 2;
  opacity: 1;
}

body > header > div nav .splus {
  display: none;
}

@media screen and (max-width: 600px) {
  body > header > div {
    gap: 0;
  }

  body > header > div > div:first-child {
    max-width: 200px;
  }

  body > header > div > div:first-child h1,
  body > header > div > div:first-child span {
    padding-bottom: 0;
  }

  body > header > div > div:first-child > a {
    display: none;
  }

  body > header > div > div:first-child > a.header-logo {
    display: block;
  }

  body > header > div > div:first-child > a.header-logo img {
    height: auto;
  }

  body > header > div .btnbox {
    display: flex;
    gap: 10px;
  }

  body > header > div .btnbox a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 1px black;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2013%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.24.1a1%201%200%200%201%201.38.49l1.38%202.9a1%201%200%200%201%20-.48%201.39l-1.26.61a1%201%200%200%200%20-.48%201.39%2046.24%2046.24%200%200%200%203.68%207.67%201.09%201.09%200%200%200%201.4.45l1.26-.62a1%201%200%200%201%201.38.49l1.4%202.89a1.05%201.05%200%200%201%20-.49%201.4h-.09c-.47.21-2.68%201.12-4.13.61s-3.91-4.45-5.29-7.23l-.19-.4c-1.34-2.77-3.17-7.46-2.6-9.14s3.13-2.9%203.13-2.9%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: 46%;
  }

  body > header > div .btnbox button {
    width: 38px;
    height: 38px;
    padding: 0;
    position: relative;
    background: white;
    transition: 0.3s;
  }

  body > header > div .btnbox button:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 17px);
    width: 34px;
    height: 2px;
    background: black;
    transition: 0.3s;
  }

  body > header > div .btnbox button span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }

  body > header > div .btnbox button span:after,
  body > header > div .btnbox button span:before {
    content: "";
    position: absolute;
    left: calc(50% - 17px);
    width: 34px;
    height: 2px;
    background: black;
    transition: 0.3s;
  }

  body > header > div .btnbox button span:before {
    top: calc(50% - 13px);
  }

  body > header > div .btnbox button span:after {
    top: calc(50% + 12px);
  }

  body > header > div .btnbox.open button {
    transform: rotate(180deg);
    width: 38px;
    height: 38px;
    padding: 0;
    position: relative;
  }

  body > header > div .btnbox.open button:before {
    opacity: 0;
  }

  body > header > div .btnbox.open button span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }

  body > header > div .btnbox.open button span:after,
  body > header > div .btnbox.open button span:before {
    content: "";
    position: absolute;
    left: calc(50% - 17px);
    width: 34px;
    height: 2px;
    background: black;
    top: 50%;
  }

  body > header > div .btnbox.open button span:before {
    transform: rotate(45deg);
  }

  body > header > div .btnbox.open button span:after {
    transform: rotate(-45deg);
  }

  body > header > div nav {
    position: absolute;
    top: 100px;
    left: 100%;
    z-index: 50;
    background: #fff;
    width: 100%;
    gap: 0;
    padding-bottom: 80px;
    display: block;
    overflow: scroll;
    height: calc(100vh - 68px);
    transition: left 0.3s;
  }

  body > header > div nav > div:first-of-type {
    display: none;
  }

  body > header > div nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
  }

  body > header > div nav > ul > li {
    position: relative;
    width: 100%;
    border-top: solid 1px #c8c8c8;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }

  body > header > div nav > ul > li:last-child {
    border-bottom: solid 1px #c8c8c8;
  }

  body > header > div nav > ul > li > div {
    width: 140px;
  }

  body > header > div nav > ul > li .ti {
    flex: 0 1 155px;
    display: block;
    width: 155px;
  }

  body > header > div nav > ul > li a,
  body > header > div nav > ul > li p {
    display: block;
    line-height: 2;
    text-align: left;
    font-size: 14px;
    font-size: clamp(0.21875rem, 14px, 14px);
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }

  body > header > div nav > ul > li > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body > header > div nav > ul > li > div > a:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  body > header > div nav > ul > li ul {
    opacity: 1;
    position: static;
    transform: translateX(0);
    border: none;
    border-radius: 0;
    padding: 0;
  }

  body > header > div nav > ul > li ul > li {
    padding: 0;
    display: block;
    border: none;
  }

  body > header > div nav > ul > li ul > li a {
    line-height: 2;
  }

  body > header > div nav > ul > li ul > li.top {
    display: none;
  }

  body > header > div nav .splus {
    display: block;
    padding: 0 15px;
    margin-top: 25px;
  }

  body > header > div nav .splus > div:first-child {
    width: 100%;
    text-align: center;
  }

  body > header > div nav .splus > div:first-child ul:first-of-type {
    display: flex;
    gap: 10px;
  }

  body > header > div nav .splus > div:first-child ul:first-of-type li {
    flex: 1 1 50%;
  }

  body > header > div nav .splus > div:first-child ul:first-of-type li a {
    display: block;
    background: #ffe200;
    border-radius: 20px;
    padding: 20px 0;
  }

  body > header > div nav .splus > div:first-child ul:first-of-type li a:hover {
    color: inherit;
  }

  body > header > div nav .splus > div:first-child ul:first-of-type li a p {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
  }

  body
    > header
    > div
    nav
    .splus
    > div:first-child
    ul:first-of-type
    li
    a
    p:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto 10px;
  }

  body
    > header
    > div
    nav
    .splus
    > div:first-child
    ul:first-of-type
    li
    a
    p
    span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    text-align: center;
  }

  body
    > header
    > div
    nav
    .splus
    > div:first-child
    ul:first-of-type
    li:nth-child(2)
    a {
    background: #00b900;
    color: #fff;
  }

  body
    > header
    > div
    nav
    .splus
    > div:first-child
    ul:first-of-type
    li:nth-child(2)
    a
    p:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  body > header > div nav .splus > div:first-child > p {
    margin-top: 30px;
    font-size: 12px;
  }

  body > header > div nav .splus > div:first-child ul:last-of-type li {
    margin-top: 10px;
  }

  body
    > header
    > div
    nav
    .splus
    > div:first-child
    ul:last-of-type
    li:first-child {
    border-bottom: solid 1px #000;
    margin-top: 0;
    padding-bottom: 10px;
  }

  body > header > div nav .splus > div:first-child ul:last-of-type li p {
    margin-top: 0;
    line-height: 1;
    font-size: 12px;
  }

  body > header > div nav .splus > div:first-child ul:last-of-type li a {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  body > header > div nav .splus > div:first-child ul:last-of-type li a img {
    width: auto;
    height: 25px;
  }

  body > header > div nav .splus > div:first-child ul:last-of-type li a span {
    font-size: 36px;
  }

  body > header > div nav .splus > div:last-child {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-direction: column;
    gap: 20px;
  }

  body > header > div nav .splus > div:last-child ul {
    display: flex;
    align-items: center;
    height: 40px;
    gap: 20px;
  }

  body > header > div nav .splus > div:last-child ul li {
    position: relative;
    height: 20px;
    line-height: 1;
  }

  body > header > div nav .splus > div:last-child ul li:not(:last-child) a i {
    font-size: 20px;
    transition: color 0.3s;
  }

  body
    > header
    > div
    nav
    .splus
    > div:last-child
    ul
    li:not(:last-child)
    a
    i.fa-facebook {
    color: #1877f2;
  }

  body
    > header
    > div
    nav
    .splus
    > div:last-child
    ul
    li:not(:last-child)
    a
    i.fa-instagram {
    background:
      linear-gradient(
        135deg,
        #5060d1 0%,
        rgba(255, 255, 255, 0) 50%,
        #dd2e72 100%
      ),
      linear-gradient(45deg, #fed575 0%, #f77130 33%, #cd3189 66%, #a037b9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  body
    > header
    > div
    nav
    .splus
    > div:last-child
    ul
    li:not(:last-child)
    a
    i.fa-youtube {
    color: #e73a18;
  }

  body
    > header
    > div
    nav
    .splus
    > div:last-child
    ul
    li:not(:last-child)
    a:hover
    i {
    color: #ffe200;
  }

  body > header > div nav .splus > div:last-child ul li:last-child a {
    text-decoration: underline;
  }

  body > header > div nav .splus > div:last-child ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 10px;
  }

  body > header > div nav .splus > div:last-child ul li:last-child {
    width: 100%;
    text-align: center;
  }

  body > header > div nav .splus > div:last-child ul li:last-child a {
    display: block;
  }

  body > header > div .btnbox.open + nav {
    left: 0;
  }
}

body > footer {
  max-width: 100%;
  min-width: 1240px;
  padding-right: 120px;
  padding-left: 120px;
  padding-top: 160px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: white;
}

@media screen and (max-width: 600px) {
  body > footer {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 600px) {
  body > footer {
    padding-top: 80px;
  }
}

body > footer > * {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

body > footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 439px;
  height: 189px;
  background: url(img/common/hand.png) center/cover no-repeat;
  background-image: image-set(
    url(img/common/hand.png) 1x,
    url(img/common/hand@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(img/common/hand.png) 1x,
    url(img/common/hand@2x.png) 2x
  );
}

body > footer > div:first-child {
  display: flex;
  gap: 80px;
}

body > footer > div:first-child > div:first-child {
  flex: 1 1 490px;
}

body > footer > div:first-child > div:first-child > div {
  display: flex;
  justify-content: space-between;
}

body > footer > div:first-child > div:first-child > div h2 {
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child > div h2 {
    font-size: 41px;
  }
}

body > footer > div:first-child > div:first-child ul {
  margin-top: 20px;
  border-top: solid 1px #c8c8c8;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul {
    margin-top: 10px;
  }
}

body > footer > div:first-child > div:first-child ul li {
  padding: 20px 0;
  border-bottom: solid 1px #c8c8c8;
}

body > footer > div:first-child > div:first-child ul li > div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li > div {
    font-size: 12px;
  }
}

body > footer > div:first-child > div:first-child ul li > div > div {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background: #e6e6e6;
  height: 20px;
  line-height: 20px;
  width: 85px;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li > div > div {
    font-size: 10px;
  }
}

body > footer > div:first-child > div:first-child ul li a {
  text-decoration: underline;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li a {
    font-size: 12px;
  }
}

body > footer > div:first-child > div:last-child {
  flex: 1 1 430px;
}

body > footer > div:first-child > div:last-child > * {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child > * {
    margin-top: 20px;
  }
}

body > footer > div:first-child > div:last-child > :first-child {
  margin-top: 0;
}

body > footer > div:first-child > div:last-child > * > * {
  margin-top: 20px;
}

body > footer > div:first-child > div:last-child > * > :first-child {
  margin-top: 0;
}

body > footer > div:first-child > div:last-child > h2 + * {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child > h2 + * {
    margin-top: 10px;
  }
}

body > footer > div:first-child > div:last-child ul:first-of-type li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffe200;
  border-radius: 20px;
  height: 118px;
  transition: background 0.3s;
}

body > footer > div:first-child > div:last-child ul:first-of-type li a:hover {
  background: #d6be00;
  color: #000;
}

body > footer > div:first-child > div:last-child ul:first-of-type li a p {
  font-size: 16px;
  font-weight: 700;
}

body > footer > div:first-child > div:last-child ul:first-of-type li a p span {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}

body
  > footer
  > div:first-child
  > div:last-child
  ul:first-of-type
  li
  a
  p
  span:before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body
  > footer
  > div:first-child
  > div:last-child
  ul:first-of-type
  li:nth-child(2)
  a {
  background: #00b900;
  color: #fff;
}

body
  > footer
  > div:first-child
  > div:last-child
  ul:first-of-type
  li:nth-child(2)
  a:hover {
  background: #00a000;
}

body
  > footer
  > div:first-child
  > div:last-child
  ul:first-of-type
  li:nth-child(2)
  a
  p
  span:before {
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > footer > div:first-child > div:last-child h2 {
  font-size: 16px;
}

body > footer > div:first-child > div:last-child ul:last-of-type {
  margin-top: 0;
}

body > footer > div:first-child > div:last-child ul:last-of-type li {
  margin-top: 0;
}

body
  > footer
  > div:first-child
  > div:last-child
  ul:last-of-type
  li:first-child {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

body > footer > div:first-child > div:last-child ul:last-of-type li a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

body > footer > div:first-child > div:last-child ul:last-of-type li a span {
  font-size: 43px;
}

body > footer > div:first-child > div:last-child ul:last-of-type li p {
  font-size: 14px;
}

body > footer.simple > div:first-child {
  margin: auto;
  flex-direction: column;
  gap: 20px;
}

body > footer.simple > div:first-child > * {
  text-align: center;
}

body > footer.simple > div:first-child ul:first-of-type {
  display: flex;
  justify-content: center;
  gap: 20px;
}

body > footer.simple > div:first-child ul:first-of-type li {
  width: 430px;
}

body > footer.simple > div:first-child ul:first-of-type li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffe200;
  border-radius: 20px;
  height: 118px;
  transition: background 0.3s;
}

body > footer.simple > div:first-child ul:first-of-type li a:hover {
  background: #d6be00;
  color: #000;
}

body > footer.simple > div:first-child ul:first-of-type li a p {
  font-size: 16px;
  font-weight: 700;
}

body > footer.simple > div:first-child ul:first-of-type li a p span {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}

body > footer.simple > div:first-child ul:first-of-type li a p span:before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > footer.simple > div:first-child ul:first-of-type li:nth-child(2) a {
  background: #00b900;
  color: #fff;
}

body
  > footer.simple
  > div:first-child
  ul:first-of-type
  li:nth-child(2)
  a:hover {
  background: #00a000;
}

body
  > footer.simple
  > div:first-child
  ul:first-of-type
  li:nth-child(2)
  a
  p
  span:before {
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

body > footer.simple > div:first-child h2 {
  font-size: 16px;
  margin-top: 20px;
}

body > footer.simple > div:first-child ul:last-of-type {
  display: flex;
  justify-content: center;
}

body > footer.simple > div:first-child ul:last-of-type li:first-child {
  border-right: solid 1px #000;
  padding-right: 20px;
  margin-right: 20px;
}

body > footer.simple > div:first-child ul:last-of-type li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

body > footer.simple > div:first-child ul:last-of-type li a span {
  font-size: 43px;
}

body > footer.simple > div:first-child ul:last-of-type li p {
  line-height: 1;
  font-size: 14px;
}

body > footer > div:nth-child(2) {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 600px) {
  body > footer > div:nth-child(2) {
    margin-top: 40px;
  }
}

body > footer > div:nth-child(2) ul {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 20px;
}

body > footer > div:nth-child(2) ul li {
  position: relative;
  height: 20px;
  line-height: 1;
}

body > footer > div:nth-child(2) ul li:not(:last-child) a i {
  font-size: 20px;
  transition: color 0.3s;
}

body > footer > div:nth-child(2) ul li:not(:last-child) a i.fa-facebook {
  color: #1877f2;
}

body > footer > div:nth-child(2) ul li:not(:last-child) a i.fa-instagram {
  background:
    linear-gradient(
      135deg,
      #5060d1 0%,
      rgba(255, 255, 255, 0) 50%,
      #dd2e72 100%
    ),
    linear-gradient(45deg, #fed575 0%, #f77130 33%, #cd3189 66%, #a037b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

body > footer > div:nth-child(2) ul li:not(:last-child) a i.fa-youtube {
  color: #e73a18;
}

body > footer > div:nth-child(2) ul li:not(:last-child) a:hover i {
  color: #ffe200;
}

body > footer > div:nth-child(2) ul li:last-child a {
  text-decoration: underline;
}

body > footer nav > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

body > footer nav > ul > li ul li:before {
  content: "・";
  color: #ffe200;
  vertical-align: top;
}

body > footer small {
  display: block;
  margin-top: 180px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: clamp(0.21875rem, 14px, 12px);
  font-weight: inherit;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body > footer small {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
}

@media screen and (max-width: 600px) {
  body > footer {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }

  body > footer > * {
    width: 100%;
  }

  body > footer > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }

  body > footer > div:first-child > div:first-child {
    flex: 1 1 auto;
    width: 100%;
  }

  body > footer > div:first-child > div:first-child > div {
    display: flex;
    justify-content: space-between;
  }

  body > footer > div:first-child > div:first-child > div h2 {
    font-size: 30px;
  }

  body > footer > div:first-child > div:first-child > div .btn {
    display: none;
  }

  body > footer > div:first-child > div:first-child ul {
    margin-top: 20px;
    border-top: solid 1px #c8c8c8;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li {
    border-bottom: solid 1px #c8c8c8;
  }

  body > footer > div:first-child > div:first-child ul li > div {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li > div {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li > div > div {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    background: #e6e6e6;
    height: 20px;
    line-height: 20px;
    width: 85px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li > div > div {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li a {
    text-decoration: underline;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body > footer > div:first-child > div:first-child ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:first-child div.btn {
    margin-top: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child {
    flex: 1 1 auto;
    width: 100%;
  }

  body > footer > div:first-child > div:last-child > * {
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  body > footer > div:first-child > div:last-child > * {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child > :first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child > * > * {
    margin-top: 0;
  }

  body > footer > div:first-child > div:last-child > * > :first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child ul:first-of-type {
    display: flex;
    gap: 10px;
  }

  body > footer > div:first-child > div:last-child ul:first-of-type li {
    flex: 1 1 50%;
  }

  body > footer > div:first-child > div:last-child ul:first-of-type li a {
    height: auto;
    padding: 20px 0;
  }

  body > footer > div:first-child > div:last-child ul:first-of-type li a p {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
  }

  body
    > footer
    > div:first-child
    > div:last-child
    ul:first-of-type
    li
    a
    p:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto 10px;
  }

  body
    > footer
    > div:first-child
    > div:last-child
    ul:first-of-type
    li
    a
    p
    span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  body
    > footer
    > div:first-child
    > div:last-child
    ul:first-of-type
    li
    a
    p
    span:before {
    display: none;
  }

  body
    > footer
    > div:first-child
    > div:last-child
    ul:first-of-type
    li:nth-child(2)
    a
    p:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child h2 {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:first-child > div:last-child ul:last-of-type {
    margin-top: 0;
  }

  body
    > footer
    > div:first-child
    > div:last-child
    ul:last-of-type
    li:first-child {
    margin-top: 0;
  }

  body > footer > div:first-child > div:last-child ul:last-of-type li p {
    font-size: 12px;
    line-height: 1;
  }

  body > footer > div:first-child > div:last-child ul:last-of-type li a span {
    font-size: 36px;
  }
}

@media screen and (max-width: 600px) {
  body > footer.simple > div:first-child {
    margin: auto;
    display: block;
  }

  body > footer.simple > div:first-child > * {
    text-align: center;
  }

  body > footer.simple > div:first-child ul:first-of-type {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  body > footer.simple > div:first-child ul:first-of-type li {
    flex: 1 1 50%;
  }

  body > footer.simple > div:first-child ul:first-of-type li a {
    height: auto;
    padding: 20px 0;
  }

  body > footer.simple > div:first-child ul:first-of-type li a p {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
  }

  body > footer.simple > div:first-child ul:first-of-type li a p:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto 10px;
  }

  body > footer.simple > div:first-child ul:first-of-type li a p span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  body > footer.simple > div:first-child ul:first-of-type li a p span:before {
    display: none;
  }

  body
    > footer.simple
    > div:first-child
    ul:first-of-type
    li:nth-child(2)
    a
    p:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  body > footer.simple > div:first-child h2 {
    font-size: 14px;
    margin-top: 20px;
  }

  body > footer.simple > div:first-child ul:last-of-type {
    display: block;
    justify-content: center;
  }

  body > footer.simple > div:first-child ul:last-of-type li:first-child {
    border-bottom: solid 1px #000;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  body > footer.simple > div:first-child ul:last-of-type li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  body > footer.simple > div:first-child ul:last-of-type li a span {
    font-size: 36px;
  }

  body > footer.simple > div:first-child ul:last-of-type li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > div:nth-child(2) {
    flex-direction: column;
    gap: 20px;
  }

  body > footer > div:nth-child(2) img {
    margin: auto;
  }

  body > footer > div:nth-child(2) ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 10px;
  }

  body > footer > div:nth-child(2) ul li:last-child {
    width: 100%;
    text-align: center;
  }

  body > footer > div:nth-child(2) ul li:last-child a {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  body > footer:before,
  body > footer nav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body > footer small {
    margin-top: 40px;
  }
}

main {
  min-width: 1240px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  main {
    min-width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
}

.key + main {
  margin-top: 0;
}

h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 60px;
  }
}

h2 span {
  display: block;
  font-size: 16px;
  font-weight: inherit;
}

@media screen and (max-width: 600px) {
  h2 span {
    font-size: 14px;
  }
}

.key {
  margin-top: 148px;
  position: relative;
  width: 100%;
  min-width: 1240px;
}

.key .slide img {
  height: 650px;
  width: auto;
}

.key h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 2px 3px white) drop-shadow(2px -2px 3px white)
    drop-shadow(-2px 2px 3px white) drop-shadow(-2px -2px 3px white);
}

.key article {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}

.key article ul {
  display: flex;
  font-size: 14px;
}

.key article ul li {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
}

.key article ul li p {
  flex-shrink: 0;
}

.key article ul li p em {
  font-size: 12px;
  margin-left: 20px;
  background: #e6e6e6;
  padding: 5px 20px;
  border-radius: 5px;
}

.key article ul li a {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .key {
    min-width: 100%;
    margin-top: 68px;
  }

  .key .keybox {
    position: relative;
  }

  .key .slide img {
    height: 360px;
  }

  .key h1 {
    width: 80%;
  }

  .key article {
    position: static;
    width: 100%;
    padding: 0 15px;
    transform: translateX(0);
  }

  .key article ul {
    margin-top: 30px;
  }

  .key article ul li {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 0;
  }

  .key article ul li p em {
    font-size: 10px;
    margin-left: 10px;
  }
}

.tp_evpick {
  display: flex;
  align-items: center;
  width: 1000px;
  min-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #ef2320;
  border-radius: 20px;
  background: #ef2320;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .tp_evpick {
    width: 100%;
    min-width: 100%;
  }
}

.tp_evpick h2 {
  margin-top: 0;
  padding: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  background: #ef2320;
  border-radius: 10px 0px 0px 10px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .tp_evpick h2 {
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  .tp_evpick h2 {
    font-size: 43px;
  }
}

.tp_evpick h2:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -2.1875rem;
  width: 2.1875rem;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2035%20126%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%20126v-126h35%22%20fill%3D%22%23EF2320%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.tp_evpick > article {
  background: #fff;
  height: 100%;
  margin-top: 0;
  flex: 1 1 auto;
  border-radius: 0px 17px 17px 0px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 calc(2.1875rem + 50px);
}

.tp_evpick > article a {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tp_evpick > article a p {
  font-size: 16px;
  font-weight: 400;
  flex: 1 1 auto;
}

@media screen and (max-width: 600px) {
  .tp_evpick > article a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .tp_evpick {
    flex-direction: column;
  }

  .tp_evpick h2 {
    padding: 12px;
    font-size: 30px;
    display: block;
    margin-top: 0;
    min-height: auto;
  }

  .tp_evpick h2:after {
    display: none;
  }

  .tp_evpick > article {
    background: #fff;
    height: 100%;
    margin-top: 0;
    flex: 1 1 auto;
    border-radius: 0 0 17px 17px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }

  .tp_evpick > article a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .tp_evpick > article a p {
    font-size: 16px;
    font-weight: 400;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_evpick > article a p {
    font-size: 14px;
  }
}

.tp_about {
  position: relative;
  z-index: 2;
}

.tp_about:before {
  content: "";
  position: absolute;
  display: block;
  top: -240px;
  right: -245px;
  width: 441px;
  height: 357px;
  background: url(img/top/cercle.png) center no-repeat;
  background-image: image-set(
    url(img/top/cercle.png) 1x,
    url(img/top/cercle@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(img/top/cercle.png) 1x,
    url(img/top/cercle@2x.png) 2x
  );
}

.tp_about > div {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .tp_about > div {
    margin-top: 60px;
  }
}

.tp_about > div h2 {
  margin-left: 50px;
}

.tp_about > div h3 {
  margin-top: -90px;
}

.tp_about > div > div ul {
  margin-left: 100px;
}

.tp_about > div > div ul li:not(:first-child) {
  margin-top: 40px;
}

.tp_about > div > div ul li div {
  display: flex;
  align-items: center;
}

.tp_about > div > div ul li div h4 {
  font-size: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li div h4 {
    font-size: 26px;
  }
}

.tp_about > div > div ul li div h4 span {
  font-size: inherit;
  color: #ef2320;
}

.tp_about > div > div ul li div h4:after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #ef2320;
  margin: 0 16px;
}

.tp_about > div > div ul li div p {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li div p {
    font-size: 14px;
  }
}

.tp_about > div > div ul li > span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li > span {
    font-size: 11px;
  }
}

.tp_about > div > div .btn {
  justify-content: flex-start;
  margin-top: 60px;
  margin-left: 150px;
}

@media screen and (max-width: 600px) {
  .tp_about > div > div .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .tp_about:before {
    display: none;
  }

  .tp_about > div {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_about > div {
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div h2 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div h3 {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div {
    margin-top: 60px;
  }

  .tp_about > div > div ul {
    margin-left: 0;
  }

  .tp_about > div > div ul li div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .tp_about > div > div ul li div h4 {
    font-size: 30px;
    font-weight: 400;
    display: block;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_about > div > div ul li div h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li div h4 span {
    font-size: inherit;
    color: #ef2320;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li div h4:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li div p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_about > div > div ul li div p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div ul li > span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .tp_about > div > div .btn {
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
  }
}

.tp_reason {
  min-width: 1240px;
  max-width: 1440px;
  padding: 0;
  margin-top: -65px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  background: url(img/top/reason_bg.png) 25px top no-repeat;
  background-image: image-set(
    url(img/top/reason_bg.png) 1x,
    url(img/top/reason_bg@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(img/top/reason_bg.png) 1x,
    url(img/top/reason_bg@2x.png) 2x
  );
}

@media screen and (max-width: 600px) {
  .tp_reason {
    padding-bottom: 60px;
  }
}

.tp_reason > div:first-child {
  display: flex;
  justify-content: space-between;
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 105px;
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child {
    width: 100%;
    min-width: 100%;
  }
}

.tp_reason > div:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 389px;
  height: 248px;
  background: url(img/top/reaso_ill.png) center/cover no-repeat;
  background-image: image-set(
    url(img/top/reaso_ill.png) 1x,
    url(img/top/reaso_ill@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(img/top/reaso_ill.png) 1x,
    url(img/top/reaso_ill@2x.png) 2x
  );
}

.tp_reason > div:first-child > div {
  margin-top: 0;
}

.tp_reason > div:first-child > div h2 {
  text-align: left;
}

.tp_reason > div:first-child > div .btn {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div .btn {
    margin-top: 30px;
  }
}

.tp_reason > div:first-child > div:first-child {
  flex: 1 0 auto;
  max-width: 242px;
}

.tp_reason > div:first-child > div:last-child {
  width: calc(224px * 3 + 16px);
}

.tp_reason > div:first-child > div:last-child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp_reason > div:first-child > div:last-child ul li {
  width: 224px;
  height: 296px;
}

.tp_reason > div:first-child > div:last-child ul li a {
  height: 100%;
  display: block;
  padding: 36px 15px;
  border-radius: 20px;
}

.tp_reason > div:first-child > div:last-child ul li a > h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 {
    font-size: 14px;
  }
}

.tp_reason > div:first-child > div:last-child ul li a > h3 > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1.7;
  letter-spacing: -0.035em;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    margin-top: 5px;
  }
}

.tp_reason
  > div:first-child
  > div:last-child
  ul
  li
  a
  > h3
  > span:first-of-type {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .tp_reason
    > div:first-child
    > div:last-child
    ul
    li
    a
    > h3
    > span:first-of-type {
    margin-top: 10px;
  }
}

.tp_reason > div:first-child > div:last-child ul li a.p1 {
  background: #ff9597;
}

.tp_reason > div:first-child > div:last-child ul li a.p1 h3 span {
  transition: color 0.3s;
}

.tp_reason > div:first-child > div:last-child ul li a.p1:hover {
  background: #ff494c;
  color: #000;
}

.tp_reason > div:first-child > div:last-child ul li a.p1:hover > h3 span {
  color: #fb0005;
}

.tp_reason > div:first-child > div:last-child ul li a.p2 {
  background: #fddc0e;
}

.tp_reason > div:first-child > div:last-child ul li a.p2 h3 span {
  transition: color 0.3s;
}

.tp_reason > div:first-child > div:last-child ul li a.p2:hover {
  background: #bda302;
  color: #000;
}

.tp_reason > div:first-child > div:last-child ul li a.p2:hover > h3 span {
  color: #716201;
}

.tp_reason > div:first-child > div:last-child ul li a.p3 {
  background: #acebfb;
}

.tp_reason > div:first-child > div:last-child ul li a.p3 h3 span {
  transition: color 0.3s;
}

.tp_reason > div:first-child > div:last-child ul li a.p3:hover {
  background: #63d9f7;
  color: #000;
}

.tp_reason > div:first-child > div:last-child ul li a.p3:hover > h3 span {
  color: #1ac8f4;
}

.tp_reason > div:first-child > div:last-child ul li a.p4 {
  background: #aae686;
}

.tp_reason > div:first-child > div:last-child ul li a.p4 h3 span {
  transition: color 0.3s;
}

.tp_reason > div:first-child > div:last-child ul li a.p4:hover {
  background: #7dd947;
  color: #000;
}

.tp_reason > div:first-child > div:last-child ul li a.p4:hover > h3 span {
  color: #58af24;
}

.tp_reason > div:first-child > div:last-child ul li a.p5 {
  background: #b79cd4;
}

.tp_reason > div:first-child > div:last-child ul li a.p5 h3 span {
  transition: color 0.3s;
}

.tp_reason > div:first-child > div:last-child ul li a.p5:hover {
  background: #9067bd;
  color: #000;
}

.tp_reason > div:first-child > div:last-child ul li a.p5:hover > h3 span {
  color: #6a4196;
}

@media screen and (max-width: 600px) {
  .tp_reason {
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
    background-size: 120%;
    background-position: top center;
  }

  .tp_reason > div:first-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(1000px + (15px * 2));
    min-width: calc(1000px + (15px * 2));
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_reason > div:first-child {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div {
    margin-top: 0;
  }

  .tp_reason > div:first-child > div h2 {
    text-align: center;
  }

  .tp_reason > div:first-child > div .btn {
    display: none;
  }

  .tp_reason > div:first-child > div:first-child {
    max-width: 100%;
  }

  .tp_reason > div:first-child > div:last-child {
    width: 100%;
    margin-top: 40px;
  }

  .tp_reason > div:first-child > div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .tp_reason > div:first-child > div:last-child ul li {
    width: 100%;
    height: auto;
  }

  .tp_reason > div:first-child > div:last-child ul li a {
    height: 100%;
    display: flex;
    gap: 20px;
    padding: 30px 15px;
    border-radius: 20px;
  }

  .tp_reason > div:first-child > div:last-child ul li a img {
    width: 70px;
  }

  .tp_reason > div:first-child > div:last-child ul li a > h3 {
    margin-top: 0;
    font-size: 14px;
  }

  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: -0.035em;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a > h3 > span {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason
    > div:first-child
    > div:last-child
    ul
    li
    a
    > h3
    > span:first-of-type {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_reason
    > div:first-child
    > div:last-child
    ul
    li
    a
    > h3
    > span:first-of-type {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a.p1 {
    background: #ff9597;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p1 h3 span {
    transition: color 0.3s;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p1:hover {
    background: #ff494c;
    color: #000;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p1:hover > h3 span {
    color: #fb0005;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a.p2 {
    background: #fddc0e;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p2 h3 span {
    transition: color 0.3s;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p2:hover {
    background: #bda302;
    color: #000;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p2:hover > h3 span {
    color: #716201;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a.p3 {
    background: #acebfb;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p3 h3 span {
    transition: color 0.3s;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p3:hover {
    background: #63d9f7;
    color: #000;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p3:hover > h3 span {
    color: #1ac8f4;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a.p4 {
    background: #aae686;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p4 h3 span {
    transition: color 0.3s;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p4:hover {
    background: #7dd947;
    color: #000;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p4:hover > h3 span {
    color: #58af24;
  }
}

@media screen and (max-width: 600px) {
  .tp_reason > div:first-child > div:last-child ul li a.p5 {
    background: #b79cd4;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p5 h3 span {
    transition: color 0.3s;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p5:hover {
    background: #9067bd;
    color: #000;
  }

  .tp_reason > div:first-child > div:last-child ul li a.p5:hover > h3 span {
    color: #6a4196;
  }
}

.tp_remodel {
  background: #faefe6;
  padding-bottom: 120px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .tp_remodel {
    padding-bottom: 60px;
  }
}

.tp_remodel section {
  margin-left: auto;
  margin-right: auto;
}

.tp_remodel section > div:first-of-type {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

.tp_remodel section > div:first-of-type h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid 1px #000;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 {
    font-size: 26px;
  }
}

.tp_remodel section > div:first-of-type h3 span {
  display: flex;
  align-items: center;
  height: 100%;
  border-left: solid 1px #000;
  margin-left: 20px;
  padding: 12px 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 span {
    font-size: 14px;
  }
}

.tp_remodel section:first-of-type:first-of-type ul li a {
  display: block;
  margin-top: 60px;
  position: relative;
}

.tp_remodel section:first-of-type:first-of-type ul li a img {
  display: block;
  margin: 0 0 0 auto;
  border-radius: 20px;
}

.tp_remodel section:first-of-type:first-of-type ul li a > div {
  position: absolute;
  display: block;
  width: 500px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.tp_remodel section:first-of-type:first-of-type ul li a > div img {
  margin: 0 0 0 15px;
  border-radius: 0;
}

.tp_remodel section:first-of-type:first-of-type ul li a > div h4 span {
  display: inline-block;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding: 5px 10px;
  transition: 0.3s;
}

.tp_remodel
  section:first-of-type:first-of-type
  ul
  li
  a
  > div
  h4
  span:nth-child(2) {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .tp_remodel
    section:first-of-type:first-of-type
    ul
    li
    a
    > div
    h4
    span:nth-child(2) {
    margin-top: 5px;
  }
}

.tp_remodel section:first-of-type:first-of-type ul li a > div p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div p {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div p {
    margin-top: 20px;
  }
}

.tp_remodel section:first-of-type:first-of-type ul li a > div p:after {
  content: "";
  width: 14px;
  height: 10px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.tp_remodel section:first-of-type:first-of-type ul li a:hover img {
  filter: brightness(110%) contrast(100%) saturate(110%);
  opacity: 1;
}

.tp_remodel section:first-of-type:first-of-type ul li a:hover > div h4 span {
  color: black;
  background: #ffe200;
}

.tp_remodel section:first-of-type:first-of-type ul li a:hover > div p:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23998800%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.tp_remodel section:nth-of-type(2) {
  width: 100%;
  min-width: 1210px;
  padding: 0;
}

.tp_remodel section:nth-of-type(2) .pickup {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup {
    margin-top: 30px;
  }
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox {
  display: block;
  width: 445px;
  margin-right: 40px;
  transform: translate(calc(-50% + -20px));
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox a {
  display: block;
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox a > div {
  width: 445px;
  height: 300px;
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox a > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
    font-size: 17px;
  }
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul {
    margin-top: 15px;
  }
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul li {
    font-size: 12px;
  }
}

.tp_remodel section:nth-of-type(2) .pickup .ppbox ul li:before {
  content: "#";
  margin-right: 5px;
}

.tp_remodel section:last-of-type ul {
  display: flex;
  justify-content: space-between;
}

.tp_remodel section:last-of-type ul li {
  width: 230px;
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li {
    margin-top: 30px;
  }
}

.tp_remodel section:last-of-type ul li a {
  display: block;
}

.tp_remodel section:last-of-type ul li a div {
  width: 230px;
  height: 175px;
}

.tp_remodel section:last-of-type ul li a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.tp_remodel section:last-of-type ul li a h4 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li a h4 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li a h4 {
    font-size: 12px;
  }
}

.tp_remodel section:last-of-type ul li a h4 span {
  background: #ef2320;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 5px;
  margin-right: 0.5em;
  animation: flash 2.3s linear infinite;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li a h4 span {
    font-size: 10px;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 700;
    border-bottom: none;
    border-left: solid 1px #000;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 span {
    border-top: solid 1px #000;
    display: block;
    align-items: center;
    height: 100%;
    border-left: none;
    margin-left: -10px;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section > div:first-of-type h3 + .btn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a {
    display: block;
    margin-top: 60px;
    position: relative;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a img {
    display: block;
    margin: 0 0 0 auto;
    border-radius: 20px;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div {
    position: absolute;
    display: block;
    width: 500px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div img {
    margin: 0 0 0 15px;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div h4 span {
    display: inline-block;
    background: #fff;
    font-size: 30px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding: 5px 10px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div h4 span {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel
    section:first-of-type:first-of-type
    ul
    li
    a
    > div
    h4
    span:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel
    section:first-of-type:first-of-type
    ul
    li
    a
    > div
    h4
    span:nth-child(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div p {
    font-size: 14px;
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a > div p:after {
    content: "";
    width: 14px;
    height: 10px;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a:hover img {
    filter: brightness(110%);
    opacity: 1;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a:hover > div h4 span {
    color: #fff;
    background: #ccb500;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a:hover > div p:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23ccb500%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:first-of-type:first-of-type ul li a {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a img {
    margin: auto;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div img {
    margin: 20px 0 0 15px;
  }

  .tp_remodel section:first-of-type:first-of-type ul li a > div h4 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) {
    min-width: 100%;
  }

  .tp_remodel section:nth-of-type(2) .pickup {
    margin-top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox {
    display: block;
    width: 100%;
    margin-right: 40px;
    transform: translate(calc(-50% + -20px));
  }

  .tp_remodel section:nth-of-type(2) .pickup .ppbox a {
    display: block;
  }

  .tp_remodel section:nth-of-type(2) .pickup .ppbox a img {
    border-radius: 20px;
  }

  .tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox a h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox ul li:before {
    content: "#";
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:nth-of-type(2) .pickup .ppbox {
    width: 280px;
    margin-right: 20px;
    transform: translate(0);
  }

  .tp_remodel section:nth-of-type(2) .pickup .ppbox a div {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .tp_remodel section:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .tp_remodel section:last-of-type ul li {
    flex: 0 1 calc(50% - 10px);
  }

  .tp_remodel section:last-of-type ul li a {
    display: block;
  }

  .tp_remodel section:last-of-type ul li a div {
    width: 100%;
    height: 130px;
  }

  .tp_remodel section:last-of-type ul li a h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li a h4 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  .tp_remodel section:last-of-type ul li a h4 {
    font-size: 12px;
  }
}

.plan {
  padding: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 100%;
}

.plan:before {
  content: "";
  width: 100%;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/top/plan_bg.jpg) center/cover no-repeat;
  background-image: image-set(
    url(img/top/plan_bg.jpg) 1x,
    url(img/top/plan_bg@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(img/top/plan_bg.jpg) 1x,
    url(img/top/plan_bg@2x.jpg) 2x
  );
}

.plan > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 375px;
}

.plan > div > * {
  margin-top: 0;
}

.plan > div h2 {
  padding: 40px 80px 40px 0;
  background: #fff;
  border-radius: 0 20px 0 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

.plan > div h2:before {
  content: "";
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #fff;
  z-index: -1;
}

.plan p {
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .plan p {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .plan p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .plan:before {
    height: 140px;
  }

  .plan > div {
    margin-top: 140px;
  }

  .plan > div h2 {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
  }

  .plan > div h2:before {
    display: none;
  }

  .plan .btn {
    margin-top: 40px;
    display: none;
  }
}

.staff_top {
  margin-top: 120px;
  background: #fffdf0;
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .staff_top {
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .staff_top {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.staff_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(img/top/staff_bg.png) center no-repeat;
}

.staff_top > div {
  margin-top: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}

.staff_top > div h2 {
  font-size: 30px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: left;
}

.staff_top > div p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .staff_top > div p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .staff_top > div p {
    margin-top: 15px;
  }
}

.staff_top > div .btn {
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .staff_top:before {
    display: none;
  }

  .staff_top > div h2 {
    font-size: 20px;
    letter-spacing: 0em;
  }

  .staff_top > div p {
    font-size: 14px;
  }

  .staff_top > div > div:first-of-type {
    max-width: 350px;
    height: 231px;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }

  .staff_top > div > div:first-of-type img {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 231px;
    max-width: 388px;
    width: 388px;
  }

  .staff_top > div .btn {
    justify-content: center;
  }
}

.mfp-title {
  line-height: 1.5 !important;
  padding-right: 50px !important;
  text-align: justify !important;
  margin-top: 5px;
}

.mfp-title br {
  display: none;
}

.idt {
  text-indent: -1em;
  padding-left: 1em;
}

.idt2 {
  text-indent: -2em;
  padding-left: 2em;
}

.idt26 {
  text-indent: -2.6em;
  padding-left: 2.6em;
}

.idtpl {
  padding-left: 2em;
}

.dpn {
  display: none !important;
}

.dpb {
  display: block;
}

/*2020 reformブログ→blog移行*/
#wrapper > header{
  /* padding-bottom: 1em; */
}

#m_menu>ul>li>*>a{
  height: auto;
  padding: 12px 15px;
}

#h_wrap{
  height: auto;
}

@media screen and (min-width: 0px) and (max-width: 739px) {
    #humberger {
      box-sizing: content-box;
    }
  }

/* .pc {
  display: block !important;
} */

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

.spf {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .spf {
    display: flex !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.taj {
  text-align: justify;
  word-wrap: break-word;
}

@media screen and (max-width: 600px) {
  .talsp {
    text-align: left !important;
  }

  .tacsp {
    text-align: center !important;
  }

  .tarsp {
    text-align: right !important;
  }

  .tajsp {
    text-align: justify;
    word-wrap: break-word;
  }
}

div.btn {
  display: flex;
  justify-content: center;
}

div.btn a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  height: 55px;
  border: solid 3px #000;
  background: #fff;
  border-radius: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  div.btn a {
    font-size: 12px;
  }
}

div.btn a:after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

div.btn a:hover {
  border-color: #998800;
  background: #ffe200;
  color: #000;
}

div.btn_be {
  display: flex;
  justify-content: center;
}

div.btn_be a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  height: 55px;
  border: solid 3px #000;
  background: #fff;
  border-radius: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  div.btn_be a {
    font-size: 12px;
  }
}

div.btn_be a:before {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(180deg);
}

div.btn_be a:hover {
  border-color: #998800;
  background: #ffe200;
  color: #000;
}

.linebtn {
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 600px) {
  .linebtn {
    margin-top: 20px;
  }
}

.linebtn a {
  background: #00b900;
  color: white;
  font-size: 14px;
  height: 60px;
  position: relative;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  border-radius: 30px;
}

.linebtn a:before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.linebtn a:hover {
  color: white;
  background: #009000;
}

.bread {
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .bread {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .bread {
    padding-top: 10px;
  }
}

.bread li {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .bread li {
    font-size: 10px;
  }
}

.bread li:first-child a {
  width: 13px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m13.87%206.07-6.58-5.96a.43.43%200%200%200%20-.58%200l-6.58%206a.39.39%200%200%200%20.29.68h.66v5.86a.4.4%200%200%200%20.4.39h3.25a.4.4%200%200%200%20.4-.39v-3.2a.39.39%200%200%201%20.39-.4h3a.39.39%200%200%201%20.39.4v3.16a.4.4%200%200%200%20.4.39h3.25a.4.4%200%200%200%20.4-.39v-5.86h.66a.39.39%200%200%200%20.25-.68z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* overflow: hidden; */
  white-space: nowrap;
  text-indent: 125%;
  /* background-position: 50% */
}

.bread li:first-child a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m13.87%206.07-6.58-5.96a.43.43%200%200%200%20-.58%200l-6.58%206a.39.39%200%200%200%20.29.68h.66v5.86a.4.4%200%200%200%20.4.39h3.25a.4.4%200%200%200%20.4-.39v-3.2a.39.39%200%200%201%20.39-.4h3a.39.39%200%200%201%20.39.4v3.16a.4.4%200%200%200%20.4.39h3.25a.4.4%200%200%200%20.4-.39v-5.86h.66a.39.39%200%200%200%20.25-.68z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.bread li:first-child:after {
  content: "＞";
  transform: scale(0.4, 1);
  margin-left: 60px;
  margin-right: 20px;
}

.bread li:not(:first-of-type):not(:last-of-type) :after {
  content: "＞";
  transform: scale(0.4, 1);
  margin-left: 20px;
  margin-right: 20px;
}

.bread li a {
  font-size: inherit;
}

@media screen and (max-width: 600px) {
  .bread li:not(:last-child):after {
    margin-left: 40px;
    margin-right: 5px;
  }
}

.ast {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .ast {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .ast {
    font-size: 12px;
  }
}

ul.floating {
  position: fixed;
  top: 50%;
  right: 40px;
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  z-index: 100;
}

ul.floating.visible {
  visibility: visible;
  opacity: 1;
}

ul.floating.bthid {
  opacity: 0;
  visibility: hidden;
}

ul.floating li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  line-height: 1.3;
  position: relative;
}

ul.floating li:first-child a {
  background: #ffe200;
}

ul.floating li:first-child a:before {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  margin-bottom: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

ul.floating li:first-child a:hover {
  color: black;
  background: #dbc200;
}

ul.floating li:last-child a {
  color: white;
  background: #00b900;
}

ul.floating li:last-child a:before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  margin-bottom: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2024%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25%2010.2c0-5.6-5.6-10.2-12.5-10.2s-12.5%204.6-12.5%2010.2c0%205.1%204.4%209.3%2010.5%2010.1.4.1%201%20.3%201.1.6s.1.8%200%201.1c0%200-.1.9-.2%201.1-.1.3-.3%201.2%201.1.7%201.3-.6%207.2-4.3%209.8-7.3%201.8-2%202.7-4%202.7-6.3zm-16.9%203c0%20.1-.1.2-.2.2h-3.6c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2v4.4h2.4c.1%200%20.2.1.2.2v.9zm2.1%200c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm6%200c0%20.1-.1.2-.2.2%200%200-.7%200-.9%200-.1%200-.2-.1-.2-.1s-2.5-3.4-2.5-3.4v3.3c0%20.1-.1.2-.2.2h-.9c-.1%200-.2-.1-.2-.2v-5.5c0-.1.1-.2.2-.2h.9s.1%200%20.2.1l2.5%203.4v-3.3c0-.1.1-.2.2-.2h.9c.1%200%20.2.1.2.2zm4.9-4.6c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-2.4v.9h2.4c.1%200%20.2.1.2.2v.9c0%20.1-.1.2-.2.2h-3.5c-.1%200-.2-.1-.2-.2s0-5.4%200-5.5.1-.2.2-.2h3.5c.1%200%20.2.1.2.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

ul.floating li:last-child a:hover {
  background: #00a000;
}

@media screen and (max-width: 600px) {
  ul.floating {
    top: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    background: white;
    padding: 15px;
  }

  ul.floating li {
    /* flex: 0 1 50% */
    flex: 0 0 100%;
  }

  ul.floating li a {
    flex-direction: row;
    gap: 5px;
    width: 100%;
    height: 40px;
    border-radius: 0;
    position: relative;
    border-radius: 5px;
  }

  ul.floating li a br {
    display: none;
  }

  ul.floating li:first-child a {
    background: #ffe200;
  }

  ul.floating li:first-child a:before {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    margin-bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2025%2017%22%20viewBox%3D%220%200%2025%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.4%200h-21.8c-.9%200-1.6.7-1.6%201.5v13.9c0%20.9.7%201.6%201.6%201.6h21.9c.8%200%201.6-.7%201.6-1.5v-14c-.1-.8-.8-1.5-1.7-1.5zm-1.5%201.6-9.4%207.2-9.4-7.2zm-20.3.9%207.2%205.5-7.2%206.4zm1.3%2012.9%207.2-6.4%201.9%201.4c.3.2.7.2%201%200l1.9-1.4%207.3%206.4zm20.5-1-7.2-6.4%207.2-5.6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  ul.floating li:first-child a:hover {
    color: black;
    background: #dbc200;
  }

  ul.floating li:last-child a {
    color: white;
    background: #00b900;
  }

  ul.floating li:last-child a:before {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
  }

  ul.floating li:last-child a:hover {
    background: #00a000;
  }
}

.keywords {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .keywords {
    margin-top: 40px;
  }
}

.keywords h2 {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .keywords h2 {
    font-size: 17px;
  }
}

.keywords div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 10px 0 15px;
  border-bottom: solid 1px #ccc;
}

.keywords div div {
  gap: 10px;
  border: none;
  padding: 0;
}

.keywords div div h3 {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .keywords div div h3 {
    font-size: 14px;
  }
}

.keywords div div ul {
  display: flex;
}

.keywords div div ul li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .keywords div div ul li {
    font-size: 12px;
  }
}

.keywords div div ul li:after {
  content: "、";
}

.keywords div div ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 600px) {
  .keywords {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .keywords div {
    gap: 5px 10px;
    padding: 5px 0 10px;
  }
}

.keywords + .searchbox {
  margin-top: 0;
}

.keywords + .searchbox h2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .keywords + .searchbox h2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .keywords + .searchbox h2 {
    font-size: 17px;
  }
}

.searchbox {
  width: 1000px;
  max-height: 500px;
  transition: 0.3s;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .searchbox {
    margin-top: 40px;
  }
}

.searchbox div {
  margin-bottom: 10px;
}

.searchbox div h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .searchbox div h3 {
    font-size: 14px;
  }
}

.searchbox div ul {
  padding: 5px 0 15px;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.searchbox div ul li input {
  display: none;
}

.searchbox div ul li label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.searchbox div ul li label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: solid 1px black;
}

@media screen and (max-width: 600px) {
  .searchbox div ul li label {
    font-size: 12px;
  }
}

.searchbox div ul li input:checked + label:before {
  background: #ef2320;
  border-color: #ef2320;
}

.searchbox div ul li input:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 3px;
  transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  border: solid 2px white;
  border-top: none;
  border-right: none;
}

.searchbox div.btn {
  margin-top: 40px;
  gap: 40px;
}

@media screen and (max-width: 600px) {
  .searchbox div.btn {
    margin-top: 20px;
  }
}

.searchbox div.btn button {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  height: 55px;
  border: solid 3px #000;
  background: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  color: black;
}

.searchbox div.btn button:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22560.377%2020467.5a.889.889%200%200%201%20-.6-.244l-.01-.008a.862.862%200%200%201%20-.264-.625.871.871%200%200%201%20.264-.625l3.611-3.613a6.181%206.181%200%201%201%201.24%201.24l-3.635%203.631a.889.889%200%200%201%20-.60600000001.244zm7.947-13.25a4.428%204.428%200%200%200%20-3.131%207.559%204.378%204.378%200%200%200%203.131%201.3%204.429%204.429%200%201%200%200-8.857z%22%20transform%3D%22translate%28-22559.5%20-20452.5%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.searchbox div.btn button:hover {
  border-color: #998800;
  background: #ffe200;
  color: #000;
}

.searchbox div.btn button.reset {
  background: #e6e6e6;
  border-color: #aaa;
}

.searchbox div.btn button.reset:hover {
  border-color: #000;
  border-color: #000;
  background: #000;
  color: #fff;
}

.searchbox div.btn button.reset:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .searchbox {
    width: 100%;
    padding: 0 15px;
  }

  .searchbox div ul {
    padding: 3px 0 10px;
    gap: 10px;
  }
}

.searchbox.hid {
  max-height: 0;
}

.searchbox + button {
  margin-right: auto;
  margin-left: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  height: 0;
  border: solid 0px transparent;
  background: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  color: black;
}

.searchbox + button:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22560.377%2020467.5a.889.889%200%200%201%20-.6-.244l-.01-.008a.862.862%200%200%201%20-.264-.625.871.871%200%200%201%20.264-.625l3.611-3.613a6.181%206.181%200%201%201%201.24%201.24l-3.635%203.631a.889.889%200%200%201%20-.60600000001.244zm7.947-13.25a4.428%204.428%200%200%200%20-3.131%207.559%204.378%204.378%200%200%200%203.131%201.3%204.429%204.429%200%201%200%200-8.857z%22%20transform%3D%22translate%28-22559.5%20-20452.5%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.searchbox + button:hover {
  border-color: #998800;
  background: #ffe200;
  color: #000;
}

.searchbox.hid + button {
  margin-top: 40px;
  border: solid 3px #000;
  height: 55px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .searchbox.hid + button {
    margin-top: 20px;
  }
}

main > section > * {
  margin-top: 120px;
}

@media screen and (max-width: 600px) {
  main > section > * {
    margin-top: 60px;
  }
}

main > section > * + * {
  margin-top: 120px;
}

@media screen and (max-width: 600px) {
  main > section > * + * {
    margin-top: 60px;
  }
}

main > section > * > div {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  main > section > * > div {
    margin-top: 30px;
  }
}

main > section > * > div:first-child {
  margin-top: 0;
}

main > section {
  width: 100%;
  min-width: 1240px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}

main > section > * {
  width: 1000px;
  min-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  main > section > * {
    width: 100%;
    min-width: 100%;
  }
}

main > section p,
main > section a{
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  main > section p,
  main > section a{
    font-size: 12px;
  }
}



main > section > h2 {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  main > section {
    min-width: 100%;
  }
}

.archive > header {
  min-width: 1240px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #000;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .archive > header {
    /* padding-top: 92px; */
    padding-bottom: 0;
  }
}

.archive > header h1 {
  max-width: 1000px;
  width: 100%;
  display: flex;
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  font-family: 'Roboto';
line-height: normal;
}

@media screen and (max-width: 600px) {
  .archive > header h1 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .archive > header h1 {
    font-size: 60px;
  }
}

.archive > header h1 span {
  display: flex;
  align-items: center;
  border-left: solid 1px #000;
  margin-left: 30px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .archive > header h1 span {
    font-size: 14px;
  }
}

.archive > header.news {
  border: none;
  background: url(img/archive/h_news.svg) bottom right 150px / auto 90px
    no-repeat;
}

.archive > header.case {
  position: relative;
}

.archive > header.case:after {
  content: "";
  width: 241px;
  height: 90px;
  position: absolute;
  bottom: -2.7px;
  right: 150px;
  background: url(img/archive/case/h_case.svg) center/cover no-repeat;
}

.archive > header.exp {
  position: relative;
}

.archive > header.exp:after {
  content: "";
  width: 277.075px;
  height: 98.83px;
  position: absolute;
  bottom: -32px;
  right: 150px;
  background: url(img/archive/exp/head.svg) center/cover no-repeat;
}

.archive > header.contact {
  position: relative;
}

.archive > header.contact:after {
  content: "";
  width: 192px;
  height: 96px;
  position: absolute;
  bottom: -32px;
  right: 150px;
  background: url(img/page/contact/head@2x.png) center/cover no-repeat;
}

.archive > header.about {
  position: relative;
}

.archive > header.about:after {
  content: "";
  width: 285.243px;
  height: 100.513px;
  position: absolute;
  bottom: -29px;
  right: 150px;
  background: url(img/page/about/head.svg) center/cover no-repeat;
}

.archive > header.preason {
  position: relative;
}

.archive > header.preason:after {
  content: "";
  width: 264.143px;
  height: 126.862px;
  position: absolute;
  bottom: -26px;
  right: 150px;
  background: url(img/page/reason/head.svg) center/cover no-repeat;
}

.archive > header.planning {
  position: relative;
}

.archive > header.planning:after {
  content: "";
  width: 263.086px;
  height: 151.512px;
  position: absolute;
  bottom: -69px;
  right: 150px;
  background: url(img/page/plan/head.svg) center/cover no-repeat;
}

@media screen and (max-width: 600px) {
  .archive > header {
    min-width: 100%;
  }

  .archive > header:after {
    display: none;
  }

  .archive > header h1 {
    font-size: 40px;
  }

  .archive > header h1 span {
    margin-left: 15px;
    padding-left: 15px;
  }

  .archive > header.news {
    border-bottom: solid 1px #000;
    background: none;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  border-radius: 50%;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background: #000;
  color: #fff;
}

.newsarchive {
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .newsarchive {
    width: 100%;
    min-width: 100%;
  }
}

.newsarchive header {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .newsarchive header {
    margin-top: 30px;
  }
}

.newsarchive header ul {
  display: flex;
}

.newsarchive header ul li {
  font-size: 14px;
  font-weight: 400;
  color: #ef2320;
  line-height: 18px;
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .newsarchive header ul li {
    font-size: 12px;
  }
}

.newsarchive header ul li:not(:last-child) {
  border-right: solid 1px #000;
}

.newsarchive header ul li a {
  line-height: 18px;
}

.newsarchive header ul li a:hover {
  color: #ef2320;
}

.newsarchive header ul li.all a,
.newsarchive header ul li.current-cat a {
  color: #ef2320;
}

.newsarchive > ul {
  margin-top: 60px;
  border-top: solid 1px #c8c8c8;
}

@media screen and (max-width: 600px) {
  .newsarchive > ul {
    margin-top: 30px;
  }
}

.newsarchive > ul li {
  border-bottom: solid 1px #c8c8c8;
}

.newsarchive > ul li article {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.newsarchive > ul li article a,
.newsarchive > ul li article time {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .newsarchive > ul li article a,
  .newsarchive > ul li article time {
    font-size: 12px;
  }
}

.newsarchive > ul li article span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  width: 90px;
  text-align: center;
  background: #e6e6e6;
  border-radius: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 600px) {
  .newsarchive > ul li article span {
    font-size: 10px;
  }
}

.newsarchive > ul li article a {
  margin-left: 60px;
  text-decoration: underline;
}

.newsarchive footer {
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .newsarchive footer {
    margin-top: 40px;
  }
}

.newsarchive footer:empty {
  display: none;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .newsarchive header {
    margin-top: 20px;
  }

  .newsarchive header ul li {
    padding: 0 15px;
  }

  .newsarchive > ul li article {
    padding: 15px 0;
    flex-wrap: wrap;
  }

  .newsarchive > ul li article span {
    margin-left: 10px;
  }

  .newsarchive > ul li article a {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

.casearchive {
  margin-top: 120px;
  width: calc(1000px + (15px * 2));
  min-width: calc(1000px + (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .casearchive {
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .casearchive {
    width: 100%;
    min-width: 100%;
  }
}

.casearchive > ul {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}

.casearchive > ul > li {
  width: 320px;
}

.casearchive > ul > li article a div {
  width: 320px;
  height: 192px;
}

.casearchive > ul > li article a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.casearchive > ul > li article a div img:nth-child(n + 2) {
  display: none;
}
.casearchive > ul > li article a time {
  margin-top: 34px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a time {
    margin-top: 17px;
  }
}

.casearchive > ul > li article a h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a h3 {
    font-size: 14px;
  }
}

.casearchive > ul > li article a h3 span {
  background: #ef2320;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  margin-right: 10px;
  animation: flash 2.3s linear infinite;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a h3 span {
    font-size: 10px;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }
}

.casearchive > ul > li article a ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a ul {
    margin-top: 5px;
  }
}

.casearchive > ul > li article a ul li {
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  background: #e6e6e6;
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .casearchive > ul > li article a ul li {
    font-size: 10px;
  }
}

.casearchive > ul > li article a ul li:before {
  content: "#";
}

.casearchive > ul > li article a:hover img {
  opacity: 1;
  filter: brightness(108%);
}

.casearchive > ul > li article a:hover ul li {
  background: #998800;
  color: white;
}

.casearchive footer {
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .casearchive footer {
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .casearchive > ul {
    gap: 20px;
    justify-content: center;
  }
}

main.single {
  min-width: 1240px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  main.single {
    min-width: 100%;
    padding: 0 15px;
  }
}

main.single.news header {
  width: 830px;
  margin: auto;
}

main.single.news header h1 {
  margin-top: 80px;
  font-size: 30px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  main.single.news header h1 {
    font-size: 26px;
  }
}

main.single.news header h1 + div {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  main.single.news header h1 + div {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  main.single.news header h1 + div {
    font-size: 12px;
  }
}

main.single.news header h1 + div span {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 90px;
  background: #e6e6e6;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  main.single.news header h1 + div span {
    font-size: 10px;
  }
}

main.single.news header + section {
  display: block;
  width: 830px;
  min-width: 830px;
  padding: 0;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  main.single.news header + section {
    margin-top: 30px;
  }
}

main.single.news header + section > * {
  display: block;
  width: auto;
  min-width: auto;
  margin-top: 0;
}

main.single.news header + section > :first-child {
  margin-top: 0 !important;
}

main.single.news header + section h2,
main.single.news header + section h3,
main.single.news header + section h4,
main.single.news header + section h5,
main.single.news header + section h6,
main.single.news header + section img,
main.single.news header + section p,
main.single.news header + section ul {
  margin-top: 14px !important;
}

main.single.news header + section img {
  display: block;
}

main.single.news header + section img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

main.single.news header + section img.alignright {
  float: right;
}

main.single.news header + section img.alignleft {
  float: left;
}

main.single.news header + section p {
  width: 100%;
  min-width: 100%;
}

main.single.news header + section a {
  color: #ef2320;
  text-decoration: underline;
}

main.single.news header + section em,
main.single.news header + section h2,
main.single.news header + section h3,
main.single.news header + section h4,
main.single.news header + section h5,
main.single.news header + section h6,
main.single.news header + section strong {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 600px) {
  main.single.news header + section em,
  main.single.news header + section h2,
  main.single.news header + section h3,
  main.single.news header + section h4,
  main.single.news header + section h5,
  main.single.news header + section h6,
  main.single.news header + section strong {
    font-size: 12px;
  }
}

main.single.news header + section em + p,
main.single.news header + section h2 + p,
main.single.news header + section h3 + p,
main.single.news header + section h4 + p,
main.single.news header + section h5 + p,
main.single.news header + section h6 + p,
main.single.news header + section strong + p {
  margin-top: 0;
}

main.single.news header + section p + ul {
  margin-top: 0;
}

main.single.news header + section > ul li:before {
  content: "・";
}

@media screen and (max-width: 600px) {
  main.single.news header {
    width: 100%;
  }

  main.single.news header h1 {
    margin-top: 20px;
    font-size: 20px;
  }

  main.single.news header + section {
    width: 100%;
    min-width: 100%;
  }

  main.single.news header + section > * {
    margin-top: 10px;
  }
}

main.single.case header {
  margin-top: 20px;
  width: 100%;
  min-width: 1240px;
}

@media screen and (max-width: 600px) {
  main.single.case header {
    margin-top: 10px;
  }
}

main.single.case header > div {
  position: relative;
  overflow: hidden;
}

main.single.case header > div .slide {
  width: 100%;
  min-width: 1240px;
  height: 700px;
}

main.single.case header > div .slide .slick-slide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}

main.single.case header > div .title {
  position: absolute;
  width: 1030px;
  padding: 0 15px;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
}

main.single.case header > div .title:after {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  left: calc(-50vw + 15px);
  bottom: 0;
  background: #fff;
  z-index: -1;
}

main.single.case header > div .title > div {
  display: inline-block;
  padding: 40px;
  padding-left: 0;
  background: #fff;
}

main.single.case header > div .title > div h1 {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  main.single.case header > div .title > div h1 {
    font-size: 26px;
  }
}

main.single.case header > div .title > div > div {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 40px;
}

@media screen and (max-width: 600px) {
  main.single.case header > div .title > div > div {
    margin-top: 5px;
  }
}

main.single.case header > div .title > div > div time {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  main.single.case header > div .title > div > div time {
    font-size: 12px;
  }
}

main.single.case header > div .title > div > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main.single.case header > div .title > div > div ul li {
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  background: #e6e6e6;
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  main.single.case header > div .title > div > div ul li {
    font-size: 10px;
  }
}

main.single.case header > div .title > div > div ul li:before {
  content: "#";
}

main.single.case header .slide-nav {
  max-width: 1240px;
  padding: 0 15px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  main.single.case header .slide-nav {
    margin-top: 20px;
  }
}

main.single.case header .slide-nav .slick-track {
  width: 100%;
  max-width: 1240px;
  transform: unset !important;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

main.single.case header .slide-nav .slick-slide {
  width: 216px;
}

main.single.case header .slide-nav .slick-slide img {
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 20px;
  filter: brightness(90%) contrast(95%);
  transition: 0.3s;
}

main.single.case header .slide-nav .slick-slide.slick-current img {
  filter: brightness(110%) contrast(100%);
}

main.single.case header .customer {
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  max-width: 1000px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 600px) {
  main.single.case header .customer {
    margin-top: 40px;
  }
}

main.single.case header .customer:after,
main.single.case header .customer:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  left: 0;
}

main.single.case header .customer:before {
  top: 10px;
}

main.single.case header .customer:after {
  top: 19px;
}

main.single.case header .customer h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  padding: 0 25px;
}

@media screen and (max-width: 600px) {
  main.single.case header .customer h2 {
    font-size: 17px;
  }
}

main.single.case header .customer ul {
  text-align: left;
  justify-content: center;
  padding: 40px 0 50px;
  display: flex;
  gap: 40px;
  position: relative;
}

main.single.case header .customer ul:after,
main.single.case header .customer ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  left: 0;
}

main.single.case header .customer ul:before {
  bottom: 0;
}

main.single.case header .customer ul:after {
  bottom: 9px;
}

main.single.case header .customer ul li dl dt {
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  main.single.case header .customer ul li dl dt {
    font-size: 12px;
  }
}

main.single.case header .customer ul li dl dd {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  main.single.case header .customer ul li dl dd {
    font-size: 14px;
  }
}

main.single.case .PaS {
  max-width: 100%;
  margin-top: 100px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  main.single.case .PaS {
    margin-top: 50px;
  }
}

main.single.case .PaS h3 {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

main.single.case .PaS .problem {
  background: #e6e6e6;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

main.single.case .PaS .problem div {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 80px;
  padding: 50px 0 150px;
}

main.single.case .PaS .problem div h3 {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .problem div h3 {
    font-size: 17px;
  }
}

main.single.case .PaS .solution {
  width: 762px;
  min-width: 762px;
  background: #ffe200;
  margin-top: -100px;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
}

main.single.case .PaS .solution:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .solution:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .solution {
    padding: 20px;
  }
}

main.single.case .PaS .solution h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  padding: 5px 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .solution h3 {
    font-size: 17px;
  }
}

main.single.case .PaS .solution p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .solution p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .solution p {
    font-size: 14px;
  }
}

main.single.case .outline {
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  main.single.case .outline {
    margin-top: 50px;
  }
}

main.single.case .outline div {
  margin-top: 0;
  display: flex;
  gap: 100px;
}

main.single.case .outline div h2 {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 100px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  border-right: solid 1px black;
}

@media screen and (max-width: 600px) {
  main.single.case .outline div h2 {
    font-size: 26px;
  }
}

main.single.case .outline div ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

main.single.case .outline div ul li {
  flex: 0 0 50%;
}

main.single.case .outline div ul li:last-child {
  flex-basis: 100%;
}

main.single.case .outline div ul li dl {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .outline div ul li dl {
    font-size: 12px;
  }
}

main.single.case .outline div ul li dl dt {
  flex: 0 0 85px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  text-align: center;
}

main.single.case .repeat > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

main.single.case .repeat > div > div {
  margin-top: 0;
  flex: 0 1 490px;
}

main.single.case .repeat > div > div a {
  display: flex;
  justify-content: center;
}

main.single.case .repeat > div > div p {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  main.single.case .repeat > div > div p {
    margin-top: 5px;
  }
}

main.single.case .repeat + .flex > div {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .repeat + .flex > div {
    margin-top: 10px;
  }
}

main.single.case .flex .pacb {
  display: flex;
  gap: 30px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .flex .pacb {
    margin-top: 10px;
  }
}

main.single.case .flex .pacb:first-child {
  margin-top: 0;
}

main.single.case .flex .pacb > div {
  flex: 0 1 490px;
}

main.single.case .flex .pacb > div > div {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  main.single.case .flex .pacb > div > div {
    margin-top: 15px;
  }
}

main.single.case .flex .pacb > div > div p {
  flex: 1;
}

main.single.case .flex .pacb > div > div figure {
  flex: 0 0 150px;
}

main.single.case .flex .pacb > div > div figure figcaption {
  font-size: 16px;
  font-weight: 700;
  background: #e6e6e6;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  main.single.case .flex .pacb > div > div figure figcaption {
    font-size: 14px;
  }
}

main.single.case .flex .pacb.alpha > div {
  position: relative;
}

main.single.case .flex .pacb.alpha > div > div {
  margin-top: 0;
  display: block;
}

main.single.case .flex .pacb.alpha > div > div p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

main.single.case .flex .pacb.alpha > div > div figure {
  display: none;
}

main.single.case .flex .pac12 {
  display: flex;
  gap: 30px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .flex .pac12 {
    margin-top: 10px;
  }
}

main.single.case .flex .pac12.reverse {
  flex-direction: row-reverse;
}

main.single.case .flex .pac12:first-child {
  margin-top: 0;
}

main.single.case .flex .pac12 > div {
  flex: 0 1 490px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main.single.case .flex .pac12 > div p {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  main.single.case .flex .pac12 > div p {
    margin-top: 5px;
  }
}

main.single.case .flex .pac12.alpha > div > div {
  position: relative;
}

main.single.case .flex .pac12.alpha > div > div p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

main.single.case .voice {
  margin-top: 100px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  main.single.case .voice {
    margin-top: 50px;
  }
}

main.single.case .voice h3 {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

main.single.case .voice .guest {
  background: #faefe6;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
}

main.single.case .voice .guest:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  width: 91px;
  height: 525px;
  background: url(img/single/case/voice.svg) center no-repeat;
}

main.single.case .voice .guest h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 90px;
}

@media screen and (max-width: 600px) {
  main.single.case .voice .guest h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .voice .guest h3 {
    margin-top: 45px;
  }
}

main.single.case .voice .guest > div {
  margin-top: 0;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 30px 0 150px;
}

main.single.case .voice .guest > div a {
  flex: 0 0 auto;
  width: 320px;
}

main.single.case .voice .guest > div a img {
  width: 100%;
  height: auto;
}

main.single.case .voice .guest + .staff {
  margin-top: -100px;
}

main.single.case .voice div.staff {
  width: 1000px;
  min-width: 1000px;
  background: #fff;
  margin-top: 0;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  display: flex;
  gap: 40px;
  filter: drop-shadow(0px 5px 5px #bbb);
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff {
    padding: 20px;
  }
}

main.single.case .voice div.staff > div:first-child {
  text-align: left;
}

main.single.case .voice div.staff > div:first-child h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:first-child h3 {
    font-size: 17px;
  }
}

main.single.case .voice div.staff > div:first-child p {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:first-child p {
    margin-top: 10px;
  }
}

main.single.case .voice div.staff > div:last-child {
  margin-top: 0;
  flex: 1 1 150px;
}

main.single.case .voice div.staff > div:last-child ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

main.single.case .voice div.staff > div:last-child ul li div {
  width: 110px;
  height: 150px;
  overflow: hidden;
  position: relative;
}

main.single.case .voice div.staff > div:last-child ul li div img {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 150px;
  max-width: 150px;
  height: 150px;
}

main.single.case .voice div.staff > div:last-child ul li p {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:last-child ul li p {
    font-size: 12px;
  }
}

main.single.case .voice div.staff > div:last-child ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #000;
  border-radius: 15px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:last-child ul li a {
    font-size: 10px;
  }
}

main.single.case .voice div.staff > div:last-child a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #000;
  border-radius: 15px;
  width: 100%;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:last-child a {
    font-size: 10px;
  }
}

main.single.case .voice div.staff > div:last-child a:hover {
  background: #998800;
  color: #fff;
}

@media screen and (max-width: 600px) {
  main.single.case {
    padding: 0;
  }

  main.single.case header {
    margin-top: 20px;
    min-width: 100%;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  main.single.case header {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case header > div {
    display: flex;
    flex-direction: column-reverse;
  }

  main.single.case header > div .slide {
    min-width: 100px;
    height: auto;
  }

  main.single.case header > div .slide .slick-slide img {
    height: auto;
  }

  main.single.case header > div .title {
    position: static;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(0);
  }

  main.single.case header > div .title:after {
    display: none;
  }

  main.single.case header > div .title > div {
    padding: 20px 0;
  }

  main.single.case header > div .title > div h1 {
    font-size: 20px;
  }

  main.single.case header > div .title > div > div {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  main.single.case header .slide-nav .slick-track {
    max-width: 100%;
    gap: 10px;
  }

  main.single.case header .slide-nav .slick-slide {
    width: auto;
    max-width: 150px;
  }

  main.single.case header .slide-nav .slick-slide img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case header .customer {
    display: block;
    width: auto;
    margin: 40px 15px 0;
  }

  main.single.case header .customer:before {
    top: 8px;
  }

  main.single.case header .customer:after {
    top: 17px;
  }

  main.single.case header .customer ul {
    padding: 20px 0 30px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  main.single.case header .customer ul:after {
    bottom: 8px;
  }

  main.single.case header .customer ul li {
    flex-basis: calc(50% - 5px);
  }

  main.single.case header .customer ul li dl {
    display: flex;
    gap: 10px;
  }

  main.single.case header .customer ul li dl dd,
  main.single.case header .customer ul li dl dt {
    line-height: 1.4;
  }

  main.single.case header .customer ul li dl dt {
    flex-shrink: 0;
    flex-basis: 52px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .PaS .problem div {
    display: block;
    padding: 30px 0 130px;
  }

  main.single.case .PaS .problem div p {
    margin-top: 10px;
  }

  main.single.case .PaS .solution {
    width: auto;
    min-width: auto;
    margin-top: -100px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .outline div {
    display: block;
  }

  main.single.case .outline div h2 {
    padding-right: 0;
    font-size: 20px;
    border-right: none;
    border-bottom: solid 1px black;
  }

  main.single.case .outline div ul {
    margin-top: 20px;
    gap: 10px 0;
  }

  main.single.case .outline div ul li {
    flex: 0 0 100%;
  }

  main.single.case .outline div ul li dl {
    gap: 10px;
  }

  main.single.case .outline div ul li dl dt {
    flex: 0 0 60px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .repeat > div {
    gap: 20px 10px;
  }

  main.single.case .repeat > div > div {
    margin-top: 20px 10px;
    flex-basis: calc(50% - 5px);
  }
}

@media screen and (max-width: 600px) {
  main.single.case .repeat + .flex > div {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .flex > div {
    margin-top: 60px;
  }

  main.single.case .flex .pacb {
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 40px;
  }

  main.single.case .flex .pac12 {
    gap: 20px 10px;
    margin-top: 20px;
  }

  main.single.case .flex .pac12 > div {
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .voice .guest:before {
    display: none;
  }

  main.single.case .voice .guest h3 {
    font-size: 20px;
  }

  main.single.case .voice .guest > div {
    gap: 20px;
    padding: 10px 0 30px;
    flex-direction: column;
    text-align: justify;
    justify-content: center;
  }

  main.single.case .voice .guest > div a {
    width: 100%;
  }

  main.single.case .voice .guest > div a img {
    margin: auto;
  }

  main.single.case .voice .guest + .staff {
    margin-top: 0;
  }

  main.single.case .voice div.staff {
    width: auto;
    min-width: auto;
    margin-top: 0px;
    border-radius: 10px;
    padding: 15px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }

  main.single.case .voice div.staff > div:last-child {
    margin-top: 0;
    min-width: auto;
  }

  main.single.case .voice div.staff > div:last-child ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  main.single.case .voice div.staff > div:last-child ul li div {
    width: 88px;
    height: 120px;
  }

  main.single.case .voice div.staff > div:last-child ul li div img {
    width: 120px;
    max-width: 120px;
    height: 120px;
  }

  main.single.case .voice div.staff > div:last-child ul li p {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  main.single.case .voice div.staff > div:last-child ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .voice div.staff > div:last-child a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  main.single.case .voice + footer {
    margin-left: 15px;
    margin-right: 15px;
  }
}

main.single footer {
  margin-top: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 600px) {
  main.single footer {
    margin-top: 40px;
  }
}

main.single footer ul {
  padding: 20px 0;
  width: 720px;
  margin: auto;
  display: flex;
}

main.single footer ul li {
  width: 50%;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 700;
}

main.single footer ul li b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  height: 100%;
}

@media screen and (max-width: 600px) {
  main.single footer ul li {
    font-size: 12px;
  }
}

main.single footer ul li a {
  width: 100%;
}

main.single footer ul li a span {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  main.single footer ul li a span {
    font-size: 19px;
  }
}

main.single footer ul li:first-child {
  border-right: solid 1px #000;
}

main.single footer ul li:first-child a span:before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(180deg);
  margin-right: 10px;
}

main.single footer ul li:first-child a:hover {
  color: #998800;
}

main.single footer ul li:first-child a:hover span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23998800%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

main.single footer ul li:last-child a span {
  justify-content: flex-end;
}

main.single footer ul li:last-child a span:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 10px;
}

main.single footer ul li:last-child a:hover {
  color: #998800;
}

main.single footer ul li:last-child a:hover span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23998800%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 600px) {
  main.single footer ul {
    padding: 20px 0;
    width: 100%;
    margin: auto;
    display: flex;
  }

  main.single footer ul li {
    width: 50%;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
  }

  main.single footer ul li b {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    height: 100%;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  main.single footer ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  main.single footer ul li span {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    transition: 0.3s;
  }
}

@media screen and (max-width: 600px) and (max-width: 600px) {
  main.single footer ul li span {
    font-size: 19px;
  }
}

@media screen and (max-width: 600px) {
  main.single footer ul li:first-child {
    border-right: solid 1px #000;
    padding-right: 20px;
  }

  main.single footer ul li:first-child span:before {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
    margin-right: 10px;
  }

  main.single footer ul li:first-child:hover {
    color: #998800;
  }

  main.single footer ul li:first-child:hover span:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23998800%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  main.single footer ul li:last-child {
    padding-left: 20px;
  }

  main.single footer ul li:last-child span {
    justify-content: flex-end;
  }

  main.single footer ul li:last-child span:after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 10px;
  }

  main.single footer ul li:last-child:hover {
    color: #998800;
  }

  main.single footer ul li:last-child:hover span:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2014%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.91%200-1.34%201.46%202.58%202.53h-10.15v2.01h10.15l-2.58%202.54%201.34%201.46%205.09-5z%22%20fill%3D%22%23998800%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}





