@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
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,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: auto; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(0.694444vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 2rem;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.en {
  font-family: "Oswald", sans-serif;
}

.jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

.pc-inline {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .pc-inline {
    display: none;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  height: 10rem;
  z-index: 100;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  #header {
    height: 5rem;
    display: block;
  }
}

.header__logo {
  margin-top: 2.4rem;
  margin-left: 3.7rem;
  width: 25.1rem;
}
@media screen and (max-width: 767.98px) {
  .header__logo {
    width: 13.5rem;
    margin-top: 1.1rem;
    margin-inline: auto;
  }
}

.-tel {
  background-color: #0071bc;
  color: #fff;
  transition: 0.3s color, 0.3s background-color;
}
@media (any-hover: hover) {
  .-tel:hover {
    background-color: #ebebeb;
    color: #006aa7;
  }
  .-tel:hover span::before {
    background-color: #006aa7;
  }
}
.-tel span {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
.-tel span::before {
  transition: 0.3s background-color;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46.03 52.87"><title>arrow</title><path class="cls-1" d="M18.63,13.72c.08,2.03-.93,3.95-2.65,5.02-1.47,1.02-1.63,2.19-1.01,3.81,2.07,5.41,5.25,9.87,10.31,12.89.93.76,2.29.68,3.12-.19,3.29-2.8,4.56-2.94,8.22-.55,2.56,1.59,4.96,3.44,7.16,5.5,3.28,3.22,2.89,6.42-.71,9.25-.41.28-.79.59-1.16.92-2.52,2.53-5.51,2.89-8.89,2.21C15.46,49.04,2.73,35.76.3,18.04-.1,14.79-.1,11.51.3,8.27c.17-1.55,1.33-3.12,2.39-4.39,1.06-1.12,2.29-2.07,3.64-2.82,2.82-1.76,5.31-1.32,7.32,1.31,2.57,3.38,4.6,7.01,4.98,11.35ZM35.89,50.14c2.52.24,3.88-1.71,5.56-2.98,2.18-1.64,2.46-3.07.45-4.89-2.62-2.22-5.4-4.27-8.3-6.12-.68-.22-1.41-.15-2.04.19-.7.4-1.34.87-1.92,1.43-1.92,1.5-3.11,1.54-5.25.33-5.7-3.24-9.99-8.48-12.03-14.71-1.22-3.43-1.12-4.26,1.7-6.58,1.78-1.46,2.24-3.2,1.41-5.07-1.24-2.74-2.68-5.38-4.31-7.9-.72-.67-1.73-.94-2.69-.72-3.4,1.05-5.73,4.18-5.75,7.74-.38,13.04,4.48,23.7,14.72,31.8,5.33,4.16,11.72,6.75,18.45,7.47Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46.03 52.87"><title>arrow</title><path class="cls-1" d="M18.63,13.72c.08,2.03-.93,3.95-2.65,5.02-1.47,1.02-1.63,2.19-1.01,3.81,2.07,5.41,5.25,9.87,10.31,12.89.93.76,2.29.68,3.12-.19,3.29-2.8,4.56-2.94,8.22-.55,2.56,1.59,4.96,3.44,7.16,5.5,3.28,3.22,2.89,6.42-.71,9.25-.41.28-.79.59-1.16.92-2.52,2.53-5.51,2.89-8.89,2.21C15.46,49.04,2.73,35.76.3,18.04-.1,14.79-.1,11.51.3,8.27c.17-1.55,1.33-3.12,2.39-4.39,1.06-1.12,2.29-2.07,3.64-2.82,2.82-1.76,5.31-1.32,7.32,1.31,2.57,3.38,4.6,7.01,4.98,11.35ZM35.89,50.14c2.52.24,3.88-1.71,5.56-2.98,2.18-1.64,2.46-3.07.45-4.89-2.62-2.22-5.4-4.27-8.3-6.12-.68-.22-1.41-.15-2.04.19-.7.4-1.34.87-1.92,1.43-1.92,1.5-3.11,1.54-5.25.33-5.7-3.24-9.99-8.48-12.03-14.71-1.22-3.43-1.12-4.26,1.7-6.58,1.78-1.46,2.24-3.2,1.41-5.07-1.24-2.74-2.68-5.38-4.31-7.9-.72-.67-1.73-.94-2.69-.72-3.4,1.05-5.73,4.18-5.75,7.74-.38,13.04,4.48,23.7,14.72,31.8,5.33,4.16,11.72,6.75,18.45,7.47Z"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.-mail {
  background-color: #3ecbe8;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s color, 0.3s background-color;
}
@media (any-hover: hover) {
  .-mail:hover {
    background-color: #ebebeb;
    color: #3ecbe8;
  }
  .-mail:hover span::before {
    background-color: #3ecbe8;
  }
}
.-mail span {
  display: inline-block;
  position: relative;
}
.-mail span::before {
  transition: 0.3s background-color;
  top: 50.5%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.97 47.08"><title>arrow</title><path id="_パス_3757" data-name="パス 3757" class="cls-1" d="M63.13,0H1.84C.82,0,0,.82,0,1.84v43.4c0,1.02.82,1.84,1.84,1.84h61.3c1.02,0,1.84-.82,1.84-1.84h0V1.84C64.97.82,64.15,0,63.13,0h0M61.29,3.68v8.28l-28.81,15.71L3.68,11.96V3.68h57.61ZM3.68,43.4v-27.25l27.92,15.23c.55.3,1.21.3,1.76,0l27.93-15.23v27.25H3.68Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.97 47.08"><title>arrow</title><path id="_パス_3757" data-name="パス 3757" class="cls-1" d="M63.13,0H1.84C.82,0,0,.82,0,1.84v43.4c0,1.02.82,1.84,1.84,1.84h61.3c1.02,0,1.84-.82,1.84-1.84h0V1.84C64.97.82,64.15,0,63.13,0h0M61.29,3.68v8.28l-28.81,15.71L3.68,11.96V3.68h57.61ZM3.68,43.4v-27.25l27.92,15.23c.55.3,1.21.3,1.76,0l27.93-15.23v27.25H3.68Z"/></svg>');
  display: block;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.header__right {
  margin-left: auto;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .header__right {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 5rem;
    margin: 0;
    width: 100%;
    bottom: 0;
  }
}
.header__right .header__btn {
  text-decoration: none;
  width: 28rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__right .header__btn.-tel {
  padding-left: 2.7rem;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-tel {
    font-size: 2.2rem;
    padding-left: 2rem;
  }
}
.header__right .header__btn.-tel span {
  position: relative;
  padding-left: 4rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-tel span {
    padding-left: 2.5rem;
  }
}
.header__right .header__btn.-tel span::before {
  width: 2.9rem;
  height: 3.4rem;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-tel span::before {
    width: 1.9rem;
    height: 2.2rem;
  }
}
.header__right .header__btn.-mail {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-mail {
    font-size: 1.5rem;
  }
}
.header__right .header__btn.-mail span {
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-mail span {
    padding-left: 3.4rem;
  }
}
.header__right .header__btn.-mail span::before {
  width: 4.1rem;
  height: 3rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .header__right .header__btn.-mail span::before {
    width: 2.7rem;
    height: 1.9rem;
  }
}

#footer {
  margin-top: 12.7rem;
}
@media screen and (max-width: 767.98px) {
  #footer {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}

.c-copyright {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgb(0, 66, 110) 0%, rgb(0, 33, 55) 100%);
  padding-block: 2.1rem 2.8rem;
  font-weight: 700;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 1rem;
    font-size: 1rem;
    padding-block: 2.5rem 2.6rem;
  }
}

.footer__inner {
  display: flex;
  align-items: flex-end;
  max-width: 120.4rem;
  margin-inline: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .footer__inner {
    display: block;
    max-width: 81.6%;
  }
}

.footer__logo {
  width: 45.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .footer__logo {
    width: auto;
    max-width: 22.4rem;
    margin-bottom: 0.8rem;
  }
}
.footer__logo img {
  width: 100%;
}

#main {
  padding-top: 10rem;
  overflow: hidden;
  width: 100%;
  background: url(../img/bg_wave.png) no-repeat top 66.7rem center/100% auto;
}
@media screen and (max-width: 767.98px) {
  #main {
    padding-top: 5rem;
    background-position: top 44.7rem center;
    background-size: 251% auto;
  }
}

