@charset "UTF-8";
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221815;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

main {
  display: block;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 55px;
    padding-right: 0;
  }
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
#js-cover.is-hamburger-open {
  display: block;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.green {
  color: #0082a5;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz133p {
  font-size: 133%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.red {
  color: #e60012;
}

.text-center {
  text-align: center;
}

.common-inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .common-inner {
    padding: 0 20px;
  }
}

.common-note {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .common-note {
    font-size: 1rem;
  }
}

.common-btn-type1 {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #ba0a0a;
  max-width: 742px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .common-btn-type1 {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-btn-type1:hover {
  text-decoration: none;
}

.common-btn-type2 {
  position: relative;
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #FA0000;
  max-width: 272px;
  margin: auto;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .common-btn-type2 {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-btn-type2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-btn-type2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.common-btn-type2:hover {
  text-decoration: none;
}

.common-heading1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #112d4e;
}
@media screen and (max-width: 1024px) {
  .common-heading1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.common-border-heading1 {
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .common-border-heading1 {
    margin-bottom: 20px;
  }
}
.common-border-heading1__inner {
  display: inline-block;
  border-bottom: solid 3px #003c80;
  padding-bottom: 3px;
}
.common-border-heading1__main {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: solid 1px #003c80;
}
@media screen and (max-width: 1024px) {
  .common-border-heading1__main {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.common-table-type1 {
  color: #112D4E;
  width: 100%;
}
.common-table-type1 th {
  color: #fff;
  background: #112d4e;
  padding: 10px;
  width: 140px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-table-type1 th {
    width: 120px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.common-table-type1 td {
  color: #222;
  background: #EFEEDF;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .common-table-type1 td {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.page-contents {
  padding-top: 148px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-contents {
    padding-top: 75px;
    margin: 0 10px;
  }
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: bold;
}

.cap {
  margin-top: 20px;
  font-size: 1.2rem;
}

.footer-bg {
  padding: 0 10px;
}

.section-inner {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

main .under-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  main .under-logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 101;
    background-color: white;
  }
}
@media screen and (max-width: 1024px) {
  main .under-logo img {
    margin-top: 5px;
    width: 160px;
    max-width: 240px;
  }
}

#js-toggle-nav.info img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  #js-toggle-nav.info img {
    width: 30px;
  }
}

.c-page-bg-1 {
  background: url(../images/common_bg_1.png) top center/100% auto repeat-y;
}
@media screen and (max-width: 1024px) {
  .c-page-bg-1 {
    background: url(../images/common_bg_1.png) top 2vw center/100% auto repeat-y;
  }
}

.c-page-bg-1-no-repeat {
  background: url(../images/common_bg_1.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-page-bg-1-no-repeat {
    background: url(../images/common_bg_1.png) top 2vw center/100% auto no-repeat;
  }
}

.c-page-bg-2-no-repeat {
  background: url(../images/common_bg_1.png) top -200px center/100% auto no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-page-bg-2-no-repeat {
    background: url(../images/common_bg_1.png) top -150px center/100% auto no-repeat;
  }
}

.c-page-header {
  position: relative;
  max-width: 1698px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  min-height: 30px;
}
@media screen and (max-width: 1024px) {
  .c-page-header {
    margin-bottom: 20px;
  }
}
.c-page-header .c-page-header__main {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-page-header .c-page-header__main .heading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
    font-size: 2.4rem;
  }
}
.c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__main .header-image > img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}
.c-page-header .c-page-header__aside {
  position: fixed;
  z-index: 15;
  top: 128px;
  right: 20px;
  background: #fff;
  border-bottom-left-radius: 30px;
  padding: 12px 20px 10px 40px;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__aside {
    top: 60px;
    margin-top: -2px;
    right: 10px;
    border-bottom-left-radius: 15px;
    padding: 10px 10px 0 10px;
  }
}
.c-page-header .c-page-header__aside .aside-text-1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__aside .aside-text-1 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-tel {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-tel img {
    width: 124px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-line {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-line img {
    width: 108px;
  }
}
.c-page-header .c-page-header__aside .aside-list-1 .aside-mail {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-mail img {
    width: 108px;
  }
}
.c-page-header.c-page-header .c-page-header__aside {
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .c-page-header.c-page-header .c-page-header__aside {
    border-bottom-right-radius: 10px;
  }
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs .c-breadcrumbs__list {
    margin-bottom: 20px;
  }
}
.c-breadcrumbs .c-breadcrumbs__list > li {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs .c-breadcrumbs__list > li {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs .c-breadcrumbs__list > li:not(:last-child)::after {
  content: "＞";
  margin-left: 1em;
  margin-right: 1em;
}

.c-main-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .c-category-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-category-list > dt {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-category-list > dt {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 18px;
    text-align: center;
  }
}
.c-category-list > dd {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-category-list > dd {
    margin: 5px;
  }
}
.c-category-list > dd a {
  display: inline-block;
  border: 1px solid #1a2f4b;
  border-radius: 20px;
  padding: 0 20px;
}
.c-category-list > dd a.selected {
  color: #fff;
  background: #1a2f4b;
}
.c-category-list > dd a:hover {
  color: #fff;
  background: #1a2f4b;
  text-decoration: none;
}

ul.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  ul.c-pager {
    margin-bottom: 40px;
  }
}
ul.c-pager > li {
  font-size: 16px;
}
ul.c-pager > li a {
  display: inline-block;
  padding: 0 20px;
}
ul.c-pager > li a.selected {
  color: #fff;
  background: #1eb9ee;
}
ul.c-pager > li a:hover {
  color: #fff;
  background: #1eb9ee;
  text-decoration: none;
}

.c-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-button-list {
    display: block;
  }
}
.c-button-list .c-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-button-list .c-button {
    margin-bottom: 20px;
  }
}
.c-button-list .c-button .btn-type-1 {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #1a2f4b;
  padding: 25px;
}
.c-button-list .c-button .btn-type-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
.c-button-list .c-button .btn-type-1:hover {
  text-decoration: none;
}
.c-button-list .c-button .btn-reserve {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 25px;
}
.c-button-list .c-button .btn-reserve::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
.c-button-list .c-button .btn-reserve:hover {
  text-decoration: none;
}
.c-button-list .c-button .btn-request {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #1a2f4b;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .c-button-list .c-button .btn-request {
    letter-spacing: 0.1em;
  }
}
.c-button-list .c-button .btn-request::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
.c-button-list .c-button .btn-request:hover {
  text-decoration: none;
}
.c-button-list .c-button .btn-prev {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .c-button-list .c-button .btn-prev {
    letter-spacing: 0.1em;
  }
}
.c-button-list .c-button .btn-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  background: url(../images/icon_prev.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
.c-button-list .c-button .btn-prev:hover {
  text-decoration: none;
}

.c-pager-section {
  margin-bottom: 220px;
}
.c-pager-section .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pager-section .wp-pagenavi > span,
.c-pager-section .wp-pagenavi > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background: #fff;
  width: 40px;
  height: 30px;
  margin: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-pager-section .wp-pagenavi > span,
.c-pager-section .wp-pagenavi > a {
    width: 36px;
    height: 36px;
    margin: 5px;
    font-size: 1.6rem;
  }
}
.c-pager-section .wp-pagenavi > span.current,
.c-pager-section .wp-pagenavi > a.current {
  color: #fff;
  background: #1eb9ee;
}
.c-pager-section .wp-pagenavi > span:hover,
.c-pager-section .wp-pagenavi > a:hover {
  text-decoration: none;
}
.c-pager-section .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pager-section .pager > li {
  margin: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-pager-section .pager > li {
    margin: 5px;
    font-size: 1.6rem;
  }
}
.c-pager-section .pager > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F5779;
  background: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-pager-section .pager > li a {
    width: 36px;
    height: 36px;
  }
}
.c-pager-section .pager > li a.selected {
  color: #fff;
  background: #20374D;
}
.c-pager-section .pager > li a:hover {
  text-decoration: none;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.c-youtube-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-youtube-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.acd-check {
  display: none;
}

.acd-label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 1px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .acd-label {
    font-size: 14px;
  }
}

.acd-label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "+";
  display: block;
  font-size: 30px;
  color: #004ea2;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .acd-label:after {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .acd-label:after {
    padding-right: 20px;
    top: -12px;
  }
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label:after {
  content: "−";
  font-size: 30px;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 120px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.g-header {
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .g-header {
    height: auto;
  }
}

ul.header-nav {
  margin: 100px auto 5px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  ul.header-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 64px auto 0;
    padding: 0;
  }
}
ul.header-nav .small-list {
  width: 100%;
  padding-left: 50px;
  margin-top: 10px;
}
ul.header-nav .small-list a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  ul.header-nav .small-list a {
    font-size: 14px;
  }
}
ul.header-nav li {
  width: 48%;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.header-nav li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media screen and (max-width: 768px) {
  ul.header-nav li:nth-of-type(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
ul.header-nav li.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.header-nav li img {
  margin-right: 5px;
  max-width: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  ul.header-nav li img {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 16px;
  }
}
ul.header-nav li a {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  ul.header-nav li a {
    font-size: 14px;
  }
}
ul.header-nav li a.current {
  text-decoration: underline;
}
.btn-logo {
  margin: 20px;
}

ul.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  ul.header-flex {
    height: auto;
  }
}
ul.header-flex .info-top {
  margin-top: 20px;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  ul.header-flex .info-top {
    margin: 8px;
  }
}
ul.header-flex .info-top .info {
  cursor: pointer;
}

.hamburger-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu > span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hamburger-menu > span:nth-of-type(1) {
  top: 0;
}
.hamburger-menu > span:nth-of-type(2) {
  top: 9px;
}
.hamburger-menu > span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}
.hamburger-menu.is-hamburger-open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.hamburger-menu.is-hamburger-open > span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.hamburger-menu.is-hamburger-open > span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.hamburger-menu.is-hamburger-open > span:nth-of-type(3) {
  opacity: 0;
}

.g-nav-list-wrapper {
  position: fixed;
  display: none;
  z-index: 220;
  background: #fff url(../images/menu_img_under_bg.jpg) center center/cover no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-nav-list-wrapper.is-hamburger-open {
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .g-nav-list-wrapper.is-hamburger-open {
    overflow: scroll;
  }
}
.g-nav-list-wrapper.is-hamburger-open .btn-close {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .g-nav-list-wrapper.is-hamburger-open .btn-close img {
    width: 65px;
  }
}

.menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-flex .menu-btn-list {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .menu-flex .menu-btn-list {
    display: none;
  }
}
.menu-flex .menu-btn-list li {
  max-width: 288px;
  width: 20vw;
  height: 50vh;
}
.menu-flex .menu-btn-list .btn-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/menu_img_btn_request_bg.jpg) center center/cover no-repeat;
  width: 100%;
  height: 100%;
}
.menu-flex .menu-btn-list .btn-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/menu_img_btn_reserve_bg.jpg) center center/cover no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .menu-flex .btn-logo {
    display: none;
  }
}

