@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.8;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: relative;
  text-align: unset !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #333;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

input, button, textarea, select {
  margin: 0;
  padding: 10px 20px;
  border-radius: 6px;
  background: #FBFBFB;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  width: 100%;
}
input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 999px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 999px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 999px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

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

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

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

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.o-breadcrumb ul {
  flex-wrap: wrap;
}

.l-text__h1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.l-text__h1 .jp {
  color: #1e52a6;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-text__h1 .jp {
    font-size: 36px;
  }
}
.l-text__h1 .en {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
  .l-text__h1 .en {
    font-size: 17px;
  }
}
.l-text__h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-text__h2 {
    font-size: 30px;
  }
}
.l-text__h2.mod {
  color: #1e52a6;
}
.l-text__h3 {
  width: 100%;
  background-color: #f2f2f2;
  font-weight: 700;
  padding: 20px 15px;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-text__h3 {
    padding: 25px;
    font-size: 24px;
  }
}
.l-text__h3.mod {
  width: auto;
  padding: 0;
  background-color: initiaL;
}
.l-text__h4 {
  color: #1e52a6;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .l-text__h4 {
    font-size: 24px;
  }
}
.l-text__p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .l-text__p {
    font-size: 17px;
  }
}

.l-textv2__h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e52a6;
}
@media (min-width: 768px) {
  .l-textv2__h2 {
    font-size: 50px;
  }
}
.l-textv2__h2.mod {
  color: initial;
}
.l-textv2__h3 {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-textv2__h3 {
    font-size: 36px;
  }
}
.l-textv2__h3.mod {
  color: #1e52a6;
}
@media (min-width: 768px) {
  .l-textv2__h3.mod {
    font-size: 32px;
  }
}
.l-textv2__h4 {
  font-size: 20px;
  color: #1e52a6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-textv2__h4 {
    font-size: 28px;
  }
}

.l-textv3__h1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  color: #333;
}
.l-textv3__h1 .en {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .l-textv3__h1 .en {
    font-size: 52px;
  }
}
.l-textv3__h1 .jp {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.l-textv3__h2 {
  font-weight: 700;
  padding-left: 15px;
  border-left: 2px solid #1e52a6;
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-textv3__h2 {
    padding-left: 28px;
    font-size: 36px;
  }
}

.l-note {
  font-size: 12px;
}
@media (min-width: 768px) {
  .l-note {
    font-size: 15px;
  }
}

.l-parking_tab {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .l-parking_tab {
    gap: 0;
    flex-direction: row;
  }
}
.l-parking_tab .col {
  width: 100%;
}
@media (min-width: 768px) {
  .l-parking_tab .col {
    width: 33.33%;
  }
}
.l-parking_tab .col:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .l-parking_tab .col:first-child {
    width: 66.67%;
  }
}
.l-parking_tab .tabArea {
  border: 4px solid #dcdddd;
}
.l-parking_tab .tabArea__head {
  display: flex;
}
.l-parking_tab .tabArea__head div {
  cursor: pointer;
  width: 50%;
  color: #1e52a6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #eeeeee;
  padding: 17px 10px 19px;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l-parking_tab .tabArea__head div {
    font-size: 16px;
  }
}
.l-parking_tab .tabArea__head div.active {
  background-color: #fff;
}
.l-parking_tab .tabArea__head div::after {
  content: "v";
  margin-left: 10px;
}
.l-parking_tab .tabArea__body {
  background-color: #fff;
  padding: 22px 19px 19px;
}
.l-parking_tab .tabArea__target {
  display: none;
}
.l-parking_tab .tabArea__target.active {
  display: block;
}
.l-parking_tab .tabArea__target video {
  width: 100%;
}

.l-variation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-variation {
    gap: 40px;
  }
}
.l-variation li {
  color: #1e52a6;
  border: 1px solid #1e52a6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-variation li {
    max-width: 530px;
    font-size: 24px;
    padding: 20px 30px;
  }
}

.l-work {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-work {
    padding-top: 65px;
    padding-bottom: 120px;
    margin-bottom: 200px;
  }
}
.l-work > * {
  position: relative;
  z-index: 1;
}
.l-work h2 {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .l-work h2 {
    margin-bottom: 50px !important;
  }
}
.l-work::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (min-width: 768px) {
  .l-work__content {
    padding-left: 150px;
  }
}
.l-work .list.is-list {
  cursor: grab;
  overflow-x: auto;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 1201px) {
  .l-work .list.is-list {
    width: calc(100vw - 150px - (100vw - 1200px) / 2);
  }
}
.l-work .list.is-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.l-work .list.is-list ul {
  display: flex;
  gap: 30px;
  width: max-content;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul {
    gap: 48px;
  }
}
.l-work .list.is-list ul .item {
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  width: 320px;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul .item {
    width: 480px;
  }
}
.l-work .list.is-list ul .item a {
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.l-work .list.is-list ul .item dl {
  height: 100%;
  width: 100%;
}
.l-work .list.is-list ul .item dl .thumb {
  margin-bottom: 3.6px;
  height: 225px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul .item dl .thumb {
    margin-bottom: 6px;
    height: 340px;
  }
}
.l-work .list.is-list ul .item dl .thumb img {
  position: absolute;
  height: 105%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.l-work .list.is-list ul .item dl .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4.8px;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul .item dl .date {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.l-work .list.is-list ul .item dl .meta h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul .item dl .meta h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.l-work .list.is-list ul .item dl .meta h3 a {
  text-decoration: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.l-work .list.is-list ul .item dl .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.l-work .list.is-list ul .item dl .meta .tags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  padding: 6px 21px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-work .list.is-list ul .item dl .meta .tags .tag {
    min-height: 55px;
    min-width: 130px;
    font-size: 17px;
    padding: 7px 25px;
  }
}
.l-work .list__nav {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-work .list__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }
}
.l-work .list__nav .o-btn {
  margin: 40px 0 0 auto;
}
@media (min-width: 768px) {
  .l-work .list__nav .o-btn {
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .l-work .list__nav .o-btn {
    margin: 0 -150px 0 0;
  }
}
.l-work .list__nav .o-btn::before {
  background-color: #f2f2f2;
}

.js-scroll_nav {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .js-scroll_nav {
    max-width: 390px;
    height: 16px;
  }
}
.js-scroll_nav::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: #1e52a6;
  transition: width 0.1s ease;
}

.l-ranking .ttl {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: -60px;
  margin-left: -10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-ranking .ttl {
    margin-left: -30px;
    margin-top: -80px;
    margin-bottom: 30px;
  }
}
.l-ranking .ttl div {
  padding: 65px 19px 18px;
  background-color: #1e52a6;
}
.l-ranking .ttl h2 {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-ranking .ttl h2 {
    font-size: 26px;
  }
}
.l-ranking__row {
  padding: 30px 20px;
  background-color: #e0eaf9;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-ranking__row {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.l-ranking__row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (min-width: 768px) {
  .l-ranking__row ul {
    gap: 30px 70px;
  }
}
.l-ranking__row ul li {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .l-ranking__row ul li {
    width: calc((100% - 140px) / 3);
  }
}
.l-ranking__row ul li img {
  width: 100%;
}

.l-image {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.l-image img {
  width: 250%;
  max-width: none;
}
@media (min-width: 768px) {
  .l-image img {
    width: 100%;
    max-width: 100%;
  }
}

.l-mv {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}
.l-mv::after {
  content: "";
  width: 2px;
  height: 150px;
  background-color: #1e52a6;
  left: 35px;
  top: -35px;
  position: absolute;
}
@media (min-width: 768px) {
  .l-mv::after {
    left: 65px;
    top: -45px;
    height: 240px;
  }
}
.l-mv.is-noline {
  padding-top: 0;
}
.l-mv.is-noline::after {
  content: none;
}
.l-mv__parking {
  display: flex;
}
.l-mv__parking .text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-mv__parking .text {
    padding-left: 25px;
  }
}
.l-mv__parking .text h1 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .l-mv__parking .text h1 {
    padding-left: 0;
    margin-bottom: 90px;
  }
}
.l-mv__parking .text h1::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #1e52a6;
}
@media (min-width: 768px) {
  .l-mv__parking .text h1::before {
    left: -25px;
  }
}
.l-mv__parking .text img {
  margin-bottom: 20px;
}
.l-mv__parking .text p {
  flex-grow: 1;
  padding-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .l-mv__parking .text p {
    white-space: nowrap;
    font-size: 24px;
  }
}
.l-mv__parking .text .o-pill {
  min-height: 55px;
  padding: 0 20px;
  max-width: 210px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .l-mv__parking .text .o-pill {
    font-size: 17px;
  }
}
.l-mv__parking .image {
  flex-shrink: 0;
  margin-left: -35px;
}

.l-image_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .l-image_detail {
    gap: 48px 40px;
  }
}
.l-image_detail .detail {
  width: 100%;
}
@media (min-width: 768px) {
  .l-image_detail .detail {
    width: calc(50% - 20px);
  }
}
.l-image_detail .detail div {
  padding-bottom: 3px;
}
.l-image_detail .detail dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .l-image_detail .detail dt {
    font-size: 22px;
  }
}
.l-image_detail .detail dd {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-image_detail .detail dd {
    font-size: 17px;
  }
}
.l-image_detail .detail dd small {
  padding-top: 10px;
  display: block;
  font-size: 0.88em;
}
@media (min-width: 768px) {
  .l-image_detail .detail dd small {
    padding-top: 15px;
  }
}

.l-text_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .l-text_image {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
  }
}
.l-text_image .image {
  width: 80%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .l-text_image .image {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .l-text_image.is-text-left {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .l-text_image.is-text-right {
    flex-direction: row-reverse;
  }
}

.l-image_links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .l-image_links {
    gap: 35px 45px;
  }
}
.l-image_links .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-image_links .link {
    width: calc((100% - 90px) / 3);
  }
}
.l-image_links .link .image img {
  width: 100%;
}
.l-image_links .link p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-image_links .link p {
    gap: 20px;
    font-size: 20px;
  }
}
.l-image_links .link p i {
  display: flex;
}
.l-image_links .link p i img {
  width: 22px;
}

.l-parking_dias {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .l-parking_dias {
    padding-top: 40px;
    gap: 60px 40px;
  }
}
.l-parking_dias .dia {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-parking_dias .dia {
    gap: 20px;
    width: calc((100% - 80px) / 3);
  }
}
.l-parking_dias .dia dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .l-parking_dias .dia dt {
    font-size: 20px;
  }
}
.l-parking_dias .dia dt.mod {
  white-space: nowrap;
}
.l-parking_dias .dia dd {
  color: #1e52a6;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-parking_dias .dia dd {
    font-size: 20px;
  }
}
.l-parking_dias .dia dd.image {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .l-parking_dias .dia dd.image {
    padding-top: 0;
  }
}

.l-video {
  display: flex;
  justify-content: center;
}
.l-video video {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}

.l-exterior_links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media (min-width: 768px) {
  .l-exterior_links {
    gap: 65px 25px;
  }
}
.l-exterior_links > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 768px) {
  .l-exterior_links > div {
    width: calc((100% - 75px) / 4);
  }
}
.l-exterior_links > div > img {
  width: 100%;
  margin-bottom: 5px;
}
.l-exterior_links > div dl {
  flex-grow: 1;
  padding-bottom: 15px;
}
.l-exterior_links > div dl dt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .l-exterior_links > div dl dt {
    font-size: 20px;
  }
}
.l-exterior_links > div dl dd {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-exterior_links > div dl dd {
    font-size: 17px;
  }
}
.l-exterior_links > div a {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #1e52a6;
  font-size: 14px;
  gap: 10px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e52a6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-exterior_links > div a {
    font-size: 15px;
  }
}
.l-exterior_links > div a i {
  width: 16px;
  height: 16px;
}
.l-exterior_links > div a i img {
  width: 100%;
}

