@charset "UTF-8";
/*
  Theme Name: coniston engineering
  Description: Theme of conistion-engineaaring.
  Version: 1.0 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Serif&family=Roboto:wght@100..900&display=swap");
/* ----------------
 * base
 * ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

:root {
  interpolate-size: allow-keywords;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #231815;
  line-height: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type="submit"], input[type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background: transparent;
}

button::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

button::focus, input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

li {
  list-style: none;
}

hr {
  border: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

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

a, a:visited, button, input[type="submit"] {
  color: #231815;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: .2s linear;
}

a:active {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  a:hover, input[type=button]:hover, input[type=submit]:hover {
    opacity: .6;
  }
}

a.text-link:active {
  text-decoration: underline;
}

:focus {
  color: #231815;
  outline: none;
}

@media screen and (min-width: 768px) {
  [href^="tel:"], [href^="mailto:"] {
    pointer-events: none;
  }
}

/* ----------------
 * media query
 * ---------------- */
@media screen and (max-width: 767px) {
  .tablet, .tablet-pc, .tp, .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc, .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp, .tablet, .tablet-sp, .ts {
    display: none !important;
  }
}

html {
  width: 100%;
}

@media screen and (max-width: 767px) {
  html.menu-back {
    width: 100%;
    height: 100%;
    position: relative;
  }
  html.menu-back body > .wrapper {
    position: fixed;
  }
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-width: 37.5rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 136.6rem;
  }
}

body > .wrapper {
  width: 100%;
}

main.l-main {
  width: 100%;
}

.fadein.offs, .fadein .offs {
  opacity: 0;
  transform: translateY(50px);
}