.g-nav-list-wrapper2 {
  position: fixed;
  display: none;
  top: 58px;
  z-index: 20;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g-nav-list-wrapper2.is-hamburger-open2 {
  width: 100%;
  display: block;
  top: 58px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  padding: 20px 0 40px;
}
.g-nav-list li {
  -webkit-box-flex: 48%;
      -ms-flex: 48% 1;
          flex: 48% 1;
  text-align: center;
}
.g-nav-list .soon,
.g-nav-list a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  padding: 1em;
}
.g-nav-list .soon::after,
.g-nav-list a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.g-nav-list .soon {
  color: #ccc;
  position: relative;
}
.g-nav-list a.selected, .g-nav-list a:hover {
  text-decoration: none;
}
.g-nav-list a.selected::after, .g-nav-list a:hover::after {
  background: #fff;
}

.footer-bg {
  background: #deeff5;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer-info {
    font-size: 11px;
  }
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer-flex li:first-child {
  width: 20%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .footer-flex li:first-child {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-flex li:nth-child(2) {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .footer-flex li:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-flex li:nth-child(3) {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .footer-flex li:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-flex li:nth-child(3) a {
  display: block;
  margin-bottom: 10px;
}

.sp-floating-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .sp-floating-nav {
    display: block;
  }
}
.sp-floating-nav .sp-floating-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-floating-nav .sp-floating-nav__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background: #004EA2;
}
.sp-floating-nav .sp-floating-nav__list .btn-contact,
.sp-floating-nav .sp-floating-nav__list .btn-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-floating-nav .sp-floating-nav__list .btn-contact:hover,
.sp-floating-nav .sp-floating-nav__list .btn-seminar:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sp-floating-nav .sp-floating-nav__list .btn-contact {
  background: url(../images/footer_float_bg_1.png) center center/cover no-repeat;
}
.sp-floating-nav .sp-floating-nav__list .btn-seminar {
  background: url(../images/footer_float_bg_2.png) center center/cover no-repeat;
}

#page-top {
  font-family: "Shippori Mincho", serif;
}
#page-top .small-inner {
  max-width: 840px;
}
#page-top section.mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-top section.mv .mv-flex .logo {
  margin-top: 40px;
  width: 10%;
  text-align: center;
}
#page-top section.mv .mv-flex .logo img {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #page-top section.mv .mv-flex .logo {
    margin-top: 0;
    width: 16%;
    margin-right: 2%;
    display: none;
  }
}
#page-top section.mv .mv-flex .img-mv {
  width: 89%;
}
@media screen and (max-width: 768px) {
  #page-top section.mv .mv-flex .img-mv {
    width: 100%;
  }
}
#page-top section.about {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.about {
    padding: 60px 0;
  }
}
#page-top section.about .about-title {
  color: #333;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.about .about-title {
    font-size: 28px;
  }
}
#page-top section.about .about-txt {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.about .about-txt {
    font-size: 16px;
  }
}
#page-top section.about .about-txt2 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.about .about-txt2 {
    font-size: 12px;
  }
}
#page-top section.about .about-btn {
  display: block;
  margin: 60px auto;
  text-align: center;
}
#page-top section.about .about-bg {
  padding: 60px 0;
  background: url(../images/top_img_about_bg.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #page-top section.about .about-bg {
    background-size: contain;
  }
}
#page-top section.about-nav-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section {
    margin-bottom: 50px;
  }
}
#page-top section.about-nav-section .about-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section .about-nav {
    display: block;
  }
}
#page-top section.about-nav-section .about-nav .about-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#page-top section.about-nav-section .about-nav .about-nav__item:nth-child(1) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section .about-nav .about-nav__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
#page-top section.about-nav-section .about-nav .btn-nav {
  position: relative;
  display: block;
  color: #fff;
  background: #0d1a2c;
  padding: 100px 20px;
  -webkit-transition: background 0.2s 0.3s;
  transition: background 0.2s 0.3s;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section .about-nav .btn-nav {
    padding: 40px 20px;
  }
}
#page-top section.about-nav-section .about-nav .btn-nav:hover {
  text-decoration: none;
}
#page-top section.about-nav-section .about-nav .btn-nav.type-1 {
  background: url(../images/top_about_nav_bg_1.jpg) right center/cover no-repeat;
}
#page-top section.about-nav-section .about-nav .btn-nav.type-1:hover {
  background: url(../images/top_about_nav_bg_1_on.jpg) right center/cover no-repeat;
  opacity: 1;
}
#page-top section.about-nav-section .about-nav .btn-nav.type-2 {
  background: url(../images/top_about_nav_bg_1.jpg) right center/cover no-repeat;
}
#page-top section.about-nav-section .about-nav .btn-nav.type-2:hover {
  background: url(../images/top_about_nav_bg_2_on.jpg) right center/cover no-repeat;
  opacity: 1;
}
#page-top section.about-nav-section .about-nav .btn-nav .btn-nav__inner {
  max-width: 300px;
  margin: auto;
}
#page-top section.about-nav-section .about-nav .btn-nav .btn-nav__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -25px;
  width: 49px;
  height: 49px;
  background: url(../images/top_about_nav_icon_1.png) center center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-top section.about-nav-section .about-nav .btn-nav .btn-nav__inner::after {
    right: 20px;
  }
}
#page-top section.about-nav-section .about-nav .btn-nav .btn-nav__heading-1 {
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section .about-nav .btn-nav .btn-nav__heading-1 {
    font-size: 24px;
  }
}
#page-top section.about-nav-section .about-nav .btn-nav .btn-nav__heading-1::after {
  content: "";
  display: block;
  margin: 20px 0;
  width: 100px;
  height: 1px;
  background: #fff;
}
#page-top section.about-nav-section .about-nav .btn-nav .btn-nav__heading-2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-top section.about-nav-section .about-nav .btn-nav .btn-nav__heading-2 {
    font-size: 14px;
  }
}
#page-top section.example {
  padding: 80px 0;
  background: url(../images/top_img_bg_example.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page-top section.example {
    padding: 40px 0;
  }
}
#page-top section.example .example-title {
  background: #fff;
  padding: 10px 70px 10px 20px;
  font-size: 50px;
  max-width: 600px;
  font-weight: 300;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .example-title {
    font-size: 32px;
    max-width: 300px;
    padding-right: 10px;
  }
}
#page-top section.example .example-box {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .example-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}
#page-top section.example .right-box {
  position: absolute;
  z-index: 100;
  top: -60px;
  right: 0;
  width: 55%;
}
@media screen and (max-width: 768px) {
  #page-top section.example .right-box {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
}
#page-top section.example .right-box .v-txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  background: #fff;
  display: block;
  right: 20px;
  top: -20px;
  font-size: 26px;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .right-box .v-txt {
    font-size: 14px;
    padding: 5px 2px;
    right: 10px;
  }
}
#page-top section.example .right-box .v-txt2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  background: #fff;
  display: block;
  right: 100px;
  top: -20px;
  font-size: 26px;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .right-box .v-txt2 {
    font-size: 14px;
    padding: 5px 2px;
    right: 40px;
  }
}
#page-top section.example .left-box {
  margin-top: 100px;
  background: #fff;
  z-index: 1;
  border-radius: 40px;
  padding: 40px 40px 80px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #page-top section.example .left-box {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
  }
}
#page-top section.example .left-box .txt-box {
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  #page-top section.example .left-box .txt-box {
    max-width: 100%;
  }
}
#page-top section.example .left-box .example-subtitle {
  font-size: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .left-box .example-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#page-top section.example .left-box .common-txt {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.example .left-box .common-txt {
    font-size: 12px;
    line-height: 2;
  }
}
#page-top section.example .left-box .example-btn {
  display: block;
  text-align: center;
  margin: auto;
}
#page-top section.service {
  background: url(../images/top_img_service_bg.png) right 20vw bottom/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-top section.service {
    background-position: center center;
  }
}
#page-top section.service .service-box {
  position: relative;
  color: #fff;
  max-width: 1200px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1024px) {
  #page-top section.service .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-box {
    display: block;
    margin-top: 60px;
  }
}
#page-top section.service .service-box .service-left-box {
  position: relative;
  z-index: 1;
  padding: 60px 10% 60px 0;
  margin-right: 20vw;
}
@media screen and (max-width: 1600px) {
  #page-top section.service .service-box .service-left-box {
    padding-right: 25%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top section.service .service-box .service-left-box {
    padding: 60px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-box .service-left-box {
    padding: 20px 15px 100px;
  }
}
#page-top section.service .service-box .service-right-box {
  position: absolute;
  z-index: 10;
  top: -80px;
  right: -10vw;
}
@media screen and (max-width: 1600px) {
  #page-top section.service .service-box .service-right-box {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-top section.service .service-box .service-right-box {
    position: absolute;
    top: -400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-box .service-right-box {
    display: none;
  }
}
#page-top section.service .service-box .service-right-box img {
  width: 100%;
  max-width: 36vw;
}
@media screen and (max-width: 1024px) {
  #page-top section.service .service-box .service-right-box img {
    max-width: 375px;
  }
}
#page-top section.service .service-title {
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-title {
    text-align: center;
    margin: 20px auto;
    font-size: 28px;
  }
}
#page-top section.service .service-txt-box {
  width: 100%;
}
#page-top section.service .service-list-box {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-list-box {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
#page-top section.service .service-list-box .service-info {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-list-box .service-info {
    width: 85%;
  }
}
#page-top section.service .service-list-box .service-info .service-subtitle {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-list-box .service-info .service-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#page-top section.service .service-list-box .service-link {
  width: 25%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-list-box .service-link {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service .service-list-box .service-txt {
    font-size: 12px;
  }
}
#page-top section.service2 {
  margin-bottom: 100px;
  background: url(../images/top_img_semminer_bg.png) left 20vw bottom/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-top section.service2 {
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service2 {
    margin-bottom: 60px;
  }
}
#page-top section.service2 .service-box {
  position: relative;
  color: #fff;
  max-width: 1200px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1024px) {
  #page-top section.service2 .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-box {
    display: block;
    margin-top: 60px;
  }
}
#page-top section.service2 .service-box .service-left-box {
  position: absolute;
  z-index: 10;
  top: -80px;
  left: -10vw;
}
@media screen and (max-width: 1600px) {
  #page-top section.service2 .service-box .service-left-box {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-top section.service2 .service-box .service-left-box {
    position: absolute;
    top: -400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-box .service-left-box {
    display: none;
  }
}
#page-top section.service2 .service-box .service-left-box img {
  width: 100%;
  max-width: 36vw;
}
@media screen and (max-width: 1024px) {
  #page-top section.service2 .service-box .service-left-box img {
    max-width: 375px;
  }
}
#page-top section.service2 .service-box .service-right-box {
  position: relative;
  z-index: 1;
  padding: 60px 0 8vw 10%;
  margin-left: 20vw;
}
@media screen and (max-width: 1600px) {
  #page-top section.service2 .service-box .service-right-box {
    padding-left: 25%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top section.service2 .service-box .service-right-box {
    padding: 60px;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-box .service-right-box {
    padding: 20px 15px 100px;
  }
}
#page-top section.service2 .service-title {
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-title {
    text-align: center;
    margin: 20px auto;
    font-size: 28px;
  }
}
#page-top section.service2 .service-subtxt {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-subtxt {
    font-size: 14px;
    padding: 0 15px;
  }
}
#page-top section.service2 .service-txt {
  font-size: 14px;
  line-height: 3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.service2 .service-txt {
    font-size: 12px;
    line-height: 2.4;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
#page-top section.flow {
  background: #65848e;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.flow {
    padding: 60px 0;
  }
}
#page-top section.flow .img-flow-box {
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #page-top section.flow .img-flow-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page-top section.flow .common-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.flow .common-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#page-top section.flow .common-txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.flow .common-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#page-top section.flow .flow-btn {
  display: block;
  margin: 60px auto;
  text-align: center;
}
#page-top section.column {
  background: #f8f8f8;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.column {
    padding: 60px 0;
  }
}
#page-top section.column .img-box {
  text-align: center;
  margin: 30px auto;
}
#page-top section.column .common-title {
  color: #333;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.column .common-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#page-top section.column .common-txt {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.column .common-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#page-top section.column .column-btn {
  display: block;
  margin: auto;
  text-align: center;
}
#page-top section.column .column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #page-top section.column .column-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#page-top section.column .column-flex li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #page-top section.column .column-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-top section.column .column-flex .column-flex-box {
  background-color: #e1f0f5;
  border-radius: 0 0 40px 40px;
  padding: 20px;
}
#page-top section.column .column-flex .column-flex-box .column-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.column .column-flex .column-flex-box .column-title {
    font-size: 18px;
  }
}
#page-top section.column .column-flex .column-flex-box .column-txt {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #page-top section.column .column-flex .column-flex-box .column-txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
#page-top section.column .news-link {
  text-align: center;
  margin: 40px auto;
  display: block;
}
#page-top section.link {
  background: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.link {
    padding: 60px 0;
  }
}
#page-top section.link .sns-box {
  display: block;
  max-width: 540px;
  margin: auto;
}
#page-top section.link .sns-box:hover {
  text-decoration: none;
}
#page-top section.link .sns-box .sns-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#page-top section.link .sns-box .sns-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-top section.link .sns-box .sns-box__logo {
  padding-right: 20px;
}
#page-top section.link .sns-box .sns-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  letter-spacing: 0.04em;
}
#page-top section.link .sns-box .sns-box__title .icon {
  font-size: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.link .sns-box .sns-box__title .icon.icon-arrow img {
    max-width: 24px;
  }
}
#page-top section.link .sns-box .sns-box__text {
  padding-left: 75px;
}
#page-top section.link .sns-box .sns-box__text.type-youtube {
  padding-left: 85px;
}
#page-top section.link .sns-box .sns-box__arrow {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #page-top section.link .sns-box .sns-box__arrow img {
    max-width: 24px;
  }
}
#page-top section.link .img-box {
  text-align: center;
  margin: 30px auto;
}
#page-top section.link .link-title {
  color: #333;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.link .link-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#page-top section.link .link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin: 40px auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.link .link-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px 0;
  }
}
#page-top section.link .link-flex li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #page-top section.link .link-flex li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-top section.link .link-flex li:not(:last-of-type) {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-top section.link .news-link {
  text-align: center;
  margin: 40px auto;
  display: block;
}
#page-top section.link .youtube-top-2 {
  max-width: 600px;
  margin: auto;
  padding-top: 30px;
}
#page-top section.news {
  background: #f8f8f8;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #page-top section.news {
    padding: 60px 0;
  }
}
#page-top section.news .news-title {
  color: #333;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top section.news .news-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#page-top section.news .news-box {
  margin-bottom: 30px;
}
#page-top section.news .news-box-item {
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 20px 0;
  border-bottom: 1px solid #c4c4c4;
}
#page-top section.news .news-box-item:hover {
  background: #eee;
  text-decoration: none;
}
#page-top section.news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#page-top section.news .news-flex li:first-child {
  width: 20%;
}
#page-top section.news .news-flex li:last-child {
  width: 80%;
}
#page-top section.news .news-flex p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-top section.news .news-flex p {
    font-size: 14px;
  }
}
#page-top section.news .news-link {
  text-align: center;
  margin: 40px auto;
  display: block;
}

