@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

html, body {
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", serif, sans-serif;
}

.kc {
  background-color: #1a4472;
  color: #ffffff;
}

a, button, select, input[type=text] {
  display: inline-block;
  cursor: pointer;
}

.icon {
  width: 1.4rem;
  height: auto;
  vertical-align: middle;
}

.section-title-line {
  margin-bottom: 1.5rem;
  width: calc(100% / 3);
  color: #1a4472;
  text-align: center;
  font-weight: 300;
  font-size: 3.6rem;
  font-family: "Oswald", serif, sans-serif;
  line-height: 1;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.button--standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  color: #1a4472;
}

.button--standard:after {
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #1a4472;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.only-sp {
  display: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 5rem;
  min-height: 700px;
  max-width: 1280px;
  width: 100%;
}

.hero-wrapper.geom {
  display: block;
  padding: 0;
  min-height: 690px;
  max-width: none;
}

.hero-wrapper.geom .hero-bg {
  width: 100%;
  height: 100%;
}

.hero-wrapper.geom .hero-bg img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 1920px;
  max-height: 750px;
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-wrapper.geom .hero-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 1280px;
  width: 100%;
}

.hero-wrapper.geom .hero-inner .hero-text-main {
  font-size: 2.6rem;
}

.hero-wrapper.geom .hero-inner .hero-text-sub {
  font-size: 4.2rem;
}

.hero-wrapper.geom .hero-inner .hero-text-read {
  font-size: 1.4rem;
}

.hero-shoulder {
  margin-top: 153px;
  min-width: 340px;
  max-width: 400px;
  width: 100%;
}

.hero-text {
  margin-bottom: 8rem;
}

.hero-text img {
  width: 100%;
  height: auto;
}

.hero-text-main {
  margin-bottom: 1rem;
  color: #1a4472;
  font-weight: 600;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif, sans-serif;
}

.hero-text-sub {
  font-size: 2.6rem;
}

.hero-text-read {
  font-size: 1.4rem;
}

.home-kv {
  position: absolute;
  top: 0;
  z-index: -1;
  margin: 0 auto;
  width: 1180px;
}

.home-kv ul#slanting04 li {
  position: relative;
}

.home-kv ul#slanting04 li:after {
  position: absolute;
  top: 245px;
  left: 275px;
  z-index: -1;
  display: block;
  width: 300px;
  height: 640px;
  background-color: #ebebe8;
  content: "";
  -webkit-transform: skewX(-26.6deg);
          transform: skewX(-26.6deg);
}

.home-kv ul#slanting04 li span {
  position: absolute;
  top: -30px;
  left: 557px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 450px;
  height: 640px;
  -webkit-transform: skewX(-26.6deg);
          transform: skewX(-26.6deg);
}

.home-kv ul#slanting04 li span:after {
  position: absolute;
  top: 0;
  right: -60%;
  bottom: 0;
  left: -60%;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBg+M/AwMDIyAAFAA4pAQP4L554AAAAAElFTkSuQmCC) repeat;
  content: "";
  -webkit-transform: skewX(26.6deg);
          transform: skewX(26.6deg);
}

.home-kv ul#slanting04 li:nth-child(2):after {
  position: absolute;
  top: 0;
  right: -160px;
  left: auto;
  z-index: -1;
  display: block;
  width: 215px;
  height: 600px;
  background-color: #ebebe8;
  content: "";
  -webkit-transform: skewX(-26.6deg);
          transform: skewX(-26.6deg);
}

.home-kv ul#slanting04 li:nth-child(2) span {
  top: 200px;
  left: 965px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 215px;
  height: 500px;
}

.home-kv ul#slanting04 li:nth-child(2):before {
  position: absolute;
  top: 0;
  right: -75px;
  z-index: 99;
  display: inline-block;
  width: 1px;
  height: 650px;
  background-color: #323232;
  content: "";
  -webkit-transform: skewX(-26.6deg);
          transform: skewX(-26.6deg);
}

