@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
section {
  display: block;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
p,
caption,
th,
td,
form,
input,
textarea,
blockquote,
address,
embed,
object,
figure,
em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #222222;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

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

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--custom--*/
/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

@media all and (-ms-high-contrast: none) {
  div.pageWrap {
    display: block;
  }
}
div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  }
}
/* layout
-------------------------------------------------------*/
.minbr,
.midbr {
  display: none;
}

div.contents {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* header */
header {
  position: relative;
  width: 100%;
}

.global-nav {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.global-nav > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: 600;
}
.global-nav > ul > li ul li a {
  display: block;
  position: relative;
  padding: 3px 10px 3px 15px;
  font-size: 1.2rem;
  font-weight: 600;
}
.global-nav > ul > li ul li a::before {
  content: "・";
  position: absolute;
  top: 4px;
  left: 5px;
}

/*footer*/
footer {
  position: relative;
  width: 100%;
}

.foot-link-section {
  padding: 0 20px;
}

.bnr-grid-section {
  position: relative;
  width: 100%;
  padding: 15px 0 25px;
}
.bnr-grid-section:not(:last-child) {
  margin-bottom: 25px;
}
.bnr-grid-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/images/footer_bnr_back.jpg) no-repeat top center/cover;
  z-index: -1;
}
.bnr-grid-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 17px;
  right: 12px;
  width: 60px;
  height: 64px;
  background: url(../common/images/logo_symbol.svg) no-repeat top center/contain;
}
.bnr-grid-section figure {
  width: 300px;
}

.link-grid-section {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.link-grid-section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background: #395f7b;
  border-top: 17px solid #00AAAA;
  border-bottom: 6px solid #00AAAA;
  z-index: -3;
}
.link-grid-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 30px;
  width: 363px;
  height: 14px;
  background: url(../common/images/totale_renewal_text_pc.svg) no-repeat top center/contain;
}
.link-grid-section li:nth-child(1) a::before {
  background-image: url(../common/images/bnr_grid_image01.jpg);
}
.link-grid-section li:nth-child(2) a::before {
  background-image: url(../common/images/bnr_grid_image02.jpg);
}
.link-grid-section li:nth-child(3) a::before {
  background-image: url(../common/images/bnr_grid_image03.jpg);
}
.link-grid-section li a {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  padding: 8px 12px;
}
.link-grid-section li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.link-grid-section li a h3 {
  position: relative;
  height: 42px;
  text-align: right;
}
.link-grid-section li a h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 71px;
  height: 16px;
  background: url(../common/images/bnr_grid_here.svg) no-repeat top center/contain;
}
.link-grid-section li a h3 img {
  width: auto;
  height: 100%;
}

.footer-inner {
  position: relative;
  padding: 35px 0 15px;
}
.footer-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #1a1a1a;
}

ul.footer-nav {
  margin-bottom: 30px;
}
ul.footer-nav > li > a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
ul.footer-nav > li ul:not(:first-child) {
  margin-top: 14px;
}
ul.footer-nav > li ul li:not(:last-child) {
  margin-bottom: 5px;
}
ul.footer-nav > li ul li a {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
}
ul.footer-nav > li ul li a::before {
  content: "・";
  display: inline-block;
  position: relative;
}

.foot-info-area {
  margin-bottom: 20px;
}
.foot-info-area .footer-logo {
  width: 185px;
}
.foot-info-area .footer-logo a {
  display: block;
}
.foot-info-area dl.company-info dt {
  width: 328px;
  margin: 0 auto 7px;
}
.foot-info-area dl.company-info dd {
  color: #535f5f;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
.foot-info-area dl.company-info dd::after {
  content: attr(data-text) "";
  display: block;
  position: relative;
  margin-top: 8px;
  color: #535f5f;
  font-size: 1.2rem;
  text-align: center;
}
.foot-info-area .cta-wrap .cta-btn {
  margin: 0 auto 14px;
}
.foot-info-area .cta-wrap p {
  color: #535f5f;
  font-size: 1.2rem;
  line-height: 1.4;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  color: #000022;
  font-size: 1.1rem;
}
.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: rgb(62, 190, 239);
  background: -webkit-gradient(linear, left top, right top, from(rgb(62, 190, 239)), to(rgb(0, 0, 34)));
  background: -webkit-linear-gradient(left, rgb(62, 190, 239) 0%, rgb(0, 0, 34) 100%);
  background: linear-gradient(90deg, rgb(62, 190, 239) 0%, rgb(0, 0, 34) 100%);
}