#page-map .title {
  font-weight: normal;
  margin: 40px auto;
  text-align: center;
  font-size: 32px;
  color: #63757e;
}
#page-map .img-box {
  text-align: center;
  margin-bottom: 40px;
}

#page-outline .mv img {
  width: 100%;
  margin-bottom: 40px;
}
#page-outline .title {
  font-weight: normal;
  margin: 40px auto;
  text-align: center;
  font-size: 32px;
  color: #63757e;
}

#page-concept .contents2 {
  background: url(../images/top_bg_2.png);
  background-size: cover;
  background-position: top center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #page-concept .contents2 {
    background: url(../images/top_bg_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#page-concept .concept1 {
  padding-top: 80px;
  text-align: center;
}
#page-concept .concept2 {
  margin-top: 140px;
  text-align: center;
}
#page-concept .title {
  font-weight: normal;
  margin: 60px auto 20px;
  text-align: center;
  font-size: 32px;
  color: #63757e;
}
@media screen and (max-width: 768px) {
  #page-concept .title {
    font-size: 20px;
  }
}
#page-concept .common-txt {
  font-size: 14px;
}
#page-concept .img-box {
  margin: 40px auto;
}
#page-concept .img-box3 {
  margin: 40px auto 0;
}
#page-concept .img-box2 {
  margin: 0 auto 40px;
}
#page-concept .center {
  text-align: center;
}
#page-concept .green {
  color: #8ebd6a;
  margin: 0 auto 20px;
}
#page-concept .pink {
  color: #e4878e;
  margin: 0 auto 20px;
}
#page-concept .yellow {
  color: #b2ab4d;
  margin: 0 auto 20px;
}
#page-concept .blue {
  color: #85c3d3;
  margin: 0 auto 20px;
}
#page-concept .purple {
  color: #aea4d0;
  margin: 0 auto 20px;
}

#page-location {
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
#page-location .title-box {
  margin-top: 60px;
  max-width: 100%;
  padding: 0;
}
#page-location .title-box img {
  width: 100%;
  height: auto;
}
#page-location .mv img {
  width: 100%;
  margin-bottom: 40px;
}
#page-location .title {
  font-weight: normal;
  margin: 60px auto;
  text-align: center;
  font-size: 32px;
  color: #63757e;
}
@media screen and (max-width: 768px) {
  #page-location .title {
    font-size: 22px;
  }
}
#page-location .common-txt {
  font-size: 14px;
}
#page-location .img-box {
  margin: 40px auto;
  text-align: center;
}
#page-location .small-box {
  max-width: 700px;
}
#page-location .location-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
#page-location .location-flex li {
  width: 48%;
}
#page-location .location-flex .location-flex {
  margin: 0 auto;
}
#page-location .location-flex .location-flex li {
  margin-bottom: 20px;
}
#page-location .small-flex {
  max-width: 650px;
}
#page-location .green-box {
  background-color: #dde9d0;
  padding: 10px;
  margin-top: 20px;
}
#page-location .center-box {
  text-align: center;
  margin: auto;
}
#page-location .tabs {
  max-width: 1060px;
  margin: 50px auto 0;
}
#page-location .tab_item {
  width: calc(96% / 6);
  margin-right: 5px;
  height: 50px;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  #page-location .tab_item {
    width: calc(95% / 3);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page-location .tab_item:nth-child(3) {
    margin-right: 0;
  }
}
#page-location .tab_item:last-child {
  margin-right: 0;
}
#page-location .tab_item:hover {
  opacity: 0.75;
}
#page-location input[name=tab_item] {
  display: none;
}
#page-location .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#page-location #all:checked ~ #all_content,
#page-location #all2:checked ~ #all_content2,
#page-location #all3:checked ~ #all_content3,
#page-location #all4:checked ~ #all_content4,
#page-location #all5:checked ~ #all_content5,
#page-location #all6:checked ~ #all_content6 {
  display: block;
}
#page-location .tabs input:checked + .tab_item {
  color: #fff;
}
#page-location .table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #adadad;
  margin-bottom: 10px;
}
#page-location .table-flex .pink {
  color: #e4878e;
}
#page-location .table-flex li {
  width: 50%;
  padding: 2px 4px;
}
@media screen and (max-width: 768px) {
  #page-location .table-flex li {
    width: 100%;
  }
}
#page-location .table-flex li:first-child {
  border-right: 1px solid #adadad;
}
@media screen and (max-width: 768px) {
  #page-location .table-flex li:first-child {
    border-right: 0;
    border-bottom: 1px solid #adadad;
  }
}
#page-location .table-flex li:last-child {
  background-color: #f9f9f9;
  text-align: right;
}
#page-location .img-box.small-box {
  max-width: 300px;
  margin: 40px auto;
}

#page-access .mv img {
  width: 100%;
  margin-bottom: 40px;
}
#page-access .title {
  font-weight: normal;
  margin: 60px auto;
  text-align: center;
  font-size: 32px;
  color: #63757e;
}
@media screen and (max-width: 768px) {
  #page-access .title {
    font-size: 22px;
  }
}
#page-access .common-txt {
  font-size: 14px;
}
#page-access .img-box {
  margin: 40px auto;
}
#page-access .small-box {
  max-width: 700px;
}
#page-access .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-access .access-flex li {
  width: 48%;
}
#page-access .blue-box {
  background-color: #87b2e0;
  padding: 4px;
  margin-top: 40px;
}
#page-access .white-border {
  border: 1px solid #fff;
  background-color: #87b2e0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #page-access .white-border {
    padding: 10px;
  }
}
#page-access .white-border .title {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
}
#page-access .white-border .img-box {
  margin-top: 20px;
}
#page-access .white-border .common-txt {
  color: #fff;
  margin-bottom: 20px;
}