.home-kv ul#slanting04 li img {
  -webkit-transform: skewX(26.6deg) scale(2.1);
          transform: skewX(26.6deg) scale(2.1);
  -o-object-fit: contain;
     object-fit: contain;
}

.home-kv ul#slanting04 li:nth-child(2) img {
  -webkit-transform: skewX(26.6deg) scale(3.2);
          transform: skewX(26.6deg) scale(3.2);
}

.searchform {
  position: relative;
  margin-bottom: 6rem;
  padding: 4rem 8.8rem;
  background-color: #1a4472;
  color: #ffffff;
  font-size: 1.4rem;
}

.searchform-inner {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1000px;
  width: 100%;
}

.searchform .form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}

.searchform .form-content select, .searchform .form-content input[type=text] {
  max-width: 400px;
  width: 100%;
}

.searchform .form-content .form-item.freekeyword p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.searchform .form-content .form-item.freekeyword input[type=text] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 4rem;
  border-radius: 3px;
  text-align: left;
  font-size: 1.4rem;
  cursor: auto;
}

.searchform .form-content .form-item.selection select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 4rem;
  font-size: 1.3rem;
}

.searchform .form-item-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.searchform .form-item-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #646464;
  border-width: 0 1px 1px 0;
  content: "";
  -webkit-transform: translateY(-75%) rotate(45deg) skew(5deg, 5deg);
          transform: translateY(-75%) rotate(45deg) skew(5deg, 5deg);
}

.searchform .form-item-select p {
  min-width: 7em;
  font-size: 1.6rem;
}

.searchform-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchform-button button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  width: 20rem;
  height: 5.4rem;
  border: 1px solid #ffffff;
  background-color: #3d80ca;
  font-weight: 700;
  font-size: 1.8rem;
}

select, input[type=text] {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.2rem;
}

.home-news {
  position: relative;
  z-index: 10;
  font-size: 1.2rem;
}

.home-news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #1a4472;
}

.home-news-title__text {
  margin-right: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif, sans-serif;
}

.home-news-title__text_sub {
  font-size: 1.4rem;
}

.home-news-list {
  margin-bottom: 1rem;
  cursor: pointer !important;
}

.home-news-list-meta {
  margin-right: 1rem;
  width: 8.5rem;
}

.home-news-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
  border-bottom: 1px dotted #323232;
  font-size: 1.4rem;
}

.home-news-list__text-box {
  width: calc(100% - 8.5rem);
  font-size: 1.6rem;
}

.home-news__button--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-pickup {
  margin: 0 auto;
  margin-bottom: 12rem;
  min-width: 980px;
  max-width: 1180px;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
}

.home-pickup-right {
  width: calc(100% / 3);
  text-align: right;
}

.home-pickup-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
  border-bottom: 2px solid #1a4472;
}

.home-pickup-title:after {
  position: absolute;
  bottom: 3px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #1a4472;
  content: "";
}

.home-pickup-title:before {
  display: block;
  width: calc(100% / 3);
  content: "";
}

.home-pickup-list {
  position: relative;
  margin: 0 auto;
  width: 960px;
}

.home-pickup-list-thumbnail {
  position: relative;
  margin-bottom: 1rem;
}

.home-pickup-list-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/ic_play.png);
  background-size: contain;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-pickup-list-thumbnail img {
  width: 223px;
  height: auto;
}

.home-pickup-list__text-box {
  line-height: 1;
}

.home-pickup .slick-slide {
  margin: 0 12px;
}

.home-pickup .slick-arrow {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 1.9rem;
  height: 1.9rem;
  border: 2px solid #646464;
  cursor: pointer;
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}

.home-pickup .slick-arrow.slick-prev {
  left: -6rem;
  border-width: 0 0 2px 2px;
}

.home-pickup .slick-arrow.slick-next {
  right: -6rem;
  border-width: 2px 2px 0 0;
}

.header {
  border-top: 10px solid #1a4472;
}

.header-logo {
  overflow: hidden;
  margin-right: 50px;
  width: 115px;
  height: 32px;
}

.header-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 1.6rem 5rem 0;
}

.header-nav-menu {
  font-size: 1.3rem;
}

