@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

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

a {
  color: #0266AC;
  text-decoration: none;
  transition: 0.3s all;
}

a:hover {
  opacity: 0.8;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Josefin Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.for-spTab {
  display: none !important;
}

.for-sp {
  display: none !important;
}

.section-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-container::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container::after {
  clear: both;
  content: "";
  display: block;
}

.fade-v {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-v.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-bold {
  font-weight: bold;
}

.is-blue {
  color: #1078B9;
}

.btn-basic {
  width: 100%;
  background: #0266AC;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  overflow: hidden;
  padding: 20px 55px 18px 16px;
  position: relative;
}

.btn-basic::after {
  width: 8px;
  height: 13px;
  background: url(../img/icon/icon_arrow.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.btn-basic::before {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.btn-basic:hover {
  opacity: 0.8;
}

.btn-basic.is-pink {
  background: #EC3689;
}

.card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px 40px;
}

.card-img img {
  width: 100%;
}

.card-date,
.card-info {
  color: #707070;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  vertical-align: middle;
}

.card-date {
  margin-right: 16px;
}

.card-contractDate,
.card-address {
  color: #707070;
  font-size: 1.8rem;
}

.card-contractDate {
  margin-top: 20px;
}

.card-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.card-btn {
  width: 100%;
  max-width: 210px;
  float: right;
  margin-top: 24px;
}

.card-btn > a {
  font-size: 1.4rem;
  padding: 10px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid::after {
  width: 48%;
  content: "";
  display: block;
}

.grid-col-2 {
  width: 48%;
}

.pager {
  margin-top: 80px;
  text-align: center;
}

.wp-pagenavi {
  font-family: "Josefin Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin-right: 10px;
}

.wp-pagenavi > a {
  box-sizing: border-box;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
}

.wp-pagenavi > a:hover {
  color: #72B66e;
}

.wp-pagenavi .current {
  box-sizing: border-box;
  color: #72B66e;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
  text-decoration: underline;
}

table {
  width: 100%;
  box-sizing: border-box;
}

.table-overflow {
  width: 100%;
}

.tableBase th,
.tableBase td {
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.tableBase th {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
}

.tableBase td {
  padding: 25px;
}

.tableBase tbody tr:nth-child(even) td {
  background: #eee;
}

.title-base {
  font-size: 14rem;
  line-height: 1.2;
}

.title-base .thin {
  font-weight: 300;
  margin-right: 0.25em;
}

.title-base span:not(.thin) {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: 0.5s all cubic-bezier(0.25, 1, 0.5, 1);
}

.title-base span:not(.thin):nth-child(1) {
  transition-delay: 0.12s;
}

.title-base span:not(.thin):nth-child(2) {
  transition-delay: 0.19s;
}

.title-base span:not(.thin):nth-child(3) {
  transition-delay: 0.26s;
}

.title-base span:not(.thin):nth-child(4) {
  transition-delay: 0.33s;
}

.title-base span:not(.thin):nth-child(5) {
  transition-delay: 0.4s;
}

.title-base span:not(.thin):nth-child(6) {
  transition-delay: 0.47s;
}

.title-base span:not(.thin):nth-child(7) {
  transition-delay: 0.54s;
}

.title-base span:not(.thin):nth-child(8) {
  transition-delay: 0.61s;
}

.title-base span:not(.thin):nth-child(9) {
  transition-delay: 0.68s;
}

.title-base span:not(.thin):nth-child(10) {
  transition-delay: 0.75s;
}

.title-base span:not(.thin):nth-child(11) {
  transition-delay: 0.82s;
}

.title-base span:not(.thin):nth-child(12) {
  transition-delay: 0.89s;
}

.title-base span:not(.thin):nth-child(13) {
  transition-delay: 0.96s;
}

.title-base span:not(.thin):nth-child(14) {
  transition-delay: 1.03s;
}

.title-base span:not(.thin):nth-child(15) {
  transition-delay: 1.1s;
}

.title-base span:not(.thin):nth-child(16) {
  transition-delay: 1.17s;
}

.title-base span:not(.thin):nth-child(17) {
  transition-delay: 1.24s;
}

.title-base span:not(.thin):nth-child(18) {
  transition-delay: 1.31s;
}

.title-base span:not(.thin):nth-child(19) {
  transition-delay: 1.38s;
}

.title-base span:not(.thin):nth-child(20) {
  transition-delay: 1.45s;
}

.title-base span:not(.thin).loaded {
  opacity: 1;
  top: 0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 9997;
}

.pagetop > a {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  display: block;
  opacity: 0.7;
  overflow: hidden;
  text-align: center;
}

.pagetop > a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.pagetop > a:hover svg {
  animation: upDown 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pagetop svg {
  width: 25px;
  height: 25px;
  stroke: #fff;
  padding-top: 12px;
  transition: 0.3s stroke;
}

.footer {
  width: 100%;
}

.footer a {
  color: #fff;
}

.footer-inner {
  padding: 80px 0;
}

.footer-head {
  display: flex;
}

.footer-head-logo {
  width: 50%;
  max-width: 280px;
  margin-right: auto;
}

.footer-head-info {
  text-align: right;
}

.footer-head-info-name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.footer-head-info-name span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: normal;
}

.footer-head-info-btn {
  width: 240px;
  margin-left: auto;
  margin-top: 16px;
  line-height: 1;
  text-align: left;
}

.footer-head-info-btn a {
  padding: 15px 55px 12px 16px;
}

.footer-head-info-btn + .footer-head-info-btn {
  margin-top: 8px;
}

.footer-info {
  font-size: 1.4rem;
  margin-top: 80px;
}

.footer-info-title {
  font-weight: bold;
}

.footer-info-list {
  margin-top: 5px;
}

.footer-info-list-title {
  width: 6em;
  display: inline-block;
}

.footer-info-list-des {
  width: calc(100% - 8em);
  display: inline-block;
}

.footer-info-list-des + .footer-info-list-title {
  margin-top: 3px;
}

.footer-foot {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 80px;
}

.footer-foot-des {
  max-width: 789px;
  font-size: 1.4rem;
  margin-right: auto;
}

.footer-foot-des span {
  display: block;
  font-size: 1.8rem;
  margin-top: 3px;
}

.footer-foot-copyright {
  font-size: 1.2rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  display: block;
  margin-right: 0;
  position: relative;
}

.hamburger-inner {
  display: block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 100%;
  top: -3px;
  left: 0;
}

.hamburger-inner::after {
  bottom: -3px;
}

.is-active .hamburger-inner::before {
  width: 100%;
  top: -3px;
  left: 0;
}

.is-active .hamburger-inner::after {
  width: 100%;
  bottom: -3px;
  left: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 24px;
}

.hamburger--slider .hamburger-inner::before {
  top: 3px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  display: none;
}

.hamburger--slider .hamburger-inner::after {
  top: 6px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 3px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -2px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-90deg);
}

.header {
  width: 100%;
  height: 59px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.header-login {
  min-width: 200px;
  position: fixed;
  top: 0;
  right: 250px;
  z-index: 9998;
}

.header-login a {
  background: #0266AC;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
}

.header-contact {
  min-width: 200px;
  position: fixed;
  top: 0;
  right: 460px;
  z-index: 9998;
}

.header-contact a {
  background: #EC3689;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
}

.header-menu {
  min-width: 240px;
  min-height: 45px;
  background: #000;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 45px 15px 25px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
}

.header-menu.is-active {
  background: #454545;
}

.header-menu-word {
  color: #fff;
  margin-right: auto;
}

.header .gnav {
  width: 50%;
  max-width: 500px;
  height: 100dvh;
  background: #000;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  padding: 40px 40px 60px 40px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.3s all;
  z-index: 9999;
}

.header .gnav.is-active {
  transform: translateX(0);
}

.header .gnav-list-item {
  margin-top: 20px;
}

.header .gnav-list-item > a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}

.header .gnav-list-item.is-login,
.header .gnav-list-item.is-contact {
  width: 260px;
  margin-top: 40px;
}

.header .gnav-list-item.is-login a,
.header .gnav-list-item.is-contact a {
  font-size: 1.6rem;
}

.header .gnav-list-item.is-login {
  margin-top: 24px;
}

.mv {
  background: url(../img/mv/bg_mv.png) no-repeat 0 75px/cover;
}

.mv-inner {
  position: relative;
}

.mv-logo {
  width: 50%;
  max-width: 533px;
  transform: translateY(144px);
}

.mv-img {
  width: 700px;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: -1;
}

.mv-word {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 370px;
}

.mv-des {
  font-size: 1.2rem;
  padding-bottom: 400px;
}

.topPage-lead {
  margin-top: 120px;
}

.topPage-lead-title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.topPage-lead-title span {
  display: block;
  font-size: 3rem;
}

.topPage-lead-des {
  font-size: 2rem;
  line-height: 2;
  margin-top: 48px;
}

.topPage-lead-des + .topPage-lead-des {
  margin-top: 1em;
}

.topPage-concept {
  background: url(../img/page/bg_concept.png) no-repeat 0 100px/contain;
  padding-top: 120px;
}

.topPage-concept-img-1 {
  width: 45%;
  margin-left: 55%;
}

.topPage-concept-img-2 {
  width: 58.5%;
  margin-top: -130px;
}

.topPage-concept-title {
  margin-top: -118px;
  transform: translate(0);
}

.topPage-concept-title .thin {
  color: #fff;
  margin-right: 3vw;
}

.topPage-concept-des {
  font-size: 2.6rem;
  margin-top: 40px;
}

.topPage-concept-type {
  width: 80%;
  margin: 100px auto 0;
}

.topPage-concept-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}

.topPage-concept-type-list-item {
  width: 50%;
}

.topPage-concept-type-infoList {
  display: flex;
  margin-top: 32px;
}

.topPage-concept-type-infoList-item {
  font-size: 1.2rem;
  margin-right: 16px;
}

.topPage-concept-type-infoList-item::before {
  width: 34px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.topPage-concept-type-infoList-item.is-multi::before {
  width: 65px;
  background: url(../img/page/concept_color1.svg) no-repeat 0 0/contain;
}

.topPage-concept-type-infoList-item.is-green::before {
  background: url(../img/page/concept_color2.svg) no-repeat 0 0/contain;
}

.topPage-concept-type-infoList-item.is-gray::before {
  background: url(../img/page/concept_color3.svg) no-repeat 0 0/contain;
}

.topPage-concept-main {
  background: url(../img/icon/icon_arrow_bottom.svg) no-repeat center 0/37px 21px;
  margin-top: 48px;
  padding-top: 24px;
}

.topPage-concept-point {
  background: url(../img/icon/icon_arrow_bottom.svg) no-repeat center 0/37px 21px;
  margin-top: -24px;
  padding-top: 72px;
}

.topPage-about {
  background: #E5E7EB;
  margin-top: 120px;
  padding: 100px 0 120px;
}

.topPage-about-contents-wrap {
  margin-top: 60px;
}

.topPage-about-contents {
  box-sizing: border-box;
  clip-path: inset(0 0 0 0);
  color: #fff;
  padding: 60px 80px 80px;
  position: relative;
}

.topPage-about-contents.is-point1 .topPage-about-contents-bg {
  width: 100%;
  height: 100%;
  background: url(../img/page/bg_about_1.jpg) no-repeat center 0/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.topPage-about-contents.is-point2 .topPage-about-contents-bg {
  width: 100%;
  height: 100%;
  background: url(../img/page/bg_about_2.jpg) no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.topPage-about-contents.is-point3 .topPage-about-contents-bg {
  width: 100%;
  height: 100%;
  background: url(../img/page/bg_about_3.jpg) no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.topPage-about-contents.is-point4 {
  background: url(../img/page/bg_about_4.png) no-repeat 80% 0/cover #f4f4f4;
  color: #000;
}

.topPage-about-contents.is-point5 {
  background: url(../img/page/bg_about_5.png) no-repeat right 140px/50% #fff;
  color: #000;
}

.topPage-about-contents-point {
  display: flex;
  align-items: center;
}

.topPage-about-contents-point .is-small {
  font-size: 1.8rem;
  margin-right: 5px;
}

.topPage-about-contents-point .is-small::before {
  width: 30px;
  height: 10px;
  background: #0F78B9;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: skew(-45deg);
}

.topPage-about-contents-point .is-big {
  font-weight: 300;
  font-size: 7rem;
}

.topPage-about-contents-title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 240px;
}

.topPage-about-contents-des {
  width: 48%;
  margin-top: 16px;
}

.topPage-about-contents-info {
  width: 48%;
  font-size: 1.8rem;
  margin-top: 16px;
}

.topPage-about-others {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.topPage-about-others-logo {
  width: 45%;
  max-width: 450px;
  margin-right: 100px;
}

.topPage-about-others-title {
  font-size: 1.8rem;
  margin-right: 5px;
}

.topPage-about-others-title::before {
  width: 30px;
  height: 10px;
  background: #0F78B9;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: skew(-45deg);
}

.topPage-about-others-list {
  margin-top: 48px;
}

.topPage-about-others-list-item {
  border-left: 2px solid #0F78B9;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 1em;
}

.topPage-about-others-list-item span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}

.topPage-about-others-list-item + .topPage-about-others-list-item {
  margin-top: 32px;
}

.topPage-member {
  padding-top: 120px;
}

.topPage-member-des {
  font-size: 2.6rem;
  margin-top: 24px;
}

.topPage-member-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-top: 64px;
}

.topPage-member-contents {
  width: 20%;
}

.topPage-member-contents-img {
  width: 80%;
  margin: 0 auto;
}

.topPage-member-contents-name {
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
}

.topPage-member-contents-name span {
  font-size: 1.4rem;
  margin-left: 8px;
}

.topPage-plan {
  padding-top: 120px;
}

.topPage-plan-table {
  width: 100%;
  max-width: 1000px;
  table-layout: fixed;
  margin: 60px auto 0;
}

.topPage-plan-table th,
.topPage-plan-table td {
  width: 25%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.topPage-plan-table thead th {
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px;
}

.topPage-plan-table thead th.is-empty,
.topPage-plan-table thead th.is-blue,
.topPage-plan-table thead th.is-skyblue,
.topPage-plan-table thead th.is-green,
.topPage-plan-table thead th.is-gray {
  color: #fff;
  font-size: 1.7rem;
}

.topPage-plan-table thead th.is-empty {
  background: #B4DFF7;
}

.topPage-plan-table thead th.is-blue {
  background: #197EBD;
}

.topPage-plan-table thead th.is-skyblue {
  background: #68B2DD;
}

.topPage-plan-table thead th.is-green {
  background: #95C866;
}

.topPage-plan-table thead th.is-gray {
  background: #B9B9BA;
}

.topPage-plan-table tbody th,
.topPage-plan-table tbody td {
  box-sizing: border-box;
  padding: 20px;
}

.topPage-plan-table tbody th {
  background: #B4DFF7;
  font-weight: normal;
}

.topPage-plan-table tbody th .is-small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}

.topPage-plan-table tbody td {
  vertical-align: top;
}

.topPage-plan-table tbody td:nth-child(2),
.topPage-plan-table tbody td:nth-child(4) {
  background: #F0F0F0;
}

.topPage-plan-table tbody td:nth-child(3) {
  background: #E8E8E8;
}

.topPage-plan-table tbody td.is-price {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

.topPage-plan-table tbody td.is-price span {
  display: block;
  font-size: 1.6rem;
}

.topPage-plan-notice {
  max-width: 1000px;
  color: #666;
  font-size: 1.4rem;
  margin: 8px auto 0;
  text-align: right;
}

.topPage-plan-btn {
  max-width: 240px;
  margin: 40px auto 0;
}

.topPage-access {
  background: #E5E7EB;
  margin-top: 100px;
  padding: 100px 0 80px;
  position: relative;
}

.topPage-access::before {
  width: 100%;
  height: 60%;
  background: #E5E7EB;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.topPage-access-contents {
  width: 55%;
  position: relative;
}

.topPage-access-contents-des {
  font-size: 2.6rem;
  margin-top: 20px;
}

.topPage-access-contents-img {
  width: 700px;
  position: absolute;
  top: 0;
  left: 100%;
}

.topPage-access-contents-info {
  margin-top: 24px;
}

.topPage-access-contents-info span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}

.topPage-access-btn {
  min-width: 260px;
  position: absolute;
  bottom: -370px;
  left: 50%;
  transform: translateX(-50%);
}

.topPage-zr {
  background: #000;
  color: #fff;
  margin-top: 480px;
  padding: 120px 0 100px;
}

.topPage-zr-logo {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}

.topPage-zr-contents {
  margin-top: 80px;
  position: relative;
}

.topPage-zr-contents .is-left {
  width: 48%;
}

.topPage-zr-contents-img {
  width: 70%;
  max-width: 700px;
  position: absolute;
  top: 0;
  left: 55%;
}

.topPage-zr-contents-title {
  font-size: 2.6rem;
  font-weight: bold;
}

.topPage-zr-contents-des {
  margin-top: 24px;
}

.topPage-zr-strength {
  margin-top: 120px;
}

.topPage-zr-strength-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.topPage-zr-strength-des {
  font-size: 2rem;
  margin-top: 5px;
  text-align: center;
}

.topPage-zr-strength-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 4%;
  margin-top: 40px;
}

.topPage-zr-strength-contents {
  width: 22%;
}

.topPage-zr-strength-contents-num {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1;
}

.topPage-zr-strength-contents-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3px;
}

.topPage-zr-strength-contents-des {
  margin-top: 8px;
}

.topPage-zr-btn {
  max-width: 280px;
  margin: 72px auto 0;
}

.topPage-zr-btn a {
  font-size: 1.6rem;
}

.mw_wp_form_confirm .topPage-contact-form-btn::after {
  clear: both;
  content: "";
  display: block;
}

.mw_wp_form_confirm .topPage-contact-form-btn input {
  width: 48%;
  border: 1px solid #000;
  box-sizing: border-box;
  float: left;
}

.mw_wp_form_confirm .topPage-contact-form-btn input.is-back {
  background: #000;
  color: #fff;
}

.mw_wp_form_confirm .topPage-contact-form-btn input + input {
  margin-left: 4%;
}

.alignright {
  float: right;
  margin: 0 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.post-content {
  width: 100%;
  margin: 30px auto 0;
}

.post-content h2 {
  border-bottom: 1px solid #0266AC;
  color: #0266AC;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 5px;
}

.post-content h3 {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #0266AC;
  margin-top: 40px;
  padding-left: 10px;
}

.post-content h4 {
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}

.post-content h5 {
  font-weight: bold;
  margin-top: 40px;
}

.post-content p {
  margin-top: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto !important;
}

.post-content a:link,
.post-content a:visited,
.post-content a:hover,
.post-content a:active {
  color: #0266AC !important;
}

.post-content em {
  color: #666;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 10px;
}

.post-content strong {
  font-weight: bold;
}

.post-content ul,
.post-content ol {
  margin-top: 20px;
}

.post-content ul li,
.post-content ol li {
  word-wrap: break-word;
}

.post-content ul li ul,
.post-content ul li ol,
.post-content ol li ul,
.post-content ol li ol {
  margin-top: 0;
}

.post-content ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

.post-content ul li:before {
  width: 7px;
  height: 3px;
  background: #0266AC;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
}

.post-content ul li ul li {
  list-style: circle;
}

.post-content ul li ol li {
  list-style-type: decimal;
}

.post-content ol {
  padding-left: 2rem;
}

.post-content ol li {
  list-style-type: decimal;
}

.post-content ol ul li {
  list-style: circle;
}

.post-content blockquote {
  margin: 1em 40px;
}

.post-content del {
  color: #0266AC;
}

.post-content table {
  width: 100%;
  margin-top: 30px;
}

.post-content table th,
.post-content table td {
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 15px;
}

.post-content table th {
  width: 25%;
  background: #faf8f4;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 979px) {
  body {
    font-size: 1.5rem;
  }

  .for-pcOnly {
    display: none !important;
  }

  .for-spTab {
    display: block !important;
  }

  .sp-container {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .card-title {
    font-size: 1.8rem;
  }

  .title-base {
    font-size: 7rem;
  }

  .footer-foot-copyright {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }

  .is-active .hamburger-inner,
  .is-active .hamburger-inner::before,
  .is-active .hamburger-inner::after {
    background: #fff;
  }

  .mv {
    background: url(../img/mv/bg_mv.png) no-repeat center 75px/cover;
  }

  .mv-inner {
    padding-top: 80px;
  }

  .mv-logo {
    margin: 0 auto;
    transform: translateY(0);
  }

  .mv-logo {
    width: 90%;
  }

  .mv-img {
    width: 100%;
    margin: 24px auto 0;
    position: static;
  }

  .mv-word {
    margin-top: 40px;
  }

  .mv-des {
    padding-bottom: 80px;
  }

  .topPage-concept-title {
    margin-top: 40px;
  }

  .topPage-concept-title .thin {
    color: #000;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .for-pc {
    display: none !important;
  }

  .for-sp {
    display: block !important;
  }

  .btn-basic {
    font-size: 1.4rem;
    padding: 15px 20px;
  }

  .card-contractDate,
  .card-address {
    font-size: 1.4rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .card-btn {
    max-width: none;
    float: none;
  }

  .grid-col-2 {
    width: 100%;
  }

  .table-overflow > table {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table-overflow > table::-webkit-scrollbar {
    height: 5px;
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .table-overflow > table::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-piece {
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar-thumb {
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-corner {
    background: #333;
  }

  .tableBase th {
    font-size: 1.6rem;
    padding: 6px;
  }

  .tableBase td {
    padding: 10px;
  }

  .title-base {
    font-size: 7rem;
    line-height: 1.1;
  }

  .pagetop {
    bottom: 40px;
    right: 20px;
  }

  .pagetop > a {
    opacity: 1;
  }

  .pagetop > a:hover {
    transform: scale(1);
  }

  .pagetop > a:hover svg {
    animation: none;
  }

  .footer-inner {
    padding: 60px 0 40px;
  }

  .footer-head {
    flex-wrap: wrap;
  }

  .footer-head-logo {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .footer-head-info {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }

  .footer-head-info-btn {
    margin: 16px auto 0;
  }

  .footer-info {
    margin-top: 60px;
  }

  .footer-info-list-title {
    width: 5.5em;
    vertical-align: top;
  }

  .footer-info-list-des + .footer-info-list-title {
    margin-top: 0;
  }

  .footer-foot {
    margin-top: 48px;
  }

  .footer-foot-des span {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 16px;
  }

  .hamburger--slider .hamburger-inner {
    top: 17px;
  }

  .header-login {
    min-width: 100px;
    right: 65px;
  }

  .header-login a {
    padding: 10px;
  }

  .header-contact {
    min-width: 140px;
    right: 170px;
  }

  .header-contact a {
    padding: 10px;
  }

  .header-menu {
    min-width: 60px;
    padding: 10px 20px 10px 24px;
  }

  .header .gnav {
    width: 100%;
    align-items: flex-start;
    padding-top: 100px;
  }

  .header .gnav-list-item > a {
    font-size: 1.6rem;
  }

  .header .gnav-list-item.is-login,
  .header .gnav-list-item.is-contact {
    width: 250px;
  }

  .header .gnav-list-item.is-login a,
  .header .gnav-list-item.is-contact a {
    font-size: 1.4rem;
  }

  .mv-inner {
    padding-top: 40px;
  }

  .mv-img {
    margin-top: 40px;
  }

  .mv-word {
    line-height: 1.4;
  }

  .mv-des {
    padding-bottom: 60px;
  }

  .topPage-lead {
    margin-top: 60px;
  }

  .topPage-lead-title {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .topPage-lead-title span {
    font-size: 1.6rem;
  }

  .topPage-lead-des {
    font-size: 1.6rem;
    margin-top: 32px;
  }

  .topPage-concept {
    padding-top: 60px;
  }

  .topPage-concept-img-1 {
    width: 100%;
    margin-left: 0;
  }

  .topPage-concept-title {
    margin-top: 16px;
  }

  .topPage-concept-des {
    font-size: 1.6rem;
    margin-top: 32px;
  }

  .topPage-concept-type {
    width: 100%;
    margin-top: 40px;
  }

  .topPage-concept-type-list {
    gap: 16px 0;
  }

  .topPage-concept-type-list-item {
    width: 100%;
  }

  .topPage-concept-type-infoList {
    display: block;
  }

  .topPage-concept-type-infoList-item {
    width: 100%;
    margin-right: 0;
  }

  .topPage-concept-type-infoList-item::before {
    min-width: 65px;
  }

  .topPage-concept-type-infoList-item + .topPage-concept-type-infoList-item {
    margin-top: 5px;
  }

  .topPage-concept-main {
    margin-top: 32px;
    padding-top: 48px;
  }

  .topPage-concept-point {
    margin-top: 40px;
    padding-top: 48px;
  }

  .topPage-about {
    margin-top: 60px;
    padding: 60px 0;
  }

  .topPage-about-contents {
    padding: 10px 5% 40px;
  }

  .topPage-about-contents.is-point2 .topPage-about-contents-bg {
    background: url(../img/page/bg_about_2_sp.jpg) no-repeat 0 center/cover;
  }

  .topPage-about-contents.is-point3 .topPage-about-contents-bg {
    background: url(../img/page/bg_about_3_sp.jpg) no-repeat 0 center/cover;
  }

  .topPage-about-contents.is-point4 {
    background: url(../img/page/bg_about_4_sp.png) no-repeat center 80px/90% #f4f4f4;
  }

  .topPage-about-contents.is-point5 {
    background: url(../img/page/bg_about_5.png) no-repeat center 140px/90% #fff;
  }

  .topPage-about-contents-title {
    font-size: 2.1rem;
    margin-top: 260px;
  }

  .topPage-about-contents-des {
    display: none;
  }

  .topPage-about-contents-info {
    display: none;
  }

  .topPage-about-others {
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .topPage-about-others-logo {
    width: 90%;
    margin: 0 auto;
  }

  .topPage-about-others .is-right {
    margin-top: 40px;
  }

  .topPage-about-others-list {
    margin-top: 32px;
  }

  .topPage-about-others-list-item {
    font-size: 1.6rem;
  }

  .topPage-about-others-list-item span {
    margin-left: 0;
  }

  .topPage-about-others-list-item + .topPage-about-others-list-item {
    margin-top: 24px;
  }

  .topPage-member {
    padding-top: 60px;
  }

  .topPage-member-des {
    font-size: 1.6rem;
  }

  .topPage-member-contents-wrap {
    gap: 40px 4%;
    margin-top: 40px;
  }

  .topPage-member-contents {
    width: 48%;
  }

  .topPage-member-contents-img {
    width: 100%;
  }

  .topPage-member-contents-name {
    font-size: 1.6rem;
  }

  .topPage-plan {
    padding-top: 60px;
  }

  .topPage-plan-table {
    margin-top: 24px;
  }

  .topPage-plan-table th,
  .topPage-plan-table td {
    font-size: 1.2rem;
  }

  .topPage-plan-table thead th:first-child {
    width: 15%;
  }

  .topPage-plan-table thead th.is-empty,
  .topPage-plan-table thead th.is-blue,
  .topPage-plan-table thead th.is-skyblue,
  .topPage-plan-table thead th.is-green,
  .topPage-plan-table thead th.is-gray {
    font-size: 1.2rem;
  }

  .topPage-plan-table tbody th:first-child,
  .topPage-plan-table tbody td:first-child {
    width: 15%;
    padding: 15px 5px;
  }

  .topPage-plan-table tbody th:first-child > span,
  .topPage-plan-table tbody td:first-child > span {
    text-orientation: upright;
    writing-mode: vertical-rl;
    word-break: keep-all;
  }

  .topPage-plan-table tbody th .is-small {
    font-size: 1.2rem;
  }

  .topPage-plan-table tbody td {
    line-height: 1.4;
    word-break: break-all;
  }

  .topPage-plan-table tbody td.is-price {
    font-size: 1.4rem;
  }

  .topPage-plan-table tbody td.is-price span {
    font-size: 1.2rem;
  }

  .topPage-plan-notice {
    font-size: 1.2rem;
  }

  .topPage-access {
    background: none transparent;
    margin-top: 60px;
    padding: 60px 0 0;
  }

  .topPage-access-contents {
    width: 100%;
  }

  .topPage-access-contents-des {
    font-size: 2.1rem;
  }

  .topPage-access-contents-img {
    width: 105%;
    margin-top: 24px;
    position: static;
  }

  .topPage-access-contents-info span {
    font-size: 2.1rem;
  }

  .topPage-access-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
    position: static;
    transform: translateX(0);
  }

  .topPage-zr {
    margin-top: 50px;
    padding: 60px 0;
  }

  .topPage-zr-contents {
    margin-top: 60px;
  }

  .topPage-zr-contents .is-left {
    width: 100%;
    margin-top: 24px;
  }

  .topPage-zr-contents-img {
    width: 105%;
    position: static;
  }

  .topPage-zr-contents-title {
    font-size: 1.8rem;
  }

  .topPage-zr-strength {
    margin-top: 48px;
  }

  .topPage-zr-strength-title {
    font-size: 2.4rem;
  }

  .topPage-zr-strength-des {
    font-size: 1.4rem;
  }

  .topPage-zr-strength-contents {
    width: 100%;
  }

  .topPage-zr-strength-contents-num {
    font-size: 6rem;
  }

  .topPage-zr-strength-contents-title {
    font-size: 1.6rem;
  }

  .topPage-zr-btn {
    max-width: 250px;
    margin-top: 48px;
  }

  .topPage-zr-btn a {
    font-size: 1.4rem;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input {
    width: 100%;
    float: none;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input + input {
    margin-top: 16px;
    margin-left: 0;
  }

  .alignright {
    max-width: 40%;
    margin: 0 0 20px 20px;
  }

  .alignleft {
    max-width: 40%;
    margin: 0 20px 20px 0;
  }

  .post-content {
    margin-top: 20px;
  }

  .post-content h2 {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .post-content h3 {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 10px;
  }

  .post-content h4 {
    margin-top: 30px;
  }

  .post-content h5 {
    margin-top: 30px;
  }

  .post-content img {
    width: 100%;
  }

  .post-content em {
    font-size: 1.2rem;
  }

  .post-content table th {
    width: 40%;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}