.mv {
  position: relative;
}
.mv .mv__wrapper {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
  transition: -webkit-clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out;
  transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
}
.mv .mv__wrapper.is-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mv picture {
  width: 100%;
}
.mv picture img {
  width: 100%;
}
.mv .txt {
  position: absolute;
  z-index: 2;
}
.mv .txt img {
  width: 100%;
}
.mv .txt01 {
  top: 8.8vw;
  left: 2.6vw;
  width: 29.4444444444vw;
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .mv .txt01 {
    top: 6rem;
    left: 2rem;
    width: 24.1rem;
    opacity: 0.6;
  }
}
.mv .txt02 {
  top: 12.8vw;
  left: 3.3vw;
  width: 68.913889vw;
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .mv .txt02 {
    top: 10rem;
    left: 2rem;
    width: 32.3rem;
    opacity: 0.6;
  }
}
.mv .txt03 {
  top: 19.7vw;
  left: -1.3vw;
  width: 50.6vw;
}
@media screen and (max-width: 767.98px) {
  .mv .txt03 {
    width: 31.8rem;
    top: 16rem;
    left: -0.8rem;
  }
}
.mv .txt04 {
  top: 28.7vw;
  left: -1.8vw;
  width: 84.6vw;
  transition-delay: 0.05s;
}
.mv .txt04 img {
  transition-delay: 0.05s;
}
@media screen and (max-width: 767.98px) {
  .mv .txt04 {
    width: 35.8rem;
    top: 20.8rem;
    left: -0.6rem;
  }
}
.mv .txt05 {
  top: 38.1vw;
  left: -2.4vw;
  width: 77.1vw;
  transition-delay: 0.1s;
}
.mv .txt05 img {
  transition-delay: 0.1s;
}
@media screen and (max-width: 767.98px) {
  .mv .txt05 {
    width: 33.6rem;
    top: 30.8rem;
    left: -0.8rem -8.83198px;
  }
}
.mv .ill {
  position: absolute;
  width: 49.5vw;
  bottom: 8.4vw;
  right: 1.4vw;
  z-index: 2;
  aspect-ratio: 720/440;
  transform: translate(100%, 0);
  transition: 0.5s transform ease-in-out;
}
.mv .ill.is-show {
  transform: translate(0, 0);
}
@media screen and (max-width: 767.98px) {
  .mv .ill {
    width: 33rem;
    right: 0rem;
    bottom: -8rem;
    opacity: 0.7;
  }
}
.mv .ill img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catch {
  transform: translate(-100rem, 20%);
  transition: transform 0.5s ease-in-out, opacity 0.8s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .catch {
    transform: translate(-50rem, 50%);
  }
}
.catch.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.mv__mark {
  position: absolute;
  top: 2.513889vw;
  right: 4.252778vw;
  width: 12.191667vw;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .mv__mark {
    top: 6.1rem;
    width: 8.4rem;
    right: 1.6rem;
  }
}
.mv__mark img {
  width: 100%;
}