.header-nav-menu a {
  color: #333333;
}

.footer {
  padding: 1.3em;
  background-color: #1a4472;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
}

.lower div.searchform {
  min-height: 100vh;
  /* 最小の高さ */
}

.lower body > div.searchform {
  height: 100%;
}

.lower #header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.lower #header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  margin-right: 0;
  width: 260px;
  height: auto;
}

.lower #header .header-logo a {
  display: inline-block;
  width: 115px;
}

.lower #header .header-logo a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.lower #header .header-nav-wrapper {
  padding: 0;
}

.lower #header .header-nav--pc {
  padding: 1.5rem 2.5rem;
  width: calc(100% - 260px);
}

.lower #site-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lower #site-content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1280px;
  z-index: -1;
  width: 300px;
  height: 100vh;
  background-color: #ebebe8;
  content: "";
  -webkit-transform: skewX(-26.6deg);
          transform: skewX(-26.6deg);
}

.lower #site-content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 135px;
  padding: 0 60px;
  padding: 0 3.84615vw;
  width: 100%;
}

.lower #site-content .container-inner {
  max-width: 1180px;
  width: 100%;
}

.lower #site-content .container h1, .lower #site-content .container h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
  padding-left: 5px;
  color: #1a4472;
  font-weight: 500;
  font-size: 3rem;
}

.lower #site-content .container h1:before, .lower #site-content .container h2:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #1a4472;
  content: "";
}

.lower #site-content .container h1:after, .lower #site-content .container h2:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #1a4472;
  content: "";
}

.lower .footer {
  margin-top: auto;
  width: 100%;
}

.lower .searchform {
  margin-bottom: 0;
  padding: 10rem 2.5rem 0;
  width: 260px;
}

.lower .searchform .form-item {
  margin-bottom: 2rem;
  width: 100%;
}

.lower .searchform .form-item p {
  margin-bottom: 1rem;
}

.lower .searchform .form-item.freekeyword input[type=text], .lower .searchform .form-item.selection select {
  width: 100%;
}

.lower .searchform .form-item-select:before {
  -webkit-transform: translateY(80%) rotate(45deg) skew(5deg, 5deg);
          transform: translateY(80%) rotate(45deg) skew(5deg, 5deg);
}

.lower .searchform-inner {
  min-width: auto;
}

.lower .searchform-inner .form-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}

.lower .searchform-inner .form-content .form-item-select {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}

.lower .result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lower .result-list__item {
  margin-right: 30px;
  margin-bottom: 5rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (min-width: 1590px) {
  .lower .result-list__item:nth-child(4n) {
    margin-right: 0px;
  }
}

.lower .result-list__item.lazyload {
  opacity: 0;
}

.lower .result-list__item.lazyloaded {
  opacity: 1;
}

.lower .result-list-thumbnail {
  position: relative;
  margin-bottom: 1.3rem;
  width: calc(1080px / 4);
  height: auto;
}

.lower .result-list-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/ic_play.png);
  background-size: contain;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lower .result-list-thumbnail img {
  max-width: auto;
  width: 100%;
}

.lower .result-list__text-box {
  width: calc(1080px / 4);
  color: #1a4472;
  word-break: keep-all;
  font-size: 1.4rem;
}

.lower .home-news-list {
  margin-bottom: 100px;
}

.lower .post-body {
  margin-bottom: 100px;
  font-family: "Noto Sans JP";
}

.lower .post-body p {
  margin-bottom: 2em;
  line-height: 1.8;
}

.lower.detail #site-content:after {
  left: 1570px;
}

.lower.detail .container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lower.detail .container-inner .movie, .lower.detail .container-inner .movie iframe {
  width: 33.97436vw;
  height: 19.23077vw;
}

.lower.detail .container-inner .content {
  padding-left: 5.12821vw;
  width: 35.89744vw;
}

.lower.detail .container-inner .content h1 {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 2.4rem;
}

.lower.detail .container-inner .content table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10rem;
}