.l-icon_dl > div {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-icon_dl > div {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.l-icon_dl > div .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  flex-shrink: 0;
}
.l-icon_dl > div h4 {
  padding-bottom: 5px;
}

.l-table {
  overflow-x: auto;
  width: 100%;
}
.l-table .blue {
  color: #1e52a6;
}
.l-table table {
  width: max-content;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-table table {
    font-size: 17px;
    width: 100%;
  }
}
.l-table table tr:first-child {
  font-weight: 700;
}
.l-table table tr th {
  height: 86px;
  background-color: #1e52a6;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 15px;
  font-weight: 700;
}
.l-table table tr td {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  padding: 15px;
  font-weight: 500;
}

.l-mobility__ttl h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
@media (min-width: 560px) {
  .l-mobility__ttl h2 {
    font-size: 50px;
  }
}
@media (min-width: 769px) {
  .l-mobility__ttl h2 {
    font-size: 70px;
  }
}
.l-mobility__ttl dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 560px) {
  .l-mobility__ttl dt {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .l-mobility__ttl dt {
    font-size: 30px;
  }
}
.l-mobility__links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 769px) {
  .l-mobility__links {
    gap: 55px 45px;
    width: 72%;
  }
}
.l-mobility__links > a {
  width: 100%;
}
@media (min-width: 768px) {
  .l-mobility__links > a {
    width: calc((100% - 45px) / 2);
  }
}
.l-mobility__links > a > div {
  margin-bottom: 15px;
}
.l-mobility__links > a dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .l-mobility__links > a dt {
    font-size: 24px;
  }
}

.l-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-tabs {
    margin-bottom: 35px;
  }
}
.l-tabs li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #1e52a6;
  border: 1px solid #1e52a6;
  line-height: 1;
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 560px) {
  .l-tabs li {
    font-size: 20px;
    width: 33.33%;
  }
}
@media (min-width: 769px) {
  .l-tabs li {
    padding: 22px 20px;
    font-size: 24px;
  }
}
.l-tabs li:not(:last-child) {
  border-bottom: none;
}
@media (min-width: 768px) {
  .l-tabs li:not(:last-child) {
    border-bottom: 1px solid #1e52a6;
    border-right: none;
  }
}
.l-tabs li.active {
  background-color: #1e52a6;
  color: #fff;
}
.l-tabs__content {
  display: none;
}
.l-tabs__content.active {
  display: block;
}

.l-movies {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .l-movies {
    gap: 35px 45px;
  }
}
.l-movies > div {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .l-movies > div {
    width: calc((100% - 90px) / 3);
  }
}
.l-movies > div video {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.l-movies > div .js-play {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.l-movies > div .js-play img {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .l-movies > div .js-play img {
    width: 56px;
    height: 56px;
  }
}

.l-catalog__table p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-catalog__table p {
    font-size: 20px;
  }
}
.l-catalog__table .rt-tableCaption {
  background-color: #f4f4f4;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 769px) {
  .l-catalog__table .rt-tableCaption {
    display: none;
    font-size: 14px;
  }
}
.l-catalog__table .table {
  overflow-x: auto;
}
.l-catalog__table table {
  width: max-content;
}
@media (min-width: 769px) {
  .l-catalog__table table {
    width: 100%;
  }
}
.l-catalog__table table tr > * {
  padding: 20px 0;
  width: 33.3333333333%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-catalog__table table tr > * {
    width: 25%;
  }
}
.l-catalog__table table tr > *:nth-child(1) {
  width: 60px;
}
.l-catalog__table table tr > *:nth-child(2) {
  width: max-content;
  min-width: 150px;
}
.l-catalog__table table tr > *:nth-child(3) {
  width: 180px;
}
.l-catalog__table table tr > *:nth-child(5) {
  width: 180px;
  text-align: center;
}
.l-catalog__table table tr th {
  border-bottom: 1px solid #cecece;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .l-catalog__table table tr th {
    font-size: 20px;
  }
}
.l-catalog__table table tr td {
  border-bottom: 1px dashed #cecece;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-catalog__table table tr td {
    font-size: 17px;
  }
}
.l-catalog__table table tr:last-child td {
  border-bottom: none;
}
.l-catalog__tiles {
  position: relative;
  padding: 40px 0 45px;
}
@media (min-width: 768px) {
  .l-catalog__tiles {
    padding: 60px 0 65px;
  }
}
.l-catalog__tiles > * {
  position: relative;
  z-index: 1;
}
.l-catalog__tiles::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #e0eaf9;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.l-catalog__tiles .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .l-catalog__tiles .tiles {
    margin-bottom: 90px;
    gap: 25px;
  }
}
.l-catalog__tiles .tiles a {
  display: block;
  width: calc((100% - 20px) / 2);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .l-catalog__tiles .tiles a {
    width: calc((100% - 75px) / 4);
  }
}
.l-catalog__tiles .tiles a .image {
  border: 1px solid #c8c8c8;
}
.l-catalog__tiles > p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-catalog__tiles > p {
    font-size: 20px;
  }
}
.l-catalog__cards h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (min-width: 560px) {
  .l-catalog__cards h3 {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .l-catalog__cards h3 {
    font-size: 34px;
    padding-bottom: 15px;
  }
}
.l-catalog__cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}
@media (min-width: 768px) {
  .l-catalog__cards .cards {
    gap: 60px 25px;
  }
}
.l-catalog__cards .cards > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .l-catalog__cards .cards > div {
    width: calc((100% - 75px) / 4);
  }
}
.l-catalog__cards .cards > div div {
  border: 1px solid #c8c8c8;
  margin-bottom: 10px;
}
.l-catalog__cards .cards > div div img {
  width: 100%;
}
.l-catalog__cards .cards > div dl {
  flex-grow: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-catalog__cards .cards > div dl {
    margin-bottom: 35px;
  }
}
.l-catalog__cards .cards > div dl dt {
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 768px) {
  .l-catalog__cards .cards > div dl dt {
    font-size: 17px;
  }
}
.l-catalog__cards .cards > div dl dd {
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .l-catalog__cards .cards > div dl dd {
    font-size: 15px;
  }
}
.l-catalog__cards .cards > div a {
  display: flex;
  align-items: flex-end;
}
.l-catalog__cards .cards > div a p {
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .l-catalog__cards .cards > div a p {
    font-size: 15px;
  }
}

.l-bordered {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .l-bordered {
    gap: 15px;
  }
}
.l-bordered > dl {
  width: 100%;
  border: 1px solid #707070;
  padding: 0 10px 30px 20px;
}
@media (min-width: 768px) {
  .l-bordered > dl {
    width: calc((100% - 15px) / 2);
  }
}
.l-bordered > dl dt {
  background-color: #fff;
  width: fit-content;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: -20px;
}
.l-bordered > dl dd span {
  color: #1e52a6;
}

.o-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 30px;
}
.o-pill.is-blue {
  height: auto;
  background-color: #1e52a6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  max-width: 280px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .o-pill.is-blue {
    min-height: 70px;
    font-size: 20px;
    padding: 20px;
    max-width: 333px;
  }
}
.o-pill.is-outline {
  height: auto;
  border: 1px solid #1e52a6;
  justify-content: initial;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .o-pill.is-outline {
    min-height: 56px;
    font-size: 17px;
  }
}

.o-btn__dl {
  width: max-content;
  margin: 0 auto;
  background-color: #1e52a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 18px 35px;
}
@media (min-width: 768px) {
  .o-btn__dl {
    font-size: 20px;
    padding: 25px 45px;
  }
}

.t-center {
  text-align: center;
}

.sp_cont {
  display: block;
}

@media (min-width: 768px) {
  .sp_cont {
    display: none !important;
  }
}
.pc_cont {
  display: none;
}

@media (min-width: 768px) {
  .pc_cont {
    display: block !important;
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* Firefox */
input[type=search]::-moz-search-clear {
  display: none;
}

.p-jisoshiki {
  padding-top: 65px;
}
.p-jisoshiki__mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-jisoshiki__mv {
    padding-bottom: 20px;
    align-items: stretch;
    gap: 1%;
    flex-direction: row;
  }
}
.p-jisoshiki__mv .text h1 {
  padding-bottom: 47px;
}
.p-jisoshiki__mv .text p strong {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-jisoshiki__mv .text p strong {
    font-size: 24px;
  }
}
.p-jisoshiki__mv .text p:last-child {
  padding-top: 20px;
}
.p-jisoshiki__mv .image {
  width: 80%;
}
@media (min-width: 768px) {
  .p-jisoshiki__mv .image {
    width: 42%;
  }
}
.p-jisoshiki__sec {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec {
    padding-bottom: 75px;
  }
}
.p-jisoshiki__sec.sec1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec1 {
    padding-bottom: 60px;
  }
}
.p-jisoshiki__sec.sec1 h4 {
  padding-bottom: 20px;
}
.p-jisoshiki__sec.sec2 {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec2 {
    margin-bottom: 75px;
  }
}
.p-jisoshiki__sec.sec2 h2 {
  padding-bottom: 10px;
}
.p-jisoshiki__sec.sec3 {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec3 {
    margin-bottom: 75px;
  }
}
.p-jisoshiki__sec.sec3 h4 {
  padding-bottom: 20px;
}
.p-jisoshiki__sec.sec4 h3 {
  margin-bottom: 30px;
}
.p-jisoshiki__sec.sec5 {
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec5 {
    margin-bottom: 75px;
  }
}
.p-jisoshiki__sec.sec5.mod {
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom: none;
}
.p-jisoshiki__sec.sec5 h3 {
  margin-bottom: 45px;
}
.p-jisoshiki__sec.sec5 .l-text_image {
  gap: 30px;
}
.p-jisoshiki__sec.sec5 .l-text_image .o-btn {
  margin-bottom: 20px;
}
.p-jisoshiki__sec.sec5 .l-text_image .image {
  width: 80%;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec5 .l-text_image .image {
    width: 38%;
  }
}
.p-jisoshiki__sec.sec6 {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .p-jisoshiki__sec.sec6 {
    padding-bottom: 260px;
  }
}

.p-environment {
  padding-top: 65px;
}
.p-environment h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-environment h1 {
    padding-bottom: 65px;
  }
}
.p-environment__mv {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-environment__mv {
    padding-bottom: 100px;
  }
}
.p-environment__mv > img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-environment__mv > img {
    margin-bottom: 35px;
  }
}
.p-environment__mv h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-environment__mv h2 {
    padding-bottom: 30px;
  }
}
.p-environment__mv .l-text_image {
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .p-environment__mv .l-text_image {
    gap: 40px;
  }
}
.p-environment__mv .l-text_image .image {
  width: 80%;
}
@media (min-width: 768px) {
  .p-environment__mv .l-text_image .image {
    width: 27.75%;
  }
}
.p-environment__sec h2 {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .p-environment__sec h2 {
    padding-bottom: 35px;
  }
}
.p-environment__sec.sec1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec1 {
    padding-bottom: 100px;
  }
}
.p-environment__sec.sec1 h2 {
  padding-bottom: 10px;
}
.p-environment__sec.sec1 h3 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec1 h3 {
    padding-bottom: 30px;
  }
}
.p-environment__sec.sec1 .image {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-environment__sec.sec1 .image {
    margin-top: 35px;
    margin-bottom: 100px;
  }
}
.p-environment__sec.sec1 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-environment__sec.sec1 .images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec1 .images {
    flex-direction: row;
    gap: 40px;
  }
}
.p-environment__sec.sec1 .images img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-environment__sec.sec1 .images img {
    width: calc((100% - 40px) / 2);
  }
}
.p-environment__sec.sec2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.p-environment__sec.sec2 > * {
  position: relative;
  z-index: 1;
}
.p-environment__sec.sec2::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-environment__sec.sec2 .image {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-environment__sec.sec2 .image {
    margin-top: 35px;
  }
}
.p-environment__sec.sec2 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-environment__sec.sec3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-environment__sec.sec3 .l-text__p {
  margin: 0 auto;
  max-width: 948px;
  padding-bottom: 25px;
}
.p-environment__sec.sec3 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 40px;
  max-width: 948px;
}
.p-environment__sec.sec3 .image img {
  margin-bottom: 10px;
}
.p-environment__sec.sec3 .image p {
  font-size: 10px;
  width: 100%;
  text-align: right;
  max-width: 948px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec3 .image p {
    font-size: 15px;
  }
}
.p-environment__sec.sec4 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec4 {
    padding-bottom: 240px;
  }
}
.p-environment__sec.sec4 .image {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-environment__sec.sec4 .image {
    margin-top: 35px;
  }
}
.p-environment__sec.sec4 .image:last-child {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-environment__sec.sec4 .image:last-child {
    margin-top: 70px;
  }
}

:root {
  --color01: #1e52a6;
  --color02: #646464;
  --color03: #505050;
  --color04: #C8C8C8;
}