.img_list-wrapper {
  width: 86.333333vw;
  margin-inline: auto;
  margin-bottom: 14rem;
  margin-top: -18.3vw;
}
@media screen and (max-width: 767.98px) {
  .img_list-wrapper {
    width: 100%;
    margin-top: -7rem;
    margin-bottom: 5rem;
  }
}

.img_list {
  display: flex;
  -webkit-animation: identifier 2s infinite;
          animation: identifier 2s infinite;
  gap: 0 0.625vw;
  transform: rotate(-5deg);
  transition: 1.2s transform cubic-bezier(0, 0.98, 0.83, 0.99);
}
@media screen and (max-width: 767.98px) {
  .img_list {
    gap: 0 0rem;
  }
}
.img_list.-fst {
  justify-content: flex-end;
  transform: translate(-100%, 20%) rotate(-5deg);
}
.img_list.-fst.is-show {
  transform: translate(0, 0) rotate(-5deg);
}
@media screen and (max-width: 767.98px) {
  .img_list.-fst {
    margin-right: -0.6rem;
  }
}
.img_list.-scd {
  margin-top: 2.425vw;
  transform: translate(100%, -20%) rotate(-5deg);
}
.img_list.-scd.is-show {
  transform: translate(0, 0) rotate(-5deg);
}
@media screen and (max-width: 767.98px) {
  .img_list.-scd {
    margin-left: -0.6rem;
    margin-top: 0.6rem;
  }
}
.img_list li {
  width: 21.1111111111vw;
}
.img_list li img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .img_list li {
    width: 12.6rem;
    margin: 0 -0.2rem;
  }
}

/* @keyframes identifier {
	0% {
		transform: translate(100%, -50%) rotate(-5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
} */
.company__name {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .company__name {
    font-size: 2rem;
  }
}
.company__name span {
  font-size: 2.2rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .company__name span {
    font-size: 1.6rem;
  }
}

.add {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .add {
    font-size: 1.2rem;
  }
}

.tel {
  font-family: "Oswald", sans-serif;
  color: currentColor;
  text-decoration: none;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .tel {
    font-size: 4rem;
    margin-top: 0.2rem;
  }
}

.section__ttl {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .section__ttl {
    font-size: 2rem;
    line-height: 1.2857142857;
  }
}
.section__ttl.white {
  color: #fff;
}
.section__ttl.white::after {
  background-color: #fff;
}
.section__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #000;
  left: 0;
  right: 0;
}

.problem .section__ttl {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767.98px) {
  .problem .section__ttl {
    font-size: 2.1rem;
  }
}