/*underpage*/
body.under-page .main-visual-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 135px;
  margin: 0 auto 40px;
  padding-top: 45px;
}
body.under-page .main-visual-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../common/images/page_title_back.jpg) no-repeat top center/cover;
  border-bottom: 40px solid #395F7B;
  outline: 5px solid #00AAAA;
}
body.under-page .main-visual-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  right: 0;
  width: 363px;
  height: 14px;
  background: url(../common/images/totale_renewal_text_pc.svg) no-repeat top center/contain;
}
body.under-page .main-visual-section h1 {
  width: 317px;
}
body.under-page .main-visual-section .cta-btn {
  margin: 0 0 0 auto;
}
body.under-page .global-nav {
  position: relative;
}
body.under-page .deco-catch {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 0 0 calc(50% - 50vw);
  padding-left: 160px;
}
body.under-page .deco-catch::before {
  content: "";
  display: block;
  position: relative;
  width: 343px;
  height: 27px;
  background: url(../common/images/page_title_deco.png) no-repeat top center/contain;
}
body.under-page .deco-catch span {
  position: absolute;
  top: 50px;
  left: 90px;
  font-size: 2.6rem;
  font-weight: 700;
}

.lp-page header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 1430px;
  width: 100%;
  height: 135px;
  z-index: 1;
  padding: 25px 15px 0;
}
.lp-page header h1 {
  width: 258px;
}
.lp-page header .cta-btn {
  margin: 0 0 0 auto;
}

.global-nav {
  position: relative;
}

body.under-page .deco-catch {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 0 0 calc(50% - 50vw);
  padding-left: 160px;
}
body.under-page .deco-catch::before {
  content: "";
  display: block;
  position: relative;
  width: 343px;
  height: 27px;
  background: url(../common/images/page_title_deco.png) no-repeat top center/contain;
}
body.under-page .deco-catch span {
  position: absolute;
  top: 50px;
  left: 90px;
  font-size: 2.6rem;
  font-weight: 700;
}

/*title*/
h3.section-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 2.6rem;
  font-weight: 700;
}

/*news-list*/
ul.news-list {
  position: relative;
}
ul.news-list li {
  border-top: dashed 1px #00AAAA;
}
ul.news-list li:last-child {
  border-bottom: dashed 1px #00AAAA;
}
ul.news-list li a {
  display: block;
  padding: 16px 0;
}
ul.news-list li a time {
  font-size: 1.2rem;
  font-weight: 700;
}
ul.news-list li a p {
  font-size: 1.3rem;
  font-weight: 700;
}

.news-btn {
  display: block;
  width: 128px;
}
.news-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  padding-right: 15px;
  background: #00AAAA;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.36em;
}
.news-btn a::before, .news-btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-btn a::before {
  background-image: url(../common/images/arrow_white.svg);
}
.news-btn a::after {
  display: none;
  background-image: url(../common/images/arrow_green.svg);
}

/*btn*/
.cta-btn {
  display: block;
  width: 162px;
}
.cta-btn a,
.cta-btn input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 43px;
  background: #00AAAA;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.cta-btn a .icon-cta-txt::before,
.cta-btn input .icon-cta-txt::before {
  font-size: 1.8rem;
}
.cta-btn.rev a,
.cta-btn.rev input {
  background: #fff;
  border-color: #00AAAA;
  color: #00AAAA;
}
.cta-btn.rev a span::before,
.cta-btn.rev input span::before {
  color: #00AAAA;
}

.back-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 13.6rem;
  height: 3.6rem;
  background-color: #fff;
  border: 1px solid #00aaaa;
  border-radius: 50rem;
  color: #00aaaa;
  font-size: 1.3rem;
  font-weight: 700;
}
.back-btn a::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateX(-0.7rem) scale(-1, 1);
          transform: translateX(-0.7rem) scale(-1, 1);
  width: 1.3rem;
  aspect-ratio: 13/8;
  margin-left: 0.8rem;
  -webkit-mask: url(../common/images/arrow_green.svg) no-repeat top center/contain;
          mask: url(../common/images/arrow_green.svg) no-repeat top center/contain;
  background-color: #00aaaa;
}