#page-company {
  background-color: #f8f8f8;
  font-family: "Kosugi Maru", sans-serif;
  font-family: "Shippori Mincho", serif;
}
#page-company .ajust-link {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-company #pp.ajust-link {
    margin-top: -60px;
    padding-top: 80px;
  }
}
#page-company .title {
  font-size: 32px;
  letter-spacing: 8px;
  text-align: center;
  margin: 60px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-company .title {
    font-size: 20px;
  }
}
#page-company .subtitle {
  font-size: 24px;
  letter-spacing: 8px;
  text-align: center;
  margin: 40px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-company .subtitle {
    font-size: 18px;
  }
}
#page-company .center-text {
  text-align: center;
}
#page-company .desc {
  font-size: 14px;
  line-height: 2;
}
#page-company .contents2 {
  color: #000;
}
#page-company .contents2 .subtitle {
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-company .contents2 .subtitle {
    font-size: 16px;
  }
}
#page-company .contents {
  padding: 0 5px 60px;
}
#page-company .contents .bread {
  padding-top: 40px;
  font-size: 12px;
  font-weight: normal;
}
#page-company .contents .bread a {
  margin-right: 5px;
}
#page-company .contents .bread span {
  margin-right: 5px;
}
#page-company .contents .border {
  max-width: 200px;
  border-bottom: 1px solid #fff;
  margin: 80px auto;
}
#page-company .img-mv {
  position: relative;
}
#page-company .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-company .img-mv .center-text {
    font-size: 32px;
    height: 60px;
  }
}
#page-company .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-company .link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 60px auto;
}
#page-company .link-flex li {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}
#page-company .link-flex li p {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-company .link-flex li p {
    font-size: 10px;
  }
}
#page-company .company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 60px auto;
}
#page-company .company-flex li {
  width: 60%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex li {
    width: 100%;
  }
}
#page-company .company-flex li:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex li:last-child {
    width: 100%;
  }
}
#page-company .company-flex p.desc {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex p.desc {
    font-size: 14px;
  }
}
#page-company .company-flex p.name-title {
  margin-top: 40px;
  font-size: 16px;
}
#page-company .company-flex p.name {
  font-size: 24px;
}
#page-company .company-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-company .company-flex2 li {
  width: 62%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex2 li {
    width: 100%;
  }
}
#page-company .company-flex2 .company-flex-title {
  border-left: 3px solid #1a2f4b;
  padding-left: 20px;
  margin-bottom: 10px;
}
#page-company .company-flex2 .company-desc {
  margin-left: 15px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex2 .company-desc {
    margin-left: 0;
    font-size: 13px;
  }
}
#page-company .company-flex2 li:nth-child(2) {
  width: 35%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-company .company-flex2 li:nth-child(2) {
    width: 100%;
  }
}
#page-company .company-flex2 a {
  border: 1px solid #1a2f4b;
  margin-right: 5px;
  padding: 4px 10px;
  color: #1a2f4b;
  font-size: 8px;
  border-radius: 20px;
}
#page-company .staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 60px auto 20px;
}
#page-company .staff-flex li.staff-img {
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-company .staff-flex li.staff-img {
    width: 100%;
  }
}
#page-company .staff-flex li.staff-about {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #page-company .staff-flex li.staff-about {
    width: 100%;
  }
}
#page-company .staff-flex .staff-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #page-company .staff-flex .staff-title {
    font-size: 30px;
  }
}
#page-company .staff-flex .staff-title-en {
  font-size: 14px;
  margin-bottom: 40px;
}
#page-company .staff-desc {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #page-company .staff-desc {
    font-size: 14px;
    line-height: 2;
  }
}
#page-company .center-box {
  text-align: center;
  margin: 40px auto;
  max-width: 300px;
}
#page-company .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 60px auto 20px;
}
#page-company .about-flex > li {
  width: 64%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-company .about-flex > li {
    width: 100%;
  }
}
#page-company .about-flex li.about-img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #page-company .about-flex li.about-img {
    width: 100%;
  }
}
#page-company .about-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #page-company .about-info-flex {
    margin: 20px auto;
  }
}
#page-company .about-info-flex li {
  width: 35%;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-company .about-info-flex li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-company .about-info-flex li {
    font-size: 22px;
  }
}
#page-company .about-info-flex li:last-child {
  border-left: 1px solid #000;
  padding-left: 20px;
  width: 60%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #page-company .about-info-flex li:last-child {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 10px 20px;
  }
}
#page-company .pp-box {
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 400px;
  padding: 0 20px 20px;
  overflow: scroll;
  font-size: 12px;
  margin-bottom: 60px;
}
#page-company .txt-privacy, #page-company .list-privacy {
  margin-bottom: 20px;
}
#page-company .hdg {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}

#page-future {
  font-family: "Kosugi Maru", sans-serif;
  font-family: "Shippori Mincho", serif;
}
#page-future .title {
  font-size: 32px;
  letter-spacing: 8px;
  text-align: center;
  margin: 60px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-future .title {
    font-size: 20px;
  }
}
#page-future .subtitle {
  font-size: 24px;
  letter-spacing: 8px;
  text-align: center;
  margin: 40px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-future .subtitle {
    font-size: 18px;
  }
}
#page-future .center-text {
  text-align: center;
}
#page-future .desc {
  font-size: 16px;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  #page-future .desc {
    font-size: 14px;
    line-height: 2;
  }
}
#page-future .contents2 {
  color: #000;
}
#page-future .contents2 .subtitle {
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-future .contents2 .subtitle {
    font-size: 16px;
  }
}
#page-future .contents2 .subtitle2 {
  text-align: left;
  margin: 10px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  #page-future .contents2 .subtitle2 {
    font-size: 20px;
  }
}
#page-future .contents2 .subtext2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  #page-future .contents2 .subtext2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #page-future .contents2 .section-inner {
    padding: 0 30px;
  }
  #page-future .contents2 .section-inner .slick-next {
    right: -25px;
  }
  #page-future .contents2 .section-inner .slick-prev {
    left: -25px;
  }
}
#page-future .contents {
  background: url(../images/future_img_bg.png);
  background-size: cover;
  padding: 0 20px 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-future .contents {
    padding: 0 5px 60px;
  }
}
#page-future .contents a {
  color: #fff;
}
#page-future .contents .bread {
  padding-top: 40px;
  font-size: 12px;
  font-weight: normal;
}
#page-future .contents .bread a {
  margin-right: 5px;
}
#page-future .contents .bread span {
  margin-right: 5px;
}
#page-future .contents .border {
  max-width: 200px;
  border-bottom: 1px solid #fff;
  margin: 80px auto;
}
#page-future .img-mv {
  position: relative;
}
#page-future .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #page-future .img-mv .center-text {
    font-size: 32px;
    height: 60px;
  }
}
#page-future .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-future .future-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-future .future-flex li {
  min-height: 520px;
  width: 32%;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  color: #000;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #page-future .future-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-future .future-flex li .future-title {
  margin: 10px 0;
  font-size: 19px;
}
#page-future .future-flex li .desc {
  color: #000;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
#page-future .future-flex li .image-multiply {
  mix-blend-mode: multiply;
}
#page-future .future-flex li.arrow {
  min-height: auto;
  background: none;
  width: 8%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-future .future-flex li.arrow {
    width: 100%;
  }
}
#page-future .future-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-future .future-flex2 li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-future .future-flex2 li {
    width: 100%;
  }
}
#page-future .future-flex2 li.three {
  width: 31%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-future .future-flex2 li.three {
    width: 100%;
  }
}
#page-future .future-flex2 .tag {
  border: 1px solid #1a2f4b;
  margin-right: 5px;
  padding: 4px 10px;
  color: #1a2f4b;
  font-size: 8px;
  border-radius: 20px;
}
#page-future .future-flex2 .item-link:hover {
  color: #666;
  text-decoration: none;
}
#page-future .center-box {
  text-align: center;
  margin: 40px auto;
  max-width: 300px;
}
#page-future .tab .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page-future .tab .tab-nav {
    display: block;
  }
}
#page-future .tab .tab-nav .tab-nav__item {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  color: #fff;
  background: #1A2E4B;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 3px 3px #000;
          box-shadow: 0 3px 3px #000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#page-future .tab .tab-nav .tab-nav__item.is-active {
  color: #1a2f4b;
  background: #fff;
}
#page-future .tab .tab-nav .tab-nav__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #page-future .tab .tab-nav .tab-nav__item:nth-child(1) {
    margin-bottom: 20px;
  }
}
#page-future .tab .tab-nav .tab-nav__text {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page-future .tab .tab-nav .tab-nav__text {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
#page-future .tab .tab-nav .tab-nav__text::after {
  content: "▼";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #page-future .tab .tab-nav .tab-nav__text::after {
    font-size: 14px;
  }
}
#page-future .tab .tab-content {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
#page-future .tab .tab-content .tab-content__item {
  display: none;
}
#page-future .tab .tab-content .tab-content__item.is-show {
  display: block;
}

#page-news .layout-news-wrapper {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper {
    padding: 0 20px;
  }
}
#page-news .layout-news-wrapper .layout-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .layout-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f8f8f8;
  }
}
#page-news .layout-news-wrapper .layout-news .layout-news__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 820px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .layout-news .layout-news__primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-news .layout-news-wrapper .layout-news .layout-news__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .layout-news .layout-news__secondary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 70px;
  }
}
#page-news .layout-news-wrapper .news-widget .widget-title {
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget .widget-title {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget .widget-title::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget .widget-title.is-open .widget-inner {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget .widget-title.is-open::after {
    top: 10px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
#page-news .layout-news-wrapper .news-widget .widget-inner {
  padding: 30px 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  #page-news .layout-news-wrapper .news-widget .widget-inner {
    display: none;
  }
}
#page-news .layout-news-wrapper .news-widget .year {
  font-size: 2.4rem;
}
#page-news .layout-news-wrapper .news-widget .month-list > li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}
#page-news .layout-news-wrapper .news-widget .month-list a {
  display: block;
  padding: 4px 0;
}