.p-chart {
  padding-top: 65px;
}
.p-chart h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-chart h1 {
    padding-bottom: 45px;
  }
}
.p-chart h2 {
  font-size: 18px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-chart h2 {
    padding-bottom: 45px;
    font-size: 24px;
  }
}
.p-chart input, .p-chart button, .p-chart textarea, .p-chart select {
  margin: initial;
  padding: initial;
  border-radius: initial;
  background: initial;
  border: initial;
  box-shadow: initial;
  outline: initial;
  width: initial;
}
.p-chart__sec {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-chart__sec {
    padding-bottom: 45px;
  }
}

.p-chart .chart {
  position: relative;
  padding: 40px;
  z-index: 0;
}
.p-chart .chart::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #01559b;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.p-chart .chart_meter {
  position: absolute;
  color: #FFFFFF;
  font-size: 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  transition: 0.5s;
}

.p-chart .chart_meter > p {
  display: inline-block;
  vertical-align: middle;
}

.p-chart .chart_meter > span {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 8px;
  margin: 2px 0 0 20px;
  background: #FFFFFF;
  vertical-align: middle;
  z-index: 0;
}

.p-chart .chart_meter > span > span {
  position: absolute;
  display: block;
  width: 25%;
  height: 100%;
  background: #B1D0EC;
  top: 0;
  left: 0;
  transition: width 0.5s;
}

.p-chart .common_section.chart_section {
  margin: 0 auto 180px;
}

.p-chart .common_section.chart_section h2 {
  margin: 0 auto 60px;
}

.p-chart button {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: fit-content;
  line-height: 1;
  min-width: 150px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  border-radius: 99px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 0;
}

.p-chart button[type=button] {
  margin: 0 auto;
  color: var(--color01);
  border: solid 1px var(--color01);
}

.p-chart button[type=reset] {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  background-color: transparent;
  padding: 0;
}

.p-chart input[type=radio] {
  display: none;
}

.p-chart label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  color: var(--color01);
  border: solid 1px var(--color01);
  border-radius: 99px;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 0;
}

.p-chart button::after,
.p-chart label::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  background: var(--color01);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}

.p-chart button:hover,
.p-chart label:hover {
  color: #FFFFFF;
}

.p-chart button:hover::after,
.p-chart label:hover::after {
  height: 100%;
}

.p-chart button[type=reset]:hover {
  color: var(--color01);
}

.p-chart button[type=reset]::after {
  background: #FFFFFF;
}

.p-chart label > span {
  display: inline;
  line-height: 1.3;
  vertical-align: middle;
}

.p-chart label > span span {
  display: block;
  font-size: 13px;
}

.chart_box {
  position: relative;
  text-align: center;
  z-index: 1;
}

.chart_box .chart_inner {
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  margin: 0 auto 35px;
}

.chart_box .chart_inner > div > figure {
  margin: 20px auto;
}

.chart_box .chart_inner > div > figure img {
  display: block;
  margin: 0 auto;
}

.chart_box .chart_inner > div > p {
  font-size: 14px;
  font-weight: 300;
  color: var(--color01);
  margin: 0 auto 30px;
}

.chart_box .chart_inner.chart01 > div > p {
  margin: 0 auto 10px;
}

.chart_box .chart_inner .caution {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.chart_box .chart_inner .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 20px;
}

.chart_box .chart_inner .title span {
  display: block;
  font-size: 50px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
  line-height: 1.2;
  margin: 0 auto 10px;
}

.chart_box .chart_inner .tel_title {
  font-weight: 400;
  color: var(--color01);
}

.chart_box .chart_inner .reslut_tel {
  font-size: 35px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  color: var(--color01);
}

.chart_box .chart_inner .reslut_tel span {
  vertical-align: middle;
}

.chart_box .chart_inner .reslut_tel span:nth-child(2) {
  font-size: 60px;
}

.chart_box .chart_inner .result_step > span {
  display: inline-block;
  color: var(--color01);
  font-size: 3.5px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: solid 2px var(--color01);
}

.chart_box .chart_inner .input_text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto 15px;
  z-index: 0;
}

.chart_box .chart_inner .input_text span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}

.chart_box .chart_inner .input_text span.num {
  color: #646464;
}

.chart_box .chart_inner .input_text span.label {
  margin: 0 20px 10px 0;
}

.chart_box .chart_inner .input_text span.label:nth-last-of-type(1) {
  margin: 0;
}

.chart_box .chart_inner .input_text span.caution_text01,
.chart_box .chart_inner .input_text span.caution_text02,
.chart_box .chart_inner .input_text span.caution_text03 {
  display: block;
  padding: 15px 0 0;
  margin: 0;
  color: #ff0000;
}

.chart_box .chart_inner .input_text input[type=text] {
  display: inline-block;
  width: 140px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #646464;
  vertical-align: middle;
  appearance: none;
}

.chart_box .chart_inner .input_text .select_outer {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
  border: solid 1px #646464;
  vertical-align: middle;
  z-index: 0;
}

.chart_box .chart_inner .input_text .select_outer::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 8px #646464;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  pointer-events: none;
}

.chart_box .chart_inner .input_text .select_outer select {
  width: 100%;
  height: 40px;
  padding: 0 0 5px 15px;
  appearance: none;
}

.chart_box .chart_inner .input_text .select_outer select option {
  text-align: left;
}

.p-chart div.before, div.result {
  height: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s;
}

.p-chart div.before.active,
.p-chart div.result.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.5s;
}

.p-chart div.before.active {
  padding: 20px 0 0;
}

.chart0101, .chart0102, .chart0103, .chart_ng, .chart_ok, .chart_result01, .chart_result02, .chart_result03 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s;
  height: 0;
}

.chart0101.active, .chart0102.active, .chart0103.active, .chart_ng.active, .chart_ok.active, .chart_result01.active, .chart_result02.active, .chart_result03.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.5s;
}

.p-chart .chart_contact {
  margin: 30px auto 20px;
}

.p-chart .chart_contact > li {
  display: inline-block;
  margin: 0 10px;
}

.p-chart .result_ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}

.p-chart .chart01 .result_ul {
  margin: 0 auto 40px;
}

.p-chart .result_ul ul {
  display: inline-block;
  font-size: 0;
}

.p-chart .result_ul ul li {
  font-size: 15px;
  color: var(--color01);
  line-height: 1.5;
  margin: 0 20px;
  text-align: left;
  list-style-type: none;
}

.p-chart .result_ul ul li span {
  display: inline-block;
  vertical-align: top;
}

.p-chart .result_ul ul li span:nth-of-type(1) {
  width: 4.5em;
}

.p-chart .result_ul ul li span:nth-of-type(2) {
  width: calc(100% - 4.5em);
}

.p-chart .chart_status {
  margin: 20px auto;
}

.p-chart .chart_status li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DBDBDB;
  margin: 0 5px;
  border-radius: 50%;
  z-index: 0;
}

.p-chart .chart_status li.finish {
  background: var(--color01);
}

.p-chart .chart_status li.current::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #646464;
  border-radius: 50%;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.p-chart .label_list {
  display: inline-block;
  font-size: 0;
}

.p-chart .label_list li {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .p-chart .chart {
    padding: 10% 0;
  }
  .p-chart .chart_meter {
    top: 20px;
  }
  .p-chart .chart_meter > p {
    display: block;
  }
  .p-chart .common_section.chart_section {
    margin: 20% auto;
  }
  .p-chart .common_section.chart_section h2 {
    margin: 0 auto 12%;
  }
  .p-chart button {
    width: 135px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
  .p-chart label {
    width: 135px;
    height: 40px;
    font-size: 14px;
  }
  .p-chart label > span span {
    font-size: 1.2px;
  }
  .chart_box .chart_inner {
    padding: 8% 3%;
    margin: 0 auto 10%;
  }
  .chart_box .chart_inner > div > figure {
    margin: 4% auto;
  }
  .chart_box .chart_inner > div > p {
    margin: 0 auto 6%;
  }
  .chart_box .chart_inner.chart01 > div > p {
    margin: 0 auto 3%;
  }
  .chart_box .chart_inner .caution {
    font-size: 14px;
    margin: 0 auto 4%;
  }
  .chart_box .chart_inner .title {
    font-size: 20px;
    margin: 0 auto 6%;
  }
  .chart_box .chart_inner .title span {
    font-size: 35px;
  }
  .chart_box .chart_inner .reslut_tel {
    font-size: 20px;
  }
  .chart_box .chart_inner .reslut_tel span:nth-child(2) {
    font-size: 40px;
  }
  .chart_box .chart_inner .result_step > span {
    margin: 0 auto 2%;
    padding: 0 0 2%;
  }
  .chart_box .chart_inner .input_text {
    font-size: 14px;
    margin: 0 auto;
  }
  .chart_box .chart_inner .input_text span {
    margin: 0 5px 5% 0;
  }
  .chart_box .chart_inner .input_text span.num {
    margin: 0 0 5%;
  }
  .chart_box .chart_inner .input_text span.caution_text01,
  .chart_box .chart_inner .input_text span.caution_text02,
  .chart_box .chart_inner .input_text span.caution_text03 {
    width: 100%;
    padding: 3% 0 5%;
  }
  .chart_box .chart_inner .input_text input[type=text] {
    width: 130px;
    margin: 0 0 5%;
  }
  .chart_box .chart_inner .input_text .select_outer {
    width: 130px;
  }
  .chart_box .chart_inner .input_text .select_outer::after {
    right: 5px;
  }
  .chart_box .chart_inner .input_text .select_outer select {
    padding: 0 0 3px 10px;
    font-size: 14px;
  }
  .chart_box .chart_inner .input_text .select_outer select option {
    font-size: 14px;
  }
  .p-chart div.before.active {
    padding: 0;
  }
  .p-chart .chart_contact {
    margin: 6% auto 4%;
  }
  .p-chart .result_ul {
    display: block;
    margin: 0 auto 8%;
  }
  .p-chart .chart01 .result_ul {
    width: 240px;
    margin: 0 auto 12%;
  }
  .p-chart .result_ul ul {
    display: block;
  }
  .p-chart .result_ul ul li {
    font-size: 14px;
    margin: 0;
  }
  .p-chart .chart_status {
    margin: 5% auto;
  }
  .p-chart .label_list li {
    display: block;
    margin: 0 auto 5%;
  }
  .p-chart .chart0103 .label_list li {
    width: 49%;
    margin: 0 2% 5% 0;
    float: left;
  }
  .p-chart .chart0103 .label_list li:nth-child(even) {
    margin: 0 0 5%;
  }
  .p-chart .chart0103 .label_list li label {
    margin: 0 0 0 auto;
  }
  .p-chart .chart0103 .label_list li:nth-child(even) label {
    margin: 0 auto 0 0;
  }
}
.btn_more {
  position: relative;
  width: 220px;
  height: 50px;
  padding: 0 0 0 20px;
  z-index: 0;
}

.btn_more p {
  position: relative;
  font-family: "Josefin Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: var(--color02);
  text-align: center;
  line-height: 50px;
  border: solid 1px var(--color02);
  border-left: none;
  z-index: 1;
}

.btn_more p span {
  position: relative;
  display: block;
  z-index: 2;
}

.btn_more p a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 3;
  transition: 0.5s;
}

.btn_more p a:hover {
  color: var(--color01);
}

.btn_more::before,
.btn_more::after,
.btn_more p::before,
.btn_more p::after,
.btn_more a::before,
.btn_more a::after,
.btn_more span::before,
.btn_more span::after {
  position: absolute;
  display: block;
  content: "";
}

.btn_more::before,
.btn_more::after {
  width: 1px;
  height: 13px;
  background: var(--color02);
  left: 20px;
  z-index: 0;
}

.btn_more::before {
  top: 0;
}

.btn_more::after {
  bottom: -1px;
}

.btn_more p::before {
  width: 40px;
  height: 1px;
  background: var(--color02);
  background: -moz-linear-gradient(left, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 0%, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 0%, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 100%);
  background: linear-gradient(to right, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 0%, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 0, rgb(100, 100, 100) 100%);
  top: 25px;
  left: -20px;
  z-index: 0;
  transition: background 0.5s linear;
}

.btn_more p::after {
  width: 2px;
  width: 1px;
  height: 0;
  background: var(--color01);
  top: -2%;
  right: -1px;
  z-index: 1;
  transition: 0.15s linear 0.3s;
}