.c-bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-bread li {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
}
.c-bread li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 0.8em 0 0.6em;
}
.c-bread li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-bread li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1300px) {
  /* ------------------------------------------------------*/
  .global-nav > ul > li a {
    font-size: 1.1rem;
    letter-spacing: -0.025em;
  }
  .global-nav > ul > li a:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .back-shadow {
    display: none;
  }
  .tabbr,
  .stbr {
    display: none;
  }
  /*header*/
  header {
    margin-bottom: 15px;
  }
  .global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .global-nav p {
    width: 369px;
  }
  .global-nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding-top: 5px;
  }
  .global-nav > ul > li {
    border-left: solid #000 1px;
  }
  .global-nav > ul > li:last-child {
    border-right: solid #000 1px;
  }
  .global-nav > ul > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .global-nav > ul > li a:hover {
    background: #6dd9ed;
  }
  .global-nav > ul > li.page-current > a {
    background: #6dd9ed;
    pointer-events: none;
  }
  .global-nav > ul > li a.page-current {
    background: #6dd9ed;
    pointer-events: none;
  }
  .global-nav > ul > li .under-current > a {
    background: #6dd9ed;
    pointer-events: none;
  }
  /*footer*/
  .foot-link-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1400px;
    min-width: 1080px;
    width: 70%;
    margin: 0 auto 60px;
  }
  .bnr-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 auto;
  }
  .bnr-grid-section figure:not(:last-child) {
    margin-right: 15px;
  }
  .bnr-grid-section figure a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr-grid-section figure a:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.85;
  }
  .link-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-grid-section li {
    width: 32.5%;
  }
  .link-grid-section li:not(:last-child) {
    margin-right: 1.25%;
  }
  .link-grid-section li a {
    overflow: hidden;
    z-index: 1;
  }
  .link-grid-section li a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .link-grid-section li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
  }
  .link-grid-section li a:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
  .footer-inner ul.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-inner ul.footer-nav > li:not(:last-child) {
    margin-right: 42px;
  }
  .footer-inner ul.footer-nav > li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-inner ul.footer-nav > li a:hover {
    opacity: 0.5;
  }
  .footer-inner .foot-info-area .footer-logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-inner .foot-info-area .footer-logo a:hover {
    opacity: 0.7;
  }
  .foot-info-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding-left: 100px;
  }
  .foot-info-area .footer-logo {
    position: relative;
    bottom: 30px;
  }
  .foot-info-area dl.company-info {
    padding: 0 70px 0 40px;
  }
  .foot-info-area dl.company-info dd a {
    display: inline-block;
    margin-right: 1em;
  }
  /*underpage*/
  body.under-page header {
    margin-bottom: 30px;
  }
  body.under-page .global-nav {
    padding-top: 10px;
  }
  body.under-page .main-visual-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.under-page .main-visual-section h1 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.under-page .main-visual-section h1 a:hover {
    opacity: 0.8;
  }
  /*news-list*/
  ul.news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  ul.news-list li a:hover {
    background: rgba(0, 170, 170, 0.2);
  }
  ul.news-list li a time {
    display: block;
    width: 110px;
  }
  ul.news-list li a p {
    position: relative;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn a {
    border: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-btn a::before, .news-btn a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-btn a::after {
    display: block;
    opacity: 0;
  }
  .news-btn a:hover {
    background: #fff;
    border-color: #00AAAA;
    color: #00AAAA;
  }
  .news-btn a:hover::before {
    opacity: 0;
  }
  .news-btn a:hover::after {
    opacity: 1;
  }
  /*btn*/
  .cta-btn {
    display: block;
    width: 162px;
  }
  .cta-btn a,
  .cta-btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cta-btn a span::before,
  .cta-btn input span::before {
    padding-left: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cta-btn a:hover,
  .cta-btn input:hover {
    background: #fff;
    border-color: #00AAAA;
    color: #00AAAA;
  }
  .cta-btn a:hover span::before,
  .cta-btn input:hover span::before {
    color: #00AAAA;
  }
  .cta-btn.rev a,
  .cta-btn.rev input {
    background: #fff;
    border-color: #00AAAA;
    color: #00AAAA;
  }
  .cta-btn.rev a:hover,
  .cta-btn.rev input:hover {
    background: #00AAAA;
    border-color: #fff;
    color: #fff;
  }
  .cta-btn.rev a:hover span::before,
  .cta-btn.rev input:hover span::before {
    color: #fff;
  }
  .back-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .back-btn a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .back-btn a:hover {
    background-color: #00aaaa;
    color: #fff;
  }
  .back-btn a:hover::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1180px) and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  /*header*/
  .global-nav p {
    margin-left: 0;
  }
  /*footer*/
  .foot-link-section {
    max-width: 1080px;
    min-width: auto;
    width: 100%;
  }
  ul.footer-nav {
    margin-bottom: 50px;
  }
  .foot-info-area {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .foot-info-area .footer-logo {
    bottom: auto;
    margin-bottom: 20px;
  }
  .foot-info-area dl.company-info {
    margin-bottom: 30px;
  }
  /*underpage*/
  body.under-page .deco-catch {
    padding-left: 140px;
  }
  body.under-page .deco-catch::before {
    width: 300px;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  html #wpadminbar {
    position: fixed !important;
  }
  br.pcbr,
  .pc-text {
    display: none;
  }
  div.contents {
    width: 650px;
    margin: 0 auto;
    padding: 0 15px;
  }
  /* trigger */
  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: #00AAAA;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
  }
  .trigger .menu-trigger,
  .trigger .menu-trigger span {
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 30px;
    height: 21px;
  }
  .trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 10px;
  }
  .trigger span:nth-child(3) {
    top: 20px;
  }
  .open .back-shadow {
    opacity: 1;
    visibility: visible;
  }
  .open .trigger span:nth-child(1) {
    top: 0;
    -webkit-transform: translate(0, 10px) rotate(135deg);
    transform: translate(0, 10px) rotate(135deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    top: 20px;
    -webkit-transform: translate(0, -10px) rotate(-135deg);
    transform: translate(0, -10px) rotate(-135deg);
  }
  .back-shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 170, 170, 0.95);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .back-shadow .global-nav {
    position: relative;
    padding: 90px 20px 60px;
  }
  .back-shadow .global-nav .footer-logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 180px;
  }
  .back-shadow .global-nav > ul {
    margin-bottom: 30px;
  }
  .back-shadow .global-nav > ul > li {
    padding: 15px 0 20px;
    border-bottom: 1px dotted #fff;
  }
  .back-shadow .global-nav > ul > li > a {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  .back-shadow .global-nav > ul > li ul {
    margin-top: 8px;
  }
  .back-shadow .global-nav > ul > li ul li {
    padding-left: 15px;
  }
  .back-shadow .global-nav > ul > li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .back-shadow .global-nav > ul > li ul li a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
  .back-shadow .global-nav > ul > li ul li a::before {
    left: 0;
  }
  .back-shadow .global-nav .nav-bnr-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .back-shadow .global-nav .nav-bnr-wrap figure:not(:last-child) {
    margin-bottom: 10px;
  }
  /*header*/
  header {
    margin-bottom: 60px;
  }
  /*footer*/
  .foot-link-section {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .bnr-grid-section {
    padding: 20px 20px 60px;
  }
  .bnr-grid-section:not(:last-child) {
    margin-bottom: 30px;
  }
  .bnr-grid-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 40px;
    height: 44px;
  }
  .bnr-grid-section figure {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .link-grid-section {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .link-grid-section::before {
    width: 100vw;
    height: 200px;
    margin: 0 calc(50% - 50vw);
    background: #395f7b;
    border-top: 30px solid #00AAAA;
    border-bottom: 15px solid #00AAAA;
  }
  .link-grid-section::after {
    bottom: 25px;
    right: 0px;
    width: 200px;
    height: 40px;
    background: url(../common/images/totale_renewal_text_sp.svg) no-repeat top center/contain;
  }
  .link-grid-section li:not(:last-child) {
    margin-bottom: 15px;
  }
  .link-grid-section li a {
    height: 50vw;
    padding: 8px 12px;
  }
  .link-grid-section li a h3 {
    height: 45px;
  }
  .link-grid-section li a h3::before {
    bottom: -23px;
    width: 88px;
    height: 20px;
  }
  .footer-inner {
    padding: 50px 15px 15px;
  }
  ul.footer-nav {
    margin-bottom: 60px;
  }
  ul.footer-nav > li {
    padding: 20px 0;
    border-bottom: 1px dotted #fff;
  }
  ul.footer-nav > li > a {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
  ul.footer-nav > li ul:not(:first-child) {
    margin-top: 15px;
  }
  ul.footer-nav > li ul li {
    padding-left: 15px;
  }
  ul.footer-nav > li ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  ul.footer-nav > li ul li a {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.025em;
  }
  .foot-info-area {
    margin-bottom: 50px;
  }
  .foot-info-area .footer-logo {
    width: 190px;
    margin: 0 auto 40px;
  }
  .foot-info-area dl.company-info {
    margin-bottom: 40px;
  }
  .foot-info-area dl.company-info dt {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .foot-info-area dl.company-info dd {
    font-size: 2.6rem;
  }
  .foot-info-area dl.company-info dd::after {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .foot-info-area dl.company-info dd a {
    display: block;
    margin-bottom: 10px;
  }
  .foot-info-area .cta-wrap .cta-btn {
    margin: 0 auto 14px;
  }
  .foot-info-area .cta-wrap p {
    text-align: center;
  }
  .copyright {
    height: 45px;
  }
  /*underpage*/
  body.under-page .deco-catch {
    position: absolute;
    top: auto;
    bottom: -75px;
    padding-left: 65px;
  }
  body.under-page .deco-catch::before {
    content: "";
    display: block;
    position: relative;
    width: 200px;
    height: 16px;
  }
  body.under-page .deco-catch span {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 2.2rem;
  }
  body.under-page .main-visual-section {
    height: 80px;
    margin: 0 auto 100px;
    padding: 20px 0 0 15px;
  }
  body.under-page .main-visual-section::before {
    border-bottom: 50px solid #395F7B;
    outline: 10px solid #00AAAA;
  }
  body.under-page .main-visual-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 130px;
    height: 26px;
    background: url(../common/images/totale_renewal_text_sp.svg) no-repeat top center/contain;
  }
  body.under-page .main-visual-section h1 {
    width: 185px;
  }
  body.under-page .main-visual-section .cta-btn {
    position: absolute;
    bottom: -40px;
    left: 10px;
    width: 120px;
  }
  body.under-page .main-visual-section .cta-btn a {
    height: 30px;
  }
  body.under-page .main-visual-section .cta-btn a span {
    font-size: 1.2rem;
  }
  body.under-page .main-visual-section .cta-btn a span::before {
    font-size: 1.2rem;
  }
  /*title*/
  h3.section-title {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  /*news-list*/
  ul.news-list li a {
    padding: 15px 0;
  }
  ul.news-list li a time {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  ul.news-list li a p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .news-btn {
    width: 115px;
  }
  .news-btn a {
    padding-right: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  /*btn*/
  .cta-btn {
    display: block;
    width: 150px;
  }
  .cta-btn a,
  .cta-btn input {
    height: 35px;
  }
  .cta-btn a .icon-cta-txt,
  .cta-btn input .icon-cta-txt {
    font-size: 1.5rem;
  }
  .cta-btn a .icon-cta-txt::before,
  .cta-btn input .icon-cta-txt::before {
    font-size: 1.5rem;
  }
  .c-bread li {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 667px) and (max-width: 1000px) {
  /* ------------------------------------------------------*/
  br.pspbr {
    display: none;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.tabbr,
  br.ptbr {
    display: none;
  }
  .lp-page header {
    height: 135px;
    padding: 15px 15px 0;
  }
  .lp-page header h1 {
    width: 110px;
  }
  .lp-page header .cta-btn {
    width: 100px;
  }
  .lp-page header .cta-btn a {
    height: 25px;
  }
  .lp-page header .cta-btn a .icon-cta-txt::before {
    font-size: 1.1rem;
  }
  div.contents {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  /* ------------------------------------------------------*/
  br.minbr {
    display: block;
  }
}
/* layout
------------------------------------------------------*/
.case-contents {
  padding: 0 0 8rem;
}

.case-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: url(../case/images/head_img_pc.jpg) no-repeat top center/contain;
  aspect-ratio: 1560/282;
}

.case-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}
.case-title::before {
  content: "";
  display: inline-block;
  height: 3.1rem;
  aspect-ratio: 139/31;
  background: url(../common/images/logo_white.svg) no-repeat top center/contain;
}
.case-title img {
  width: auto;
  height: 5.5rem;
}

.case-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.case-btns .case-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 22.6rem;
  aspect-ratio: 226/88;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.case-btns .case-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 15px);
  aspect-ratio: 210/72;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.case-btns .case-btn-title img {
  height: 2.2rem;
}
.case-btns .case-btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.7rem;
  height: 3rem;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  background-color: #f69b00;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.36em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-btns .case-btn-link::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  aspect-ratio: 13/8;
  margin-left: 0.8rem;
  -webkit-mask: url(../common/images/arrow_white.svg) no-repeat top center/contain;
          mask: url(../common/images/arrow_white.svg) no-repeat top center/contain;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-btns .case-btn-link--corporation {
  background-color: #f69b00;
  border: 1px solid #f69b00;
}
.case-btns .case-btn-link--corporation:hover {
  color: #f69b00;
  background-color: #fff;
}
.case-btns .case-btn-link--corporation:hover::after {
  background-color: #f69b00;
}
.case-btns .case-btn-link--individual {
  background-color: #00c6aa;
  border: 1px solid #00c6aa;
}
.case-btns .case-btn-link--individual:hover {
  color: #00c6aa;
  background-color: #fff;
}
.case-btns .case-btn-link--individual:hover::after {
  background-color: #00c6aa;
}

.case-body {
  margin-top: 5rem;
}

.case-body-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}

.case-stitle {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}
.case-stitle--archive {
  width: 18rem;
}

.case-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.case-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 10.7rem;
  height: 3rem;
  background-color: #1a1a1a;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-cat-public-works {
  background-color: #f69b00;
  letter-spacing: 0.23em;
}
.case-cat-condominium {
  background-color: #9f71ff;
}
.case-cat-factory-renovation {
  background-color: #00aaff;
}
.case-cat-housing {
  background-color: #00c6aa;
  letter-spacing: 0.23em;
}
.case-cat:hover {
  opacity: 0.6;
}

.case-body-contents {
  margin-top: 3rem;
}
.case-body-contents--archive {
  margin-left: 18rem;
}
.case-body-contents .back-btn {
  margin-top: 5rem;
}

.case-item:not(:first-child) {
  margin-top: 3rem;
}

.case-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-item-link:hover {
  opacity: 0.8;
}
.case-item-link:hover .case-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.case-img {
  position: relative;
  width: 9.6rem;
  aspect-ratio: 94/56;
  overflow: hidden;
  margin-right: 2rem;
  z-index: 1;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-read {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #00aaaa;
}
.case-read .case-cat {
  min-width: 10rem;
  height: 3rem;
}
.case-read .case-cat-public-works {
  letter-spacing: 0.23em;
}
.case-read .case-cat-condominium {
  letter-spacing: -0.01em;
}
.case-read .case-cat-factory-renovation {
  letter-spacing: 0.05em;
}
.case-read .case-cat-housing {
  letter-spacing: 0.23em;
}

.case-time {
  margin-left: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.case-archive-title {
  margin-left: 2rem;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case-archive-title span {
  font-weight: 700;
}

.case-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 2rem;
  color: #00aaaa;
  font-size: 1.3rem;
  font-weight: 700;
}
.case-pager a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-pager a:hover {
  opacity: 0.6;
}

.case-bottom {
  margin-top: 7rem;
}
.case-bottom .cta-btn {
  margin: 2.5rem auto 0;
}

.case-bottom-title {
  color: #00aaaa;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.case-bottom-text {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.56;
  text-align: center;
}

.case-single-contents {
  margin-top: 4rem;
}

.case-single-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.case-single-catch {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  max-width: 17.8rem;
  width: 100%;
  aspect-ratio: 268/160;
  padding-top: 1.5rem;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
.case-single-catch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.case-single-catch--cor::before {
  background: url(../case/images/title-deco-cor.png) no-repeat top center/contain;
}
.case-single-catch--in::before {
  background: url(../case/images/title-deco-in.png) no-repeat top center/contain;
}

.case-single-wrap {
  margin-top: 1.2rem;
  padding: 0 4rem 0 6rem;
}

.case-single-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-single-title {
  position: relative;
  padding: 1.5rem 5rem 1.4rem;
  background-color: #f69b00;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.095em;
}
.case-single-title--cor {
  background-color: #f69b00;
}
.case-single-title--in {
  background-color: rgba(0, 170, 170, 0.3);
}
.case-single-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  width: 8.9rem;
  aspect-ratio: 139/31;
  background: url(../common/images/logo_white.svg) no-repeat top center/contain;
  opacity: 0.57;
}

.case-single-cat {
  display: inline-block;
}

.case-single-list {
  margin-top: 1rem;
}

.case-single-item {
  padding: 1rem 0;
}
.case-single-item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-single-item dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.2rem;
  padding: 0.7rem 0.5rem 0.5rem;
  border: 1px solid #8e7a4b;
  font-size: 1.3rem;
  font-weight: 700;
}
.case-single-item dl dt.finished--cor {
  background-color: #f69b00;
  border: none;
  color: #fff;
}
.case-single-item dl dt.finished--in {
  background-color: #00aaaa;
  border: none;
  color: #fff;
}
.case-single-item dl dd {
  margin-left: 2.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
}
.case-single-item dl dd.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 1rem 0 0 0;
}
.case-single-item:not(:first-child) {
  border-top: 1px solid #676767;
}
.case-single-item--column {
  padding: 2.5rem 0;
}
.case-single-item--column:first-of-type {
  border-top: none;
}
.case-single-item--column dl {
  display: block;
}
.case-single-item--textarea {
  padding: 2rem 0;
  line-height: 1.56;
}

.case-pager-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}

.case-single-pager {
  color: #00aaaa;
  font-size: 1.3rem;
  font-weight: 700;
}
.case-single-pager a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-single-pager a:hover {
  opacity: 0.6;
}

.case-single-item {
  word-break: break-word;
}

@media screen and (max-width: 1000px) {
  /* ------------------------------------------------------*/
  .case-head {
    padding-top: 1rem;
  }
  .case-body-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
  }
  .case-stitle {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.3;
  }
  .case-stitle--archive {
    width: 100%;
  }
  .case-cats {
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .case-body-contents {
    margin-top: 3rem;
  }
  .case-body-contents--archive {
    margin: 1rem;
  }
  .case-body-contents .back-btn {
    margin-top: 3rem;
  }
  .case-title::before {
    height: 2.5rem;
  }
  .case-title img {
    height: 4rem;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .case-head {
    padding-top: 9.5rem;
    background: url(../case/images/head_img_sp.jpg) no-repeat top center/contain;
    aspect-ratio: 814/700;
  }
  .case-title::before {
    height: 3.5rem;
  }
  .case-title img {
    height: 5rem;
  }
  .case-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-btns {
    margin-top: 1rem;
    gap: 1rem;
  }
  .case-btns .case-btn {
    width: 16rem;
    aspect-ratio: 226/100;
  }
  .case-btns .case-btn-title img {
    height: 1.8rem;
  }
  .case-body {
    margin-top: 5rem;
  }
  .case-item:not(:first-child) {
    margin-top: 1rem;
  }
  .case-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .case-img {
    width: 9.6rem;
    aspect-ratio: 94/56;
    overflow: hidden;
    margin-right: 2rem;
  }
  .case-read {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .case-read .case-cat {
    min-width: 9.5rem;
    height: 2.5rem;
  }
  .case-time {
    margin: 0.5rem 0 0 0;
  }
  .case-archive-title {
    margin: 0.5rem 0 0 0;
    line-height: 1.4;
  }
  .case-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 2rem;
    color: #00aaaa;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .case-pager-num {
    margin: 0 0.4rem;
  }
  .case-bottom {
    margin-top: 4rem;
  }
  .case-bottom-title {
    line-height: 1.4;
  }
  .case-single-contents {
    margin-top: 3rem;
  }
  .case-single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .case-single-catch {
    max-width: 15rem;
    padding-top: 1rem;
    font-size: 2.6rem;
  }
  .case-single-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case-single-title {
    padding: 1.5rem 2rem 1.4rem;
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
  .case-single-title::before {
    width: 6rem;
  }
  .case-single-wrap {
    margin-top: 0.5rem;
    padding: 0;
  }
  .case-pager-wrap {
    margin-top: 3rem;
  }
  .case-single-item dl dd {
    margin-left: 2rem;
  }
}/*# sourceMappingURL=case.css.map */