.problem__content {
  max-width: 99rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .problem__content {
    width: 81.6%;
  }
}

.problem__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem auto 0;
}
.problem__list li {
  font-size: 2.7rem;
  font-weight: 700;
  position: relative;
  padding-left: 4rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .problem__list li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1.8rem;
    letter-spacing: -0.01em;
  }
}
.problem__list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/icn_check.svg) no-repeat center center/100% 100%;
  top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .problem__list li::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.5rem;
  }
}

.leave {
  margin-block: 11.2rem 8rem;
  background: linear-gradient(164deg, rgb(0, 100, 180) 0%, rgb(0, 158, 65) 100%);
  padding: 2rem 1rem 3rem;
  -webkit-clip-path: polygon(4rem 0%, 100% 0, 100% calc(100% - 3rem), calc(100% - 4rem) 100%, 0 100%, 0% 3rem);
          clip-path: polygon(4rem 0%, 100% 0, 100% calc(100% - 3rem), calc(100% - 4rem) 100%, 0 100%, 0% 3rem);
}
@media screen and (max-width: 767.98px) {
  .leave {
    margin-block: 3rem 2.5rem;
    background: linear-gradient(18deg, rgb(0, 106, 167) 0%, rgb(67, 176, 91) 100%);
    -webkit-clip-path: polygon(2rem 0%, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0% 2rem);
            clip-path: polygon(2rem 0%, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0% 2rem);
    padding: 0.5rem;
  }
}
.leave p {
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .leave p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.vartical-text {
  font-family: "Oswald", sans-serif;
  writing-mode: vertical-lr;
  font-size: 18rem;
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .vartical-text {
    font-size: 8rem;
  }
}
.vartical-text span {
  transform: translateY(-0.8em);
  display: inline-block;
  opacity: 0;
}
.vartical-text.is-show span {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.vartical-text span:nth-child(1) {
  transition-delay: 0s;
}

.vartical-text span:nth-child(2) {
  transition-delay: 0.03s;
}

.vartical-text span:nth-child(3) {
  transition-delay: 0.06s;
}

.vartical-text span:nth-child(4) {
  transition-delay: 0.09s;
}

.vartical-text span:nth-child(5) {
  transition-delay: 0.12s;
}

.vartical-text span:nth-child(6) {
  transition-delay: 0.15s;
}

.vartical-text span:nth-child(7) {
  transition-delay: 0.18s;
}

.vartical-text span:nth-child(8) {
  transition-delay: 0.21s;
}

.vartical-text span:nth-child(9) {
  transition-delay: 0.24s;
}

.vartical-text span:nth-child(10) {
  transition-delay: 0.27s;
}

/* ----------------------------------------------------------------------------------------------------
*	about
* --------------------------------------------------------------------------------------------------*/
.about {
  padding-block: 21.1rem 18rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about {
    padding-block: 3rem 7rem;
  }
}
.about .ill {
  position: absolute;
  right: calc(50% - 50rem);
  bottom: -26rem;
  z-index: 10;
  width: 55rem;
}
@media screen and (max-width: 767.98px) {
  .about .ill {
    width: 32.7rem;
    right: auto;
    left: 1rem;
    bottom: -17rem;
  }
}
.about .ill img {
  width: 100%;
}
.about .vartical-text {
  -webkit-text-stroke: 2px #000;
  color: transparent;
  position: absolute;
  left: 2rem;
  left: calc(50% - 76.5rem);
  opacity: 0.3;
  top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .about .vartical-text {
    left: -3.3rem;
    opacity: 0.1;
    top: 1.6rem;
  }
}

.about__content {
  max-width: 99rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .about__content {
    width: 81.6%;
    grid-template-columns: 1fr auto;
    gap: 2.2rem 0;
  }
}
.about__content .ttl {
  font-size: 5rem;
  font-weight: 900;
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 2.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .about__content .ttl {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
}
.about__content p {
  grid-row: 2;
  grid-column: 1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .about__content p {
    grid-row: 2;
    grid-column: 1/3;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.about__content .mark {
  grid-column: 2;
  grid-row: 2;
  width: 24rem;
}
@media screen and (max-width: 767.98px) {
  .about__content .mark {
    grid-column: 2;
    grid-row: 1;
    width: 9.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.strength {
  position: relative;
  z-index: 2;
}

.strength__bg {
  padding-block: 21rem 18.5rem;
  background: linear-gradient(180deg, rgb(0, 113, 188) 0%, rgb(0, 81, 135) 50%, rgb(0, 57, 94) 100%);
  -webkit-clip-path: polygon(0 9rem, 100% 0, 100% calc(100% - 9rem), 0% 100%);
          clip-path: polygon(0 9rem, 100% 0, 100% calc(100% - 9rem), 0% 100%);
  margin-bottom: -9.1rem;
  position: relative;
}
.strength__bg .vartical-text {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  letter-spacing: 0;
  right: calc(50% - 70rem);
  -webkit-text-stroke: 2px #fff6f6;
  color: transparent;
  opacity: 0.3;
}
@media screen and (max-width: 767.98px) {
  .strength__bg .vartical-text {
    top: 36.2rem;
    right: -3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .strength__bg {
    -webkit-clip-path: polygon(0 3rem, 100% 0, 100% calc(100% - 3rem), 0% 100%);
            clip-path: polygon(0 3rem, 100% 0, 100% calc(100% - 3rem), 0% 100%);
    margin-bottom: -3.1rem;
    padding-block: 18rem 7.5rem;
  }
}

.strength__content {
  max-width: 99rem;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .strength__content {
    width: 81.6%;
  }
}
.strength__content .ttl {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .strength__content .ttl {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
.strength__content .heading__txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767.98px) {
  .strength__content .heading__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.strength__list {
  display: flex;
  max-width: 97rem;
  margin-inline: auto;
  justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .strength__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 1.4rem;
    margin-top: 4.5rem;
  }
}

.strength__item {
  display: grid;
  place-content: center;
  border-radius: 100%;
  aspect-ratio: 1/1;
  border: 0.4rem solid #fff;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  .strength__item {
    width: 14.2rem;
    border-width: 0.2rem;
  }
  .strength__item:first-child {
    margin: 0 6rem;
  }
}
.strength__item p {
  line-height: 1.3043478261;
  font-weight: 900;
  font-size: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .strength__item p {
    font-size: 2.8rem;
  }
}
.strength__item p span {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .strength__item p span {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	produce
* --------------------------------------------------------------------------------------------------*/
.produce {
  padding-top: 17.1rem;
  padding-bottom: 22rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.4rem), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.4rem), 0% 100%);
  background: url(../img/bg_paper.jpg) top center/cover;
}
@media screen and (max-width: 767.98px) {
  .produce {
    padding-block: 9rem 17rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0% 100%);
  }
}

.produce__content {
  max-width: 99rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .produce__content {
    width: 81.6%;
  }
}
.produce__content .ttl {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .produce__content .ttl {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    margin-bottom: 2.4rem;
  }
}
.produce__content .heading__txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767.98px) {
  .produce__content .heading__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.glpah {
  display: block;
  max-width: 96.3rem;
  margin: 5.6rem auto 12.3rem;
}
@media screen and (max-width: 767.98px) {
  .glpah {
    margin-block: 3.8rem 6.3rem;
  }
}
.glpah img {
  width: 100%;
}

.produce__ttl {
  max-width: 33rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .produce__ttl {
    max-width: 17.8rem;
  }
}

.point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.8rem 0;
  max-width: 107.4rem;
  margin: 5.6rem auto 12.2rem;
}
@media screen and (max-width: 767.98px) {
  .point__list {
    width: 71.7333333333%;
    display: block;
    margin-block: 2.6rem 4.5rem;
  }
}

.point__item {
  border: 0.2rem solid #000;
  padding: 2.2rem 4rem 2.4rem 2.1rem;
  border-radius: 2rem;
  width: 51.9rem;
  background-color: #fff;
  position: relative;
  min-height: 34.7rem;
}
@media screen and (max-width: 767.98px) {
  .point__item {
    width: 97.3977695167%;
    padding: 1.4rem;
    min-height: 18.4rem;
  }
  .point__item + .point__item {
    margin-top: 1.7rem;
  }
}
.point__item:first-child .ttl-wrapper {
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .point__item:first-child .ttl-wrapper {
    margin-left: 0;
  }
}
.point__item:nth-child(2) .ttl-wrapper .num {
  margin-right: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .point__item:nth-child(2) .ttl-wrapper .num {
    margin-right: 1.4rem;
  }
}
.point__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #000;
  top: 1rem;
  left: 1rem;
  border-radius: 2rem;
  z-index: -1;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .point__item::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.point__item .ttl-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767.98px) {
  .point__item .ttl-wrapper {
    margin-bottom: 1rem;
  }
}
.point__item .ttl-wrapper .num {
  display: inline-block;
  height: 8.2rem;
  width: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .point__item .ttl-wrapper .num {
    margin-right: 1.4rem;
    height: 3.3rem;
  }
}
.point__item .ttl-wrapper .num img {
  height: 100%;
  width: auto;
}
.point__item p {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .point__item p {
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-ttl {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-ttl {
    font-size: 1.5rem;
  }
}

.speciality-field {
  position: relative;
  padding-top: 16.3rem;
}
@media screen and (max-width: 767.98px) {
  .speciality-field {
    padding-top: 19.3rem;
  }
}
.speciality-field .img-txt-wrapper {
  position: absolute;
  top: -16.6rem;
  left: 0;
  right: 0;
  max-width: 144rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .speciality-field .img-txt-wrapper {
    top: -12.6rem;
  }
}
.speciality-field .img-txt-wrapper .ill {
  max-width: 43rem;
}
@media screen and (max-width: 767.98px) {
  .speciality-field .img-txt-wrapper .ill {
    width: 32.7rem;
  }
}
.speciality-field .img-txt-wrapper .large-txt {
  top: 0;
  position: absolute;
  right: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16rem;
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-weight: 600;
  -webkit-text-stroke: 2px #000;
  color: transparent;
  opacity: 0.3;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .speciality-field .img-txt-wrapper .large-txt {
    font-size: 8rem;
    line-height: 0.9375;
    letter-spacing: 0;
    opacity: 0.1;
    top: auto;
    bottom: -13rem;
    left: 0;
  }
}

.large-txt span {
  transform: translateX(-0.8em);
  display: inline-block;
  opacity: 0;
}
.large-txt.is-show span {
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.large-txt span:nth-child(1) {
  transition-delay: 0s;
}

.large-txt span:nth-child(2) {
  transition-delay: 0.03s;
}

.large-txt span:nth-child(3) {
  transition-delay: 0.06s;
}

.large-txt span:nth-child(4) {
  transition-delay: 0.09s;
}

.large-txt span:nth-child(5) {
  transition-delay: 0.12s;
}

.large-txt span:nth-child(6) {
  transition-delay: 0.15s;
}

.large-txt span:nth-child(7) {
  transition-delay: 0.18s;
}

.large-txt span:nth-child(8) {
  transition-delay: 0.21s;
}

.large-txt span:nth-child(9) {
  transition-delay: 0.24s;
}

.large-txt span:nth-child(10) {
  transition-delay: 0.27s;
}

.large-txt span:nth-child(11) {
  transition-delay: 0.3s;
}

.large-txt span:nth-child(12) {
  transition-delay: 0.33s;
}

.large-txt span:nth-child(13) {
  transition-delay: 0.36s;
}

.large-txt span:nth-child(14) {
  transition-delay: 0.39s;
}

.large-txt span:nth-child(15) {
  transition-delay: 0.42s;
}

.large-txt span:nth-child(16) {
  transition-delay: 0.45s;
}

.large-txt span:nth-child(17) {
  transition-delay: 0.48s;
}

.large-txt span:nth-child(18) {
  transition-delay: 0.51s;
}

.large-txt span:nth-child(19) {
  transition-delay: 0.54s;
}

.large-txt span:nth-child(20) {
  transition-delay: 0.57s;
}

.speciality-field__content {
  max-width: 99rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .speciality-field__content {
    width: 81.6%;
  }
}
.speciality-field__content .ttl {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .speciality-field__content .ttl {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    margin-right: calc(50% - 50vw);
  }
}

.sf__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .sf__list {
    width: auto;
    margin-inline: 0;
    margin-top: 1.7rem;
  }
}

.sf__item {
  position: relative;
  padding-left: 4.2rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
@media screen and (max-width: 767.98px) {
  .sf__item {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.sf__item::before {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/icn_arrow.svg) no-repeat center center/100% 100%;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .sf__item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.65rem;
  }
}
.sf__item + .sf__item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .sf__item + .sf__item {
    margin-top: 0;
  }
}

.point {
  margin-top: 9.1rem;
  border: 0.6rem solid #0071bc;
  border-radius: 2rem;
  padding: 4rem 6.4rem 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .point {
    margin-top: 2.7rem;
    border-width: 0.4rem;
    padding: 1.8rem 1.6rem 1.8rem;
  }
}
.point p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.01em;
  line-break: strict;
}
@media screen and (max-width: 767.98px) {
  .point p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}

.point__ttl {
  display: flex;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3157894737;
  justify-content: center;
  margin-left: -1.61rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .point__ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-left: 0;
    margin-bottom: 1.8rem;
  }
}
.point__ttl .icn {
  display: inline-block;
  width: 6rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
  position: relative;
  top: -0.9rem;
}
@media screen and (max-width: 767.98px) {
  .point__ttl .icn {
    width: 3.8rem;
    top: 0;
    margin-right: 1rem;
  }
}

.building {
  margin-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .building {
    padding-bottom: 21rem;
  }
}
.building .ill {
  bottom: -25rem;
  position: absolute;
  width: 50rem;
  z-index: 10;
  right: calc(50% - 66rem);
}
@media screen and (max-width: 767.98px) {
  .building .ill {
    width: 32.7rem;
    left: 0;
    right: auto;
    bottom: -5rem;
  }
}
.building .ill img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .building {
    margin-top: 4rem;
  }
}

.building__list {
  margin-top: 8.24rem;
  max-width: 99rem;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8.4rem 1.8181818182%;
}
@media screen and (max-width: 767.98px) {
  .building__list {
    margin-top: 3.7rem;
    width: 81.6%;
    justify-content: space-between;
    gap: 3.1rem 0;
  }
}

.building__item {
  position: relative;
  width: 32.1212121212%;
}
@media screen and (max-width: 767.98px) {
  .building__item {
    width: 48.3660130719%;
  }
}
.building__item:nth-of-type(1) .building__ttl {
  padding-right: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .building__item:nth-of-type(1) .building__ttl {
    padding-top: 0.6rem;
  }
}
.building__item:nth-of-type(3n + 1) .building__ttl {
  left: -2rem;
}
@media screen and (max-width: 767.98px) {
  .building__item:nth-of-type(3n + 1) .building__ttl {
    left: -0.5rem;
  }
}
.building__item:nth-of-type(n + 4) .building__ttl {
  top: -3.3rem;
}
@media screen and (max-width: 767.98px) {
  .building__item:nth-of-type(n + 4) .building__ttl {
    top: -1.5rem;
  }
}

.building__ttl {
  background: url(../img/icn_balloon.svg) no-repeat center center/100% 100%;
  width: 22.2rem;
  height: 6rem;
  position: absolute;
  z-index: 1;
  padding-top: 0.8rem;
  padding-right: 1.1rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  top: -2rem;
  left: -1rem;
}
@media screen and (max-width: 767.98px) {
  .building__ttl {
    font-size: 1.3rem;
    width: 10.3rem;
    height: 2.8rem;
    padding-top: 0.45rem;
    padding-right: 0;
    top: -1.5rem;
    left: -0.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	faq
* --------------------------------------------------------------------------------------------------*/
.qa {
  position: relative;
  z-index: 2;
  margin-bottom: -27.1rem;
}
.qa .appeal {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767.98px) {
  .qa .appeal {
    margin-top: 5rem;
  }
}

.qa__bg {
  padding-block: 18.7rem 28rem;
  background: linear-gradient(180deg, rgb(0, 113, 188) 0%, rgb(0, 81, 135) 50%, rgb(0, 57, 94) 100%);
  -webkit-clip-path: polygon(0 13rem, 100% 0, 100% calc(100% - 27rem), 0% 100%);
          clip-path: polygon(0 13rem, 100% 0, 100% calc(100% - 27rem), 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .qa__bg {
    padding-block: 5.8rem 8.4rem;
    -webkit-clip-path: polygon(0 3rem, 100% 0, 100% calc(100% - 3rem), 0% 100%);
            clip-path: polygon(0 3rem, 100% 0, 100% calc(100% - 3rem), 0% 100%);
  }
}

.qa__content {
  max-width: 99rem;
  margin-inline: auto;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767.98px) {
  .qa__content {
    margin-top: 3rem;
    width: 81.6%;
  }
}

details + details {
  margin-top: 1rem;
}

summary {
  list-style-type: none;
  cursor: pointer;
}
@media (any-hover) {
  summary {
    transition: 0.3s;
  }
  summary:hover {
    opacity: 0.7;
  }
}

summary::-webkit-details-marker {
  display: none;
}

.content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.js-details {
  font-weight: 700;
}
.js-details .icn {
  font-size: 5rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .js-details .icn {
    font-size: 1.8rem;
  }
}

.js-summary {
  display: flex;
  background-color: #fff;
  padding: 1.2rem 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .js-summary {
    padding: 0.6rem 0.5rem;
  }
}
.js-summary .icn {
  top: -0.6rem;
  margin-right: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .js-summary .icn {
    top: -0.2rem;
    margin-right: 0.5rem;
  }
}
.js-summary span {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .js-summary span {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0;
  }
}

.content_inner {
  color: #fff;
  display: flex;
  padding: 3.6rem 0 3.7rem 4rem;
}
@media screen and (max-width: 767.98px) {
  .content_inner {
    padding: 1rem 0.5rem 1.5rem 0.8rem;
  }
}
.content_inner .icn {
  top: -0.8rem;
  margin-right: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .content_inner .icn {
    top: 0.05rem;
    margin-right: 0.5rem;
  }
}
.content_inner p,
.content_inner li {
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .content_inner p,
.content_inner li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.content_inner li {
  display: flex;
}
.content_inner li span {
  flex-shrink: 0;
  font-size: 2.8rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .content_inner li span {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------
*	comic
* --------------------------------------------------------------------------------------------------*/
.comic {
  background-color: #f3f1f1;
  padding-block: 38rem 18.2rem;
  margin-bottom: 7.7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13rem), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13rem), 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .comic {
    background: url(../img/bg_paper.jpg) top center;
    padding-block: 32rem 7rem;
    margin-bottom: 1.7rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0% 100%);
  }
}

.comic__content {
  max-width: 98rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .comic__content {
    max-width: 81.6%;
  }
}
.comic__content img {
  display: block;
}

.permit-number__list {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .permit-number__list {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.content__inner {
  width: 81.6%;
  margin-inline: auto;
}

.appeal {
  border: 0.6rem solid #0071bc;
  border-radius: 2rem;
  max-width: 99rem;
  margin-inline: auto;
  text-align: center;
  padding: 2.6rem 2rem 4.7rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .appeal {
    max-width: inherit;
    width: 81.6%;
    border-width: 0.4rem;
    padding: 1rem 1rem 1.5rem;
  }
}
.appeal .ttl {
  color: #0071bc;
  font-size: 5rem;
  font-weight: 900;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .appeal .ttl {
    font-size: 2.2rem;
    margin-top: 0.3rem;
  }
}
.appeal .c-catch {
  font-size: 2.8rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .appeal .c-catch {
    font-size: 1.5rem;
  }
}
.appeal .c-catch::before, .appeal .c-catch::after {
  top: -0.5rem;
  content: "";
  position: absolute;
  height: 115.8%;
  width: 0.4rem;
  background-color: #000;
}
@media screen and (max-width: 767.98px) {
  .appeal .c-catch::before, .appeal .c-catch::after {
    width: 0.2rem;
    height: 90%;
    top: 0.2rem;
  }
}
.appeal .c-catch::before {
  left: -2rem;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767.98px) {
  .appeal .c-catch::before {
    left: -0.8rem;
  }
}
.appeal .c-catch::after {
  right: -2rem;
  transform: rotate(28deg);
}
@media screen and (max-width: 767.98px) {
  .appeal .c-catch::after {
    right: -0.6rem;
  }
}
.appeal .btn-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .appeal .btn-wrapper {
    display: block;
    margin-top: 1.1rem;
  }
}

.btn {
  display: block;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  min-height: 13rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .btn {
    min-height: 6.6rem;
  }
}
.btn .icn {
  display: block;
}
.btn.-tel {
  font-family: "Oswald", sans-serif;
  font-size: 5.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.01em;
  max-width: 43.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .btn.-tel {
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
.btn.-tel span {
  padding-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .btn.-tel span {
    padding-left: 3.1rem;
  }
}
.btn.-tel span::before {
  transition: 0.3s background-color;
  left: 0.1rem;
  top: 56.5%;
  transform: translateY(-50%);
  width: 4.6rem;
  height: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .btn.-tel span::before {
    width: 2.3rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn.-tel {
    font-size: 2.6rem;
    max-width: 22.1rem;
    padding-bottom: 0.2rem;
    margin-inline: auto;
  }
}
.btn.-mail {
  font-size: 3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3333333333;
  max-width: 43.7rem;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .btn.-mail {
    margin-top: 1rem;
    font-size: 1.4rem;
    max-width: 22.1rem;
    margin-inline: auto;
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
.btn.-mail span {
  display: inline-block;
  position: relative;
  padding-left: 8.3rem;
}
@media screen and (max-width: 767.98px) {
  .btn.-mail span {
    padding-left: 4.1rem;
  }
}
.btn.-mail span::before {
  left: 0.1rem;
  top: 50.5%;
  transform: translateY(-50%);
  width: 6.4rem;
  height: 4.7rem;
}
@media screen and (max-width: 767.98px) {
  .btn.-mail span::before {
    left: 0;
    width: 3.2rem;
    height: 2.3rem;
  }
}
/*# sourceMappingURL=style.css.map */

/*20250627_追加CSS*/
.header__logo a {
  display: inline-block;
  transition: all 0.5s ease;
  cursor: pointer;
}

.header__logo a img {
  transition: opacity 0.5s ease;
}

.header__logo a:hover img {
  opacity: 0.5; /* 少し薄くする */
}

.company__name a {
  color: #000;               /* 黒文字に固定 */
  text-decoration: none;     /* 下線を消す */
  transition: opacity 0.8s ease;  /* ゆっくりフェード */
  display: inline-block;     /* transitionを効かせるため */
}

.company__name a:hover {
  opacity: 0.4;              /* マウスオーバーで薄くする */
}