#page-news.index {
  font-family: "Shippori Mincho", serif;
}
#page-news.index .img-mv {
  position: relative;
}
#page-news.index .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-news.index .img-mv .center-text {
    font-size: 32px;
    height: 60px;
  }
}
#page-news.index .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-news.index h2.title {
  font-size: 48px;
  letter-spacing: 8px;
  text-align: center;
  margin: 40px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-news.index h2.title {
    font-size: 24px;
  }
}
#page-news.index .info-list {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-news.index .info-list .info-list-link {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#page-news.index .info-list .info-list-link:hover {
  background: #eee;
  text-decoration: none;
}
#page-news.index .info-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #page-news.index .info-list dl {
    font-size: 12px;
  }
}
#page-news.index .info-list dl dt {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #page-news.index .info-list dl dt {
    width: 70px;
  }
}
#page-news.index .pager-wrapper {
  padding: 40px 0 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .pager-wrapper {
    padding: 40px 0 0;
  }
}
#page-news.index .pager-wrapper .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-news.index .pager-wrapper .pager > li a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 15px 10px;
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page-news.index .pager-wrapper .pager > li a {
    padding: 10px;
    font-size: 1.4rem;
  }
}
#page-news.index .pager-wrapper .pager > li a.selected {
  color: #fff;
  background: #1eb9ee;
}
#page-news.detail {
  font-family: "Shippori Mincho", serif;
}
#page-news.detail .img-mv {
  position: relative;
}
#page-news.detail .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-news.detail .img-mv .center-text {
    font-size: 32px;
    height: 60px;
  }
}
#page-news.detail .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-news.detail h2.title {
  font-size: 48px;
  letter-spacing: 8px;
  text-align: center;
  margin: 40px auto;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-news.detail h2.title {
    font-size: 24px;
  }
}
#page-news.detail main {
  background: #f8f8f8;
}
#page-news.detail main .mv {
  margin-bottom: 20px;
}
#page-news.detail main .img-mv {
  position: relative;
}
#page-news.detail main .img-mv img {
  width: 100%;
}
#page-news.detail main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-news.detail main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-news.detail main .news-detail-article {
  margin-bottom: 180px;
}
#page-news.detail main .news-detail-article .article-inner {
  max-width: 1200px;
  margin: auto;
}
#page-news.detail main .news-detail-article p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .news-detail-article p {
    font-size: 12px;
  }
}
#page-news.detail main .news-detail-article img {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .news-detail-article img {
    width: 100%;
  }
}
#page-news.detail main .news-detail-article h1 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .news-detail-article h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-news.detail main .news-detail-article h2 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .news-detail-article h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#page-news.detail main .section-header {
  margin-bottom: 50px;
}
#page-news.detail main .section-header .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .section-header .section__inner {
    padding: 0 20px;
  }
}
#page-news.detail main .section-header .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .section-header .heading-1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
#page-news.detail main .section-header .date {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .section-header .date {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#page-news.detail main .section-body {
  margin-bottom: 80px;
}
#page-news.detail main .section-body .section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-news.detail main .section-footer {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail main .section-footer {
    padding-bottom: 60px;
  }
}
#page-real-estate-consulting {
  font-family: "Shippori Mincho", serif;
}
#page-real-estate-consulting .main .img-mv {
  position: relative;
}
#page-real-estate-consulting .main .img-mv img {
  width: 100%;
}
#page-real-estate-consulting .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-real-estate-consulting .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-real-estate-consulting .main .section-1 {
  background: #f8f8f8 url(../images/rec_bg_1.png) center center/563px 604px no-repeat;
  padding: 20px 20px 200px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-1 {
    background: #f8f8f8 url(../images/rec_bg_1.png) center center/80% auto no-repeat;
    padding: 20px 20px 90px;
  }
}
#page-real-estate-consulting .main .section-1 .text-1 {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-1 .text-1 {
    font-size: 14px;
    padding-top: 20px;
  }
}
#page-real-estate-consulting .main .section-2 {
  padding: 80px 0;
  background: #1a2f4b url(../images/rec_bg_2.png) right center/1147px 1667px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 {
    padding: 80px 0;
  }
}
#page-real-estate-consulting .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-real-estate-consulting .main .section-2 .heading-1-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .heading-1-wrapper {
    margin-bottom: 80px;
  }
}
#page-real-estate-consulting .main .section-2 .heading-1-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#page-real-estate-consulting .main .section-2 .heading-1-wrapper-inner {
  max-width: 1200px;
  margin: auto;
}
#page-real-estate-consulting .main .section-2 .heading-1 {
  padding: 10px 70px 10px 10px;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.2em;
  max-width: 600px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .heading-1 {
    font-size: 24px;
    text-align: left;
    max-width: 300px;
    padding-left: 20px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item {
  position: relative;
  background: #fff;
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-1 {
  margin-right: calc(50% - 50vw);
}
#page-real-estate-consulting .main .section-2 .service-item.item-1 .service-item-inner {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-1 .service-item-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-1 .img-box {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-1 .img-box {
    top: -40px;
    margin-bottom: -40px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-2 {
  margin-top: 380px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-2 {
    margin-top: 80px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-2 .service-item-inner {
  margin-right: 50px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-2 .service-item-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-2 .img-box {
  position: relative;
  top: -300px;
  margin-bottom: -300px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-2 .img-box {
    top: -40px;
    margin-bottom: -40px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-3 {
  margin-top: 200px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-3 {
    margin-top: 80px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-3 .service-item-inner {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-3 .service-item-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item.item-3 .img-box {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item.item-3 .img-box {
    top: -40px;
    margin-bottom: -40px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .service-item-inner {
  max-width: 900px;
}
#page-real-estate-consulting .main .section-2 .service-item .section {
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item .section {
    padding: 20px 0 0;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .section:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item .section:last-of-type {
    padding-bottom: 40px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .title-1 {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.42em;
  line-height: 1.66;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item .title-1 {
    font-size: 24px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .title-1 .number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 50px;
}
#page-real-estate-consulting .main .section-2 .service-item .title-1 .number::after {
  content: "●";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  color: #333;
  font-size: 40px;
  line-height: 1;
}
#page-real-estate-consulting .main .section-2 .service-item .title-2 {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0 0 10px;
}
#page-real-estate-consulting .main .section-2 .service-item .title-3 {
  position: relative;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0 0 10px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item .title-3 {
    font-size: 16px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .title-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #333;
}
@media screen and (max-width: 1024px) {
  #page-real-estate-consulting .main .section-2 .service-item .title-3::before {
    top: 14px;
  }
}
#page-real-estate-consulting .main .section-2 .service-item .text-1 {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.57;
}

#page-inheritance-consulting {
  font-family: "Shippori Mincho", serif;
}
#page-inheritance-consulting .main .img-mv {
  position: relative;
}
#page-inheritance-consulting .main .img-mv img {
  width: 100%;
}
#page-inheritance-consulting .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-inheritance-consulting .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-inheritance-consulting .main .img-mv .center-text span.sub-title {
  font-size: 24px;
}
#page-inheritance-consulting .main .section-1 {
  background: #f8f8f8 url(../images/ic_bg_1.png) center center/563px 604px no-repeat;
  padding: 20px 20px 200px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-1 {
    background: #f8f8f8 url(../images/ic_bg_1.png) center center/80% auto no-repeat;
    padding: 20px 20px 90px;
  }
}
#page-inheritance-consulting .main .section-1 .text-1 {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-1 .text-1 {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 20px;
  }
}
#page-inheritance-consulting .main .section-2 {
  padding: 80px 0 170px;
  background: #1a2f4b url(../images/rec_bg_2.png) right center/1147px 1667px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 {
    padding: 40px 0 120px;
  }
}
#page-inheritance-consulting .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-inheritance-consulting .main .section-2 .heading-1-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .heading-1-wrapper {
    margin-bottom: 50px;
  }
}
#page-inheritance-consulting .main .section-2 .heading-1-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#page-inheritance-consulting .main .section-2 .heading-1-wrapper-inner {
  max-width: 1200px;
  margin: auto;
}
#page-inheritance-consulting .main .section-2 .heading-1 {
  padding: 10px 70px 10px 10px;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.2em;
  max-width: 600px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .heading-1 {
    font-size: 24px;
    text-align: left;
    max-width: 300px;
    padding-left: 20px;
  }
}
#page-inheritance-consulting .main .section-2 .lead-1 {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 2.81;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .lead-1 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
#page-inheritance-consulting .main .section-2 .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px 50px;
  max-width: 1000px;
  margin: 50px auto 0;
  min-height: 210px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .service-item {
    display: block;
    padding: 20px 20px 40px;
  }
}
#page-inheritance-consulting .main .section-2 .service-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .service-item:not(:last-of-type) {
    margin-bottom: 66px;
  }
}
#page-inheritance-consulting .main .section-2 .service-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -75px;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .service-item:not(:last-of-type)::after {
    bottom: -48px;
  }
}
#page-inheritance-consulting .main .section-2 .service-item .item-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
#page-inheritance-consulting .main .section-2 .service-item .item-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
#page-inheritance-consulting .main .section-2 .service-item .img-box {
  text-align: center;
}
#page-inheritance-consulting .main .section-2 .service-item .img-box picture {
  display: block;
}
#page-inheritance-consulting .main .section-2 .service-item .img-box img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#page-inheritance-consulting .main .section-2 .service-item .section:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-inheritance-consulting .main .section-2 .service-item .list-1 > li {
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 2.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-2 .service-item .list-1 > li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
  }
}
#page-inheritance-consulting .main .section-3 {
  background: #1a2f4b;
  padding-bottom: 170px;
}
#page-inheritance-consulting .main .section-3 .section__inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .section__inner {
    padding: 0 20px;
  }
}
#page-inheritance-consulting .main .section-3 .tab {
  background: #fff;
}
#page-inheritance-consulting .main .section-3 .tab .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  letter-spacing: 0.18em;
  border-bottom: 1px solid #293e5a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item:hover {
  background: rgba(41, 62, 90, 0.2);
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item.selected {
  color: #fff;
  background: #293e5a;
}
#page-inheritance-consulting .main .section-3 .tab .tab-nav .nav-item:not(:last-of-type) {
  border-right: 1px solid #293e5a;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .content-item {
  display: none;
  padding: 60px 100px;
  min-height: 590px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .content-item {
    padding: 30px 10px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .content-item.show {
  display: block;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .title-1 {
  font-size: 18px;
  letter-spacing: 0.22em;
  text-align: center;
  color: #fff;
  background: #293e5a;
  padding: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .title-1 {
    margin-bottom: 20px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .text-1 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .text-1 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 {
    display: block;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .list-1:not(:last-of-type) {
  margin-bottom: 30px;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 dt {
  font-size: 40px;
  color: #1a2f4b;
  margin-right: 20px;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 dt .unit {
  font-size: 60%;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 dd {
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .list-1 dd {
    font-size: 16px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-1 {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-1 {
    font-size: 14px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-2 {
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 10px;
  color: #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-2 {
    font-size: 25px;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline {
  border-bottom: 2px solid #1a2f4b;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline {
    border-bottom: none;
    padding: 0;
  }
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline-sp {
  border-bottom: 2px solid #1a2f4b;
  padding: 0 10px;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__icon {
  text-align: center;
  padding: 10px;
  font-size: 10px;
}
#page-inheritance-consulting .main .section-3 .tab .tab-content .lawn .lawn__note {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}
#page-inheritance-consulting .main .section-4 {
  padding: 80px 0 200px;
  background: #fff;
}
#page-inheritance-consulting .main .section-4 .button {
  max-width: 350px;
  margin: auto;
}
#page-inheritance-consulting .main .section-4 .btn-reserve {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 25px;
}
#page-inheritance-consulting .main .section-4 .btn-reserve::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
#page-inheritance-consulting .main .section-4 .btn-reserve:hover {
  text-decoration: none;
}

#page-inheritance-consulting-2 {
  font-family: "Shippori Mincho", serif;
}
#page-inheritance-consulting-2 .main .img-mv {
  position: relative;
}
#page-inheritance-consulting-2 .main .img-mv img {
  width: 100%;
}
#page-inheritance-consulting-2 .main .img-mv .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}
#page-inheritance-consulting-2 .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-inheritance-consulting-2 .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-inheritance-consulting-2 .main .img-mv .center-text span.sub-title {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .img-mv .center-text span.sub-title {
    font-size: 14px;
  }
}
#page-inheritance-consulting-2 .main .section-1 {
  background: #f8f8f8 url(../images/ic_bg_1.png) center center/563px 604px no-repeat;
  padding: 20px 20px 200px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-1 {
    background: #f8f8f8 url(../images/ic_bg_1.png) center center/80% auto no-repeat;
    padding: 20px 20px 90px;
  }
}
#page-inheritance-consulting-2 .main .section-1 .text-1 {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-1 .text-1 {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 20px;
  }
}
#page-inheritance-consulting-2 .main .section-2 {
  padding: 80px 0 170px;
  background: #1a2f4b url(../images/rec_bg_2.png) right center/1147px 1667px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 {
    padding: 40px 0 120px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .heading-1-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .heading-1-wrapper {
    margin-bottom: 50px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .heading-1-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#page-inheritance-consulting-2 .main .section-2 .heading-1-wrapper-inner {
  max-width: 1200px;
  margin: auto;
}
#page-inheritance-consulting-2 .main .section-2 .heading-1 {
  padding: 10px 70px 10px 10px;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.2em;
  max-width: 600px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .heading-1 {
    font-size: 24px;
    text-align: left;
    max-width: 300px;
    padding-left: 20px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .lead-section {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .lead-section {
    margin-bottom: 50px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .heading-2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .heading-2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .heading-3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .heading-3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .lead-1 {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 2.81;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .lead-1 {
    font-size: 14px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .lead-1 .highlight {
  color: #fff000;
}
#page-inheritance-consulting-2 .main .section-2 .lead-1 p:not(:last-child) {
  margin-bottom: 2em;
}
#page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 .lead-wrapper-box-1__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 .lead-wrapper-box-1__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 2em;
  }
}
#page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 .lead-wrapper-box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .lead-wrapper-box-1 .lead-wrapper-box-1__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-inheritance-consulting-2 .main .section-2 .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px 50px;
  max-width: 1000px;
  margin: 50px auto 0;
  min-height: 210px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .service-item {
    display: block;
    padding: 20px 20px 40px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .service-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .service-item:not(:last-of-type) {
    margin-bottom: 66px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .service-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -75px;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .service-item:not(:last-of-type)::after {
    bottom: -48px;
  }
}
#page-inheritance-consulting-2 .main .section-2 .service-item .item-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .item-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .img-box {
  text-align: center;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .img-box picture {
  display: block;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .img-box img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#page-inheritance-consulting-2 .main .section-2 .service-item .section:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .list-1 > li {
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 2.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-2 .service-item .list-1 > li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
  }
}
#page-inheritance-consulting-2 .main .section-2 .service-item .more {
  margin-top: 20px;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .more .btn-more {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #1a2f4b;
  border-radius: 100px;
  padding: 10px;
}
#page-inheritance-consulting-2 .main .section-2 .service-item .more .btn-more:hover {
  text-decoration: none;
}
#page-inheritance-consulting-2 .main .section-3 {
  background: #1a2f4b;
  padding-bottom: 170px;
}
#page-inheritance-consulting-2 .main .section-3 .section__inner {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .section__inner {
    padding: 0 20px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab {
  background: #fff;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  letter-spacing: 0.18em;
  border-bottom: 1px solid #293e5a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item:hover {
  background: rgba(41, 62, 90, 0.2);
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item.selected {
  color: #fff;
  background: #293e5a;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-nav .nav-item:not(:last-of-type) {
  border-right: 1px solid #293e5a;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .content-item {
  display: none;
  padding: 60px 100px;
  min-height: 590px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .content-item {
    padding: 30px 10px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .content-item.show {
  display: block;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .title-1 {
  font-size: 18px;
  letter-spacing: 0.22em;
  text-align: center;
  color: #fff;
  background: #293e5a;
  padding: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .title-1 {
    margin-bottom: 20px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .text-1 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .text-1 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 {
    display: block;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1:not(:last-of-type) {
  margin-bottom: 30px;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 dt {
  font-size: 40px;
  color: #1a2f4b;
  margin-right: 20px;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 dt .unit {
  font-size: 60%;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 dd {
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .list-1 dd {
    font-size: 16px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-1 {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-1 {
    font-size: 14px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-2 {
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 10px;
  color: #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-2 {
    font-size: 25px;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline {
  border-bottom: 2px solid #1a2f4b;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline {
    border-bottom: none;
    padding: 0;
  }
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__text-2 .underline-sp {
  border-bottom: 2px solid #1a2f4b;
  padding: 0 10px;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__icon {
  text-align: center;
  padding: 10px;
  font-size: 10px;
}
#page-inheritance-consulting-2 .main .section-3 .tab .tab-content .lawn .lawn__note {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}
#page-inheritance-consulting-2 .main .section-4 {
  padding: 80px 0 200px;
  background: #fff;
}
#page-inheritance-consulting-2 .main .section-4 .button {
  max-width: 350px;
  margin: auto;
}
#page-inheritance-consulting-2 .main .section-4 .btn-reserve {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 25px;
}
#page-inheritance-consulting-2 .main .section-4 .btn-reserve::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
#page-inheritance-consulting-2 .main .section-4 .btn-reserve:hover {
  text-decoration: none;
}

#page-second-opinion {
  font-family: "Shippori Mincho", serif;
}
#page-second-opinion .main .img-mv {
  position: relative;
}
#page-second-opinion .main .img-mv img {
  width: 100%;
}
#page-second-opinion .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-second-opinion .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-second-opinion .main .section-1 {
  background: #f8f8f8 url(../images/rec_bg_1.png) center center/563px 604px no-repeat;
  padding: 20px 20px 200px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-1 {
    background: #f8f8f8 url(../images/rec_bg_1.png) center center/80% auto no-repeat;
    padding: 20px 20px 90px;
  }
}
#page-second-opinion .main .section-1 .text-1 {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-1 .text-1 {
    font-size: 14px;
    padding-top: 20px;
  }
}
#page-second-opinion .main .section-2 {
  padding: 80px 0;
  background: #1a2f4b url(../images/rec_bg_2.png) right center/1147px 1667px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 {
    padding: 80px 0;
  }
}
#page-second-opinion .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-second-opinion .main .section-2 .section-text-1 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .section-text-1 {
    margin-bottom: 50px;
  }
}
#page-second-opinion .main .section-2 .heading-1-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .heading-1-wrapper {
    margin-bottom: 40px;
  }
}
#page-second-opinion .main .section-2 .heading-1-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#page-second-opinion .main .section-2 .heading-1-wrapper-inner {
  max-width: 1200px;
  margin: auto;
}
#page-second-opinion .main .section-2 .heading-1 {
  padding: 10px 70px 10px 10px;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.2em;
  max-width: 600px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .heading-1 {
    font-size: 24px;
    text-align: left;
    max-width: 300px;
    padding-left: 20px;
  }
}
#page-second-opinion .main .section-2 .service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  padding: 50px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item {
    display: block;
    padding: 70px 20px;
  }
}
#page-second-opinion .main .section-2 .service-item:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
#page-second-opinion .main .section-2 .service-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -75px;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item:not(:last-of-type)::after {
    bottom: -48px;
  }
}
#page-second-opinion .main .section-2 .service-item .item-primary {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-second-opinion .main .section-2 .service-item .item-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-second-opinion .main .section-2 .service-item .title-1 {
  position: absolute;
  top: 20px;
  left: -90px;
  font-size: 30px;
  line-height: 1.66;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  color: #fff;
  background: rgba(34, 56, 85, 0.9);
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item .title-1 {
    top: -50px;
    left: -40px;
    font-size: 17px;
    padding: 20px 20px 20px 70px;
  }
}
#page-second-opinion .main .section-2 .service-item .title-1 .number {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #1a2f4b;
  text-align: center;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item .title-1 .number {
    left: 30px;
    width: 30px;
  }
}
#page-second-opinion .main .section-2 .service-item .title-1 .number::after {
  content: "●";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item .title-1 .number::after {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item .thumb-1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
#page-second-opinion .main .section-2 .service-item .text-1 {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  #page-second-opinion .main .section-2 .service-item .text-1 {
    font-size: 14px;
  }
}
#page-second-opinion .main .section-footer {
  padding: 80px 0 200px;
  background: #fff;
}
#page-second-opinion .main .section-footer .button {
  max-width: 350px;
  margin: auto;
}
#page-second-opinion .main .section-footer .btn-reserve {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 25px;
}
#page-second-opinion .main .section-footer .btn-reserve::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  background: url(../images/ic_icon_2.png) center center/100% 100% no-repeat;
  width: 35px;
  height: 7px;
}
#page-second-opinion .main .section-footer .btn-reserve:hover {
  text-decoration: none;
}