.btn_more span::before,
.btn_more span::after {
  width: 2px;
  width: 1px;
  height: 0;
  background: var(--color01);
  left: 0;
  z-index: 1;
}

.btn_more span::before {
  bottom: 38px;
  transition: 0.05s linear 0.7s;
}

.btn_more span::after {
  bottom: 1px;
  transition: 0.05s linear;
}

.btn_more a::before,
.btn_more a::after {
  width: 0;
  height: 2px;
  height: 1px;
  background: var(--color01);
  z-index: 1;
}

.btn_more a::before {
  top: -1px;
  left: 0;
  transition: 0.25s linear 0.45s;
}

.btn_more a::after {
  bottom: -1px;
  right: 0;
  transition: 0.25s linear 0.05s;
}

.btn_more:hover p::before {
  background: -moz-linear-gradient(left, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%);
  background: linear-gradient(to right, rgb(0, 85, 154) 0%, rgb(0, 85, 154) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%, rgb(100, 100, 100) 100%);
  height: 2px;
  height: 1px;
}

.btn_more:hover p::after {
  height: 104%;
  transition: 0.15s linear 0.3s;
}

.btn_more:hover span::before {
  height: 13px;
  transition: 0.05s linear;
}

.btn_more:hover span::after {
  height: 13px;
  transition: 0.05s linear 0.7s;
}

.btn_more:hover a::before {
  width: 100%;
  transition: 0.25s linear 0.05s;
}

.btn_more:hover a::after {
  width: 100%;
  transition: 0.25s linear 0.45s;
}

.btn_more_w p {
  color: rgba(255, 255, 255, 0.75);
  border: solid 1px rgba(255, 255, 255, 0.75);
  border-left: none;
}

.btn_more_w p a:hover {
  color: rgb(255, 255, 255);
}

.btn_more_w::before,
.btn_more_w::after {
  background: rgba(255, 255, 255, 0.75);
}

.btn_more_w p::before {
  background: rgba(255, 255, 255, 0.75);
}

.btn_more_w p::after {
  background: #FFFFFF;
}

.btn_more_w span::before,
.btn_more_w span::after {
  background: #FFFFFF;
}

.btn_more_w a::before,
.btn_more_w a::after {
  background: #FFFFFF;
}

.btn_more_w:hover p::before {
  background: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .btn_more {
    width: 180px;
    height: 40px;
    padding: 0 0 0 15px;
  }
  .btn_more p {
    line-height: 40px;
  }
  .btn_more::before,
  .btn_more::after {
    height: 8px;
    left: 15px;
  }
  .btn_more p::before {
    width: 30px;
    top: 20px;
    left: -15px;
  }
  .btn_more span::before {
    bottom: 32px;
  }
  .btn_more:hover span::before {
    height: 8px;
  }
  .btn_more:hover span::after {
    height: 8px;
  }
}
.p-ev {
  padding-top: 65px;
}
.p-ev h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-ev h1 {
    padding-bottom: 65px;
  }
}
.p-ev__mv {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-ev__mv {
    padding-bottom: 100px;
  }
}
.p-ev__mv > img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-ev__mv > img {
    margin-bottom: 35px;
  }
}
.p-ev__mv h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-ev__mv h2 {
    padding-bottom: 30px;
  }
}
.p-ev__mv .image {
  padding: 30px 0 0;
}
.p-ev__sec h2 {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .p-ev__sec h2 {
    padding-bottom: 35px;
  }
}
.p-ev__sec.sec1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec1 {
    padding-bottom: 100px;
  }
}
.p-ev__sec.sec1 h2 {
  padding-bottom: 10px;
}
.p-ev__sec.sec1 h3 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec1 h3 {
    padding-bottom: 30px;
  }
}
.p-ev__sec.sec1 .image {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-ev__sec.sec1 .image {
    margin-top: 35px;
    margin-bottom: 100px;
  }
}
.p-ev__sec.sec1 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-ev__sec.sec1 .images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec1 .images {
    flex-direction: row;
    gap: 40px;
  }
}
.p-ev__sec.sec1 .images img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-ev__sec.sec1 .images img {
    width: calc((100% - 40px) / 2);
  }
}
.p-ev__sec.sec2 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec2 {
    padding-bottom: 130px;
  }
}
.p-ev__sec.sec2 .image {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-ev__sec.sec2 .image {
    margin-top: 80px;
    margin-bottom: 130px;
  }
}
.p-ev__sec.sec2 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-ev__sec.sec2 .l-image_detail {
  gap: 30px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec2 .l-image_detail {
    gap: 58px 40px;
  }
}
.p-ev__sec.sec2 .detail {
  display: flex;
  flex-direction: column;
}
.p-ev__sec.sec2 .detail div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ev__sec.sec3 {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .p-ev__sec.sec3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-ev__sec.sec3 > * {
  position: relative;
  z-index: 1;
}
.p-ev__sec.sec3::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-ev__sec.sec3 .image {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-ev__sec.sec3 .image {
    margin-top: 35px;
  }
}
.p-ev__sec.sec3 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-ev__sec.sec4 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-ev__sec.sec4 {
    padding-bottom: 150px;
  }
}
.p-ev__sec.sec4 .image {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-ev__sec.sec4 .image {
    margin-top: 70px;
  }
}
.p-ev__sec.sec4 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}

.p-disaster {
  padding-top: 65px;
}
.p-disaster h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-disaster h1 {
    padding-bottom: 65px;
  }
}
.p-disaster__mv {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-disaster__mv {
    padding-bottom: 100px;
  }
}
.p-disaster__mv > img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-disaster__mv > img {
    margin-bottom: 35px;
  }
}
.p-disaster__mv h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-disaster__mv h2 {
    padding-bottom: 30px;
  }
}
.p-disaster__mv .l-text_image {
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-disaster__mv .l-text_image {
    gap: 40px;
  }
}
.p-disaster__mv .l-text_image .image {
  width: 80%;
}
@media (min-width: 768px) {
  .p-disaster__mv .l-text_image .image {
    width: 41.66%;
  }
}
.p-disaster__sec h2 {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .p-disaster__sec h2 {
    padding-bottom: 35px;
  }
}
.p-disaster__sec.sec1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec1 {
    padding-bottom: 100px;
  }
}
.p-disaster__sec.sec1 h2 {
  padding-bottom: 10px;
}
.p-disaster__sec.sec1 h3 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec1 h3 {
    padding-bottom: 30px;
  }
}
.p-disaster__sec.sec1 > .image {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec1 > .image {
    margin-top: 35px;
    margin-bottom: 100px;
  }
}
.p-disaster__sec.sec1 > .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-disaster__sec.sec1 .images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec1 .images {
    flex-direction: row;
    gap: 40px;
  }
}
.p-disaster__sec.sec1 .images img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec1 .images img {
    width: calc((100% - 40px) / 2);
  }
}
.p-disaster__sec.sec2 {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-disaster__sec.sec2 > * {
  position: relative;
  z-index: 1;
}
.p-disaster__sec.sec2::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-disaster__sec.sec2 .image {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec2 .image {
    margin-top: 35px;
  }
}
.p-disaster__sec.sec2 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-disaster__sec.sec3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec3 {
    padding-bottom: 80px;
  }
}
.p-disaster__sec.sec3 .image {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec3 .image {
    margin-top: 35px;
  }
}
.p-disaster__sec.sec3 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-disaster__sec.sec5 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec5 {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 160px;
  }
}
.p-disaster__sec.sec5 > * {
  position: relative;
  z-index: 1;
}
.p-disaster__sec.sec5::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-disaster__sec.sec5 .image {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec5 .image {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
.p-disaster__sec.sec5 .image img {
  width: 100%;
  margin: 0 auto;
  max-width: 948px;
}
.p-disaster__sec.sec5 .l-text__h2 {
  padding-bottom: 20px;
}
.p-disaster__sec.sec5 .l-image_detail {
  gap: 30px;
}
@media (min-width: 768px) {
  .p-disaster__sec.sec5 .l-image_detail {
    gap: 40px;
  }
}
.p-disaster__sec.sec5 .detail {
  display: flex;
  flex-direction: column;
}
.p-disaster__sec.sec5 .detail div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-exterior {
  padding-top: 65px;
}
.p-exterior__sec {
  padding-top: 45px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-exterior__sec {
    padding-bottom: 200px;
  }
}
.p-exterior__sec h2 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .p-exterior__sec h2 {
    font-size: 24px;
    padding-bottom: 85px;
  }
}

.p-afterservice {
  padding-top: 65px;
}
.p-afterservice > p {
  padding-top: 50px;
}
.p-afterservice__sec h2 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-afterservice__sec h2 {
    padding-bottom: 50px;
  }
}
.p-afterservice__sec.sec1, .p-afterservice__sec.sec2 {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec1, .p-afterservice__sec.sec2 {
    padding-top: 80px;
  }
}
.p-afterservice__sec.sec1 .o-pill, .p-afterservice__sec.sec2 .o-pill {
  margin-bottom: 15px;
  max-width: 260px;
  min-height: 60px;
  padding: 0 20px;
}
.p-afterservice__sec.sec1 .l-text_image, .p-afterservice__sec.sec2 .l-text_image {
  margin-bottom: 50px;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec1 .l-text_image, .p-afterservice__sec.sec2 .l-text_image {
    margin-bottom: 100px;
    gap: 60px;
  }
}
.p-afterservice__sec.sec1 .l-text_image.mod, .p-afterservice__sec.sec2 .l-text_image.mod {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec1 .l-text_image.mod, .p-afterservice__sec.sec2 .l-text_image.mod {
    margin-bottom: 46px;
  }
}
.p-afterservice__sec.sec1 .l-text_image h4, .p-afterservice__sec.sec2 .l-text_image h4 {
  margin-bottom: 15px;
}
.p-afterservice__sec.sec1 .l-text_image .ba, .p-afterservice__sec.sec2 .l-text_image .ba {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec1 .l-text_image .ba, .p-afterservice__sec.sec2 .l-text_image .ba {
    width: 37%;
  }
}
.p-afterservice__sec.sec1 .l-text_image .ba > img, .p-afterservice__sec.sec2 .l-text_image .ba > img {
  width: 100%;
}
.p-afterservice__sec.sec1 .l-text_image .ba .b, .p-afterservice__sec.sec1 .l-text_image .ba .a, .p-afterservice__sec.sec2 .l-text_image .ba .b, .p-afterservice__sec.sec2 .l-text_image .ba .a {
  width: calc((100% - 24px) / 2);
}
.p-afterservice__sec.sec1 .l-text_image .ba .b img, .p-afterservice__sec.sec1 .l-text_image .ba .a img, .p-afterservice__sec.sec2 .l-text_image .ba .b img, .p-afterservice__sec.sec2 .l-text_image .ba .a img {
  margin-bottom: 5px;
}
.p-afterservice__sec.sec1 .l-text_image .ba .b p, .p-afterservice__sec.sec1 .l-text_image .ba .a p, .p-afterservice__sec.sec2 .l-text_image .ba .b p, .p-afterservice__sec.sec2 .l-text_image .ba .a p {
  text-align: right;
  font-size: 17px;
  font-weight: 500;
}
.p-afterservice__sec.sec1 .l-text_image .ba .b p.mod, .p-afterservice__sec.sec1 .l-text_image .ba .a p.mod, .p-afterservice__sec.sec2 .l-text_image .ba .b p.mod, .p-afterservice__sec.sec2 .l-text_image .ba .a p.mod {
  text-align: left;
}
.p-afterservice__sec.sec2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec2 {
    padding-top: 60px;
  }
}
.p-afterservice__sec.sec2 > * {
  position: relative;
  z-index: 1;
}
.p-afterservice__sec.sec2::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-afterservice__sec.sec3 {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-afterservice__sec.sec3 h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec3 h2 {
    padding-bottom: 15px;
  }
}
.p-afterservice__sec.sec3 .l-icon_dl {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec3 .l-icon_dl {
    padding-top: 40px;
  }
}
.p-afterservice__sec.sec4 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 {
    padding-top: 60px;
    margin-bottom: 120px;
  }
}
.p-afterservice__sec.sec4 > * {
  position: relative;
  z-index: 1;
}
.p-afterservice__sec.sec4::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-afterservice__sec.sec4 h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 h2 {
    padding-bottom: 15px;
  }
}
.p-afterservice__sec.sec4 > p {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 > p {
    padding-bottom: 65px;
  }
}
.p-afterservice__sec.sec4 .case {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 .case {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 35px 45px;
  }
}
.p-afterservice__sec.sec4 .case div:first-child {
  flex-grow: 1;
}
.p-afterservice__sec.sec4 .case h4 {
  padding-bottom: 10px;
}
.p-afterservice__sec.sec4 .case table td {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 .case table td {
    font-size: 17px;
  }
}
.p-afterservice__sec.sec4 .case table td:first-child {
  width: 110px;
}
.p-afterservice__sec.sec4 .case .image {
  width: 80%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-afterservice__sec.sec4 .case .image {
    width: 52.5%;
  }
}