.fadein.ons, .fadein .ons {
  transition: all 1s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(27rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------
 * component
 * ---------------- */
a.c-viewmore {
  font-family: "Roboto", sans-serif;
  display: flex;
  width: 14.2rem;
  height: 3.9rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 3.9rem;
  letter-spacing: .05em;
  background-color: #231815;
  color: #FFFFFF;
  border-radius: 5rem;
}

@media screen and (min-width: 768px) {
  a.c-viewmore {
    width: 15.2rem;
    height: 6.1rem;
    font-size: 1.8rem;
    line-height: 6.1rem;
  }
  a.c-viewmore:hover {
    opacity: 1;
    background-color: #15A9A4;
    color: #FFFFFF;
  }
}

a.c-viewmore.white {
  background-color: #FFFFFF;
  color: #231815;
}

@media screen and (min-width: 768px) {
  a.c-viewmore.white:hover {
    background-color: #15A9A4;
    color: #FFFFFF;
  }
}

.c-head {
  background-size: auto 7.7rem;
  background-position: top 10.1rem left 5.8rem;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-head {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-head {
    background-size: auto 24.5rem;
    background-position: top 19.2rem left 36rem;
  }
}

.c-head .inner {
  padding: 11.4rem 0 4rem 2rem;
}

@media screen and (max-width: 767px) {
  .c-head .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-head .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-head .inner {
    padding: 22rem 0 18rem 11.3rem;
  }
}

.c-head .inner .headline .title {
  font-family: "PT Serif", serif;
  font-size: 4.8rem;
  line-height: 6.2rem;
}

@media screen and (min-width: 768px) {
  .c-head .inner .headline .title {
    font-size: 8.8rem;
    line-height: 11.4rem;
  }
}

.c-head .inner .headline .sub {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .c-head .inner .headline .sub {
    margin-top: 1rem;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner {
    width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner .c-sidebar {
    margin: 0 2rem 0 -2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-sidebar {
    width: 15.8rem;
    margin-top: -40rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav {
    background-color: #F7F7F7;
    padding: 1.5rem 1.5rem 2rem 2rem;
    border-radius: 0 .5rem .5rem 0;
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav {
    position: sticky;
    top: 25.5rem;
    margin-left: 4rem;
    width: 11.8rem;
  }
}

.c-sidebar-rayout > .inner .c-sidebar .c-pagenav .title {
  font-family: "PT Serif", serif;
  font-size: .8rem;
  line-height: 1rem;
  color: #707070;
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul {
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul {
    padding-left: 1.4rem;
  }
}

.c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li {
  position: relative;
}

.c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li + li {
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li a {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    display: block;
    position: relative;
    background-image: url(./img/anchor_link.svg);
    background-size: 1.6rem 1.6rem;
    background-position: right center;
    background-repeat: no-repeat;
    color: #535353;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li a {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
  }
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li a:before {
    content: '・';
    position: absolute;
    top: 0;
    left: -1.4rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    opacity: 0;
    transition: .3s linear;
  }
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li a:hover {
    color: #231815;
    opacity: 1;
  }
  .c-sidebar-rayout > .inner .c-sidebar .c-pagenav ul li a:hover:before {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent {
    width: 119rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content {
    margin-right: -2rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.gray .wrapper {
  background-color: #F7F7F7;
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content.gray .wrapper {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content.gray .wrapper .image {
    border-radius: 1rem 0 0 1rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.gray + .c-content {
  background-color: #F7F7F7;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.green .wrapper {
  background-color: #15A9A4;
  color: #FFFFFF;
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content.green .wrapper {
    padding-top: 10rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.green .wrapper .c-content-headline:after {
  border-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content.green .wrapper .image {
    border-radius: 1rem 0 0 1rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.green .wrapper .c-content-child:before {
  border-color: #FFFFFF;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content.green + .c-content {
  background-color: #15A9A4;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper {
  border-radius: 1rem 1rem 0 0;
  padding: 0 2rem 6rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper {
    border-radius: 2rem 2rem 0 0;
    padding: 0 14.3rem 12rem 8rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-headline {
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding-bottom: 2rem;
  position: relative;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-headline {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-bottom: 3rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-headline:after {
  content: '';
  display: block;
  width: 4rem;
  border-bottom: 1px solid #15A9A4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .text {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .text {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .text + .c-image {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .text + .c-image {
    margin-top: 6rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image {
  margin-top: 3rem;
  border-radius: 1rem 0 0 1rem;
  margin-right: -2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image {
    margin-top: 3rem;
    border-radius: 1rem;
    margin-right: -14.3rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image img {
  width: 100%;
  height: auto;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child {
  margin-top: 4rem;
  padding-left: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child {
    margin-top: 8rem;
    padding-left: 6rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-left: 1px solid #15A9A4;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child:before {
    left: 2rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child .headline .title {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child .headline .title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: .1em;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child .headline .sub {
  font-family: "Roboto", sans-serif;
  margin-top: .8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #15A9A4;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child .headline .sub {
    margin-top: .9rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-content-child .headline .text {
  margin-top: 4rem;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child {
  margin-top: 4rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child {
    margin-top: 5rem;
    padding-left: 2rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child + .c-content-child {
  margin-top: 6.5rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child + .c-content-child {
    margin-top: 8rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child .image {
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child .image {
    border-radius: 1.5rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-image-child .image img {
  width: 100%;
  height: auto;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child {
  margin-top: 4rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child {
    margin-top: 5rem;
    padding-left: 2rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul {
  margin-top: -2rem;
  margin-left: -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul {
    margin-top: -3rem;
    margin-left: -2.1rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li {
  padding-top: 2rem;
  padding-left: 1.5rem;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li {
    padding-top: 3rem;
    padding-left: 2.1rem;
    width: 25%;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li .image {
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li .image {
    border-radius: 1.5rem;
  }
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li .image img {
  width: 100%;
  height: auto;
}

.c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li .description {
  margin-top: .5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-sidebar-rayout > .inner .c-maincontent .c-content .wrapper .c-list-child ul li .description {
    margin-top: 1.5rem;
  }
}

/* ----------------
 * Header
 * ---------------- */
.l-header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header {
    min-width: 136.6rem;
  }
}

.l-header[data-opened=true] .title-header > .inner .menus .spmenu a.open {
  display: none;
}

.l-header[data-opened=true] .title-header > .inner .menus .spmenu a.close {
  display: block;
}

.l-header .title-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  z-index: 5000;
}

@media screen and (max-width: 767px) {
  .l-header .title-header {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header {
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    height: 10rem;
    min-width: 136.6rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-header .title-header.fixed {
    height: 0rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-header .title-header.fixed {
    height: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header.scrolled {
    transition: .7s;
  }
}

.l-header .title-header > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header .title-header > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner {
    align-items: center;
    padding: 0 3rem 0;
  }
}

.l-header .title-header > .inner .logo {
  width: 11.8rem;
  height: 4.4rem;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner .logo {
    width: 16.3rem;
    height: 6rem;
  }
}

.l-header .title-header > .inner .logo a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  height: 100%;
  background-image: url(./img/logo.svg);
  background-size: 100% 100%;
}

.l-header .title-header > .inner .logo a:hover, .l-header .title-header > .inner .logo a:active {
  opacity: 1;
}

.l-header .title-header > .inner .menus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 8.2rem;
  height: 5.5rem;
  background-color: #231815;
  border-radius: 0 0 .5rem .5rem;
  top: 0;
  right: 2rem;
  z-index: 5000;
}

.l-header .title-header > .inner .menus .spmenu {
  width: 100%;
  height: 100%;
}

.l-header .title-header > .inner .menus .spmenu a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 5.7rem .9rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-header .title-header > .inner .menus .spmenu a.open {
  background-image: url(./img/menu_sp.svg);
}

.l-header .title-header > .inner .menus .spmenu a.close {
  background-image: url(./img/menu_sp.svg);
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .title-header > .inner .nav {
    position: fixed;
    width: 100%;
    height: 0;
    color: #231815;
    top: 0;
    right: 0;
    z-index: 4000;
    padding: 0 2rem 0;
    overflow: hidden;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .l-header .title-header > .inner .nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    z-index: 10;
  }
  .l-header .title-header > .inner .nav.opened {
    display: block;
    height: 100%;
    height: calc-size(100%, size);
  }
  .l-header .title-header > .inner .nav.opened .wrapper {
    height: auto;
    height: calc-size(auto, size);
  }
  .l-header .title-header > .inner .nav .wrapper {
    display: flex;
    flex-direction: column;
    background-color: #231815;
    border-radius: 0 0 .5rem .5rem;
    max-height: 95%;
    transition: height 500ms ease;
    height: 0;
    position: relative;
    z-index: 10;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    padding: 7.5rem 0 5rem;
    position: relative;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 2rem;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main {
    border-top: 1px solid #F7F7F7;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li {
    display: block;
    padding: .9rem 3.2rem .9rem 0;
    border-bottom: 1px solid #F7F7F7;
    position: relative;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li:after {
    position: absolute;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li input {
    display: none;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li input:checked ~ label:before {
    display: none;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li input:checked ~ ul {
    height: auto;
    height: calc-size(auto, size);
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 1.8rem;
    right: 1rem;
    cursor: pointer;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label:before, .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label:after {
    content: '';
    display: block;
    position: absolute;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label:before {
    width: 0;
    height: 1.3rem;
    border-left: 1px solid #FFFFFF;
    top: 0;
    left: .6rem;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label:after {
    width: 1.3rem;
    height: 0;
    border-bottom: 1px solid #FFFFFF;
    top: .6rem;
    left: 0;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > a {
    line-height: 3.1rem;
    font-size: 1.5rem;
    letter-spacing: .05em;
    color: #FFFFFF;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > ul {
    overflow: hidden;
    height: 0;
    transition: height 500ms ease;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > ul > li {
    padding: .8rem 0;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > ul > li > a {
    line-height: 2rem;
    font-size: 1.3rem;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner .nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .l-header .title-header > .inner .nav .wrapper {
    height: 100%;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content {
    height: 100%;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content {
    height: 100%;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main {
    bottom: 0rem;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li {
    position: relative;
    height: 100%;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li input {
    display: none;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li > a {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    height: 100%;
    color: #231815;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em;
    position: relative;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li label {
    display: none;
  }
  .l-header .title-header > .inner .nav .wrapper .scroll-content .content ul.menu.main > li ul {
    display: none;
  }
}

/* ----------------
 * Footer
 * ---------------- */
.l-footer {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer.f-top > .inner {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}

.l-footer.f-top > .inner:before {
  width: 100%;
  background-color: #231815;
}

.l-footer.f-gray > .inner:before {
  width: 100%;
  background-color: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .l-footer.f-gray > .inner:before {
    width: 119rem;
  }
}

.l-footer.f-green > .inner:before {
  width: 100%;
  background-color: #15A9A4;
}

@media screen and (min-width: 768px) {
  .l-footer.f-green > .inner:before {
    width: 119rem;
  }
}

.l-footer > .inner {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .l-footer > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner {
    width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer > .inner {
    margin-right: -2rem;
    padding-right: 2rem;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner {
    padding: 0 2rem 0;
  }
}

.l-footer > .inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 30;
}

.l-footer > .inner .box {
  border-radius: 2rem 2rem 0 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 1rem;
  position: relative;
  z-index: 40;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box {
    padding: 12rem 0 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content {
    width: 108rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.l-footer > .inner .box .content .left-block {
  width: 20rem;
}

.l-footer > .inner .box .content .left-block .logo {
  width: 11.9rem;
  height: 4.4rem;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .left-block .logo {
    width: 16.4rem;
    height: 6rem;
  }
}

.l-footer > .inner .box .content .left-block .logo a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  height: 100%;
  background-image: url(./img/logo.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.l-footer > .inner .box .content .left-block .logo a:hover, .l-footer > .inner .box .content .left-block .logo a:active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-footer > .inner .box .content .right-block {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block {
    width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .l-footer > .inner .box .content .right-block .nav > ul {
    border-top: 1px solid #E6E6E6;
  }
  .l-footer > .inner .box .content .right-block .nav > ul + ul {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul {
    padding: 0 8.5rem 0 6rem;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li {
  display: block;
  padding: .9rem 3.2rem .9rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
  }
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li {
    padding: 0 0 3rem;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li:after {
  position: absolute;
}

.l-footer > .inner .box .content .right-block .nav > ul > li input {
  display: none;
}

.l-footer > .inner .box .content .right-block .nav > ul > li input:checked ~ label:before {
  display: none;
}

.l-footer > .inner .box .content .right-block .nav > ul > li input:checked ~ ul {
  height: auto;
  height: calc-size(auto, size);
}

.l-footer > .inner .box .content .right-block .nav > ul > li label {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 1.8rem;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li label {
    display: none;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li label:before, .l-footer > .inner .box .content .right-block .nav > ul > li label:after {
  content: '';
  display: block;
  position: absolute;
}

.l-footer > .inner .box .content .right-block .nav > ul > li label:before {
  width: 0;
  height: 1.3rem;
  border-left: 1px solid #282828;
  top: 0;
  left: .6rem;
}

.l-footer > .inner .box .content .right-block .nav > ul > li label:after {
  width: 1.3rem;
  height: 0;
  border-bottom: 1px solid #282828;
  top: .6rem;
  left: 0;
}

.l-footer > .inner .box .content .right-block .nav > ul > li > a {
  line-height: 3.1rem;
  font-size: 1.5rem;
  letter-spacing: .05em;
  color: #231815;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li > a {
    line-height: 2.4rem;
    font-size: 1.6rem;
    position: relative;
    padding-right: 2.6rem;
    background-image: url(./img/arrow.svg);
    background-size: auto .9rem;
    background-position: right center;
    background-repeat: no-repeat;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li > ul {
  overflow: hidden;
  height: 0;
  transition: height 500ms ease;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li > ul {
    height: auto;
    height: calc-size(auto, size);
    padding-top: .8rem;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li > ul > li {
  padding: .8rem 0;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li > ul > li {
    padding: .5rem 0;
  }
}

.l-footer > .inner .box .content .right-block .nav > ul > li > ul > li > a {
  line-height: 2rem;
  font-size: 1.3rem;
  color: #282828CB;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .content .right-block .nav > ul > li > ul > li > a {
    font-size: 1.4rem;
  }
}

.l-footer > .inner .box .copy {
  margin-top: 5rem;
  line-height: 3rem;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .l-footer > .inner .box .copy {
    width: 108rem;
    margin: 0 auto;
  }
}

/* Top */
.l-p-top .l-mainvisual {
  height: 129.6rem;
  position: relative;
  background-image: url(./img/bg_mainvisual_top.svg);
  background-size: auto 10.7rem;
  background-position: top 28rem center;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual {
    height: 142.9rem;
    background-size: auto 21.3rem;
    background-position: top 21rem center;
  }
}

.l-p-top .l-mainvisual > .inner {
  position: relative;
  padding-top: 18rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner {
    padding-top: 18.2rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble {
  position: absolute;
  width: 17.7rem;
  height: 17.7rem;
  border-radius: 100rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeInUp 1.2s ease-out forwards;
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-01 {
  animation-delay: 0.6s;
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-02 {
  animation-delay: 1.2s;
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-03 {
  animation-delay: 1.8s;
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-04 {
  animation-delay: 2.4s;
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-05 {
  animation-delay: 3s;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble {
    right: -6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble {
    width: 31.1rem;
    height: 31.1rem;
    right: auto;
    top: 43.8rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-01 {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-01 {
    background-image: url(./img/top_mv_bubble_01_sp.png);
    top: -4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-01 {
    background-image: url(./img/top_mv_bubble_01_pc.png);
    left: -19.6rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-02 {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-02 {
    background-image: url(./img/top_mv_bubble_02_sp.png);
    top: 9.7rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-02 {
    background-image: url(./img/top_mv_bubble_02_pc.png);
    left: 9.4rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-03 {
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-03 {
    background-image: url(./img/top_mv_bubble_03_sp.png);
    top: 23.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-03 {
    background-image: url(./img/top_mv_bubble_03_pc.png);
    left: 38.4rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-04 {
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-04 {
    background-image: url(./img/top_mv_bubble_04_sp.png);
    top: 37.1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-04 {
    background-image: url(./img/top_mv_bubble_04_pc.png);
    left: 67.4rem;
  }
}

.l-p-top .l-mainvisual > .inner .bubble#bubble-05 {
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-05 {
    background-image: url(./img/top_mv_bubble_05_sp.png);
    top: 50.8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .bubble#bubble-05 {
    background-image: url(./img/top_mv_bubble_05_pc.png);
    left: 96.4rem;
  }
}

.l-p-top .l-mainvisual > .inner .read {
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: .1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .read {
    font-size: 4.6rem;
    line-height: 7.2rem;
  }
}

.l-p-top .l-mainvisual > .inner .text {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .text {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}

.l-p-top .l-content {
  padding-bottom: 8rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content {
    padding-bottom: 23.5rem;
  }
}

.l-p-top .l-content.sports {
  margin-top: -50rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.sports > .inner .image-block {
    margin-right: 6.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content.sports > .inner .image-block .image {
    background-image: url(./img/top_sports_sp.png);
    margin-left: -3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.sports > .inner .image-block .image {
    background-image: url(./img/top_sports_pc.png);
  }
}

.l-p-top .l-content.sports > .inner .image-block .image:after {
  content: 'Sports';
  color: #15A9A4;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content.sports > .inner .image-block .image:after {
    right: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.sports > .inner .image-block .image:after {
    right: 4.5rem;
    bottom: -6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.energy > .inner {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.energy > .inner .image-block {
    margin-left: 6.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content.energy > .inner .image-block .image {
    background-image: url(./img/top_energy_sp.png);
    margin-right: -3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.energy > .inner .image-block .image {
    background-image: url(./img/top_energy_pc.png);
  }
}

.l-p-top .l-content.energy > .inner .image-block .image:after {
  content: 'Energy';
  color: #7B00FF;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content.energy > .inner .image-block .image:after {
    left: -25.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content.energy > .inner .image-block .image:after {
    left: -56.5rem;
    bottom: -2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-top .l-content > .inner .text-block {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .text-block {
    width: 40rem;
  }
}

.l-p-top .l-content > .inner .text-block .headline {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .text-block .headline {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: .1em;
  }
}

.l-p-top .l-content > .inner .text-block .description {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 2.1rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .text-block .description {
    margin-top: 3.1rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.l-p-top .l-content > .inner .text-block .buttons {
  margin-top: 2.5rem;
  display: flex;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .text-block .buttons {
    margin-top: 4rem;
  }
}

.l-p-top .l-content > .inner .image-block {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-content > .inner .image-block {
    margin-top: -5.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .image-block {
    width: 52.2rem;
    margin: 0;
  }
}

.l-p-top .l-content > .inner .image-block .image {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
}

.l-p-top .l-content > .inner .image-block .image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.l-p-top .l-content > .inner .image-block .image:after {
  font-family: "PT Serif", serif;
  position: absolute;
  rotate: 90deg;
  bottom: 0;
  transform-origin: right bottom;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-content > .inner .image-block .image:after {
    font-size: 15.6rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news {
    width: 100%;
  }
}

.l-p-top .l-news > .wrapper {
  background-color: #F7F7F7;
  border-radius: 1rem 1rem 0 0;
  padding: 6rem 2rem 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper {
    width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper {
    border-radius: 2rem 2rem 0 0;
    padding: 12rem 14.3rem 14rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .text-block {
    width: 40rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .text-block .headline .title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .text-block .headline .title {
    font-size: 3.2rem;
    line-height: 4.6rem;
    letter-spacing: .1em;
  }
}

.l-p-top .l-news > .wrapper > .inner .text-block .headline .sub {
  font-family: "Roboto", sans-serif;
  margin-top: .4rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #15A9A4;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .text-block .headline .sub {
    margin-top: .9rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    letter-spacing: .05em;
  }
}

.l-p-top .l-news > .wrapper > .inner .text-block .description {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .text-block .description {
    margin-top: 2.6rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .text-block .buttons {
  margin-top: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .text-block .buttons {
    margin-top: 4rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block {
  margin: 5rem -2rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block {
    margin: 0;
    width: 59rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul {
  display: flex;
  padding: 0 2rem;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul {
    margin-right: -14.3rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li {
  width: 14.3rem;
  min-width: 14.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li {
    width: 24.6rem;
    min-width: 24.6rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li + li {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li + li {
    margin-left: 2rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a:hover {
    opacity: 1;
    padding: .5rem;
  }
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a:hover .box {
    padding: 1.5rem 1rem 2.5rem;
  }
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a:hover .box .image {
    margin: 0rem .5rem 2rem;
  }
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a:hover .box .image img {
    height: 13.6rem;
    opacity: .7;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box {
  background-color: #FFFFFF;
  border-radius: .5rem;
  padding: 1rem 1rem 2rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box {
    padding: 1.5rem 1.5rem 3rem;
    border-radius: 1rem;
    transition: .2s linear;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .image {
  border-radius: .5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .image {
    margin: 0 0 1.5rem;
    border-radius: 1rem;
    transition: .2s linear;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .image img {
  width: 100%;
  height: 8.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .image img {
    height: 14.6rem;
    transition: .2s linear;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .date {
  font-family: "Roboto", sans-serif;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .date {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    transition: .2s linear;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .category {
  margin-top: .3rem;
  color: #FFFFFF;
  background-color: #231815;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: .9rem;
  line-height: 1.9rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .category {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .title {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-news > .wrapper > .inner .list-block .wrapper ul li a .box .title {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    -webkit-line-clamp: 2;
  }
}

.l-p-top .l-about {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about {
    width: 100%;
  }
}

.l-p-top .l-about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about:before {
    left: calc((100vw - 136.6rem) / 2);
    width: 136.6rem;
  }
}

.l-p-top .l-about > .wrapper {
  background-color: #231815;
  border-radius: 1rem 1rem 0 0;
  padding: 6rem 2rem 6rem;
  color: #FFFFFF;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper {
    width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper {
    border-radius: 2rem 2rem 0 0;
    padding: 12rem 14.3rem 14rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .text-block {
    width: 40rem;
  }
}

.l-p-top .l-about > .wrapper > .inner .text-block .headline .title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .text-block .headline .title {
    font-size: 3.2rem;
    line-height: 4.6rem;
    letter-spacing: .1em;
  }
}

.l-p-top .l-about > .wrapper > .inner .text-block .headline .sub {
  font-family: "Roboto", sans-serif;
  margin-top: .4rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .text-block .headline .sub {
    margin-top: .9rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    letter-spacing: .05em;
  }
}

.l-p-top .l-about > .wrapper > .inner .text-block .description {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .text-block .description {
    margin-top: 2.6rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.l-p-top .l-about > .wrapper > .inner .text-block .buttons {
  margin-top: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .text-block .buttons {
    margin-top: 4rem;
  }
}

.l-p-top .l-about > .wrapper > .inner .image-block {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .image-block {
    margin: 0;
    width: 59rem;
  }
}

.l-p-top .l-about > .wrapper > .inner .image-block .image {
  border-radius: .5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-about > .wrapper > .inner .image-block .image {
    border-radius: 1rem;
  }
}

.l-p-top .l-about > .wrapper > .inner .image-block .image img {
  width: 100%;
  height: auto;
}

/* About */
.l-p-about .c-head {
  background-image: url(./img/bg_mainvisual_gray.svg);
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block {
    width: 50rem;
  }
}

.l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl {
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl {
    margin-top: -1rem;
    display: flex;
    flex-wrap: wrap;
    width: 50rem;
  }
}

.l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl > dt {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl > dt {
    margin-top: 4rem;
    width: 10rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl > dd {
  margin-top: .5rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .text-block > dl > dd {
    margin-top: 4rem;
    width: 40rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .image-block {
    width: 35.7rem;
  }
}

.l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .image-block .image {
  margin: 4rem 0 0;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-about .c-sidebar-rayout .c-maincontent .c-content.l-address .wrapper .divide .image-block .image {
    margin: 0;
    border-radius: 2rem;
  }
}

/* Sports */
.l-p-sports .c-head {
  background-image: url(./img/bg_mainvisual_pink.svg);
}

.l-p-sports .c-head .headline {
  color: #15A9A4;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .text-block {
    width: 53rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block {
    width: 35.7rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block .image {
  margin: 5rem 0 0;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block .image {
    margin: 0;
    border-radius: 1rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: .1em;
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta {
  margin-top: 1.9rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta {
    margin-top: 2.9rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta .image {
  border-radius: 50%;
  overflow: hidden;
  width: 8rem;
  height: 8rem;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta .image {
    width: 12rem;
    height: 12rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta .image img {
  width: 100%;
  height: auto;
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta .name {
  margin-left: 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .profile .meta .name {
    margin-left: 4rem;
    font-size: 2.4rem;
    line-height: 4.8rem;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl {
    width: 50%;
    width: 42.5rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dt {
  margin-top: 2rem;
  width: 8rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dt {
    margin-top: 3rem;
    width: 12rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dd {
  margin-top: 2rem;
  margin-left: 1.8rem;
  width: calc(100% - 9.8rem);
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dd {
    margin-top: 3rem;
    margin-left: 4rem;
    width: 26.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dd ul li {
  padding-left: 1.5rem;
  position: relative;
}

.l-p-sports .c-sidebar-rayout .c-maincontent .l-referee .wrapper .c-content-child .list dl dd ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Energy */
.l-p-energy .c-head {
  background-image: url(./img/bg_mainvisual_orange.svg);
}

.l-p-energy .c-head .headline {
  color: #7B00FF;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide + .text {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide + .text {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .text-block {
    width: 53rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block {
    width: 35.7rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block .image {
  margin: 5rem 0 0;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content .wrapper .divide .image-block .image {
    margin: 0;
    border-radius: 2rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list {
  padding-left: 3.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list {
    padding-left: 6rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li {
  margin-top: 2.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .number {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .number {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 2rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .subject {
  margin-top: .4rem;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .subject {
    margin-top: 0;
    font-size: 1.9rem;
    line-height: 2.8rem;
    letter-spacing: .05em;
    width: 18rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-maintenance .wrapper .service-list ul li .text {
    margin-top: 0;
    width: 65rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl {
    margin-top: 3rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dt {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dt {
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: .1em;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dd {
  margin-top: .4rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dd {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dd + dt {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-area .wrapper dl dd + dt {
    margin-top: 3rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper .headline {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper .headline {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: .1em;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table {
  margin-top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table {
    margin-top: 1.6rem;
    border-radius: 1rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table thead tr th {
  background-color: #231815;
  color: #FFFFFF;
  padding: 1.3rem 1.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table thead tr th {
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table thead tr th + th {
  border-left: 1px solid #FFFFFF;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th, .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr td {
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  color: #231815;
  font-size: 1.5rem;
  line-height: 2.8rem;
  padding: 1rem 1.5rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th, .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr td {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.3rem 2rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th {
  background-color: #F7F7F7;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th.group {
  min-width: 9.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th.group {
    min-width: 28.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th .memo {
  margin-top: .3rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr th .memo {
    margin-top: .2rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr td {
  background-color: #FFFFFF;
  min-width: 12.9rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-fee .wrapper table.fee-table tbody tr td {
    min-width: 31.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper .headline {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper .headline {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    letter-spacing: .1em;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow {
    margin-top: 1.6rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #231815;
  border-radius: 1rem;
  width: 100%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li:last-child:after {
  content: none;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li + li {
  margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li + li {
    margin-top: 1.9rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li:after {
  content: '';
  display: block;
  border-top: 1rem solid #231815;
  border-right: .5rem solid transparent;
  position: absolute;
  bottom: -.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: .5rem solid transparent;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-flow .wrapper ul.flow li:after {
    border-top: 1.5rem solid #231815;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    bottom: -1.4rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul {
  padding-left: 2rem;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul li {
  padding-left: 5.7rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  height: 2.4rem;
  background-repeat: no-repeat;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul li + li {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul li + li {
    margin-top: 3rem;
  }
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul li.tel {
  background-image: url(./img/icon_tel.svg);
  background-size: auto 2.4rem;
  background-position: center left .4rem;
}

.l-p-energy .c-sidebar-rayout .c-maincontent .c-content.l-contact .wrapper .c-content-child ul li.email {
  background-image: url(./img/icon_mail.svg);
  background-size: auto 1.8rem;
  background-position: center left;
}

/* News */
.l-p-news .c-head {
  background-image: url(./img/bg_mainvisual_gray.svg);
}

.l-p-news .news-detail-head {
  background-image: url(./img/bg_mainvisual_gray.svg);
  background-size: auto 7.7rem;
  background-position: top 10.1rem left 5.8rem;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-p-news .news-detail-head {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head {
    background-size: auto 24.5rem;
    background-position: top 19.2rem left 36rem;
  }
}

.l-p-news .news-detail-head .inner {
  padding: 11.4rem 0 3rem 2rem;
}

@media screen and (max-width: 767px) {
  .l-p-news .news-detail-head .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner {
    padding: 22rem 0 6rem 11.3rem;
  }
}

.l-p-news .news-detail-head .inner .headline .sub {
  font-family: "PT Serif", serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner .headline .sub {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.l-p-news .news-detail-head .inner .headline .title {
  margin-top: 1.3rem;
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner .headline .title {
    margin-top: 3.8rem;
    font-size: 3.6rem;
    line-height: 5.6rem;
    letter-spacing: .1em;
  }
}

.l-p-news .news-detail-head .inner .headline .meta {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
}

.l-p-news .news-detail-head .inner .headline .meta .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner .headline .meta .date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.l-p-news .news-detail-head .inner .headline .meta .category {
  margin-left: 1.5rem;
  color: #FFFFFF;
  background-color: #231815;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 2.1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .l-p-news .news-detail-head .inner .headline .meta .category {
    margin-left: 2rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list {
  background-color: #F7F7F7;
  padding: 2rem 0 2rem;
  margin: 3rem -2rem 0 -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list {
    margin: 6rem -14.3rem 0 0;
    padding: 6rem 14.3rem 6rem 6rem;
    border-radius: 2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  margin-top: -1.5rem;
  margin-left: -1.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news {
    margin-top: -2rem;
    margin-left: -2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li {
  width: 50%;
  padding-top: 1.5rem;
  padding-left: 1.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li {
    width: 33.33%;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a:hover {
    opacity: 1;
    padding: .5rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a:hover .box {
    padding: 1.5rem 1rem 2.5rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a:hover .box .image {
    margin: 0rem .5rem 2rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a:hover .box .image img {
    height: 16.5rem;
    opacity: .7;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box {
  background-color: #FFFFFF;
  border-radius: .5rem;
  padding: 1rem 1rem 2rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box {
    padding: 1.5rem 1.5rem 3rem;
    border-radius: 1rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .image {
  border-radius: .5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .image {
    border-radius: 1rem;
    margin: 0 0 1.5rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .image img {
  width: 100%;
  height: 9.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .image img {
    height: 17.5rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .date {
  font-family: "Roboto", sans-serif;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .category {
  margin-top: .3rem;
  color: #FFFFFF;
  background-color: #231815;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: .9rem;
  line-height: 1.9rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .category {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .title {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content .wrapper .news-list ul.news li a .box .title {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    -webkit-line-clamp: 2;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .image {
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .image {
    margin-left: -2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content {
    margin-top: 6rem;
    padding-left: 10rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content + *:first-child {
  margin-top: 0;
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content h2 {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  padding-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content h2 {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #15A9A4;
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content p {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-news-detail .wrapper .post-content p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list {
  background-color: #F7F7F7;
  margin: 3rem -2rem 0 -4rem;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list {
    margin: 3rem -14.3rem 0 0;
    border-radius: 2rem;
    padding: 6rem 0;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news {
  display: flex;
  padding: 0 2rem;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news {
    padding: 0 6rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li {
  width: 14.3rem;
  min-width: 14.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li {
    width: 28.9rem;
    min-width: 28.9rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li + li {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li + li {
    margin-left: 2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a:hover {
    opacity: 1;
    padding: .5rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a:hover .box {
    padding: 1.5rem 1rem 2.5rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a:hover .box .image {
    margin: 0rem .5rem 2rem;
  }
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a:hover .box .image img {
    height: 16.5rem;
    opacity: .7;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box {
  background-color: #FFFFFF;
  border-radius: .5rem;
  padding: 1rem 1rem 2rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box {
    padding: 1.5rem 1.5rem 3rem;
    border-radius: 1rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .image {
  border-radius: .5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .image {
    border-radius: 1rem;
    margin: 0 0 1.5rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .image img {
  width: 100%;
  height: 8.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .image img {
    height: 17.5rem;
    transition: .2s linear;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .date {
  font-family: "Roboto", sans-serif;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .category {
  margin-top: .3rem;
  color: #FFFFFF;
  background-color: #231815;
  border-radius: 2rem;
  padding: 0 1rem;
  font-size: .9rem;
  line-height: 1.9rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .category {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .title {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .l-p-news .c-sidebar-rayout .c-maincontent .c-content.l-relational .wrapper .relational-list ul.news li a .box .title {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    -webkit-line-clamp: 2;
  }
}