#page-voice.index {
  font-family: "Shippori Mincho", serif;
}
#page-voice.index .main {
  background: #f8f8f8;
}
#page-voice.index .main .img-mv {
  position: relative;
}
#page-voice.index .main .img-mv img {
  width: 100%;
}
#page-voice.index .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-voice.index .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-voice.index .main .voice-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#page-voice.index .main .voice-index-list.type-movie .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list.type-movie .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-voice.index .main .voice-index-list .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  margin: 0 1% 60px;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 auto 30px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-link:hover {
  text-decoration: none;
}
#page-voice.index .main .voice-index-list .list-item .item-thumb {
  text-align: center;
  margin-bottom: 10px;
}
#page-voice.index .main .voice-index-list .list-item .item-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item .item-title {
    font-size: 20px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item .item-text {
    font-size: 12px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 2;
}
#page-voice.index .main .voice-index-list .list-item .item-category-list > dt {
  font-size: 18px;
  padding-right: 20px;
  color: #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item .item-category-list > dt {
    font-size: 12px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-category-list > dd {
  font-size: 14px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item .item-category-list > dd {
    font-size: 12px;
    margin-top: 4px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-category-list > dd a {
  display: inline-block;
  border: 1px solid #1a2f4b;
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .voice-index-list .list-item .item-category-list > dd a {
    padding: 0 10px;
  }
}
#page-voice.index .main .voice-index-list .list-item .item-category-list > dd a.selected {
  color: #fff;
  background: #1a2f4b;
}
#page-voice.index .main .voice-index-list .list-item .item-category-list > dd a:hover {
  color: #fff;
  background: #1a2f4b;
  text-decoration: none;
}
#page-voice.index .main .section-1 {
  padding: 20px 20px 80px;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .section-1 {
    padding: 20px 0 40px;
  }
}
#page-voice.index .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-voice.index .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
#page-voice.index .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .section-1 .text-1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#page-voice.index .main .section-2 {
  margin-bottom: 80px;
}
#page-voice.index .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-voice.index .main .section-3 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-voice.index .main .section-3 .section__inner {
    padding: 0 20px;
  }
}
#page-voice.index .main .section-4 {
  padding-bottom: 180px;
}
#page-voice.detail {
  font-family: "Shippori Mincho", serif;
}
#page-voice.detail .main {
  background: #f8f8f8;
}
#page-voice.detail .main .img-mv {
  position: relative;
}
#page-voice.detail .main .img-mv img {
  width: 100%;
}
#page-voice.detail .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-voice.detail .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-voice.detail .main .voice-detail-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#page-voice.detail .main .voice-detail-mv .mv-item {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-link:hover {
  text-decoration: none;
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-thumb {
  text-align: center;
  margin-bottom: 10px;
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-mv .mv-item .item-category-list {
    font-size: 12px;
  }
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dt {
  font-size: 18px;
  padding-right: 20px;
  color: #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dt {
    font-size: 12px;
  }
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dd {
  font-size: 14px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dd {
    font-size: 12px;
    margin-top: 0;
  }
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dd a {
  display: inline-block;
  border: 1px solid #1a2f4b;
  border-radius: 20px;
  padding: 0 20px;
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dd a.selected {
  color: #fff;
  background: #1a2f4b;
}
#page-voice.detail .main .voice-detail-mv .mv-item .item-category-list > dd a:hover {
  color: #fff;
  background: #1a2f4b;
  text-decoration: none;
}
#page-voice.detail .main .voice-detail-article {
  background: #fff;
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-article {
    padding: 60px 20px;
  }
}
#page-voice.detail .main .voice-detail-article .article-inner {
  max-width: 1200px;
  margin: auto;
}
#page-voice.detail .main .voice-detail-article .wp-block-image {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-article .wp-block-image {
    margin-bottom: 30px;
  }
}
#page-voice.detail .main .voice-detail-article img {
  display: block;
  max-width: 550px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-article img {
    width: 100%;
  }
}
#page-voice.detail .main .voice-detail-article h1,
#page-voice.detail .main .voice-detail-article h2 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-article h1,
#page-voice.detail .main .voice-detail-article h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-voice.detail .main .voice-detail-article h1::before,
#page-voice.detail .main .voice-detail-article h2::before {
  content: "ー";
  font-family: "Noto Sans JP", sans-serif;
}
#page-voice.detail .main .voice-detail-article p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .voice-detail-article p {
    font-size: 12px;
  }
}
#page-voice.detail .main .voice-detail-article p + h1,
#page-voice.detail .main .voice-detail-article p + h2 {
  margin-top: 2em;
}
#page-voice.detail .main .section-1 {
  background: #f8f8f8 url(../images/voice_bg_1.png) center 20%/563px 604px no-repeat;
  padding: 20px 20px 80px;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .section-1 {
    background: #f8f8f8 url(../images/voice_bg_1.png) center top -40%/80% auto no-repeat;
    padding: 20px 0 40px;
  }
}
#page-voice.detail .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-voice.detail .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .section-1 .heading-1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
#page-voice.detail .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .section-1 .text-1 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#page-voice.detail .main .section-2 {
  margin-bottom: 80px;
}
#page-voice.detail .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-voice.detail .main .section-3 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  #page-voice.detail .main .section-3 {
    padding-bottom: 60px;
  }
}
#page-case.index {
  font-family: "Shippori Mincho", serif;
}
#page-case.index .main {
  background: #f8f8f8;
}
#page-case.index .main .img-mv {
  position: relative;
}
#page-case.index .main .img-mv img {
  width: 100%;
}
#page-case.index .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-case.index .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-case.index .main .case-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#page-case.index .main .case-index-list .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  margin: 0 1% 90px;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 auto 30px;
  }
}
#page-case.index .main .case-index-list .list-item .item-link:hover {
  text-decoration: none;
}
#page-case.index .main .case-index-list .list-item .item-thumb {
  text-align: center;
  margin-bottom: 10px;
}
#page-case.index .main .case-index-list .list-item .item-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item .item-title {
    font-size: 20px;
  }
}
#page-case.index .main .case-index-list .list-item .item-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item .item-text {
    font-size: 12px;
  }
}
#page-case.index .main .case-index-list .list-item .item-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 2;
}
#page-case.index .main .case-index-list .list-item .item-category-list > dt {
  font-size: 18px;
  padding-right: 20px;
  color: #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item .item-category-list > dt {
    font-size: 12px;
  }
}
#page-case.index .main .case-index-list .list-item .item-category-list > dd {
  font-size: 14px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item .item-category-list > dd {
    font-size: 12px;
    margin-top: 0;
  }
}
#page-case.index .main .case-index-list .list-item .item-category-list > dd a {
  display: inline-block;
  border: 1px solid #1a2f4b;
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .case-index-list .list-item .item-category-list > dd a {
    padding: 0 10px;
  }
}
#page-case.index .main .case-index-list .list-item .item-category-list > dd a.selected {
  color: #fff;
  background: #1a2f4b;
}
#page-case.index .main .case-index-list .list-item .item-category-list > dd a:hover {
  color: #fff;
  background: #1a2f4b;
  text-decoration: none;
}
#page-case.index .main .section-1 {
  padding: 20px 20px 80px;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .section-1 {
    padding: 20px 0 40px;
  }
}
#page-case.index .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-case.index .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
#page-case.index .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .section-1 .text-1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#page-case.index .main .section-2 {
  margin-bottom: 80px;
}
#page-case.index .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-case.index .main .section-3 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-case.index .main .section-3 .section__inner {
    padding: 0 20px;
  }
}
#page-case.index .main .section-4 {
  padding-bottom: 180px;
}
#page-case.detail {
  font-family: "Shippori Mincho", serif;
}
#page-case.detail .main {
  background: #f8f8f8;
}
#page-case.detail .main .img-mv {
  position: relative;
}
#page-case.detail .main .img-mv img {
  width: 100%;
}
#page-case.detail .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-case.detail .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-case.detail .main .case-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .case-header-box {
    display: block;
  }
}
#page-case.detail .main .case-header-box .box-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}
#page-case.detail .main .case-header-box .box-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  padding: 60px 50px 10px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .case-header-box .box-secondary {
    padding: 20px;
  }
}
#page-case.detail .main .case-main-box {
  position: relative;
  background: #fff;
  padding: 50px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .case-main-box {
    padding: 30px 30px 30px 10px;
  }
}
#page-case.detail .main .case-main-box:not(:last-of-type) {
  margin-bottom: 90px;
}
#page-case.detail .main .case-main-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #1a2f4b transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#page-case.detail .main .edit-section:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-case.detail .main .edit-heading-1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #1a2f4b;
  margin-bottom: 10px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .edit-heading-1 {
    font-size: 20px;
  }
}
#page-case.detail .main .edit-heading-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background: #1a2f4b;
}
#page-case.detail .main .edit-heading-2 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #1a2f4b;
  margin-bottom: 10px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .edit-heading-2 {
    font-size: 24px;
  }
}
#page-case.detail .main .edit-heading-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background: #1a2f4b;
}
#page-case.detail .main .edit-text-1 {
  font-size: 16px;
  line-height: 2;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .edit-text-1 {
    font-size: 14px;
  }
}
#page-case.detail .main .edit-text-2 {
  font-size: 14px;
  line-height: 2;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .edit-text-2 {
    font-size: 12px;
  }
}
#page-case.detail .main .section-1 {
  padding: 20px 20px 180px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-1 {
    padding: 20px 0 70px;
  }
}
#page-case.detail .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-case.detail .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 100px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-1 .heading-1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
#page-case.detail .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-1 .text-1 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#page-case.detail .main .section-2 {
  margin-bottom: 80px;
}
#page-case.detail .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-case.detail .main .section-3 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  #page-case.detail .main .section-3 {
    padding-bottom: 60px;
  }
}
#page-blog .layout-blog-wrapper {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper {
    padding: 0 20px;
  }
}
#page-blog .layout-blog-wrapper .layout-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .layout-blog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f8f8f8;
  }
}
#page-blog .layout-blog-wrapper .layout-blog .layout-blog__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 820px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .layout-blog .layout-blog__primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-blog .layout-blog-wrapper .layout-blog .layout-blog__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .layout-blog .layout-blog__secondary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 70px;
  }
}
#page-blog .layout-blog-wrapper .blog-widget .widget-title {
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget .widget-title {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget .widget-title::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget .widget-title.is-open .widget-inner {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget .widget-title.is-open::after {
    top: 10px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
#page-blog .layout-blog-wrapper .blog-widget .widget-inner {
  padding: 30px 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  #page-blog .layout-blog-wrapper .blog-widget .widget-inner {
    display: none;
  }
}
#page-blog .layout-blog-wrapper .blog-widget .year {
  font-size: 2.4rem;
}
#page-blog .layout-blog-wrapper .blog-widget .month-list > li {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}
#page-blog .layout-blog-wrapper .blog-widget .month-list a {
  display: block;
  padding: 4px 0;
}