.p-lease {
  padding-top: 65px;
}
.p-lease__mv {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .p-lease__mv {
    padding-top: 45px;
  }
}
.p-lease__mv p strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-lease__mv p strong {
    font-size: 24px;
  }
}
.p-lease__mv img {
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .p-lease__mv img {
    margin: 30px 0 42px;
  }
}
.p-lease__sec.sec1 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec1 {
    padding-bottom: 130px;
  }
}
.p-lease__sec.sec1 h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec1 h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.p-lease__sec.sec1 .image {
  margin-bottom: 30px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-lease__sec.sec1 .image {
    margin-bottom: 50px;
  }
}
.p-lease__sec.sec1 .image img {
  width: 250%;
  max-width: none;
}
@media (min-width: 768px) {
  .p-lease__sec.sec1 .image img {
    width: auto;
    max-width: 100%;
  }
}
.p-lease__sec.sec1 h4 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec1 h4 {
    margin-bottom: 15px;
  }
}
.p-lease__sec.sec2 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec2 {
    padding-bottom: 224px;
  }
}
.p-lease__sec.sec2 h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec2 h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
.p-lease__sec.sec2 .note {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .p-lease__sec.sec2 .note {
    font-size: 15px;
  }
}

.p-certification {
  padding-top: 65px;
}
.p-certification__mv {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .p-certification__mv {
    padding: 50px 0;
  }
}
.p-certification__mv p strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-certification__mv p strong {
    font-size: 24px;
  }
}
.p-certification__sec {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-certification__sec {
    padding-bottom: 70px;
  }
}
.p-certification__sec h2 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-certification__sec h2 {
    padding-bottom: 35px;
  }
}
.p-certification__sec .image {
  margin-bottom: 30px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-certification__sec .image {
    margin-bottom: 50px;
  }
}
.p-certification__sec .image img {
  width: 250%;
  max-width: none;
}
@media (min-width: 768px) {
  .p-certification__sec .image img {
    width: auto;
    max-width: 100%;
  }
}
.p-certification__sec.sec2 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-certification__sec.sec2 {
    padding-bottom: 175px;
  }
}
.p-certification__sec.sec2 table td {
  padding: 15px 20px;
}
.p-certification__sec.sec2 table td p {
  text-indent: -1em;
  padding-left: 1em;
}
.p-certification__sec.sec2 table td p small {
  text-indent: 0em;
}

.p-faq {
  padding-top: 65px;
}
.p-faq h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-faq h1 {
    padding-bottom: 60px;
  }
}
.p-faq__sec {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-faq__sec {
    padding-bottom: 190px;
  }
}
.p-faq__sec .tab_outer {
  padding-bottom: 10px;
  overflow-x: auto;
}
.p-faq__sec .faq_tab {
  display: flex;
  gap: 35px;
  width: max-content;
}
@media (min-width: 768px) {
  .p-faq__sec .faq_tab {
    width: 100%;
  }
}
.p-faq__sec .faq_tab li {
  cursor: pointer;
  width: calc((100% - 105px) / 4);
  height: auto;
  border: 1px solid #1e52a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e52a6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0 0 20px;
  min-height: 60px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .p-faq__sec .faq_tab li {
    font-size: 20px;
  }
}
.p-faq__sec .faq_tab li.active {
  background-color: #1e52a6;
  color: #fff;
}
.p-faq__sec .tab_content {
  display: none;
}
.p-faq__sec .tab_content.active {
  display: block;
}
.p-faq__sec .tab_content h4 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1e52a6;
}
@media (min-width: 768px) {
  .p-faq__sec .tab_content h4 {
    margin-bottom: 35px;
    font-size: 22px;
  }
}
.p-faq__sec .tab_content h4::after {
  content: "";
  flex-grow: 1;
  background-color: #1e52a6;
  height: 2px;
}
.p-faq__sec .tab_content dl {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-faq__sec .tab_content dl {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.p-faq__sec .tab_content dl dt {
  background-color: #f2f2f2;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
}
.p-faq__sec .tab_content dl dt::before {
  content: "Q.";
  color: #1e52a6;
  padding-right: 10px;
}
.p-faq__sec .tab_content dl dd {
  padding: 15px 30px 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-faq__sec .tab_content dl dd {
    padding: 15px 30px 0 70px;
  }
}
.p-faq__sec .tab_content dl dd::before {
  content: "A.";
  color: #1e52a6;
  padding-right: 10px;
}

.p-flow {
  padding-top: 65px;
}
.p-flow h1 {
  padding-bottom: 0;
}
.p-flow__mv {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-flow__mv {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
.p-flow__mv p strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-flow__mv p strong {
    font-size: 24px;
  }
}
.p-flow__sec {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-flow__sec {
    padding-left: 20px;
    padding-bottom: 180px;
  }
}
.p-flow__sec li {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__sec li {
    gap: 15px;
    margin-bottom: 45px;
  }
}
.p-flow__sec li:nth-child(1)::before {
  content: none;
}
.p-flow__sec li::before {
  content: "";
  height: 150px;
  width: 2px;
  background-color: #1e52a6;
  position: absolute;
  left: 40px;
  bottom: 100px;
}
@media (min-width: 768px) {
  .p-flow__sec li::before {
    left: 50px;
  }
}
.p-flow__sec li p {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.p-flow__sec li p img {
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .p-flow__sec li p img {
    width: 100px;
    height: 100px;
  }
}
.p-flow__sec li dl {
  flex-grow: 1;
  padding: 15px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .p-flow__sec li dl {
    padding: 15px 28px;
  }
}
.p-flow__sec li dl dt {
  color: #1e52a6;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-flow__sec li dl dt {
    font-size: 24px;
  }
}

.p-renewal {
  padding-top: 65px;
}
.p-renewal h1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-renewal h1 {
    padding-bottom: 65px;
  }
}
.p-renewal__sec.sec1 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-renewal__sec.sec1 {
    padding-bottom: 125px;
  }
}
.p-renewal__sec.sec1 p {
  padding-bottom: 20px;
}
.p-renewal__sec.sec1 h4 {
  padding-bottom: 20px;
}
.p-renewal__sec.sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-renewal__sec.sec2 {
    padding-bottom: 185px;
  }
}
.p-renewal__sec.sec2 h4 {
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-renewal__sec.sec2 h4 {
    font-size: 24px;
    padding-bottom: 48px;
  }
}

.p-management {
  padding-top: 65px;
}
.p-management h1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-management h1 {
    padding-bottom: 65px;
  }
}
.p-management__sec.sec1 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 h2 {
    line-height: 1.6;
    font-size: 52px;
  }
}
.p-management__sec.sec1 h2 span {
  color: #1e52a6;
}
.p-management__sec.sec1 h4 {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 h4 {
    padding-bottom: 15px;
  }
}
.p-management__sec.sec1 > p {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 > p {
    padding-bottom: 60px;
  }
}
.p-management__sec.sec1 .about {
  background-color: #1e52a6;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 40px;
}
.p-management__sec.sec1 .about__content {
  background: url(../img/management_about_bg.jpg) 50% 50%/cover no-repeat;
  border: 4px solid #fff;
  border-radius: 4.6511627907vw;
  padding: 9.3023255814vw 6.976744186vw 13.9534883721vw;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__content {
    border-radius: 20px;
    padding: 70px 70px 0;
  }
}
.p-management__sec.sec1 .about__ttl {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__ttl {
    display: block;
  }
}
.p-management__sec.sec1 .about__ttl > div {
  display: flex;
  gap: 8.3720930233vw;
  padding-bottom: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__ttl > div {
    flex-direction: row;
    gap: 60px;
    padding-bottom: 60px;
  }
}
.p-management__sec.sec1 .about__ttl > div div h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__ttl > div div h2 {
    line-height: 1.5;
    margin-top: -0.3em;
    font-size: 80px;
  }
}
.p-management__sec.sec1 .about__ttl > div div p {
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__ttl > div div p {
    font-size: 20px;
  }
}
.p-management__sec.sec1 .about__ttl > div div p:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.p-management__sec.sec1 .about__ttl > div p {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-management__sec.sec1 .about__ttl > div p {
    font-size: 17px;
  }
}
.p-management__sec.sec2 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 {
    padding: 60px 0;
  }
}
.p-management__sec.sec2 h2 {
  padding-bottom: 35px;
}
.p-management__sec.sec2 .contract__ttl {
  margin-bottom: 30px;
  background-color: #1e52a6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 0;
  border-radius: 12px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__ttl {
    min-width: 420px;
    height: 80px;
    font-size: 24px;
  }
}
.p-management__sec.sec2 .contract__content {
  border-left: 3px solid #1e52a6;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content {
    border-left: 6px solid #1e52a6;
    padding-left: 24px;
    margin-bottom: 40px;
  }
}
.p-management__sec.sec2 .contract__content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1e52a6;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content h4 {
    padding-bottom: 10px;
    font-size: 36px;
  }
}
.p-management__sec.sec2 .contract__content dl {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content dl {
    padding-bottom: 40px;
  }
}
.p-management__sec.sec2 .contract__content dl dt {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content dl dt {
    padding-bottom: 10px;
    font-size: 28px;
  }
}
.p-management__sec.sec2 .contract__content > div {
  overflow-x: auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content > div {
    padding-bottom: 0;
    display: flex;
  }
}
.p-management__sec.sec2 .contract__content > div img {
  width: 250%;
  max-width: none;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract__content > div img {
    max-width: 100%;
    width: 890px;
    margin: 0 auto;
  }
}
.p-management__sec.sec2 .contract hr {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .p-management__sec.sec2 .contract hr {
    margin: 50px 0;
  }
}
.p-management__sec.sec3 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 {
    padding-bottom: 270px;
  }
}
.p-management__sec.sec3 > img {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 > img {
    margin-bottom: 100px;
    width: calc(100% + 80px);
    margin-left: -40px;
    max-width: none;
  }
}
.p-management__sec.sec3 .sec3__content {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .sec3__content {
    flex-direction: row;
  }
}
.p-management__sec.sec3 .sec3__content .is-left {
  margin-top: -0.6em;
  flex-shrink: 0;
  width: 250px;
}
.p-management__sec.sec3 .sec3__content .is-right dl {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .sec3__content .is-right dl {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.p-management__sec.sec3 .sec3__content .is-right dl dt {
  background-color: #f2f2f2;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
}
.p-management__sec.sec3 .sec3__content .is-right dl dt::before {
  content: "Q.";
  color: #1e52a6;
  padding-right: 10px;
}
.p-management__sec.sec3 .sec3__content .is-right dl dd {
  padding: 15px 30px 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .sec3__content .is-right dl dd {
    padding: 15px 30px 0 70px;
  }
}
.p-management__sec.sec3 .sec3__content .is-right dl dd::before {
  content: "A.";
  color: #1e52a6;
  padding-right: 10px;
}
.p-management__sec.sec3 .flow {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding-top: 60px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .flow {
    gap: 15px;
    margin-bottom: 100px;
  }
}
.p-management__sec.sec3 .flow > div {
  width: 100%;
  background-color: #e0eaf9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 10px 20px;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .flow > div {
    width: calc((100% - 90px) / 5);
    padding: 0 14px 20px;
  }
}
.p-management__sec.sec3 .flow > div img {
  margin-top: -60px;
}
.p-management__sec.sec3 .flow > div dt {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-management__sec.sec3 .flow > div dt {
    font-size: 20px;
  }
}

.p-vision {
  padding-top: 65px;
  color: #000;
}
.p-vision h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-vision h1 {
    padding-bottom: 40px;
  }
}
.p-vision__mv {
  padding-bottom: 30px;
}
.p-vision__mv img {
  margin-bottom: 15px;
}
.p-vision__mv h2 {
  line-height: 1.3;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-vision__mv h2 {
    font-size: 50px;
  }
}
.p-vision__sec.sec1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec1 {
    padding-bottom: 70px;
  }
}
.p-vision__sec.sec1 .image {
  margin-bottom: 15px;
}
.p-vision__sec.sec1 h2 {
  color: #1e52a6;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec1 h2 {
    font-size: 86px;
  }
}
.p-vision__sec.sec1 dl {
  margin-bottom: 15px;
}
.p-vision__sec.sec1 dl dt {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec1 dl dt {
    font-size: 40px;
  }
}
.p-vision__sec.sec1 dl dd {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-vision__sec.sec1 dl dd {
    font-size: 26px;
  }
}
.p-vision__sec.sec2 {
  background-color: #f2f2f2;
  padding: 40px 20px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec2 {
    padding: 40px 20px 60px;
    margin-bottom: 200px;
  }
}
.p-vision__sec.sec2 h2 {
  color: #1e52a6;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec2 h2 {
    font-size: 60px;
  }
}
.p-vision__sec.sec2 p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-vision__sec.sec2 p {
    font-size: 35px;
  }
}