.lower.detail .container-inner .content table td {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

.lower.detail .container-inner .content table td span, .lower.detail .container-inner .content table td div {
  font-weight: 600;
}

.lower.detail .container-inner .content table td u {
  text-decoration: underline;
}

.lower.detail .container-inner .content table td:nth-child(odd) {
  display: inline-block;
  margin-right: 20px;
  padding: 0.3rem 1rem;
  min-width: 100px;
  background-color: #1a4472;
  color: #ffffff;
  text-align-last: justify;
  text-justify: inter-ideograph;
  white-space: nowrap;
}

.lower.detail .container-inner .content table td:nth-child(even) {
  padding: 0.4rem 0 0;
  width: calc(100% - 120px);
}

@media only screen and (max-width: 1030px) {
  .lower.detail #site-content .container {
    margin-top: 12.5vw;
  }
  .lower.detail #site-content .container .container-inner {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower.detail #site-content .container .container-inner .movie, .lower.detail #site-content .container .container-inner .movie iframe {
    width: 66.25vw;
    height: 37.5vw;
  }
  .lower.detail #site-content .container .container-inner .content {
    padding-left: 0;
    width: 100%;
  }
  .lower.detail #site-content .container .container-inner .content h1, .lower.detail #site-content .container .container-inner .content h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.42857vw 0;
    font-size: 3.71429vw;
  }
}