#page-blog.index {
  font-family: "Shippori Mincho", serif;
}
#page-blog.index .main {
  background: #f8f8f8;
}
#page-blog.index .main .mv {
  margin-bottom: 20px;
}
#page-blog.index .main .img-mv {
  position: relative;
}
#page-blog.index .main .img-mv img {
  width: 100%;
}
#page-blog.index .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-blog.index .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-blog.index .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-blog.index .main .layout-blog {
  background: #f8f8f8 url(../images/blog_bg_1.png) center center/563px 604px no-repeat;
  min-height: 610px;
}
@media screen and (max-width: 1024px) {
  #page-blog.index .main .layout-blog {
    background: #f8f8f8;
    min-height: inherit;
  }
}
#page-blog.index .main .blog-index .list-item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #c4c4c4;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  #page-blog.index .main .blog-index .list-item .item-link {
    display: block;
    margin-bottom: 40px;
  }
}
#page-blog.index .main .blog-index .list-item .item-link:hover {
  background: #eee;
  text-decoration: none;
}
#page-blog.index .main .blog-index .list-item .item-link .item-date {
  font-size: 1.6rem;
  min-width: 190px;
}
#page-blog.index .main .blog-index .list-item .item-link .item-title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  #page-blog.index .main .blog-index .list-item .item-link .item-title {
    font-size: 1.8rem;
  }
}
#page-blog.index .main .section-pager {
  padding-bottom: 180px;
}
#page-blog.detail {
  font-family: "Shippori Mincho", serif;
}
#page-blog.detail .main {
  background: #f8f8f8;
}
#page-blog.detail .main .mv {
  margin-bottom: 20px;
}
#page-blog.detail .main .img-mv {
  position: relative;
}
#page-blog.detail .main .img-mv img {
  width: 100%;
}
#page-blog.detail .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-blog.detail .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-blog.detail .main .blog-detail-article .article-inner {
  max-width: 1200px;
  margin: auto;
}
#page-blog.detail .main .blog-detail-article p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .blog-detail-article p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#page-blog.detail .main .blog-detail-article img {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .blog-detail-article img {
    width: 100%;
  }
}
#page-blog.detail .main .blog-detail-article h1 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .blog-detail-article h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-blog.detail .main .blog-detail-article h2 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .blog-detail-article h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#page-blog.detail .main .section-header {
  margin-bottom: 50px;
}
#page-blog.detail .main .section-header .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .section-header .section__inner {
    padding: 0 20px;
  }
}
#page-blog.detail .main .section-header .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .section-header .heading-1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
#page-blog.detail .main .section-header .date {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .section-header .date {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#page-blog.detail .main .section-body {
  margin-bottom: 80px;
}
#page-blog.detail .main .section-body .section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-blog.detail .main .section-footer {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  #page-blog.detail .main .section-footer {
    padding-bottom: 60px;
  }
}
#page-seminar.index {
  font-family: "Shippori Mincho", serif;
}
#page-seminar.index .main {
  background: #f8f8f8;
}
#page-seminar.index .main .img-mv {
  position: relative;
}
#page-seminar.index .main .img-mv img {
  width: 100%;
}
#page-seminar.index .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-seminar.index .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-seminar.index .main .seminar-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#page-seminar.index .main .seminar-index-list .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  margin: 0 1% 90px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .seminar-index-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 auto 30px;
  }
}
#page-seminar.index .main .seminar-index-list .list-item .item-link:hover {
  text-decoration: none;
}
#page-seminar.index .main .seminar-index-list .list-item .item-thumb {
  text-align: center;
  margin-bottom: 10px;
}
#page-seminar.index .main .seminar-index-list .list-item .item-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .seminar-index-list .list-item .item-title {
    font-size: 20px;
  }
}
#page-seminar.index .main .seminar-index-list .list-item .item-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .seminar-index-list .list-item .item-text {
    font-size: 12px;
  }
}
#page-seminar.index .main .seminar-index-list .list-item .item-date-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
#page-seminar.index .main .seminar-index-list .list-item .item-date-list dt {
  min-width: 70px;
}
#page-seminar.index .main .seminar-index-list .list-item .item-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.22em;
  line-height: 2;
  margin-top: 10px;
}
#page-seminar.index .main .seminar-index-list .list-item .item-category-list > li {
  font-size: 14px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .seminar-index-list .list-item .item-category-list > li {
    font-size: 12px;
    margin-top: 4px;
  }
}
#page-seminar.index .main .seminar-index-list .list-item .item-category-list > li a {
  display: inline-block;
  border: 1px solid #1a2f4b;
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .seminar-index-list .list-item .item-category-list > li a {
    padding: 0 10px;
  }
}
#page-seminar.index .main .seminar-index-list .list-item .item-category-list > li a.selected {
  color: #fff;
  background: #1a2f4b;
}
#page-seminar.index .main .seminar-index-list .list-item .item-category-list > li a:hover {
  color: #fff;
  background: #1a2f4b;
  text-decoration: none;
}
#page-seminar.index .main .section-1 {
  padding: 20px 20px 80px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .section-1 {
    padding: 20px 0 40px;
  }
}
#page-seminar.index .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-seminar.index .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
#page-seminar.index .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .section-1 .text-1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#page-seminar.index .main .section-2 {
  margin-bottom: 80px;
}
#page-seminar.index .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-seminar.index .main .section-3 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-seminar.index .main .section-3 .section__inner {
    padding: 0 20px;
  }
}
#page-seminar.index .main .section-4 {
  padding-bottom: 180px;
}
#page-seminar.detail {
  font-family: "Shippori Mincho", serif;
}
#page-seminar.detail .main {
  background: #f8f8f8;
}
#page-seminar.detail .main .img-mv {
  position: relative;
}
#page-seminar.detail .main .img-mv img {
  width: 100%;
}
#page-seminar.detail .main .img-mv .center-text {
  height: 120px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .img-mv .center-text {
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 60px;
  }
}
#page-seminar.detail .main .img-mv .center-text span {
  display: block;
  font-size: 14px;
}
#page-seminar.detail .main .seminar-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-header-box {
    display: block;
  }
}
#page-seminar.detail .main .seminar-header-box .box-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-header-box .box-primary {
    margin-bottom: 20px;
  }
}
#page-seminar.detail .main .seminar-header-box .box-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-header-box .box-secondary {
    padding-left: 0;
  }
}
#page-seminar.detail .main .seminar-detail-article {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-detail-article {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .c-button-list .c-button {
    margin-left: 0;
    margin-right: 0;
  }
}
#page-seminar.detail .main .edit-status .icon-status {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #1a2f4b;
  padding: 10px;
}
#page-seminar.detail .main .edit-heading-1 {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1a2f4b;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .edit-heading-1 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#page-seminar.detail .main .edit-heading-2 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #1a2f4b;
  margin-bottom: 10px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .edit-heading-2 {
    font-size: 24px;
  }
}
#page-seminar.detail .main .edit-heading-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background: #1a2f4b;
}
#page-seminar.detail .main .edit-date-list-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .edit-date-list-wrapper {
    margin-bottom: 40px;
  }
}
#page-seminar.detail .main .edit-date-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#page-seminar.detail .main .edit-date-list dt {
  font-size: 16px;
  font-weight: bold;
}
#page-seminar.detail .main .edit-date-list dd {
  font-size: 14px;
}
#page-seminar.detail .main .edit-date-list dd::before {
  content: "：";
}
#page-seminar.detail .main .edit-section {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .edit-section {
    font-size: 14px;
  }
}
#page-seminar.detail .main .edit-section:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-seminar.detail .main .edit-section p:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-seminar.detail .main .section-1 {
  padding: 20px 20px 180px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-1 {
    padding: 20px 0 70px;
  }
}
#page-seminar.detail .main .section-1 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-1 .section__inner {
    padding: 0 20px;
  }
}
#page-seminar.detail .main .section-1 .heading-1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.42em;
  text-align: center;
  margin-bottom: 100px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-1 .heading-1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