.p-overseas {
  padding-top: 65px;
}
.p-overseas h1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-overseas h1 {
    padding-bottom: 85px;
  }
}
.p-overseas__mv {
  padding-bottom: 30px;
}
.p-overseas__mv img {
  margin-bottom: 15px;
}
.p-overseas__mv h2 {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-overseas__mv h2 {
    font-size: 50px;
  }
}
.p-overseas__sec.sec1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 {
    padding-bottom: 70px;
  }
}
.p-overseas__sec.sec1 .image {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 .image {
    margin-bottom: 100px;
  }
}
.p-overseas__sec.sec1 h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
}
.p-overseas__sec.sec1 h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-overseas__sec.sec1 .sec1__content {
  display: flex;
  gap: 20px;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 .sec1__content {
    flex-direction: row;
  }
}
.p-overseas__sec.sec1 .sec1__content p {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 .sec1__content p {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.p-overseas__sec.sec1 .sec1__content table th {
  font-weight: 700;
  width: 85px;
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 .sec1__content table th {
    padding-bottom: 24px;
  }
}
.p-overseas__sec.sec1 .sec1__content table td {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-overseas__sec.sec1 .sec1__content table td {
    padding-bottom: 24px;
  }
}

.p-mobility {
  padding-top: 65px;
}
.p-mobility h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-mobility h1 {
    padding-bottom: 48px;
  }
}
.p-mobility__mv {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .p-mobility__mv {
    display: flex;
    justify-content: flex-end;
  }
}
.p-mobility__mv img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .p-mobility__mv img {
    margin-bottom: 0;
    margin-top: -90px;
    width: 72%;
  }
}
.p-mobility__mv::after {
  content: none;
}
@media (min-width: 769px) {
  .p-mobility__mv::after {
    content: "";
    top: 0;
  }
}
@media (min-width: 769px) {
  .p-mobility__mv div {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
.p-mobility__mv h2 {
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-mobility__mv h2 {
    font-size: 36px;
  }
}
.p-mobility__sec.movie {
  position: relative;
  background-color: #f2f2f2;
}
.p-mobility__sec.movie > * {
  position: relative;
  z-index: 1;
}
.p-mobility__sec.movie::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-mobility__sec.movie .fixed_movie {
  position: relative;
  height: 500px;
  overflow-x: visible;
  overflow-y: clip;
}
.p-mobility__sec.movie .fixed_movie div {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1e52a6;
  opacity: 0.6;
  z-index: 2;
}
.p-mobility__sec.movie .fixed_movie video {
  position: absolute;
  width: 230vw;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mobility__sec.movie .fixed_movie video {
    width: 100vw;
  }
}
.p-mobility__sec.movie .movie__content {
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .p-mobility__sec.movie .movie__content {
    padding: 65px 20px;
  }
}
.p-mobility__sec.movie .movie__content h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-mobility__sec.movie .movie__content h2 {
    margin-bottom: 45px;
    font-size: 58px;
  }
}
.p-mobility__sec.movie .movie__content p {
  color: #333;
}
.p-mobility__sec.links {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .p-mobility__sec.links {
    padding: 70px 20px 100px;
  }
}
.p-mobility__sec.links h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .p-mobility__sec.links h2 {
    padding-bottom: 35px;
    font-size: 36px;
  }
}
.p-mobility__sec.links h2:not(:first-child) {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .p-mobility__sec.links h2:not(:first-child) {
    padding-top: 90px;
  }
}
.p-mobility__sec.links ul {
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-mobility__sec.links ul {
    gap: 24px;
    padding-bottom: 35px;
  }
}
.p-mobility__sec.links ul li {
  background-color: #1e52a6;
  width: 100%;
  height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-mobility__sec.links ul li {
    font-size: 24px;
    height: 80px;
    width: 208px;
  }
}
.p-mobility__sec.links .links__items {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.p-mobility__sec.links .links__items a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-mobility__sec.links .links__items a {
    width: calc((100% - 90px) / 3);
  }
}
.p-mobility__sec.links .links__items a .image {
  width: 100%;
}
.p-mobility__sec.links .links__items a dl {
  margin-top: -80px;
}
.p-mobility__sec.links .links__items a dl dd {
  display: flex;
  justify-content: center;
}
.p-mobility__sec.links .links__items a dl dd img {
  height: 175px;
}
.p-mobility__sec.links .links__items a dl dt {
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-mobility__sec.links .links__items a dl dt {
    font-size: 20px;
  }
}
.p-mobility__sec.sec1 {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-mobility__sec.sec1 {
    padding: 60px 0;
  }
}
.p-mobility__sec.sec1 h2, .p-mobility__sec.sec1 dt, .p-mobility__sec.sec1 dd {
  color: #fff;
}
.p-mobility__sec.sec1 > * {
  position: relative;
  z-index: 1;
}
.p-mobility__sec.sec1::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1e52a6;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-mobility__sec.sec1 .sec1__content {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media (min-width: 560px) {
  .p-mobility__sec.sec1 .sec1__content {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .p-mobility__sec.sec1 .sec1__content {
    align-items: center;
  }
}
.p-mobility__sec.sec1 .sec1__content > div {
  width: 100%;
}
@media (min-width: 769px) {
  .p-mobility__sec.sec1 .sec1__content > div {
    width: calc(42% - 45px);
  }
}
.p-mobility__sec.sec1 .sec1__content .l-mobility__links {
  padding-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mobility__sec.sec1 .sec1__content .l-mobility__links {
    padding-top: 68px;
  }
}
.p-mobility__sec.sec1 .sec1__content .l-mobility__links a {
  width: 100%;
}
@media (min-width: 768px) {
  .p-mobility__sec.sec1 .sec1__content .l-mobility__links a {
    width: 100%;
  }
}
.p-mobility__sec.sec2 {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-mobility__sec.sec2 {
    padding-bottom: 200px;
  }
}
.p-mobility__sec.sec2 .sec2__ttl {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  gap: 40px;
  flex-direction: column-reverse;
}
@media (min-width: 560px) {
  .p-mobility__sec.sec2 .sec2__ttl {
    flex-direction: row;
  }
}
@media (min-width: 560px) {
  .p-mobility__sec.sec2 .sec2__ttl .sec__kv {
    max-width: 533px;
    margin-top: -80px;
  }
}
.p-mobility__sec.sec3 {
  position: relative;
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .p-mobility__sec.sec3 {
    padding: 40px 0 110px;
  }
}
.p-mobility__sec.sec3 h2, .p-mobility__sec.sec3 dt, .p-mobility__sec.sec3 dd {
  color: #fff;
}
.p-mobility__sec.sec3 > * {
  position: relative;
  z-index: 1;
}
.p-mobility__sec.sec3::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1e52a6;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-mobility__sec.sec3 .sec3__ttl {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
  position: relative;
  gap: 40px;
  flex-direction: column-reverse;
}
@media (min-width: 560px) {
  .p-mobility__sec.sec3 .sec3__ttl {
    padding: 40px 0;
    flex-direction: row-reverse;
  }
}
@media (min-width: 560px) {
  .p-mobility__sec.sec3 .sec3__ttl .sec__kv {
    max-width: 402px;
    margin-top: -170px;
  }
}
.p-mobility__sec.sec3 .l-mobility__links {
  margin: 0 0 0 auto;
}
.p-mobility__sec .sec__kv {
  width: 100%;
}
@media (min-width: 560px) {
  .p-mobility__sec .sec__kv {
    width: 46%;
  }
}
@media (min-width: 769px) {
  .p-mobility__sec .sec__kv {
    width: 58%;
  }
}

.p-solar {
  padding-top: 65px;
}
.p-solar h1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-solar h1 {
    padding-bottom: 70px;
  }
}
.p-solar > h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-solar > h2 {
    margin-bottom: 45px;
  }
}
.p-solar__mv img {
  margin-bottom: 15px;
}
.p-solar__sec h2 {
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-solar__sec p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-solar__sec p {
    margin-bottom: 40px;
  }
}
.p-solar__sec .images {
  display: flex;
  flex-wrap: wrap;
}
.p-solar__sec.sec1 {
  padding-bottom: 35px;
}
.p-solar__sec.sec1 .images {
  gap: 20px;
}
@media (min-width: 768px) {
  .p-solar__sec.sec1 .images {
    gap: 40px;
  }
}
.p-solar__sec.sec1 .images img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-solar__sec.sec1 .images img {
    width: calc((100% - 40px) / 2);
  }
}
.p-solar__sec.sec2 {
  padding-top: 35px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .p-solar__sec.sec2 {
    padding-bottom: 115px;
  }
}
.p-solar__sec.sec2 .table {
  overflow-x: auto;
}
.p-solar__sec.sec2 table {
  width: max-content;
}
@media (min-width: 768px) {
  .p-solar__sec.sec2 table {
    width: 100%;
  }
}
.p-solar__sec.sec2 table th, .p-solar__sec.sec2 table td {
  font-size: 15px;
  border: 1px solid #fff;
  background-color: #f9f9f9;
  vertical-align: middle;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .p-solar__sec.sec2 table th, .p-solar__sec.sec2 table td {
    padding: 10px 40px;
    font-size: 17px;
  }
}
.p-solar__sec.sec2 table tr > *:nth-child(1) {
  width: 210px;
  height: 80px;
}
.p-solar__sec.sec2 table tr th {
  background-color: #f2f2f2;
}
.p-solar__sec.sec2 table tr:nth-child(2) th {
  height: 110px;
  color: #fff;
  background-color: #1e52a6;
}
.p-solar__sec.sec2 table tr:nth-child(3) th {
  height: 110px;
  color: #fff;
  background-color: #b30b0b;
}
.p-solar__sec.sec3 {
  padding: 40px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .p-solar__sec.sec3 {
    padding: 70px 0 85px;
  }
}
.p-solar__sec.sec3 > * {
  position: relative;
  z-index: 1;
}
.p-solar__sec.sec3::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #e0eaf9;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-solar__sec.sec3 h3 {
  margin-bottom: 15px;
}
.p-solar__sec.sec3 p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-solar__sec.sec3 p {
    margin-bottom: 48px;
  }
}
.p-solar__sec.sec3 .images {
  gap: 30px;
}
@media (min-width: 768px) {
  .p-solar__sec.sec3 .images {
    gap: 48px;
  }
}
.p-solar__sec.sec3 .images img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-solar__sec.sec3 .images img {
    width: calc((100% - 96px) / 3);
  }
}
.p-solar__sec.sec4 {
  padding: 40px 0 100px;
  position: relative;
}
@media (min-width: 768px) {
  .p-solar__sec.sec4 {
    padding: 70px 0 200px;
  }
}
.p-solar__sec.sec4 h3 {
  margin-bottom: 15px;
}