@media only screen and (max-width: 767px) {
  .only-sp {
    display: inline-block;
  }
  #header {
    max-width: 100vw;
  }
  #header .header-nav-wrapper {
    display: inline-block;
    padding: 0 5.71429vw;
    width: 100%;
  }
  #header .header-nav-wrapper .header-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.57143vw;
    margin-right: 0;
    width: auto;
    height: auto;
  }
  #header .header-nav-wrapper .header-logo a {
    width: 27.14286vw;
    height: 9.28571vw;
  }
  #header .header-nav-wrapper .header-logo img {
    width: 100%;
    height: auto;
    -webkit-filter: none !important;
            filter: none !important;
  }
  #header .header-nav-wrapper .header-nav--pc {
    display: none;
  }
  .searchform .form-content {
    margin-bottom: 5.71429vw !important;
  }
  .searchform .form-content .form-item p {
    font-size: 4vw !important;
  }
  .searchform .form-content .form-item input[type=text], .searchform .form-content .form-item select {
    height: 10vw !important;
    font-size: 3.71429vw !important;
  }
  .searchform .form-content .form-item .form-item-select:before {
    right: 2.85714vw;
    width: 3.28571vw;
    height: 3.28571vw;
    border-width: 0 0.57143vw 0.57143vw 0;
    -webkit-transform: translateY(120%) rotate(45deg) skew(0);
            transform: translateY(120%) rotate(45deg) skew(0);
  }
  .searchform .searchform-inner {
    padding-bottom: 5.71429vw;
    min-width: none;
  }
  .searchform .form-content .form-item.freekeyword input[type=text], .searchform .form-content .form-item.selection select {
    max-width: none;
    width: 100%;
  }
  .searchform-button button {
    padding: 3.57143vw;
    width: 48.57143vw;
    height: auto;
    font-weight: 500;
    font-size: 4.57143vw !important;
  }
  .footer {
    border-top: 2px solid #ffffff;
    font-size: 2.85714vw;
  }
  .searchform {
    margin-bottom: 11.42857vw;
    padding: 0;
    font-size: 4vw;
  }
  .searchform-inner {
    padding: 6.42857vw 5.71429vw 11.42857vw;
    min-width: 100px !important;
    max-width: none !important;
    width: 100%;
  }
  .searchform-inner form .form-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchform-inner form .form-content .form-item {
    width: 100%;
  }
  .searchform-inner form .form-content .form-item.selection .form-item-select {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchform-inner form .form-content .form-item.selection .form-item-select p {
    margin-top: 5.71429vw;
    margin-bottom: 1.42857vw;
  }
  .searchform-inner form .form-content .form-item.selection .form-item-select select {
    width: 100%;
  }
  /* #########################################
  home
  ######################################### */
  .home {
    /* #########################################
  pickup
  ######################################### */
  }
  .home .header-nav-menu {
    display: none;
  }
  .home .hero-wrapper {
    padding: 0 5.71429vw;
    max-width: none;
  }
  .home .hero-wrapper.geom .hero-inner {
    padding: 0;
  }
  .home .hero-wrapper.geom .hero-inner .hero-shoulder {
    margin-top: 11.42857vw;
  }
  .home .hero-wrapper.geom .hero-inner .hero-shoulder .hero-text {
    margin-bottom: 22.85714vw;
  }
  .home .hero-wrapper.geom .hero-inner .hero-shoulder .hero-text .hero-text-main {
    margin-bottom: 0vw;
  }
  .home .hero-wrapper.geom .hero-inner .hero-shoulder .hero-text .hero-text-main img {
    width: 42.85714vw;
  }
  .home .hero-wrapper.geom .hero-bg img {
    height: auto;
  }
  .home .hero-wrapper .hero-shoulder {
    margin-top: 7.14286vw;
    min-width: none;
    max-width: none;
  }
  .home .hero-wrapper .hero-shoulder .hero-text {
    margin-bottom: 30vw;
  }
  .home .hero-wrapper .hero-shoulder .hero-text .hero-text-main {
    margin-bottom: 4.28571vw;
    font-size: 10vw;
    line-height: 1.2;
  }
  .home .hero-wrapper .hero-shoulder .hero-text .hero-text-sub {
    margin-top: 0.71429vw;
    font-size: 5vw;
  }
  .home .hero-wrapper .hero-shoulder .hero-text .hero-text-read {
    font-size: 3.42857vw;
    line-height: 1.6;
  }
  .home .hero-wrapper .home-kv {
    width: 100%;
  }
  .home .hero-wrapper .home-kv ul#slanting04 li:after {
    top: 35vw;
    left: 18.57143vw;
    width: 42.85714vw;
    height: 63.57143vw;
  }
  .home .hero-wrapper .home-kv ul#slanting04 li span {
    top: 0;
    left: 51.42857vw;
    width: 57.14286vw;
    height: 87.14286vw;
  }
  .home .hero-wrapper .home-kv ul#slanting04 li:nth-child(2) {
    display: none;
  }
  .home .home-pickup, .home .home-pickup-list {
    min-width: none;
    max-width: none;
    width: 100%;
  }
  .home .home-news {
    margin-bottom: 10vw;
  }
  .home .home-news .home-news-title {
    border-bottom-width: 4px;
  }
  .home .home-news .home-news-title .home-news-title__text {
    margin-right: 4vw;
    margin-bottom: 0.71429vw;
    font-weight: 400;
    font-size: 5.71429vw;
  }
  .home .home-news .home-news-title .home-news-title__text.section-title-line {
    width: auto;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  .home .home-news .home-news-title .home-news-title__text-sub {
    font-size: 3.71429vw;
  }
  .home .home-news .home-news-list {
    padding-top: 0.71429vw;
  }
  .home .home-news .home-news-list .home-news-list__item {
    padding: 2vw 0;
  }
  .home .home-news .home-news-list .home-news-list__item .home-news-list-meta {
    display: inline-block;
    margin-right: 0;
    width: 24.28571vw;
  }
  .home .home-news .home-news-list .home-news-list__item .home-news-list-meta__item {
    font-size: 4vw;
  }
  .home .home-news .home-news-list .home-news-list__item .home-news-list__text-box {
    width: calc(100% - 170/700*100vw);
  }
  .home .home-news .home-news-list .home-news-list__item .home-news-list__text-box .home-news-list__text {
    font-size: 4vw;
    line-height: 1.4;
  }
  .home .button--standard {
    margin-top: 1.42857vw;
    font-size: 4vw;
  }
  .home .button--standard:after {
    border-width: 3px 3px 0 0;
  }
  .home .home-pickup {
    margin-bottom: 12rem;
    min-width: 0;
    font-size: 8.57143vw;
  }
  .home .home-pickup .slick-slide {
    margin: 0 24px;
  }
  .home .home-pickup .slick-arrow {
    width: 6.42857vw;
    height: 6.42857vw;
    border: 0.71429vw solid #646464;
  }
  .home .home-pickup .slick-arrow.slick-prev {
    left: 0;
    border-width: 0 0 0.85714vw 0.85714vw;
  }
  .home .home-pickup .slick-arrow.slick-next {
    right: 0;
    border-width: 0.85714vw 0.85714vw 0 0;
  }
  .home .home-pickup .home-pickup-container {
    position: relative;
    padding: 0 4.28571vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-title {
    margin-bottom: 0;
    padding-bottom: 4vw;
    border-bottom-width: 0.71429vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-title:after {
    bottom: 0.71429vw;
    border-bottom-width: 0.42857vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-title .home-pickup-title__text.section-title-line {
    margin-bottom: 0;
    font-size: 8.57143vw;
    line-height: 1;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list {
    padding: 0 8.57143vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list .home-pickup-list__item {
    margin-top: 8.57143vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list .home-pickup-list__item .home-pickup-list-thumbnail {
    margin-bottom: 5.71429vw;
    width: 100%;
    height: 35vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list .home-pickup-list__item .home-pickup-list-thumbnail img {
    width: 63.57143vw;
    height: 35vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list .home-pickup-list__item .home-pickup-list-thumbnail:before {
    width: 17.14286vw;
    height: 17.14286vw;
  }
  .home .home-pickup .home-pickup-container .home-pickup-list .home-pickup-list__item .home-pickup-list__text-box .home-pickup-list__text {
    color: #1a4472;
    font-size: 4vw;
    line-height: 1.6;
  }
  /* #########################################
  lower
  ######################################### */
  .lower {
    /* #########################################
  lower detail
  ######################################### */
  }
  .lower #header {
    position: relative;
  }
  .lower #header .header-nav-wrapper {
    display: inline-block;
    padding: 0 4.28571vw;
    width: 100%;
  }
  .lower #site-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lower #site-content .container {
    margin-top: 10.71429vw;
    padding: 0 4.28571vw;
  }
  .lower #site-content .container-inner h1, .lower #site-content .container-inner h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5.71429vw;
    font-size: 8vw;
  }
  .lower #site-content .searchform {
    padding: 6.42857vw 4.28571vw;
    width: 100%;
  }
  .lower .result-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lower .result-list .result-list__item {
    margin-right: 0;
    margin-bottom: 11.42857vw;
    width: 42.14286vw;
  }
  .lower .result-list .result-list__item .result-list-thumbnail {
    margin-bottom: 3.57143vw;
    width: 100%;
  }
  .lower .result-list .result-list__item .result-list-thumbnail:before {
    width: 11.42857vw;
    height: 11.42857vw;
  }
  .lower .result-list .result-list__item .result-list__text-box {
    font-size: 4vw;
  }
  .lower.detail #site-content .container .container-inner {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower.detail #site-content .container .container-inner .movie {
    margin-bottom: 5.71429vw;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  .lower.detail #site-content .container .container-inner .movie iframe {
    width: 100%;
    height: 100%;
  }
  .lower.detail #site-content .container .container-inner .movie a {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .lower.detail #site-content .container .container-inner .content {
    padding-left: 0;
    width: 100%;
  }
  .lower.detail #site-content .container .container-inner .content h1, .lower.detail #site-content .container .container-inner .content h2 {
    margin-bottom: 5.71429vw;
    font-size: 6.85714vw;
    line-height: 1.4;
  }
  .lower.detail #site-content .container .container-inner .content table {
    display: block;
  }
  .lower.detail #site-content .container .container-inner .content table dd:nth-child(1) {
    margin-right: 0;
    margin-bottom: 2.14286vw;
    font-size: 3.71429vw;
  }
  .lower.detail #site-content .container .container-inner .content table dd:nth-child(1) {
    margin-bottom: 3.57143vw;
    padding: 0 0 0 3.57143vw;
    width: 100%;
    font-size: 3.71429vw;
  }
}