#page-seminar.detail .main .section-1 .text-1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 2.72;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-1 .text-1 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#page-seminar.detail .main .section-2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-2 {
    margin-bottom: 50px;
  }
}
#page-seminar.detail .main .section-2 .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-2 .section__inner {
    padding: 0 20px;
  }
}
#page-seminar.detail .main .seminar-main-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section {
    margin-bottom: 50px;
  }
}
#page-seminar.detail .main .seminar-main-section .print {
  text-align: right;
  margin-bottom: 40px;
}
#page-seminar.detail .main .seminar-main-section .print .btn-print {
  cursor: pointer;
}
#page-seminar.detail .main .seminar-main-section .more {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .more {
    margin-top: 40px;
  }
}
#page-seminar.detail .main .seminar-main-section .table-section {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table-section {
    padding: 0;
  }
}
#page-seminar.detail .main .seminar-main-section .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table tbody {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table tr {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table tr:nth-child(1) td {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table tr:nth-child(2) td {
    text-align: center;
  }
}
#page-seminar.detail .main .seminar-main-section .table th {
  background: #e6e6e6;
  border-bottom: 1px solid #fff;
  padding: 20px 30px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table th {
    display: block;
    padding: 10px 20px;
  }
}
#page-seminar.detail .main .seminar-main-section .table td {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 30px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .seminar-main-section .table td {
    display: block;
  }
}
#page-seminar.detail .main .section-footer {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-footer {
    padding-bottom: 60px;
  }
}
#page-seminar.detail .main .section-footer .c-button-list:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-seminar.detail .main .section-footer .c-button-list:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media print {
  #page-seminar.detail .g-header,
#page-seminar.detail .footer-bg,
#page-seminar.detail .under-logo,
#page-seminar.detail .mv,
#page-seminar.detail .c-breadcrumbs,
#page-seminar.detail .c-button-list,
#page-seminar.detail .main .seminar-header-box,
#page-seminar.detail .main .seminar-main-section,
#page-seminar.detail .main .seminar-main-section .print,
#page-seminar.detail .main .section-footer {
    display: none;
  }
  #page-seminar.detail .main .seminar-main-section.is-print {
    display: block;
  }
  #page-seminar.detail .main {
    background: none;
  }
  #page-seminar.detail .main .edit-date-list-wrapper {
    margin-bottom: 0;
  }
  #page-seminar.detail .main .section-1 {
    padding: 0 0 40px;
  }
  #page-seminar.detail .main .edit-section:not(:last-of-type) {
    margin-bottom: 0;
  }
  #page-seminar.detail .main .seminar-main-section {
    margin-bottom: 50px;
  }
  #page-seminar.detail .main .seminar-main-section .more {
    display: none;
  }
  #page-seminar.detail .main .seminar-main-section .table-section {
    padding: 0;
  }
  #page-seminar.detail .main .seminar-main-section .table th {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  #page-seminar.detail .main .edit-section p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

#page-simple .g-header {
  background: #20374D;
}
#page-simple .main-content {
  padding: 300px 20px 180px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #page-simple .main-content {
    font-size: 1.2rem;
  }
}
#page-simple .main-content .text-center {
  text-align: center;
}