.p-subscription {
  padding-top: 65px;
}
.p-subscription h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-subscription h1 {
    padding-bottom: 30px;
  }
}
.p-subscription__mv {
  padding-top: 0;
  margin-bottom: 30px;
}
.p-subscription__mv::after {
  height: 97px;
  position: relative;
  display: block;
  top: 0;
}
.p-subscription__sec.sec1 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec1 {
    padding-bottom: 80px;
  }
}
.p-subscription__sec.sec1 h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #000;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec1 h2 {
    font-size: 50px;
  }
}
.p-subscription__sec.sec1 h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec1 h3 {
    font-size: 32px;
  }
}
.p-subscription__sec.sec1 p {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec1 p {
    margin-bottom: 90px;
  }
}
.p-subscription__sec.sec1 .l-image {
  background-color: #1e52a6;
  padding: 35px 20px 25px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec1 .l-image {
    justify-content: center;
  }
}
.p-subscription__sec.sec1 .l-image img {
  max-width: 1020px;
}
.p-subscription__sec.sec2 {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 {
    padding: 95px 0;
  }
}
.p-subscription__sec.sec2 > * {
  position: relative;
  z-index: 1;
}
.p-subscription__sec.sec2::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1e52a6;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-subscription__sec.sec2 > h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 > h2 {
    font-size: 52px;
  }
}
.p-subscription__sec.sec2 > h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 > h3 {
    margin-bottom: 55px;
    font-size: 36px;
  }
}
.p-subscription__sec.sec2 .sec2__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__cards {
    gap: 35px;
    margin-bottom: 50px;
  }
}
.p-subscription__sec.sec2 .sec2__cards div {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__cards div {
    width: calc((100% - 35px) / 2);
  }
}
.p-subscription__sec.sec2 .sec2__cards div p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #1e52a6;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__cards div p {
    font-size: 32px;
  }
}
.p-subscription__sec.sec2 .sec2__content {
  background-color: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content {
    padding: 40px 40px 70px;
  }
}
.p-subscription__sec.sec2 .sec2__content .l-image {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content .l-image {
    justify-content: center;
    margin-bottom: 60px;
  }
}
.p-subscription__sec.sec2 .sec2__content .l-image img {
  max-width: 910px;
}
.p-subscription__sec.sec2 .sec2__content > div:not(.l-image) {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content > div:not(.l-image) {
    padding-bottom: 90px;
  }
}
.p-subscription__sec.sec2 .sec2__content > div:not(.l-image):last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content > div:not(.l-image):last-child {
    padding: 0 30px;
  }
}
.p-subscription__sec.sec2 .sec2__content > div .l-image img {
  max-width: none;
}
.p-subscription__sec.sec2 .sec2__content h3 {
  margin-bottom: 28px;
  line-height: 1.2;
  color: #000;
}
.p-subscription__sec.sec2 .sec2__content .l-image_detail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content .l-image_detail {
    margin-bottom: 30px;
  }
}
.p-subscription__sec.sec2 .sec2__content .l-image_detail .detail dt {
  color: #1e52a6;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content .l-image_detail .detail dt {
    font-size: 24px;
  }
}
.p-subscription__sec.sec2 .sec2__content .o-pill {
  font-size: 15px;
  width: 130px;
  min-height: 55px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content .o-pill {
    font-size: 17px;
  }
}
.p-subscription__sec.sec2 .sec2__content .o-pill + dd {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .sec2__content .o-pill + dd {
    margin-bottom: 48px;
  }
}
.p-subscription__sec.sec2 .sec2__content dl:last-child dd {
  margin-bottom: 0;
}
.p-subscription__sec.sec2 .orange {
  color: #fa8033 !important;
  font-weight: 700;
}
.p-subscription__sec.sec2 .image-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.p-subscription__sec.sec2 .image-table .image {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .image-table .image {
    width: 245px;
  }
}
.p-subscription__sec.sec2 .image-table > div:not(.image) {
  width: 100%;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .image-table > div:not(.image) {
    width: calc(100% - 30px - 245px);
  }
}
.p-subscription__sec.sec2 .image-table > div:not(.image) .note {
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .image-table > div:not(.image) .note {
    font-size: 15px;
  }
}
.p-subscription__sec.sec2 .image-table table {
  width: 100%;
}
.p-subscription__sec.sec2 .image-table table tr td {
  border-bottom: 1px solid #707070;
  color: #000;
  padding: 15px 10px 15px 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .image-table table tr td {
    padding: 15px 30px 15px 0;
  }
}
.p-subscription__sec.sec2 .image-table table tr td:first-child {
  font-weight: 700;
  font-size: 16px;
  width: 42%;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .image-table table tr td:first-child {
    width: auto;
    font-size: 20px;
  }
}
.p-subscription__sec.sec2 .image-table table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-subscription__sec.sec2 .table {
  overflow: auto;
}
.p-subscription__sec.sec2 .table table {
  width: 250%;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .table table {
    width: 100%;
  }
}
.p-subscription__sec.sec2 .table table th {
  color: #1e52a6;
  background-color: #e0eaf9;
  font-size: 15px;
  height: 50px;
  border: 1px solid #fff;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .table table th {
    font-size: 17px;
  }
}
.p-subscription__sec.sec2 .table table td {
  background-color: #f3f6fb;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec2 .table table td {
    font-size: 17px;
  }
}
.p-subscription__sec.sec2 .table table tr:not(:first-child) th {
  background-color: #f3f6fb;
}
.p-subscription__sec.sec2 .table table tr th {
  width: 20%;
}
.p-subscription__sec.sec2 .table table tr th:nth-child(4) {
  width: 40%;
}
.p-subscription__sec.sec3 {
  padding-bottom: 100px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec3 {
    padding-top: 70px;
    padding-bottom: 200px;
  }
}
.p-subscription__sec.sec3 h2 {
  margin-bottom: 35px;
}
.p-subscription__sec.sec3 dl {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec3 dl {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.p-subscription__sec.sec3 dl dt {
  background-color: #f2f2f2;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
}
.p-subscription__sec.sec3 dl dt::before {
  content: "Q.";
  color: #1e52a6;
  padding-right: 10px;
}
.p-subscription__sec.sec3 dl dd {
  padding: 15px 30px 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-subscription__sec.sec3 dl dd {
    padding: 15px 30px 0 70px;
  }
}
.p-subscription__sec.sec3 dl dd::before {
  content: "A.";
  color: #1e52a6;
  padding-right: 10px;
}

.p-movie {
  padding-top: 65px;
}
.p-movie h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-movie h1 {
    padding-bottom: 58px;
  }
}
.p-movie__mv {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-movie__mv {
    margin-bottom: 36px;
  }
}
.p-movie__sec {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-movie__sec {
    padding-bottom: 200px;
  }
}
.p-movie__sec h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-movie__sec h2 {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

.p-elevator {
  padding-top: 65px;
}
.p-elevator__mv {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-elevator__mv {
    margin-bottom: 110px;
  }
}
.p-elevator__sec {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-elevator__sec {
    margin-bottom: 110px;
  }
}
.p-elevator__sec h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-elevator__sec h2 {
    margin-bottom: 15px;
  }
}
.p-elevator__sec.sec2 .l-parking_tab {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-elevator__sec.sec2 .l-parking_tab {
    padding-top: 80px;
  }
}
.p-elevator__sec.sec3 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .p-elevator__sec.sec3 {
    margin-bottom: 200px;
  }
}
.p-elevator__sec.sec3 h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-elevator__sec.sec3 h2 {
    margin-bottom: 20px;
  }
}

.p-parking {
  padding-top: 65px;
}
.p-parking h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-parking h1 {
    padding-bottom: 50px;
  }
}
.p-parking__mv {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-parking__mv {
    margin-bottom: 115px;
  }
}
.p-parking__sec {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .p-parking__sec {
    margin-bottom: 200px;
  }
}

.p-search {
  padding-top: 65px;
}
.p-search h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-search h1 {
    padding-bottom: 50px;
  }
}
.p-search__mv {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-search__mv {
    margin-bottom: 170px;
  }
}
.p-search__mv > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 40px;
}
.p-search__mv > div h1 {
  padding-bottom: 0;
}
.p-search__mv > div .form {
  width: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .p-search__mv > div .form {
    width: 60%;
  }
}
.p-search__mv > div .form form {
  width: 100%;
}
.p-search__mv > div .form input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 20px;
  background-color: transparent;
  width: 100%;
}
@media (min-width: 768px) {
  .p-search__mv > div .form input {
    font-size: 17px;
  }
}
.p-search__mv > div .form button {
  appearance: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 22px;
  padding: 0;
}
.p-search__sec {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .p-search__sec {
    margin-bottom: 200px;
  }
}

.p-download {
  padding-top: 65px;
}
.p-download h1 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-download h1 {
    padding-bottom: 58px;
  }
}
.p-download__mv {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-download__mv {
    margin-bottom: 36px;
  }
}
.p-download__sec {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-download__sec {
    padding-bottom: 200px;
  }
}
.p-download__sec .l-tabs {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs {
    margin-bottom: 70px;
  }
}
.p-download__sec .l-tabs__content[data-tab=tab2] .l-catalog__table {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs__content[data-tab=tab2] .l-catalog__table {
    padding-top: 60px;
  }
}
.p-download__sec .l-tabs__content[data-tab=tab2] .l-catalog__table p {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs__content[data-tab=tab2] .l-catalog__table p {
    margin-bottom: 95px;
  }
}
.p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table {
    padding-top: 60px;
  }
}
.p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table p {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table p {
    margin-bottom: 95px;
  }
}
.p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table .table {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-download__sec .l-tabs__content[data-tab=tab3] .l-catalog__table .table {
    margin-bottom: 95px;
  }
}
.p-download__sec .l-catalog__cards:last-child {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .p-download__sec .l-catalog__cards:last-child {
    margin-top: 280px;
  }
}
.p-download__sec .l-catalog__cards h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-download__sec .l-catalog__cards h2 {
    margin-bottom: 45px;
  }
}

.p-catalog {
  padding-top: 65px;
}
.p-catalog h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-catalog h1 {
    padding-bottom: 45px;
  }
}
.p-catalog__sec {
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  .p-catalog__sec {
    padding-bottom: 400px;
  }
}
.p-catalog__sec .l-catalog__cards h3 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-catalog__sec .l-catalog__cards h3 {
    padding-bottom: 80px;
  }
}

.p-tokyo_ev {
  padding-top: 65px;
}
.p-tokyo_ev h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-tokyo_ev h1 {
    padding-bottom: 30px;
  }
}
.p-tokyo_ev__mv {
  padding-top: 0;
  margin-bottom: 30px;
}
.p-tokyo_ev__mv::after {
  height: 97px;
  position: relative;
  display: block;
  top: 0;
}
.p-tokyo_ev__sec.sec0 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec0 {
    padding-bottom: 70px;
  }
}
.p-tokyo_ev__sec.sec0 p {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec0 p {
    font-size: 22px;
  }
}
.p-tokyo_ev__sec.sec1 {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec1 {
    padding-top: 50px;
    padding-bottom: 85px;
  }
}
.p-tokyo_ev__sec.sec1 > * {
  position: relative;
  z-index: 1;
}
.p-tokyo_ev__sec.sec1::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-tokyo_ev__sec.sec1 h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec1 h3 {
    margin-bottom: 30px;
  }
}
.p-tokyo_ev__sec.sec1 .sec1__content {
  overflow-x: auto;
  padding-bottom: 10px;
}
.p-tokyo_ev__sec.sec1 .sec1__content div {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 230%;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec1 .sec1__content div {
    gap: 50px;
    width: 100%;
  }
}
.p-tokyo_ev__sec.sec1 .sec1__content div img {
  width: 42.66%;
}
.p-tokyo_ev__sec.sec1 .sec1__content div img:nth-child(2) {
  width: calc(57.34% - 30px);
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec1 .sec1__content div img:nth-child(2) {
    width: calc(57.34% - 50px);
  }
}
.p-tokyo_ev__sec.sec2 {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 {
    padding: 50px 0 40px;
  }
}
.p-tokyo_ev__sec.sec2 > p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 > p {
    margin-bottom: 25px;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content {
  overflow-x: auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content {
    padding-bottom: 15px;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content table {
  width: 250%;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content table {
    width: 100%;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content table th {
  background-color: #1e52a6;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: middle;
  width: 180px;
  min-height: 85px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content table th {
    width: 220px;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content table th.mod {
  vertical-align: top;
}
.p-tokyo_ev__sec.sec2 .sec2__content table td {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 15px;
}
.p-tokyo_ev__sec.sec2 .sec2__content table td p {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content table td p {
    padding-bottom: 15px;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content table td p:last-child:not(:first-child) {
  padding-bottom: 0;
}
.p-tokyo_ev__sec.sec2 .sec2__content table td dl dt {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content table td dl dt {
    font-size: 20px;
  }
}
.p-tokyo_ev__sec.sec2 .sec2__content table td dl dd {
  font-weight: 500;
  font-size: 15px;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec2 .sec2__content table td dl dd {
    font-size: 17px;
  }
}
.p-tokyo_ev__sec.sec3 {
  padding: 30px 0 60px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec3 {
    padding: 40px 0 80px;
  }
}
.p-tokyo_ev__sec.sec3 > p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec3 > p {
    margin-bottom: 25px;
  }
}
.p-tokyo_ev__sec.sec3 .sec3__content .table__notes {
  margin-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec3 .sec3__content .table__notes {
    margin-top: -60px;
    padding-bottom: 50px;
  }
}
.p-tokyo_ev__sec.sec3 .sec3__content .table__notes .red {
  color: #ce2901;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec3 .sec3__content .table__notes .red {
    font-size: 22px;
  }
}
.p-tokyo_ev__sec.sec3 .sec3__content .table .l-image {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec3 .sec3__content .table .l-image {
    padding-bottom: 0;
  }
}
.p-tokyo_ev__sec.sec4 {
  position: relative;
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 {
    padding: 50px 0 70px;
  }
}
.p-tokyo_ev__sec.sec4 > * {
  position: relative;
  z-index: 1;
}
.p-tokyo_ev__sec.sec4::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-tokyo_ev__sec.sec4 .sec4__content .l-image {
  position: relative;
  padding-top: 77px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .l-image {
    padding-bottom: 40px;
    margin-top: -50px;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content .l-image img {
  width: 220%;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .l-image img {
    width: 100%;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content .l-image .o-pill {
  position: absolute;
  top: 0;
  left: 152.68%;
  font-size: 15px;
  font-weight: 500;
  width: 155px;
  min-height: 55px;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .l-image .o-pill {
    left: 69.4%;
    font-size: 17px;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content .image {
  background-color: #fff;
}
.p-tokyo_ev__sec.sec4 .sec4__content .image:nth-child(2) {
  margin-bottom: 30px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .image:nth-child(2) {
    margin-bottom: 50px;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content .image:nth-child(2) img {
  width: 220%;
  max-width: none;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .image:nth-child(2) img {
    width: 100%;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content .image:last-child {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content .image:last-child {
    padding: 30px;
    width: fit-content;
  }
}
.p-tokyo_ev__sec.sec4 .sec4__content h4 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec4 .sec4__content h4 {
    margin-bottom: 30px;
  }
}
.p-tokyo_ev__sec.sec6 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec6 {
    padding-top: 85px;
    padding-bottom: 200px;
  }
}
.p-tokyo_ev__sec.sec6 h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec6 h3 {
    margin-bottom: 30px;
  }
}
.p-tokyo_ev__sec.sec6 .image {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-tokyo_ev__sec.sec6 .image {
    margin-top: 60px;
  }
}
.p-tokyo_ev__sec.sec6 .image:first-child {
  margin-top: 0;
}
.p-tokyo_ev .note {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-tokyo_ev .note {
    font-size: 15px;
  }
}

.p-products {
  padding-top: 65px;
}
.p-products h1 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-products h1 {
    padding-bottom: 30px;
  }
}
.p-products__mv {
  padding-top: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-products__mv {
    margin-bottom: 120px;
  }
}
.p-products__mv h2 {
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-products__mv h2 {
    font-size: 52px;
  }
}
.p-products__mv h2 .blue {
  color: #1e52a6;
}
.p-products__mv::after {
  top: 0;
}
.p-products__mv::before {
  content: "";
  width: 2px;
  height: 100px;
  background-color: #1e52a6;
  left: 35px;
  bottom: -40px;
  position: absolute;
}
@media (min-width: 768px) {
  .p-products__mv::before {
    left: 65px;
    bottom: -80px;
    height: 240px;
  }
}
.p-products__sec.sec1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-products__sec.sec1 {
    padding-bottom: 100px;
  }
}
.p-products__sec.sec1 h2 {
  margin-bottom: 50px;
}
.p-products__sec.sec2 {
  position: relative;
  padding: 50px 0 80px;
  margin-bottom: 100;
}
@media (min-width: 768px) {
  .p-products__sec.sec2 {
    padding: 80px 0 150px;
    margin-bottom: 120px;
  }
}
.p-products__sec.sec2 h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-products__sec.sec2 h2 {
    font-size: 51px;
  }
}
.p-products__sec.sec2 p {
  color: #fff;
  text-align: center;
}
.p-products__sec.sec2 div {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-products__sec.sec2 div {
    margin-top: 65px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.p-products__sec.sec2 div a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-size: 120% auto;
  background-position: center;
  transition: background-size 0.6s;
  position: relative;
  height: 220px;
}
@media (min-width: 768px) {
  .p-products__sec.sec2 div a {
    height: 350px;
    width: 50%;
  }
}
.p-products__sec.sec2 div a:hover {
  background-size: 125% auto;
}
.p-products__sec.sec2 div a:first-child {
  background-image: url(../img/products_sec2_bg1.png);
}
.p-products__sec.sec2 div a:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 158, 203, 0.35);
  z-index: 1;
}
.p-products__sec.sec2 div a:nth-child(2) {
  background-image: url(../img/products_sec2_bg2.png);
}
.p-products__sec.sec2 div a > * {
  position: relative;
  z-index: 2;
}
.p-products__sec.sec2 div h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .p-products__sec.sec2 div h2 {
    font-size: 48px;
  }
}
.p-products__sec.sec2 > * {
  position: relative;
  z-index: 1;
}
.p-products__sec.sec2::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1e52a6;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.p-archive {
  padding-top: 65px;
}
.p-archive h1 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-archive h1 {
    padding-bottom: 85px;
  }
}
.p-archive__sec.sec1 {
  background-color: #e0eaf9;
  padding: 20px 15px 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 {
    margin-bottom: 35px;
    padding: 25px 30px 35px;
  }
}
.p-archive__sec.sec1 h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 h2 {
    margin-bottom: 30px;
  }
}
.p-archive__sec.sec1 .sec1__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content {
    flex-wrap: nowrap;
    gap: 35px;
  }
}
.p-archive__sec.sec1 .sec1__content div label {
  background-color: #fff;
  padding: 15px;
}
.p-archive__sec.sec1 .sec1__content div label p {
  display: flex;
  align-items: center;
  position: relative;
}
.p-archive__sec.sec1 .sec1__content div label p input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.p-archive__sec.sec1 .sec1__content div label p input:checked + span::after {
  display: block;
}
.p-archive__sec.sec1 .sec1__content div label p input:checked + span::before {
  background-color: #1e52a6;
}
.p-archive__sec.sec1 .sec1__content div label p span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div label p span {
    font-size: 20px;
  }
}
.p-archive__sec.sec1 .sec1__content div label p span::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  border: solid 1px #707070;
  vertical-align: middle;
}
.p-archive__sec.sec1 .sec1__content div label p span::after {
  position: absolute;
  display: none;
  content: "";
  width: 10px;
  height: 20px;
  border-right: solid 3px #FFFFFF;
  border-bottom: solid 3px #FFFFFF;
  transform: rotate(40deg);
  left: 8px;
  top: 2px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div label p span::after {
    top: 5px;
  }
}
.p-archive__sec.sec1 .sec1__content div label div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.p-archive__sec.sec1 .sec1__content div label div dl {
  width: calc((100% - 5px) / 2);
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div label div dl {
    width: calc((100% - 10px) / 3);
  }
}
.p-archive__sec.sec1 .sec1__content div label dl {
  display: flex;
  flex-direction: column;
}
.p-archive__sec.sec1 .sec1__content div label dl dt {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.p-archive__sec.sec1 .sec1__content div label dl dd {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 2.6em;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div label dl dd {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div label dl dd.mod {
    font-size: 15px;
  }
}
.p-archive__sec.sec1 .sec1__content div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div:first-child {
    gap: 35px;
    width: 320px;
  }
}
.p-archive__sec.sec1 .sec1__content div:first-child label {
  width: 100%;
}
@media (min-width: 768px) {
  .p-archive__sec.sec1 .sec1__content div:first-child label {
    width: 100%;
  }
}
.p-archive__sec.sec1 .sec1__content div:first-child dl dd {
  min-height: 0;
}
.p-archive__sec.sec2 {
  background-color: #f2f2f2;
  padding: 25px 15px 20px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 {
    padding: 45px 30px 40px;
  }
}
.p-archive__sec.sec2 .sec2__content dl {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content dl {
    margin-bottom: 40px;
    display: flex;
    gap: 32px;
  }
}
.p-archive__sec.sec2 .sec2__content dl dt {
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  min-width: 70px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content dl dt {
    margin-bottom: 0;
    font-size: 17px;
  }
}
.p-archive__sec.sec2 .sec2__content dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content dl dd {
    gap: 16px 40px;
  }
}
.p-archive__sec.sec2 .sec2__content dl dd label {
  display: flex;
  align-items: center;
  position: relative;
  min-width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content dl dd label {
    min-width: 0;
    width: max-content;
  }
}
.p-archive__sec.sec2 .sec2__content dl dd label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.p-archive__sec.sec2 .sec2__content dl dd label input:checked + span::after {
  display: block;
}
.p-archive__sec.sec2 .sec2__content dl dd label input:checked + span::before {
  background-color: #1e52a6;
}
.p-archive__sec.sec2 .sec2__content dl dd label span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content dl dd label span {
    font-size: 17px;
  }
}
.p-archive__sec.sec2 .sec2__content dl dd label span::before {
  background-color: #fff;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  border: solid 1px #707070;
  vertical-align: middle;
}
.p-archive__sec.sec2 .sec2__content dl dd label span::after {
  position: absolute;
  display: none;
  content: "";
  width: 10px;
  height: 20px;
  border-right: solid 3px #FFFFFF;
  border-bottom: solid 3px #FFFFFF;
  transform: rotate(40deg);
  left: 8px;
  top: 2px;
  z-index: 1;
}
.p-archive__sec.sec2 .sec2__content p {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content p {
    margin-top: 50px;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.p-archive__sec.sec2 .sec2__content p span {
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content p span {
    font-size: 17px;
  }
}
.p-archive__sec.sec2 .sec2__content p input {
  border-radius: 0;
  height: 52px;
  font-size: 16px;
  border-color: #707070;
}
.p-archive__sec.sec2 .sec2__content button {
  appearance: none;
  border-radius: 0;
  border: none;
  width: 280px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-archive__sec.sec2 .sec2__content button {
    margin-top: 75px;
    width: 320px;
  }
}
.p-archive .l-work {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-archive .l-work {
    padding-top: 160px;
  }
}
.p-archive .l-work::after {
  content: none;
}
.p-archive .l-work__ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-archive .l-work__ttl p {
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-archive .l-work__ttl p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .p-archive .l-work__content {
    padding-left: 0;
  }
}
.p-archive .l-work__content .list__nav {
  justify-content: flex-end;
}
.p-archive .l-work__content .list__nav .js-scroll_nav {
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .p-archive .l-work__content .list.is-list {
    padding-right: 0;
    width: 100%;
  }
}
.p-archive .l-work__content .list.is-list ul {
  gap: 25px;
}
@media (min-width: 768px) {
  .p-archive .l-work__content .list.is-list ul {
    gap: 25px;
  }
}
.p-archive .l-work__content .list.is-list ul .item {
  width: 280px;
}
.p-archive .l-work__content .list.is-list ul .item .thumb {
  height: 210px;
}
.p-archive .l-work__content .list.is-list ul .item dl .meta .tags .tag {
  min-width: 80px;
  min-height: 33px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-archive .l-work__content .list.is-list ul .item dl .meta .tags .tag {
    font-size: 14px;
  }
}

.case_single {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .case_single {
    padding-top: 65px;
  }
}
.case_single__h1 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .case_single__h1 {
    padding-top: 65px;
  }
}
@media screen and (max-width: 800px) {
  .case_single .content_box {
    padding: 0 7%;
  }
}/*# sourceMappingURL=style03.css.map */
